/* ============================================================
   NAGAIKI · Public site (handoff bundle)
   Builds on ../colors_and_type.css (canonical tokens).
   Static HTML/CSS design reference for Claude Code → Next.js.
   ============================================================ */

* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  background: var(--navy);
  color: var(--text-body);
  font-family: var(--font-body);
  font-weight: 300;
  line-height: var(--lh-body);
  overflow-x: hidden;
}
body::before {                       /* grain texture, ~30% feel */
  content: ''; position: fixed; inset: 0;
  background-image: url("assets/noise.svg");
  pointer-events: none; z-index: 0; opacity: 0.4;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

/* ── REVEAL (reduced-motion-safe; never gates visibility) ── */
.js-reveal .reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.js-reveal .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .js-reveal .reveal { opacity: 1; transform: none; transition: none; } }

/* ── LAYOUT ─────────────────────────────────── */
.wrap { max-width: 1100px; margin: 0 auto; padding: 0 60px; }
.section { position: relative; z-index: 1; padding: 100px 0; }
.section--mid { background: var(--navy-mid); border-top: var(--hair-faint); border-bottom: var(--hair-faint); }
.section--tight { padding: 72px 0; }
.eyebrow {
  font-family: var(--font-body); font-size: 11px; font-weight: 500;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold);
}
.eyebrow--dim { color: var(--gold-dim); }
.eyebrow--rule { display: inline-flex; align-items: center; gap: 14px; }
.eyebrow--rule::before { content: ''; width: 36px; height: 1px; background: currentColor; }

.title {
  font-family: var(--font-display); font-weight: 300;
  font-size: clamp(34px, 4.2vw, 50px); line-height: 1.12;
  letter-spacing: -0.01em; color: var(--cream); max-width: 16ch;
}
.title em { font-style: italic; color: var(--gold); }
.title--wide { max-width: 22ch; }
.lede {
  font-size: 16px; font-weight: 300; line-height: 1.85;
  color: var(--text-body); max-width: 62ch; margin-top: 20px;
}
.lede strong { color: var(--cream); font-weight: 400; }

/* ── BUTTONS ────────────────────────────────── */
.btn {
  display: inline-block; cursor: pointer; border: none; border-radius: 0;
  font-family: var(--font-body); letter-spacing: 0.10em; text-transform: uppercase;
  transition: all var(--dur-2) var(--ease); text-align: center;
}
.btn-primary { background: var(--gold); color: var(--navy); padding: 17px 40px; font-size: 13px; font-weight: 500; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); background: var(--gold-light); }
.btn-outline { background: transparent; color: var(--gold-light); border: 1px solid var(--gold-30); padding: 16px 36px; font-size: 13px; font-weight: 400; }
.btn-outline:hover { border-color: var(--gold); background: var(--gold-06); }
.btn-link {
  color: var(--gold-light); font-size: 13px; letter-spacing: 0.04em; text-transform: none;
  text-decoration: underline; text-underline-offset: 4px; text-decoration-color: var(--gold-30); padding: 16px 0;
}
.btn-link:hover { text-decoration-color: var(--gold); }
.cta-row { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; margin-top: 40px; }

/* ── NAV (injected by chrome.js) ───────────── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; justify-content: space-between; align-items: center;
  padding: 22px 60px;
  background: linear-gradient(to bottom, rgba(15,28,46,0.97) 0%, rgba(15,28,46,0.93) 58%, rgba(15,28,46,0) 100%);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
}
.nav.scrolled { background: rgba(15,28,46,0.96); border-bottom: var(--hair-faint); }
.nav.menu-open { background: var(--navy); }
.nav-scrim { position: fixed; inset: 0; z-index: 99; background: rgba(8,16,28,0.78); -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px); opacity: 0; visibility: hidden; transition: opacity .3s ease, visibility .3s ease; }
.nav-scrim.show { opacity: 1; visibility: visible; }
.nav-logo { font-family: var(--font-display); font-size: 21px; font-weight: 300; color: var(--cream); letter-spacing: 0.02em; text-transform: none; }
.nl-mk { color: var(--gold); font-weight: 400; }
.nav-links { display: flex; gap: 28px; list-style: none; align-items: center; }
/* 7 nav items + CTA: tighten the gap on narrower desktops so it never wraps before the 1024px hamburger */
@media (min-width: 1025px) and (max-width: 1200px) { .nav-links { gap: 18px; } }
.nav-links a { font-size: 13px; font-weight: 400; color: var(--text-body); letter-spacing: 0.04em; white-space: nowrap; transition: color var(--dur-2) var(--ease); }
.nav-links a:hover, .nav-links a[aria-current] { color: var(--gold-light); }
.nav-mobile-toggle { display: none; align-items: center; justify-content: center; background: none; border: none; color: var(--gold); cursor: pointer; padding: 4px; }

/* ── FOOTER (injected) ─────────────────────── */
.footer { position: relative; z-index: 1; border-top: var(--hair-faint); background: var(--navy-deep, #0b1521); }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; padding: 72px 0 48px; }
.footer-logo { font-family: var(--font-display); font-size: 20px; font-weight: 600; color: var(--gold); letter-spacing: 0.16em; text-transform: uppercase; }
.footer-tagline { font-size: 13px; font-style: italic; color: var(--text-muted); margin-top: 14px; max-width: 30ch; line-height: 1.6; }
.footer-col h4 { font-size: 11px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold-dim); margin-bottom: 18px; }
.footer-col a { display: block; font-size: 13px; color: var(--text-body); padding: 6px 0; transition: color .2s; }
.footer-col a:hover { color: var(--gold-light); }
.footer-bottom { border-top: var(--hair-faint); padding: 28px 0; display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.footer-fine { font-size: 12px; color: var(--text-muted); line-height: 1.7; max-width: 80ch; }
.footer-fine strong { color: var(--text-body); font-weight: 400; }

/* ── HERO ───────────────────────────────────── */
.hero { position: relative; min-height: 92vh; display: flex; align-items: center; padding: 150px 0 90px; overflow: hidden; }
.hero-art { position: absolute; right: 0; top: 0; bottom: 0; width: 50%; z-index: 0; overflow: hidden; }
.hero-art-bg { position: absolute; inset: 0; background: linear-gradient(135deg, #1a2d42 0%, #243650 45%, #0f1c2e 100%); filter: saturate(.7) brightness(.92); }
.hero-art::before { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(to right, var(--navy) 0%, rgba(15,28,46,.7) 32%, rgba(15,28,46,0) 78%); }
.hero-art::after { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(to top, var(--navy) 0%, transparent 26%); }
.hero-inner { position: relative; z-index: 2; max-width: 640px; }
.hero h1 { font-family: var(--font-display); font-weight: 300; font-size: clamp(46px, 6.4vw, 76px); line-height: 1.06; letter-spacing: -0.015em; color: var(--cream); margin-top: 26px; }
.hero h1 em { font-style: italic; color: var(--gold); }
.hero .lede { margin-top: 28px; }

/* orbit */
.orbit { position: absolute; right: 7%; top: 50%; transform: translateY(-50%); width: 380px; height: 380px; border-radius: 50%; border: 1px solid var(--gold-15); z-index: 1; animation: spin 30s linear infinite; }
.orbit::before { content: ''; position: absolute; inset: 28px; border-radius: 50%; border: 1px solid var(--gold-08); animation: spin 20s linear infinite reverse; }
.orbit::after { content: ''; position: absolute; inset: 64px; border-radius: 50%; background: radial-gradient(circle, rgba(201,169,110,.06) 0%, transparent 70%); }
.orbit-dot { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: var(--shadow-glow); }
@keyframes spin { to { transform: translateY(-50%) rotate(360deg); } }

/* ── STAT ROW ──────────────────────────────── */
.stat-row { display: flex; gap: 48px; margin-top: 56px; padding-top: 40px; border-top: var(--hair); }
.stat .n { font-family: var(--font-display); font-size: 34px; font-weight: 400; color: var(--gold); line-height: 1; font-variant-numeric: tabular-nums; }
.stat .l { font-size: 11px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-muted); margin-top: 8px; }

/* ── CARDS / GRID ──────────────────────────── */
.grid { display: grid; gap: 2px; background: var(--gold-08); margin-top: 56px; }
.grid-2 { grid-template-columns: 1fr 1fr; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.cell { background: var(--navy); padding: 40px 34px; }
.section--mid .cell { background: var(--navy-mid); }
.cell h3 { font-family: var(--font-display); font-size: 22px; font-weight: 400; color: var(--cream); line-height: 1.25; margin-bottom: 12px; }
.cell h3 em { font-style: italic; color: var(--gold); }
.cell p { font-size: 14px; font-weight: 300; line-height: 1.7; color: var(--text-body); }
.cell .kicker { font-size: 11px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold-dim); margin-bottom: 16px; }

/* free-standing card (navy-mid + hairline) */
.card { background: var(--navy-mid); border: var(--hair); padding: 36px; }
.card--accent { border-top: 2px solid var(--gold); }

/* ── STEP LIST ─────────────────────────────── */
.steps { margin-top: 48px; }
.step { display: flex; gap: 28px; padding: 30px 0; border-bottom: var(--hair-faint); transition: padding-left var(--dur-2) var(--ease); }
.step:last-child { border-bottom: none; }
.step:hover { padding-left: 8px; }
.step .num { font-size: 12px; font-weight: 500; letter-spacing: 0.10em; color: var(--gold); min-width: 28px; padding-top: 6px; }
.step h3 { font-family: var(--font-display); font-size: 24px; font-weight: 400; color: var(--cream); margin-bottom: 8px; }
.step h3 em { font-style: italic; color: var(--gold); }
.step p { font-size: 14px; font-weight: 300; line-height: 1.75; color: var(--text-body); max-width: 56ch; }

/* ── SPLIT ─────────────────────────────────── */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.split--start { align-items: start; }

/* ── FORM ──────────────────────────────────── */
.field { display: flex; flex-direction: column; gap: 8px; margin-bottom: 16px; }
.field label { font-size: 11px; font-weight: 500; letter-spacing: 0.10em; text-transform: uppercase; color: var(--gold-light); }
.field input, .field select, .field textarea {
  background: var(--white-04); border: 1px solid var(--gold-20); color: var(--cream);
  padding: 14px 16px; font-family: var(--font-body); font-size: 15px; font-weight: 300; border-radius: 0; outline: none;
  transition: all var(--dur-2) var(--ease); width: 100%;
}
.field input::placeholder { color: var(--text-muted); }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); background: var(--white-08); }
.field select option { background: var(--navy-mid); color: var(--cream); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.consent { display: flex; gap: 12px; align-items: flex-start; margin: 8px 0 20px; }
.consent input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--gold); flex-shrink: 0; }
.consent label { font-size: 12px; font-weight: 300; color: var(--text-muted); line-height: 1.6; letter-spacing: 0; text-transform: none; }
.consent a { color: var(--gold-light); text-decoration: underline; text-underline-offset: 2px; }
.req { color: var(--gold); font-weight: 500; }
.field-req { text-transform: none; letter-spacing: 0; color: var(--text-muted); font-weight: 300; }

/* ── BANNERS / BARS (demo) ─────────────────── */
.demo-banner { position: sticky; top: 0; z-index: 90; background: var(--gold); color: var(--navy); text-align: center; padding: 10px 20px; font-size: 12px; font-weight: 500; letter-spacing: 0.06em; }
.demo-bar { position: fixed; bottom: 0; left: 0; right: 0; z-index: 90; background: var(--navy-mid); border-top: 1px solid var(--gold); display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 14px 60px; }
.demo-bar p { font-size: 13px; color: var(--text-body); }
.demo-bar strong { color: var(--cream); font-weight: 400; }

/* ── PROBLEM/PILL CHIPS ───────────────────── */
.chips { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 28px; }
.chip { border: 1px solid var(--gold-20); color: var(--text-body); font-size: 12px; letter-spacing: 0.04em; padding: 8px 16px; }

/* ── FAQ ───────────────────────────────────── */
.faq-item { border-bottom: var(--hair-faint); padding: 28px 0; }
.faq-item h3 { font-family: var(--font-display); font-size: 21px; font-weight: 400; color: var(--cream); margin-bottom: 12px; }
.faq-item p { font-size: 14px; font-weight: 300; line-height: 1.8; color: var(--text-body); max-width: 70ch; }

/* ── PERSONA ───────────────────────────────── */
.persona .focus { font-size: 11px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold-dim); margin-bottom: 14px; }
.persona .name { font-family: var(--font-display); font-size: 26px; font-weight: 400; color: var(--cream); margin-bottom: 10px; }
.persona .lane { display: inline-block; margin-top: 18px; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold); border: 1px solid var(--gold-20); padding: 5px 12px; }

/* ── PROSE (legal) ─────────────────────────── */
.prose { max-width: 72ch; }
.prose h2 { font-family: var(--font-display); font-size: 26px; font-weight: 400; color: var(--cream); margin: 40px 0 14px; }
.prose h3 { font-size: 14px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold-dim); margin: 28px 0 10px; }
.prose p, .prose li { font-size: 15px; font-weight: 300; line-height: 1.85; color: var(--text-body); margin-bottom: 14px; }
.prose ul { padding-left: 22px; }

/* wire-point note (visible in bundle; Claude Code strips) */
.wire { display: block; font-family: var(--font-body); font-size: 11px; color: var(--gold-dim); border-left: 2px solid var(--gold-20); padding: 4px 0 4px 12px; margin: 16px 0; letter-spacing: 0.02em; font-style: italic; }

/* ============================================================
   AUTH + ONBOARDING (Phase 2)
   Minimal shell — no marketing nav. Centered cards on navy.
   ============================================================ */
.auth-top { position: fixed; top: 0; left: 0; right: 0; z-index: 50; display: flex; justify-content: space-between; align-items: center; padding: 22px 40px; }
.auth-top .logo { font-family: var(--font-display); font-size: 20px; font-weight: 300; color: var(--cream); letter-spacing: 0.02em; text-transform: none; }
.auth-top .alt { font-size: 13px; color: var(--text-muted); }
.auth-top .alt a { color: var(--gold-light); text-decoration: underline; text-underline-offset: 3px; }

.auth-shell { position: relative; z-index: 1; min-height: 100vh; display: grid; place-items: center; padding: 120px 24px 80px; }
.auth-card { width: 100%; min-width: 0; max-width: min(440px, 100%); background: var(--navy-mid); border: var(--hair); padding: 44px 40px; }
.auth-card.card--accent { border-top: 2px solid var(--gold); }
.auth-card h1 { font-family: var(--font-display); font-weight: 300; font-size: 34px; line-height: 1.12; color: var(--cream); margin-bottom: 10px; }
.auth-card h1 em { font-style: italic; color: var(--gold); }
.auth-card .sub { font-size: 14px; font-weight: 300; color: var(--text-body); line-height: 1.7; margin-bottom: 28px; }
.auth-alt { font-size: 13px; color: var(--text-muted); margin-top: 22px; text-align: center; }
.auth-alt a { color: var(--gold-light); text-decoration: underline; text-underline-offset: 3px; }
.auth-or { display: flex; align-items: center; gap: 14px; margin: 22px 0; color: var(--text-muted); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; }
.auth-or::before, .auth-or::after { content: ''; flex: 1; height: 1px; background: var(--gold-12); }
.demo-creds { margin-top: 20px; border: 1px dashed var(--gold-20); padding: 14px 16px; font-size: 12px; color: var(--text-muted); line-height: 1.7; }
.demo-creds strong { color: var(--gold-light); font-weight: 500; }
.code-input { display: flex; gap: 10px; }
.code-input input { flex: 1; min-width: 0; width: 1ch; text-align: center; font-family: var(--font-display); font-size: 26px; font-variant-numeric: tabular-nums; padding: 14px 0; }

/* ── ONBOARDING ────────────────────────────── */
.onb-shell { position: relative; z-index: 1; min-height: 100vh; padding: 110px 24px 90px; max-width: 720px; margin: 0 auto; }
.stepper { display: flex; gap: 6px; margin-bottom: 48px; }
.stepper .s { flex: 1; }
.stepper .bar { height: 2px; background: var(--gold-12); }
.stepper .s.done .bar { background: var(--gold); }
.stepper .s.now .bar { background: var(--gold-light); }
.stepper .lbl { font-size: 10px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-muted); margin-top: 10px; }
.stepper .s.now .lbl { color: var(--gold-light); }
.stepper .s.done .lbl { color: var(--gold-dim); }
.onb-step-no { font-size: 11px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold-dim); }
.onb-title { font-family: var(--font-display); font-weight: 300; font-size: clamp(30px, 4vw, 42px); line-height: 1.14; color: var(--cream); margin: 14px 0 16px; }
.onb-title em { font-style: italic; color: var(--gold); }
.onb-lede { font-size: 15px; font-weight: 300; line-height: 1.8; color: var(--text-body); max-width: 56ch; margin-bottom: 36px; }
.onb-actions { display: flex; gap: 16px; align-items: center; margin-top: 40px; flex-wrap: wrap; }

/* choice cards (intake/lane) */
.choices { display: grid; gap: 14px; }
.choice { display: flex; gap: 18px; align-items: flex-start; background: var(--navy); border: 1px solid var(--gold-12); padding: 22px 24px; cursor: pointer; transition: border-color var(--dur-2) var(--ease), background var(--dur-2) var(--ease); }
.choice:hover { border-color: var(--gold-30); }
.choice.sel { border-color: var(--gold); background: var(--gold-04); }
.choice .mark { width: 18px; height: 18px; border-radius: 50%; border: 1px solid var(--gold-30); flex-shrink: 0; margin-top: 3px; position: relative; }
.choice.sel .mark { border-color: var(--gold); }
.choice.sel .mark::after { content: ''; position: absolute; inset: 4px; border-radius: 50%; background: var(--gold); }
.choice h3 { font-family: var(--font-display); font-size: 20px; font-weight: 400; color: var(--cream); margin-bottom: 6px; }
.choice p { font-size: 13px; font-weight: 300; color: var(--text-muted); line-height: 1.65; }
.choice .tag { display: inline-block; margin-top: 10px; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); border: 1px solid var(--gold-20); padding: 3px 9px; }

/* connect-data source rows */
.source { display: flex; align-items: center; gap: 18px; background: var(--navy); border: 1px solid var(--gold-12); padding: 18px 22px; margin-bottom: 12px; }
.source .ic { width: 40px; height: 40px; border-radius: 50%; background: var(--gold-08); display: grid; place-items: center; color: var(--gold); font-family: var(--font-display); font-size: 16px; flex-shrink: 0; }
.source .meta { flex: 1; }
.source .meta b { display: block; font-size: 14px; font-weight: 500; color: var(--cream); letter-spacing: 0.02em; }
.source .meta span { font-size: 12px; color: var(--text-muted); }
.source .st { font-size: 11px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; padding: 6px 12px; border: 1px solid var(--gold-20); color: var(--gold-light); cursor: pointer; }
.source.ok .st { color: var(--green); border-color: rgba(76,175,138,.4); }
.source.ok .ic { color: var(--green); background: rgba(76,175,138,.12); }

/* state banners */
.state { display: flex; gap: 14px; align-items: flex-start; padding: 16px 18px; border: 1px solid var(--gold-20); border-left-width: 2px; margin: 14px 0; font-size: 13px; line-height: 1.6; color: var(--text-body); }
.state b { color: var(--cream); font-weight: 500; }
.state.warn { border-left-color: var(--red); }
.state.info { border-left-color: var(--blue); }
.state.ok { border-left-color: var(--green); }
.skip-row { margin-top: 18px; text-align: center; }
.skip-row a { font-size: 13px; color: var(--text-muted); text-decoration: underline; text-underline-offset: 3px; }
.skip-row a:hover { color: var(--gold-light); }

/* building-profile */
.build-wrap { text-align: center; max-width: 520px; margin: 0 auto; }
.build-orbit { width: 160px; height: 160px; margin: 0 auto 40px; position: relative; }
.build-orbit .ring { position: absolute; inset: 0; border-radius: 50%; border: 1px solid var(--gold-15); animation: spin 18s linear infinite; }
.build-orbit .ring:nth-child(2){ inset: 26px; border-color: var(--gold-08); animation: spin 12s linear infinite reverse; }
.build-orbit .dot { position: absolute; top: 50%; left: 50%; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); transform: translate(-50%,-50%); box-shadow: var(--shadow-glow); }
.build-list { text-align: left; max-width: 360px; margin: 32px auto 0; }
.build-list .li { display: flex; gap: 12px; align-items: center; padding: 11px 0; border-bottom: var(--hair-faint); font-size: 14px; color: var(--text-body); }
.build-list .li .c { color: var(--green); font-family: var(--font-display); }

@media (max-width: 560px) {
  .stepper .lbl { display: none; }
  .auth-card { padding: 32px 24px; }
  .field-row { grid-template-columns: 1fr; }
}

/* ── MOBILE ────────────────────────────────── */
@media (max-width: 1024px) {
  .wrap { padding: 0 24px; }
  .nav { padding: 16px 24px; }
  .nav-links { position: fixed; top: 0; right: 0; left: auto; height: 100vh; height: 100dvh; overflow-y: auto; width: 78%; max-width: 360px; flex-direction: column; align-items: flex-start; gap: 8px; background: var(--navy-mid); border-left: var(--hair); padding: 96px 32px; transform: translateX(100%); transition: transform var(--dur-2) var(--ease); }
  .nav-links.open { transform: none; }
  .nav-links a { font-size: 17px; padding: 10px 0; }
  .nav-mobile-toggle { display: flex; z-index: 101; }
  .section { padding: 64px 0; }
  .hero { min-height: auto; padding: 130px 0 64px; }
  .hero-art { width: 100%; opacity: 0.18; }
  .orbit { display: none; }
  .grid-2, .grid-3 { grid-template-columns: 1fr; }
  .split { grid-template-columns: 1fr; gap: 40px; }
  .field-row { grid-template-columns: 1fr; }
  .stat-row { gap: 28px; flex-wrap: wrap; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .demo-bar { padding: 12px 24px; flex-direction: column; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 600px) {
  .hero h1 { font-size: clamp(28px, 7.8vw, 44px); }
  .hero h1 br { display: none; }
  .title { font-size: clamp(26px, 6.4vw, 40px); }
  .eyebrow { font-size: 10px; letter-spacing: 0.12em; }
  .eyebrow--rule { flex-wrap: wrap; }
  .cta-row { flex-direction: column; align-items: flex-start; gap: 14px; }
  .card--accent { padding: 28px 22px !important; grid-template-columns: 1fr !important; }
}

/* production: hide handoff annotations + demo helper */
.wire,.demo-creds{display:none!important}

/* --- imagery (INTERIM team assets — replace with full-res before go-live; see NEEDS-REVIEW.md) --- */
.media-card{position:relative;overflow:hidden;border:var(--hair);background:var(--navy-mid)}
.media-card img{display:block;width:100%;height:100%;object-fit:cover;filter:saturate(.88) contrast(1.02)}
.media-card::after{content:'';position:absolute;inset:0;pointer-events:none;background:linear-gradient(135deg,rgba(15,28,46,.5),rgba(15,28,46,.08) 46%,rgba(15,28,46,.46))}
.media-card--tall{aspect-ratio:4/5}
.media-card--wide{aspect-ratio:16/10}
.media-card--photo{aspect-ratio:3/2}
/* hero with a photographic backdrop (concept landings) */
.hero-photo{position:absolute;inset:0;z-index:0;overflow:hidden}
.hero-photo img{width:100%;height:100%;object-fit:cover;filter:saturate(.8) brightness(.72)}
.hero-photo::after{content:'';position:absolute;inset:0;background:linear-gradient(to right,var(--navy) 0%,rgba(15,28,46,.86) 40%,rgba(15,28,46,.46) 100%)}
.hero-photo::before{content:'';position:absolute;inset:0;z-index:1;background:linear-gradient(to top,var(--navy) 0%,transparent 30%)}
@media(max-width:760px){.media-card--tall{aspect-ratio:16/10}.hero-photo img{filter:saturate(.8) brightness(.58)}}

/* ── HERO WITH FORM (R2 CRO, form above the fold) ── */
.hero--form { min-height: auto; align-items: center; padding: 132px 0 84px; }
.hero-split { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr 0.98fr; gap: 56px; align-items: center; width: 100%; }
.hero-split .hero-inner { max-width: none; }
.hero-why { margin-top: 24px; font-size: 16px; line-height: 1.6; color: var(--text-body); }
.hero-why b { color: var(--gold-light); font-weight: 500; }
.hero-card { background: rgba(15,28,46,.74); backdrop-filter: blur(7px); -webkit-backdrop-filter: blur(7px); }
@media (max-width: 900px) { .hero-split { grid-template-columns: 1fr; gap: 34px; } .hero--form { padding-top: 112px; } }
