@font-face {
  font-family: 'Anton'; font-style: normal; font-weight: 400; font-display: swap;
  src: url('fonts/anton-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Archivo'; font-style: normal; font-weight: 400 900; font-display: swap;
  src: url('fonts/archivo-latin.woff2') format('woff2');
}
:root { color-scheme: dark; --bg: #07080f; --surface: #0c0f22; --text: #eef0fa; --muted: #b0b7d3; --blue: #293d9b; --accent: #aab6ff; --line: rgba(255,255,255,.16); }
* { box-sizing: border-box; }
html { scroll-padding-top: 24px; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: 'Archivo', Helvetica, sans-serif; line-height: 1.7; -webkit-font-smoothing: antialiased; }
a { color: var(--accent); text-underline-offset: .22em; }
a:hover { color: #fff; }
a:focus-visible, summary:focus-visible { outline: 3px solid #f2b84b; outline-offset: 5px; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3 { text-wrap: balance; }
h1, h2 { font-family: 'Anton', sans-serif; font-weight: 400; text-transform: uppercase; }
h1 { font-size: clamp(42px, 5.4vw, 78px); line-height: 1.09; margin: 16px 0 24px; }
h2 { font-size: clamp(30px, 3.4vw, 46px); line-height: 1.16; margin: 0 0 24px; }
h3 { font-size: 20px; line-height: 1.4; margin: 0 0 12px; }
p { margin: 0 0 20px; }
.wrap { width: min(1240px, calc(100% - 56px)); margin-inline: auto; }
.skip-link { position: absolute; top: 12px; left: 12px; z-index: 10; padding: 12px 20px; background: #fff; color: #07080f; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.page-header { border-bottom: 1px solid var(--line); background: #05060c; }
.header-inner { display: flex; gap: 28px; justify-content: space-between; align-items: center; padding-block: 18px; }
.brand { display: flex; align-items: center; gap: 12px; color: #fff; text-decoration: none; font-weight: 800; }
.brand img { width: 54px; height: 54px; object-fit: cover; border-radius: 50%; }
.page-nav { display: flex; gap: 8px 24px; flex-wrap: wrap; align-items: center; }
.page-nav a { display: inline-flex; align-items: center; min-height: 44px; font-size: 14px; font-weight: 700; }
.page-nav [aria-current='page'] { color: #fff; text-decoration-thickness: 2px; }
.breadcrumb { padding-block: 22px; font-size: 13px; color: var(--muted); }
.breadcrumb ol { display: flex; flex-wrap: wrap; gap: 6px 12px; margin: 0; padding: 0; list-style: none; }
.breadcrumb li + li::before { content: '/'; margin-right: 12px; color: var(--muted); }
.hero { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(28px, 5vw, 72px); align-items: center; padding-block: 30px 72px; }
.hero > *, .split > * { min-width: 0; }
.eyebrow { color: #aab6ff; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.intro { color: #d4d8ed; font-size: 19px; line-height: 1.7; }
.hero figure { margin: 0; }
.hero-image { width: 100%; height: clamp(380px, 44vw, 560px); object-fit: cover; border-radius: 18px; }
.hero-image--coach { object-position: 42% 42%; }
figcaption { margin-top: 14px; font-size: 13px; color: var(--muted); }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 24px; margin-block: 28px 20px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 14px 24px; border: 1px solid transparent; border-radius: 6px; background: var(--blue); color: #fff; font-size: 14px; font-weight: 800; line-height: 1.5; text-align: center; text-decoration: none; }
.button:hover { background: #354bae; }
.button--outline { border-color: var(--line); background: transparent; }
.note { color: var(--muted); font-size: 14px; }
.section { padding-block: 72px; border-top: 1px solid var(--line); }
.section--tinted { background: var(--surface); }
.split { display: grid; grid-template-columns: .8fr 1.2fr; gap: 32px 72px; }
.prose { max-width: 72ch; color: #d4d8ed; }
.prose strong { color: var(--text); }
.prose p:last-child { margin-bottom: 0; }
.steps { list-style: none; padding: 0; margin: 0; counter-reset: step; }
.steps li { position: relative; counter-increment: step; padding: 0 0 28px 52px; margin-bottom: 24px; border-bottom: 1px solid var(--line); }
.steps li::before { content: '0' counter(step); position: absolute; left: 0; top: 0; font-family: 'Anton', sans-serif; font-size: 28px; color: #aab6ff; }
.steps li:last-child { margin-bottom: 0; padding-bottom: 0; border: 0; }
.steps p { color: #d4d8ed; margin: 0; }
.practical { display: grid; grid-template-columns: 1fr 1fr; gap: 36px 72px; }
.practical address { font-style: normal; font-size: 19px; }
.practical h3 { margin-top: 28px; }
.hours { border-collapse: collapse; width: 100%; font-size: 15px; }
.hours caption { text-align: left; font-size: 20px; font-weight: 800; margin-bottom: 14px; }
.hours th, .hours td { padding: 10px 0; border-bottom: 1px solid var(--line); text-align: left; }
.hours th { font-weight: 600; }
.hours td { text-align: right; color: #d4d8ed; }
.faq { max-width: 880px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; padding: 22px 0; font-size: 18px; font-weight: 700; }
.faq details p { color: #d4d8ed; padding-bottom: 4px; max-width: 76ch; }
.booking { padding: 40px; border-left: 4px solid #f2b84b; background: var(--surface); }
.booking p { max-width: 70ch; color: #d4d8ed; }
.page-footer { padding: 40px 0 max(48px, env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: #05060c; }
.page-footer nav { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-bottom: 24px; }
.page-footer nav a { min-height: 44px; display: inline-flex; align-items: center; }
.page-footer p { font-size: 13px; color: var(--muted); margin-bottom: 10px; }
@media (max-width: 820px) {
  .header-inner { flex-wrap: wrap; gap: 12px; }
  .page-nav { width: 100%; gap: 6px 20px; }
  .hero, .split { grid-template-columns: 1fr; }
  .hero { padding-block: 18px 48px; }
  .hero-image { height: 420px; }
  .hero-image--coach { object-position: 42% 36%; }
  .section { padding-block: 48px; }
  .practical { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .wrap { width: calc(100% - 36px); }
  h1 { font-size: 40px; }
  .intro { font-size: 17px; }
  .hero-image { height: 360px; }
  .actions { align-items: stretch; flex-direction: column; }
  .actions > a:not(.button) { display: flex; align-items: center; min-height: 44px; }
  .booking { padding: 28px 22px; }
  .faq summary { font-size: 16px; }
}
