:root {
  --bg: #05070d;
  --bg-deep: #02040a;
  --surface: #081327;
  --surface-2: #0b1020;
  --text: #f5f7ff;
  --muted: #9ba8bd;
  --line: rgba(127, 177, 222, 0.2);
  --cyan: #46f6ff;
  --violet: #b36bff;
  --magenta: #ff4fd8;
  --danger: #ff4d6d;
  --max: 1240px;
  --display: "Avenir Next", "Trebuchet MS", ui-sans-serif, system-ui, sans-serif;
  --body: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; overflow-x: hidden; background: var(--bg); color: var(--text); font-family: var(--body); line-height: 1.55; }
body::before { content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .18; background-image: radial-gradient(circle at 18% 19%, #9fe9ff 0 1px, transparent 1.5px), radial-gradient(circle at 76% 32%, #ad7dff 0 1px, transparent 1.5px), radial-gradient(circle at 45% 70%, #fff 0 1px, transparent 1.5px); background-size: 233px 233px, 307px 307px, 397px 397px; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
img { max-width: 100%; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; transform: translateY(-160%); padding: 10px 16px; border-radius: 4px; background: var(--cyan); color: #001015; font-weight: 800; }
.skip-link:focus { transform: none; }
:focus-visible { outline: 2px solid var(--cyan); outline-offset: 4px; }

.site-header { position: absolute; top: 0; left: 50%; z-index: 20; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; width: min(calc(100% - 48px), var(--max)); min-height: 86px; transform: translateX(-50%); border-bottom: 1px solid var(--line); }
.site-header.compact { position: relative; }
.site-header.scrolled { position: fixed; width: 100%; max-width: none; min-height: 68px; padding-inline: max(24px, calc((100% - var(--max)) / 2)); background: rgba(5, 7, 13, .84); border-color: rgba(70, 246, 255, .18); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; justify-self: start; gap: 11px; width: fit-content; color: var(--text); font-family: var(--display); font-size: 1.23rem; font-weight: 800; letter-spacing: -.04em; text-decoration: none; }
.brand img { width: 40px; height: 40px; border-radius: 10px; box-shadow: 0 0 20px rgba(70, 246, 255, .14); }
.site-nav { display: flex; align-items: center; gap: 34px; }
.site-nav a, .site-footer nav a { color: #c3cede; font-size: .84rem; text-decoration: none; transition: color .2s ease; }
.site-nav a:hover, .site-footer nav a:hover { color: var(--cyan); }
.release-status { display: inline-flex; align-items: center; justify-self: end; gap: 9px; color: var(--muted); font-size: .78rem; text-decoration: none; transition: color .2s ease; }
.release-status:hover { color: var(--cyan); }
.release-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); }

.hero { position: relative; display: grid; align-items: center; min-height: min(900px, 100svh); padding: 130px max(24px, calc((100% - var(--max)) / 2)) 72px; isolation: isolate; border-bottom: 1px solid var(--line); }
.hero-art { position: absolute; z-index: -2; inset: 0; background: url('/assets/gravisnap-hero.jpg') center right / cover no-repeat; }
.hero-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,7,13,.98) 0%, rgba(5,7,13,.88) 28%, rgba(5,7,13,.15) 63%, rgba(5,7,13,.08) 100%), linear-gradient(0deg, var(--bg) 0%, transparent 18%); }
.hero-copy { width: min(630px, 52vw); }
.hero h1, .section h2, .final-cta h2, .legal-shell h1 { margin: 0; font-family: var(--display); font-weight: 800; letter-spacing: -.055em; line-height: .98; }
.hero h1 { max-width: 700px; font-size: clamp(3.5rem, 6.4vw, 6.25rem); }
.hero h1 em { color: var(--cyan); font-style: normal; text-shadow: 0 0 28px rgba(70, 246, 255, .16); }
.hero-copy > p { max-width: 520px; margin: 29px 0 0; color: #c2cada; font-size: clamp(1rem, 1.45vw, 1.18rem); }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 35px; min-height: 54px; padding: 0 24px; border: 1px solid transparent; border-radius: 3px; font-size: .89rem; font-weight: 800; letter-spacing: .02em; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { min-width: 222px; background: var(--cyan); color: #001217; box-shadow: 0 0 0 1px #a9fcff inset, 0 0 28px rgba(70, 246, 255, .14); clip-path: polygon(8px 0, calc(100% - 17px) 0, 100% 50%, calc(100% - 17px) 100%, 8px 100%, 0 calc(100% - 8px), 0 8px); }
.button-primary:hover { background: #8afaff; box-shadow: 0 0 36px rgba(70, 246, 255, .32); }
.coming-soon { display: inline-flex; align-items: center; gap: 10px; color: var(--muted); font-size: .82rem; text-decoration: none; transition: color .2s ease; }
.coming-soon:hover { color: var(--text); }
.coming-soon > span { display: grid; width: 27px; height: 27px; place-items: center; border: 1px solid #5d6d80; border-radius: 50%; color: var(--text); }
.scroll-cue { position: absolute; right: max(24px, calc((100% - var(--max)) / 2)); bottom: 35px; display: grid; width: 31px; height: 48px; place-items: start center; border: 1px solid rgba(255,255,255,.35); border-radius: 18px; }
.scroll-cue span { width: 3px; height: 9px; margin-top: 9px; border-radius: 2px; background: var(--cyan); animation: scrollCue 1.7s ease-in-out infinite; }
@keyframes scrollCue { 50% { transform: translateY(17px); opacity: .25; } }

.section { padding: 120px max(24px, calc((100% - var(--max)) / 2)); }
.section-label { display: flex; align-items: center; gap: 16px; margin: 0 0 22px; color: var(--cyan); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .72rem; font-weight: 800; letter-spacing: .21em; text-transform: uppercase; }
.section-label::after { content: ""; width: 42px; height: 1px; background: currentColor; opacity: .65; }
.section h2 { font-size: clamp(2.8rem, 5vw, 5.2rem); }
.section-copy { max-width: 410px; margin: 26px 0 0; color: var(--muted); }
.section-intro { display: grid; grid-template-columns: 1fr 1fr; align-items: end; }
.section-intro .section-label { grid-column: 1 / -1; }
.section-intro .section-copy { justify-self: end; }

.gameplay { position: relative; overflow: hidden; }
.gameplay::after { content: ""; position: absolute; right: -18vw; top: 10%; z-index: -1; width: 55vw; height: 55vw; border: 1px solid rgba(70,246,255,.06); border-radius: 50%; box-shadow: 0 0 0 8vw rgba(179,107,255,.018), 0 0 0 16vw rgba(70,246,255,.012); }
.mechanics { display: grid; grid-template-columns: minmax(280px, .85fr) minmax(420px, 1.25fr); gap: clamp(42px, 7vw, 100px); align-items: center; margin-top: 90px; }
.mechanic-tabs { position: relative; display: grid; }
.mechanic-tabs::before { content: ""; position: absolute; left: 19px; top: 44px; bottom: 44px; width: 1px; background: linear-gradient(var(--cyan), var(--violet), var(--danger)); opacity: .25; }
.mechanic-tab { position: relative; display: grid; grid-template-columns: 40px 1fr; gap: 18px; padding: 22px 18px 22px 0; border: 0; border-right: 2px solid transparent; background: transparent; color: inherit; text-align: left; cursor: pointer; opacity: .5; transition: opacity .2s, border-color .2s, background .2s; }
.mechanic-tab:hover, .mechanic-tab.active { opacity: 1; }
.mechanic-tab.active { border-color: var(--orbit-color, var(--cyan)); background: linear-gradient(90deg, transparent, rgba(70,246,255,.035)); }
.tab-index { position: relative; z-index: 1; display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid currentColor; border-radius: 50%; background: var(--bg); color: var(--orbit-color, var(--cyan)); font-family: ui-monospace, monospace; font-size: .66rem; }
.mechanic-tab strong, .mechanic-tab small { display: block; }
.mechanic-tab strong { color: var(--orbit-color, var(--cyan)); font-size: 1.08rem; }
.mechanic-tab small { max-width: 285px; margin-top: 5px; color: var(--muted); font-size: .83rem; line-height: 1.5; }
.mechanic-tab[data-orbit="shield"] { --orbit-color: var(--violet); }
.mechanic-tab[data-orbit="panic"] { --orbit-color: var(--danger); }

.orbit-stage { --orbit-color: var(--cyan); position: relative; min-height: 600px; transition: --orbit-color .3s; }
.orbit-stage[data-orbit-stage="shield"] { --orbit-color: var(--violet); }
.orbit-stage[data-orbit-stage="panic"] { --orbit-color: var(--danger); }
.orbit-field { position: absolute; inset: 6% 4% 10%; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid color-mix(in srgb, var(--orbit-color) 68%, transparent); border-radius: 50%; box-shadow: 0 0 18px color-mix(in srgb, var(--orbit-color) 12%, transparent), inset 0 0 18px color-mix(in srgb, var(--orbit-color) 8%, transparent); transition: border-color .3s, transform .3s; }
.orbit-outer { width: min(100%, 540px); aspect-ratio: 1.25; transform: rotate(-9deg); }
.orbit-middle { width: min(79%, 425px); aspect-ratio: 1; transform: rotate(17deg); border-style: dashed; opacity: .7; }
.orbit-inner { width: min(47%, 250px); aspect-ratio: 1.2; transform: rotate(-25deg); opacity: .5; }
.orbit i, .orbit b { position: absolute; display: block; width: 12px; height: 12px; border: 2px solid var(--orbit-color); border-radius: 50%; background: var(--bg); box-shadow: 0 0 15px var(--orbit-color); }
.orbit-outer i { top: 7%; left: 26%; }
.orbit-outer b { right: 1%; bottom: 29%; }
.orbit-middle i { left: 8%; bottom: 22%; }
.orbit-inner i { top: 2%; right: 24%; }
.gravity-well { width: 96px; aspect-ratio: 1; border: 2px solid var(--violet); border-radius: 50%; background: radial-gradient(circle, #01020a 29%, #311064 50%, transparent 70%); box-shadow: 0 0 22px var(--violet), 0 0 80px rgba(109,45,197,.4); animation: pulse 3s ease-in-out infinite; }
.mini-ship { position: absolute; top: 18%; left: 22%; color: var(--cyan); font-size: 32px; filter: drop-shadow(0 0 8px var(--cyan)); transform: rotate(42deg); animation: shipFloat 2.5s ease-in-out infinite; }
.orbit-stage[data-orbit-stage="panic"] .orbit-outer { transform: rotate(-9deg) scale(.82); }
.orbit-caption { position: absolute; right: 0; bottom: 2%; display: flex; align-items: center; gap: 15px; min-width: 210px; padding: 16px 18px; border-left: 1px solid var(--orbit-color); background: rgba(5,7,13,.75); }
.orbit-caption strong, .orbit-caption small { display: block; }
.orbit-caption strong { color: var(--orbit-color); }
.orbit-caption small { color: var(--muted); }
.orbit-signal { width: 9px; height: 9px; border-radius: 50%; background: var(--orbit-color); box-shadow: 0 0 14px var(--orbit-color); }
@keyframes pulse { 50% { transform: scale(.92); filter: brightness(1.25); } }
@keyframes shipFloat { 50% { transform: rotate(42deg) translateY(-9px); } }
.orbit-legend { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 58px; border: 1px solid var(--line); background: var(--line); }
.orbit-legend > div { display: flex; align-items: center; gap: 16px; min-height: 92px; padding: 20px 25px; background: var(--bg); }
.orbit-legend i { width: 14px; height: 14px; flex: 0 0 auto; border: 2px solid currentColor; border-radius: 50%; box-shadow: 0 0 12px currentColor; }
.orbit-legend i.normal { color: var(--cyan); }.orbit-legend i.shield { color: var(--violet); }.orbit-legend i.panic { color: var(--danger); }
.orbit-legend strong, .orbit-legend span { display: block; }
.orbit-legend strong { color: var(--text); font-size: .88rem; }
.orbit-legend span { color: var(--muted); font-size: .76rem; }

.modes { padding-top: 80px; border-top: 1px solid var(--line); background: linear-gradient(180deg, #05070d, #070b16 55%, #05070d); }
.modes-heading { display: flex; align-items: end; justify-content: space-between; }
.modes-heading .section-label { align-self: start; }
.mode-split { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 70px; }
.mode { position: relative; display: flex; align-items: end; min-height: 520px; overflow: hidden; padding: 42px; border: 1px solid var(--mode-color); isolation: isolate; clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 0 100%); transition: transform .25s, box-shadow .25s; }
.mode:hover { transform: translateY(-5px); box-shadow: 0 22px 70px color-mix(in srgb, var(--mode-color) 12%, transparent); }
.mode::before { content: ""; position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at 50% 40%, color-mix(in srgb, var(--mode-color) 30%, transparent), transparent 35%), linear-gradient(180deg, rgba(4,12,29,.2), #030710 82%); }
.mode::after { content: ""; position: absolute; inset: 0; z-index: -1; background-image: radial-gradient(circle at 20% 30%, white 0 1px, transparent 1.5px), radial-gradient(circle at 75% 20%, var(--mode-color) 0 1px, transparent 1.5px); background-size: 113px 113px, 173px 173px; opacity: .28; }
.mode-classic { --mode-color: var(--cyan); }
.mode-adventure { --mode-color: var(--violet); }
.mode-orbit { position: absolute; top: 7%; left: 50%; display: grid; width: 270px; aspect-ratio: 1; place-items: center; transform: translateX(-50%); border: 1px solid var(--mode-color); border-radius: 50%; box-shadow: 0 0 0 38px color-mix(in srgb, var(--mode-color) 5%, transparent), 0 0 0 86px color-mix(in srgb, var(--mode-color) 3%, transparent), inset 0 0 45px color-mix(in srgb, var(--mode-color) 18%, transparent); }
.mode-orbit span { display: grid; width: 104px; height: 104px; place-items: center; border: 1px solid var(--mode-color); border-radius: 50%; background: rgba(2,4,10,.7); color: var(--mode-color); font-size: 3.2rem; text-shadow: 0 0 18px var(--mode-color); }
.mode-copy > span { color: var(--mode-color); font-family: ui-monospace, monospace; font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; }
.mode h3 { margin: 7px 0 8px; font-family: var(--display); font-size: clamp(2.5rem, 4vw, 4.2rem); letter-spacing: -.05em; }
.mode p { max-width: 390px; margin: 0; color: #aebbd0; }

.progress { display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(55px, 8vw, 110px); align-items: center; min-height: 780px; }
.progress-visual { position: relative; min-height: 560px; display: grid; place-items: center; }
.progress-visual::before { content: ""; position: absolute; inset: 8% 4%; border: 1px solid var(--line); background: radial-gradient(circle at 50% 65%, rgba(70,246,255,.13), transparent 27%), #050a14; clip-path: polygon(14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 14px); }
.progress-visual img { position: relative; z-index: 2; width: min(70%, 430px); border-radius: 22%; transform: perspective(900px) rotateY(-9deg) rotateX(4deg); box-shadow: 0 35px 80px rgba(0,0,0,.55), 0 0 40px rgba(70,246,255,.11); }
.hangar-rings { position: absolute; z-index: 1; bottom: 13%; width: 60%; height: 18%; border: 2px solid var(--cyan); border-radius: 50%; box-shadow: 0 0 20px var(--cyan), inset 0 0 20px var(--cyan), 0 0 0 16px rgba(70,246,255,.04), 0 0 0 36px rgba(70,246,255,.025); }
.skin-rail { position: absolute; z-index: 3; right: 1%; bottom: 14%; display: flex; gap: 7px; padding: 10px; background: rgba(2,4,10,.82); border: 1px solid var(--line); backdrop-filter: blur(8px); }
.skin { display: grid; width: 44px; height: 62px; place-items: center; border: 1px solid color-mix(in srgb, var(--skin) 55%, transparent); color: var(--skin); cursor: default; }
.skin.active { background: color-mix(in srgb, var(--skin) 13%, transparent); box-shadow: inset 0 -2px var(--skin); }
.skin i { width: 15px; height: 27px; background: currentColor; clip-path: polygon(50% 0, 100% 100%, 50% 76%, 0 100%); filter: drop-shadow(0 0 7px currentColor); }
.progress-list { display: grid; margin-top: 45px; }
.progress-list > div { display: grid; grid-template-columns: 40px 1fr; gap: 18px; padding: 22px 0; border-top: 1px solid var(--line); }
.progress-list > div:last-child { border-bottom: 1px solid var(--line); }
.progress-list > div > span { color: var(--cyan); font-family: ui-monospace, monospace; font-size: .68rem; }
.progress-list p { margin: 0; color: var(--muted); font-size: .88rem; }
.progress-list strong { display: block; margin-bottom: 3px; color: var(--text); font-size: 1rem; }

.final-cta { position: relative; display: grid; min-height: 540px; place-items: center; align-content: center; overflow: hidden; padding: 90px 24px; text-align: center; border-block: 1px solid var(--line); isolation: isolate; }
.final-cta::before { content: ""; position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at 82% 50%, rgba(107,42,181,.4), transparent 22%), radial-gradient(circle at 15% 65%, rgba(27,100,142,.2), transparent 18%), #03050b; }
.final-cta .section-label { justify-content: center; }
.final-cta .section-label::after { display: none; }
.final-cta h2 { margin-bottom: 34px; font-size: clamp(3.2rem, 7vw, 6rem); }
.final-cta > p:last-child { margin: 17px 0 0; color: var(--muted); font-size: .8rem; }
.cta-orbit { position: absolute; z-index: -1; width: min(82vw, 1000px); aspect-ratio: 2.4; border: 1px solid rgba(179,107,255,.28); border-radius: 50%; transform: rotate(-7deg); box-shadow: 0 0 0 85px rgba(70,246,255,.015), inset 0 0 80px rgba(179,107,255,.07); }

.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; width: min(calc(100% - 48px), var(--max)); min-height: 110px; margin: auto; }
.site-footer p { color: #667387; font-size: .75rem; }
.site-footer nav { display: flex; justify-self: end; gap: 30px; }

.reveal { opacity: 1; transform: none; transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

.legal-page { min-height: 100vh; }
.legal-shell { width: min(calc(100% - 48px), 850px); min-height: calc(100vh - 220px); margin: 0 auto; padding: 130px 0 90px; }
.legal-shell::before { content: ""; position: absolute; top: 90px; right: 6%; z-index: -1; width: 360px; aspect-ratio: 1; border: 1px solid rgba(70,246,255,.1); border-radius: 50%; box-shadow: 0 0 0 60px rgba(179,107,255,.025); }
.back-link { display: inline-block; margin-bottom: 70px; color: var(--muted); font-size: .8rem; text-decoration: none; }
.back-link:hover { color: var(--cyan); }
.legal-shell h1 { max-width: 720px; font-size: clamp(3.5rem, 8vw, 6.4rem); }
.legal-date { margin: 20px 0 50px; color: var(--muted); font-size: .84rem; }
.legal-content { padding-left: 27%; border-top: 1px solid var(--line); }
.legal-content > p:first-child { margin-top: 40px; color: #c5cede; font-size: 1.05rem; }
.legal-content h2 { margin: 50px 0 12px; font-family: var(--display); font-size: 1.55rem; }
.legal-content p { color: var(--muted); }
.legal-content a { color: var(--cyan); }
.support-shell { max-width: 940px; }
.support-lead { max-width: 650px; margin: 30px 0 38px; color: #bdc7d8; font-size: 1.08rem; }
.support-notes { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 80px; border: 1px solid var(--line); background: var(--line); }
.support-notes p { margin: 0; padding: 28px; background: var(--bg); }
.support-notes strong, .support-notes span { display: block; }
.support-notes strong { color: var(--cyan); }.support-notes span { margin-top: 6px; color: var(--muted); font-size: .84rem; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-nav { display: none; }
  .hero { min-height: 760px; align-items: end; }
  .hero-art { background-position: 60% center; }
  .hero-art::after { background: linear-gradient(0deg, var(--bg) 5%, rgba(5,7,13,.75) 52%, rgba(5,7,13,.2) 100%), linear-gradient(90deg, rgba(5,7,13,.5), transparent); }
  .hero-copy { width: 100%; }
  .section-intro { grid-template-columns: 1fr; }
  .section-intro .section-copy { justify-self: start; }
  .mechanics { grid-template-columns: 1fr; }
  .orbit-stage { min-height: 520px; }
  .mode-split { grid-template-columns: 1fr; }
  .mode { min-height: 470px; }
  .progress { grid-template-columns: 1fr; }
  .progress-visual { order: 2; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer p { display: none; }
}

@media (max-width: 620px) {
  .site-header { width: calc(100% - 32px); min-height: 72px; }
  .site-header.scrolled { width: 100%; padding-inline: 16px; }
  .release-status { font-size: .68rem; }
  .brand { font-size: 1.05rem; }
  .brand img { width: 34px; height: 34px; border-radius: 8px; }
  .hero { min-height: 760px; padding: 110px 20px 56px; }
  .hero-art { background-position: 66% center; }
  .hero h1 { font-size: clamp(3.1rem, 14vw, 4.8rem); }
  .hero-copy > p { font-size: .96rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 17px; }
  .button-primary { width: 100%; }
  .scroll-cue { display: none; }
  .section { padding: 86px 20px; }
  .section h2 { font-size: clamp(2.7rem, 13vw, 4.3rem); }
  .mechanics { margin-top: 50px; }
  .mechanic-tab { padding-right: 5px; }
  .orbit-stage { min-height: 400px; }
  .orbit-field { inset: 4% 0 18%; }
  .orbit-caption { bottom: 0; }
  .orbit-legend { grid-template-columns: 1fr; }
  .orbit-legend > div { min-height: 75px; }
  .modes-heading { display: block; }
  .mode-split { margin-top: 45px; }
  .mode { min-height: 430px; padding: 28px; }
  .mode-orbit { width: 220px; }
  .progress { gap: 30px; }
  .progress-visual { min-height: 410px; }
  .progress-visual img { width: 72%; }
  .skin-rail { right: 0; bottom: 5%; }
  .skin { width: 36px; height: 52px; }
  .final-cta { min-height: 470px; }
  .site-footer { width: calc(100% - 40px); min-height: 90px; }
  .site-footer nav { gap: 18px; }
  .legal-shell { width: calc(100% - 40px); padding-top: 105px; }
  .back-link { margin-bottom: 50px; }
  .legal-content { padding-left: 0; }
  .support-notes { grid-template-columns: 1fr; }
}

@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; }
}
