:root {
  --ink: #f7f5ff;
  --muted: #b9bdd4;
  --night: #070816;
  --violet: #a88bf1;
  --cyan: #75e1e8;
  --gold: #ecc18b;
  --line: rgba(255,255,255,.15);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", system-ui, sans-serif;
  color-scheme: dark;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; background: var(--night); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.7; }
body, main { min-width: 0; }
a { color: inherit; text-underline-offset: .25em; }
button, input { font: inherit; }
button { color: inherit; cursor: pointer; -webkit-tap-highlight-color: transparent; }
button:disabled { cursor: default; }
button, a, input { touch-action: manipulation; }
button:focus-visible, a:focus-visible, input:focus-visible { outline: 3px solid var(--cyan); outline-offset: 5px; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); line-height: 1.06; letter-spacing: -.04em; }
h1 em, h2 em { color: var(--gold); font-weight: 600; }
::selection { background: #bba1f1; color: #111225; }
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 16px; padding: 12px 18px; color: #070816; background: var(--cyan); border-radius: 4px; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.eyebrow { margin: 0 0 22px; color: var(--cyan); text-transform: uppercase; letter-spacing: .17em; font-size: 14px; line-height: 1.55; font-weight: 600; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 0 clamp(22px,4vw,72px); background: linear-gradient(180deg,rgba(5,6,16,.85),rgba(5,6,16,.22),transparent); transition: background .3s; }
.site-header.scrolled { background: rgba(6,7,18,.90); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; white-space: nowrap; }
.brand-mark { display: grid; place-items: center; width: 43px; height: 43px; flex: none; border: 1px solid rgba(117,225,232,.5); border-radius: 50%; color: var(--cyan); font-size: 24px; box-shadow: 0 0 28px rgba(117,225,232,.1) inset; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 14px; letter-spacing: .14em; }
.brand small { font-size: 13px; color: var(--muted); letter-spacing: .01em; }
nav { display: flex; align-items: center; gap: clamp(18px,2.4vw,38px); }
nav a { padding: 10px 0; text-decoration: none; color: #dedfeb; font-size: 14px; font-weight: 500; transition: color .2s; }
nav a:hover { color: var(--cyan); }
.nav-cta { border: 1px solid rgba(255,255,255,.35); border-radius: 999px; padding: 11px 18px; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 10px; border: 1px solid var(--line); background: rgba(7,8,22,.5); border-radius: 50%; }
.menu-toggle > span:not(.sr-only) { display: block; width: 22px; height: 1px; background: var(--ink); margin: 5px 1px; transition: transform .25s, opacity .25s; }
.menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* One native scroll surface. The browser retains scrolling, touch and history. */
.hero-journey { position: relative; background: #050714; }
.hero-stage { position: relative; min-height: 100svh; overflow: hidden; isolation: isolate; }
.motion-on .hero-journey { height: 340svh; }
.motion-on .hero-stage { position: sticky; top: 0; height: 100svh; min-height: 621px; }
.art-stage { position: absolute; inset: 0; z-index: -3; }
.hero-art, #living-art { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-art { object-fit: cover; object-position: 58% center; }
#living-art { opacity: 0; transition: opacity 1s ease; }
#living-art.is-ready { opacity: 1; }
.hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg,rgba(4,5,15,.91) 0%,rgba(4,5,15,.70) 25%,rgba(4,5,15,.20) 52%,transparent 69%),linear-gradient(0deg,#050714 0%,rgba(5,7,20,.80) 9%,transparent 35%); pointer-events: none; }
.hero-stage::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: linear-gradient(90deg,transparent,rgba(117,225,232,.45),transparent); transform: scaleX(var(--journey-progress,1)); transform-origin: left; }
.story-copy { position: relative; width: min(57vw,820px); margin-left: clamp(28px,7vw,120px); padding: 155px 0 165px; }
.story-chapter { grid-area: 1 / 1; min-width: 0; }
.story-chapter:not(:first-child) { display: none; }
.motion-on .story-copy { position: absolute; inset: 120px auto 180px; display: grid; align-items: center; padding: 0; margin-left: clamp(28px,7vw,120px); }
.motion-on .story-chapter { display: block; opacity: var(--chapter-opacity,0); transform: translate3d(0,var(--chapter-y,0px),0); will-change: transform, opacity; pointer-events: none; }
.motion-on .story-chapter:first-child { opacity: var(--chapter-opacity,1); }
.story-chapter h1, .story-chapter h2 { font-size: clamp(4.5rem,7.5vw,8rem); font-weight: 600; line-height: 1.015; letter-spacing: -.045em; margin: 0 0 28px; }
.hero-copy { max-width: 460px; color: #d5d8e9; font-size: clamp(1.0625rem,1.4vw,1.25rem); line-height: 1.65; margin-bottom: 0; }
.static-ending { display: block; margin-top: .32em; font-size: .68em; line-height: 1.1; }
.animated-ending { display: none; }
.motion-on .static-ending { display: none; }
.motion-on .animated-ending { display: block; }
.nazar { display: inline-block; font-family: var(--sans); font-style: normal; font-size: .36em; vertical-align: .3em; letter-spacing: 0; }
.scene-rule { position: absolute; top: 135px; right: 4vw; bottom: 155px; display: flex; flex-direction: column; align-items: center; gap: 22px; color: #ced4e5; opacity: .7; font-size: 12px; letter-spacing: .17em; }
.scene-rule span { writing-mode: vertical-rl; }
.scene-rule i { width: 1px; flex: 1; max-height: 150px; background: linear-gradient(transparent,rgba(211,211,245,.45),transparent); }
.journey-controls { display: none; position: absolute; left: clamp(28px,7vw,120px); bottom: 76px; width: min(470px,51vw); }
.motion-on .journey-controls { display: block; }
.journey-hint { display: flex; gap: 14px; align-items: center; color: #ced0e0; font-size: 14px; margin-bottom: 14px; }
.scroll-stroke { position: relative; display: block; width: 28px; height: 1px; background: rgba(255,255,255,.28); overflow: hidden; }
.scroll-stroke::after { content: ""; position: absolute; width: 11px; height: 1px; background: var(--cyan); animation: drift 2.8s ease-in-out infinite; }
@keyframes drift { 0%,100% { transform: translateX(0); opacity: .45; } 50% { transform: translateX(17px); opacity: 1; } }
.journey-steps { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.journey-steps button { position: relative; padding: 8px 0 17px; border: 0; background: none; text-align: left; font-size: 14px; line-height: 1.25; color: #a8adc4; white-space: nowrap; min-height: 45px; transition: color .25s; }
.journey-steps button span { font-size: 11px; margin-right: 7px; color: #a0a5be; }
.journey-steps button[aria-current], .journey-steps button:hover { color: var(--ink); }
.journey-steps button[aria-current] span { color: var(--cyan); }
.journey-steps i { position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background: rgba(217,218,239,.22); }
.journey-steps i::after { content: ""; position: absolute; inset: 0; background: var(--cyan); box-shadow: 0 0 12px rgba(117,225,232,.5); transform: scaleX(var(--step-progress,0)); transform-origin: left; }
.hero-skip { position: absolute; left: clamp(28px,7vw,120px); bottom: 23px; min-height: 44px; display: inline-flex; align-items: center; gap: 18px; text-decoration: none; font-size: 14px; color: #e2e2ed; }
.hero-skip span { color: var(--cyan); font-size: 20px; transition: transform .2s; }
.hero-skip:hover span { transform: translateY(4px); }

/* Editorial rhythm: luminous dark / quiet light / a community at the center. */
.section { padding: clamp(90px,11vw,165px) clamp(24px,7vw,120px); }
.section-kicker { color: #c0c3d8; text-transform: uppercase; letter-spacing: .14em; font-size: 14px; font-weight: 500; margin-bottom: 55px; }
.section-kicker span { margin-right: 9px; }
.manifesto { background: radial-gradient(ellipse at 75% 0,rgba(69,49,119,.13),transparent 60%),linear-gradient(180deg,#080a19,#0c1023); }
.manifesto:focus { outline: none; }
.manifesto-grid { display: grid; grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr); gap: clamp(45px,6vw,95px); align-items: center; }
.manifesto h2, .work h2, .about h2, .closing h2 { font-size: clamp(2.8rem,5.4vw,6rem); margin: 0; }
.connection-copy h2 { font-size: clamp(2.8rem,4.7vw,5.2rem); margin-bottom: 28px; }
.connection-copy > p:not(.eyebrow) { color: var(--muted); max-width: 530px; }
.connection-copy > p.lead { color: #f3f1fc; font-size: 1.25rem; line-height: 1.6; margin-bottom: 23px; }
.text-link { display: inline-flex; align-items: center; gap: 17px; min-height: 48px; padding: 8px 0; color: #e3d7fb; font-size: 15px; font-weight: 500; text-decoration: none; border-bottom: 1px solid rgba(195,173,235,.4); }
.text-link span { color: var(--cyan); font-size: 20px; transition: transform .2s; }
.text-link:hover span { transform: translate(3px,-3px); }
.text-link:hover { color: white; border-color: var(--cyan); }
.real-moment { margin: 0; min-width: 0; }
.photo-window { position: relative; overflow: hidden; border-radius: 3px; background: #1b2230; }
.real-moment img { display: block; width: 100%; height: auto; }
.motion-on .photo-window::after { content: ""; position: absolute; inset: 0; background: #070816; opacity: calc((1 - var(--reveal,1)) * .18); pointer-events: none; }
.real-moment figcaption { text-align: left; padding: 22px 0; border-bottom: 1px solid var(--line); }
.photo-label { display: block; color: #b9c8dd; font-size: 12px; line-height: 1.6; letter-spacing: .14em; text-transform: uppercase; }
.real-moment figcaption p { font-family: var(--serif); font-size: 1.45rem; line-height: 1.35; letter-spacing: -.02em; color: #f1eafa; margin: 8px 0 0; }
.real-moment figcaption em { color: var(--gold); }
blockquote { margin: 34px 0 0; padding-left: 24px; border-left: 2px solid var(--violet); font-family: var(--serif); font-size: 1.35rem; color: #e9dffd; line-height: 1.6; }
.principles { margin-top: clamp(70px,8vw,120px); display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.principle { padding: 38px 30px 36px 0; }
.principle + .principle { border-left: 1px solid var(--line); padding-left: 30px; }
.principle > span, .service-number { color: var(--gold); font-size: 14px; letter-spacing: .1em; }
.principle h3 { font-family: var(--serif); font-size: 1.75rem; margin: 22px 0 12px; line-height: 1.2; font-weight: 600; }
.principle p { color: var(--muted); margin: 0; font-size: 16px; }
.work { background: #f1eef6; color: #101123; color-scheme: light; }
.work .eyebrow { color: #6b4fae; }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 65px; align-items: end; margin-bottom: 80px; }
.section-heading > p { max-width: 430px; color: #555967; margin-bottom: 5px; }
.service-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid rgba(10,12,35,.18); }
.service { position: relative; min-height: 280px; display: grid; grid-template-columns: 32px 1fr 25px; gap: 20px; align-items: start; padding: 40px 28px 40px 0; text-decoration: none; border-bottom: 1px solid rgba(10,12,35,.18); transition: background .25s; }
.service::after { content: ""; position: absolute; inset: auto 0 -1px; height: 2px; background: #7860b4; transform: scaleX(0); transform-origin: left; transition: transform .4s; }
.service:nth-child(odd) { border-right: 1px solid rgba(10,12,35,.18); }
.service:nth-child(even) { padding-left: 28px; }
.service:hover, .service:focus-visible { background: rgba(113,87,199,.055); }
.service:hover::after, .service:focus-visible::after { transform: scaleX(1); }
.service .service-number { color: #695281; }
.service-type { margin: 0 0 14px; color: #5e6172; text-transform: uppercase; letter-spacing: .1em; font-size: 13px; font-weight: 500; }
.service h3 { font-family: var(--serif); font-size: clamp(1.7rem,2.6vw,2.5rem); line-height: 1.12; margin: 0 0 18px; font-weight: 600; }
.service p:last-child { color: #555967; max-width: 450px; margin: 0; }
.service-arrow { font-size: 1.3rem; transition: transform .25s; }
.service:hover .service-arrow { transform: translate(3px,-3px); }

.community { position: relative; overflow: hidden; padding: clamp(100px,12vw,180px) clamp(24px,7vw,120px); background: radial-gradient(ellipse at 50% 15%,#25204f 0,#11132c 34%,#070816 69%); text-align: center; }
.community-inner { position: relative; z-index: 2; max-width: 1250px; margin: auto; }
.community h2 { font-size: clamp(3.25rem,7.2vw,7.3rem); margin-bottom: 36px; line-height: 1.07; }
.community-intro { max-width: 715px; margin: 0 auto; color: #c7c9dc; font-size: 1.18rem; }
.community-panorama { margin: 65px 0 90px; }
.community-panorama figcaption { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 28px 0 34px; }
.community-panorama figcaption p { font-size: clamp(2.2rem,4vw,3.8rem); line-height: 1.1; margin-top: 15px; }
.photo-context { color: var(--muted); max-width: 245px; font-size: 15px; line-height: 1.7; }
.youth-story { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr); align-items: center; gap: clamp(38px,6vw,90px); text-align: left; margin: 0 0 80px; }
.youth-story-copy h3 { font-family: var(--serif); font-size: clamp(2.15rem,3.4vw,3.5rem); line-height: 1.13; font-weight: 600; letter-spacing: -.035em; margin: 0 0 26px; }
.youth-story-copy h3 em { color: var(--gold); font-weight: 600; }
.youth-story-copy > p:not(.eyebrow) { color: var(--muted); }
.youth-story-copy .eyebrow { font-size: 13px; letter-spacing: .13em; margin-bottom: 20px; }
.youth-story-copy > p.program-note { margin: 18px 0 0; font-size: 13px; line-height: 1.6; color: #bec5dc; }
.community-invitation { display: flex; justify-content: space-between; align-items: center; gap: 36px; text-align: left; padding: 38px 0; margin: 0 0 85px; border-block: 1px solid var(--line); }
.community-invitation p { font-family: var(--serif); font-size: clamp(2rem,3.4vw,3.3rem); line-height: 1.13; letter-spacing: -.035em; margin: 0; }
.community-invitation em { color: var(--gold); }
.community-invitation .button { gap: 14px; }
.community-orbit { position: absolute; left: 50%; top: 250px; border: 1px solid rgba(160,126,234,.18); border-radius: 50%; transform: translate(-50%,-50%); pointer-events: none; }
.community-orbit::before { content: ""; position: absolute; width: 6px; height: 6px; border-radius: 50%; top: 15%; left: 14%; background: #9c97d5; box-shadow: 0 0 16px rgba(156,151,213,.45); }
.orbit-one { width: 680px; height: 680px; }
.orbit-two { width: 980px; height: 980px; border-style: dashed; border-color: rgba(160,126,234,.11); }
.motion-on .orbit-one { transform: translate(-50%,-50%) rotate(calc(var(--community-progress,0) * 65deg)) scale(calc(.88 + var(--community-progress,0) * .17)); }
.motion-on .orbit-two { transform: translate(-50%,-50%) rotate(calc(var(--community-progress,0) * -40deg)) scale(calc(.92 + var(--community-progress,0) * .13)); }
.wolf-den { display: grid; grid-template-columns: 1.2fr .8fr; text-align: left; border: 1px solid var(--line); background: #101222; }
.wolf-den-copy { padding: clamp(38px,5vw,75px); }
.wolf-den-copy .section-kicker { margin-bottom: 28px; color: #c5c9df; }
.wolf-den h3 { font-family: var(--serif); font-weight: 600; font-size: clamp(2.7rem,4.4vw,4.6rem); line-height: 1.07; letter-spacing: -.03em; margin: 0 0 28px; }
.wolf-den-copy > p { color: var(--muted); }
.wolf-den ul { list-style: none; padding: 0; margin: 30px 0 38px; }
.wolf-den li { padding: 13px 0; border-bottom: 1px solid var(--line); color: #d5d6e1; }
.wolf-symbol { min-height: 570px; position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center; background: radial-gradient(ellipse at 50% 36%,#292050,#111226 60%,#080916); text-align: center; border-left: 1px solid var(--line); }
.wolf-symbol::after { content: ""; position: absolute; width: 82%; aspect-ratio: 1; border: 1px solid rgba(177,158,238,.18); border-radius: 50%; }
.moon { position: absolute; width: min(310px,85%); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 36% 34%,#e4deff,#8e79db 33%,#171738 70%); box-shadow: 0 0 90px rgba(139,112,228,.3); opacity: .55; }
.motion-on .moon { transform: translateY(calc((.5 - var(--community-progress,0)) * 55px)); }
.wolf-word { position: relative; z-index: 1; font-family: var(--serif); font-size: clamp(4.5rem,7.8vw,7.4rem); font-weight: 600; line-height: .78; letter-spacing: -.07em; }
.wolf-word em { color: var(--cyan); font-weight: 600; }
.wolf-symbol p { position: relative; z-index: 1; margin: 36px 0 0; color: #e1def1; text-transform: uppercase; letter-spacing: .18em; font-size: 14px; }
.about { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 760px; background: linear-gradient(135deg,#e8e4f0 0,#faf8fb 65%); color: #111225; color-scheme: light; padding-top: 0; padding-bottom: 0; }
.about-card { padding: clamp(90px,10vw,145px) clamp(30px,5vw,80px) clamp(90px,10vw,145px) 0; }
.about-card .eyebrow { color: #6b4fae; }
.about-card h2 { margin-bottom: 34px; }
.about-card p { max-width: 680px; color: #555967; }
.about-statement { display: flex; flex-direction: column; justify-content: center; padding: clamp(38px,5vw,70px); background: #17182e; color: white; }
.about-statement > span { font-family: var(--serif); font-size: 8rem; line-height: .5; color: var(--gold); }
.about-statement p { font-family: var(--serif); font-size: clamp(2rem,3.6vw,3.5rem); line-height: 1.2; letter-spacing: -.025em; margin: 30px 0 0; }
.closing { padding: clamp(100px,13vw,185px) 24px; text-align: center; background: radial-gradient(ellipse at 50% 115%,rgba(90,226,234,.17),transparent 55%),#090a18; }
.closing h2 { margin: 0 auto 32px; max-width: 1100px; }
.closing > p:not(.eyebrow) { max-width: 620px; margin: 0 auto; color: var(--muted); }
.hero-actions { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; margin-top: 34px; }
.closing .hero-actions { justify-content: center; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 11px 23px; border-radius: 999px; text-decoration: none; font-weight: 600; font-size: 15px; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg,#6c50c2,#8555b4); box-shadow: 0 10px 35px rgba(139,92,246,.16); color: white; }
.button-primary:hover { box-shadow: 0 10px 32px rgba(139,92,246,.3); }
.button-quiet { border: 1px solid var(--line); background: rgba(255,255,255,.035); }
footer { padding: 55px clamp(24px,7vw,120px) 110px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; gap: 25px 60px; align-items: center; color: var(--muted); font-size: 14px; }
footer > p { margin: 0; text-align: right; }
footer .fine-print { grid-column: 1 / -1; border-top: 1px solid var(--line); padding-top: 25px; text-align: left; font-size: 14px; max-width: 950px; }
.reveal { --reveal: 1; }
.motion-on .reveal { transform: translate3d(0,calc((1 - var(--reveal,1)) * 24px),0); }
.build-word { display: inline-block; }
.motion-on .build-word { transform: translateY(var(--word-lift,0px)); opacity: calc(.62 + var(--word-light,1) * .38); }

/* Sound requires an intentional tap. These controls are always within reach. */
.experience-dock { position: fixed; right: max(24px,env(safe-area-inset-right)); bottom: max(24px,env(safe-area-inset-bottom)); z-index: 70; }
.dock-bar { display: flex; align-items: center; background: rgba(12,14,30,.88); backdrop-filter: blur(18px); border: 1px solid rgba(198,193,228,.25); border-radius: 999px; box-shadow: 0 5px 25px rgba(0,0,0,.16); }
.dock-bar button { border: 0; background: none; min-height: 48px; display: flex; align-items: center; justify-content: center; }
#sound-toggle { gap: 12px; padding: 0 17px 0 19px; font-size: 14px; min-width: 133px; border-radius: 999px 0 0 999px; }
#sound-toggle:hover { color: var(--cyan); }
#settings-toggle { width: 47px; min-width: 47px; border-left: 1px solid var(--line); border-radius: 0 999px 999px 0; padding-right: 6px; }
#settings-toggle:hover, #settings-toggle[aria-expanded="true"] { color: var(--cyan); background: rgba(117,225,232,.06); }
.audio-bars { display: flex; align-items: center; gap: 3px; height: 18px; }
.audio-bars i { width: 2px; height: 3px; border-radius: 2px; background: var(--cyan); transform-origin: center; }
.is-playing .audio-bars i { height: 13px; }
.is-playing .audio-bars i:nth-child(2) { height: 8px; }
.is-playing .audio-bars i:nth-child(4) { height: 6px; }
.motion-on .is-playing .audio-bars i { animation: sound-wave 1.7s ease-in-out infinite alternate; }
.motion-on .is-playing .audio-bars i:nth-child(2) { animation-delay: -.8s; }
.motion-on .is-playing .audio-bars i:nth-child(3) { animation-delay: -.4s; }
.motion-on .is-playing .audio-bars i:nth-child(4) { animation-delay: -1.3s; }
@keyframes sound-wave { from { transform: scaleY(.35); } to { transform: scaleY(1); } }
.experience-panel { position: absolute; bottom: 64px; right: 0; width: min(310px,calc(100vw - 40px)); padding: 25px; border-radius: 18px; border: 1px solid rgba(198,193,228,.25); background: rgba(15,17,35,.96); backdrop-filter: blur(22px); box-shadow: 0 16px 65px rgba(0,0,0,.35); }
.panel-title { margin: 0 0 18px; font-size: 14px; color: var(--muted); }
.score-title { font-family: var(--serif); font-size: 1.8rem; line-height: 1.2; margin: 0 0 6px; color: var(--gold); }
.score-note { color: #b9bed5; font-size: 14px; line-height: 1.5; margin-bottom: 23px; }
.sound-error { color: #f5b3b8; font-size: 14px; line-height: 1.5; }
.volume-label { display: flex; align-items: center; justify-content: space-between; font-size: 14px; margin-bottom: 8px; }
.volume-label output { color: #c4c7dc; font-variant-numeric: tabular-nums; }
#sound-volume { display: block; width: 100%; height: 28px; margin: 0 0 16px; accent-color: var(--cyan); cursor: pointer; }
#motion-toggle { display: flex; align-items: center; justify-content: space-between; gap: 16px; width: 100%; min-height: 55px; padding: 11px 0; border: 0; border-top: 1px solid var(--line); background: none; font-size: 14px; }
#motion-toggle:disabled { opacity: .72; }
.switch-track { width: 34px; height: 21px; padding: 3px; border-radius: 999px; border: 1px solid rgba(198,193,228,.5); background: rgba(255,255,255,.07); }
.switch-track i { display: block; width: 13px; height: 13px; border-radius: 50%; background: #c4c7dc; transition: transform .2s; }
[aria-pressed="true"] .switch-track { border-color: var(--cyan); }
[aria-pressed="true"] .switch-track i { transform: translateX(13px); background: var(--cyan); }
.motion-note { font-size: 13px; color: #b9bed5; line-height: 1.5; margin: 6px 0 0; }

.motion-off { scroll-behavior: auto; }
.motion-off *, .motion-off *::before, .motion-off *::after { animation: none !important; transition: none !important; }
@media (min-width: 1600px) {
  .story-copy, .motion-on .story-copy { margin-left: max(7vw,calc((100vw - 1500px) / 2)); }
  .journey-controls, .hero-skip { left: max(7vw,calc((100vw - 1500px) / 2)); }
}
@media (max-width: 1000px) {
  .site-header { height: 76px; padding-inline: 24px; }
  .motion-on .menu-toggle, .motion-off .menu-toggle { display: block; }
  nav { position: absolute; top: 76px; left: 0; right: 0; padding: 18px 24px 24px; flex-direction: column; align-items: stretch; gap: 4px; background: rgba(7,8,22,.98); border-bottom: 1px solid var(--line); }
  nav a { padding: 12px 8px; min-height: 46px; font-size: 16px; }
  nav .nav-cta { text-align: center; margin-top: 10px; }
  .motion-on nav, .motion-off nav { visibility: hidden; opacity: 0; transform: translateY(-8px); pointer-events: none; transition: opacity .2s, transform .2s, visibility .2s; }
  .motion-on nav.open, .motion-off nav.open { visibility: visible; opacity: 1; transform: none; pointer-events: auto; }
  html:not(.motion-on):not(.motion-off) .hero-stage { padding-top: 260px; }
  .scene-rule { right: 3vw; }
  .manifesto-grid { grid-template-columns: 1fr; gap: 42px; }
  .connection-copy > p:not(.eyebrow) { max-width: 720px; }
  .connection-copy h2 { max-width: 800px; font-size: clamp(3.2rem,6.3vw,4.5rem); }
  .connection-photo { max-width: 740px; }
  .section-heading { grid-template-columns: 1fr; gap: 30px; margin-bottom: 50px; }
  .section-heading > p { max-width: 650px; }
  .work h2 { max-width: 700px; }
  .principle { padding-right: 22px; }
  .principle + .principle { padding-left: 22px; }
  .service { gap: 14px; padding-right: 20px; }
  .service:nth-child(even) { padding-left: 20px; }
  .youth-story { gap: 35px; }
  .wolf-den { grid-template-columns: 1.2fr .8fr; }
  .wolf-den-copy { padding: 38px 28px; }
  .wolf-symbol { min-height: 490px; }
  .about { grid-template-columns: 1fr; }
  .about-card { padding-right: 0; padding-bottom: 70px; }
  .about-card p { max-width: 760px; }
  .about-statement { padding: 70px 40px; margin-bottom: 70px; }
  .about-statement p { max-width: 760px; font-size: clamp(2rem,4vw,3rem); }
}
@media (max-width: 759px) {
  .site-header { padding-inline: 22px; }
  .brand small { font-size: 12px; }
  .hero-stage { min-height: 100svh; }
  .motion-on .hero-journey { height: 300svh; }
  .motion-on .hero-stage { min-height: 621px; }
  .art-stage { top: 60px; bottom: 110px; }
  .hero-art { object-position: 80% center; }
  .hero-shade { background: linear-gradient(180deg,rgba(5,7,20,.03) 20%,rgba(5,7,20,.06) 31%,rgba(5,7,20,.68) 50%,rgba(5,7,20,.88) 67%,#050714 88%),linear-gradient(90deg,rgba(5,7,20,.16),transparent 35%,transparent 75%,rgba(5,7,20,.15)); }
  .story-copy { width: auto; margin: 0 22px; padding: 290px 0 145px; }
  .motion-on .story-copy { inset: auto 22px 194px; width: auto; margin: 0; padding: 0; align-items: end; }
  .story-chapter h1, .story-chapter h2 { font-size: clamp(3.3rem,13.4vw,5.5rem); line-height: 1.025; margin-bottom: 22px; }
  .story-chapter .eyebrow { font-size: 13px; letter-spacing: .105em; margin-bottom: 18px; }
  .hero-copy { font-size: 17px; line-height: 1.55; }
  .static-ending { font-size: .67em; }
  .scene-rule { display: none; }
  .journey-controls { left: 22px; right: 22px; bottom: 102px; width: auto; max-width: 500px; }
  .journey-hint { font-size: 13px; margin-bottom: 7px; }
  .journey-steps { gap: 16px; }
  .journey-steps button { font-size: 13px; padding-bottom: 13px; }
  .journey-steps button span { display: block; font-size: 10px; margin: 0 0 5px; }
  .hero-skip { left: 22px; bottom: 25px; gap: 11px; font-size: 13px; }
  .experience-dock { right: max(16px,env(safe-area-inset-right)); bottom: max(24px,env(safe-area-inset-bottom)); }
  #sound-toggle { padding: 0 12px; min-width: 112px; font-size: 13px; gap: 9px; }
  #settings-toggle { width: 43px; min-width: 43px; }
  .dock-bar button { min-height: 46px; }
  .section { padding: 90px 24px; }
  .section-kicker { font-size: 13px; letter-spacing: .1em; margin-bottom: 38px; }
  .manifesto h2, .work h2, .about h2, .closing h2 { font-size: clamp(2.9rem,8vw,4.5rem); }
  .principles { grid-template-columns: 1fr; margin-top: 60px; }
  .principle { padding: 30px 0; }
  .principle + .principle { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }
  .principle h3 { margin-top: 16px; }
  .service-grid { grid-template-columns: 1fr; }
  .service, .service:nth-child(even) { padding: 32px 0; min-height: 230px; grid-template-columns: 28px 1fr 25px; gap: 14px; }
  .service:nth-child(odd) { border-right: 0; }
  .service h3 { font-size: 1.85rem; }
  .community { padding: 95px 24px; }
  .community h2 { font-size: clamp(3.05rem,10vw,5.3rem); }
  .community-intro { font-size: 17px; }
  .community-panorama { margin: 44px 0 60px; }
  .community-panorama figcaption { display: block; padding: 22px 0 26px; }
  .photo-context { display: block; max-width: none; margin-top: 20px; font-size: 14px; }
  .photo-label { font-size: 11px; letter-spacing: .12em; }
  .real-moment figcaption p { font-size: 1.4rem; }
  .community-panorama figcaption p { font-size: 2.5rem; }
  .connection-copy .text-link { margin-top: 4px; }
  .youth-story { grid-template-columns: 1fr; gap: 35px; margin-bottom: 55px; }
  .youth-story-copy h3 { font-size: clamp(2.3rem,7.7vw,3.4rem); }
  .youth-photo { max-width: 620px; }
  .community-invitation { flex-direction: column; align-items: flex-start; gap: 25px; padding-block: 32px; margin-bottom: 60px; }
  .community-invitation p { font-size: 2.45rem; }
  .wolf-den { grid-template-columns: 1fr; }
  .wolf-den-copy { padding: 38px 25px; }
  .wolf-den h3 { font-size: clamp(2.65rem,8vw,3.5rem); }
  .wolf-symbol { min-height: 375px; border-left: 0; border-top: 1px solid var(--line); }
  .wolf-symbol::after { width: 300px; }
  .moon { width: 270px; }
  .wolf-word { font-size: 6.3rem; }
  .wolf-symbol p { font-size: 13px; margin-top: 32px; }
  .about { padding-block: 0; }
  .about-card { padding: 90px 0 65px; }
  .about-statement { margin: 0 -24px; padding: 85px 30px; }
  .about-statement p { font-size: 2.35rem; }
  .closing { padding: 100px 24px; }
  footer { grid-template-columns: 1fr; padding: 45px 24px 115px; gap: 27px; }
  footer > p { text-align: left; }
}
@media (max-width: 400px) {
  .brand small { display: none; }
  .story-chapter h1, .story-chapter h2 { font-size: 13.1vw; }
  .hero-copy { font-size: 16px; }
  .hero-skip { gap: 7px; font-size: 12px; }
  .journey-steps { gap: 12px; }
  .manifesto h2, .work h2, .about h2, .closing h2 { font-size: 2.65rem; }
  .community h2 { font-size: 2.95rem; }
  .service { gap: 10px; grid-template-columns: 23px 1fr 20px; }
  .button { font-size: 14px; padding-inline: 19px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
}
@media (max-height: 740px) and (min-width: 760px) {
  .motion-on .story-copy { top: 108px; bottom: 170px; }
  .story-chapter h1, .story-chapter h2 { font-size: clamp(3.8rem,6.8vw,6rem); margin-bottom: 22px; }
  .story-chapter .eyebrow { margin-bottom: 16px; font-size: 13px; }
  .hero-copy { font-size: 17px; }
}
@media (max-width: 359px) {
  .experience-dock { right: 12px; }
  #sound-toggle { min-width: 100px; padding-inline: 10px; gap: 7px; }
  #settings-toggle { width: 40px; min-width: 40px; }
}
@media (max-height: 620px) {
  .hero-stage { min-height: 600px; }
  .story-copy { padding: 125px 0 135px; }
  .story-chapter h1 { font-size: clamp(3.5rem,7vw,5rem); }
  .hero-copy { font-size: 17px; }
  .art-stage { top: 0; bottom: 0; }
  .scene-rule { display: none; }
  .experience-panel { bottom: 58px; padding: 18px 22px; max-height: calc(100svh - 100px); overflow-y: auto; }
  .score-note { margin-bottom: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal, .build-word { transform: none !important; opacity: 1 !important; }
}
@media print {
  .site-header, .experience-dock, .journey-controls, .scene-rule, .hero-skip, .skip-link, #living-art { display: none !important; }
  .hero-journey, .motion-on .hero-journey { height: auto; }
  .hero-stage, .motion-on .hero-stage { position: relative; height: auto; min-height: 750px; }
  .story-copy, .motion-on .story-copy { position: relative; inset: auto; padding: 120px 0; width: 80%; }
  .story-chapter:not(:first-child) { display: none !important; }
  .story-chapter:first-child { opacity: 1 !important; transform: none !important; }
  .motion-on .static-ending { display: block; }
  .animated-ending { display: none !important; }
  .reveal, .build-word { transform: none !important; opacity: 1 !important; }
  .section, .community, .closing { padding-block: 60px; }
  .service, .wolf-den, .principle { break-inside: avoid; }
}
