@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: url("fonts/barlow-condensed-latin-800.b1b7dd5dbcea.woff2") format("woff2");
}

@font-face {
  font-family: "Inter Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("fonts/inter-latin-variable.260c81a4759b.woff2") format("woff2-variations");
}

@font-face {
  font-family: "Source Serif 4 Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 200 900;
  src: url("fonts/source-serif-4-latin-variable.e9192c2fe0a3.woff2") format("woff2-variations");
}

@font-face {
  font-family: "Source Serif 4 Variable";
  font-style: italic;
  font-display: swap;
  font-weight: 200 900;
  src: url("fonts/source-serif-4-latin-variable-italic.66c33f6b248f.woff2") format("woff2-variations");
}

:root {
  --ink: #151515;
  --paper: #f7f7f7;
  --surface: #ffffff;
  --action: #c8211c;
  --action-dark: #9f1815;
  --muted: #555555;
  --success: #333333;
  --warning: #555555;
  --border: #d7d7d7;
  --disabled: #d4d4d4;
  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: "Inter Variable", "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --reader: "Source Serif 4 Variable", Georgia, "Times New Roman", serif;
  --gutter: clamp(1rem, 5vw, 3rem);
  --header-height: 80px;
  color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; min-width: 0; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 16px); 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: sticky; z-index: 50; top: 0; background: rgba(255, 255, 255, 0.96); border-bottom: 1px solid var(--border); backdrop-filter: blur(16px); }
.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: 13px; color: var(--ink); font: 800 1.42rem/.9 var(--display); letter-spacing: .02em; text-decoration: none; text-transform: uppercase; }
.brand:hover { color: var(--ink); }
.brand-mark { position: relative; display: inline-block; width: 19px; height: 22px; flex: 0 0 19px; background: var(--action); box-shadow: 6px 6px 0 rgba(200, 33, 28, .14); transform: skew(-8deg); }
.brand-mark::after { position: absolute; right: -7px; bottom: -5px; width: 8px; height: 16px; background: var(--ink); content: ""; opacity: .13; }
.desktop-nav { position: relative; display: none; align-items: center; gap: 2px; padding: 5px; background: var(--ink); border: 1px solid var(--ink); box-shadow: 8px 8px 0 rgba(21, 21, 21, .1); }
.desktop-nav::before { width: 12px; height: 34px; margin-right: 3px; background: var(--action); clip-path: polygon(45% 0, 100% 0, 55% 100%, 0 100%); content: ""; }
.desktop-nav > a { position: relative; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 8px 15px; color: #fff; font-size: .75rem; font-weight: 800; letter-spacing: .075em; text-decoration: none; text-transform: uppercase; transition: background-color 140ms ease, color 140ms ease; }
.desktop-nav > a:not(.button):hover, .desktop-nav > a:not(.button)[aria-current="page"] { background: var(--action); color: #fff; }
.desktop-nav > a[aria-current="page"]::after { position: absolute; right: 15px; bottom: 6px; left: 15px; height: 2px; background: #fff; content: ""; opacity: .8; }
.desktop-nav > .button { min-height: 44px; margin-left: 5px; padding-inline: 18px; background: var(--paper); border-color: var(--paper); border-radius: 0; color: var(--ink); }
.desktop-nav > .button:hover { background: var(--action); border-color: var(--action); color: #fff; }
.menu-toggle, .menu-close { min-width: 76px; min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 8px 14px; background: var(--ink); border: 1px solid var(--ink); border-radius: 0; box-shadow: 5px 5px 0 rgba(21, 21, 21, .12); color: #fff; font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.menu-toggle::before { width: 18px; height: 12px; background: linear-gradient(#fff 0 2px, transparent 2px 5px, #fff 5px 7px, transparent 7px 10px, #fff 10px 12px); content: ""; }
.menu-close { min-width: 72px; background: transparent; border-color: rgba(17,17,17,.55); box-shadow: none; color: var(--ink); }
.mobile-menu { position: fixed; z-index: 80; inset: 0; display: flex; justify-content: flex-end; background: rgba(17, 17, 17, 0.68); backdrop-filter: blur(5px); }
.mobile-menu-panel { position: relative; width: min(92vw, 430px); height: 100vh; height: 100dvh; min-height: 100%; display: flex; flex-direction: column; overflow-y: auto; background: var(--ink); box-shadow: -18px 0 48px rgba(17, 17, 17, 0.32); color: #fff; counter-reset: primary-nav; }
.mobile-menu-panel::after { position: absolute; right: -52px; bottom: -64px; width: 150px; height: 300px; background: var(--action); clip-path: polygon(62% 0, 100% 0, 38% 100%, 0 100%); content: ""; opacity: .85; pointer-events: none; }
.mobile-menu-heading { position: relative; z-index: 1; min-height: var(--header-height); display: flex; flex: 0 0 auto; align-items: center; justify-content: space-between; gap: 18px; padding: 12px 18px 12px 24px; background: var(--paper); border-bottom: 5px solid var(--action); color: var(--ink); }
.mobile-menu-heading .eyebrow { margin: 0; }
.mobile-menu-panel > a { position: relative; z-index: 1; min-height: 78px; display: grid; grid-template-columns: 38px minmax(0, 1fr); align-items: center; gap: 14px; padding: 13px 30px 13px 24px; border-bottom: 1px solid rgba(255,255,255,.16); color: #fff; font: 800 clamp(2rem, 9vw, 2.65rem)/.88 var(--display); letter-spacing: .01em; text-decoration: none; text-transform: uppercase; counter-increment: primary-nav; transition: background-color 140ms ease, color 140ms ease; }
.mobile-menu-panel > a::before { align-self: start; padding-top: 4px; color: var(--action); font: 700 .72rem/1 var(--body); letter-spacing: .1em; content: "0" counter(primary-nav); }
.mobile-menu-panel > a:hover, .mobile-menu-panel > a[aria-current="page"] { background: #292929; color: #fff; }
.mobile-menu-panel > a[aria-current="page"] { box-shadow: inset 6px 0 0 var(--action); }
.mobile-menu-panel > .mobile-menu-action { margin-top: auto; background: var(--action); border-color: var(--action); }
.mobile-menu-panel > .mobile-menu-action::before { color: #fff; }
.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); box-shadow: 5px 5px 0 rgba(17,17,17,.12); color: #fff; }
.button-primary:hover { background: var(--action-dark); border-color: var(--action-dark); box-shadow: 3px 3px 0 rgba(17,17,17,.16); 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: #c7c7c7; }
.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 { position: relative; min-height: clamp(600px, 64vw, 760px); display: flex; align-items: center; isolation: isolate; overflow: hidden; color: var(--surface); background: var(--ink); border-bottom: 4px solid var(--action); }
.hero-home-media, .hero-home-scrim { position: absolute; z-index: -2; inset: 0; }
.hero-home-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-home-scrim { z-index: -1; background: linear-gradient(90deg, rgba(10,10,10,.98) 0%, rgba(10,10,10,.84) 44%, rgba(10,10,10,.22) 100%); }
.hero-home::after { display: none; }
.hero-content { position: relative; z-index: 1; padding-block: 72px; }
.hero-content h1 { max-width: 940px; font-size: clamp(3.5rem, 7.5vw, 6.4rem); line-height: 0.84; letter-spacing: -.02em; }
.hero-lead { max-width: 620px; margin: 24px 0 32px; color: #f1f1f1; font-size: clamp(1.05rem, 1.8vw, 1.25rem); line-height: 1.5; }
.catalog-intro { padding-block: clamp(48px, 7vw, 88px); background: var(--ink); color: #fff; }
.catalog-intro-grid { display: grid; gap: 36px; align-items: center; }
.catalog-intro h1 { font-size: clamp(3.25rem, 6vw, 5rem); overflow-wrap: normal; }
.catalog-intro p:last-child { max-width: 620px; margin: 22px 0 0; color: #c7c7c7; font-size: 1.125rem; line-height: 1.6; }
.catalog-intro-media { overflow: hidden; border: 1px solid rgba(255,255,255,.2); }
.catalog-intro-media img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.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); box-shadow: 0 14px 34px rgba(17,17,17,.06); transition: box-shadow 160ms ease, transform 160ms ease; }
.product-card:hover { box-shadow: 0 22px 54px rgba(17,17,17,.13); transform: translateY(-4px); }
.product-media { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: var(--ink); }
.catalog-image { width: 100%; height: 100%; object-fit: cover; }
.focal-left-top { object-position: left top; }
.focal-left-center { object-position: left center; }
.focal-left-bottom { object-position: left bottom; }
.focal-center-top { object-position: center top; }
.focal-center-center { object-position: center center; }
.focal-center-bottom { object-position: center bottom; }
.focal-right-top { object-position: right top; }
.focal-right-center { object-position: right center; }
.focal-right-bottom { object-position: right bottom; }
.course-art { position: relative; width: 100%; height: 100%; overflow: hidden; isolation: isolate; background: radial-gradient(circle at 72% 28%, rgba(200,33,28,.3), transparent 0 19%, transparent 38%), linear-gradient(145deg, #292929 0 36%, #151515 36% 100%); color: #fff; }
.course-art::before { position: absolute; z-index: -1; inset: 0; background-image: linear-gradient(rgba(255,255,255,.075) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.075) 1px, transparent 1px); background-size: 44px 44px; content: ""; transform: rotate(-7deg) scale(1.15); }
.course-art::after { position: absolute; z-index: -1; width: 46%; height: 130%; top: -15%; right: -12%; background: var(--action); clip-path: polygon(46% 0, 100% 0, 54% 100%, 0 100%); content: ""; opacity: .82; }
.course-art-orbit { position: absolute; width: 58%; aspect-ratio: 1; top: 18%; left: 14%; border: 2px solid rgba(255,255,255,.62); border-radius: 50%; transform: rotate(-14deg); }
.course-art-orbit::before, .course-art-orbit::after { position: absolute; width: 18%; aspect-ratio: 1; border-radius: 50%; background: #fff; content: ""; }
.course-art-orbit::before { top: 4%; left: 9%; }
.course-art-orbit::after { right: 2%; bottom: 16%; background: var(--action); box-shadow: 0 0 0 4px #fff; }
.course-art-path { position: absolute; height: 2px; background: rgba(255,255,255,.76); transform-origin: left center; }
.course-art-path::after { position: absolute; width: 9px; height: 9px; top: -4px; right: -1px; border-top: 2px solid #fff; border-right: 2px solid #fff; content: ""; transform: rotate(45deg); }
.course-art-path-one { width: 36%; top: 39%; left: 21%; transform: rotate(34deg); }
.course-art-path-two { width: 28%; top: 58%; left: 42%; transform: rotate(-38deg); }
.course-art-label { position: absolute; top: 22px; left: 22px; font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.course-art-title { position: absolute; right: 24px; bottom: 24px; left: 22px; max-width: 78%; font: 800 clamp(2rem, 4.5vw, 3.7rem)/.86 var(--display); letter-spacing: -.01em; text-transform: uppercase; text-wrap: balance; }
.course-art-mark { position: absolute; top: 18px; right: 20px; font: 800 1.1rem/1 var(--display); letter-spacing: .08em; }
.course-art-wrestle-up-blueprint .course-art-orbit { top: 30%; left: 25%; transform: rotate(22deg); }
.course-art-wrestle-up-blueprint::after { right: auto; left: -18%; transform: rotate(180deg); }
.course-art-back-control .course-art-orbit { width: 66%; top: 11%; left: 7%; border-radius: 38% 62% 52% 48%; }
.course-art-wide .course-art-title { max-width: 56%; font-size: clamp(2.25rem, 5vw, 4.8rem); }
.course-art-wide .course-art-orbit { width: 34%; top: 15%; left: 48%; }
.course-art-wide .course-art-path-one { width: 22%; left: 51%; }
.course-art-wide .course-art-path-two { width: 18%; left: 64%; }
.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(--ink); 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; }
.catalog-fixture-notice { margin: 0 0 32px; padding: 18px 20px; border: 1px solid var(--border); border-left: 4px solid var(--ink); background: var(--paper); color: var(--ink); }
.catalog-fixture-notice strong { display: block; font-size: .78rem; letter-spacing: .07em; text-transform: uppercase; }
.catalog-fixture-notice p { margin: 6px 0 0; font-size: .875rem; }

.proof-section { padding-block: clamp(72px, 9vw, 128px); background: var(--ink); color: #fff; border-bottom: 1px solid rgba(255,255,255,.12); }
.proof-grid { display: grid; gap: 40px; align-items: center; }
.proof-copy { display: grid; gap: 24px; }
.proof-media { overflow: hidden; border: 1px solid rgba(255,255,255,.2); box-shadow: 16px 16px 0 rgba(255,255,255,.1); }
.proof-media img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.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: #c7c7c7; }
.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(80px, 10vw, 144px); }
.story-media { min-height: 360px; margin: 0; overflow: hidden; background: var(--ink); }
.story-media picture { height: 100%; }
.story-media img { width: 100%; height: 100%; min-height: 360px; aspect-ratio: 4 / 5; object-fit: cover; object-position: center; }
.story-copy { align-self: center; max-width: 620px; }
.story-copy > p:last-of-type { margin: 24px 0 0; font-size: 1.125rem; line-height: 1.6; }
.text-link { display: inline-flex; min-height: 44px; align-items: center; gap: 8px; margin-top: 12px; font-weight: 700; }
.athlete-facts { margin: 0; display: grid; grid-template-columns: 1fr; background: var(--ink); color: #fff; }
.athlete-facts div { min-height: 180px; display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(18px, 3vw, 28px); border: 1px solid rgba(255,255,255,.18); }
.athlete-facts dt { font: 800 clamp(2.5rem, 6vw, 4.5rem)/.9 var(--display); color: var(--action); }
.athlete-facts dd { margin: 12px 0 0; font-size: .8125rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.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; }

.watch-section { padding-block: clamp(72px, 9vw, 128px); background: linear-gradient(135deg, #111 0 62%, #191919 62% 100%); color: #fff; }
.watch-grid { display: grid; gap: 32px; align-items: center; }
.watch-media { overflow: hidden; border-left: 8px solid var(--action); }
.watch-media img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center; }
.watch-grid h2 { max-width: 560px; }
.watch-grid > div > p:not(.eyebrow) { max-width: 560px; margin: 22px 0 28px; color: #c7c7c7; font-size: 1.0625rem; line-height: 1.65; }

.about-hero { padding-top: clamp(64px, 9vw, 112px); background: var(--ink); color: #fff; }
.about-hero-grid { display: grid; gap: 48px; }
.about-hero h1 { max-width: 900px; font-size: clamp(3.25rem, 7vw, 5.5rem); line-height: .9; }
.about-hero-copy { align-self: center; }
.about-hero-media { align-self: end; overflow: hidden; background: #eee; }
.about-hero-media img { width: 100%; max-height: 680px; aspect-ratio: 5 / 7; object-fit: cover; object-position: center top; }
.about-hero-stats { margin: 0; display: grid; grid-template-columns: 1fr; border-block: 1px solid rgba(255,255,255,.22); }
.about-hero-stats div { padding: 24px 16px; border-bottom: 1px solid rgba(255,255,255,.22); }
.about-hero-stats div:last-child { border-bottom: 0; }
.about-hero-stats dt { color: var(--action); font: 800 clamp(2.25rem, 5vw, 4rem)/.9 var(--display); }
.about-hero-stats dd { margin: 10px 0 0; color: #c7c7c7; font-size: .8125rem; font-weight: 700; line-height: 1.4; text-transform: uppercase; }
.about-story { display: grid; gap: 48px; }
.about-story article { max-width: 720px; }
.about-story article h2 { margin-bottom: 24px; }
.about-story article > p:not(.eyebrow) { font-size: 1.0625rem; line-height: 1.7; }
.about-callout { align-self: start; padding: clamp(28px, 4vw, 48px); background: var(--ink); color: #c7c7c7; }
.about-callout picture { display: block; width: calc(100% + clamp(56px, 8vw, 96px)); margin: calc(-1 * clamp(28px, 4vw, 48px)) calc(-1 * clamp(28px, 4vw, 48px)) 28px; overflow: hidden; }
.about-callout img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; object-position: center top; }
.about-callout h2 { color: #fff; }
.about-callout p:last-child { margin: 24px 0 0; font-size: 1.0625rem; line-height: 1.65; }
.event-gallery-section { padding-block: clamp(64px, 8vw, 112px); background: var(--ink); color: #fff; }
.event-gallery-section .split-heading > p { color: #c7c7c7; }
.event-gallery { display: grid; gap: 20px; }
.event-gallery figure { margin: 0; overflow: hidden; background: #080808; }
.event-gallery img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.career-section { padding-block: clamp(64px, 8vw, 112px); background: var(--surface); border-block: 1px solid var(--border); }
.career-timeline { margin: 0; padding: 0; list-style: none; border-top: 2px solid var(--ink); }
.career-timeline li { display: grid; grid-template-columns: 84px minmax(0, 1fr); gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--border); }
.career-timeline span { color: var(--action); font: 800 1.5rem/1 var(--display); }
.career-timeline p { max-width: 760px; margin: 0; }
.teaching-section { display: grid; gap: 32px; }
.teaching-section > div:last-child { max-width: 680px; }
.teaching-section p { font-size: 1.0625rem; line-height: 1.65; }
.teaching-section .button { margin-top: 12px; }

.product-detail { display: grid; gap: 40px; padding-block: 56px 96px; }
.product-preview { aspect-ratio: 16 / 9; overflow: hidden; background: var(--ink); }
.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 { display: grid; gap: 28px; padding: 32px; background: var(--ink); color: #c7c7c7; }
.credential-media { overflow: hidden; }
.credential-media img { width: 100%; max-height: 420px; aspect-ratio: 5 / 7; object-fit: cover; object-position: center top; }
.credential-panel h2 { color: #fff; }
.credential-panel > div > p:not(.eyebrow) { max-width: 680px; margin: 20px 0 8px; font-size: 1.0625rem; line-height: 1.65; }
.text-link-on-dark { color: #fff; }
.text-link-on-dark:hover { color: #fff; }
.purchase-column > .catalog-fixture-notice { margin-bottom: 20px; }
.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: var(--paper); }
.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(--ink); }
.status-warning .status-symbol, .status-warning .eyebrow { color: var(--ink); }
.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(--muted); background: var(--paper); color: var(--ink); }
.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: var(--paper); color: var(--ink); }
.alert-warning, .alert-success, .alert-info { border-color: var(--border); background: var(--paper); color: var(--ink); }

.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; }
.course-art-auth .course-art-title { max-width: 72%; font-size: clamp(3rem, 6vw, 6rem); }
.course-art-auth .course-art-orbit { width: 48%; top: 18%; left: 28%; }
.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: var(--action-dark); font-weight: 600; }
.error-summary { margin: 0 0 24px; padding: 18px; border: 2px solid var(--action); background: var(--paper); }
.error-summary h2 { font: 700 1rem/1.35 var(--body); text-transform: none; color: var(--action-dark); }
.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(200,33,28,.16) 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; overflow: hidden; background: var(--ink); }
.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: #dedede; 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; overflow: hidden; background: var(--ink); }
.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, #e8e8e8 30%, #f5f5f5 50%, #e8e8e8 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(--ink); background: var(--paper); }
.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; }

.content-page { background: var(--surface); }
.content-masthead { position: relative; overflow: hidden; padding-block: clamp(64px, 8vw, 112px); background: var(--ink); color: #fff; }
.content-masthead::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 54px 54px; content: ""; transform: rotate(-5deg) scale(1.12); }
.content-masthead::after { display: none; }
.content-header { position: relative; z-index: 1; display: grid; gap: 18px; }
.content-kicker { padding-top: 8px; }
.content-heading { max-width: 990px; }
.content-heading h1 { max-width: 940px; overflow-wrap: normal; font-size: clamp(2.85rem, 6.2vw, 5.5rem); line-height: .89; letter-spacing: -.008em; }
.content-heading .section-copy { max-width: 750px; margin: 30px 0 0; color: #e7e7e7; font: 400 clamp(1.15rem, 1.65vw, 1.35rem)/1.55 var(--reader); font-optical-sizing: auto; }
.content-byline { display: flex; flex-wrap: wrap; gap: 8px 30px; margin-top: 30px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.22); color: #b5b5b5; font-size: .75rem; font-weight: 600; letter-spacing: .045em; text-transform: uppercase; }
.content-byline p { margin: 0; }
.content-byline a { color: #fff; font-weight: 700; }
.content-updated { color: #b5b5b5; }
.content-reading { position: relative; padding-block: clamp(48px, 8vw, 104px); }
.content-reading::before { position: absolute; top: 0; bottom: 0; left: max(var(--gutter), calc((100vw - 1280px) / 2)); width: 1px; background: linear-gradient(var(--action) 0 120px, var(--border) 120px 100%); content: ""; opacity: .7; }
.content-prose-column { width: min(100%, 760px); margin-inline: auto; }
.content-featured-image { margin: 0 0 clamp(40px, 7vw, 72px); }
.content-featured-image img, .content-body img { width: 100%; max-width: 100%; height: auto; display: block; background: #ededed; border-bottom: 4px solid var(--action); box-shadow: 0 18px 48px rgba(21,21,21,.12); }
.content-featured-image figcaption, .content-body figcaption { max-width: 90%; margin: 12px 0 0; padding-left: 16px; border-left: 3px solid var(--action); color: var(--muted); font-size: .75rem; font-weight: 600; letter-spacing: .02em; line-height: 1.55; }
.content-body { color: #2a2a2a; font-family: var(--reader); font-size: clamp(1.125rem, 1.35vw, 1.25rem); font-optical-sizing: auto; font-weight: 400; letter-spacing: .002em; line-height: 1.75; overflow-wrap: anywhere; }
.content-body > * { max-width: 100%; }
.content-body > figure:first-child, .content-body > div:first-child > figure:first-child { margin-top: 0; }
.content-body figure { margin: clamp(44px, 7vw, 68px) 0; }
.content-body h2, .content-body h3, .content-body h4 { margin: clamp(52px, 7vw, 76px) 0 20px; color: var(--ink); font-family: var(--display); font-weight: 800; line-height: .98; letter-spacing: .005em; }
.content-body h2 { padding-left: 18px; border-left: 6px solid var(--action); font-size: clamp(2.2rem, 4vw, 3.1rem); }
.content-body h3 { font-size: clamp(1.75rem, 3vw, 2.25rem); }
.content-body h4 { font-size: 1.55rem; }
.content-body p, .content-body ul, .content-body ol, .content-body blockquote, .content-body table { margin: 0 0 1.6em; }
.content-body > p:first-of-type::first-letter { float: left; margin: .06em .1em 0 0; color: var(--action); font: 700 3.35em/.76 var(--reader); }
.content-body ul, .content-body ol { padding-left: 28px; }
.content-body li { margin-bottom: 7px; }
.content-body li::marker { color: var(--action); font-weight: 800; }
.content-body strong { color: var(--ink); font-weight: 650; }
.content-body a { color: var(--action-dark); text-decoration-thickness: 1px; text-underline-offset: 4px; }
.content-body blockquote { position: relative; margin-inline: clamp(-24px, -3vw, -12px); padding: 32px 36px 30px 58px; overflow: hidden; border: 1px solid var(--border); border-left: 6px solid var(--action); background: var(--paper); font-size: 1.13em; font-style: italic; }
.content-body blockquote::before { position: absolute; top: 13px; left: 17px; color: var(--action); font: 800 3.75rem/1 var(--display); content: "“"; }
.content-body blockquote > :last-child { margin-bottom: 0; }
.content-body table { width: 100%; display: block; overflow-x: auto; border-collapse: collapse; font-family: var(--body); font-size: .9375rem; }
.content-body th, .content-body td { padding: 11px 13px; border: 1px solid var(--border); text-align: left; }
.legacy-embed, .legacy-form { margin: 36px 0; padding: 22px 24px; border: 1px solid var(--border); border-left: 4px solid var(--action); background: var(--paper); font-family: var(--body); }
.legacy-media-unavailable { display: block; margin: 24px 0; color: var(--muted); font-family: var(--body); font-style: italic; }
.content-prose-column > footer { margin-top: 72px; padding: 26px 0; border-block: 2px solid var(--ink); color: var(--muted); font-family: var(--body); font-size: .8rem; font-weight: 600; letter-spacing: .02em; }
.content-prose-column > footer p { margin: 6px 0; }

.archive-page { background-color: var(--paper); background-image: linear-gradient(rgba(17,17,17,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(17,17,17,.025) 1px, transparent 1px); background-size: 56px 56px; }
.archive-masthead { position: relative; overflow: hidden; padding-block: clamp(64px, 9vw, 112px); background: var(--ink); color: #fff; }
.archive-masthead::before { position: absolute; inset: 0; background: radial-gradient(circle at 16% 35%, rgba(255,255,255,.07), transparent 0 2px, transparent 3px); background-size: 28px 28px; content: ""; opacity: .42; }
.archive-masthead::after { display: none; }
.archive-heading { position: relative; z-index: 1; }
.archive-heading h1 { max-width: 10ch; font-size: clamp(4rem, 10vw, 8rem); line-height: .78; letter-spacing: -.01em; }
.archive-heading .section-copy { max-width: 680px; margin-top: 26px; color: #e2e2e2; font: 400 clamp(1.125rem, 1.4vw, 1.3rem)/1.55 var(--reader); font-optical-sizing: auto; }
.archive-content { padding-block: clamp(48px, 7vw, 96px); }
.archive-list { display: grid; grid-template-columns: 1fr; gap: 24px; }
.archive-card { position: relative; min-width: 0; display: flex; flex-direction: column; overflow: hidden; background: var(--surface); border: 1px solid var(--border); box-shadow: 0 12px 28px rgba(17,17,17,.07); transition: box-shadow 160ms ease, transform 160ms ease; }
.archive-card::after { display: none; }
.archive-card:hover { box-shadow: 0 20px 42px rgba(17,17,17,.12); transform: translateY(-3px); }
.archive-card:hover::after { opacity: .9; transform: translateY(0); }
.archive-card-media { aspect-ratio: 16 / 9; display: block; overflow: hidden; background: #e5e5e5; }
.archive-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 300ms ease; }
.archive-card:hover .archive-card-media img { transform: scale(1.025); }
.archive-card-copy { position: relative; z-index: 1; display: flex; flex: 1; flex-direction: column; padding: clamp(24px, 3vw, 34px); border-top: 5px solid var(--action); }
.archive-card-copy .eyebrow { margin-bottom: 12px; }
.archive-list h2 { margin: 0 0 18px; font-size: clamp(1.9rem, 3.2vw, 2.6rem); line-height: .95; letter-spacing: .005em; }
.archive-list h2 a { color: var(--ink); text-decoration: none; }
.archive-list h2 a:hover { color: var(--action); }
.archive-card-copy > p:last-child { margin: auto 0 0; padding: 8px 14px 0 0; color: var(--muted); font: 400 clamp(1.025rem, 1.2vw, 1.12rem)/1.62 var(--reader); font-optical-sizing: auto; }
.archive-pagination { min-height: 88px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: center; gap: 16px; margin-top: 32px; border-top: 2px solid var(--ink); }
.archive-pagination span { grid-column: 2; font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.archive-pagination a:last-child { text-align: right; }

.legacy-home { position: relative; overflow: hidden; padding-block: clamp(80px, 10vw, 144px); background: var(--paper); border-top: 1px solid var(--border); }
.legacy-home::before { display: none; }
.legacy-home-inner { position: relative; z-index: 1; }
.legacy-home .section-heading { margin-bottom: clamp(40px, 6vw, 72px); }
.legacy-home .section-heading > div { max-width: 790px; }
.legacy-home .section-heading h2 { font-size: clamp(2.75rem, 6vw, 5rem); line-height: .88; }
.legacy-home .split-heading > p { max-width: 420px; padding-left: 22px; border-left: 3px solid var(--action); color: var(--muted); font-size: 1.0625rem; line-height: 1.65; }
.legacy-home-grid { display: grid; gap: 20px; }
.legacy-home-grid article { min-width: 0; display: flex; flex-direction: column; overflow: hidden; background: var(--surface); box-shadow: 0 18px 44px rgba(17,17,17,.11); }
.legacy-card-media { display: block; aspect-ratio: 4 / 3; overflow: hidden; background: var(--ink); }
.legacy-card-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.06); transition: filter 180ms ease, transform 300ms ease; }
.legacy-home-grid article:first-child .legacy-card-media img { object-position: center 24%; }
.legacy-home-grid article:hover .legacy-card-media img { filter: saturate(1) contrast(1.02); transform: scale(1.025); }
.legacy-card-copy { display: flex; flex: 1; flex-direction: column; padding: clamp(24px, 3vw, 34px); border-top: 5px solid var(--action); }
.legacy-home-grid h3, .legacy-latest h3, .legacy-mission h3 { margin-bottom: 14px; font-size: clamp(1.65rem, 2.5vw, 2.15rem); }
.legacy-home-grid p { color: var(--muted); line-height: 1.65; }
.legacy-card-copy .text-link { margin-top: auto; }
.legacy-latest, .legacy-mission { margin-top: clamp(48px, 7vw, 80px); padding-top: clamp(32px, 5vw, 52px); border-top: 2px solid rgba(17,17,17,.65); }
.legacy-latest { display: grid; gap: 20px; }
.legacy-latest ol { margin: 0; padding: 0; list-style: none; counter-reset: latest; }
.legacy-latest li { counter-increment: latest; display: grid; grid-template-columns: 42px minmax(0, 1fr); align-items: start; gap: 12px; padding: 15px 0; border-bottom: 1px solid rgba(17,17,17,.22); }
.legacy-latest li::before { color: var(--action); font: 800 1rem/1.4 var(--display); content: "0" counter(latest); }
.legacy-latest a { color: var(--ink); font-size: clamp(1rem, 1.5vw, 1.125rem); font-weight: 700; line-height: 1.4; text-decoration: none; }
.legacy-latest a:hover { color: var(--action); }
.legacy-mission { display: grid; gap: 20px; }
.legacy-mission > div { max-width: 780px; }
.legacy-mission p { font-size: clamp(1.0625rem, 1.6vw, 1.25rem); line-height: 1.7; }
.legacy-mission p:last-child { margin-bottom: 0; font-weight: 600; }

.site-footer { padding-block: 56px 24px; background: var(--ink); color: #e4e4e4; }
.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: #c7c7c7; 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; }
  .event-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .credential-panel { grid-template-columns: minmax(180px, .72fr) minmax(0, 1.28fr); align-items: center; }
  .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)); }
  .legacy-latest, .legacy-mission { grid-template-columns: minmax(180px, 3fr) minmax(0, 9fr); gap: 48px; }
}

@media (min-width: 768px) {
  :root { --gutter: 32px; --header-height: 76px; }
  .catalog-intro-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-grid, .library-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; }
  .product-media { aspect-ratio: 4 / 4.7; }
  .proof-grid { grid-template-columns: minmax(0, 6fr) minmax(0, 6fr); }
  .story-section { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); align-items: center; }
  .story-media { grid-column: 1; grid-row: 1 / span 2; }
  .story-copy { grid-column: 2; grid-row: 1; }
  .athlete-facts { grid-column: 2; grid-row: 2; }
  .about-hero-grid { grid-template-columns: minmax(0, 7fr) minmax(280px, 5fr); align-items: end; }
  .about-story, .teaching-section { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .watch-grid { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); }
  .athlete-facts, .about-hero-stats { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .about-hero-stats div { border-right: 1px solid rgba(255,255,255,.22); border-bottom: 0; }
  .about-hero-stats div:last-child { border-right: 0; }
  .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)); }
  .legacy-home-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .archive-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
  .archive-card:first-child { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr); }
  .archive-card:first-child .archive-card-media { height: 100%; aspect-ratio: auto; }
  .archive-card:first-child .archive-card-copy { justify-content: center; padding: clamp(32px, 5vw, 64px); }
  .archive-card:first-child h2 { font-size: clamp(2.5rem, 5vw, 4.4rem); line-height: .9; }
  .purchase-dock { display: none !important; }
  .footer-bottom { display: flex; justify-content: space-between; gap: 24px; }
}

@media (max-width: 767px) {
  .hero-home-scrim { background: linear-gradient(180deg, rgba(17,17,17,.22) 0%, rgba(17,17,17,.82) 55%, rgba(17,17,17,.98) 100%); }
  .hero-home { align-items: flex-end; }
  .hero-home-media img { object-position: center top; }
  .hero-home::after { right: -120px; bottom: -45%; width: 280px; opacity: .55; }
  .content-masthead::after { right: -190px; bottom: -95px; }
  .archive-masthead::after { right: -150px; bottom: -70px; }
  .content-heading h1 { font-size: clamp(2.45rem, 10.5vw, 3rem); }
  .content-heading .section-copy { margin-top: 24px; font-size: 1.125rem; line-height: 1.52; }
  .content-byline { flex-direction: column; gap: 8px; }
  .content-reading::before { display: none; }
  .content-body { line-height: 1.7; }
  .content-body blockquote { margin-inline: 0; }
  .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)); }
  .proof-copy { padding-inline: 24px; }
  .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: calc(var(--header-height) + 24px); }
  .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: calc(var(--header-height) + 24px); max-height: calc(100vh - var(--header-height) - 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; }
  .content-header { grid-template-columns: minmax(140px, 2fr) minmax(0, 10fr); gap: 44px; }
  .content-kicker { border-top: 2px solid var(--action); }
  .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); }
  .athlete-facts div { min-height: 132px; }
  .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; }
}
