@font-face { font-family: Geist; src: url('/fonts/GeistVF.woff2') format('woff2'); font-weight: 100 900; font-display: swap; }
@font-face { font-family: Geist Mono; src: url('/fonts/GeistMonoVF.woff2') format('woff2'); font-weight: 100 900; font-display: swap; }
@font-face { font-family: Geist Pixel; src: url('/fonts/GeistPixelSquare.woff2') format('woff2'); font-display: swap; }
@font-face { font-family: Noto Sans SC; src: url('/vendor/noto-cjk/Sans/Variable/TTF/Subset/NotoSansSC-VF.ttf') format('truetype'); font-weight: 100 900; font-display: swap; }

:root {
  --black: #080808;
  --black-2: #111111;
  --paper: #ecebe5;
  --paper-2: #deddd6;
  --orange: #ff5038;
  --violet: #7b73ff;
  --acid: #d9ff43;
  --line-dark: rgba(8,8,8,.18);
  --line-light: rgba(255,255,255,.18);
  --pad: clamp(1rem, 3.2vw, 3.2rem);
  --ease: cubic-bezier(.16,1,.3,1);
}

* { box-sizing: border-box; }
html { background: var(--black); scroll-behavior: smooth; }
body { margin: 0; color: var(--black); background: var(--paper); font-family: Geist, "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif; overflow-x: hidden; }
body.loading { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { color: inherit; font: inherit; }
button { cursor: pointer; }
::selection { color: var(--paper); background: var(--orange); }
.mono { font-family: Geist Mono, monospace; text-transform: uppercase; letter-spacing: .08em; }
.dark { color: var(--paper); background: var(--black); }
.light { color: var(--black); background: var(--paper); }

.grain { position: fixed; inset: -50%; z-index: 1000; width: 200%; height: 200%; pointer-events: none; opacity: .045; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); animation: grain .22s steps(2) infinite; }
.scroll-meter { position: fixed; z-index: 500; left: 0; top: 0; width: 100%; height: 3px; background: transparent; pointer-events: none; }
.scroll-meter i { display: block; width: 0; height: 100%; background: var(--orange); }
.cursor { position: fixed; z-index: 999; left: 0; top: 0; width: 18px; height: 18px; pointer-events: none; border: 1px solid currentColor; border-radius: 50%; mix-blend-mode: difference; color: white; opacity: 0; transform: translate(-50%,-50%); transition: width .35s var(--ease), height .35s var(--ease), background .3s; }
.cursor.seen { opacity: 1 !important; }
.cursor span { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); color: #000; font: 0 Geist Mono; white-space: nowrap; transition: font-size .25s; mix-blend-mode: normal; }
.cursor.expanded { width: 76px; height: 76px; border: 0; background: #fff; mix-blend-mode: difference; }
.cursor.expanded span { font-size: 8px; }

@media (pointer: fine) {
  html, body, a, button, input, label, [data-cursor] { cursor: none !important; }
}

.preloader { position: fixed; z-index: 2000; inset: 0; display: flex; flex-direction: column; justify-content: space-between; padding: var(--pad); color: var(--paper); background: var(--black); transition: clip-path 1.1s var(--ease), visibility 1.1s; clip-path: inset(0 0 0 0); }
body.ready .preloader { clip-path: inset(0 0 100% 0); visibility: hidden; }
.preloader-top { display: flex; justify-content: space-between; font: 10px Geist Mono; letter-spacing: .12em; }
.preloader-number { display: flex; align-items: start; align-self: flex-end; line-height: .75; }
.preloader-number strong { font: clamp(9rem, 26vw, 26rem) Geist; font-weight: 600; letter-spacing: -.1em; }
.preloader-number i { color: var(--orange); font: clamp(1rem, 3vw, 3rem) Geist Mono; font-style: normal; }
.preloader-line { height: 2px; background: rgba(255,255,255,.16); }
.preloader-line i { display: block; width: 0; height: 100%; background: var(--orange); }
.preloader > p { margin: 0; color: rgba(255,255,255,.44); font-size: 12px; }

.lock { position: fixed; z-index: 1900; inset: 0; color: white; background: #080808; overflow: hidden; }
.lock:not([hidden]) { display: grid; place-items: center; }
.lock canvas { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .72; }
.lock-panel { position: relative; width: min(820px, calc(100% - 2rem)); padding: clamp(2rem, 6vw, 6rem); border: 1px solid rgba(255,255,255,.18); background: rgba(8,8,8,.45); backdrop-filter: blur(18px); }
.lock-index { color: var(--orange); font: 10px Geist Mono; letter-spacing: .15em; }
.lock h1 { margin: 3rem 0 1.5rem; font-size: clamp(2.6rem, 6vw, 6.6rem); font-weight: 500; line-height: .95; letter-spacing: -.07em; }
.lock h1 em { color: var(--orange); font-style: normal; }
.lock > form > p { color: rgba(255,255,255,.48); }
.lock-input { display: grid; grid-template-columns: auto 1fr 64px; align-items: center; gap: 1rem; margin-top: 4rem; border-bottom: 1px solid rgba(255,255,255,.45); }
.lock-input label { font: 10px Geist Mono; letter-spacing: .12em; }
.lock-input input { width: 100%; min-width: 0; padding: 1.2rem 0; color: white; border: 0; outline: 0; background: transparent; font-size: 1.4rem; }
.lock-input button { height: 64px; color: #000; border: 0; background: var(--orange); font-size: 1.4rem; }
.lock small { display: block; min-height: 1rem; margin-top: 1rem; color: var(--orange); }

.nav { position: fixed; z-index: 400; left: 0; top: 0; right: 0; height: 74px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 var(--pad); color: white; border-bottom: 1px solid rgba(255,255,255,.16); mix-blend-mode: difference; transition: height .4s var(--ease); }
.nav.compact { height: 58px; }
.wordmark { width: fit-content; display: flex; align-items: center; gap: .65rem; }
.wordmark b { font-size: 13px; letter-spacing: -.03em; }
.wordmark span { padding-left: .65rem; border-left: 1px solid currentColor; font: 8px Geist Mono; opacity: .62; }
.nav nav { display: flex; gap: clamp(1.3rem, 3vw, 3.4rem); }
.nav nav a { display: flex; gap: .45rem; font-size: 11px; }
.nav nav i { font: 8px Geist Mono; font-style: normal; opacity: .5; }
.nav-tools { display: flex; justify-content: flex-end; align-items: center; gap: 1.2rem; }
.live-dot { display: flex; align-items: center; gap: .4rem; font: 8px Geist Mono; }
.live-dot i { width: 5px; height: 5px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 10px var(--acid); animation: blink 1.6s infinite; }
.audio-toggle { width: 34px; height: 34px; display: flex; align-items: center; justify-content: center; gap: 3px; padding: 0; color: white; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: transparent; }
.audio-toggle i { width: 1px; height: 7px; background: currentColor; }
.audio-toggle i:nth-child(2) { height: 12px; }.audio-toggle i:nth-child(3) { height: 5px; }
.audio-toggle.active i { animation: equalize .7s ease-in-out infinite alternate; }
.audio-toggle.active i:nth-child(2) { animation-delay: -.3s; }.audio-toggle.active i:nth-child(3) { animation-delay: -.55s; }

.hero { position: relative; height: 100svh; min-height: 720px; overflow: hidden; }
.shader-wrap { position: absolute; inset: 0; }
.shader-wrap canvas { width: 100%; height: 100%; display: block; }
.hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: calc(100vw / 6) calc(100vh / 5); mask-image: linear-gradient(to bottom, rgba(0,0,0,.8), transparent 85%); }
.hero-meta { position: absolute; left: var(--pad); right: var(--pad); top: 102px; display: flex; justify-content: space-between; color: rgba(255,255,255,.48); font-size: 8px; }
.hero-meta b { color: inherit; font-weight: 400; }
.hero-title { position: absolute; z-index: 2; left: var(--pad); right: var(--pad); top: 50%; transform: translateY(-47%); }
.hero-kicker { margin: 0 0 1.5rem .45vw; color: var(--acid); font: 9px Geist Mono; letter-spacing: .18em; }
.hero h1 { margin: 0; font-size: clamp(4.1rem, 11.8vw, 12.4rem); font-weight: 520; line-height: .78; letter-spacing: -.085em; }
.title-line { display: block; overflow: hidden; padding: .07em 0 .11em; }
.title-line i { display: block; font-style: normal; transform: translateY(120%) rotate(3deg); transition: transform 1.25s var(--ease); }
body.ready .title-line i { transform: translateY(0) rotate(0); }
.title-line:nth-child(2) i { transition-delay: .12s; }
.title-line.accent { margin-left: 9vw; color: var(--orange); }
.title-line b { font-weight: 750; }
.hero-deck { margin: 2.1rem 0 0 10vw; color: rgba(255,255,255,.58); font-size: clamp(.8rem, 1.15vw, 1rem); line-height: 1.75; }
.hero-orbit { position: absolute; z-index: 3; right: var(--pad); bottom: 2.5rem; width: 150px; height: 150px; display: grid; place-items: center; }
.hero-orbit svg { position: absolute; inset: 0; width: 100%; animation: spin 18s linear infinite; }
.hero-orbit circle { fill: rgba(0,0,0,.2); stroke: rgba(255,255,255,.28); }
.hero-orbit path { fill: none; }
.hero-orbit text { fill: white; font: 8px Geist Mono; letter-spacing: .11em; }
.hero-orbit a { position: relative; z-index: 2; width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; color: black; background: var(--paper); }
.hero-side { position: absolute; left: 13px; bottom: 2rem; display: flex; gap: .8rem; color: rgba(255,255,255,.4); font-size: 7px; writing-mode: vertical-rl; }

.section-label { display: flex; align-items: center; gap: 1rem; padding: 0 var(--pad); font: 8px Geist Mono; letter-spacing: .12em; }
.section-label i { flex: 1; height: 1px; background: var(--line-dark); }
.section-label span:last-child { opacity: .5; }
.section-label.inverse i { background: var(--line-light); }.section-label.inverse span:last-child { color: rgba(255,255,255,.5); }

.manifesto { position: relative; min-height: 120vh; padding: 7rem 0 0; overflow: hidden; }
.manifesto-copy { padding: 14vh var(--pad) 8vh; }
.manifesto-copy > p { margin: 0 0 2rem; color: rgba(0,0,0,.55); font-size: 13px; }
.manifesto h2 { margin: 0; font-size: clamp(3.5rem, 9.8vw, 10rem); font-weight: 520; line-height: .9; letter-spacing: -.075em; }
.manifesto h2 span { display: block; }
.manifesto h2 em { color: var(--orange); font-style: normal; }
.wipe-line { clip-path: inset(0 0 0 0); opacity: 1; transform: translateX(0); transition: color .7s var(--ease), transform .9s var(--ease); }
.wipe-line.visible { clip-path: inset(0 0 0 0); }
.manifesto-foot { display: flex; justify-content: space-between; align-items: end; padding: 0 var(--pad) 8rem; }
.manifesto-foot > p { max-width: 360px; margin: 0; font-size: 14px; line-height: 1.6; }
.coordinate span { display: block; margin-bottom: .5rem; font: 8px Geist Mono; }
.coordinate b { font-size: clamp(1.5rem, 3vw, 3.3rem); font-weight: 450; }
.kinetic-marquee { display: flex; width: max-content; padding: .22em 0; color: var(--paper); background: var(--orange); font-size: clamp(3rem, 8vw, 8rem); font-weight: 650; line-height: .85; letter-spacing: -.05em; transform: rotate(-2deg) translateX(-2%); }
.kinetic-marquee div { animation: marquee 22s linear infinite; }

.pulse { position: relative; padding: 7rem 0 9rem; }
.section-hero { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 5vw; padding: 8rem var(--pad) 6rem; }
.section-hero h2, .signal-heading h2, .memory-intro h2, .archive-heading h2 { margin: 0; font-size: clamp(3.6rem, 8vw, 8.5rem); font-weight: 520; line-height: .84; letter-spacing: -.075em; }
.section-hero h2 em, .signal-heading h2 em, .memory-intro h2 em, .archive-heading h2 em { color: var(--orange); font-style: normal; }
.section-hero > p { max-width: 340px; margin: 0; color: rgba(255,255,255,.48); font-size: 13px; line-height: 1.7; }
.pulse-story { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(280px,.65fr); min-height: 190vh; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.pulse-visual { position: sticky; top: 0; height: 100vh; min-height: 650px; overflow: hidden; border-right: 1px solid var(--line-light); }
.pulse-visual canvas { width: 100%; height: 100%; display: block; }
.pulse-readout { position: absolute; left: 50%; top: 50%; display: grid; text-align: center; transform: translate(-50%,-50%); }
.pulse-readout span, .pulse-readout small { color: rgba(255,255,255,.42); font-size: 8px; }
.pulse-readout strong { font-size: clamp(5rem, 11vw, 11rem); font-weight: 430; line-height: .85; letter-spacing: -.08em; }
.pulse-axis { position: absolute; left: 2rem; right: 2rem; bottom: 2rem; display: flex; justify-content: space-between; color: rgba(255,255,255,.35); font-size: 7px; }
.pulse-steps { padding: 25vh var(--pad); }
.pulse-step { min-height: 55vh; display: flex; flex-direction: column; justify-content: center; opacity: .22; transition: opacity .5s; }
.pulse-step.active { opacity: 1; }
.pulse-step > span { color: var(--orange); font: 8px Geist Mono; letter-spacing: .14em; }
.pulse-step strong { margin: 1.5rem 0; font-size: clamp(4rem, 7vw, 7rem); font-weight: 500; line-height: .8; letter-spacing: -.07em; }
.pulse-step p { max-width: 340px; color: rgba(255,255,255,.56); font-size: 13px; line-height: 1.7; }
.pulse-step p b { color: white; font-weight: 500; }
.calendar-block { padding: 8rem var(--pad) 0; }
.calendar-head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 2.5rem; }
.calendar-head h3 { margin: 0; font: 11px Geist Mono; font-weight: 450; }
.calendar-head p { margin: 0; color: rgba(255,255,255,.4); font-size: 11px; }
.calendar-track { display: grid; grid-template-columns: repeat(40, 1fr); grid-template-rows: repeat(7, 1fr); grid-auto-flow: column; gap: clamp(3px,.45vw,7px); min-width: 920px; aspect-ratio: 5.8; }
.calendar-cell { padding: 0; border: 0; background: rgba(255,255,255,.08); transition: transform .25s var(--ease), background .25s; }
.calendar-cell:hover, .calendar-cell.active { z-index: 2; transform: scale(1.65); background: var(--acid) !important; }
.calendar-cell[data-level="1"] { background: rgba(255,80,56,.28); }.calendar-cell[data-level="2"] { background: rgba(255,80,56,.5); }.calendar-cell[data-level="3"] { background: rgba(255,80,56,.75); }.calendar-cell[data-level="4"] { background: var(--orange); }
.calendar-tooltip { position: fixed; z-index: 800; padding: .65rem .8rem; color: var(--black); background: var(--acid); font: 9px Geist Mono; pointer-events: none; }

.signal { padding: 7rem var(--pad) 10rem; }
.signal .section-label { padding: 0; }
.signal-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 8vw; align-items: end; padding: 9rem 0 7rem; }
.signal-heading > p { max-width: 380px; margin: 0; font-size: 13px; line-height: 1.7; }
.signal-grid { display: grid; grid-template-columns: repeat(12,1fr); border-top: 1px solid var(--black); border-left: 1px solid var(--black); }
.signal-card { position: relative; min-height: 560px; padding: clamp(1.3rem,3vw,3rem); border-right: 1px solid var(--black); border-bottom: 1px solid var(--black); overflow: hidden; }
.signal-reply { grid-column: span 7; background: var(--orange); }.signal-session { grid-column: span 5; }.signal-voice { grid-column: span 5; color: white; background: var(--black); }.signal-day { grid-column: span 7; }
.card-label { display: flex; justify-content: space-between; align-items: center; font-size: 8px; }
.card-label i { font-style: normal; opacity: .5; }
.signal-reply > strong { display: block; margin: 5rem 0 0; font-size: clamp(6rem,13vw,14rem); font-weight: 520; line-height: .7; letter-spacing: -.1em; }
.signal-reply > strong span { font-size: .12em; letter-spacing: 0; }
.signal-reply h3 { margin: 2rem 0 0; font-size: clamp(1.7rem,3vw,3rem); font-weight: 480; }
.response-lines { position: absolute; left: 0; right: 0; bottom: 0; height: 110px; display: flex; align-items: end; gap: 3px; padding: 0 2rem; }
.response-lines i { flex: 1; height: var(--h); max-width: 9px; background: rgba(0,0,0,.72); transform-origin: bottom; animation: wave 1.7s ease-in-out infinite alternate; }
.session-orbit { position: relative; width: min(360px,95%); margin: 4rem auto 1rem; aspect-ratio: 1; }
.session-orbit svg { width: 100%; animation: slowSpin 24s linear infinite; }
.session-orbit circle { fill: none; stroke: rgba(0,0,0,.2); }.session-orbit circle:first-child { stroke-dasharray: 2 8; }
.session-orbit path { fill: none; stroke: var(--violet); stroke-width: 8; stroke-linecap: round; }
.session-orbit > div { position: absolute; inset: 28%; display: grid; place-content: center; text-align: center; border-radius: 50%; background: var(--black); color: white; }
.session-orbit strong { font-size: clamp(2.8rem,5vw,5rem); font-weight: 450; line-height: .9; }.session-orbit span { margin-top: .4rem; font: 7px Geist Mono; }
.signal-session > p { text-align: center; font-size: 12px; }
.signal-voice > strong { display: inline-block; margin-top: 4rem; font-size: clamp(7rem,15vw,15rem); font-weight: 510; line-height: .75; letter-spacing: -.1em; }
.signal-voice .unit { margin-left: 1rem; color: var(--acid); font: 9px Geist Mono; }
.waveform { height: 100px; display: flex; align-items: center; gap: 4px; margin-top: 3rem; }
.waveform i { flex: 1; max-width: 7px; height: var(--h); background: white; animation: equalize 1.1s ease-in-out infinite alternate; animation-delay: var(--d); }
.signal-voice > p { color: rgba(255,255,255,.45); font-size: 12px; }
.radial-clock { position: relative; width: min(440px,95%); aspect-ratio: 1; margin: 2.5rem auto 0; }
.radial-clock canvas { width: 100%; height: 100%; }
.radial-clock > div { position: absolute; inset: 35%; display: grid; place-content: center; text-align: center; border-radius: 50%; background: var(--orange); }
.radial-clock strong { font-size: clamp(1.8rem,4vw,3.8rem); font-weight: 520; }.radial-clock span { font: 7px Geist Mono; }
.dayparts { display: grid; grid-template-columns: .65fr 1.35fr; border: 1px solid var(--black); border-top: 0; }
.dayparts-copy { padding: clamp(2rem,4vw,4rem); border-right: 1px solid var(--black); }
.dayparts-copy > span { font-size: 8px; }.dayparts-copy h3 { margin: 6rem 0 0; font-size: clamp(1.8rem,3vw,3.2rem); font-weight: 480; line-height: 1.05; letter-spacing: -.04em; }
.dayparts-bars { display: grid; grid-template-columns: repeat(4,1fr); align-items: end; min-height: 420px; padding: 2rem; gap: 1px; }
.daypart { position: relative; display: flex; align-items: flex-end; padding: 1rem; color: white; background: var(--black); transform-origin: bottom; transition: filter .3s, transform .3s; }
.daypart:nth-child(2) { background: var(--violet); }.daypart:nth-child(3) { color: var(--black); background: var(--acid); }.daypart:nth-child(4) { background: var(--orange); }
.daypart:hover { z-index: 2; filter: saturate(1.4); transform: scaleY(1.04); }.daypart strong { position: absolute; left: 1rem; top: 1rem; font-size: clamp(1rem,2vw,2rem); font-weight: 450; }.daypart span { font: 7px Geist Mono; }

/* Micro signals laboratory */
.lab { padding: 7rem var(--pad) 10rem; }
.lab .section-label { padding: 0; }
.lab-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 8vw; padding: 9rem 0 7rem; }
.lab-heading h2, .postcards-heading h2 { margin: 0; font-size: clamp(3.6rem,8vw,8.5rem); font-weight: 520; line-height: .84; letter-spacing: -.075em; }
.lab-heading h2 em, .postcards-heading h2 em { color: var(--acid); font-style: normal; }
.lab-heading > p, .postcards-heading > p { max-width: 370px; margin: 0; color: rgba(255,255,255,.5); font-size: 13px; line-height: 1.7; }
.lab-grid { display: grid; grid-template-columns: repeat(12,1fr); border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.lab-card { position: relative; min-height: 510px; padding: clamp(1.3rem,3vw,3rem); border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); overflow: hidden; }
.lab-card .card-label { position: relative; z-index: 2; }
.starter-card { grid-column: span 7; color: var(--black); background: var(--acid); }
.starter-card h3 { max-width: 510px; margin: 5.5rem 0 0; font-size: clamp(2rem,4vw,4.5rem); font-weight: 520; line-height: .95; letter-spacing: -.05em; }
.starter-score { display: flex; align-items: center; gap: 1rem; margin-top: 3.8rem; }
.starter-score strong { font-size: clamp(4.5rem,9vw,9rem); font-weight: 500; line-height: .72; letter-spacing: -.08em; }
.starter-score i { color: rgba(0,0,0,.3); font-size: 2rem; font-style: normal; }
.starter-track { height: 7px; margin-top: 3rem; background: rgba(0,0,0,.18); overflow: hidden; }.starter-track i { display: block; width: 50%; height: 100%; background: var(--black); transition: width 1.2s var(--ease); }
.starter-names { display: flex; justify-content: space-between; margin-top: .7rem; font-size: 8px; }
.sessions-card { grid-column: span 5; color: var(--black); background: var(--orange); }
.sessions-card > strong { position: relative; z-index: 2; display: block; margin-top: 6rem; font-size: clamp(6rem,12vw,12rem); font-weight: 520; line-height: .7; letter-spacing: -.1em; }
.sessions-card h3 { position: relative; z-index: 2; max-width: 430px; margin: 2rem 0 .7rem; font-size: clamp(1.7rem,3vw,3rem); font-weight: 500; line-height: 1; }
.sessions-card > p { position: relative; z-index: 2; font-size: 12px; }.sessions-card > p b { font-size: 1.4em; }
.session-rings { position: absolute; right: -13%; bottom: -22%; width: 66%; aspect-ratio: 1; }
.session-rings i { position: absolute; inset: 0; border: 1px solid rgba(0,0,0,.35); border-radius: 50%; animation: slowSpin 16s linear infinite; }.session-rings i:nth-child(2) { inset: 16%; border-style: dashed; animation-direction: reverse; }.session-rings i:nth-child(3) { inset: 34%; background: var(--violet); border: 0; }
.balance-card { grid-column: span 5; background: #161616; }
.balance-disc { --sent: 35%; width: min(340px,85%); margin: 4rem auto 2.5rem; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(var(--orange) 0 var(--sent), var(--violet) var(--sent) 100%); transition: transform .7s var(--ease); }
.balance-card:hover .balance-disc { transform: rotate(8deg) scale(1.04); }
.balance-disc::before { content:""; grid-area:1/1; width: 66%; aspect-ratio:1; border-radius:50%; background:#161616; }
.balance-disc span { grid-area:1/1; position:relative; display:grid; text-align:center; }.balance-disc b { font-size:clamp(2.6rem,5vw,5rem);font-weight:460;line-height:.85; }.balance-disc small { margin-top:.4rem;font:7px Geist Mono;opacity:.4; }
.balance-legend { display:flex;justify-content:space-between;font-size:8px; }.balance-legend b { color:var(--acid);font-weight:400; }
.fragments-card { grid-column: span 7; display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; padding: 0; background: var(--line-light); }
.fragments-card .card-label { grid-column: 1/-1; padding: 1.5rem; color:white; background:var(--violet); }
.fragment-stat { min-height: 210px; display:flex;flex-direction:column;justify-content:flex-end;padding:1.5rem;color:white;background:var(--violet);transition:filter .3s,transform .4s var(--ease); }
.fragment-stat:hover { z-index:2;filter:saturate(1.3);transform:scale(.97); }.fragment-stat strong { font-size:clamp(2.2rem,5vw,5rem);font-weight:480;line-height:.8;letter-spacing:-.07em; }.fragment-stat span { margin-top:1rem;font-size:11px;opacity:.55; }
.word-card { grid-column:1/-1; min-height: 650px; display:grid;grid-template-columns:.62fr 1.38fr;gap:4vw;padding:0; }
.word-copy { padding:clamp(2rem,4vw,4rem);border-right:1px solid var(--line-light); }.word-copy h3 { margin:8rem 0 1.5rem;font-size:clamp(2.4rem,5vw,5.2rem);font-weight:500;line-height:.95;letter-spacing:-.055em; }.word-copy p { max-width:330px;color:rgba(255,255,255,.42);font-size:12px;line-height:1.7; }
.word-field { position:relative;min-height:650px;overflow:hidden;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:60px 60px; }
.gravity-word { position:absolute;left:var(--x);top:var(--y);padding:.75rem 1rem;color:white;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:#111;font-size:clamp(.8rem,1.5vw,1.2rem);transform:translate(-50%,-50%);transition:transform .35s var(--ease),color .3s,background .3s,border-color .3s;will-change:transform; }
.gravity-word b { margin-left:.5rem;color:var(--acid);font:7px Geist Mono;font-weight:400; }.gravity-word:hover,.gravity-word:focus-visible { z-index:3;color:var(--black);border-color:var(--acid);background:var(--acid);outline:0; }.gravity-word:hover b { color:var(--black); }
.time-card { grid-column:1/-1; min-height:520px;display:grid;grid-template-columns:.8fr 1.2fr;gap:5vw;color:var(--black);background:var(--paper); }
.time-copy time { display:block;margin:6rem 0 1.2rem;color:var(--orange);font:clamp(1.4rem,3vw,3rem) Geist Mono; }.time-copy h3 { margin:0;font-size:clamp(2rem,4vw,4.8rem);font-weight:480;letter-spacing:-.055em; }.time-copy h3 strong { font-size:1.8em; }.time-copy > p { font:9px Geist Mono;opacity:.5; }
.time-control { display:flex;flex-direction:column;justify-content:center; }.time-control input { width:100%;height:34px;appearance:none;background:transparent;cursor:none; }.time-control input::-webkit-slider-runnable-track { height:4px;background:linear-gradient(90deg,var(--orange),var(--violet)); }.time-control input::-webkit-slider-thumb { width:28px;height:28px;margin-top:-12px;appearance:none;border:7px solid var(--paper);border-radius:50%;background:var(--black);box-shadow:0 0 0 1px var(--black); }.time-control input::-moz-range-track { height:4px;background:linear-gradient(90deg,var(--orange),var(--violet)); }.time-control input::-moz-range-thumb { width:18px;height:18px;border:6px solid var(--paper);border-radius:50%;background:var(--black); }
.time-track-label { display:flex;justify-content:space-between;margin-top:.5rem;font-size:7px; }.time-control button { align-self:flex-end;margin-top:5rem;padding:1rem 1.2rem;color:white;border:0;background:var(--black);font:9px Geist Mono; }

/* Touch-friendly 3D postcards, powered by Atropos */
.atropos { position:relative;display:block;perspective:1200px;transform:translate3d(0,0,0); }.atropos-scale,.atropos-rotate { width:100%;height:100%;transform-style:preserve-3d;transition-property:transform;display:block; }.atropos-shadow,.atropos-highlight { position:absolute;pointer-events:none;transition-property:transform,opacity;display:block;opacity:0; }.atropos-shadow { z-index:-1;left:0;top:0;width:100%;height:100%;filter:blur(30px);background:#000; }.atropos-highlight { z-index:0;left:-50%;top:-50%;width:200%;height:200%;background-image:radial-gradient(circle at 50%,rgba(255,255,255,.25),transparent 50%); }.atropos-rotate { position:relative; }.atropos-inner { position:relative;width:100%;height:100%;overflow:hidden;transform-style:preserve-3d;transform:translate3d(0,0,0);display:block; }.atropos-active { z-index:1; }.atropos-active .atropos-shadow { opacity:1 !important; } [data-atropos-offset],[data-atropos-opacity] { transition-property:transform,opacity; }
.postcards { padding:7rem 0 10rem;overflow:hidden; }.postcards .section-label { margin:0 var(--pad);padding:0; }
.postcards-heading { display:grid;grid-template-columns:1.25fr .75fr;align-items:end;gap:8vw;padding:9rem var(--pad) 6rem; }.postcards-heading h2 em { color:var(--orange); }.postcards-heading > p { color:rgba(0,0,0,.55); }
.postcard-viewport { overflow-x:auto;overflow-y:hidden;padding:1rem var(--pad) 4rem;scroll-snap-type:x mandatory;scrollbar-width:none; }.postcard-viewport::-webkit-scrollbar { display:none; }
.postcard-track { width:max-content;display:flex;gap:clamp(1rem,2vw,2rem);padding-right:var(--pad); }
.postcard { width:clamp(310px,31vw,480px);height:clamp(470px,44vw,650px);scroll-snap-align:center;outline:0; }
.postcard-inner { position:relative;height:100%;padding:2rem;color:white;background:var(--post-bg);border:1px solid rgba(0,0,0,.25);cursor:none; }
.postcard-noise { position:absolute;inset:0;opacity:.08;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
.postcard-top { position:relative;z-index:2;display:flex;justify-content:space-between;font:8px Geist Mono; }
.postcard-index { position:absolute;right:-.08em;top:.04em;color:rgba(255,255,255,.14);font-size:clamp(10rem,24vw,23rem);font-weight:650;line-height:.7;letter-spacing:-.1em; }
.postcard-content { position:absolute;z-index:2;left:2rem;right:2rem;bottom:2rem;transform-style:preserve-3d; }.postcard-content h3 { margin:0 0 2rem;font-size:clamp(2.6rem,5vw,5.4rem);font-weight:540;line-height:.85;letter-spacing:-.07em; }.postcard-content blockquote { margin:0 0 2.5rem;font-size:clamp(.9rem,1.4vw,1.2rem);line-height:1.55; }.postcard-data { display:flex;gap:2rem;border-top:1px solid rgba(255,255,255,.3);padding-top:1rem;font:8px Geist Mono; }.postcard-data b { display:block;margin-bottom:.25rem;font-size:1.2rem;font-family:Geist;font-weight:500; }
.postcard-hint { position:absolute;z-index:3;right:1.2rem;top:50%;width:48px;height:48px;display:grid;place-items:center;color:var(--black);border-radius:50%;background:var(--acid);font-size:1rem; }
.postcard-controls { display:grid;grid-template-columns:auto 1fr 48px 48px;align-items:center;gap:1rem;margin:1rem var(--pad) 0; }.postcard-controls > span { font-size:8px; }.postcard-line { height:2px;background:rgba(0,0,0,.15); }.postcard-line i { display:block;width:10%;height:100%;background:var(--orange);transition:width .6s var(--ease); }.postcard-controls button { width:48px;height:48px;border:1px solid var(--black);border-radius:50%;background:transparent; }

.chapters { position: relative; height: 100vh; min-height: 720px; color: white; background: var(--violet); overflow: hidden; }
.chapters-sticky { height: 100%; display: flex; flex-direction: column; padding: calc(74px + 2rem) var(--pad) 2rem; }
.chapter-top { display: flex; justify-content: space-between; padding-bottom: 1rem; border-bottom: 1px solid rgba(255,255,255,.35); font-size: 8px; }
.chapter-track { position: relative; flex: 1; min-height: 0; }
.chapter-slide { position: absolute; inset: 0; display: grid; grid-template-columns: .75fr 1.25fr; gap: 6vw; align-items: center; opacity: 0; transform: translateX(9%) scale(.96); pointer-events: none; transition: opacity .6s, transform .8s var(--ease); }
.chapter-slide.active { opacity: 1; transform: translateX(0) scale(1); pointer-events: auto; }
.chapter-slide.leaving { opacity: 0; transform: translateX(-9%) scale(.96); }
.chapter-left { align-self: stretch; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(255,255,255,.28); }
.chapter-left .index { font: clamp(9rem,24vw,24rem) Geist; font-weight: 650; line-height: .72; letter-spacing: -.1em; color: rgba(255,255,255,.15); }
.chapter-left time { margin-top: auto; padding-bottom: 2rem; font: 10px Geist Mono; }
.chapter-content > span { color: var(--acid); font: 9px Geist Mono; }
.chapter-content h2 { margin: 1.5rem 0 2.5rem; font-size: clamp(3rem,7vw,7.5rem); font-weight: 520; line-height: .86; letter-spacing: -.07em; }
.chapter-content blockquote { max-width: 720px; margin: 0; font-size: clamp(1.1rem,2.2vw,2rem); line-height: 1.5; }
.chapter-content .byline { margin: 1rem 0 3rem; color: rgba(255,255,255,.45); font-size: 11px; }
.chapter-data { display: flex; gap: clamp(2rem,6vw,7rem); }
.chapter-data div { display: grid; }.chapter-data strong { font-size: clamp(1.5rem,3vw,3rem); font-weight: 450; }.chapter-data span { margin-top: .3rem; font: 7px Geist Mono; opacity: .55; }
.chapter-controls { display: grid; grid-template-columns: 48px 1fr 48px auto; align-items: center; gap: 1rem; }
.chapter-controls > button:not(.cinema-launch) { width: 48px; height: 48px; color: white; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: transparent; }
.chapter-scrubber { height: 2px; background: rgba(255,255,255,.25); }.chapter-scrubber i { display: block; width: 10%; height: 100%; background: var(--acid); transition: width .7s var(--ease); }
.cinema-launch { height: 48px; padding: 0 1.3rem; color: var(--black); border: 0; background: var(--acid); font: 9px Geist Mono; }

.memory { padding: 7rem var(--pad) 9rem; }
.memory .section-label { padding: 0; }
.memory-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 8vw; align-items: center; min-height: 105vh; padding-top: 7rem; }
.memory-intro h2 { font-size: clamp(3.8rem,8vw,8rem); }.memory-intro > p { max-width: 400px; margin: 2rem 0 0; color: rgba(255,255,255,.48); font-size: 13px; line-height: 1.7; }
.mood-switch { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 3rem; }
.mood-switch button { padding: .65rem 1rem; color: rgba(255,255,255,.45); border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: transparent; font-size: 11px; }
.mood-switch button.active { color: black; border-color: var(--acid); background: var(--acid); }
.draw-memory { width: min(340px,100%); display: flex; justify-content: space-between; align-items: center; margin-top: 1rem; padding: 1rem 1.2rem; color: black; border: 0; background: var(--orange); font-weight: 550; }
.draw-memory i { font-size: 1.2rem; font-style: normal; transition: transform .5s; }.draw-memory:hover i { transform: rotate(180deg); }
.memory-device { position: relative; height: min(760px,85vh); min-height: 620px; display: flex; flex-direction: column; padding: .8rem; border: 1px solid rgba(255,255,255,.2); border-radius: 28px; background: linear-gradient(145deg,#1a1a1a,#0a0a0a); box-shadow: inset 0 1px rgba(255,255,255,.08),0 50px 120px rgba(0,0,0,.45); }
.device-bar,.device-foot { display: flex; justify-content: space-between; padding: .75rem; color: rgba(255,255,255,.35); font-size: 7px; }.device-bar b { color: var(--orange); font-weight: 400; }
.memory-feed { flex: 1; min-height: 0; overflow-y: auto; padding: clamp(1rem,3vw,3rem); border: 1px solid rgba(255,255,255,.08); border-radius: 19px; background: #060606; scrollbar-width: none; }
.feed-empty { height: 100%; display: grid; place-content: center; text-align: center; color: rgba(255,255,255,.35); }.feed-empty i { color: var(--orange); font-size: 2rem; font-style: normal; }.feed-empty p { font-size: 12px; }
.memory-message { width: fit-content; max-width: 76%; margin: .8rem 0; opacity: 0; transform: translateY(12px); animation: messageIn .55s var(--ease) forwards; }
.memory-message.sent { margin-left: auto; text-align: right; }
.memory-bubble { display: inline-block; padding: .8rem 1rem; color: rgba(255,255,255,.72); border: 1px solid rgba(255,255,255,.16); border-radius: 2px 16px 16px 16px; font-size: 13px; line-height: 1.55; text-align: left; }
.sent .memory-bubble { color: black; border: 0; border-radius: 16px 2px 16px 16px; background: var(--orange); }
.memory-message small { display: block; margin-top: .28rem; color: rgba(255,255,255,.28); font: 7px Geist Mono; }

.archive { padding: 7rem var(--pad) 10rem; }
.archive .section-label { padding: 0; }
.archive-heading { padding: 8rem 0 6rem; }
.archive-heading h2 { font-size: clamp(3.8rem,8vw,8.2rem); }
.search-command { display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 1.2rem; padding: 0 0 1rem; border-bottom: 3px solid var(--black); }
.search-command > span { font-size: 10px; }.search-command input { min-width: 0; padding: 1rem 0; border: 0; outline: 0; background: transparent; font-size: clamp(1rem,2.2vw,2rem); }
.search-command input[type=date] { font: 10px Geist Mono; }.search-command button { padding: 1rem 1.4rem; color: white; border: 0; background: black; font: 9px Geist Mono; }
.archive-stage { margin-top: 4rem; border: 1px solid var(--black); }
.archive-meta { display: flex; justify-content: space-between; padding: 1rem; border-bottom: 1px solid var(--black); font-size: 8px; }
.chat-feed { min-height: 520px; max-height: 720px; overflow-y: auto; padding: 3rem clamp(1rem,5vw,5rem); scrollbar-width: thin; }
.chat-date { margin: 2rem 0; text-align: center; font: 8px Geist Mono; opacity: .45; }
.chat-message { width: fit-content; max-width: 70%; margin: .7rem 0; }.chat-message.sent { margin-left: auto; text-align: right; }
.chat-bubble { display: inline-block; padding: .75rem .95rem; border: 1px solid var(--black); border-radius: 0 16px 16px 16px; font-size: 13px; line-height: 1.55; text-align: left; }.sent .chat-bubble { color: white; border-color: var(--black); border-radius: 16px 0 16px 16px; background: var(--black); }
.chat-message small { display: block; margin-top: .25rem; font: 7px Geist Mono; opacity: .42; }
.quote-preview { display: block; max-width: 280px; margin-bottom: .55rem; padding-left: .5rem; border-left: 2px solid currentColor; opacity: .45; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.chat-empty { min-height: 520px; display: grid; place-content: center; font: 10px Geist Mono; }
.load-more { width: 100%; padding: 1rem; border: 0; border-top: 1px solid var(--black); background: transparent; font: 8px Geist Mono; }

.finale { position: relative; min-height: 110vh; display: grid; place-items: center; padding: 8rem var(--pad); color: white; background: var(--orange); overflow: hidden; }
.finale canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.finale-copy { position: relative; z-index: 2; width: min(1100px,100%); text-align: center; }
.finale-copy > span { font-size: 8px; }.finale h2 { margin: 3rem 0; font-size: clamp(4rem,10vw,10rem); font-weight: 560; line-height: .82; letter-spacing: -.08em; }.finale h2 span,.finale h2 em { display: block; }.finale h2 em { color: var(--acid); font-style: normal; }
.finale blockquote { max-width: 700px; margin: 0 auto .7rem; font-size: clamp(1rem,2vw,1.5rem); line-height: 1.5; }.finale-copy > p { margin: 0; font: 8px Geist Mono; opacity: .55; }
.finale-seal { margin-top: 3rem; padding: 1rem 1.3rem; color: white; border: 1px solid white; background: transparent; font: 9px Geist Mono; }.finale-seal i { margin-left: 2rem; font-style: normal; }
.finale-word { position: absolute; left: 50%; bottom: -.18em; color: rgba(0,0,0,.12); font: clamp(6rem,20vw,20rem) Geist; font-weight: 700; line-height: .7; letter-spacing: -.08em; transform: translateX(-50%); }

.cinema { width: 100vw; max-width: none; height: 100vh; max-height: none; margin: 0; padding: 0; color: white; border: 0; background: var(--black); overflow: hidden; }
.cinema[open] { display: grid; place-items: center; }.cinema::backdrop { background: black; }.cinema canvas { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .8; }
.cinema-close { position: absolute; z-index: 5; right: 2rem; top: 2rem; width: 48px; height: 48px; color: white; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: transparent; font-size: 1.3rem; }
.cinema-progress { position: absolute; z-index: 4; left: 0; top: 0; width: 100%; height: 3px; background: rgba(255,255,255,.1); }.cinema-progress i { display: block; width: 10%; height: 100%; background: var(--acid); transition: width .7s var(--ease); }
.cinema-frame { position: relative; z-index: 2; width: min(1080px,86vw); text-align: center; transition: opacity .25s, transform .55s var(--ease); }.cinema-frame.changing { opacity: 0; transform: translateY(25px) scale(.98); }
.cinema-frame > span { color: var(--acid); font-size: 9px; }.cinema-frame time { display: block; margin: 1.5rem 0 0; color: rgba(255,255,255,.16); font-size: clamp(6rem,18vw,18rem); font-weight: 650; line-height: .7; letter-spacing: -.1em; }.cinema-frame h2 { margin: -1rem 0 2rem; font-size: clamp(2.8rem,7vw,7rem); font-weight: 540; letter-spacing: -.07em; }.cinema-frame blockquote { max-width: 720px; margin: auto; font-size: clamp(1rem,2vw,1.5rem); line-height: 1.6; }.cinema-frame > p { margin-top: 1.5rem; color: rgba(255,255,255,.4); font-size: 8px; }
.cinema-controls { position: absolute; z-index: 4; left: 50%; bottom: 2rem; display: flex; align-items: center; gap: 1rem; transform: translateX(-50%); }.cinema-controls button { width: 48px; height: 48px; color: white; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: transparent; }.cinema-controls span { font: 7px Geist Mono; opacity: .4; }

footer { display: flex; justify-content: space-between; padding: 1.2rem var(--pad); color: white; background: var(--black); border-top: 1px solid rgba(255,255,255,.15); font: 7px Geist Mono; }
.toast { position: fixed; z-index: 900; left: 50%; bottom: 2rem; padding: .8rem 1rem; color: black; background: var(--acid); font: 8px Geist Mono; transform: translate(-50%,140px); transition: transform .6s var(--ease); }.toast.show { transform: translate(-50%,0); }
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .9s var(--ease), transform .9s var(--ease); }.reveal.visible { opacity: 1; transform: none; }

@keyframes grain { 0%{transform:translate(0,0)}25%{transform:translate(3%,-2%)}50%{transform:translate(-2%,3%)}75%{transform:translate(4%,1%)}100%{transform:translate(0,0)} }
@keyframes blink { 50%{opacity:.25} }
@keyframes spin { to{transform:rotate(360deg)} }
@keyframes slowSpin { to{transform:rotate(-360deg)} }
@keyframes marquee { to{transform:translateX(-100%)} }
@keyframes equalize { to{height:18px} }
@keyframes wave { to{transform:scaleY(.45)} }
@keyframes messageIn { to{opacity:1;transform:none} }

@media (max-width: 900px) {
  .cursor { display: none; }
  .nav { grid-template-columns: 1fr auto; }.nav nav { display: none; }.live-dot { display: none; }
  .hero-meta span:nth-child(2) { display: none; }
  .hero h1 { font-size: clamp(4rem,15vw,8rem); line-height: .84; }.title-line.accent { margin-left: 0; }.hero-deck { margin-left: 0; }.hero-orbit { width: 120px;height:120px; }
  .section-hero,.signal-heading { grid-template-columns: 1fr; }.section-hero > p,.signal-heading > p { margin-top: 2rem; }
  .pulse-story { grid-template-columns: 1fr; }.pulse-visual { position: relative; height: 70vh; border-right: 0; border-bottom: 1px solid var(--line-light); }.pulse-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; padding: 0; background: var(--line-light); }.pulse-step { min-height: 420px; padding: 2rem; background: var(--black); opacity: 1; }
  .calendar-block { overflow-x: auto; }
  .signal-reply,.signal-session,.signal-voice,.signal-day { grid-column: span 12; }.signal-card { min-height: 500px; }
  .dayparts { grid-template-columns: 1fr; }.dayparts-copy { border-right: 0; border-bottom: 1px solid var(--black); }.dayparts-copy h3 { margin-top: 3rem; }
  .lab-heading,.postcards-heading { grid-template-columns:1fr; }.lab-heading > p,.postcards-heading > p { margin-top:2rem; }
  .starter-card,.sessions-card,.balance-card,.fragments-card { grid-column:span 12; }.word-card { grid-template-columns:1fr; }.word-copy { border-right:0;border-bottom:1px solid var(--line-light); }.word-copy h3 { margin-top:4rem; }.time-card { grid-template-columns:1fr; }
  .chapter-slide { grid-template-columns: .5fr 1.5fr; }
  .memory-layout { grid-template-columns: 1fr; }.memory-device { height: 720px; }
}

@media (max-width: 640px) {
  :root { --pad: 1.15rem; }
  .preloader-number strong { font-size: 43vw; }.preloader-top span:last-child { display:none; }
  .lock-panel { padding: 1.5rem; }.lock h1 { margin-top: 4rem; font-size: 2.7rem; }.lock-input { grid-template-columns: 1fr 56px; }.lock-input label { grid-column: 1/-1; }.lock-input button { height:56px; }
  .nav { height: 62px; }.audio-toggle { width:32px;height:32px; }
  .hero { min-height: 680px; }.hero-meta { top: 85px; font-size: 6px; }.hero-meta span:last-child { text-align:right; }.hero-title { top:44%; }.hero h1 { font-size: 17vw; line-height:.9; }.title-line.accent b { display:block; }.hero-kicker { font-size:7px; }.hero-deck { font-size:11px; }.hero-orbit { right:1rem;bottom:1rem;width:105px;height:105px; }.hero-orbit a { width:44px;height:44px; }.hero-side { display:none; }
  .section-label { gap:.6rem; font-size:6px; }
  .manifesto { min-height: 100vh; }.manifesto-copy { padding-top: 12vh; }.manifesto h2 { font-size: 16vw; line-height:.96; }.manifesto-foot { display:block;padding-bottom:5rem; }.coordinate { margin-top:4rem; }.kinetic-marquee { font-size:3rem; }
  .pulse { padding-top:5rem; }.section-hero { padding:6rem var(--pad) 4rem; }.section-hero h2,.signal-heading h2,.memory-intro h2,.archive-heading h2 { font-size:16vw;line-height:.9; }.pulse-visual { height:58vh;min-height:450px; }.pulse-readout strong { font-size:24vw; }.pulse-steps { grid-template-columns:1fr; }.pulse-step { min-height:360px; }.calendar-block { padding-top:5rem; }.calendar-head { align-items:start; }.calendar-head p { display:none; }
  .signal { padding-top:5rem;padding-bottom:6rem; }.signal-heading { padding:6rem 0 4rem; }.signal-card { min-height:430px;padding:1.2rem; }.signal-reply > strong { margin-top:5rem;font-size:30vw; }.signal-session { min-height:520px; }.session-orbit { width:290px; }.signal-voice > strong { font-size:36vw; }.radial-clock { margin-top:1.5rem; }.dayparts-bars { min-height:350px;padding:.75rem; }.daypart { padding:.55rem; }.daypart strong { left:.5rem;top:.5rem;font-size:.85rem; }.dayparts-copy { padding:2rem 1.2rem; }
  .lab { padding:5rem var(--pad) 6rem; }.lab-heading { padding:6rem 0 4rem; }.lab-heading h2,.postcards-heading h2 { font-size:16vw;line-height:.9; }.lab-card { min-height:430px;padding:1.2rem; }.starter-card h3 { margin-top:5rem;font-size:12vw; }.starter-score strong { font-size:22vw; }.sessions-card > strong { font-size:30vw; }.balance-card { min-height:520px; }.fragments-card { padding:0;grid-template-columns:1fr 1fr; }.fragments-card .card-label { padding:1rem; }.fragment-stat { min-height:160px;padding:1rem; }.fragment-stat strong { font-size:9vw; }.word-card { padding:0; }.word-copy { padding:1.2rem; }.word-copy h3 { font-size:12vw; }.word-field { min-height:480px; }.gravity-word { font-size:.8rem; }.time-card { padding:1.2rem; }.time-copy time { margin-top:4rem; }.time-control button { width:100%;margin-top:3rem; }
  .chapters { min-height:700px; }.chapters-sticky { padding:calc(62px + 1.2rem) var(--pad) 1rem; }.chapter-slide { grid-template-columns:1fr;gap:0; }.chapter-left { position:absolute;inset:0;border:0;pointer-events:none; }.chapter-left .index { font-size:72vw;color:rgba(255,255,255,.08); }.chapter-left time { display:none; }.chapter-content { position:relative;z-index:2;align-self:center; }.chapter-content h2 { font-size:15vw; }.chapter-content blockquote { font-size:1rem; }.chapter-data { gap:1.4rem; }.chapter-data strong { font-size:1.2rem; }.chapter-controls { grid-template-columns:42px 1fr 42px; }.chapter-controls > button:not(.cinema-launch) { width:42px;height:42px; }.cinema-launch { grid-column:1/-1;width:100%;height:42px; }
  .postcards { padding-top:5rem;padding-bottom:6rem; }.postcards-heading { padding:6rem var(--pad) 4rem; }.postcard-viewport { padding-bottom:2rem; }.postcard { width:82vw;height:540px; }.postcard-inner { padding:1.3rem; }.postcard-content { left:1.3rem;right:1.3rem;bottom:1.3rem; }.postcard-content h3 { font-size:13vw; }.postcard-index { font-size:60vw; }.postcard-controls { grid-template-columns:auto 1fr 42px 42px; }.postcard-controls button { width:42px;height:42px; }
  .memory { padding-top:5rem;padding-bottom:6rem; }.memory-layout { min-height:auto;padding-top:6rem; }.memory-device { height:650px;min-height:560px;border-radius:20px; }.memory-feed { padding:1rem .8rem;border-radius:14px; }.memory-message { max-width:86%; }.mood-switch button { padding:.55rem .8rem; }
  .archive { padding-top:5rem;padding-bottom:6rem; }.archive-heading { padding:6rem 0 4rem; }.search-command { grid-template-columns:auto 1fr auto; }.search-command input[type=date] { grid-column:1/-1;border-top:1px solid rgba(0,0,0,.18); }.search-command button { grid-column:3;grid-row:1; }.archive-stage { margin-top:2rem; }.chat-feed { min-height:440px;padding:2rem .8rem; }.chat-message { max-width:86%; }
  .finale { min-height:100vh; }.finale h2 { font-size:17vw; }.finale-word { font-size:27vw; }
  .cinema-frame time { font-size:24vw; }.cinema-frame h2 { margin-top:1rem;font-size:13vw; }.cinema-close { right:1rem;top:1rem; }.cinema-controls span { display:none; }
  footer { flex-direction:column;gap:.7rem;text-align:center; }
}

@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after { animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important; }
  .cursor,.grain,.shader-wrap { display:none; }.reveal { opacity:1;transform:none; }.title-line i { transform:none; }.wipe-line { clip-path:none; }.atropos-scale,.atropos-rotate,[data-atropos-offset] { transform:none !important; }
}
