@font-face {
  font-family: "Instrument Sans";
  src: url("assets/fonts/InstrumentSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Instrument Sans";
  src: url("assets/fonts/InstrumentSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Instrument Serif";
  src: url("assets/fonts/InstrumentSerif-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Instrument Serif";
  src: url("assets/fonts/InstrumentSerif-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Mono";
  src: url("assets/fonts/IBMPlexMono-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Mono";
  src: url("assets/fonts/IBMPlexMono-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --carbon: #080a0b;
  --lime: #c8ff3d;
  --ivory: #f5f2ea;
  --graphite: #171a1c;
  --steel: #9ca4a7;
  --white: #fff;
  --line-dark: rgba(8, 10, 11, 0.2);
  --line-light: rgba(245, 242, 234, 0.2);
  --display: "Shifer Blastone", "Instrument Serif", Georgia, serif;
  --sans: "Instrument Sans", Arial, sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, monospace;
  --page-pad: clamp(1.25rem, 4vw, 4.5rem);
  --radius-sm: 0.6rem;
  --radius-md: 1.5rem;
  --radius-lg: clamp(2rem, 4vw, 4.25rem);
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  overflow-x: clip;
  scroll-behavior: smooth;
  background: var(--carbon);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  color: var(--ivory);
  background: var(--carbon);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  z-index: 50;
  inset: 0;
  pointer-events: none;
  opacity: 0.17;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

body.menu-open,
body.dialog-open {
  overflow: hidden;
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

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

button {
  border: 0;
}

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

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

p,
h1,
h2,
h3,
ul {
  margin-top: 0;
}

::selection {
  color: var(--carbon);
  background: var(--lime);
}

:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 4px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.vector-arrow {
  --arrow-angle: 0deg;
  display: inline-block;
  width: 0.95em;
  height: 0.95em;
  flex: 0 0 auto;
  vertical-align: -0.08em;
}

.vector-arrow::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 12h15M13 5l7 7-7 7' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 12h15M13 5l7 7-7 7' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  transform: rotate(var(--arrow-angle));
}

.vector-arrow--ne { --arrow-angle: -45deg; }
.vector-arrow--n { --arrow-angle: -90deg; }
.vector-arrow--s { --arrow-angle: 90deg; }
.vector-arrow--se { --arrow-angle: 45deg; }
.vector-arrow--w { --arrow-angle: 180deg; }

.scroll-cue {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.skip-link {
  position: fixed;
  z-index: 200;
  top: 1rem;
  left: 1rem;
  padding: 0.9rem 1.2rem;
  color: var(--carbon);
  background: var(--lime);
  font-weight: 700;
  transform: translateY(-200%);
  transition: transform 180ms ease;
}

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

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

.eyebrow,
.mono-label,
.chapter,
.hero__topline,
.hero-frame__index,
.hero-frame__foot,
.case-card__copy > div,
.process-card small,
.site-footer span,
.brief-step__index {
  font-family: var(--mono);
  font-size: 0.68rem;
  line-height: 1.4;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.chapter {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--carbon);
}

.chapter span {
  display: grid;
  width: 2.15rem;
  height: 2.15rem;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.chapter p {
  margin: 0;
}

.chapter--dark {
  color: var(--carbon);
}

.display-heading,
.direction__title,
.expertise__intro h2,
.process__header h2,
.reasons__intro h2,
.faq__head h2,
.contact h2,
.brief-dialog h2 {
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: -0.055em;
}

.display-heading em,
.direction__title em,
.expertise__intro h2 em,
.process__header h2 em,
.reasons__intro h2 em,
.contact h2 em,
.brief-dialog h2 em {
  font-weight: 400;
}

.js .reveal {
  opacity: 0;
  transform: translateY(3rem);
  transition: opacity 900ms var(--ease), transform 900ms var(--ease);
}

.js .reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* Intro */
.preloader {
  position: fixed;
  z-index: 300;
  inset: 0;
  display: grid;
  overflow: hidden;
  place-items: center;
  color: var(--ivory);
  background: var(--carbon);
  transition: visibility 0s 1.1s;
}

.preloader__cut {
  position: absolute;
  inset: -20%;
  background: var(--lime);
  clip-path: polygon(48% 0, 56% 0, 45% 100%, 37% 100%);
  transform: translateX(-170%);
  animation: preloader-cut 1.1s 0.35s var(--ease) forwards;
}

.preloader__inner {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(86vw, 50rem);
  justify-items: center;
}

.preloader__inner img {
  width: clamp(4.5rem, 9vw, 8rem);
  margin-bottom: 1rem;
  animation: preloader-mark 700ms var(--ease) both;
}

.preloader__word {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(4rem, 13vw, 10rem);
  line-height: 0.75;
  letter-spacing: -0.07em;
  animation: preloader-mark 700ms 80ms var(--ease) both;
}

.preloader__meta {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 2rem;
  color: var(--steel);
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.preloader.is-loaded {
  visibility: hidden;
}

.preloader.is-loaded .preloader__inner {
  opacity: 0;
  transform: scale(0.96);
  transition: opacity 420ms ease, transform 420ms ease;
}

.preloader.is-loaded::after {
  position: absolute;
  inset: 0;
  content: "";
  background: var(--lime);
  transform: translateY(100%);
  animation: loader-exit 1s var(--ease) both;
}

@keyframes preloader-cut {
  0% { transform: translateX(-170%); }
  55% { transform: translateX(0); }
  100% { transform: translateX(170%); }
}

@keyframes preloader-mark {
  from { opacity: 0; transform: translateY(2rem); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes loader-exit {
  from { transform: translateY(100%); }
  to { transform: translateY(-100%); }
}

.scroll-progress {
  position: fixed;
  z-index: 160;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: transparent;
}

.scroll-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--lime);
  transform: scaleX(0);
  transform-origin: left;
}

/* Header and menu */
.site-header {
  position: fixed;
  z-index: 140;
  top: 1rem;
  left: var(--page-pad);
  display: flex;
  width: calc(100% - (2 * var(--page-pad)));
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.site-header > * {
  pointer-events: auto;
}

.site-brand {
  display: grid;
  width: clamp(9.5rem, 13vw, 12rem);
  height: 3.7rem;
  padding: 0.6rem 1rem;
  place-items: center;
  border: 1px solid rgba(245, 242, 234, 0.12);
  border-radius: 999px;
  background: rgba(8, 10, 11, 0.9);
  box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px);
}

.site-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.desktop-nav {
  display: flex;
  gap: 0.25rem;
  padding: 0.35rem;
  border: 1px solid rgba(245, 242, 234, 0.12);
  border-radius: 999px;
  background: rgba(8, 10, 11, 0.86);
  backdrop-filter: blur(14px);
}

.desktop-nav a {
  padding: 0.78rem 1.15rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  transition: color 180ms ease, background 180ms ease;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible {
  color: var(--carbon);
  background: var(--lime);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.lang-switch {
  display: grid;
  width: 3.7rem;
  height: 3.7rem;
  place-items: center;
  border: 1px solid rgba(245, 242, 234, 0.18);
  border-radius: 50%;
  color: var(--ivory);
  background: rgba(8, 10, 11, 0.9);
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  transition: color 180ms ease, background-color 180ms ease, transform 220ms var(--ease);
}

.lang-switch:hover,
.lang-switch:focus-visible {
  color: var(--carbon);
  background: var(--lime);
  transform: rotate(-6deg);
}

.availability {
  display: flex;
  height: 3.7rem;
  align-items: center;
  gap: 0.55rem;
  padding: 0 1rem;
  border: 1px solid rgba(245, 242, 234, 0.12);
  border-radius: 999px;
  color: var(--ivory);
  background: rgba(8, 10, 11, 0.86);
  font-family: var(--mono);
  font-size: 0.6rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.availability i {
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 0 rgba(200, 255, 61, 0.35);
  animation: pulse 2.2s infinite;
}

@keyframes pulse {
  50% { box-shadow: 0 0 0 0.45rem rgba(200, 255, 61, 0); }
}

.circle-button {
  display: grid;
  width: 3.7rem;
  height: 3.7rem;
  padding: 0;
  cursor: pointer;
  place-items: center;
  border-radius: 50%;
  transition: transform 250ms var(--ease), color 250ms ease, background 250ms ease;
}

.circle-button:hover {
  transform: rotate(7deg) scale(1.04);
}

.circle-button--menu {
  color: var(--ivory);
  background: var(--graphite);
}

.circle-button--brief {
  color: var(--carbon);
  background: var(--lime);
}

.circle-button--brief svg {
  width: 1.35rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: square;
  stroke-width: 1.8;
}

.menu-lines {
  position: relative;
  width: 1.25rem;
  height: 1rem;
}

.menu-lines i {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: top 250ms ease, transform 250ms ease;
}

.menu-lines i:first-child { top: 0.3rem; }
.menu-lines i:last-child { top: 0.75rem; }

.menu-open .menu-lines i:first-child { top: 0.52rem; transform: rotate(45deg); }
.menu-open .menu-lines i:last-child { top: 0.52rem; transform: rotate(-45deg); }

.menu-panel {
  position: fixed;
  z-index: 160;
  inset: 0;
  visibility: hidden;
  pointer-events: none;
}

.menu-panel__backdrop {
  position: absolute;
  inset: 0;
  opacity: 0;
  background: rgba(8, 10, 11, 0.65);
  backdrop-filter: blur(8px);
  transition: opacity 450ms ease;
}

.menu-panel__sheet {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  width: min(46rem, 92vw);
  height: 100%;
  flex-direction: column;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 8rem var(--page-pad) 2.5rem;
  color: var(--carbon);
  background: var(--lime);
  clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%);
  transform: translateX(110%);
  transition: transform 650ms var(--ease);
}

.menu-panel__close {
  position: fixed;
  z-index: 3;
  top: 1.1rem;
  right: var(--page-pad);
  display: grid;
  width: 3.7rem;
  height: 3.7rem;
  padding: 0;
  cursor: pointer;
  place-items: center;
  border: 1px solid rgba(8, 10, 11, 0.45);
  border-radius: 50%;
  color: var(--ivory);
  background: var(--carbon);
  font-family: var(--sans);
  font-size: 2rem;
  line-height: 1;
}

.menu-panel.is-open {
  visibility: visible;
  pointer-events: auto;
}

.menu-panel.is-open .menu-panel__backdrop { opacity: 1; }
.menu-panel.is-open .menu-panel__sheet { transform: translateX(0); }

.menu-panel .eyebrow {
  margin-left: 14%;
}

.menu-panel nav {
  display: grid;
  margin: auto 0 auto 14%;
}

.menu-panel nav a {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  padding: 0.25rem 0;
  border-bottom: 1px solid rgba(8, 10, 11, 0.23);
  font-family: var(--display);
  font-size: clamp(3rem, 6.7vw, 6.6rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
  transition: padding-left 260ms var(--ease), font-style 200ms ease;
}

.menu-panel nav a:hover { padding-left: 1.25rem; font-style: italic; }

.menu-panel nav span {
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.1em;
}

.menu-panel__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-left: 14%;
}

.menu-panel__footer p {
  max-width: 12rem;
  margin: 0;
  font-size: 0.86rem;
}

.text-link {
  padding: 0 0 0.25rem;
  cursor: pointer;
  border-bottom: 1px solid currentColor;
  color: var(--carbon);
  background: transparent;
  font-weight: 700;
}

/* Hero */
.hero {
  position: relative;
  min-height: 120rem;
  overflow: hidden;
  padding: 7.5rem var(--page-pad) 9rem;
  color: var(--ivory);
  background:
    radial-gradient(circle at 50% 32%, rgba(200, 255, 61, 0.08), transparent 24rem),
    var(--carbon);
}

.hero__topline {
  display: flex;
  justify-content: space-between;
  padding: 0.85rem 0;
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
  color: var(--steel);
}

.hero__title {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  align-items: baseline;
  justify-content: space-between;
  margin: 1rem 0 -2vw;
  font-family: var(--display);
  font-size: clamp(6.2rem, 17vw, 18rem);
  font-weight: 400;
  line-height: 0.78;
  letter-spacing: -0.082em;
  white-space: nowrap;
}

.hero__title span:last-child {
  color: var(--lime);
  font-style: italic;
}

.hero-stage {
  position: relative;
  z-index: 2;
  height: clamp(43rem, 72vw, 67rem);
  perspective: 1200px;
}

.hero-frame {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(245, 242, 234, 0.24);
  border-radius: var(--radius-lg);
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.35);
  will-change: transform;
}

.hero-frame--left {
  top: 12%;
  left: -8%;
  width: 34%;
  height: 72%;
  padding: 1.5rem;
  color: var(--ivory);
  background: #1d2022;
  transform: rotate(-4deg);
}

.hero-frame--center {
  z-index: 3;
  top: 2%;
  left: 26%;
  width: 48%;
  height: 82%;
  padding: clamp(0.6rem, 1.2vw, 1rem);
  background: #111315;
}

.hero-frame--right {
  top: 13%;
  right: -8%;
  width: 34%;
  height: 72%;
  padding: 1.5rem;
  color: var(--carbon);
  background: var(--ivory);
  transform: rotate(4deg);
}

.hero-frame__index {
  position: relative;
  z-index: 2;
}

.hero-frame strong {
  position: absolute;
  z-index: 2;
  bottom: 4rem;
  left: 1.5rem;
  font-size: clamp(2.3rem, 4vw, 4.7rem);
  line-height: 0.83;
  letter-spacing: -0.06em;
}

.hero-frame strong em {
  color: var(--lime);
  font-family: var(--display);
  font-weight: 400;
}

.hero-frame--right strong {
  font-family: var(--display);
  font-weight: 400;
}

.hero-frame__foot {
  position: absolute;
  right: 1.5rem;
  bottom: 1.4rem;
  left: 1.5rem;
  padding-top: 0.65rem;
  border-top: 1px solid currentColor;
}

.signal-orbit {
  position: absolute;
  top: 16%;
  right: -17%;
  width: 105%;
  aspect-ratio: 1;
  border: 1px solid rgba(200, 255, 61, 0.35);
  border-radius: 50%;
}

.signal-orbit::before,
.signal-orbit::after {
  position: absolute;
  inset: 18%;
  border: inherit;
  border-radius: inherit;
  content: "";
}

.signal-orbit::after { inset: 37%; }

.signal-orbit i {
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: var(--lime);
}

.signal-orbit i:first-child { top: 13%; left: 16%; }
.signal-orbit i:nth-child(2) { top: 54%; right: 8%; }
.signal-orbit i:last-child { bottom: 9%; left: 31%; }

.studio-ui {
  display: grid;
  height: 100%;
  grid-template-rows: auto 1fr auto auto;
  border: 1px solid rgba(245, 242, 234, 0.16);
  border-radius: calc(var(--radius-lg) - 0.7rem);
  background: #0d0f10;
}

.studio-ui__top {
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid rgba(245, 242, 234, 0.13);
  color: var(--steel);
  font-family: var(--mono);
  font-size: 0.58rem;
  letter-spacing: 0.08em;
}

.studio-ui__canvas {
  position: relative;
  display: grid;
  overflow: hidden;
  place-items: center;
  background:
    linear-gradient(rgba(245, 242, 234, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245, 242, 234, 0.035) 1px, transparent 1px),
    #131618;
  background-size: 3.2rem 3.2rem;
}

.studio-ui__canvas img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  opacity: 0.16;
  transform: translate(-50%, -50%) rotate(-8deg);
}

.studio-ui__canvas p {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: clamp(2.9rem, 6.2vw, 7rem);
  font-weight: 700;
  line-height: 0.79;
  letter-spacing: -0.07em;
  text-align: center;
}

.studio-ui__canvas p em {
  color: var(--lime);
  font-family: var(--display);
  font-weight: 400;
}

.studio-ui__slash {
  position: absolute;
  z-index: 1;
  top: -10%;
  bottom: -10%;
  left: 47%;
  width: 8%;
  background: var(--lime);
  transform: rotate(14deg) translateX(280%);
  animation: canvas-cut 5.5s 2.5s var(--ease) infinite;
}

@keyframes canvas-cut {
  0%, 72% { transform: rotate(14deg) translateX(280%); }
  85%, 100% { transform: rotate(14deg) translateX(-950%); }
}

.studio-ui__timeline {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 2px;
  padding: 0.45rem;
  border-top: 1px solid rgba(245, 242, 234, 0.13);
}

.studio-ui__timeline i {
  aspect-ratio: 1.75;
  background: var(--graphite);
}

.studio-ui__timeline i:nth-child(3),
.studio-ui__timeline i:nth-child(4),
.studio-ui__timeline i:nth-child(5) { background: rgba(200, 255, 61, 0.75); }

.studio-ui__tracks {
  display: grid;
  gap: 3px;
  padding: 0 0.45rem 0.45rem;
}

.studio-ui__tracks span {
  height: 0.4rem;
  background: linear-gradient(90deg, var(--lime) 0 42%, transparent 42% 45%, #3c4246 45% 100%);
}

.studio-ui__tracks span:nth-child(2) { background: linear-gradient(90deg, #3c4246 0 18%, transparent 18% 21%, var(--lime) 21% 75%, transparent 75%); }
.studio-ui__tracks span:last-child { background: linear-gradient(90deg, transparent 0 11%, #3c4246 11% 67%, transparent 67%); }

.system-diagram {
  position: absolute;
  top: 13%;
  left: 4%;
  width: 92%;
  aspect-ratio: 1.1;
}

.system-diagram svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: rgba(8, 10, 11, 0.38);
  stroke-width: 1;
}

.system-diagram span {
  position: absolute;
  z-index: 1;
  padding: 0.45rem 0.65rem;
  border: 1px solid var(--carbon);
  border-radius: 999px;
  background: var(--ivory);
  font-family: var(--mono);
  font-size: 0.52rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.system-diagram span:first-child { top: 6%; left: 1%; }
.system-diagram span:nth-child(2) { top: 0; left: 48%; }
.system-diagram span:nth-child(3) { top: 17%; right: 0; }
.system-diagram span:nth-child(4) { bottom: 13%; left: 8%; }
.system-diagram span:nth-child(5) { right: 10%; bottom: 2%; background: var(--lime); }

.hero-case {
  position: absolute;
  z-index: 6;
  right: 19%;
  bottom: 4%;
  display: grid;
  width: min(25rem, 34vw);
  min-height: 14rem;
  padding: 1.5rem;
  grid-template-columns: 1fr auto;
  color: var(--carbon);
  background: var(--lime);
  box-shadow: 0 1.5rem 3.5rem rgba(0, 0, 0, 0.25);
  transform: rotate(-3deg);
  transition: transform 350ms var(--ease);
}

.hero-case:hover { transform: rotate(0) translateY(-0.5rem); }

.hero-case__label {
  grid-column: 1 / -1;
  font-family: var(--mono);
  font-size: 0.58rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.hero-case__name {
  align-self: end;
  font-family: var(--display);
  font-size: clamp(2.5rem, 4vw, 4.5rem);
  line-height: 0.86;
  letter-spacing: -0.055em;
}

.hero-case__desc {
  grid-column: 1 / 2;
  max-width: 15rem;
  margin-top: 0.65rem;
  font-size: 0.75rem;
}

.hero-case__arrow {
  grid-column: 2;
  grid-row: 2 / 4;
  align-self: end;
  font-size: 2rem;
}

.hero__statement {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: clamp(3rem, 12vw, 12rem);
  align-items: end;
  margin-top: clamp(6rem, 14vw, 13rem);
  padding-top: 2rem;
  border-top: 1px solid var(--line-light);
}

.hero__statement p {
  max-width: 50rem;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(4rem, 8vw, 8.8rem);
  line-height: 0.83;
  letter-spacing: -0.06em;
}

.hero__statement span {
  max-width: 28rem;
  color: var(--steel);
  font-size: clamp(1rem, 1.4vw, 1.3rem);
  line-height: 1.5;
}

/* Ticker */
.ticker {
  overflow: hidden;
  padding: 1.1rem 0 1rem;
  color: var(--carbon);
  background: var(--lime);
  transform: rotate(-1.2deg) scale(1.02);
}

.ticker__track {
  display: flex;
  width: max-content;
  animation: ticker 24s linear infinite;
}

.ticker__track span {
  padding-right: 1.4rem;
  font-size: clamp(1rem, 1.8vw, 1.7rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.ticker__track i {
  padding: 0 0.65rem;
  font-style: normal;
}

.ticker__track .signal-separator {
  display: inline-block;
  width: 0.45rem;
  height: 0.45rem;
  padding: 0;
  margin: 0 0.85rem;
  border: 1px solid currentColor;
  transform: rotate(45deg);
}

@keyframes ticker { to { transform: translateX(-50%); } }

/* Thesis */
.thesis {
  position: relative;
  overflow: hidden;
  min-height: 82rem;
  color: var(--carbon);
  background: var(--ivory);
}

.thesis__body {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(16rem, 0.55fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: end;
  margin-top: clamp(8rem, 16vw, 16rem);
}

.thesis h2 {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: clamp(4.8rem, 10.5vw, 12.5rem);
  line-height: 0.78;
}

.thesis h2 span { display: block; }
.thesis h2 span:nth-child(2) { padding-left: 0.35em; }
.thesis h2 span:last-child { padding-left: 0.8em; }
.thesis h2 em { color: transparent; -webkit-text-stroke: 1.5px var(--carbon); }

.thesis__note {
  position: relative;
  z-index: 2;
  padding-bottom: 2rem;
}

.thesis__note .mono-label { display: block; margin-bottom: 1.5rem; }

.thesis__note p {
  margin-bottom: 2rem;
  font-size: clamp(1.1rem, 1.6vw, 1.45rem);
  line-height: 1.5;
}

.arrow-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  border-top: 1px solid var(--carbon);
  border-bottom: 1px solid var(--carbon);
  font-weight: 700;
}

.arrow-link span { font-size: 1.3rem; transition: transform 220ms ease; }
.arrow-link:hover span { transform: translate(0.25rem, 0.25rem); }

.signal-cut-line {
  position: absolute;
  top: 12%;
  right: 18%;
  width: 2px;
  height: 78%;
  background: var(--carbon);
  opacity: 0.1;
  transform: rotate(18deg);
}

.signal-cut-line::after {
  position: absolute;
  top: 41%;
  left: -0.6rem;
  width: 1.2rem;
  height: 5rem;
  content: "";
  background: var(--lime);
}

/* Direction map */
.direction {
  color: var(--carbon);
  background: var(--lime);
}

.direction__intro {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.direction__kicker {
  margin: 0;
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.direction__title {
  max-width: 80rem;
  margin: clamp(5rem, 9vw, 9rem) 0;
  font-size: clamp(4.3rem, 9.2vw, 11rem);
  line-height: 0.8;
}

.direction__title em { color: var(--ivory); }

.direction-map {
  position: relative;
  min-height: 38rem;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.direction-map > svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: rgba(8, 10, 11, 0.3);
  stroke-dasharray: 5 7;
  stroke-width: 1;
}

.direction-map__core {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  width: clamp(10rem, 20vw, 15rem);
  aspect-ratio: 1;
  padding: 2.2rem;
  place-items: center;
  border-radius: 50%;
  color: var(--ivory);
  background: var(--carbon);
  transform: translate(-50%, -50%);
}

.direction-map__core img { width: 72%; }

.direction-map__core span {
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.direction-map article {
  position: absolute;
  z-index: 2;
  top: var(--y);
  left: var(--x);
  width: min(19rem, 25vw);
  padding: 1.15rem;
  border: 1px solid var(--carbon);
  background: var(--lime);
}

.direction-map article > span {
  font-family: var(--mono);
  font-size: 0.6rem;
}

.direction-map article h3 {
  margin: 1.5rem 0 0.3rem;
  font-family: var(--display);
  font-size: clamp(2rem, 3.2vw, 3.5rem);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.05em;
}

.direction-map article p { margin: 0; font-size: 0.82rem; }

/* Cases */
.cases {
  overflow: hidden;
  background: var(--carbon);
}

.cases .chapter { color: var(--ivory); }

.cases__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 4rem;
}

.cases__header h2 {
  margin: 3.5rem 0 0;
  font-family: var(--display);
  font-size: clamp(4.5rem, 8.8vw, 10rem);
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: -0.06em;
}

.cases__controls { display: flex; gap: 0.5rem; }

.cases__controls button {
  display: grid;
  width: 3.75rem;
  height: 3.75rem;
  cursor: pointer;
  place-items: center;
  border-radius: 50%;
  color: var(--carbon);
  background: var(--ivory);
  font-size: 1.15rem;
  transition: background 180ms ease, transform 180ms ease;
}

.cases__controls button:hover { background: var(--lime); transform: scale(1.06); }

.case-rail {
  display: flex;
  width: calc(100% + var(--page-pad));
  gap: clamp(1.25rem, 2.5vw, 2.5rem);
  overflow-x: auto;
  padding: 0 var(--page-pad) 2.5rem 0;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: var(--lime) rgba(245, 242, 234, 0.1);
}

.case-card {
  display: grid;
  min-width: min(86vw, 78rem);
  min-height: clamp(35rem, 55vw, 48rem);
  grid-template-columns: 1.28fr 0.72fr;
  overflow: hidden;
  scroll-snap-align: start;
  border: 1px solid rgba(245, 242, 234, 0.18);
  border-radius: var(--radius-lg);
  color: var(--carbon);
  background: var(--ivory);
}

.case-card__visual {
  position: relative;
  min-height: 100%;
  overflow: hidden;
}

.case-card__copy {
  display: flex;
  flex-direction: column;
  padding: clamp(1.5rem, 3vw, 3rem);
}

.case-card__copy > div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid var(--line-dark);
}

.case-card__copy h3 {
  margin: auto 0 1.25rem;
  font-family: var(--display);
  font-size: clamp(3rem, 5vw, 6rem);
  font-weight: 400;
  line-height: 0.83;
  letter-spacing: -0.06em;
}

.case-card__copy p {
  max-width: 28rem;
  font-size: 0.93rem;
  line-height: 1.55;
}

.case-card__copy ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}

.case-card__copy li {
  padding: 0.45rem 0.7rem;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-family: var(--mono);
  font-size: 0.54rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.case-card--founding .case-card__visual {
  background:
    radial-gradient(circle at 23% 28%, var(--lime) 0 0.6rem, transparent 0.7rem),
    radial-gradient(circle at 76% 63%, var(--lime) 0 0.6rem, transparent 0.7rem),
    linear-gradient(145deg, #202427, #0e1011);
}

.case-card__stamp {
  position: absolute;
  z-index: 2;
  top: 2rem;
  left: 2rem;
  display: grid;
  width: 6rem;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid var(--lime);
  border-radius: 50%;
  color: var(--lime);
  font-family: var(--mono);
  font-size: 0.55rem;
  line-height: 1.4;
  text-align: center;
}

.portrait-type {
  position: absolute;
  inset: 8% 9%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 48% 48% 3rem 3rem;
  background: var(--lime);
  transform: rotate(-3deg);
}

.portrait-type::after {
  position: absolute;
  top: -10%;
  bottom: -10%;
  left: 55%;
  width: 6%;
  content: "";
  background: var(--ivory);
  transform: rotate(16deg);
}

.portrait-type span {
  color: var(--carbon);
  font-family: var(--display);
  font-size: clamp(10rem, 29vw, 29rem);
  line-height: 0.65;
  letter-spacing: -0.13em;
}

.portrait-type span:last-child { font-style: italic; }

.case-card__orbit {
  position: absolute;
  z-index: 3;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: flex;
  justify-content: space-between;
  color: var(--ivory);
  font-family: var(--mono);
  font-size: 0.52rem;
  font-style: normal;
  letter-spacing: 0.08em;
}

.case-card--identity { color: var(--ivory); background: var(--graphite); }
.case-card--identity .case-card__copy > div { border-color: var(--line-light); }
.case-card--identity .case-card__visual { background: #0f1112; }

.case-card--identity .case-card__visual > img {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 45%;
  transform: translate(-50%, -50%);
}

.identity-grid {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

.identity-grid i { border-right: 1px solid rgba(245, 242, 234, 0.12); border-bottom: 1px solid rgba(245, 242, 234, 0.12); }

.identity-copy {
  position: absolute;
  z-index: 3;
  right: 1.2rem;
  bottom: 0.6rem;
  color: var(--ivory);
  font-size: clamp(4rem, 9vw, 9rem);
  font-weight: 700;
  line-height: 0.72;
  letter-spacing: -0.08em;
  text-align: right;
}

.identity-copy em { color: var(--lime); font-family: var(--display); font-weight: 400; }

.case-card--proof { background: #dfe2dc; }
.case-card--proof .case-card__visual { background: var(--ivory); }

.proof-gate {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;
  gap: 0;
  overflow: hidden;
  font-size: clamp(4rem, 9vw, 9.5rem);
  font-weight: 700;
  line-height: 0.72;
  letter-spacing: -0.07em;
}

.proof-gate span:nth-of-type(2) { padding-left: 16%; }
.proof-gate span:last-child { color: var(--lime); background: var(--carbon); }
.proof-gate i { width: 140%; height: 0.5rem; background: var(--carbon); transform: rotate(-6deg) translateX(-10%); }

.case-card--next {
  display: block;
  min-width: min(70vw, 55rem);
  color: var(--carbon);
  background: var(--lime);
}

.case-card--next button {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(2rem, 5vw, 5rem);
  cursor: pointer;
  color: var(--carbon);
  background: transparent;
  text-align: left;
}

.case-card--next button > span { font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.08em; }

.case-card--next strong {
  margin: auto 0 2rem;
  font-family: var(--display);
  font-size: clamp(5rem, 10vw, 11rem);
  font-weight: 400;
  line-height: 0.75;
  letter-spacing: -0.07em;
}

.case-card--next strong em { color: var(--ivory); font-weight: 400; }
.case-card--next p { max-width: 25rem; margin: 0; font-size: 1rem; }
.case-card--next button > i { position: absolute; right: 3rem; bottom: 3rem; font-size: 3rem; font-style: normal; }

/* Expertise */
.expertise {
  color: var(--carbon);
  background: var(--ivory);
}

.expertise__intro {
  display: grid;
  grid-template-columns: 0.55fr 1.7fr 0.65fr;
  gap: clamp(2rem, 5vw, 6rem);
  align-items: end;
  margin-bottom: clamp(5rem, 10vw, 10rem);
}

.expertise__intro h2 {
  margin: 0;
  font-size: clamp(4rem, 8vw, 9.5rem);
  line-height: 0.8;
}

.expertise__intro h2 em { color: var(--lime); -webkit-text-stroke: 1px var(--carbon); }
.expertise__intro > p { margin: 0; font-size: 0.92rem; line-height: 1.55; }

.expertise-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.expertise-card {
  display: flex;
  min-height: 43rem;
  flex-direction: column;
  padding: clamp(1.25rem, 2.5vw, 2.25rem);
  border-radius: var(--radius-md);
  color: var(--ivory);
  background: var(--carbon);
}

.expertise-card--lime { color: var(--carbon); background: var(--lime); }

.expertise-card__top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid currentColor;
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.expertise-card__art {
  position: relative;
  height: 14rem;
  margin: 2rem 0;
  overflow: hidden;
  border: 1px solid currentColor;
}

.expertise-card__art--direction span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 1px;
  background: var(--lime);
  transform-origin: left;
}

.expertise-card__art--direction span:first-child { transform: rotate(18deg) translate(-50%, -50%); }
.expertise-card__art--direction span:nth-child(2) { transform: rotate(138deg) translate(-50%, -50%); }
.expertise-card__art--direction span:last-child { transform: rotate(258deg) translate(-50%, -50%); }

.expertise-card__art--direction::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5rem;
  height: 5rem;
  border: 1rem solid var(--lime);
  border-radius: 50%;
  content: "";
  transform: translate(-50%, -50%);
}

.expertise-card__art--production {
  display: grid;
  place-items: center;
  background: var(--carbon);
}

.expertise-card__art--production span { color: var(--lime); font-family: var(--mono); font-size: 0.7rem; }

.expertise-card__art--production i {
  position: absolute;
  width: 7rem;
  height: 7rem;
  border: 1px solid var(--lime);
  border-radius: 50%;
}

.expertise-card__art--production i::after { position: absolute; top: 50%; left: 50%; width: 1rem; height: 1rem; border-radius: 50%; content: ""; background: var(--lime); transform: translate(-50%, -50%); }

.expertise-card__art--systems { display: grid; grid-template-columns: 1fr 1fr; gap: 0.3rem; padding: 0.3rem; }
.expertise-card__art--systems span { border: 1px solid var(--lime); }
.expertise-card__art--systems span:nth-child(2), .expertise-card__art--systems span:nth-child(3) { background: var(--lime); clip-path: polygon(0 0, 100% 0, 74% 100%, 0 100%); }

.expertise-card h3 {
  margin: auto 0 1rem;
  font-family: var(--display);
  font-size: clamp(3.5rem, 5vw, 6rem);
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: -0.06em;
}

.expertise-card > p { min-height: 4.5rem; font-size: 0.86rem; line-height: 1.5; }

.expertise-card ul {
  display: grid;
  gap: 0.55rem;
  padding: 1.2rem 0 0;
  margin: 1rem 0 0;
  border-top: 1px solid currentColor;
  list-style: none;
  font-size: 0.76rem;
}

.expertise-card li::before {
  display: inline-block;
  width: 0.72rem;
  height: 0.72rem;
  margin-right: 0.6rem;
  content: "";
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 12h15M13 5l7 7-7 7' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 12h15M13 5l7 7-7 7' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  transform: rotate(45deg);
}

/* Manifesto */
.manifesto {
  position: relative;
  overflow: hidden;
  min-height: 84rem;
  background: var(--carbon);
}

.manifesto .chapter { color: var(--ivory); }

.manifesto__layout {
  display: grid;
  grid-template-columns: 1.6fr 0.6fr;
  gap: clamp(3rem, 8vw, 9rem);
  align-items: center;
  margin-top: clamp(8rem, 16vw, 16rem);
}

.manifesto__layout h2 {
  margin: 0;
  font-size: clamp(4.5rem, 9.8vw, 11.5rem);
  line-height: 0.76;
  letter-spacing: -0.07em;
}

.manifesto__layout h2 em { color: var(--lime); font-family: var(--display); font-weight: 400; }

.manifesto__copy { max-width: 31rem; }
.manifesto__copy .lead { color: var(--ivory); font-size: clamp(1.25rem, 1.8vw, 1.7rem); line-height: 1.45; }
.manifesto__copy > p:not(.lead) { color: var(--steel); font-size: 0.94rem; line-height: 1.6; }

.evidence-legend {
  display: grid;
  gap: 0.8rem;
  margin-top: 3rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line-light);
  color: var(--steel);
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.evidence-legend span { display: flex; align-items: center; gap: 0.7rem; }
.evidence-legend i { width: 0.6rem; height: 0.6rem; border-radius: 50%; }
.evidence-legend .verified { background: var(--lime); }
.evidence-legend .qualified { border: 1px solid var(--lime); }
.evidence-legend .internal { background: var(--steel); }

.manifesto__marquee {
  position: absolute;
  right: -5%;
  bottom: 3rem;
  left: -5%;
  overflow: hidden;
  color: transparent;
  -webkit-text-stroke: 1px rgba(200, 255, 61, 0.45);
  font-size: clamp(5rem, 10vw, 12rem);
  font-weight: 700;
  line-height: 0.7;
  white-space: nowrap;
  transform: rotate(3deg);
}

/* Process */
.process {
  color: var(--carbon);
  background: var(--lime);
}

.process__header {
  display: grid;
  grid-template-columns: 0.45fr 1.55fr;
  align-items: start;
  margin-bottom: clamp(6rem, 11vw, 11rem);
}

.process__header h2 {
  margin: 0;
  font-size: clamp(4.5rem, 8.8vw, 10.5rem);
  line-height: 0.8;
}

.process__header h2 em { color: var(--ivory); }

.process-rail {
  display: grid;
  grid-template-columns: repeat(5, minmax(13rem, 1fr));
  gap: 0.75rem;
  overflow-x: auto;
  padding: 0.75rem 0 1.5rem;
  scrollbar-color: var(--carbon) rgba(8, 10, 11, 0.15);
}

.process-card {
  display: flex;
  min-height: 31rem;
  flex-direction: column;
  padding: 1.4rem;
  border: 1px solid var(--carbon);
  background: var(--lime);
  transform: translateY(var(--lift, 0));
}

.process-card:nth-child(2) { --lift: -1rem; }
.process-card:nth-child(3) { --lift: 1rem; }
.process-card:nth-child(4) { --lift: -0.5rem; }
.process-card--accent { color: var(--ivory); background: var(--carbon); }

.process-card > div { display: flex; justify-content: space-between; font-family: var(--mono); font-size: 0.62rem; text-transform: uppercase; }
.process-card h3 { margin: auto 0 1rem; font-family: var(--display); font-size: clamp(3rem, 4vw, 4.2rem); font-weight: 400; line-height: 0.85; letter-spacing: -0.05em; }
.process-card p { min-height: 7.5rem; margin-bottom: 1.5rem; font-size: 0.82rem; line-height: 1.5; }
.process-card small { padding-top: 0.8rem; border-top: 1px solid currentColor; }

/* Reasons */
.reasons {
  min-height: 85rem;
  color: var(--carbon);
  background: var(--ivory);
}

.reasons__intro {
  display: grid;
  grid-template-columns: 0.5fr 1.5fr;
  margin-bottom: clamp(8rem, 15vw, 15rem);
}

.reasons__intro h2 {
  margin: 0;
  font-size: clamp(4.2rem, 8vw, 9.5rem);
  line-height: 0.8;
}

.reasons__intro h2 em { color: var(--lime); -webkit-text-stroke: 1px var(--carbon); }

.reason-stack {
  position: relative;
  min-height: 38rem;
  max-width: 75rem;
  margin: 0 auto;
}

.reason-card {
  position: absolute;
  display: flex;
  width: min(30rem, 38vw);
  min-height: 22rem;
  flex-direction: column;
  padding: 1.6rem;
  border: 1px solid var(--carbon);
  box-shadow: 0 1rem 2rem rgba(8, 10, 11, 0.1);
  transition: transform 350ms var(--ease), z-index 0s;
}

.reason-card:hover { z-index: 10; transform: rotate(0) scale(1.03); }
.reason-card > span { font-family: var(--mono); font-size: 0.62rem; }
.reason-card h3 { margin: auto 0 0.8rem; font-family: var(--display); font-size: clamp(2.7rem, 4vw, 4.5rem); font-weight: 400; line-height: 0.83; letter-spacing: -0.05em; }
.reason-card p { margin: 0; font-size: 0.86rem; line-height: 1.5; }
.reason-card--one { z-index: 2; top: 0; left: 3%; background: var(--lime); transform: rotate(-7deg); }
.reason-card--two { z-index: 3; top: 8%; left: 26%; color: var(--ivory); background: var(--carbon); transform: rotate(4deg); }
.reason-card--three { z-index: 4; top: -4%; right: 17%; background: #dfe2dc; transform: rotate(-2deg); }
.reason-card--four { z-index: 5; right: 0; bottom: 0; background: var(--lime); transform: rotate(7deg); }

/* FAQ */
.faq {
  color: var(--ivory);
  background: var(--carbon);
}

.faq__head {
  display: grid;
  grid-template-columns: 0.5fr 1.5fr;
  margin-bottom: clamp(5rem, 9vw, 9rem);
}

.faq__head .chapter { color: var(--ivory); }
.faq__head h2 { margin: 0; font-size: clamp(5rem, 9.5vw, 11rem); line-height: 0.78; }

.faq-list { max-width: 88rem; margin-left: auto; }

.faq-item { border-top: 1px solid var(--line-light); }
.faq-item:last-child { border-bottom: 1px solid var(--line-light); }
.faq-item h3 { margin: 0; }

.faq-item button {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 2.6rem;
  gap: 2rem;
  align-items: center;
  padding: 2rem 0;
  cursor: pointer;
  color: var(--ivory);
  background: transparent;
  font-family: var(--display);
  font-size: clamp(1.8rem, 3.3vw, 3.8rem);
  line-height: 1;
  letter-spacing: -0.04em;
  text-align: left;
}

.faq-item button i {
  position: relative;
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  border: 1px solid var(--lime);
  border-radius: 50%;
}

.faq-item button i::before,
.faq-item button i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.8rem;
  height: 1px;
  content: "";
  background: var(--lime);
  transform: translate(-50%, -50%);
  transition: transform 220ms ease;
}

.faq-item button i::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-item button[aria-expanded="true"] i::after { transform: translate(-50%, -50%) rotate(0); }

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  color: var(--steel);
  transition: grid-template-rows 420ms var(--ease);
}

.faq-answer > div { overflow: hidden; }
.faq-answer p { max-width: 46rem; padding: 0 0 2.5rem; margin: 0; font-size: 1rem; line-height: 1.65; }
.faq-item.is-open .faq-answer { grid-template-rows: 1fr; }

/* Booking */
.booking {
  position: relative;
  overflow: hidden;
  color: var(--carbon);
  background: var(--ivory);
}

.booking::before {
  position: absolute;
  top: -28rem;
  right: -12rem;
  width: 42rem;
  aspect-ratio: 1;
  border: 1px solid rgba(8, 10, 11, 0.12);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 6rem rgba(8, 10, 11, 0.025), 0 0 0 12rem rgba(8, 10, 11, 0.02);
}

.booking__head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.42fr 1.28fr 0.55fr;
  gap: clamp(2rem, 5vw, 6rem);
  align-items: end;
  margin-bottom: clamp(4rem, 8vw, 8rem);
}

.booking__head h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(4.5rem, 8.2vw, 9.5rem);
  font-weight: 400;
  line-height: 0.76;
  letter-spacing: -0.06em;
}

.booking__head h2 em {
  color: var(--lime);
  font-weight: 400;
  -webkit-text-stroke: 1px var(--carbon);
}

.booking__head > p {
  max-width: 25rem;
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
}

.booking-card {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 43rem;
  grid-template-columns: minmax(20rem, 0.72fr) minmax(32rem, 1.28fr);
  overflow: hidden;
  border: 1px solid var(--carbon);
  border-radius: var(--radius-lg);
  color: var(--ivory);
  background: var(--carbon);
  box-shadow: 0 2rem 5rem rgba(8, 10, 11, 0.16);
}

.booking-card__summary {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: clamp(1.5rem, 3.5vw, 3.5rem);
}

.booking-card__summary h3 {
  margin: clamp(4rem, 8vw, 8rem) 0 3rem;
  font-family: var(--display);
  font-size: clamp(3.7rem, 5.6vw, 6.4rem);
  font-weight: 400;
  line-height: 0.77;
  letter-spacing: -0.06em;
}

.booking-facts {
  padding: 0;
  margin: 0 0 2.5rem;
  list-style: none;
}

.booking-facts li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.85rem 0;
  border-top: 1px solid var(--line-light);
}

.booking-facts li:last-child { border-bottom: 1px solid var(--line-light); }
.booking-facts span { color: var(--steel); font-family: var(--mono); font-size: 0.58rem; letter-spacing: 0.07em; text-transform: uppercase; }
.booking-facts strong { font-size: 0.85rem; }

.booking-load {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.25rem;
  cursor: pointer;
  border-radius: 999px;
  color: var(--carbon);
  background: var(--lime);
  font-weight: 700;
  text-align: left;
  transition: transform 250ms var(--ease), background-color 200ms ease;
}

.booking-load:hover { background: var(--ivory); transform: translateY(-0.2rem); }
.booking-load .vector-arrow { font-size: 1.35rem; }

.booking-external {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  align-self: flex-start;
  padding: 1.1rem 0 0.25rem;
  border-bottom: 1px solid rgba(245, 242, 234, 0.35);
  color: var(--ivory);
  font-size: 0.75rem;
}

.booking-privacy {
  margin: auto 0 0;
  padding-top: 2rem;
  color: var(--steel);
  font-family: var(--mono);
  font-size: 0.56rem;
  line-height: 1.55;
}

.booking-card__calendar {
  position: relative;
  min-width: 0;
  min-height: 43rem;
  overflow: hidden;
  color: var(--carbon);
  background: var(--white);
}

.booking-placeholder {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: grid;
  padding: clamp(1.5rem, 3vw, 3rem);
  grid-template-rows: auto 1fr auto;
  background:
    linear-gradient(rgba(8, 10, 11, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 10, 11, 0.045) 1px, transparent 1px),
    var(--ivory);
  background-size: 3.5rem 3.5rem;
}

.booking-placeholder__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid var(--carbon);
  font-family: var(--mono);
  font-size: 0.58rem;
  letter-spacing: 0.08em;
}

.booking-placeholder__bar i { width: 0.65rem; height: 0.65rem; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 1px var(--carbon); }
.booking-card.is-loading .booking-placeholder__bar i { animation: pulse 1.2s ease-in-out infinite; }

.booking-placeholder__grid {
  display: grid;
  width: min(100%, 34rem);
  align-self: center;
  justify-self: center;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.45rem;
}

.booking-placeholder__grid span {
  aspect-ratio: 1;
  border: 1px solid rgba(8, 10, 11, 0.28);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}

.booking-placeholder__grid span.is-open { border-color: var(--carbon); background: var(--lime); transform: rotate(6deg) scale(1.08); }

.booking-placeholder > p {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3.4rem, 6vw, 6.6rem);
  line-height: 0.78;
  letter-spacing: -0.055em;
}

.booking-placeholder > p em { font-weight: 400; }

.booking-placeholder[hidden] { display: none; }

.booking-card__calendar iframe {
  display: block;
  width: 100%;
  height: 43rem;
  border: 0;
  opacity: 0;
  background: var(--white);
  transition: opacity 350ms ease;
}

.booking-card__calendar iframe[hidden] { display: none; }
.booking-card.is-ready .booking-card__calendar iframe { opacity: 1; }
.booking-card.is-loaded .booking-load { color: var(--ivory); background: var(--graphite); }

/* Contact and footer */
.contact {
  min-height: 73rem;
  color: var(--carbon);
  background: var(--lime);
}

.contact__top {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

.contact__top > p { max-width: 19rem; margin: 0; font-size: 0.9rem; }

.contact h2 {
  max-width: 95rem;
  margin: clamp(7rem, 12vw, 12rem) 0 clamp(5rem, 9vw, 9rem);
  font-size: clamp(5rem, 11vw, 13rem);
  line-height: 0.73;
}

.contact h2 em { color: var(--ivory); }

.contact__cta {
  display: flex;
  width: min(100%, 70rem);
  align-items: center;
  justify-content: space-between;
  padding: 1.4rem 0;
  cursor: pointer;
  border-top: 2px solid var(--carbon);
  border-bottom: 2px solid var(--carbon);
  color: var(--carbon);
  background: transparent;
  font-family: var(--display);
  font-size: clamp(2.7rem, 5vw, 5.5rem);
  line-height: 1;
  letter-spacing: -0.04em;
  text-align: left;
}

.contact__cta i { font-family: var(--sans); font-style: normal; transition: transform 250ms var(--ease); }
.contact__cta:hover i { transform: translate(0.5rem, -0.5rem); }

.contact__foot {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 6rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line-dark);
  font-family: var(--mono);
  font-size: 0.6rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.contact__foot p { margin: 0; }

.site-footer {
  padding: 3rem var(--page-pad) 1.5rem;
  color: var(--ivory);
  background: var(--carbon);
}

.site-footer__brand {
  overflow: hidden;
  margin-bottom: 4rem;
  font-family: var(--display);
  font-size: clamp(6rem, 17vw, 19rem);
  line-height: 0.75;
  letter-spacing: -0.08em;
  white-space: nowrap;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  padding: 2rem 0 4rem;
  border-top: 1px solid var(--line-light);
}

.site-footer__grid span { color: var(--steel); }
.site-footer__grid p { max-width: 16rem; margin: 1rem 0 0; font-size: 0.75rem; line-height: 1.5; }

.site-footer__company {
  max-width: 70rem;
  margin: 0 0 2rem;
  color: var(--steel);
  font-size: 0.7rem;
  line-height: 1.65;
}

.site-footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.4rem;
  margin-bottom: 2rem;
  font-size: 0.75rem;
}

.site-footer__legal a { border-bottom: 1px solid rgba(245, 242, 234, 0.34); }
.site-footer__legal a:hover { color: var(--lime); border-color: var(--lime); }

.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
  border-top: 1px solid var(--line-light);
  color: var(--steel);
  font-family: var(--mono);
  font-size: 0.6rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Brief dialog */
.brief-dialog {
  width: min(100%, 68rem);
  max-width: none;
  max-height: calc(100dvh - 2rem);
  padding: 0;
  overflow: auto;
  border: 0;
  border-radius: 2rem;
  color: var(--ivory);
  background: var(--graphite);
  box-shadow: 0 2rem 8rem rgba(0, 0, 0, 0.55);
}

.brief-dialog::backdrop { background: rgba(8, 10, 11, 0.82); backdrop-filter: blur(12px); }
.brief-dialog form { padding: clamp(1.5rem, 4vw, 4rem); }

.brief-dialog__head {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

.brief-dialog h2 { margin: 1rem 0 2.5rem; font-size: clamp(3.5rem, 7vw, 7rem); line-height: 0.78; }
.brief-dialog h2 em { color: var(--lime); }

.dialog-close {
  display: grid;
  width: 3.5rem;
  height: 3.5rem;
  flex: 0 0 auto;
  padding: 0;
  cursor: pointer;
  place-items: center;
  border-radius: 50%;
  color: var(--carbon);
  background: var(--lime);
  font-size: 2rem;
  line-height: 1;
}

.brief-progress { width: 100%; height: 2px; margin-bottom: 2.5rem; background: rgba(245, 242, 234, 0.15); }
.brief-progress span { display: block; width: 33.33%; height: 100%; background: var(--lime); transition: width 350ms var(--ease); }

.brief-step { display: none; min-height: 29rem; }
.brief-step.is-active { display: block; animation: step-in 420ms var(--ease) both; }

@keyframes step-in { from { opacity: 0; transform: translateX(1.5rem); } }

.brief-step__index { display: block; margin-bottom: 2rem; color: var(--steel); }
.brief-step fieldset { padding: 0; border: 0; }
.brief-step legend { width: 100%; margin-bottom: 1.8rem; font-family: var(--display); font-size: clamp(2rem, 4vw, 4rem); line-height: 1; letter-spacing: -0.04em; }
.field-hint { color: var(--steel); font-size: 0.78rem; }

.choice {
  display: grid;
  cursor: pointer;
  border-top: 1px solid var(--line-light);
}

.choice:last-of-type { border-bottom: 1px solid var(--line-light); }
.choice input { position: absolute; opacity: 0; pointer-events: none; }

.choice span {
  position: relative;
  padding: 1.15rem 3rem 1.15rem 0;
  font-size: clamp(1rem, 1.8vw, 1.3rem);
  transition: padding-left 200ms ease, color 200ms ease;
}

.choice span::after {
  position: absolute;
  top: 50%;
  right: 0.2rem;
  display: grid;
  width: 1.5rem;
  height: 1.5rem;
  place-items: center;
  border: 1px solid var(--steel);
  border-radius: 50%;
  content: "";
  color: var(--carbon);
  background: transparent;
  transform: translateY(-50%);
}

.choice input:checked + span { padding-left: 1rem; color: var(--lime); }
.choice input:checked + span::after {
  border-color: var(--lime);
  background: var(--lime);
  box-shadow: inset 0 0 0 0.38rem var(--graphite);
}
.choice input:focus-visible + span { outline: 2px solid var(--lime); outline-offset: 2px; }

.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; }
.field-grid label, .full-field { display: grid; gap: 0.5rem; }
.field-grid label span, .full-field span { color: var(--steel); font-family: var(--mono); font-size: 0.58rem; letter-spacing: 0.08em; text-transform: uppercase; }

.field-grid input,
.field-grid select,
.full-field textarea,
.brief-result textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--steel);
  border-radius: 0;
  color: var(--ivory);
  background: transparent;
}

.field-grid input, .field-grid select { min-height: 3.2rem; }
.field-grid select option { color: var(--carbon); }
.full-field { margin-top: 1.7rem; }
.full-field textarea { padding: 0.8rem 0; resize: vertical; }
.privacy-note { margin-top: 1rem; color: var(--steel); font-family: var(--mono); font-size: 0.55rem; line-height: 1.5; }

.brief-nav {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line-light);
}

.brief-nav[hidden] {
  display: none;
}

.brief-nav button {
  min-width: 8rem;
  padding: 1rem 1.3rem;
  cursor: pointer;
  border-radius: 999px;
  color: var(--ivory);
  background: transparent;
  font-weight: 700;
}

.brief-nav button:last-child { color: var(--carbon); background: var(--lime); }
.brief-nav button:disabled { opacity: 0.35; cursor: not-allowed; }

.brief-result h3 { margin: 1rem 0; font-family: var(--display); font-size: clamp(3rem, 5vw, 5rem); font-weight: 400; letter-spacing: -0.05em; }
.brief-result > p { color: var(--steel); }
.brief-result textarea { padding: 1rem; border: 1px solid var(--line-light); color: var(--ivory); background: var(--carbon); resize: vertical; font-family: var(--mono); font-size: 0.7rem; line-height: 1.55; }
.copy-brief { display: flex; width: 100%; justify-content: space-between; margin-top: 1rem; padding: 1.1rem 1.3rem; cursor: pointer; color: var(--carbon); background: var(--lime); font-weight: 700; }
.email-brief { display: flex; width: 100%; justify-content: space-between; margin-top: 0.7rem; padding: 1.05rem 1.3rem; border: 1px solid var(--line-light); color: var(--ivory); font-weight: 700; }
.email-brief:hover { color: var(--carbon); background: var(--ivory); }
.copy-status { min-height: 1.2rem; color: var(--lime) !important; font-size: 0.72rem; }

.noscript { position: fixed; z-index: 500; right: 1rem; bottom: 1rem; left: 1rem; padding: 1rem; color: var(--carbon); background: var(--lime); text-align: center; }

/* Responsive */
@media (max-width: 1100px) {
  .desktop-nav, .availability { display: none; }
  .hero { min-height: 108rem; }
  .hero-frame--left, .hero-frame--right { width: 38%; }
  .hero-frame--center { left: 21%; width: 58%; }
  .hero-case { right: 9%; width: min(27rem, 42vw); }
  .thesis__body { grid-template-columns: 1fr; }
  .thesis__note { max-width: 31rem; margin-left: auto; }
  .direction-map article { width: 13.5rem; }
  .case-card { grid-template-columns: 1.1fr 0.9fr; }
  .expertise__intro { grid-template-columns: 0.4fr 1.6fr; }
  .expertise__intro > p { grid-column: 2; max-width: 30rem; }
  .expertise-grid { grid-template-columns: 1fr 1fr; }
  .expertise-card:last-child { grid-column: 1 / -1; min-height: 35rem; }
  .manifesto__layout { grid-template-columns: 1fr; }
  .manifesto__copy { margin-left: auto; }
  .reason-card { width: min(31rem, 46vw); }
  .booking__head { grid-template-columns: 0.42fr 1.58fr; align-items: start; }
  .booking__head h2,
  .booking__head > p { grid-column: 2; }
  .booking-card { min-height: 0; grid-template-columns: 1fr; }
  .booking-card__summary { min-height: 35rem; }
  .booking-card__calendar { min-height: 42rem; }
  .booking-card__calendar iframe { height: 42rem; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  :root { --page-pad: 1.15rem; }
  .section-pad { padding-top: 4.75rem; padding-bottom: 4.75rem; }
  .site-header { top: 0.7rem; }
  .site-brand { width: 8.7rem; height: 3.25rem; }
  .lang-switch,
  .circle-button { width: 3.25rem; height: 3.25rem; }
  .circle-button--brief { display: none; }
  .menu-panel__sheet { width: 100%; padding: 6.5rem 1.4rem 1.5rem; clip-path: none; }
  .menu-panel .eyebrow, .menu-panel nav, .menu-panel__footer { margin-left: 0; }
  .menu-panel nav a { font-size: clamp(3rem, 16vw, 5.5rem); }
  .menu-panel__footer { align-items: start; flex-direction: column; }

  .preloader__meta span:nth-child(2) { display: none; }
  .hero { min-height: auto; padding-top: 6.5rem; padding-bottom: 7rem; }
  .hero__topline span:nth-child(2), .hero__topline span:last-child { display: none; }
  .hero__title { display: block; margin: 1.2rem 0 -0.2rem; font-size: clamp(5.6rem, 29vw, 9rem); line-height: 0.68; white-space: normal; }
  .hero__title span { display: block; }
  .hero__title span:last-child { padding-left: 0.13em; }
  .hero-stage { display: grid; height: auto; min-height: 54rem; grid-template-columns: 1fr; padding-top: 1rem; }
  .hero-frame { position: absolute; border-radius: 2rem; }
  .hero-frame--left { top: 10rem; left: -12%; width: 48%; height: 27rem; padding: 0.9rem; }
  .hero-frame--center { top: 0; left: 7%; width: 86%; height: 40rem; padding: 0.45rem; }
  .hero-frame--right { top: 10rem; right: -12%; width: 48%; height: 27rem; padding: 0.9rem; }
  .hero-frame__index, .hero-frame__foot { font-size: 0.46rem; }
  .hero-frame strong { bottom: 3.3rem; left: 0.9rem; font-size: 2rem; }
  .system-diagram span { display: none; }
  .studio-ui__canvas p { font-size: 3.2rem; }
  .hero-case { right: 0; bottom: 1rem; width: 86%; min-height: 11rem; padding: 1.1rem; }
  .hero-case__name { font-size: 2.7rem; }
  .hero__statement { grid-template-columns: 1fr; gap: 2.5rem; margin-top: 4rem; }
  .hero__statement p { font-size: clamp(3.7rem, 17vw, 6rem); }

  .thesis { min-height: 58rem; }
  .thesis__body { margin-top: 7rem; }
  .thesis h2 { font-size: clamp(4.4rem, 20vw, 7rem); }
  .thesis h2 span:nth-child(2), .thesis h2 span:last-child { padding-left: 0; }
  .signal-cut-line { right: 11%; }

  .direction__intro { gap: 3rem; }
  .direction__kicker { display: none; }
  .direction__title { margin: 5rem 0; font-size: clamp(4rem, 18vw, 6.5rem); }
  .direction-map { min-height: 52rem; }
  .direction-map > svg { display: none; }
  .direction-map__core { top: 50%; width: 9rem; }
  .direction-map article { width: 10.5rem; padding: 0.8rem; }
  .direction-map article[style*="--x: 10%"] { --x: 0% !important; --y: 5% !important; }
  .direction-map article[style*="--x: 66%"] { --x: auto !important; --y: 8% !important; right: 0; }
  .direction-map article[style*="--x: 4%"] { --x: 0% !important; --y: 72% !important; }
  .direction-map article[style*="--x: 70%"] { --x: auto !important; --y: 70% !important; right: 0; }
  .direction-map article h3 { font-size: 2.2rem; }
  .direction-map article p { font-size: 0.68rem; }

  .cases__header { align-items: flex-start; }
  .cases__header h2 { font-size: clamp(4rem, 19vw, 6.5rem); }
  .cases__controls { margin-top: 2.6rem; }
  .cases__controls button { width: 3rem; height: 3rem; }
  .case-card { min-width: 91vw; min-height: 53rem; grid-template-columns: 1fr; grid-template-rows: 26rem 1fr; }
  .case-card__copy h3 { margin-top: 4rem; font-size: 3.8rem; }
  .case-card--next { min-height: 43rem; grid-template-rows: 1fr; }
  .case-card--next strong { font-size: 5.5rem; }
  .case-card--next button > i { right: 1.5rem; bottom: 1.5rem; }

  .expertise__intro { display: block; }
  .expertise__intro h2 { margin: 5rem 0 2rem; font-size: clamp(4rem, 18vw, 6.5rem); }
  .expertise-grid { grid-template-columns: 1fr; }
  .expertise-card, .expertise-card:last-child { grid-column: auto; min-height: 38rem; }

  .manifesto { min-height: 75rem; }
  .manifesto__layout { margin-top: 7rem; }
  .manifesto__layout h2 { font-size: clamp(4rem, 18vw, 6.4rem); }
  .manifesto__marquee { bottom: 4rem; }

  .process__header, .reasons__intro, .faq__head { display: block; }
  .process__header h2, .reasons__intro h2, .faq__head h2 { margin-top: 5rem; font-size: clamp(4rem, 18vw, 6.7rem); }
  .process-rail { margin-right: calc(-1 * var(--page-pad)); grid-template-columns: repeat(5, 78vw); scroll-snap-type: x mandatory; }
  .process-card { min-height: 28rem; scroll-snap-align: start; transform: none; }

  .reasons { min-height: auto; }
  .reason-stack { display: grid; min-height: auto; gap: 0.75rem; }
  .reason-card { position: static; width: 100%; min-height: 18rem; transform: rotate(var(--r)); }
  .reason-card:hover { transform: rotate(0); }
  .reason-card--one { --r: -2deg; }
  .reason-card--two { --r: 1.5deg; }
  .reason-card--three { --r: -1deg; }
  .reason-card--four { --r: 2deg; }

  .faq-item button { grid-template-columns: 1fr 2.4rem; gap: 1rem; padding: 1.5rem 0; font-size: 1.9rem; }
  .booking__head { display: block; margin-bottom: 3.5rem; }
  .booking__head h2 { margin: 4rem 0 2rem; font-size: clamp(4rem, 18vw, 6.5rem); }
  .booking__head > p { max-width: 22rem; }
  .booking-card { min-height: 0; grid-template-columns: 1fr; border-radius: 2rem; }
  .booking-card__summary { min-height: auto; padding: 1.4rem; }
  .booking-card__summary h3 { margin: 4rem 0 2.5rem; font-size: clamp(3.6rem, 16vw, 5.4rem); }
  .booking-facts { margin-bottom: 1.8rem; }
  .booking-load { min-height: 3.75rem; }
  .booking-privacy { margin-top: 2.5rem; }
  .booking-card__calendar { min-height: 34rem; }
  .booking-placeholder { padding: 1.3rem; }
  .booking-placeholder__grid { width: min(100%, 23rem); gap: 0.32rem; }
  .booking-placeholder > p { font-size: clamp(3rem, 14vw, 4.8rem); }
  .booking-card__calendar iframe { height: min(78dvh, 48rem); min-height: 38rem; }
  .contact { min-height: auto; }
  .contact__top > p { max-width: 10rem; font-size: 0.75rem; }

  html[lang="en"] .cases__header {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  html[lang="en"] .cases__controls {
    justify-self: start;
    margin-top: 0;
  }
  .contact h2 { margin: 7rem 0 5rem; font-size: clamp(4.8rem, 22vw, 8rem); }
  .contact__cta { font-size: 2.6rem; }
  .contact__foot { align-items: flex-start; flex-direction: column; }
  .site-footer { padding-top: 4rem; }
  .site-footer__brand { font-size: clamp(5.6rem, 29vw, 9rem); white-space: normal; }
  .site-footer__grid { grid-template-columns: 1fr; }
  .site-footer__bottom { gap: 2rem; align-items: flex-start; flex-direction: column; }

  .brief-dialog { width: calc(100% - 1rem); max-height: calc(100dvh - 1rem); border-radius: 1.5rem; }
  .brief-dialog form { padding: 1.25rem; }
  .brief-dialog h2 { font-size: 3.4rem; }
  .dialog-close { width: 3rem; height: 3rem; }
  .brief-step { min-height: 30rem; }
  .field-grid { grid-template-columns: 1fr; gap: 1rem; }
}

@media (max-width: 760px) and (max-height: 600px) {
  .menu-panel__sheet { padding: 4.8rem 1.2rem 1rem; }
  .menu-panel__close { top: 0.6rem; right: 1rem; }
  .menu-panel nav { margin: 0.75rem 0; }
  .menu-panel nav a { padding: 0.1rem 0; font-size: clamp(2.15rem, 11vh, 3rem); }
  .menu-panel__footer { gap: 0.65rem; padding-top: 0.5rem; }
  .menu-panel__footer p { font-size: 0.72rem; }
}

@media (max-width: 350px) {
  .direction-map article { width: calc(50% - 0.35rem); padding: 0.6rem; }
  .direction-map article h3 { margin-top: 0.8rem; font-size: 1.7rem; }
  .direction-map article p { font-size: 0.58rem; line-height: 1.25; }
}

@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; }
  .js .reveal { opacity: 1; transform: none; }
  .preloader { display: none; }
}

@media (forced-colors: active) {
  .circle-button, .case-card, .expertise-card, .process-card, .reason-card { border: 1px solid CanvasText; }
}

/* --------------------------------------------------------------------------
   Motion direction pass / 2026-08-24
   The recurring gesture is the 38-degree Signal Cut. Scroll remains native.
   -------------------------------------------------------------------------- */

.hero {
  min-height: auto;
  overflow: visible;
}

.hero-motion {
  position: relative;
  height: 230svh;
}

.hero-stage {
  position: sticky;
  top: 7svh;
  height: 86svh;
  isolation: isolate;
  perspective: 1200px;
}

.hero-stage::before {
  position: absolute;
  z-index: -1;
  inset: -7svh calc(-1 * var(--page-pad));
  content: "";
  background: var(--lime);
  transform: translate3d(var(--hero-wash-x, 145vw), 0, 0) skewX(-38deg) scaleX(1.45);
  transform-origin: center;
  will-change: transform;
}

.hero-frame--left {
  transform: translate3d(var(--hero-left-x, 0), var(--hero-side-y, 0), 0) rotate(var(--hero-left-r, -4deg)) scale(var(--hero-side-scale, 1));
}

.hero-frame--center {
  transform: translate3d(0, var(--hero-center-y, 0), 0) scale(var(--hero-center-scale, 1));
}

.hero-frame--right {
  transform: translate3d(var(--hero-right-x, 0), var(--hero-side-y, 0), 0) rotate(var(--hero-right-r, 4deg)) scale(var(--hero-side-scale, 1));
}

.hero-case {
  border-radius: 2rem;
  transform: translate3d(0, var(--hero-case-y, 0), 0) rotate(var(--hero-case-r, -3deg));
}

.hero-case:hover {
  transform: translate3d(0, calc(var(--hero-case-y, 0) - 0.5rem), 0) rotate(0deg);
}

.hero__statement {
  margin-top: clamp(7rem, 12vw, 12rem);
}

/* Founding proof */
.proof {
  position: relative;
  color: var(--carbon);
  background: var(--ivory);
}

.proof-scroll {
  position: relative;
  z-index: 4;
  height: 330svh;
  isolation: isolate;
  background: var(--lime);
}

.proof-stage {
  --proof-card-r: -2deg;
  --proof-card-scale: 1;
  --proof-card-y: 0rem;
  position: sticky;
  z-index: 2;
  top: 0;
  display: grid;
  height: 100svh;
  grid-template-columns: minmax(13rem, 0.75fr) minmax(23rem, 0.95fr) minmax(20rem, 0.95fr);
  grid-template-rows: auto 1fr auto;
  gap: clamp(1.25rem, 3vw, 3.5rem);
  overflow: hidden;
  padding: clamp(6.8rem, 10svh, 8.5rem) var(--page-pad) clamp(1.5rem, 4svh, 3rem);
  background: var(--lime);
  transition: color 320ms ease, background-color 320ms ease;
}

.proof-stage[data-proof-step="1"] { background: #dfe2dc; }
.proof-stage[data-proof-step="2"] { color: var(--ivory); background: var(--carbon); }

.proof-stage__wash {
  position: absolute;
  z-index: 0;
  top: -70vmax;
  left: 50%;
  width: 42vmax;
  height: 180vmax;
  pointer-events: none;
  background: rgba(245, 242, 234, 0.14);
  transform: translate3d(var(--proof-wash-x, -100vw), 0, 0) rotate(38deg);
  will-change: transform;
}

.proof-stage__head,
.proof-stage__title,
.profile-proof-card,
.proof-metrics,
.proof-stage__note {
  position: relative;
  z-index: 2;
}

.proof-stage__head {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid currentColor;
}

.proof-stage__head .chapter { color: inherit; }

.proof-stage__counter {
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.proof-stage__title {
  align-self: center;
}

.proof-stage__title p {
  max-width: 16rem;
  margin-bottom: clamp(2rem, 5svh, 5rem);
  font-size: clamp(1rem, 1.5vw, 1.3rem);
  line-height: 1.25;
}

.proof-stage__title p em {
  font-family: var(--display);
  font-size: 1.2em;
  font-weight: 400;
}

.proof-stage__title h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(6rem, 10.5vw, 12rem);
  font-weight: 400;
  line-height: 0.65;
  letter-spacing: -0.075em;
}

.profile-proof-card {
  align-self: center;
  width: min(100%, 35rem);
  justify-self: center;
  overflow: hidden;
  border: 1px solid rgba(8, 10, 11, 0.35);
  border-radius: clamp(2rem, 4vw, 3.75rem);
  color: var(--ivory);
  background: #0d1012;
  box-shadow: 0 2rem 5rem rgba(8, 10, 11, 0.25);
  transform: translate3d(0, var(--proof-card-y), 0) rotate(var(--proof-card-r)) scale(var(--proof-card-scale));
  transform-origin: center;
  will-change: transform;
}

.profile-proof-card__bar {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1.1rem;
  border-bottom: 1px solid rgba(245, 242, 234, 0.16);
  font-family: var(--mono);
  font-size: 0.52rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.profile-proof-card__verified { color: var(--lime); }

.profile-proof-card__screen {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: var(--carbon);
}

.profile-proof-card__screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 39%;
  transition: transform 600ms var(--ease), opacity 300ms ease;
}

.profile-proof-card__screen > span {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  padding: 0.6rem 0.8rem;
  border-radius: 999px;
  color: var(--carbon);
  background: var(--lime);
  font-family: var(--mono);
  font-size: 0.56rem;
  text-transform: uppercase;
}

.profile-proof-card__screen:hover img { transform: scale(1.035); opacity: 0.88; }

.profile-proof-card__foot {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1rem;
  padding: 1.1rem;
}

.profile-proof-card__foot > div { display: grid; gap: 0.2rem; }
.profile-proof-card__foot > div:last-child { text-align: right; }
.profile-proof-card__foot strong { font-family: var(--display); font-size: clamp(1.5rem, 2.4vw, 2.6rem); font-weight: 400; line-height: 1; }
.profile-proof-card__foot span { color: var(--steel); font-family: var(--mono); font-size: 0.52rem; letter-spacing: 0.05em; text-transform: uppercase; }

.proof-metrics {
  position: relative;
  align-self: center;
  min-height: 25rem;
}

.proof-metric {
  position: absolute;
  inset: 50% 0 auto;
  opacity: 0;
  transform: translate3d(2.5rem, -42%, 0) scale(0.96);
  transition: opacity 420ms ease, transform 680ms var(--ease);
}

.proof-metric.is-active {
  opacity: 1;
  transform: translate3d(0, -50%, 0) scale(1);
}

.proof-metric > span,
.proof-metric small {
  display: block;
  font-family: var(--mono);
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.proof-metric strong {
  display: block;
  margin: 1rem 0 0.4rem;
  font-family: var(--display);
  font-size: clamp(7rem, 13vw, 15rem);
  font-weight: 400;
  line-height: 0.62;
  letter-spacing: -0.08em;
  white-space: nowrap;
}

.proof-metric--billion strong { font-size: clamp(3rem, 5.8vw, 7.2rem); letter-spacing: -0.065em; }
.proof-metric p { margin: 0 0 2rem; font-size: clamp(1.1rem, 1.6vw, 1.45rem); }
.proof-metric small { max-width: 24rem; padding-top: 0.7rem; border-top: 1px solid currentColor; line-height: 1.5; }

.proof-stage__note {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  justify-self: end;
  gap: 0.75rem;
  max-width: 32rem;
}

.proof-stage__note p { margin: 0; font-size: 0.78rem; line-height: 1.45; }
.proof-stage__dot { width: 0.7rem; height: 0.7rem; flex: 0 0 auto; border-radius: 50%; background: currentColor; }

.proof-evidence {
  color: var(--carbon);
  background: var(--ivory);
}

.proof-evidence__intro {
  display: grid;
  grid-template-columns: 0.5fr 1.35fr 0.65fr;
  gap: clamp(2rem, 5vw, 6rem);
  align-items: end;
  margin-bottom: clamp(5rem, 9vw, 9rem);
}

.proof-evidence__intro h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(4rem, 7.7vw, 9rem);
  font-weight: 400;
  line-height: 0.77;
  letter-spacing: -0.06em;
}

.proof-evidence__intro h2 em { color: var(--lime); font-weight: 400; -webkit-text-stroke: 1px var(--carbon); }
.proof-evidence__intro > p { margin: 0; font-size: 0.88rem; line-height: 1.55; }

.award-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 1rem;
}

.award-card {
  position: relative;
  display: flex;
  min-height: clamp(28rem, 40vw, 39rem);
  flex-direction: column;
  overflow: hidden;
  padding: clamp(1.5rem, 3vw, 3rem);
  border: 1px solid var(--carbon);
  border-radius: var(--radius-lg);
  background: #dfe2dc;
  transition: transform 380ms var(--ease), border-radius 380ms var(--ease);
}

.award-card::before {
  position: absolute;
  top: -35%;
  right: -15%;
  width: 16rem;
  aspect-ratio: 1;
  border: 3rem solid rgba(8, 10, 11, 0.07);
  border-radius: 50%;
  content: "";
}

.award-card:hover { border-radius: 2rem; transform: translateY(-0.6rem) rotate(-0.5deg); }
.award-card--hero { background: var(--lime); }
.award-card--dark { color: var(--ivory); background: var(--carbon); }
.award-card > span { position: relative; z-index: 1; font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.08em; text-transform: uppercase; }
.award-card strong { position: relative; z-index: 1; margin: auto 0 1.2rem; font-family: var(--display); font-size: clamp(4rem, 7vw, 8rem); font-weight: 400; line-height: 0.72; letter-spacing: -0.065em; }
.award-card:not(.award-card--hero) strong { font-size: clamp(3.2rem, 5.4vw, 6.2rem); }
.award-card p { position: relative; z-index: 1; max-width: 31rem; margin: 0; font-size: 0.9rem; line-height: 1.5; }
.award-card i { position: absolute; z-index: 2; right: 2rem; bottom: 1.5rem; font-size: 2.5rem; font-style: normal; }

.brand-proof {
  margin-top: clamp(8rem, 13vw, 14rem);
  padding-top: 1rem;
  border-top: 1px solid var(--carbon);
}

.brand-proof__head {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 3rem;
  align-items: end;
  margin: 2rem 0 5rem;
}

.brand-proof__head h3 {
  margin: 2rem 0 0;
  font-family: var(--display);
  font-size: clamp(4.5rem, 8vw, 9rem);
  font-weight: 400;
  line-height: 0.75;
  letter-spacing: -0.065em;
}

.brand-proof__head h3 em { color: var(--lime); font-weight: 400; -webkit-text-stroke: 1px var(--carbon); }
.brand-proof__head > p { max-width: 27rem; margin: 0; font-size: 0.88rem; line-height: 1.55; }

.brand-logo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}

.brand-logo-grid a {
  display: grid;
  min-height: 15rem;
  grid-template-rows: 1fr auto;
  align-items: center;
  padding: 1.4rem;
  overflow: hidden;
  border: 1px solid rgba(8, 10, 11, 0.3);
  border-radius: clamp(1.5rem, 3vw, 3rem);
  background: var(--white);
  transition: background 240ms ease, transform 350ms var(--ease);
}

.brand-logo-grid a:hover { background: var(--lime); transform: translateY(-0.4rem); }
.brand-logo-grid img { width: auto; max-width: min(72%, 12rem); max-height: 5.8rem; margin: auto; object-fit: contain; }
.brand-logo-grid a:first-child img { width: min(72%, 11rem); }
.brand-logo-grid a:last-child img { width: 6rem; max-width: 6rem; max-height: 6rem; }
.brand-logo-grid span { padding-top: 0.9rem; border-top: 1px solid rgba(8, 10, 11, 0.25); font-family: var(--mono); font-size: 0.52rem; letter-spacing: 0.07em; text-transform: uppercase; }

.press-proof {
  margin-top: clamp(8rem, 12vw, 13rem);
  padding-top: 1rem;
  border-top: 1px solid var(--carbon);
}

.press-proof > div { display: flex; flex-wrap: wrap; margin-top: 2rem; }
.press-proof a { padding: 0.45rem 1.2rem 0.55rem 0; font-family: var(--display); font-size: clamp(2.2rem, 4.4vw, 5rem); line-height: 0.9; letter-spacing: -0.045em; }
.press-proof a:hover { color: #586064; font-style: italic; }

.proof-disclosure {
  max-width: 56rem;
  margin: 6rem 0 0 auto;
  padding: 1.2rem 1.4rem;
  border: 1px solid var(--carbon);
  border-radius: 1.5rem;
  font-size: 0.78rem;
  line-height: 1.55;
}

/* Scroll-driven portfolio */
.cases {
  --cases-bg: var(--carbon);
  --cases-fg: var(--ivory);
  color: var(--cases-fg);
  background: var(--cases-bg);
  transition: color 320ms ease, background-color 420ms ease;
}

.cases.is-light { --cases-fg: var(--carbon); }
.cases.is-light .chapter { color: var(--carbon); }
.cases.is-light .cases__controls button { color: var(--ivory); background: var(--carbon); }

.case-card {
  transform: scale(0.94);
  transform-origin: center;
  transition: transform 500ms var(--ease), opacity 350ms ease;
}

.case-card .case-card__copy { opacity: 0.55; transition: opacity 420ms ease; }
.case-card.is-active { transform: scale(1); }
.case-card.is-active .case-card__copy { opacity: 1; }

/* Sticky service and method cards */
.expertise-card,
.process-card,
.reason-card { border-radius: var(--radius-lg); }

.manifesto__layout h2 > span { display: block; }

.manifesto__cut {
  position: absolute;
  z-index: 4;
  top: -75vmax;
  left: 50%;
  width: 18vmax;
  height: 190vmax;
  pointer-events: none;
  background: var(--lime);
  box-shadow: -6vw 0 0 var(--ivory);
  transform: translate3d(var(--manifesto-cut-x, -125vw), 0, 0) rotate(38deg);
  will-change: transform;
}

.manifesto__cut span {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(180deg, transparent 0 7rem, rgba(8, 10, 11, 0.12) 7rem 7.05rem);
}

.manifesto__layout,
.manifesto > .manifesto__sticky > .chapter,
.manifesto__marquee { position: relative; z-index: 2; }

.reason-card {
  opacity: var(--reason-opacity, 1);
  transform: translate3d(var(--reason-x, 0), var(--reason-y, 0), 0) rotate(var(--reason-r, 0deg)) scale(var(--reason-scale, 1));
  will-change: transform, opacity;
}

.js .reason-card.reveal,
.js .reason-card.reveal.is-visible {
  opacity: var(--reason-opacity, 1);
  transform: translate3d(var(--reason-x, 0), var(--reason-y, 0), 0) rotate(var(--reason-r, 0deg)) scale(var(--reason-scale, 1));
}

.reason-card:hover {
  z-index: 10;
  transform: translate3d(var(--reason-x, 0), var(--reason-y, 0), 0) rotate(0deg) scale(1.03);
}

.js .reason-card.reveal:hover,
.js .reason-card.reveal.is-visible:hover {
  transform: translate3d(var(--reason-x, 0), var(--reason-y, 0), 0) rotate(0deg) scale(1.03);
}

@media (min-width: 1101px) {
  .cases {
    position: relative;
    height: 460svh;
    overflow: visible;
  }

  .cases__sticky {
    position: sticky;
    top: 0;
    display: flex;
    height: 100svh;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    padding-top: 6.5rem;
    padding-bottom: 3rem;
  }

  .cases__header { flex: 0 0 auto; margin-bottom: 2rem; }
  .cases__header h2 { margin-top: 1.4rem; font-size: clamp(4rem, 7vw, 7.5rem); }

  .case-rail {
    width: max-content;
    flex: 0 0 auto;
    gap: 5vw;
    overflow: visible;
    padding: 0 13vw 0;
    scroll-snap-type: none;
    transform: translate3d(var(--case-rail-x, 0), 0, 0);
    will-change: transform;
  }

  .case-card {
    min-width: min(74vw, 60rem);
    min-height: min(65svh, 42rem);
  }

  .case-card--next { min-width: min(66vw, 52rem); }

  .expertise { position: relative; overflow: visible; }
  .expertise__intro {
    position: sticky;
    z-index: 1;
    top: 9svh;
    display: block;
    width: 41%;
    min-height: 78svh;
    margin-bottom: -72svh;
  }
  .expertise__intro h2 { margin: 4rem 0 2rem; font-size: clamp(4.2rem, 7.1vw, 8rem); }
  .expertise__intro > p { max-width: 25rem; }

  .expertise-grid {
    display: block;
    width: 52%;
    max-width: 57rem;
    margin-left: auto;
  }

  .expertise-card,
  .expertise-card:last-child {
    position: sticky;
    top: 10svh;
    min-height: 76svh;
    margin-bottom: 44svh;
    border-radius: clamp(2.5rem, 5vw, 5rem);
    box-shadow: 0 2rem 5rem rgba(8, 10, 11, 0.14);
  }

  .expertise-card:nth-child(2) { top: calc(10svh + 12px); }
  .expertise-card:nth-child(3) { top: calc(10svh + 24px); margin-bottom: 15svh; }
  .js .expertise-card.reveal.is-visible:nth-child(1) { transform: rotate(-1.1deg); }
  .js .expertise-card.reveal.is-visible:nth-child(2) { transform: rotate(0.8deg); }
  .js .expertise-card.reveal.is-visible:nth-child(3) { transform: rotate(-0.45deg); }

  .manifesto {
    position: relative;
    height: 190svh;
    min-height: 0;
    overflow: visible;
  }

  .manifesto__sticky {
    position: sticky;
    top: 0;
    display: grid;
    height: 100svh;
    grid-template-rows: auto 1fr;
    overflow: hidden;
  }

  .manifesto__layout {
    align-self: center;
    margin-top: 0;
  }

  .manifesto__layout h2 { font-size: clamp(4rem, 8.2vw, 9rem); }

  .process {
    position: relative;
    display: grid;
    grid-template-columns: minmax(20rem, 0.78fr) minmax(29rem, 1fr);
    gap: clamp(3rem, 7vw, 8rem);
    align-items: start;
  }

  .process__header {
    position: sticky;
    top: 10svh;
    display: block;
    margin-bottom: 0;
  }

  .process__header h2 { margin-top: 4rem; font-size: clamp(4rem, 6.7vw, 7.6rem); }

  .process-rail {
    display: block;
    overflow: visible;
    padding: 0;
  }

  .process-rail::after {
    display: block;
    height: 70svh;
    content: "";
  }

  .process-card {
    position: sticky;
    top: 10svh;
    z-index: 1;
    min-height: 72svh;
    margin-bottom: 44svh;
    padding: clamp(1.7rem, 3vw, 3rem);
    border-radius: clamp(2.5rem, 5vw, 5rem);
    background: var(--ivory);
    box-shadow: 0 2rem 4rem rgba(8, 10, 11, 0.16);
  }

  .process-card:nth-child(2) { top: calc(10svh + 10px); z-index: 2; color: var(--ivory); background: var(--carbon); }
  .process-card:nth-child(3) { top: calc(10svh + 20px); z-index: 3; background: var(--lime); }
  .process-card:nth-child(4) { top: calc(10svh + 30px); z-index: 4; background: var(--ivory); }
  .process-card:nth-child(5) { top: calc(10svh + 40px); z-index: 5; margin-bottom: 0; color: var(--ivory); background: var(--carbon); }
  .process-card h3 { font-size: clamp(4.2rem, 6vw, 7.3rem); }
  .process-card p { min-height: 0; max-width: 30rem; font-size: 1rem; }
  .js .process-card.reveal {
    opacity: 1;
    transition: transform 700ms var(--ease), box-shadow 400ms ease;
  }
  .js .process-card.reveal.is-visible:nth-child(1) { transform: rotate(-1deg); }
  .js .process-card.reveal.is-visible:nth-child(2) { transform: rotate(0.7deg); }
  .js .process-card.reveal.is-visible:nth-child(3) { transform: rotate(-0.6deg); }
  .js .process-card.reveal.is-visible:nth-child(4) { transform: rotate(0.45deg); }
  .js .process-card.reveal.is-visible:nth-child(5) { transform: rotate(0deg); }

  .reasons {
    position: relative;
    height: 185svh;
    min-height: 0;
    color: var(--carbon);
    background: var(--lime);
  }

  .reasons__sticky {
    position: sticky;
    top: 0;
    height: 100svh;
    overflow: hidden;
    padding-top: 8svh;
    padding-bottom: 5svh;
  }

  .reasons__intro { margin-bottom: clamp(2rem, 5svh, 4rem); }
  .reasons__intro h2 { font-size: clamp(3.8rem, 6.5vw, 7.4rem); }
  .reasons__intro h2 em { color: var(--ivory); }
  .reason-stack { min-height: min(52svh, 34rem); }
  .reason-card { min-height: min(35svh, 23rem); }
}

@media (min-width: 1101px) and (max-height: 700px) {
  .proof-stage {
    gap: 0.8rem 1.4rem;
    padding-top: 5.2rem;
    padding-bottom: 0.8rem;
  }
  .proof-stage__head { padding-bottom: 0.45rem; }
  .proof-stage__title p { margin-bottom: 0.8rem; font-size: 0.85rem; }
  .proof-stage__title h2 { font-size: clamp(5rem, 8.5vw, 7.6rem); }
  .profile-proof-card { width: min(100%, 28rem); }
  .profile-proof-card__bar { padding: 0.55rem 0.8rem; }
  .profile-proof-card__foot { padding: 0.65rem 0.8rem; }
  .profile-proof-card__foot strong { font-size: 1.55rem; }
  .proof-metrics { min-height: 18.5rem; }
  .proof-metric strong { font-size: clamp(5.5rem, 9.5vw, 9rem); }
  .proof-metric--billion strong { font-size: clamp(2.7rem, 4.8vw, 5rem); }
  .proof-metric p { margin-bottom: 0.8rem; font-size: 0.95rem; }
  .proof-stage__note p { font-size: 0.66rem; line-height: 1.35; }
}

@media (max-width: 1100px) {
  .hero-motion { height: 185svh; }
  .hero-stage { top: 8svh; height: 84svh; }

  .proof-scroll { height: 270svh; }
  .proof-stage {
    grid-template-columns: 0.75fr 1fr;
    grid-template-rows: auto 1fr auto;
  }
  .proof-stage__title { align-self: start; padding-top: 2rem; }
  .proof-stage__title p { display: none; }
  .proof-stage__title h2 { font-size: clamp(5rem, 12vw, 8rem); }
  .profile-proof-card { grid-column: 1; align-self: end; }
  .proof-metrics { grid-column: 2; grid-row: 2 / 3; }
  .proof-stage__note { grid-column: 2; }
  .proof-evidence__intro { grid-template-columns: 0.4fr 1.6fr; }
  .proof-evidence__intro > p { grid-column: 2; }
  .brand-logo-grid { grid-template-columns: repeat(2, 1fr); }

  .cases { height: auto; }
  .cases__sticky { position: static; height: auto; overflow: hidden; }
  .case-card { transform: none; }
  .case-card .case-card__copy { opacity: 1; }

  .manifesto__sticky { position: relative; min-height: inherit; }
  .manifesto__cut { display: none; }

  .reasons__sticky { position: relative; }
}

@media (min-width: 761px) and (max-width: 1100px) and (max-height: 700px) {
  .proof-scroll { height: auto; }
  .proof-stage {
    position: relative;
    display: grid;
    height: auto;
    min-height: 0;
    grid-template-columns: minmax(15rem, 0.82fr) minmax(20rem, 1.18fr);
    grid-template-rows: auto auto auto;
    gap: 1.5rem 2rem;
    overflow: visible;
    padding: 5.5rem var(--page-pad) 4.5rem;
    color: var(--carbon) !important;
    background: var(--lime) !important;
  }
  .proof-stage__head { grid-column: 1 / -1; margin-bottom: 1.5rem; }
  .proof-stage__title { grid-column: 1; grid-row: 2; align-self: start; padding-top: 0; }
  .proof-stage__title p { display: block; margin-bottom: 1rem; }
  .proof-stage__title h2 { font-size: clamp(4.7rem, 10vw, 7rem); }
  .profile-proof-card { grid-column: 1; grid-row: 3; width: 100%; align-self: start; transform: rotate(-1.2deg); }
  .profile-proof-card__bar { font-size: 0.44rem; }
  .profile-proof-card__foot { grid-template-columns: 1fr; }
  .profile-proof-card__foot > div:last-child { text-align: left; }
  .proof-metrics { display: grid; grid-column: 2; grid-row: 2 / span 2; min-height: 0; gap: 0.75rem; }
  .proof-metric {
    position: static;
    padding: 1.15rem;
    opacity: 1;
    border: 1px solid var(--carbon);
    border-radius: 1.5rem;
    background: var(--ivory);
    transform: none;
  }
  .proof-metric strong { font-size: clamp(4.2rem, 9vw, 6.8rem); }
  .proof-metric--billion strong { font-size: clamp(2.35rem, 5.2vw, 4rem); white-space: normal; }
  .proof-metric p { margin-bottom: 0.65rem; }
  .proof-stage__note { grid-column: 2; grid-row: 4; margin-top: 0; }
}

@media (max-width: 760px) {
  .hero { overflow-x: clip; }
  .hero-motion { height: auto; }
  .hero-stage { position: relative; top: auto; height: auto; min-height: 54rem; }
  .hero-stage::before { display: none; }
  .hero-frame--left {
    transform: translate3d(var(--hero-left-x, 0), var(--hero-side-y, 0), 0) rotate(var(--hero-left-r, -4deg)) scale(var(--hero-side-scale, 1));
  }
  .hero-frame--center {
    transform: translate3d(0, var(--hero-center-y, 0), 0) scale(var(--hero-center-scale, 1));
  }
  .hero-frame--right {
    transform: translate3d(var(--hero-right-x, 0), var(--hero-side-y, 0), 0) rotate(var(--hero-right-r, 4deg)) scale(var(--hero-side-scale, 1));
  }
  .hero-case { transform: translate3d(0, var(--hero-case-y, 0), 0) rotate(var(--hero-case-r, -2deg)); }

  .proof-scroll { height: auto; }
  .proof-stage {
    position: relative;
    display: block;
    height: auto;
    min-height: 0;
    padding: 6.5rem var(--page-pad) 6rem;
    color: var(--carbon) !important;
    background: var(--lime) !important;
  }
  .proof-stage__head { margin-bottom: 4rem; }
  .proof-stage__title { margin-bottom: 3rem; }
  .proof-stage__title p { display: block; }
  .proof-stage__title h2 { font-size: clamp(5.8rem, 28vw, 9rem); }
  .profile-proof-card {
    width: 100%;
    transform: translate3d(0, var(--proof-card-y, 0), 0) rotate(var(--proof-card-r, -1.5deg)) scale(var(--proof-card-scale, 1));
  }
  .profile-proof-card__bar { font-size: 0.45rem; }
  .profile-proof-card__screen { aspect-ratio: 1.35; }
  .profile-proof-card__screen img { object-position: center 36%; }
  .profile-proof-card__foot { grid-template-columns: 1fr; }
  .profile-proof-card__foot > div:last-child { text-align: left; }
  .proof-metrics { display: grid; min-height: auto; gap: 0.8rem; margin-top: 5rem; }
  .proof-metric {
    position: static;
    padding: 1.3rem;
    opacity: 1;
    border: 1px solid var(--carbon);
    border-radius: 1.75rem;
    background: var(--ivory);
    transform: none;
  }
  .proof-metric strong { font-size: clamp(5rem, 25vw, 8rem); }
  .proof-metric--billion strong { font-size: clamp(2.7rem, 11vw, 4.5rem); white-space: normal; }
  .proof-metric p { margin-bottom: 1.2rem; }
  .proof-stage__note { margin-top: 3rem; }
  .js .proof-metric.reveal { opacity: 0; transform: translate3d(0, 2rem, 0) scale(0.98); }
  .js .proof-metric.reveal.is-visible { opacity: 1; transform: none; }

  .proof-evidence__intro { display: block; }
  .proof-evidence__intro h2 { margin: 4rem 0 2rem; font-size: clamp(4rem, 18vw, 6.5rem); }
  .award-grid { grid-template-columns: 1fr; }
  .award-card { min-height: 31rem; }
  .award-card strong,
  .award-card:not(.award-card--hero) strong { font-size: clamp(3.6rem, 16vw, 5.5rem); }
  .brand-proof__head { display: block; }
  .brand-proof__head h3 { font-size: clamp(4rem, 18vw, 6.5rem); }
  .brand-proof__head > p { margin-top: 2rem; }
  .brand-logo-grid { grid-template-columns: 1fr 1fr; }
  .brand-logo-grid a { min-height: 11rem; padding: 1rem; border-radius: 1.5rem; }
  .brand-logo-grid img { max-width: 78%; max-height: 4rem; }
  .press-proof a { font-size: clamp(2.3rem, 11vw, 4rem); }

  .cases__sticky { padding: 6rem var(--page-pad); }
  .case-rail { width: calc(100% + var(--page-pad)); transform: none !important; }
  .case-card { transform: none; }
  .js .case-card.reveal { opacity: 0; transform: translate3d(1.5rem, 0, 0) scale(0.965) !important; }
  .js .case-card.reveal.is-visible { opacity: 1; transform: none !important; }

  .expertise__intro { position: static; width: auto; min-height: 0; margin-bottom: 5rem; }
  .expertise-grid { width: auto; margin-left: 0; }
  .expertise-card,
  .expertise-card:last-child { position: static; min-height: 38rem; margin-bottom: 1rem; }
  .js .expertise-card.reveal { opacity: 0; transform: translate3d(0, 2rem, 0) rotate(-1deg); }
  .js .expertise-card.reveal.is-visible:nth-child(1) { opacity: 1; transform: rotate(-1deg); }
  .js .expertise-card.reveal.is-visible:nth-child(2) { opacity: 1; transform: rotate(0.7deg); }
  .js .expertise-card.reveal.is-visible:nth-child(3) { opacity: 1; transform: rotate(-0.45deg); }

  .manifesto { height: auto; min-height: 75rem; }
  .manifesto__sticky { position: relative; height: auto; min-height: 75rem; }
  .manifesto__layout h2 > span { margin-bottom: 0.05em; }

  .process { display: block; }
  .process__header { position: static; }
  .process-rail { display: grid; overflow-x: auto; }
  .process-card { position: static; min-height: 28rem; margin-bottom: 0; border-radius: 2rem; }
  .js .process-card.reveal { opacity: 0; transform: translate3d(1.5rem, 0, 0) scale(0.975); }
  .js .process-card.reveal.is-visible:nth-child(1) { opacity: 1; transform: rotate(-0.65deg); }
  .js .process-card.reveal.is-visible:nth-child(2) { opacity: 1; transform: rotate(0.5deg); }
  .js .process-card.reveal.is-visible:nth-child(3) { opacity: 1; transform: rotate(-0.4deg); }
  .js .process-card.reveal.is-visible:nth-child(4) { opacity: 1; transform: rotate(0.3deg); }
  .js .process-card.reveal.is-visible:nth-child(5) { opacity: 1; transform: none; }

  .reasons { height: auto; }
  .reasons__sticky { position: relative; height: auto; overflow: visible; }
  .js .reason-card.reveal { opacity: 0 !important; transform: translate3d(0, 2.5rem, 0) rotate(var(--r)) !important; }
  .js .reason-card.reveal.is-visible { opacity: 1 !important; transform: rotate(var(--r)) !important; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-motion,
  .proof-scroll,
  .cases,
  .manifesto,
  .reasons { height: auto !important; }

  .hero-stage,
  .proof-stage,
  .cases__sticky,
  .manifesto__sticky,
  .expertise__intro,
  .expertise-card,
  .process__header,
  .process-card,
  .reasons__sticky { position: static !important; height: auto !important; min-height: 0; }

  .hero-stage {
    position: relative !important;
    height: 86svh !important;
    min-height: 48rem !important;
  }

  .hero-stage::before,
  .proof-stage__wash,
  .manifesto__cut { display: none; }

  .proof-stage { display: block; color: var(--carbon); background: var(--lime); }
  .proof-stage__title,
  .profile-proof-card,
  .proof-metrics,
  .proof-stage__note { margin-top: 2rem; }
  .proof-metrics { display: grid; min-height: 0; gap: 1rem; }
  .proof-metric { position: static; opacity: 1; transform: none; }

  .case-rail { width: auto; flex-wrap: wrap; transform: none !important; }
  .case-card { min-width: min(100%, 70rem); transform: none !important; }
  .case-card .case-card__copy { opacity: 1; }
  .expertise-grid,
  .process-rail { display: grid; grid-template-columns: 1fr; width: auto; margin-left: 0; }
  .process-rail::after { display: none; }
  .expertise-card,
  .process-card { margin-bottom: 1rem; transform: none !important; }
  .reason-card { opacity: 1 !important; transform: none !important; }
}

@media (prefers-reduced-motion: reduce) and (max-width: 760px) {
  .hero-stage {
    height: auto !important;
    min-height: 54rem !important;
  }
}
