/* ============================================================
   AUTOMAIZE — styles
   Tokens → base → chrome → sections → responsive → reduced motion
   Discipline: JS writes one custom property per section per frame;
   everything visual is calc() in here.
   ============================================================ */

/* ---------- registered scroll properties (calc-safe, interpolable) ---------- */
@property --hero-p   { syntax: "<number>"; inherits: true; initial-value: 0; }
@property --mask-op  { syntax: "<number>"; inherits: true; initial-value: 0; }
@property --wash-op  { syntax: "<number>"; inherits: true; initial-value: 0; }
@property --haze-op  { syntax: "<number>"; inherits: true; initial-value: 0; }
@property --zoom     { syntax: "<number>"; inherits: true; initial-value: 1; }
@property --px       { syntax: "<length>"; inherits: true; initial-value: 0px; }
@property --py       { syntax: "<length>"; inherits: true; initial-value: 0px; }
@property --fly      { syntax: "<number>"; inherits: true; initial-value: 0; }
@property --threshold-p { syntax: "<number>"; inherits: true; initial-value: 0; }

/* ---------- tokens ---------- */
:root {
  --ink: #0a0a0b;
  --ink-2: #121214;
  --ink-3: #1a1a1d;
  --paper: #f3eee4;
  --paper-2: #e8e1d3;
  --amber: #e9a23b;
  --amber-lt: #f6c978;
  --amber-deep: #b8731d;
  --bone: #f7f3ea;
  --muted: #9a968e;
  --muted-ink: #6f6a62;
  --line: rgba(243, 238, 228, .14);
  --line-soft: rgba(243, 238, 228, .08);
  --line-ink: rgba(10, 10, 11, .14);

  --sans: "Manrope", "Inter", system-ui, -apple-system, sans-serif;
  --serif: "Instrument Serif", Georgia, "Times New Roman", serif;
  --mono: "DM Mono", ui-monospace, SFMono-Regular, Menlo, monospace;

  --ease: cubic-bezier(.22, .61, .36, 1);
  --out: cubic-bezier(.16, 1, .3, 1);
  --spring: cubic-bezier(.3, 0, .66, -.3);
  --t-ui: .2s;
  --t-lg: .38s;
  --t-media: 1s;

  --gutter: clamp(20px, 5vw, 88px);
  --section: clamp(96px, 12vw, 190px);
  --max: 1440px;
  --container: min(var(--max), calc(100vw - var(--gutter) * 2));
  --r-sm: 10px;
  --r-md: 22px;
  --r-lg: 34px;
  --pill: 999px;

  --scroll: 0;
  --cursor-x: -100px;
  --cursor-y: -100px;
  color-scheme: dark;
}

/* ---------- base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: clip; background: var(--ink); -webkit-text-size-adjust: 100%; }
body {
  margin: 0; overflow-x: clip; min-height: 100svh;
  background: var(--ink); color: var(--paper);
  font-family: var(--sans); font-size: 16px; line-height: 1.6;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
main { overflow-x: clip; }
img, video { display: block; max-width: 100%; }
h1, h2, h3, p, ul, ol, figure, blockquote, fieldset { margin: 0; }
ul, ol { padding: 0; list-style: none; }
fieldset { border: 0; padding: 0; min-width: 0; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; }
::selection { background: var(--amber); color: var(--ink); }
:focus-visible { outline: 2px solid var(--amber); outline-offset: 4px; }
[id] { scroll-margin-top: 90px; }

/* grain — one line, unifies every mixed-media section */
body::before {
  content: ""; position: fixed; inset: 0; z-index: 140; pointer-events: none; opacity: .13;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.25'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; top: -60px; left: 16px; z-index: 300; padding: 10px 16px; background: var(--amber); color: var(--ink); border-radius: var(--pill); font-weight: 600; transition: top var(--t-ui) var(--ease); }
.skip-link:focus { top: 16px; }

/* ---------- type ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--mono); font-size: 10px; font-weight: 500; letter-spacing: .22em; text-transform: uppercase;
  color: var(--amber);
}
.eyebrow::before { content: ""; width: 22px; height: 1px; background: currentColor; opacity: .7; }
.eyebrow--ink { color: var(--amber-deep); }
.eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 12px var(--amber); animation: blink 2.2s ease-in-out infinite; }
@keyframes blink { 50% { opacity: .25; } }

.h1 {
  font-size: clamp(44px, 7.4vw, 118px); font-weight: 700; line-height: .94; letter-spacing: -.045em;
  text-wrap: balance; margin: 22px 0 28px;
}
.h2 {
  font-size: clamp(38px, 5.4vw, 84px); font-weight: 700; line-height: .98; letter-spacing: -.04em;
  text-wrap: balance;
}
.h1 em, .h2 em, .depth__title em, .manifesto__text em {
  font-family: var(--serif); font-style: italic; font-weight: 400; letter-spacing: -.02em;
  color: var(--amber-lt);
}
.h2--ink em { color: var(--amber-deep); }

.tone { color: var(--muted-ink); font-size: clamp(18px, 1.55vw, 24px); font-weight: 450; line-height: 1.4; letter-spacing: -.01em; text-wrap: pretty; max-width: 52ch; }
.tone b { color: var(--ink); font-weight: inherit; }
.tone--inv { color: var(--muted); }
.tone--inv b { color: var(--paper); }

/* masked line reveal — measured by JS after fonts load */
.line { display: block; overflow: hidden; }
.line > span { display: block; transform: translateY(110%); opacity: 0; }
.is-ready .line > span { animation: lineIn 1.1s var(--out) forwards; animation-delay: calc(var(--i, 0) * 110ms + 150ms); }
@keyframes lineIn { to { transform: none; opacity: 1; } }
.mask-line { display: block; overflow: hidden; padding-bottom: .08em; margin-bottom: -.08em; }
.mask-inner { display: block; transform: translateY(112%); transition: transform var(--t-media) var(--out); transition-delay: calc(var(--i, 0) * 90ms); will-change: transform; }
.is-visible .mask-inner { transform: none; }

/* generic reveal — blur dissolve */
[data-reveal] { opacity: 0; transform: translateY(28px); filter: blur(8px);
  transition: opacity .85s var(--ease) var(--reveal-delay, 0ms), transform .9s var(--out) var(--reveal-delay, 0ms), filter .85s var(--ease) var(--reveal-delay, 0ms); }
[data-reveal].is-visible { opacity: 1; transform: none; filter: blur(0); }

/* ---------- buttons ---------- */
.btn {
  --magnet-x: 0px; --magnet-y: 0px;
  position: relative; isolation: isolate; overflow: hidden;
  display: inline-flex; align-items: center; justify-content: center; gap: 14px;
  min-height: 52px; padding: 0 26px; border-radius: var(--pill);
  font-size: 14px; font-weight: 600; letter-spacing: -.005em; white-space: nowrap;
  border: 1px solid transparent; cursor: pointer;
  transform: translate3d(var(--magnet-x), var(--magnet-y), 0);
  transition: transform var(--t-lg) var(--out), background var(--t-lg) var(--ease), color var(--t-lg) var(--ease), border-color var(--t-lg) var(--ease), box-shadow var(--t-lg) var(--ease);
}
.btn .arw { font-style: normal; transition: transform var(--t-lg) var(--out); }
.btn:hover { transform: translate3d(var(--magnet-x), calc(var(--magnet-y) - 2px), 0); }
.btn:hover .arw { transform: translateX(4px); }
.btn::before { content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(105deg, transparent 32%, rgba(255,255,255,.28) 50%, transparent 68%);
  transform: translateX(-125%); transition: transform .7s var(--out); }
.btn:hover::before { transform: translateX(125%); }
.btn--primary { background: var(--amber); color: var(--ink); box-shadow: 0 12px 40px rgba(233,162,59,.22); }
.btn--primary:hover { background: var(--amber-lt); box-shadow: 0 18px 50px rgba(233,162,59,.32); }
.btn--ghost { border-color: var(--line); color: var(--paper); background: rgba(243,238,228,.04); }
.btn--ghost:hover { border-color: rgba(243,238,228,.4); background: rgba(243,238,228,.08); }
.btn--dark { background: var(--ink); color: var(--paper); }
.btn--dark:hover { background: var(--ink-3); }
.btn--small { min-height: 42px; padding: 0 18px; font-size: 13px; background: var(--paper); color: var(--ink); }
.btn--small:hover { background: #fff; }
.btn--full { width: 100%; }

/* ---------- loader ---------- */
.loader { position: fixed; inset: 0; z-index: 400; display: grid; place-content: center; gap: 22px; background: #060607; animation: loaderLeave .55s var(--ease) 1.15s forwards; }
.loader__mark { font-size: clamp(34px, 6vw, 72px); font-weight: 800; letter-spacing: -.05em; line-height: 1; }
.loader__mark span { color: var(--amber); }
.loader__bar { width: 100%; height: 1px; background: var(--line-soft); overflow: hidden; }
.loader__bar b { display: block; height: 100%; background: var(--amber); box-shadow: 0 0 14px var(--amber); animation: loaderHeat 1s var(--out) forwards; transform: translateX(-102%); }
.loader__count { font-family: var(--mono); font-size: 10px; letter-spacing: .3em; color: var(--muted); }
@keyframes loaderHeat { to { transform: none; } }
@keyframes loaderLeave { to { opacity: 0; visibility: hidden; transform: scale(1.02); } }

/* ---------- chrome ---------- */
.progress { position: fixed; top: 0; left: 0; z-index: 130; width: 100%; height: 2px; background: var(--amber); box-shadow: 0 0 16px rgba(233,162,59,.7); transform: scaleX(var(--scroll)); transform-origin: left; pointer-events: none; }

  transition: opacity .3s var(--ease), width .28s var(--out), height .28s var(--out), margin .28s var(--out), border-color .28s var(--ease); }
@media (hover: none), (pointer: coarse) { .cursor-dot, .cursor-ring { display: none; } }

.nav {
  position: fixed; z-index: 120; top: 18px; left: 50%; transform: translateX(-50%);
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px;
  width: min(1320px, calc(100vw - 32px)); min-height: 62px; padding: 0 10px 0 18px;
  border: 1px solid var(--line); border-radius: var(--pill);
  background: rgba(10,10,11,.5); backdrop-filter: blur(20px) saturate(1.3); -webkit-backdrop-filter: blur(20px) saturate(1.3);
  box-shadow: 0 16px 55px rgba(0,0,0,.25); color: var(--paper);
  transition: background var(--t-lg) var(--ease), top var(--t-lg) var(--ease), color var(--t-lg) var(--ease), border-color var(--t-lg) var(--ease);
}
.nav.is-scrolled { top: 10px; background: rgba(10,10,11,.82); }
.nav.at-paper { background: rgba(243,238,228,.72); color: var(--ink); border-color: var(--line-ink); }
.nav__brand { display: inline-flex; align-items: center; gap: 9px; font-weight: 800; letter-spacing: -.03em; font-size: 17px; }
.nav__brand svg { color: var(--amber); }
.nav__word { --wm: var(--bone); font-weight: 800; letter-spacing: .06em; font-size: 15px; background: linear-gradient(100deg, var(--wm) 0 42%, var(--amber) 50%, var(--wm) 58% 100%) 100% 0 / 260% 100%; -webkit-background-clip: text; background-clip: text; color: transparent; animation: markSweep 7s linear infinite; }
.nav.at-paper .nav__word { --wm: var(--ink); }
@media (prefers-reduced-motion: reduce) { .nav__word { animation: none; background: none; color: var(--wm); } .nav__word b { color: var(--amber); } }
.nav__links { display: flex; gap: 28px; font-size: 13.5px; font-weight: 500; }
.nav__links a { position: relative; padding: 6px 0; opacity: .82; transition: opacity var(--t-ui); }
.nav__links a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 1px; background: var(--amber); transition: width .25s var(--out); }
.nav__links a:hover { opacity: 1; }
.nav__links a:hover::after { width: 100%; }
.nav__end { display: flex; justify-content: flex-end; align-items: center; gap: 8px; }
.nav__burger { display: none; width: 44px; height: 44px; padding: 14px 10px; border: 0; background: transparent; cursor: pointer; }
.nav__burger i { display: block; height: 1.5px; margin: 5px 0; background: currentColor; transition: transform .3s var(--out), opacity .2s; transform-origin: center; }
.nav__burger[aria-expanded="true"] i:first-child { transform: translateY(3.25px) rotate(45deg); }
.nav__burger[aria-expanded="true"] i:last-child { transform: translateY(-3.25px) rotate(-45deg); }
.mobile-menu { position: fixed; inset: 0; z-index: 115; display: flex; flex-direction: column; justify-content: flex-end; gap: 6px; padding: 120px var(--gutter) 40px; background: rgba(10,10,11,.96); backdrop-filter: blur(20px);
  font-size: clamp(34px, 9vw, 58px); font-weight: 700; letter-spacing: -.04em; line-height: 1.05;
  opacity: 0; visibility: hidden; transform: translateY(-3%); transition: opacity .35s var(--ease), transform .45s var(--out), visibility 0s linear .4s; }
.mobile-menu.is-open { opacity: 1; visibility: visible; transform: none; transition-delay: 0s; }
.mobile-menu a { padding: 6px 0; border-bottom: 1px solid var(--line-soft); }
.mobile-menu__cta { color: var(--amber); }

/* ============================================================
   HERO — the signature: video → wash → wordmark window → haze
   ============================================================ */
.hero-track { position: relative; height: 200svh; background: var(--ink); }
.hero {
  --hero-p: 0; --mask-op: 0; --wash-op: 0; --haze-op: 0; --zoom: 1; --copy-op: 1; --copy-y: 0px;
  position: sticky; top: 0; height: 100svh; overflow: clip; isolation: isolate; color: var(--paper);
}
.hero__stage { position: absolute; inset: 0; z-index: 0; perspective: 1400px;
  perspective-origin: calc(50% + var(--px)) calc(55% + var(--py)); transition: perspective-origin .32s var(--ease); }
.hero__world { position: absolute; inset: -4%; transform: scale(var(--zoom)); transform-origin: 50% 55%; will-change: transform; opacity: calc(1 - var(--mask-op) * .9); }
.hero__video { width: 100%; height: 100%; object-fit: cover; object-position: 50% 45%; filter: saturate(.9) contrast(1.05) brightness(.82); }
.hero__grade { position: absolute; inset: 0; background:
  radial-gradient(70% 60% at 30% 70%, rgba(233,162,59,.18), transparent 60%),
  linear-gradient(180deg, rgba(10,10,11,.55) 0%, rgba(10,10,11,.15) 40%, rgba(10,10,11,.7) 100%); }
.hero__scrim { position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(90deg, rgba(10,10,11,.75) 0%, rgba(10,10,11,.35) 50%, transparent 80%); opacity: var(--copy-op); }
.hero__wash { position: absolute; inset: 0; z-index: 2; background: var(--paper); opacity: var(--wash-op); pointer-events: none; }
.hero__mask {
  position: absolute; inset: 0; z-index: 3; display: grid; place-content: center; text-align: center; pointer-events: none;
  font-size: clamp(54px, 15.5vw, 262px); font-weight: 800; letter-spacing: -.06em; line-height: .86; padding-bottom: 4vh;
  background-image: url("assets/video/hero-city-poster.jpg"); background-size: 170%; background-position: 50% 40%;
  -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1.2px rgba(10,10,11,.45); paint-order: stroke fill;
  opacity: var(--mask-op);
  filter: saturate(1.15) contrast(1.25) drop-shadow(0 1px 0 rgba(10,10,11,.35)) drop-shadow(0 24px 60px rgba(10,10,11,.35));
  transform: scale(calc(.92 + var(--mask-op) * .08));
}
.hero__mask small { display: block; margin-top: .5em; font-family: var(--mono); font-weight: 500; font-size: .085em; letter-spacing: .42em; text-transform: uppercase; -webkit-text-fill-color: var(--ink); -webkit-text-stroke: 0; color: var(--ink); }
.hero__haze { position: absolute; inset: 0; z-index: 4; pointer-events: none; opacity: var(--haze-op);
  background: radial-gradient(70% 44% at 20% 104%, rgba(243,238,228,1) 0%, transparent 70%),
              radial-gradient(80% 48% at 78% 106%, rgba(243,238,228,.98) 0%, transparent 72%),
              linear-gradient(0deg, var(--paper) 0%, transparent 46%);
  transform: translateY(calc((1 - var(--haze-op)) * 28%)); }

.hero__copy { position: absolute; z-index: 5; left: var(--gutter); right: var(--gutter); bottom: clamp(70px, 12vh, 140px); max-width: 1040px;
  opacity: var(--copy-op); transform: translate3d(0, var(--copy-y), calc(var(--hero-p) * 120px)) scale(calc(1 - var(--hero-p) * .12));
  filter: blur(calc(var(--hero-p) * 6px)); will-change: transform, opacity, filter; }
.hero__lead { font-size: clamp(16px, 1.35vw, 20px); color: rgba(243,238,228,.78); max-width: 56ch; line-height: 1.55; margin-bottom: 30px; }
.hero__actions > span { display: flex; flex-wrap: wrap; gap: 12px; padding: 4px; margin: -4px; }
.hero__meter { position: absolute; z-index: 5; right: var(--gutter); bottom: 34px; display: flex; align-items: center; gap: 14px; opacity: var(--copy-op);
  font-family: var(--mono); font-size: 9px; letter-spacing: .24em; text-transform: uppercase; color: var(--muted); }
.hero__meter i { width: 90px; height: 1px; background: var(--line); position: relative; overflow: hidden; }
.hero__meter i::after { content: ""; position: absolute; inset: 0; background: var(--amber); transform: scaleX(var(--hero-p)); transform-origin: left; }

/* ============================================================
   KINETIC BAND — rotated amber slab, two counter-scrolling rows
   ============================================================ */
.band { position: relative; z-index: 3; margin-top: -1px; padding: clamp(40px, 5vw, 70px) 0; overflow: clip;
  background: var(--amber); color: #2a1604; transform: rotate(-2deg) scale(1.04); display: grid; gap: 6px; }
.band__line { display: flex; align-items: center; gap: clamp(20px, 3vw, 48px); width: max-content; white-space: nowrap; will-change: transform;
  font-size: clamp(54px, 8.5vw, 132px); font-weight: 700; line-height: 1; letter-spacing: -.055em; }
.band__line i { font-style: normal; font-size: .3em; letter-spacing: 0; opacity: .7; }
.band__line--b { font-family: var(--serif); font-style: italic; font-weight: 400; color: transparent; -webkit-text-stroke: 1.5px rgba(42,22,4,.55); }

/* ============================================================
   MANIFESTO — paper slab that rises and unrounds
   ============================================================ */
.manifesto { position: relative; z-index: 2; margin-top: -4vw; padding: calc(var(--section) + 4vw) 0 clamp(70px, 8vw, 120px); background: var(--paper); color: var(--ink);
  clip-path: inset(0 0 0 0 round 0); will-change: transform, clip-path; }
.manifesto__text { font-size: clamp(30px, 4.3vw, 66px); font-weight: 600; line-height: 1.08; letter-spacing: -.035em; margin: 26px 0 60px; max-width: 22ch; text-wrap: pretty; }
.manifesto__text .w { display: inline-block; opacity: .16; transition: opacity .3s linear; }
.manifesto__text .w.is-lit { opacity: 1; }
.manifesto__text em { color: var(--amber-deep); }
.manifesto__foot { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; }

.logos { margin-top: clamp(60px, 7vw, 110px); }
.logos .eyebrow { margin-left: calc((100vw - var(--container)) / 2); margin-bottom: 30px; }
.logos__marquee { overflow: hidden; mask-image: linear-gradient(to right, transparent, #000 10%, #000 90%, transparent); -webkit-mask-image: linear-gradient(to right, transparent, #000 10%, #000 90%, transparent); }
.logos__track { display: flex; width: max-content; gap: 14px; will-change: transform; animation: marquee 60s linear infinite; }
.logos__marquee:hover .logos__track, .logos__marquee:focus-within .logos__track { animation-play-state: paused; }
.logos__track span { flex: none; display: grid; place-items: center; min-width: 230px; height: 84px; padding: 0 30px; border: 1px solid var(--line-ink); border-radius: var(--r-sm);
  font-family: var(--serif); font-style: italic; font-size: 24px; color: var(--muted-ink); letter-spacing: -.01em; background: rgba(255,255,255,.35); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ============================================================
   CAPABILITIES — service rows as film stills
   ============================================================ */
.caps { position: relative; padding: var(--section) 0 0; background: var(--ink); }
.caps__head { display: grid; grid-template-columns: 1fr; gap: 20px; margin-bottom: clamp(50px, 6vw, 90px); max-width: 1100px; }
.svc { border-top: 1px solid var(--line); }
.svc li { position: relative; isolation: isolate; overflow: clip; cursor: pointer;
  display: grid; grid-template-columns: 70px minmax(240px, 380px) 1fr 80px; align-items: center; gap: 24px;
  min-height: clamp(200px, 28vh, 320px); padding: 30px var(--gutter); border-bottom: 1px solid var(--line);
  transition: padding .45s var(--out); }
.svc li:hover, .svc li:focus-visible { padding-inline: calc(var(--gutter) + 14px); }
.svc video { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; opacity: 0; filter: saturate(.75); transform: scale(1.08); transition: opacity .7s var(--ease), transform 1.4s var(--out); }
.svc video.svc__video--invert { filter: invert(1) saturate(0) contrast(1.1); }
.svc li::after { content: ""; position: absolute; inset: 0; z-index: -1; opacity: 0; transition: opacity .7s var(--ease);
  background: linear-gradient(90deg, rgba(10,10,11,.92) 0%, rgba(10,10,11,.7) 45%, rgba(10,10,11,.2) 100%); }
.svc li:is(:hover, :focus-visible) video { opacity: .85; transform: scale(1); }
.svc li:is(:hover, :focus-visible)::after { opacity: 1; }
.svc__num { font-family: var(--mono); font-size: 11px; letter-spacing: .2em; color: var(--muted); }
.svc__copy h3 { font-size: 22px; font-weight: 700; letter-spacing: -.02em; margin-bottom: 8px; }
.svc__copy p { color: var(--muted); font-size: 15px; max-width: 34ch; line-height: 1.5; }
.svc__word { font-size: clamp(44px, 7.6vw, 122px); font-weight: 300; line-height: .9; letter-spacing: -.04em; text-align: right; color: rgba(243,238,228,.9); transition: color .45s var(--ease), transform .6s var(--out); }
.svc li:is(:hover, :focus-visible) .svc__word { color: var(--amber-lt); transform: translateX(-10px); }
.svc__arrow { font-size: 28px; justify-self: end; color: var(--muted); transition: transform .45s var(--out), color .3s; }
.svc li:is(:hover, :focus-visible) .svc__arrow { transform: translateX(10px); color: var(--paper); }

/* ============================================================
   METHOD — sticky stage + chapter cards scrolling over it
   ============================================================ */
.method { position: relative; min-height: 420svh; background: #0b0b0d; overflow: clip; }
.method__sticky { position: sticky; top: 0; height: 100svh; overflow: hidden; isolation: isolate; }
.method__reel { position: absolute; inset: 0; }
.method__reel img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.08); filter: saturate(.85) brightness(.8);
  transition: opacity .9s var(--ease), transform 6s linear; }
.method__reel[data-frame="0"] img:nth-of-type(1), .method__reel[data-frame="1"] img:nth-of-type(2),
.method__reel[data-frame="2"] img:nth-of-type(3), .method__reel[data-frame="3"] img:nth-of-type(4) { opacity: 1; transform: scale(1); }
.method__grade { position: absolute; inset: 0; background:
  linear-gradient(180deg, rgba(11,11,13,.7) 0%, transparent 30%, transparent 70%, rgba(11,11,13,.85) 100%),
  radial-gradient(60% 60% at 50% 50%, transparent, rgba(11,11,13,.45)); }
.method__hud { position: absolute; z-index: 3; top: 96px; left: var(--gutter); right: var(--gutter); display: flex; justify-content: space-between; font-family: var(--mono); font-size: 10px; letter-spacing: .22em; text-transform: uppercase; color: var(--muted); }
.method__live b { display: inline-block; width: 6px; height: 6px; margin-right: 10px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 10px var(--amber); animation: blink 1.6s infinite; }
.method__readout span { color: var(--amber); }
.method__rail { position: absolute; z-index: 3; right: var(--gutter); top: 50%; transform: translateY(-50%); display: grid; gap: 14px; }
.method__rail i { width: 6px; height: 6px; border-radius: 50%; background: rgba(243,238,228,.25); transition: transform .4s var(--out), background .3s; }
.method__rail i.is-active { background: var(--amber); transform: scale(1.7); box-shadow: 0 0 12px var(--amber); }
.method__title { position: absolute; z-index: 3; left: var(--gutter); bottom: 40px; }
.method__copy { position: relative; z-index: 4; margin-top: -100svh; padding: 0 var(--gutter) 30vh; pointer-events: none; }
.chapter { min-height: 92svh; display: flex; align-items: center; opacity: .06; filter: blur(10px); transform: translate3d(0, 60px, 0) scale(.94);
  transition: opacity .7s var(--ease), filter .8s var(--ease), transform .9s var(--out); }
.chapter--right { justify-content: flex-end; }
.chapter.is-active { opacity: 1; filter: blur(0); transform: none; }
.chapter__card { width: min(44vw, 520px); padding: 34px 34px 36px; border-left: 1px solid var(--amber);
  background: linear-gradient(100deg, rgba(10,10,11,.92), rgba(10,10,11,.7) 70%, transparent); box-shadow: -30px 35px 90px rgba(0,0,0,.25); pointer-events: auto; }
.chapter__num { font-family: var(--mono); font-size: 11px; letter-spacing: .24em; color: var(--amber); }
.chapter__card h3 { font-size: clamp(38px, 4.6vw, 68px); font-weight: 700; letter-spacing: -.045em; line-height: 1; margin: 14px 0 16px; }
.chapter__card p { color: rgba(243,238,228,.8); font-size: 16px; line-height: 1.55; }

/* ============================================================
   THRESHOLD — doors that open into the next section
   ============================================================ */
.threshold { --threshold-p: 0; position: relative; z-index: 6; height: clamp(120px, 18vw, 260px); margin-top: -2px; overflow: hidden; background: var(--paper); perspective: 1200px; }
.threshold i { position: absolute; top: 0; bottom: 0; width: 52%; background: #0b0b0d; box-shadow: 0 0 60px rgba(0,0,0,.5); }
.threshold__left { left: 0; transform-origin: left center; transform: perspective(1000px) translateX(calc(var(--threshold-p) * -94%)) rotateY(calc(var(--threshold-p) * -42deg)); }
.threshold__right { right: 0; transform-origin: right center; transform: perspective(1000px) translateX(calc(var(--threshold-p) * 94%)) rotateY(calc(var(--threshold-p) * 42deg)); }
.threshold > span { position: absolute; left: 50%; top: 0; width: 1px; height: calc((1 - var(--threshold-p)) * 100%); background: var(--amber); box-shadow: 0 0 28px 5px rgba(233,162,59,.6); transform: translateX(-50%); }
.threshold > span b { position: absolute; top: 100%; left: 50%; width: 220px; height: 60px; border-radius: 50%; background: rgba(233,162,59,.3); filter: blur(26px); transform: translate(-50%, -50%); }

/* ============================================================
   WORK — tilt cards with pointer glow and double shadow
   ============================================================ */
.work { position: relative; z-index: 5; margin-top: calc(-1 * clamp(120px, 18vw, 260px)); padding: calc(var(--section) + clamp(120px, 18vw, 260px)) 0 var(--section);
  background: var(--paper); color: var(--ink); clip-path: inset(calc((1 - var(--threshold-p, 0)) * 0%) 0 0); }
.work__head { display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; align-items: end; margin-bottom: clamp(50px, 6vw, 90px); }
.work__head .h2 { margin-top: 22px; }
.cases { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; perspective: 1400px; }
.case { --tilt-x: 0deg; --tilt-y: 0deg; --glow-x: 50%; --glow-y: 30%;
  position: relative; isolation: isolate; overflow: hidden; display: flex; flex-direction: column; border-radius: var(--r-md); background: var(--bone);
  border: 1px solid var(--line-ink);
  box-shadow: -18px 30px 60px rgba(30, 22, 10, .14), -6px 10px 0 rgba(10,10,11,.06);
  transform: perspective(1200px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)); transform-style: preserve-3d;
  transition: transform .5s var(--out), box-shadow .5s var(--ease), border-color .3s; }
.case::before { content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none; opacity: 0; transition: opacity .35s;
  background: radial-gradient(circle at var(--glow-x) var(--glow-y), rgba(233,162,59,.25), transparent 40%); mix-blend-mode: screen; }
.case:hover { border-color: rgba(233,162,59,.6); box-shadow: -28px 44px 80px rgba(30,22,10,.2), -8px 12px 0 rgba(10,10,11,.08); }
.case:hover::before { opacity: 1; }
.case__media { aspect-ratio: 4/3; overflow: hidden; }
.case__media img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.03); transition: transform 1.2s var(--out); }
.case:hover .case__media img { transform: scale(1.1); }
.case__body { padding: 26px 26px 28px; display: grid; gap: 10px; transform: translateZ(20px); }
.case__client { font-family: var(--mono); font-size: 10px; letter-spacing: .22em; text-transform: uppercase; color: var(--amber-deep); }
.case__body h3 { font-size: 24px; font-weight: 700; letter-spacing: -.03em; line-height: 1.1; }
.case__body p { color: var(--muted-ink); font-size: 15px; line-height: 1.5; }
.case__stats { display: grid; gap: 2px; margin-top: 10px; padding-top: 16px; border-top: 1px solid var(--line-ink); }
.case__stats b { font-size: 34px; font-weight: 800; letter-spacing: -.05em; line-height: 1; font-variant-numeric: tabular-nums; }
.case__stats > span { font-size: 13px; color: var(--muted-ink); }
.case__arrow { position: absolute; top: 18px; right: 18px; z-index: 3; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--ink); color: var(--paper); font-size: 20px; transform: translate(6px, -6px) scale(.6); opacity: 0; transition: transform .45s var(--out), opacity .3s; }
.case:hover .case__arrow { transform: none; opacity: 1; }

.stats { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: var(--section); border-top: 1px solid var(--line-ink); border-left: 1px solid var(--line-ink); }
.stats > div { display: grid; gap: 6px; padding: 34px 28px; border-right: 1px solid var(--line-ink); border-bottom: 1px solid var(--line-ink); }
.stats b { font-size: clamp(40px, 4.6vw, 72px); font-weight: 800; letter-spacing: -.055em; line-height: 1; font-variant-numeric: tabular-nums; }
.stats > div > span { font-size: 13px; color: var(--muted-ink); }

/* ============================================================
   DEPTH — CSS-only 3D corridor
   ============================================================ */
.depth { --fly: 0; position: relative; height: 300svh; background: var(--ink); }
.depth__stage { position: sticky; top: 0; height: 100svh; overflow: clip; isolation: isolate; perspective: 900px; perspective-origin: 50% 48%;
  background: radial-gradient(70% 60% at 50% 45%, #1c1509, var(--ink) 70%); }
.depth__scene { position: absolute; inset: 0; transform-style: preserve-3d; will-change: transform; }
.dl { position: absolute; top: 50%; left: 50%; width: clamp(220px, 26vw, 440px); --zeff: calc(var(--z) + var(--fly));
  transform: translate3d(-50%, -50%, 0) translate3d(var(--x), var(--y), calc(var(--zeff) * 1px)) rotate(var(--r, 0deg)); transform-style: preserve-3d;
  opacity: clamp(0, min(calc((var(--zeff) + 3300) / 700), calc((250 - var(--zeff)) / 550)), 1); }
.dl img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--r-sm); box-shadow: 0 30px 90px rgba(0,0,0,.6); border: 1px solid rgba(243,238,228,.1); }
.depth__copy { position: absolute; z-index: 5; inset: 0; display: grid; place-content: center; text-align: center; padding: 0 var(--gutter); pointer-events: none; }
.depth__title { font-size: clamp(46px, 8vw, 128px); font-weight: 800; letter-spacing: -.055em; line-height: .92; margin: 20px 0 22px; text-shadow: 0 10px 60px rgba(0,0,0,.6); }
.depth__sub { max-width: 46ch; margin: 0 auto; color: rgba(243,238,228,.8); font-size: clamp(16px, 1.3vw, 19px); }

/* ============================================================
   VOICES — centre-snap carousel
   ============================================================ */
.voices { padding: var(--section) 0; background: var(--paper); color: var(--ink); position: relative; }
.voices::before { content: ""; position: absolute; top: -7vw; right: -5%; left: -5%; height: 8vw; border-radius: 50% 50% 0 0 / 100% 100% 0 0; background: var(--paper); }
.voices__head { display: grid; gap: 20px; margin-bottom: 50px; }
.voices__track { display: flex; gap: 22px; padding: 18px calc((100vw - min(680px, 88vw)) / 2) 40px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.voices__track::-webkit-scrollbar { display: none; }
.voice { flex: 0 0 min(680px, 88vw); scroll-snap-align: center; display: grid; grid-template-columns: 120px 1fr; gap: 28px; align-items: start; padding: 36px; border-radius: var(--r-lg); background: var(--bone); border: 1px solid var(--line-ink);
  box-shadow: 0 28px 70px rgba(30,22,10,.12); transform: scale(.94); opacity: .55; transition: transform .55s var(--out), opacity .55s; }
.voice.is-active { transform: scale(1); opacity: 1; }
.voice__photo { width: 120px; height: 120px; border-radius: 50%; object-fit: cover; filter: saturate(.9); box-shadow: 0 0 0 6px var(--paper), 0 0 0 7px var(--line-ink); }
.voice blockquote { font-family: var(--serif); font-style: italic; font-size: clamp(20px, 1.9vw, 28px); line-height: 1.32; letter-spacing: -.01em; }
.voice footer { display: grid; margin-top: 18px; font-size: 14px; }
.voice footer b { font-weight: 700; }
.voice footer span { color: var(--muted-ink); }
.voices__nav { display: flex; justify-content: center; align-items: center; gap: 22px; }
.voices__nav button { width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--line-ink); background: transparent; cursor: pointer; font-size: 18px; transition: background .25s, color .25s; }
.voices__nav button:hover { background: var(--ink); color: var(--paper); }
.voices__dots { display: flex; gap: 8px; }
.voices__dots i { width: 22px; height: 2px; background: var(--line-ink); border-radius: 2px; transition: background .3s, flex .3s; }
.voices__dots i.is-active { background: var(--amber-deep); }

/* ============================================================
   PROCESS — scrubbed connector line with knockout rings
   ============================================================ */
.process { padding: var(--section) 0; background: var(--ink); }
.process__head { display: grid; gap: 20px; margin-bottom: 70px; }
.steps { --process-p: 0%; position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px; perspective: 1100px; }
.steps::before { content: ""; position: absolute; top: 25px; left: 0; right: 0; height: 1px; background: var(--line); }
.steps::after { content: ""; position: absolute; top: 25px; left: 0; width: var(--process-p); height: 1px; background: linear-gradient(90deg, var(--amber-lt), var(--amber)); box-shadow: 0 0 18px rgba(233,162,59,.65); transition: width .1s linear; }
.steps li { position: relative; padding-top: 70px; }
.steps li span { position: absolute; top: 0; left: 0; display: grid; place-items: center; width: 50px; height: 50px; border-radius: 50%; border: 1px solid var(--line); background: var(--ink);
  font-family: var(--mono); font-size: 11px; letter-spacing: .1em; color: var(--muted); box-shadow: 0 0 0 10px var(--ink); transition: color .3s, border-color .3s, box-shadow .3s; }
.steps li.is-done span { color: var(--ink); background: var(--amber); border-color: var(--amber); box-shadow: 0 0 0 10px var(--ink), 0 0 26px rgba(233,162,59,.45); }
.steps h3 { font-size: 26px; font-weight: 700; letter-spacing: -.03em; margin-bottom: 10px; }
.steps p { color: var(--muted); font-size: 15px; line-height: 1.5; }
.steps small { display: block; margin-top: 14px; font-family: var(--mono); font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--amber); }

/* ============================================================
   PRICING — panels, liquid-glass featured
   ============================================================ */
.pricing { padding: var(--section) 0; background: var(--ink-2); position: relative; }
.pricing::before { content: ""; position: absolute; inset: 0; opacity: .5; pointer-events: none;
  background-image: linear-gradient(var(--line-soft) 1px, transparent 1px), linear-gradient(90deg, var(--line-soft) 1px, transparent 1px); background-size: 72px 72px;
  mask-image: radial-gradient(60% 60% at 50% 40%, #000, transparent); -webkit-mask-image: radial-gradient(60% 60% at 50% 40%, #000, transparent); }
.pricing__head { position: relative; display: grid; gap: 20px; margin-bottom: 60px; max-width: 900px; }
.plans { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; perspective: 1400px; }
.plan { --tilt-x: 0deg; --tilt-y: 0deg; --glow-x: 50%; --glow-y: 30%;
  display: flex; flex-direction: column; gap: 16px; padding: 34px 32px 32px; border-radius: var(--r-md); border: 1px solid var(--line); background: rgba(243,238,228,.03);
  transform: perspective(1200px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)); transition: transform .5s var(--out), border-color .3s; }
.plan:hover { border-color: rgba(243,238,228,.28); }
.plan__kicker { font-family: var(--mono); font-size: 10px; letter-spacing: .22em; text-transform: uppercase; color: var(--muted); }
.plan h3 { font-size: 34px; font-weight: 700; letter-spacing: -.04em; line-height: 1; }
.plan__price { display: flex; align-items: baseline; gap: 10px; }
.plan__price b { font-size: 30px; font-weight: 800; letter-spacing: -.04em; }
.plan__price > span { font-size: 13px; color: var(--muted); }
.plan__price b span { font: inherit; color: inherit; }
.plan__desc { color: var(--muted); font-size: 15px; line-height: 1.55; }
.plan ul { display: grid; gap: 10px; margin: 8px 0 18px; padding-top: 18px; border-top: 1px solid var(--line-soft); flex: 1; }
.plan li { position: relative; padding-left: 22px; font-size: 14.5px; color: rgba(243,238,228,.85); }
.plan li::before { content: ""; position: absolute; left: 0; top: 9px; width: 10px; height: 1px; background: var(--amber); }
.plan--featured { background: rgba(233,162,59,.06); transform: perspective(1200px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(-10px); }
.plan--featured .plan__kicker { color: var(--amber); }
.liquid-glass { position: relative; overflow: hidden; border-color: transparent; backdrop-filter: blur(8px); box-shadow: inset 0 1px 1px rgba(255,255,255,.12), 0 40px 100px rgba(0,0,0,.35); }
.liquid-glass::before { content: ""; position: absolute; inset: 0; padding: 1.4px; border-radius: inherit; pointer-events: none;
  background: linear-gradient(180deg, rgba(246,201,120,.7) 0%, rgba(246,201,120,.2) 22%, transparent 42%, transparent 58%, rgba(246,201,120,.2) 78%, rgba(246,201,120,.7) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; }

/* ============================================================
   FAQ — details that widen on open
   ============================================================ */
.faq { padding: var(--section) 0; background: var(--ink); }
.faq__grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 60px; align-items: start; }
.faq__head { position: sticky; top: 120px; display: grid; gap: 20px; }
.faq__list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); transition: background .35s, padding .35s var(--out); }
.faq details:hover, .faq details[open] { background: rgba(243,238,228,.03); padding-inline: 18px; }
.faq summary { display: grid; grid-template-columns: 44px 1fr 28px; align-items: center; gap: 12px; min-height: 92px; cursor: pointer; list-style: none; padding: 20px 0; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { font-family: var(--mono); font-size: 11px; letter-spacing: .2em; color: var(--muted); }
.faq summary b { font-size: clamp(17px, 1.4vw, 21px); font-weight: 600; letter-spacing: -.015em; }
.faq summary i { font-style: normal; font-size: 24px; font-weight: 300; color: var(--amber); justify-self: end; transition: transform .25s var(--out); }
.faq details[open] summary i { transform: rotate(45deg); }
.faq details > p { padding: 0 0 26px 56px; color: var(--muted); max-width: 62ch; line-height: 1.6; animation: faqReveal .4s var(--out); transform-origin: top; }
@keyframes faqReveal { from { opacity: 0; transform: translateY(-8px) scaleY(.95); } }

/* ============================================================
   CTA — parallax video banner + two-step lead form
   ============================================================ */
.cta { --bp: 0; position: relative; isolation: isolate; overflow: clip; padding: var(--section) 0; background: var(--ink); }
.cta__media { position: absolute; inset: -12% 0; z-index: -2; }
.cta__media video { width: 100%; height: 100%; object-fit: cover; transform: translateY(calc(var(--bp) * 10%)) scale(1.1); filter: saturate(.85) brightness(.55); }
.cta::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, var(--ink) 0%, rgba(10,10,11,.55) 25%, rgba(10,10,11,.55) 75%, var(--ink) 100%); }
.cta__grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(40px, 6vw, 100px); align-items: center; }
.cta__copy { display: grid; gap: 22px; }
.cta__proof { display: flex; gap: 34px; margin-top: 10px; padding-top: 24px; border-top: 1px solid var(--line); }
.cta__proof li { display: grid; gap: 2px; }
.cta__proof b { font-size: 26px; font-weight: 800; letter-spacing: -.04em; }
.cta__proof span { font-size: 12px; color: var(--muted); }

.lead { position: relative; padding: 32px; border-radius: var(--r-md); border: 1px solid var(--line); background: rgba(10,10,11,.72); backdrop-filter: blur(14px); box-shadow: 0 40px 100px rgba(0,0,0,.45); }
.lead__meter { height: 1px; background: var(--line-soft); margin-bottom: 18px; overflow: hidden; }
.lead__meter b { display: block; width: 50%; height: 100%; background: var(--amber); box-shadow: 0 0 12px var(--amber); transition: width .5s var(--out); }
.lead__step-label { display: flex; justify-content: space-between; font-family: var(--mono); font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); margin-bottom: 22px; }
.lead__step { display: none; gap: 14px; }
.lead__step.is-active { display: grid; animation: stepIn .45s var(--out); }
@keyframes stepIn { from { opacity: 0; transform: translateX(16px); filter: blur(4px); } }
.lead label { display: grid; gap: 7px; font-size: 12.5px; font-weight: 500; color: var(--muted); }
.lead input, .lead select, .lead textarea { width: 100%; min-height: 54px; padding: 14px 16px; border-radius: var(--r-sm); border: 1px solid var(--line); background: var(--ink-3); color: var(--paper); font: inherit; font-size: 15px; transition: border-color .2s, box-shadow .2s; }
.lead textarea { resize: vertical; min-height: 90px; }
.lead select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%239a968e' fill='none' stroke-width='1.5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; }
.lead :is(input, select, textarea):focus { outline: 0; border-color: var(--amber); box-shadow: 0 0 0 3px rgba(233,162,59,.15); }
.lead :is(input, select, textarea):user-invalid { border-color: #d0533f; }
.lead__actions { display: grid; grid-template-columns: auto 1fr; gap: 10px; margin-top: 6px; }
.lead__hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.lead__done { display: grid; gap: 8px; padding: 20px 0; }
.lead__done[hidden] { display: none; }
.lead__done b { font-size: 28px; letter-spacing: -.03em; }
.lead__done p { color: var(--muted); }

/* ============================================================
   FOOTER — convex join + oversized wordmark
   ============================================================ */
.footer { position: relative; padding: var(--section) 0 30px; background: var(--paper); color: var(--ink); overflow: clip; }
.footer::before { content: ""; position: absolute; top: -6vw; right: -5%; left: -5%; height: 7vw; border-radius: 50% 50% 0 0 / 100% 100% 0 0; background: var(--paper); }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; }
.footer__col { display: grid; gap: 10px; align-content: start; font-size: 15px; }
.footer__col > p { color: var(--muted-ink); max-width: 32ch; }
.footer__col a { color: var(--ink); opacity: .75; width: max-content; transition: opacity .2s; }
.footer__col a:hover { opacity: 1; }
.footer__mail { font-weight: 600; opacity: 1 !important; }
.footer__mark { margin-top: clamp(50px, 8vw, 120px); font-size: clamp(80px, 17.5vw, 300px); font-weight: 800; letter-spacing: -.075em; line-height: .78; white-space: nowrap; text-align: center; color: var(--ink); opacity: .96; }
.footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 30px; padding-top: 20px; border-top: 1px solid var(--line-ink); font-family: var(--mono); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted-ink); }

/* ============================================================
   FILM — scroll-scrubbed corridor (canvas frames, video on phones)
   ============================================================ */
.film { --film-p: 0; position: relative; height: 520svh; background: var(--ink); }
.film__stage { position: sticky; top: 0; height: 100svh; overflow: clip; isolation: isolate; background: #0d0905; }
.film__canvas, .film__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.film__video { display: none; }
.film--video .film__canvas { display: none; }
.film--video .film__video { display: block; filter: brightness(.9); }
.film__grade { position: absolute; inset: 0; z-index: 1; pointer-events: none; background:
  linear-gradient(180deg, rgba(10,10,11,.6) 0%, transparent 28%, transparent 70%, rgba(10,10,11,.75) 100%),
  radial-gradient(70% 70% at 50% 50%, transparent 40%, rgba(10,10,11,.55) 100%); }
.film__hud { position: absolute; z-index: 3; top: 96px; left: var(--gutter); right: var(--gutter); display: flex; justify-content: space-between; align-items: center; font-family: var(--mono); font-size: 10px; letter-spacing: .22em; text-transform: uppercase; color: var(--muted); }
.film__label b { display: inline-block; width: 6px; height: 6px; margin-right: 10px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 10px var(--amber); animation: blink 1.6s infinite; }
.film__meter { display: flex; align-items: center; gap: 12px; }
.film__meter i { width: 120px; height: 1px; background: var(--line); position: relative; overflow: hidden; }
.film__meter i::after { content: ""; position: absolute; inset: 0; background: var(--amber); transform: scaleX(var(--film-p)); transform-origin: left; }
.film__meter em { font-style: normal; color: var(--amber); min-width: 2ch; }
.film__copy { position: absolute; inset: 0; z-index: 2; pointer-events: none; }
.film__beat { --o: 0; position: absolute; top: 50%; left: var(--gutter); width: min(560px, 46vw); display: grid; gap: 16px; will-change: opacity, transform, filter;
  opacity: var(--o); filter: blur(calc((1 - var(--o)) * 4px)); transform: translate3d(0, calc(-50% + (1 - var(--o)) * 26px), 0); }
.film__beat--right { left: auto; right: var(--gutter); }
.film__beat h2 { font-size: clamp(34px, 4.4vw, 68px); font-weight: 700; letter-spacing: -.045em; line-height: .98; text-wrap: balance; }
.film__beat h2 em { font-family: var(--serif); font-style: italic; font-weight: 400; color: var(--amber-lt); letter-spacing: -.02em; }
.film__beat > p:not(.eyebrow) { color: rgba(243,238,228,.8); font-size: clamp(15px, 1.2vw, 18px); line-height: 1.55; max-width: 44ch; }
.film__beat .btn { pointer-events: auto; justify-self: start; margin-top: 6px; }
.film.is-live .film__beat .btn { pointer-events: auto; }

/* ============================================================
   COMPARE — draggable before/after in a browser frame
   ============================================================ */
.compare { margin-top: var(--section); }
.compare__head { display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; align-items: end; margin-bottom: 40px; }
.compare__head .h2 { margin-top: 22px; }
.compare__card { border-radius: var(--r-md); overflow: hidden; border: 1px solid var(--line-ink); background: #0f0e0c; box-shadow: -24px 40px 80px rgba(30,22,10,.22), -8px 12px 0 rgba(10,10,11,.06); }
.compare__bar { display: flex; align-items: center; gap: 7px; padding: 12px 16px; background: #1a1917; color: var(--muted); font-family: var(--mono); font-size: 10px; letter-spacing: .12em; }
.compare__bar i { width: 10px; height: 10px; border-radius: 50%; background: var(--amber); opacity: .9; }
.compare__bar i:nth-child(2) { opacity: .55; } .compare__bar i:nth-child(3) { opacity: .3; }
.compare__bar span { margin-left: 12px; }
.compare__viewport { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #0f0e0c; }
.compare__viewport img { width: 100%; height: 100%; object-fit: cover; display: block; }
.compare__after { position: absolute; inset: 0; }
.compare__before { position: absolute; inset: 0; z-index: 1; overflow: hidden; transform: translate3d(calc(var(--split) - 100%), 0, 0); will-change: transform; }
.compare__before img { transform: translate3d(calc(100% - var(--split)), 0, 0); will-change: transform; }
.compare__before img { filter: saturate(.7) contrast(.95) brightness(.85); }
.compare__label { position: absolute; z-index: 2; bottom: 18px; padding: 8px 12px; border-radius: var(--pill); background: rgba(10,10,11,.7); backdrop-filter: blur(8px); color: var(--paper); font-family: var(--mono); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.compare__label--before { left: 18px; }
.compare__label--after { right: 18px; color: var(--amber-lt); }
.compare__line { position: absolute; z-index: 3; top: 0; bottom: 0; left: 0; width: 100%; pointer-events: none; transform: translate3d(calc(var(--split) - 100%), 0, 0); will-change: transform; }
.compare__line::before { content: ""; position: absolute; top: 0; bottom: 0; right: 0; width: 1px; background: var(--amber); box-shadow: 0 0 20px rgba(233,162,59,.6); }
.compare__line i { position: absolute; top: 50%; left: 100%; display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: var(--amber); color: var(--ink); font-style: normal; font-size: 18px; transform: translate(-50%, -50%); box-shadow: 0 0 0 8px rgba(233,162,59,.15); }
.compare__range { position: absolute; z-index: 4; top: 0; left: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; }
.compare__range:focus-visible + * { outline: 2px solid var(--amber); }

/* ============================================================
   REEL — horizontal cards driven by vertical scroll
   ============================================================ */
.reel { position: relative; height: calc(100svh + 230vw); background: var(--ink); }
.reel__stage { position: sticky; top: 0; height: 100svh; overflow: clip; isolation: isolate; display: grid; align-content: center; gap: clamp(30px, 5vh, 60px); perspective: 1400px;
  background: radial-gradient(60% 60% at 50% 100%, rgba(233,162,59,.12), transparent 70%), var(--ink); }
.reel__head { padding: 0 var(--gutter); display: grid; gap: 18px; max-width: 900px; }
.reel__track { display: flex; gap: 22px; padding: 0 var(--gutter); width: max-content; will-change: transform; transform-style: preserve-3d; }
.reel__card { --turn: 0deg; --depth: 1; position: relative; flex: 0 0 min(400px, 78vw); min-height: 300px; display: grid; align-content: space-between; gap: 22px; padding: 28px 28px 26px; border-radius: var(--r-md); border: 1px solid var(--line); background: linear-gradient(160deg, rgba(243,238,228,.06), rgba(243,238,228,.02) 60%);
  transform: rotateY(var(--turn)) scale(var(--depth)); transition: border-color .3s, transform .35s var(--out); backface-visibility: hidden; }
.reel__card:hover { border-color: rgba(233,162,59,.6); }
.reel__idx { font-family: var(--mono); font-size: 11px; letter-spacing: .22em; color: var(--muted); }
.reel__card h3 { font-size: clamp(30px, 3vw, 44px); font-weight: 700; letter-spacing: -.04em; line-height: 1; }
.reel__card p { color: var(--muted); font-size: 14.5px; }
.reel__spark { width: 100%; height: 40px; overflow: visible; }
.reel__spark polyline { fill: none; stroke: var(--amber); stroke-width: 1.5; stroke-linejoin: round; stroke-linecap: round; filter: drop-shadow(0 0 6px rgba(233,162,59,.6)); }
.reel__status { display: inline-flex; align-items: center; gap: 10px; font-family: var(--mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: rgba(243,238,228,.8); }
.reel__status b { width: 7px; height: 7px; border-radius: 50%; background: #5bd48a; box-shadow: 0 0 10px #5bd48a; animation: blink 2.4s infinite; }
.reel__card--more { background: rgba(233,162,59,.08); border-color: rgba(233,162,59,.35); }
.reel__card--more p { color: rgba(243,238,228,.8); font-size: 16px; }
.reel__scrub { position: absolute; left: var(--gutter); right: var(--gutter); bottom: 34px; height: 1px; background: var(--line); }
.reel__scrub i { position: absolute; inset: 0; background: var(--amber); transform: scaleX(var(--reel-p, 0)); transform-origin: left; box-shadow: 0 0 12px rgba(233,162,59,.6); }

/* ============================================================
   CONSOLE — live agent trace + flow
   ============================================================ */
.console { padding: var(--section) 0; background: var(--ink-2); position: relative; overflow: clip; }
.console__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 6vw, 90px); align-items: center; }
.console__copy { display: grid; gap: 22px; justify-items: start; }
.console__facts { display: flex; gap: 32px; padding-top: 22px; border-top: 1px solid var(--line); }
.console__facts div { display: grid; gap: 2px; }
.console__facts b { font-size: 28px; font-weight: 800; letter-spacing: -.04em; font-variant-numeric: tabular-nums; }
.console__facts span { font-size: 12px; color: var(--muted); }
.console__panel { border-radius: var(--r-md); border: 1px solid var(--line); background: #0b0b0c; box-shadow: 0 40px 100px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.05); overflow: hidden; }
.console__bar { display: flex; align-items: center; gap: 7px; padding: 12px 16px; border-bottom: 1px solid var(--line-soft); background: #121213; font-family: var(--mono); font-size: 10px; letter-spacing: .12em; color: var(--muted); }
.console__bar i { width: 10px; height: 10px; border-radius: 50%; background: rgba(243,238,228,.18); }
.console__bar span { margin-left: 10px; }
.console__live { margin-left: auto; color: #5bd48a; font-weight: 500; animation: blink 1.8s infinite; }
.console__log { min-height: 300px; padding: 22px 22px 10px; display: grid; align-content: start; gap: 9px; font-family: var(--mono); font-size: 12.5px; line-height: 1.5; color: rgba(243,238,228,.86); }
.console__log li { display: grid; grid-template-columns: 74px 1fr; gap: 14px; opacity: 0; transform: translateY(6px); animation: logIn .35s var(--out) forwards; }
.console__log li time { color: var(--muted); }
.console__log li.is-flag { color: var(--amber-lt); }
.console__log li.is-ok { color: #8fe3ad; }
.console__log li .caret { display: inline-block; width: 7px; height: 13px; margin-left: 2px; vertical-align: -2px; background: var(--amber); animation: blink .8s steps(1) infinite; }
@keyframes logIn { to { opacity: 1; transform: none; } }
.console__flow { width: 100%; height: auto; padding: 8px 12px 14px; border-top: 1px solid var(--line-soft); background: #0e0e10; }
.console__wire { fill: none; stroke: rgba(243,238,228,.14); stroke-width: 1; }
.console__wire--lit { stroke: var(--amber); stroke-dasharray: 536; stroke-dashoffset: calc(536 * (1 - var(--flow-p, 0))); filter: drop-shadow(0 0 6px rgba(233,162,59,.7)); transition: stroke-dashoffset .6s var(--out); }
.console__node circle { fill: #0e0e10; stroke: rgba(243,238,228,.25); stroke-width: 1; transition: stroke .3s, fill .3s; }
.console__node text { fill: var(--muted); font-family: var(--mono); font-size: 9px; letter-spacing: .12em; text-anchor: middle; text-transform: uppercase; }
.console__node.is-active circle { fill: var(--amber); stroke: var(--amber); }
.console__node.is-active text { fill: var(--paper); }
.console__node--human.is-active circle { fill: var(--paper); stroke: var(--paper); }
.console__node.is-done circle { stroke: var(--amber); }

/* ============================================================
   INDUSTRIES — chevron filmstrip
   ============================================================ */
.industries { padding: var(--section) 0; background: var(--paper); color: var(--ink); overflow: clip; }
.industries__head { display: grid; gap: 20px; max-width: 900px; }
.chevrons { display: flex; justify-content: center; margin-block: clamp(50px, 7vw, 100px); perspective: 1100px; }
.chevron { position: relative; flex: 0 0 clamp(150px, 17.5vw, 290px); aspect-ratio: 3 / 4; margin-inline: -3.6%; overflow: hidden;
  clip-path: polygon(0 0, 68% 0, 100% 50%, 68% 100%, 0 100%, 32% 50%);
  opacity: 0; transform: translateX(80px) rotateY(-18deg); transition: opacity .55s var(--ease), transform .85s var(--out); }
.chevron img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.85); transition: transform .9s var(--out), filter .4s; }
.chevron figcaption { position: absolute; left: 34%; bottom: 20px; font-family: var(--mono); font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--paper); text-shadow: 0 2px 10px rgba(0,0,0,.6); }
.chevron:hover img { transform: scale(1.08); filter: saturate(1); }
.chevrons.is-visible .chevron { opacity: 1; transform: none; }
.chevrons.is-visible .chevron:nth-child(2) { transition-delay: .09s; }
.chevrons.is-visible .chevron:nth-child(3) { transition-delay: .18s; }
.chevrons.is-visible .chevron:nth-child(4) { transition-delay: .27s; }
.chevrons.is-visible .chevron:nth-child(5) { transition-delay: .36s; }
.chevrons.is-visible .chevron:nth-child(6) { transition-delay: .45s; }
.industries__foot { color: var(--muted-ink); font-size: clamp(17px, 1.4vw, 21px); max-width: 60ch; text-wrap: pretty; }

/* ============================================================
   APERTURE — currentTime scrub inside an iris
   ============================================================ */
.aperture { --ap: 0; --ap-a: 1; --ap-b: 0; position: relative; height: 300svh; background: var(--ink); }
.aperture__stage { position: sticky; top: 0; height: 100svh; overflow: clip; isolation: isolate; display: grid; place-items: center; }
.aperture__frame { position: absolute; inset: 0; clip-path: circle(calc(var(--ap) * 78%) at 50% 50%); will-change: clip-path; }
.aperture__video { width: 100%; height: 100%; object-fit: cover; transform: scale(calc(1.25 - var(--ap) * .25)); filter: saturate(.9); }
.aperture__grade { position: absolute; inset: 0; background: radial-gradient(60% 60% at 50% 50%, transparent 40%, rgba(10,10,11,.7) 100%), linear-gradient(180deg, rgba(10,10,11,.5), transparent 30%, transparent 70%, rgba(10,10,11,.6)); }
.aperture__copy { position: absolute; z-index: 2; display: grid; gap: 18px; pointer-events: none; }
.aperture__copy--a { left: var(--gutter); right: var(--gutter); top: 50%; transform: translateY(calc(-50% - var(--ap) * 40px)); max-width: 820px; opacity: var(--ap-a); filter: blur(calc((1 - var(--ap-a)) * 6px)); }
.aperture__copy--b { right: var(--gutter); bottom: 12vh; width: min(520px, 44vw); opacity: var(--ap-b); transform: translateY(calc((1 - var(--ap-b)) * 30px)); filter: blur(calc((1 - var(--ap-b)) * 6px)); }
.aperture__copy--b > p { color: rgba(243,238,228,.86); font-size: clamp(16px, 1.3vw, 20px); line-height: 1.5; }
.aperture__facts { display: flex; gap: 28px; padding-top: 18px; border-top: 1px solid var(--line); }
.aperture__facts div { display: grid; gap: 2px; }
.aperture__facts b { font-size: 26px; font-weight: 800; letter-spacing: -.04em; font-variant-numeric: tabular-nums; }
.aperture__facts span { font-size: 12px; color: var(--muted); }
.aperture__meter { position: absolute; z-index: 2; left: var(--gutter); bottom: 34px; display: flex; align-items: center; gap: 14px; font-family: var(--mono); font-size: 9px; letter-spacing: .24em; text-transform: uppercase; color: var(--muted); }
.aperture__meter i { width: 110px; height: 1px; background: var(--line); position: relative; overflow: hidden; }
.aperture__meter i::after { content: ""; position: absolute; inset: 0; background: var(--amber); transform: scaleX(var(--ap)); transform-origin: left; }
.aperture__meter em { font-style: normal; color: var(--amber); }

/* ============================================================
   PEOPLE — nine-tile depth mosaic
   ============================================================ */
.people { padding: var(--section) 0; background: var(--ink); overflow: clip; }
.people__grid { display: grid; grid-template-columns: 1fr minmax(320px, 520px); gap: clamp(40px, 6vw, 100px); align-items: center; }
.people__copy { display: grid; gap: 22px; }
.people__list { display: grid; gap: 14px; padding-top: 22px; border-top: 1px solid var(--line); }
.people__list li { display: flex; align-items: center; gap: 14px; }
.people__list img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; filter: saturate(.9); }
.people__list span { display: grid; font-size: 13px; color: var(--muted); }
.people__list b { font-size: 15px; color: var(--paper); }
.mosaic { --mx: 0; --my: 0; --spread: 0; position: relative; aspect-ratio: 1; perspective: 1400px; transform-style: preserve-3d; }
.mosaic__tiles { position: absolute; inset: 0; transform-style: preserve-3d; transform: rotateX(calc(var(--my) * -9deg)) rotateY(calc(var(--mx) * 11deg)); transition: transform .5s var(--out); }
.mosaic__tiles i { --tz: 0px; position: absolute; width: 33.34%; height: 33.34%; background-image: url("assets/img/portrait-1.webp"); background-size: 300% 300%; background-repeat: no-repeat; clip-path: inset(2px); filter: saturate(.9) contrast(1.05);
  transform: translateZ(calc(var(--tz) * var(--spread))); transition: transform .6s var(--out), opacity .6s var(--ease), filter .6s;
  opacity: 0; }
.mosaic.is-visible .mosaic__tiles i { opacity: 1; }
.mosaic__tiles i:nth-child(1) { top: 0; left: 0; background-position: 0% 0%; --tz: 46px; }
.mosaic__tiles i:nth-child(2) { top: 0; left: 33.33%; background-position: 50% 0%; --tz: -30px; }
.mosaic__tiles i:nth-child(3) { top: 0; left: 66.66%; background-position: 100% 0%; --tz: 70px; }
.mosaic__tiles i:nth-child(4) { top: 33.33%; left: 0; background-position: 0% 50%; --tz: -50px; }
.mosaic__tiles i:nth-child(5) { top: 33.33%; left: 33.33%; background-position: 50% 50%; --tz: 90px; }
.mosaic__tiles i:nth-child(6) { top: 33.33%; left: 66.66%; background-position: 100% 50%; --tz: -20px; }
.mosaic__tiles i:nth-child(7) { top: 66.66%; left: 0; background-position: 0% 100%; --tz: 60px; }
.mosaic__tiles i:nth-child(8) { top: 66.66%; left: 33.33%; background-position: 50% 100%; --tz: -60px; }
.mosaic__tiles i:nth-child(9) { top: 66.66%; left: 66.66%; background-position: 100% 100%; --tz: 36px; }
.mosaic.is-visible .mosaic__tiles i:nth-child(2) { transition-delay: .06s; } .mosaic.is-visible .mosaic__tiles i:nth-child(3) { transition-delay: .12s; }
.mosaic.is-visible .mosaic__tiles i:nth-child(4) { transition-delay: .18s; } .mosaic.is-visible .mosaic__tiles i:nth-child(5) { transition-delay: .24s; }
.mosaic.is-visible .mosaic__tiles i:nth-child(6) { transition-delay: .3s; } .mosaic.is-visible .mosaic__tiles i:nth-child(7) { transition-delay: .36s; }
.mosaic.is-visible .mosaic__tiles i:nth-child(8) { transition-delay: .42s; } .mosaic.is-visible .mosaic__tiles i:nth-child(9) { transition-delay: .48s; }
.mosaic__glow { position: absolute; inset: 10%; z-index: -1; border-radius: 50%; background: rgba(233,162,59,.35); filter: blur(70px); transform: translateZ(-120px); opacity: calc(.4 + var(--spread) * .6); }
.mosaic__tag { position: absolute; left: 0; bottom: -34px; font-family: var(--mono); font-size: 10px; letter-spacing: .22em; text-transform: uppercase; color: var(--muted); }

/* ============================================================
   WATCH — video card + dialog
   ============================================================ */
.watch { padding: var(--section) 0; background: var(--paper); color: var(--ink); }
.watch__grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(40px, 6vw, 100px); align-items: center; }
.watch__card { position: relative; display: block; width: 100%; aspect-ratio: 16 / 10; padding: 0; border: 0; border-radius: var(--r-md); overflow: hidden; background: var(--ink); cursor: pointer; text-align: left; color: var(--paper);
  box-shadow: -24px 40px 80px rgba(30,22,10,.22), -8px 12px 0 rgba(10,10,11,.06); transition: transform .5s var(--out), box-shadow .5s; }
.watch__card:hover { transform: translateY(-4px); box-shadow: -28px 48px 90px rgba(30,22,10,.28), -8px 12px 0 rgba(10,10,11,.08); }
.watch__card img { width: 100%; height: 100%; object-fit: cover; opacity: .85; transform: scale(1.02); transition: transform 1.2s var(--out); }
.watch__card:hover img { transform: scale(1.08); }
.watch__play { position: absolute; top: 50%; left: 50%; display: grid; place-items: center; width: 84px; height: 84px; border-radius: 50%; background: var(--amber); color: var(--ink); font-size: 24px; padding-left: 5px; transform: translate(-50%, -50%); box-shadow: 0 0 0 12px rgba(233,162,59,.18), 0 20px 50px rgba(0,0,0,.4); transition: transform .4s var(--out), box-shadow .4s; }
.watch__card:hover .watch__play { transform: translate(-50%, -50%) scale(1.08); box-shadow: 0 0 0 20px rgba(233,162,59,.14), 0 24px 60px rgba(0,0,0,.45); }
.watch__meta { position: absolute; left: 22px; right: 22px; bottom: 20px; display: grid; gap: 2px; }
.watch__meta b { font-size: 18px; font-weight: 700; letter-spacing: -.02em; }
.watch__meta span { font-family: var(--mono); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: rgba(243,238,228,.7); }
.watch__copy { display: grid; gap: 22px; }
.watch__dialog { width: min(1100px, 92vw); max-width: none; padding: 0; border: 1px solid var(--line); border-radius: var(--r-md); background: #050506; color: var(--paper); overflow: hidden; box-shadow: 0 60px 140px rgba(0,0,0,.6); }
.watch__dialog::backdrop { background: rgba(10,10,11,.78); backdrop-filter: blur(14px); }
.watch__dialog[open] { animation: dialogIn .45s var(--out); }
@keyframes dialogIn { from { opacity: 0; transform: translateY(24px) scale(.97); } }
.watch__dialog video { display: block; width: 100%; aspect-ratio: 16 / 9; background: #000; }
.watch__close { position: absolute; z-index: 2; top: 12px; right: 12px; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line); background: rgba(10,10,11,.7); color: var(--paper); cursor: pointer; font-size: 16px; transition: background .2s; }
.watch__close:hover { background: var(--amber); color: var(--ink); }

/* ============================================================
   STILLS — drag gallery + spatial focus frame
   ============================================================ */
.stills { padding: var(--section) 0; background: var(--ink); overflow: clip; }
.stills__head { display: grid; gap: 20px; margin-bottom: 50px; }
.stills__track { display: flex; gap: 18px; padding: 24px calc((100vw - min(520px, 80vw)) / 2) 30px; overflow-x: auto; scroll-snap-type: x proximity; scrollbar-width: none; cursor: grab; user-select: none; }
.stills__track::-webkit-scrollbar { display: none; }
.stills__track.is-dragging { cursor: grabbing; scroll-snap-type: none; }
.stills__track:focus-visible { outline: 2px solid var(--amber); outline-offset: -2px; }
.still { --tilt: 0deg; position: relative; flex: 0 0 min(520px, 80vw); aspect-ratio: 16 / 11; border-radius: var(--r-sm); overflow: hidden; scroll-snap-align: center; border: 1px solid rgba(243,238,228,.1);
  transform: perspective(1200px) rotateY(var(--tilt)) scale(.94); opacity: .55; transition: transform .6s var(--out), opacity .5s, border-color .4s, box-shadow .5s; }
.still img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.8); transition: filter .5s; pointer-events: none; }
.still figcaption { position: absolute; left: 18px; bottom: 16px; font-family: var(--mono); font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--paper); text-shadow: 0 2px 10px rgba(0,0,0,.6); }
.still::before { content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none; background: linear-gradient(115deg, transparent 30%, rgba(246,201,120,.35) 50%, transparent 70%); transform: translateX(-130%); }
.still::after { content: ""; position: absolute; top: 14px; right: 14px; width: 6px; height: 6px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 12px var(--amber); opacity: 0; transition: opacity .4s; }
.still.is-active { opacity: 1; transform: perspective(1200px) rotateY(var(--tilt)) scale(1); border-color: rgba(246,201,120,.7); box-shadow: 0 0 0 1px rgba(246,201,120,.25), 0 30px 80px rgba(0,0,0,.5), 0 0 60px rgba(233,162,59,.12); }
.still.is-active img { filter: saturate(1); }
.still.is-active::before { animation: reflect 1.1s var(--out) forwards; }
.still.is-active::after { opacity: 1; }
@keyframes reflect { to { transform: translateX(130%); } }
.stills__hint { margin-top: 10px; text-align: center; font-family: var(--mono); font-size: 10px; letter-spacing: .24em; text-transform: uppercase; color: var(--muted); }

/* ============================================================
   DECK — cards fly in from both sides, stack, exit
   ============================================================ */
.deck { position: relative; height: 340svh; background: var(--ink-2); }
.deck__stage { position: sticky; top: 0; height: 100svh; overflow: clip; isolation: isolate; perspective: 1500px; display: grid; place-items: center;
  background: radial-gradient(50% 50% at 50% 60%, rgba(233,162,59,.1), transparent 70%), var(--ink-2); }
.deck__head { position: absolute; top: 96px; left: var(--gutter); right: var(--gutter); display: grid; gap: 16px; max-width: 760px; }
.deck__cards { position: relative; width: min(560px, 82vw); aspect-ratio: 4 / 3; transform-style: preserve-3d; margin-top: 12vh; }
.deck__card { position: absolute; inset: 0; display: grid; align-content: space-between; gap: 18px; padding: 34px; border-radius: var(--r-md); border: 1px solid rgba(243,238,228,.16);
  background: linear-gradient(160deg, #1c1b1e, #121214 70%); box-shadow: 0 40px 100px rgba(0,0,0,.5); backface-visibility: hidden; will-change: transform, opacity; opacity: 0; }
.deck__num { font-family: var(--mono); font-size: 11px; letter-spacing: .24em; color: var(--amber); }
.deck__card h3 { font-size: clamp(32px, 3.6vw, 52px); font-weight: 700; letter-spacing: -.045em; line-height: 1; }
.deck__card p { color: rgba(243,238,228,.8); font-size: 16px; line-height: 1.5; max-width: 40ch; }
.deck__card small { font-family: var(--mono); font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.deck__rail { position: absolute; right: var(--gutter); top: 50%; transform: translateY(-50%); display: grid; gap: 14px; }
.deck__rail i { width: 6px; height: 6px; border-radius: 50%; background: rgba(243,238,228,.25); transition: transform .4s var(--out), background .3s; }
.deck__rail i.is-active { background: var(--amber); transform: scale(1.7); box-shadow: 0 0 12px var(--amber); }

/* ============================================================
   POP — scattered frames gather into a tinted grid
   ============================================================ */
.pop { --pop-p: 0; --pop-rest: 1; position: relative; min-height: 260svh; background: var(--paper); color: var(--ink); }
.pop__stage { position: sticky; top: 0; height: 100svh; overflow: clip; isolation: isolate; }
.pop__grid { position: absolute; inset: 9vh 3.4vw 7vh; display: grid; grid-template-columns: repeat(6, 1fr); grid-template-rows: repeat(2, 1fr); gap: .5vw; perspective: 1200px; transform-style: preserve-3d;
  transform: scale(calc(.88 + var(--pop-p) * .12)) rotateX(calc(var(--pop-rest) * 7deg)); }
.pop__grid i { --fz: -60px; position: relative; overflow: hidden; border-radius: 6px; background: #111; opacity: calc(.3 + var(--pop-p) * .7);
  transform: translate3d(calc(var(--fx) * var(--pop-rest)), calc(var(--fy) * var(--pop-rest)), calc(var(--fz) * var(--pop-rest))) rotate(calc(var(--fr) * var(--pop-rest))); will-change: transform, opacity; }
.pop__grid i:nth-child(3n+2) { --fz: 110px; }
.pop__grid i:nth-child(4n) { --fz: -180px; }
.pop__grid i::after { content: ""; position: absolute; inset: 0; background: var(--amber); mix-blend-mode: color; opacity: .35; }
.pop__grid i:nth-child(3n+2)::after { background: #2f6fbd; opacity: .3; }
.pop__grid i:nth-child(3n)::after { background: #b8731d; opacity: .45; }
.pop__grid img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.2); transform: scale(calc(1.18 - var(--pop-p) * .12)); }
.pop__grid i:nth-child(even) img { transform: scale(calc(1.18 - var(--pop-p) * .12)) scaleX(-1); }
.pop__copy { position: absolute; z-index: 2; inset: 0; display: grid; place-content: center; text-align: center; gap: 18px; pointer-events: none; padding: 0 var(--gutter);
  opacity: calc(1 - var(--pop-p) * .15); }
.pop__copy .h2 { font-size: clamp(44px, 7.4vw, 120px); text-shadow: 0 8px 40px rgba(243,238,228,.9), 0 0 80px rgba(243,238,228,.8); }
.pop__copy .eyebrow { justify-self: center; }

/* ============================================================
   ANATOMY — exploded isometric stack with callouts
   ============================================================ */
.anatomy { --ex: 0; position: relative; height: 320svh; background: var(--ink); }
.anatomy__stage { position: sticky; top: 0; height: 100svh; overflow: clip; isolation: isolate; display: grid; place-items: center;
  background: radial-gradient(50% 50% at 50% 55%, rgba(233,162,59,.12), transparent 70%), var(--ink); }
.anatomy__head { position: absolute; top: 96px; left: var(--gutter); right: var(--gutter); display: grid; gap: 16px; max-width: 760px; }
.anatomy__svg { width: min(1100px, 96vw); height: auto; margin-top: 8vh; overflow: visible; }
.anatomy__layer { transition: none; will-change: transform; }
.anatomy__top { fill: url(#anaTop); stroke: rgba(243,238,228,.18); stroke-width: 1; }
.anatomy__side { fill: url(#anaSide); stroke: rgba(243,238,228,.08); }
.anatomy__layer--hot .anatomy__top { fill: url(#anaTopHot); stroke: rgba(246,201,120,.6); filter: drop-shadow(0 0 30px rgba(233,162,59,.35)); }
.anatomy__chips rect { fill: rgba(243,238,228,.08); stroke: rgba(243,238,228,.25); transform-box: fill-box; transform-origin: center; transform: skewY(26.6deg) scaleY(.6); }
.anatomy__wire { fill: none; stroke: rgba(246,201,120,.6); stroke-width: 1; stroke-dasharray: 900; stroke-dashoffset: calc(900 * (1 - var(--draw, 0))); }
.anatomy__wire--dark { stroke: rgba(10,10,11,.6); }
.anatomy__node { fill: #0a0a0b; stroke: rgba(10,10,11,.8); }
.anatomy__check { fill: none; stroke: var(--amber); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 120; stroke-dashoffset: calc(120 * (1 - var(--draw, 0))); }
.anatomy__bars { fill: none; stroke: var(--amber-lt); stroke-width: 3; stroke-linecap: round; stroke-dasharray: 300; stroke-dashoffset: calc(300 * (1 - var(--draw, 0))); }
.anatomy__mark { fill: rgba(243,238,228,.6); font-family: var(--mono); font-size: 11px; letter-spacing: .24em; text-transform: uppercase; text-anchor: middle; }
.anatomy__mark--dark { fill: rgba(10,10,11,.75); }
.anatomy__lead { fill: none; stroke: rgba(246,201,120,.7); stroke-width: 1; stroke-dasharray: 300; stroke-dashoffset: calc(300 * (1 - var(--draw, 0))); }
.anatomy__label { fill: var(--paper); font-family: var(--sans); font-size: 15px; font-weight: 600; opacity: var(--draw, 0); }
.anatomy__label tspan:last-child { fill: var(--muted); font-weight: 400; font-size: 12px; }
.anatomy__label--left { text-anchor: end; }
.anatomy__meter { position: absolute; left: var(--gutter); bottom: 34px; display: flex; align-items: center; gap: 14px; font-family: var(--mono); font-size: 9px; letter-spacing: .24em; text-transform: uppercase; color: var(--muted); }
.anatomy__meter i { width: 110px; height: 1px; background: var(--line); position: relative; overflow: hidden; }
.anatomy__meter i::after { content: ""; position: absolute; inset: 0; background: var(--amber); transform: scaleX(var(--ex)); transform-origin: left; }
.anatomy__meter em { font-style: normal; color: var(--amber); }

/* ============================================================
   PLAYBOOKS — sticky stacking cards
   ============================================================ */
.playbooks { padding: var(--section) 0 clamp(60px, 8vw, 120px); background: var(--paper); color: var(--ink); }
.playbooks__head { display: grid; gap: 20px; margin-bottom: 50px; max-width: 900px; }
.stack-item { height: 78vh; display: flex; align-items: flex-start; }
.stack-card { --p: 0; position: sticky; top: calc(96px + var(--i) * 24px); width: 100%; display: grid; grid-template-columns: 1.1fr .9fr; gap: 36px; align-items: center; padding: clamp(24px, 3vw, 44px);
  border: 1px solid var(--line-ink); border-radius: var(--r-lg); background: var(--bone); box-shadow: 0 30px 80px rgba(30,22,10,.14); transform-origin: top center; will-change: transform; overflow: hidden; }
.stack-card__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.stack-card__time { font-family: var(--mono); font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted-ink); }
.stack-card h3 { font-size: clamp(28px, 3.2vw, 46px); font-weight: 700; letter-spacing: -.04em; line-height: 1; margin-bottom: 14px; }
.stack-card > p { color: var(--muted-ink); font-size: 16px; line-height: 1.55; max-width: 48ch; }
.stack-card ul { display: grid; gap: 8px; margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line-ink); }
.stack-card li { position: relative; padding-left: 20px; font-size: 14.5px; }
.stack-card li::before { content: ""; position: absolute; left: 0; top: 10px; width: 10px; height: 1px; background: var(--amber-deep); }
.stack-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--r-md); grid-row: 1 / 3; grid-column: 2; }
.stack-card > :not(img) { grid-column: 1; }

/* topographic contour texture (Lando Norris) */
.topo::before { content: ""; position: absolute; inset: -20%; z-index: 0; pointer-events: none; opacity: .5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='600' height='400' viewBox='0 0 600 400'%3E%3Cg fill='none' stroke='%23f6c978' stroke-opacity='.12' stroke-width='1'%3E%3Cpath d='M0 60c80-40 160 20 240-10s160-60 240-20 100 30 120 20'/%3E%3Cpath d='M0 110c80-40 160 20 240-10s160-60 240-20 100 30 120 20'/%3E%3Cpath d='M0 160c80-40 160 20 240-10s160-60 240-20 100 30 120 20'/%3E%3Cpath d='M0 210c80-40 160 20 240-10s160-60 240-20 100 30 120 20'/%3E%3Cpath d='M0 260c80-40 160 20 240-10s160-60 240-20 100 30 120 20'/%3E%3Cpath d='M0 310c80-40 160 20 240-10s160-60 240-20 100 30 120 20'/%3E%3Cpath d='M0 360c80-40 160 20 240-10s160-60 240-20 100 30 120 20'/%3E%3Cellipse cx='150' cy='120' rx='90' ry='40'/%3E%3Cellipse cx='150' cy='120' rx='60' ry='24'/%3E%3Cellipse cx='150' cy='120' rx='30' ry='10'/%3E%3Cellipse cx='450' cy='280' rx='110' ry='50'/%3E%3Cellipse cx='450' cy='280' rx='75' ry='32'/%3E%3Cellipse cx='450' cy='280' rx='40' ry='16'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 600px 400px; animation: topoDrift 40s linear infinite; mask-image: radial-gradient(70% 70% at 50% 50%, #000, transparent); -webkit-mask-image: radial-gradient(70% 70% at 50% 50%, #000, transparent); }
.topo > * { position: relative; z-index: 1; }
@keyframes topoDrift { to { background-position: 600px 400px; } }

/* ============================================================
   STATEMENT — giant quote with inline objects
   ============================================================ */
.statement { padding: var(--section) 0; background: var(--paper); color: var(--ink); }
.statement__text { font-size: clamp(38px, 6.2vw, 104px); font-weight: 700; letter-spacing: -.045em; line-height: 1.02; text-wrap: balance; max-width: 16ch; }
.statement__text em { font-family: var(--serif); font-style: italic; font-weight: 400; color: var(--amber-deep); letter-spacing: -.02em; }
.statement__coin { display: inline-block; width: .82em; height: .82em; margin: 0 .06em; vertical-align: -.12em; border-radius: 50%; overflow: hidden; box-shadow: 0 0 0 3px var(--paper), 0 0 0 4px var(--line-ink), 0 12px 30px rgba(30,22,10,.25); animation: coinSpin 9s linear infinite; }
.statement__coin img { width: 100%; height: 100%; object-fit: cover; }
.statement__coin--face { animation-direction: reverse; animation-duration: 12s; }
@keyframes coinSpin { 0% { transform: rotateY(0) } 100% { transform: rotateY(360deg) } }
.statement__by { margin-top: 30px; font-family: var(--mono); font-size: 10px; letter-spacing: .22em; text-transform: uppercase; color: var(--muted-ink); }

/* pricing cursor spotlight */
.pricing { --sx: 50%; --sy: 40%; }
.pricing::before { mask-image: radial-gradient(520px circle at var(--sx) var(--sy), #000, transparent 70%); -webkit-mask-image: radial-gradient(520px circle at var(--sx) var(--sy), #000, transparent 70%); opacity: .9; transition: opacity .3s; }
.pricing::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(360px circle at var(--sx) var(--sy), rgba(233,162,59,.09), transparent 70%); opacity: var(--spot, 0); transition: opacity .4s; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
  .cases { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: repeat(3, 1fr); row-gap: 50px; }
  .steps::before, .steps::after { display: none; }
  .steps li span { box-shadow: none; }
  .faq__grid { grid-template-columns: 1fr; }
  .faq__head { position: static; }
  .plans { grid-template-columns: 1fr; }
  .plan--featured { transform: none; }
  .cta__grid { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .console__grid { grid-template-columns: 1fr; }
  .compare__head { grid-template-columns: 1fr; }
  .people__grid { grid-template-columns: 1fr; }
  .mosaic { max-width: 460px; }
  .stack-card { grid-template-columns: 1fr; }
  .stack-card img { grid-row: auto; grid-column: 1; aspect-ratio: 16 / 9; }
  .watch__grid { grid-template-columns: 1fr; }
  .pop__grid { grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(3, 1fr); }
}
@media (max-width: 860px) {
  .nav { grid-template-columns: auto 1fr; padding: 0 8px 0 16px; min-height: 56px; }
  .nav__links { display: none; }
  .nav__end .btn { display: none; }
  .nav__burger { display: block; }
  .hero-track { height: 200svh; }
  .hero__copy { bottom: 90px; }
  .hero__mask { font-size: clamp(44px, 16.5vw, 120px); letter-spacing: -.07em; background-size: 220%; }
  .hero__meter { display: none; }
  .manifesto__foot { grid-template-columns: 1fr; }
  .work__head { grid-template-columns: 1fr; }
  .cases { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
  .svc li { grid-template-columns: 40px 1fr; grid-template-rows: auto auto; row-gap: 12px; min-height: 0; padding-block: 30px; }
  .svc__word { grid-column: 1 / -1; text-align: left; font-size: clamp(40px, 12vw, 70px); }
  .svc__arrow { display: none; }
  .svc video { opacity: .35; transform: scale(1); }
  .svc li::after { opacity: 1; }
  .method { min-height: 380svh; }
  .chapter__card { width: min(88vw, 520px); }
  .method__rail { display: none; }
  .voice { grid-template-columns: 1fr; gap: 18px; padding: 28px; }
  .voice__photo { width: 72px; height: 72px; }
  .steps { grid-template-columns: 1fr; }
  .steps li { padding-top: 0; padding-left: 66px; }
  .depth { height: 240svh; }
  .depth__stage { perspective: 700px; }
  .dl { width: clamp(170px, 46vw, 300px); }
  .cta__proof { flex-wrap: wrap; gap: 20px; }
  .footer__grid { grid-template-columns: 1fr; }
  .footer__mark { font-size: 17vw; letter-spacing: -.1em; }
  .footer__bottom { flex-direction: column; gap: 6px; }
  .band { padding: 28px 0; }
  .film { height: 340svh; }
  .film__hud { top: 84px; }
  .film__beat { top: auto; bottom: 64px; left: var(--gutter); right: var(--gutter); width: auto; transform: translate3d(0, calc((1 - var(--o)) * 26px), 0); }
  .film__beat h2 { font-size: clamp(30px, 8vw, 44px); }
  .reel { height: auto; }
  .reel__stage { position: relative; height: auto; padding: var(--section) 0; }
  .reel__track { width: auto; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; transform: none !important; padding-bottom: 10px; }
  .reel__track::-webkit-scrollbar { display: none; }
  .reel__card { scroll-snap-align: center; transform: none !important; }
  .reel__scrub { display: none; }
  .chevrons { width: 128vw; margin-left: -14vw; }
  .chevron { flex-basis: 24vw; margin-inline: -3.2%; }
  .chevron:nth-child(n+5) { display: none; }
  .chevron figcaption { display: none; }
  .console__log { min-height: 240px; font-size: 11.5px; }
  .console__facts { flex-wrap: wrap; gap: 20px; }
  .compare__label { font-size: 9px; bottom: 12px; }
  .aperture { height: 220svh; }
  .aperture__copy--b { left: var(--gutter); right: var(--gutter); width: auto; bottom: 80px; }
  .aperture__facts { gap: 18px; }
  .aperture__meter { display: none; }
  .deck { height: 300svh; }
  .deck__head { top: 84px; }
  .deck__cards { margin-top: 18vh; }
  .deck__card { padding: 24px; }
  .deck__rail { display: none; }
  .pop { min-height: 200svh; }
  .pop__grid { inset: 24vh 3vw 6vh; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(4, 1fr); }
  .pop__copy { place-content: start center; padding-top: 96px; }
  .pop__copy .h2 { text-shadow: none; }
  .stills__track { padding-inline: 6vw; }
  .anatomy { height: 240svh; }
  .anatomy__head { top: 84px; }
  .anatomy__svg { margin-top: 22vh; }
  .anatomy__label tspan:last-child { display: none; }
  .anatomy__meter { display: none; }
  .stack-item { height: auto; margin-bottom: 18px; }
  .stack-card { position: relative; top: auto; transform: none !important; }
  .statement__text { max-width: none; }
  .still { flex-basis: 78vw; }
  .mosaic__tag { bottom: -28px; }
}

/* ============================================================
   PHASE 5 — glow, bigstats, specs, wall, fan, arc, dial, objects, word
   ============================================================ */
@property --arc-r { syntax: "<angle>"; inherits: true; initial-value: 0deg; }
@property --dial-p { syntax: "<number>"; inherits: true; initial-value: 0; }

/* GLOW — light-leak frame (oryzo) */
.glow { background: var(--ink); padding: var(--section) 0; position: relative; overflow: hidden; }
.glow__grid { display: grid; grid-template-columns: 1fr 1.25fr; gap: 64px; align-items: center; }
.glow__frame { position: relative; aspect-ratio: 16/10; border-radius: 22px; padding: 3px; isolation: isolate; }
.glow__frame::before, .glow__frame::after { content: ""; position: absolute; inset: -40%; z-index: -1; border-radius: 50%;
  background: conic-gradient(from var(--gl, 0deg), #ff5d3b, var(--amber), #ffd58a, #3bc9ff, #9b5cff, #ff5d3b);
  animation: glowSpin 9s linear infinite; }
.glow__frame::before { filter: blur(48px); opacity: .55; }
.glow__frame::after { inset: 0; border-radius: 22px; filter: none; opacity: 1; z-index: -1; animation-duration: 12s; animation-direction: reverse; }
.glow__frame video { display: block; width: 100%; height: 100%; object-fit: cover; border-radius: 20px; background: #000; position: relative; z-index: 1; }
.glow__tag { position: absolute; left: 22px; bottom: 20px; z-index: 2; font: 500 11px/1 var(--mono); letter-spacing: .18em; text-transform: uppercase; color: var(--bone); background: rgba(10,10,11,.6); backdrop-filter: blur(8px); padding: 10px 14px; border-radius: 999px; border: 1px solid rgba(255,255,255,.15); }
@keyframes glowSpin { to { --gl: 360deg; } }
@property --gl { syntax: "<angle>"; inherits: false; initial-value: 0deg; }

/* BIGSTATS — outlined giants (kononenko) */
.bigstats { background: var(--ink); padding: calc(var(--section) * .6) 0 var(--section); border-top: 1px solid rgba(255,255,255,.08); }
.bigstats .container { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.bigstat b { display: block; font: 800 clamp(72px, 10vw, 160px)/.9 var(--sans); letter-spacing: -.05em; color: transparent; -webkit-text-stroke: 1.5px var(--bone); position: relative; }
.bigstat b::after { content: ""; position: absolute; left: 0; bottom: -2px; width: 0; height: 3px; background: var(--amber); transition: width 1.2s var(--out) .3s; }
.bigstat.is-visible b::after { width: 64px; }
.bigstat:nth-child(2) b { -webkit-text-stroke-color: var(--amber); }
.bigstat > span { display: block; margin-top: 18px; max-width: 26ch; font-size: 15px; color: rgba(247,243,234,.62); }

/* SPECS — spec table (croptab) */
.specs { background: var(--ink); padding: 0 0 var(--section); }
.specs__grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 64px; align-items: start; }
.specs__head { position: sticky; top: 120px; }
.specs__table { margin: 0; border-top: 1px solid rgba(255,255,255,.14); }
.specs__table > div { display: grid; grid-template-columns: 200px 1fr; gap: 24px; align-items: baseline; padding: 26px 0; border-bottom: 1px solid rgba(255,255,255,.14); transition: padding-left .4s var(--out), border-color .4s; }
.specs__table > div:hover { padding-left: 12px; border-color: var(--amber); }
.specs__table dt { font: 700 clamp(26px, 3vw, 40px)/1 var(--sans); letter-spacing: -.03em; color: var(--amber-lt); }
.specs__table dd { margin: 0; font-size: 17px; color: rgba(247,243,234,.72); }

/* WALL — rotated testimonial cards (produx) */
.wall { background: var(--paper); color: var(--ink); padding: var(--section) 0; overflow: hidden; }
.wall__head { text-align: center; margin-bottom: 56px; }
.wall__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px 24px; }
.wall__card { background: var(--bone); border: 1px solid rgba(10,10,11,.1); border-radius: 18px; padding: 28px; transform: rotate(var(--r)); box-shadow: 0 30px 60px -30px rgba(10,10,11,.35), 0 2px 0 rgba(10,10,11,.06); transition: transform .5s var(--out), box-shadow .5s; }
.wall__card:hover { transform: rotate(0deg) translateY(-6px); box-shadow: 0 40px 70px -30px rgba(10,10,11,.45); }
.wall__card:nth-child(2), .wall__card:nth-child(5) { margin-top: 34px; }
.wall__card p { margin: 0 0 22px; font: 400 clamp(18px, 1.5vw, 22px)/1.35 var(--sans); letter-spacing: -.01em; }
.wall__card footer { display: flex; align-items: center; gap: 12px; font-size: 13px; color: rgba(10,10,11,.6); }
.wall__card footer img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; }
.wall__card footer b { display: block; color: inherit; font-weight: 700; }
.wall__card--amber { background: var(--amber); border-color: transparent; }
.wall__card--amber footer { color: rgba(10,10,11,.7); }
.wall__card--ink { background: var(--ink); color: var(--bone); border-color: transparent; }
.wall__card--ink footer { color: rgba(247,243,234,.6); }

/* FAN — fanned polaroid stack (lando norris) */
.fan { background: var(--paper); color: var(--ink); padding: var(--section) 0; overflow: hidden; }
.fan__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; min-height: 520px; }
.fan__stack { position: relative; height: 480px; --spread: 0; }
.fan__card { position: absolute; left: 50%; top: 50%; width: 250px; margin: 0; background: #fff; padding: 12px 12px 40px; box-shadow: 0 30px 60px -20px rgba(10,10,11,.4);
  --a: calc((var(--i) - 2) * 12deg); --x: calc((var(--i) - 2) * 92px);
  transform: translate(-50%, -50%) rotate(calc(var(--a) * var(--spread) + (var(--i) - 2) * 2deg)) translateX(calc(var(--x) * var(--spread)));
  transform-origin: 50% 130%; transition: transform .9s var(--out); z-index: var(--i); }
.fan__stack:hover, .fan__stack:focus-within, .fan__stack.is-open { --spread: 1; }
.fan__card img { display: block; width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.fan__card figcaption { position: absolute; left: 12px; right: 12px; bottom: 12px; font: 500 12px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; color: rgba(10,10,11,.6); }

/* ARC — photo wheel (kononenko) */
.arc { height: 260svh; background: var(--ink); position: relative; }
.arc__stage { position: sticky; top: 0; height: 100svh; overflow: hidden; }
.arc__head { position: absolute; left: 0; right: 0; top: 9vh; text-align: center; z-index: 2; padding: 0 24px; }
.arc__wheel { position: absolute; left: 50%; top: 170vh; width: 0; height: 0; transform: rotate(var(--arc-r)); }
.arc__wheel figure { position: absolute; left: 0; top: 0; margin: 0; width: clamp(180px, 18vw, 270px); aspect-ratio: 4/5; transform: rotate(var(--a)) translateY(-140vh) translateX(-50%); transform-origin: 0 0; border-radius: 14px; overflow: hidden; box-shadow: 0 40px 80px -30px rgba(0,0,0,.8); }
.arc__wheel img { width: 100%; height: 100%; object-fit: cover; display: block; }
.arc::after { content: ""; position: absolute; inset: auto 0 0; height: 30vh; background: linear-gradient(transparent, var(--ink)); pointer-events: none; }

/* DIAL — scroll-driven ring (anime.js) */
.dial { height: 240svh; background: var(--ink); }
.dial__stage { position: sticky; top: 0; height: 100svh; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 48px; padding: 0 max(24px, calc((100vw - 1200px) / 2)); }
.dial__list { list-style: none; margin: 40px 0 0; padding: 0; display: grid; gap: 14px; }
.dial__list li { display: grid; grid-template-columns: 120px 1fr; gap: 16px; align-items: baseline; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.1); opacity: .35; transition: opacity .4s; }
.dial__list li.is-on { opacity: 1; }
.dial__list b { font: 700 18px/1 var(--sans); color: var(--amber-lt); }
.dial__list span { font-size: 15px; color: rgba(247,243,234,.7); }
.dial__svg { width: min(100%, 520px); justify-self: center; overflow: visible; }
.dial__track { fill: none; stroke: rgba(255,255,255,.12); stroke-width: 2; }
.dial__arc { fill: none; stroke: var(--amber); stroke-width: 6; stroke-linecap: round; stroke-dasharray: 100; stroke-dashoffset: calc(100 - var(--dial-p) * 100); transform: rotate(-90deg); transform-origin: 200px 200px; }
.dial__ticks line { stroke: rgba(255,255,255,.35); stroke-width: 1.5; }
.dial__ticks line.is-lit { stroke: var(--amber-lt); }
.dial__needle { transform: rotate(calc(var(--dial-p) * 360deg)); transform-origin: 200px 200px; }
.dial__needle line { stroke: var(--bone); stroke-width: 2; stroke-linecap: round; }
.dial__needle circle { fill: var(--amber); }
.dial__pct { fill: var(--bone); font: 700 46px var(--sans); text-anchor: middle; letter-spacing: -.04em; }
.dial__mode { fill: var(--amber-lt); font: 500 12px var(--mono); letter-spacing: .2em; text-anchor: middle; text-transform: uppercase; }

/* OBJECTS — numbered carousel (obsidian assembly) */
.objects { background: var(--paper); color: var(--ink); padding: var(--section) 0; }
.objects__head { text-align: center; margin-bottom: 40px; }
.objects__stage { position: relative; display: grid; grid-template-columns: 64px 1fr 64px; align-items: center; gap: 16px; max-width: 1000px; margin: 0 auto; padding: 0 24px; }
.objects__frame { position: relative; aspect-ratio: 16/10; }
.object { position: absolute; inset: 0; margin: 0; opacity: 0; transform: scale(.94); transition: opacity .7s var(--ease), transform .9s var(--out); pointer-events: none; }
.object.is-active { opacity: 1; transform: none; pointer-events: auto; }
.object img { width: 100%; height: 100%; object-fit: cover; border-radius: 18px; display: block; }
.object figcaption { position: absolute; left: 24px; bottom: 22px; color: var(--bone); font: 500 clamp(20px, 2.4vw, 32px)/1 var(--serif); font-style: italic; text-shadow: 0 2px 20px rgba(0,0,0,.5); }
.object figcaption span { font: 500 12px var(--mono); letter-spacing: .2em; margin-right: 12px; vertical-align: middle; font-style: normal; }
.objects__nav { width: 64px; height: 64px; border-radius: 50%; border: 1px solid rgba(10,10,11,.2); background: transparent; color: var(--ink); font-size: 22px; cursor: pointer; transition: background .3s, color .3s, transform .3s var(--out); }
.objects__nav:hover { background: var(--ink); color: var(--bone); transform: scale(1.06); }
.objects__count { grid-column: 2; text-align: center; margin: 18px 0 0; font: 500 12px var(--mono); letter-spacing: .2em; color: rgba(10,10,11,.55); }

/* WORD — one giant word (oryzo) */
.word { background: var(--paper); color: var(--ink); padding: calc(var(--section) * .8) 24px; text-align: center; overflow: hidden; border-top: 1px solid rgba(10,10,11,.1); }
.word__big { margin: 8px 0 18px; font: 800 clamp(72px, 17vw, 260px)/.9 var(--sans); letter-spacing: -.06em; }
.word__big em { color: var(--amber); font-style: normal; }
.word__sub { max-width: 44ch; margin: 0 auto; font-size: 17px; color: rgba(10,10,11,.65); }

@media (max-width: 1100px) {
  .glow__grid, .specs__grid, .fan__grid, .dial__stage { grid-template-columns: 1fr; }
  .specs__head { position: static; }
  .wall__grid { grid-template-columns: 1fr 1fr; }
  .dial__stage { align-content: center; gap: 24px; }
  .dial__svg { width: min(100%, 340px); }
}
@media (max-width: 860px) {
  .bigstats .container, .wall__grid { grid-template-columns: 1fr; }
  .wall__card:nth-child(2), .wall__card:nth-child(5) { margin-top: 0; }
  .specs__table > div { grid-template-columns: 1fr; gap: 6px; }
  .fan__stack { height: 380px; }
  .fan__card { width: 190px; --x: calc((var(--i) - 2) * 58px); }
  .arc__wheel { top: 100vh; }
  .arc__wheel figure { width: 150px; transform: rotate(var(--a)) translateY(-70vh) translateX(-50%); }
  .objects__frame { aspect-ratio: 4/5; }
  .objects__stage { grid-template-columns: 44px 1fr 44px; gap: 8px; padding: 0 12px; }
  .objects__nav { width: 44px; height: 44px; font-size: 16px; }
  .dial__list li { grid-template-columns: 1fr; gap: 4px; }
}
@media (prefers-reduced-motion: reduce) {
  .glow__frame::before, .glow__frame::after { animation: none; }
  .arc { height: auto; }
  .arc__stage { position: relative; height: auto; overflow: visible; padding: var(--section) 0; }
  .arc__head { position: relative; top: 0; margin-bottom: 32px; }
  .arc__wheel { position: relative; left: 0; top: 0; width: auto; height: auto; transform: none; display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; padding: 0 24px; }
  .arc__wheel figure { position: relative; transform: none; width: 160px; }
  .arc::after { display: none; }
  .dial { height: auto; }
  .dial__stage { position: relative; height: auto; padding-top: var(--section); padding-bottom: var(--section); }
  .dial__stage { --dial-p: 1; }
  .dial__list li { opacity: 1; }
  .fan__stack { --spread: 1; }
  .wall__card { transform: none; }
}

/* SOLUTIONS — nine services (automaize.ai) */
.solutions { background: var(--ink); padding: var(--section) 0; border-top: 1px solid rgba(255,255,255,.08); }
.solutions__head { max-width: 760px; margin-bottom: 48px; }
.solutions__grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.1); }
.sol { position: relative; background: var(--ink); padding: 34px 30px 56px; min-height: 230px; overflow: hidden; transition: background .4s var(--ease); }
.sol::before { content: ""; position: absolute; inset: 0; background: radial-gradient(420px 220px at 100% 0%, rgba(233,162,59,.18), transparent 70%); opacity: 0; transition: opacity .5s var(--ease); }
.sol:hover { background: #111113; }
.sol:hover::before { opacity: 1; }
.sol__num { font: 500 11px var(--mono); letter-spacing: .2em; color: var(--amber); }
.sol h3 { margin: 18px 0 10px; font: 700 clamp(20px, 1.6vw, 24px)/1.1 var(--sans); letter-spacing: -.02em; }
.sol p { margin: 0; font-size: 15px; line-height: 1.5; color: rgba(247,243,234,.62); max-width: 32ch; }
.sol__arrow { position: absolute; right: 26px; bottom: 22px; color: var(--amber-lt); transform: translateX(-8px); opacity: 0; transition: transform .4s var(--out), opacity .4s; }
.sol:hover .sol__arrow { transform: none; opacity: 1; }

/* NETWORK — canvas motion */
.network { position: relative; background: var(--ink); min-height: 100svh; display: grid; align-items: center; overflow: hidden; isolation: isolate; }
.network__canvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; }
.network__copy { position: relative; z-index: 1; max-width: 440px; margin-left: max(24px, calc((100% - 1200px) / 2)); padding-top: var(--section); padding-bottom: var(--section); pointer-events: none; }
.network__copy .tone { max-width: 44ch; }
.network__legend { list-style: none; margin: 28px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 18px; font: 500 11px var(--mono); letter-spacing: .16em; text-transform: uppercase; color: rgba(247,243,234,.6); }
.network__legend i { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--c); margin-right: 8px; box-shadow: 0 0 10px var(--c); vertical-align: middle; }
.footer__mail { display: block; }
.footer__mail + .footer__mail { margin-top: 6px; }
@media (max-width: 1100px) { .solutions__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 860px) { .solutions__grid { grid-template-columns: 1fr; } .sol { min-height: 0; padding: 26px 22px 48px; } .network { min-height: 100svh; align-items: start; } .network__copy { max-width: none; padding-top: 110px; padding-bottom: 0; } }
@media (prefers-reduced-motion: reduce) { .sol, .sol::before, .sol__arrow { transition: none; } }

/* ============================================================
   PHASE 7 — edits from review: gate, aperture, voices, pop, pricing, logos, footer
   ============================================================ */
@property --beam { syntax: "<angle>"; inherits: false; initial-value: 0deg; }

/* GATE — full-screen doors pinned over the work section */
.gate { position: relative; }
.threshold { --threshold-p: 0; position: sticky; top: 0; height: 100svh; margin: 0 0 -100svh; background: transparent; z-index: 6; pointer-events: none; overflow: hidden; perspective: 1200px; }
.threshold i { width: 50%; box-shadow: 0 0 80px rgba(0,0,0,.6); }
.threshold__left { transform: perspective(1200px) translateX(calc(var(--threshold-p) * -100%)) rotateY(calc(var(--threshold-p) * -28deg)); }
.threshold__right { transform: perspective(1200px) translateX(calc(var(--threshold-p) * 100%)) rotateY(calc(var(--threshold-p) * 28deg)); }
.threshold > span { height: 100%; opacity: calc(1 - var(--threshold-p) * 1.4); }
.work { margin-top: 0; padding-top: calc(60svh + 40px); clip-path: none; }

/* APERTURE — copy sits beside the iris on black */
.aperture__frame { clip-path: circle(calc(var(--ap) * 46%) at 40% 50%); }
.aperture__copy--a { left: var(--gutter); right: auto; max-width: 620px; }
.aperture__copy--b { right: var(--gutter); top: 50%; bottom: auto; width: min(440px, 32vw); transform: translateY(calc(-50% + (1 - var(--ap-b)) * 30px)); }

/* VOICES — cards slide sideways as you scroll down */
.voices { min-height: 230svh; padding: 0; }
.voices__stage { position: sticky; top: 0; height: 100svh; display: grid; align-content: center; gap: 36px; overflow: hidden; }
.voices__head { margin-bottom: 0; }
.voices__track { --vx: 0; overflow: visible; scroll-snap-type: none; padding: 18px 0 20px calc((100vw - min(680px, 88vw)) / 2); transform: translate3d(calc(var(--vx) * -1px), 0, 0); will-change: transform; }
.voices__nav { justify-content: center; }
.voices__hint { font: 500 11px var(--mono); letter-spacing: .2em; text-transform: uppercase; color: var(--muted-ink); }

/* POP — readable end frame */
.pop__panel { display: grid; gap: 18px; justify-items: center; padding: clamp(24px, 4vw, 48px) clamp(28px, 5vw, 72px); border-radius: 16px; background: rgba(243,238,228,.9); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); box-shadow: 0 40px 100px -40px rgba(10,10,11,.55); }
.pop__copy .h2 { text-shadow: none; }

/* PRICING — flow line, staggered flip-in, beam border, hover focus */
.plans__flow { display: flex; align-items: center; gap: 14px; margin: 0 0 22px; font: 500 11px var(--mono); letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.plans__flow i { flex: 1; height: 1px; background: linear-gradient(90deg, var(--amber), var(--amber)) no-repeat 0 0 / 0% 100%, rgba(255,255,255,.12); transition: background-size 1.2s var(--out) .2s; }
.plans__flow i:last-of-type { transition-delay: .7s; }
.plans__flow.is-visible i { background-size: 100% 100%; }
.plans__flow span:nth-child(3) { color: var(--amber); }
.plans[data-reveal] { filter: none; transform: none; }
.plans[data-reveal]:not(.is-visible) .plan { opacity: 0; }
.plans.is-visible .plan { animation: planIn 1s var(--out) both; animation-delay: calc(var(--i) * 150ms); animation-fill-mode: backwards; }
@keyframes planIn { from { opacity: 0; transform: perspective(1200px) rotateX(18deg) translateY(60px); } to { opacity: 1; transform: perspective(1200px) rotateX(0deg) translateY(0); } }
.plans.is-visible .plan--featured { animation-name: planInFeatured; }
@keyframes planInFeatured { from { opacity: 0; transform: perspective(1200px) rotateX(18deg) translateY(60px); } to { opacity: 1; transform: perspective(1200px) rotateX(0deg) translateY(-10px); } }
.plan { position: relative; transition: transform .5s var(--out), border-color .3s, opacity .4s var(--ease), filter .4s var(--ease); }
.plans:hover .plan:not(:hover) { opacity: .55; filter: saturate(.8); }
.plan--featured::after { content: ""; position: absolute; inset: -1px; border-radius: inherit; padding: 1.5px; pointer-events: none;
  background: conic-gradient(from var(--beam), transparent 0 60%, var(--amber-lt) 78%, transparent 92%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; animation: beamSpin 5s linear infinite; }
@keyframes beamSpin { to { --beam: 360deg; } }
.plan__price b { font-variant-numeric: tabular-nums; }

/* LOGOS — two counter-scrolling rows of wordmarks */
.logos__marquee + .logos__marquee { margin-top: 18px; }
.logos__track { gap: 64px; }
.logos__marquee--rev .logos__track { animation-direction: reverse; animation-duration: 80s; }
.logos__track span.logo { min-width: 0; height: auto; padding: 0 8px; border: 0; background: none; display: inline-flex; align-items: center; gap: 12px; color: var(--ink); opacity: .58; white-space: nowrap; transition: opacity .3s; border-radius: 0; }
.logos__track span.logo:hover { opacity: 1; }
.logo--serif { font: 500 32px var(--serif); font-style: italic; }
.logo--mono { font: 500 19px var(--mono); letter-spacing: .16em; text-transform: uppercase; }
.logo--black { font: 800 21px var(--sans); letter-spacing: .2em; text-transform: uppercase; }
.logo--light { font: 300 30px var(--sans); letter-spacing: -.02em; }
.logo__mark { width: 18px; height: 18px; flex: none; background: currentColor; }
.logo__mark--ring { background: none; border: 2.5px solid currentColor; border-radius: 50%; }
.logo__mark--hex { clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0 50%); }
.logo__mark--bolt { clip-path: polygon(55% 0, 20% 55%, 48% 55%, 40% 100%, 80% 42%, 52% 42%); }
.logo__mark--tri { clip-path: polygon(50% 5%, 100% 95%, 0 95%); }
.logo__mark--diamond { transform: rotate(45deg) scale(.78); }
.logo__mark--dots { background: radial-gradient(circle, currentColor 2.6px, transparent 3px) 0 0 / 9px 9px; }
.logo__mark--bar { height: 4px; width: 22px; border-radius: 2px; }

/* FOOTER */
.footer__cta { display: grid; gap: 18px; padding-bottom: clamp(40px, 6vw, 80px); margin-bottom: clamp(40px, 6vw, 80px); border-bottom: 1px solid var(--line-ink); }
.footer__big { display: inline-flex; align-items: center; gap: .25em; width: max-content; max-width: 100%; font: 400 clamp(30px, 6.2vw, 98px)/1 var(--serif); font-style: italic; letter-spacing: -.03em; color: var(--ink);
  background: linear-gradient(var(--amber-deep), var(--amber-deep)) no-repeat 0 100% / 0% 3px; transition: background-size .7s var(--out); overflow-wrap: anywhere; }
.footer__big:hover { background-size: 100% 3px; }
.footer__big .arw { font-style: normal; font-size: .55em; transition: transform .4s var(--out); }
.footer__big:hover .arw { transform: translate(6px, -6px); }
.footer__clocks { display: flex; flex-wrap: wrap; gap: 28px; margin: 6px 0 0; font: 500 12px var(--mono); letter-spacing: .14em; text-transform: uppercase; color: var(--muted-ink); }
.footer__clocks b { color: var(--ink); font-weight: 600; margin-right: 10px; font-variant-numeric: tabular-nums; }
.footer__live { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: #3ecf8e; margin-right: 10px; vertical-align: middle; box-shadow: 0 0 0 0 rgba(62,207,142,.6); animation: livePulse 2.2s infinite; }
@keyframes livePulse { 70% { box-shadow: 0 0 0 10px rgba(62,207,142,0); } 100% { box-shadow: 0 0 0 0 rgba(62,207,142,0); } }
.footer__mark span { background: linear-gradient(100deg, var(--ink) 0 42%, var(--amber-deep) 50%, var(--ink) 58% 100%) 100% 0 / 260% 100%; -webkit-background-clip: text; background-clip: text; color: transparent; animation: markSweep 8s linear infinite; }
@keyframes markSweep { to { background-position: -160% 0; } }
.footer__bottom { align-items: center; }
.footer__top { margin-left: auto; border: 1px solid var(--line-ink); background: transparent; color: var(--ink); font: inherit; padding: 10px 16px; border-radius: 999px; cursor: pointer; transition: background .3s, color .3s; }
.footer__top:hover { background: var(--ink); color: var(--paper); }

@media (max-width: 1100px) { .aperture__copy--b { width: min(440px, 40vw); } }
@media (max-width: 860px) {
  .aperture__frame { clip-path: circle(calc(var(--ap) * 46%) at 50% 36%); }
  .aperture__copy--b { top: auto; bottom: 6vh; left: var(--gutter); right: var(--gutter); width: auto; transform: translateY(calc((1 - var(--ap-b)) * 30px)); }
  .voices { min-height: 0; padding: var(--section) 0; } .voices__stage { position: static; height: auto; overflow: visible; }
  .voices__track { transform: none; overflow-x: auto; scroll-snap-type: x mandatory; padding-right: calc((100vw - min(680px, 88vw)) / 2); }
  .voices__hint { display: none; }
  .work { padding-top: calc(60svh + 24px); }
  .footer__bottom { flex-wrap: wrap; } .footer__top { margin-left: 0; }
  .logos__track { gap: 40px; } .logo--serif { font-size: 26px; } .logo--light { font-size: 24px; }
}
@media (prefers-reduced-motion: reduce) {
  .threshold { display: none; } .work { padding-top: var(--section); }
  .voices { min-height: 0; padding: var(--section) 0; } .voices__stage { position: static; height: auto; overflow: visible; }
  .voices__track { transform: none; overflow-x: auto; }
  .plans.is-visible .plan { animation: none; } .plan--featured::after { animation: none; } .footer__mark span { animation: none; } .footer__live { animation: none; }
}

/* FOOTER — link block */
.footer__grid { grid-template-columns: 1.7fr 1fr 1fr 1fr .8fr; gap: 40px 32px; }
.footer__brand { gap: 16px; }
.footer__logo { display: flex; align-items: center; gap: 10px; font: 700 20px/1 var(--sans); letter-spacing: -.02em; color: var(--ink); }
.footer__logo-mark { color: var(--amber-deep); font-size: 18px; }
.footer__note { display: grid; gap: 10px; margin-top: 8px; max-width: 380px; }
.footer__note label { font: 500 11px var(--mono); letter-spacing: .16em; text-transform: uppercase; color: var(--muted-ink); }
.footer__note > div { display: flex; border: 1px solid var(--line-ink); border-radius: 999px; padding: 4px 4px 4px 18px; background: var(--bone); transition: border-color .3s, box-shadow .3s; }
.footer__note > div:focus-within { border-color: var(--ink); box-shadow: 0 0 0 4px rgba(10,10,11,.06); }
.footer__note input { flex: 1; min-width: 0; border: 0; background: transparent; font: inherit; font-size: 15px; color: var(--ink); outline: none; }
.footer__note input::placeholder { color: rgba(10,10,11,.4); }
.footer__note button { width: 38px; height: 38px; border-radius: 50%; border: 0; background: var(--ink); color: var(--paper); cursor: pointer; display: grid; place-items: center; transition: background .3s, transform .3s var(--out); }
.footer__note button:hover { background: var(--amber-deep); transform: rotate(-45deg); }
.footer__note small { font-size: 13px; color: var(--amber-deep); }
.footer__col a { position: relative; display: inline-flex; flex-direction: column; gap: 2px; padding-left: 0; transition: opacity .2s, padding-left .35s var(--out), color .3s; }
.footer__col a::before { content: ""; position: absolute; left: 0; top: .62em; width: 0; height: 1px; background: var(--amber-deep); transition: width .35s var(--out); }
.footer__col a:hover { padding-left: 18px; color: var(--amber-deep); }
.footer__col a:hover::before { width: 12px; }
.footer__col a b { font-weight: 600; color: inherit; }
.footer__col a span { font-size: 12.5px; color: var(--muted-ink); }
.footer__social { flex-direction: row !important; align-items: center; gap: 10px !important; }
.footer__social svg { width: 16px; height: 16px; fill: currentColor; opacity: .8; }
.footer__social:hover { padding-left: 0 !important; }
.footer__social:hover::before { width: 0 !important; }
.footer__social:hover svg { opacity: 1; }
@media (max-width: 1100px) { .footer__grid { grid-template-columns: 1fr 1fr 1fr; } .footer__brand { grid-column: 1 / -1; } }
@media (max-width: 860px) { .footer__grid { grid-template-columns: 1fr 1fr; } }

/* ============================================================
   PHASE 9 — joins, elevator gate, on-topic media, night beats
   ============================================================ */
/* paper bulging into the ink section below it */
.film::before, .reel::before, .arc::before, .night::before { content: ""; position: absolute; top: -1px; right: -5%; left: -5%; height: 7vw; z-index: 5; border-radius: 0 0 50% 50% / 0 0 100% 100%; background: var(--paper); pointer-events: none; }
.night::before { z-index: 3; }
/* paper bulging up into the ink section above it */
.pop::before { content: ""; position: absolute; top: -6vw; right: -5%; left: -5%; height: 7vw; z-index: 3; border-radius: 50% 50% 0 0 / 100% 100% 0 0; background: var(--paper); pointer-events: none; }
.pop { overflow: visible; }
/* rhythm inside long dark runs */
.specs { background: var(--ink-2); border-top: 1px solid rgba(255,255,255,.06); padding-top: calc(var(--section) * .8); }
.caps { padding-top: calc(var(--section) * .55); }
.fan { padding-top: calc(var(--section) * .45); }
.process { padding-top: calc(var(--section) * .6); }

/* capabilities: on-topic stills */
.svc .svc__img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; opacity: 0; filter: saturate(.8); transform: scale(1.08); transition: opacity .7s var(--ease), transform 1.4s var(--out); }
.svc li:is(:hover, :focus-visible) .svc__img { opacity: .85; transform: scale(1); }

/* specs figure, process figure, faq ask */
.specs__fig { margin: 28px 0 0; max-width: 420px; border-radius: 14px; overflow: hidden; }
.specs__fig img { display: block; width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.specs__fig figcaption { padding: 12px 0 0; font: 500 11px var(--mono); letter-spacing: .14em; text-transform: uppercase; color: rgba(247,243,234,.5); }
.process__fig { position: relative; margin: -30px 0 56px; border-radius: 18px; overflow: hidden; aspect-ratio: 21/8; }
.process__fig img { width: 100%; height: 100%; object-fit: cover; display: block; transform: scale(1.04); transition: transform 1.6s var(--out); }
.process__fig:hover img { transform: scale(1); }
.process__fig figcaption { position: absolute; left: 28px; right: 28px; bottom: 24px; display: flex; gap: 18px; align-items: baseline; font-size: 15px; color: var(--bone); text-shadow: 0 2px 20px rgba(0,0,0,.6); max-width: 60ch; }
.process__fig figcaption span { font: 500 11px var(--mono); letter-spacing: .2em; text-transform: uppercase; color: var(--amber-lt); flex: none; }
.faq__ask { display: grid; grid-template-columns: 64px 1fr; gap: 16px; align-items: center; margin-top: 18px; padding: 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: rgba(255,255,255,.03); max-width: 380px; }
.faq__ask img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; }
.faq__ask div { display: grid; gap: 4px; font-size: 14px; }
.faq__ask b { font-weight: 700; }
.faq__ask span { color: rgba(247,243,234,.6); }
.faq__ask a { margin-top: 6px; color: var(--amber-lt); font-weight: 600; width: max-content; }

/* bigstats: particle map behind the numbers */
.bigstats { position: relative; overflow: clip; isolation: isolate; }
.bigstats__media { position: absolute; inset: 0; z-index: -1; opacity: .5; }
.bigstats__media video { width: 100%; height: 100%; object-fit: cover; }
.bigstats__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, var(--ink) 0%, rgba(10,10,11,.35) 40%, rgba(10,10,11,.5) 70%, var(--ink) 100%); }
.bigstats .container { position: relative; }

/* NIGHT — pinned city with three timed beats */
.night { --night-p: 0; position: relative; height: 320svh; background: var(--ink); }
.night__stage { position: sticky; top: 0; height: 100svh; overflow: clip; isolation: isolate; }
.night__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(calc(1.18 - var(--night-p) * .16)) translateY(calc(var(--night-p) * -3%)); filter: saturate(.85) contrast(1.05); }
.night__grade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,10,11,.85) 0%, rgba(10,10,11,.45) 45%, rgba(10,10,11,.15) 100%), linear-gradient(180deg, rgba(10,10,11,.5), transparent 30%, transparent 70%, rgba(10,10,11,.7)); }
.night__beats { position: absolute; left: var(--gutter); top: 50%; width: min(620px, 80vw); transform: translateY(-50%); }
.night__beat { --o: 0; position: absolute; left: 0; top: 50%; margin: 0; display: grid; gap: 12px; opacity: var(--o); transform: translate3d(0, calc(-50% + (1 - var(--o)) * 30px), 0); filter: blur(calc((1 - var(--o)) * 5px)); pointer-events: none; }
.night__beat b { font: 700 clamp(34px, 4.6vw, 72px)/1.02 var(--sans); letter-spacing: -.04em; color: var(--bone); }
.night__beat > span:last-child { font-size: clamp(16px, 1.3vw, 20px); color: rgba(247,243,234,.75); max-width: 44ch; }
.night__time { font: 500 12px var(--mono); letter-spacing: .24em; color: var(--amber-lt); }
.night__hud { position: absolute; right: var(--gutter); bottom: 34px; display: flex; align-items: center; gap: 14px; font: 500 11px var(--mono); letter-spacing: .2em; text-transform: uppercase; color: rgba(247,243,234,.65); }
.night__dot { width: 8px; height: 8px; border-radius: 50%; background: #ff5d3b; box-shadow: 0 0 12px #ff5d3b; animation: nightBlink 1.4s steps(2, jump-none) infinite; }
.night__clock { color: var(--bone); font-variant-numeric: tabular-nums; }
@keyframes nightBlink { 50% { opacity: .2; } }

@media (max-width: 860px) {
  .specs__fig { max-width: none; } .process__fig { aspect-ratio: 4/3; margin-top: 0; }
  .process__fig figcaption { flex-direction: column; gap: 6px; left: 18px; right: 18px; bottom: 16px; }
  .night__beats { width: calc(100vw - var(--gutter) * 2); top: 42%; }
  .night__hud { left: var(--gutter); right: auto; }
}
@media (prefers-reduced-motion: reduce) {
  .night { height: auto; } .night__stage { position: relative; height: auto; padding: var(--section) 0; }
  .night__beats { position: relative; top: 0; transform: none; display: grid; gap: 36px; margin: 0 auto; }
  .night__beat { position: relative; top: 0; opacity: 1; transform: none; filter: none; margin: 0 0 12px; }
  .night__beats { position: relative; width: min(720px, 90vw); }
  .night__video { transform: none; } .night__dot { animation: none; }
  .svc .svc__img { transition: none; }
}

/* LETTERBOX — slit opens into a three-cut reel */
.letterbox { --lb-p: 0; --lb-open: 0; position: relative; height: 320svh; background: var(--ink); }
.letterbox__stage { position: sticky; top: 0; height: 100svh; overflow: clip; isolation: isolate; }
.letterbox__frame { position: absolute; left: 0; right: 0; top: calc(50% - var(--lb-open) * 36svh); height: calc(var(--lb-open) * 72svh); overflow: hidden; background: #000; }
.letterbox__frame::before, .letterbox__frame::after { content: ""; position: absolute; left: 0; right: 0; height: 1px; background: rgba(246,201,120,calc(.9 - var(--lb-open) * .6)); z-index: 3; box-shadow: 0 0 24px 2px rgba(233,162,59,calc(.7 - var(--lb-open) * .6)); }
.letterbox__frame::before { top: 0; } .letterbox__frame::after { bottom: 0; }
.letterbox__frame figure { --o: 0; position: absolute; inset: 0; margin: 0; opacity: var(--o); }
.letterbox__frame img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.12) translateX(calc((var(--lb-p) - .5) * -6%)); filter: saturate(.85); }
.letterbox__scrim { position: absolute; inset: 0; z-index: 2; background: linear-gradient(90deg, rgba(10,10,11,.78) 0%, rgba(10,10,11,.35) 40%, rgba(10,10,11,.05) 65%, rgba(10,10,11,.55) 100%); }
.letterbox__head { position: absolute; z-index: 4; left: var(--gutter); top: 50%; transform: translateY(-50%); max-width: 620px; display: grid; gap: 18px; pointer-events: none; }
.letterbox__facts { position: absolute; z-index: 4; right: var(--gutter); top: 50%; width: min(360px, 30vw); transform: translateY(-50%); pointer-events: none; }
.letterbox__fact { --o: 0; position: absolute; right: 0; top: 50%; width: 100%; display: grid; gap: 8px; text-align: right; opacity: var(--o); transform: translate3d(0, calc(-50% + (1 - var(--o)) * 24px), 0); filter: blur(calc((1 - var(--o)) * 4px)); }
.letterbox__fact small { font: 500 11px var(--mono); letter-spacing: .22em; text-transform: uppercase; color: var(--amber-lt); }
.letterbox__fact b { font: 800 clamp(64px, 8vw, 128px)/.95 var(--sans); letter-spacing: -.05em; color: var(--bone); font-variant-numeric: tabular-nums; }
.letterbox__fact b i { font-style: normal; font-size: .42em; margin-left: .06em; color: var(--amber); }
.letterbox__fact span { font-size: 15px; color: rgba(247,243,234,.72); max-width: 30ch; justify-self: end; }
.letterbox__meter { position: absolute; z-index: 4; left: var(--gutter); bottom: 34px; display: flex; align-items: center; gap: 14px; font: 500 11px var(--mono); letter-spacing: .2em; text-transform: uppercase; color: rgba(247,243,234,.6); }
.letterbox__meter i { width: 110px; height: 1px; background: rgba(255,255,255,.18); position: relative; overflow: hidden; }
.letterbox__meter i::after { content: ""; position: absolute; inset: 0; background: var(--amber); transform: scaleX(var(--lb-p)); transform-origin: left; }
.letterbox__meter em { font-style: normal; color: var(--amber); }
@media (max-width: 1100px) { .letterbox__head { max-width: 480px; } .letterbox__facts { width: min(300px, 34vw); } }
@media (max-width: 860px) {
  .letterbox__frame { top: calc(50% - var(--lb-open) * 30svh); height: calc(var(--lb-open) * 60svh); }
  .letterbox__head { top: 8svh; transform: none; right: var(--gutter); max-width: none; }
  .letterbox__facts { top: auto; bottom: 10svh; left: var(--gutter); right: var(--gutter); width: auto; transform: none; }
  .letterbox__fact { position: relative; top: 0; text-align: left; transform: translate3d(0, calc((1 - var(--o)) * 24px), 0); }
  .letterbox__fact:not(.is-on) { position: absolute; }
  .letterbox__fact span { justify-self: start; }
  .letterbox__meter { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .letterbox { height: auto; } .letterbox__stage { position: relative; height: auto; padding: var(--section) var(--gutter); display: grid; gap: 32px; }
  .letterbox__frame { position: relative; top: 0; height: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; background: none; }
  .letterbox__frame::before, .letterbox__frame::after, .letterbox__scrim { display: none; }
  .letterbox__frame figure { position: relative; opacity: 1; aspect-ratio: 4/3; overflow: hidden; border-radius: 12px; }
  .letterbox__frame img { transform: none; }
  .letterbox__head, .letterbox__facts { position: relative; top: 0; right: auto; transform: none; width: auto; }
  .letterbox__facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .letterbox__fact { position: relative; top: 0; opacity: 1; transform: none; filter: none; text-align: left; }
  .letterbox__fact span { justify-self: start; } .letterbox__meter { display: none; }
}

/* mosaic self-flip */
.mosaic__tiles i { transition: transform .26s var(--ease), opacity .6s var(--ease); backface-visibility: hidden; }
.mosaic__tiles i.is-flipping { transform: translateZ(calc(var(--tz) * var(--spread))) rotateY(90deg) !important; }

/* NIGHT — the audit form is the last beat */
.night { height: 420svh; }
.night__cta { --o: 0; position: absolute; inset: 0; z-index: 3; display: grid; align-items: center; opacity: var(--o); transform: translate3d(0, calc((1 - var(--o)) * 40px), 0); pointer-events: none; }
.night__cta.is-on { pointer-events: auto; }
.night__cta .cta__grid { position: relative; }
.night__cta .lead { background: rgba(10,10,11,.78); }
@media (max-width: 860px) { .night { height: 520svh; } .night__cta { align-items: start; padding-top: 12svh; overflow-y: auto; } .night__cta .cta__grid { padding-bottom: 40px; } }
@media (prefers-reduced-motion: reduce) { .night__cta { position: relative; opacity: 1; transform: none; pointer-events: auto; margin-top: 48px; } }

/* WORK — expanding photo panels */
.cases { display: flex; gap: 12px; height: clamp(440px, 64vh, 640px); perspective: none; }
.case { flex: 1; position: relative; overflow: hidden; border-radius: 22px; border: 0; background: var(--ink); transform: none !important; transition: flex .9s var(--out), box-shadow .5s; cursor: pointer; }
.case:hover, .case.is-open { flex: 2.4; }
.case::before { display: none; }
.case__media { position: absolute; inset: 0; margin: 0; aspect-ratio: auto; }
.case__media img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.08); filter: saturate(.85) brightness(.9); transition: transform 1.4s var(--out), filter .6s; }
.case:is(:hover, .is-open) .case__media img { transform: scale(1); filter: saturate(1) brightness(1); }
.case__body { position: absolute; left: 0; right: 0; bottom: 0; padding: 28px 28px 26px; display: grid; gap: 10px; color: var(--bone); transform: none; background: linear-gradient(180deg, transparent, rgba(10,10,11,.55) 35%, rgba(10,10,11,.92)); }
.case__client { color: var(--amber-lt); }
.case__body h3 { color: var(--bone); font-size: clamp(20px, 1.8vw, 26px); }
.case__body p, .case__stats { color: rgba(247,243,234,.78); max-height: 0; opacity: 0; overflow: hidden; margin: 0; transition: max-height .8s var(--out), opacity .5s var(--ease); }
.case:is(:hover, .is-open) .case__body p, .case:is(:hover, .is-open) .case__stats { max-height: 220px; opacity: 1; }
.case__stats { border-top-color: rgba(247,243,234,.2); padding-top: 14px; }
.case__stats b { color: var(--bone); font-size: 40px; }
.case__stats > span { color: rgba(247,243,234,.6); }
.case__arrow { background: var(--amber); color: var(--ink); }
@media (max-width: 860px) { .cases { flex-direction: column; height: auto; } .case { min-height: 300px; } .case:hover, .case.is-open { flex: 1; } .case__body p, .case__stats { max-height: none; opacity: 1; } }

/* COMPARE — the split line sweeps on its own until you touch it */
.compare.is-auto .compare__handle { transition: none; }

/* REEL — smaller logo cards, faster travel */
.reel { height: calc(100svh + 120vw); }
@media (max-width: 860px) { .reel { height: auto; } }
@media (hover: none) { .svc .svc__img { opacity: .45; transform: none; } .case__body p, .case__stats { max-height: none; opacity: 1; } }
.reel__card { flex: 0 0 min(280px, 72vw); min-height: 0; gap: 14px; padding: 22px 22px 20px; }
.reel__card h3 { font-size: 26px; }
.reel__card p { font-size: 13.5px; }
.reel__spark { height: 26px; }
.reel__logo { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; font: 800 20px/1 var(--sans); color: var(--ink); background: var(--c); box-shadow: 0 10px 30px -10px var(--c); margin-bottom: 4px; }
.reel__idx { position: absolute; top: 22px; right: 22px; }

/* DEPTH — bigger figures that hold their opacity longer */
.dl { width: clamp(300px, 34vw, 580px); opacity: clamp(0, min(calc((var(--zeff) + 3300) / 600), calc((250 - var(--zeff)) / 230)), 1); }

/* INDUSTRIES — bigger chevrons with readable titles */
.chevron { flex: 0 0 clamp(170px, 19.5vw, 330px); }
.chevron::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(180deg, transparent, rgba(10,10,11,.85)); pointer-events: none; }
.chevron figcaption { z-index: 2; left: 34%; right: 12%; bottom: 26px; display: grid; gap: 6px; text-transform: none; letter-spacing: 0; }
.chevron figcaption b { font: 500 clamp(20px, 2.1vw, 32px)/1 var(--serif); font-style: italic; color: var(--bone); }
.chevron figcaption small { font: 400 12.5px/1.35 var(--sans); color: rgba(247,243,234,.8); opacity: 0; transform: translateY(8px); transition: opacity .4s var(--ease), transform .5s var(--out); }
.chevron:hover figcaption small { opacity: 1; transform: none; }
@media (max-width: 860px) { .chevron figcaption { display: grid; left: 36%; right: 10%; bottom: 14px; } .chevron figcaption b { font-size: 16px; } .chevron figcaption small { display: none; } }
@media (prefers-reduced-motion: reduce) { .case, .case__media img, .case__body p, .case__stats { transition: none; } .case__body p, .case__stats { max-height: none; opacity: 1; } }

/* RAIL — a thread in the left gutter that fills as you scroll and names the section */
.rail { position: fixed; left: 26px; top: 50%; z-index: 40; height: 42vh; transform: translateY(-50%); display: grid; grid-template-columns: 1px auto; align-items: start; gap: 14px; pointer-events: none; opacity: 0; transition: opacity .5s; }
.rail.is-on { opacity: 1; }
.rail__line { position: relative; width: 1px; height: 100%; background: rgba(128,120,110,.28); }
.rail__line b { position: absolute; left: 0; top: 0; width: 1px; height: var(--rail-p, 0%); background: var(--amber); box-shadow: 0 0 10px rgba(233,162,59,.6); }
.rail__line::after { content: ""; position: absolute; left: -3px; top: var(--rail-p, 0%); width: 7px; height: 7px; margin-top: -3px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 12px 2px rgba(233,162,59,.5); }
.rail__num, .rail__name { writing-mode: vertical-rl; transform: rotate(180deg); font: 500 10px/1 var(--mono); letter-spacing: .24em; text-transform: uppercase; color: var(--rail-ink, rgba(247,243,234,.55)); transition: color .4s, opacity .4s, transform .5s var(--out); grid-column: 2; }
.rail__num { color: var(--rail-accent, var(--amber)); margin-bottom: 14px; }
.rail.is-paper { --rail-ink: rgba(10,10,11,.55); --rail-accent: var(--amber-deep); }
.rail.is-switching .rail__name { opacity: 0; transform: rotate(180deg) translateY(-8px); }
@media (max-width: 1360px), (prefers-reduced-motion: reduce) { .rail { display: none; } }

/* paint far-off simple sections only when they approach */
.specs, .bigstats, .industries, .statement, .word, .faq, .process, .footer { content-visibility: auto; contain-intrinsic-size: auto 900px; }

/* tighter holds, bigger beats */
.film { height: 430svh; }
.anatomy { height: 260svh; }
.night { height: 340svh; }
.film__beat { width: min(640px, 52vw); }
.film__beat h2 { font-size: clamp(38px, 5.2vw, 84px); }
.film__chapter { font: 500 12px var(--mono); letter-spacing: .24em; color: var(--amber-lt); }
.film__chapter i { font-style: normal; color: rgba(247,243,234,.4); }
.night__grade { background: linear-gradient(90deg, rgba(10,10,11,.7) 0%, rgba(10,10,11,.3) 45%, rgba(10,10,11,.05) 100%), linear-gradient(180deg, rgba(10,10,11,.35), transparent 30%, transparent 70%, rgba(10,10,11,.6)); }
.night__video { filter: saturate(.9) contrast(1.02) brightness(1.18); }
.night__beat b { font-size: clamp(40px, 5.4vw, 88px); }
.night__beat > span:last-child { font-size: clamp(17px, 1.4vw, 22px); }
.night__ticker { position: absolute; left: 0; right: 0; bottom: 0; z-index: 3; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.1); background: rgba(10,10,11,.45); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); overflow: hidden; font: 500 11px var(--mono); letter-spacing: .16em; text-transform: uppercase; color: rgba(247,243,234,.7); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.night__ticker > div { display: flex; width: max-content; white-space: nowrap; animation: tickerMove 46s linear infinite; }
@keyframes tickerMove { to { transform: translateX(-50%); } }
.night__hud { bottom: 58px; }

/* HERO — live system HUD */
.hud { position: absolute; z-index: 5; right: var(--gutter); bottom: clamp(70px, 12vh, 140px); width: 300px; }
.hud > span { display: grid; gap: 12px; padding: 18px 20px 16px; border-radius: 18px; background: rgba(10,10,11,.55); border: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); box-shadow: 0 30px 80px -30px rgba(0,0,0,.7); }
.hud header { display: flex; align-items: center; gap: 10px; font: 500 10px var(--mono); letter-spacing: .2em; text-transform: uppercase; color: rgba(247,243,234,.7); }
.hud header em { margin-left: auto; font-style: normal; color: var(--amber-lt); font-variant-numeric: tabular-nums; }
.hud__dot { width: 7px; height: 7px; border-radius: 50%; background: #3ecf8e; box-shadow: 0 0 0 0 rgba(62,207,142,.6); animation: livePulse 2.2s infinite; }
.hud__row { display: flex; align-items: baseline; gap: 10px; }
.hud__row b { font: 800 26px/1 var(--sans); letter-spacing: -.04em; font-variant-numeric: tabular-nums; color: var(--bone); min-width: 96px; }
.hud__row span { font-size: 13px; color: rgba(247,243,234,.6); }
.hud footer { padding-top: 10px; border-top: 1px solid rgba(255,255,255,.1); font: 500 10px var(--mono); letter-spacing: .12em; color: var(--amber-lt); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (max-width: 1100px) { .hud { display: none; } }
@media (max-width: 860px) { .film__beat { width: auto; } }
@media (prefers-reduced-motion: reduce) { .night__ticker > div { animation: none; } .hud__dot { animation: none; } }

/* SOLUTIONS — nine services (automaize.ai) */
.solutions { background: var(--ink); padding: var(--section) 0; border-top: 1px solid rgba(255,255,255,.08); }
.solutions__head { max-width: 760px; margin-bottom: 48px; }
.solutions__grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.1); }
.sol { position: relative; background: var(--ink); padding: 34px 30px 56px; min-height: 230px; overflow: hidden; transition: background .4s var(--ease); }
.sol::before { content: ""; position: absolute; inset: 0; background: radial-gradient(420px 220px at 100% 0%, rgba(233,162,59,.18), transparent 70%); opacity: 0; transition: opacity .5s var(--ease); }
.sol:hover { background: #111113; }
.sol:hover::before { opacity: 1; }
.sol__num { font: 500 11px var(--mono); letter-spacing: .2em; color: var(--amber); }
.sol h3 { margin: 18px 0 10px; font: 700 clamp(20px, 1.6vw, 24px)/1.1 var(--sans); letter-spacing: -.02em; }
.sol p { margin: 0; font-size: 15px; line-height: 1.5; color: rgba(247,243,234,.62); max-width: 32ch; }
.sol__arrow { position: absolute; right: 26px; bottom: 22px; color: var(--amber-lt); transform: translateX(-8px); opacity: 0; transition: transform .4s var(--out), opacity .4s; }
.sol:hover .sol__arrow { transform: none; opacity: 1; }

@media (max-width: 1100px) { .solutions__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 860px) { .solutions__grid { grid-template-columns: 1fr; } .sol { min-height: 0; padding: 26px 22px 48px; } }
@media (prefers-reduced-motion: reduce) { .sol, .sol::before, .sol__arrow { transition: none; } }

/* v2 overrides */
.work { padding-top: var(--section); }
.work::before { content: ""; position: absolute; top: -6vw; right: -5%; left: -5%; height: 7vw; z-index: 3; border-radius: 50% 50% 0 0 / 100% 100% 0 0; background: var(--paper); pointer-events: none; }
.process { position: relative; }
.process::before { content: ""; position: absolute; top: -1px; right: -5%; left: -5%; height: 7vw; z-index: 5; border-radius: 0 0 50% 50% / 0 0 100% 100%; background: var(--paper); pointer-events: none; }
.process .container { position: relative; z-index: 6; padding-top: 4vw; }
.subpage { padding-top: 140px; }
.legal { background: var(--ink); padding: 40px 0 var(--section); }
.legal__grid { display: grid; grid-template-columns: 1fr 1.6fr; gap: 64px; align-items: start; }
.legal__head { position: sticky; top: 120px; display: grid; gap: 18px; }
.legal__body { color: rgba(247,243,234,.78); font-size: 16px; line-height: 1.65; }
.legal__body h2 { margin: 42px 0 12px; font: 700 clamp(22px, 2vw, 30px)/1.15 var(--sans); letter-spacing: -.03em; color: var(--bone); }
.legal__body h3 { margin: 26px 0 8px; font: 600 18px/1.2 var(--sans); color: var(--bone); }
.legal__body p { margin: 0 0 14px; }
.legal__body ul { margin: 0 0 16px; padding-left: 20px; display: grid; gap: 6px; }
.legal__body > p:first-child { font: 500 11px var(--mono); letter-spacing: .2em; text-transform: uppercase; color: var(--amber-lt); margin-bottom: 24px; }
.contactpage { position: relative; isolation: isolate; background: var(--ink); padding: 40px 0 var(--section); overflow: clip; }
.contactpage__media { position: absolute; inset: 0; z-index: -1; opacity: .35; }
.contactpage__media video { width: 100%; height: 100%; object-fit: cover; }
.contactpage__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, var(--ink), rgba(10,10,11,.4) 40%, var(--ink)); }
.contactpage__offices { display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px; margin-top: 72px; padding-top: 40px; border-top: 1px solid rgba(255,255,255,.12); }
.contactpage__offices div { display: grid; gap: 6px; font-size: 14px; color: rgba(247,243,234,.65); }
.contactpage__offices b { font-size: 20px; color: var(--bone); }
.contactpage__offices a { color: var(--amber-lt); width: max-content; }
@media (max-width: 860px) { .legal__grid, .contactpage__offices { grid-template-columns: 1fr; } .legal__head { position: static; } .subpage { padding-top: 110px; } }

.insights { border-top: 0; padding-top: calc(var(--section) * .6); }
.insights .sol { min-height: 200px; }
.insights .sol h3 { font-size: clamp(18px, 1.4vw, 21px); }
/* SOLUTIONS v2 — bento with icons, photos and a pointer spotlight */
.solutions__grid { margin-inline: auto; grid-template-columns: repeat(4, 1fr); grid-auto-rows: minmax(230px, auto); gap: 10px; background: none; border: 0; }
.solutions__head { max-width: 820px; }
.sol { --sx: 50%; --sy: 50%; position: relative; overflow: hidden; border-radius: 18px; border: 1px solid rgba(255,255,255,.1); background: #111113; padding: 0; min-height: 0; isolation: isolate; transition: border-color .4s, transform .6s var(--out); }
.sol::before { inset: 0; background: radial-gradient(360px 260px at var(--sx) var(--sy), rgba(233,162,59,.16), transparent 70%); opacity: 0; }
.sol:hover { background: #131315; border-color: rgba(233,162,59,.35); transform: translateY(-3px); }
.sol:hover::before { opacity: 1; }
.sol--wide { grid-column: span 2; }
.sol__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .55; filter: saturate(.8); transition: transform 1.4s var(--out), opacity .5s; z-index: 0; }
.sol--wide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(17,17,19,.96) 0%, rgba(17,17,19,.8) 45%, rgba(17,17,19,.1) 100%); z-index: 1; }
.sol:hover .sol__img { transform: scale(1.05); opacity: .7; }
.sol__inner { position: relative; z-index: 2; display: grid; gap: 10px; padding: 26px 26px 54px; height: 100%; align-content: start; }
.sol__icon { width: 26px; height: 26px; fill: none; stroke: var(--amber-lt); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; margin-bottom: 8px; }
.sol .sol__num { position: absolute; top: 26px; right: 26px; }
.sol h3 { margin: 0; }
.sol p { max-width: 36ch; }
.sol small { display: block; margin-top: 4px; font: 500 11px var(--mono); letter-spacing: .14em; text-transform: uppercase; color: var(--amber-lt); opacity: 0; transform: translateY(6px); transition: opacity .4s, transform .5s var(--out); }
.sol:hover small { opacity: 1; transform: none; }
.sol .sol__arrow { z-index: 2; }
@media (max-width: 1100px) { .solutions__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 860px) { .solutions__grid { grid-template-columns: 1fr; grid-auto-rows: auto; } .sol--wide { grid-column: auto; } .sol small { opacity: 1; transform: none; } .sol__inner { padding: 22px 22px 48px; } }
/* SOLUTIONS v3 — living pipelines */
.sol__inner { padding-bottom: 26px; gap: 8px; }
.sol__mode { position: absolute; top: 24px; right: 24px; font: 500 10px var(--mono); letter-spacing: .2em; text-transform: uppercase; color: var(--amber-lt); padding: 6px 10px; border: 1px solid rgba(233,162,59,.35); border-radius: 999px; }
.sol .sol__num { position: absolute; right: 18px; bottom: -14px; top: auto; font: 800 96px/1 var(--sans); letter-spacing: -.06em; color: transparent; -webkit-text-stroke: 1px rgba(233,162,59,.35); z-index: 2; pointer-events: none; transition: -webkit-text-stroke-color .4s, transform .6s var(--out); }
.sol:hover .sol__num { -webkit-text-stroke-color: rgba(233,162,59,.7); transform: translateY(-6px); }
.sol .sol__arrow { display: none; }
.sol__flow { width: 100%; max-width: 240px; height: 44px; margin-top: auto; padding-top: 14px; overflow: visible; }
.sol__flow path { fill: none; stroke: rgba(255,255,255,.18); stroke-width: 1; }
.sol__flow circle { fill: rgba(247,243,234,.5); }
.sol__flow .sol__flow-agent { fill: var(--amber); }
.sol__flow .sol__packet { fill: #fff2d6; filter: drop-shadow(0 0 4px rgba(233,162,59,.9)); }
.sol__flow text { font: 500 9px var(--mono); letter-spacing: .12em; text-transform: uppercase; fill: rgba(247,243,234,.55); text-anchor: start; }
.sol__flow .sol__flow-mid { text-anchor: middle; fill: var(--amber-lt); }
.sol__flow .sol__flow-end { text-anchor: end; }
.sol--wide .sol__inner { max-width: 60%; }
@media (max-width: 860px) { .sol--wide .sol__inner { max-width: none; } .sol .sol__num { font-size: 72px; } }
@media (prefers-reduced-motion: reduce) { .sol__packet { display: none; } }
/* FAQ → night are both ink: no paper curve between them */
.case__stats b { font-size: 22px; letter-spacing: -.02em; }
.case__arrow { text-decoration: none; }
/* single-step contact form */
.lead--single { display: grid; gap: 16px; }
.lead__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 14px; }
.lead__full { grid-column: 1 / -1; }
.lead__note { font-size: 13px; color: var(--amber-lt); }
.lead__note[hidden] { display: none; }
@media (max-width: 600px) { .lead__grid { grid-template-columns: 1fr; } }
.network__copy { display: grid; gap: 18px; }
.network__copy .h2 { margin-bottom: 6px; }
.sol__inner { padding-bottom: 30px; }
.sol { min-height: 200px; }
/* the hero buttons must never be clipped by the line mask (magnet offset moves them) */
.hero__actions.line { overflow: visible; }
.hero__actions > span { padding: 8px; margin: -8px; }
/* footer v2 */
.footer { padding-top: clamp(64px, 8vw, 110px); }
.footer__cta { grid-template-columns: 1fr minmax(240px, 34ch); align-items: end; gap: 32px 64px; padding-bottom: clamp(28px, 4vw, 52px); margin-bottom: clamp(28px, 4vw, 52px); }
.footer__ask { display: grid; gap: 18px; min-width: 0; }
.footer__brand { gap: 12px; padding-bottom: .35em; }
.footer__brand > p:last-child { font-size: 15px; color: var(--muted-ink); }
.footer__grid { grid-template-columns: minmax(120px, .8fr) 2.6fr minmax(100px, .7fr); gap: 32px 48px; }
.footer__inboxes { display: grid; grid-template-columns: repeat(3, max-content); gap: 16px 44px; }
.footer__inboxes a span { font-family: var(--mono); font-size: 11.5px; letter-spacing: .02em; }
.footer__mark { margin-top: clamp(40px, 5.5vw, 76px); }
@media (max-width: 1100px) { .footer__inboxes { grid-template-columns: repeat(2, max-content); } }
@media (max-width: 900px) {
  .footer__cta { grid-template-columns: 1fr; align-items: start; }
  .footer__brand { padding-bottom: 0; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 28px 32px; }
  .footer__col--wide { grid-column: 1 / -1; order: 1; }
}
@media (max-width: 720px) {
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__inboxes { grid-template-columns: 1fr 1fr; gap: 14px 16px; }
  .footer__inboxes a { width: auto; }
  .footer__inboxes a span { overflow-wrap: anywhere; font-size: 10.5px; letter-spacing: 0; }
}
/* no focus rings anywhere */
:focus, :focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible, [tabindex]:focus-visible { outline: none !important; box-shadow: none !important; }
/* process (ink) curves into the statement (paper) */
.statement { position: relative; }
.statement::before { content: ""; position: absolute; top: -6vw; right: -5%; left: -5%; height: 7vw; border-radius: 50% 50% 0 0 / 100% 100% 0 0; background: var(--paper); }

/* letterbox on phones: frame sits between the heading and the fact, nothing overlaps */
@media (max-width: 860px) {
  .letterbox__frame { top: calc(50% - var(--lb-open) * 25svh); height: calc(var(--lb-open) * 50svh); }
  .letterbox__head { top: 5svh; }
  .letterbox__facts { bottom: 4svh; }
  .letterbox__fact b { font-size: clamp(56px, 16vw, 72px); }
  .letterbox__fact span { font-size: 14px; }
}

/* outlined type: hollow wordmark (fill painted over the stroke hides the font's inner contours), a fill wave sweeps through it, AI stays solid */
.footer__mark { position: relative; }
.footer__mark span { position: relative; display: inline-block; background: none; -webkit-background-clip: initial; background-clip: initial; color: var(--paper); -webkit-text-stroke: 4px var(--ink); paint-order: stroke fill; animation: none; }
.footer__mark span b { font-weight: inherit; color: var(--amber-deep); -webkit-text-stroke: 0; }
.footer__mark span::after { content: "AUTOMAIZE"; position: absolute; inset: 0; color: transparent; -webkit-text-stroke: 0; pointer-events: none;
  background: linear-gradient(104deg, transparent 0 38%, var(--ink) 46% 54%, transparent 62% 100%) 0 0 / 320% 100% no-repeat; -webkit-background-clip: text; background-clip: text; animation: markWave 6.5s cubic-bezier(.65,0,.35,1) infinite; }
@keyframes markWave { 0% { background-position: 120% 0; } 55%, 100% { background-position: -20% 0; } }
.letterbox__fact b { font-family: var(--sans); font-weight: 800; letter-spacing: -.05em; color: var(--ink); -webkit-text-stroke: 3px var(--bone); paint-order: stroke fill; }  /* same treatment as the footer wordmark: fill painted over the stroke hides the font's inner contours */
.letterbox__fact b i { color: var(--amber); -webkit-text-stroke: 0; }
@media (max-width: 860px) { .footer__mark span { -webkit-text-stroke-width: 2.5px; } .letterbox__fact b { -webkit-text-stroke-width: 2.4px; } }
@media (prefers-reduced-motion: reduce) { .footer__mark span::after { animation: none; display: none; } }

/* manifesto art: a small oval portrait with a ring and a slowly turning dashed orbit */
.manifesto .container { position: relative; }
.manifesto__art { position: absolute; right: 3%; top: 4vw; width: min(22%, 300px); aspect-ratio: 3 / 4; margin: 0; z-index: 0; transform: rotate(-4deg); }
.manifesto__art img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; filter: saturate(.85) contrast(1.05); box-shadow: 0 30px 60px -30px rgba(10,10,11,.45); }
.manifesto__art::before { content: ""; position: absolute; inset: -12px; border-radius: 50%; border: 1px solid rgba(10,10,11,.28); pointer-events: none; }
.manifesto__art::after { content: ""; position: absolute; inset: -30px; border-radius: 50%; border: 1px dashed var(--amber-deep); opacity: .7; animation: orbit 60s linear infinite; pointer-events: none; }
@keyframes orbit { to { transform: rotate(360deg); } }
.manifesto__text, .manifesto__foot, .manifesto .eyebrow { position: relative; z-index: 1; }
@media (max-width: 1000px) { .manifesto__art { display: none; } }
@media (prefers-reduced-motion: reduce) { .manifesto__art::after { animation: none; } }

/* film: readable copy without counters */
.film__beat { gap: 12px; }
.film__beat h2, .film__beat > p { text-shadow: 0 2px 30px rgba(0,0,0,.75), 0 0 2px rgba(0,0,0,.6); }
.film__beat::before { content: ""; position: absolute; inset: -14% -18%; z-index: -1; background: radial-gradient(closest-side, rgba(10,10,11,.6), rgba(10,10,11,.35) 55%, transparent); filter: blur(6px); pointer-events: none; }
/* capability stills appear as their row scrolls through the middle of the screen (and on hover) */
.svc .svc__img { opacity: 0; transform: scale(1.08); transition: opacity .9s var(--ease), transform 1.6s var(--out); }
.svc li.is-lit .svc__img { opacity: .85; transform: scale(1); }
@media (hover: none) { .svc .svc__img { opacity: 0; transform: scale(1.08); } .svc li.is-lit .svc__img { opacity: .7; transform: scale(1); } }
/* joins: every colour change is the same shape, the lower section rising into the one above */
.film::before, .night::before, .process::before { top: -6vw; height: 7vw; border-radius: 50% 50% 0 0 / 100% 100% 0 0; background: var(--ink); }
.statement { content-visibility: visible; z-index: 3; }
.word { border-top: 0; }

/* anatomy: a fuller scene */
.anatomy__stage::before { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: radial-gradient(ellipse 46% 40% at 50% 62%, rgba(233,162,59,.13), transparent 70%), radial-gradient(rgba(243,238,228,.07) 1px, transparent 1.2px) 0 0 / 26px 26px;
  -webkit-mask: radial-gradient(ellipse 70% 75% at 50% 55%, #000 30%, transparent 100%); mask: radial-gradient(ellipse 70% 75% at 50% 55%, #000 30%, transparent 100%); }
.anatomy__svg { position: relative; z-index: 1; animation: anaFloat 9s ease-in-out infinite; }
@keyframes anaFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
.anatomy__ground { fill: url(#anaGround); opacity: calc(.5 + var(--ex) * .5); }
.anatomy__grid path { stroke: rgba(243,238,228,.07); stroke-width: 1; fill: none; }
.anatomy__spine { fill: none; stroke: rgba(246,201,120,.18); stroke-width: 1; opacity: var(--ex); }
.anatomy__spine--flow { stroke: var(--amber); stroke-width: 2; stroke-linecap: round; stroke-dasharray: 6 120; animation: anaFlow 2.6s linear infinite; filter: drop-shadow(0 0 6px rgba(233,162,59,.9)); }
@keyframes anaFlow { to { stroke-dashoffset: -252; } }
.anatomy__dust circle { fill: rgba(246,201,120,.55); animation: anaDust 6s ease-in-out infinite; }
.anatomy__dust circle:nth-child(2n) { animation-duration: 8s; animation-delay: -2s; fill: rgba(243,238,228,.4); }
.anatomy__dust circle:nth-child(3n) { animation-delay: -4s; }
.anatomy__dust circle:nth-child(4n) { animation-duration: 11s; animation-delay: -1s; }
@keyframes anaDust { 0%, 100% { transform: translateY(0); opacity: .35; } 50% { transform: translateY(-14px); opacity: 1; } }
.anatomy__top { stroke: rgba(243,238,228,.24); }
.anatomy__rim { fill: none; stroke: rgba(243,238,228,.09); stroke-width: 1; }
.anatomy__layer--hot .anatomy__rim { stroke: rgba(10,10,11,.35); }
.anatomy__layer--hot .anatomy__side { fill: #7a4a12; }
.anatomy__layer--hot .anatomy__side--r { fill: #5a340c; }
.anatomy__layer--hot .anatomy__top { animation: anaPulse 3.2s ease-in-out infinite; }
@keyframes anaPulse { 0%, 100% { filter: drop-shadow(0 0 22px rgba(233,162,59,.3)); } 50% { filter: drop-shadow(0 0 44px rgba(233,162,59,.6)); } }
.anatomy__label { font-size: 16px; }
.anatomy__idx { fill: var(--amber); font-family: var(--mono); font-size: 11px; font-weight: 500; letter-spacing: .16em; }
.anatomy__lead { stroke: rgba(246,201,120,.85); }
@media (prefers-reduced-motion: reduce) { .anatomy__svg, .anatomy__spine--flow, .anatomy__dust circle, .anatomy__layer--hot .anatomy__top { animation: none; } }

/* rail v2 */
.rail { display: none !important; }
.railx { position: fixed; left: 24px; top: 50%; z-index: 40; transform: translateY(-50%); display: grid; gap: 18px; justify-items: start; opacity: 0; pointer-events: none; transition: opacity .6s var(--ease);
  --rx-ink: rgba(247,243,234,.5); --rx-line: rgba(247,243,234,.16); --rx-accent: var(--amber); }
.railx.is-on { opacity: 1; pointer-events: auto; }
.railx.is-paper { --rx-ink: rgba(10,10,11,.55); --rx-line: rgba(10,10,11,.14); --rx-accent: var(--amber-deep); }
.railx__head { position: relative; width: 48px; height: 48px; display: grid; place-items: center; margin-left: -24px; }
.railx__ring { position: absolute; inset: 0; transform: rotate(-90deg); }
.railx__ring circle { fill: none; stroke-width: 1.2; }
.railx__ring-bg { stroke: var(--rx-line); }
.railx__ring-fg { stroke: var(--rx-accent); stroke-dasharray: 132; stroke-dashoffset: calc(132 * (1 - var(--rx-sp, 0))); stroke-linecap: round; filter: drop-shadow(0 0 4px rgba(233,162,59,.55)); transition: stroke .3s; }
.railx__num { font: 500 11px var(--mono); letter-spacing: .1em; color: var(--rx-accent); transition: color .3s; }
.railx__body { position: relative; }
.railx__ticks { list-style: none; margin: 0; padding: 0; display: grid; }
.railx__ticks li { height: 22px; display: flex; align-items: center; }
.railx__ticks button { all: unset; cursor: pointer; display: flex; align-items: center; gap: 14px; height: 22px; padding-right: 8px; }
.railx__ticks i { display: block; width: 10px; height: 1px; margin-left: -5px; background: var(--rx-ink); transition: width .35s var(--out), background .3s, box-shadow .3s; }
.railx__ticks span { font: 500 10px var(--mono); letter-spacing: .22em; text-transform: uppercase; white-space: nowrap; color: var(--rx-ink); opacity: 0; transform: translateX(-6px); transition: opacity .3s, transform .35s var(--out), color .3s; }
.railx__ticks li.is-active i, .railx__ticks button:hover i { width: 22px; background: var(--rx-accent); box-shadow: 0 0 10px rgba(233,162,59,.5); }
.railx__ticks li.is-active span, .railx__ticks button:hover span { opacity: 1; transform: none; }
.railx__ticks li.is-active span { color: var(--rx-accent); }
.railx__thread { position: absolute; left: 0; top: 0; bottom: 0; width: 1px; background: var(--rx-line); pointer-events: none; }
.railx__thread b { position: absolute; left: 0; top: 0; width: 1px; height: var(--rx-y, 0px); background: linear-gradient(180deg, transparent, var(--rx-accent)); }
.railx__thread em { position: absolute; left: -3.5px; top: var(--rx-y, 0px); width: 8px; height: 8px; margin-top: -4px; border-radius: 50%; background: var(--rx-accent); box-shadow: 0 0 0 3px rgba(233,162,59,.16), 0 0 14px rgba(233,162,59,.8); transition: top .15s linear; }
.railx__thread em::before { content: ""; position: absolute; left: 3.5px; bottom: 100%; width: 1px; height: 30px; background: linear-gradient(180deg, transparent, rgba(233,162,59,.9)); }
@media (max-width: 1360px), (prefers-reduced-motion: reduce) { .railx { display: none; } }

/* process: heading and blueprint stay put on the left while the five steps scroll past */
.process .container { display: grid; grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr); gap: 0 clamp(48px, 7vw, 120px); align-items: start; }
.process__side { position: sticky; top: 96px; display: grid; gap: 28px; }
.process__head { margin-bottom: 0; }
.process__fig { margin: 0; aspect-ratio: 4 / 3; }
.steps { grid-template-columns: 1fr; gap: 0; padding-top: 6px; }
.steps::before, .steps::after { top: 0; bottom: 0; left: 25px; right: auto; width: 1px; height: auto; }
.steps::after { height: var(--process-p); bottom: auto; background: linear-gradient(180deg, var(--amber-lt), var(--amber)); }
.steps li { padding: 0 0 clamp(90px, 16vh, 180px) 84px; min-height: 50px; opacity: .38; transition: opacity .6s var(--ease); }
.steps li.is-done { opacity: 1; }
.steps h3 { font-size: 30px; }
.steps li:last-child { padding-bottom: 0; }
.steps li span { top: 0; left: 0; }
.steps h3 { margin-top: 8px; }
@media (max-width: 900px) {
  .process .container { grid-template-columns: 1fr; gap: 36px; }
  .process__side { position: static; }
  .steps li { padding: 0 0 48px 66px; }
  .steps::before, .steps::after { left: 25px; }
}

/* joins with moving pictures: the picture itself rises into the paper above (paper gets an elliptical bite) */
.word, .manifesto { content-visibility: visible; position: relative; z-index: 4; margin-bottom: -6vw; padding-bottom: calc(6vw + 40px);
  -webkit-mask: radial-gradient(ellipse 56% 6.2vw at 50% 100%, transparent 99%, #000 100%); mask: radial-gradient(ellipse 56% 6.2vw at 50% 100%, transparent 99%, #000 100%); }
.manifesto { padding-bottom: calc(6vw + clamp(70px, 8vw, 120px)); }
.night::before, .film::before { display: none; }

/* film: right-hand chapters sit further right on wide screens */
.film__beat--right { width: min(540px, 40vw); right: calc(var(--gutter) * .75); }

/* hero video keeps its poster painted underneath, so the wordmark window is never empty while the clip buffers */
.hero__video { background: url(assets/video/hero-city-poster.jpg) center / cover no-repeat; }

/* rail removed for now */
.railx { display: none !important; }



/* elevator film ends with the capabilities ink rising into it */
.caps { position: relative; z-index: 3; }
.caps::before { content: ""; position: absolute; top: -6vw; right: -5%; left: -5%; height: 7vw; border-radius: 50% 50% 0 0 / 100% 100% 0 0; background: var(--ink); pointer-events: none; }


/* sections whose curve reaches above their own box must not be paint-contained */
.caps, .process, .statement, .word, .manifesto, .work, .voices, .footer { content-visibility: visible; }

/* shorter benchmark reel: no idle ink after the frame closes */
.letterbox { height: 280svh; }
@media (max-width: 860px) { .letterbox { height: 240svh; } }


/* contact fallback note */
.lead__note { margin-top: 14px; font-size: 14px; line-height: 1.55; color: rgba(247,243,234,.75); }
.lead__note a { color: var(--amber); text-decoration: underline; text-underline-offset: 3px; }
.lead__note button { all: unset; cursor: pointer; color: var(--amber); text-decoration: underline; text-underline-offset: 3px; }
/* ============================================================
   REDUCED MOTION — collapse the tracks, not just the durations
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .loader { display: none; }
  .line > span, .mask-inner, [data-reveal] { opacity: 1 !important; transform: none !important; filter: none !important; }
  .hero-track { height: 100svh; }
  .hero { position: relative; }
  .hero__mask, .hero__wash, .hero__haze { display: none; }
  .hero__world, .hero__copy { transform: none !important; filter: none !important; opacity: 1 !important; }
  .band { transform: none; }
  .band__line { transform: none !important; }
  .method { min-height: 0; }
  .method__sticky { position: relative; height: 70svh; }
  .method__copy { margin-top: 0; padding-top: 40px; }
  .chapter { min-height: 0; opacity: 1; filter: none; transform: none; padding: 20px 0; }
  .threshold { height: 30px; }
  .threshold i, .threshold span { display: none; }
  .work { margin-top: 0; padding-top: var(--section); clip-path: none; }
  .depth { height: auto; }
  .depth__stage { position: relative; height: auto; padding: var(--section) 0; perspective: none; }
  .depth__scene { display: none; }
  .depth__copy { position: relative; }
  .case, .plan { transform: none !important; }
  .cta__media video { transform: none; }
  .manifesto__text .w { opacity: 1; }
  .logos__track { animation: none; }
  .film { height: auto; }
  .film__stage { position: relative; height: auto; min-height: 0; padding: var(--section) 0; background: url("assets/video/corridor-poster.jpg") center / cover; }
  .film__canvas, .film__video, .film__hud { display: none !important; }
  .film__copy { position: relative; display: grid; gap: 60px; padding: 0 var(--gutter); pointer-events: auto; }
  .film__beat { position: relative; top: auto; left: auto; right: auto; width: min(640px, 100%); transform: none !important; opacity: 1 !important; filter: none !important; }
  .reel { height: auto; }
  .reel__stage { position: relative; height: auto; padding: var(--section) 0; }
  .reel__track { width: auto; overflow-x: auto; transform: none !important; }
  .reel__card { transform: none !important; }
  .chevron { opacity: 1; transform: none; }
  .console__log li { opacity: 1; transform: none; animation: none; }
  .console__wire--lit { transition: none; }
  .aperture { height: auto; }
  .aperture__stage { position: relative; height: auto; min-height: 70svh; padding: var(--section) 0; display: block; }
  .aperture__frame { position: relative; inset: auto; aspect-ratio: 16 / 9; margin: 0 var(--gutter) 30px; border-radius: var(--r-md); overflow: hidden; }
  .aperture__frame { clip-path: none; }
  .aperture__video { transform: none; }
  .aperture__copy { position: relative; opacity: 1 !important; transform: none !important; filter: none !important; margin: 0 var(--gutter) 30px; }
  .aperture__meter { display: none; }
  .mosaic__tiles, .mosaic__tiles i { transform: none !important; opacity: 1 !important; }
  .still { transform: none !important; opacity: 1; }
  .still.is-active::before { animation: none; }
  .deck { height: auto; }
  .deck__stage { position: relative; height: auto; padding: var(--section) 0; display: block; }
  .deck__head { position: relative; top: auto; margin-bottom: 40px; }
  .deck__cards { aspect-ratio: auto; display: grid; gap: 16px; width: var(--container); margin: 0 auto; }
  .deck__card { position: relative; opacity: 1 !important; transform: none !important; }
  .deck__rail { display: none; }
  .pop { min-height: 0; }
  .pop__stage { position: relative; height: auto; padding: var(--section) 0; }
  .pop__grid { position: relative; inset: auto; width: var(--container); margin: 0 auto; aspect-ratio: 3 / 1; transform: none; }
  .pop__grid i { transform: none !important; opacity: 1; }
  .pop__copy { position: relative; margin-bottom: 40px; }
  .watch__dialog[open] { animation: none; }
  .anatomy { height: auto; }
  .anatomy__stage { position: relative; height: auto; padding: var(--section) 0 60px; display: block; }
  .anatomy__head { position: relative; top: auto; margin-bottom: 30px; }
  .anatomy__svg { --draw: 1; margin: 0 auto; display: block; }
  .anatomy__lead, .anatomy__label, .anatomy__wire, .anatomy__check, .anatomy__bars { --draw: 1; }
  .stack-item { height: auto; margin-bottom: 18px; }
  .stack-card { position: relative; top: auto; transform: none !important; }
  .statement__coin { animation: none; }
  .topo::before { animation: none; }
}

/* night form as a normal block on phones */
@media (max-width: 860px) {
  .night { height: 360svh; }
  .night__cta--flow { position: relative !important; inset: auto !important; opacity: 1 !important; transform: none !important; pointer-events: auto !important; padding: 28px 0 56px; background: var(--ink); overflow: visible; }
  .night__cta--flow .cta__grid { padding-bottom: 0; }
}
/* footer curve must not be clipped by the footer's own box; the ticker belongs to the pinned city, not the flowing phone form */
.footer { overflow: visible; }
.night__cta--flow .night__ticker { display: none; }

/* band sits above the manifesto slab that rises beneath it */
.band { z-index: 5; }

/* ===== BLOG ===== */
.journal { position: relative; background: var(--ink); color: var(--paper); padding: 40px 0 calc(6vw + clamp(50px, 6vw, 90px)); }
.journal__head { display: grid; gap: 18px; max-width: 920px; }
.journal__title { font-size: clamp(46px, 7.4vw, 116px); font-weight: 800; letter-spacing: -.05em; line-height: .94; text-wrap: balance; }
.journal__title em { font-family: var(--serif); font-style: italic; font-weight: 400; color: var(--amber-lt); letter-spacing: -.02em; }
.feat { position: relative; display: grid; grid-template-columns: 1fr 1.15fr; margin-top: clamp(40px, 5vw, 72px); border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; background: var(--ink-2); color: var(--paper); transition: border-color .4s, transform .6s var(--out), box-shadow .5s; }
.feat:hover { border-color: rgba(233,162,59,.55); transform: translateY(-3px); box-shadow: 0 40px 80px -40px rgba(233,162,59,.25); }
.feat__body { display: flex; flex-direction: column; justify-content: space-between; gap: 28px; padding: clamp(26px, 3vw, 46px); }
.feat__title { margin-top: 18px; font-size: clamp(28px, 3.3vw, 50px); font-weight: 700; letter-spacing: -.04em; line-height: 1.02; text-wrap: balance; }
.feat__title em, .post h3 em, .article__title em { font-family: var(--serif); font-style: italic; font-weight: 400; letter-spacing: -.02em; }
.feat__title em { color: var(--amber-lt); }
.feat__foot { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 16px; }
.feat__more { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: 14px; color: var(--amber-lt); }
.feat__more .arw { font-style: normal; transition: transform .35s var(--out); }
.feat:hover .feat__more .arw { transform: translateX(4px); }
.feat__media { position: relative; min-height: 320px; overflow: hidden; margin: 0; }
.feat__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(1.03); transition: transform 1.2s var(--out); }
.feat__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--ink-2), transparent 30%); pointer-events: none; }
.feat:hover .feat__media img { transform: scale(1.08); }
.cat { display: inline-flex; align-items: center; gap: 8px; width: max-content; padding: 6px 12px; border-radius: 999px; border: 1px solid rgba(233,162,59,.4); color: var(--amber-lt); font: 500 11px var(--mono); letter-spacing: .18em; text-transform: uppercase; }
.cat::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--amber); }
.meta { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; font: 500 11px var(--mono); letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.meta i { font-style: normal; opacity: .5; }
.posts { content-visibility: visible; position: relative; z-index: 3; background: var(--paper); color: var(--ink); padding: clamp(40px, 5vw, 72px) 0 var(--section); }
.posts::before { content: ""; position: absolute; top: -6vw; right: -5%; left: -5%; height: 7vw; border-radius: 50% 50% 0 0 / 100% 100% 0 0; background: var(--paper); pointer-events: none; }
.posts__bar { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; justify-content: space-between; margin-bottom: clamp(28px, 3vw, 44px); }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { border: 1px solid var(--line-ink); background: transparent; color: var(--ink); font: 500 13px var(--sans); padding: 9px 15px; border-radius: 999px; cursor: pointer; transition: background .25s, color .25s, border-color .25s; }
.chip:hover { border-color: var(--ink); }
.chip.is-on { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.posts__search { position: relative; display: block; }
.posts__search input { min-width: 280px; padding: 11px 16px 11px 40px; border-radius: 999px; border: 1px solid var(--line-ink); background: rgba(255,255,255,.55); color: var(--ink); font: 500 14px var(--sans); outline: none; transition: border-color .25s, background .25s; }
.posts__search input:focus { border-color: var(--ink); background: #fff; }
.posts__search input::placeholder { color: var(--muted-ink); }
.posts__search svg { position: absolute; inset-inline-start: 14px; top: 50%; width: 16px; height: 16px; transform: translateY(-50%); color: var(--muted-ink); pointer-events: none; }
.posts__note { margin: -10px 0 26px; font-size: 14px; color: var(--muted-ink); }
.posts__note[hidden] { display: none; }
.posts__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.post { display: flex; flex-direction: column; border: 1px solid var(--line-ink); border-radius: var(--r-md); overflow: hidden; background: #fbf9f4; color: var(--ink); transition: transform .6s var(--out), box-shadow .5s, border-color .4s; }
.post:hover { transform: translateY(-4px); border-color: rgba(184,115,29,.6); box-shadow: 0 30px 60px -30px rgba(30,22,10,.35); }
.post__media { margin: 0; aspect-ratio: 16 / 9; overflow: hidden; }
.post__media img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.03); transition: transform 1.2s var(--out); }
.post:hover .post__media img { transform: scale(1.09); }
.post__body { display: flex; flex-direction: column; gap: 12px; padding: 22px 24px 26px; flex: 1; }
.post .cat { border-color: rgba(184,115,29,.45); color: var(--amber-deep); }
.post h3 { font-size: 22px; font-weight: 700; letter-spacing: -.03em; line-height: 1.12; text-wrap: balance; }
.post h3 em { color: var(--amber-deep); }
.post p { color: var(--muted-ink); font-size: 15px; line-height: 1.5; flex: 1; }
.post .meta { color: var(--muted-ink); margin-top: 6px; }
.post.is-hidden { display: none; }
.posts__empty { padding: 60px 0; text-align: center; color: var(--muted-ink); }
.posts__empty[hidden] { display: none; }

.article { content-visibility: visible; position: relative; background: var(--paper); color: var(--ink); padding: 40px 0 var(--section); }
.article__grid { display: grid; grid-template-columns: 220px minmax(0, 820px); justify-content: center; gap: clamp(32px, 5vw, 80px); align-items: start; }
.article__rail { position: sticky; top: 110px; display: grid; gap: 14px; padding-top: 6px; font: 500 11px var(--mono); letter-spacing: .16em; text-transform: uppercase; color: var(--muted-ink); }
.article__rail > div { display: grid; gap: 4px; padding-top: 12px; border-top: 1px solid var(--line-ink); }
.article__rail b { color: var(--ink); font: 700 14px var(--sans); letter-spacing: 0; text-transform: none; }
.article__back { display: inline-flex; align-items: center; gap: 8px; width: max-content; margin-bottom: 10px; color: var(--ink); font: 600 13px var(--sans); letter-spacing: 0; text-transform: none; transition: color .25s; }
.article__back:hover { color: var(--amber-deep); }
.article__back .arw { font-style: normal; }
.article__langnote { font: 400 13px/1.5 var(--sans); letter-spacing: 0; text-transform: none; color: var(--muted-ink); padding-top: 12px; border-top: 1px solid var(--line-ink); }
.article__langnote[hidden] { display: none; }
.article__main { min-width: 0; }
.article__head { display: grid; gap: 22px; }
.article__head .meta { color: var(--muted-ink); }
.article__head .cat { border-color: rgba(184,115,29,.45); color: var(--amber-deep); }
.article__title { font-size: clamp(38px, 4.6vw, 68px); font-weight: 800; letter-spacing: -.045em; line-height: .98; text-wrap: balance; }
.article__title em { color: var(--amber-deep); }
.article__lead { max-width: 60ch; }
.article__hero { margin: clamp(28px, 3.5vw, 48px) 0; border-radius: var(--r-md); overflow: hidden; aspect-ratio: 16 / 9; box-shadow: 0 40px 80px -40px rgba(10,10,11,.4); }
.article__hero img { width: 100%; height: 100%; object-fit: cover; }
.prose { font-size: clamp(17px, 1.3vw, 19px); line-height: 1.68; color: #2b2925; text-align: start; }
.prose > * + * { margin-top: 1.15em; }
.prose > p:first-child { font-size: 1.12em; color: var(--ink); }
.prose h2 { margin-top: 2.1em; font-size: clamp(24px, 2.2vw, 32px); font-weight: 700; letter-spacing: -.03em; line-height: 1.15; color: var(--ink); }
.prose b { color: var(--ink); font-weight: 700; }
.prose ul, .prose ol { padding-inline-start: 1.3em; display: grid; gap: .55em; }
.prose li::marker { color: var(--amber-deep); }
.prose blockquote { margin: 1.8em 0; padding-inline-start: 26px; border-inline-start: 3px solid var(--amber); font: 400 clamp(24px, 2.4vw, 34px)/1.2 var(--serif); font-style: italic; color: var(--ink); letter-spacing: -.02em; text-wrap: balance; }
.prose .aside { margin: 1.8em 0; padding: 22px 26px; border-radius: 18px; background: rgba(233,162,59,.12); border: 1px solid rgba(184,115,29,.3); }
.prose .aside b { display: block; margin-bottom: 6px; font: 500 11px var(--mono); letter-spacing: .18em; text-transform: uppercase; color: var(--amber-deep); }
.prose .aside p { font-size: .94em; margin: 0; }
.article__end { margin-top: clamp(60px, 7vw, 110px); padding-top: 40px; border-top: 1px solid var(--line-ink); }
.article__end h2 { font-size: clamp(24px, 2.4vw, 36px); font-weight: 700; letter-spacing: -.03em; margin-bottom: 24px; }
.article__related { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.article__cta { margin-top: 40px; display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; padding: clamp(24px, 3vw, 40px); border-radius: var(--r-md); background: var(--ink); color: var(--paper); }
.article__cta h3 { font-size: clamp(22px, 2.4vw, 34px); font-weight: 700; letter-spacing: -.03em; }
.article__cta p { color: var(--muted); margin-top: 8px; max-width: 52ch; }

.footer__socials { display: flex; gap: 8px; margin-top: 18px; }
.footer__soc { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line-ink); color: var(--ink); opacity: .72; transition: opacity .25s, background .25s, color .25s, border-color .25s; }
.footer__soc svg { width: 17px; height: 17px; }
a.footer__soc:hover { opacity: 1; background: var(--ink); color: var(--paper); border-color: var(--ink); }
span.footer__soc { cursor: default; }


@media (max-width: 1100px) { .posts__grid { grid-template-columns: 1fr 1fr; } .article__grid { grid-template-columns: minmax(0, 820px); } .article__rail { position: static; grid-template-columns: 1fr 1fr 1fr; gap: 12px 20px; } .article__rail .article__back, .article__rail .article__disclosure, .article__rail .article__langnote { grid-column: 1 / -1; } .article__head .meta { display: none; } }
@media (max-width: 860px) {
  .feat { grid-template-columns: 1fr; } .feat__media { order: -1; min-height: 220px; aspect-ratio: 16 / 9; } .feat__media::after { background: linear-gradient(0deg, var(--ink-2), transparent 40%); }
  .posts__grid, .article__related, .article__cta { grid-template-columns: 1fr; }
  .posts__bar { align-items: stretch; } .posts__search input { width: 100%; min-width: 0; }
  .article__rail { grid-template-columns: 1fr 1fr; }
}

/* buttons stay put on hover: shine sweep + a ring that blooms outward */
.btn, .btn:hover { transform: none; }
.btn::after { content: ""; position: absolute; inset: -1px; border-radius: inherit; border: 1px solid currentColor; opacity: 0; pointer-events: none; }
.btn:hover::after { animation: btnRing .85s var(--out) forwards; }
@keyframes btnRing { 0% { opacity: .55; transform: scale(1); } 100% { opacity: 0; transform: scale(1.16, 1.45); } }
.btn:hover .arw { transform: translateX(5px); }

/* language picker: current language only, menu on press */
.lang { position: relative; display: inline-block; height: auto; padding: 0; border: 0; background: none; font: inherit; }
.lang__btn { display: inline-flex; align-items: center; gap: 6px; height: 36px; padding: 0 10px 0 13px; border-radius: 999px; border: 1px solid var(--line); background: transparent; color: inherit; font: 700 12px var(--sans); letter-spacing: .06em; cursor: pointer; transition: border-color .25s, background .25s; }
.nav.at-paper .lang__btn { border-color: var(--line-ink); }
.lang__btn:hover, .lang.is-open .lang__btn { border-color: currentColor; }
.lang__btn svg { width: 12px; height: 12px; opacity: .6; transition: transform .3s var(--out); }
.lang.is-open .lang__btn svg { transform: rotate(180deg); }
.lang__menu { position: absolute; z-index: 130; top: calc(100% + 10px); inset-inline-end: 0; min-width: 190px; margin: 0; padding: 6px; list-style: none; border-radius: 18px; border: 1px solid var(--line); background: rgba(14,14,16,.94); color: var(--paper); backdrop-filter: blur(20px) saturate(1.3); -webkit-backdrop-filter: blur(20px) saturate(1.3); box-shadow: 0 30px 60px -20px rgba(0,0,0,.6); opacity: 0; visibility: hidden; transform: translateY(-6px) scale(.98); transform-origin: top; transition: opacity .22s var(--ease), transform .3s var(--out), visibility 0s linear .3s; }
.lang.is-open .lang__menu { opacity: 1; visibility: visible; transform: none; transition-delay: 0s; }
.lang__menu button { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 8px; width: 100%; padding: 10px 12px 10px 10px; border: 0; border-radius: 12px; background: transparent; color: inherit; font: 500 14px var(--sans); text-align: start; cursor: pointer; transition: background .2s; }
.lang__menu button:hover { background: rgba(243,238,228,.08); }
.lang__menu button b { font: 700 11px var(--mono); letter-spacing: .12em; color: var(--muted); }
.lang__menu button i { font-style: normal; color: var(--amber); opacity: 0; transition: opacity .2s; }
.lang__menu button[aria-selected="true"] i { opacity: 1; }
.lang__menu button[aria-selected="true"] b { color: var(--amber-lt); }
.lang__menu [lang="he"] span { font-family: "Heebo", var(--sans); }
.mobile-menu__lang { padding-top: 14px; }
.mobile-menu .lang__btn { height: 44px; padding: 0 16px 0 20px; font-size: 14px; }
.mobile-menu .lang__menu { top: auto; bottom: calc(100% + 10px); inset-inline-end: auto; inset-inline-start: 0; transform-origin: bottom; }

/* landing teaser: three latest articles */
.teaser { content-visibility: visible; position: relative; z-index: 2; background: var(--paper); color: var(--ink); padding: var(--section) 0 calc(var(--section) * .8); }
.teaser__head { display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; align-items: end; margin-bottom: clamp(32px, 4vw, 56px); }
.teaser__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.teaser__foot { display: flex; justify-content: center; margin-top: clamp(32px, 4vw, 52px); }
@media (max-width: 1100px) { .teaser__grid { grid-template-columns: 1fr 1fr; } .teaser__grid .post:last-child { display: none; } }
@media (max-width: 860px) { .teaser__head { grid-template-columns: 1fr; } .teaser__grid { grid-template-columns: 1fr; } .teaser__grid .post:last-child { display: flex; } }
.article__disclosure { font: 400 12px/1.5 var(--sans); letter-spacing: 0; text-transform: none; color: var(--muted-ink); opacity: .8; padding-top: 12px; border-top: 1px solid var(--line-ink); }
.prose a { color: var(--amber-deep); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; transition: color .2s; }
.prose a:hover { color: var(--ink); }

/* ===== HEBREW / RTL ===== */
html.is-he { --sans: "Heebo", "Manrope", system-ui, -apple-system, sans-serif; --serif: "David Libre", "Instrument Serif", Georgia, serif; }
html.is-he body * { letter-spacing: 0; }
html.is-he body em { font-style: normal; }
html.is-he body :is(.nav__word, .loader__mark, .hero__mask, .footer__mark, .footer__big, .letterbox__fact b, .case__client, .lang__btn, .lang__menu b) { font-family: "Manrope", system-ui, sans-serif; }
html.is-he body .footer__big { font-family: "Instrument Serif", Georgia, serif; }
html.is-he body .nav__word { letter-spacing: .06em; }
html.is-he body .loader__mark { letter-spacing: -.045em; }
html.is-he body .hero__mask { letter-spacing: -.06em; }
html.is-he body .hero__mask small { font-family: "Heebo", sans-serif; letter-spacing: .08em; font-size: .1em; }
html.is-he body .footer__mark { letter-spacing: -.075em; }
html.is-he body .letterbox__fact b { letter-spacing: -.05em; }
html.is-he body :is(.eyebrow, .cat, .meta, .night__time, .svc__num, .letterbox__fact small, .article__rail, .hero__mask small) { letter-spacing: .04em; }
html.is-he body :is(.h1, .h2, .journal__title, .word__big, .statement__text, .film__beat h2, .night__beat b, .manifesto__text) { line-height: 1.08; }
html.is-he body .hero__lead, html.is-he body .tone { line-height: 1.5; }

[dir="rtl"] .band, [dir="rtl"] .night__ticker, [dir="rtl"] .anatomy__svg, [dir="rtl"] .hero__meter, [dir="rtl"] .film__meter, [dir="rtl"] .anatomy__meter { direction: ltr; }
[dir="rtl"] .voices__track { padding: 18px calc((100vw - min(680px, 88vw)) / 2) 20px 0; }
[dir="rtl"] .nav { padding: 0 18px 0 10px; }
[dir="rtl"] .nav__links a::after { left: auto; right: 0; }
[dir="rtl"] .arw { display: inline-block; transform: scaleX(-1); }
[dir="rtl"] .arw--up { transform: none; }
[dir="rtl"] .btn:hover .arw { transform: scaleX(-1) translateX(5px); }
[dir="rtl"] .btn:hover .arw--up { transform: none; }
[dir="rtl"] .feat:hover .feat__more .arw { transform: scaleX(-1) translateX(4px); }
[dir="rtl"] .footer__big:hover .arw { transform: scaleX(-1) translate(6px, -6px); }
[dir="rtl"] .footer__top { margin-left: 0; margin-right: auto; }
[dir="rtl"] .case__arrow { right: auto; left: 18px; }
[dir="rtl"] .steps li { padding-left: 0; padding-right: 84px; }
[dir="rtl"] .steps li span { left: auto; right: 0; }
[dir="rtl"] .film__beat { left: auto; right: var(--gutter); }
[dir="rtl"] .film__beat--right { right: auto; left: calc(var(--gutter) * .75); }
[dir="rtl"] .night__beats { left: auto; right: var(--gutter); }
[dir="rtl"] .night__beat { left: auto; right: 0; }
[dir="rtl"] .letterbox__facts { right: auto; left: var(--gutter); }
[dir="rtl"] .letterbox__fact { right: auto; left: 0; text-align: left; }
[dir="rtl"] .letterbox__fact span { justify-self: start; }
[dir="rtl"] .letterbox__fact b i { margin-left: 0; margin-right: .06em; }
[dir="rtl"] .svc__word { text-align: left; }
[dir="rtl"] .svc li:is(:hover, :focus-visible) .svc__word { transform: translateX(10px); }
[dir="rtl"] .manifesto__art { right: auto; left: 3%; transform: rotate(4deg); }
[dir="rtl"] .posts__search input { padding: 11px 40px 11px 16px; }
[dir="rtl"] .lang__menu button { padding: 10px 10px 10px 12px; }
[dir="rtl"] .lang__btn { padding: 0 13px 0 10px; }
[dir="rtl"] .railx { left: auto; right: 24px; }
[dir="rtl"] .feat__media::after { background: linear-gradient(-90deg, var(--ink-2), transparent 30%); }
[dir="rtl"] [data-night-cta] .cta__grid { direction: rtl; }
@media (max-width: 860px) { [dir="rtl"] .feat__media::after { background: linear-gradient(0deg, var(--ink-2), transparent 40%); } }

/* RTL mirror for every absolutely positioned corner element */
[dir="rtl"] .letterbox__head { left: auto; right: var(--gutter); text-align: right; }
[dir="rtl"] .letterbox__fact b { direction: ltr; unicode-bidi: isolate; }
[dir="rtl"] :is(.letterbox__meter, .anatomy__meter, .aperture__meter) { left: auto; right: var(--gutter); }
[dir="rtl"] :is(.hero__meter, .night__hud, .method__rail, .deck__rail, .hud) { right: auto; left: var(--gutter); }
[dir="rtl"] .method__title { left: auto; right: var(--gutter); }
[dir="rtl"] .footer__col a::before { left: auto; right: 0; }
[dir="rtl"] .steps::before, [dir="rtl"] .steps::after { left: auto; right: 25px; }
[dir="rtl"] .plan li::before, [dir="rtl"] .stack-card li::before { left: auto; right: 0; }
[dir="rtl"] .bigstat b::after { left: auto; right: 0; }
[dir="rtl"] :is(.sol__arrow, .reel__idx, .sol .sol__num, .sol__mode, .watch__close, .still::after) { right: auto; left: 22px; }
[dir="rtl"] .sol__arrow { transform: translateX(8px); }
[dir="rtl"] :is(.glow__tag, .mosaic__tag, .still figcaption, .object figcaption, .chevron figcaption) { left: auto; right: 22px; }
[dir="rtl"] .rail { left: auto; right: 26px; }
[dir="rtl"] .skip-link { left: auto; right: 16px; }
