:root {
  --ink: #090909;
  --ink-soft: #171717;
  --paper: #f4f0e8;
  --white: #fffdf8;
  --signal: #f13b13;
  --signal-dark: #c92707;
  --line: rgba(9, 9, 9, .18);
  --line-light: rgba(255, 253, 248, .22);
  --max: 1540px;
  --pad: clamp(1.25rem, 4vw, 4.5rem);
  --display: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --body: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 1rem; line-height: 1.55; overflow-x: hidden; }
body.dialog-open { overflow: hidden; }
img { display: block; width: 100%; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
.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: 1rem; left: 1rem; transform: translateY(-150%); background: var(--white); color: var(--ink); padding: .7rem 1rem; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }

.utility-bar { min-height: 34px; padding: .42rem var(--pad); display: grid; grid-template-columns: 1fr auto 1fr; gap: 1rem; align-items: center; color: var(--white); background: var(--signal); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.utility-bar a { justify-self: end; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.utility-center { text-align: center; }

.site-header { height: 88px; padding: 0 var(--pad); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; background: var(--paper); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 100; transition: height .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { height: 72px; box-shadow: 0 10px 35px rgba(0,0,0,.08); }
.brand { display: inline-flex; align-items: center; gap: .8rem; width: max-content; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 52px; height: 38px; color: var(--white); background: var(--signal); font-family: var(--display); font-weight: 950; font-stretch: condensed; letter-spacing: -.08em; transform: skewX(-8deg); }
.brand-name { font-family: var(--display); font-size: .76rem; line-height: 1.05; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: clamp(1rem, 2.4vw, 2.4rem); }
.site-nav a { position: relative; font-size: .78rem; font-weight: 850; letter-spacing: .075em; text-decoration: none; text-transform: uppercase; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.45rem; height: 2px; background: var(--signal); transition: right .2s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.header-cta { justify-self: end; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; background: transparent; border: 0; }
.menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 6px auto; background: currentColor; transition: transform .2s ease; }

.button { min-height: 52px; padding: .9rem 1.35rem; display: inline-flex; justify-content: center; align-items: center; gap: 1.4rem; border: 1px solid transparent; border-radius: 0; font-size: .78rem; font-weight: 900; letter-spacing: .08em; line-height: 1; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease; clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 0 100%); }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 44px; padding: .7rem 1rem; gap: 1rem; }
.button-dark { color: var(--white); background: var(--ink); }
.button-dark:hover { background: var(--signal); }
.button-signal { color: var(--white); background: var(--signal); }
.button-signal:hover { background: var(--signal-dark); }
.button-light { color: var(--ink); background: var(--white); }
.button-light:hover { color: var(--white); background: var(--ink); }
.button-full { width: 100%; }
.text-button, .arrow-button { padding: 0; border: 0; background: transparent; color: inherit; cursor: pointer; }
.text-button { display: inline-flex; align-items: center; gap: .7rem; color: var(--white); font-size: .8rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.mini-play { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: .62rem; transition: background .2s ease, color .2s ease; }
.text-button:hover .mini-play { color: var(--ink); background: var(--white); }

.eyebrow { display: flex; align-items: center; gap: .65rem; margin: 0 0 1.4rem; color: var(--white); font-size: .72rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--signal); }
.eyebrow span { color: var(--signal); }
.eyebrow-dark { color: var(--ink); }

.hero { max-width: var(--max); min-height: min(800px, calc(100vh - 122px)); margin: 0 auto; padding: clamp(3rem, 7vw, 7rem) var(--pad) clamp(3rem, 5vw, 5rem); display: grid; grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr); gap: clamp(2rem, 5vw, 6rem); align-items: center; background: var(--ink); position: relative; }
.hero::before { content: "FIGHT"; position: absolute; right: -1vw; bottom: -4vw; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.075); font-family: Impact, var(--display); font-size: clamp(9rem, 25vw, 28rem); line-height: .75; letter-spacing: -.06em; pointer-events: none; }
.hero-copy { position: relative; z-index: 2; }
.hero h1, .section h2, .story-copy h2, .proof-heading h2, .event-copy h2, .signup-intro h2 { margin: 0; font-family: Impact, var(--display); font-weight: 900; letter-spacing: -.045em; text-transform: uppercase; line-height: .84; }
.hero h1 { color: var(--white); font-size: clamp(4.3rem, 8.4vw, 9rem); }
.hero h1 em, h2 em { color: var(--signal); font-style: normal; }
.hero-lead { max-width: 33rem; margin: 2rem 0 0; color: rgba(255,253,248,.77); font-size: clamp(1.05rem, 1.5vw, 1.25rem); line-height: 1.55; }
.hero-actions { margin-top: 2.2rem; display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.hero-facts { margin: clamp(2.5rem, 6vw, 5rem) 0 0; padding-top: 1.4rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; border-top: 1px solid var(--line-light); }
.hero-facts div { min-width: 0; }
.hero-facts dt { color: var(--white); font-family: Impact, var(--display); font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1; }
.hero-facts dd { margin: .45rem 0 0; color: rgba(255,253,248,.58); font-size: .72rem; letter-spacing: .05em; text-transform: uppercase; }
.hero-media { align-self: stretch; min-height: 570px; position: relative; overflow: hidden; background: var(--ink-soft); clip-path: polygon(6% 0, 100% 0, 100% 94%, 94% 100%, 0 100%, 0 6%); }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.06), rgba(0,0,0,.05) 44%, rgba(0,0,0,.8)); }
.hero-media img { position: absolute; inset: 0; height: 100%; object-fit: cover; filter: saturate(.86) contrast(1.08); }
.demo-label { position: absolute; z-index: 2; top: 1rem; left: 1rem; padding: .48rem .65rem; color: var(--white); background: rgba(9,9,9,.82); font-size: .61rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; backdrop-filter: blur(6px); }
.demo-label-dark { color: var(--ink); background: rgba(255,253,248,.9); }
.play-button { position: absolute; z-index: 3; top: 50%; left: 50%; width: 96px; height: 96px; display: grid; place-items: center; transform: translate(-50%, -50%); border: 1px solid rgba(255,255,255,.65); border-radius: 50%; color: var(--white); background: rgba(9,9,9,.15); font-size: 1.25rem; cursor: pointer; backdrop-filter: blur(4px); transition: transform .25s ease, background .25s ease; }
.play-button:hover { transform: translate(-50%, -50%) scale(1.08); background: var(--signal); }
.hero-media-caption { position: absolute; z-index: 3; right: 1.5rem; bottom: 1.35rem; display: flex; align-items: flex-end; gap: 1rem; color: var(--white); }
.hero-media-caption span { color: var(--signal); font-size: .7rem; font-weight: 900; }
.hero-media-caption p { margin: 0; font-family: var(--display); font-size: .92rem; font-weight: 900; letter-spacing: .08em; line-height: 1.25; text-transform: uppercase; }

.ticker { overflow: hidden; color: var(--white); background: var(--signal); border-block: 1px solid var(--ink); }
.ticker-track { width: max-content; padding: .8rem 0; display: flex; align-items: center; gap: 2rem; animation: ticker 22s linear infinite; }
.ticker span { font-family: Impact, var(--display); font-size: clamp(1.2rem, 2vw, 1.8rem); letter-spacing: .025em; text-transform: uppercase; }
.ticker i { color: var(--ink); font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { max-width: var(--max); margin: 0 auto; padding: clamp(5rem, 10vw, 10rem) var(--pad); position: relative; }
.section-number { position: absolute; top: 2.2rem; right: var(--pad); color: var(--signal); font-family: Impact, var(--display); font-size: 1.1rem; }
.intro { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); gap: clamp(2rem, 8vw, 9rem); }
.intro-heading h2, .section-heading h2 { font-size: clamp(3.7rem, 7.5vw, 8.3rem); }
.intro-copy { align-self: end; padding-bottom: .8rem; }
.intro-copy > p { margin: 0 0 1.5rem; font-size: clamp(1.05rem, 1.5vw, 1.3rem); }
.arrow-link { display: inline-flex; align-items: center; gap: 1rem; padding-bottom: .35rem; border-bottom: 2px solid var(--signal); font-size: .78rem; font-weight: 900; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.benefit-grid { grid-column: 1 / -1; margin-top: clamp(2rem, 5vw, 5rem); display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.benefit-card { min-height: 260px; padding: clamp(1.5rem, 3vw, 3rem); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.benefit-card-signal { color: var(--white); background: var(--signal); }
.card-index { font-size: .7rem; font-weight: 900; }
.benefit-card h3 { margin: 4rem 0 .8rem; font-family: var(--display); font-size: clamp(1.35rem, 2.3vw, 2.2rem); letter-spacing: -.02em; text-transform: uppercase; }
.benefit-card p { max-width: 25rem; margin: 0; color: rgba(9,9,9,.7); }
.benefit-card-signal p { color: rgba(255,253,248,.82); }

.schedule-section { max-width: none; color: var(--white); background: var(--ink); }
.schedule-section > * { max-width: calc(var(--max) - 2 * var(--pad)); margin-inline: auto; }
.section-number-light { color: rgba(255,255,255,.4); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 2rem; }
.section-heading h2 { color: var(--white); }
.section-heading-dark h2 { color: var(--ink); }
.section-heading > p:last-child { max-width: 34rem; margin: 0; font-size: 1.05rem; }
.course-switcher { margin-top: 3.5rem; display: flex; overflow-x: auto; border-bottom: 1px solid var(--line-light); scrollbar-width: thin; }
.course-switcher button { flex: 0 0 auto; padding: 1rem clamp(1rem, 2.7vw, 2.5rem); border: 0; border-bottom: 3px solid transparent; color: rgba(255,255,255,.48); background: transparent; font-size: .78rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.course-switcher button[aria-selected="true"] { color: var(--white); border-bottom-color: var(--signal); }
.course-panel { margin-top: 0; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr); border: 1px solid var(--line-light); }
.course-panel[hidden] { display: none; }
.course-panel-main { padding: clamp(2rem, 5vw, 5rem); }
.panel-kicker { margin: 0 0 1.2rem; color: var(--signal); font-size: .7rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.course-panel-main h3 { max-width: 720px; margin: 0 0 1.4rem; font-family: var(--display); font-size: clamp(2.2rem, 4.5vw, 5rem); letter-spacing: -.04em; line-height: .92; text-transform: uppercase; }
.course-panel-main > p:not(.panel-kicker) { max-width: 46rem; color: rgba(255,255,255,.68); font-size: 1.05rem; }
.check-list { margin: 2rem 0 0; padding: 0; display: grid; gap: .75rem; list-style: none; }
.check-list li { position: relative; padding-left: 1.8rem; }
.check-list li::before { content: "↗"; position: absolute; left: 0; color: var(--signal); font-weight: 900; }
.course-panel-meta { padding: clamp(2rem, 4vw, 4rem); display: flex; flex-direction: column; justify-content: space-between; gap: 2rem; background: var(--ink-soft); border-left: 1px solid var(--line-light); }
.price, .session { display: grid; gap: .2rem; }
.price span, .session span { color: rgba(255,255,255,.48); font-size: .68rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.price strong { font-family: Impact, var(--display); font-size: clamp(2.4rem, 4.5vw, 4.8rem); font-weight: 900; line-height: 1; text-transform: uppercase; }
.price small { color: rgba(255,255,255,.58); }
.session strong { font-family: var(--display); font-size: clamp(1.5rem, 2.6vw, 2.6rem); line-height: 1; }
.session-multi { grid-template-columns: 1fr auto; align-items: end; row-gap: .9rem; }
.date-note { margin: 0; padding-left: .8rem; border-left: 2px solid var(--signal); color: rgba(255,255,255,.65); font-size: .82rem; }
.equipment-strip { margin-top: 1.25rem; padding: 1.2rem 1.4rem; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 3rem; color: var(--ink); background: var(--white); }
.equipment-strip p { margin: 0; font-size: .85rem; }
.equipment-strip span { margin-right: .7rem; color: var(--signal); font-size: .68rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }

.story-section { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1.25fr .75fr; background: var(--white); }
.story-media { min-height: 620px; position: relative; overflow: hidden; }
.story-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,.5)); }
.story-media img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.story-copy { padding: clamp(3rem, 7vw, 7rem) var(--pad); display: flex; flex-direction: column; justify-content: center; }
.story-copy h2 { font-size: clamp(3.1rem, 5.5vw, 6rem); }
.story-copy > p:not(.eyebrow) { margin: 2rem 0; color: rgba(9,9,9,.7); font-size: 1.05rem; }
.play-button-light { z-index: 4; }

.trainers { padding-bottom: clamp(6rem, 12vw, 12rem); }
.trainers .section-heading { align-items: end; }
.trainer-grid { margin-top: clamp(3rem, 7vw, 7rem); display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2.5vw, 2.5rem); }
.trainer-card-offset { transform: translateY(4rem); }
.trainer-image { aspect-ratio: .8; position: relative; overflow: hidden; background: #ddd; }
.trainer-image::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(0,0,0,.08); }
.trainer-image img { height: 100%; object-fit: cover; object-position: center top; transition: transform .5s ease; }
.trainer-card:hover img { transform: scale(1.02); }
.trainer-image span { position: absolute; z-index: 2; top: .8rem; right: .8rem; width: 38px; height: 38px; display: grid; place-items: center; color: var(--white); background: var(--signal); font-size: .7rem; font-weight: 900; }
.trainer-info { padding-top: 1.2rem; }
.trainer-info > p { margin: 0 0 .35rem; color: var(--signal); font-size: .65rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.trainer-info h3 { margin: 0 0 .85rem; font-family: var(--display); font-size: clamp(1.5rem, 2.5vw, 2.5rem); letter-spacing: -.035em; text-transform: uppercase; }
.bio-toggle { width: 100%; padding: .7rem 0; display: flex; justify-content: space-between; border: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: transparent; font-size: .73rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.bio-toggle span { color: var(--signal); font-size: 1rem; }
.trainer-bio { padding: 1rem 0; color: rgba(9,9,9,.72); font-size: .9rem; }
.trainer-bio p { margin: 0 0 .8rem; }

.values-section { padding: clamp(4rem, 7vw, 7rem) var(--pad); color: var(--white); background: var(--signal); }
.values-section > * { max-width: calc(var(--max) - 2 * var(--pad)); margin-inline: auto; }
.values-section .eyebrow::before { background: var(--ink); }
.values-list { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.45); }
.values-list article { padding: 2rem 2rem 0 0; }
.values-list span { color: var(--ink); font-size: .68rem; font-weight: 900; }
.values-list h3 { margin: 3rem 0 .4rem; font-family: Impact, var(--display); font-size: clamp(2rem, 4vw, 4rem); line-height: 1; text-transform: uppercase; }
.values-list p { margin: 0; color: rgba(255,255,255,.8); }

.proof-section { max-width: var(--max); margin: 0 auto; padding: clamp(5rem, 10vw, 10rem) var(--pad); display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(3rem, 8vw, 8rem); }
.proof-heading { position: sticky; top: 120px; align-self: start; }
.proof-heading h2 { font-size: clamp(3.5rem, 6vw, 6.8rem); }
.quotes { display: grid; }
.quote { margin: 0; padding: clamp(2rem, 4vw, 4rem) 0; border-bottom: 1px solid var(--line); }
.quote blockquote { margin: 0; font-family: var(--display); font-size: clamp(1.55rem, 3.2vw, 3.2rem); font-weight: 750; letter-spacing: -.025em; line-height: 1.2; }
.quote-featured blockquote { color: var(--signal); }
.quote figcaption { margin-top: 1.2rem; font-size: .68rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }

.event-section { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1.12fr .88fr; color: var(--white); background: var(--signal); }
.event-visual { min-height: 690px; position: relative; overflow: hidden; }
.event-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,.65)); }
.event-visual img { position: absolute; inset: 0; height: 100%; object-fit: cover; filter: saturate(.85) contrast(1.07); }
.play-chip { position: absolute; z-index: 3; left: 1.2rem; bottom: 1.2rem; padding: .8rem 1rem; border: 1px solid rgba(255,255,255,.6); color: var(--white); background: rgba(9,9,9,.65); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; backdrop-filter: blur(6px); }
.play-chip span { margin-right: .5rem; }
.event-copy { padding: clamp(3rem, 7vw, 7rem) var(--pad); display: flex; flex-direction: column; justify-content: center; }
.event-copy .eyebrow::before { background: var(--ink); }
.event-copy h2 { font-size: clamp(3.5rem, 6vw, 7rem); }
.event-copy h2 em { color: var(--ink); }
.event-copy > p:not(.eyebrow) { max-width: 36rem; margin: 2rem 0; color: rgba(255,255,255,.82); font-size: 1.05rem; }
.pt-callout { margin-top: 3rem; padding-top: 1.3rem; border-top: 1px solid rgba(255,255,255,.5); }
.pt-callout span { color: var(--ink); font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.pt-callout p { margin: .4rem 0; }
.pt-callout a { font-size: .8rem; font-weight: 900; text-transform: uppercase; }

.faq-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(3rem, 8vw, 8rem); }
.faq-section .section-heading { display: block; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 1.6rem 0; display: flex; justify-content: space-between; align-items: center; gap: 1rem; font-family: var(--display); font-size: clamp(1.15rem, 2vw, 1.7rem); font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--signal); font-size: 1.6rem; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details div { max-width: 48rem; padding: 0 2rem 1.5rem 0; color: rgba(9,9,9,.72); }
.faq-list details div p { margin: 0; }

.signup-section { max-width: var(--max); margin: 0 auto; padding: clamp(5rem, 10vw, 10rem) var(--pad); display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(3rem, 10vw, 10rem); color: var(--white); background: var(--ink); }
.signup-intro h2 { font-size: clamp(4rem, 8vw, 8rem); }
.signup-intro > p:not(.eyebrow) { max-width: 32rem; margin: 2rem 0; color: rgba(255,255,255,.66); font-size: 1.05rem; }
.contact-links { margin-top: 3rem; display: grid; gap: .8rem; }
.contact-links a, .contact-links p { margin: 0; color: var(--white); text-decoration: none; font-size: .86rem; overflow-wrap: anywhere; }
.contact-links span { display: inline-block; min-width: 5.4rem; color: var(--signal); font-size: .64rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.signup-form { align-self: center; padding: clamp(1.5rem, 4vw, 3rem); background: var(--white); color: var(--ink); }
.signup-form label { display: grid; gap: .5rem; margin-bottom: 1.15rem; }
.signup-form label > span { font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.signup-form label small { color: rgba(9,9,9,.5); font-weight: 700; }
.signup-form input, .signup-form select, .signup-form textarea { width: 100%; min-height: 50px; padding: .85rem 0; border: 0; border-bottom: 1px solid rgba(9,9,9,.34); border-radius: 0; outline: 0; background: transparent; }
.signup-form textarea { resize: vertical; }
.signup-form input:focus, .signup-form select:focus, .signup-form textarea:focus { border-bottom-color: var(--signal); box-shadow: 0 1px 0 var(--signal); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.form-note, .form-status { margin: .8rem 0 0; color: rgba(9,9,9,.58); font-size: .72rem; }
.form-status { min-height: 1.1rem; color: var(--signal-dark); font-weight: 800; }

.site-footer { max-width: var(--max); margin: 0 auto; padding: 3rem var(--pad) 1.5rem; display: grid; grid-template-columns: 1fr auto 1fr; gap: 3rem; color: var(--white); background: var(--ink-soft); border-top: 1px solid var(--line-light); }
.footer-brand { display: flex; align-items: flex-start; gap: 1rem; }
.footer-brand p { margin: 0; font-size: .76rem; font-weight: 800; letter-spacing: .04em; line-height: 1.4; text-transform: uppercase; }
.footer-nav, .footer-contact { display: grid; align-content: start; gap: .5rem; }
.footer-nav a, .footer-contact a, .footer-contact button { padding: 0; border: 0; color: rgba(255,255,255,.66); background: transparent; font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-align: left; text-decoration: none; text-transform: uppercase; cursor: pointer; }
.footer-contact { justify-self: end; }
.footer-bottom { grid-column: 1 / -1; margin: 2rem 0 0; padding-top: 1rem; color: rgba(255,255,255,.38); border-top: 1px solid var(--line-light); font-size: .66rem; letter-spacing: .08em; text-transform: uppercase; }

dialog { padding: 0; border: 0; }
dialog::backdrop { background: rgba(0,0,0,.78); backdrop-filter: blur(5px); }
.media-dialog { width: min(980px, calc(100vw - 2rem)); color: var(--white); background: var(--ink); }
.dialog-close { position: absolute; z-index: 4; top: 1rem; right: 1rem; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: var(--white); background: rgba(0,0,0,.35); font-size: 1.8rem; line-height: 1; cursor: pointer; }
.video-placeholder { min-height: min(620px, 76vh); padding: clamp(2rem, 8vw, 7rem); display: flex; flex-direction: column; justify-content: end; background: radial-gradient(circle at 70% 25%, rgba(241,59,19,.34), transparent 25%), linear-gradient(135deg, #242424, #080808 62%); position: relative; overflow: hidden; }
.video-placeholder::before { content: "FFO"; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.1); font-family: Impact, var(--display); font-size: clamp(9rem, 30vw, 25rem); }
.video-placeholder > * { position: relative; z-index: 2; }
.video-pulse { position: absolute; z-index: 3; top: 50%; left: 50%; width: 92px; height: 92px; display: grid; place-items: center; transform: translate(-50%, -50%); border: 1px solid var(--signal); border-radius: 50%; background: rgba(0,0,0,.28); }
.video-pulse::after { content: ""; position: absolute; inset: -12px; border: 1px solid rgba(241,59,19,.35); border-radius: 50%; animation: pulse 1.8s ease-out infinite; }
@keyframes pulse { 0% { transform: scale(.8); opacity: 0; } 40% { opacity: 1; } 100% { transform: scale(1.35); opacity: 0; } }
.video-placeholder h2 { max-width: 800px; margin: 0; font-family: Impact, var(--display); font-size: clamp(2.5rem, 6vw, 5.5rem); line-height: .9; text-transform: uppercase; }
.video-placeholder > p:not(.eyebrow) { max-width: 650px; color: rgba(255,255,255,.66); }
.video-timeline { height: 3px; margin: 1rem 0; background: rgba(255,255,255,.24); }
.video-timeline i { display: block; width: 28%; height: 100%; background: var(--signal); }
.video-placeholder small { color: rgba(255,255,255,.45); }
.terms-dialog { width: min(760px, calc(100vw - 2rem)); max-height: 88vh; color: var(--ink); background: var(--paper); }
.dialog-close-dark { color: var(--ink); border-color: var(--line); background: rgba(255,255,255,.7); }
.terms-content { padding: clamp(2rem, 6vw, 5rem); }
.terms-content h2 { margin: 0 0 2rem; font-family: Impact, var(--display); font-size: clamp(2.8rem, 6vw, 5rem); line-height: 1; text-transform: uppercase; }
.terms-content h3 { margin: 2rem 0 .6rem; font-family: var(--display); text-transform: uppercase; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal-late { transition-delay: .12s; }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1080px) {
  .site-header { grid-template-columns: 1fr auto auto; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; inset: 100% 0 auto; padding: 2rem var(--pad) 2.5rem; display: none; align-items: stretch; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 20px 30px rgba(0,0,0,.1); }
  .site-nav.is-open { display: grid; }
  .site-nav a { padding: .8rem 0; font-size: 1rem; border-bottom: 1px solid var(--line); }
  .hero { grid-template-columns: 1fr 1fr; }
  .intro { grid-template-columns: 1fr; }
  .intro-copy { max-width: 48rem; }
  .course-panel { grid-template-columns: 1fr; }
  .course-panel-meta { border-top: 1px solid var(--line-light); border-left: 0; }
  .trainer-card-offset { transform: none; }
  .proof-section { grid-template-columns: 1fr; }
  .proof-heading { position: static; }
  .event-section { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 820px) {
  .utility-center { display: none; }
  .utility-bar { grid-template-columns: 1fr auto; }
  .hero { grid-template-columns: 1fr; padding-top: 4rem; }
  .hero-media { min-height: 520px; }
  .benefit-grid, .trainer-grid, .values-list { grid-template-columns: 1fr; }
  .benefit-card { min-height: 220px; }
  .trainer-grid { gap: 3rem; }
  .trainer-image { aspect-ratio: 1 / 1.04; }
  .section-heading { display: block; }
  .section-heading > p:last-child { margin-top: 1.5rem; }
  .story-section, .event-section, .faq-section, .signup-section { grid-template-columns: 1fr; }
  .story-media, .event-visual { min-height: 520px; }
  .equipment-strip { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-nav { display: none; }
}

@media (max-width: 600px) {
  :root { --pad: 1.15rem; }
  .utility-bar { font-size: .58rem; }
  .utility-bar a { max-width: 145px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .site-header, .site-header.is-scrolled { height: 72px; }
  .brand-mark { width: 45px; height: 34px; }
  .brand-name { display: none; }
  .header-cta { min-height: 40px; padding: .7rem .8rem; }
  .hero { min-height: auto; }
  .hero h1 { font-size: clamp(4rem, 19vw, 6rem); }
  .hero-lead { margin-top: 1.5rem; }
  .hero-facts { gap: .55rem; }
  .hero-facts dd { font-size: .6rem; }
  .hero-media { min-height: 430px; }
  .play-button { width: 76px; height: 76px; }
  .intro-heading h2, .section-heading h2 { font-size: clamp(3.4rem, 16vw, 5.5rem); }
  .course-panel-main, .course-panel-meta { padding: 1.5rem; }
  .course-switcher { margin-right: calc(var(--pad) * -1); }
  .story-media, .event-visual { min-height: 430px; }
  .trainer-image { aspect-ratio: .84; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .signup-form { padding: 1.25rem; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-contact { justify-self: start; }
}

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