:root {
  --ink: #11100f;
  --ink-soft: #1b1917;
  --paper: #f1eee8;
  --paper-bright: #faf8f3;
  --blush: #caa29f;
  --blush-soft: #ead6d2;
  --muted: #9d9991;
  --line-dark: rgba(255, 255, 255, 0.18);
  --line-light: rgba(17, 16, 15, 0.17);
  --radius-lg: clamp(1.2rem, 2vw, 2.1rem);
  --page-pad: clamp(1rem, 3.5vw, 3.5rem);
  --display: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --body: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.45;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

img {
  display: block;
  max-width: 100%;
}

button {
  font: inherit;
}

::selection {
  background: var(--blush);
  color: var(--ink);
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 1000;
  padding: 0.75rem 1rem;
  background: var(--paper-bright);
  color: var(--ink);
  transform: translateY(-150%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.hero,
.section,
.contact {
  position: relative;
  overflow: hidden;
}

.hero {
  min-height: min(940px, 100svh);
  margin: clamp(0.5rem, 1vw, 0.9rem);
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.08), transparent 31%),
    linear-gradient(145deg, #171513, #0b0b0a 75%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-lg);
  color: var(--paper);
  isolation: isolate;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.22;
  background:
    repeating-linear-gradient(115deg, transparent 0 3px, rgba(255, 255, 255, 0.012) 3px 4px),
    repeating-linear-gradient(25deg, transparent 0 5px, rgba(255, 255, 255, 0.008) 5px 6px);
  pointer-events: none;
}

.nav {
  position: relative;
  z-index: 30;
  min-height: 5rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
  padding: 1rem var(--page-pad);
  border-bottom: 1px solid var(--line-dark);
}

.wordmark {
  width: max-content;
  font-family: var(--display);
  font-weight: 900;
  font-size: 1.35rem;
  letter-spacing: -0.06em;
}

.wordmark span {
  display: inline-block;
  margin-left: 0.18rem;
  font-family: var(--body);
  font-size: 0.42rem;
  font-weight: 500;
  vertical-align: top;
  letter-spacing: 0;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1.2rem, 3vw, 3rem);
}

.nav-links a,
.footer nav a {
  position: relative;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.nav-links a::after,
.footer nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.35rem;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 240ms ease;
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after,
.footer nav a:hover::after,
.footer nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.55rem;
  padding: 0.65rem 1.1rem;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: color 220ms ease, background 220ms ease, transform 220ms ease;
}

.pill:hover,
.pill:focus-visible {
  background: var(--paper);
  color: var(--ink);
  transform: translateY(-2px);
}

.nav-cta {
  justify-self: end;
}

.nav-toggle {
  display: none;
  width: 2.8rem;
  height: 2.8rem;
  padding: 0;
  border: 1px solid var(--line-dark);
  border-radius: 50%;
  background: transparent;
  color: inherit;
}

.nav-toggle span {
  display: block;
  width: 1rem;
  height: 1px;
  margin: 0.3rem auto;
  background: currentColor;
  transition: transform 220ms ease;
}

.hero-title,
.contact-background {
  position: absolute;
  top: 45%;
  right: 0;
  left: 0;
  z-index: 0;
  color: rgba(242, 239, 233, 0.09);
  font-family: var(--display);
  font-size: clamp(7rem, 20vw, 20rem);
  font-weight: 950;
  line-height: 0.75;
  letter-spacing: -0.09em;
  text-align: center;
  transform: translateY(-50%) scaleX(0.89);
  user-select: none;
  white-space: nowrap;
}

.hero-copy {
  position: absolute;
  z-index: 4;
  top: 28%;
  left: var(--page-pad);
  width: min(18rem, 24vw);
}

.eyebrow {
  margin: 0 0 1.25rem;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  line-height: 1.25;
  text-transform: uppercase;
}

.hero-copy > p:last-child {
  margin: 0;
  color: rgba(242, 239, 233, 0.67);
  font-size: clamp(0.75rem, 1vw, 0.95rem);
}

.hero-reveal {
  --reveal-x: 50%;
  --reveal-y: 38%;
  --reveal-radius: 0px;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 3;
  width: min(47vw, 610px);
  height: calc(100% - 5rem);
  overflow: hidden;
  transform: translateX(-50%);
  touch-action: pan-y;
  cursor: crosshair;
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  user-select: none;
  pointer-events: none;
}

.hero-image-bw {
  z-index: 0;
  filter: grayscale(1) contrast(1.08);
}

.hero-reveal::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: url("images/hero-color.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-mask-image: radial-gradient(
    circle var(--reveal-radius) at var(--reveal-x) var(--reveal-y),
    #fff 0%,
    rgba(255, 255, 255, 0.98) 35%,
    rgba(255, 255, 255, 0.72) 58%,
    rgba(255, 255, 255, 0.25) 78%,
    transparent 100%
  );
  mask-image: radial-gradient(
    circle var(--reveal-radius) at var(--reveal-x) var(--reveal-y),
    #fff 0%,
    rgba(255, 255, 255, 0.98) 35%,
    rgba(255, 255, 255, 0.72) 58%,
    rgba(255, 255, 255, 0.25) 78%,
    transparent 100%
  );
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  pointer-events: none;
  will-change: mask-image, -webkit-mask-image;
}

.reveal-cursor {
  position: absolute;
  left: var(--reveal-x);
  top: var(--reveal-y);
  z-index: 2;
  width: 1rem;
  height: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 180ms ease, width 220ms ease, height 220ms ease;
  pointer-events: none;
}

.hero-reveal.is-active .reveal-cursor {
  width: 2.5rem;
  height: 2.5rem;
  opacity: 1;
}

.hero-stamp {
  position: absolute;
  top: 27%;
  right: var(--page-pad);
  z-index: 5;
  width: 7.5rem;
  height: 7.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  border: 1px solid rgba(242, 239, 233, 0.33);
  border-radius: 50%;
  color: rgba(242, 239, 233, 0.75);
  font-size: 0.52rem;
  letter-spacing: 0.12em;
  transform: rotate(12deg);
}

.hero-bottom {
  position: absolute;
  right: var(--page-pad);
  bottom: 1.35rem;
  left: var(--page-pad);
  z-index: 8;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  gap: 1rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line-dark);
  color: rgba(242, 239, 233, 0.72);
  font-size: 0.68rem;
}

.hero-bottom p {
  max-width: 20rem;
  margin: 0;
}

.hero-subtitle {
  color: var(--paper);
  font-family: Georgia, serif;
  font-size: clamp(1rem, 1.4vw, 1.35rem) !important;
  font-style: italic;
  text-align: center;
}

.hero-bottom a {
  justify-self: end;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section {
  padding: clamp(5rem, 10vw, 10rem) var(--page-pad);
}

.section-light {
  background: var(--paper);
  color: var(--ink);
}

.section-dark {
  background: var(--ink);
  color: var(--paper);
}

.section-intro {
  display: grid;
  grid-template-columns: 1fr minmax(18rem, 31rem);
  gap: 2rem;
  align-items: start;
}

.section-intro .intro-copy {
  margin: 0;
  color: color-mix(in srgb, currentColor 65%, transparent);
  font-size: clamp(0.9rem, 1.1vw, 1.08rem);
}

.display-heading {
  margin: clamp(4rem, 9vw, 8rem) 0;
  font-family: var(--display);
  font-size: clamp(3.4rem, 9.5vw, 10rem);
  font-weight: 950;
  line-height: 0.8;
  letter-spacing: -0.075em;
  text-align: center;
  text-transform: uppercase;
}

.display-heading em,
.statement-copy em {
  color: var(--blush);
  font-family: Georgia, serif;
  font-weight: 400;
  text-transform: none;
}

.editorial-grid {
  min-height: clamp(39rem, 73vw, 71rem);
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(12, 1fr);
  gap: 1rem;
}

.editorial-card {
  position: relative;
  margin: 0;
}

.editorial-card img {
  width: 100%;
  height: 100%;
  border-radius: clamp(1rem, 1.7vw, 1.75rem);
  filter: grayscale(1);
  object-fit: cover;
  transition: filter 500ms ease, transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
}

.editorial-card:hover img {
  filter: grayscale(0.2);
  transform: scale(0.985);
}

.editorial-card figcaption {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  left: 0.75rem;
  padding: 0.75rem 0.9rem;
  border-radius: 999px;
  background: rgba(17, 16, 15, 0.7);
  color: #fff;
  font-size: 0.57rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.card-a {
  grid-column: 1 / 5;
  grid-row: 1 / 8;
}

.card-a img {
  object-position: left center;
}

.card-b {
  grid-column: 6 / 9;
  grid-row: 3 / 10;
}

.card-b img {
  object-position: center 12%;
}

.card-c {
  grid-column: 9 / 13;
  grid-row: 1 / 7;
}

.card-c img {
  object-position: center center;
}

.card-d {
  grid-column: 2 / 6;
  grid-row: 8 / 13;
}

.card-d img {
  object-position: right center;
}

.expertise {
  min-height: 100svh;
}

.skill-meter {
  position: relative;
  height: 9rem;
  margin: clamp(4rem, 8vw, 8rem) 0;
}

.meter-line {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
  background: var(--line-dark);
}

.meter-flower {
  position: absolute;
  top: 50%;
  width: clamp(2.8rem, 6vw, 5.7rem);
  aspect-ratio: 1;
  border: 1px solid rgba(242, 239, 233, 0.6);
  background: var(--ink);
  transform: translate(-50%, -50%) rotate(45deg);
  border-radius: 50% 15% 50% 15%;
}

.meter-flower::after {
  content: "";
  position: absolute;
  inset: 18%;
  border: 1px solid rgba(242, 239, 233, 0.35);
  border-radius: inherit;
}

.flower-1 { left: 4%; }
.flower-2 { left: 27%; }
.flower-3 { left: 50%; background: var(--blush); border-color: var(--blush); }
.flower-4 { left: 73%; }
.flower-5 { left: 96%; }

.skill-display {
  display: grid;
  grid-template-columns: minmax(14rem, 0.85fr) 1.4fr;
  gap: clamp(3rem, 9vw, 9rem);
  align-items: end;
}

.skill-number {
  margin: 0;
  color: rgba(242, 239, 233, 0.35);
  font-size: clamp(4rem, 10vw, 9rem);
  font-weight: 200;
  letter-spacing: -0.08em;
}

.skill-number span {
  color: var(--paper);
}

.skill-display h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3rem, 7vw, 7.5rem);
  font-weight: 900;
  line-height: 0.83;
  letter-spacing: -0.065em;
  text-transform: uppercase;
}

.skill-display > div > p:last-child {
  max-width: 34rem;
  margin: 2rem 0 0;
  color: rgba(242, 239, 233, 0.62);
}

.capability-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: clamp(4rem, 7vw, 7rem);
  border-top: 1px solid var(--line-dark);
}

.capability-list p {
  margin: 0;
  padding: 1.3rem 1rem 1.3rem 0;
  border-right: 1px solid var(--line-dark);
  color: rgba(242, 239, 233, 0.65);
  font-size: 0.73rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.capability-list p:not(:first-child) {
  padding-left: 1rem;
}

.capability-list p:last-child {
  border-right: 0;
}

.creations {
  padding-right: 0;
}

.creations .section-intro,
.creations .display-heading,
.gallery-controls {
  padding-right: var(--page-pad);
}

.gallery {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: min(33rem, 42vw);
  gap: clamp(1rem, 2vw, 2rem);
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
}

.gallery::-webkit-scrollbar {
  display: none;
}

.creation-card {
  scroll-snap-align: start;
}

.creation-card img {
  width: 100%;
  aspect-ratio: 0.82;
  border-radius: var(--radius-lg);
  filter: grayscale(1);
  object-fit: cover;
  transition: filter 450ms ease, transform 450ms ease;
}

.creation-card:nth-child(1) img { object-position: left center; }
.creation-card:nth-child(2) img { object-position: center center; }
.creation-card:nth-child(3) img { object-position: right center; }
.creation-card:nth-child(4) img { object-position: center 18%; }

.creation-card:hover img {
  filter: grayscale(0.15);
  transform: translateY(-0.4rem);
}

.creation-card > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 0.25rem 0;
}

.creation-card span {
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.creation-card strong {
  font-family: Georgia, serif;
  font-size: 1.05rem;
  font-style: italic;
  font-weight: 400;
}

.gallery-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2.25rem;
}

.gallery-controls p {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
}

.arrow-button {
  width: 3.2rem;
  height: 3.2rem;
  margin-left: 0.5rem;
  border: 1px solid var(--line-light);
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  transition: color 200ms ease, background 200ms ease, transform 200ms ease;
}

.arrow-button:hover,
.arrow-button:focus-visible {
  background: var(--ink);
  color: var(--paper);
  transform: translateY(-2px);
}

.statement {
  min-height: min(62rem, 100svh);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.statement::before {
  content: "";
  position: absolute;
  width: min(85vw, 64rem);
  aspect-ratio: 1;
  border: 1px solid var(--line-dark);
  border-radius: 50%;
}

.statement-image {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: min(35rem, 46vw);
  height: 90%;
  transform: translateX(-50%);
}

.statement-image img {
  width: 100%;
  height: 100%;
  filter: grayscale(0.82) contrast(1.04);
  object-fit: cover;
  object-position: center bottom;
}

.orbit {
  position: absolute;
  z-index: 3;
  width: min(78vw, 58rem);
  aspect-ratio: 1;
  animation: orbit-rotate 44s linear infinite;
}

.orbit span {
  position: absolute;
  top: 0;
  left: 50%;
  height: 50%;
  color: rgba(242, 239, 233, 0.85);
  font-size: clamp(0.65rem, 1.05vw, 0.9rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  transform-origin: 50% 100%;
}

@keyframes orbit-rotate {
  to { transform: rotate(360deg); }
}

.statement-copy {
  position: relative;
  z-index: 4;
  text-align: center;
  mix-blend-mode: difference;
}

.statement-copy h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3.5rem, 8.5vw, 9rem);
  font-weight: 900;
  line-height: 0.82;
  letter-spacing: -0.07em;
  text-transform: uppercase;
}

.principles {
  min-height: 54rem;
}

.principles .display-heading {
  margin-top: 3rem;
}

.principle-cards {
  position: relative;
  min-height: 25rem;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: center;
}

.principle-card {
  width: min(24rem, 100%);
  aspect-ratio: 1.15;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 4vw, 4rem);
  border: 1px solid var(--line-light);
  border-radius: 55% 45% 52% 48% / 47% 56% 44% 53%;
  background: var(--paper-bright);
  box-shadow: 0 1.5rem 4rem rgba(17, 16, 15, 0.08);
}

.principle-card:nth-child(1) {
  grid-column: 1 / 6;
  transform: rotate(-4deg);
}

.principle-card:nth-child(2) {
  grid-column: 5 / 9;
  z-index: 2;
  margin-top: 5rem;
  transform: rotate(5deg);
}

.principle-card:nth-child(3) {
  grid-column: 8 / 13;
  transform: rotate(-3deg);
}

.principle-card-blush {
  background: var(--blush-soft);
}

.principle-card span {
  font-size: 0.62rem;
  letter-spacing: 0.15em;
}

.principle-card h3 {
  margin: 1rem 0;
  font-family: var(--display);
  font-size: clamp(1.7rem, 2.7vw, 2.75rem);
  line-height: 0.92;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.principle-card p {
  margin: 0;
  color: rgba(17, 16, 15, 0.62);
  font-size: 0.86rem;
}

.contact {
  min-height: min(850px, 88svh);
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-content: start;
  padding: clamp(4rem, 7vw, 7rem) var(--page-pad) 0;
}

.contact-background {
  top: auto;
  bottom: 3%;
  color: rgba(242, 239, 233, 0.06);
  transform: scaleX(0.89);
}

.contact-title {
  position: relative;
  z-index: 4;
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  color: var(--paper);
  font-family: var(--display);
  font-size: clamp(4rem, 11vw, 11rem);
  font-weight: 950;
  line-height: 0.76;
  letter-spacing: -0.08em;
  text-transform: uppercase;
}

.contact-title p {
  margin: 0;
}

.contact-title p:last-child {
  text-align: right;
}

.contact-portrait {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 3;
  width: min(36vw, 32rem);
  height: 76%;
  transform: translateX(-50%);
}

.contact-portrait img {
  width: 100%;
  height: 100%;
  filter: grayscale(0.75);
  object-fit: cover;
  object-position: center bottom;
}

.contact-details {
  position: relative;
  z-index: 6;
  align-self: end;
  justify-self: end;
  width: min(24rem, 100%);
  margin-bottom: 5rem;
  padding: 1.7rem;
  border: 1px solid var(--line-dark);
  border-radius: 1rem;
  background: rgba(17, 16, 15, 0.72);
  color: var(--paper);
  backdrop-filter: blur(12px);
}

.contact-details a {
  display: block;
  margin: 0 0 1rem;
  font-family: var(--display);
  font-size: clamp(1.5rem, 2.7vw, 2.7rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  text-decoration: underline;
  text-decoration-color: var(--blush);
  text-underline-offset: 0.25rem;
}

.contact-details > p:last-child {
  margin: 0;
  color: rgba(242, 239, 233, 0.6);
  font-size: 0.8rem;
}

.footer {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: start;
  gap: 2rem;
  padding: 2rem var(--page-pad);
  border-top: 1px solid var(--line-dark);
  background: var(--ink);
  color: var(--paper);
}

.footer > p {
  margin: 0;
  color: rgba(242, 239, 233, 0.58);
  font-size: 0.75rem;
}

.footer nav {
  display: flex;
  gap: 1.5rem;
}

.footer .footer-note {
  grid-column: 1 / -1;
  padding-top: 1.2rem;
  border-top: 1px solid var(--line-dark);
  font-size: 0.65rem;
}

.not-found {
  min-height: 100svh;
  display: grid;
  grid-template-rows: auto 1fr;
  padding: var(--page-pad);
}

.not-found > div {
  display: grid;
  place-items: center;
  align-content: center;
  text-align: center;
}

.not-found h1 {
  max-width: 10ch;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(4rem, 12vw, 11rem);
  font-weight: 950;
  line-height: 0.8;
  letter-spacing: -0.075em;
  text-transform: uppercase;
}

.not-found > div > p:not(.eyebrow) {
  margin: 2rem 0;
  color: rgba(242, 239, 233, 0.62);
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 700ms ease, transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

:focus-visible {
  outline: 2px solid var(--blush);
  outline-offset: 4px;
}

@media (max-width: 900px) {
  .nav {
    grid-template-columns: 1fr auto;
  }

  .nav-toggle {
    display: block;
    justify-self: end;
  }

  .nav-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(3px) rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-3px) rotate(-45deg);
  }

  .nav-links {
    position: fixed;
    inset: 0;
    z-index: 20;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    background: rgba(17, 16, 15, 0.97);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-1rem);
    transition: opacity 220ms ease, transform 220ms ease, visibility 220ms;
  }

  .nav-links.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .nav-links a {
    font-size: 1rem;
  }

  .nav .wordmark,
  .nav-toggle {
    position: relative;
    z-index: 30;
  }

  .nav-cta {
    display: none;
  }

  .hero-copy {
    top: 18%;
    width: 15rem;
  }

  .hero-reveal {
    width: min(64vw, 550px);
  }

  .hero-stamp {
    top: 20%;
    width: 6rem;
    height: 6rem;
  }

  .section-intro {
    grid-template-columns: 1fr;
  }

  .section-intro .intro-copy {
    max-width: 36rem;
  }

  .capability-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .capability-list p:nth-child(2) {
    border-right: 0;
  }

  .capability-list p:nth-child(n + 3) {
    border-top: 1px solid var(--line-dark);
  }

  .gallery {
    grid-auto-columns: min(80vw, 31rem);
  }

  .principle-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .principle-card:nth-child(n) {
    width: 100%;
    grid-column: auto;
    margin: 0;
    transform: none;
  }

  .principle-card:nth-child(3) {
    grid-column: 1 / -1;
    width: 50%;
    justify-self: center;
  }

  .footer {
    grid-template-columns: 1fr auto;
  }

  .footer > p:not(.footer-note) {
    display: none;
  }
}

@media (max-width: 640px) {
  .hero {
    min-height: 780px;
  }

  .nav {
    min-height: 4.3rem;
  }

  .hero-title {
    top: 39%;
    font-size: 27vw;
  }

  .hero-copy {
    top: 15%;
    width: 12rem;
  }

  .hero-copy > p:last-child {
    display: none;
  }

  .hero-reveal {
    width: min(104vw, 520px);
    height: calc(100% - 6.5rem);
  }

  .hero-stamp {
    top: 15%;
    right: 1rem;
    width: 5.2rem;
    height: 5.2rem;
    font-size: 0.42rem;
  }

  .hero-bottom {
    grid-template-columns: 1fr auto;
  }

  .hero-bottom > p:first-child {
    max-width: 14rem;
  }

  .hero-subtitle {
    display: none;
  }

  .display-heading {
    margin: 4.5rem 0;
  }

  .editorial-grid {
    min-height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }

  .editorial-card:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
    min-height: 17rem;
  }

  .editorial-card:nth-child(2),
  .editorial-card:nth-child(3) {
    margin-top: 3rem;
  }

  .skill-meter {
    height: 5.5rem;
  }

  .skill-display {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .capability-list {
    grid-template-columns: 1fr;
  }

  .capability-list p:nth-child(n) {
    padding-left: 0;
    border-top: 1px solid var(--line-dark);
    border-right: 0;
  }

  .gallery {
    grid-auto-columns: 83vw;
  }

  .statement {
    min-height: 760px;
  }

  .statement-image {
    width: min(90vw, 30rem);
  }

  .orbit {
    width: 145vw;
  }

  .principle-cards {
    display: flex;
    flex-direction: column;
  }

  .principle-card:nth-child(n) {
    width: min(23rem, 100%);
    margin-top: -1.2rem;
  }

  .principle-card:nth-child(2) {
    align-self: flex-end;
  }

  .principle-card:nth-child(3) {
    align-self: flex-start;
  }

  .contact {
    min-height: 820px;
    grid-template-columns: 1fr;
  }

  .contact-title {
    display: block;
  }

  .contact-title p:last-child {
    margin-top: 0.3rem;
  }

  .contact-portrait {
    width: min(83vw, 28rem);
    height: 66%;
  }

  .contact-details {
    align-self: end;
    justify-self: stretch;
    margin-bottom: 1.3rem;
  }

  .footer {
    grid-template-columns: 1fr;
  }

  .footer nav {
    flex-wrap: wrap;
    gap: 1.2rem;
  }
}

@media (hover: none) {
  .hero-reveal {
    --reveal-radius: 150px;
  }

  .hero-bottom > p:first-child::before {
    content: "Drag across the portrait to reveal colour. ";
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .hero-reveal {
    --reveal-radius: 175px;
  }

  .reveal-on-scroll {
    opacity: 1;
    transform: none;
  }
}
