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

:root {
  --paper: #090909;
  --paper-2: #131313;
  --ink: #f4f4f0;
  --ink-2: #c9c9c3;
  --muted: #90908b;
  --line: #30302d;
  --green: #f4f4f0;
  --green-dark: #f4f4f0;
  --orange: #5b76ff;
  --orange-ink: #b8c4ff;
  --blue: #5b76ff;
  --lime: #20201e;
  --night: #050505;
  --white: #f4f4f0;
  --panel: #171717;
  --display: "Switzer", "Helvetica Neue", Arial, sans-serif;
  --sans: "Switzer", "Helvetica Neue", Arial, sans-serif;
  --mono: "IBM Plex Mono", monospace;
  --shell: min(1280px, calc(100vw - 48px));
  --radius: 2px;
  --ease: cubic-bezier(.16, 1, .3, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body.home-body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.guide-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
h1, h2, h3, p { text-wrap: balance; }
h1, h2, h3 { font-family: var(--display); }
code { padding: .08em .3em; background: #20201e; border-radius: 1px; font: .86em var(--mono); }
::selection { background: var(--lime); color: var(--ink); }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; transform: translateY(-150%); padding: 10px 14px; background: var(--ink); color: #fff; text-decoration: none; }
.skip-link:focus { transform: none; }

/* Navigation */
.site-nav { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(255, 255, 255, .12); background: rgba(9, 9, 9, .9); backdrop-filter: blur(14px); }
.nav-shell { width: var(--shell); height: 70px; margin: auto; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; font-weight: 700; text-decoration: none; letter-spacing: -.02em; }
.nav-menu { margin-left: auto; display: flex; align-items: center; gap: 24px; }
.nav-menu a { position: relative; color: var(--ink-2); font-size: 13px; font-weight: 600; text-decoration: none; }
.nav-menu a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--orange); transition: right 220ms var(--ease); }
.nav-menu a:hover::after { right: 0; }
.ask-link { padding: 7px 0 3px; border: 0; border-bottom: 1px solid var(--ink); background: transparent; color: var(--ink); font-size: 12px; font-weight: 700; }
.ask-link:hover { color: var(--blue); border-color: var(--blue); }
.nav-toggle { display: none; width: 44px; height: 44px; margin-left: auto; padding: 0; border: 0; background: transparent; }
.nav-toggle i { display: block; width: 21px; height: 1px; margin: 6px auto; background: currentColor; transition: transform 220ms var(--ease); }

/* Scroll-scrubbed agent field */
.studio-hero { --world-progress: 0; position: relative; width: 100%; height: max(1180px, 185svh); margin: 0; }
.studio-sticky { position: sticky; top: 64px; width: 100%; height: calc(100svh - 64px); min-height: 660px; overflow: hidden; background: var(--night); }
.studio-stage { position: relative; width: var(--shell); height: 100%; min-height: 0; margin: auto; overflow: hidden; border-bottom: 1px solid var(--line); isolation: isolate; perspective: 1100px; }
.studio-stage::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(86% 78% at 74% 31%, rgba(91, 118, 255, .16), transparent 57%), radial-gradient(58% 62% at 36% 72%, rgba(201, 201, 195, .07), transparent 58%), linear-gradient(180deg, rgba(5, 5, 5, .06), rgba(5, 5, 5, .91)); pointer-events: none; }
.studio-stage::after { content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none; background-image: linear-gradient(90deg, rgba(244, 244, 240, .06) 1px, transparent 1px), linear-gradient(180deg, rgba(244, 244, 240, .035) 1px, transparent 1px); background-size: min(18vw, 230px) 100%, 100% min(20vh, 190px); mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent); opacity: .28; }
.studio-grid { position: absolute; z-index: -3; inset: -12%; transform: translate3d(0, var(--grid-y, 0px), 0) scale(var(--grid-scale, 1)); transform-origin: 68% 42%; background-image: linear-gradient(to right, rgba(244, 244, 240, .055) 1px, transparent 1px), linear-gradient(to bottom, rgba(244, 244, 240, .055) 1px, transparent 1px); background-size: 80px 80px; will-change: transform; }
.studio-film { position: absolute; z-index: -4; inset: -4%; width: 108%; height: 108%; object-fit: cover; object-position: 65% 50%; opacity: .46; filter: saturate(.62) contrast(1.1) brightness(.62); transform: scale(1.02); pointer-events: none; }
.studio-routes { position: absolute; z-index: -2; inset: -5%; width: 110%; height: 110%; overflow: visible; transform: translate3d(var(--routes-x, 0px), var(--routes-y, 0px), 0) scale(var(--routes-scale, 1)); transform-origin: 68% 43%; will-change: transform, opacity; }
.studio-routes__lines { fill: none; stroke: #7388f5; stroke-width: 1; opacity: .42; }
.studio-routes__nodes { fill: var(--ink); opacity: .72; }
.studio-routes__packets { fill: var(--ink); }
.studio-routes__packet--signal { fill: var(--blue); filter: drop-shadow(0 0 7px rgba(91, 118, 255, .8)); }
.studio-labels { position: absolute; z-index: 0; inset: 0; color: #777773; font: 9px var(--mono); letter-spacing: .16em; text-transform: uppercase; transform: translate3d(var(--labels-x, 0px), var(--labels-y, 0px), 0) scale(var(--labels-scale, 1)); transform-origin: 68% 43%; opacity: var(--labels-opacity, .46); will-change: transform, opacity; pointer-events: none; }
.studio-labels span { position: absolute; white-space: nowrap; }
.studio-labels span:nth-child(1) { left: 6%; top: 21%; }.studio-labels span:nth-child(2) { left: 51%; top: 13%; }.studio-labels span:nth-child(3) { left: 81%; top: 30%; }.studio-labels span:nth-child(4) { left: 43%; top: 48%; }.studio-labels span:nth-child(5) { right: 2%; top: 57%; }.studio-labels span:nth-child(6) { left: 34%; top: 72%; }.studio-labels span:nth-child(7) { left: 63%; top: 83%; }.studio-labels span:nth-child(8) { left: 16%; top: 87%; }.studio-labels span:nth-child(9) { left: 72%; top: 69%; }
.studio-contracts { position: absolute; z-index: 4; right: 0; bottom: 9%; width: min(380px, 32vw); display: grid; gap: 8px; transform: translate3d(var(--contracts-x, 0px), var(--contracts-y, 0px), 0) scale(var(--contracts-scale, 1)); transform-origin: 100% 50%; opacity: var(--contracts-opacity, .22); will-change: transform, opacity; pointer-events: none; }
.studio-contracts div { min-height: 62px; padding: 12px 14px; display: grid; align-content: center; border: 1px solid rgba(244, 244, 240, .13); background: rgba(10, 10, 10, .54); box-shadow: inset 0 1px 0 rgba(244, 244, 240, .08); backdrop-filter: blur(12px); }
.studio-contracts div:nth-child(2) { margin-left: 42px; }
.studio-contracts div:nth-child(3) { margin-left: 104px; }
.studio-contracts b { color: var(--ink); font: 500 12px/1.2 var(--display); letter-spacing: -.01em; }
.studio-contracts span { margin-top: 5px; color: #8f8f89; font: 9px/1.35 var(--mono); text-transform: uppercase; }
.studio-rail { z-index: 7; width: 30px; height: calc(100% - 54px); top: 28px; left: 0; position: absolute; display: flex; flex-direction: column; align-items: center; justify-content: space-between; color: #a1a19d; font: 9px var(--mono); text-transform: uppercase; }
.studio-rail span { writing-mode: vertical-rl; transform: rotate(180deg); white-space: nowrap; }
.studio-rail i { flex: 1; width: 1px; margin: 28px 0; background: var(--line); }
.studio-stats { position: absolute; z-index: 4; top: 9%; left: 72px; display: flex; gap: 64px; transform: translate3d(0, var(--stats-y, 0px), 0); opacity: var(--stats-opacity, 1); will-change: transform, opacity; }
.studio-stats p { margin: 0; }
.studio-stats strong { display: block; color: #686864; font: 300 clamp(42px, 5vw, 74px)/.8 var(--display); letter-spacing: -.07em; }
.studio-stats small { display: block; margin-top: 12px; color: #858580; font-size: 11px; }
.studio-ghost { position: absolute; z-index: 1; left: 4%; bottom: 8%; margin: 0; color: rgba(244, 244, 240, .045); font: 500 clamp(130px, 17vw, 260px)/.78 var(--display); letter-spacing: -.075em; text-transform: uppercase; white-space: nowrap; transform: translate3d(var(--ghost-x, 0px), var(--ghost-y, 0px), 0) scale(var(--ghost-scale, 1)); transform-origin: 55% 50%; opacity: var(--ghost-opacity, 1); will-change: transform, opacity; }
.studio-copy { position: absolute; z-index: 5; left: 72px; bottom: 7%; max-width: 590px; transform: translate3d(var(--copy-x, 0px), var(--copy-y, 0px), 0) scale(var(--copy-scale, 1)); transform-origin: 0 65%; opacity: var(--copy-opacity, 1); will-change: transform, opacity; }
.studio-copy .kicker { margin-bottom: 12px; display: flex; align-items: center; gap: 12px; color: #858580; }
.studio-copy .kicker i { width: 6px; height: 6px; border-radius: 50%; background: #df2b20; box-shadow: 0 0 0 5px rgba(223, 43, 32, .12); }
.studio-copy h1 { margin: 0; font-size: clamp(34px, 4vw, 58px); font-weight: 300; line-height: .95; letter-spacing: -.06em; }
.studio-copy h2 { margin: 13px 0 0; font-size: clamp(40px, 5vw, 72px); font-weight: 500; line-height: .88; letter-spacing: -.075em; }
.studio-origin { width: max-content; margin-top: 17px; display: inline-flex; align-items: center; gap: 10px; color: #858580; font: 500 9px var(--mono); letter-spacing: .04em; text-transform: uppercase; }
.studio-origin b, .sg-inline { padding: 4px 7px; background: #df2b20; color: #fff; font: inherit; letter-spacing: .02em; }
.studio-copy > p:not(.kicker) { max-width: 510px; margin: 24px 0 0; color: var(--muted); font-size: 14px; }
.studio-portrait-frame { position: absolute; z-index: 3; top: 7%; right: 4%; width: min(41%, 486px); margin: 0; transform: translate3d(var(--portrait-x, 0px), var(--portrait-y, 0px), var(--portrait-z, 0px)) scale(var(--portrait-scale, 1)); transform-origin: 48% 37%; opacity: var(--portrait-opacity, 1); will-change: transform, opacity; }
.studio-portrait-frame::after { content: ""; position: absolute; inset: -1px; z-index: 4; pointer-events: none; background: linear-gradient(112deg, transparent 48%, rgba(91, 118, 255, .22) 66%, transparent 82%); mix-blend-mode: screen; }
.studio-portrait-frame figcaption { margin-top: 12px; display: flex; justify-content: space-between; color: #777773; font: 9px var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.studio-portrait { position: relative; width: 100%; aspect-ratio: 4 / 5; padding: 0; overflow: hidden; border: 1px solid rgba(244, 244, 240, .16); background: #101010; }
.studio-portrait::before { content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none; background: radial-gradient(115% 88% at 46% 34%, transparent 36%, rgba(5, 5, 5, .42) 69%, var(--night) 100%), linear-gradient(0deg, rgba(5, 5, 5, .72), transparent 42%); }
.studio-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 14%; filter: saturate(.68) contrast(1.05) brightness(.76); transition: filter 700ms var(--ease), transform 900ms var(--ease); }
.studio-portrait:hover img, .studio-portrait.is-colour img { filter: saturate(1) contrast(1.02) brightness(.96); transform: scale(1.015); }
.studio-portrait > span { position: absolute; z-index: 4; top: 18px; right: 14px; color: #7c7c78; font: 8px var(--mono); text-transform: uppercase; writing-mode: vertical-rl; }
.studio-scroll { position: absolute; z-index: 5; right: 20px; bottom: 18px; color: #777773; font: 9px var(--mono); letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.studio-scroll span { margin-left: 8px; color: var(--blue); }
.studio-progress { position: absolute; z-index: 6; right: 0; top: 42%; height: 130px; display: flex; align-items: center; gap: 9px; color: #777773; font: 8px var(--mono); letter-spacing: .12em; text-transform: uppercase; writing-mode: vertical-rl; }
.studio-progress::before { content: ""; position: absolute; top: 0; right: 3px; width: 1px; height: 100%; background: var(--line); }
.studio-progress i { position: absolute; top: 0; right: 2px; width: 3px; height: calc(var(--world-progress) * 100%); background: var(--blue); box-shadow: 0 0 10px rgba(91, 118, 255, .5); }
.studio-progress span { transform: translateX(-12px); }

/* Hero */
.hero { width: var(--shell); min-height: 680px; margin: auto; display: grid; grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr); align-items: center; gap: clamp(40px, 6vw, 90px); padding: 76px 0 82px; }
.kicker { margin: 0 0 18px; color: var(--green-dark); font: 500 11px/1.4 var(--mono); letter-spacing: .07em; text-transform: uppercase; }
.live-dot { width: 7px; height: 7px; margin-right: 8px; display: inline-block; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 6px rgba(239, 91, 50, .12); }
.hero h1 { max-width: 690px; margin: 0; font-size: clamp(58px, 7vw, 102px); font-variation-settings: "wdth" 90; font-weight: 580; line-height: .91; letter-spacing: -.052em; }
.hero h1 em { color: var(--green); font-style: normal; }
.hero-thesis { max-width: 620px; margin: 22px 0 0; color: var(--ink); font: 600 clamp(20px, 2vw, 29px)/1.14 var(--display); letter-spacing: -.035em; }
.hero-lede { max-width: 620px; margin: 28px 0 0; color: var(--ink-2); font-size: clamp(17px, 1.45vw, 20px); line-height: 1.55; }
.hero-actions, .contact-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 22px; margin-top: 30px; }
.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 11px 16px; border: 1px solid transparent; border-radius: 1px; text-decoration: none; font-size: 13px; font-weight: 700; transition: background 200ms ease, border-color 200ms ease, color 200ms ease, transform 200ms var(--ease); }
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--ink); color: var(--paper); }
.button--primary:hover { background: var(--blue); color: #fff; }
.button--text { padding-inline: 2px; border: 0; background: transparent; color: var(--ink); }
.button--text:hover { color: var(--green-dark); }
.hero-facts { max-width: 600px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 42px 0 0; padding: 18px 0 0; border-top: 1px solid var(--line); }
.hero-facts div { padding-right: 20px; }
.hero-facts dt { font: 650 24px/1 var(--display); letter-spacing: -.04em; }
.hero-facts dd { margin: 6px 0 0; color: var(--muted); font: 10px/1.35 var(--mono); text-transform: uppercase; }

/* Opening artifact */
.story-hero { grid-template-columns: minmax(0, .94fr) minmax(480px, 1.06fr); align-items: center; min-height: 780px; padding-block: clamp(54px, 7vw, 96px); }
.story-hero .hero-copy { position: relative; z-index: 2; }
.story-hero h1 { max-width: 760px; font-size: clamp(61px, 7.2vw, 108px); }
.story-hero h1 em { display: block; color: var(--orange-ink); }
.story-hero .hero-thesis { max-width: 670px; }
.story-hero .hero-lede { max-width: 660px; }
.hero-rhythm { max-width: 660px; margin: 44px 0 0; padding: 18px 0 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; border-top: 1px solid var(--line); }
.hero-rhythm li { position: relative; color: var(--ink-2); font-size: 12px; font-weight: 700; }
.hero-rhythm li:not(:last-child)::after { content: ""; position: absolute; top: 8px; right: 14px; width: 28px; border-top: 1px solid var(--line); }
.hero-rhythm span { display: block; margin-bottom: 7px; color: var(--orange-ink); font: 9px var(--mono); }
.hero-artifact { min-width: 0; margin: 0; }
.artifact-stage { position: relative; width: 100%; min-height: 610px; padding: 0; display: block; overflow: hidden; border: 1px solid #84958e; border-radius: 4px 28px 28px 4px; background: #111f1b; box-shadow: 18px 24px 0 var(--lime); color: inherit; isolation: isolate; }
.artifact-stage::after { content: ""; position: absolute; inset: 0; z-index: 3; pointer-events: none; background: linear-gradient(180deg, transparent 58%, rgba(5, 16, 12, .78)); }
.artifact-crowd { position: absolute; inset: 0; }
.artifact-crowd img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; filter: saturate(.72) contrast(1.03); transition: transform 800ms var(--ease), filter 500ms ease; }
.artifact-paper { position: absolute; z-index: 2; top: 8%; right: 5%; width: 42%; transform: rotate(3.5deg); transform-origin: 70% 40%; transition: width 850ms var(--ease), transform 850ms var(--ease), right 850ms var(--ease), top 850ms var(--ease); }
.artifact-paper::before { content: ""; position: absolute; top: -7px; left: 38%; width: 78px; height: 22px; z-index: 2; background: rgba(231, 215, 162, .72); transform: rotate(-5deg); }
.artifact-paper img { width: 100%; border: 1px solid rgba(18, 35, 30, .28); box-shadow: 0 22px 50px rgba(0, 0, 0, .35); }
.artifact-tab { position: absolute; z-index: 4; left: 24px; bottom: 24px; display: grid; justify-items: start; color: #fff; text-align: left; }
.artifact-tab b { font: 600 18px var(--display); }
.artifact-tab small { color: #a9bdb4; font: 8px var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.artifact-stage:hover .artifact-crowd img { transform: scale(1.025); filter: saturate(.9) contrast(1.03); }
.artifact-stage.is-open .artifact-crowd img { transform: scale(1.04); filter: saturate(.35) brightness(.35); }
.artifact-stage.is-open .artifact-paper { top: 3%; right: 21%; width: 58%; transform: rotate(-1deg); }
.artifact-stage.is-open .artifact-tab b { font-size: 0; }
.artifact-stage.is-open .artifact-tab b::after { content: "Return to the room"; font-size: 18px; }
.hero-artifact figcaption { margin: 22px 0 0; padding-left: 22px; border-left: 2px solid var(--orange); }
.hero-artifact figcaption span { color: var(--orange-ink); font: 9px var(--mono); text-transform: uppercase; }
.hero-artifact figcaption p { max-width: 610px; margin: 9px 0 7px; color: var(--muted); font-size: 12px; }
.hero-artifact figcaption a { color: var(--green-dark); font-size: 11px; font-weight: 700; }

/* Signature system map */
.signal { overflow: hidden; border: 1px solid #94a69e; border-radius: 28px; background: var(--night); color: var(--white); box-shadow: 0 26px 80px rgba(12, 39, 29, .13); }
.signal-head { height: 48px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; border-bottom: 1px solid rgba(255, 255, 255, .12); color: #c9d7d0; font: 10px var(--mono); text-transform: uppercase; letter-spacing: .06em; }
.signal-state { display: flex; align-items: center; gap: 7px; }
.signal-state i { width: 6px; height: 6px; border-radius: 50%; background: #61dc9f; box-shadow: 0 0 12px #61dc9f; }
.signal-stage { position: relative; aspect-ratio: 1.25; min-height: 450px; background-image: linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px); background-size: 36px 36px; }
.signal-lines { position: absolute; inset: 0; width: 100%; height: 100%; }
.route { fill: none; stroke: rgba(211, 231, 219, .42); stroke-width: 1.4; stroke-dasharray: 7 8; animation: dash 18s linear infinite; marker-end: url(#arrow); }
.route--two { stroke: rgba(80, 123, 255, .7); }
.route--three { stroke: rgba(239, 91, 50, .7); }
.route--four { stroke: rgba(223, 243, 170, .62); }
.signal-lines marker path { fill: #7d968b; }
.route-packet { fill: var(--lime); filter: drop-shadow(0 0 8px #dff3aa); }
@keyframes dash { to { stroke-dashoffset: -240; } }
.map-node { position: absolute; width: 148px; min-height: 75px; padding: 10px 12px; display: grid; grid-template-columns: 24px 1fr; column-gap: 6px; text-align: left; border: 1px solid rgba(255, 255, 255, .25); border-radius: 12px; background: rgba(15, 34, 28, .94); color: var(--white); box-shadow: 0 8px 26px rgba(0, 0, 0, .2); transition: transform 250ms var(--ease), border-color 250ms ease, background 250ms ease; }
.map-node:hover, .map-node.is-active { transform: translateY(-4px); border-color: var(--lime); background: #183b30; }
.map-node span { grid-row: 1 / 3; color: #9fb1a8; font: 9px var(--mono); }
.map-node b { font: 600 13px/1.15 var(--display); letter-spacing: -.02em; }
.map-node small { grid-column: 2; color: #a8bab2; font: 8px/1.3 var(--mono); }
.map-node--enterprise { top: 12%; left: 4%; }
.map-node--agents { top: 41%; left: 39%; }
.map-node--products { top: 12%; right: 3%; }
.map-node--learning { bottom: 7%; left: 4%; }
.map-node--play { bottom: 7%; right: 4%; }
.signal-caption { min-height: 43px; margin: 0; padding: 13px 18px; border-top: 1px solid rgba(255, 255, 255, .12); color: #a8bab2; font: 9px/1.4 var(--mono); }

/* Signature curiosity trail */
.curiosity-console { box-shadow: 0 26px 80px rgba(12, 39, 29, .17), 12px 12px 0 var(--lime); }
.trail-canvas { position: relative; min-height: 340px; overflow: hidden; background-image: linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px); background-size: 36px 36px; }
.trail-canvas > svg { position: absolute; inset: 0; width: 100%; height: 100%; fill: none; pointer-events: none; }
.trail-canvas > svg path { stroke: rgba(223, 243, 170, .38); stroke-width: 1.5; stroke-dasharray: 7 8; animation: dash 18s linear infinite; }
.trail-canvas > svg circle { fill: var(--lime); filter: drop-shadow(0 0 8px #dff3aa); }
.trail-options { position: relative; min-height: 340px; display: grid; grid-template-columns: repeat(3, 1fr); align-content: center; gap: 16px; padding: 38px 28px; }
.trail-options button { min-height: 92px; padding: 14px; display: grid; align-content: space-between; text-align: left; border: 1px solid rgba(255, 255, 255, .24); border-radius: 14px; background: rgba(16, 34, 29, .91); color: var(--white); font: 600 14px/1.15 var(--display); box-shadow: 0 10px 26px rgba(0, 0, 0, .16); transition: transform 240ms var(--ease), border-color 180ms ease, background 180ms ease; }
.trail-options button:hover, .trail-options button.is-active { transform: translateY(-4px); border-color: var(--lime); background: #194233; }
.trail-options button.is-active { box-shadow: 0 0 0 3px rgba(223, 243, 170, .13); }
.trail-options span { color: #9fb3aa; font: 9px var(--mono); }
.trail-result { min-height: 168px; padding: 19px 22px 22px; display: grid; grid-template-columns: minmax(150px, .72fr) minmax(210px, 1.28fr); column-gap: 24px; border-top: 1px solid rgba(255, 255, 255, .12); background: #142b24; }
.trail-result > p { margin: 0; color: #8fe0b5; font: 9px var(--mono); text-transform: uppercase; }
.trail-result h2 { margin: 0; font-size: 27px; line-height: 1; letter-spacing: -.04em; }
.trail-result ol { grid-column: 2; margin: 13px 0; padding-left: 19px; color: #b8c9c1; font-size: 11px; }
.trail-result a { grid-column: 2; color: var(--lime); font-size: 11px; font-weight: 700; text-decoration: none; }
.trail-result a span { color: inherit; }

.now-strip { width: var(--shell); margin: auto; display: grid; grid-template-columns: 190px 1fr; gap: 30px; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.now-label { margin: 0; color: var(--orange-ink); font: 500 10px var(--mono); text-transform: uppercase; }
.now-items { display: flex; flex-wrap: wrap; gap: 10px 28px; }
.now-items a { color: var(--ink-2); font-size: 13px; text-decoration: none; }
.now-items a:hover { color: var(--green-dark); }
.now-items span { margin-right: 5px; color: var(--green-dark); font: 500 9px var(--mono); text-transform: uppercase; }

/* Rooms marquee: all twenty-one photographs, with the event chapters below retaining the interpretation. */
.room-marquee { width: 100%; padding: clamp(62px, 8vw, 108px) 0 28px; overflow: hidden; border-bottom: 1px solid var(--line); background: #0d0d0d; }
.room-marquee__head { width: var(--shell); margin: 0 auto 38px; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); gap: clamp(38px, 9vw, 130px); align-items: end; }
.room-marquee__head h2 { max-width: 820px; margin: 0; font-size: clamp(38px, 5.3vw, 68px); font-weight: 520; line-height: .96; letter-spacing: -.052em; }
.room-marquee__head > div:last-child p { max-width: 560px; margin: 0; color: var(--muted); font-size: 14px; }
.room-marquee__head a { display: inline-block; margin-top: 20px; color: var(--orange-ink); font: 500 10px var(--mono); text-decoration: none; text-transform: uppercase; }
.room-marquee__viewport { width: 100%; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: thin; scrollbar-color: #4a4a47 transparent; }
.room-marquee__track { width: max-content; display: flex; will-change: transform; }
.room-marquee__track.is-ready { animation: room-marquee-scroll 130s linear infinite; }
.room-marquee__viewport:hover .room-marquee__track,
.room-marquee__viewport:focus-within .room-marquee__track { animation-play-state: paused; }
.room-marquee__group { display: flex; gap: 12px; padding-right: 12px; }
.room-marquee__item { position: relative; flex: 0 0 auto; height: 238px; margin: 0; overflow: hidden; background: #171717; }
.room-marquee__item--landscape { width: 326px; }
.room-marquee__item--portrait { width: 178px; }
.room-marquee__item--square { width: 238px; }
.room-marquee__item img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) brightness(.86) contrast(1.03); transition: filter 420ms ease, transform 850ms var(--ease); }
.room-marquee__item:hover img { filter: saturate(1) brightness(.98) contrast(1.01); transform: scale(1.025); }
.room-marquee__item figcaption { position: absolute; inset: auto 8px 8px; width: max-content; max-width: calc(100% - 16px); padding: 5px 7px; overflow: hidden; background: rgba(5, 5, 5, .84); color: #d7d7d2; font: 8px var(--mono); text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
@keyframes room-marquee-scroll { to { transform: translateX(-50%); } }

/* Shared sections */
.section { width: var(--shell); margin: auto; padding: clamp(78px, 9vw, 126px) 0; border-bottom: 1px solid var(--line); }
.section-intro { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr); gap: clamp(38px, 9vw, 130px); align-items: end; margin-bottom: 50px; }
.section-intro--compact { align-items: start; }
.section-intro h2 { max-width: 800px; margin: 0; font-size: clamp(46px, 6vw, 80px); font-variation-settings: "wdth" 88; font-weight: 560; line-height: .96; letter-spacing: -.056em; }
.section-intro > div:last-child > p { max-width: 550px; margin: 0; color: var(--muted); font-size: 15px; }
.format-links { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 14px; margin-top: 22px; font: 9px var(--mono); text-transform: uppercase; }
.format-links span { color: var(--muted); }
.format-links a { color: var(--green-dark); text-decoration-thickness: 1px; text-underline-offset: 3px; }

/* Starting points and chronological trails */
.start-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.start-grid > a { min-height: 390px; padding: 24px; display: flex; flex-direction: column; border-right: 1px solid var(--line); color: inherit; text-decoration: none; transition: background 200ms ease, transform 240ms var(--ease); }
.start-grid > a:last-child { border-right: 0; }
.start-grid > a:nth-child(2) { background: var(--paper-2); }
.start-grid > a:hover { transform: translateY(-6px); background: var(--panel); }
.start-grid > a:nth-child(2):hover { background: var(--panel); }
.start-grid span { color: var(--green-dark); font: 9px var(--mono); text-transform: uppercase; }
.start-grid h3 { margin: 60px 0 16px; font-size: 31px; line-height: .97; letter-spacing: -.045em; }
.start-grid p { margin: 0; color: var(--muted); font-size: 13px; }
.start-grid ol { margin: 24px 0; padding-left: 18px; color: var(--ink-2); font-size: 11px; }
.start-grid b { margin-top: auto; color: var(--green-dark); font-size: 11px; }
.journey-list { counter-reset: trails; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--ink); }
.journey-list article { min-height: 330px; padding: 32px clamp(24px, 4vw, 54px) 32px 0; display: flex; flex-direction: column; border-bottom: 1px solid var(--line); }
.journey-list article:nth-child(odd) { border-right: 1px solid var(--line); }
.journey-list article:nth-child(even) { padding-left: clamp(24px, 4vw, 54px); }
.journey-list span { color: var(--orange-ink); font: 9px var(--mono); text-transform: uppercase; }
.journey-list h3 { max-width: 540px; margin: 32px 0 16px; font-size: clamp(29px, 3.4vw, 46px); line-height: .98; letter-spacing: -.05em; }
.journey-list p { max-width: 580px; margin: 0; color: var(--muted); font-size: 13px; }
.journey-list b { margin-top: auto; color: var(--green-dark); font: 500 10px var(--mono); }
.journey-list i { padding: 0 5px; color: var(--orange-ink); font-style: normal; }

/* Explorer */
.filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; }
.filter { min-height: 42px; padding: 8px 14px; border: 1px solid var(--line); border-radius: 1px; background: transparent; color: var(--ink-2); font-size: 12px; font-weight: 650; transition: background 180ms ease, color 180ms ease, border-color 180ms ease; }
.filter span { margin-left: 5px; color: var(--muted); font: 9px var(--mono); }
.filter:hover { border-color: var(--ink); }
.filter.is-active { border-color: var(--ink); background: var(--ink); color: var(--paper); }
.filter.is-active span { color: #4e4e49; }
.project-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.project-card { min-width: 0; overflow: hidden; display: grid; grid-template-columns: minmax(220px, .95fr) minmax(250px, 1.05fr); border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); transition: opacity 180ms ease, transform 250ms var(--ease), border-color 200ms ease; }
.project-card:hover { transform: translateY(-4px); border-color: #777773; }
.project-card[hidden] { display: none; }
.project-card--wide { grid-column: span 2; grid-template-columns: minmax(360px, 1.25fr) minmax(330px, .75fr); }
.project-card:not(.project-card--wide):not(.project-card--type) { grid-template-columns: 1fr; }
.project-media { min-height: 290px; overflow: hidden; background: #0c0c0c; }
.project-media img { width: 100%; height: 100%; object-fit: contain; filter: saturate(.86) contrast(1.02) brightness(.92); transition: filter 500ms var(--ease); }
.project-card:hover .project-media img { filter: saturate(1) contrast(1) brightness(1); }
.project-card:not(.project-card--wide) .project-media { min-height: 0; aspect-ratio: 16 / 9; }
.project-card:not(.project-card--wide) .project-media img { object-position: center; }
.project-card--skillz .project-media { padding: 12px; background: #0d1321; }
.project-card--skillz .project-media img { object-fit: contain; }
.project-content { min-width: 0; min-height: 280px; padding: clamp(25px, 3vw, 40px); display: flex; flex-direction: column; align-items: flex-start; }
.card-meta { margin: 0; color: var(--green-dark); font: 500 9px var(--mono); letter-spacing: .05em; text-transform: uppercase; }
.project-content h3 { margin: 13px 0 14px; font-size: clamp(31px, 3.6vw, 48px); font-variation-settings: "wdth" 86; font-weight: 590; line-height: .94; letter-spacing: -.05em; }
.project-content h3 a { text-decoration: none; }
.project-content > p:not(.card-meta) { max-width: 530px; margin: 0; color: var(--muted); font-size: 14px; }
.tag-list { display: flex; flex-wrap: wrap; gap: 6px; list-style: none; margin: 20px 0; padding: 0; }
.tag-list li { padding: 5px 8px; border: 1px solid var(--line); border-radius: 1px; color: var(--ink-2); font: 8px var(--mono); text-transform: uppercase; }
.card-link { margin-top: auto; color: var(--ink); font-size: 12px; font-weight: 700; text-decoration: none; }
.card-link span { margin-left: 3px; color: var(--orange-ink); }
.type-visual { min-height: 310px; padding: 34px; display: grid; place-content: center; grid-template-columns: auto auto auto; align-items: center; gap: 16px; background: #111; color: var(--ink); font: 12px var(--mono); }
.type-visual span, .type-visual b { padding: 14px; border: 1px solid #41413e; background: var(--paper); }
.type-visual i { color: var(--orange-ink); font-style: normal; }
.type-visual--game { background: var(--paper-2); }
.type-visual--game i { color: var(--green-dark); }
.type-visual--game span { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; font: 600 30px var(--display); }
.filter-empty { margin: 26px 0 0; color: var(--muted); }

/* Mobile-depth disclosure: complete on desktop, calmer first read on a phone. */
.deep-dive { margin: 0; border: 0; }
.deep-dive > summary { display: none; }

/* Shipping signals */
.signals { width: 100%; max-width: none; padding-inline: max(24px, calc((100vw - 1280px) / 2)); background: var(--night); color: var(--ink); }
.signals .kicker { color: #b8c4ff; }
.signals .section-intro > div:last-child > p, .credentials-head > p:last-child { color: #b8b8b3; }
.signals .format-links span { color: #92928e; }
.signals .format-links a { color: #c5ceff; }
.proof-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 16px; }
.proof-card { overflow: hidden; border: 1px solid #3c3c39; border-radius: var(--radius); background: #191919; }
.proof-card > img { width: 100%; height: clamp(290px, 34vw, 475px); object-fit: cover; object-position: top left; border-top: 1px solid #3c3c39; filter: grayscale(1); }
.proof-head { min-height: 98px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 24px; }
.proof-head span { color: #92928e; font: 9px var(--mono); text-transform: uppercase; }
.proof-head h3 { margin: 6px 0 0; font-size: clamp(25px, 3vw, 39px); line-height: 1; letter-spacing: -.04em; }
.proof-toggle { flex: 0 0 auto; padding: 9px 12px; border: 1px solid #5d5d59; border-radius: 1px; background: transparent; color: #deded9; font-size: 10px; }
.proof-toggle:hover { border-color: #b8c4ff; color: #b8c4ff; }
.proof-toggle > span { margin-left: 7px; color: inherit; font-size: 13px; }
.proof-detail { padding: 22px 24px; border-top: 1px solid #3c3c39; color: #bdbdb8; }
.proof-detail p { margin: 18px 0 0; font-size: 11px; }
.activity-mix { display: flex; height: 74px; align-items: end; gap: 7px; }
.activity-mix span { width: calc(var(--share) * 1%); min-width: 70px; height: calc(28px + var(--share) * .6px); padding: 7px; display: flex; align-items: flex-end; justify-content: space-between; background: #5e5e5b; color: #fff; font: 11px var(--mono); }
.activity-mix span:nth-child(2) { background: var(--blue); }
.activity-mix span:nth-child(3) { background: var(--orange); }
.activity-mix small { font-size: 7px; text-transform: uppercase; }
.badge-key { display: flex; flex-wrap: wrap; gap: 7px; }
.badge-key > span { padding: 7px 9px; border: 1px solid #5e5e5a; border-radius: 1px; font: 9px var(--mono); }
.badge-key p { flex-basis: 100%; }
.credentials-head { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin: 52px 0 16px; }
.credentials-head p { margin: 0; }
.credential-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(265px, 1fr); gap: 12px; overflow-x: auto; padding: 0 1px 18px; scroll-snap-type: x mandatory; scrollbar-color: #5d5d59 transparent; }
.credential { min-height: 282px; padding: 24px; display: flex; flex-direction: column; align-items: flex-start; scroll-snap-align: start; border: 1px solid #3d3d3a; border-radius: 2px; background: #191919; color: var(--ink); text-decoration: none; transition: background 200ms ease, border-color 200ms ease, transform 250ms var(--ease); }
.credential:hover { transform: translateY(-4px); border-color: #8ea3ff; background: #202020; }
.credential-year { color: #999995; font: 9px var(--mono); }
.credential i { width: 52px; height: 52px; margin: 24px 0 20px; display: grid; place-items: center; border: 1px solid #5e5e5a; border-radius: 50%; color: #b8c4ff; font: 500 10px var(--mono); font-style: normal; }
.credential h3 { margin: 0; font-size: 22px; line-height: 1.05; letter-spacing: -.035em; }
.credential p { margin: 12px 0 0; color: #a7a7a2; font-size: 11px; }
.credential b { margin-top: auto; color: #c5ceff; font-size: 10px; }

/* Learning and glossary */
.learning-layout { display: grid; grid-template-columns: minmax(0, .78fr) minmax(420px, 1.22fr); gap: 70px; }
.learning-paths { display: grid; gap: 10px; }
.learning-paths article { padding: 24px; border: 1px solid var(--line); border-radius: 1px; background: var(--paper-2); }
.learning-paths article:nth-child(2) { background: var(--panel); }
.learning-paths span { color: var(--green-dark); font: 9px var(--mono); text-transform: uppercase; }
.learning-paths h3 { margin: 22px 0 8px; font-size: 27px; letter-spacing: -.04em; }
.learning-paths p { margin: 0; color: var(--muted); font-size: 13px; }
.glossary { border-top: 1px solid var(--ink); }
.glossary details { border-bottom: 1px solid var(--line); }
.glossary summary { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 20px; list-style: none; cursor: pointer; font: 600 25px var(--display); letter-spacing: -.03em; }
.glossary summary::-webkit-details-marker { display: none; }
.glossary summary i { color: var(--muted); font: 9px var(--mono); font-style: normal; }
.glossary summary i::after { content: "+"; margin-left: 10px; color: var(--orange); font-size: 15px; }
.glossary details[open] summary i::after { content: "−"; }
.glossary details p { max-width: 680px; margin: 0 0 12px; color: var(--ink-2); }
.glossary details a { display: inline-block; margin-bottom: 24px; color: var(--green-dark); font-size: 12px; font-weight: 700; }

/* Notes */
.note-list { border-top: 1px solid var(--ink); }
.note-feature { display: grid; grid-template-columns: 48px minmax(320px, .9fr) minmax(320px, 1.1fr); gap: 24px; align-items: center; padding: 28px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.note-feature img { width: 100%; aspect-ratio: 1.65; object-fit: cover; border-radius: 1px; filter: grayscale(.9); transition: filter 500ms var(--ease); }
.note-feature:hover img { filter: grayscale(0); }
.note-number { color: var(--muted); font: 10px var(--mono); }
.note-feature p, .note-row p { margin: 0 0 10px; color: var(--green-dark); font: 9px var(--mono); text-transform: uppercase; }
.note-feature h3 { margin: 0 0 26px; font-size: clamp(29px, 4vw, 54px); line-height: .98; letter-spacing: -.052em; }
.note-feature div > span { font-size: 12px; font-weight: 700; }
.note-row { min-height: 112px; display: grid; grid-template-columns: 48px 1fr 30px; gap: 24px; align-items: center; border-bottom: 1px solid var(--line); text-decoration: none; transition: padding 230ms var(--ease), color 180ms ease; }
.note-row:hover { padding-inline: 12px; color: var(--green-dark); }
.note-row h3 { margin: 0; font-size: clamp(24px, 3.2vw, 42px); letter-spacing: -.045em; }
.note-row > span:last-child { color: var(--orange); font-size: 24px; }
.all-notes { display: inline-block; margin-top: 26px; color: var(--ink); font-size: 13px; font-weight: 700; text-decoration: none; }
.all-notes span { color: var(--orange-ink); }

/* Uses */
.uses-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.uses-grid article { min-height: 320px; padding: 24px; border-right: 1px solid var(--line); }
.uses-grid article:last-child { border-right: 0; }
.uses-grid article > span { color: var(--green-dark); font: 9px var(--mono); }
.uses-grid h3 { margin: 54px 0 26px; font-size: 29px; line-height: 1; letter-spacing: -.04em; }
.uses-grid article > p { min-height: 62px; margin: -8px 0 20px; color: var(--muted); font-size: 11px; }
.uses-grid ul { list-style: none; margin: 0; padding: 0; }
.uses-grid li { padding: 7px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.method-card { background: var(--lime); }
.method-card li { color: var(--ink-2); border-color: rgba(18, 35, 30, .16); }

/* Low tool relay */
.tool-relay { width: 100%; overflow: hidden; padding: 30px 0 24px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #070707; color: var(--ink); }
.tool-relay__head { width: var(--shell); margin: 0 auto 22px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.tool-relay__head .kicker { margin: 0; color: #b8c4ff; }
.tool-relay__head > p:last-child { margin: 0; color: var(--muted); font-size: 12px; }
.tool-relay__viewport { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.tool-relay__track { width: max-content; display: flex; animation: tool-relay-scroll 46s linear infinite; will-change: transform; }
.tool-relay__viewport:hover .tool-relay__track, .tool-relay__viewport:focus .tool-relay__track, .tool-relay__viewport:focus-within .tool-relay__track { animation-play-state: paused; }
.tool-relay__group { display: flex; }
.tool-relay__item { width: 176px; min-height: 72px; padding: 12px 20px; display: flex; align-items: center; gap: 13px; border-right: 1px solid var(--line); color: var(--ink-2); }
.tool-relay__item img { width: 28px; height: 28px; flex: 0 0 auto; object-fit: contain; }
.tool-relay__item b { font-size: 13px; font-weight: 550; letter-spacing: -.015em; }
.tool-relay__invert { filter: invert(1); }
.tool-relay__glyph { width: 28px; height: 28px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid #5a5a56; color: var(--field-blue-soft, #b8c4ff); font: 500 11px var(--mono); font-style: normal; }
@keyframes tool-relay-scroll { to { transform: translateX(-50%); } }

/* Living contact sheet */
.events { width: 100%; padding-inline: max(24px, calc((100vw - 1280px) / 2)); overflow: hidden; background: #101010; color: var(--white); }
.events .section-intro { width: min(1280px, calc(100vw - 48px)); margin-inline: auto; }
.events .kicker, .events .format-links a { color: #b8c4ff; }
.events .section-intro > div:last-child > p, .events .format-links span { color: #b4b4b0; }
.journal-controls { width: min(1280px, calc(100vw - 48px)); margin: 0 auto 20px; display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.journal-controls p { margin: 0; color: #92928e; font: 9px var(--mono); text-transform: uppercase; }
.journal-controls p b { display: block; margin-top: 7px; color: var(--white); font: 600 20px var(--display); text-transform: none; }
.journal-controls > div { display: flex; gap: 8px; }
.journal-controls button { width: 46px; height: 46px; border: 1px solid #4e4e4b; border-radius: 50%; background: transparent; color: var(--white); transition: background 180ms ease, color 180ms ease, transform 180ms var(--ease); }
.journal-controls button:hover { background: #dfe4ff; color: var(--ink); transform: translateY(-2px); }
.journal-track { width: 100%; display: grid; grid-auto-flow: column; grid-auto-columns: minmax(940px, 74vw); gap: 18px; padding: 0 max(0px, calc((100vw - 1280px) / 2)) 32px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-color: #5d5d59 transparent; scrollbar-width: thin; }
.journal-card { height: 650px; min-height: 650px; display: grid; grid-template-columns: minmax(520px, 1.22fr) minmax(360px, .78fr); overflow: hidden; scroll-snap-align: start; border: 1px solid #393936; border-radius: 2px; background: #181818; }
.journal-card figure { min-width: 0; min-height: 0; height: 650px; margin: 0; padding: 18px; display: grid; place-items: center; overflow: hidden; background: #0d0d0c; }
.journal-card figure img { width: 100%; height: 100%; min-height: 0; object-fit: contain; object-position: center; filter: saturate(.9); transition: transform 900ms var(--ease), filter 500ms ease; }
.journal-card:hover figure img { transform: scale(1.025); filter: saturate(1); }
.journal-card--wide figure img { object-position: center; }
.journal-card--newspaper figure { padding: 34px; background: #d7d7d2; }
.journal-card--newspaper figure img { object-fit: contain; filter: none; transform: rotate(-1.5deg); filter: drop-shadow(0 20px 30px rgba(0, 0, 0, .24)); }
.journal-copy { padding: clamp(30px, 4vw, 58px); display: flex; flex-direction: column; }
.journal-copy > span { color: #b7c3ff; font: 9px var(--mono); text-transform: uppercase; }
.journal-copy > .journal-venue { margin-top: 9px; color: #8d8d88; letter-spacing: .06em; }
.journal-copy h3 { max-width: 590px; margin: 40px 0 22px; font-size: clamp(36px, 3.5vw, 58px); line-height: .92; letter-spacing: -.055em; }
.journal-copy > p { max-width: 560px; margin: 0; color: #bdbdb8; font-size: 14px; }
.journal-copy > div { margin-top: auto; padding-top: 26px; border-top: 1px solid #3b3b38; }
.journal-copy small { display: block; margin-bottom: 6px; color: #898985; font: 8px var(--mono); text-transform: uppercase; }
.journal-copy a { color: #c5ceff; font-size: 12px; font-weight: 700; }
.events-linkedin-cta { width: min(1280px, calc(100vw - 48px)); margin: 24px auto 0; padding: 24px 0 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid #393936; }
.events-linkedin-cta p { margin: 0; color: #9c9c97; font-size: 13px; }
.events-linkedin-cta a { color: #c5ceff; font: 700 11px var(--mono); text-transform: uppercase; }

/* About, contact, footer */
.about { display: grid; grid-template-columns: minmax(430px, 1fr) minmax(430px, 1fr); gap: clamp(48px, 8vw, 112px); align-items: center; }
.about-portraits { position: relative; min-height: 660px; }
.about-portrait { position: absolute; margin: 0; overflow: hidden; background: var(--panel); }
.about-portrait img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.68) brightness(.78) contrast(1.05); transition: filter 650ms var(--ease), transform 900ms var(--ease); }
.about-portrait:hover img { filter: saturate(1) brightness(.96) contrast(1.02); transform: scale(1.018); }
.about-portrait--wide { top: 0; left: 0; width: 92%; height: 440px; }
.about-portrait--wide img { object-position: 58% 42%; }
.about-portrait--relaxed { right: 0; bottom: 0; width: 44%; height: 370px; border: 12px solid var(--paper); }
.about-portrait--relaxed img { object-position: 50% 24%; }
.about-portrait figcaption { position: absolute; z-index: 2; left: 12px; bottom: 10px; padding: 5px 7px; background: rgba(5, 5, 5, .82); color: #cfcfca; font: 8px var(--mono); text-transform: uppercase; }
.about-copy h2 { max-width: 700px; margin: 0 0 27px; font-size: clamp(49px, 6vw, 80px); line-height: .94; letter-spacing: -.058em; }
.about-copy > p:not(.kicker) { max-width: 680px; color: var(--ink-2); font-size: 16px; }
.about-links { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 28px; }
.about-links a { color: var(--green-dark); font-size: 12px; font-weight: 700; }
.contact { width: var(--shell); margin: auto; padding: clamp(90px, 12vw, 160px) 0; }
.contact h2 { max-width: 1050px; margin: 0; font-size: clamp(57px, 8vw, 110px); font-weight: 560; font-variation-settings: "wdth" 84; line-height: .88; letter-spacing: -.065em; }
.contact > p:not(.kicker) { max-width: 690px; margin: 30px 0 0; color: var(--muted); font-size: 16px; }
.site-footer { width: var(--shell); margin: auto; padding: 30px 0 44px; display: grid; grid-template-columns: 1fr auto; gap: 30px 60px; border-top: 1px solid var(--ink); }
.site-footer > div > p { margin: 12px 0 0; color: var(--muted); font-size: 11px; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 15px 24px; align-items: center; }
.site-footer nav a { color: var(--ink-2); font-size: 11px; }
.disclaimer { grid-column: 1 / -1; margin: 0; color: var(--muted); font: 9px/1.45 var(--mono); }

/* Profile actions and local site guide */
.floating-actions { position: fixed; z-index: 60; right: 24px; bottom: 24px; padding: 6px; display: grid; gap: 6px; border: 1px solid rgba(255, 255, 255, .17); border-radius: 18px; background: rgba(9, 9, 9, .76); box-shadow: 0 18px 54px rgba(0, 0, 0, .34); backdrop-filter: blur(18px) saturate(130%); }
.floating-action { position: relative; width: 52px; height: 52px; padding: 0; display: grid; place-items: center; border: 0; border-radius: 13px; transition: transform 180ms var(--ease), background 180ms ease, color 180ms ease; }
.floating-action:hover { transform: translateY(-2px); }
.floating-action:active { transform: scale(.96); }
.floating-action svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.65; }
.floating-action--share { background: #f4f4f0; color: #090909; }
.floating-action--share:hover { background: #c8ff63; }
.floating-action--guide { background: #5b76ff; color: #fff; }
.floating-action--guide:hover { background: #7188ff; }
.floating-action::after { content: attr(data-label); position: absolute; right: calc(100% + 15px); top: 50%; width: max-content; padding: 8px 10px; border: 1px solid #4a4a47; border-radius: 8px; background: rgba(5, 5, 5, .94); color: #f4f4f0; box-shadow: 0 8px 24px rgba(0, 0, 0, .25); font: 9px var(--mono); letter-spacing: .03em; pointer-events: none; transform: translate(8px, -50%); opacity: 0; transition: opacity 150ms ease, transform 180ms var(--ease); }
.floating-action:hover::after, .floating-action:focus-visible::after { transform: translate(0, -50%); opacity: 1; }
.profile-share { width: min(560px, calc(100vw - 32px)); max-width: none; max-height: calc(100dvh - 32px); padding: 0; overflow: hidden; border: 1px solid #5b5b58; border-radius: 3px; background: var(--paper); color: var(--ink); box-shadow: 0 34px 120px rgba(0, 0, 0, .58); }
.profile-share::backdrop { background: rgba(0, 0, 0, .78); backdrop-filter: blur(8px); }
.profile-share__shell { display: grid; grid-template-rows: auto minmax(0, 1fr); max-height: calc(100dvh - 32px); }
.profile-share__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 28px; padding: 24px; border-bottom: 1px solid #343432; background: #050505; }
.profile-share__head span { color: #b8c4ff; font: 8px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.profile-share__head h2 { max-width: 390px; margin: 8px 0 0; font-size: clamp(30px, 6vw, 46px); line-height: .94; letter-spacing: -.055em; }
.profile-share__head button { flex: 0 0 auto; width: 42px; height: 42px; padding: 0; border: 1px solid #3d3d3a; border-radius: 50%; background: transparent; color: #fff; font-size: 26px; line-height: 1; }
.profile-share__head button:hover { border-color: #c8ff63; color: #c8ff63; }
.profile-share__body { padding: 24px; overflow-y: auto; }
.profile-share__identity { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.profile-share__identity img { width: 58px; height: 58px; border-radius: 14px; }
.profile-share__identity strong, .profile-share__identity span { display: block; }
.profile-share__identity strong { font-size: 18px; letter-spacing: -.025em; }
.profile-share__identity span { color: var(--ink-2); font: 9px var(--mono); text-transform: uppercase; }
.profile-share__qr { position: relative; display: grid; place-items: center; padding: 18px 18px 42px; background: #fff; color: #090909; text-decoration: none; }
.profile-share__qr img { width: min(100%, 340px); height: auto; image-rendering: pixelated; }
.profile-share__qr span { position: absolute; left: 18px; right: 18px; bottom: 14px; text-align: center; font: 700 12px var(--mono); letter-spacing: .04em; }
.profile-share__instruction { margin: 17px 0; color: var(--ink-2); font-size: 12px; }
.profile-share__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.profile-share__actions .button { width: 100%; min-height: 48px; justify-content: center; }
.profile-share__copy, .profile-share__install { border: 1px solid #555552; background: transparent; color: var(--ink); }
.profile-share__install { grid-column: 1 / -1; }
.profile-share__status { min-height: 18px; margin: 12px 0 0; color: #aebbf9; font: 9px/1.5 var(--mono); }
body.share-open { overflow: hidden; }

.site-guide { position: fixed; z-index: 70; right: 24px; bottom: 24px; width: min(420px, calc(100vw - 32px)); height: min(680px, calc(100vh - 48px)); display: grid; grid-template-rows: auto auto 1fr auto auto; overflow: hidden; border: 1px solid #5c5c59; border-radius: 2px; background: var(--paper); color: var(--ink); box-shadow: 0 30px 100px rgba(0, 0, 0, .24); transform: translateY(24px) scale(.97); transform-origin: bottom right; opacity: 0; pointer-events: none; transition: opacity 220ms ease, transform 320ms var(--ease); }
.site-guide.is-open { transform: none; opacity: 1; pointer-events: auto; }
.guide-head { min-height: 82px; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 16px 18px; background: var(--night); color: var(--white); }
.guide-head h2 { margin: 4px 0 0; font-size: 24px; line-height: 1; letter-spacing: -.04em; }
.guide-status { color: #b8c4ff; font: 8px var(--mono); text-transform: uppercase; }
.guide-status i { width: 6px; height: 6px; margin-right: 5px; display: inline-block; border-radius: 50%; background: #8ba3ff; }
.guide-head button { width: 42px; height: 42px; border: 0; border-radius: 50%; background: rgba(255, 255, 255, .09); color: #fff; font-size: 24px; }
.guide-note { display: grid; grid-template-columns: 19px 1fr; gap: 9px; padding: 12px 16px; border-bottom: 1px solid var(--line); background: var(--lime); }
.guide-note svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.guide-note p { margin: 0; font-size: 10px; }
.guide-messages { overflow-y: auto; padding: 18px 16px; display: flex; flex-direction: column; gap: 10px; }
.guide-message { max-width: 88%; padding: 11px 13px; border-radius: 2px; background: #1b1b1a; font-size: 12px; }
.guide-message p { margin: 0; }
.guide-message a { color: var(--green-dark); font-weight: 700; }
.guide-message--user { align-self: flex-end; background: var(--blue); color: #fff; }
.guide-message--bot { align-self: flex-start; }
.guide-prompts { display: flex; gap: 6px; overflow-x: auto; padding: 10px 16px; border-top: 1px solid var(--line); }
.guide-prompts button { flex: 0 0 auto; padding: 7px 9px; border: 1px solid var(--line); border-radius: 1px; background: transparent; color: var(--ink-2); font-size: 9px; }
.guide-prompts button:hover { border-color: var(--green); color: var(--green-dark); }
.guide-form { display: grid; grid-template-columns: 1fr 43px; gap: 8px; padding: 12px; border-top: 1px solid var(--line); background: var(--panel); }
.guide-form input { min-width: 0; height: 43px; padding: 0 12px; border: 1px solid var(--line); border-radius: 1px; background: var(--paper); color: var(--ink); font-size: 12px; }
.guide-form button { width: 43px; height: 43px; display: grid; place-items: center; border: 0; border-radius: 1px; background: var(--orange); color: #fff; }
.guide-form svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; }

@media (max-width: 1050px) {
  :root { --shell: min(100% - 40px, 960px); }
  .nav-menu { gap: 15px; }
  .hero { grid-template-columns: 1fr; padding-top: 64px; }
  .hero-copy { max-width: 820px; }
  .studio-hero { height: max(1080px, 175svh); min-height: 0; }
  .studio-sticky { min-height: 620px; }
  .studio-stage { min-height: 0; }
  .studio-rail { height: calc(100% - 54px); }
  .studio-copy { left: 50px; max-width: 520px; }
  .studio-stats { left: 50px; }
  .studio-portrait-frame { right: 1%; width: min(43%, 420px); }
  .studio-contracts { right: -18px; width: min(340px, 35vw); }
  .studio-contracts div:nth-child(2) { margin-left: 28px; }
  .studio-contracts div:nth-child(3) { margin-left: 62px; }
  .studio-portrait { width: 100%; }
  .story-hero { min-height: 0; }
  .hero-artifact { max-width: 820px; }
  .artifact-stage { min-height: 640px; }
  .signal { max-width: 760px; width: 100%; }
  .project-card, .project-card--wide { grid-template-columns: 1fr; }
  .project-card--wide { grid-column: auto; }
  .project-media, .project-card:not(.project-card--wide) .project-media { min-height: 270px; aspect-ratio: 1.65; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-card > img { height: auto; max-height: none; }
  .uses-grid { grid-template-columns: repeat(2, 1fr); }
  .uses-grid article { border-bottom: 1px solid var(--line); }
  .uses-grid article:nth-child(2) { border-right: 0; }
  .start-grid { grid-template-columns: repeat(2, 1fr); }
  .start-grid > a:nth-child(2) { border-right: 0; }
  .start-grid > a { border-bottom: 1px solid var(--line); }
  .journal-track { grid-auto-columns: minmax(690px, 86vw); }
}

@media (min-width: 761px) and (max-height: 760px) {
  .studio-sticky { min-height: 0; }
  .studio-stats { top: 7%; }
  .studio-stats strong { font-size: clamp(40px, 4.2vw, 58px); }
  .studio-copy { bottom: 6%; }
  .studio-copy > p:not(.kicker) { margin-top: 16px; }
  .studio-copy .hero-actions { margin-top: 18px; }
  .studio-portrait-frame { top: 4%; width: min(35%, 410px); }
}

@media (max-width: 900px) {
  :root { --shell: calc(100% - 32px); }
  html { scroll-padding-top: 65px; }
  .nav-shell { height: 62px; gap: 12px; }
  .nav-toggle { display: block; }
  .nav-toggle[aria-expanded="true"] i:first-of-type { transform: translateY(3.5px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] i:last-of-type { transform: translateY(-3.5px) rotate(-45deg); }
  .nav-menu { position: absolute; top: 62px; left: 0; right: 0; margin: 0; padding: 20px; display: grid; gap: 0; visibility: hidden; border-bottom: 1px solid var(--line); background: var(--paper); transform: translateY(-10px); opacity: 0; pointer-events: none; transition: opacity 180ms ease, transform 240ms var(--ease), visibility 0s linear 240ms; }
  .nav-menu.is-open { visibility: visible; transform: none; opacity: 1; pointer-events: auto; transition-delay: 0s; }
  .nav-menu a { padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
  .ask-link { display: none; }
  .studio-hero { height: max(1000px, 158svh); min-height: 0; padding: 0; }
  .studio-sticky { top: 62px; height: calc(100svh - 62px); min-height: 620px; }
  .studio-rail { display: none; }
  .studio-stage { min-height: 0; margin: auto; padding: 0; display: block; overflow: hidden; }
  .studio-grid { inset: -16%; background-size: 58px 58px; }
  .studio-film { display: none; }
  .studio-routes { inset: -18%; width: 136%; height: 136%; }
  .studio-labels { display: none; }
  .studio-contracts { z-index: 2; top: 39%; right: -8px; bottom: auto; width: min(76%, 320px); gap: 6px; }
  .studio-contracts div { min-height: 50px; padding: 10px 12px; background: rgba(10, 10, 10, .62); backdrop-filter: none; }
  .studio-contracts div:nth-child(2) { margin-left: 26px; }
  .studio-contracts div:nth-child(3) { margin-left: 58px; }
  .studio-contracts b { font-size: 11px; }
  .studio-contracts span { font-size: 8px; }
  .studio-stats { position: absolute; top: 28px; left: 0; gap: 32px; }
  .studio-stats strong { font-size: 38px; }
  .studio-stats small { max-width: 110px; font-size: 9px; }
  .studio-ghost { top: auto; bottom: 31%; left: -4%; font-size: clamp(92px, 29vw, 150px); }
  .studio-copy { position: absolute; left: 0; right: 0; bottom: 28px; width: 100%; max-width: none; margin: 0; transform: translate3d(0, var(--copy-y, 0px), 0); }
  .studio-copy h1 { font-size: 32px; }
  .studio-copy h2 { max-width: 100%; font-size: clamp(40px, 11.5vw, 52px); letter-spacing: -.065em; }
  .studio-origin { width: 100%; align-items: flex-start; flex-direction: column; gap: 7px; }
  .studio-origin > span { max-width: 100%; white-space: normal; }
  .studio-copy > p:not(.kicker) { max-width: min(100%, 360px); margin-top: 18px; font-size: 13px; }
  .studio-copy .hero-actions { margin-top: 20px; }
  .studio-portrait-frame { top: 12%; right: -13%; width: min(76%, 430px); }
  .studio-portrait-frame figcaption { display: none; }
  .studio-portrait { position: relative; inset: auto; width: 100%; height: auto; margin: 0; }
  .studio-portrait::before { background: radial-gradient(110% 80% at 48% 30%, transparent 34%, rgba(5, 5, 5, .44) 67%, var(--night) 100%), linear-gradient(0deg, rgba(5, 5, 5, .86), transparent 44%); }
  .studio-portrait img { object-position: 50% 13%; }
  .studio-scroll { display: none; }
  .studio-progress { right: 2px; height: 100px; }
  .hero { min-height: 0; gap: 45px; padding: 56px 0 60px; }
  .hero h1 { font-size: clamp(58px, 17vw, 86px); }
  .story-hero h1 { font-size: clamp(56px, 16vw, 84px); }
  .hero-rhythm { grid-template-columns: 1fr 1fr; row-gap: 20px; }
  .hero-rhythm li:nth-child(2)::after { display: none; }
  .artifact-stage { min-height: 520px; border-radius: 3px 20px 20px 3px; box-shadow: 10px 12px 0 var(--lime); }
  .artifact-paper { width: 48%; }
  .artifact-stage.is-open .artifact-paper { top: 4%; right: 12%; width: 70%; }
  .hero-artifact figcaption { margin-top: 20px; padding-left: 16px; }
  .hero-facts { gap: 10px; }
  .hero-facts dt { font-size: 20px; }
  .signal-stage { min-height: 390px; }
  .trail-options { grid-template-columns: repeat(2, 1fr); }
  .map-node { width: 125px; min-height: 67px; padding: 8px; }
  .map-node b { font-size: 11px; }
  .map-node--agents { left: 34%; }
  .now-strip { grid-template-columns: 1fr; gap: 12px; }
  .now-items { display: grid; gap: 8px; }
  .room-marquee { padding-top: 64px; }
  .room-marquee__head { grid-template-columns: 1fr; gap: 24px; }
  .room-marquee__item { height: 200px; }
  .room-marquee__item--landscape { width: 274px; }
  .room-marquee__item--portrait { width: 150px; }
  .room-marquee__item--square { width: 200px; }
  .section-intro { grid-template-columns: 1fr; gap: 28px; align-items: start; }
  .section-intro h2 { font-size: clamp(46px, 13vw, 68px); }
  .deep-dive { width: 100%; }
  .deep-dive > summary { width: calc(100% - 32px); min-height: 112px; margin: 20px auto 70px; padding: 20px; display: flex; align-items: center; justify-content: space-between; gap: 20px; list-style: none; border: 1px solid #3e3e3a; background: #141414; color: var(--ink); cursor: pointer; }
  .deep-dive > summary::-webkit-details-marker { display: none; }
  .deep-dive > summary span { display: grid; gap: 6px; }
  .deep-dive > summary small { color: #aebbf9; font: 500 9px var(--mono); letter-spacing: .06em; text-transform: uppercase; }
  .deep-dive > summary strong { max-width: 260px; font: 500 19px/1.15 var(--display); letter-spacing: -.025em; }
  .deep-dive > summary i { width: 40px; height: 40px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid #555550; color: #b8c4ff; font: 300 25px/1 var(--display); font-style: normal; transition: transform 220ms var(--ease); }
  .deep-dive[open] > summary i { transform: rotate(45deg); }
  .deep-dive[open] > summary { margin-bottom: 0; }
  .project-grid { grid-template-columns: 1fr; }
  .project-card { grid-template-columns: 1fr; }
  .project-media, .project-card:not(.project-card--wide) .project-media { min-height: 220px; }
  .project-content { min-height: 260px; }
  .signals { padding-inline: 16px; }
  .proof-head { align-items: flex-start; }
  .proof-toggle { padding: 8px; }
  .activity-mix { height: auto; flex-direction: column; align-items: stretch; }
  .activity-mix span { width: 100%; min-width: 0; height: 34px; }
  .credentials-head { align-items: flex-start; flex-direction: column; gap: 4px; }
  .learning-layout { grid-template-columns: 1fr; gap: 50px; }
  .note-feature { grid-template-columns: 34px 1fr; }
  .note-feature img { grid-column: 2; }
  .note-feature div { grid-column: 2; }
  .note-row { grid-template-columns: 34px 1fr 18px; gap: 10px; }
  .uses-grid { grid-template-columns: 1fr; }
  .uses-grid article, .uses-grid article:nth-child(2) { min-height: 260px; border-right: 0; }
  .tool-relay__head { align-items: flex-start; flex-direction: column; gap: 7px; }
  .tool-relay__item { width: 156px; min-height: 64px; padding-inline: 16px; }
  .start-grid { grid-template-columns: 1fr; }
  .start-grid > a, .start-grid > a:nth-child(2) { min-height: 330px; border-right: 0; }
  .journey-list { grid-template-columns: 1fr; }
  .journey-list article, .journey-list article:nth-child(even), .journey-list article:nth-child(odd) { min-height: 300px; padding: 28px 0; border-right: 0; }
  .events { padding-inline: 16px; }
  .events .section-intro, .journal-controls { width: 100%; }
  .journal-track { width: calc(100% + 16px); grid-auto-flow: row; grid-auto-columns: auto; grid-template-columns: 1fr; gap: 16px; padding: 0 16px 12px 0; overflow: visible; scroll-snap-type: none; }
  .journal-controls > div { display: none; }
  .journal-card { height: auto; min-height: 0; grid-template-columns: 1fr; }
  .journal-card figure, .journal-card--wide figure { height: auto; aspect-ratio: auto; padding: 0; }
  .journal-card figure img { width: 100%; height: auto; max-height: none; object-fit: contain; }
  .journal-card--newspaper figure { aspect-ratio: auto; padding: 20px; }
  .events-linkedin-cta { width: 100%; align-items: flex-start; flex-direction: column; }
  .journal-copy { min-height: 430px; padding: 28px 24px; }
  .journal-copy h3 { margin: 50px 0 20px; font-size: clamp(38px, 11vw, 54px); }
  .about { grid-template-columns: 1fr; }
  .about-portraits { min-height: 570px; }
  .about-portrait--wide { width: 94%; height: 360px; }
  .about-portrait--relaxed { width: min(48%, 220px); height: 320px; }
  .contact h2 { font-size: clamp(58px, 16vw, 86px); }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer nav { align-items: flex-start; }
  .floating-actions { right: max(12px, env(safe-area-inset-right)); bottom: max(12px, env(safe-area-inset-bottom)); }
  .floating-action::after { display: none; }
  .profile-share { width: calc(100vw - 16px); max-height: calc(100dvh - 16px); }
  .profile-share__shell { max-height: calc(100dvh - 16px); }
  .profile-share__head { padding: 20px; }
  .profile-share__body { padding: 18px; }
  .profile-share__qr { padding: 12px 12px 38px; }
  .site-guide { right: 8px; bottom: 8px; width: calc(100vw - 16px); height: calc(100dvh - 16px); }
}

@media (max-width: 480px) {
  .brand > span:last-child { font-size: 13px; }
  .hero-lede { font-size: 16px; }
  .studio-portrait-frame { top: 15%; right: -17%; width: 82%; }
  .studio-contracts { top: 42%; width: 84%; opacity: .72; }
  .studio-contracts div:nth-child(2) { margin-left: 18px; }
  .studio-contracts div:nth-child(3) { margin-left: 38px; }
  .studio-copy h1 { font-size: 28px; }
  .studio-copy h2 { font-size: clamp(38px, 11vw, 47px); }
  .studio-copy > p:not(.kicker) { max-width: 92%; font-size: 12px; line-height: 1.5; }
  .studio-origin { margin-top: 12px; }
  .studio-copy .hero-actions { gap: 8px 14px; margin-top: 16px; }
  .studio-copy .button { min-height: 42px; padding-block: 9px; font-size: 12px; }
  .artifact-stage { min-height: 430px; }
  .artifact-tab { left: 18px; bottom: 18px; }
  .artifact-stage.is-open .artifact-paper { top: 4%; right: 7%; width: 78%; }
  .hero-facts { grid-template-columns: 1fr 1fr; }
  .hero-facts div:last-child { display: none; }
  .room-marquee__head h2 { font-size: clamp(38px, 12vw, 52px); }
  .room-marquee__item { height: 174px; }
  .room-marquee__item--landscape { width: 238px; }
  .room-marquee__item--portrait { width: 130px; }
  .room-marquee__item--square { width: 174px; }
  .about-portraits { min-height: 510px; }
  .about-portrait--wide { width: 100%; height: 300px; }
  .about-portrait--relaxed { width: 48%; height: 275px; border-width: 8px; }
  .signal { border-radius: 20px; }
  .curiosity-console { box-shadow: 7px 7px 0 var(--lime); }
  .trail-options { min-height: 0; grid-template-columns: 1fr 1fr; gap: 8px; padding: 18px; }
  .trail-options button { min-height: 76px; font-size: 12px; }
  .trail-result { grid-template-columns: 1fr; }
  .trail-result h2, .trail-result ol, .trail-result a { grid-column: 1; }
  .trail-result h2 { margin-top: 10px; }
  .signal-stage { min-height: 360px; }
  .map-node { width: 111px; }
  .map-node small { display: none; }
  .map-node--enterprise { left: 2%; }
  .map-node--products { right: 2%; }
  .map-node--agents { left: 35%; top: 42%; }
  .map-node--learning { left: 2%; }
  .map-node--play { right: 2%; }
  .filter { padding-inline: 11px; }
  .project-content h3 { font-size: 37px; }
  .proof-head { display: grid; }
  .proof-toggle { justify-self: start; }
  .credential-track { grid-auto-columns: 84%; }
  .floating-actions { padding: 5px; gap: 5px; border-radius: 17px; }
  .floating-action { width: 50px; height: 50px; border-radius: 12px; }
  .profile-share__actions { grid-template-columns: 1fr; }
  .profile-share__install { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .studio-hero { height: auto; min-height: 760px; }
  .studio-sticky { position: relative; top: auto; height: auto; min-height: 760px; }
  .studio-stage { min-height: 760px; }
  .studio-routes__packets, .studio-progress { display: none; }
  .studio-film { display: block; opacity: .42; }
  .studio-grid, .studio-routes, .studio-labels, .studio-contracts, .studio-ghost, .studio-copy, .studio-stats, .studio-portrait-frame { transform: none !important; opacity: 1 !important; }
}

@media (max-width: 900px) and (prefers-reduced-motion: reduce) {
  .studio-hero, .studio-sticky, .studio-stage { min-height: 720px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .route-packet { display: none; }
  .tool-relay__viewport { overflow-x: auto; -webkit-mask-image: none; mask-image: none; }
  .tool-relay__track { animation: none; }
  .tool-relay__group[aria-hidden="true"] { display: none; }
}

/* Cinematic systems atlas direction */
:root {
  --signal-red: #ef302b;
  --signal-red-soft: rgba(239, 48, 43, .18);
  --cinema-blue: #245cff;
  --cinema-cream: #f1eee5;
  --cinema-dim: #8f8c84;
}

.cinema-hero,
.atlas-section,
.film-section {
  position: relative;
  background:
    radial-gradient(circle at 70% 24%, rgba(36, 92, 255, .09), transparent 30%),
    linear-gradient(180deg, #080808, #0c0c0b);
  color: var(--cinema-cream);
}

.cinema-hero {
  min-height: calc(100svh - 1px);
  padding-left: 72px;
  border-bottom: 1px solid rgba(241, 238, 229, .14);
  overflow: hidden;
  isolation: isolate;
}

.cinema-hero::before,
.atlas-section::before,
.film-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(90deg, rgba(241, 238, 229, .05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(241, 238, 229, .035) 1px, transparent 1px);
  background-size: 96px 100%, 100% 92px;
  opacity: .42;
}

.cinema-hero::after,
.atlas-section::after,
.film-section::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(255, 255, 255, .18) .7px, transparent .7px);
  background-size: 3px 3px;
  opacity: .055;
  mix-blend-mode: screen;
}

.cinema-side-rail {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 4;
  width: 72px;
  display: grid;
  grid-template-rows: 78px auto 1fr auto 1fr auto 1fr auto 54px;
  place-items: center;
  border-right: 1px solid rgba(241, 238, 229, .16);
  color: #aaa69b;
  font: 11px var(--mono);
  text-transform: uppercase;
}

.cinema-side-rail span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  white-space: nowrap;
}

.cinema-side-rail span:first-child,
.cinema-side-rail b {
  color: var(--signal-red);
}

.cinema-side-rail i {
  width: 1px;
  height: 100%;
  background: rgba(241, 238, 229, .2);
}

.cinema-hero__stage {
  position: relative;
  width: min(1510px, calc(100vw - 72px));
  min-height: calc(100svh - 80px);
  margin-left: auto;
  padding: clamp(76px, 8vw, 128px) clamp(28px, 5vw, 78px) 76px;
  overflow: hidden;
  border-bottom: 1px solid rgba(241, 238, 229, .14);
}

.cinema-hero__copy {
  position: relative;
  z-index: 4;
  max-width: min(720px, 52vw);
  padding-top: clamp(30px, 6vw, 70px);
}

.cinema-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 34px;
  color: #b9b5aa;
  font: 500 11px/1.2 var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cinema-kicker i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--signal-red);
  box-shadow: 0 0 0 8px var(--signal-red-soft), 0 0 28px var(--signal-red);
}

.cinema-hero h1 {
  max-width: 780px;
  margin: 0;
  color: var(--cinema-cream);
  font-size: clamp(72px, 9.8vw, 156px);
  font-weight: 500;
  line-height: .86;
  letter-spacing: -.075em;
}

.cinema-hero__copy > p:not(.cinema-kicker) {
  max-width: 520px;
  margin: 36px 0 0;
  color: #c6c2b7;
  font-size: clamp(15px, 1.35vw, 18px);
}

.cinema-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 26px;
  padding-bottom: 7px;
  color: var(--cinema-cream);
  border-bottom: 1px solid var(--signal-red);
  font-size: 14px;
  text-decoration: none;
}

.cinema-link span {
  color: var(--signal-red);
}

.cinema-portrait {
  position: absolute;
  z-index: 2;
  right: clamp(-34px, -1vw, 0px);
  bottom: 0;
  width: min(58vw, 900px);
  height: min(84svh, 820px);
  margin: 0;
  overflow: hidden;
}

.cinema-portrait::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, #080808 0%, rgba(8, 8, 8, .55) 14%, transparent 36%),
    linear-gradient(180deg, transparent 55%, #080808 98%);
  pointer-events: none;
}

.cinema-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 57% 12%;
  filter: grayscale(1) contrast(1.22) brightness(.62);
  transform: scale(1.02);
}

.cinema-signal {
  position: absolute;
  z-index: 5;
  left: min(36vw, 560px);
  top: 39%;
  width: 88px;
  height: 88px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(239, 48, 43, .2), transparent 70%);
}

.cinema-signal::before,
.cinema-signal::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 180px;
  border-top: 1px dotted rgba(241, 238, 229, .35);
  transform: rotate(138deg);
  transform-origin: 0 0;
}

.cinema-signal::after {
  width: 70px;
  transform: rotate(50deg);
}

.cinema-signal span {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--signal-red);
  box-shadow: 0 0 0 6px var(--signal-red-soft), 0 0 22px var(--signal-red);
}

.cinema-count {
  position: absolute;
  z-index: 1;
  top: 14%;
  left: 45%;
  display: flex;
  align-items: end;
  gap: 18px;
  opacity: .42;
}

.cinema-count b {
  color: rgba(241, 238, 229, .08);
  font: 600 clamp(150px, 17vw, 260px)/.8 var(--display);
  letter-spacing: -.08em;
}

.cinema-count span {
  margin-bottom: 32px;
  color: rgba(241, 238, 229, .3);
  font: 12px/1.55 var(--mono);
  letter-spacing: .18em;
  text-transform: uppercase;
}

.cinema-progress {
  position: absolute;
  z-index: 5;
  right: 30px;
  top: 20%;
  display: grid;
  gap: 22px;
  justify-items: center;
  color: #8c887d;
  font: 12px var(--mono);
}

.cinema-progress span:first-child {
  color: var(--signal-red);
}

.cinema-progress i {
  width: 1px;
  height: 50px;
  background: rgba(241, 238, 229, .25);
}

.cinema-progress i:first-of-type {
  width: 3px;
  background: var(--signal-red);
  box-shadow: 0 0 18px var(--signal-red);
}

.cinema-location {
  position: absolute;
  z-index: 5;
  right: 74px;
  bottom: 42px;
  margin: 0;
  color: #a8a398;
  font: 11px/1.5 var(--mono);
  letter-spacing: .1em;
  text-align: right;
  text-transform: uppercase;
}

.cinema-location::before {
  content: "";
  display: block;
  width: 34px;
  margin: 0 0 15px auto;
  border-top: 2px solid var(--signal-red);
}

.cinema-ticker {
  position: relative;
  z-index: 6;
  min-height: 52px;
  margin-left: auto;
  display: grid;
  grid-template-columns: minmax(260px, 1.15fr) minmax(180px, .6fr) minmax(220px, .7fr) 172px;
  align-items: center;
  width: min(1510px, calc(100vw - 72px));
  border-top: 1px solid rgba(241, 238, 229, .14);
  color: #aaa69b;
  font-size: 13px;
}

.cinema-ticker p,
.cinema-ticker a {
  height: 100%;
  margin: 0;
  padding: 14px 26px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-right: 1px solid rgba(241, 238, 229, .14);
  text-decoration: none;
}

.cinema-ticker span {
  color: var(--cinema-cream);
  font: 10px var(--mono);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.cinema-ticker b {
  color: var(--signal-red);
}

.atlas-section {
  min-height: 960px;
  display: grid;
  grid-template-columns: minmax(360px, .74fr) minmax(620px, 1.26fr) 50px;
  gap: clamp(28px, 4vw, 62px);
  padding: clamp(86px, 9vw, 126px) clamp(32px, 6vw, 92px);
  border-bottom: 1px solid rgba(241, 238, 229, .14);
  overflow: hidden;
}

.atlas-copy {
  position: relative;
  z-index: 3;
  align-self: center;
}

.atlas-copy h2 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(46px, 5.6vw, 86px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.055em;
}

.atlas-copy > p:not(.cinema-kicker) {
  max-width: 520px;
  margin: 30px 0 0;
  color: #b9b5aa;
}

.atlas-map {
  position: relative;
  z-index: 3;
  min-height: 700px;
  align-self: center;
}

.atlas-map > svg {
  position: absolute;
  inset: 4% 1% 0;
  width: 98%;
  height: 92%;
  overflow: visible;
}

.atlas-orbits {
  fill: none;
  stroke: rgba(241, 238, 229, .18);
  stroke-dasharray: 5 8;
}

.atlas-lines {
  fill: none;
  stroke: var(--cinema-blue);
  stroke-width: 1.6;
  opacity: .86;
  filter: url(#atlasGlow);
}

.atlas-core-pulse {
  fill: rgba(36, 92, 255, .18);
  stroke: rgba(36, 92, 255, .56);
}

.atlas-core {
  fill: #101725;
  stroke: var(--cinema-blue);
}

.atlas-map text {
  fill: var(--cinema-cream);
  font: 500 24px var(--mono);
}

.atlas-node {
  position: absolute;
  width: 168px;
  min-height: 96px;
  padding: 0 0 0 70px;
  border: 0;
  background: transparent;
  color: var(--cinema-cream);
  text-align: left;
}

.atlas-node::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(241, 238, 229, .28);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(241, 238, 229, .12), rgba(8, 8, 8, .95) 68%);
  box-shadow: 0 0 0 8px rgba(36, 92, 255, .08), inset 0 0 18px rgba(241, 238, 229, .08);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms var(--ease);
}

.atlas-node::after {
  content: "";
  position: absolute;
  left: 57px;
  top: 18px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--signal-red);
  box-shadow: 0 0 16px var(--signal-red);
}

.atlas-node i {
  position: absolute;
  left: 18px;
  top: 19px;
  color: #a9a59b;
  font: 10px var(--mono);
  font-style: normal;
}

.atlas-node b {
  display: block;
  font: 400 18px/1.06 var(--display);
  letter-spacing: -.02em;
}

.atlas-node span {
  display: block;
  margin-top: 8px;
  color: #a29e94;
  font-size: 12px;
  line-height: 1.35;
}

.atlas-node:hover::before,
.atlas-node.is-active::before {
  border-color: var(--cinema-blue);
  box-shadow: 0 0 0 10px rgba(36, 92, 255, .16), 0 0 24px rgba(36, 92, 255, .32), inset 0 0 18px rgba(241, 238, 229, .08);
  transform: scale(1.06);
}

.atlas-node--banking { left: 13%; top: 11%; }
.atlas-node--agents { left: 45%; top: 4%; }
.atlas-node--local { right: 2%; top: 20%; }
.atlas-node--notes { right: 0; top: 48%; }
.atlas-node--skillz { left: 43%; bottom: 10%; }
.atlas-node--chroa { left: 18%; bottom: 15%; }
.atlas-node--community { left: 6%; top: 42%; }
.atlas-node--halal { right: 16%; bottom: 12%; }

.atlas-readout {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 250px;
  margin: 86px 0 0 -124px;
  padding: 16px;
  border: 1px solid rgba(241, 238, 229, .14);
  background: rgba(8, 8, 8, .66);
  color: #aaa69b;
  font-size: 12px;
  backdrop-filter: blur(12px);
}

.atlas-readout b {
  display: block;
  margin-bottom: 7px;
  color: var(--cinema-cream);
  font: 500 13px var(--display);
}

.atlas-scroll {
  position: relative;
  z-index: 4;
  align-self: center;
  display: grid;
  justify-items: center;
  gap: 18px;
  color: #858176;
  font: 12px var(--mono);
}

.atlas-scroll b {
  color: var(--signal-red);
}

.atlas-scroll i {
  width: 1px;
  height: 54px;
  background: rgba(241, 238, 229, .22);
}

.film-section {
  padding: clamp(72px, 8vw, 112px) 0 0;
  overflow: hidden;
}

.film-hero {
  position: relative;
  z-index: 3;
  width: min(1510px, calc(100vw - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(420px, .95fr) minmax(420px, 1.05fr) minmax(190px, .32fr);
  gap: clamp(32px, 5vw, 74px);
  align-items: center;
}

.film-hero h2 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(58px, 6.7vw, 108px);
  font-weight: 550;
  line-height: .91;
  letter-spacing: -.06em;
}

.film-hero p:not(.cinema-kicker) {
  color: #d1ccbf;
  font: 13px var(--mono);
}

.film-hero figure {
  position: relative;
  margin: 0;
  padding: 24px;
  border: 1px solid rgba(241, 238, 229, .17);
  background: #111;
}

.film-hero figure::before,
.film-hero figure::after {
  content: "KODAK PORTRA 400";
  position: absolute;
  left: 8px;
  top: 48px;
  color: #b37a3b;
  font: 700 12px var(--mono);
  letter-spacing: .08em;
  writing-mode: vertical-rl;
}

.film-hero figure::after {
  content: "400";
  left: auto;
  right: 8px;
  top: auto;
  bottom: 52px;
}

.film-hero img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: 52% 35%;
  filter: saturate(.92) contrast(1.08) brightness(.84);
}

.film-hero dl {
  display: grid;
  gap: 22px;
  margin: 0;
  color: #d4d0c6;
  font: 13px/1.5 var(--mono);
}

.film-hero dl div {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(241, 238, 229, .25);
}

.film-hero dt {
  color: var(--signal-red);
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.film-hero dd {
  margin: 8px 0 0;
}

.film-strip {
  position: relative;
  z-index: 3;
  width: 100%;
  margin-top: clamp(42px, 6vw, 76px);
  padding: 22px 0;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(248px, 1fr);
  gap: 12px;
  overflow-x: auto;
  border-top: 1px solid rgba(241, 238, 229, .14);
  border-bottom: 1px solid rgba(241, 238, 229, .14);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .86), transparent 12%, transparent 88%, rgba(0, 0, 0, .86)),
    repeating-linear-gradient(90deg, #12100d 0 22px, #050505 22px 31px);
  scrollbar-color: #3f3b34 transparent;
}

.film-strip a {
  position: relative;
  min-height: 210px;
  display: grid;
  align-content: end;
  padding: 18px;
  overflow: hidden;
  color: var(--cinema-cream);
  text-decoration: none;
  background: #111;
}

.film-strip img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(.25) saturate(.76) brightness(.52) contrast(1.14);
  transition: transform 600ms var(--ease), filter 300ms ease;
}

.film-strip a:hover img {
  transform: scale(1.05);
  filter: grayscale(0) saturate(.92) brightness(.68) contrast(1.08);
}

.film-strip a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 24%, rgba(0, 0, 0, .86));
}

.film-strip span,
.film-strip b,
.film-strip small {
  position: relative;
  z-index: 2;
}

.film-strip span {
  color: #bbb6aa;
  font: 10px var(--mono);
  text-transform: uppercase;
}

.film-strip b {
  margin-top: 10px;
  font: 500 28px/.96 var(--display);
  letter-spacing: -.04em;
}

.film-strip small {
  margin-top: 8px;
  color: #d8d2c6;
  font: 12px var(--mono);
}

.build-log {
  position: relative;
  z-index: 3;
  width: min(1510px, calc(100vw - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, .7fr) minmax(420px, 1fr);
  gap: clamp(28px, 5vw, 84px);
  padding: 34px 0 58px;
}

.build-log > p {
  margin: 0;
  display: grid;
  gap: 7px;
  color: #d0cabe;
  font: 12px var(--mono);
}

.build-log b,
.build-log strong {
  color: var(--signal-red);
  text-transform: uppercase;
}

.build-log > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-content: start;
}

.build-log .cinema-kicker {
  width: 100%;
  margin-bottom: 2px;
}

.build-log a {
  min-width: 150px;
  padding: 12px 14px;
  border: 1px solid rgba(241, 238, 229, .16);
  background: rgba(255, 255, 255, .035);
  color: var(--cinema-cream);
  text-decoration: none;
}

@media (max-width: 1060px) {
  .cinema-hero { padding-left: 0; }
  .cinema-side-rail { display: none; }
  .cinema-hero__stage,
  .cinema-ticker { width: 100%; }
  .cinema-hero__copy { max-width: 58vw; }
  .cinema-portrait { width: 60vw; }
  .cinema-ticker { grid-template-columns: 1fr 1fr; }
  .cinema-ticker p,
  .cinema-ticker a { border-top: 1px solid rgba(241, 238, 229, .12); }
  .atlas-section { grid-template-columns: 1fr; }
  .atlas-map { min-height: 690px; }
  .atlas-scroll { display: none; }
  .film-hero { grid-template-columns: 1fr; }
  .film-hero figure { max-width: 720px; }
  .film-hero dl { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 900px) {
  .cinema-hero__stage {
    min-height: 860px;
    padding: 84px 16px 34px;
  }
  .cinema-hero__copy {
    max-width: 100%;
    padding-top: 0;
  }
  .cinema-hero h1 {
    max-width: 100%;
    font-size: clamp(46px, 13.2vw, 56px);
    line-height: .92;
    letter-spacing: -.065em;
  }
  .cinema-hero__copy > p:not(.cinema-kicker) {
    max-width: 320px;
    margin-top: 22px;
    font-size: 14px;
  }
  .cinema-portrait {
    right: -24%;
    bottom: 78px;
    width: 104vw;
    height: 500px;
    opacity: .58;
  }
  .cinema-portrait img {
    object-position: 53% 14%;
  }
  .cinema-count,
  .cinema-progress,
  .cinema-location,
  .cinema-signal { display: none; }
  .cinema-ticker {
    grid-template-columns: 1fr;
  }
  .cinema-ticker p,
  .cinema-ticker a {
    padding-inline: 16px;
  }
  .atlas-section {
    min-height: 0;
    padding: 70px 16px;
  }
  .atlas-copy h2 {
    font-size: clamp(42px, 12vw, 58px);
  }
  .atlas-map {
    min-height: 780px;
    margin-top: 18px;
  }
  .atlas-map > svg {
    inset: 18% -18% 0;
    width: 136%;
    height: 62%;
  }
  .atlas-node {
    width: 150px;
    padding-left: 58px;
  }
  .atlas-node::before {
    width: 46px;
    height: 46px;
  }
  .atlas-node::after {
    left: 47px;
  }
  .atlas-node i {
    left: 14px;
    top: 15px;
  }
  .atlas-node b { font-size: 15px; }
  .atlas-node span { display: none; }
  .atlas-node--banking { left: 2%; top: 11%; }
  .atlas-node--agents { left: 46%; top: 7%; }
  .atlas-node--local { right: 0; top: 27%; }
  .atlas-node--notes { right: 0; top: 52%; }
  .atlas-node--skillz { left: 38%; bottom: 14%; }
  .atlas-node--chroa { left: 2%; bottom: 18%; }
  .atlas-node--community { left: 0; top: 38%; }
  .atlas-node--halal { right: 2%; bottom: 2%; }
  .atlas-readout {
    left: 16px;
    right: 16px;
    top: auto;
    bottom: 0;
    width: auto;
    margin: 0;
  }
  .film-section {
    padding-top: 70px;
  }
  .film-hero {
    width: calc(100vw - 32px);
    gap: 28px;
  }
  .film-hero h2 {
    font-size: clamp(48px, 13vw, 72px);
  }
  .film-hero dl {
    grid-template-columns: 1fr;
  }
  .film-strip {
    grid-auto-columns: 78%;
  }
  .film-strip a {
    min-height: 190px;
  }
  .build-log {
    width: calc(100vw - 32px);
    grid-template-columns: 1fr;
  }
}

/* Holistic cinema pass: fitted chapters, site rail, lighter motion field */
.home-body {
  background: #070707;
}

.section-rail {
  position: fixed;
  z-index: 80;
  right: 22px;
  top: 50%;
  width: 78px;
  display: grid;
  gap: 0;
  transform: translateY(-50%);
  pointer-events: auto;
}

.section-rail a {
  position: relative;
  min-height: 56px;
  display: grid;
  align-content: start;
  justify-items: end;
  gap: 5px;
  padding-right: 15px;
  color: rgba(241, 238, 229, .48);
  font: 10px var(--mono);
  text-decoration: none;
}

.section-rail a::before {
  content: "";
  position: absolute;
  right: 2px;
  top: 0;
  width: 1px;
  height: 42px;
  background: rgba(241, 238, 229, .24);
}

.section-rail a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 5px;
  height: 0;
  background: var(--signal-red);
  box-shadow: 0 0 18px rgba(239, 48, 43, .72);
  transition: height 280ms var(--ease);
}

.section-rail span {
  color: inherit;
}

.section-rail b {
  max-width: 64px;
  overflow: hidden;
  color: rgba(241, 238, 229, .34);
  font: inherit;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(8px);
  transition: opacity 220ms ease, transform 220ms var(--ease), color 220ms ease;
}

.section-rail a:hover,
.section-rail a[aria-current="true"] {
  color: var(--signal-red);
}

.section-rail a:hover b,
.section-rail a[aria-current="true"] b {
  color: rgba(241, 238, 229, .78);
  opacity: 1;
  transform: translateX(0);
}

.section-rail a[aria-current="true"]::after {
  height: 42px;
}

.home-body .floating-actions {
  right: 22px;
  bottom: 86px;
  padding: 4px;
  gap: 4px;
  border-radius: 10px;
  background: rgba(6, 6, 6, .62);
  box-shadow: 0 18px 54px rgba(0, 0, 0, .24);
}

.home-body .floating-action {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(241, 238, 229, .16);
  border-radius: 7px;
}

.home-body .floating-action svg {
  width: 18px;
  height: 18px;
}

.home-body .floating-action--share,
.home-body .floating-action--guide {
  background: rgba(241, 238, 229, .06);
  color: rgba(241, 238, 229, .86);
}

.home-body .floating-action--share:hover,
.home-body .floating-action--guide:hover {
  background: rgba(239, 48, 43, .16);
  color: var(--cinema-white);
}

.cinema-field {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: .62;
  pointer-events: none;
}

.cinema-chapter {
  --chapter-progress: 0;
  --chapter-lift: 0px;
  transform: translateZ(0);
}

.cinema-chapter .cinema-kicker,
.cinema-chapter h1,
.cinema-chapter h2,
.cinema-chapter .cinema-link,
.cinema-chapter .atlas-map,
.cinema-chapter .film-hero,
.cinema-chapter .film-strip,
.cinema-chapter .build-log {
  transition: transform 900ms var(--ease), opacity 700ms ease;
}

.cinema-chapter:not(.is-inview) .cinema-kicker,
.cinema-chapter:not(.is-inview) h1,
.cinema-chapter:not(.is-inview) h2,
.cinema-chapter:not(.is-inview) .cinema-link {
  opacity: .55;
  transform: translateY(18px);
}

.cinema-hero {
  min-height: 720px;
  height: clamp(720px, calc(100svh - 70px), 920px);
  padding-left: 0;
  display: flex;
  flex-direction: column;
}

.cinema-hero__stage {
  width: min(1510px, 100%);
  min-height: 0;
  height: auto;
  flex: 1 1 auto;
  margin: 0 auto;
  padding: clamp(34px, 4vw, 62px) clamp(72px, 8vw, 122px) 36px clamp(44px, 7vw, 92px);
}

.cinema-hero__copy {
  max-width: min(620px, 46vw);
  padding-top: clamp(10px, 3.5vw, 42px);
}

.cinema-hero .cinema-kicker {
  margin-bottom: clamp(20px, 3vw, 32px);
}

.cinema-hero h1 {
  max-width: 640px;
  font-size: clamp(68px, 8.2vw, 118px);
  line-height: .9;
  letter-spacing: -.072em;
}

.cinema-hero__copy > p:not(.cinema-kicker) {
  max-width: 470px;
  margin-top: clamp(20px, 3vw, 30px);
  font-size: clamp(14px, 1.05vw, 16px);
}

.cinema-portrait {
  right: clamp(44px, 6vw, 112px);
  bottom: 0;
  width: min(48vw, 720px);
  height: min(70%, 660px);
}

.cinema-portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(112deg, transparent 55%, rgba(36, 92, 255, .12), transparent 72%);
  mix-blend-mode: screen;
}

.cinema-portrait img {
  object-position: 54% 12%;
  filter: grayscale(1) contrast(1.18) brightness(.64);
}

.cinema-count {
  top: 12%;
  left: 45%;
  opacity: .28;
}

.cinema-count b {
  font-size: clamp(112px, 13vw, 196px);
}

.cinema-signal {
  left: min(39vw, 610px);
  top: 43%;
  transform: translate3d(0, calc(var(--chapter-progress) * -28px), 0);
}

.cinema-location {
  right: clamp(46px, 7vw, 112px);
  bottom: 34px;
}

.cinema-ticker {
  width: 100%;
  min-height: 54px;
  grid-template-columns: minmax(360px, 1fr) minmax(220px, .55fr) minmax(260px, .65fr) 180px;
  background: rgba(8, 8, 8, .76);
  backdrop-filter: blur(14px);
}

.cinema-ticker p,
.cinema-ticker a {
  padding-block: 12px;
}

.atlas-section {
  min-height: calc(100svh - 70px);
  grid-template-columns: minmax(300px, .5fr) minmax(680px, 1.5fr);
  align-items: center;
  gap: clamp(22px, 3vw, 54px);
  padding: clamp(58px, 7vw, 86px) clamp(88px, 8vw, 134px) clamp(56px, 7vw, 92px) clamp(44px, 6vw, 82px);
}

.atlas-copy {
  align-self: center;
  transform: translate3d(0, calc(var(--chapter-progress) * -18px), 0);
}

.atlas-copy h2 {
  max-width: 450px;
  font-size: clamp(38px, 3.8vw, 58px);
  line-height: .98;
}

.atlas-copy > p:not(.cinema-kicker) {
  max-width: 410px;
  margin-top: 22px;
  color: rgba(241, 238, 229, .66);
  font-size: 14px;
}

.atlas-map {
  min-height: min(680px, calc(100svh - 170px));
  max-height: 720px;
  transform: translate3d(0, calc(var(--chapter-progress) * -24px), 0);
}

.atlas-map::before {
  content: "";
  position: absolute;
  inset: 10% 12%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(36, 92, 255, .12), transparent 64%);
  filter: blur(26px);
  opacity: .78;
}

.atlas-map > svg {
  inset: 2% 3% 2%;
  width: 94%;
  height: 96%;
}

.atlas-orbits {
  stroke: rgba(241, 238, 229, .2);
  stroke-width: .8;
  stroke-dasharray: 4 10;
}

.atlas-lines {
  stroke-width: 1.15;
  opacity: .72;
}

.atlas-core-pulse {
  animation: atlas-pulse 2800ms ease-in-out infinite;
}

@keyframes atlas-pulse {
  0%, 100% { r: 38px; opacity: .68; }
  50% { r: 54px; opacity: .34; }
}

.atlas-node {
  width: 148px;
  min-height: 80px;
  padding-left: 62px;
}

.atlas-node::before {
  width: 50px;
  height: 50px;
  background:
    radial-gradient(circle at 35% 28%, rgba(241, 238, 229, .18), transparent 18%),
    radial-gradient(circle, rgba(241, 238, 229, .06), rgba(8, 8, 8, .96) 70%);
}

.atlas-node::after {
  left: 51px;
  top: 17px;
}

.atlas-node i {
  left: 16px;
  top: 17px;
}

.atlas-node b {
  font-size: 16px;
}

.atlas-node span {
  margin-top: 6px;
  color: rgba(241, 238, 229, .58);
  font-size: 11px;
}

.atlas-node--banking { left: 11%; top: 14%; }
.atlas-node--agents { left: 51%; top: 4%; }
.atlas-node--local { right: 5%; top: 23%; }
.atlas-node--notes { right: 3%; top: 51%; }
.atlas-node--skillz { left: 46%; bottom: 8%; }
.atlas-node--chroa { left: 18%; bottom: 11%; }
.atlas-node--community { left: 4%; top: 42%; }
.atlas-node--halal { right: 13%; bottom: 8%; }

.atlas-readout {
  left: auto;
  right: 30%;
  top: auto;
  bottom: 14%;
  width: 260px;
  margin: 0;
  background: rgba(7, 7, 7, .8);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .34);
}

.film-section {
  min-height: calc(100svh - 70px);
  padding-top: clamp(48px, 6vw, 78px);
}

.film-hero {
  width: min(1420px, calc(100vw - 96px));
  grid-template-columns: minmax(360px, .82fr) minmax(420px, 1fr) minmax(190px, .32fr);
  gap: clamp(26px, 4vw, 58px);
}

.film-hero h2 {
  max-width: 560px;
  font-size: clamp(48px, 5.4vw, 78px);
}

.film-hero figure {
  padding: 18px;
}

.film-hero img {
  max-height: 420px;
}

.film-strip {
  margin-top: clamp(30px, 4vw, 48px);
  padding-block: 18px;
}

.film-strip a {
  min-height: 176px;
}

.build-log {
  padding-block: 24px 42px;
}

@media (max-width: 1060px) {
  .section-rail { display: none; }
  .cinema-hero {
    height: clamp(720px, calc(100svh - 70px), 900px);
    min-height: 720px;
  }
  .cinema-hero__stage {
    min-height: 0;
    padding-inline: 28px;
  }
  .cinema-hero__copy { max-width: 58vw; }
  .cinema-portrait {
    right: -4vw;
    width: 58vw;
  }
  .cinema-ticker {
    grid-template-columns: 1fr 1fr;
  }
  .atlas-section {
    min-height: 0;
    grid-template-columns: 1fr;
    padding-inline: 28px;
  }
  .atlas-copy h2,
  .atlas-copy > p:not(.cinema-kicker) {
    max-width: 680px;
  }
  .atlas-map { min-height: 650px; }
}

@media (max-width: 900px) {
  .cinema-field { display: none; }
  .home-body .floating-actions {
    display: none;
  }
  .cinema-hero {
    height: clamp(720px, calc(100svh - 62px), 860px);
    min-height: 720px;
  }
  .cinema-hero__stage {
    min-height: 0;
    align-items: flex-start;
    padding: 84px 16px 28px;
  }
  .cinema-hero__copy {
    max-width: 100%;
  }
  .cinema-hero h1 {
    max-width: 340px;
    font-size: clamp(44px, 12.8vw, 54px);
    line-height: .93;
  }
  .cinema-hero__copy > p:not(.cinema-kicker) {
    max-width: 305px;
  }
  .cinema-portrait {
    right: -34%;
    bottom: 0;
    width: 112vw;
    height: 390px;
  }
  .cinema-portrait img {
    object-position: 52% 10%;
  }
  .cinema-ticker {
    display: none;
  }
  .atlas-section {
    padding: 58px 16px 70px;
  }
  .atlas-copy h2 {
    max-width: 350px;
    font-size: clamp(38px, 10.5vw, 48px);
  }
  .atlas-map {
    min-height: 600px;
  }
  .atlas-map > svg {
    inset: 16% -28% 2%;
    width: 156%;
    height: 72%;
  }
  .atlas-node {
    width: 138px;
    min-height: 58px;
    padding-left: 52px;
  }
  .atlas-node::before {
    width: 42px;
    height: 42px;
  }
  .atlas-node::after {
    left: 43px;
    top: 14px;
  }
  .atlas-node i {
    left: 13px;
    top: 13px;
  }
  .atlas-node b {
    font-size: 14px;
  }
  .atlas-node--banking { left: 0; top: 13%; }
  .atlas-node--agents { left: 46%; top: 8%; }
  .atlas-node--local { right: -4px; top: 28%; }
  .atlas-node--notes { right: -4px; top: 48%; }
  .atlas-node--skillz { left: 40%; bottom: 12%; }
  .atlas-node--chroa { left: 0; bottom: 16%; }
  .atlas-node--community { left: 0; top: 38%; }
  .atlas-node--halal { right: 0; bottom: 0; }
  .atlas-readout {
    left: 0;
    right: 0;
    bottom: -4px;
    width: auto;
    font-size: 11px;
  }
  .film-hero {
    width: calc(100vw - 32px);
  }
  .film-hero h2 {
    max-width: 340px;
    font-size: clamp(40px, 10.8vw, 52px);
  }
}

/* Reference-aligned atlas hero */
.cinema-hero {
  min-height: 780px;
  height: clamp(780px, calc(100svh - 70px), 980px);
}

.cinema-hero__stage {
  display: grid;
  grid-template-columns: minmax(360px, .78fr) minmax(660px, 1.22fr);
  align-items: center;
  gap: clamp(24px, 4vw, 76px);
  width: min(1540px, calc(100vw - 128px));
  padding: clamp(38px, 5vw, 72px) 0 130px;
}

.cinema-hero__copy {
  max-width: 500px;
  padding-top: 0;
  align-self: center;
}

.cinema-hero h1 {
  max-width: 500px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 4.35vw, 68px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.045em;
  color: #e7dcc9;
  text-wrap: balance;
}

.cinema-hero__copy > p:not(.cinema-kicker) {
  max-width: 430px;
  color: rgba(231, 220, 201, .68);
  display: none;
}

.cinema-link {
  color: #e7dcc9;
}

.cinema-portrait {
  left: 0;
  right: auto;
  bottom: 128px;
  width: min(300px, 24vw);
  height: min(330px, 34vh);
  border: 1px solid rgba(231, 220, 201, .2);
  border-radius: 12px;
  background: rgba(231, 220, 201, .04);
  box-shadow: 0 24px 80px rgba(0, 0, 0, .28), 0 0 36px rgba(36, 92, 255, .1);
}

.cinema-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 48% 18%;
  filter: saturate(.78) contrast(1.05) brightness(.92);
}

.cinema-portrait::before {
  opacity: .3;
}

.cinema-portrait::after {
  background: linear-gradient(180deg, transparent 68%, rgba(36, 92, 255, .2));
}

.cinema-count {
  left: min(330px, 27vw);
  right: auto;
  top: auto;
  bottom: 142px;
  opacity: 1;
}

.cinema-count b {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 3.2vw, 48px);
  font-weight: 400;
  color: #e7dcc9;
}

.cinema-count span {
  color: rgba(231, 220, 201, .66);
  font-size: 13px;
  line-height: 1.35;
  text-transform: none;
}

.cinema-count::before {
  content: "";
  display: block;
  width: 60px;
  margin-bottom: 14px;
  border-top: 1px solid var(--cinema-blue);
  box-shadow: 0 0 18px rgba(36, 92, 255, .52);
}

.cinema-signal,
.cinema-location {
  display: none;
}

.cinema-ticker {
  position: absolute;
  left: 50%;
  bottom: 28px;
  width: min(1320px, calc(100vw - 96px));
  min-height: 104px;
  grid-template-columns: minmax(330px, 1fr) repeat(3, minmax(150px, .55fr));
  border: 1px solid rgba(231, 220, 201, .18);
  border-radius: 16px;
  background: linear-gradient(120deg, rgba(231, 220, 201, .07), rgba(8, 8, 8, .76));
  transform: translateX(-50%);
}

.cinema-ticker p,
.cinema-ticker a {
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 18px 24px;
}

.cinema-ticker p:first-child::before {
  content: "Pinned chapter";
  color: var(--cinema-blue);
  font: 10px var(--mono);
  letter-spacing: .18em;
  text-transform: uppercase;
}

.hero-atlas {
  position: relative;
  min-height: min(620px, calc(100svh - 240px));
  isolation: isolate;
  transform: translate3d(0, calc(var(--chapter-progress) * -28px), 0);
}

.hero-atlas::before {
  content: "";
  position: absolute;
  inset: 2% 4% 8%;
  z-index: -1;
  opacity: .28;
  background:
    linear-gradient(rgba(231, 220, 201, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(231, 220, 201, .035) 1px, transparent 1px),
    radial-gradient(circle at 50% 48%, rgba(36, 92, 255, .16), transparent 46%);
  background-size: 42px 42px, 42px 42px, auto;
  mask-image: radial-gradient(circle, #000 52%, transparent 78%);
}

.hero-atlas svg {
  position: absolute;
  inset: 2% 0 0;
  width: 100%;
  height: 95%;
  overflow: visible;
}

.hero-atlas__topography {
  fill: none;
  stroke: rgba(231, 220, 201, .105);
  stroke-width: .7;
}

.hero-atlas__orbits {
  fill: none;
  stroke: rgba(181, 158, 121, .32);
  stroke-width: .8;
  stroke-dasharray: 4 9;
}

.hero-atlas__lines {
  fill: none;
  stroke: rgba(45, 111, 255, .82);
  stroke-width: 1.25;
  filter: drop-shadow(0 0 8px rgba(45, 111, 255, .42));
}

.hero-atlas__dots {
  fill: rgba(231, 220, 201, .82);
  filter: drop-shadow(0 0 8px rgba(231, 220, 201, .35));
}

.hero-atlas__core-ring {
  fill: rgba(10, 11, 12, .76);
  stroke: rgba(181, 158, 121, .42);
}

.hero-atlas__core {
  fill: rgba(15, 13, 10, .92);
  stroke: rgba(231, 220, 201, .56);
}

.hero-atlas text {
  fill: #e7dcc9;
  font: 400 26px Georgia, "Times New Roman", serif;
}

.hero-atlas__node {
  position: absolute;
  width: 182px;
  min-height: 92px;
  padding: 0 0 0 82px;
  border: 0;
  background: transparent;
  color: #e7dcc9;
  text-align: left;
}

.hero-atlas__node::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 68px;
  height: 68px;
  border: 1px solid rgba(181, 158, 121, .55);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(231, 220, 201, .18), transparent 23%),
    radial-gradient(circle, rgba(181, 158, 121, .11), rgba(8, 8, 8, .92) 68%);
  box-shadow:
    0 0 0 8px rgba(45, 111, 255, .09),
    0 0 22px rgba(45, 111, 255, .16),
    inset 0 0 24px rgba(231, 220, 201, .1);
}

.hero-atlas__node::after {
  content: "";
  position: absolute;
  left: 72px;
  top: 20px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--signal-red);
  box-shadow: 0 0 16px rgba(239, 48, 43, .7);
}

.hero-atlas__node i {
  position: absolute;
  left: 31px;
  top: 48px;
  color: rgba(231, 220, 201, .68);
  font: 8px var(--mono);
  font-style: normal;
}

.hero-atlas__node svg {
  position: absolute;
  left: 20px;
  top: 18px;
  z-index: 2;
  width: 28px;
  height: 28px;
  fill: none;
  stroke: #e7dcc9;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
  filter: drop-shadow(0 0 8px rgba(231, 220, 201, .24));
}

.hero-atlas__node b {
  display: block;
  padding-top: 5px;
  font: 400 19px/1.02 Georgia, "Times New Roman", serif;
}

.hero-atlas__node span {
  display: block;
  margin-top: 8px;
  color: rgba(231, 220, 201, .56);
  font: 9px/1.35 var(--mono);
  letter-spacing: .05em;
  text-transform: uppercase;
}

.hero-atlas__node--banking { left: 45%; top: 2%; }
.hero-atlas__node--agents { left: 5%; top: 24%; }
.hero-atlas__node--local { right: 8%; top: 27%; }
.hero-atlas__node--community { right: 9%; top: 50%; }
.hero-atlas__node--halal { right: 16%; bottom: 17%; }
.hero-atlas__node--notes { left: 45%; bottom: 0; }
.hero-atlas__node--skillz { left: 23%; bottom: 17%; }
.hero-atlas__node--chroa { left: 4%; bottom: 30%; }

.film-hero figure {
  align-self: stretch;
}

.film-hero img {
  width: 100%;
  height: 100%;
  max-height: 420px;
  object-fit: contain;
  object-position: center;
}

.site-guide {
  z-index: 140;
}

@media (max-width: 1180px) {
  .cinema-hero__stage {
    grid-template-columns: minmax(330px, .82fr) minmax(540px, 1.18fr);
    width: min(1120px, calc(100vw - 56px));
  }
  .hero-atlas__node span {
    display: none;
  }
  .hero-atlas__node {
    width: 132px;
  }
}

@media (max-width: 900px) {
  .cinema-hero {
    height: auto;
    min-height: 0;
  }
  .cinema-hero__stage {
    display: block;
    width: calc(100vw - 32px);
    padding: 58px 0 24px;
    overflow: hidden;
  }
  .cinema-hero__copy {
    max-width: 100%;
    overflow: hidden;
  }
  .cinema-hero .cinema-kicker {
    max-width: 100%;
    white-space: normal;
  }
  .cinema-hero h1 {
    max-width: 100%;
    font-size: clamp(37px, 10.4vw, 48px);
    line-height: 1.02;
    letter-spacing: -.04em;
    text-wrap: wrap;
  }
  .cinema-portrait {
    position: relative;
    left: 0;
    bottom: auto;
    width: min(310px, 84vw);
    height: 360px;
    margin-top: 28px;
  }
  .cinema-count {
    position: relative;
    left: 0;
    bottom: auto;
    margin-top: 18px;
  }
  .hero-atlas {
    min-height: 620px;
    margin-top: 26px;
  }
  .cinema-ticker {
    position: relative;
    left: auto;
    bottom: auto;
    width: calc(100vw - 32px);
    margin: 22px auto 20px;
    grid-template-columns: 1fr;
    transform: none;
  }
}

@media (max-width: 620px) {
  .hero-atlas {
    min-height: 500px;
  }
  .hero-atlas svg {
    inset: 10% -28% 0;
    width: 154%;
  }
  .hero-atlas__node {
    width: 122px;
    min-height: 58px;
    padding-left: 52px;
  }
  .hero-atlas__node::before {
    width: 42px;
    height: 42px;
  }
  .hero-atlas__node::after {
    left: 44px;
    top: 13px;
  }
  .hero-atlas__node i {
    left: 18px;
    top: 29px;
  }
  .hero-atlas__node svg {
    left: 12px;
    top: 10px;
    width: 18px;
    height: 18px;
  }
  .hero-atlas__node b {
    font-size: 13px;
  }
  .hero-atlas__node span {
    display: none;
  }
  .hero-atlas__node--banking { left: 44%; top: 5%; }
  .hero-atlas__node--agents { left: 0; top: 24%; }
  .hero-atlas__node--local { right: 0; top: 28%; }
  .hero-atlas__node--community { right: 0; top: 50%; }
  .hero-atlas__node--halal { right: 6%; bottom: 18%; }
  .hero-atlas__node--notes { left: 42%; bottom: 0; }
  .hero-atlas__node--skillz { left: 13%; bottom: 16%; }
  .hero-atlas__node--chroa { left: 0; bottom: 30%; }
}

/* Final fit correction: keep the reference-style portrait card in flow. */
.cinema-hero__stage {
  grid-template-rows: auto auto;
  position: relative;
}

.cinema-hero__copy {
  grid-column: 1;
  grid-row: 1;
  align-self: end;
  position: relative;
}

.cinema-hero__copy::after {
  content: "";
  position: absolute;
  z-index: 8;
  left: 0;
  top: calc(100% + 46px);
  width: 300px;
  height: 276px;
  border: 1px solid rgba(231, 220, 201, .2);
  border-radius: 12px;
  background:
    linear-gradient(180deg, transparent 62%, rgba(4, 6, 10, .5)),
    url("/assets/portraits/optimized/tr-enhanced-halfbody-960.webp") 50% 16% / cover no-repeat;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .28), 0 0 36px rgba(36, 92, 255, .1);
}

.cinema-portrait {
  display: none;
  position: absolute;
  z-index: 8;
  grid-column: 1;
  grid-row: 2;
  left: 0;
  top: 520px;
  right: auto;
  bottom: auto;
  width: min(300px, 24vw);
  height: 276px;
  margin-top: 0;
}

.hero-atlas {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
}

.cinema-count {
  left: min(330px, 27vw);
  top: 640px;
  bottom: auto;
}

@media (max-width: 900px) {
  .cinema-hero__copy,
  .cinema-portrait,
  .hero-atlas {
    grid-column: auto;
    grid-row: auto;
  }

  .cinema-portrait {
    display: block;
    position: relative;
    left: 0;
    top: auto;
    width: min(310px, 84vw);
    height: 360px;
    margin-top: 28px;
  }

  .cinema-hero .cinema-kicker,
  .cinema-hero h1,
  .cinema-hero__copy > p:not(.cinema-kicker) {
    max-width: calc(100vw - 32px);
    overflow-wrap: break-word;
  }

  .cinema-hero h1 {
    width: 100%;
    max-width: 342px;
    font-size: clamp(31px, 8.4vw, 38px);
  }

  .cinema-hero__copy::after {
    display: none;
  }
}

/* Generated cinematic atlas plate and aperture scroll choreography */
.cinema-hero {
  perspective: 1200px;
}

.cinema-hero::before {
  opacity: calc(.34 - (var(--chapter-progress) * .16));
}

.cinema-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 9;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(5, 5, 5, .92), transparent 22%, transparent 78%, rgba(5, 5, 5, .92)),
    radial-gradient(circle at 68% 48%, transparent 0 38%, rgba(5, 5, 5, .18) 52%, rgba(5, 5, 5, .62) 100%);
  opacity: calc(var(--chapter-progress) * .82);
  transform: scaleY(calc(1 - (var(--chapter-progress) * .1)));
  transform-origin: center;
  mix-blend-mode: multiply;
}

.cinema-hero__copy {
  transform:
    translate3d(0, calc(var(--chapter-progress) * -58px), calc(var(--chapter-progress) * 80px))
    rotateX(calc(var(--chapter-progress) * -5deg));
  transform-origin: left center;
  transition: transform 120ms linear;
}

.cinema-hero h1 {
  text-shadow: 0 18px 54px rgba(0, 0, 0, .35);
}

.cinema-hero .cinema-link {
  transform: translateY(calc(var(--chapter-progress) * -16px));
  opacity: calc(1 - (var(--chapter-progress) * .62));
}

.hero-atlas {
  overflow: visible;
  transform:
    translate3d(0, calc(var(--chapter-progress) * -22px), 0)
    scale(calc(1 + (var(--chapter-progress) * .035)));
  transform-origin: 52% 48%;
}

.hero-atlas::before {
  inset: -13% -8% -11% -18%;
  opacity: .86;
  background:
    radial-gradient(circle at 48% 47%, rgba(6, 8, 10, .05), rgba(6, 8, 10, .66) 69%),
    linear-gradient(90deg, rgba(5, 5, 5, .72), rgba(5, 5, 5, .12) 42%, rgba(5, 5, 5, .5)),
    url("/assets/hero/cinematic-atlas-plate-v1.webp") center / cover no-repeat;
  background-size: cover;
  filter: saturate(1.02) contrast(1.08) brightness(.78);
  mask-image: radial-gradient(circle at 58% 48%, #000 0 66%, transparent 84%);
  transform:
    scale(calc(1.02 + (var(--chapter-progress) * .08)))
    rotate(calc(var(--chapter-progress) * -1.6deg));
  transform-origin: 58% 48%;
}

.hero-atlas svg {
  opacity: .58;
  mix-blend-mode: screen;
  transform:
    scale(calc(1 + (var(--chapter-progress) * .04)))
    rotate(calc(var(--chapter-progress) * .8deg));
  transform-origin: 50% 50%;
}

.hero-atlas__orbits {
  opacity: .52;
}

.hero-atlas__lines {
  stroke-width: 1;
  opacity: .72;
}

.hero-atlas__node {
  transition: transform 360ms var(--ease), opacity 360ms ease, filter 360ms ease;
  transform:
    translate3d(0, calc(var(--chapter-progress) * -10px), 0)
    scale(calc(1 - (var(--chapter-progress) * .025)));
  filter: saturate(1.08);
}

.hero-atlas__node:hover {
  transform: translate3d(0, -5px, 0) scale(1.03);
}

.cinema-chapter:not(.is-inview) .hero-atlas__node {
  opacity: .3;
  transform: scale(.92);
}

.atlas-map {
  isolation: isolate;
}

.atlas-map::after {
  content: "";
  position: absolute;
  inset: -8% -4%;
  z-index: -1;
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, .64), rgba(5, 5, 5, .08) 48%, rgba(5, 5, 5, .46)),
    url("/assets/hero/cinematic-atlas-plate-v1.webp") center / cover no-repeat;
  opacity: .72;
  filter: saturate(1.02) contrast(1.08) brightness(.72);
  mask-image: radial-gradient(circle at 55% 50%, #000 0 70%, transparent 88%);
  transform:
    scale(calc(1.02 + (var(--chapter-progress) * .05)))
    rotate(calc(var(--chapter-progress) * -1deg));
}

.atlas-map > svg {
  opacity: .58;
  mix-blend-mode: screen;
}

.atlas-node::before {
  border-color: rgba(181, 158, 121, .46);
  box-shadow: 0 0 0 8px rgba(36, 92, 255, .08), 0 0 24px rgba(36, 92, 255, .12), inset 0 0 18px rgba(231, 220, 201, .08);
}

@media (max-width: 900px) {
  .cinema-hero::after {
    display: none;
  }

  .cinema-hero__copy,
  .hero-atlas,
  .hero-atlas svg,
  .hero-atlas::before,
  .hero-atlas__node {
    transform: none;
  }
}

/* Final cinematic pass: reference-grade hero, atlas reveal, and scroll aperture. */
.cinema-hero {
  height: calc(100svh - 70px);
  min-height: 760px;
  max-height: 940px;
  contain: paint;
}

.cinema-hero::after {
  background:
    linear-gradient(180deg, rgba(5, 5, 5, .98), rgba(5, 5, 5, .18) 18%, transparent 42%, rgba(5, 5, 5, .16) 67%, rgba(5, 5, 5, .96)),
    linear-gradient(90deg, rgba(5, 5, 5, .94), transparent 22%, transparent 76%, rgba(5, 5, 5, .82)),
    radial-gradient(ellipse at 62% 48%, transparent 0 34%, rgba(5, 5, 5, .18) 58%, rgba(5, 5, 5, .72) 100%);
  clip-path: inset(calc(var(--chapter-progress) * 8%) 0 calc(var(--chapter-progress) * 9%) 0);
  opacity: calc(var(--chapter-progress) * .7);
  transform: none;
}

.cinema-hero__stage {
  padding-bottom: 134px;
}

.cinema-hero h1 span {
  display: block;
  transform: translate3d(calc(var(--chapter-progress) * -34px), calc(var(--chapter-progress) * -10px), 0);
  transition: transform 120ms linear, opacity 120ms linear;
}

.cinema-hero h1 span:nth-child(2) {
  transform: translate3d(calc(var(--chapter-progress) * -18px), calc(var(--chapter-progress) * -18px), 0);
}

.cinema-hero h1 span:nth-child(3) {
  transform: translate3d(calc(var(--chapter-progress) * 14px), calc(var(--chapter-progress) * -26px), 0);
}

.cinema-hero h1 span:nth-child(4) {
  transform: translate3d(calc(var(--chapter-progress) * 42px), calc(var(--chapter-progress) * -34px), 0);
}

.cinema-hero__copy::after {
  top: calc(100% + 30px);
  width: 288px;
  height: 236px;
  background:
    linear-gradient(180deg, transparent 56%, rgba(4, 6, 10, .56)),
    radial-gradient(circle at 50% 88%, rgba(36, 92, 255, .22), transparent 44%),
    url("/assets/portraits/optimized/tr-enhanced-halfbody-960.webp") 50% 18% / cover no-repeat;
}

.cinema-count {
  top: auto;
  bottom: 172px;
  left: min(350px, 30vw);
  opacity: .68;
}

.cinema-count b {
  font-size: clamp(42px, 4.8vw, 64px);
  font-family: var(--display);
  letter-spacing: -.04em;
}

.cinema-ticker {
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: min(1320px, calc(100vw - 112px));
  transform: translateX(-50%) translateY(calc(var(--chapter-progress) * 46px));
  opacity: calc(1 - (var(--chapter-progress) * .48));
  border: 1px solid rgba(231, 220, 201, .17);
  border-radius: 14px;
  overflow: hidden;
}

.hero-atlas::before {
  opacity: .78;
  filter: saturate(.98) contrast(1.12) brightness(.68);
}

.hero-atlas__node span {
  max-width: 128px;
  color: rgba(231, 220, 201, .56);
  font-size: 9px;
  line-height: 1.25;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.section-rail {
  z-index: 16;
}

.atlas-section {
  position: relative;
  scroll-margin-top: 70px;
  min-height: calc(100svh - 70px);
  padding-top: clamp(70px, 8vw, 112px);
  padding-bottom: clamp(70px, 8vw, 112px);
  background:
    radial-gradient(ellipse at 70% 48%, rgba(36, 92, 255, .12), transparent 46%),
    linear-gradient(180deg, #050505, #080807 42%, #050505);
}

.atlas-section::before {
  opacity: .22;
}

.atlas-copy {
  transform:
    translate3d(calc((1 - var(--chapter-progress)) * -24px), calc((1 - var(--chapter-progress)) * 24px), 0);
  opacity: calc(.22 + (var(--chapter-progress) * .78));
}

.atlas-copy h2 {
  color: var(--cinema-cream);
  font-family: var(--display);
  text-shadow: 0 18px 60px rgba(0, 0, 0, .34);
}

.atlas-map {
  min-height: min(720px, calc(100svh - 150px));
  border: 1px solid rgba(231, 220, 201, .12);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(231, 220, 201, .035), transparent 42%),
    rgba(7, 8, 9, .26);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .02), 0 26px 90px rgba(0, 0, 0, .34);
  overflow: hidden;
  transform:
    translate3d(0, calc((1 - var(--chapter-progress)) * 42px), 0)
    scale(calc(.96 + (var(--chapter-progress) * .04)));
  opacity: calc(.32 + (var(--chapter-progress) * .68));
}

.atlas-map::before {
  inset: -18%;
  border-radius: 0;
  background:
    radial-gradient(circle at 52% 52%, rgba(36, 92, 255, .24), transparent 18%),
    radial-gradient(circle at 62% 44%, rgba(231, 220, 201, .12), transparent 30%);
  filter: blur(34px);
  opacity: .82;
}

.atlas-map::after {
  inset: -1%;
  border-radius: 0;
  background:
    radial-gradient(ellipse at 53% 50%, transparent 0 46%, rgba(5, 5, 5, .5) 73%, rgba(5, 5, 5, .92)),
    linear-gradient(90deg, rgba(5, 5, 5, .42), rgba(5, 5, 5, .04) 48%, rgba(5, 5, 5, .42)),
    url("/assets/hero/cinematic-atlas-plate-v1.webp") center / cover no-repeat;
  opacity: .94;
  filter: saturate(.98) contrast(1.16) brightness(.72);
  mask-image: none;
}

.atlas-map > svg {
  z-index: 1;
  opacity: .34;
  filter: drop-shadow(0 0 16px rgba(36, 92, 255, .28));
}

.atlas-lines path {
  stroke-width: 1.1;
  stroke-dasharray: 340;
  stroke-dashoffset: calc((1 - var(--chapter-progress)) * 340);
  transition: stroke-dashoffset 120ms linear;
}

.atlas-node {
  z-index: 4;
  transform:
    translate3d(0, calc((1 - var(--chapter-progress)) * 20px), 0)
    scale(calc(.94 + (var(--chapter-progress) * .06)));
  opacity: calc(.32 + (var(--chapter-progress) * .68));
}

.atlas-node b {
  font-size: 17px;
}

.atlas-node span {
  max-width: 138px;
  color: rgba(231, 220, 201, .6);
  font-size: 10px;
}

.atlas-readout {
  z-index: 5;
  left: 50%;
  top: 50%;
  width: 280px;
  margin: 70px 0 0 -140px;
  border-color: rgba(181, 158, 121, .26);
  background: rgba(6, 7, 8, .68);
  box-shadow: 0 18px 60px rgba(0, 0, 0, .34);
}

html[data-scroll-intent="opening"] .cinema-hero__copy {
  transform:
    translate3d(0, calc(var(--chapter-progress) * -38px), calc(var(--chapter-progress) * 52px))
    rotateX(calc(var(--chapter-progress) * 3deg));
}

@media (max-width: 1120px) {
  .cinema-ticker {
    width: calc(100vw - 48px);
  }

  .cinema-count {
    display: none;
  }
}

@media (max-width: 900px) {
  .cinema-hero {
    height: auto;
    min-height: 0;
    max-height: none;
    contain: none;
  }

  .cinema-hero__stage {
    padding-bottom: 32px;
  }

  .cinema-ticker {
    position: relative;
    left: auto;
    bottom: auto;
    width: calc(100vw - 32px);
    margin: 22px auto 0;
    transform: none;
    opacity: 1;
  }

  .cinema-hero h1 span,
  .atlas-copy,
  .atlas-map,
  .atlas-node {
    transform: none;
    opacity: 1;
  }

  .atlas-map {
    border-radius: 16px;
  }
}
