:root {
  --ink: #111111;
  --paper: #f7f6f2;
  --surface: #ffffff;
  --action: #d62828;
  --action-dark: #aa1d1d;
  --muted: #686868;
  --success: #246b45;
  --warning: #8a4b08;
  --border: rgba(17, 17, 17, 0.18);
  --disabled: #d9d7d1;
  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --gutter: clamp(1rem, 5vw, 3rem);
  --header-height: 72px;
  color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; min-width: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.5; overflow-wrap: anywhere; overflow-x: hidden; }
img, svg, video, iframe { display: block; max-width: 100%; }
.secure-player { width: 100%; height: 100%; border: 0; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: var(--action); text-underline-offset: 0.18em; }
a:hover { color: var(--action-dark); }
p { margin: 0 0 1rem; }
ul, ol { margin-top: 0; }
h1, h2, h3 { margin: 0; font-family: var(--display); font-weight: 800; line-height: 0.98; text-transform: uppercase; text-wrap: balance; }
h1 { font-size: clamp(2.5rem, 5vw, 4rem); }
h2 { font-size: clamp(2rem, 3.5vw, 2.75rem); }
h3 { font-size: clamp(1.5rem, 2.2vw, 1.75rem); }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--action); outline-offset: 3px; }
.media-placeholder :focus-visible, .video-shell :focus-visible, .site-footer :focus-visible { outline-color: #fff; box-shadow: 0 0 0 6px var(--action); }
.shell { width: min(calc(100% - (2 * var(--gutter))), 1280px); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 12px 16px; background: var(--surface); color: var(--ink); border: 2px solid var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: relative; z-index: 50; background: rgba(247, 246, 242, 0.98); border-bottom: 1px solid var(--border); }
.header-inner { min-height: var(--header-height); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { min-height: 44px; display: inline-flex; align-items: center; gap: 12px; color: var(--ink); font: 800 1.35rem/1 var(--display); letter-spacing: 0.01em; text-decoration: none; text-transform: uppercase; }
.brand:hover { color: var(--ink); }
.brand-mark { display: inline-block; width: 18px; height: 18px; flex: 0 0 18px; background: var(--action); }
.desktop-nav { display: none; align-items: center; gap: 30px; }
.desktop-nav > a:not(.button) { min-height: 44px; display: inline-flex; align-items: center; color: var(--ink); font-weight: 600; text-decoration: none; border-bottom: 2px solid transparent; }
.desktop-nav > a[aria-current="page"] { border-color: var(--action); }
.menu-toggle, .menu-close { min-width: 68px; min-height: 44px; padding: 8px 14px; background: transparent; border: 1px solid rgba(17, 17, 17, 0.45); border-radius: 4px; font-weight: 700; color: var(--ink); cursor: pointer; }
.mobile-menu { position: fixed; z-index: 80; inset: 0; display: flex; justify-content: flex-end; background: rgba(17, 17, 17, 0.58); }
.mobile-menu-panel { width: min(88vw, 360px); min-height: 100%; padding: 20px; background: var(--surface); box-shadow: 0 12px 32px rgba(17, 17, 17, 0.2); display: flex; flex-direction: column; gap: 4px; }
.mobile-menu-heading { display: flex; min-height: 60px; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--border); margin-bottom: 12px; }
.mobile-menu-panel > a { display: flex; align-items: center; min-height: 56px; padding: 6px 4px; color: var(--ink); border-bottom: 1px solid var(--border); font: 800 1.75rem/1 var(--display); text-decoration: none; text-transform: uppercase; }
.no-script-nav { display: flex; flex-wrap: wrap; gap: 8px 20px; padding: 8px var(--gutter); border-top: 1px solid var(--border); }
.no-script-nav a { min-height: 44px; display: inline-flex; align-items: center; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 24px; border: 1px solid transparent; border-radius: 4px; font-weight: 700; line-height: 1.15; text-align: center; text-decoration: none; cursor: pointer; transition: background-color 120ms ease, border-color 120ms ease, color 120ms ease, transform 120ms ease; }
.button:hover { transform: translateY(-1px); }
.button:active { transform: translateY(0); }
.button-primary { background: var(--action); border-color: var(--action); color: #fff; }
.button-primary:hover { background: var(--action-dark); border-color: var(--action-dark); color: #fff; }
.button-secondary { background: transparent; border-color: rgba(17, 17, 17, 0.42); color: var(--ink); }
.button-secondary:hover { background: var(--ink); border-color: var(--ink); color: #fff; }
.button-small { min-height: 44px; padding: 9px 20px; }
.button-full { width: 100%; }
.eyebrow { margin: 0 0 16px; color: var(--action); font-size: 0.8125rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.eyebrow-light { color: #d5d2ca; }
.muted { color: var(--muted); }
.section { padding-block: clamp(64px, 8vw, 112px); }
.section-no-top { padding-top: 0; }
.section-heading { margin-bottom: 32px; }
.split-heading { display: flex; flex-direction: column; gap: 10px; }
.split-heading > p { margin: 0; color: var(--muted); }
.page-intro { padding-block: clamp(64px, 8vw, 96px) 48px; }
.page-intro > p:last-child { max-width: 720px; margin: 20px 0 0; color: var(--muted); font-size: 1.125rem; line-height: 1.55; }

.hero-home { min-height: clamp(560px, 64vw, 680px); display: flex; align-items: center; color: var(--surface); background-color: var(--ink); background-image: repeating-linear-gradient(45deg, transparent 0 16px, rgba(255,255,255,.035) 16px 28px); }
.hero-content { padding-block: 72px; }
.hero-content h1 { max-width: 940px; font-size: clamp(3.25rem, 7vw, 5.5rem); line-height: 0.9; }
.hero-lead { max-width: 620px; margin: 24px 0 32px; color: #e1dfda; font-size: clamp(1.05rem, 1.8vw, 1.25rem); line-height: 1.5; }
.product-grid, .library-grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
.product-card, .library-card { display: flex; flex-direction: column; background: var(--surface); border: 1px solid var(--border); }
.product-media { aspect-ratio: 4 / 5; }
.media-placeholder { position: relative; display: grid; place-items: center; overflow: hidden; background-color: #151515; background-image: repeating-linear-gradient(45deg, transparent 0 13px, rgba(255,255,255,.035) 13px 24px); color: #8f8f8f; }
.media-placeholder > span:not(.status-badge) { padding: 12px; font: 500 0.72rem/1.4 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: 0.02em; text-align: center; }
.product-card-body { display: flex; flex: 1; flex-direction: column; padding: 24px; }
.product-card h3 a { color: var(--ink); text-decoration: none; }
.product-card h3 a::after { position: absolute; }
.product-summary { margin: 14px 0 18px; color: var(--muted); }
.product-facts { margin-bottom: 18px; font-size: 0.8125rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
.card-commerce { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 16px; border-top: 1px solid var(--border); }
.price { margin: 0; color: var(--muted); font-size: 0.8125rem; font-weight: 600; }
.price span { color: var(--ink); font: 800 2.25rem/1 var(--display); }
.caption-note { color: var(--muted); font-size: 0.8125rem; text-align: right; }
.product-card .button { margin-top: 18px; }
.status-badge { display: inline-flex; min-height: 28px; align-items: center; padding: 5px 11px; border-radius: 999px; font-size: 0.75rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.product-media .status-badge { position: absolute; z-index: 2; top: 16px; left: 16px; }
.badge-dark { background: var(--ink); color: #fff; }
.owned-line { color: var(--success); font-weight: 600; }
.owned-line span { display: inline-grid; width: 18px; height: 18px; place-items: center; margin-right: 4px; border-radius: 50%; background: var(--success); color: #fff; font-size: 0.72rem; }
.guarantee-note { margin: 40px 0 0; padding: 24px; border-left: 4px solid var(--action); background: var(--surface); }

.proof-section { padding-block: clamp(64px, 8vw, 112px); background: var(--ink); color: #fff; }
.proof-grid { display: grid; gap: 40px; }
.proof-list { margin: 0; padding: 0; list-style: none; }
.proof-list li { padding: 20px 0; border-top: 1px solid rgba(255,255,255,.2); color: #d5d2ca; }
.proof-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.2); }
.proof-list span { display: block; margin-bottom: 6px; color: #fff; font-size: 0.75rem; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; }
.story-section { display: grid; gap: 32px; padding-block: clamp(64px, 8vw, 112px); }
.story-media { aspect-ratio: 16 / 10; }
.story-copy { align-self: center; max-width: 620px; }
.story-copy p:last-child { margin: 24px 0 0; font-size: 1.125rem; line-height: 1.6; }
.trust-strip { padding-block: 28px; background: var(--surface); border-block: 1px solid var(--border); }
.trust-grid { display: grid; gap: 12px; }
.trust-grid p { margin: 0; display: flex; min-height: 44px; align-items: center; gap: 12px; font-weight: 700; }
.trust-grid span { width: 30px; color: var(--action); font-size: 0.75rem; text-align: center; }
.final-cta { padding-block: clamp(64px, 8vw, 96px); background: var(--surface); text-align: center; }
.final-cta h2 { margin-bottom: 28px; }

.product-detail { display: grid; gap: 40px; padding-block: 56px 96px; }
.product-preview { aspect-ratio: 16 / 9; }
.play-button { width: 72px; height: 72px; display: grid; place-items: center; border: 2px solid rgba(255,255,255,.7); border-radius: 50%; background: rgba(255,255,255,.12); color: #fff; cursor: pointer; }
.play-button span { transform: translateX(2px); }
.product-preview > span { position: absolute; bottom: 8px; left: 8px; text-align: left; }
.detail-section { padding-block: 48px; border-bottom: 1px solid var(--border); }
.detail-section > p { max-width: 720px; margin: 20px 0; font-size: 1.0625rem; line-height: 1.6; }
.square-list { max-width: 720px; padding-left: 20px; }
.square-list li { margin: 8px 0; padding-left: 4px; }
.square-list li::marker { color: var(--action); }
.credential-panel { padding: 32px; background: var(--ink); color: #d5d2ca; }
.credential-panel p:last-child { margin: 0; padding: 16px; border: 1px dashed #777; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.purchase-panel { padding: clamp(24px, 3vw, 32px); background: var(--surface); border: 1px solid var(--border); }
.purchase-panel h1 { font-size: clamp(2.25rem, 3vw, 2.5rem); }
.purchase-summary { margin: 20px 0; color: var(--muted); }
.fact-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0; }
.fact-chips span { padding: 5px 12px; border: 1px solid var(--border); border-radius: 999px; font-size: 0.75rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.purchase-price { display: flex; align-items: baseline; gap: 8px; padding-top: 18px; border-top: 1px solid var(--border); color: var(--muted); }
.purchase-price strong { color: var(--ink); font: 800 2.75rem/1 var(--display); }
.purchase-help { margin: 16px 0; color: var(--muted); font-size: 0.875rem; }
.trust-list { padding: 16px 0 8px 18px; border-top: 1px solid var(--border); }
.trust-list li { margin: 6px 0; padding-left: 4px; }
.trust-list li::marker { color: var(--action); }
.purchase-dock { position: fixed; z-index: 40; right: 0; bottom: 0; left: 0; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px max(var(--gutter), env(safe-area-inset-left)) calc(12px + env(safe-area-inset-bottom)) max(var(--gutter), env(safe-area-inset-right)); background: var(--surface); border-top: 1px solid var(--border); box-shadow: 0 -8px 24px rgba(17,17,17,.12); }
.purchase-dock > div { display: flex; flex-direction: column; overflow: hidden; }
.purchase-dock strong { overflow: hidden; font-size: .875rem; text-overflow: ellipsis; white-space: nowrap; }
.purchase-dock span { font-size: .8125rem; }
.purchase-dock .button { min-height: 44px; padding-inline: 14px; white-space: nowrap; }

.lesson-list { margin: 0; padding: 0; list-style: none; border: 1px solid var(--border); background: var(--surface); }
.lesson-row { min-height: 56px; display: grid; grid-template-columns: 34px minmax(0, 1fr) auto; align-items: center; gap: 8px; padding: 8px 12px; border-bottom: 1px solid var(--border); }
.lesson-row:last-child { border-bottom: 0; }
.lesson-row.is-current { border-left: 3px solid var(--action); background: #fff4f4; }
.lesson-status { width: 22px; height: 22px; display: grid; place-items: center; border: 1px solid var(--border); border-radius: 50%; font-size: .75rem; }
.is-complete .lesson-status { background: var(--success); border-color: var(--success); color: #fff; }
.lesson-row a { min-height: 44px; display: flex; flex-direction: column; justify-content: center; color: var(--ink); text-decoration: none; }
.lesson-row small { color: var(--muted); }
.lesson-duration { color: var(--muted); font-size: .75rem; white-space: nowrap; }
.faq details, .transcript { border-bottom: 1px solid var(--border); }
.faq summary, .transcript summary { min-height: 56px; display: flex; align-items: center; justify-content: space-between; gap: 16px; cursor: pointer; font-weight: 700; list-style: none; }
.faq summary::after, .transcript summary::after { content: "+"; font-size: 1.5rem; font-weight: 400; }
.faq details[open] summary::after, .transcript[open] summary::after { content: "−"; }
.faq details p, .transcript p { padding: 0 0 18px; }

.compact-page { min-height: 64vh; padding-block: clamp(64px, 9vw, 112px); }
.status-panel { max-width: 640px; display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 18px; margin-inline: auto; padding: clamp(24px, 5vw, 48px); background: var(--surface); border: 1px solid var(--border); }
.status-symbol { width: 36px; height: 36px; display: grid; place-items: center; border: 3px solid currentColor; border-radius: 50%; color: var(--muted); font-weight: 800; }
.status-success .status-symbol, .status-success .eyebrow { color: var(--success); }
.status-warning .status-symbol, .status-warning .eyebrow { color: var(--warning); }
.status-error .status-symbol, .status-error .eyebrow { color: var(--action); }
.status-panel h1 { font-size: clamp(2.25rem, 5vw, 3.5rem); }
.status-lead { margin: 18px 0 24px; font-size: 1.0625rem; }
.status-summary { margin: 0 0 24px; border: 1px solid var(--border); }
.status-summary div { display: grid; grid-template-columns: 110px minmax(0, 1fr); gap: 12px; padding: 10px 12px; border-bottom: 1px solid var(--border); }
.status-summary div:last-child { border-bottom: 0; }
.status-summary dt { color: var(--muted); }
.status-summary dd { margin: 0; font-weight: 700; text-align: right; }
.status-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.status-guidance, .provider-boundary { max-width: 640px; margin: 20px auto 0; color: var(--muted); }
.provider-boundary { padding: 20px; border: 1px dashed var(--warning); background: #fff8ea; color: var(--warning); }
.alert { display: grid; grid-template-columns: 28px minmax(0, 1fr); gap: 12px; margin: 18px 0; padding: 16px; border: 1px solid; background: var(--surface); }
.alert h2 { font: 700 1rem/1.3 var(--body); text-transform: none; }
.alert p { margin: 4px 0 0; }
.alert-icon { width: 24px; height: 24px; display: grid; place-items: center; border: 2px solid; border-radius: 50%; font-weight: 800; }
.alert-error { border-color: var(--action); background: #fff0f0; color: #951515; }
.alert-warning { border-color: #d6a46a; background: #fff8ea; color: #74410b; }
.alert-success { border-color: var(--success); background: #eff9f3; color: var(--success); }
.alert-info { border-color: #4876a8; background: #f1f7fd; color: #274f79; }

.auth-shell { min-height: calc(100vh - var(--header-height)); display: grid; background: var(--surface); }
.auth-form-panel { display: grid; align-items: center; padding: 56px var(--gutter); }
.auth-form-wrap { width: min(100%, 520px); margin-inline: auto; }
.auth-form-wrap h1, .auth-card h1 { margin-bottom: 28px; }
.auth-media { display: none; min-height: 680px; }
.auth-help { margin: 20px 0; padding-top: 20px; border-top: 1px solid var(--border); }
.auth-help h2 { font: 700 1rem/1.4 var(--body); text-transform: none; }
.auth-page { min-height: 68vh; display: grid; place-items: center; padding-block: clamp(56px, 8vw, 96px); }
.auth-card { width: min(100%, 600px); padding: clamp(24px, 5vw, 48px); background: var(--surface); border: 1px solid var(--border); }
.field { margin-bottom: 18px; }
.field label, form > label { display: block; margin-bottom: 7px; font-weight: 700; }
.form-control, form > input { width: 100%; min-height: 50px; padding: 12px 14px; background: var(--surface); border: 1px solid rgba(17,17,17,.42); border-radius: 4px; color: var(--ink); }
.password-control { position: relative; }
.password-control .form-control { padding-right: 68px; }
.password-control button { position: absolute; top: 3px; right: 3px; min-width: 58px; min-height: 44px; padding: 6px; border: 0; background: transparent; color: var(--muted); font-weight: 700; cursor: pointer; }
textarea.form-control { min-height: 144px; resize: vertical; }
.form-control:focus { border-color: var(--ink); }
.field-error .form-control { border: 2px solid var(--action); }
.field-help { margin: 7px 0 0; color: var(--muted); font-size: .875rem; }
.field-error-text { margin: 7px 0 0; color: #a11616; font-weight: 600; }
.error-summary { margin: 0 0 24px; padding: 18px; border: 2px solid var(--action); background: #fff0f0; }
.error-summary h2 { font: 700 1rem/1.35 var(--body); text-transform: none; color: #951515; }
.error-summary p { margin: 5px 0; }
.error-summary ul { margin-bottom: 0; padding-left: 20px; }
.claim-summary { display: flex; flex-direction: column; gap: 3px; margin-bottom: 24px; padding: 14px 16px; border: 1px solid var(--border); background: var(--paper); }
.claim-summary span { color: var(--muted); }

.empty-state { max-width: 720px; margin-inline: auto; padding: clamp(32px, 7vw, 72px); background: var(--surface); border: 1px solid var(--border); text-align: center; }
.empty-state h2 { margin: 24px 0 12px; }
.mat-lines { width: 110px; height: 70px; display: block; margin-inline: auto; border: 4px solid var(--ink); background: repeating-linear-gradient(135deg, transparent 0 10px, rgba(214,40,40,.18) 10px 15px); transform: skew(-8deg); }
.recent-card { display: grid; margin-bottom: 32px; background: var(--surface); border: 1px solid var(--border); }
.recent-media { aspect-ratio: 16 / 10; }
.recent-body { padding: clamp(24px, 4vw, 40px); align-self: center; }
.recent-body h2 { margin-bottom: 16px; }
.progress-meta { display: flex; flex-direction: column; gap: 3px; margin-bottom: 8px; font-size: .875rem; }
.progress-meta span:last-child { color: var(--muted); }
.progress-track { height: 7px; overflow: hidden; background: #dedcd6; border-radius: 999px; }
.progress-track span { display: block; height: 100%; background: var(--action); }
.recent-body .button { margin-top: 20px; }
.library-media { aspect-ratio: 16 / 9; }
.library-card-body { padding: 22px; }
.library-card-body h2 { margin-bottom: 16px; font-size: 1.7rem; }
.library-card-body .button { margin-top: 20px; }
.skeleton-card { min-height: 430px; background: linear-gradient(100deg, #e4e2dd 30%, #efede8 50%, #e4e2dd 70%); background-size: 200% 100%; border: 1px solid var(--border); }

.player-page { padding-block: 32px 72px; }
.back-link { min-height: 44px; display: inline-flex; align-items: center; margin-bottom: 18px; font-weight: 600; text-decoration: none; }
.player-layout { display: grid; gap: 32px; }
.video-shell { position: relative; aspect-ratio: 16 / 9; display: grid; place-items: center; overflow: hidden; background: #080808; color: #fff; }
.fake-controls { position: absolute; right: 16px; bottom: 12px; left: 16px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; font-size: .75rem; font-weight: 700; }
.fake-timeline { height: 4px; background: #555; }
.fake-timeline i { display: block; width: 38%; height: 100%; background: var(--action); }
.video-state { max-width: 560px; padding: 24px; text-align: center; }
.video-state h2 { font-size: clamp(1.75rem, 4vw, 2.5rem); }
.video-state p { margin: 14px 0 20px; color: #d4d4d4; }
.lesson-heading-row { display: flex; flex-direction: column; gap: 20px; padding-block: 24px; }
.lesson-heading-row .eyebrow { margin-bottom: 8px; color: var(--muted); }
.lesson-heading-row h1 { font-size: clamp(2.25rem, 4vw, 3rem); }
.lesson-navigation { display: flex; flex-wrap: wrap; gap: 12px; padding-bottom: 20px; }
.lesson-navigation .button { flex: 1 1 210px; }
.transcript { margin-top: 0; border-top: 1px solid var(--border); }
.lesson-sidebar { background: var(--surface); border: 1px solid var(--border); align-self: start; }
.sidebar-heading { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 16px; border-bottom: 1px solid var(--border); }
.sidebar-heading h2 { font-size: 1.5rem; }
.sidebar-heading span { color: var(--muted); font-size: .875rem; }
.lesson-sidebar .lesson-list { border: 0; }

.account-page { display: grid; gap: 48px; padding-block: clamp(56px, 8vw, 96px); }
.account-sidebar h1, .orders-section > h2 { margin-bottom: 24px; }
.account-panel { margin-bottom: 24px; padding: 24px; background: var(--surface); border: 1px solid var(--border); }
.account-panel strong { font-size: 1.0625rem; }
.account-panel .button + .button { margin-top: 12px; }
.orders-table { display: none; background: var(--surface); border: 1px solid var(--border); }
.orders-head, .orders-row { display: grid; grid-template-columns: .8fr .9fr 1.5fr .75fr 1fr .75fr; gap: 16px; align-items: center; padding: 16px 20px; }
.orders-head { color: var(--muted); font-size: .75rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.orders-row { min-height: 100px; border-top: 1px solid var(--border); font-size: .875rem; }
.orders-row small { display: block; color: var(--muted); }
.order-id { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; overflow-wrap: anywhere; }
.status-success { color: var(--success); }
.status-neutral { color: var(--muted); }
.orders-mobile { display: grid; gap: 16px; }
.order-card { padding: 20px; background: var(--surface); border: 1px solid var(--border); }
.order-card-top { display: flex; justify-content: space-between; gap: 16px; color: var(--muted); font-size: .875rem; }
.order-card h3 { margin: 16px 0 8px; font: 700 1rem/1.4 var(--body); text-transform: none; }
.order-amount { font-weight: 800; }
.order-status { font-size: .875rem; }
.order-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.order-actions .button { flex: 1 1 140px; padding-inline: 12px; }

.support-page { padding-block: clamp(56px, 8vw, 96px); }
.support-intro { max-width: 720px; margin: 0 auto 40px; }
.support-intro > p:last-child { margin: 18px 0 0; color: var(--muted); font-size: 1.125rem; }
.support-routes { max-width: 800px; display: grid; gap: 16px; margin: 0 auto 40px; }
.support-routes article { padding: 24px; background: var(--surface); border: 1px solid var(--border); }
.support-routes article > span { width: 10px; height: 10px; display: block; margin-bottom: 16px; background: var(--action); }
.support-routes h2 { font-size: 1.6rem; }
.support-routes p { margin: 10px 0; color: var(--muted); }
.support-form-card, .support-faq { max-width: 880px; margin-inline: auto; padding: clamp(24px, 5vw, 40px); background: var(--surface); border: 1px solid var(--border); }
.support-form-card h2, .support-faq h2 { margin-bottom: 24px; }
.form-two-col { display: grid; gap: 0 16px; }
.form-two-col .field:last-child { grid-column: 1 / -1; }
.form-warning { margin: 16px 0 0; color: var(--muted); font-size: .8125rem; }
.support-faq { margin-top: 32px; }

.legal-page { max-width: 800px; padding-block: clamp(56px, 8vw, 96px); }
.legal-page header { padding-bottom: 40px; border-bottom: 2px solid var(--ink); }
.legal-updated { margin: 14px 0; color: var(--muted); font-size: .875rem; }
.legal-summary { max-width: 720px; margin: 22px 0 0; font-size: 1.25rem; line-height: 1.55; }
.legal-page > section { padding-block: 34px; border-bottom: 1px solid var(--border); }
.legal-page > section h2 { margin-bottom: 14px; font-size: 2rem; }
.legal-page > section p { max-width: 70ch; line-height: 1.7; }
.legal-callout { margin: 36px 0; padding: 24px; border-left: 4px solid var(--warning); background: #fff8ea; }
.legal-callout p { margin: 6px 0 0; }
.demo-page { padding-block: 64px 96px; }
.demo-page > p { max-width: 680px; }
.demo-grid { display: grid; gap: 12px; margin-top: 32px; padding: 0; list-style: none; }
.demo-grid a { min-height: 68px; display: flex; flex-direction: column; justify-content: center; padding: 12px 16px; background: var(--surface); border: 1px solid var(--border); color: var(--ink); text-decoration: none; }
.demo-grid a:hover { border-color: var(--action); }
.demo-grid span { color: var(--muted); font: .75rem/1.4 ui-monospace, SFMono-Regular, Menlo, monospace; }

.site-footer { padding-block: 56px 24px; background: var(--ink); color: #e4e2dd; }
.footer-grid { display: grid; gap: 36px; }
.brand-on-dark { color: #fff; }
.brand-on-dark:hover { color: #fff; }
.footer-brand p { max-width: 430px; margin-top: 16px; color: #aaa; }
.footer-column { display: grid; align-content: start; gap: 8px; }
.footer-column h2 { margin-bottom: 6px; color: #aaa; font: 700 .75rem/1.4 var(--body); letter-spacing: .1em; text-transform: uppercase; }
.footer-column a { min-height: 44px; display: flex; align-items: center; color: #fff; }
.desktop-footer-column { display: none; }
.footer-mobile-groups { display: grid; gap: 8px; }
.footer-mobile-groups details { border-top: 1px solid rgba(255,255,255,.2); }
.footer-mobile-groups summary { min-height: 52px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; font-weight: 700; list-style: none; }
.footer-mobile-groups summary::after { content: "+"; font-size: 1.25rem; }
.footer-mobile-groups details[open] summary::after { content: "−"; }
.footer-mobile-groups details a, .footer-mobile-groups nav a { min-height: 44px; display: flex; align-items: center; color: #fff; }
.footer-mobile-groups nav { display: flex; gap: 24px; border-top: 1px solid rgba(255,255,255,.2); }
.footer-bottom { margin-top: 40px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.18); color: #aaa; font-size: .75rem; }
.footer-bottom p { margin: 4px 0; }
.fixture-label { color: #e3b56f; font-weight: 600; letter-spacing: .03em; }

@media (min-width: 390px) {
  :root { --gutter: 20px; }
  .status-panel { grid-template-columns: 48px minmax(0, 1fr); }
  .purchase-dock .button { padding-inline: 20px; }
}

@media (min-width: 600px) {
  .split-heading { flex-direction: row; align-items: end; justify-content: space-between; }
  .trust-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: minmax(0, 2fr) repeat(3, minmax(110px, 1fr)); }
  .desktop-footer-column { display: grid; }
  .footer-mobile-groups { display: none; }
  .demo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .form-two-col { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 768px) {
  :root { --gutter: 32px; --header-height: 76px; }
  .product-grid, .library-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; }
  .product-media { aspect-ratio: 4 / 4.7; }
  .proof-grid, .story-section { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; }
  .recent-card { grid-template-columns: 1.05fr 1.45fr; }
  .recent-media { aspect-ratio: auto; min-height: 320px; }
  .progress-meta { flex-direction: row; justify-content: space-between; gap: 16px; }
  .support-routes { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .purchase-dock { display: none !important; }
  .footer-bottom { display: flex; justify-content: space-between; gap: 24px; }
}

@media (max-width: 767px) {
  .product-detail { width: 100%; padding-block: 0 72px; gap: 32px; }
  .product-detail .product-story > *, .purchase-column { margin-inline: var(--gutter); }
  .product-preview { border-inline: 0; }
  .player-page { width: 100%; }
  .player-page > .back-link, .lesson-heading-row, .lesson-navigation, .transcript { margin-inline: var(--gutter); }
  .video-shell { border-inline: 0; }
  .lesson-sidebar { margin-inline: var(--gutter); }
}

@media (min-width: 1024px) {
  :root { --gutter: 48px; }
  .desktop-nav { display: flex; }
  .menu-toggle { display: none; }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .product-detail { grid-template-columns: minmax(0, 7fr) minmax(340px, 5fr); gap: 64px; }
  .product-preview { grid-column: 1; grid-row: 1; }
  .product-story { grid-column: 1; grid-row: 2; }
  .purchase-column { grid-column: 2; grid-row: 1 / span 2; }
  .purchase-panel { position: sticky; top: 28px; }
  .auth-shell { grid-template-columns: 1.08fr .92fr; }
  .auth-media { display: grid; }
  .player-layout { grid-template-columns: minmax(0, 8fr) minmax(340px, 4fr); }
  .lesson-sidebar { position: sticky; top: 24px; max-height: calc(100vh - 48px); overflow-y: auto; overscroll-behavior: contain; }
  .lesson-heading-row { flex-direction: row; align-items: center; justify-content: space-between; }
  .account-page { grid-template-columns: minmax(280px, 4fr) minmax(0, 8fr); }
  .orders-table { display: block; }
  .orders-mobile { display: none; }
  .footer-grid { grid-template-columns: minmax(360px, 2.4fr) repeat(3, 1fr); }
}

@media (min-width: 1440px) {
  :root { --gutter: 80px; }
  .hero-content { padding-block: 88px; }
}

@media (max-width: 389px) {
  :root { --gutter: 16px; }
  .brand { font-size: 1.16rem; gap: 9px; }
  .brand-mark { width: 15px; height: 15px; flex-basis: 15px; }
  .menu-toggle { min-width: 64px; padding-inline: 10px; }
  .hero-home { min-height: 560px; }
  .hero-home .shell { width: calc(100% - 32px); }
  .hero-content h1 { font-size: clamp(3rem, 16vw, 3.5rem); }
  .section-heading h2 { overflow-wrap: normal; }
  .status-panel { grid-template-columns: 1fr; }
  .status-summary div { grid-template-columns: 1fr; }
  .status-summary dd { text-align: left; }
  .status-actions .button { width: 100%; }
  .product-detail { width: 100%; }
  .product-detail .product-story > :not(.product-preview), .purchase-column { margin-inline: var(--gutter); }
  .purchase-panel { padding: 20px; }
  .product-preview { border-inline: 0; }
  .lesson-row { grid-template-columns: 30px minmax(0, 1fr) auto; padding-inline: 8px; }
  .lesson-duration { font-size: .7rem; }
  .player-page { width: 100%; }
  .player-page > .back-link, .lesson-heading-row, .lesson-navigation, .transcript { margin-inline: var(--gutter); }
  .video-shell { border-inline: 0; }
  .lesson-sidebar { margin-inline: var(--gutter); }
  .order-card-top { flex-direction: column; gap: 4px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .button:hover { transform: none; }
}

@media print {
  .site-header, .site-footer, .button, .purchase-dock { display: none !important; }
  body { background: #fff; color: #000; }
  .legal-page { max-width: none; padding: 0; }
  a { color: #000; text-decoration: underline; }
}
