/* ============================================================
   Build Tomorrow Press — coming soon
   ============================================================ */

:root {
  --navy: #0b2545;
  --navy-deep: #071a33;
  --navy-soft: #163a67;
  --sky: #2f9be6;
  --sky-light: #d7ecfb;
  --sun: #ffc42e;
  --sun-deep: #f0a500;
  --orange: #ff6b35;
  --cream: #fff7ea;
  --paper: #fffdf8;
  --ink: #14263c;
  --ink-soft: #4e6280;

  --maxw: 1180px;
  --r-sm: 10px;
  --r-md: 18px;
  --r-lg: 28px;
  --r-xl: 40px;

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ti: 180ms cubic-bezier(0.16, 1, 0.3, 1);

  --shadow-sm: 0 2px 8px rgba(11, 37, 69, 0.08);
  --shadow-md: 0 12px 30px rgba(11, 37, 69, 0.14);
  --shadow-lg: 0 30px 70px rgba(11, 37, 69, 0.28);
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: 'Nunito', system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; height: auto; }

h1, h2, h3, h4, .brand-type, .btn, .eyebrow, .kicker, .chapter-num, .fact strong {
  font-family: 'Outfit', system-ui, sans-serif;
}

h1, h2, h3, h4 { margin: 0; line-height: 1.05; letter-spacing: -0.02em; font-weight: 800; }
p { margin: 0 0 1em; }

a { color: inherit; }

.sr-only, .skip {
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap;
}
.skip:focus {
  position: fixed; top: 12px; left: 12px; width: auto; height: auto; clip: auto;
  background: var(--navy); color: #fff; padding: 10px 16px; border-radius: var(--r-sm); z-index: 999;
}

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

/* ---------- shared bits ---------- */
.kicker {
  font-size: 12px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--sky); margin: 0 0 14px;
}
.kicker.sun { color: var(--sun); }

.btn {
  --btn-bg: var(--sun);
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-weight: 700; font-size: 15px; letter-spacing: -0.01em;
  padding: 13px 24px; border-radius: 999px; border: 0; cursor: pointer;
  text-decoration: none; white-space: nowrap;
  transition: transform var(--ti), box-shadow var(--ti), background var(--ti), color var(--ti);
}
.btn-lg { padding: 16px 32px; font-size: 17px; }
.btn-sun { background: var(--sun); color: var(--navy); box-shadow: 0 6px 0 var(--sun-deep); }
.btn-sun:hover { transform: translateY(-2px); box-shadow: 0 8px 0 var(--sun-deep); }
.btn-sun:active { transform: translateY(3px); box-shadow: 0 2px 0 var(--sun-deep); }
.btn-navy { background: var(--navy); color: #fff; box-shadow: 0 6px 0 #04101f; }
.btn-navy:hover { transform: translateY(-2px); box-shadow: 0 8px 0 #04101f; }
.btn-navy:active { transform: translateY(3px); box-shadow: 0 2px 0 #04101f; }
.btn-ghost {
  background: rgba(255, 255, 255, 0.14); color: #fff;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(6px);
}
.btn-ghost:hover { background: rgba(255, 255, 255, 0.24); transform: translateY(-2px); }

/* ---------- nav ---------- */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  display: flex; align-items: center; gap: 24px;
  padding: 18px clamp(18px, 4vw, 44px);
  transition: background 300ms var(--ease-out), box-shadow 300ms var(--ease-out), padding 300ms var(--ease-out);
}
.nav.stuck {
  background: rgba(255, 253, 248, 0.9);
  backdrop-filter: blur(14px) saturate(1.4);
  box-shadow: 0 1px 0 rgba(11, 37, 69, 0.1), var(--shadow-sm);
  padding-top: 12px; padding-bottom: 12px;
}

.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; color: #fff; }
.nav.stuck .brand { color: var(--navy); }
.mark { width: 34px; height: 34px; flex: 0 0 auto; }
.brand-type { display: flex; flex-direction: column; line-height: 1; }
.brand-type strong { font-size: 17px; font-weight: 800; letter-spacing: -0.03em; }
.brand-type em {
  font-style: normal; font-size: 10px; font-weight: 700; letter-spacing: 0.3em;
  text-transform: uppercase; opacity: 0.7; margin-top: 3px;
}

.nav-links { margin-left: auto; display: flex; gap: 26px; }
.nav-links a {
  font-family: 'Outfit', sans-serif; font-weight: 600; font-size: 15px;
  color: #fff; text-decoration: none; opacity: 0.9;
  transition: color var(--ti), opacity var(--ti);
}
.nav.stuck .nav-links a { color: var(--navy); }
.nav-links a:hover { opacity: 1; color: var(--sun); }
.nav.stuck .nav-links a:hover { color: var(--sky); }
.nav-cta { font-size: 14px; padding: 11px 20px; }

/* ---------- hero ---------- */
.hero {
  position: relative; min-height: 100svh;
  display: flex; align-items: flex-end;
  padding: 0 clamp(20px, 5vw, 64px) clamp(64px, 9vh, 110px);
  overflow: hidden; isolation: isolate;
  background: var(--navy-deep);
}
.hero-media { position: absolute; inset: -5% 0 0; z-index: -1; }
.hero-media img { width: 100%; height: 106%; object-fit: cover; object-position: 50% 52%; }
.hero-scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(to top, rgba(3, 11, 24, 0.96) 0%, rgba(3, 11, 24, 0.86) 22%, rgba(3, 11, 24, 0.5) 44%, rgba(3, 11, 24, 0.16) 66%, rgba(3, 11, 24, 0.42) 100%),
    radial-gradient(90% 80% at 8% 78%, rgba(3, 11, 24, 0.68), transparent 62%);
}

.hero-inner { max-width: 780px; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 12px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--sun); background: rgba(3, 11, 24, 0.55);
  border: 1px solid rgba(255, 196, 46, 0.45);
  backdrop-filter: blur(6px);
  padding: 8px 16px; border-radius: 999px; margin: 0 0 24px;
}
.eyebrow .dot {
  width: 8px; height: 8px; border-radius: 50%; background: var(--sun);
  box-shadow: 0 0 0 0 rgba(255, 196, 46, 0.7); animation: pulse 2.4s infinite;
}
@keyframes pulse {
  70% { box-shadow: 0 0 0 12px rgba(255, 196, 46, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 196, 46, 0); }
}

.hero-title {
  color: #fff; font-weight: 900; font-size: clamp(3rem, 8.4vw, 6.6rem);
  letter-spacing: -0.04em; line-height: 0.93;
  text-shadow: 0 8px 40px rgba(0, 0, 0, 0.45);
}
.hero-title .line { display: block; }
.hero-title em { font-style: normal; color: var(--sun); }

.hero-sub {
  color: rgba(255, 255, 255, 0.88); font-size: clamp(1.05rem, 1.6vw, 1.3rem);
  max-width: 60ch; margin: 22px 0 34px; line-height: 1.55;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }

.scroll-cue {
  position: absolute; right: clamp(20px, 5vw, 64px); bottom: clamp(64px, 9vh, 110px);
  display: flex; flex-direction: column; align-items: center; gap: 12px;
  color: rgba(255, 255, 255, 0.7);
  font-family: 'Outfit', sans-serif; font-size: 11px; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase;
}
.scroll-cue svg { width: 22px; }
.cue-dot { animation: cue 2s var(--ease-out) infinite; }
@keyframes cue {
  0%, 100% { transform: translateY(0); opacity: 1; }
  50% { transform: translateY(17px); opacity: 0.35; }
}

/* ---------- marquee ---------- */
.marquee {
  background: var(--navy); color: rgba(255, 255, 255, 0.85);
  padding: 15px 0; overflow: hidden; position: relative; z-index: 2;
}
.marquee-track {
  display: flex; gap: 30px; width: max-content;
  animation: slide 38s linear infinite;
  font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 14px;
  letter-spacing: 0.16em; text-transform: uppercase; white-space: nowrap;
}
.marquee .sep { color: var(--sun); }
@keyframes slide { to { transform: translateX(-50%); } }

/* ---------- intro ---------- */
.intro {
  max-width: var(--maxw); margin: 0 auto;
  padding: clamp(72px, 12vh, 140px) clamp(20px, 5vw, 40px) clamp(48px, 8vh, 90px);
  text-align: center;
}
.statement {
  font-size: clamp(1.7rem, 4vw, 3.2rem); line-height: 1.12; letter-spacing: -0.03em;
  max-width: 22ch; margin: 0 auto; color: var(--navy);
}
.intro .statement { max-width: 26ch; }
.statement em { font-style: normal; color: var(--sky); }
.strike { position: relative; white-space: nowrap; color: var(--ink-soft); }
.strike::after {
  content: ''; position: absolute; left: -2%; right: -2%; top: 54%; height: 6px;
  background: var(--orange); border-radius: 4px; transform: scaleX(0); transform-origin: left;
  transition: transform 600ms var(--ease-out);
}
.strike.on::after { transform: scaleX(1); }

.intro-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
  margin-top: clamp(44px, 7vh, 76px); text-align: left;
}
.fact {
  background: var(--cream); border: 1px solid rgba(11, 37, 69, 0.07);
  border-radius: var(--r-md); padding: 26px 24px;
}
.fact strong {
  display: block; font-size: clamp(2rem, 3.6vw, 2.8rem); font-weight: 900;
  color: var(--navy); letter-spacing: -0.04em; line-height: 1;
}
.fact span { display: block; margin-top: 8px; font-size: 15px; color: var(--ink-soft); }

/* ---------- journey / chapters ---------- */
.journey { padding: clamp(20px, 4vh, 40px) 0 0; }

.chapter {
  max-width: var(--maxw); margin: 0 auto;
  padding: clamp(40px, 8vh, 90px) clamp(20px, 5vw, 40px);
  display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.chapter.alt .chapter-media { order: 2; }

.chapter-media {
  margin: 0; border-radius: var(--r-lg); overflow: hidden;
  box-shadow: var(--shadow-md); background: var(--sky-light);
  will-change: transform;
}
.chapter-media img { width: 100%; }

.chapter-num {
  font-size: 12px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--orange); margin: 0 0 14px;
}
.chapter-num.light { color: var(--sun); }
.chapter-copy h3 {
  font-size: clamp(1.6rem, 3.2vw, 2.6rem); color: var(--navy); margin-bottom: 16px;
}
.chapter-copy p { color: var(--ink-soft); font-size: 1.06rem; max-width: 46ch; }

.beats { list-style: none; margin: 22px 0 0; padding: 0; display: grid; gap: 10px; }
.beats li {
  position: relative; padding-left: 30px; font-weight: 600; font-size: 15px; color: var(--navy);
}
.beats li::before {
  content: ''; position: absolute; left: 0; top: 6px;
  width: 16px; height: 16px; border-radius: 50%;
  background: var(--sun); box-shadow: inset 0 0 0 4px var(--paper), 0 0 0 2px var(--sun);
}

/* ---------- finale ---------- */
.finale {
  position: relative; min-height: 92svh; display: flex; align-items: flex-end;
  overflow: hidden; isolation: isolate; margin-top: clamp(40px, 7vh, 80px);
}
.finale-media { position: absolute; inset: -6% 0 0; z-index: -1; }
.finale-media img { width: 100%; height: 108%; object-fit: cover; object-position: 50% 45%; }
.finale-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(4, 14, 28, 0.92) 0%, rgba(4, 14, 28, 0.6) 30%, rgba(4, 14, 28, 0) 70%);
}
.finale-copy {
  padding: clamp(40px, 8vh, 90px) clamp(20px, 5vw, 64px);
  max-width: 720px;
}
.finale-copy h3 {
  color: #fff; font-size: clamp(2.4rem, 6vw, 4.6rem); font-weight: 900; letter-spacing: -0.04em;
  margin-bottom: 18px; text-shadow: 0 6px 30px rgba(0, 0, 0, 0.4);
}
.finale-copy p { color: rgba(255, 255, 255, 0.9); font-size: clamp(1.02rem, 1.5vw, 1.2rem); max-width: 52ch; }

/* ---------- the book ---------- */
.book {
  background: linear-gradient(180deg, var(--cream) 0%, var(--paper) 68%);
  padding: clamp(72px, 12vh, 140px) clamp(20px, 5vw, 40px);
}
.book-head { max-width: var(--maxw); margin: 0 auto clamp(44px, 7vh, 76px); text-align: center; }
.book-head h2 {
  font-size: clamp(2.2rem, 5.4vw, 4rem); color: var(--navy); font-weight: 900; letter-spacing: -0.04em;
}
.book-sub {
  margin-top: 14px; font-family: 'Outfit', sans-serif; font-weight: 600;
  color: var(--ink-soft); font-size: clamp(1rem, 1.7vw, 1.25rem);
}

.book-stage {
  max-width: var(--maxw); margin: 0 auto;
  display: grid; grid-template-columns: 0.86fr 1.14fr; gap: clamp(36px, 5vw, 72px);
  align-items: start;
}

.cover-wrap { perspective: 1400px; }
.cover {
  position: relative; aspect-ratio: 8.5 / 11; border-radius: 6px 14px 14px 6px;
  overflow: hidden; background: var(--sky);
  box-shadow: var(--shadow-lg), inset 0 0 0 1px rgba(255, 255, 255, 0.4);
  transform-style: preserve-3d;
  transition: transform 500ms var(--ease-out);
  will-change: transform;
}
.cover::before {
  content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 16px; z-index: 4;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.06) 55%, rgba(255, 255, 255, 0.18));
}
.cover img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cover-type {
  position: absolute; left: 0; right: 0; top: 5%; z-index: 3;
  display: flex; flex-direction: column; align-items: center; text-align: center; padding: 0 8%;
}
.cover-imprint {
  font-family: 'Outfit', sans-serif; font-size: clamp(8px, 1.1vw, 12px); font-weight: 700;
  letter-spacing: 0.28em; text-transform: uppercase; color: var(--navy);
  background: var(--sun); padding: 5px 12px; border-radius: 999px;
}
.cover-title {
  font-family: 'Outfit', sans-serif; font-weight: 900; letter-spacing: -0.04em; line-height: 0.9;
  font-size: clamp(1.9rem, 4.6vw, 3.1rem); color: #fff; margin-top: 14px;
  text-shadow: 0 4px 0 var(--navy), 0 10px 26px rgba(4, 20, 40, 0.45);
}
.cover-foot {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 3;
  padding: 16px clamp(14px, 3vw, 26px) clamp(14px, 3vw, 22px);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  background: linear-gradient(to top, rgba(255, 196, 46, 1) 62%, rgba(255, 196, 46, 0));
  font-family: 'Outfit', sans-serif; font-weight: 700; color: var(--navy);
  font-size: clamp(10px, 1.3vw, 14px); letter-spacing: 0.04em; text-align: center;
}
.cover-badge {
  background: var(--navy); color: #fff; border-radius: 999px;
  padding: 4px 12px; font-size: clamp(9px, 1.1vw, 11px); letter-spacing: 0.12em; text-transform: uppercase;
}
.cover-gloss {
  position: absolute; inset: 0; z-index: 5; pointer-events: none;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0) 38%, rgba(255, 255, 255, 0.34) 48%, rgba(255, 255, 255, 0) 58%);
  transform: translateX(-30%); transition: transform 700ms var(--ease-out);
}
.cover-wrap:hover .cover-gloss { transform: translateX(30%); }
.cover-note {
  margin: 18px 0 0; text-align: center; font-size: 13px; color: var(--ink-soft);
  font-family: 'Outfit', sans-serif; font-weight: 600; letter-spacing: 0.04em;
}

.specs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.spec {
  background: #fff; border: 1px solid rgba(11, 37, 69, 0.09); border-radius: var(--r-md);
  padding: 26px 24px; box-shadow: var(--shadow-sm);
}
.spec h4 { font-size: 1.12rem; color: var(--navy); margin-bottom: 10px; letter-spacing: -0.02em; }
.spec p { margin: 0; font-size: 15px; color: var(--ink-soft); line-height: 1.6; }

/* ---------- peek ---------- */
.peek {
  max-width: var(--maxw); margin: clamp(64px, 10vh, 120px) auto 0;
  display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.peek-page {
  margin: 0; background: #fff; padding: 18px 18px 12px;
  border-radius: var(--r-sm); box-shadow: var(--shadow-md);
  transform: rotate(-2.2deg); transition: transform 400ms var(--ease-out);
}
.peek-page:hover { transform: rotate(0deg) scale(1.015); }
.peek-page figcaption {
  margin-top: 12px; text-align: center; font-family: 'Outfit', sans-serif;
  font-size: 12px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-soft);
}
.peek-copy h3 { font-size: clamp(1.5rem, 3vw, 2.3rem); color: var(--navy); margin-bottom: 16px; }
.peek-copy p { color: var(--ink-soft); max-width: 44ch; }
.peek-copy .btn { margin-top: 10px; }

/* ---------- signup ---------- */
.signup {
  padding: clamp(72px, 12vh, 140px) clamp(20px, 5vw, 40px);
  background: var(--navy);
  background-image:
    radial-gradient(120% 90% at 80% 0%, rgba(47, 155, 230, 0.35), transparent 60%),
    radial-gradient(90% 80% at 10% 100%, rgba(255, 196, 46, 0.18), transparent 60%);
}
.signup-card { max-width: 760px; margin: 0 auto; text-align: center; }
.signup-card h2 {
  color: #fff; font-size: clamp(1.9rem, 4.6vw, 3.2rem); font-weight: 900; letter-spacing: -0.035em;
}
.signup-sub {
  color: rgba(255, 255, 255, 0.82); margin: 18px auto 32px; max-width: 52ch; font-size: 1.05rem;
}
#signup-form {
  display: flex; gap: 10px; justify-content: center; flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 10px; border-radius: 999px; max-width: 520px; margin: 0 auto;
}
#signup-form input {
  flex: 1 1 240px; min-width: 0; background: #fff; border: 0; border-radius: 999px;
  padding: 14px 22px; font-family: 'Nunito', sans-serif; font-size: 16px; color: var(--ink);
}
#signup-form input::placeholder { color: #9aa9bd; }
#signup-form input:invalid:not(:placeholder-shown) { box-shadow: inset 0 0 0 2px var(--orange); }
.form-msg {
  min-height: 24px; margin: 16px 0 0; font-weight: 700; font-size: 15px; color: var(--sun);
}
.signup-meta {
  list-style: none; padding: 0; margin: 30px 0 0;
  display: flex; flex-wrap: wrap; gap: 10px 12px; justify-content: center;
}
.signup-meta li {
  font-family: 'Outfit', sans-serif; font-size: 12px; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 999px; padding: 7px 15px;
}

/* ---------- about ---------- */
.about { padding: clamp(72px, 12vh, 140px) clamp(20px, 5vw, 40px); }
.about-grid {
  max-width: var(--maxw); margin: 0 auto;
  display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(36px, 5vw, 72px);
  align-items: start;
}
.about-grid h2 {
  font-size: clamp(1.7rem, 3.6vw, 2.7rem); color: var(--navy); margin-bottom: 20px;
}
.about-grid p { color: var(--ink-soft); }
.pledge {
  background: var(--cream); border-radius: var(--r-lg); padding: clamp(26px, 3vw, 38px);
  border: 1px solid rgba(11, 37, 69, 0.08);
}
.pledge h4 {
  font-size: 13px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--sky);
  margin-bottom: 20px;
}
.pledge ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; }
.pledge li {
  display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: start;
  font-size: 15px; color: var(--navy); font-weight: 600; line-height: 1.5;
}
.pledge li span {
  font-family: 'Outfit', sans-serif; font-weight: 800; font-size: 12px; color: var(--navy);
  background: var(--sun); border-radius: 6px; padding: 3px 7px; letter-spacing: 0.04em;
}

/* ---------- footer ---------- */
.footer {
  background: var(--navy-deep); color: rgba(255, 255, 255, 0.72);
  padding: clamp(48px, 7vh, 80px) clamp(20px, 5vw, 40px) 34px;
}
.footer-top {
  max-width: var(--maxw); margin: 0 auto; display: flex; flex-wrap: wrap; gap: 20px 40px;
  align-items: center; justify-content: space-between;
  padding-bottom: 30px; border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.footer-brand { color: #fff; }
.tagline {
  margin: 0; font-family: 'Outfit', sans-serif; font-weight: 600; color: var(--sun);
  font-size: clamp(1rem, 2vw, 1.3rem); letter-spacing: -0.01em;
}
.footer-bottom {
  max-width: var(--maxw); margin: 0 auto; padding-top: 24px;
  display: flex; flex-wrap: wrap; gap: 8px 32px; justify-content: space-between;
  font-size: 13px;
}
.footer-bottom p { margin: 0; }
.footer-bottom a { color: var(--sun); text-decoration: none; transition: color var(--ti); }
.footer-bottom a:hover { color: #fff; text-decoration: underline; }

/* ---------- reveal (no CLS: opacity + clip only) ---------- */
.rv { opacity: 1; }
@supports (animation-timeline: view()) {
  .rv {
    opacity: 0;
    animation: rv-fade linear both;
    animation-timeline: view();
    animation-range: entry 8% entry 78%;
  }
}
@keyframes rv-fade { to { opacity: 1; } }

/* ---------- responsive ---------- */
@media (max-width: 980px) {
  .chapter, .book-stage, .peek, .about-grid { grid-template-columns: 1fr; }
  .chapter.alt .chapter-media { order: 0; }
  .cover-wrap { max-width: 380px; margin: 0 auto; }
  .peek-page { max-width: 420px; margin: 0 auto; }
  .nav-links { display: none; }
  .nav-cta { margin-left: auto; }
}

@media (max-width: 700px) {
  body { font-size: 16px; }
  .hero { align-items: flex-end; min-height: 96svh; }
  .hero-media img { object-position: 62% 42%; }
  .scroll-cue { display: none; }
  .intro-grid { grid-template-columns: 1fr; }
  .specs { grid-template-columns: 1fr; }
  .br-md { display: none; }
  #signup-form { border-radius: var(--r-lg); }
  #signup-form input, #signup-form .btn { flex: 1 1 100%; }
  .footer-top { flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important; animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .rv { opacity: 1 !important; }
}
