:root {
  --ink: #0b0d12;
  --panel: #141820;
  --paper: #e9edf2;
  --white: #ffffff;
  --red: #e3222f;
  --red-dark: #a90f1c;
  --blue: #0757b9;
  --blue-dark: #043777;
  --line-dark: rgba(11,13,18,.16);
  --line-light: rgba(255,255,255,.16);
}
* { box-sizing: border-box; }
[hidden] { display:none !important; }
section[id] { scroll-margin-top:100px; }
a:focus-visible,button:focus-visible { outline:3px solid #75aff6; outline-offset:5px; }
.hero-copy,.booking-copy,.about-copy,.training-head > *, .pricing-layout > div > * { min-width:0; }
h1,h2 { overflow-wrap:anywhere; }
.hero h1 { font-size:clamp(3.2rem,6.5vw,6.4rem); }
.booking h2 { font-size:clamp(2.7rem,4.4vw,4.6rem); }
.direct-contact a { max-width:100%; overflow-wrap:anywhere; }
.tailored { max-width:none; display:grid; grid-template-columns:1fr 1fr; gap:5vw; background:linear-gradient(115deg,#072444,#101a2b 65%); border-block:1px solid #34516e; padding-inline:max(4vw,calc((100vw - 1400px)/2)); }
.tailored .eyebrow { color:#8dbfff; }
.tailored h2 span { color:#8dbfff; }
.tailored-copy { align-self:center; max-width:620px; }
.tailored-copy .lead { font-size:1.5rem; color:white; font-weight:750; }
.tailored-copy p { color:#d3dce8; }
.tailored-note { border-left:3px solid var(--red); padding-left:1rem; }
.tailored-copy small { display:block; margin-top:1.2rem; font-size:.875rem; color:#b9cadd; }
.plan-note { font-size:.9rem; padding:.8rem 1rem; background:#eaf1fa; border-left:3px solid var(--blue); }
.booking-options { position:relative; z-index:2; display:grid; gap:1.4rem; min-width:0; }
.contact-option { padding:clamp(1.5rem,3vw,2.5rem); background:#f0f3f7; color:var(--ink); border-top:4px solid var(--red); }
.contact-option h3 { font-size:clamp(1.6rem,2.5vw,2.2rem); line-height:1.1; }
.contact-option p { color:#414b59; }
.contact-option .button { width:100%; text-align:center; }
.contact-phone { display:block; text-align:center; margin-top:1.3rem; font-weight:700; }
.digital-option { background:#13263e; border-top-color:#75aff6; color:white; }
.digital-option p { color:#d1dcec; }
.digital-option .button { background:var(--blue); box-shadow:none; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #111722;
  color: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .025;
  z-index: 20;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}
a { color: inherit; }
img { display: block; max-width: 100%; }
h1,h2,h3,.brand,.button,.eyebrow,.section-label,.price-card p,.popular,.image-caption,.club-line,.ticker,.menu-button {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  text-transform: uppercase;
  letter-spacing: .035em;
}
h1,h2,h3,p { margin-top: 0; }
h1,h2 { line-height: .9; margin-bottom: 1.5rem; }
h1 { font-size: clamp(4.2rem, 8.7vw, 8.7rem); }
h2 { font-size: clamp(3.2rem, 7vw, 6.5rem); }
h1 span,h2 span { color: var(--red); }
.eyebrow { color: var(--blue); font-size: 1rem; letter-spacing: .12em; margin-bottom: 1.4rem; }
.site-header {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4vw;
  border-bottom: 5px solid transparent;
  border-image: linear-gradient(90deg, var(--red) 0 45%, white 45% 55%, var(--blue) 55%) 1;
  background: rgba(11,13,18,.94);
  backdrop-filter: blur(12px);
  position: sticky;
  top: 0;
  z-index: 15;
  box-shadow:0 12px 40px rgba(0,0,0,.18);
}
.brand { display: inline-flex; align-items: center; gap: .8rem; font-size: 1.3rem; text-decoration: none; color:white; }
.brand b { color: var(--red); font-weight: inherit; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; background: var(--ink); color: white; box-shadow: 5px 5px 0 var(--blue); transform: rotate(-4deg); }
nav { display: flex; align-items: center; gap: 2rem; }
nav a { color: #e7ebf0; font-weight: 800; text-decoration: none; font-size: .92rem; }
nav a:hover { color: #75aff6; }
.nav-cta { background: var(--red); color: white; padding: .64rem 1.05rem; box-shadow: 4px 4px 0 var(--blue); }
.nav-cta:hover { color: white; }
.menu-button { display: none; border: 0; background: none; color: white; font-size: 1rem; }
.hero {
  min-height: calc(100svh - 82px);
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: 4vw;
  max-width: 1500px;
  margin: auto;
  padding: 5.5vw 4vw 7vw;
  position: relative;
  isolation:isolate;
  overflow:hidden;
  background:
    linear-gradient(118deg, transparent 0 60%, rgba(227,34,47,.12) 60% 64%, rgba(255,255,255,.035) 64% 65%, rgba(7,87,185,.16) 65% 100%),
    repeating-linear-gradient(90deg, transparent 0 119px, rgba(255,255,255,.025) 119px 120px);
}
.hero::before {
  content:"";
  position:absolute;
  left:4vw;
  top:2.5rem;
  width:72px;
  height:8px;
  background:linear-gradient(90deg,var(--red) 0 46%,white 46% 58%,var(--blue) 58%);
}
.hero::after {
  content: "";
  position: absolute;
  width: 35vw;
  height: 35vw;
  max-width: 560px;
  max-height: 560px;
  border: 34px solid rgba(7,87,185,.08);
  border-radius: 50%;
  left: -16vw;
  bottom: -14vw;
  z-index: 0;
}
.hero-word { position:absolute; left:-.03em; bottom:-.27em; z-index:0; font:clamp(12rem,26vw,28rem)/1 Impact,sans-serif; letter-spacing:-.055em; color:transparent; -webkit-text-stroke:2px rgba(255,255,255,.045); white-space:nowrap; user-select:none; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { letter-spacing:-.015em; text-shadow:5px 5px 0 rgba(7,87,185,.42); }
.hero .eyebrow { color:#75aff6; }
.hero-lead { max-width: 650px; color: #c6ccd5; font-size: clamp(1.05rem, 1.5vw, 1.25rem); }
.hero-kicker { border-left:4px solid var(--red); padding:.28rem 0 .28rem 1rem; margin:1.7rem 0 0; color:white; font-weight:800; letter-spacing:.02em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin: 2rem 0 2.8rem; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: .8rem 1.35rem; border: 1px solid transparent; text-decoration: none; font-size: 1.05rem; cursor: pointer; transition:transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button-primary { background: var(--red); color: white; box-shadow: 7px 7px 0 var(--blue); }
.button-primary:hover { transform: translate(3px,3px); box-shadow: 4px 4px 0 var(--blue-dark); }
.button-ghost { border: 2px solid white; color: white; background: transparent; }
.trust-row { display: flex; gap: 1.5rem; flex-wrap: wrap; color: #adb5c1; font-size: .78rem; letter-spacing: .06em; }
.trust-row span { padding-right: 1.5rem; border-right: 1px solid var(--line-light); }
.trust-row b { display: block; color: white; font-size: 1.2rem; }
.hero-visual { position: relative; min-width: 0; z-index:2; box-shadow:28px 28px 0 rgba(7,87,185,.25), -12px -12px 0 rgba(227,34,47,.2); }
.hero-visual::before { content:""; position:absolute; inset: -16px 18px 20px -16px; border: 4px solid var(--blue); z-index: -1; }
.hero-visual::after { content:""; position:absolute; inset:0; background: linear-gradient(90deg, rgba(11,13,18,.32), transparent 42%), linear-gradient(180deg, transparent 48%, rgba(11,13,18,.82)); pointer-events:none; }
.hero-visual img { width: 100%; height: clamp(480px, 66vh, 740px); object-fit: cover; object-position: 57% center; filter: contrast(1.13) saturate(.55); }
.tape { position:absolute; z-index:3; background: var(--red); color:white; padding:.55rem 1rem; transform:rotate(-2deg); right:-1.5rem; top:1rem; box-shadow: 6px 6px 0 var(--ink); }
.hero-badge { position:absolute; z-index:3; left:-1.6rem; bottom:1.5rem; width:174px; aspect-ratio:1; border-radius:50%; background:var(--white); color:var(--ink); display:flex; flex-direction:column; align-items:center; justify-content:center; transform:rotate(6deg); text-align:center; box-shadow:0 0 0 8px var(--red), 0 0 0 14px var(--blue); }
.hero-badge span,.hero-badge small { font-size:.7rem; font-weight:900; line-height:1.1; padding-inline:.5rem; }
.hero-badge strong { font-family:Impact,sans-serif; font-size:2.45rem; line-height:1.1; }
.frame-meta { position:absolute; z-index:4; font: .72rem/1 Impact,sans-serif; letter-spacing:.16em; color:white; writing-mode:vertical-rl; text-transform:uppercase; }
.frame-meta-top { right:-2.7rem; top:6.5rem; }
.frame-meta-bottom { right:-2.7rem; bottom:1rem; color:#77aff1; }
.ticker { overflow:hidden; background:var(--red); color:white; transform:rotate(-1deg) scale(1.02); border-block:6px solid var(--blue); }
.ticker-track { display:flex; width:max-content; white-space:nowrap; padding:.72rem 0; font-size:1.35rem; word-spacing:.45rem; animation:ticker-move 20s linear infinite; }
.ticker-track span { display:block; padding-right:1.2rem; }
.ticker i { color:white; margin:0 1.2rem; }
@keyframes ticker-move { to { transform:translateX(-50%); } }
.section { max-width: 1500px; margin: auto; padding: 9rem 4vw; }
.section-label { color: #7c838d; padding-bottom: 1rem; border-bottom: 1px solid var(--line-dark); margin-bottom: 4rem; display:flex; align-items:center; gap:1rem; }
.section-label::before { content:""; width:34px; height:5px; background:linear-gradient(90deg,var(--red) 0 52%,var(--blue) 52%); }
.about { max-width:none; background:var(--panel); color:white; padding-inline:max(4vw,calc((100vw - 1400px)/2)); position:relative; overflow:hidden; }
.about::after { content:""; position:absolute; width:520px; height:520px; border:1px solid rgba(255,255,255,.07); border-radius:50%; right:-230px; top:80px; box-shadow:0 0 0 70px rgba(7,87,185,.035),0 0 0 140px rgba(227,34,47,.025); pointer-events:none; }
.about .section-label { border-color:var(--line-light); }
.about-grid { display:grid; grid-template-columns:.8fr 1.2fr; gap:7vw; align-items:center; max-width:1400px; margin:auto; }
.about-image-wrap { position:relative; }
.about-image-wrap::before { content:""; position:absolute; inset:1.1rem -1rem -1.2rem 1rem; border:3px solid var(--blue); }
.about-image-wrap img { position:relative; width:100%; aspect-ratio:4/5; object-fit:cover; object-position:center; filter:grayscale(.78) contrast(1.12); transition:filter .5s ease, transform .5s ease; }
.about-image-wrap:hover img { filter:grayscale(.25) contrast(1.08); transform:translate(-4px,-4px); }
.image-caption { position:absolute; right:-1rem; bottom:2rem; background:var(--red); color:white; padding:.6rem 1rem; font-size:1.05rem; transform:rotate(-3deg); }
.about-copy .eyebrow { color:#6aa8f4; }
.about-copy { position:relative; z-index:2; }
.experience-mark { display:flex; align-items:center; gap:1rem; width:max-content; margin:0 0 2rem auto; padding:.35rem 1rem .35rem 0; border-right:5px solid var(--red); color:white; }
.experience-mark strong { font:5rem/.8 Impact,sans-serif; color:#6aa8f4; }
.experience-mark span { font:1rem/1.05 Impact,sans-serif; letter-spacing:.08em; }
.about-copy .lead { font-size:clamp(1.2rem,2vw,1.55rem); color:white; max-width:850px; }
.about-copy > p:not(.eyebrow):not(.lead) { color:#b5bac2; max-width:780px; }
.club-line { margin-top:2rem; border-top:1px solid var(--line-light); border-bottom:1px solid var(--line-light); padding:1.1rem 0; font-size:1.2rem; }
.club-line span { color:var(--red); padding:0 1rem; }
.training { max-width:none; background:#eef1f5; color:var(--ink); }
.training > * { max-width:1400px; margin-left:auto; margin-right:auto; }
.training .section-label { color:#6d737c; border-color:#d0d1d4; }
.training-head { display:flex; justify-content:space-between; align-items:end; gap:2rem; margin-bottom:4rem; }
.training-head h2 { max-width:900px; margin-bottom:0; }
.training-head p { max-width:420px; color:#515862; }
.audience-grid { display:grid; grid-template-columns:repeat(4,1fr); border:2px solid var(--ink); box-shadow: 10px 10px 0 var(--blue); }
.audience-grid article { min-height:280px; padding:1.7rem; border-right:2px solid var(--ink); display:flex; flex-direction:column; background:#fafbfc; position:relative; overflow:hidden; transition:transform .25s ease, background .25s ease; }
.audience-grid article::after { content:"/"; position:absolute; right:-.04em; top:-.2em; font:8rem/1 Impact,sans-serif; color:rgba(7,87,185,.08); }
.audience-grid article:hover { transform:translateY(-8px); background:white; }
.audience-grid article:nth-child(odd):hover { box-shadow:inset 0 6px 0 var(--red); }
.audience-grid article:nth-child(even):hover { box-shadow:inset 0 6px 0 var(--blue); }
.audience-grid article:last-child { border-right:0; }
.audience-grid article b { color:var(--red); font-size:.85rem; }
.audience-grid h3 { font-size:clamp(1.7rem,2.5vw,2.4rem); margin:auto 0 .7rem; line-height:1; }
.audience-grid p { color:#525963; margin-bottom:0; }
.process { margin-top:2rem; display:grid; grid-template-columns:repeat(3,1fr); gap:1rem; }
.process > div { background:var(--ink); color:white; padding:1.4rem; display:flex; gap:1rem; align-items:center; border-top:5px solid var(--red); transition:transform .22s ease; }
.process > div:hover { transform:translateY(-5px); }
.process > div:nth-child(2) { border-top-color:white; }
.process > div:nth-child(3) { border-top-color:var(--blue); }
.process span { color:#6aa8f4; font:3rem/1 Impact,sans-serif; }
.process p { margin:0; color:#b8bdc4; }
.process b { color:white; }
.pricing { max-width:none; background:#dfe5ec; color:var(--ink); padding-inline:max(4vw,calc((100vw - 1400px)/2)); position:relative; overflow:hidden; background-image:repeating-linear-gradient(135deg,transparent 0 38px,rgba(11,13,18,.025) 38px 39px); }
.pricing-backdrop { position:absolute; inset:0 0 auto; height:720px; pointer-events:none; }
.pricing-backdrop img { width:100%; height:100%; object-fit:cover; object-position:center 26%; filter:grayscale(.9) contrast(.9); opacity:.23; }
.pricing-backdrop::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(223,229,236,.7),rgba(223,229,236,.25) 65%),linear-gradient(180deg,rgba(223,229,236,.1) 30%,#dfe5ec 100%); }
.pricing > .section-label { position:relative; }
.pricing-layout { position:relative; max-width:1400px; margin:auto; }
.pricing-layout > div:first-child { display:grid; grid-template-columns:1fr 1.2fr; column-gap:4vw; align-items:end; margin-bottom:4rem; }
.pricing-layout > div:first-child .eyebrow { grid-column:1/-1; }
.pricing-layout > div:first-child h2 { margin-bottom:0; }
.pricing-note { color:#555d68; max-width:520px; }
.price-cards { display:grid; grid-template-columns:repeat(3,1fr); gap:1rem; align-items:stretch; }
.price-card { position:relative; border:2px solid var(--ink); background:white; color:var(--ink); padding:2rem; min-height:420px; display:flex; flex-direction:column; box-shadow:7px 7px 0 var(--ink); overflow:hidden; transition:transform .25s ease, box-shadow .25s ease; }
.price-card::before { content:attr(data-plan); position:absolute; right:-.1em; bottom:-.22em; font:8.5rem/1 Impact,sans-serif; color:rgba(11,13,18,.035); pointer-events:none; }
.price-card:hover { transform:translateY(-8px); box-shadow:12px 14px 0 var(--ink); }
.price-card:nth-child(2) { border-color:var(--blue); box-shadow:7px 7px 0 var(--blue); }
.price-card.featured { border-color:var(--red); box-shadow:9px 9px 0 var(--red); transform:translateY(-1rem); background:linear-gradient(150deg,#fff 0 74%,#fff2f3 74%); }
.price-card.featured:hover { transform:translateY(-1.55rem); box-shadow:14px 16px 0 var(--red); }
.price-card p { font-size:1.05rem; min-height:3.4rem; }
.price-card strong { font:clamp(3.6rem,5vw,5.8rem)/.95 Impact,sans-serif; color:var(--ink); white-space:nowrap; }
.price-card:nth-child(2) strong { color:var(--blue); }
.price-card.featured strong { color:var(--red); }
.price-card strong span { font-size:1.2rem; color:var(--ink); }
.price-card small { color:#5c6470; font-size:.95rem; margin:1rem 0 auto; }
.price-card a { display:block; margin-top:2rem; padding:.8rem; text-align:center; background:var(--ink); color:white; text-decoration:none; font-weight:900; }
.price-card:nth-child(2) a { background:var(--blue); }
.featured a { background:var(--red); }
.popular { position:absolute; top:0; right:1.4rem; background:var(--red); color:white; padding:.35rem .7rem; font-size:.75rem; }
.booking-backdrop { position:absolute; inset:0; pointer-events:none; }
.booking-backdrop img { width:100%; height:100%; object-fit:cover; object-position:35% center; filter:saturate(.35) contrast(1.12); }
.booking-backdrop::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(11,13,18,.86),rgba(11,13,18,.67) 44%,rgba(11,13,18,.93) 77%),linear-gradient(180deg,rgba(7,87,185,.22),transparent 45%,rgba(227,34,47,.13)); }
.booking-copy { text-shadow:0 2px 18px rgba(0,0,0,.5); }
.booking { max-width:none; display:grid; grid-template-columns:.85fr 1.15fr; gap:8vw; background:var(--panel); color:white; padding-left:max(4vw,calc((100vw - 1400px)/2)); padding-right:max(4vw,calc((100vw - 1400px)/2)); position:relative; overflow:hidden; }
.booking::after { content:""; position:absolute; left:-120px; bottom:-180px; width:430px; height:430px; border:55px solid rgba(227,34,47,.07); border-radius:50%; pointer-events:none; }
.booking-word { position:absolute; right:-.05em; top:.08em; font:clamp(9rem,21vw,22rem)/1 Impact,sans-serif; color:rgba(255,255,255,.025); letter-spacing:-.05em; user-select:none; }
.booking-copy,form { position:relative; z-index:2; }
.booking .section-label { margin-bottom:4rem; border-color:var(--line-light); }
.booking .eyebrow { color:#6aa8f4; }
.booking-copy > p:not(.eyebrow) { color:#b6bbc4; max-width:520px; }
.direct-contact { margin-top:2.5rem; display:flex; flex-direction:column; gap:.5rem; }
.direct-contact a { width:max-content; text-decoration:none; font-weight:800; border-bottom:2px solid var(--blue); padding-bottom:.2rem; transition:color .2s ease,border-color .2s ease; }
.direct-contact a:hover { color:#80b6f7; border-color:var(--red); }
form { background:var(--white); color:var(--ink); padding:clamp(1.4rem,4vw,3rem); align-self:center; box-shadow:12px 12px 0 var(--red), 20px 20px 0 var(--blue); }
.field-row { display:grid; grid-template-columns:1fr 1fr; gap:1rem; }
label { display:block; font-family:Impact,"Arial Narrow Bold",sans-serif; letter-spacing:.05em; font-size:.9rem; margin-bottom:1rem; }
input,select,textarea { width:100%; margin-top:.45rem; border:1px solid #b6bbc2; background:white; color:var(--ink); border-radius:0; padding:.9rem; font:1rem/1.3 inherit; min-height:50px; }
textarea { resize:vertical; }
input:focus,select:focus,textarea:focus { outline:3px solid rgba(7,87,185,.22); border-color:var(--blue); }
input,select,textarea { transition:border-color .2s ease, box-shadow .2s ease; }
input:focus,select:focus,textarea:focus { box-shadow:inset 4px 0 0 var(--red); }
form .button { width:100%; border:0; }
.form-note { text-align:center; color:#666d78; font-size:.8rem; margin:.9rem 0 0; }
footer { padding:3rem 4vw; display:grid; grid-template-columns:1fr 1fr 1fr auto; align-items:center; gap:2rem; border-top:6px solid var(--blue); background:var(--paper); color:var(--ink); }
footer .brand { color:var(--ink); }
footer p { color:#68707b; font-size:.75rem; margin:0; }
footer > div { display:flex; gap:1rem; }
footer > div a { font-size:.8rem; font-weight:800; }
footer small { color:#68707b; }
.js .reveal { opacity:0; transform:translateY(28px); }
.js .reveal.is-visible { opacity:1; transform:none; transition:opacity .65s ease, transform .65s cubic-bezier(.2,.72,.2,1); }
.js .reveal-delay { transition-delay:.12s !important; }
.js .reveal-delay-2 { transition-delay:.22s !important; }
@media (max-width: 1100px) {
  .hero { grid-template-columns:1fr; padding-top:5rem; }
  .hero-visual { width:min(820px,93%); margin:1.8rem auto 0; }
  .hero-visual img { height:620px; }
  .about-grid,.booking { grid-template-columns:1fr; }
  .booking-backdrop { bottom:auto; height:800px; max-height:70%; }
  .booking-backdrop::after { background:linear-gradient(180deg,rgba(11,13,18,.78),rgba(11,13,18,.65) 45%,var(--panel)),linear-gradient(90deg,rgba(7,87,185,.18),rgba(227,34,47,.12)); }
  .about-image-wrap { max-width:650px; }
  .audience-grid { grid-template-columns:1fr 1fr; }
  .audience-grid article:nth-child(2) { border-right:0; }
  .audience-grid article:nth-child(-n+2) { border-bottom:2px solid var(--ink); }
  .price-cards { grid-template-columns:1fr 1fr; }
  .price-card.featured { grid-column:1/-1; transform:none; min-height:360px; }
  .price-card.featured:hover { transform:translateY(-8px); }
  footer { grid-template-columns:1fr 1fr; }
}
@media (max-width: 760px) {
  .site-header { min-height:68px; position:relative; top:auto; box-shadow:none; }
  section[id] { scroll-margin-top:1rem; }
  .menu-button { display:block; padding:.5rem; }
  nav { display:none; position:absolute; top:100%; left:0; right:0; padding:1.4rem 5vw 1.8rem; background:var(--panel); flex-direction:column; align-items:stretch; gap:0; border-bottom:5px solid var(--blue); box-shadow:0 14px 30px rgba(0,0,0,.3); }
  nav.open { display:flex; }
  nav a { padding:.85rem 0; border-bottom:1px solid var(--line-light); }
  .nav-cta { border:0; box-shadow:none; background:transparent; color:var(--red); }
  .hero { min-height:auto; padding:4.5rem 5vw 6rem; }
  .hero::before { left:5vw; top:2rem; }
  .hero-word { font-size:12rem; bottom:-.15em; }
  h1 { font-size:clamp(3.65rem,18vw,6rem); }
  h2 { font-size:clamp(3rem,15vw,5rem); }
  .hero-visual { width:92%; margin-left:6%; }
  .hero-visual img { height:auto; aspect-ratio:4/5; object-position:57% center; }
  .hero h1 { font-size:clamp(2.7rem,11.5vw,5.2rem); }
  .booking h2 { font-size:clamp(2.4rem,10vw,4.4rem); }
  .tailored { grid-template-columns:1fr; gap:1rem; }
  .tailored .button { width:100%; }
  input,select,textarea { font-size:16px; font-family:inherit; }
  .booking-backdrop img { object-position:42% top; }
  .tape { right:-.8rem; font-size:.8rem; }
  .hero-badge { width:128px; left:-1.1rem; bottom:1rem; box-shadow:0 0 0 5px var(--red), 0 0 0 9px var(--blue); }
  .hero-badge strong { font-size:2rem; }
  .frame-meta { display:none; }
  .trust-row span { width:calc(50% - .8rem); padding-right:.8rem; }
  .section { padding:6rem 5vw; }
  .section-label { margin-bottom:2.7rem; }
  .about-image-wrap::before { inset:.8rem -.5rem -.8rem .5rem; }
  .training-head { display:block; }
  .training-head h2 { margin-bottom:1.5rem; }
  .audience-grid,.process,.price-cards { grid-template-columns:1fr; }
  .audience-grid { box-shadow:7px 7px 0 var(--blue); }
  .audience-grid article { min-height:210px; border-right:0; border-bottom:2px solid var(--ink); }
  .audience-grid article:last-child { border-bottom:0; }
  .process { gap:.5rem; }
  .pricing-layout > div:first-child { display:block; }
  .pricing-backdrop { height:660px; }
  .pricing-backdrop img { object-position:60% top; }
  .pricing-layout > div:first-child h2 { margin-bottom:1.5rem; }
  .price-card,.price-card.featured { min-height:350px; grid-column:auto; }
  .price-card:hover,.price-card.featured:hover { transform:none; }
  .field-row { grid-template-columns:1fr; gap:0; }
  form { box-shadow:8px 8px 0 var(--red), 14px 14px 0 var(--blue); }
  footer { grid-template-columns:1fr; text-align:left; }
  footer > div { flex-wrap:wrap; }
}
@media (max-width: 390px) {
  .brand { font-size:1.05rem; gap:.6rem; }
  .brand-mark { width:36px; height:36px; }
  h1 { font-size:3.35rem; }
  .hero-actions .button { width:100%; }
  .hero-visual img { height:auto; }
  .hero-badge { width:112px; }
  .price-card strong { font-size:3.35rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  .ticker-track { animation:none; }
  .js .reveal,.js .reveal.is-visible { opacity:1; transform:none; transition:none; }
}

/* Compact category symbols. */
.audience-grid article { padding:1.7rem; min-height:300px; }
.audience-grid article::after { content:none; }
.audience-symbol-row { display:flex; align-items:flex-start; justify-content:space-between; gap:1rem; margin-bottom:1.5rem; }
.audience-symbol-row > b { padding-top:.5rem; }
.audience-symbol { display:block; flex:0 0 112px; width:112px; height:112px; background-image:url('assets/category-symbols.webp'); background-size:200% 200%; background-repeat:no-repeat; mix-blend-mode:multiply; }
.symbol-beginner { background-position:0 0; }
.symbol-fitness { background-position:100% 0; }
.symbol-fighter { background-position:0 100%; }
.symbol-youth { background-position:100% 100%; }
.audience-copy { padding:0; }
.audience-grid h3 { margin:0 0 .7rem; }
@media (max-width:760px) { .audience-grid article { min-height:0; padding:1.4rem; } .audience-symbol-row { margin-bottom:1rem; } .audience-symbol { width:96px; height:96px; flex-basis:96px; } .audience-grid article:hover { transform:none; } }

.boxing-intro { background:var(--panel); color:white; max-width:none; padding-inline:max(5vw,calc((100vw - 1400px)/2)); }
.boxing-intro .lead { max-width:850px; }
.boxing-intro h2 { max-width:1000px; }
.boxing-page-head { padding-top:5rem; padding-bottom:3rem; }
.boxing-page-head h1 { font-size:clamp(3rem,7vw,7rem); max-width:1100px; }
.boxing-page-head .lead { max-width:800px; }
.back-link { display:inline-block; color:inherit; margin-bottom:3rem; font-size:.9rem; }
.boxing-details { padding-top:1rem; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:2rem; }
.boxing-details article { border-top:3px solid var(--red); padding-top:1.5rem; }
.boxing-details article:nth-child(even) { border-color:var(--blue); }
.boxing-details h2 { font-size:clamp(1.7rem,3vw,2.5rem); }
@media(max-width:760px) { .boxing-details { grid-template-columns:1fr; } .boxing-intro .hero-actions { flex-direction:column; align-items:stretch; } .boxing-page-head { padding-top:3rem; } }

/* Desktop refinement. Version 17 is the previous design; mobile rules unchanged. */
@media (min-width:1101px) {
  .hero { max-width:1400px; grid-template-columns:1.15fr 1fr; gap:5rem; padding:5rem 5vw 6rem; background:none; }
  .hero-word,.hero::after,.frame-meta,.tape,.hero-badge,.booking-word { display:none; }
  .hero h1 { font-size:clamp(3.8rem,5.4vw,5.8rem); text-shadow:none; line-height:1.03; }
  .hero-lead { max-width:540px; line-height:1.75; }
  .hero-visual { box-shadow:none; }
  .hero-visual::before { inset:16px -12px -12px 16px; border-width:2px; opacity:.65; }
  .hero-visual img { height:490px; }
  .hero-kicker { font-size:.95rem; font-weight:600; }
  .hero-actions .button-ghost { border-color:transparent; text-decoration:underline; text-underline-offset:6px; }
  .button-primary { box-shadow:3px 3px 0 var(--blue); }
  .trust-row { gap:1.2rem; letter-spacing:.02em; }
  .trust-row b { font-size:1rem; }
  .ticker { transform:none; border-block:1px solid var(--line-light); background:var(--panel); }
  .ticker-track { animation:none; width:100%; justify-content:center; font-size:.9rem; padding:1rem; word-spacing:.2em; color:#adb5c1; }
  .ticker-track > span + span { display:none; }
  .ticker i { color:var(--blue); }
  .section { padding-top:7rem; padding-bottom:7rem; }
  .section h2 { font-size:clamp(2.8rem,4.3vw,4.7rem); }
  .section-label { margin-bottom:3rem; }
  .about::after,.experience-mark,.price-card::before { display:none; }
  .training-head { display:block; }
  .training-head p { max-width:650px; margin-top:1.5rem; }
  .audience-grid { box-shadow:none; }
  .audience-grid article:hover { transform:none; }
  .process { margin-top:3rem; gap:1.5rem; }
  .pricing-layout > div:first-child { display:block; }
  .pricing-note { max-width:730px; margin-top:1.5rem; }
  .price-cards { gap:1.75rem; }
  .price-card,.price-card:nth-child(2),.price-card.featured { box-shadow:none; transform:none; background:white; border-width:1px; min-height:440px; }
  .price-card:hover,.price-card.featured:hover { box-shadow:none; transform:none; }
  .price-card strong { font-size:4.3rem; }
  .booking { gap:5rem; }
  .boxing-details h2 { font-size:2rem; }
}

footer .site-credit { grid-column:1/-1; border-top:1px solid rgba(11,13,18,.12); padding-top:1rem; font-size:.875rem; }
footer .site-credit a { color:inherit; text-decoration:underline; text-underline-offset:3px; }
footer .site-credit a:hover { color:var(--blue); }
