:root {
  color-scheme: dark;
  --bg: #07080c;
  --surface: #0c0e14;
  --surface-soft: #11131b;
  --text: #f5f2ed;
  --muted: #a4a5ad;
  --line: rgba(255,255,255,.12);
  --blue: #7697ff;
  --violet: #b777e8;
  --warm: #e79a65;
  --mint: #74d7c6;
  --shell: min(1180px, calc(100vw - 48px));
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--bg); color: var(--text); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 150px 0; }
.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; top: 12px; left: 12px; z-index: 1000; padding: 12px 18px; background: var(--text); color: var(--bg); transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 2px solid #a9bcff; outline-offset: 4px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid transparent; transition: background .35s, border-color .35s; }
.site-header.scrolled { background: rgba(7,8,12,.78); border-color: rgba(255,255,255,.08); backdrop-filter: blur(18px); }
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; }
.wordmark { display: inline-flex; align-items: center; gap: 11px; font-size: 19px; font-weight: 700; letter-spacing: -.04em; }
.wordmark-mark { display: flex; align-items: flex-end; gap: 2px; width: 19px; height: 19px; }
.wordmark-mark i { display: block; width: 4px; border-radius: 4px; background: var(--text); transform: skewY(-25deg); }
.wordmark-mark i:nth-child(1) { height: 10px; }
.wordmark-mark i:nth-child(2) { height: 18px; }
.wordmark-mark i:nth-child(3) { height: 14px; }
.nav-menu { display: flex; align-items: center; gap: 32px; font-size: 13px; color: #c5c5cb; }
.nav-menu > a { transition: color .2s; }
.nav-menu > a:hover { color: #fff; }
.nav-cta { padding: 11px 15px; border: 1px solid var(--line); border-radius: 99px; color: #fff !important; }
.nav-cta span { margin-left: 8px; }
.nav-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: transparent; place-items: center; cursor: pointer; }
.nav-toggle span { position: absolute; width: 17px; height: 1px; background: #fff; transition: transform .25s; }
.nav-toggle span:first-child { transform: translateY(-3px); }
.nav-toggle span:last-child { transform: translateY(3px); }

.hero { position: relative; min-height: 860px; height: 100svh; overflow: hidden; display: grid; align-items: center; isolation: isolate; border-bottom: 1px solid rgba(255,255,255,.06); }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at 74% 40%, rgba(70,78,145,.15), transparent 31%), linear-gradient(110deg, #07080c 35%, #090a10 100%); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 88px 88px; mask-image: linear-gradient(to right, transparent, black 55%, transparent); }
.particle-field { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -1; opacity: .65; pointer-events: none; }
.hero-aurora { position: absolute; width: 38vw; height: 38vw; min-width: 430px; min-height: 430px; right: 7%; top: 15%; z-index: -1; border-radius: 50%; background: conic-gradient(from 220deg, transparent, rgba(85,115,255,.16), rgba(191,88,220,.1), transparent 68%); filter: blur(80px); animation: breathe 8s ease-in-out infinite alternate; }
.hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 30px; padding-top: 50px; }
.hero-copy { position: relative; z-index: 2; min-width: 0; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 26px; color: #b9bac2; text-transform: uppercase; letter-spacing: .18em; font-size: 10px; font-weight: 700; }
.eyebrow span { width: 28px; height: 1px; background: linear-gradient(90deg, var(--blue), var(--violet)); }
h1, h2 { margin: 0; font-weight: 500; letter-spacing: -.065em; line-height: .91; }
h1 { font-size: clamp(74px, 8.5vw, 132px); }
h1 em, h2 em { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
h1 em { color: transparent; background: linear-gradient(100deg, #f0ad79, #a983ef 52%, #80a5ff); background-clip: text; -webkit-background-clip: text; }
.hero-text { max-width: 510px; margin: 34px 0 0; color: #b1b2bb; font-size: 18px; line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 0 21px; border: 1px solid transparent; border-radius: 3px; font-size: 12px; font-weight: 700; letter-spacing: .02em; cursor: pointer; transition: transform .25s var(--ease), background .25s, border-color .25s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: #f3f1ed; color: #090a0e; }
.button-primary:hover { background: #fff; }
.button-ghost { border-color: var(--line); background: rgba(255,255,255,.025); color: #dddde2; }
.button-ghost:hover { border-color: rgba(255,255,255,.3); }
.flight-visual { position: relative; width: min(670px, 52vw); height: min(720px, 74vh); min-height: 600px; justify-self: end; transform-style: preserve-3d; transition: transform .5s var(--ease); }
.flight-paths { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.path { stroke-width: 1.2; opacity: .65; stroke-dasharray: 5 9; animation: dash 18s linear infinite; }
.path-two { animation-direction: reverse; animation-duration: 23s; }
.path-three { opacity: .28; animation-duration: 28s; }
.path-dot { filter: drop-shadow(0 0 7px white); animation: pulse 2.8s ease-in-out infinite; }
.dot-two { animation-delay: -1.1s; }
.flight-orb { position: absolute; border-radius: 50%; filter: blur(2px); }
.flight-orb-a { width: 220px; height: 220px; top: 31%; left: 30%; background: radial-gradient(circle at 35% 30%, rgba(190,210,255,.55), rgba(91,113,228,.22) 22%, rgba(129,58,175,.08) 55%, transparent 72%); box-shadow: 0 0 120px rgba(90,110,230,.18); animation: float 7s ease-in-out infinite; }
.flight-orb-b { width: 76px; height: 76px; top: 22%; right: 17%; background: radial-gradient(circle at 35% 30%, #dfc0ff, rgba(167,102,222,.2) 28%, transparent 70%); box-shadow: 0 0 35px rgba(190,105,255,.2); animation: float 5s ease-in-out -2s infinite reverse; }
.flight-core { position: absolute; top: 49%; left: 47%; width: 42px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; box-shadow: 0 0 34px rgba(125,148,255,.22); animation: orbit 12s linear infinite; }
.flight-core::before, .flight-core::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.flight-core::before { inset: -22px; }.flight-core::after { inset: -45px; }
.flight-core span { width: 7px; aspect-ratio: 1; border-radius: 50%; background: #fff; box-shadow: 0 0 13px #96abff; }
.visual-label { position: absolute; display: flex; gap: 10px; color: #7f818c; font-size: 8px; letter-spacing: .2em; writing-mode: vertical-rl; }
.visual-label b { color: #d1d2d8; font-weight: 400; }.label-one { left: 26%; top: 18%; }.label-two { right: 9%; bottom: 21%; }
.scroll-note { position: absolute; left: max(24px, calc((100vw - 1180px)/2)); bottom: 35px; display: flex; gap: 12px; align-items: center; color: #70727d; font-size: 9px; text-transform: uppercase; letter-spacing: .2em; }
.scroll-note span { height: 34px; width: 1px; background: linear-gradient(#999, transparent); animation: scrollLine 2s infinite; }

.section-index { color: #767883; font-size: 9px; letter-spacing: .23em; font-weight: 700; }
.vision { position: relative; overflow: hidden; background: #090a0f; }
.vision-layout { min-height: 550px; display: grid; grid-template-columns: 140px 1fr 380px; gap: 30px; align-items: center; }
.vision-copy h2, .section-heading h2, .stage-copy h2, .signup-copy h2 { font-size: clamp(54px, 6.2vw, 88px); }
.vision-copy h2 em, .section-heading h2 em, .stage-copy h2 em, .signup-copy h2 em { color: #c9b3ef; }
.vision-copy > p:last-child { max-width: 560px; margin: 35px 0 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.vision-rings { position: relative; width: 380px; height: 380px; }
.ring { position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.ring::after { content: ""; position: absolute; inset: 17%; border: inherit; border-radius: inherit; }
.ring-a { background: radial-gradient(circle, rgba(111,125,255,.08), transparent 53%); }
.ring-b { transform: rotateX(66deg) rotateZ(25deg); border-color: rgba(125,152,255,.3); animation: ringSpin 12s linear infinite; }
.ring-c { transform: rotateY(65deg) rotateZ(-12deg); border-color: rgba(191,115,231,.2); animation: ringSpin 17s linear infinite reverse; }
.ring-spark { position: absolute; top: 49%; left: 49%; width: 8px; aspect-ratio: 1; border-radius: 50%; background: #ddd6ff; box-shadow: 0 0 25px 9px rgba(141,125,255,.35); }

.experience { background: var(--bg); }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 70px; }
.section-heading .section-index, .stage-copy .section-index { margin: 0 0 28px; }
.section-heading > p { margin: 0 0 7px; color: #888a94; line-height: 1.6; font-size: 13px; }
.experience-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.experience-card { position: relative; min-width: 0; padding: 20px 30px 42px; border-right: 1px solid var(--line); }
.experience-card:first-child { border-left: 1px solid var(--line); }
.card-art { position: relative; height: 290px; margin-bottom: 35px; overflow: hidden; background: linear-gradient(145deg, rgba(255,255,255,.015), transparent); }
.card-number { margin: 0 0 25px; color: #676974 !important; font-size: 9px !important; letter-spacing: .2em; }
.experience-card h3 { margin: 0 0 14px; font-size: 28px; font-weight: 500; letter-spacing: -.04em; }
.experience-card > p:last-child { min-height: 48px; margin: 0; color: #989aa4; font-size: 14px; line-height: 1.7; }
.explore-art span { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(122,151,255,.3); border-radius: 50%; transform: translate(-50%,-50%); }
.explore-art span:nth-child(1) { width: 65%; aspect-ratio: 1; }.explore-art span:nth-child(2) { width: 45%; aspect-ratio: 1; }.explore-art span:nth-child(3) { width: 22%; aspect-ratio: 1; }
.explore-art i { position: absolute; width: 8px; aspect-ratio: 1; left: 66%; top: 30%; border-radius: 50%; background: #90aaff; box-shadow: 0 0 20px 8px rgba(90,121,255,.25); animation: pulse 2.5s infinite; }
.perform-art { display: flex; align-items: center; justify-content: center; gap: 8px; }
.perform-art span { width: 8px; height: 18%; border-radius: 99px; background: linear-gradient(to top, rgba(187,100,233,.15), #bf88ed); box-shadow: 0 0 20px rgba(189,94,228,.1); animation: waveform 1.8s ease-in-out infinite alternate; }
.perform-art span:nth-child(2) { height: 46%; animation-delay: -.8s; }.perform-art span:nth-child(3) { height: 72%; animation-delay: -.2s; }.perform-art span:nth-child(4) { height: 38%; animation-delay: -1.1s; }.perform-art span:nth-child(5) { height: 58%; animation-delay: -.5s; }
.seen-art span { position: absolute; inset: 23% 14%; border: 1px solid rgba(255,255,255,.13); transform: skewY(-12deg); background: linear-gradient(135deg, transparent, rgba(222,151,95,.08)); }
.seen-art i, .seen-art b { position: absolute; height: 1px; transform-origin: left; background: linear-gradient(90deg, transparent, #e59e69, transparent); }
.seen-art i { width: 90%; top: 25%; left: 12%; transform: rotate(40deg); }.seen-art b { width: 75%; top: 69%; left: 17%; transform: rotate(-27deg); animation: pulse 3s infinite; }

.stage { background: #0a0b10; border-top: 1px solid rgba(255,255,255,.04); }
.stage-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 9%; }
.stage-art { position: relative; height: 590px; overflow: hidden; border: 1px solid rgba(255,255,255,.08); background: radial-gradient(circle at 50% 57%, rgba(116,129,225,.17), transparent 35%), linear-gradient(#0d0f16, #08090e); }
.stage-art::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(90deg, transparent 0 15%, rgba(255,255,255,.025) 15.2% 15.4%); transform: perspective(300px) rotateX(45deg); transform-origin: bottom; }
.stage-haze { position: absolute; width: 70%; height: 40%; left: 15%; bottom: 9%; background: #626ac6; filter: blur(90px); opacity: .14; }
.stage-line { position: absolute; left: 50%; bottom: 12%; width: 1px; height: 72%; background: linear-gradient(transparent, rgba(154,168,255,.7), transparent); transform-origin: bottom; }
.line-1 { transform: rotate(-31deg); }.line-2 { transform: rotate(0); opacity: .5; }.line-3 { transform: rotate(31deg); }
.stage-pulse { position: absolute; left: 50%; bottom: 19%; width: 86px; aspect-ratio: 1; transform: translateX(-50%); border: 1px solid rgba(255,255,255,.22); border-radius: 50%; display: grid; place-items: center; animation: pulse 3s infinite; }
.stage-pulse span { width: 18px; aspect-ratio: 1; border-radius: 50%; background: #dddfff; box-shadow: 0 0 35px 14px rgba(124,137,255,.24); }
.stage-art p { position: absolute; left: 24px; bottom: 18px; margin: 0; color: #6f717b; font-size: 8px; letter-spacing: .22em; }
.stage-copy > p:last-child { max-width: 470px; margin: 35px 0 0; color: #a0a1aa; font-size: 16px; line-height: 1.75; }

.brand-moment { position: relative; min-height: 650px; display: grid; align-items: center; overflow: hidden; isolation: isolate; background: #08090e; }
.brand-moment::after { content: ""; position: absolute; inset: 0; z-index: -2; background: radial-gradient(ellipse at 64% 60%, rgba(90,107,207,.18), transparent 36%), radial-gradient(ellipse at 45% 55%, rgba(178,84,168,.11), transparent 29%); }
.brand-lines i { position: absolute; left: -10%; width: 120%; height: 1px; background: linear-gradient(90deg, transparent, rgba(128,151,255,.42), rgba(227,153,100,.2), transparent); transform-origin: center; }
.brand-lines i:nth-child(1) { top: 23%; transform: rotate(11deg); }.brand-lines i:nth-child(2) { top: 45%; transform: rotate(-5deg); }.brand-lines i:nth-child(3) { top: 64%; transform: rotate(6deg); }.brand-lines i:nth-child(4) { top: 78%; transform: rotate(-12deg); }
.brand-glow { position: absolute; width: 500px; height: 500px; right: 8%; top: 17%; border-radius: 50%; border: 1px solid rgba(255,255,255,.05); box-shadow: 0 0 160px rgba(103,111,215,.12), inset 0 0 100px rgba(119,79,170,.07); animation: breathe 8s infinite alternate; }
.brand-content { position: relative; text-align: center; }
.brand-content p { margin: 0 0 8px; font-size: clamp(32px, 4vw, 58px); letter-spacing: -.05em; }
.brand-content h2 { font-size: clamp(70px, 10vw, 148px); }
.brand-content h2 em { color: transparent; background: linear-gradient(90deg, #d596ef, #90a7ff 55%, #e6a371); background-clip: text; -webkit-background-clip: text; }
.brand-flight { display: inline-block; margin-top: 48px; color: #cfd7ff; filter: drop-shadow(0 0 8px #8197ff); animation: float 4s infinite; }

.signup { background: #0b0c11; border-top: 1px solid var(--line); }
.signup-wrap { display: grid; grid-template-columns: .8fr 1.2fr; align-items: end; gap: 8%; }
.signup-copy > p:last-child { margin: 27px 0 0; color: #8e9099; font-size: 14px; }
.signup-form { padding-bottom: 4px; }
.field-row { display: grid; grid-template-columns: 1fr auto; border-bottom: 1px solid rgba(255,255,255,.28); }
.field-row input { min-width: 0; padding: 20px 5px; border: 0; outline: 0; background: transparent; color: #fff; font-size: 18px; }
.field-row input::placeholder { color: #777984; }
.field-row:focus-within { border-color: #9cafee; box-shadow: 0 1px #9cafee; }
.field-row .button { margin-bottom: 8px; }
.form-note, .form-status { margin: 14px 0 0; color: #70727c; font-size: 11px; }
.form-status { min-height: 17px; color: #b9c5ff; }
.signup-form.success .field-row { border-color: rgba(116,215,198,.55); }

.site-footer { padding: 65px 0 35px; background: #07080b; border-top: 1px solid rgba(255,255,255,.06); }
.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; padding-bottom: 55px; }
.footer-top > p { margin: 0; text-align: center; color: #8b8d96; font-family: Georgia, serif; font-style: italic; }
.footer-top > a:last-child { justify-self: end; color: #b3b4bc; font-size: 12px; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.08); color: #63656e; font-size: 10px; }
.footer-bottom p { margin: 0; }
.footer-bottom button { margin-left: 24px; padding: 0; border: 0; background: transparent; color: inherit; cursor: pointer; }
.footer-bottom button:hover { color: #fff; }
.legal-dialog { width: min(560px, calc(100vw - 32px)); padding: 44px; border: 1px solid rgba(255,255,255,.14); border-radius: 8px; background: #11131a; color: var(--text); box-shadow: 0 25px 90px rgba(0,0,0,.65); }
.legal-dialog::backdrop { background: rgba(2,3,6,.8); backdrop-filter: blur(8px); }
.legal-dialog h2 { margin: 17px 0 22px; font-size: 45px; }
.legal-dialog [data-dialog-copy] { color: #aaaab2; font-size: 14px; line-height: 1.7; }
.dialog-close { position: absolute; top: 15px; right: 17px; border: 0; background: transparent; color: #aaa; font-size: 28px; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes dash { to { stroke-dashoffset: -280; } }
@keyframes pulse { 50% { opacity: .45; transform: scale(.82); } }
@keyframes float { 50% { transform: translate3d(0,-16px,0); } }
@keyframes orbit { to { transform: rotate(360deg); } }
@keyframes breathe { to { transform: scale(1.1) rotate(8deg); opacity: .75; } }
@keyframes ringSpin { to { rotate: 360deg; } }
@keyframes waveform { to { transform: scaleY(.48); opacity: .55; } }
@keyframes scrollLine { 0% { transform: scaleY(0); transform-origin: top; } 45% { transform: scaleY(1); transform-origin: top; } 55% { transform: scaleY(1); transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }

@media (max-width: 900px) {
  :root { --shell: min(100% - 36px, 720px); }
  .section { padding: 110px 0; }
  .nav-toggle { display: grid; }
  .nav-menu { position: fixed; inset: 0; z-index: -1; padding: 120px 24px 45px; display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: 0; background: rgba(7,8,12,.97); opacity: 0; visibility: hidden; transition: opacity .25s, visibility .25s; }
  .nav-menu.open { opacity: 1; visibility: visible; }
  .nav-menu > a { padding: 18px 4px; border-bottom: 1px solid var(--line); font-size: 28px; letter-spacing: -.03em; }
  .nav-menu .nav-cta { margin-top: 24px; justify-content: center; border: 1px solid var(--line); border-radius: 3px; text-align: center; font-size: 15px; }
  .nav-toggle[aria-expanded="true"] span:first-child { transform: rotate(45deg); }.nav-toggle[aria-expanded="true"] span:last-child { transform: rotate(-45deg); }
  .hero { height: auto; min-height: 900px; padding: 125px 0 75px; }
  .hero-grid { grid-template-columns: minmax(0, 1fr); }
  .flight-visual { position: absolute; width: 610px; height: 650px; min-height: 0; right: -170px; top: 135px; opacity: .5; z-index: -1; }
  .hero-copy { max-width: 620px; }
  .hero-text { max-width: 480px; }
  .vision-layout { grid-template-columns: 1fr; }
  .vision-layout > .section-index { align-self: start; }
  .vision-rings { position: absolute; right: -150px; bottom: -80px; opacity: .48; }
  .experience-grid { grid-template-columns: 1fr; border-bottom: 0; }
  .experience-card, .experience-card:first-child { display: grid; grid-template-columns: minmax(240px, .8fr) 60px 1fr; grid-template-rows: auto auto; align-items: center; gap: 0 24px; padding: 20px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .card-art { grid-row: 1 / 3; height: 240px; margin: 0; }
  .card-number { align-self: end; margin: 0 0 12px; }
  .experience-card h3 { align-self: end; margin-bottom: 10px; }
  .experience-card > p:last-child { grid-column: 3; align-self: start; }
  .stage-grid { grid-template-columns: 1fr; }
  .stage-art { height: 490px; order: 2; margin-top: 30px; }
  .signup-wrap { grid-template-columns: 1fr; gap: 65px; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 32px); }
  .nav { min-height: 68px; }
  .section { padding: 90px 0; }
  .hero { min-height: 810px; padding-top: 105px; }
  h1 { font-size: clamp(66px, 22vw, 94px); }
  .hero-text { font-size: 16px; }
  .hero-copy { width: 100%; overflow-wrap: break-word; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; justify-content: space-between; }
  .flight-visual { right: -280px; top: 100px; opacity: .4; }
  .scroll-note { display: none; }
  .vision-copy h2, .section-heading h2, .stage-copy h2, .signup-copy h2 { font-size: clamp(48px, 15vw, 68px); }
  .vision-layout { min-height: 510px; align-content: start; }
  .vision-rings { width: 300px; height: 300px; right: -135px; }
  .section-heading { display: block; margin-bottom: 45px; }
  .section-heading > p { margin-top: 24px; }
  .experience-card, .experience-card:first-child { display: block; padding: 18px 18px 32px; }
  .card-art { height: 220px; margin-bottom: 24px; }
  .experience-card > p:last-child { min-height: 0; }
  .stage-art { height: 400px; }
  .brand-moment { min-height: 520px; }
  .brand-content p { font-size: 28px; }
  .brand-content h2 { font-size: clamp(58px, 17vw, 74px); overflow-wrap: anywhere; }
  .brand-glow { right: -250px; }
  .field-row { grid-template-columns: 1fr; border-bottom: 0; }
  .field-row input { border-bottom: 1px solid rgba(255,255,255,.28); }
  .field-row .button { margin: 14px 0 0; }
  .field-row:focus-within { box-shadow: none; border-color: transparent; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 38px; }
  .footer-top > p { display: none; }
  .footer-bottom { flex-direction: column; gap: 20px; }
  .footer-bottom div { display: flex; gap: 24px; }.footer-bottom button { margin: 0; }
  .legal-dialog { padding: 38px 25px 28px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .particle-field { display: none; }
}
