/* reach · static SEO/persona pages — matched 1:1 to the main landing
   ("Midnight Editorial"). Self-contained (no JS-reveal dependency) but uses the
   exact tokens, hero, type scale, buttons and section rhythm of reach-landing.css.
   Color is rationed to one action: Reach red — nav CTA + a single headline accent. */

:root {
  --bg: #0b0b0c;
  --bg-2: #121214;
  --surface: #17171a;
  --surface-2: #1e1e22;
  --ink: #f4f1ea;
  --ink-dim: #b7b2a9;
  --ink-mute: #7c766c;
  --hair: rgba(244, 241, 234, 0.12);
  --hair-2: rgba(244, 241, 234, 0.22);
  --red: #c11f3c;
  --red-hi: #d92847;
  --serif: 'Cormorant Garamond', 'GFS Didot', Georgia, serif;
  --serif-display: 'GFS Didot', 'Cormorant Garamond', Georgia, serif;
  --sans: 'Inter Tight', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --r-pill: 9999px;
  --container: 1320px;
  --pad-x: clamp(22px, 5vw, 72px);
  --section-gap: clamp(80px, 10vw, 150px);
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0; background: var(--bg); color: var(--ink);
  font-family: var(--sans); font-size: 18px; line-height: 1.6; letter-spacing: -0.011em;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--ink); text-decoration: none; }

.wrap { width: 100%; max-width: var(--container); margin: 0 auto; padding-inline: var(--pad-x); position: relative; }

.eyebrow {
  font-family: var(--sans); font-size: 12px; font-weight: 500;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-mute); margin: 0 0 24px;
}
.accent { color: var(--red); font-style: normal; }
.mark { color: var(--red); }

/* ── Buttons: pill. Hero primary = cream/light; ghost = glass; nav = red ── */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--sans); font-size: 17px; font-weight: 500; letter-spacing: -0.01em;
  padding: 15px 30px; border: 1px solid transparent; border-radius: var(--r-pill);
  cursor: pointer; white-space: nowrap;
  transition: background .3s ease, color .3s ease, border-color .3s ease, transform .3s ease;
}
.btn { background: var(--ink); color: #111; border-color: var(--ink); }
.btn:hover { background: #fff; color: #111; transform: translateY(-1px); }
.btn--ghost { background: rgba(244, 241, 234, 0.10); color: var(--ink); border-color: var(--hair-2); }
.btn--ghost:hover { background: rgba(244, 241, 234, 0.18); color: var(--ink); }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }

/* ── Nav: transparent-glass, centered serif brand, red CTA ── */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(11, 11, 12, 0.55);
  backdrop-filter: blur(18px) saturate(1.3); -webkit-backdrop-filter: blur(18px) saturate(1.3);
  border-bottom: 1px solid var(--hair);
}
.nav__in { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 70px; }
.nav__back { justify-self: start; font-size: 14px; color: rgba(244,241,234,0.72); }
.nav__back:hover { color: var(--ink); }
.brand { justify-self: center; font-family: var(--serif); font-weight: 500; font-size: 26px; letter-spacing: 0.01em; color: var(--ink); }
.brand:hover { opacity: 0.85; }
.nav__cta {
  justify-self: end; font-family: var(--sans); font-size: 14px; font-weight: 500;
  color: #fff !important; background: var(--red); padding: 10px 20px; border-radius: var(--r-pill);
}
.nav__cta:hover { background: var(--red-hi); }

/* ── Hero: full-bleed photo, dual-gradient overlay, content lower-left ── */
.hero {
  position: relative; overflow: hidden; background: var(--bg);
  min-height: 100svh; display: flex; align-items: flex-end;
  padding: 40px 0 clamp(64px, 12vh, 128px);
}
.hero::before {
  content: ''; position: absolute; inset: 0; z-index: 0;
  background-image: var(--hero-img, none); background-size: cover; background-position: 60% 40%;
}
.hero::after {
  content: ''; position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(180deg, rgba(11,11,12,0.5) 0%, rgba(11,11,12,0.12) 32%, rgba(11,11,12,0.55) 68%, rgba(11,11,12,0.97) 100%),
    linear-gradient(90deg, rgba(11,11,12,0.82) 0%, rgba(11,11,12,0.28) 52%, transparent 100%);
}
.hero .wrap { position: relative; z-index: 2; }
.hero h1 {
  font-family: var(--serif-display); font-weight: 500;
  font-size: clamp(3rem, 6.6vw, 6rem); line-height: 1.0; letter-spacing: -0.01em;
  margin: 0; max-width: 15ch; text-wrap: balance; color: var(--ink);
}
.lead {
  margin: 26px 0 0; max-width: 42ch;
  font-family: var(--sans); font-size: clamp(1.05rem, 1.4vw, 1.3rem); line-height: 1.5;
  color: rgba(244, 241, 234, 0.82); letter-spacing: -0.014em; text-wrap: pretty;
}
.hero .btn-row { margin-top: 34px; }
.trust {
  margin: 34px 0 0; display: flex; align-items: center; flex-wrap: wrap; gap: 14px;
  font-size: 13px; color: rgba(244, 241, 234, 0.6); letter-spacing: -0.01em;
}
.trust span { position: relative; padding-right: 14px; }
.trust span:not(:last-child)::after {
  content: ''; position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  width: 5px; height: 5px; border-radius: 50%; background: var(--hair-2);
}

/* ── Article — left-anchored editorial column inside the wide shell ── */
.article { padding: var(--section-gap) 0 0; }
.article .wrap > * { max-width: 68ch; }
.article .wrap > .related, .article .wrap > .related * { max-width: none; }
.article > .wrap > :first-child { margin-top: 0; }
.article h2 {
  font-family: var(--serif); font-weight: 500; max-width: 20ch;
  font-size: clamp(2rem, 3.8vw, 3.1rem); line-height: 1.04; letter-spacing: -0.005em;
  margin: clamp(52px, 6vw, 84px) 0 18px; text-wrap: balance; color: var(--ink);
}
.article h3 { font-family: var(--sans); font-weight: 600; font-size: 19px; margin: 30px 0 8px; letter-spacing: -0.01em; }
.article p { margin: 0 0 18px; color: var(--ink-dim); font-size: 1.12rem; line-height: 1.62; text-wrap: pretty; }
.article strong { color: var(--ink); font-weight: 600; }
.article ul, .article ol { margin: 0 0 22px; padding-left: 22px; color: var(--ink-dim); font-size: 1.08rem; }
.article li { margin: 0 0 12px; }
.article li::marker { color: var(--red); }
.article a:not(.btn) { color: #fff; text-decoration: underline; text-decoration-color: var(--hair-2); text-underline-offset: 3px; }
.article a:not(.btn):hover { text-decoration-color: var(--red); }

.callout {
  position: relative; margin: clamp(38px, 5vw, 56px) 0; padding: 4px 0 4px 30px;
  border-left: 2px solid var(--red);
  color: var(--ink); font-family: var(--serif); font-style: italic;
  font-size: clamp(1.4rem, 2.1vw, 1.85rem); line-height: 1.36;
}
.callout::before {
  content: '\201C'; position: absolute; left: 22px; top: -0.35em;
  font-family: var(--serif); font-style: normal; font-size: 3.2rem; color: var(--red);
  opacity: 0.28; pointer-events: none;
}

/* Steps */
/* numbered steps — landing "how it works": hairline grid, big serif, no boxes */
.steps {
  list-style: none; margin: clamp(30px, 3.5vw, 44px) 0; padding: 0;
  display: grid; grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--hair-2); counter-reset: s;
}
.steps li {
  position: relative; counter-increment: s; margin: 0;
  color: var(--ink-dim); font-size: 1.02rem; line-height: 1.56;
  padding: clamp(24px, 2.4vw, 32px) clamp(20px, 2vw, 30px) clamp(26px, 2.6vw, 34px);
  border-bottom: 1px solid var(--hair); border-left: 1px solid var(--hair);
}
.steps li:nth-child(odd) { border-left: 0; padding-left: 0; }
.steps li::before {
  content: counter(s, decimal-leading-zero);
  display: block; font-family: var(--sans); font-size: 12px; font-weight: 600;
  letter-spacing: 0.22em; color: var(--red); margin-bottom: 14px;
}
.steps strong {
  display: block; font-family: var(--serif); font-weight: 500;
  font-size: clamp(1.3rem, 1.7vw, 1.65rem); line-height: 1.12; letter-spacing: -0.01em;
  color: var(--ink); margin-bottom: 7px;
}
@media (max-width: 640px) { .steps { grid-template-columns: 1fr; }
  .steps li, .steps li:nth-child(odd) { border-left: 0; padding-left: 0; } }

/* FAQ */
.faq { margin: 28px 0 0; }
.faq details { border-top: 1px solid var(--hair); }
.faq details:last-child { border-bottom: 1px solid var(--hair); }
.faq summary {
  cursor: pointer; list-style: none; padding: 22px 34px 22px 0; position: relative;
  font-weight: 500; font-size: 1.2rem; color: var(--ink); font-family: var(--serif);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; position: absolute; right: 2px; top: 18px; font-size: 26px; color: var(--red); font-weight: 300; }
.faq details[open] summary::after { content: '\2013'; }
.faq details p { margin: 0 0 22px; color: var(--ink-dim); font-size: 1.06rem; }

/* Related */
.related { margin: clamp(56px, 7vw, 88px) 0 0; }
.related > h2 { max-width: none; }
.related-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 22px; }
.related-grid a {
  display: block; padding: 20px 22px; background: var(--bg-2);
  border: 1px solid var(--hair); border-radius: 18px; color: var(--ink);
  font-weight: 500; font-size: 16px; line-height: 1.4; transition: border-color .25s ease, background .25s ease;
}
.related-grid a:hover { border-color: var(--hair-2); background: var(--surface); }

/* Final CTA band */
.cta-band { margin: var(--section-gap) 0 0; padding: var(--section-gap) 0; border-top: 1px solid var(--hair); text-align: center; }
.cta-band h2 { font-family: var(--serif-display); font-weight: 500; font-size: clamp(2.4rem, 5.5vw, 4rem); line-height: 1.02; margin: 0 0 18px; text-wrap: balance; }
.cta-band p { color: var(--ink-mute); margin: 0 0 30px; font-size: 1.1rem; }

/* Footer */
.foot { border-top: 1px solid var(--hair); padding: 46px 0 72px; color: var(--ink-mute); font-size: 14px; }
.foot__links { display: flex; flex-wrap: wrap; gap: 10px 24px; margin: 0 0 22px; }
.foot__links a { color: var(--ink-dim); }
.foot__links a:hover { color: var(--ink); }
.foot__social { display: flex; flex-wrap: wrap; gap: 10px 20px; margin: 0 0 14px; }
.foot__social a { color: var(--ink-dim); }
.foot__social a:hover { color: var(--ink); }
.foot__legal { color: var(--ink-mute); }
.foot__legal a { color: var(--ink-dim); }
.foot-cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(168px, 1fr)); gap: 30px 44px; margin: 0 0 30px; }
.foot-cols > div { display: flex; flex-direction: column; gap: 11px; }
.foot-h { text-transform: uppercase; letter-spacing: 0.14em; font-size: 11px; color: var(--ink-mute); margin-bottom: 4px; }
.foot-cols a { font-size: 14px; color: var(--ink-dim); }
.foot-cols a:hover { color: var(--ink); }

@media (max-width: 640px) {
  body { font-size: 17px; }
  .related-grid { grid-template-columns: 1fr; }
  .nav__in { grid-template-columns: auto 1fr auto; }
  .nav__back { display: none; }
  .brand { justify-self: start; }
  .hero { min-height: 92svh; }
  .btn-row .btn { width: 100%; justify-content: center; }
}
