:root {
  --navy-950: #03132e;
  --navy-900: #061a3a;
  --navy-800: #0b2a59;
  --blue-600: #2463eb;
  --blue-500: #3977f6;
  --blue-300: #8fb5ff;
  --ice: #eef4fb;
  --mist: #f6f8fc;
  --line: #d8e1ee;
  --ink: #0a1830;
  --muted: #52627a;
  --white: #fff;
  --warning: #fff3d6;
  --warning-border: #d99000;
  --shadow: 0 16px 44px rgba(5, 24, 55, .12);
  --max: 1180px;
  --header-height: 72px;
  --section-space: clamp(64px, 7vw, 96px);
  --section-space-compact: clamp(48px, 5vw, 72px);
}

*,
*::before,
*::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 18px);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }

h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 {
  color: inherit;
  font-family: "Arial Narrow", "Roboto Condensed", Impact, ui-sans-serif, sans-serif;
  font-weight: 800;
  letter-spacing: -.025em;
  line-height: .98;
  text-transform: uppercase;
}
h2 { margin-bottom: 24px; font-size: clamp(2.45rem, 5vw, 4.75rem); }
h3 { line-height: 1.1; }

.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { padding: var(--section-space) 0; }
.section-tint { background: var(--mist); }
.section-navy { color: var(--white); background: var(--navy-950); }
.section-kicker {
  margin-bottom: 16px;
  color: var(--blue-600);
  font-size: .77rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.section-heading { max-width: 760px; margin-bottom: clamp(30px, 4vw, 42px); }
.section-heading > p:last-child { max-width: 610px; color: var(--muted); font-size: 1.07rem; }
.section-heading.centred { margin-inline: auto; text-align: center; }
.section-heading.centred > p:last-child { margin-inline: auto; }
.lead { font-size: clamp(1.15rem, 2vw, 1.38rem); line-height: 1.55; }
.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: 999; top: 12px; left: 12px; padding: 12px 16px;
  color: var(--navy-950); background: var(--white); font-weight: 800;
  transform: translateY(-150%); transition: transform .2s;
}
.skip-link:focus { transform: translateY(0); }

:focus-visible { outline: 3px solid #ffca3a; outline-offset: 4px; }

.button {
  display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 22px; border: 1px solid var(--blue-600); border-radius: 5px;
  color: var(--white); background: var(--blue-600);
  font-family: "Arial Narrow", "Roboto Condensed", ui-sans-serif, sans-serif;
  font-size: .92rem; font-weight: 800; letter-spacing: .045em; line-height: 1;
  text-decoration: none; text-transform: uppercase;
  transition: background .2s, border-color .2s, transform .2s, box-shadow .2s;
}
.button:hover { background: #174dc4; border-color: #174dc4; box-shadow: 0 10px 24px rgba(36, 99, 235, .28); transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 11px 17px; font-size: .78rem; }
.button-full { width: 100%; }
.text-link {
  display: inline-flex; min-height: 44px; align-items: center; gap: 8px;
  color: var(--white); font-size: .84rem; font-weight: 800; letter-spacing: .06em;
  text-decoration: underline; text-decoration-color: var(--blue-300); text-underline-offset: 5px; text-transform: uppercase;
}
.text-link.light { color: var(--white); }

.site-header {
  position: fixed; z-index: 100; top: 0; right: 0; left: 0;
  height: var(--header-height); color: var(--white);
  background: linear-gradient(to bottom, rgba(3, 19, 46, .82), rgba(3, 19, 46, .08));
  transition: background .25s, box-shadow .25s;
}
.site-header.is-scrolled { background: rgba(3, 19, 46, .97); box-shadow: 0 4px 20px rgba(0, 0, 0, .18); }
.nav-shell {
  width: min(calc(100% - 40px), 1320px); height: 100%; margin-inline: auto;
  display: flex; align-items: center; justify-content: space-between; gap: 32px;
}
.brand { display: inline-flex; flex-direction: column; color: var(--white); line-height: 1; text-decoration: none; }
.brand span { font-size: 1.25rem; font-weight: 800; letter-spacing: .11em; }
.brand i { color: var(--blue-300); font-style: normal; font-weight: 400; }
.brand small { margin-top: 8px; font-size: .56rem; letter-spacing: .56em; }
.primary-nav { display: flex; align-items: center; gap: clamp(15px, 2vw, 28px); }
.primary-nav > a:not(.button) {
  position: relative; padding: 10px 0; font-size: .73rem; font-weight: 750;
  letter-spacing: .035em; text-decoration: none; text-transform: uppercase;
}
.primary-nav > a:not(.button)::after {
  position: absolute; right: 0; bottom: 3px; left: 0; height: 2px;
  background: var(--blue-500); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .2s;
}
.primary-nav > a:hover::after,
.primary-nav > a.is-active::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 10px; border: 0; color: inherit; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px auto; background: currentColor; transition: transform .2s, opacity .2s; }

.hero {
  position: relative; min-height: min(780px, 100svh); display: grid; align-items: center;
  overflow: hidden; color: var(--white); background: var(--navy-950);
}
.hero-image, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: 60% 50%; }
.hero-overlay { background: linear-gradient(90deg, rgba(3, 19, 46, .93) 0%, rgba(3, 19, 46, .68) 36%, rgba(3, 19, 46, .14) 72%, rgba(3, 19, 46, .26) 100%), linear-gradient(0deg, rgba(3, 19, 46, .45), transparent 45%); }
.hero-content { position: relative; z-index: 1; padding-top: calc(var(--header-height) + 36px); padding-bottom: 48px; }
.eyebrow { margin-bottom: 22px; font-size: .8rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span { padding-inline: 8px; color: var(--blue-300); }
.hero h1 { max-width: 640px; margin-bottom: 8px; font-size: clamp(4rem, 9vw, 8rem); line-height: .79; letter-spacing: -.045em; }
.hero-class {
  margin: 10px 0 22px; color: #7ea8ff; font-family: Georgia, serif; font-size: clamp(1.8rem, 4vw, 3.2rem);
  font-style: italic; line-height: 1;
}
.hero-copy { max-width: 540px; margin-bottom: 25px; font-size: clamp(1rem, 1.8vw, 1.18rem); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-bottom: 36px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 9px 32px; margin: 0; font-size: .85rem; }
.hero-meta span { color: #d9e5f8; }
.hero-index { position: absolute; right: 40px; bottom: 24px; z-index: 1; color: rgba(255,255,255,.6); font-size: .7rem; letter-spacing: .16em; }

.programme-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr); align-items: center; gap: clamp(42px, 5vw, 72px); }
.programme-copy > p:not(.section-kicker) { max-width: 600px; color: var(--muted); }
.benefit-list { display: grid; gap: 2px; margin-top: 26px; border-top: 1px solid var(--line); }
.benefit-list article { display: grid; grid-template-columns: 46px 1fr; gap: 14px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.benefit-number { color: var(--blue-600); font-size: .75rem; font-weight: 800; letter-spacing: .08em; }
.benefit-list h3 { margin: 0 0 5px; font-size: 1rem; }
.benefit-list p { margin: 0; color: var(--muted); font-size: .92rem; }
.programme-visual { position: relative; margin: 0; padding: 0 22px 22px 0; }
.programme-visual::after { position: absolute; z-index: -1; right: 0; bottom: 0; width: 75%; height: 80%; background: var(--navy-900); content: ""; }
.programme-visual img { width: 100%; aspect-ratio: 1.18; object-fit: cover; box-shadow: var(--shadow); }
.programme-visual figcaption {
  position: absolute; right: 0; bottom: 0; max-width: 280px; padding: 20px 24px;
  color: var(--white); background: var(--navy-900); font-size: .82rem;
}
.programme-visual figcaption strong { display: block; color: var(--blue-300); text-transform: uppercase; }

.coach-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.coach-card { display: grid; grid-template-columns: 40% 60%; overflow: hidden; background: var(--white); box-shadow: var(--shadow); }
.coach-card > img { width: 100%; height: 100%; min-height: 470px; object-fit: cover; object-position: 50% 50%; }
.coach-card:first-child > img { object-position: 50% 25%; }
.coach-card-body { padding: clamp(26px, 3vw, 36px); }
.coach-role { margin-bottom: 8px; color: var(--blue-600); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.coach-card h3 { margin-bottom: 14px; font-size: clamp(2rem, 3vw, 3rem); }
.coach-card p { color: var(--muted); font-size: .92rem; }
.coach-card ul { margin: 18px 0 0; padding: 18px 0 0 18px; border-top: 1px solid var(--line); }
.coach-card li { margin-bottom: 7px; font-size: .85rem; line-height: 1.4; }

.date-alert {
  display: grid; grid-template-columns: 220px 1fr; gap: 18px; margin-bottom: 26px; padding: 16px 18px;
  border-left: 4px solid var(--warning-border); background: var(--warning); font-size: .9rem;
}
.date-alert strong { color: #744a00; text-transform: uppercase; }
.schedule-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, .75fr); align-items: start; gap: 32px; }
.event-list { display: grid; gap: 10px; }
.event-card {
  width: 100%; margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 5px; color: var(--ink); background: var(--white);
  box-shadow: 0 4px 14px rgba(5, 24, 55, .05); cursor: pointer; text-align: left;
  transition: color .2s, background .2s, border-color .2s, transform .2s;
}
.event-card:hover { border-color: #a6bce1; transform: translateX(3px); }
.event-card.is-selected { border-color: var(--blue-600); }
.event-trigger {
  width: 100%; min-height: 84px; display: grid; grid-template-columns: 74px minmax(0, 1fr) auto 26px; align-items: center; gap: 18px;
  padding: 10px 18px 10px 10px; border: 0; color: inherit; background: transparent; cursor: pointer; text-align: left;
}
.event-card.is-selected .event-trigger { color: var(--white); background: var(--blue-600); }
.event-date { display: grid; align-content: center; height: 64px; border-right: 1px solid var(--line); font-weight: 850; line-height: 1.05; text-align: center; }
.is-selected .event-date { border-color: rgba(255,255,255,.28); }
.event-date small { display: block; margin-bottom: 4px; color: var(--blue-600); font-size: .63rem; letter-spacing: .1em; }
.is-selected .event-date small { color: #dce7ff; }
.event-main { min-width: 0; }
.event-main strong { display: block; font-size: .96rem; letter-spacing: .02em; text-transform: uppercase; }
.event-main small { display: block; margin-top: 4px; color: var(--muted); font-size: .8rem; line-height: 1.3; }
.is-selected .event-main small { color: #e2ebff; }
.event-price { font-weight: 850; }
.event-arrow { font-size: 1.2rem; }
.mobile-event-detail { display: none; }
.camp-panel { position: sticky; top: calc(var(--header-height) + 22px); overflow: hidden; border: 1px solid var(--line); border-radius: 6px; background: var(--white); box-shadow: var(--shadow); }
.camp-panel > img { width: 100%; height: 190px; object-fit: cover; object-position: 50% 43%; }
.camp-panel-body { padding: 24px; }
.camp-topline { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 12px; color: var(--blue-600); font-size: .78rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.camp-panel h3 { margin: 0 0 6px; font-size: 2rem; }
.camp-panel h4 { margin: 18px 0 7px; font-size: .78rem; letter-spacing: .08em; }
.camp-panel p, .camp-panel li { font-size: .88rem; line-height: 1.55; }
.camp-venue { color: var(--blue-600); font-weight: 800; text-transform: uppercase; }
.camp-panel ul { margin: 10px 0 20px; padding-left: 18px; }
.camp-suitable, .camp-deadline { padding-top: 14px; border-top: 1px solid var(--line); color: var(--muted); }
.camp-deadline { font-size: .78rem !important; }

.expect-section { position: relative; overflow: hidden; }
.expect-section::after { position: absolute; right: -120px; bottom: -180px; width: 500px; height: 500px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; content: ""; }
.expect-heading { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(36px, 5vw, 60px); align-items: end; margin-bottom: 42px; }
.expect-heading h2 { max-width: 620px; margin-bottom: 0; font-size: clamp(2.6rem, 5vw, 5.4rem); }
.expect-heading p:last-child { max-width: 560px; color: #b8c7dc; }
.expect-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.2); }
.expect-grid article { padding: 24px 24px 4px 0; }
.expect-grid article + article { padding-left: 24px; border-left: 1px solid rgba(255,255,255,.2); }
.expect-grid span { color: var(--blue-300); font-size: .74rem; font-weight: 800; }
.expect-grid h3 { margin: 20px 0 10px; font-size: 1.25rem; }
.expect-grid p { margin: 0; color: #afbed3; font-size: .88rem; }

.progression { position: relative; display: grid; grid-template-columns: repeat(7, 1fr); margin: 44px 0 0; padding: 0; list-style: none; }
.progression::before { position: absolute; top: 17px; right: 7%; left: 7%; height: 2px; background: var(--line); content: ""; }
.progression li { position: relative; padding: 0 12px; text-align: center; }
.progression span {
  position: relative; z-index: 1; width: 36px; height: 36px; display: grid; place-items: center; margin: 0 auto 20px;
  border: 2px solid var(--blue-600); border-radius: 50%; color: var(--blue-600); background: var(--white); font-size: .67rem; font-weight: 850;
}
.progression strong { display: block; font-size: .77rem; line-height: 1.35; text-transform: uppercase; }

.booking-section { padding-top: var(--section-space-compact); }
.booking-panel { display: grid; grid-template-columns: 1fr .9fr; gap: clamp(36px, 5vw, 70px); padding: clamp(36px, 5vw, 60px); color: var(--white); background: var(--navy-800); box-shadow: var(--shadow); }
.booking-panel h2 { font-size: clamp(2.5rem, 5vw, 4.5rem); }
.booking-panel p { max-width: 590px; color: #c7d5e8; }
.booking-facts { margin: 0; padding: 0; list-style: none; }
.booking-facts li { display: grid; grid-template-columns: 95px 1fr; gap: 20px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.booking-facts strong { color: var(--blue-300); text-transform: uppercase; }
.booking-facts span { color: #d4deeb; font-size: .9rem; }
.safeguarding-note { display: grid; grid-template-columns: 270px 1fr; gap: 30px; padding: 24px 28px; border: 1px solid var(--line); border-top: 0; background: var(--mist); }
.safeguarding-note strong { color: var(--navy-800); text-transform: uppercase; }
.safeguarding-note p { margin: 0; color: var(--muted); font-size: .9rem; }

.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(38px, 6vw, 76px); align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; min-height: 64px; display: flex; align-items: center; padding: 17px 50px 17px 0; font-weight: 750; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; right: 8px; content: "+"; color: var(--blue-600); font-size: 1.6rem; font-weight: 400; transition: transform .2s; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { margin: 0; padding: 0 50px 22px 0; color: var(--muted); }

.final-cta { position: relative; overflow: hidden; padding: var(--section-space) 0; color: var(--white); background: var(--navy-950); }
.final-cta > img, .final-cta-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.final-cta > img { object-fit: cover; object-position: 50% 52%; }
.final-cta-overlay { background: linear-gradient(90deg, rgba(3,19,46,.96), rgba(3,19,46,.8) 55%, rgba(3,19,46,.66)); }
.final-cta-grid { position: relative; display: grid; grid-template-columns: 1.15fr .7fr; gap: clamp(36px, 5vw, 60px); align-items: end; }
.final-cta h2 { max-width: 700px; margin-bottom: 18px; font-size: clamp(2.8rem, 5vw, 5rem); }
.final-cta p:not(.section-kicker) { max-width: 600px; color: #d2ddec; }
.connected-card { padding: 30px; border-left: 3px solid var(--blue-500); background: rgba(3, 19, 46, .6); backdrop-filter: blur(8px); }
.connected-card h3 { margin: 0 0 12px; font-size: 1.7rem; }

.site-footer { padding: 46px 0 22px; color: #c9d5e6; background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 60px; }
.footer-brand { margin-bottom: 22px; }
.footer-grid p { font-size: .84rem; }
.footer-grid h2 { margin: 0 0 16px; color: var(--white); font-size: .82rem; letter-spacing: .1em; }
.footer-grid > div > a:not(.brand) { display: block; width: fit-content; margin: 10px 0; color: #c9d5e6; font-size: .84rem; text-underline-offset: 3px; }
.footer-base { display: flex; justify-content: space-between; gap: 30px; margin-top: 34px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.13); color: #8293aa; font-size: .7rem; }
.footer-base p { margin: 0; }

.back-to-top {
  position: fixed; z-index: 80; right: 18px; bottom: 18px; width: 48px; height: 48px;
  border: 1px solid rgba(255,255,255,.25); border-radius: 4px; color: var(--white); background: var(--navy-800);
  box-shadow: 0 8px 24px rgba(0,0,0,.2); cursor: pointer;
}
.back-to-top[hidden] { display: none; }

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

.legal-page { background: var(--mist); }
.legal-header { padding: 22px 0; background: var(--navy-950); }
.legal-header .container { display: flex; align-items: center; justify-content: space-between; }
.legal-header a:last-child { color: var(--white); font-size: .85rem; font-weight: 750; }
.legal-main { min-height: 75vh; padding: 80px 0; }
.legal-card { max-width: 850px; padding: clamp(30px, 6vw, 70px); background: var(--white); box-shadow: var(--shadow); }
.legal-card h1 { font-size: clamp(2.5rem, 6vw, 5rem); }
.legal-card h2 { margin-top: 36px; font-size: 1.5rem; }
.legal-required { padding: 18px; border-left: 4px solid var(--warning-border); background: var(--warning); font-weight: 800; }

@media (max-width: 1100px) {
  .primary-nav { gap: 14px; }
  .primary-nav > a:not(.button) { font-size: .66rem; }
  .coach-card { grid-template-columns: 1fr; }
  .coach-card > img { height: 350px; min-height: 0; }
  .expect-grid { grid-template-columns: repeat(2, 1fr); }
  .expect-grid article:nth-child(3) { padding-left: 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.2); }
  .expect-grid article:nth-child(4) { border-top: 1px solid rgba(255,255,255,.2); }
  .progression { grid-template-columns: repeat(4, 1fr); row-gap: 34px; }
  .progression::before { display: none; }
}

@media (max-width: 860px) {
  :root { --header-height: 68px; }
  .container, .nav-shell { width: min(calc(100% - 32px), var(--max)); }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .primary-nav {
    position: fixed; inset: var(--header-height) 0 0; display: grid; align-content: start; gap: 0;
    padding: 28px 22px; background: rgba(3,19,46,.99); transform: translateX(100%); visibility: hidden;
    transition: transform .25s, visibility .25s;
  }
  .primary-nav.is-open { transform: translateX(0); visibility: visible; }
  .primary-nav > a:not(.button) { min-height: 52px; display: flex; align-items: center; border-bottom: 1px solid rgba(255,255,255,.12); font-size: .84rem; }
  .primary-nav .button { min-height: 48px; margin-top: 24px; }
  .hero { min-height: 700px; }
  .hero-image { object-position: 67% 50%; }
  .hero-overlay { background: linear-gradient(90deg, rgba(3,19,46,.94) 0%, rgba(3,19,46,.7) 60%, rgba(3,19,46,.3)); }
  .programme-grid, .expect-heading, .booking-panel, .faq-layout, .final-cta-grid { grid-template-columns: 1fr; }
  .programme-visual { max-width: 650px; }
  .expect-heading { gap: 24px; }
  .schedule-layout { display: block; }
  .camp-panel { display: none; }
  .event-trigger { grid-template-columns: 66px minmax(0,1fr) auto 22px; }
  .event-card.is-selected { color: var(--ink); border-color: var(--blue-600); background: var(--white); }
  .event-card.is-selected .event-trigger { color: var(--ink); background: var(--white); }
  .is-selected .event-date { border-color: var(--line); }
  .is-selected .event-date small { color: var(--blue-600); }
  .is-selected .event-main small { color: var(--muted); }
  .event-card.is-selected .mobile-event-detail {
    display: block; padding: 22px 18px 20px; border-top: 1px solid var(--line);
  }
  .mobile-event-detail .camp-topline { margin-bottom: 14px; }
  .mobile-event-detail h3 { display: none; }
  .mobile-event-detail h4 { margin: 20px 0 8px; }
  .mobile-event-detail p, .mobile-event-detail li { font-size: .88rem; line-height: 1.55; }
  .mobile-event-detail ul { padding-left: 18px; }
  .booking-panel { gap: 34px; }
  .safeguarding-note { grid-template-columns: 1fr; gap: 10px; }
  .faq-layout { gap: 20px; }
  .final-cta-grid { align-items: start; }
  .connected-card { max-width: 560px; }
}

@media (max-width: 620px) {
  body { font-size: 15px; }
  :root {
    --section-space: 54px;
    --section-space-compact: 40px;
  }
  .section { padding: var(--section-space) 0; }
  .section-heading { margin-bottom: 28px; }
  .hero { min-height: 660px; align-items: end; }
  .hero-content { padding-top: calc(var(--header-height) + 24px); padding-bottom: 32px; }
  .hero h1 { font-size: clamp(3.6rem, 20vw, 5.5rem); }
  .hero-copy { max-width: 390px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 8px; margin-bottom: 24px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { justify-content: center; }
  .hero-meta { display: grid; gap: 2px; }
  .hero-index { display: none; }
  .programme-grid { grid-template-columns: 1fr; gap: 34px; }
  .programme-visual { padding: 0 12px 12px 0; }
  .programme-visual figcaption { position: static; max-width: none; }
  .coach-grid { grid-template-columns: 1fr; }
  .coach-card > img { height: 300px; }
  .date-alert { grid-template-columns: 1fr; gap: 7px; }
  .event-trigger { grid-template-columns: 56px minmax(0,1fr) auto; gap: 11px; padding-right: 12px; }
  .event-date { height: 58px; }
  .event-main strong { font-size: .82rem; }
  .event-main small { font-size: .7rem; }
  .event-price { font-size: .86rem; }
  .event-arrow { display: none; }
  .expect-grid { grid-template-columns: 1fr; }
  .expect-grid article, .expect-grid article + article, .expect-grid article:nth-child(3) { padding: 20px 0; border-top: 1px solid rgba(255,255,255,.2); border-left: 0; }
  .expect-grid h3 { margin-top: 18px; }
  .progression { grid-template-columns: 1fr; gap: 0; margin-left: 15px; }
  .progression { margin-top: 34px; }
  .progression li { display: grid; grid-template-columns: 42px 1fr; align-items: start; gap: 16px; min-height: 64px; padding: 0; text-align: left; }
  .progression li:not(:last-child)::after { position: absolute; top: 36px; bottom: 0; left: 17px; width: 2px; background: var(--line); content: ""; }
  .progression span { margin: 0; }
  .progression strong { padding-top: 8px; }
  .booking-section { padding-top: var(--section-space-compact); }
  .booking-panel { margin-inline: -16px; padding: 32px 24px; }
  .booking-facts li { grid-template-columns: 76px 1fr; gap: 14px; }
  .safeguarding-note { margin-inline: -16px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-base { flex-direction: column; gap: 8px; }
}

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