:root {
  --bone: #f2f1ed;
  --ink: #101010;
  --charcoal: #191919;
  --muted: #77766f;
  --orange: #ff5b28;
  --line: rgba(16, 16, 16, 0.18);
  --mono: 'SFMono-Regular', 'Roboto Mono', Consolas, monospace;
  --sans: 'Arial Narrow', 'Helvetica Neue', Arial, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bone); color: var(--ink); font-family: var(--sans); font-size: 16px; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
.skip-link { position: fixed; z-index: 20; top: 12px; left: 12px; padding: 10px 14px; background: var(--orange); transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 10; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; min-height: 72px; padding: 0 38px; border-bottom: 1px solid var(--line); background: rgba(242, 241, 237, 0.95); backdrop-filter: blur(12px); }
.wordmark { font-size: clamp(24px, 2vw, 29px); font-weight: 700; letter-spacing: -0.08em; line-height: 1; }
.wordmark span { color: var(--orange); }
.header-meta, .desktop-nav, .footer-meta, .eyebrow, .section-label, .hero-illustration figcaption, .form-note, .form-success { font-family: var(--mono); font-size: 10px; letter-spacing: 0.04em; }
.header-meta { display: flex; align-items: center; gap: 9px; color: var(--muted); }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 4px rgba(255, 91, 40, 0.13); }
.desktop-nav { display: flex; justify-content: flex-end; align-items: center; gap: 28px; }
.desktop-nav a, .mobile-nav a, .footer-meta a { transition: color 180ms ease; }
.desktop-nav a:hover, .mobile-nav a:hover, .footer-meta a:hover { color: var(--orange); }
.nav-cta { border-bottom: 1px solid var(--ink); padding-bottom: 4px; transform: translateY(3px); }
.menu-toggle, .mobile-nav { display: none; }

.section-pad { padding-right: clamp(22px, 5vw, 78px); padding-left: clamp(22px, 5vw, 78px); }
.hero { padding-top: clamp(72px, 10vh, 132px); padding-bottom: clamp(64px, 8vh, 110px); text-align: center; }
.hero-copy { max-width: 820px; margin: 0 auto; }
.eyebrow { display: flex; justify-content: center; gap: 13px; margin: 0 0 24px; color: var(--muted); }
.eyebrow span, .section-label span:first-child { color: var(--orange); }
h1, h2, p { margin-top: 0; }
h1, h2 { font-weight: 500; letter-spacing: -0.075em; line-height: 0.9; }
h1 { margin-bottom: 26px; font-size: clamp(62px, 11vw, 170px); }
h1 em, h2 em { color: var(--orange); font-style: normal; }
.hero-intro { margin-bottom: 34px; color: #55544f; font-size: clamp(18px, 2vw, 23px); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 48px; padding: 0 18px; border: 1px solid transparent; font-family: var(--mono); font-size: 11px; letter-spacing: 0.03em; transition: transform 180ms ease, background 180ms ease, color 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(1px) scale(0.98); }
.button-dark { background: var(--ink); color: var(--bone); }
.button-dark:hover { background: var(--orange); color: var(--ink); }
.button-orange { background: var(--orange); color: var(--ink); }
.button-orange:hover { background: var(--bone); color: var(--ink); }
.hero-illustration { max-width: 1400px; margin: 84px auto 0; }
.hero-illustration img { display: block; width: 100%; height: auto; transform: translateY(calc(var(--parallax, 0) * -18px)); transition: transform 100ms linear; }
.hero-illustration figcaption { display: flex; justify-content: space-between; gap: 16px; padding-top: 14px; border-top: 1px solid var(--ink); color: var(--muted); text-align: left; }

.ticker { overflow: hidden; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: var(--orange); white-space: nowrap; }
.ticker-track { display: inline-flex; align-items: center; gap: 26px; min-width: max-content; padding: 15px 0; animation: ticker 34s linear infinite; font-size: 15px; font-weight: 700; letter-spacing: -0.03em; }
.ticker-track i { font-size: 17px; font-style: normal; }

.how-section { padding-top: 140px; padding-bottom: 150px; }
.section-label { display: flex; flex-direction: column; gap: 8px; margin-bottom: 74px; color: var(--muted); }
.how-intro { display: grid; grid-template-columns: 1fr 0.7fr; gap: 80px; align-items: end; margin-bottom: 90px; }
.how-intro h2 { max-width: 800px; margin-bottom: 0; font-size: clamp(56px, 8vw, 118px); }
.how-intro p { max-width: 390px; margin: 0; color: #55544f; font-size: 19px; line-height: 1.35; }
.feature-list { border-top: 1px solid var(--line); }
.feature-row { display: grid; grid-template-columns: 50px 1fr 1.2fr; gap: 18px; align-items: baseline; padding: 24px 0; border-bottom: 1px solid var(--line); }
.feature-row > span { color: var(--orange); font-family: var(--mono); font-size: 10px; }
.feature-row strong { font-size: 14px; letter-spacing: 0.03em; }
.feature-row p { margin: 0; color: var(--muted); font-size: 15px; }

.truth-section { padding: 130px 24px 150px; background: var(--charcoal); color: var(--bone); text-align: center; }
.truth-section .eyebrow { color: rgba(242,241,237,0.56); }
.truth-section h2 { margin-bottom: 30px; font-size: clamp(56px, 9vw, 130px); }
.truth-section h2 em { color: var(--orange); }
.truth-copy { margin: 0 auto; max-width: 470px; color: rgba(242,241,237,0.6); font-size: 19px; line-height: 1.35; }

.access-section { padding-top: 125px; padding-bottom: 145px; }
.access-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; }
.access-copy h2 { max-width: 700px; margin-bottom: 22px; font-size: clamp(55px, 7vw, 110px); }
.access-copy p { max-width: 420px; margin: 0; color: #55544f; font-size: 19px; line-height: 1.35; }
.access-form { padding-bottom: 4px; }
.access-form label { display: block; margin-bottom: 10px; font-family: var(--mono); font-size: 10px; color: var(--muted); }
.input-row { display: flex; border-bottom: 1px solid var(--ink); }
.input-row input { min-width: 0; flex: 1; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 20px; }
.input-row:focus-within { border-color: var(--orange); box-shadow: 0 2px 0 var(--orange); }
.form-note, .form-success, .form-error { margin: 14px 0 0; color: var(--muted); }
.form-success { display: none; color: var(--orange); }
.form-success.is-visible { display: block; }
.form-error { display: none; color: #c43f22; }
.form-error.is-visible { display: block; }
.honey-field { position: absolute; left: -10000px; width: 1px; height: 1px; opacity: 0; }

.site-footer { display: flex; justify-content: space-between; align-items: center; min-height: 140px; border-top: 1px solid var(--line); }
.footer-meta { display: flex; align-items: center; gap: clamp(15px, 3vw, 45px); color: var(--muted); }
.footer-meta a { color: var(--ink); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity 800ms var(--ease), transform 800ms var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 120ms; }

@keyframes ticker { to { transform: translateX(-50%); } }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; padding: 0 22px; }
  .header-meta, .desktop-nav { display: none; }
  .menu-toggle { display: block; justify-self: end; border: 0; background: transparent; font-family: var(--mono); font-size: 10px; }
  .mobile-nav { position: fixed; top: 72px; right: 0; left: 0; z-index: 9; display: none; flex-direction: column; gap: 16px; padding: 18px 22px 24px; border-bottom: 1px solid var(--ink); background: var(--bone); font-family: var(--mono); font-size: 12px; }
  .mobile-nav.is-open { display: flex; }
  .hero { padding-top: 64px; }
  .hero-illustration { margin-top: 58px; }
  .how-intro, .access-layout { grid-template-columns: 1fr; gap: 45px; }
  .how-intro { margin-bottom: 65px; }
  .how-intro p { max-width: 500px; }
}

@media (max-width: 600px) {
  h1 { font-size: clamp(58px, 16vw, 86px); }
  .hero-intro { font-size: 18px; }
  .hero-illustration { margin-right: -22px; margin-left: -22px; }
  .hero-illustration figcaption { margin: 0 22px; flex-direction: column; gap: 7px; }
  .how-section, .access-section { padding-top: 92px; padding-bottom: 100px; }
  .how-intro h2, .access-copy h2 { font-size: clamp(50px, 14vw, 78px); }
  .feature-row { grid-template-columns: 34px 1fr; gap: 10px; }
  .feature-row p { grid-column: 2; }
  .truth-section { padding-top: 100px; padding-bottom: 110px; }
  .truth-section h2 { font-size: clamp(48px, 13vw, 76px); }
  .input-row { align-items: stretch; flex-direction: column; gap: 16px; border-bottom: 0; }
  .input-row input { min-height: 48px; border-bottom: 1px solid var(--ink); }
  .input-row:focus-within { box-shadow: none; }
  .input-row input:focus { border-color: var(--orange); box-shadow: 0 2px 0 var(--orange); }
  .site-footer { align-items: flex-start; flex-direction: column; gap: 28px; padding-top: 40px; padding-bottom: 40px; }
  .footer-meta { align-items: flex-start; flex-direction: column; gap: 12px; }
}

@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; }
  .reveal { opacity: 1; transform: none; }
}
