:root {
  color-scheme: light;
  --paper: #f3f2ec;
  --surface: #fbfaf5;
  --ink: #11130f;
  --muted: #656b63;
  --line: rgba(17, 19, 15, .16);
  --accent: #c7ff38;
  --dark: #090b09;
  --dark-muted: #acb2aa;
  --member-ivory: #f3eee3;
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-underline-offset: .2em; }
button { font: inherit; cursor: pointer; }
main, footer { width: min(100% - 40px, 1120px); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 10; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; min-height: 74px; gap: 0 12px; padding-top: 12px; background: var(--paper); border-bottom: 1px solid var(--line); }
.section-nav { display: flex; flex-basis: 100%; gap: 4px; padding: 8px 0; overflow-x: auto; scrollbar-width: thin; scrollbar-color: var(--muted) transparent; }
.section-nav a { display: inline-flex; flex-shrink: 0; min-height: 44px; align-items: center; padding: 10px 14px; border-radius: 999px; font-size: 13px; font-weight: 650; text-decoration: none; white-space: nowrap; }
.section-nav a[aria-current="location"] { color: var(--ink); background: var(--accent); }
.section-nav a:focus-visible { outline-offset: -3px; }
.member-nav { display: none; }
html[data-access-view="active"] .member-nav { display: flex; }
#preview, #access, #benefits, #full-video, #who-its-for, #channels, #member-panel { scroll-margin-top: 144px; }
html[data-access-view="loading"] .site-header, html[data-access-view="error"] .site-header { padding-bottom: 12px; }
.brand { display: flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-decoration: none; }
.brand img { border-radius: 50%; }
.account-link { display: inline-flex; align-items: center; min-height: 44px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; font-size: 12px; font-weight: 750; text-decoration: none; }
.eyebrow { margin: 0; color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.conversion { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); grid-template-rows: auto auto 1fr; gap: 24px 40px; padding: 32px 0; align-items: start; }
.offer-intro { grid-column: 1; grid-row: 1; }
.offer-intro h1 { margin: 12px 0; font-size: clamp(34px, 3.6vw, 49px); line-height: 1.04; letter-spacing: -.055em; text-wrap: balance; }
.intro-copy { max-width: 42ch; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.5; text-wrap: pretty; }
.preview-panel { grid-column: 1; grid-row: 2; margin: 0; min-width: 0; display: flex; flex-direction: column; justify-content: center; padding: 12px; border-radius: 22px; color: var(--member-ivory); background: var(--dark); }
.video-frame { position: relative; width: 100%; margin-inline: auto; overflow: hidden; border-radius: 10px; outline: 1px solid oklch(1 0 0 / .1); outline-offset: -1px; }
.video-frame video { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: contain; background: var(--dark); }
.preview-label { position: absolute; top: 12px; left: 12px; padding: 6px 9px; border-radius: 6px; color: var(--paper); background: rgba(9,11,9,.85); font-size: 12px; pointer-events: none; }
.preview-panel figcaption { margin-top: 16px; text-align: center; line-height: 1.5; }
.preview-panel figcaption strong, .preview-panel figcaption span { display: block; }
.preview-panel figcaption strong { font-size: 16px; }
.preview-panel figcaption span { color: var(--dark-muted); font-size: 13px; }
.choice-card { grid-column: 2; grid-row: 1 / 4; min-width: 0; padding: 28px; border-radius: 24px; color: var(--member-ivory); background: var(--dark); box-shadow: 0 4px 24px rgba(17,19,15,.08); }
.paywall-identity { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; }
.paywall-identity img { flex-shrink: 0; border-radius: 50%; outline: 1px solid oklch(1 0 0 / .1); outline-offset: -1px; }
.paywall-tagline { margin: 6px 0 0; font-size: 13px; line-height: 1.5; }
.choice-card .eyebrow, .choice-card .price-heading small, .choice-card .next-step, .choice-card .access-note, .choice-card .plan-picker small { color: var(--dark-muted); }
.choice-card .price-note { color: var(--accent); }
.included-benefits { list-style: none; padding: 0; margin: 24px 0; display: grid; gap: 16px; }
.included-benefits li { display: flex; align-items: flex-start; gap: 12px; }
.included-benefits li > span:first-child { display: grid; place-items: center; flex-shrink: 0; width: 24px; height: 24px; border: 1px solid var(--accent); border-radius: 50%; color: var(--accent); font-size: 14px; }
.included-benefits strong, .included-benefits small { display: block; }
.included-benefits strong { font-size: 14px; line-height: 1.5; }
.included-benefits small { margin-top: 3px; color: var(--dark-muted); font-size: 13px; line-height: 1.5; text-wrap: pretty; }
.choice-card .plan-picker label { border-color: var(--dark-muted); }
.choice-card .plan-picker label:has(input:checked) { background: rgba(199,255,56,.07); border-color: var(--accent); box-shadow: 0 0 0 1px var(--accent); }
.choice-card .plan-picker input { accent-color: var(--accent); }
.plan-saving { display: block; margin-top: 8px; color: var(--accent); font-size: 12px; line-height: 1.4; }
.value-comparison { grid-column: 1; grid-row: 3; min-width: 0; }
.value-comparison h2 { margin: 10px 0 16px; font-size: clamp(26px, 2.6vw, 34px); line-height: 1.1; letter-spacing: -.035em; text-wrap: balance; }
.value-comparison table { width: 100%; table-layout: fixed; border-collapse: separate; border-spacing: 0; font-size: 13px; line-height: 1.5; }
.value-comparison th, .value-comparison td { padding: 12px 8px; text-align: center; border-bottom: 1px solid var(--line); overflow-wrap: break-word; }
.value-comparison th:first-child { text-align: start; width: 28%; color: var(--muted); font-weight: 500; }
.value-comparison th:last-child, .value-comparison td:last-child { background: var(--accent); font-weight: 700; }
.value-comparison thead th:last-child { border-radius: 12px 12px 0 0; }
.value-comparison tbody tr:last-child td:last-child { border-radius: 0 0 12px 12px; }
.value-comparison tbody tr:last-child > * { border-bottom: 0; }
#comparison-note { margin: 12px 0 0; font-size: 12px; line-height: 1.5; color: var(--muted); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.price-heading { display: flex; align-items: baseline; flex-wrap: wrap; gap: 8px; margin: 10px 0; line-height: 1; }
.price { font-size: 54px; font-weight: 800; letter-spacing: -.06em; font-variant-numeric: tabular-nums; }
.price-heading small { color: var(--muted); font-size: 18px; font-weight: 500; }
.price-note { font-size: 14px; margin: 10px 0 18px; }
.plan-picker { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 0; margin: 0; border: 0; }
.plan-picker legend { margin-bottom: 8px; font-size: 13px; font-weight: 650; }
.plan-picker label { display: flex; gap: 8px; align-items: flex-start; padding: 12px; border: 1px solid var(--line); border-radius: 12px; cursor: pointer; }
.plan-picker label:has(input:checked) { background: var(--surface); border-color: var(--ink); box-shadow: 0 0 0 1px var(--ink); }
.plan-picker input { accent-color: var(--ink); width: 16px; height: 16px; margin: 2px 0 0; flex-shrink: 0; }
.plan-picker strong, .plan-picker small { display: block; }
.plan-picker strong { font-size: 14px; }
.plan-picker small { margin-top: 5px; color: var(--muted); font-size: 12px; line-height: 1.4; }
.primary-action, .secondary-action, .card-action { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 14px 18px; border: 1px solid var(--ink); border-radius: 999px; font-size: 14px; font-weight: 800; text-decoration: none; text-align: center; transition: transform 140ms cubic-bezier(.23,1,.32,1), background-color 160ms cubic-bezier(.23,1,.32,1); }
.card-action { width: 100%; margin-top: 18px; color: var(--ink); background: var(--accent); border-color: var(--accent); }
.primary-action { color: var(--ink); background: var(--accent); }
.secondary-action { color: inherit; background: transparent; }
.card-action:active, .primary-action:active, .secondary-action:active { transform: scale(.96); }
.purchase-action:disabled, .sign-out-action:disabled { cursor: wait; opacity: .6; }
.next-step { margin: 10px 0; text-align: center; color: var(--muted); font-size: 13px; line-height: 1.4; }
.access-note { margin: 12px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.purchase-status { margin: 8px 0 0; font-size: 13px; line-height: 1.5; }
.purchase-status:empty { display: none; }
.offer-details { padding-bottom: 28px; }
.offer-details details { border-top: 1px solid var(--line); }
.offer-details summary { padding: 17px 0; min-height: 52px; font-size: 15px; font-weight: 700; cursor: pointer; }
.offer-details details p, .utility-list { max-width: 72ch; margin: 0 0 20px; line-height: 1.6; font-size: 16px; color: var(--muted); }
.utility-list { padding-left: 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 30px; }
.billing-help { color: var(--muted); margin: 16px 0 0; font-size: 13px; }
.member-panel { margin: 32px 0 60px; padding: clamp(28px,6vw,70px); border-radius: 20px; color: var(--member-ivory); background: var(--dark); }
.member-panel .eyebrow { color: var(--dark-muted); }
.member-panel h2 { margin: 18px 0 0; font-size: clamp(38px,6vw,72px); line-height: 1; letter-spacing: -.06em; }
.member-number { margin: 32px 0 0; color: var(--accent); font-size: clamp(30px,6vw,72px); font-weight: 800; letter-spacing: -.055em; overflow-wrap: anywhere; }
.member-status { color: var(--dark-muted); line-height: 1.6; }
.member-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.member-actions .secondary-action { border-color: var(--member-ivory); }
a:focus-visible, button:focus-visible, video:focus-visible, summary:focus-visible, .plan-picker label:focus-within { outline: 3px solid #5675d1; outline-offset: 4px; }
.skip-link { position: fixed; inset: 10px auto auto 10px; z-index: 20; padding: 12px; color: var(--ink); background: var(--accent); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
[hidden] { display: none !important; }
html[data-access-view="loading"] [data-public-offer] { display: none !important; }
html[data-access-view="loading"] #access-loading { display: block !important; }
#access-loading { min-height: 45vh; padding: clamp(36px,8vw,96px) 0; }
html[data-access-view="active"] .member-panel { min-height: 60vh; }
@media (max-width: 760px) {
  main, footer { width: calc(100% - 28px); }
  .site-header { min-height: 66px; }
  .brand { font-size: 11px; gap: 7px; }
  .brand img { width: 36px; height: 36px; }
  .account-link { font-size: 11px; padding-inline: 10px; }
  .conversion { grid-template-columns: 1fr; gap: 18px; padding: 22px 0; }
  .offer-intro, .preview-panel, .choice-card, .value-comparison { grid-column: 1; grid-row: auto; }
  .choice-card { grid-row: 3; padding: 20px; }
  .value-comparison { grid-row: 4; padding: 8px 4px; }
  .offer-intro h1 { font-size: clamp(32px,8.8vw,43px); }
  .intro-copy { font-size: 15px; }
  .preview-panel { padding: 12px; }
  .preview-panel figcaption { margin-top: 10px; }
  .preview-panel figcaption strong { font-size: 14px; }
  .price { font-size: 48px; }
  .choice-card > .eyebrow { margin-bottom: 10px; }
  .plan-picker label { padding: 10px; }
  .plan-picker strong { font-size: 13px; }
  .utility-list { grid-template-columns: 1fr; }
}
@media (hover:hover) and (pointer:fine) {
  .card-action:hover:not(:disabled), .primary-action:hover { background: #b8ef27; }
  .account-link:hover { background: var(--surface); }
  .section-nav a:hover { background: var(--surface); }
  .section-nav a[aria-current="location"]:hover { background: var(--accent); }
  summary:hover { color: var(--muted); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .card-action:active, .primary-action:active, .secondary-action:active { transform: none; }
}
