:root {
  color-scheme: light;
  --paper: #ffffff;
  --soft: #f7f7f8;
  --ink: #111216;
  --muted: #565b65;
  --rule: #d5d8de;
  --red: #e4002b;
  --max: 1280px;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.5; }
a { color: inherit; text-underline-offset: .2em; }
a:hover { color: var(--red); }
a:focus-visible { outline: 3px solid var(--red); outline-offset: 3px; }
.shell { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; top: -5rem; left: 1rem; z-index: 10; padding: .75rem 1rem; background: var(--ink); color: #fff; }
.skip-link:focus { top: 1rem; }
.masthead { min-height: 72px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--rule); }
.wordmark { font-weight: 750; letter-spacing: -.03em; text-decoration: none; }
.wordmark span { color: var(--muted); font-weight: 500; }
.masthead nav, .footer nav { display: flex; flex-wrap: wrap; gap: clamp(1rem, 3vw, 2.5rem); font-size: .9rem; }
.masthead nav a, .footer nav a { text-decoration: none; }
.hero { min-height: 610px; display: grid; grid-template-columns: minmax(180px, .35fr) minmax(0, 1fr); border-bottom: 1px solid var(--rule); }
.issue-mark { display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--rule); color: var(--red); font-size: clamp(7rem, 18vw, 17rem); font-weight: 650; line-height: .72; letter-spacing: -.09em; font-variant-numeric: tabular-nums; }
.issue-mark span { margin: 0 0 1.25rem .4rem; color: var(--muted); font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }
.hero-copy { align-self: center; max-width: 890px; padding: 5rem clamp(2rem, 7vw, 7rem); }
.eyebrow { margin: 0 0 1.25rem; color: var(--red); font-size: .75rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
h1, h2, h3, p { max-width: 70ch; }
h1 { margin: 0; font-size: clamp(3rem, 6vw, 6.4rem); font-weight: 500; line-height: .94; letter-spacing: -.065em; }
.lede { margin: 2rem 0 0; color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.35rem); }
.actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2.25rem; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--red); padding: .85rem 1.2rem; color: var(--red); font-weight: 750; text-decoration: none; }
.button.primary { background: var(--red); color: #fff; }
.button.primary:hover { background: #bd0024; color: #fff; }
.microcopy { margin-top: 1rem; color: var(--muted); font-size: .86rem; }
.proof-strip { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--soft); border-bottom: 1px solid var(--rule); }
.proof-strip div { min-height: 116px; display: flex; flex-direction: column; justify-content: space-between; padding: 1.35rem clamp(1rem, 3vw, 2.5rem); border-right: 1px solid var(--rule); }
.proof-strip div:last-child { border-right: 0; }
.proof-strip span { color: var(--muted); font-size: .74rem; letter-spacing: .07em; text-transform: uppercase; }
.proof-strip strong { font-size: clamp(1.05rem, 2vw, 1.45rem); font-weight: 500; }
.section { display: grid; grid-template-columns: minmax(120px, .25fr) minmax(0, 1fr); padding-block: 7rem; border-bottom: 1px solid var(--rule); }
.section-index { color: var(--red); font-size: clamp(3rem, 7vw, 6.5rem); font-weight: 650; line-height: 1; letter-spacing: -.07em; }
.section-body h2 { margin: 0; font-size: clamp(2.5rem, 5vw, 5rem); font-weight: 500; line-height: .98; letter-spacing: -.055em; }
.section-body > p { color: var(--muted); font-size: 1.08rem; }
.table-wrap { margin-top: 3rem; overflow-x: auto; border-top: 2px solid var(--ink); }
table { width: 100%; min-width: 880px; border-collapse: collapse; font-size: .9rem; }
th { color: var(--muted); font-size: .72rem; letter-spacing: .06em; text-align: left; text-transform: uppercase; }
th, td { padding: 1.1rem 1rem; border-bottom: 1px solid var(--rule); vertical-align: top; }
th:first-child, td:first-child { padding-left: 0; }
td strong { display: block; font-weight: 700; }
td span { display: block; margin-top: .25rem; color: var(--muted); }
td a { color: var(--red); font-weight: 750; }
.offer-grid { margin-top: 3rem; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(260px, .9fr); border-top: 2px solid var(--ink); }
.price-card, .scope { padding: 2rem 0; }
.price-card { padding-right: 3rem; border-right: 1px solid var(--rule); }
.scope { padding-left: 3rem; }
.price { margin: 0 0 1.5rem; }
.price strong { font-size: clamp(3.8rem, 8vw, 7rem); font-weight: 500; line-height: .85; letter-spacing: -.07em; }
.price span { margin-left: .75rem; color: var(--muted); }
.price-card ul { padding-left: 1.2rem; color: var(--muted); }
.scope h3 { margin-top: 0; }
.scope p { color: var(--muted); }
.footer { display: flex; justify-content: space-between; gap: 3rem; padding-block: 3rem; }
.footer p { margin: .35rem 0 0; color: var(--muted); font-size: .86rem; }

@media (max-width: 820px) {
  .masthead { align-items: flex-start; flex-direction: column; justify-content: center; gap: .6rem; padding-block: 1rem; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .issue-mark { min-height: 180px; border-right: 0; border-bottom: 1px solid var(--rule); font-size: 9rem; }
  .hero-copy { padding: 4rem 0; }
  .proof-strip { grid-template-columns: repeat(2, 1fr); }
  .proof-strip div:nth-child(2) { border-right: 0; }
  .section { grid-template-columns: 1fr; gap: 2rem; padding-block: 5rem; }
  .offer-grid { grid-template-columns: 1fr; }
  .price-card { padding-right: 0; border-right: 0; border-bottom: 1px solid var(--rule); }
  .scope { padding-left: 0; }
  .footer { flex-direction: column; }
}

@media (max-width: 520px) {
  .actions .button { width: 100%; }
  .proof-strip { grid-template-columns: 1fr; }
  .proof-strip div { border-right: 0; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
