:root {
  --ink: #090b09;
  --ink-2: #111510;
  --acid: #b8ff2c;
  --paper: #f2f0e8;
  --muted: #a3a79d;
  --line: rgba(242,240,232,.28);
  --display: Impact, "Arial Narrow", "Helvetica Neue Condensed Black", sans-serif;
  --sans: "Helvetica Neue", Arial, sans-serif;
  --marker: "Marker Felt", "Comic Sans MS", cursive;
  --ease: cubic-bezier(.16,1,.3,1);
}

* { box-sizing: border-box; }
html, body { margin: 0; width: 100%; height: 100%; overflow: hidden; background: var(--ink); }
body { color: var(--paper); font-family: var(--sans); }
button { font: inherit; }
button:focus-visible { outline: 2px solid var(--acid); outline-offset: 4px; }

.deck { position: relative; width: 100vw; height: 100dvh; overflow: hidden; background: var(--ink); isolation: isolate; }
.grain { position: absolute; inset: 0; z-index: 50; opacity: .13; pointer-events: none; mix-blend-mode: soft-light; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E"); }
.spotlight { position: absolute; z-index: 1; inset: 0; pointer-events: none; background: radial-gradient(500px circle at var(--mx, 72%) var(--my, 46%), rgba(184,255,44,.055), transparent 70%); }
.marker { font-family: var(--marker); letter-spacing: .02em; }

.topbar { position: absolute; z-index: 70; left: 4vw; right: 4vw; top: 3vh; display: flex; align-items: center; justify-content: space-between; pointer-events: none; }
.mini-logo { pointer-events: auto; display: flex; align-items: baseline; gap: .25rem; padding: 0; border: 0; background: none; color: var(--paper); font: 800 13px/1 var(--sans); letter-spacing: .18em; cursor: pointer; }
.mini-logo i { display: inline-block; padding: 3px 5px 2px; background: var(--acid); color: var(--ink); font: 900 12px/.85 var(--display); font-style: normal; letter-spacing: .04em; transform: rotate(-3deg); box-shadow: 2px 2px 0 rgba(242,240,232,.55); }
.topbar-right { display: flex; align-items: center; gap: 18px; color: var(--muted); font: 700 10px/1 var(--sans); letter-spacing: .18em; }
.deck.paper-chrome .mini-logo span { color: var(--ink); }
.deck.paper-chrome .topbar-right { color: #60645c; }
.icon-button { pointer-events: auto; width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; background: rgba(9,11,9,.55); color: var(--paper); display: grid; place-items: center; cursor: pointer; backdrop-filter: blur(10px); }
.icon-button svg, .nav-arrow svg, .enter-button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.slides { position: absolute; inset: 0; }
.slide { position: absolute; inset: 0; overflow: hidden; opacity: 0; visibility: hidden; transform: translate3d(5%,0,0) scale(.99); transition: opacity .55s var(--ease), transform .8s var(--ease), visibility 0s .8s; padding: 12vh 6vw 14vh; }
.slide.is-active { opacity: 1; visibility: visible; transform: none; transition-delay: 0s; z-index: 3; }
.slide.is-leaving { opacity: 0; transform: translate3d(-4%,0,0) scale(.99); }

.cover { padding: 0; background: #030403; }
.cover-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.78) contrast(1.08); transform: scale(1.025); transition: transform 8s ease-out; }
.cover.is-active .cover-photo { transform: scale(1); }
.cover-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,3,2,.98) 0%, rgba(2,3,2,.86) 31%, rgba(2,3,2,.25) 61%, rgba(2,3,2,.16) 100%), linear-gradient(0deg, rgba(2,3,2,.7), transparent 40%); }
.cover-copy { position: absolute; z-index: 2; left: 5.3vw; top: 14vh; }
.mega-title { position: relative; display: flex; flex-direction: column; align-items: flex-start; margin: 0; color: var(--paper); font: 900 clamp(5.2rem, 10.6vw, 11rem)/.72 var(--display); letter-spacing: -.055em; text-transform: uppercase; filter: drop-shadow(0 10px 20px rgba(0,0,0,.45)); }
.mega-title .is-mark { position: absolute; left: 29%; top: 30%; z-index: 2; min-width: 1.45em; padding: .11em .16em .07em; border: 2px solid var(--ink); background: var(--acid); color: var(--ink); font: 900 clamp(2.3rem, 4.5vw, 4.8rem)/.76 var(--display); letter-spacing: .02em; text-align: center; transform: rotate(-4deg); box-shadow: 5px 5px 0 var(--paper); }
.tagline { margin: 3.5vh 0 0; font-size: clamp(.86rem, 1.45vw, 1.5rem); letter-spacing: .07em; }
.tagline em { color: var(--acid); font-style: normal; }
.enter-button { margin-top: 4vh; display: inline-flex; align-items: center; gap: 24px; padding: 16px 20px; border: 1px solid var(--acid); background: var(--acid); color: var(--ink); font: 800 11px/1 var(--sans); letter-spacing: .15em; cursor: pointer; transition: gap .3s var(--ease), background .3s, color .3s; }
.enter-button:hover { gap: 34px; background: transparent; color: var(--acid); }
.cover-credit { position: absolute; z-index: 2; right: 4vw; bottom: 13vh; margin: 0; text-align: right; font: 700 9px/1.6 var(--sans); letter-spacing: .2em; color: rgba(242,240,232,.72); }
.vine { position: absolute; z-index: 2; width: 42vw; height: 42vw; border: 5px solid rgba(184,255,44,.42); border-left-color: transparent; border-bottom-color: transparent; border-radius: 50%; right: -11vw; top: -12vw; transform: rotate(30deg); box-shadow: 0 0 0 2px rgba(9,11,9,.9), inset 0 0 0 2px rgba(9,11,9,.8); }

.slide-grid.two-up { height: 100%; display: grid; grid-template-columns: 1.05fr .95fr; gap: 6vw; align-items: center; }
.section-note { color: var(--acid); margin: 0 0 2vh; font-size: clamp(.8rem, 1vw, 1rem); }
.copy-block h2, .manifesto h2, .engine h2, .why h2, .ensemble h2, .profiles h2, .origin h2, .finale h2 { margin: 0; font: 900 clamp(4.5rem, 8.2vw, 9rem)/.78 var(--display); letter-spacing: -.045em; }
.copy-block h2 span, .manifesto h2 span, .engine h2 span, .why h2 span, .ensemble h2 span, .profiles h2 span, .origin h2 span, .finale h2 span { color: var(--acid); }
.lead { max-width: 740px; margin: 4vh 0 0; font: 400 clamp(1.05rem, 1.4vw, 1.45rem)/1.45 var(--sans); color: rgba(242,240,232,.8); }
.rule-copy { margin-top: 6vh; display: flex; align-items: center; gap: 16px; color: var(--paper); font: 800 clamp(.7rem, .9vw, .95rem)/1 var(--sans); letter-spacing: .1em; text-transform: uppercase; }
.rule-copy b { color: var(--acid); font-size: 1.8em; }
.billboard-frame { position: relative; margin: 0; height: min(70vh, 720px); transform: rotate(1.7deg); }
.billboard-frame::before { content: ""; position: absolute; inset: -18px; border: 1px solid rgba(184,255,44,.4); transform: rotate(-3deg); }
.billboard-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.7) contrast(1.12); }
.billboard-frame figcaption { position: absolute; left: -28px; bottom: 7%; padding: 12px 18px; background: var(--acid); color: var(--ink); font-size: clamp(.8rem, 1.3vw, 1.3rem); transform: rotate(-3deg); }

.manifesto { background: var(--paper); color: var(--ink); }
.manifesto-wrap { position: relative; z-index: 2; max-width: 68vw; }
.manifesto .section-note { color: #3f4a34; }
.manifesto h2 { font-size: clamp(5rem, 9.8vw, 10rem); }
.manifesto h2 span { color: var(--ink); -webkit-text-stroke: 2px var(--ink); -webkit-text-fill-color: transparent; }
.manifesto-lines { margin: 5vh 0 0 11vw; font: 600 clamp(1.05rem, 1.65vw, 1.8rem)/1.45 var(--sans); }
.manifesto-lines p { margin: .4em 0; }
.manifesto-lines em { background: var(--acid); padding: 0 .18em; font-style: normal; }
.manifesto blockquote { margin: 5vh 0 0 11vw; color: #4d5148; font: 400 clamp(1.2rem, 1.7vw, 1.8rem)/1.2 var(--marker); transform: rotate(-1.3deg); }
.manifesto-heart { position: absolute; width: 36vw; height: 36vw; object-fit: contain; right: -4vw; bottom: -8vw; mix-blend-mode: multiply; opacity: .92; transform: rotate(10deg); }

.engine { background: radial-gradient(circle at 83% 22%, rgba(184,255,44,.06), transparent 32%), var(--ink); }
.engine-head { display: grid; grid-template-columns: 1fr auto; align-items: end; column-gap: 4vw; }
.engine-head .section-note { grid-column: 1 / -1; }
.engine-head h2 { font-size: clamp(4rem, 7.5vw, 8rem); }
.engine-head > p:last-child { color: var(--muted); margin: 0 0 .7em; font: 600 clamp(.9rem, 1.1vw, 1.2rem)/1 var(--sans); }
.beats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); margin-top: 5vh; border-block: 1px solid var(--line); }
.beat { min-height: 160px; padding: 22px 22px 20px; border: 0; background: var(--ink); color: var(--paper); text-align: left; cursor: pointer; transition: background .3s, color .3s; }
.beat:hover, .beat.is-selected { background: var(--acid); color: var(--ink); }
.beat-num { display: block; margin-bottom: 18px; font: 900 13px/1 var(--sans); }
.beat strong { display: block; font: 900 clamp(1rem, 1.4vw, 1.5rem)/1 var(--display); letter-spacing: .02em; }
.beat small { display: block; margin-top: 12px; max-width: 22ch; font: 500 clamp(.7rem, .8vw, .86rem)/1.35 var(--sans); opacity: .72; }
.beat-stage { margin-top: 3vh; height: 22vh; border: 1px solid var(--line); overflow: hidden; position: relative; }
.beat-visual { height: 100%; padding: 3vh 3vw; position: relative; display: flex; flex-direction: column; justify-content: center; background: linear-gradient(90deg, rgba(184,255,44,.08), transparent 65%); }
.beat-ghost { position: absolute; right: 2vw; top: -4vh; font: 900 24vh/1 var(--display); color: rgba(242,240,232,.035); }
.beat-visual p { color: var(--acid); margin: 0 0 1vh; font-size: clamp(.75rem, 1vw, 1rem); }
.beat-visual h3 { margin: 0; max-width: 70%; font: 900 clamp(1.8rem, 3.3vw, 3.6rem)/.95 var(--display); }

.why { display: grid; grid-template-columns: .85fr 1.15fr; gap: 7vw; align-items: center; background: linear-gradient(135deg, rgba(184,255,44,.035), transparent 45%), var(--ink); }
.why h2 { font-size: clamp(4.4rem, 8vw, 8.5rem); }
.reference-rail { position: relative; border-left: 1px solid var(--line); padding-left: 4vw; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; }
.rail-label { grid-column: 1 / -1; color: var(--acid); font-size: .85rem; margin: 0 0 2vh; }
.reference-rail > div { min-height: 19vh; padding: 2.5vh 2vw; border-top: 1px solid var(--line); transition: background .3s, transform .3s; }
.reference-rail > div:hover { background: var(--acid); color: var(--ink); transform: translateY(-5px); }
.reference-rail strong { display: block; font: 900 clamp(1.4rem, 2.4vw, 2.7rem)/.9 var(--display); text-transform: uppercase; }
.reference-rail span { display: block; margin-top: 1.5vh; color: var(--muted); font: 700 .7rem/1 var(--sans); letter-spacing: .12em; text-transform: uppercase; }
.reference-rail > div:hover span { color: rgba(9,11,9,.62); }
.rail-payoff { grid-column: 1 / -1; justify-self: end; margin: 2.5vh 0 0; color: var(--acid); font-size: clamp(.9rem, 1.2vw, 1.2rem); transform: rotate(-1deg); }

.ensemble { padding-right: 3vw; background: radial-gradient(circle at 74% 34%, rgba(184,255,44,.055), transparent 32%), linear-gradient(110deg, var(--ink) 0 32%, #0d100d 58%, var(--ink) 100%); }
.ensemble::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .18; background: linear-gradient(90deg, var(--acid) 0 3px, transparent 3px) 1.5vw 0 / 100% 100% no-repeat; }
.ensemble-title { position: relative; z-index: 5; width: 31vw; }
.ensemble h2 { font-size: clamp(4rem, 6.5vw, 7.2rem); }
.ensemble-title > p:last-child { max-width: 29ch; margin-top: 3vh; color: rgba(242,240,232,.72); font-size: clamp(.82rem, 1vw, 1.05rem); line-height: 1.45; }
.ensemble-art { position: absolute; inset: 8.5vh 2.5vw 10.5vh 32.5vw; display: grid; grid-template-columns: 1.58fr repeat(3, 1fr); grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 9px; }
.person { position: relative; min-width: 0; min-height: 0; margin: 0; overflow: hidden; border: 1px solid rgba(242,240,232,.15); background: #141814; box-shadow: 0 18px 35px rgba(0,0,0,.35); transition: z-index .01s, transform .3s var(--ease), border-color .3s; }
.person::before { content: ""; position: absolute; z-index: 3; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 5px rgba(9,11,9,.44); }
.person::after { content: ""; position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; height: 30%; pointer-events: none; background: linear-gradient(transparent, rgba(9,11,9,.84)); }
.person:hover { z-index: 20; transform: translateY(-7px) scale(1.018); border-color: rgba(184,255,44,.72); }
.person img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 28%; filter: saturate(.88) contrast(1.05); transition: transform .55s var(--ease), filter .4s; }
.person:hover img { transform: scale(1.025); filter: saturate(1) contrast(1.04); }
.person figcaption { position: absolute; z-index: 4; left: 5px; right: 5px; bottom: 5px; padding: 8px 7px 7px; overflow: hidden; background: var(--acid); color: var(--ink); font: 900 clamp(.58rem, .8vw, .8rem)/1 var(--display); letter-spacing: .04em; text-align: center; text-overflow: ellipsis; white-space: nowrap; transform: rotate(-.8deg); }
.p-dan { grid-column: 1; grid-row: 1 / 3; }
.p-hannan { grid-column: 2; grid-row: 1; }
.p-ava { grid-column: 3; grid-row: 1; }
.p-chris { grid-column: 4; grid-row: 1; }
.p-keith { grid-column: 2; grid-row: 2; }
.p-kris { grid-column: 3; grid-row: 2; }
.p-inessa { grid-column: 4; grid-row: 2; }
.p-dan img { object-position: 50% 40%; }
.p-hannan img { object-position: 50% 48%; }
.p-ava img, .p-chris img, .p-keith img, .p-inessa img { object-position: 50% 24%; }
.p-kris img { object-position: 50% 20%; }
.profile-cue { position: absolute; z-index: 30; left: 6vw; bottom: 17vh; border: 0; border-bottom: 1px solid rgba(184,255,44,.7); background: none; color: var(--acid); cursor: pointer; font-size: clamp(.74rem, .9vw, .95rem); }

.profiles { display: grid; grid-template-columns: 31vw 1fr; gap: 5vw; }
.profile-sidebar { padding-top: 2vh; }
.profiles h2 { font-size: clamp(4rem, 7vw, 7.5rem); }
.profile-buttons { margin-top: 4vh; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border-block: 1px solid var(--line); }
.profile-button { padding: 11px 10px; border: 0; background: var(--ink); color: var(--muted); text-align: left; font: 800 clamp(.65rem, .75vw, .8rem)/1 var(--sans); letter-spacing: .05em; cursor: pointer; }
.profile-button:last-child { grid-column: 1 / -1; }
.profile-button:hover, .profile-button.is-selected { background: var(--acid); color: var(--ink); }
.profile-card { position: relative; align-self: center; height: 66vh; border: 1px solid var(--line); overflow: hidden; display: grid; grid-template-columns: .9fr 1.1fr; background: radial-gradient(circle at 25% 80%, rgba(184,255,44,.14), transparent 42%), var(--ink-2); }
.profile-card::before { content: ""; position: absolute; z-index: 1; left: 0; bottom: 0; width: 45%; height: 100%; background: linear-gradient(90deg, transparent 76%, var(--ink-2) 100%), linear-gradient(0deg, rgba(9,11,9,.92), transparent 24%); pointer-events: none; }
.profile-card::after { content: ""; position: absolute; inset: 20px; border: 1px solid rgba(242,240,232,.06); pointer-events: none; }
.profile-card > img { width: 100%; height: 100%; padding: 0; object-fit: cover; object-position: 50% 28%; clip-path: none; filter: saturate(.9) contrast(1.04); }
.profile-copy { position: relative; z-index: 2; align-self: center; padding: 4vh 4vw 4vh 2vw; }
.profile-copy .marker { color: var(--acid); font-size: .86rem; }
.profile-copy h3 { margin: 1vh 0 2vh; font: 900 clamp(3.4rem, 6vw, 6.8rem)/.82 var(--display); letter-spacing: -.035em; }
.profile-copy > p:not(.marker) { max-width: 58ch; color: rgba(242,240,232,.76); font: 400 clamp(.85rem, 1vw, 1.05rem)/1.5 var(--sans); }
.credit-strip { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 3vh; }
.credit-strip span { padding: 8px 10px; border: 1px solid rgba(184,255,44,.45); color: var(--acid); font: 800 .62rem/1 var(--sans); letter-spacing: .08em; text-transform: uppercase; }

.origin { display: grid; grid-template-columns: .9fr 1.1fr; gap: 7vw; align-items: center; }
.origin h2 { font-size: clamp(4.7rem, 8vw, 8.8rem); }
.origin-copy > p:not(.section-note) { max-width: 53ch; color: rgba(242,240,232,.76); font-size: clamp(.95rem, 1.15vw, 1.2rem); line-height: 1.45; }
.origin-copy blockquote { display: inline-block; margin: 2.5vh 0 0; padding: 10px 16px; background: var(--acid); color: var(--ink); transform: rotate(-1.5deg); }
.bus-window { position: relative; height: 65vh; border: 2px solid rgba(242,240,232,.15); overflow: hidden; transform: rotate(1.2deg); }
.bus-window::before { content: ""; position: absolute; inset: 0; z-index: 2; background: linear-gradient(0deg, rgba(9,11,9,.65), transparent 50%); }
.bus-window img { width: 100%; height: 100%; object-fit: cover; object-position: 65% center; transform: scale(1.12); }
.bus-window span { position: absolute; z-index: 3; left: 2vw; bottom: 3vh; color: var(--acid); font: 800 clamp(.72rem, .9vw, .95rem)/1 var(--sans); letter-spacing: .13em; }

.finale { background: var(--paper); color: var(--ink); display: grid; grid-template-columns: 1fr 1fr; align-items: center; }
.final-heart { position: absolute; height: 110vh; width: 58vw; object-fit: cover; object-position: center; left: -5vw; top: -5vh; filter: contrast(1.05) saturate(.9); }
.final-copy { position: relative; z-index: 2; grid-column: 2; padding-left: 3vw; }
.finale .section-note { color: #3f4a34; }
.finale h2 { font-size: clamp(5.6rem, 10vw, 10.5rem); }
.finale .final-copy > p:not(.section-note) { font-weight: 650; }
.final-actions { display: flex; align-items: center; gap: 28px; margin-top: 4vh; }
.finale .enter-button:hover { color: var(--ink); border-color: var(--ink); }
.text-button { border: 0; border-bottom: 1px solid var(--ink); background: none; padding: 4px 0; color: var(--ink); font: 800 .7rem/1 var(--sans); letter-spacing: .1em; cursor: pointer; }

.nav-shell { position: absolute; z-index: 70; left: 4vw; right: 4vw; bottom: 3vh; display: flex; align-items: center; gap: 20px; }
.nav-arrow { flex: none; width: 42px; height: 42px; border: 1px solid rgba(242,240,232,.34); border-radius: 50%; background: rgba(9,11,9,.68); color: var(--paper); display: grid; place-items: center; cursor: pointer; backdrop-filter: blur(12px); transition: border-color .2s, color .2s, transform .2s; }
.nav-arrow:hover { border-color: var(--acid); color: var(--acid); transform: scale(1.05); }
.progress-wrap { flex: 1; }
.progress-track { height: 1px; background: rgba(242,240,232,.2); }
.progress-track i { display: block; width: 0; height: 2px; background: var(--acid); transition: width .65s var(--ease); box-shadow: 0 0 12px rgba(184,255,44,.45); }
.progress-dots { display: flex; justify-content: space-between; margin-top: 9px; }
.dot { border: 0; background: none; color: rgba(242,240,232,.4); padding: 0; font: 700 8px/1 var(--sans); letter-spacing: .08em; cursor: pointer; }
.dot.is-active { color: var(--acid); }
.slide-count { display: flex; gap: 5px; min-width: 53px; color: var(--muted); font: 800 10px/1 var(--sans); }
.slide-count span:first-child { color: var(--acid); }
.slide-count i { font-style: normal; opacity: .45; }
.toast { position: absolute; z-index: 100; left: 50%; bottom: 12vh; transform: translate(-50%, 20px); padding: 12px 18px; background: var(--acid); color: var(--ink); font: 750 .75rem/1.2 var(--sans); opacity: 0; pointer-events: none; transition: opacity .25s, transform .25s; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 900px) {
  .slide { padding: 11vh 6vw 14vh; }
  .dot { font-size: 0; width: 5px; height: 5px; border-radius: 50%; background: currentColor; }
  .cover-copy { top: 18vh; }
  .mega-title { font-size: clamp(4.6rem, 18vw, 8rem); }
  .cover-photo { object-position: 68% center; }
  .cover-shade { background: linear-gradient(90deg, rgba(2,3,2,.98) 0%, rgba(2,3,2,.76) 58%, rgba(2,3,2,.3) 100%); }
  .cover-credit { display: none; }
  .slide-grid.two-up, .why, .origin { grid-template-columns: 1fr; gap: 3vh; }
  .copy-block h2, .why h2, .origin h2 { font-size: clamp(3.8rem, 13vw, 6rem); }
  .billboard-frame { position: absolute; right: -9vw; bottom: 8vh; width: 43vw; height: 44vh; opacity: .48; }
  .copy-block { position: relative; z-index: 3; }
  .rule-copy { flex-wrap: wrap; max-width: 75vw; }
  .manifesto-wrap { max-width: 88vw; }
  .manifesto-heart { opacity: .42; width: 55vw; height: 55vw; }
  .manifesto-lines, .manifesto blockquote { margin-left: 0; }
  .engine-head { display: block; }
  .engine-head > p:last-child { margin-top: 1vh; }
  .beats { grid-template-columns: 1fr 1fr; }
  .beat { min-height: 110px; padding: 13px; }
  .beat small { display: none; }
  .beat-stage { height: 17vh; }
  .reference-rail { border-left: 0; padding-left: 0; }
  .reference-rail > div { min-height: 14vh; }
  .why-left .lead { margin-top: 2vh; }
  .ensemble-title { width: 31vw; }
  .ensemble h2 { font-size: clamp(3.2rem, 6.1vw, 5.2rem); }
  .ensemble-art { inset: 10vh 3vw 11vh 33vw; gap: 7px; }
  .profiles { grid-template-columns: 1fr; gap: 2vh; }
  .profiles h2 { display: none; }
  .profile-sidebar { padding-top: 0; }
  .profile-buttons { grid-template-columns: repeat(4,1fr); margin-top: 1vh; }
  .profile-button:last-child { grid-column: auto; }
  .profile-button { text-align: center; font-size: .52rem; }
  .profile-card { height: 52vh; }
  .profile-copy h3 { font-size: clamp(2.6rem, 8vw, 4.5rem); }
  .profile-copy > p:not(.marker) { font-size: .76rem; line-height: 1.35; }
  .bus-window { position: absolute; inset: auto -9vw 7vh 46vw; height: 45vh; opacity: .46; }
  .origin-copy { position: relative; z-index: 3; }
  .final-heart { width: 65vw; opacity: .7; }
  .final-copy { grid-column: 1 / -1; margin-left: 44vw; }
}

@media (max-width: 620px) {
  .topbar { left: 5vw; right: 5vw; }
  .topbar-right > span { display: none; }
  .slide { padding: 12vh 6vw 15vh; }
  .cover-copy { left: 6vw; top: 20vh; }
  .mega-title { font-size: 20vw; }
  .mega-title .is-mark { left: 43%; top: 30%; font-size: 10vw; box-shadow: 3px 3px 0 var(--paper); }
  .tagline { max-width: 56vw; line-height: 1.45; }
  .lead { font-size: .95rem; }
  .manifesto h2 { font-size: 16vw; }
  .manifesto-lines { font-size: .95rem; }
  .engine h2 { font-size: 13vw; }
  .beat { min-height: 94px; }
  .beat-stage { display: none; }
  .why h2 { font-size: 13vw; }
  .reference-rail > div { min-height: 12vh; padding: 2vh 2vw; }
  .reference-rail strong { font-size: 5.2vw; }
  .ensemble h2 { font-size: 13vw; }
  .ensemble-title { width: 90vw; }
  .ensemble-title > p:last-child { max-width: 44ch; margin-top: 1.5vh; font-size: .72rem; }
  .ensemble-art { inset: 35vh 5vw 11vh 5vw; grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 6px; }
  .ensemble-art .person { box-shadow: none; }
  .ensemble-art .person:hover { transform: none; }
  .ensemble-art .person figcaption { left: 3px; right: 3px; bottom: 3px; padding: 5px 2px 4px; font-size: clamp(.38rem, 1.55vw, .54rem); }
  .p-dan { grid-column: 1; grid-row: 1 / 3; }
  .p-hannan { grid-column: 2; grid-row: 1; }
  .p-ava { grid-column: 3; grid-row: 1; }
  .p-chris { grid-column: 4; grid-row: 1; }
  .p-keith { grid-column: 2; grid-row: 2; }
  .p-kris { grid-column: 3; grid-row: 2; }
  .p-inessa { grid-column: 4; grid-row: 2; }
  .profile-cue { display: none; }
  .profile-card { grid-template-columns: .85fr 1.15fr; height: 52vh; }
  .profile-copy { padding: 2vh 3vw 2vh 1vw; }
  .profile-copy > p:not(.marker) { display: -webkit-box; -webkit-line-clamp: 8; -webkit-box-orient: vertical; overflow: hidden; }
  .credit-strip { display: none; }
  .origin h2 { font-size: 15vw; }
  .origin-copy > p:not(.section-note) { max-width: 75vw; font-size: .86rem; }
  .finale h2 { font-size: 17vw; }
  .final-heart { width: 85vw; left: -28vw; }
  .final-copy { margin-left: 28vw; }
  .final-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .nav-shell { left: 5vw; right: 5vw; gap: 11px; }
  .nav-arrow { width: 38px; height: 38px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
}
