@font-face {
  font-family: "Inter Tight";
  src: url("../fonts/inter-tight-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Mono";
  src: url("../fonts/ibm-plex-mono-400.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Mono";
  src: url("../fonts/ibm-plex-mono-500.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

:root {
  --ink: #0b0b0b;
  --ink-soft: #151614;
  --paper: #f1f0e9;
  --paper-deep: #e4e2d8;
  --acid: #d9ff57;
  --muted: #8b8e86;
  --line-dark: rgba(11, 11, 11, 0.18);
  --line-light: rgba(255, 255, 255, 0.18);
  --page-x: clamp(20px, 4.6vw, 76px);
  --section-y: clamp(88px, 11vw, 180px);
  --header-height: 88px;
  --display: "Inter Tight", Arial, sans-serif;
  --mono: "IBM Plex Mono", monospace;
}

*, *::before, *::after { box-sizing: border-box; }
html { background: var(--ink); scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--display); font-size: 16px; line-height: 1.5; overflow-x: clip; font-kerning: normal; font-variant-ligatures: common-ligatures contextual; text-rendering: optimizeLegibility; }
body.menu-open, body.is-transitioning { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { color: inherit; font: inherit; }
button { border: 0; cursor: pointer; }
::selection { background: var(--acid); color: var(--ink); }
:focus-visible { outline: 2px solid var(--acid); outline-offset: 4px; }

.skip-link { position: fixed; z-index: 10000; top: 12px; left: 12px; padding: 12px 16px; background: var(--acid); color: var(--ink); transform: translateY(-160%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
.section-pad { padding: var(--section-y) var(--page-x); }
.section-pad-x { padding-inline: var(--page-x); }
.section-kicker { margin: 0; font-family: var(--mono); font-size: 11px; font-weight: 500; letter-spacing: .12em; line-height: 1.3; text-transform: uppercase; }
.section-kicker::before { content: ""; display: inline-block; width: 26px; height: 1px; margin-right: 10px; vertical-align: middle; background: currentColor; }
.pill-button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 54px; padding: 0 24px; border-radius: 999px; background: var(--acid); color: var(--ink); font-size: 14px; font-weight: 650; }
.pill-button--light { background: var(--paper); }
.text-link, .project-link { display: inline-flex; gap: 8px; align-items: center; font-family: var(--mono); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.text-link { border-bottom: 1px solid currentColor; padding-bottom: 4px; }

/* Fixed interface */
.site-header { position: fixed; z-index: 700; top: 0; left: 0; right: 0; height: var(--header-height); padding: 0 var(--page-x); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: #fff; transition: background-color .35s ease, transform .35s ease; }
.site-header.is-scrolled { background: rgba(11, 11, 11, .84); backdrop-filter: blur(14px); }
.privacy-page .site-header:not(.is-scrolled) { color: var(--ink); }
.privacy-page .site-header:not(.is-scrolled) .menu-toggle { color: var(--ink); }
.menu-open .site-header, .menu-open .site-header .menu-toggle { color: var(--ink); }
.site-brand { display: flex; align-items: center; gap: 11px; width: max-content; font-size: 15px; font-weight: 650; letter-spacing: -.02em; }
.site-brand img { width: 44px; height: 44px; object-fit: contain; }
.desktop-nav { display: flex; gap: clamp(20px, 2.5vw, 42px); font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: .09em; }
.desktop-nav a { position: relative; }
.desktop-nav a::after, .site-footer__links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 1px; background: currentColor; transition: right .25s ease; }
.desktop-nav a:hover::after, .site-footer__links a:hover::after { right: 0; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 22px; }
.language-link { font-family: var(--mono); font-size: 11px; letter-spacing: .1em; }
.menu-toggle { display: none; align-items: center; gap: 10px; padding: 10px 0; background: transparent; color: #fff; font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.menu-toggle__icon { width: 22px; height: 14px; display: grid; align-content: space-between; }
.menu-toggle__icon i { display: block; height: 1px; background: currentColor; transition: transform .25s ease; }
.menu-open .menu-toggle__icon i:first-child { transform: translateY(6px) rotate(45deg); }
.menu-open .menu-toggle__icon i:last-child { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { position: fixed; z-index: 650; inset: 0; display: grid; place-items: center; padding: 120px var(--page-x) 60px; background: var(--acid); color: var(--ink); clip-path: inset(0 0 100% 0); visibility: hidden; }
.mobile-menu nav { display: grid; width: min(100%, 720px); }
.mobile-menu a { display: grid; grid-template-columns: 50px 1fr; align-items: baseline; padding: 18px 0; border-bottom: 1px solid rgba(11,11,11,.24); font-size: clamp(42px, 10vw, 78px); line-height: .96; letter-spacing: -.055em; }
.mobile-menu a span { font: 11px var(--mono); letter-spacing: .1em; }

/* Loader, transition, cursor */
.experience-loader, .page-transition { position: fixed; z-index: 5000; inset: 0; pointer-events: none; visibility: hidden; }
.loader-active .experience-loader { visibility: visible; }
.experience-loader__stripes, .page-transition { display: grid; grid-template-columns: repeat(4, 1fr); }
.experience-loader__stripes { position: absolute; inset: 0; }
.experience-loader__stripes span { background: var(--ink); transform-origin: top; }
.experience-loader.is-exiting .experience-loader__stripes span { transform: scaleY(0); transition: transform .82s cubic-bezier(.76, 0, .24, 1); }
.experience-loader.is-exiting .experience-loader__stripes span:nth-child(2) { transition-delay: .05s; }
.experience-loader.is-exiting .experience-loader__stripes span:nth-child(3) { transition-delay: .1s; }
.experience-loader.is-exiting .experience-loader__stripes span:nth-child(4) { transition-delay: .15s; }
.experience-loader.is-exiting .experience-loader__copy { opacity: 0; transform: translateY(16px); transition: opacity .25s ease, transform .25s ease; }
.experience-loader__copy { position: absolute; z-index: 2; left: var(--page-x); right: var(--page-x); bottom: 34px; display: flex; justify-content: space-between; align-items: flex-end; color: var(--paper); font: 11px var(--mono); text-transform: uppercase; letter-spacing: .1em; }
.experience-loader__copy strong { color: var(--acid); font-size: clamp(52px, 8vw, 110px); line-height: .86; font-weight: 400; letter-spacing: -.045em; }
.page-transition span { background: var(--acid); transform: scaleY(0); transform-origin: bottom; }
.page-transition.is-active { visibility: visible; }
.signal-cursor { position: fixed; z-index: 4000; top: 0; left: 0; width: 16px; height: 16px; display: grid; place-items: center; border-radius: 999px; background: var(--acid); color: var(--ink); pointer-events: none; opacity: 0; transform: translate(-50%, -50%); }
.signal-cursor span { opacity: 0; white-space: nowrap; font: 10px var(--mono); text-transform: uppercase; letter-spacing: .06em; }
.signal-cursor.is-labelled { width: 126px; height: 126px; }
.signal-cursor.is-labelled span { opacity: 1; }

/* Hero */
.hero { position: relative; min-height: 100svh; padding-top: max(140px, 14vh); padding-bottom: 140px; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(390px, .85fr); gap: clamp(44px, 6vw, 100px); align-items: center; background: var(--ink); color: #fff; overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 52vw; height: 52vw; min-width: 600px; min-height: 600px; left: -28vw; top: 8vh; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.hero__copy { position: relative; z-index: 2; }
.availability-line { display: flex; align-items: center; gap: 10px; margin: 0 0 36px; color: rgba(255,255,255,.58); font: 10px var(--mono); text-transform: uppercase; letter-spacing: .1em; }
.availability-line span { width: 7px; height: 7px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 5px rgba(217,255,87,.1); }
.hero__eyebrow { margin: 0 0 18px; color: var(--acid); font: 11px var(--mono); text-transform: uppercase; letter-spacing: .1em; }
.hero h1 { max-width: 1050px; margin: 0; font-size: clamp(62px, 8.2vw, 142px); font-weight: 500; line-height: .88; letter-spacing: -.055em; text-wrap: balance; }
.hero h1 .line { overflow: hidden; padding-bottom: .06em; }
.hero__lede { max-width: 760px; margin: 42px 0 0; color: rgba(255,255,255,.68); font-size: clamp(18px, 1.5vw, 24px); line-height: 1.5; letter-spacing: -.015em; }
.hero__actions { display: flex; align-items: center; gap: 30px; margin-top: 38px; }
.hero__portrait { position: relative; z-index: 1; width: 100%; aspect-ratio: 16 / 10; margin: 0; align-self: center; min-height: 0; }
.hero__portrait::before { content: ""; position: absolute; inset: -14px 18px 28px -14px; border: 1px solid rgba(255,255,255,.2); transform-origin: left center; }
.hero__portrait-frame { position: absolute; inset: 0; overflow: hidden; background: #272825; }
.hero__portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 78% 45%; filter: saturate(.7) contrast(1.03); transform: scale(1.025); }
.hero__portrait figcaption { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; display: flex; justify-content: space-between; padding: 38px 20px 18px; background: linear-gradient(transparent, rgba(0,0,0,.76)); font: 9px var(--mono); text-transform: uppercase; letter-spacing: .09em; }
.hero__scroll { position: absolute; left: var(--page-x); bottom: 35px; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.5); font: 9px var(--mono); text-transform: uppercase; letter-spacing: .1em; }
.hero__scroll span { width: 42px; height: 1px; background: currentColor; }

/* Proof + work intro */
.proof { background: var(--paper); }
.proof__grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 52px; border-top: 1px solid var(--line-dark); }
.proof__metric { min-height: 158px; padding: 24px 24px 20px 0; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line-dark); overflow: hidden; }
.proof__metric:not(:first-child) { padding-left: 26px; }
.proof__metric:last-child { border-right: 0; }
.proof__metric strong { font-size: clamp(52px, 5.5vw, 88px); font-weight: 500; line-height: .88; letter-spacing: -.05em; }
.proof__metric span { max-width: 150px; color: #60635c; font: 11px var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.work-intro { display: grid; grid-template-columns: 1fr 3fr; gap: 5vw; padding-top: clamp(72px, 8vw, 120px); padding-bottom: clamp(72px, 8vw, 120px); background: var(--paper); border-top: 1px solid var(--line-dark); }
.work-intro__copy h2, .section-heading h2 { max-width: 1100px; margin: 0; font-size: clamp(58px, 7.5vw, 126px); font-weight: 500; line-height: .92; letter-spacing: -.052em; text-wrap: balance; }
.work-intro__copy p { max-width: 650px; margin: 34px 0 0; color: #666961; font-size: 20px; }

/* Project showcase */
.project-showcase { position: relative; background: var(--ink); color: #fff; }
.project-showcase__stage { display: block; padding: clamp(70px, 9vw, 120px) var(--page-x); }
.project-showcase__media { display: none; position: relative; overflow: hidden; background: #20211f; }
.project-showcase__image { margin: 0; }
.project-showcase__image img { width: 100%; height: 100%; object-fit: cover; object-position: var(--media-position-mobile, 50% 50%); filter: saturate(.78) contrast(1.04); }
.project-showcase__counter { position: absolute; z-index: 4; left: 24px; bottom: 22px; padding: 8px 11px; background: rgba(11,11,11,.76); font: 10px var(--mono); letter-spacing: .08em; }
.project-showcase__content { position: relative; display: block; padding: 0; }
.project-showcase__copy { position: relative; margin-bottom: clamp(82px, 10vw, 126px); padding: 0; border-top: 0; }
.project-showcase__copy:last-of-type { margin-bottom: 0; }
.project-showcase__mobile-media { display: block; aspect-ratio: 16 / 10; margin: 0 0 38px; overflow: hidden; background: #20211f; clip-path: inset(0); }
.project-showcase__mobile-media img { width: 100%; height: 100%; object-fit: cover; object-position: var(--media-position-mobile, 50% 50%); }
.project-showcase__topline { display: flex; justify-content: space-between; gap: 22px; margin-bottom: 44px; color: rgba(255,255,255,.54); font: 10px var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.project-showcase__copy h3 { margin: 0; font-size: clamp(52px, 5.8vw, 100px); font-weight: 500; line-height: .92; letter-spacing: -.05em; text-wrap: balance; }
.project-showcase__copy > p { margin: 30px 0; color: rgba(255,255,255,.65); font-size: 18px; line-height: 1.55; }
.project-showcase__copy dl { margin: 0 0 34px; }
.project-showcase__copy dl div { display: grid; grid-template-columns: 75px 1fr; gap: 14px; padding: 10px 0; border-top: 1px solid rgba(255,255,255,.12); font-size: 12px; }
.project-showcase__copy dt { color: rgba(255,255,255,.45); }
.project-showcase__copy dd { margin: 0; }
.project-link { width: fit-content; color: var(--acid); }
.project-showcase__progress { display: flex; gap: 8px; margin-top: 22px; }
.project-showcase__progress span { width: 35px; height: 2px; background: rgba(255,255,255,.18); transition: background .25s ease; }
.project-showcase__progress span.is-active { background: var(--acid); }
@media (min-width: 1101px) and (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .motion-ready .project-showcase__stage { height: 100svh; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(420px, .88fr); padding: 0; overflow: hidden; }
  .motion-ready .project-showcase__media { display: block; min-height: 0; }
  .motion-ready .project-showcase__image { position: absolute; inset: 0; opacity: 0; visibility: hidden; transform: scale(1.045); clip-path: inset(0 100% 0 0); }
  .motion-ready .project-showcase__image:not(.is-active) { opacity: 0 !important; visibility: hidden !important; }
  .motion-ready .project-showcase__image img { object-position: var(--media-position-desktop, 50% 50%); }
  .motion-ready .project-showcase__image.is-active { z-index: 2; opacity: 1; visibility: visible; transform: scale(1); clip-path: inset(0); }
  .motion-ready .project-showcase__content { display: flex; flex-direction: column; justify-content: center; padding: clamp(48px, 7vw, 110px); }
  .motion-ready .project-showcase__copy { position: absolute; left: clamp(48px, 7vw, 110px); right: clamp(48px, 7vw, 110px); top: 50%; margin: 0; padding: 45px 0; opacity: 0; visibility: hidden; transform: translateY(-43%); border-top: 1px solid var(--line-light); }
  .motion-ready .project-showcase__copy:not(.is-active) { opacity: 0 !important; visibility: hidden !important; pointer-events: none; }
  .motion-ready .project-showcase__copy.is-active { z-index: 2; opacity: 1; visibility: visible; transform: translateY(-50%); }
  .motion-ready .project-showcase__mobile-media { display: none; }
  .motion-ready .project-showcase__progress { position: absolute; left: clamp(48px, 7vw, 110px); bottom: 40px; }
}

@media (min-width: 1101px) and (max-height: 850px) and (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .motion-ready .project-showcase__content { padding: 34px clamp(44px, 5vw, 82px); }
  .motion-ready .project-showcase__copy { left: clamp(44px, 5vw, 82px); right: clamp(44px, 5vw, 82px); padding-block: 25px; }
  .motion-ready .project-showcase__topline { margin-bottom: 24px; }
  .motion-ready .project-showcase__copy h3 { font-size: clamp(48px, 4.2vw, 72px); }
  .motion-ready .project-showcase__copy > p { margin-block: 19px; font-size: 16px; }
  .motion-ready .project-showcase__copy dl { margin-bottom: 22px; }
  .motion-ready .project-showcase__progress { left: clamp(44px, 5vw, 82px); bottom: 24px; }
}

/* Capabilities and experience */
.experience { background: var(--paper-deep); }
.section-heading { display: grid; grid-template-columns: 1fr 3fr; gap: 5vw; align-items: start; }
.experience__list { margin: 90px 0 0 25%; }
.experience__list article { display: grid; grid-template-columns: 1fr 1.6fr; gap: 6vw; padding: 38px 0; border-top: 1px solid var(--line-dark); }
.experience__list article:last-child { border-bottom: 1px solid var(--line-dark); }
.experience__list span { font: 10px var(--mono); letter-spacing: .08em; }
.experience__list h3 { margin: 16px 0 0; font-size: 26px; font-weight: 550; line-height: 1.05; letter-spacing: -.035em; }
.experience__list strong { display: block; margin-bottom: 15px; font-size: 15px; }
.experience__list p { max-width: 620px; margin: 0; color: #60635c; line-height: 1.65; }
.capability-band { background: var(--ink); color: #fff; }
.capability-band__grid { display: grid; grid-template-columns: repeat(3, 1fr); margin: 58px 0 0 25%; border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.capability-band__grid > div { min-height: 185px; padding: 22px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); overflow: hidden; }
.capability-band__grid span { color: var(--acid); font: 10px var(--mono); letter-spacing: .08em; }
.capability-band__grid strong { max-width: 280px; font-size: clamp(24px, 2.4vw, 40px); font-weight: 500; line-height: 1; letter-spacing: -.035em; }

/* Approach */
.approach { background: var(--acid); }
.approach__grid { margin: 90px 0 0 25%; display: grid; grid-template-columns: 1fr 1fr; }
.approach__grid article { min-height: 310px; padding: 26px 30px; border-top: 1px solid rgba(11,11,11,.35); }
.approach__grid article:nth-child(odd) { padding-left: 0; border-right: 1px solid rgba(11,11,11,.35); }
.approach__grid article > span { font: 10px var(--mono); }
.approach__grid h3 { margin: 78px 0 15px; font-size: 30px; font-weight: 550; letter-spacing: -.04em; }
.approach__grid p { max-width: 470px; margin: 0; color: rgba(11,11,11,.66); line-height: 1.6; }

/* Case studies */
.case-page { background: var(--paper); }
.case-hero { min-height: 88svh; padding-top: max(160px, 17vh); display: flex; flex-direction: column; justify-content: flex-end; background: var(--ink); color: #fff; }
.case-hero__eyebrow { margin: 0 0 34px; color: var(--acid); font: 11px var(--mono); text-transform: uppercase; letter-spacing: .1em; }
.case-hero h1 { max-width: 1350px; margin: 0; font-size: clamp(66px, 10vw, 170px); font-weight: 500; line-height: .88; letter-spacing: -.055em; text-wrap: balance; }
.case-hero h1 .line { overflow: hidden; padding-bottom: .06em; }
.case-hero__summary { max-width: 900px; margin: 48px 0; color: rgba(255,255,255,.68); font-size: clamp(20px, 2vw, 30px); line-height: 1.4; letter-spacing: -.02em; }
.case-hero__meta { display: grid; grid-template-columns: 1.4fr 1fr .5fr; gap: 30px; margin: 0; border-top: 1px solid var(--line-light); }
.case-hero__meta div { padding-top: 17px; }
.case-hero__meta dt { margin-bottom: 8px; color: rgba(255,255,255,.42); font: 10px var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.case-hero__meta dd { margin: 0; font-size: 13px; }
.case-media { height: min(72vw, 980px); margin: 0; overflow: hidden; background: #20211f; }
.case-media img { width: 100%; height: 100%; object-fit: cover; object-position: var(--media-position-desktop, 50% 50%); transform: scale(1.025); }
.case-overview { background: var(--paper); }
.case-overview__grid { margin: 70px 0 0 25%; }
.case-overview__grid > div { display: grid; grid-template-columns: .7fr 1.3fr; gap: 6vw; padding: 42px 0; border-top: 1px solid var(--line-dark); }
.case-overview__grid > div:last-child { border-bottom: 1px solid var(--line-dark); }
.case-overview h2 { margin: 0; font-size: 24px; font-weight: 550; letter-spacing: -.03em; }
.case-overview p { margin: 0; color: #5f625b; font-size: 19px; line-height: 1.65; }
.decision-system { background: var(--ink); color: #fff; }
.decision-system__heading { display: grid; grid-template-columns: 1fr 3fr; gap: 5vw; }
.decision-system__heading h2 { max-width: 1050px; margin: 0; font-size: clamp(54px, 7vw, 115px); font-weight: 500; line-height: .94; letter-spacing: -.05em; text-wrap: balance; }
.decision-system__list { margin: 90px 0 0 25%; padding: 0; list-style: none; }
.decision-system__list li { display: grid; grid-template-columns: 65px 1fr; gap: 20px; padding: 28px 0; border-top: 1px solid var(--line-light); }
.decision-system__list li:last-child { border-bottom: 1px solid var(--line-light); }
.decision-system__list span { color: var(--acid); font: 10px var(--mono); }
.decision-system__list p { max-width: 850px; margin: 0; color: rgba(255,255,255,.74); font-size: 20px; line-height: 1.5; }
.deliverables { background: var(--paper-deep); }
.deliverables__flow { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 70px; border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.deliverables__flow div { min-height: 230px; padding: 25px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.deliverables__flow span { font: 10px var(--mono); }
.deliverables__flow strong { font-size: 25px; font-weight: 550; letter-spacing: -.035em; }
.case-outcomes { background: var(--acid); }
.case-outcomes__grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 65px; border-top: 1px solid rgba(11,11,11,.35); }
.case-outcomes__grid div { min-height: 250px; padding: 28px 24px 25px 0; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid rgba(11,11,11,.35); overflow: hidden; }
.case-outcomes__grid div:not(:first-child) { padding-left: 24px; }
.case-outcomes__grid div:last-child { border-right: 0; }
.case-outcomes__grid strong { font-size: clamp(56px, 6.5vw, 105px); font-weight: 500; line-height: .9; letter-spacing: -.05em; }
.case-outcomes__grid span { max-width: 160px; font: 10px var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.evidence-note { max-width: 760px; margin: 55px 0 0 25%; padding-top: 18px; border-top: 1px solid rgba(11,11,11,.35); font: 11px/1.7 var(--mono); }
.reflection { display: grid; grid-template-columns: 1fr 3fr; gap: 5vw; background: var(--paper); }
.reflection blockquote { max-width: 1100px; margin: 0; font-size: clamp(38px, 5vw, 82px); line-height: 1.05; letter-spacing: -.045em; text-wrap: balance; }
.next-case { position: relative; min-height: 70svh; padding: var(--section-y) var(--page-x); display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; background: var(--ink); color: #fff; }
.next-case::before { content: ""; position: absolute; width: 60vw; height: 60vw; right: -20vw; top: -35vw; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; transition: transform .7s ease; }
.next-case:hover::before { transform: scale(1.12); }
.next-case span { color: var(--acid); font: 11px var(--mono); text-transform: uppercase; letter-spacing: .1em; }
.next-case strong { position: relative; max-width: 1200px; margin-top: 32px; font-size: clamp(58px, 8vw, 136px); font-weight: 500; line-height: .92; letter-spacing: -.052em; text-wrap: balance; }
.next-case i { position: absolute; right: var(--page-x); bottom: var(--section-y); font-size: clamp(40px, 5vw, 80px); font-style: normal; color: var(--acid); }

/* Contact, privacy, 404 */
.contact-page, .privacy-page, .not-found-page { background: var(--paper); }
.contact-hero { min-height: 72svh; padding-top: max(160px, 18vh); display: flex; flex-direction: column; justify-content: flex-end; background: var(--ink); color: #fff; }
.contact-hero h1, .privacy h1, .not-found h1 { max-width: 1250px; margin: 35px 0 0; font-size: clamp(64px, 9.5vw, 160px); font-weight: 500; line-height: .9; letter-spacing: -.052em; text-wrap: balance; }
.contact-hero h1 .line, .privacy h1 .line, .not-found h1 .line { overflow: hidden; padding-bottom: .06em; }
.contact-hero__intro { max-width: 780px; margin: 44px 0 0; color: rgba(255,255,255,.65); font-size: 21px; }
.contact-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 10vw; background: var(--paper); }
.contact-direct > a { display: block; margin: 35px 0 70px; font-size: clamp(26px, 3vw, 44px); letter-spacing: -.04em; }
.contact-direct > div { padding-top: 16px; border-top: 1px solid var(--line-dark); display: flex; justify-content: space-between; font: 11px var(--mono); }
.contact-form { display: grid; gap: 31px; }
.form-field { position: relative; }
.form-field label { display: flex; justify-content: space-between; margin-bottom: 10px; color: #555850; font: 10px var(--mono); text-transform: uppercase; letter-spacing: .09em; }
.form-field label span { color: var(--muted); }
.form-field input, .form-field textarea { width: 100%; padding: 13px 0 15px; border: 0; border-bottom: 1px solid var(--line-dark); border-radius: 0; background: transparent; font-size: 22px; outline: 0; resize: vertical; }
.form-field input:focus, .form-field textarea:focus { border-bottom-color: var(--ink); }
.form-field small, .consent-error { display: block; min-height: 17px; margin-top: 6px; color: #9b2f23; font: 10px var(--mono); }
.form-field.has-error input, .form-field.has-error textarea { border-bottom-color: #9b2f23; }
.consent-check { display: grid; grid-template-columns: 18px 1fr; gap: 12px; align-items: start; font-size: 13px; line-height: 1.5; }
.consent-check input { margin: 3px 0 0; accent-color: var(--ink); }
.consent-check a { text-decoration: underline; }
.form-submit { display: flex; gap: 25px; align-items: center; }
.form-status { margin: 0; font-size: 13px; }
.form-status.is-success { color: #35650c; }
.form-status.is-error { color: #9b2f23; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.privacy { padding-top: max(170px, 17vh); }
.privacy header > p:last-child { margin-top: 35px; color: #666961; font: 11px var(--mono); }
.privacy__sections { margin: 95px 0 0 25%; }
.privacy__sections section { display: grid; grid-template-columns: 65px 1fr; gap: 30px; padding: 34px 0; border-top: 1px solid var(--line-dark); }
.privacy__sections section:last-child { border-bottom: 1px solid var(--line-dark); }
.privacy__sections > section > span { font: 10px var(--mono); }
.privacy__sections h2 { margin: 0 0 13px; font-size: 28px; font-weight: 550; letter-spacing: -.035em; }
.privacy__sections p { max-width: 780px; margin: 0; color: #5f625b; line-height: 1.7; }
.not-found { min-height: 100svh; padding-top: max(170px, 17vh); display: flex; flex-direction: column; justify-content: center; background: var(--ink); color: #fff; }
.not-found > p:not(.section-kicker) { max-width: 650px; margin: 40px 0; color: rgba(255,255,255,.62); font-size: 20px; }
.not-found .pill-button { width: fit-content; }

/* Footer */
.footer-cta { min-height: 85svh; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; background: var(--ink); color: #fff; }
.footer-cta h2 { max-width: 1350px; margin: 45px 0 70px; font-size: clamp(64px, 9vw, 150px); font-weight: 500; line-height: .9; letter-spacing: -.052em; text-wrap: balance; }
.site-footer { padding-top: 55px; padding-bottom: 35px; background: var(--ink); color: #fff; border-top: 1px solid var(--line-light); }
.site-footer__top, .site-footer__base { display: flex; justify-content: space-between; align-items: center; }
.site-footer__name { font-size: clamp(38px, 5vw, 72px); font-weight: 500; letter-spacing: -.055em; }
.site-footer__links { display: flex; gap: 28px; font: 11px var(--mono); }
.site-footer__links a { position: relative; }
.site-footer__base { margin-top: 100px; padding-top: 20px; border-top: 1px solid var(--line-light); color: rgba(255,255,255,.42); font: 9px var(--mono); text-transform: uppercase; letter-spacing: .09em; }
.consent-banner { position: fixed; z-index: 2000; left: 20px; right: 20px; bottom: 20px; padding: 20px; display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; background: var(--paper); color: var(--ink); border: 1px solid var(--ink); box-shadow: 0 12px 50px rgba(0,0,0,.25); }
.consent-banner[hidden] { display: none; }
.consent-banner strong { font-size: 18px; }
.consent-banner p { max-width: 780px; margin: 4px 0 0; color: #5f625b; font-size: 13px; }
.consent-banner p a { text-decoration: underline; }
.consent-banner__actions { display: flex; gap: 8px; }
.consent-banner button { padding: 12px 16px; background: transparent; border: 1px solid var(--ink); font: 11px var(--mono); }
.consent-banner .consent-accept { background: var(--ink); color: #fff; }

/* Progressive enhancement */
.motion-ready [data-reveal] { opacity: 0; transform: translateY(35px); will-change: transform, opacity; }
.motion-ready .motion-line { display: block; will-change: transform, opacity; }
.no-js .experience-loader, .no-js .page-transition, .no-js .signal-cursor, .no-js .consent-banner { display: none; }

@media (max-width: 1100px) {
  :root { --header-height: 76px; }
  .desktop-nav { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .menu-toggle { display: flex; }
  .hero { grid-template-columns: 1fr; padding-bottom: 80px; }
  .hero__portrait { width: min(88vw, 820px); aspect-ratio: 16 / 10; min-height: 0; margin: 70px 0 60px auto; }
  .hero__scroll { display: none; }
  .work-intro, .section-heading, .decision-system__heading, .reflection { grid-template-columns: 1fr; }
  .work-intro__copy, .section-heading h2, .decision-system__heading h2, .reflection blockquote { margin-top: 30px; }
  .project-showcase__stage { display: block; padding: 80px var(--page-x); }
  .project-showcase__media { display: none; }
  .project-showcase__content { display: block; padding: 0; }
  .project-showcase__copy { margin-bottom: 95px; padding: 0; border-top: 0; }
  .project-showcase__mobile-media { display: block; height: auto; aspect-ratio: 16 / 10; margin: 0 0 38px; overflow: hidden; background: #20211f; }
  .project-showcase__mobile-media img { width: 100%; height: 100%; object-fit: cover; }
  .project-showcase__counter, .project-showcase__progress { display: none; }
  .experience__list, .capability-band__grid, .approach__grid, .case-overview__grid, .decision-system__list, .evidence-note, .privacy__sections { margin-left: 0; }
  .case-outcomes__grid { grid-template-columns: 1fr 1fr; }
  .case-outcomes__grid div:nth-child(2) { border-right: 0; }
  .contact-layout { grid-template-columns: 1fr; }
  .case-media img { object-position: var(--media-position-mobile, 50% 50%); }
}

@media (max-width: 760px) {
  :root { --page-x: 20px; --section-y: 84px; }
  .site-brand img { width: 38px; height: 38px; }
  .site-brand span { font-size: 14px; }
  .hero { padding-top: 120px; }
  .hero h1 { font-size: clamp(58px, 17vw, 82px); }
  .hero__lede { margin-top: 30px; font-size: 17px; }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero__portrait { width: 100%; aspect-ratio: 4 / 3; min-height: 0; margin: 60px 0 20px; }
  .proof__grid { grid-template-columns: 1fr 1fr; }
  .proof__metric { min-height: 190px; border-bottom: 1px solid var(--line-dark); }
  .proof__metric:nth-child(2) { border-right: 0; }
  .proof__metric:nth-child(3), .proof__metric:nth-child(4) { border-bottom: 0; }
  .proof__metric strong { font-size: 64px; }
  .work-intro__copy h2, .section-heading h2 { font-size: 55px; }
  .project-showcase__stage { padding-block: 70px; }
  .project-showcase__copy { margin-bottom: 85px; }
  .project-showcase__mobile-media { height: auto; aspect-ratio: 4 / 3; margin-bottom: 32px; }
  .project-showcase__copy h3 { font-size: 50px; }
  .project-showcase__copy > p { font-size: 16px; }
  .capability-band__grid { grid-template-columns: 1fr 1fr; margin-top: 44px; }
  .capability-band__grid > div { min-height: 150px; padding: 18px; }
  .experience__list { margin-top: 60px; }
  .experience__list article { grid-template-columns: 1fr; gap: 28px; }
  .approach__grid { grid-template-columns: 1fr; margin-top: 60px; }
  .approach__grid article, .approach__grid article:nth-child(odd) { min-height: 250px; padding: 24px 0; border-right: 0; }
  .approach__grid h3 { margin-top: 54px; }
  .case-hero { min-height: 80svh; }
  .case-hero h1 { font-size: 62px; }
  .case-hero__summary { font-size: 18px; }
  .case-hero__meta { grid-template-columns: 1fr; gap: 0; }
  .case-hero__meta div { padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .case-media { height: 72vw; }
  .case-media img { object-position: var(--media-position-mobile, 50% 50%); }
  .case-overview__grid > div { grid-template-columns: 1fr; gap: 20px; }
  .case-overview p, .decision-system__list p { font-size: 17px; }
  .decision-system__heading h2 { font-size: 50px; }
  .decision-system__list { margin-top: 58px; }
  .deliverables__flow { grid-template-columns: 1fr 1fr; }
  .deliverables__flow div { min-height: 180px; padding: 18px; }
  .deliverables__flow strong { font-size: 20px; }
  .case-outcomes__grid div { min-height: 190px; }
  .case-outcomes__grid strong { font-size: 56px; }
  .reflection blockquote { font-size: 39px; }
  .next-case { min-height: 62svh; }
  .next-case strong { font-size: 54px; }
  .next-case i { bottom: 35px; }
  .contact-hero h1, .privacy h1, .not-found h1 { font-size: 60px; }
  .contact-direct > a { font-size: 25px; word-break: break-word; }
  .form-submit { align-items: flex-start; flex-direction: column; }
  .privacy__sections section { grid-template-columns: 42px 1fr; gap: 15px; }
  .footer-cta h2 { font-size: 58px; }
  .site-footer__top { align-items: flex-start; flex-direction: column; gap: 45px; }
  .site-footer__links { flex-wrap: wrap; }
  .consent-banner { grid-template-columns: 1fr; gap: 18px; }
  .consent-banner__actions { justify-content: flex-end; }
}

@media (hover: none), (pointer: coarse) {
  .signal-cursor { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .experience-loader, .page-transition, .signal-cursor { display: none !important; }
  .motion-ready [data-reveal] { opacity: 1; transform: none; }
}
