:root {
  --ink: #050708;
  --ink-soft: #0a0f11;
  --panel: rgba(14, 22, 24, 0.74);
  --line: rgba(194, 245, 255, 0.16);
  --line-strong: rgba(194, 245, 255, 0.38);
  --ice: #d9f8ff;
  --muted: #88a0a5;
  --cyan: #7eeeff;
  --acid: #c9ff4a;
  --display: "Avenir Next Condensed", "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --text: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --mono: "SFMono-Regular", "Roboto Mono", "Liberation Mono", Menlo, monospace;
  --max: 1380px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ice);
  background:
    radial-gradient(circle at 75% 12%, rgba(49, 170, 194, 0.10), transparent 28rem),
    var(--ink);
  font-family: var(--text);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body.menu-open { overflow: hidden; }

a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }

::selection { background: var(--acid); color: var(--ink); }

.scan-grid {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(126, 238, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(126, 238, 255, 0.045) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

.cursor-glow {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(126, 238, 255, 0.09), transparent 68%);
  opacity: 0;
  transition: opacity 0.3s ease;
  mix-blend-mode: screen;
}

.cursor-glow.is-active { opacity: 1; }

.boot-screen {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-content: center;
  gap: 18px;
  background: #020304;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}

.boot-screen.is-hidden { opacity: 0; visibility: hidden; }

.boot-mark {
  font-family: var(--display);
  font-size: clamp(2.25rem, 7vw, 4.8rem);
  font-weight: 300;
  letter-spacing: -0.07em;
  line-height: 1;
}

.boot-mark span { color: var(--cyan); }
.boot-line { width: min(58vw, 320px); height: 1px; background: rgba(255,255,255,0.12); overflow: hidden; }
.boot-line i { display: block; width: 40%; height: 100%; background: var(--acid); animation: boot 1.1s ease-in-out infinite; }
.boot-screen small { color: var(--muted); font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.16em; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 86px;
  padding: 0 3vw;
  border-bottom: 1px solid transparent;
  transition: min-height 0.35s ease, background 0.35s ease, border-color 0.35s ease, backdrop-filter 0.35s ease;
}

.site-header.is-scrolled {
  min-height: 68px;
  background: rgba(5, 7, 8, 0.84);
  border-color: var(--line);
  backdrop-filter: blur(18px);
}

.brand { justify-self: start; display: inline-flex; align-items: center; gap: 12px; }
.brand-orbit { position: relative; width: 24px; aspect-ratio: 1; border: 1px solid rgba(126,238,255,.55); border-radius: 50%; }
.brand-orbit::before, .brand-orbit::after { content: ""; position: absolute; inset: 4px; border: 1px solid rgba(126,238,255,.26); border-radius: 50%; }
.brand-orbit::after { inset: 9px; background: var(--acid); border: 0; box-shadow: 0 0 12px var(--acid); }
.brand-orbit i { position: absolute; inset: -4px 10px; border-left: 1px solid rgba(126,238,255,.75); transform: rotate(38deg); animation: orbit-spin 5s linear infinite; }
.brand-word { font-family: var(--display); font-size: 1.35rem; font-weight: 520; letter-spacing: -0.05em; }
.brand-word span { color: var(--cyan); font-weight: 300; }

.desktop-nav { display: flex; align-items: center; gap: 36px; }
.desktop-nav a { position: relative; color: #b2c3c7; font-family: var(--mono); font-size: 0.75rem; letter-spacing: 0.08em; text-transform: uppercase; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--acid); transition: right 0.25s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }

.header-buy {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 11px 16px;
  border: 1px solid var(--line-strong);
  font-family: var(--mono);
  font-size: 0.74rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: color .25s ease, background .25s ease, border-color .25s ease;
}

.header-buy:hover { color: var(--ink); background: var(--acid); border-color: var(--acid); }
.menu-toggle { display: none; justify-self: end; width: 42px; height: 42px; padding: 0; border: 0; background: transparent; color: white; }
.menu-toggle span { display: block; width: 24px; height: 1px; margin: 6px auto; background: currentColor; transition: transform .3s ease; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: none;
  padding: 120px 7vw 44px;
  background: rgba(5, 7, 8, .98);
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease, visibility .3s ease;
}
.mobile-menu.is-open { opacity: 1; visibility: visible; }
.mobile-menu nav { display: grid; }
.mobile-menu nav a { padding: 18px 0; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: clamp(1.7rem, 8vw, 3rem); font-weight: 300; letter-spacing: -.04em; }
.mobile-menu p { align-self: end; margin: auto 0 0; color: var(--muted); font-family: var(--mono); font-size: .72rem; letter-spacing: .14em; line-height: 1.8; }

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, #050708 0%, rgba(5,7,8,.92) 27%, rgba(5,7,8,.34) 61%, rgba(5,7,8,.02) 100%);
}

.hero-visual { position: absolute; inset: 0; overflow: hidden; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(5,7,8,.15), transparent 60%, #050708); }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.9) contrast(1.05); animation: hero-breathe 12s ease-in-out infinite alternate; }

.scan-plane { position: absolute; z-index: 2; top: 12%; bottom: 14%; width: 1px; background: linear-gradient(transparent, var(--cyan), transparent); opacity: .44; box-shadow: 0 0 22px rgba(126,238,255,.6); }
.plane-one { left: 65%; animation: scan-x 9s ease-in-out infinite; }
.plane-two { left: 83%; animation: scan-x 13s ease-in-out infinite reverse; }
.image-coordinate { position: absolute; z-index: 3; color: rgba(217,248,255,.65); font-family: var(--mono); font-size: .64rem; letter-spacing: .12em; }
.coord-a { right: 3vw; top: 24%; writing-mode: vertical-rl; }
.coord-b { right: 3vw; bottom: 23%; }

.hero-copy {
  position: relative;
  z-index: 5;
  width: min(720px, 47vw);
  margin-left: max(5vw, calc((100vw - var(--max)) / 2));
  padding-top: 60px;
}

.eyebrow { display: flex; align-items: center; gap: 11px; color: #99adb2; font-family: var(--mono); font-size: .69rem; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { width: 32px; height: 1px; background: var(--acid); box-shadow: 0 0 9px rgba(201,255,74,.65); }

h1, h2 { margin: 22px 0 26px; font-family: var(--display); font-weight: 300; letter-spacing: -.065em; line-height: .94; }
h1 { max-width: 780px; font-size: clamp(3.2rem, 6.3vw, 5.65rem); }
h2 { font-size: clamp(2.9rem, 5.4vw, 4.8rem); }
h1 em, h2 em { color: var(--cyan); font-style: normal; font-weight: 270; text-shadow: 0 0 35px rgba(126,238,255,.18); }

.hero-lede { max-width: 570px; margin: 0; color: #a9bec3; font-size: clamp(1rem, 1.3vw, 1.12rem); line-height: 1.72; }
.hero-actions { display: flex; gap: 12px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; min-width: 190px; padding: 14px 17px; border: 1px solid var(--line-strong); font-family: var(--mono); font-size: .74rem; letter-spacing: .06em; text-transform: uppercase; transition: transform .25s ease, border-color .25s ease, background .25s ease, color .25s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: #081013; background: var(--acid); border-color: var(--acid); box-shadow: 0 0 34px rgba(201,255,74,.13); }
.button-primary:hover { background: var(--cyan); border-color: var(--cyan); }
.button-ghost:hover { border-color: var(--cyan); }

.hero-footer { position: absolute; z-index: 5; left: 3vw; right: 3vw; bottom: 26px; display: flex; align-items: end; justify-content: space-between; }
.contract-mini > span { display: block; margin-bottom: 4px; color: var(--muted); font-family: var(--mono); font-size: .6rem; letter-spacing: .14em; }
.copy-ca { color: inherit; cursor: pointer; }
.contract-mini button { display: inline-flex; align-items: center; gap: 12px; padding: 0; border: 0; background: transparent; }
.contract-mini code { max-width: 180px; overflow: hidden; color: var(--ice); font-family: var(--mono); font-size: .75rem; text-overflow: ellipsis; }
.copy-icon { position: relative; display: inline-block; width: 14px; height: 14px; border: 1px solid rgba(217,248,255,.62); }
.copy-icon::after { content: ""; position: absolute; inset: 3px -4px -4px 3px; border: 1px solid rgba(217,248,255,.35); }
.scroll-cue { display: inline-flex; align-items: center; gap: 12px; color: var(--muted); font-family: var(--mono); font-size: .67rem; letter-spacing: .1em; text-transform: uppercase; }
.scroll-cue i { position: relative; display: block; width: 1px; height: 48px; background: var(--line-strong); overflow: hidden; }
.scroll-cue i::after { content: ""; position: absolute; inset: -30% 0 65%; background: var(--acid); animation: scroll-line 2s ease-in-out infinite; }

.section-shell { position: relative; max-width: var(--max); margin: 0 auto; padding: 150px 3vw; }
.section-index { display: flex; align-items: center; gap: 14px; color: var(--muted); font-family: var(--mono); font-size: .67rem; letter-spacing: .13em; }
.section-index span { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid var(--line-strong); color: var(--acid); }
.section-index p { margin: 0; }

.atlas { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(330px, .95fr); gap: 7vw; align-items: center; }
.atlas .section-index { grid-column: 1 / -1; }
.image-frame { position: relative; overflow: hidden; background: #060a0b; border: 1px solid var(--line); }
.image-frame::before, .image-frame::after { content: ""; position: absolute; z-index: 2; width: 28px; height: 28px; pointer-events: none; }
.image-frame::before { top: 10px; left: 10px; border-top: 1px solid var(--acid); border-left: 1px solid var(--acid); }
.image-frame::after { right: 10px; bottom: 10px; border-right: 1px solid var(--cyan); border-bottom: 1px solid var(--cyan); }
.atlas-image { aspect-ratio: 1 / 1; }
.atlas-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s cubic-bezier(.2,.7,.2,1), filter 1.1s ease; }
.atlas-image:hover img { transform: scale(1.035); filter: saturate(1.12); }
.frame-label { position: absolute; z-index: 3; padding: 6px 8px; background: rgba(5,7,8,.78); color: var(--muted); font-family: var(--mono); font-size: .58rem; letter-spacing: .1em; }
.label-top { top: 20px; right: 20px; }
.label-bottom { left: 20px; bottom: 20px; }

.atlas-copy > p, .signal-copy > p, .access-copy > p { max-width: 570px; margin: 0; color: #96aeb3; font-size: 1rem; line-height: 1.75; }
.atlas-notes { margin-top: 42px; border-top: 1px solid var(--line); }
.atlas-notes article { display: grid; grid-template-columns: 38px 1fr; gap: 18px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.atlas-notes strong { color: var(--acid); font-family: var(--mono); font-size: .68rem; font-weight: 400; }
.atlas-notes h3 { margin: -3px 0 2px; font-family: var(--display); font-size: 1.35rem; font-weight: 450; letter-spacing: -.03em; }
.atlas-notes p { margin: 0; color: var(--muted); font-size: .91rem; }

.signal { display: grid; grid-template-columns: .75fr 1.25fr; gap: 60px 8vw; border-top: 1px solid var(--line); }
.signal .section-index { grid-column: 1 / -1; }
.signal-copy { align-self: center; }
.signal-visual { align-self: center; aspect-ratio: 3 / 1; }
.signal-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: contrast(1.08) saturate(.85); transition: transform 1.2s ease; }
.signal-visual:hover img { transform: scale(1.025); }
.signal-sweep { position: absolute; z-index: 2; top: 0; bottom: 0; width: 22%; background: linear-gradient(90deg, transparent, rgba(126,238,255,.16), transparent); transform: skewX(-14deg); animation: signal-scan 6s ease-in-out infinite; }
.signal-tag { position: absolute; left: 20px; bottom: 18px; z-index: 3; color: var(--ice); font-family: var(--mono); font-size: .59rem; letter-spacing: .12em; }
.text-link { display: inline-flex; gap: 20px; margin-top: 30px; padding-bottom: 6px; border-bottom: 1px solid var(--line-strong); font-family: var(--mono); font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; transition: color .25s, border-color .25s; }
.text-link:hover { color: var(--acid); border-color: var(--acid); }
.signal-strip { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 40px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.signal-strip > div { position: relative; min-height: 180px; padding: 26px; border-right: 1px solid var(--line); overflow: hidden; }
.signal-strip > div:last-child { border-right: 0; }
.signal-strip span { color: var(--acid); font-family: var(--mono); font-size: .63rem; }
.signal-strip strong { display: block; margin-top: 40px; font-family: var(--display); font-size: 1.75rem; font-weight: 350; letter-spacing: -.04em; }
.signal-strip p { margin: 5px 0 0; color: var(--muted); font-size: .9rem; }
.signal-strip > div::after { content: ""; position: absolute; width: 80px; height: 80px; top: 20px; right: 20px; border: 1px solid rgba(126,238,255,.09); border-radius: 50%; transition: transform .5s ease, border-color .5s ease; }
.signal-strip > div:hover::after { transform: scale(1.4); border-color: rgba(201,255,74,.35); }

.access { min-height: 850px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; align-items: center; border-top: 1px solid var(--line); }
.access::before { content: ""; position: absolute; inset: 16% 55% 16% 0; background: radial-gradient(circle, rgba(44,163,188,.13), transparent 65%); }
.access-art { position: relative; display: grid; place-items: center; aspect-ratio: 1; }
.access-art img { position: relative; z-index: 2; width: 76%; border-radius: 50%; filter: saturate(.78); mask-image: radial-gradient(circle at center, black 47%, transparent 72%); animation: brain-drift 8s ease-in-out infinite alternate; }
.orbit { position: absolute; border: 1px solid rgba(126,238,255,.18); border-radius: 50%; }
.orbit::after { content: ""; position: absolute; top: 50%; left: -4px; width: 7px; height: 7px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 15px var(--acid); }
.orbit-a { inset: 8%; animation: orbit-spin 19s linear infinite; }
.orbit-b { inset: 20%; border-style: dashed; animation: orbit-spin 14s linear infinite reverse; }
.orbit-note { position: absolute; z-index: 3; color: var(--muted); font-family: var(--mono); font-size: .58rem; letter-spacing: .11em; }
.note-a { top: 12%; right: 3%; }
.note-b { left: 5%; bottom: 17%; }
.access-links { margin-top: 42px; border-top: 1px solid var(--line); }
.access-row { display: flex; align-items: center; justify-content: space-between; padding: 17px 4px; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: 1.26rem; font-weight: 400; letter-spacing: -.02em; transition: padding .3s ease, color .3s ease, background .3s ease; }
.access-row small { display: inline-block; width: 44px; color: var(--muted); font-family: var(--mono); font-size: .62rem; font-weight: 400; letter-spacing: .05em; }
.access-row b { font-weight: 300; }
.access-row:hover { padding-left: 14px; padding-right: 14px; color: var(--acid); background: rgba(201,255,74,.025); }
.contract-card { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 28px; padding: 17px; border: 1px solid var(--line-strong); background: rgba(126,238,255,.035); text-align: left; transition: border-color .25s, background .25s; }
.contract-card:hover { border-color: var(--cyan); background: rgba(126,238,255,.07); }
.contract-card small { display: block; margin-bottom: 4px; color: var(--muted); font-family: var(--mono); font-size: .58rem; letter-spacing: .12em; }
.contract-card code { display: block; max-width: 340px; overflow: hidden; color: var(--ice); font-family: var(--mono); font-size: .77rem; text-overflow: ellipsis; white-space: nowrap; }
.contract-card b { display: inline-flex; align-items: center; gap: 12px; color: var(--cyan); font-family: var(--mono); font-size: .68rem; font-weight: 400; letter-spacing: .06em; text-transform: uppercase; }
.contract-card b i { font-style: normal; }

.site-footer { position: relative; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; gap: 40px; padding: 50px 3vw; border-top: 1px solid var(--line); background: #030405; }
.footer-brand { display: flex; align-items: center; gap: 13px; }
.footer-brand img { width: 44px; height: 44px; object-fit: cover; border-radius: 50%; }
.footer-brand span { font-family: var(--display); font-size: 1.7rem; letter-spacing: -.06em; }
.footer-brand strong { color: var(--cyan); font-weight: 300; }
.site-footer > p { max-width: 360px; margin: 0 auto; color: var(--muted); font-family: var(--mono); font-size: .63rem; letter-spacing: .12em; text-align: center; }
.footer-meta { display: flex; justify-content: flex-end; gap: 22px; color: var(--muted); font-family: var(--mono); font-size: .62rem; letter-spacing: .08em; }
.footer-meta a:hover { color: var(--acid); }

.toast { position: fixed; z-index: 90; left: 50%; bottom: 28px; transform: translate(-50%, 30px); padding: 10px 16px; color: var(--ink); background: var(--acid); font-family: var(--mono); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; opacity: 0; visibility: hidden; transition: .3s ease; }
.toast.is-visible { opacity: 1; visibility: visible; transform: translate(-50%, 0); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .85s ease, transform .85s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

:focus-visible { outline: 2px solid var(--acid); outline-offset: 4px; }

@keyframes boot { 0% { transform: translateX(-110%); } 100% { transform: translateX(360%); } }
@keyframes orbit-spin { to { transform: rotate(360deg); } }
@keyframes hero-breathe { from { transform: scale(1); } to { transform: scale(1.035); } }
@keyframes scan-x { 0%, 100% { transform: translateX(-65px); opacity: .15; } 50% { transform: translateX(65px); opacity: .7; } }
@keyframes scroll-line { 0% { transform: translateY(-10px); } 100% { transform: translateY(70px); } }
@keyframes signal-scan { 0%, 100% { left: -24%; opacity: 0; } 20%, 70% { opacity: 1; } 80% { left: 110%; opacity: 0; } }
@keyframes brain-drift { from { transform: translateY(-8px) scale(.99); } to { transform: translateY(10px) scale(1.02); } }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; padding-inline: 5vw; }
  .desktop-nav, .header-buy { display: none; }
  .menu-toggle, .mobile-menu { display: block; }
  .hero::before { background: linear-gradient(90deg, #050708 0%, rgba(5,7,8,.82) 47%, rgba(5,7,8,.2) 100%); }
  .hero-visual img { object-position: 58% center; opacity: .85; }
  .hero-copy { width: min(640px, 72vw); margin-left: 6vw; }
  .section-shell { padding: 110px 5vw; }
  .atlas, .signal, .access { gap: 60px 6vw; }
  .signal { grid-template-columns: 1fr; }
  .signal .section-index { grid-column: 1; }
  .signal-visual { aspect-ratio: 2.3 / 1; }
  .signal-strip { grid-column: 1; }
  .access { min-height: auto; }
}

@media (max-width: 720px) {
  .site-header { min-height: 70px; }
  .hero { min-height: 780px; align-items: flex-end; padding-bottom: 165px; }
  .hero::before { background: linear-gradient(to bottom, rgba(5,7,8,.08) 16%, rgba(5,7,8,.74) 49%, #050708 79%); }
  .hero-visual { height: 68%; }
  .hero-visual img { object-position: 68% center; }
  .coord-a { right: 4vw; top: 18%; }
  .coord-b { display: none; }
  .hero-copy { width: auto; margin: 0 6vw; padding-top: 0; }
  h1 { font-size: clamp(3.05rem, 14.5vw, 4.6rem); }
  h2 { font-size: clamp(2.75rem, 13vw, 4.1rem); }
  .hero-lede { max-width: 520px; font-size: 1rem; }
  .hero-actions { flex-direction: column; max-width: 350px; margin-top: 28px; }
  .button { min-width: 0; }
  .hero-footer { left: 6vw; right: 6vw; bottom: 24px; }
  .scroll-cue { display: none; }
  .section-shell { padding: 90px 6vw; }
  .atlas, .access { grid-template-columns: 1fr; }
  .atlas .section-index { grid-column: 1; }
  .atlas-image { order: 3; aspect-ratio: 4 / 3; }
  .atlas-copy { order: 2; }
  .signal { gap: 44px; }
  .signal-visual { aspect-ratio: 1.35 / 1; }
  .signal-visual img { content: url("assets/logo.png"); }
  .signal-strip { grid-template-columns: 1fr; margin-top: 10px; }
  .signal-strip > div { min-height: 145px; border-right: 0; border-bottom: 1px solid var(--line); }
  .signal-strip > div:last-child { border-bottom: 0; }
  .signal-strip strong { margin-top: 22px; }
  .access { gap: 40px; }
  .access-art { width: min(100%, 520px); margin: 0 auto; }
  .access-copy { order: -1; }
  .site-footer { grid-template-columns: 1fr; align-items: start; gap: 32px; padding: 44px 6vw; }
  .site-footer > p { margin: 0; text-align: left; }
  .footer-meta { justify-content: space-between; }
}

@media (max-width: 430px) {
  .brand-word { font-size: 1.15rem; }
  .hero { min-height: 750px; }
  h1 { font-size: 3rem; }
  .eyebrow { font-size: .61rem; }
  .atlas-image { aspect-ratio: 1; }
  .contract-card code { max-width: 210px; }
  .contract-card b i { display: none; }
  .footer-meta { flex-direction: column; gap: 10px; }
}

@media (hover: none), (pointer: coarse) {
  .cursor-glow { display: none; }
}

@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; }
  .boot-screen { display: none; }
}
