/* strato-landing — WM design canon (DESIGN.md) */
@font-face { font-family: 'Aeonik'; src: url('./fonts/Aeonik-Regular.woff2') format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'Aeonik'; src: url('./fonts/Aeonik-Medium.woff2') format('woff2'); font-weight: 500; font-display: swap; }
@font-face { font-family: 'Aeonik'; src: url('./fonts/Aeonik-Bold.woff2') format('woff2'); font-weight: 700; font-display: swap; }

:root {
  --yellow: #FFF533;
  --yellow-100: #FFFCCC;
  --n200: #E5E5E5; --n300: #D4D4D4; --n400: #A3A3A3; --n500: #737373;
  --n700: #404040; --n800: #262626; --n900: #171717; --n950: #0A0A0A;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Aeonik', Arial, sans-serif; background: #000; color: #F5F5F5; font-size: 18px; line-height: 1.4; -webkit-font-smoothing: antialiased; }

.container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
.container.narrow { max-width: 880px; }

.section { padding: 7rem 0; }
.section-black { background: #000; color: #F5F5F5; }
.section-white { background: #FFF; color: #333; }
.section-white h2 { color: #171717; }

h1 { font-size: 56px; line-height: 1.05; font-weight: 700; letter-spacing: -0.56px; color: #FFF; }
h2 { font-size: 64px; line-height: 1.0; font-weight: 500; letter-spacing: -0.64px; margin: 24px 0 32px; }
h3 { font-size: 32px; line-height: 1.1; font-weight: 500; letter-spacing: -0.32px; }
.prose p { margin-bottom: 16px; }
.prose.big, .prose .big { font-size: 24px; line-height: 1.3; }
.micro { font-size: 14px; color: var(--n500); }

/* pills — asymmetric signature radius */
.pill { display: inline-block; padding: 8px 16px; font-size: 18px; font-weight: 500; line-height: 18px; border-radius: 0 20px 0 20px; background: transparent; }
.pill-light { color: #FAFAFA; border: 1px solid var(--n300); }
.pill-dark { color: #000; border: 1px solid #000; }

/* buttons — full pill, flat */
.btn { display: inline-block; padding: 14px 28px; border-radius: 1061px; font-size: 16px; font-weight: 500; text-decoration: none; border: none; cursor: pointer; transition: background 200ms ease, color 200ms ease; font-family: inherit; }
.btn-yellow { background: var(--yellow); color: #000; }
.btn-yellow:hover { background: #F5E82A; }
.btn-wide { width: 100%; text-align: center; }
.btn:focus-visible { outline: 2px solid var(--yellow); outline-offset: 3px; }
.section-white .btn:focus-visible { outline-color: #000; }

/* nav */
.nav { position: sticky; top: 0; z-index: 50; display: flex; align-items: center; justify-content: space-between; padding: 16px 24px; background: #000; border-bottom: 1px solid var(--n800); }
.nav-logo { height: 28px; width: auto; filter: brightness(0) invert(1); }
.nav-cta { padding: 10px 20px; }

/* hero */
.hero { padding-top: 5rem; }
.hero-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px; align-items: center; }
.hero-copy h1 { margin: 24px 0; }
.hero-sub { font-size: 21px; line-height: 1.4; color: #F5F5F5; margin-bottom: 32px; }
.hero-actions .micro { margin-top: 12px; }
.hero-visual img { width: 100%; height: auto; border-radius: 40px; border: 1px solid var(--n800); display: block; }
.hero-visual figcaption { margin-top: 12px; text-align: center; }

/* logos */
.logos { padding: 3rem 0 5rem; }
.logo-row { display: flex; flex-wrap: wrap; gap: 32px 48px; align-items: center; justify-content: center; }
.logo-row img { height: 30px; width: auto; max-width: 130px; filter: brightness(0) invert(1); opacity: 0.75; }
.logo-row-minor { margin-top: 28px; }
.logo-row-minor img { height: 20px; opacity: 0.45; }
.logo-line { text-align: center; margin-top: 32px; color: var(--n400); font-size: 16px; }

/* pull quote */
.pullquote { margin: 40px 0; border-left: 4px solid var(--yellow); padding-left: 28px; }
.pullquote p { font-size: 36px; line-height: 1.15; font-weight: 500; letter-spacing: -0.36px; color: #171717; }
.pullquote cite { display: block; margin-top: 16px; font-style: normal; font-size: 16px; color: var(--n500); }
.accent-line { font-weight: 500; color: #000; }
.section-white .prose p { color: #333; }

/* compare table */
.table-wrap { overflow-x: auto; margin: 24px 0 32px; border: 1px solid var(--n800); border-radius: 40px; }
.compare { width: 100%; border-collapse: collapse; min-width: 640px; }
.compare th, .compare td { text-align: left; padding: 18px 24px; border-bottom: 1px solid var(--n800); font-size: 17px; vertical-align: top; }
.compare thead th { font-size: 15px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.5px; color: var(--n400); }
.compare tbody tr:last-child td { border-bottom: none; }
.compare td:first-child { color: var(--n400); width: 150px; }
.compare .wm-col { color: #FFF; font-weight: 500; }
.compare thead .wm-col { color: var(--yellow); }
.compare td.wm-col { background: rgba(255, 245, 51, 0.05); }

/* mini capture form */
.mini-form { margin-top: 40px; border: 1px solid var(--n700); border-radius: 40px; padding: 32px; }
.mini-form-lead { font-size: 21px; font-weight: 500; color: #FFF; margin-bottom: 20px; }
.mini-row { display: flex; gap: 12px; flex-wrap: wrap; }
.mini-row input { flex: 1 1 180px; background: var(--n900); border: 1px solid var(--n700); border-radius: 12px; padding: 14px 16px; font-size: 17px; color: #FFF; font-family: inherit; }
.mini-row input:focus { outline: 2px solid var(--yellow); outline-offset: 1px; border-color: var(--yellow); }
.mini-row .btn { flex: 0 0 auto; }
.form-done { color: var(--yellow); font-weight: 500; margin-top: 8px; }

/* stat cards */
.stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin: 40px 0; }
.stat-card { border: 1px solid var(--n300); border-radius: 40px; padding: 32px; background: #FFF; display: flex; flex-direction: column; gap: 12px; }
.stat-n { font-size: 44px; font-weight: 700; letter-spacing: -0.44px; color: #000; }
.stat-l { font-size: 16px; color: #525252; line-height: 1.35; }

/* timeline */
.timeline { list-style: none; margin: 40px 0; }
.timeline li { display: grid; grid-template-columns: 130px 1fr; gap: 24px; padding: 20px 0; border-bottom: 1px solid var(--n800); }
.timeline li:last-child { border-bottom: none; }
.t-year { font-weight: 700; color: #FFF; }
.timeline li.accent .t-year, .timeline li.accent .t-body { color: var(--yellow); }
.t-body { color: #F5F5F5; }
.strip-visual img { width: 100%; height: auto; border-radius: 40px; border: 1px solid var(--n800); display: block; }
.strip-visual { margin-top: 48px; }

/* window */
.window-block h2 { max-width: 720px; }

/* form */
#briefing-quick { scroll-margin-top: 24px; }
.lead-form { margin-top: 40px; display: flex; flex-direction: column; gap: 8px; max-width: 480px; }
.lead-form label { font-size: 16px; font-weight: 500; color: #FAFAFA; margin-top: 16px; }
.lead-form label .opt { font-weight: 400; color: var(--n500); font-size: 14px; }
.lead-form input { background: var(--n900); border: 1px solid var(--n700); border-radius: 12px; padding: 14px 16px; font-size: 17px; color: #FFF; font-family: inherit; }
.lead-form input:focus { outline: 2px solid var(--yellow); outline-offset: 1px; border-color: var(--yellow); }
.lead-form button { margin-top: 28px; }
.lead-form .micro { text-align: center; }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; }
.form-error { color: #FF6B6B; font-size: 15px; min-height: 20px; }
.thanks { margin-top: 40px; border: 1px solid var(--n700); border-radius: 40px; padding: 40px; }
.thanks label { display: block; font-size: 16px; font-weight: 500; color: #FAFAFA; margin: 20px 0 10px; }
.thanks label .opt { font-weight: 400; color: var(--n500); font-size: 14px; }
.thanks h3 { color: var(--yellow); margin-bottom: 16px; }
.thanks a { color: var(--yellow); }
.thanks p { margin-bottom: 12px; }

/* footer */
.footer { background: var(--n950); padding: 4rem 0; border-top: 1px solid var(--n800); }
.footer-grid { display: flex; flex-direction: column; gap: 24px; }
.footer-logo { height: 24px; width: auto; align-self: flex-start; filter: brightness(0) invert(1); }
.footer-links a { color: #FFF; font-size: 16px; text-decoration: none; }
.footer-links a:hover { text-decoration: underline; }

/* sticky mobile CTA */
.sticky-cta { display: none; }

/* reveal animation */
.js .reveal { opacity: 0; transform: translateY(12px); }
.reveal { transition: opacity 400ms ease, transform 400ms ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* responsive */
@media (max-width: 991px) {
  h1 { font-size: 44px; }
  h2 { font-size: 48px; }
  .hero-grid { grid-template-columns: 1fr; }
  .stat-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
  .section { padding: 4rem 0; }
  /* compare table becomes stacked metric cards */
  .compare { min-width: 0; }
  .compare thead { display: none; }
  .compare tbody tr { display: block; padding: 16px 20px; border-bottom: 1px solid var(--n800); }
  .compare tbody tr:last-child { border-bottom: none; }
  .compare td { display: block; border: none; padding: 2px 0; width: auto; font-size: 16px; }
  .compare td:first-child { width: auto; font-size: 13px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 6px; }
  .compare td:nth-child(2)::before { content: 'Starlink D2C — '; color: var(--n500); font-size: 13px; }
  .compare td.wm-col { background: none; }
  .compare td.wm-col::before { content: 'StratoMast — '; color: var(--yellow); font-size: 13px; font-weight: 400; }
  .mini-form { border-radius: 24px; padding: 24px; }
  h1 { font-size: 34px; letter-spacing: -0.34px; }
  h2 { font-size: 32px; letter-spacing: -0.32px; }
  .pullquote p { font-size: 24px; }
  .hero { padding-top: 2.5rem; }
  .hero-sub { font-size: 18px; }
  .stat-grid { grid-template-columns: 1fr; }
  .stat-n { font-size: 36px; }
  .timeline li { grid-template-columns: 92px 1fr; gap: 16px; }
  .nav-cta { display: none; }
  .table-wrap { border-radius: 24px; }
  .thanks { padding: 28px; border-radius: 24px; }
  .sticky-cta { display: block; position: fixed; bottom: 0; left: 0; right: 0; padding: 12px 16px calc(12px + env(safe-area-inset-bottom)); background: rgba(0,0,0,0.92); border-top: 1px solid var(--n800); z-index: 40; transform: translateY(110%); transition: transform 250ms ease; }
  .sticky-cta.show { transform: none; }
  body.form-visible .sticky-cta { transform: translateY(110%); }
  body.wm-consent-open .sticky-cta { transform: translateY(110%); }
  body.wm-consent-open { padding-bottom: 120px; }
}

/* a11y: lift muted micro-copy off the AA floor (panel finding, 2026-07-20) */
.section-black .micro, .c-quote cite { color: #A3A3A3; }
.section-white .micro, .pullquote cite { color: #595959; }
.micro a { color: inherit; text-decoration: underline; }
.micro a:hover { color: #FFF533; }
