:root {
  --ink: #11100e;
  --ink-soft: #1d1b18;
  --paper: #eee9df;
  --paper-deep: #d9d1c4;
  --gold: #b69b6a;
  --gold-deep: #7f6942;
  --sage: #b9b9aa;
  --umber: #58483b;
  --white: #faf7f0;
  --muted: #6b675f;
  --line: rgba(10, 9, 8, .19);
  --display: 'Bodoni Moda', Didot, serif;
  --sans: 'Manrope', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, input, textarea, select { font: inherit; }
.sr-only, .honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.skip-link {
  position: fixed;
  left: 12px;
  top: -80px;
  z-index: 1000;
  padding: 10px 16px;
  background: var(--gold);
  color: var(--ink);
  font-weight: 800;
}
.skip-link:focus { top: 12px; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  padding: 0 20px;
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.13);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -.02em;
}
.brand i { font-family: var(--display); font-size: 19px; font-weight: 400; }
.brand-star {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: var(--ink);
  background: var(--gold);
  border-radius: 50%;
  font-size: 12px;
}
.menu-button {
  display: grid;
  place-content: center;
  gap: 5px;
  width: 48px;
  height: 48px;
  color: inherit;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.menu-button > span:not(.sr-only) { display: block; width: 23px; height: 1px; background: currentColor; }
.site-nav {
  position: absolute;
  top: 74px;
  left: 0;
  right: 0;
  display: none;
  padding: 16px 20px 24px;
  background: var(--ink);
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.site-nav.open { display: grid; }
.site-nav a { min-height: 48px; display: flex; align-items: center; text-decoration: none; font-weight: 600; }
.site-nav .nav-cta { color: var(--gold); }

.hero {
  position: relative;
  overflow: hidden;
  display: grid;
  align-items: center;
  min-height: 820px;
  padding: 118px 20px 64px;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 14%, rgba(243,201,105,.16), transparent 26%),
    radial-gradient(circle at 3% 90%, rgba(169,181,161,.12), transparent 25%),
    var(--ink);
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: .13;
  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: 56px 56px;
  mask-image: linear-gradient(to bottom, transparent, #000 28%, #000 70%, transparent);
}
.hero-copy, .signal-preview { position: relative; z-index: 1; }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  color: var(--gold-deep);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
.eyebrow.light { color: var(--gold); }
.hero h1, .section-heading h2, .steps-intro h2, .signup-copy h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 400;
  line-height: .94;
  letter-spacing: -.035em;
}
.hero h1 { max-width: 700px; font-size: clamp(58px, 16vw, 108px); }
.hero h1 em, .section-heading h2 em { color: var(--gold); font-weight: 400; }
.hero-lede { max-width: 620px; margin: 28px 0; color: rgba(255,253,248,.7); font-size: 17px; }
.hero-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 0;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--gold); }
.button-primary:hover { background: #ffdb83; }
.button-secondary { border-color: var(--line); background: transparent; }
.text-link { padding: 10px 0; color: rgba(255,253,248,.78); text-underline-offset: 5px; font-size: 13px; }
.hero-note { margin: 24px 0 44px; color: rgba(255,253,248,.42); font-size: 12px; }

.signal-preview {
  max-width: 620px;
  padding: 22px;
  color: var(--white);
  background: rgba(33,32,28,.82);
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 40px 100px rgba(0,0,0,.35);
  backdrop-filter: blur(18px);
}
.preview-topline, .rank-lockup { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.preview-topline strong { display: block; margin-top: 2px; font-size: 14px; }
.preview-label, .rank-lockup span, .preview-metrics span { color: rgba(255,253,248,.47); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.live-pill { display: flex; align-items: center; gap: 7px; padding: 6px 9px; border: 1px solid rgba(255,255,255,.13); font-size: 10px; text-transform: uppercase; }
.live-pill i { width: 6px; height: 6px; background: #8ed09d; border-radius: 50%; box-shadow: 0 0 12px #8ed09d; }
.rank-lockup { margin: 30px 0 10px; }
.rank-lockup strong { display: block; margin-top: 2px; font-family: var(--display); font-size: 48px; font-weight: 400; }
.rank-change { align-self: flex-end; padding-bottom: 7px; color: #a9d9b4; font-size: 13px; font-weight: 700; }
.chart { position: relative; height: 150px; margin: 10px 0 18px; overflow: hidden; border-bottom: 1px solid rgba(255,255,255,.1); }
.chart-grid { position: absolute; inset: 0; background: repeating-linear-gradient(to bottom, transparent 0 48px, rgba(255,255,255,.07) 49px 50px); }
.chart svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.chart-area { fill: url(#line-fill); }
.chart-line { fill: none; stroke: var(--gold); stroke-width: 3; vector-effect: non-scaling-stroke; }
.chart-point { position: absolute; right: 0; top: 17px; width: 10px; height: 10px; background: var(--gold); border: 3px solid var(--ink-soft); border-radius: 50%; box-shadow: 0 0 0 4px rgba(243,201,105,.25); }
.preview-metrics { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); }
.preview-metrics div { padding: 14px 4px; border-right: 1px solid rgba(255,255,255,.1); }
.preview-metrics div:last-child { border: 0; }
.preview-metrics strong { display: block; margin-top: 3px; font-size: 12px; }
.source-note { display: flex; justify-content: space-between; gap: 16px; margin: 16px 0 0; color: rgba(255,253,248,.45); font-size: 9px; text-transform: uppercase; letter-spacing: .07em; }
.source-note span { color: var(--gold); }

.audience-strip { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px; padding: 22px 20px; background: var(--gold); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.audience-strip > span { opacity: .55; }
.audience-strip i { font-style: normal; opacity: .4; }
.section { padding: 82px 20px; }
.section-heading { max-width: 740px; margin-bottom: 50px; }
.section-heading h2, .steps-intro h2, .signup-copy h2 { font-size: clamp(46px, 12vw, 80px); }
.section-heading > p:last-child { max-width: 600px; margin: 24px 0 0; color: var(--muted); }
.benefit-list { border-top: 1px solid var(--line); }
.benefit { display: grid; grid-template-columns: 38px 1fr auto; gap: 16px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.benefit-number { color: var(--gold-deep); font-family: var(--display); font-size: 17px; }
.benefit h3 { margin: 0 0 8px; font-family: var(--display); font-size: 31px; font-weight: 400; line-height: 1.05; }
.benefit p { max-width: 700px; margin: 0; color: var(--muted); font-size: 14px; }
.benefit-mark { color: var(--gold-deep); font-family: var(--display); font-size: 28px; }

.steps { color: var(--white); background: var(--ink); }
.steps-intro { max-width: 760px; }
.step-grid { display: grid; gap: 1px; margin: 54px 0 0; padding: 1px; list-style: none; background: rgba(255,255,255,.14); }
.step-grid li { min-height: 260px; padding: 28px; background: var(--ink); }
.step-grid li > span { display: grid; place-items: center; width: 32px; height: 32px; color: var(--gold); border: 1px solid rgba(243,201,105,.45); border-radius: 50%; font-family: var(--display); }
.step-grid h3 { margin: 64px 0 12px; font-family: var(--display); font-size: 30px; font-weight: 400; line-height: 1; }
.step-grid p { margin: 0; color: rgba(255,253,248,.53); font-size: 14px; }
.steps-disclaimer { margin: 28px 0 0; color: rgba(255,253,248,.36); font-size: 11px; }

.plan-grid { display: grid; gap: 16px; }
.plan-card { position: relative; display: flex; flex-direction: column; padding: 28px; background: rgba(255,255,255,.28); border: 1px solid var(--line); }
.plan-card.featured { color: var(--white); background: var(--ink-soft); border-color: var(--ink-soft); }
.popular { position: absolute; top: 0; right: 0; padding: 8px 12px; color: var(--ink); background: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.plan-name { margin: 0; color: var(--gold-deep); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.featured .plan-name { color: var(--gold); }
.price { margin: 14px 0 8px; font-family: var(--display); font-size: 52px; line-height: 1; }
.price > span { font-family: var(--sans); font-size: 15px; vertical-align: top; }
.price small { color: var(--muted); font-family: var(--sans); font-size: 11px; }
.featured .price small, .featured .plan-copy, .featured li { color: rgba(255,253,248,.54); }
.plan-copy { min-height: 55px; margin: 6px 0 24px; color: var(--muted); font-size: 13px; }
.plan-card ul { flex: 1; margin: 0 0 28px; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; }
.featured ul { border-color: rgba(255,255,255,.13); }
.plan-card li { position: relative; margin: 9px 0; padding-left: 18px; color: var(--muted); font-size: 13px; }
.plan-card li::before { content: '•'; position: absolute; left: 0; color: var(--gold-deep); }

.signup { color: var(--white); background: #1d211c; }
.signup-copy { margin-bottom: 44px; }
.signup-copy > p:nth-of-type(2) { max-width: 560px; color: rgba(255,253,248,.58); }
.signup-promise { display: flex; gap: 12px; margin-top: 30px; }
.signup-promise > span { display: grid; place-items: center; flex: 0 0 30px; height: 30px; color: var(--ink); background: var(--gold); border-radius: 50%; }
.signup-promise p { margin: 0; color: rgba(255,253,248,.52); font-size: 12px; }
.signup-promise strong { color: var(--white); }
.signup-form { padding: 24px; color: var(--ink); background: var(--paper); }
.selected-plan { margin: -24px -24px 26px; padding: 12px 24px; color: var(--muted); background: var(--paper-deep); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.selected-plan strong { float: right; color: var(--ink); }
.signup-form label { display: block; margin-bottom: 18px; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.signup-form label > span { color: var(--muted); font-weight: 500; text-transform: none; }
.signup-form input:not([type="checkbox"]), .signup-form select, .signup-form textarea {
  display: block;
  width: 100%;
  min-height: 50px;
  margin-top: 7px;
  padding: 12px 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  outline: 0;
  font-size: 16px;
  text-transform: none;
  letter-spacing: normal;
}
.signup-form textarea { resize: vertical; }
.signup-form input:focus, .signup-form select:focus, .signup-form textarea:focus { border-color: var(--gold-deep); box-shadow: 0 1px var(--gold-deep); }
.consent { display: grid !important; grid-template-columns: 22px 1fr; align-items: start; gap: 10px; font-size: 11px !important; font-weight: 500 !important; letter-spacing: normal !important; text-transform: none !important; }
.consent input { width: 18px; height: 18px; accent-color: var(--gold-deep); }
.submit-button { width: 100%; border: 0; }
.submit-button:disabled { cursor: wait; opacity: .65; transform: none; }
.form-status { min-height: 24px; margin-top: 14px; font-size: 12px; }
.form-status.success { color: #3a7046; }
.form-status.error { color: #a23b34; }

.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 42px 24px 0; cursor: pointer; list-style: none; font-family: var(--display); font-size: 26px; line-height: 1.1; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; position: absolute; right: 4px; font-family: var(--sans); font-size: 22px; font-weight: 400; }
.faq-list details[open] summary::after { content: '−'; }
.faq-list details p { max-width: 760px; margin: 0 0 26px; color: var(--muted); font-size: 14px; }

footer { padding: 48px 20px; color: var(--white); background: var(--ink); }
footer > p { color: rgba(255,253,248,.48); font-size: 12px; }
footer .legal { margin-top: 28px; color: rgba(255,253,248,.3); font-size: 10px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s cubic-bezier(.16,1,.3,1); }
.reveal.visible { opacity: 1; transform: none; }

@media (min-width: 700px) {
  .site-header { min-height: 84px; padding: 0 5vw; }
  .menu-button { display: none; }
  .site-nav { position: static; display: flex; align-items: center; gap: 28px; padding: 0; background: transparent; border: 0; }
  .site-nav a { min-height: 44px; font-size: 12px; }
  .site-nav .nav-cta { min-height: 40px; padding: 0 16px; color: var(--ink); background: var(--gold); }
  .hero { min-height: 800px; padding: 142px 5vw 78px; }
  .hero-actions { flex-direction: row; align-items: center; }
  .signal-preview { padding: 26px; }
  .section { padding: 110px 6vw; }
  .benefit { grid-template-columns: 60px 1fr 50px; gap: 28px; padding: 36px 0; }
  .benefit h3 { font-size: 38px; }
  .step-grid { grid-template-columns: repeat(3, 1fr); }
  .plan-grid { grid-template-columns: repeat(3, 1fr); align-items: stretch; }
  .plan-card { padding: 30px; }
  .field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
  footer { padding: 54px 6vw; }
}

@media (min-width: 1050px) {
  .hero { grid-template-columns: minmax(0, 1.1fr) minmax(430px, .9fr); gap: 7vw; }
  .hero-note { margin-bottom: 0; }
  .section-heading { display: grid; grid-template-columns: 1fr; }
  .benefits { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(520px, 1.28fr); gap: 8vw; }
  .benefits .section-heading { position: sticky; top: 100px; align-self: start; margin: 0; }
  .benefits .section-heading h2 { font-size: 68px; }
  .steps { padding-top: 130px; padding-bottom: 130px; }
  .plan-grid { gap: 22px; }
  .signup { display: grid; grid-template-columns: .86fr 1.14fr; align-items: start; gap: 9vw; }
  .signup-copy { position: sticky; top: 110px; margin: 0; }
  .signup-form { padding: 36px; }
  .selected-plan { margin: -36px -36px 32px; padding-left: 36px; padding-right: 36px; }
}

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

/* ═══════════════════════════════════════════════════════════════
   SIGNAL / CAMPAIGN 02 — cinematic editorial art direction
   ═══════════════════════════════════════════════════════════════ */
body { background: var(--paper); }
body::selection { color: var(--white); background: var(--gold-deep); }

.site-header {
  position: absolute;
  min-height: 82px;
  background: linear-gradient(to bottom, rgba(10,9,8,.88), rgba(10,9,8,0));
  border-bottom-color: rgba(255,250,241,.18);
}
.brand { font-size: 13px; letter-spacing: .04em; text-transform: uppercase; }
.brand i { margin-left: 3px; font-family: var(--display); font-size: 17px; font-style: italic; font-weight: 500; text-transform: none; }
.brand-star { width: 34px; height: 34px; color: var(--ink); background: var(--gold); box-shadow: 0 0 26px rgba(182,155,106,.24); }
.site-nav a { font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.site-nav .nav-cta { color: var(--ink); background: var(--gold); }

.hero {
  isolation: isolate;
  display: block;
  min-height: 1080px;
  padding: 132px 20px 72px;
  background: var(--ink);
}
.hero::before {
  z-index: -1;
  opacity: .22;
  background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(90deg, #000, transparent 80%);
}
.hero::after {
  content: '';
  position: absolute;
  z-index: 0;
  inset: auto 0 0;
  height: 240px;
  background: linear-gradient(to top, var(--ink), transparent);
  pointer-events: none;
}
.hero-index {
  position: absolute;
  z-index: 4;
  top: 98px;
  right: 18px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: rgba(255,250,241,.48);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
}
.hero-index i { width: 34px; height: 1px; background: var(--gold); }
.hero-art {
  position: absolute;
  z-index: -2;
  inset: 0;
  overflow: hidden;
}
.hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: 57% center; opacity: .56; filter: saturate(.48) sepia(.08) contrast(1.07); animation: campaign-drift 16s ease-in-out infinite alternate; }
.hero-art-wash { position: absolute; inset: 0; background: linear-gradient(90deg, var(--ink) 3%, rgba(10,9,8,.82) 31%, rgba(10,9,8,.12) 74%), linear-gradient(to bottom, rgba(10,9,8,.3), transparent 48%, var(--ink)); }
.hero-art > p { position: absolute; right: 18px; bottom: 28px; margin: 0; color: rgba(255,250,241,.48); font-size: 8px; font-weight: 700; line-height: 1.6; letter-spacing: .14em; text-align: right; }
.flash { position: absolute; width: 7px; height: 7px; background: var(--white); border-radius: 50%; box-shadow: 0 0 7px 2px var(--white), 0 0 30px 13px rgba(218,198,161,.62), 0 0 85px 42px rgba(182,155,106,.14); animation: flash-pulse 2.8s ease-in-out infinite; }
.flash-one { top: 36%; right: 6%; }
.flash-two { top: 46%; right: 18%; width: 4px; height: 4px; animation-delay: 1.3s; }

.hero-copy { max-width: 680px; }
.hero .eyebrow { color: var(--gold); text-shadow: 0 1px 18px rgba(0,0,0,.8); }
.hero h1 { max-width: 740px; font-size: clamp(66px, 19vw, 132px); line-height: .79; letter-spacing: -.065em; text-shadow: 0 5px 34px rgba(0,0,0,.44); }
.hero h1 em { display: block; color: var(--gold); font-style: italic; }
.hero h1 b {
  display: block;
  margin-top: .48em;
  padding-left: .18em;
  color: rgba(250,247,240,.68);
  font-family: 'DM Mono', monospace;
  font-size: .24em;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: .22em;
  text-transform: uppercase;
  -webkit-text-stroke: 0;
}
.hero-lede { max-width: 490px; margin: 32px 0 28px; color: rgba(255,250,241,.77); text-shadow: 0 2px 16px rgba(0,0,0,.8); }
.button { min-height: 56px; padding: 0 24px; letter-spacing: .02em; }
.button-primary { color: var(--ink); background: var(--gold); box-shadow: 6px 6px 0 rgba(250,247,240,.1); }
.button-primary:hover { color: var(--ink); background: var(--white); box-shadow: 3px 3px 0 var(--gold); }
.hero .text-link { color: var(--white); }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 500px; margin-top: 42px; border-top: 1px solid rgba(255,250,241,.22); border-bottom: 1px solid rgba(255,250,241,.22); }
.hero-proof > span { padding: 13px 7px 13px 0; color: var(--gold); border-right: 1px solid rgba(255,250,241,.17); font-size: 9px; letter-spacing: .08em; }
.hero-proof > span:last-child { border-right: 0; padding-left: 10px; }
.hero-proof > span:nth-child(2) { padding-left: 10px; }
.hero-proof strong { color: rgba(255,250,241,.68); font-size: 8px; font-weight: 600; letter-spacing: .01em; text-transform: uppercase; }

.signal-preview {
  z-index: 4;
  margin-top: 54px;
  padding: 22px;
  background: rgba(16,14,12,.82);
  border: 1px solid rgba(255,250,241,.28);
  box-shadow: 14px 14px 0 rgba(182,155,106,.15), 0 38px 110px rgba(0,0,0,.55);
}
.preview-ticket { position: absolute; top: -1px; right: -1px; padding: 7px 10px; color: var(--ink); background: var(--gold); font-size: 7px; font-weight: 800; letter-spacing: .12em; }
.live-pill { border-color: rgba(182,155,106,.38); }
.rank-lockup strong { font-family: var(--display); font-size: 54px; }
.rank-change { color: #b7e6bb; }
.chart-line { stroke: var(--gold); }
.chart-point { background: var(--gold); box-shadow: 0 0 0 4px rgba(182,155,106,.2); }
.source-note span { color: var(--gold); }

.audience-strip {
  justify-content: flex-start;
  gap: 20px;
  overflow: hidden;
  min-height: 86px;
  padding: 22px 5vw;
  color: var(--ink);
  background: var(--gold);
  white-space: nowrap;
}
.audience-strip > span { margin-right: 10px; color: rgba(17,16,14,.62); font-size: 9px; font-weight: 800; }
.audience-strip strong { font-family: var(--display); font-size: 27px; font-weight: 500; letter-spacing: -.03em; text-transform: none; }
.audience-strip i { color: var(--ink); font-size: 10px; opacity: .65; }

.campaign-statement {
  position: relative;
  display: grid;
  min-height: 500px;
  place-items: center;
  overflow: hidden;
  padding: 100px 20px;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.campaign-statement::before { content: '★'; position: absolute; right: -4vw; top: -18vw; color: rgba(127,105,66,.065); font-size: 62vw; line-height: 1; }
.campaign-statement > p { position: relative; z-index: 1; margin: 0; font-family: var(--display); font-size: clamp(48px, 13vw, 128px); font-weight: 500; line-height: .88; letter-spacing: -.06em; text-align: center; }
.campaign-statement em { color: var(--gold-deep); font-weight: 400; }
.statement-side { position: absolute; top: 28px; left: 20px; color: var(--gold-deep); font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.statement-seal { position: absolute; right: 20px; bottom: 22px; width: 76px; height: 76px; display: grid; place-items: center; align-content: center; color: var(--ink); border: 1px solid var(--ink); border-radius: 50%; font-size: 7px; font-weight: 800; line-height: 1.4; letter-spacing: .12em; text-align: center; transform: rotate(10deg); }
.statement-seal span { color: var(--gold-deep); font-size: 12px; }

.benefits { background: var(--white); }
.benefits .section-heading h2 { color: var(--ink); }
.benefit { transition: padding .35s cubic-bezier(.16,1,.3,1), color .35s ease, background .35s ease; }
.benefit:hover { margin: 0 -20px; padding-left: 20px; padding-right: 20px; color: var(--white); background: var(--ink); }
.benefit:hover p { color: rgba(255,250,241,.62); }
.benefit-number, .benefit-mark { color: var(--gold-deep); }

.steps { color: var(--ink); background: #cbc8bd; }
.steps .eyebrow.light { color: var(--gold-deep); }
.step-grid { background: rgba(10,9,8,.35); }
.step-grid li { position: relative; overflow: hidden; color: var(--ink); background: #cbc8bd; }
.step-grid li::after { content: '★'; position: absolute; right: -15px; top: -45px; color: rgba(10,9,8,.06); font-size: 170px; line-height: 1; }
.step-grid li > span { color: var(--white); background: var(--gold-deep); border: 0; }
.step-grid p, .steps-disclaimer { color: rgba(10,9,8,.58); }

.plans { background: var(--paper); }
.plan-card { min-height: 510px; padding-top: 46px; overflow: hidden; box-shadow: none; }
.plan-card::before { position: absolute; right: 12px; top: -38px; color: rgba(10,9,8,.06); font-family: var(--display); font-size: 160px; line-height: 1; }
.plan-card:nth-child(1)::before { content: '1'; }
.plan-card:nth-child(2)::before { content: '2'; color: rgba(255,250,241,.13); }
.plan-card:nth-child(3)::before { content: '3'; color: rgba(255,250,241,.1); }
.plan-card.featured { color: var(--white); background: var(--umber); border-color: var(--umber); transform: none; }
.plan-card:nth-child(3) { color: var(--white); background: var(--ink); }
.plan-card:nth-child(3) .plan-name { color: var(--gold); }
.plan-card:nth-child(3) .plan-copy, .plan-card:nth-child(3) li, .plan-card:nth-child(3) .price small { color: rgba(255,250,241,.58); }
.plan-card:nth-child(3) ul { border-color: rgba(255,250,241,.2); }
.featured .plan-name, .featured .price small, .featured .plan-copy, .featured li { color: rgba(255,250,241,.72); }
.popular { color: var(--ink); background: var(--white); }
.plan-card .button-secondary { min-height: 52px; }

.signup { position: relative; color: var(--white); background: var(--ink); }
.signup-copy::after { content: ''; display: block; height: 230px; margin-top: 38px; background: linear-gradient(to right, rgba(10,9,8,.24), transparent), url('/assets/hero-campaign.webp') 58% 42% / cover; border: 1px solid rgba(255,250,241,.19); filter: saturate(.82); }
.signup-form { box-shadow: 12px 12px 0 rgba(182,155,106,.7); }
.selected-plan { color: var(--white); background: var(--umber); }
.selected-plan strong { color: var(--white); }
.submit-button { box-shadow: none; }
.form-status.success { color: #26753c; }

.faq { background: var(--white); }
.faq-list summary::after { color: var(--gold-deep); }
footer { border-top: 3px solid var(--gold); }

@keyframes campaign-drift { from { transform: scale(1.01); } to { transform: scale(1.055) translate3d(-.7%, -.4%, 0); } }
@keyframes flash-pulse { 0%, 82%, 100% { opacity: .25; transform: scale(.65); } 86% { opacity: 1; transform: scale(1.35); } 91% { opacity: .45; transform: scale(.85); } }

@media (min-width: 700px) {
  .hero { min-height: 1020px; padding: 154px 5vw 80px; }
  .hero-index { top: 112px; right: 5vw; }
  .hero-art > p { right: 5vw; bottom: 34px; }
  .hero-copy { max-width: 720px; }
  .hero h1 { font-size: clamp(92px, 12.5vw, 154px); }
  .hero-lede { font-size: 18px; }
  .signal-preview { max-width: 560px; margin-top: 62px; }
  .campaign-statement { min-height: 660px; padding: 130px 5vw; }
  .statement-side { top: 40px; left: 5vw; }
  .statement-seal { right: 5vw; bottom: 40px; width: 102px; height: 102px; }
  .plan-grid { gap: 0; }
  .plan-card { border-right: 0; }
  .plan-card:last-child { border-right: 1px solid var(--line); }
}

@media (min-width: 1050px) {
  .site-header { padding-left: 4vw; padding-right: 4vw; }
  .hero { min-height: 940px; padding: 168px 4vw 84px; }
  .hero-art { left: 33%; }
  .hero-art img { object-position: center 46%; opacity: .92; }
  .hero-art-wash { background: linear-gradient(90deg, var(--ink) 0%, rgba(10,9,8,.95) 13%, rgba(10,9,8,.42) 47%, rgba(10,9,8,.05) 76%), linear-gradient(to bottom, rgba(10,9,8,.23), transparent 58%, var(--ink)); }
  .hero-copy { max-width: 60vw; }
  .hero h1 { font-size: clamp(100px, 10.1vw, 156px); }
  .hero h1 em { display: inline; }
  .hero h1 b { width: max-content; margin-left: 4.15em; }
  .hero-lede { max-width: 455px; }
  .hero-proof { max-width: 470px; }
  .signal-preview { position: absolute; right: 4vw; bottom: 84px; width: min(38vw, 520px); margin: 0; transform: rotate(-1.2deg); }
  .campaign-statement { min-height: 760px; }
  .benefits { grid-template-columns: minmax(330px,.8fr) minmax(560px,1.2fr); }
  .benefit:hover { margin-left: -30px; margin-right: -30px; padding-left: 30px; padding-right: 30px; }
  .signup-copy::after { height: 280px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-art img, .flash { animation: none !important; }
}
