/* Manifest Mirror — scroll-film site (v1). Dark glass, brass, one continuous descent. */

@font-face { font-family: "Unbounded"; font-weight: 500; font-display: swap; src: url("/fonts/Unbounded-500.woff2") format("woff2"); }
@font-face { font-family: "Unbounded"; font-weight: 700; font-display: swap; src: url("/fonts/Unbounded-700.woff2") format("woff2"); }
@font-face { font-family: "Manrope"; font-weight: 400; font-display: swap; src: url("/fonts/Manrope-400.woff2") format("woff2"); }
@font-face { font-family: "Manrope"; font-weight: 500; font-display: swap; src: url("/fonts/Manrope-500.woff2") format("woff2"); }
@font-face { font-family: "Manrope"; font-weight: 600; font-display: swap; src: url("/fonts/Manrope-600.woff2") format("woff2"); }
@font-face { font-family: "Instrument Serif"; font-style: italic; font-weight: 400; font-display: swap; src: url("/fonts/InstrumentSerif-400-italic.woff2") format("woff2"); }

:root {
  --ink: #07070a;
  --ink-2: #0e0e12;
  --graphite: #17171c;
  --line: rgba(243, 239, 230, 0.1);
  --ivory: #f3efe6;
  --ivory-60: rgba(243, 239, 230, 0.62);
  --ivory-40: rgba(243, 239, 230, 0.4);
  --brass: #c9a227;
  --brass-light: #f0dfa8;
  --violet: #7c3aed;
  --cyan: #22d3ee;
  --display: "Unbounded", "Avenir Next", system-ui, sans-serif;
  --body: "Manrope", "Segoe UI", system-ui, sans-serif;
  --serif: "Instrument Serif", "Didot", Georgia, serif;
  --wrap: min(1240px, calc(100% - clamp(32px, 6vw, 96px)));
}

* { box-sizing: border-box; }
html { background: var(--ink); color: var(--ivory); scroll-behavior: auto; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
body {
  margin: 0;
  font-family: var(--body);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, video, canvas { display: block; max-width: 100%; }
a { color: inherit; }
::selection { background: var(--brass); color: var(--ink); }

.noscript { padding: 40vh 24px; text-align: center; }
.wrap { width: var(--wrap); margin-inline: auto; }

/* ---------- Type ---------- */
.eyebrow {
  margin: 0 0 18px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.32em;
  color: var(--brass);
}
.display {
  margin: 0;
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(30px, 4.6vw, 64px);
  line-height: 1.04;
  letter-spacing: -0.02em;
  text-wrap: balance;
}
.display--md { font-size: clamp(24px, 3vw, 40px); }
.display--brass { color: var(--brass-light); }
.display em, .statement em, h3 em { font-family: var(--serif); font-style: italic; font-weight: 400; letter-spacing: 0; color: var(--brass-light); font-size: 1.08em; }
.display s { color: var(--ivory-40); text-decoration-color: var(--brass); text-decoration-thickness: 0.08em; }
.lede { max-width: 56ch; margin: 22px 0 0; font-size: clamp(16px, 1.3vw, 19px); line-height: 1.6; color: var(--ivory-60); }
.lede b { color: var(--ivory); font-weight: 600; }
.lede em { font-family: var(--serif); font-style: italic; color: var(--brass-light); font-size: 1.1em; }
.lede--brass { color: var(--brass-light); }
.statement { margin: clamp(40px, 6vh, 72px) 0 0; font-family: var(--display); font-weight: 500; font-size: clamp(22px, 2.6vw, 36px); line-height: 1.2; letter-spacing: -0.01em; }
.statement--small { font-size: clamp(18px, 2vw, 26px); }
.fine { max-width: 70ch; margin: 28px 0 0; font-size: 12px; line-height: 1.7; color: var(--ivory-40); }
.link { color: var(--brass-light); text-decoration: none; border-bottom: 1px solid rgba(240, 223, 168, 0.4); }
.link:hover { border-color: var(--brass-light); }

.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 26px; border-radius: 999px;
  font-family: var(--body); font-weight: 600; font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; text-decoration: none;
  border: 1px solid transparent; cursor: pointer; transition: transform 240ms, background 240ms, border-color 240ms;
}
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: linear-gradient(135deg, var(--brass-light), var(--brass)); color: #17120a; }
.btn--ghost { background: rgba(243, 239, 230, 0.06); border-color: rgba(243, 239, 230, 0.2); color: var(--ivory); backdrop-filter: blur(12px); }
.btn--ghost:hover { border-color: rgba(243, 239, 230, 0.5); }

/* ---------- Loader ---------- */
#loader {
  position: fixed; inset: 0; z-index: 100; display: grid; place-content: center; gap: 18px; justify-items: center;
  background: var(--ink); transition: opacity 700ms ease, visibility 700ms;
}
#loader.is-done { opacity: 0; visibility: hidden; pointer-events: none; }
.loader__mark img { width: 56px; height: 56px; animation: pulse 1.8s ease-in-out infinite; }
.loader__bar { width: 180px; height: 1px; background: var(--line); overflow: hidden; }
.loader__bar i { display: block; height: 100%; width: 0; background: var(--brass); transition: width 200ms; }
.loader__label { margin: 0; font-size: 10px; letter-spacing: 0.34em; color: var(--ivory-40); }
@keyframes pulse { 50% { opacity: 0.5; transform: scale(0.94); } }

/* ---------- Chrome ---------- */
#chrome {
  position: fixed; inset-inline: 0; inset-block-start: 0; z-index: 50;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px;
  padding: clamp(14px, 2vh, 22px) clamp(18px, 3vw, 44px);
  color: var(--ivory);
  background: linear-gradient(to bottom, rgba(7,7,10,0.78), rgba(7,7,10,0.35) 60%, transparent);
  transition: color 300ms;
}
#chrome.on-light { color: #0b0b0e; }
.chrome__logo img { height: 30px; width: auto; }
#chrome.on-light .chrome__logo img { filter: invert(1) hue-rotate(180deg); }
.chrome__chapter { display: grid; grid-template-columns: auto auto; align-items: center; gap: 6px 12px; font-size: 10px; letter-spacing: 0.3em; }
.chrome__num { font-family: var(--display); font-weight: 500; color: var(--brass); }
.chrome__name { color: currentColor; opacity: 0.7; white-space: nowrap; }
.chrome__bar { grid-column: 1 / -1; height: 1px; background: rgba(128, 128, 128, 0.3); overflow: hidden; }
.chrome__bar i { display: block; height: 100%; width: 0; background: var(--brass); }
.chrome__right { display: flex; align-items: center; justify-content: end; gap: 22px; }
.chrome__tag { display: inline-flex; align-items: center; gap: 8px; font-size: 10px; letter-spacing: 0.28em; opacity: 0.7; }
.chrome__tag i { width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); }
.chrome__cta {
  padding: 9px 18px; border-radius: 999px; border: 1px solid currentColor;
  font-size: 11px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; text-decoration: none; opacity: 0.85;
}
.chrome__cta:hover { background: var(--brass); border-color: var(--brass); color: #17120a; opacity: 1; }

/* ---------- Scenes ---------- */
.scene { position: relative; }
.pin-stage { position: relative; height: 100vh; overflow: hidden; }

/* HERO */
.hero { height: 100vh; }
.hero__stage { position: relative; height: 100vh; overflow: hidden; display: grid; place-items: center; }
.hero__ambient { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.hero__slab {
  position: absolute; left: 50%; top: 50%; width: min(34vh, 60vw); aspect-ratio: 9 / 16;
  transform: translate(-50%, -50%);
  will-change: transform;
}
.hero__slab-inner {
  position: absolute; inset: 0; border-radius: 22px; overflow: hidden;
  box-shadow: 0 60px 140px rgba(0, 0, 0, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 0 0 1px rgba(201, 162, 39, 0.28);
}
.hero__slab-img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.85); }
.hero__slab-glass { position: absolute; inset: 0; background: linear-gradient(112deg, rgba(255,255,255,0.16), rgba(255,255,255,0.02) 28%, transparent 48%); mix-blend-mode: screen; }
.hero__copy { position: relative; z-index: 2; text-align: center; padding: 0 20px; }
.hero__kicker { margin: 0 0 22px; font-size: 11px; letter-spacing: 0.36em; color: var(--brass); }
.hero__title {
  margin: 0; font-family: var(--display); font-weight: 700;
  font-size: clamp(44px, 9.4vw, 148px); line-height: 0.92; letter-spacing: -0.03em;
  text-shadow: 0 10px 60px rgba(0, 0, 0, 0.6);
}
.hero__title .w { display: inline-block; white-space: nowrap; }
.hero__title .c { display: inline-block; will-change: transform, opacity; }
.hero__line { margin: 24px 0 0; font-family: var(--serif); font-style: italic; font-size: clamp(24px, 3.2vw, 44px); line-height: 1.1; color: var(--brass-light); }
.hero__line em { display: inline-block; margin: 0 0.25em; font-style: italic; }
.hero__sub { max-width: 46ch; margin: 22px auto 0; color: var(--ivory-60); font-size: clamp(15px, 1.2vw, 18px); }
.hero__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 34px; }
.cue { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); display: grid; justify-items: center; gap: 10px; font-size: 10px; letter-spacing: 0.34em; color: var(--ivory-40); }
.cue span { width: 1px; height: 44px; background: linear-gradient(to bottom, var(--brass), transparent); animation: cue 2s ease-in-out infinite; }
@keyframes cue { 50% { transform: scaleY(0.4); transform-origin: top; opacity: 0.4; } }

/* SHIFT */
.shift__stage { position: relative; height: 100vh; overflow: hidden; display: grid; place-items: center; background: radial-gradient(80% 60% at 50% 40%, #16161c 0%, var(--ink) 70%); }
.shift__cards { position: absolute; inset: 0; pointer-events: none; }
.adcard {
  position: absolute; padding: 22px 34px; border-radius: 10px;
  font-family: var(--display); font-weight: 700; font-size: clamp(14px, 1.8vw, 24px); letter-spacing: 0.04em;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5); will-change: transform, opacity;
}
.adcard::after { content: ""; position: absolute; left: 8%; right: 8%; top: 50%; height: 3px; background: var(--brass); transform: scaleX(var(--strike, 0)); transform-origin: left; }
.adcard--red { left: 12%; top: 22%; background: #b8362a; color: #fff; }
.adcard--blue { right: 12%; top: 18%; background: #2447c9; color: #fff; }
.adcard--grey { left: 18%; bottom: 20%; background: #3a3a44; color: #ddd; }
.adcard--dark { right: 16%; bottom: 22%; background: #1c1c22; color: #aaa; border: 1px solid #333; }
.shift__beat { position: absolute; width: var(--wrap); left: 50%; transform: translateX(-50%); text-align: center; opacity: 0; will-change: opacity, transform; }
.shift__beat .lede { margin-inline: auto; }
.gifts { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 26px; margin: 0 0 30px; padding: 0; list-style: none; font-family: var(--serif); font-style: italic; font-size: clamp(22px, 3.4vw, 46px); color: var(--ivory); }
.gifts li { opacity: 0; transform: translateY(20px); }

/* MIRROR 8 — film */
.mirror8__stage { position: relative; height: 100vh; overflow: hidden; background: var(--ink); }
.mirror8__canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.mirror8__grain { position: absolute; inset: -40%; pointer-events: none; opacity: 0.09; mix-blend-mode: overlay; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='160' height='160' filter='url(%23n)' opacity='0.8'/></svg>"); animation: grain 0.6s steps(2) infinite; }
@keyframes grain { 50% { transform: translate(-6%, 4%); } }
.mirror8__vignette { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(120% 90% at 50% 50%, transparent 40%, rgba(7, 7, 10, 0.75) 100%), linear-gradient(to bottom, rgba(7,7,10,0.55), transparent 22%, transparent 70%, rgba(7,7,10,0.9)); }
.mirror8__scrim { position: absolute; inset-block: 0; width: 48%; pointer-events: none; }
.mirror8__scrim--l { left: 0; background: linear-gradient(to right, rgba(7,7,10,0.82), rgba(7,7,10,0.35) 55%, transparent); }
.mirror8__scrim--r { right: 0; background: linear-gradient(to left, rgba(7,7,10,0.82), rgba(7,7,10,0.35) 55%, transparent); }
.mirror8__label { position: absolute; left: clamp(18px, 3vw, 44px); bottom: 26px; display: grid; gap: 4px; font-size: 10px; letter-spacing: 0.32em; color: var(--ivory-40); }
.mirror8__label span:first-child { color: var(--brass); }
.beat {
  position: absolute; left: clamp(18px, 6vw, 96px); top: 50%; width: min(560px, 80vw);
  transform: translateY(-50%); opacity: 0; will-change: opacity, transform;
}
.beat--right { left: auto; right: clamp(18px, 6vw, 96px); text-align: right; }
.beat--right .lede { margin-left: auto; }
.beat .display { font-size: clamp(28px, 3.8vw, 54px); text-shadow: 0 6px 30px rgba(0, 0, 0, 0.8); }
.beat .lede { text-shadow: 0 2px 14px rgba(0, 0, 0, 0.8); }

/* WORLDS — horizontal run */
.worlds__pin { position: relative; height: 100vh; overflow: hidden; background: var(--ink); }
.worlds__head { position: absolute; z-index: 3; left: clamp(18px, 4vw, 64px); top: clamp(80px, 12vh, 120px); pointer-events: none; }
.worlds__head .display { font-size: clamp(26px, 3.4vw, 48px); }
.worlds__track { position: absolute; top: 0; left: 0; height: 100%; display: flex; align-items: flex-end; gap: clamp(16px, 2vw, 32px); padding: 0 clamp(18px, 4vw, 64px) clamp(28px, 6vh, 64px); width: max-content; will-change: transform; }
.world { position: relative; flex: 0 0 auto; width: min(38vh, 70vw); aspect-ratio: 9 / 16; border-radius: 20px; overflow: hidden; box-shadow: 0 40px 100px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(255, 255, 255, 0.08); background: #111; }
.world:nth-child(even) { margin-bottom: clamp(30px, 8vh, 90px); }
.world__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.world__copy { position: absolute; inset-inline: 0; bottom: 0; padding: 22px 22px 24px; background: linear-gradient(to top, rgba(7,7,10,0.92), rgba(7,7,10,0.5) 60%, transparent); }
.world__copy .eyebrow { margin-bottom: 8px; }
.world__copy h3 { margin: 0; font-family: var(--display); font-weight: 500; font-size: clamp(18px, 1.7vw, 24px); line-height: 1.1; }
.world__copy p:last-child { margin: 8px 0 0; font-size: 13px; color: var(--ivory-60); }
.world--end { width: min(48vh, 80vw); background: transparent; box-shadow: none; display: grid; place-items: center; }
.world__copy--end { position: static; background: none; text-align: center; display: grid; gap: 20px; justify-items: center; }
.world__copy--end h3 { font-size: clamp(22px, 2.4vw, 34px); }

/* SIGNAL */
.signal { padding: clamp(100px, 16vh, 180px) 0; background: linear-gradient(to bottom, var(--ink), var(--ink-2)); }
.signal__cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: clamp(28px, 4vw, 72px); margin-top: clamp(40px, 6vh, 72px); }
.signal__title { margin: 0 0 18px; font-size: 11px; letter-spacing: 0.3em; color: var(--ivory-40); }
.signal__col--new .signal__title { color: var(--brass); }
.signal__list { margin: 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.signal__list li { display: flex; gap: 18px; align-items: baseline; padding: 14px 0; border-top: 1px solid var(--line); font-family: var(--display); font-weight: 500; font-size: clamp(16px, 1.6vw, 22px); }
.signal__list li span { font-size: 11px; letter-spacing: 0.2em; color: var(--ivory-40); }
.signal__col--old li { color: var(--ivory-40); text-decoration: line-through; text-decoration-color: rgba(201,162,39,0.6); }
.signal__list--chain li { color: var(--ivory); border-top-color: rgba(201, 162, 39, 0.35); opacity: 0; transform: translateX(-16px); }
.signal__list--chain li span { color: var(--brass); }
.equation { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 20px; margin: clamp(48px, 8vh, 90px) 0 0; font-family: var(--display); font-weight: 700; font-size: clamp(16px, 2.4vw, 34px); letter-spacing: 0.04em; }
.equation b { color: var(--brass); font-weight: 500; }
.equation__value { color: var(--brass-light); padding: 6px 18px; border: 1px solid rgba(201, 162, 39, 0.5); border-radius: 12px; }

/* INFRASTRUCTURE */
.infra__pin { position: relative; height: 100vh; overflow: hidden; display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 40px; padding: 0 clamp(18px, 5vw, 96px); background: radial-gradient(70% 70% at 70% 50%, #15151b, var(--ink) 70%); }
.infra__stack { position: relative; height: min(70vh, 640px); perspective: 1400px; }
.plate {
  position: absolute; left: 50%; top: 50%; width: min(440px, 100%); padding: 22px 26px; border-radius: 16px;
  transform: translate(-50%, -50%);
  background: linear-gradient(160deg, rgba(255,255,255,0.09), rgba(255,255,255,0.03)); border: 1px solid rgba(255,255,255,0.14);
  backdrop-filter: blur(16px); box-shadow: 0 30px 80px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.18);
  display: grid; grid-template-columns: auto 1fr; gap: 4px 16px; will-change: transform, opacity;
}
.plate span { grid-row: 1 / 3; font-family: var(--display); font-size: 12px; color: var(--brass); letter-spacing: 0.1em; padding-top: 4px; }
.plate b { font-family: var(--display); font-weight: 500; font-size: 18px; }
.plate i { font-style: normal; font-size: 13px; color: var(--ivory-60); }

/* VENUES */
.venues { padding: clamp(100px, 16vh, 180px) 0; background: var(--ink-2); }
.venues__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: clamp(40px, 6vh, 72px); }
.venue { position: relative; margin: 0; aspect-ratio: 4 / 3; border-radius: 16px; overflow: hidden; background: var(--graphite); clip-path: inset(0 0 100% 0 round 16px); }
.venue::before { content: ""; position: absolute; inset: -6%; background: var(--img) center / cover no-repeat; filter: brightness(0.7) saturate(0.9); transition: transform 900ms cubic-bezier(0.2, 0.7, 0.2, 1); }
.venue:hover::before { transform: scale(1.06); }
.venue figcaption { position: absolute; inset-inline: 0; bottom: 0; padding: 20px; background: linear-gradient(to top, rgba(7,7,10,0.9), transparent); display: grid; }
.venue figcaption span { font-size: 10px; letter-spacing: 0.3em; color: var(--brass); }
.venue figcaption b { font-family: var(--display); font-weight: 500; font-size: 22px; margin-top: 6px; }
.venue figcaption i { font-style: normal; font-size: 13px; color: var(--ivory-60); }

/* FOUNDING */
.founding { padding: clamp(100px, 16vh, 180px) 0 clamp(60px, 10vh, 120px); background: linear-gradient(to bottom, var(--ink-2), var(--ink)); }
.territories { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 12px; margin: clamp(40px, 6vh, 72px) 0 0; padding: 0; list-style: none; }
.territories li { display: grid; gap: 4px; padding: 22px 22px 18px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,0.03); }
.territories b { font-family: var(--display); font-weight: 500; font-size: 15px; }
.territories .count { font-family: var(--display); font-weight: 700; font-size: clamp(40px, 5vw, 64px); line-height: 1; color: var(--brass-light); }
.territories i { font-style: normal; font-size: 10px; letter-spacing: 0.3em; color: var(--ivory-40); }
.territories__global { border-color: rgba(201, 162, 39, 0.5); background: linear-gradient(160deg, rgba(201,162,39,0.14), rgba(201,162,39,0.04)); }
.who { margin-top: clamp(48px, 7vh, 80px); }
.marquee { margin: 40px 0 0; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; }
.marquee__row { display: flex; gap: 48px; width: max-content; font-family: var(--display); font-weight: 500; font-size: 14px; letter-spacing: 0.24em; color: var(--ivory-60); will-change: transform; }
.marquee__row span::after { content: "·"; margin-left: 48px; color: var(--brass); }

/* PROGRAM */
.program { padding: clamp(100px, 16vh, 180px) 0; }
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 14px; margin: clamp(40px, 6vh, 72px) 0 0; padding: 0; list-style: none; counter-reset: none; }
.step { display: grid; gap: 8px; padding: 26px 26px 28px; border-radius: 16px; border: 1px solid var(--line); background: rgba(255,255,255,0.025); opacity: 0; transform: translateY(24px); }
.step span { font-family: var(--display); font-size: 12px; letter-spacing: 0.1em; color: var(--brass); }
.step b { font-family: var(--display); font-weight: 500; font-size: 20px; }
.step p { margin: 0; font-size: 14px; color: var(--ivory-60); }

/* PRIVACY */
.privacy { padding: clamp(100px, 16vh, 180px) 0; background: var(--ink-2); }
.struck { margin: clamp(40px, 6vh, 64px) 0 0; padding: 0; list-style: none; display: grid; gap: 8px; font-family: var(--display); font-weight: 700; font-size: clamp(22px, 3.4vw, 46px); letter-spacing: -0.01em; }
.struck s { position: relative; text-decoration: none; color: var(--ivory); }
.struck s::after { content: ""; position: absolute; left: -2%; right: -2%; top: 52%; height: 0.09em; background: var(--brass); transform: scaleX(var(--strike, 0)); transform-origin: left; }
.signals { margin-top: clamp(40px, 6vh, 64px); }
.signals__row { display: flex; flex-wrap: wrap; gap: 10px 16px; margin: 0; font-family: var(--serif); font-style: italic; font-size: clamp(20px, 2.4vw, 32px); color: var(--brass-light); }

/* VIRALITY / BUSINESS */
.viral { padding: clamp(100px, 16vh, 180px) 0 0; }
.viral__grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: clamp(28px, 5vw, 80px); align-items: center; }
.viral__mirror { display: grid; place-items: center; }
.phone { position: relative; width: min(260px, 60vw); aspect-ratio: 9 / 19; border-radius: 36px; overflow: hidden; border: 6px solid #1c1c22; box-shadow: 0 40px 100px rgba(0,0,0,0.6); transform: rotate(-6deg); }
.phone img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.phone__badge { position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); padding: 8px 16px; border-radius: 999px; background: var(--brass); color: #17120a; font-size: 10px; font-weight: 600; letter-spacing: 0.3em; }
.business { margin-top: clamp(80px, 12vh, 140px); padding-bottom: clamp(100px, 16vh, 180px); }
.layers { display: flex; flex-wrap: wrap; gap: 10px; margin: clamp(36px, 5vh, 56px) 0 0; padding: 0; list-style: none; counter-reset: layer; }
.layers li { counter-increment: layer; padding: 12px 18px; border-radius: 999px; border: 1px solid var(--line); font-family: var(--display); font-weight: 500; font-size: 13px; letter-spacing: 0.06em; opacity: 0; transform: translateY(12px); }
.layers li::before { content: counter(layer, decimal-leading-zero) " "; color: var(--brass); }

/* OPPORTUNITY */
.opportunity { padding: clamp(100px, 16vh, 180px) 0; background: var(--ink-2); }
.ladder { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 12px; margin: clamp(40px, 6vh, 72px) 0 0; padding: 0; list-style: none; }
.ladder li { display: grid; gap: 6px; padding: 22px; border-left: 1px solid rgba(201,162,39,0.4); opacity: 0; transform: translateY(18px); }
.ladder b { font-family: var(--display); font-weight: 700; font-size: clamp(22px, 2vw, 30px); overflow-wrap: anywhere; line-height: 1; color: var(--brass-light); }
.ladder span { font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ivory-60); }
.ladder__end { background: linear-gradient(160deg, rgba(201,162,39,0.16), transparent); border-radius: 0 16px 16px 0; }
.whynow { margin-top: clamp(80px, 12vh, 140px); }
.reasons { margin: 32px 0 0; padding: 0; list-style: none; display: grid; gap: 0; }
.reasons li { display: flex; gap: 18px; padding: 16px 0; border-top: 1px solid var(--line); font-family: var(--display); font-weight: 500; font-size: clamp(15px, 1.5vw, 20px); }
.reasons li span { font-size: 11px; letter-spacing: 0.2em; color: var(--brass); padding-top: 4px; }

/* STANDARD */
.standard { padding: clamp(100px, 16vh, 180px) 0; }
.instead { margin: clamp(40px, 6vh, 72px) 0 0; padding: 0; list-style: none; }
.instead li { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; padding: 22px 0; border-top: 1px solid var(--line); font-family: var(--display); font-size: clamp(16px, 2vw, 28px); opacity: 0; }
.instead li::after { content: "→"; grid-column: 2; grid-row: 1; color: var(--brass); }
.instead s { grid-column: 1; color: var(--ivory-40); font-weight: 500; text-decoration-color: rgba(201,162,39,0.6); }
.instead b { grid-column: 3; font-weight: 700; color: var(--brass-light); }

/* APPLY */
.apply { padding: clamp(100px, 16vh, 180px) 0; background: radial-gradient(60% 60% at 80% 20%, rgba(201,162,39,0.12), transparent 60%), var(--ink-2); }
.apply__grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(28px, 5vw, 80px); align-items: start; }
.intake { display: grid; gap: 14px; padding: clamp(22px, 3vw, 36px); border-radius: 22px; border: 1px solid rgba(255,255,255,0.12); background: linear-gradient(160deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02)); backdrop-filter: blur(18px); }
.intake__label { margin: 0 0 6px; font-size: 10px; letter-spacing: 0.32em; color: var(--brass); }
.intake label { display: grid; gap: 6px; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ivory-40); }
.intake input, .intake select, .intake textarea {
  width: 100%; padding: 13px 14px; border-radius: 10px; border: 1px solid rgba(255,255,255,0.14); background: rgba(7,7,10,0.55); color: var(--ivory);
  font: 500 15px/1.4 var(--body); letter-spacing: 0; text-transform: none; outline: none; transition: border-color 200ms;
}
.intake input:focus, .intake select:focus, .intake textarea:focus { border-color: var(--brass); }
.intake select option { background: #111; }
.intake__row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.intake button { justify-self: start; margin-top: 6px; }
.intake__status { margin: 0; min-height: 1.4em; font-size: 13px; color: var(--brass-light); }
.intake.is-sent label, .intake.is-sent button { display: none; }
.intake.is-sent .intake__status { font-family: var(--display); font-size: 18px; }

/* FOOTER */
.foot { padding: clamp(60px, 10vh, 120px) 0 40px; border-top: 1px solid var(--line); background: var(--ink); }
.foot__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
.foot__logo { height: 34px; width: auto; }
.foot__claim { max-width: 34ch; margin: 18px 0 0; font-size: 11px; letter-spacing: 0.28em; line-height: 1.9; color: var(--ivory-40); }
.foot__nav, .foot__contact { display: grid; gap: 8px; align-content: start; }
.foot__nav a, .foot__contact a { text-decoration: none; color: var(--ivory-60); font-size: 15px; }
.foot__nav a:hover, .foot__contact a:hover { color: var(--brass-light); }
.foot__base { display: grid; gap: 6px; margin-top: 60px; padding-top: 24px; border-top: 1px solid var(--line); font-size: 11px; letter-spacing: 0.2em; color: var(--ivory-40); }
.foot__base p { margin: 0; }

/* ---------- Responsive ---------- */
html.is-og #chrome, html.is-og .cue, html.is-og #loader { display: none !important; }

@media (max-width: 560px) { .hero__slab-img { filter: brightness(0.5); } .adcard { padding: 14px 20px; font-size: 13px; } .adcard--grey { bottom: 26%; } .adcard--dark { bottom: 14%; } .venues__grid { grid-template-columns: 1fr !important; } .hero__actions .btn { width: 100%; justify-content: center; } }

@media (max-width: 900px) {
  #chrome { grid-template-columns: 1fr auto; }
  .chrome__chapter { display: none; }
  .chrome__tag { display: none; }
  .infra__pin { grid-template-columns: 1fr; align-content: center; gap: 24px; padding-top: 80px; }
  .infra__stack { height: 46vh; }
  .plate { width: min(360px, 92vw); }
  .viral__grid, .apply__grid { grid-template-columns: 1fr; }
  .foot__grid { grid-template-columns: 1fr; }
  .venues__grid { grid-template-columns: 1fr 1fr; }
  .worlds__head { top: 76px; }
  .world { width: min(52vh, 74vw); }
  .intake__row { grid-template-columns: 1fr; }
  .beat { width: min(560px, 86vw); left: 7vw; }
  .beat--right { left: auto; right: 7vw; }
  .instead li { grid-template-columns: 1fr; gap: 6px; }
  .instead li::after { display: none; }
  .instead s, .instead b { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .cue span, .loader__mark img, .mirror8__grain { animation: none; }
  .shift__beat, .gifts li, .signal__list--chain li, .step, .layers li, .ladder li, .instead li { opacity: 1; transform: none; }
  .venue { clip-path: none; }
  .adcard { --strike: 1; }
  .struck s::after { --strike: 1; }
}
