:root {
    --navy: #171633;
    --ink: #262342;
    --pink: #f7d7e7;
    --purple: #7048cf;
    --turquoise: #48d8c7;
    --yellow: #f4c95d;
    --white: #ffffff;
    --line: rgba(23, 22, 51, 0.18);
    --radius: 1.25rem;
    --shadow: 0 1.25rem 3rem rgba(23, 22, 51, 0.13);
    --wrap: 75rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
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: 1rem; line-height: 1.65; }
img, svg { max-width: 100%; }
a { color: inherit; text-underline-offset: 0.22em; }
a:hover { text-decoration-thickness: 0.14em; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 0.2rem solid var(--purple); outline-offset: 0.25rem; }
h1, h2, h3 { margin: 0 0 1rem; font-weight: 750; line-height: 1.06; letter-spacing: -0.035em; text-wrap: balance; }
h1 { max-width: 12ch; font-size: clamp(3rem, 8vw, 6.8rem); }
h2 { max-width: 18ch; font-size: clamp(2.25rem, 5vw, 4.5rem); }
h3 { max-width: 22ch; font-size: clamp(1.45rem, 2.2vw, 2rem); }
p { margin: 0 0 1.25rem; }

.wrap { width: min(calc(100% - 2rem), var(--wrap)); margin-inline: auto; }
.narrow { width: min(calc(100% - 2rem), 48rem); }
.narrow-left { max-width: 54rem; margin-left: max(1rem, calc((100vw - var(--wrap)) / 2)); margin-right: 1rem; }
.section { padding-block: clamp(4.5rem, 9vw, 8rem); }
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(2.5rem, 7vw, 7rem); }
.align-centre { align-items: center; }
.section-heading { margin-bottom: 3rem; }
.lead { max-width: 42rem; font-size: clamp(1.15rem, 2vw, 1.45rem); line-height: 1.5; }
.small { max-width: 46rem; font-size: 0.875rem; }
.eyebrow { margin-bottom: 1.1rem; font-size: 0.82rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }

.band-navy { color: var(--white); background: var(--navy); }
.band-pink { background: var(--pink); }
.band-purple { color: var(--white); background: var(--purple); }
.band-turquoise { background: var(--turquoise); }
.band-yellow { background: var(--yellow); }

.skip-link { position: fixed; z-index: 100; top: 0.75rem; left: 0.75rem; padding: 0.75rem 1rem; color: var(--white); background: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.site-header { position: sticky; z-index: 20; top: 0; color: var(--navy); background: rgba(255, 255, 255, 0.96); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 5rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: 0.65rem; font-size: 1.25rem; font-weight: 850; text-decoration: none; letter-spacing: -0.03em; }
.brand-mark { width: 2rem; height: 2rem; display: inline-grid; place-items: center; color: var(--white); background: var(--purple); border-radius: 50%; font-size: 1rem; }
.site-nav summary { display: none; cursor: pointer; font-weight: 750; }
.site-nav nav { display: flex; align-items: center; gap: 1.5rem; }
.site-nav nav > a:not(.button) { font-weight: 700; text-decoration: none; }

.button { min-height: 3.25rem; display: inline-flex; align-items: center; justify-content: center; padding: 0.8rem 1.25rem; color: var(--white); background: var(--navy); border: 2px solid var(--navy); border-radius: 999px; font-weight: 800; text-decoration: none; transition: transform 160ms ease, box-shadow 160ms ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 0.65rem 1.2rem rgba(23, 22, 51, 0.18); }
.button-small { min-height: 2.7rem; padding: 0.55rem 1rem; }
.button-light { color: var(--navy); background: var(--white); border-color: var(--white); }
.text-link { font-weight: 800; }
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.25rem; margin: 2rem 0 1.25rem; }

.hero { min-height: calc(100svh - 5rem); display: grid; align-items: center; }
.hero-copy .lead { margin-top: 1.5rem; }
.product-preview { position: relative; overflow: hidden; min-height: 35rem; padding: 1.25rem; background: var(--white); border: 0.55rem solid var(--navy); border-radius: 2.5rem; box-shadow: var(--shadow); }
.preview-top, .preview-card, .preview-actions, .board-header, .class-row { display: flex; align-items: center; gap: 0.9rem; }
.preview-top { justify-content: space-between; padding-bottom: 1rem; border-bottom: 1px solid var(--line); font-weight: 800; }
.preview-logo { width: 2.25rem; height: 2.25rem; display: grid; place-items: center; color: var(--white); background: var(--purple); border-radius: 50%; }
.preview-card { margin-top: 1rem; padding: 1rem; border-radius: 1rem; }
.preview-card div:last-child, .preview-card span { display: grid; }
.preview-a { background: var(--pink); }
.preview-b { align-items: flex-start; flex-direction: column; background: var(--yellow); }
.avatar { width: 3rem; height: 3rem; flex: 0 0 3rem; display: grid; place-items: center; color: var(--white); background: var(--purple); border-radius: 50%; font-weight: 800; }
.preview-media { height: 15rem; display: grid; place-items: center; margin-top: 1rem; background: var(--purple); border-radius: 1rem; color: var(--white); font-weight: 800; }
.preview-actions { justify-content: space-between; padding: 0.9rem 0.25rem; font-size: 0.82rem; font-weight: 750; }
.pill { display: inline-flex !important; width: fit-content; padding: 0.25rem 0.6rem; background: var(--white); border-radius: 999px; font-size: 0.75rem; font-weight: 800; }

.discipline-strip { padding-block: 1.2rem; }
.discipline-strip .wrap { display: flex; justify-content: space-between; gap: 1rem; font-weight: 800; }
.card-grid { display: grid; gap: 1.5rem; }
.card-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card { min-height: 22rem; display: flex; align-items: flex-start; flex-direction: column; padding: clamp(1.5rem, 3vw, 2.5rem); border-radius: var(--radius); }
.card h2 { font-size: clamp(2rem, 3.5vw, 3.25rem); }
.card p:not(.eyebrow) { font-size: 1.08rem; }
.card a { margin-top: auto; font-weight: 800; }

.feature-list { border-top: 1px solid rgba(255, 255, 255, 0.28); }
.feature-list > div { display: grid; grid-template-columns: 3rem 1fr; gap: 1rem; padding: 1.4rem 0; border-bottom: 1px solid rgba(255, 255, 255, 0.28); }
.feature-list span { color: var(--turquoise); font-weight: 850; }
.feature-list p, .feature-list strong { display: block; margin: 0; }
.feature-list strong { margin-bottom: 0.2rem; font-size: 1.12rem; }

.club-board { overflow: hidden; background: var(--white); border: 0.45rem solid var(--navy); border-radius: var(--radius); box-shadow: var(--shadow); }
.board-header { justify-content: space-between; padding: 1.25rem; background: var(--pink); font-weight: 800; }
.class-row { display: grid; grid-template-columns: 4rem 1fr auto; padding: 1.25rem; border-top: 1px solid var(--line); }
.class-row span { display: grid; }
.class-time { font-weight: 850; }

.value-list { margin-top: 3rem; border-top: 2px solid var(--navy); }
.value-list article { display: grid; grid-template-columns: minmax(3rem, 0.3fr) 1.7fr; gap: 2rem; padding: 2.5rem 0; border-bottom: 2px solid var(--navy); }
.value-list article > span { color: var(--purple); font-size: 1.4rem; font-weight: 850; }
.value-list article h3 { max-width: 32ch; }
.value-list article p { max-width: 46rem; }

.faq-list { margin-top: 2.5rem; border-top: 2px solid var(--navy); }
.faq-list details { border-bottom: 2px solid var(--navy); }
.faq-list summary { padding: 1.5rem 2.5rem 1.5rem 0; cursor: pointer; font-size: 1.15rem; font-weight: 800; }
.faq-list details p { max-width: 42rem; padding-bottom: 1.4rem; }

.page-hero { min-height: 36rem; display: grid; align-items: center; }
.page-hero h1 { max-width: 13ch; }
.page-hero .button { margin-top: 1rem; }
.legal-page h1 { max-width: 16ch; }
.legal-page section { padding-top: 2rem; }
.legal-page section h2 { font-size: clamp(1.55rem, 3vw, 2.3rem); }
.draft-notice { margin: 2rem 0; padding: 1.25rem; background: var(--yellow); border-left: 0.4rem solid var(--navy); }

.footer-cta h2 { max-width: 15ch; }
.footer-main { padding: 4rem 0 2rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3rem; }
.footer-grid > div p { max-width: 32rem; margin-top: 1.25rem; color: rgba(255, 255, 255, 0.75); }
.footer-grid nav { display: grid; align-content: start; gap: 0.55rem; }
.footer-grid nav h2 { margin: 0 0 0.5rem; font-size: 1rem; letter-spacing: 0; }
.footer-grid nav a { width: fit-content; color: rgba(255, 255, 255, 0.78); }
.brand-footer .brand-mark { background: var(--turquoise); color: var(--navy); }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid rgba(255, 255, 255, 0.2); color: rgba(255, 255, 255, 0.65); font-size: 0.82rem; }

@media (max-width: 820px) {
    h1 { font-size: clamp(2.8rem, 13vw, 5rem); }
    .split, .card-grid.two, .card-grid.three, .footer-grid { grid-template-columns: 1fr; }
    .reverse-mobile > :first-child { order: 2; }
    .hero { min-height: auto; }
    .product-preview { min-height: 31rem; }
    .discipline-strip .wrap { display: grid; grid-template-columns: 1fr 1fr; }
    .card { min-height: 18rem; }
    .site-nav { position: relative; }
    .site-nav summary { display: list-item; padding: 0.6rem; }
    .site-nav nav { position: absolute; right: 0; top: calc(100% + 0.8rem); width: min(20rem, calc(100vw - 2rem)); display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 0.75rem; background: var(--white); border: 1px solid var(--line); border-radius: 1rem; box-shadow: var(--shadow); }
    .site-nav[open] nav { display: flex; }
    .site-nav nav a { padding: 0.8rem 0.7rem; }
    .site-nav nav .button { margin-top: 0.4rem; }
    .footer-grid { gap: 2rem; }
}

@media (max-width: 520px) {
    .wrap { width: min(calc(100% - 1.25rem), var(--wrap)); }
    .narrow-left { margin-inline: 0.625rem; }
    .section { padding-block: 4rem; }
    .header-inner { min-height: 4.5rem; }
    .brand { font-size: 1.12rem; }
    .product-preview { min-height: 28rem; border-width: 0.35rem; border-radius: 1.8rem; }
    .preview-media { height: 11rem; }
    .preview-actions { gap: 0.5rem; font-size: 0.72rem; }
    .discipline-strip .wrap { grid-template-columns: 1fr; text-align: center; }
    .class-row { grid-template-columns: 3.5rem 1fr; }
    .class-row > :last-child { grid-column: 2; }
    .value-list article { grid-template-columns: 2.5rem 1fr; gap: 0.75rem; }
    .footer-bottom { flex-direction: column; gap: 0.25rem; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition-duration: 0.01ms !important; }
}

@media print {
    .site-header, .footer-cta, .button { display: none !important; }
    body { color: #000; background: #fff; font-size: 11pt; }
    .section { padding: 1rem 0; }
    .band-navy, .band-purple { color: #000; background: #fff; }
}

