/* ============ Atré Space · brand layer ============ */
@property --mx { syntax: "<percentage>"; inherits: true; initial-value: 50%; }
@property --my { syntax: "<percentage>"; inherits: true; initial-value: 50%; }

:root {
  --white: #ffffff;
  --paper: #f5f4f2;
  --ink: #0e0e0e;
  --ink-2: #3a3a3a;
  --mute: #8b8b8b;
  --faint: #cfcaca;
  --line: rgba(14, 14, 14, 0.12);
  --blush: #e7c6cb;
  --blush-deep: #cf9aa3;
  --display: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --text: "Manrope", "Helvetica Neue", Arial, sans-serif;
  --gut: clamp(16px, 2.2vw, 32px);
  --ease: cubic-bezier(0.7, 0, 0.2, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

html { scroll-behavior: smooth; background: var(--white) !important; color-scheme: light !important; }
html.atre-lock, html.atre-lock body { overflow: hidden; }
body { background: var(--white) !important; color: var(--ink) !important; margin: 0; }

.atre { background: var(--white); color: var(--ink); font-family: var(--text); font-size: 15px; line-height: 1.55; -webkit-font-smoothing: antialiased; overflow-x: clip; }
.atre *, .atre *::before, .atre *::after { box-sizing: border-box; }
.atre a { color: inherit; text-decoration: none; }
.atre h1, .atre h2, .atre h3, .atre p, .atre ol, .atre figure { margin: 0; padding: 0; }
.atre ol { list-style: none; }
.atre button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; padding: 0; }
.atre img, .atre video { display: block; max-width: 100%; }
.atre ::selection { background: var(--blush); color: var(--ink); }

/* ---------- wordmark ---------- */
.wm { display: inline-flex; flex-direction: column; align-items: center; line-height: 1; }
.wm-a { font-family: var(--display); font-stretch: 125%; font-weight: 600; font-size: 19px; letter-spacing: 0.34em; margin-right: -0.34em; }
.wm-s { font-size: 8px; letter-spacing: 0.62em; margin-right: -0.62em; margin-top: 4px; font-weight: 500; }

.corner, .corner-inline, .manifesto-head, .rows-head, .results-head > span, .clients-label, .cap-n, .ch-sign, .intro-meta, .intro-load, .foot-cols span {
  font-family: var(--display); font-stretch: 112%; font-size: 11px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase;
}

/* ================= INTRO ================= */
.intro { position: fixed; inset: 0; z-index: 100; background: var(--white); transition: opacity 0.9s var(--ease), visibility 0s linear 0.9s; }
.intro.is-done { opacity: 0; visibility: hidden; pointer-events: none; }
.intro-top, .intro-bottom { position: absolute; left: var(--gut); right: var(--gut); z-index: 2; display: flex; justify-content: space-between; align-items: center; transition: color 0.8s var(--ease); }
.intro-top { top: var(--gut); }
.intro-bottom { bottom: var(--gut); }
.intro-load b { font-weight: 600; display: inline-block; min-width: 3ch; text-align: right; }
.intro-skip { font-family: var(--display); font-stretch: 112%; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; padding: 10px 18px; border: 1px solid currentColor; border-radius: 999px; transition: background 0.4s, color 0.4s; }
.intro-skip:hover { background: var(--ink); color: var(--white); }
.intro.is-open .intro-top, .intro.is-open .intro-bottom { color: var(--white); }
.intro.is-open .intro-skip:hover { background: var(--white); color: var(--ink); }
.intro-card {
  position: absolute; inset: 0; background: #050505;
  clip-path: inset(calc(50% - 118px) calc(50% - 86px) round 6px);
  animation: introBreath 2.4s var(--ease) infinite alternate;
  transition: clip-path 1.5s var(--ease), transform 1.5s var(--ease);
}
.intro-card video { width: 100%; height: 100%; object-fit: cover; }
.intro.is-open .intro-card { clip-path: inset(0 0 round 0); transform: none; animation: none; }
@keyframes introBreath { from { transform: rotate(-4deg); } to { transform: rotate(3deg) translateY(-6px); } }

/* ================= NAV ================= */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 50; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 18px var(--gut); color: var(--white); mix-blend-mode: difference; transform: translateY(-110%); transition: transform 1.1s var(--ease) 0.4s; }
.atre.is-ready .nav, .atre:not(.js) .nav { transform: none; }
.nav-brand { justify-self: start; }
.nav-links { display: flex; gap: clamp(14px, 2vw, 30px); }
.nav-links a, .nav-contact { position: relative; font-family: var(--display); font-stretch: 112%; font-size: 11px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; padding: 6px 0; display: inline-flex; gap: 6px; align-items: baseline; }
.nav-num { font-size: 9px; opacity: 0.55; }
.nav-links a::after, .nav-contact::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: 100% 50%; transition: transform 0.7s var(--ease); }
.nav-links a:hover::after, .nav-links a.is-active::after, .nav-contact:hover::after { transform: scaleX(1); transform-origin: 0 50%; }
.nav-contact { justify-self: end; }
.nav-burger { display: none; justify-self: end; width: 34px; height: 34px; position: relative; }
.nav-burger i { position: absolute; left: 6px; right: 6px; height: 1.5px; background: currentColor; }
.nav-burger i:first-child { top: 13px; }
.nav-burger i:last-child { top: 20px; }

.menu { position: fixed; inset: 0; z-index: 90; background: var(--white); clip-path: circle(0% at calc(100% - 34px) 34px); transition: clip-path 0.9s var(--ease); display: flex; flex-direction: column; justify-content: center; padding: var(--gut); }
.menu.is-open { clip-path: circle(150% at calc(100% - 34px) 34px); }
.menu-close { position: absolute; top: 22px; right: var(--gut); font-family: var(--display); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; }
.menu li { border-top: 1px solid var(--line); }
.menu a { display: flex; gap: 14px; align-items: baseline; padding: 16px 0; font-family: var(--display); font-stretch: 125%; font-weight: 500; font-size: clamp(28px, 8vw, 44px); letter-spacing: -0.01em; }
.menu a span { font-size: 11px; color: var(--mute); }

.progress { position: fixed; left: 0; right: 0; bottom: 0; height: 2px; z-index: 55; pointer-events: none; }
.progress i { display: block; height: 100%; background: var(--blush-deep); transform-origin: 0 50%; transform: scaleX(0); }

/* ================= HERO ================= */
.hero { position: relative; height: 210svh; }
.hero-stage { position: sticky; top: 0; height: 100svh; overflow: hidden; }
.hero-media { position: absolute; inset: 0; will-change: clip-path; }
.hero-media video { width: 100%; height: 100%; object-fit: cover; will-change: transform; transform: scale(1.08); }
.corner { position: absolute; top: 84px; z-index: 3; display: flex; flex-direction: column; gap: 6px; }
.corner-l { left: var(--gut); }
.corner-r { right: var(--gut); text-align: right; }
.corner-sub { color: var(--ink-2); letter-spacing: 0.1em; font-size: 10px; }
.corner em { font-style: normal; opacity: 0.5; }
.hero-word { position: absolute; left: 0; right: 0; bottom: 3vh; z-index: 3; display: flex; justify-content: center; gap: calc(0.04em + var(--spread, 0) * 0.28em); font-family: var(--display); font-stretch: 125%; font-weight: 500; font-size: clamp(88px, 23vw, 420px); line-height: 0.8; color: var(--ink); }
.hw-l { display: inline-block; overflow: hidden; padding: 0.16em 0 0.04em; margin-top: -0.16em; }
.hw-l > span { display: inline-block; transition: transform 1.4s var(--ease-out); transition-delay: calc(var(--i) * 90ms + 150ms); }
.atre.js:not(.is-ready) .hw-l > span { transform: translateY(105%); }
.hero-lede { position: absolute; z-index: 3; right: var(--gut); top: 42%; max-width: 330px; font-size: 14px; color: var(--ink-2); }
.hero-scroll { position: absolute; left: 50%; top: 84px; transform: translateX(-50%); z-index: 3; display: flex; flex-direction: column; align-items: center; gap: 8px; font-family: var(--display); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; }
.hero-scroll i { width: 1px; height: 36px; background: var(--ink); transform-origin: 50% 0; animation: scrollLine 2s var(--ease) infinite; }
@keyframes scrollLine { 0% { transform: scaleY(0); transform-origin: 50% 0; } 50% { transform: scaleY(1); transform-origin: 50% 0; } 51% { transform-origin: 50% 100%; } 100% { transform: scaleY(0); transform-origin: 50% 100%; } }

/* ================= MANIFESTO ================= */
.manifesto { padding: 16vh var(--gut) 18vh; position: relative; background: var(--white); }
.manifesto-head { display: flex; justify-content: space-between; margin-bottom: 7vh; }
.manifesto-text { font-family: var(--display); font-stretch: 112%; font-weight: 300; font-size: clamp(34px, 5.6vw, 96px); line-height: 1.02; letter-spacing: -0.025em; max-width: 16ch; }
.mw { color: var(--faint); transition: color 0.6s var(--ease-out); }
.mw.is-lit { color: var(--ink); }
.atre:not(.js) .mw { color: var(--ink); }
.manifesto-foot { display: grid; grid-template-columns: 1fr 1.15fr; gap: 6vw; margin-top: 12vh; align-items: start; }
.manifesto-foot > p { max-width: 380px; color: var(--ink-2); }
.manifesto-index li { border-top: 1px solid var(--line); }
.manifesto-index li:last-child { border-bottom: 1px solid var(--line); }
.manifesto-index a { display: grid; grid-template-columns: 44px 1fr 44px; align-items: center; padding: 18px 0; }
.manifesto-index span { font-family: var(--display); font-size: 11px; color: var(--mute); }
.manifesto-index b { font-family: var(--display); font-stretch: 125%; font-weight: 500; font-size: clamp(20px, 2.1vw, 32px); letter-spacing: -0.01em; transition: transform 0.6s var(--ease); }
.manifesto-index a:hover b { transform: translateX(14px); }
.mi-shape { width: 26px; height: 26px; border: 1.5px solid var(--ink); justify-self: end; transition: transform 0.8s var(--ease), background 0.5s; }
.manifesto-index a:hover .mi-shape { background: var(--blush); transform: rotate(90deg) scale(1.15); }
.mi-shape.s-circle { border-radius: 50%; }
.mi-shape.s-frame { height: 14px; width: 30px; }
.mi-shape.s-diamond { transform: rotate(45deg) scale(0.8); }
.manifesto-index a:hover .mi-shape.s-diamond { transform: rotate(225deg) scale(0.95); }
.mi-shape.s-arch { border-radius: 13px 13px 0 0; height: 30px; width: 22px; }
.mi-shape.s-ellipse { border-radius: 50%; height: 14px; width: 32px; }

/* ================= CHAPTERS ================= */
.chapter { position: relative; background: var(--white); }
.ch-track { position: relative; height: 340svh; }
.ch-stage { position: sticky; top: 0; height: 100svh; overflow: hidden; background: var(--white); }
.ch-stage::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(var(--line), var(--line)) 50% 0 / 1px 100% no-repeat, linear-gradient(var(--line), var(--line)) 0 52% / 100% 1px no-repeat; opacity: 0.6; }
.ch-media { position: absolute; inset: 0; will-change: clip-path; background: var(--paper); }
.atre.js .ch-media { clip-path: circle(0 at 50% 50%); }
.ch-media video { width: 100%; height: 100%; object-fit: cover; will-change: transform; }
.ch-corner { color: var(--white); mix-blend-mode: difference; }
.ch-title { position: absolute; left: 50%; top: 50%; z-index: 4; white-space: nowrap; transform: translate(-50%, -50%); display: flex; font-family: var(--display); font-stretch: 125%; font-weight: 600; font-size: clamp(52px, 12.5vw, 240px); line-height: 0.86; letter-spacing: -0.01em; color: var(--ink); transform-origin: 50% 50%; transition: color 0.6s var(--ease-out); }
.ch-title.is-over { color: var(--white); text-shadow: 0 2px 30px rgba(0, 0, 0, 0.18); }
.shape-arch .ch-title { font-size: clamp(38px, 9.2vw, 180px); }
.shape-ellipse .ch-title { font-size: clamp(44px, 10.4vw, 200px); }
.shape-diamond .ch-title { font-size: clamp(46px, 11vw, 214px); }
.ct-l { display: inline-block; overflow: hidden; padding: 0.18em 0 0.03em; margin-top: -0.16em; }
.ct-l > span { display: inline-block; will-change: transform; }
.ch-card-wrap { position: absolute; left: var(--gut); bottom: calc(var(--gut) + 8px); z-index: 5; width: min(440px, calc(100% - 2 * var(--gut))); overflow: hidden; }
.ch-card { background: var(--white); padding: 26px 26px 22px; border-radius: 3px; will-change: transform; }
.atre.js .ch-card { transform: translateY(115%); }
.ch-card-num { font-family: var(--display); font-stretch: 125%; font-size: 11px; color: var(--mute); }
.ch-lead { font-family: var(--display); font-stretch: 112%; font-weight: 500; font-size: clamp(20px, 1.8vw, 26px); line-height: 1.12; letter-spacing: -0.01em; margin: 10px 0 12px !important; }
.ch-body { font-size: 14px; color: var(--ink-2); }
.ch-sign { display: inline-flex; align-items: center; gap: 8px; margin-top: 16px; font-size: 10px; }
.ch-sign::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--blush-deep); }
.ch-bar { position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--line); z-index: 5; }
.ch-bar i { display: block; height: 100%; background: var(--ink); transform-origin: 0 50%; transform: scaleX(0); }

.ch-marks { --m: 0; position: absolute; z-index: 4; pointer-events: none; color: var(--white); mix-blend-mode: difference;
  left: calc((1 - var(--m)) * 19vw + var(--gut)); right: calc((1 - var(--m)) * 19vw + var(--gut));
  top: calc((1 - var(--m)) * (50vh - 12.97vw) + 74px); bottom: calc((1 - var(--m)) * (50vh - 12.97vw) + 22px); }
.ch-marks i { position: absolute; width: 22px; height: 22px; border: 0 solid currentColor; }
.ch-marks i:nth-child(1) { left: -14px; top: -14px; border-left-width: 1.5px; border-top-width: 1.5px; }
.ch-marks i:nth-child(2) { right: -14px; top: -14px; border-right-width: 1.5px; border-top-width: 1.5px; }
.ch-marks i:nth-child(3) { left: -14px; bottom: -14px; border-left-width: 1.5px; border-bottom-width: 1.5px; }
.ch-marks i:nth-child(4) { right: -14px; bottom: -14px; border-right-width: 1.5px; border-bottom-width: 1.5px; }
.ch-rec { position: absolute; right: 8px; top: -34px; font-family: var(--display); font-size: 10px; letter-spacing: 0.18em; display: flex; align-items: center; gap: 8px; }
.ch-rec::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; animation: blink 1.2s steps(2) infinite; }
@keyframes blink { 50% { opacity: 0; } }

/* ---------- service rows ---------- */
.rows { padding: 14vh var(--gut) 18vh; }
.rows-head { display: flex; justify-content: space-between; color: var(--mute); padding-bottom: 18px; }
.row { position: relative; isolation: isolate; display: grid; grid-template-columns: 70px 1.25fr 1fr 48px; gap: 24px; align-items: center; padding: 34px 0; border-top: 1px solid var(--line); cursor: default; transition: color 0.5s var(--ease-out); }
.row:last-child { border-bottom: 1px solid var(--line); }
.row::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(231, 198, 203, 0.35), rgba(231, 198, 203, 0)); transform: scaleY(0); transform-origin: 50% 100%; transition: transform 0.7s var(--ease); z-index: -1; }
.row-n { font-family: var(--display); font-size: 12px; color: var(--mute); }
.row-k { display: block; font-family: var(--display); font-stretch: 112%; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mute); margin-bottom: 8px; }
.row h3 { font-family: var(--display); font-stretch: 118%; font-weight: 400; font-size: clamp(26px, 3.3vw, 54px); line-height: 1; letter-spacing: -0.02em; transition: transform 0.8s var(--ease); }
.row-b { color: var(--ink-2); max-width: 420px; }
.row-arrow { width: 40px; height: 40px; border: 1px solid var(--ink); border-radius: 50%; justify-self: end; position: relative; transition: transform 0.7s var(--ease), background 0.4s, border-radius 0.6s var(--ease), color 0.4s; }
.row-arrow::before { content: ""; position: absolute; left: 50%; top: 50%; width: 10px; height: 10px; border-top: 1.5px solid currentColor; border-right: 1.5px solid currentColor; transform: translate(-65%, -35%) rotate(45deg); }
.row-media { display: none; }
.atre.fine .row:hover::before { transform: scaleY(1); }
.atre.fine .row:hover h3 { transform: translateX(22px); }
.atre.fine .row:hover .row-arrow { transform: rotate(-45deg); background: var(--ink); color: var(--white); border-radius: 4px; }
.atre.row-hover .row:not(:hover) { color: #b9b6b6; }

.follower { position: fixed; left: 0; top: 0; z-index: 60; pointer-events: none; width: clamp(220px, 20vw, 320px); }
.follower img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; transform: translate(-50%, -58%); clip-path: circle(0% at 50% 50%); transition: clip-path 0.7s var(--ease); }
.follower.is-on img { clip-path: circle(75% at 50% 50%); }

/* ================= METHOD FIELD ================= */
.method { background: var(--paper); padding: 16vh var(--gut) 10vh; position: relative; overflow: hidden; }
.method-head { display: grid; grid-template-columns: 1fr 1.6fr 1fr; gap: 24px; align-items: end; }
.method-head h2 { font-family: var(--display); font-stretch: 118%; font-weight: 400; font-size: clamp(30px, 3.8vw, 64px); line-height: 1.02; letter-spacing: -0.02em; }
.method-head h2 em { font-style: normal; color: var(--mute); }
.method-hint { justify-self: end; font-size: 13px; color: var(--mute); }
.hint-mob { display: none; }
.field { position: relative; height: max(620px, 82vh); margin-top: 6vh; }
.field-glow { position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(circle 280px at var(--mx) var(--my), rgba(231, 198, 203, 0.55), rgba(231, 198, 203, 0) 70%), repeating-linear-gradient(0deg, rgba(14, 14, 14, 0.09) 0 1px, transparent 1px 48px), repeating-linear-gradient(90deg, rgba(14, 14, 14, 0.09) 0 1px, transparent 1px 48px);
  -webkit-mask-image: radial-gradient(circle 300px at var(--mx) var(--my), #000 30%, transparent 75%); mask-image: radial-gradient(circle 300px at var(--mx) var(--my), #000 30%, transparent 75%); }
.field-glow::after { content: "IMPECABLE"; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); font-family: var(--display); font-stretch: 125%; font-weight: 600; font-size: 17vw; letter-spacing: -0.02em; color: rgba(14, 14, 14, 0.08); white-space: nowrap; }
.field-track { position: absolute; inset: 0; }
.fig { position: absolute; display: grid; place-items: center; outline: none; transform: translate3d(var(--dx, 0), var(--dy, 0), 0); }
.fig-body { position: relative; display: block; animation: float 7s ease-in-out infinite alternate; animation-delay: calc(var(--i) * -1.3s); transition: transform 0.9s var(--ease), filter 0.6s; }
.fig-body i { position: absolute; display: block; }
.fig-num { position: absolute; top: -26px; left: 0; font-family: var(--display); font-size: 10px; letter-spacing: 0.16em; color: var(--mute); transition: color 0.4s; }
.fig.is-active .fig-body { transform: scale(1.14) rotate(var(--rot, 0deg)); }
.fig.is-active .fig-num { color: var(--ink); }
.field.is-hover .fig:not(.is-active) .fig-body { filter: grayscale(1) blur(1.2px); }
.fig:focus-visible .fig-body { outline: 1px dashed var(--ink); outline-offset: 12px; }
@keyframes float { from { translate: 0 -10px; rotate: -3deg; } to { translate: 0 12px; rotate: 3deg; } }

.fig-sphere { left: 9%; top: 8%; }
.fig-sphere .fig-body { width: 170px; height: 170px; border-radius: 50%; background: radial-gradient(circle at 34% 28%, #fff 0 7%, #e9e9e9 16%, #a9a9a9 38%, #3b3b3b 62%, #9d9d9d 84%, #e6e6e6 100%); box-shadow: 0 40px 60px -30px rgba(0, 0, 0, 0.35); }
.fig-cube { left: 33%; top: 42%; --rot: 45deg; }
.fig-cube .fig-body { width: 130px; height: 130px; border-radius: 6px; border: 1px solid rgba(14, 14, 14, 0.14); background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(231, 198, 203, 0.45) 60%, rgba(255, 255, 255, 0.7)); box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.5), 0 30px 50px -28px rgba(0, 0, 0, 0.3); }
.fig-arch { left: 52%; top: 6%; }
.fig-arch .fig-body { width: 124px; height: 196px; border-radius: 62px 62px 0 0; background: linear-gradient(180deg, var(--blush), var(--blush-deep)); box-shadow: 0 40px 50px -34px rgba(120, 60, 70, 0.5); }
.fig-arch .fig-body i:first-child { inset: 22px 22px 0; border-radius: 40px 40px 0 0; background: rgba(255, 255, 255, 0.35); }
.fig-ring { left: 66%; top: 46%; --rot: 90deg; }
.fig-ring .fig-body { width: 170px; height: 170px; border-radius: 50%; border: 2px solid var(--ink); }
.fig-ring .fig-body i:first-child { inset: 22px; border-radius: 50%; border: 1px solid rgba(14, 14, 14, 0.35); }
.fig-ring .fig-body i:nth-child(2) { width: 14px; height: 14px; border-radius: 50%; background: var(--blush-deep); top: -8px; left: calc(50% - 7px); }
.fig-cylinder { left: 85%; top: 10%; }
.fig-cylinder .fig-body { width: 92px; height: 200px; border-radius: 46px / 18px; background: linear-gradient(90deg, #d7d7d7, #fff 35%, #ececec 60%, #b8b8b8); box-shadow: 0 40px 50px -34px rgba(0, 0, 0, 0.35); }
.fig-cone { left: 50%; top: 62%; --rot: -12deg; }
.fig-cone .fig-body { width: 150px; height: 170px; clip-path: polygon(50% 0, 100% 100%, 0 100%); background: linear-gradient(115deg, #555, #0e0e0e 55%, #2b2b2b); }

.field-captions { position: absolute; left: 0; bottom: 0; width: min(380px, 100%); height: 180px; }
.cap { position: absolute; inset: auto 0 0 0; clip-path: inset(0 0 100% 0); transform: translateY(20px); transition: clip-path 0.8s var(--ease), transform 0.8s var(--ease); }
.cap.is-active { clip-path: inset(0 0 0 0); transform: none; }
.cap h3 { font-family: var(--display); font-stretch: 118%; font-weight: 500; font-size: clamp(24px, 2.4vw, 36px); line-height: 1.05; margin: 10px 0 8px; letter-spacing: -0.01em; }
.cap p { color: var(--ink-2); }

/* ================= RESULTS ================= */
.results { padding: 16vh var(--gut); }
.results-head { display: grid; grid-template-columns: 1fr 2fr; gap: 24px; margin-bottom: 9vh; }
.results-head h2 { font-family: var(--display); font-stretch: 112%; font-weight: 400; font-size: clamp(26px, 3vw, 48px); line-height: 1.05; letter-spacing: -0.02em; max-width: 20ch; }
.results-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.res { border-top: 1px solid var(--ink); padding: 22px 24px 0 0; display: flex; flex-direction: column; gap: 14px; }
.res-v { font-family: var(--display); font-stretch: 125%; font-weight: 200; font-size: clamp(56px, 7.6vw, 140px); line-height: 0.9; letter-spacing: -0.03em; white-space: nowrap; }
.res-v b { font-weight: 200; }
.res-l { color: var(--ink-2); max-width: 260px; }

/* ================= CLIENTS ================= */
.clients { padding: 6vh 0 14vh; border-top: 1px solid var(--line); }
.clients-label { display: block; padding: 0 var(--gut) 5vh; color: var(--mute); }
.marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
.marquee-track { display: flex; width: max-content; animation: marquee 60s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-set { display: flex; }
.client { display: inline-flex; align-items: center; gap: 34px; padding-right: 34px; font-family: var(--display); font-stretch: 125%; font-weight: 500; font-size: clamp(24px, 3vw, 46px); letter-spacing: 0.02em; text-transform: uppercase; white-space: nowrap; transition: color 0.4s; }
.client:hover { color: var(--blush-deep); }
.client-dot { width: 10px; height: 10px; border: 1.5px solid currentColor; border-radius: 50%; }
.client:nth-child(3n) .client-dot { border-radius: 0; transform: rotate(45deg); }
.client:nth-child(3n + 1) .client-dot { border-radius: 5px 5px 0 0; height: 12px; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ================= CONTACT ================= */
.contact { background: var(--white); padding: 14vh var(--gut) 0; border-top: 1px solid var(--line); }
.contact-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 6vw; align-items: center; }
.contact-copy h2 { font-family: var(--display); font-stretch: 118%; font-weight: 400; font-size: clamp(34px, 4.8vw, 84px); line-height: 1; letter-spacing: -0.025em; margin: 22px 0 !important; }
.contact-copy > p { color: var(--ink-2); max-width: 420px; }
.atre .talk { margin-top: 44px; position: relative; display: inline-grid; place-items: center; width: 190px; height: 190px; border-radius: 50%; background: var(--ink); color: var(--white); overflow: hidden; transition: transform 0.5s var(--ease-out); }
.talk-disc { position: absolute; left: var(--hx, 50%); top: var(--hy, 50%); width: 0; height: 0; border-radius: 50%; background: var(--blush); transform: translate(-50%, -50%); transition: width 0.7s var(--ease), height 0.7s var(--ease); }
.talk:hover .talk-disc { width: 440px; height: 440px; }
.talk-t { position: relative; font-family: var(--display); font-stretch: 125%; font-size: 13px; letter-spacing: 0.2em; text-transform: uppercase; transition: color 0.4s; }
.talk:hover .talk-t { color: var(--ink); }
.contact-media { aspect-ratio: 1; overflow: hidden; border-radius: 50% 50% 0 0; }
.contact-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.6s var(--ease-out); }
.contact-media:hover img { transform: scale(1.06); }
.foot { margin-top: 14vh; padding-bottom: var(--gut); }
.foot-mark { border-top: 1px solid var(--line); padding: 7vh 0 5vh; display: flex; justify-content: center; }
.foot-mark .wm-a { font-size: clamp(56px, 14vw, 240px); font-weight: 500; }
.foot-mark .wm-s { font-size: clamp(10px, 1.3vw, 20px); margin-top: 1.2vw; }
.foot-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; padding: 4vh 0; border-top: 1px solid var(--line); }
.foot-cols div { display: flex; flex-direction: column; gap: 6px; }
.foot-cols span { color: var(--mute); margin-bottom: 6px; }
.foot-cols a { width: fit-content; background: linear-gradient(currentColor, currentColor) 0 100% / 0 1px no-repeat; transition: background-size 0.6s var(--ease); }
.foot-cols a:hover { background-size: 100% 1px; }
.foot-legal { display: flex; justify-content: space-between; font-size: 12px; color: var(--mute); padding-top: 18px; border-top: 1px solid var(--line); }

/* ================= MOBILE ================= */
@media (max-width: 900px) {
  .nav { grid-template-columns: 1fr auto; }
  .nav-links, .nav-contact { display: none; }
  .nav-burger { display: block; }
  .hero-lede { top: auto; bottom: calc(3vh + 23vw + 28px); left: var(--gut); right: var(--gut); max-width: none; font-size: 13px; }
  .hero-scroll { display: none; }
  .hero-word { font-size: 21vw; gap: calc(0.02em + var(--spread, 0) * 0.05em); }
  .corner { top: 74px; }
  .corner-sub { display: none; }
  .manifesto-foot { grid-template-columns: 1fr; gap: 6vh; }
  .ch-track { height: 280svh; }
  .ch-card { padding: 20px; }
  .ch-lead { font-size: 19px; }
  .ch-body { font-size: 13px; }
  .row { grid-template-columns: 38px 1fr; gap: 10px 14px; padding: 26px 0; }
  .row-b { grid-column: 2; font-size: 14px; }
  .row-arrow { display: none; }
  .row-media { display: block; grid-column: 1 / -1; margin-top: 10px !important; aspect-ratio: 4 / 3; overflow: hidden; clip-path: inset(100% 0 0 0 round 4px); transition: clip-path 1s var(--ease); }
  .row-media img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.15); transition: transform 1.4s var(--ease-out); }
  .row.is-in .row-media { clip-path: inset(0 0 0 0 round 4px); }
  .row.is-in .row-media img { transform: scale(1); }
  .row.is-in h3 { transform: translateX(8px); }
  .method-head { grid-template-columns: 1fr; }
  .method-hint { justify-self: start; }
  .hint-desk { display: none; }
  .hint-mob { display: inline; }
  .field { height: auto; margin-top: 4vh; }
  .field-glow { animation: roam 9s ease-in-out infinite alternate; }
  .field-glow::after { font-size: 26vw; }
  .field-track { position: relative; display: flex; gap: 8vw; overflow-x: auto; scroll-snap-type: x mandatory; padding: 60px 30vw 50px; scrollbar-width: none; }
  .field-track::-webkit-scrollbar { display: none; }
  .fig { position: relative; left: auto; top: auto; flex: 0 0 auto; width: 40vw; height: 230px; scroll-snap-align: center; transform: none; }
  .fig:not(.is-active) .fig-body { filter: grayscale(1) opacity(0.45); }
  .fig-num { left: 50%; transform: translateX(-50%); top: -6px; }
  .field-captions { position: relative; height: 170px; width: 100%; }
  .results-head { grid-template-columns: 1fr; }
  .results-grid { grid-template-columns: 1fr; gap: 34px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-media { max-width: 420px; }
  .talk { width: 150px; height: 150px; }
  .foot-cols { grid-template-columns: 1fr; }
}
@keyframes roam { 0% { --mx: 20%; --my: 30%; } 50% { --mx: 75%; --my: 60%; } 100% { --mx: 40%; --my: 80%; } }

/* ================= REDUCED MOTION ================= */
@media (prefers-reduced-motion: reduce) {
  .atre *, .atre *::before, .atre *::after { animation: none !important; transition: none !important; }
  .atre.js .ch-media { clip-path: none; }
  .atre.js .ch-card { transform: none; }
  .ch-title { transform: translate(-50%, -50%) scale(0.5) !important; top: 22%; }
  .mw { color: var(--ink); }
  .atre.js:not(.is-ready) .hw-l > span { transform: none; }
}
