/* ============================================================
   automatically. — Arcade Control Panel landing page
   Static CSS. Design tokens first, then components.
   ============================================================ */

/* ---- Display font: Architype Stedelijk ----
   Lives at assets/fonts/Stedelijk.otf. If it's ever missing,
   the page falls back to the HUD mono so it still looks on-brand. */
@font-face {
  font-family: "Architype Stedelijk";
  src: url("../assets/fonts/Stedelijk.otf") format("opentype");
  font-weight: 400 900;
  font-display: swap;
}

/* ----------------------- TOKENS ----------------------- */
:root {
  --blue:        #233dff;
  --blue-dark:   #1b2ecc;
  --blue-light:  #5468ff;
  --black:       #000000;
  --white:       #ffffff;
  --ink-soft:    rgba(0, 0, 0, .62);
  --line:        rgba(0, 0, 0, .14);
  --line-strong: #000000;

  --font-display: "Architype Stedelijk", "JetBrains Mono", "Courier New", monospace;
  --font-hud:     "JetBrains Mono", "Courier New", monospace;
  --font-body:    "Space Grotesk", system-ui, sans-serif;

  --shadow-hard: 6px 6px 0 var(--black);
  --shadow-hard-sm: 4px 4px 0 var(--black);
  --radius: 14px;

  --maxw: 1180px;
  --ease: cubic-bezier(.2, .8, .2, 1);
}

/* ----------------------- RESET ------------------------ */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: hidden; }
body {
  margin: 0;
  max-width: 100%;
  font-family: var(--font-body);
  color: var(--black);
  background: var(--white);
  line-height: 1.55;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { margin: 0; line-height: 1.02; }
p { margin: 0; }

/* Architype Stedelijk is a tight modular face — give every display
   element a little tracking + word spacing so letters/words don't collide. */
.hero__title, .section__title, .final__title, .card__title, .step__title,
.acc summary, .wordmark__text {
  letter-spacing: .06em;
  word-spacing: .18em;
}
.hero__title { line-height: 1.08; }
.final__title { line-height: 1.08; }
ol, ul { margin: 0; padding: 0; list-style: none; }

:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 3px;
  border-radius: 4px;
}

/* ------------------- SHARED PIECES -------------------- */
.eyebrow {
  font-family: var(--font-hud);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: .5em;
  color: var(--blue);
}
.eyebrow--invert { color: rgba(255,255,255,.85); }
.blink { color: currentColor; animation: blink 1.1s steps(2) infinite; }
@keyframes blink { 50% { opacity: 0; } }

.section {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: clamp(70px, 11vw, 140px) clamp(20px, 5vw, 48px);
}
.section__head { max-width: 720px; margin-bottom: clamp(36px, 5vw, 56px); }
.section__title {
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 6vw, 4rem);
  text-transform: lowercase;
  margin-top: .35em;
}
.section__lead {
  margin-top: 1.1em;
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  color: var(--ink-soft);
  max-width: 60ch;
}

/* ---------------------- BUTTONS ----------------------- */
/* Arcade "press" button: hard offset shadow, depresses on click */
.btn {
  --bg: var(--blue);
  --fg: var(--white);
  position: relative;
  display: inline-flex;
  align-items: baseline;
  gap: .55em;
  font-family: var(--font-hud);
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: .95rem;
  color: var(--fg);
  background: var(--bg);
  border: 2.5px solid var(--black);
  border-radius: 12px;
  padding: .85em 1.3em;
  box-shadow: var(--shadow-hard-sm);
  cursor: pointer;
  transition: transform .08s var(--ease), box-shadow .08s var(--ease), background .15s;
  will-change: transform;
}
.btn:hover { background: var(--blue-light); transform: translate(-1px,-1px); box-shadow: 5px 5px 0 var(--black); }
.btn:active, .btn.is-pressed {
  transform: translate(4px, 4px);
  box-shadow: 0 0 0 var(--black);
}
.btn__kicker {
  font-size: .62em;
  letter-spacing: .14em;
  opacity: .82;
  align-self: center;
  border-right: 1.5px solid currentColor;
  padding-right: .6em;
}
.btn--sm { padding: .6em 1em; font-size: .82rem; box-shadow: var(--shadow-hard-sm); }
.btn--lg { font-size: 1.05rem; padding: 1em 1.5em; box-shadow: var(--shadow-hard); }
.btn--xl { font-size: 1.2rem; padding: 1.15em 1.8em; box-shadow: var(--shadow-hard); }

.btn--ghost { --bg: transparent; --fg: var(--black); box-shadow: var(--shadow-hard-sm); }
.btn--ghost:hover { --bg: var(--black); --fg: var(--white); }

/* invert = used on dark/blue sections */
.btn--invert { --bg: var(--white); --fg: var(--black); border-color: var(--white); box-shadow: 6px 6px 0 rgba(0,0,0,.45); }
.btn--invert:hover { --bg: #eef0ff; }

/* ------------------------ NAV ------------------------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 1.4rem;
  padding: .7rem clamp(16px, 4vw, 40px);
  background: var(--blue);
  border-bottom: 3px solid var(--black);
}
.nav__brand { display: inline-flex; align-items: center; }

/* Text wordmark (matches the brand display font; recolorable per background) */
.wordmark { display: inline-flex; align-items: center; gap: .45em; }
.wordmark__text {
  font-family: var(--font-display);
  text-transform: lowercase;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: -.01em;
}
.wordmark__cursor { width: 22px; height: 22px; flex: none; overflow: visible; }
.wordmark__cursor path { fill: var(--white); stroke: var(--black); stroke-width: 1.1; stroke-linejoin: round; }
.wordmark__cursor .wm-burst line { stroke: var(--white); stroke-width: 2; stroke-linecap: round; }
.wordmark--lg .wordmark__text { font-size: 1.75rem; }
.wordmark--lg .wordmark__cursor { width: 26px; height: 26px; }

.nav .wordmark__text { color: var(--black); }
.footer .wordmark__text { color: var(--white); }
.footer .wordmark__cursor path { stroke: var(--white); }
.nav__links {
  display: flex;
  gap: 1.4rem;
  margin-left: auto;
  font-family: var(--font-hud);
  font-size: .85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--white);
}
.nav__links a { padding: .2em 0; border-bottom: 2px solid transparent; transition: border-color .15s; }
.nav__links a:hover { border-color: var(--white); }
.nav .btn { color: var(--blue); background: var(--white); border-color: var(--black); }
.nav .btn:hover { background: #eef0ff; }

/* ------------------------ HERO ------------------------ */
.hero {
  position: relative;
  background: var(--blue);
  color: var(--white);
  border-bottom: 3px solid var(--black);
  overflow: hidden;
  padding: clamp(70px, 12vw, 150px) clamp(20px, 5vw, 48px) clamp(90px, 12vw, 150px);
}
.hero__grid {
  position: absolute;
  inset: -2px;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(120% 100% at 50% 0%, #000 35%, transparent 78%);
  animation: gridslide 22s linear infinite;
}
@keyframes gridslide { to { background-position: 0 44px, 44px 0; } }
.hero__inner { position: relative; max-width: var(--maxw); margin: 0 auto; }
.hero .eyebrow { color: rgba(255,255,255,.92); }
.hero__title {
  font-family: var(--font-display);
  text-transform: lowercase;
  font-size: clamp(2.7rem, 9vw, 6.5rem);
  margin-top: .35em;
  text-shadow: 5px 5px 0 var(--black);
}
/* The highlighted word drops the offset shadow so it reads as a clean black
   wordmark instead of a doubled/distorted blob (was unreadable on mobile). */
.hero__title .hl { color: var(--black); text-shadow: none; }
.hero__sub {
  margin-top: 1.3em;
  max-width: 56ch;
  font-size: clamp(1.08rem, 1.8vw, 1.35rem);
  color: rgba(255,255,255,.92);
}
.hero__cta {
  margin-top: 2.3em;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.hero .btn { color: var(--blue); background: var(--white); border-color: var(--black); }
.hero .btn:hover { background: #eef0ff; transform: translate(-1px,-1px); }
.hero .btn--ghost { background: transparent; color: var(--white); border-color: var(--white); }
.hero .btn--ghost:hover { background: var(--white); color: var(--blue); }

/* HUD status strip */
.hud {
  margin-top: 2.6em;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .6em;
  font-family: var(--font-hud);
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .06em;
  color: var(--white);
  background: rgba(0,0,0,.28);
  border: 1.5px solid rgba(255,255,255,.3);
  border-radius: 8px;
  padding: .55em 1em;
}
.hud__dot { width: 9px; height: 9px; border-radius: 50%; background: #7CFFB2; box-shadow: 0 0 8px #7CFFB2; animation: blink 1.4s steps(2) infinite; }
.hud__label { opacity: .65; }
.hud__value { color: #fff; }
.hud__sep { opacity: .4; }

.hero__scroll {
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  font-size: 1.1rem;
  color: rgba(255,255,255,.8);
  animation: bob 1.8s ease-in-out infinite;
}
@keyframes bob { 50% { transform: translate(-50%, 8px); } }

/* ----------------------- TICKER ----------------------- */
.ticker {
  background: var(--black);
  color: var(--white);
  border-bottom: 3px solid var(--black);
  overflow: hidden;
  padding: .7rem 0;
}
.ticker__track {
  display: inline-flex;
  white-space: nowrap;
  font-family: var(--font-hud);
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  animation: marquee 28s linear infinite;
}
.ticker__track span { padding-right: 1rem; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------------------- BENTO ------------------------- */
.bento {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.card {
  position: relative;
  background: var(--white);
  border: 2.5px solid var(--black);
  border-radius: var(--radius);
  padding: clamp(22px, 3vw, 32px);
  box-shadow: var(--shadow-hard-sm);
  transition: transform .15s var(--ease), box-shadow .15s var(--ease), background .15s;
}
.card:hover { transform: translate(-3px,-3px); box-shadow: var(--shadow-hard); background: #f3f4ff; }
.card--wide { grid-column: span 2; }
/* "…and whatever you imagine" — the open-ended card. Blue fill so it reads
   as an invitation, not another fixed deliverable. Brand tokens only. */
.card--open { background: var(--blue); border-color: var(--black); color: var(--white); }
.card--open:hover { background: #1c34e6; }
.card--open .card__title { color: var(--white); }
.card--open .card__body { color: rgba(255,255,255,.92); }
.card--open .card__tag { background: var(--white); color: var(--blue); }
.card--open a { color: var(--white); border-bottom: 2px solid rgba(255,255,255,.6); font-weight: 600; }
.card__tag {
  font-family: var(--font-hud);
  font-weight: 800;
  font-size: .8rem;
  color: var(--white);
  background: var(--blue);
  border: 2px solid var(--black);
  border-radius: 6px;
  padding: .15em .5em;
  display: inline-block;
}
.card__title {
  font-family: var(--font-display);
  text-transform: lowercase;
  font-size: clamp(1.4rem, 2.4vw, 1.9rem);
  margin: .6em 0 .4em;
}
.card__body { color: rgba(0, 0, 0, .82); font-size: 1.02rem; }

.build__note { margin-top: 28px; font-family: var(--font-hud); font-weight: 600; }
.build__note a { color: var(--blue); border-bottom: 2px solid var(--blue); }

/* ----------------------- STEPS ------------------------ */
.how { background: var(--black); color: var(--white); max-width: none; }
.how .section__title { color: var(--white); }
.how .eyebrow { color: var(--blue-light); }
.how__wrap, .how > * { max-width: var(--maxw); margin-inline: auto; }
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: var(--maxw);
  margin: 0 auto;
}
.step {
  display: flex;
  gap: 1rem;
  background: rgba(255,255,255,.04);
  border: 2px solid rgba(255,255,255,.25);
  border-radius: var(--radius);
  padding: clamp(20px, 3vw, 30px);
}
.step__num {
  flex: none;
  font-family: var(--font-display);
  font-size: 2.2rem;
  line-height: 1;
  color: var(--blue-light);
  width: 1.6em;
}
.step__title { font-family: var(--font-display); text-transform: lowercase; font-size: 1.6rem; margin-bottom: .35em; }
.step__body { color: rgba(255,255,255,.75); }
.how__cta { max-width: var(--maxw); margin: clamp(40px,6vw,64px) auto 0; }

/* ------------------------ WHY ------------------------- */
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.stat {
  border: 2.5px solid var(--black);
  border-radius: var(--radius);
  padding: clamp(20px, 3vw, 30px);
  background: var(--white);
  box-shadow: var(--shadow-hard-sm);
}
.stat__num {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  color: var(--blue);
  line-height: 1;
}
.stat__label { font-family: var(--font-hud); font-size: .82rem; letter-spacing: .03em; color: var(--ink-soft); margin-top: .7em; display: block; text-transform: lowercase; }
.why__note { margin-top: 22px; font-family: var(--font-hud); font-size: .78rem; color: var(--ink-soft); }

/* ------------------------ FAQ ------------------------- */
.accordion { display: grid; gap: 12px; max-width: 820px; }
.acc {
  border: 2.5px solid var(--black);
  border-radius: 12px;
  background: var(--white);
  box-shadow: var(--shadow-hard-sm);
  overflow: hidden;
}
.acc summary {
  list-style: none;
  cursor: pointer;
  padding: 1.1em 1.3em;
  font-family: var(--font-display);
  text-transform: lowercase;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.acc summary::-webkit-details-marker { display: none; }
.acc summary::after {
  content: "+";
  font-family: var(--font-hud);
  font-weight: 800;
  font-size: 1.5rem;
  color: var(--blue);
  transition: transform .2s var(--ease);
}
.acc[open] summary::after { transform: rotate(45deg); }
.acc__body { padding: 0 1.3em 1.2em; color: var(--ink-soft); font-size: 1.04rem; }

/* --------------------- FINAL CTA ---------------------- */
.final {
  background: var(--blue);
  color: var(--white);
  max-width: none;
  border-top: 3px solid var(--black);
  border-bottom: 3px solid var(--black);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.final::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(120% 120% at 50% 50%, #000 30%, transparent 72%);
}
.final__inner { position: relative; max-width: 740px; margin: 0 auto; }
.final .eyebrow { justify-content: center; }
.final__title {
  font-family: var(--font-display);
  text-transform: lowercase;
  font-size: clamp(2.3rem, 7vw, 5rem);
  margin: .3em 0;
  text-shadow: 4px 4px 0 var(--black);
}
.final__sub { font-size: clamp(1.05rem, 1.8vw, 1.3rem); color: rgba(255,255,255,.92); max-width: 50ch; margin: 0 auto 2em; }
.final__fine { margin-top: 1.4em; font-family: var(--font-hud); font-size: .8rem; letter-spacing: .05em; color: rgba(255,255,255,.8); }

/* --------------------- LIVE TERMINAL ------------------ */
/* Faux automation engine: auto-streams a live work feed; visitors can
   type commands or tap chips and it responds. Brand cursor stays reactive. */
.terminal {
  max-width: 900px;
  margin-top: clamp(28px, 4vw, 44px);
  border: 3px solid var(--black);
  border-radius: var(--radius);
  box-shadow: var(--shadow-hard);
  background: #0a0b10;
  overflow: hidden;
  font-family: var(--font-hud);
}
.terminal__bar {
  display: flex; align-items: center; gap: .8rem;
  padding: .6em .9em;
  background: var(--black);
  border-bottom: 2px solid #1c1f2b;
  color: rgba(255,255,255,.7);
  font-size: .78rem; letter-spacing: .04em;
}
.terminal__dots { display: inline-flex; gap: 6px; flex: none; }
.terminal__dots i { width: 11px; height: 11px; border-radius: 3px; background: #3a3f52; display: block; }
.terminal__dots i:nth-child(1) { background: var(--blue); }
.terminal__title { text-transform: lowercase; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.terminal__stat { margin-left: auto; flex: none; text-transform: uppercase; letter-spacing: .08em; color: rgba(255,255,255,.5); }
.terminal__stat b { color: #7CFFB2; font-size: 1rem; font-variant-numeric: tabular-nums; }

.terminal__screen {
  height: clamp(280px, 42vh, 400px);
  overflow-y: auto;
  padding: 1em 1.1em;
  font-size: .9rem;
  line-height: 1.7;
  color: rgba(255,255,255,.92);
  scrollbar-width: thin;
  scrollbar-color: #2a2e3d transparent;
}
.terminal__screen::-webkit-scrollbar { width: 8px; }
.terminal__screen::-webkit-scrollbar-thumb { background: #2a2e3d; border-radius: 4px; }
.tline { white-space: pre-wrap; word-break: break-word; animation: tline-in .18s var(--ease); }
@keyframes tline-in { from { opacity: 0; transform: translateY(3px); } }
.tline .ts { color: #5b6072; margin-right: .7em; }
.tline .ok { color: #7CFFB2; }
.tline .warn { color: #ffd166; }
.tline--cmd { color: #fff; margin-top: .3em; }
.tline--cmd .pr { color: var(--blue-light); margin-right: .5em; }
.tline--info { color: rgba(255,255,255,.62); }
.tline--head { color: var(--blue-light); }
.tline--head.is-go { color: #7CFFB2; }

.terminal__input {
  display: flex; align-items: center; gap: .5em;
  padding: .7em 1.1em;
  border-top: 2px solid #1c1f2b;
  background: #07080c;
}
.terminal__prompt { color: var(--blue-light); font-size: .9rem; flex: none; }
.terminal__field {
  flex: 1 1 auto; min-width: 0;
  background: transparent; border: 0; outline: none;
  color: #fff; font-family: var(--font-hud); font-size: .9rem;
  caret-color: #7CFFB2;
}
.terminal__field::placeholder { color: #4b5062; }
.terminal__caret { color: #7CFFB2; flex: none; animation: blink 1.1s steps(2) infinite; }
.terminal__field:focus ~ .terminal__caret,
.terminal__field:not(:placeholder-shown) ~ .terminal__caret { visibility: hidden; }

.terminal__chips {
  display: flex; flex-wrap: wrap; gap: .5em;
  padding: .8em 1.1em 1em;
  background: #07080c;
  border-top: 1px solid #14161f;
}
.termchip {
  font-family: var(--font-hud); font-size: .76rem; font-weight: 600;
  color: rgba(255,255,255,.85);
  background: #14161f;
  border: 1.5px solid #2a2e3d;
  border-radius: 7px;
  padding: .4em .8em;
  cursor: pointer;
  transition: background .15s, border-color .15s, color .15s, transform .08s;
}
.termchip:hover { background: var(--blue); border-color: var(--black); color: #fff; transform: translateY(-1px); }
.termchip--cta { background: var(--blue); border-color: var(--black); color: #fff; }
.termchip--cta:hover { background: var(--blue-light); }

/* ----------------------- FOOTER ----------------------- */
.footer {
  background: var(--black);
  color: var(--white);
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 30px;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: clamp(48px, 7vw, 80px) clamp(20px, 5vw, 48px) 40px;
}
.footer { max-width: none; }
.footer__brand, .footer__col { min-width: 0; }
.footer__brand .wordmark { margin-bottom: 1rem; }
.footer__tag { color: rgba(255,255,255,.7); max-width: 34ch; }
.footer__head { font-family: var(--font-hud); text-transform: uppercase; letter-spacing: .08em; font-size: .78rem; color: rgba(255,255,255,.55); margin-bottom: .9rem; }
.footer__col a { display: block; padding: .3em 0; color: rgba(255,255,255,.88); width: fit-content; border-bottom: 2px solid transparent; }
.footer__col a:hover { border-color: var(--blue-light); color: #fff; }
.footer__legal {
  grid-column: 1 / -1;
  border-top: 1px solid rgba(255,255,255,.16);
  padding-top: 22px;
  margin-top: 8px;
  font-family: var(--font-hud);
  font-size: .76rem;
  color: rgba(255,255,255,.55);
}

/* -------------------- CUSTOM CURSOR ------------------- */
.cursor {
  position: fixed;
  top: 0; left: 0;
  width: 40px; height: 40px;
  margin: -20px 0 0 -20px;
  pointer-events: none;
  z-index: 999;
  opacity: 0;
  transition: opacity .2s;
}
.cursor.is-active { opacity: 1; }
.cursor svg { transition: transform .18s var(--ease); transform-origin: 20px 20px; }
/* Swell + spin slightly when hovering anything interactive */
.cursor.is-hover svg { transform: scale(1.45) rotate(-8deg); }
.cursor.is-hover .cursor-arrow { fill: var(--blue); }
.cursor .cursor-arrow { fill: var(--white); stroke: var(--black); stroke-width: 1.5; transition: fill .15s; }
.cursor .cursor-burst line { stroke: var(--white); stroke-width: 2.4; stroke-linecap: round; opacity: 0; transform-origin: 20px 20px; }
.cursor.is-click .cursor-burst line { animation: burst .4s var(--ease); }
@keyframes burst {
  0% { opacity: 1; transform: scale(.2); }
  100% { opacity: 0; transform: scale(1.25); }
}
/* Only hijack the native cursor on fine pointers (desktop) */
@media (pointer: fine) {
  body.has-custom-cursor,
  body.has-custom-cursor a,
  body.has-custom-cursor .btn,
  body.has-custom-cursor summary { cursor: none; }
}

/* ------------------- SCROLL REVEAL -------------------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }

/* ------------------- RESPONSIVE ----------------------- */
@media (max-width: 900px) {
  .bento { grid-template-columns: repeat(2, 1fr); }
  .card--wide { grid-column: span 2; }
  .steps { grid-template-columns: 1fr; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .footer { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .nav__links { display: none; }
  .bento { grid-template-columns: 1fr; }
  .card--wide { grid-column: span 1; }
  .stats { grid-template-columns: 1fr 1fr; }
  .footer { grid-template-columns: 1fr; }
  .btn__kicker { display: none; }
  .hero__cta .btn { width: 100%; justify-content: center; }
  .terminal__title { display: none; }
  .terminal__screen { height: clamp(240px, 50vh, 360px); font-size: .82rem; }
  /* keep tight display headings from overflowing narrow screens */
  .hero__title { font-size: clamp(2.1rem, 10vw, 3rem); word-spacing: .1em; overflow-wrap: anywhere; }
  .final__title { font-size: clamp(2rem, 9vw, 3rem); overflow-wrap: anywhere; }
  .section__title { overflow-wrap: anywhere; }
}

/* ------------------- REDUCED MOTION ------------------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
  .cursor { display: none; }
}
