:root {
  --ink: #090a07;
  --ink-2: #11120d;
  --acid: #eaff00;
  --acid-soft: #c7db19;
  --paper: #d8d0ae;
  --paper-light: #eee6c8;
  --red: #ef2518;
  --muted: #aaa68e;
  --line: rgba(234, 255, 0, .28);
  --header-h: 76px;
  --shadow: 8px 8px 0 #000;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body {
  margin: 0;
  color: var(--paper-light);
  background: var(--ink);
  font-family: Inter, Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
::selection { color: var(--ink); background: var(--acid); }

.grain {
  position: fixed; inset: 0; z-index: 100; pointer-events: none; opacity: .16;
  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='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}
.cursor-glow {
  position: fixed; width: 320px; height: 320px; border-radius: 50%; z-index: 2; pointer-events: none;
  background: radial-gradient(circle, rgba(234,255,0,.09), transparent 67%);
  transform: translate(-50%, -50%); opacity: 0; transition: opacity .25s;
}

.site-header {
  position: fixed; z-index: 90; top: 0; left: 0; width: 100%; height: var(--header-h);
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px;
  padding: 10px clamp(18px, 4vw, 64px); border-bottom: 1px solid rgba(234,255,0,.24);
  background: rgba(7,8,5,.84); backdrop-filter: blur(15px); transition: transform .35s, background .35s;
}
.site-header.scrolled { background: rgba(7,8,5,.96); }
.brand { display: inline-flex; align-items: center; gap: 11px; font: 900 15px/1 Impact, Haettenschweiler, "Arial Black", sans-serif; letter-spacing: .14em; }
.brand img { width: 52px; height: 52px; object-fit: cover; object-position: 50% 60%; border-radius: 50%; border: 2px solid var(--acid); }
.brand span { color: var(--acid); }
.nav { display: flex; justify-content: center; gap: clamp(18px, 3vw, 42px); }
.nav a { color: #d9d5bd; font: 800 11px/1.2 "Arial Narrow", Arial, sans-serif; letter-spacing: .14em; text-transform: uppercase; position: relative; }
.nav a::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 100%; height: 2px; background: var(--acid); transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.nav a:hover::after, .nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header-buy { padding: 14px 18px; color: var(--ink); background: var(--acid); border: 2px solid var(--acid); box-shadow: 4px 4px 0 var(--red); font: 900 11px/1 "Arial Black", sans-serif; letter-spacing: .1em; text-transform: uppercase; transform: skew(-3deg); transition: .2s; }
.header-buy:hover { transform: skew(-3deg) translate(-2px,-2px); box-shadow: 7px 7px 0 var(--red); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); background: transparent; padding: 10px; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--acid); transition: .25s; }

.panel { position: relative; min-height: 100svh; overflow: hidden; }
.hero { display: flex; align-items: center; padding: calc(var(--header-h) + 48px) clamp(20px, 7vw, 110px) 80px; }
.hero-art { position: absolute; inset: 0; }
.hero-art img { width: 100%; height: 115%; object-fit: cover; object-position: center; filter: saturate(1.05) contrast(1.08); }
.hero-vignette { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,5,3,.96) 0%, rgba(4,5,3,.74) 32%, rgba(4,5,3,.12) 64%), linear-gradient(0deg, rgba(4,5,3,.94), transparent 38%); }
.hero-content { position: relative; z-index: 3; width: min(630px, 70vw); }
.eyebrow, .section-no { color: var(--acid); font: 900 11px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .18em; text-transform: uppercase; }
.pulse-dot { display: inline-block; width: 8px; height: 8px; margin-right: 8px; background: var(--red); border-radius: 50%; box-shadow: 0 0 0 0 rgba(239,37,24,.7); animation: pulse 1.5s infinite; }
.burn-title {
  position: relative; margin: 13px 0 8px; width: fit-content; max-width: 100%; color: var(--acid);
  font: 900 clamp(3.7rem, 7.6vw, 7rem)/.78 Impact, Haettenschweiler, "Arial Black", sans-serif;
  letter-spacing: -.025em; text-transform: uppercase; transform: skew(-2deg); text-shadow: 0 -5px 16px rgba(239,37,24,.55), 5px 5px 0 #000;
  animation: ember 3.8s ease-in-out infinite;
}
.burn-title::before, .burn-title::after, .broken-heading::after { content: attr(data-text); position: absolute; inset: 0; pointer-events: none; }
.burn-title::before { color: var(--red); transform: translate(-2px,-3px); clip-path: polygon(0 0,100% 0,100% 23%,0 33%); opacity: .82; animation: glitch-top 4s steps(1) infinite; }
.burn-title::after { color: var(--paper-light); transform: translate(2px,3px); clip-path: polygon(0 72%,100% 62%,100% 100%,0 100%); opacity: .32; animation: glitch-bottom 5.4s steps(1) infinite; }
.burn-title.small { font-size: clamp(2.7rem, 5.3vw, 5.1rem); line-height: .9; }
.hero-mantra { margin: 22px 0 16px; color: var(--paper-light); font: 900 clamp(1.45rem, 2.8vw, 2.5rem)/.95 "Arial Black", Impact, sans-serif; letter-spacing: .035em; }
.hero-mantra em { color: var(--red); font-style: normal; }
.hero-copy { max-width: 510px; color: #c5c0a9; font: 600 15px/1.65 Arial, sans-serif; }
.hero-actions, .final-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0 18px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; min-width: 205px; gap: 22px; padding: 17px 19px; border: 2px solid var(--acid); font: 900 12px/1 "Arial Black", sans-serif; letter-spacing: .07em; text-transform: uppercase; transition: .22s; }
.button b { font-size: 20px; }
.button-primary { color: var(--ink); background: var(--acid); box-shadow: 5px 5px 0 var(--red); }
.button-ghost { color: var(--acid); background: rgba(6,7,4,.6); }
.button:hover, .button:focus-visible { transform: translate(-2px,-2px); box-shadow: 8px 8px 0 var(--red); }
.ca-card { display: grid; grid-template-columns: auto minmax(80px,1fr) auto; align-items: center; gap: 14px; width: min(520px, 100%); padding: 12px 14px; border: 1px solid rgba(234,255,0,.4); color: var(--paper-light); background: rgba(5,6,4,.72); cursor: pointer; text-align: left; }
.ca-card:hover { border-color: var(--acid); }
.ca-label { color: var(--muted); font: 800 9px/1 ui-monospace, monospace; letter-spacing: .12em; text-transform: uppercase; }
.ca-card code { overflow: hidden; text-overflow: ellipsis; font-size: 11px; white-space: nowrap; }
.copy-status { color: var(--acid); font: 900 9px/1 ui-monospace, monospace; letter-spacing: .1em; }
.scroll-mark { position: absolute; z-index: 3; right: clamp(22px, 4vw, 60px); bottom: 34px; display: flex; flex-direction: column; align-items: center; gap: 8px; color: var(--acid); font: 900 9px/1 monospace; letter-spacing: .15em; writing-mode: vertical-rl; }
.scroll-mark i { font: normal 22px/1 sans-serif; animation: bob 1.4s ease-in-out infinite; }

.marquee { position: relative; z-index: 5; overflow: hidden; padding: 16px 0; color: var(--ink); background: var(--acid); border-block: 4px solid var(--ink); transform: rotate(-.5deg) scale(1.02); }
.marquee-track { display: flex; width: max-content; gap: 28px; align-items: center; font: 900 14px/1 "Arial Black", sans-serif; letter-spacing: .12em; animation: marquee 22s linear infinite; }
.marquee-track b { color: var(--red); }

.paper-section { position: relative; color: var(--ink); background-color: var(--paper); background-image: radial-gradient(rgba(0,0,0,.15) .8px, transparent .8px), linear-gradient(105deg, transparent 0 48%, rgba(40,30,10,.07) 49%, transparent 50%); background-size: 6px 6px, 100% 100%; }
.dark-section { position: relative; background: var(--ink-2); }
.split-section { display: grid; grid-template-columns: minmax(320px, .88fr) minmax(360px, 1.12fr); gap: clamp(45px, 8vw, 120px); align-items: center; min-height: 850px; padding: 110px clamp(24px, 7vw, 110px); }
.section-image { position: relative; border: 4px solid var(--ink); box-shadow: var(--shadow); overflow: hidden; background: var(--ink); }
.section-image img, .wide-comic img, .circle-art img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s cubic-bezier(.2,.7,.2,1); }
.section-image:hover img, .wide-comic:hover img, .circle-art:hover img { transform: scale(1.035); }
.image-tall { height: min(680px, 75vw); transform: rotate(-1.5deg); }
.comic-tag { position: absolute; left: -6px; bottom: 28px; max-width: 88%; padding: 12px 18px; color: var(--ink); background: var(--acid); border: 3px solid var(--ink); font: 900 14px/1.1 "Arial Black", sans-serif; letter-spacing: .04em; transform: rotate(-2deg); }
.section-copy { position: relative; max-width: 650px; }
.section-copy .section-no, .paper-section .section-no { color: #455000; }
.broken-heading { position: relative; z-index: 1; margin: 16px 0 28px; color: var(--ink); font: 900 clamp(2.8rem, 5.4vw, 5.5rem)/.85 Impact, Haettenschweiler, "Arial Black", sans-serif; letter-spacing: -.02em; text-transform: uppercase; }
.broken-heading::after { z-index: -1; color: var(--red); transform: translate(4px,4px); clip-path: polygon(0 68%,100% 54%,100% 86%,0 97%); }
.lead { font: 900 clamp(1.2rem, 2vw, 1.7rem)/1.3 "Arial Black", sans-serif; }
.section-copy p:not(.lead) { max-width: 580px; font-size: 15px; line-height: 1.75; }
blockquote { margin: 34px 0; padding: 18px 24px; border-left: 8px solid var(--red); background: rgba(0,0,0,.08); font: 900 18px/1.4 "Arial Black", sans-serif; text-transform: uppercase; }
.stamp { position: absolute; right: 0; bottom: -55px; width: 120px; height: 120px; display: grid; place-content: center; border: 5px double var(--red); border-radius: 50%; color: var(--red); font: 900 14px/1.05 "Arial Black", sans-serif; text-align: center; transform: rotate(12deg); opacity: .85; }

.ritual-section { padding: 120px clamp(24px, 7vw, 110px); overflow: hidden; }
.ritual-section::before, .token-section::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: repeating-linear-gradient(112deg, transparent 0 90px, rgba(234,255,0,.025) 91px 93px); }
.section-heading { position: relative; z-index: 2; max-width: 900px; margin-bottom: 48px; }
.ritual-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr); gap: clamp(34px, 5vw, 76px); align-items: center; }
.wide-comic { margin: 0; border: 3px solid var(--acid); box-shadow: 10px 10px 0 #000, 14px 14px 0 var(--red); transform: rotate(.8deg); overflow: hidden; }
.wide-comic img { aspect-ratio: 1.3; }
.wide-comic figcaption, .section-image figcaption { padding: 13px 15px; color: var(--ink); background: var(--acid); font: 900 12px/1.2 "Arial Black", sans-serif; letter-spacing: .08em; }
.ritual-steps { margin: 0; padding: 0; list-style: none; }
.ritual-steps li { display: grid; grid-template-columns: 68px 1fr; gap: 16px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.ritual-steps li > span { color: transparent; -webkit-text-stroke: 1px var(--acid); font: 900 45px/.8 Impact, sans-serif; }
.ritual-steps h3 { margin: 0 0 8px; color: var(--acid); font: 900 20px/1 "Arial Black", sans-serif; text-transform: uppercase; }
.ritual-steps p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }

.rush-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(45px, 7vw, 100px); align-items: center; padding: 120px clamp(24px, 6vw, 96px); }
.rush-copy { max-width: 560px; }
.laws { display: grid; gap: 12px; }
.laws article { display: grid; grid-template-columns: 38px 1fr; gap: 5px 14px; padding: 16px; border: 2px solid var(--ink); background: rgba(255,255,255,.11); box-shadow: 4px 4px 0 rgba(0,0,0,.16); }
.laws b { grid-row: 1 / 3; color: var(--red); font: 900 30px/1 Impact, sans-serif; }
.laws h3 { margin: 0; font: 900 16px/1.2 "Arial Black", sans-serif; text-transform: uppercase; }
.laws p { margin: 2px 0 0; font-size: 13px; }
.image-wide { height: min(580px, 60vw); transform: rotate(1deg); }
.image-wide img { height: calc(100% - 42px); }

.token-section { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 8vw, 130px); align-items: center; padding: 120px clamp(24px, 8vw, 130px); }
.relic-wrap { position: relative; z-index: 1; aspect-ratio: 1; }
.relic-wrap img { position: relative; z-index: 2; width: 100%; height: 100%; object-fit: cover; border: 3px solid var(--acid); border-radius: 50%; box-shadow: 0 0 70px rgba(234,255,0,.2); }
.orbit { position: absolute; z-index: 3; inset: -18px; border: 1px dashed rgba(234,255,0,.55); border-radius: 50%; animation: spin 20s linear infinite; pointer-events: none; }
.orbit::after { content: "✦"; position: absolute; top: 12%; left: 3%; color: var(--red); font-size: 22px; }
.orbit-two { inset: -38px; animation-direction: reverse; animation-duration: 31s; }
.token-copy { position: relative; z-index: 2; }
.token-facts { margin: 32px 0; border-block: 1px solid var(--line); }
.token-facts div { display: flex; justify-content: space-between; gap: 20px; padding: 15px 2px; border-bottom: 1px solid rgba(234,255,0,.12); }
.token-facts dt { color: var(--muted); font: 800 10px/1.3 monospace; text-transform: uppercase; letter-spacing: .12em; }
.token-facts dd { margin: 0; color: var(--acid); font: 900 13px/1.3 "Arial Black", sans-serif; text-transform: uppercase; text-align: right; }
.contract-line { display: grid; grid-template-columns: auto minmax(0,1fr) auto; gap: 13px; width: 100%; padding: 15px; color: var(--paper-light); background: #060704; border: 1px solid var(--acid); cursor: pointer; }
.contract-line span, .contract-line strong { color: var(--acid); font: 900 10px/1.2 monospace; }
.contract-line code { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: left; }
.fine-print { color: #817f70; font: 11px/1.6 monospace; }

.circle-section { padding: 115px clamp(24px, 7vw, 110px); text-align: center; }
.centered { margin-inline: auto; }
.centered p { max-width: 560px; margin: -5px auto 35px; font-weight: 700; }
.circle-art { position: relative; max-width: 1080px; height: min(610px, 58vw); margin: 0 auto; border: 5px solid var(--ink); box-shadow: 12px 12px 0 var(--red); overflow: hidden; transform: rotate(-.5deg); }
.circle-art img { object-position: center; }
.archetypes { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; max-width: 1000px; margin: -42px auto 0; }
.archetypes article { min-height: 130px; padding: 25px 20px; color: var(--paper-light); background: var(--ink); border: 2px solid var(--acid); box-shadow: 5px 5px 0 var(--red); transform: rotate(1deg); }
.archetypes article:nth-child(2) { transform: translateY(8px) rotate(-1deg); }
.archetypes article:nth-child(3) { transform: rotate(1.4deg); }
.archetypes span { color: var(--acid); font: 900 10px/1 monospace; letter-spacing: .15em; }
.archetypes h3 { margin: 14px 0 0; font: 900 15px/1.35 "Arial Black", sans-serif; text-transform: uppercase; }

.final-section { display: grid; place-items: center; min-height: 900px; text-align: center; }
.final-bg { position: absolute; inset: -8% 0 0; width: 100%; height: 116%; object-fit: cover; }
.final-shade { position: absolute; inset: 0; background: radial-gradient(circle at center 40%, rgba(7,8,5,.1), rgba(7,8,5,.6) 55%, rgba(7,8,5,.96) 100%), linear-gradient(0deg, rgba(7,8,5,.98), transparent 55%); }
.final-content { position: relative; z-index: 4; display: flex; flex-direction: column; align-items: center; max-width: 780px; padding: 90px 24px; }
.final-logo { width: 112px; height: 112px; margin-bottom: 25px; object-fit: cover; border: 3px solid var(--acid); border-radius: 50%; box-shadow: 0 0 30px rgba(234,255,0,.5); }
.final-content .burn-title { margin-inline: auto; font-size: clamp(3.2rem, 6.7vw, 6.3rem); }
.final-content > p { max-width: 550px; color: #d0cbb4; font: 800 16px/1.6 Arial, sans-serif; }
.final-actions { justify-content: center; }
.icon-link { display: inline-flex; align-items: center; gap: 9px; padding: 12px; color: var(--paper-light); font: 900 11px/1 "Arial Black", sans-serif; text-transform: uppercase; }
.icon-link span { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--acid); color: var(--acid); }
.icon-link:hover span { color: var(--ink); background: var(--acid); }

footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 25px; min-height: 120px; padding: 25px clamp(20px,5vw,75px); border-top: 1px solid var(--line); background: #050603; }
.footer-brand img { width: 42px; height: 42px; }
footer p { margin: 0; color: #777668; font: 9px/1.5 monospace; letter-spacing: .07em; text-align: center; }
.footer-warning { justify-self: end; text-align: right; }
.toast { position: fixed; z-index: 120; left: 50%; bottom: 28px; max-width: calc(100% - 32px); padding: 15px 20px; color: var(--ink); background: var(--acid); border: 2px solid var(--ink); box-shadow: 6px 6px 0 var(--red); font: 900 11px/1.2 "Arial Black", sans-serif; letter-spacing: .06em; transform: translate(-50%, 120px) rotate(-1deg); opacity: 0; transition: .35s; }
.toast.show { transform: translate(-50%,0) rotate(-1deg); opacity: 1; }

.reveal, .reveal-left, .reveal-right { opacity: 0; transition: opacity .8s ease, transform .9s cubic-bezier(.2,.7,.2,1); }
.reveal { transform: translateY(32px); }
.reveal-left { transform: translateX(-40px) rotate(-2deg); }
.reveal-right { transform: translateX(40px) rotate(2deg); }
.visible { opacity: 1; transform: translate(0) rotate(var(--rest-rotate, 0deg)); }

@keyframes pulse { 70% { box-shadow: 0 0 0 9px rgba(239,37,24,0); } 100% { box-shadow: 0 0 0 0 rgba(239,37,24,0); } }
@keyframes ember { 0%,100% { filter: drop-shadow(0 -5px 4px rgba(239,37,24,.2)); } 50% { filter: drop-shadow(0 -9px 8px rgba(239,37,24,.48)); } }
@keyframes glitch-top { 0%,89%,100% { transform: translate(-2px,-3px); } 90% { transform: translate(6px,-4px); } 92% { transform: translate(-7px,1px); } 94% { transform: translate(-2px,-3px); } }
@keyframes glitch-bottom { 0%,91%,100% { transform: translate(2px,3px); } 92% { transform: translate(-6px,5px); } 95% { transform: translate(8px,2px); } 97% { transform: translate(2px,3px); } }
@keyframes bob { 50% { transform: translateY(7px); } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 980px) {
  :root { --header-h: 68px; }
  .site-header { grid-template-columns: 1fr auto; padding-inline: 18px; }
  .header-buy { display: none; }
  .menu-toggle { display: block; }
  .nav { position: fixed; inset: var(--header-h) 0 auto; display: flex; flex-direction: column; align-items: center; gap: 0; padding: 15px 20px 28px; background: rgba(6,7,4,.98); border-bottom: 1px solid var(--acid); transform: translateY(-125%); transition: transform .35s; }
  .nav.open { transform: translateY(0); }
  .nav a { width: 100%; padding: 18px; border-bottom: 1px solid rgba(234,255,0,.13); text-align: center; }
  .menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.active span:nth-child(2) { opacity: 0; }
  .menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .split-section, .token-section { grid-template-columns: 1fr; }
  .split-section { gap: 65px; }
  .image-tall { width: min(680px, 90%); height: min(700px, 100vw); margin: auto; }
  .ritual-grid, .rush-section { grid-template-columns: 1fr; }
  .rush-copy { max-width: none; }
  .rush-section .section-image { grid-row: 1; }
  .image-wide { height: min(610px, 62vw); }
  .token-section { padding-block: 105px; }
  .relic-wrap { width: min(580px, 88vw); margin: auto; }
  footer { grid-template-columns: 1fr; justify-items: center; }
  .footer-warning { justify-self: center; text-align: center; }
}

@media (max-width: 650px) {
  .brand span { font-size: 13px; }
  .hero { align-items: flex-end; padding: 110px 18px 78px; min-height: 820px; }
  .hero-art img { height: 100%; object-position: 65% center; }
  .hero-vignette { background: linear-gradient(0deg, rgba(4,5,3,.98) 0%, rgba(4,5,3,.73) 58%, rgba(4,5,3,.12) 100%); }
  .hero-content { width: 100%; }
  .burn-title { font-size: clamp(3.45rem, 18vw, 5rem); }
  .hero-mantra { font-size: 1.5rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; }
  .ca-card { grid-template-columns: 1fr auto; }
  .ca-label { grid-column: 1 / 3; }
  .scroll-mark { display: none; }
  .split-section, .ritual-section, .rush-section, .token-section, .circle-section { padding: 85px 20px; }
  .split-section { min-height: auto; }
  .image-tall { width: 94%; height: 123vw; }
  .broken-heading { font-size: clamp(2.7rem, 13vw, 4rem); }
  .stamp { position: static; margin: 32px 0 0 auto; }
  .ritual-grid { gap: 45px; }
  .wide-comic img { aspect-ratio: .95; object-position: 57% center; }
  .ritual-steps li { grid-template-columns: 55px 1fr; }
  .image-wide { height: 98vw; }
  .image-wide img { object-position: 68% center; }
  .relic-wrap { width: 82vw; }
  .orbit-two { inset: -25px; }
  .token-facts div { align-items: center; }
  .circle-art { height: 115vw; }
  .circle-art img { object-position: center; }
  .archetypes { grid-template-columns: 1fr; margin-top: 24px; }
  .archetypes article, .archetypes article:nth-child(2), .archetypes article:nth-child(3) { transform: none; }
  .final-section { min-height: 830px; }
  .final-bg { object-position: 52% center; }
  .final-logo { width: 90px; height: 90px; }
  .final-actions { width: 100%; }
  .icon-link { flex: 1; justify-content: center; }
}

@media (hover: none), (prefers-reduced-motion: reduce) {
  .cursor-glow { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .reveal, .reveal-left, .reveal-right { opacity: 1; transform: none; }
}
