/* ****************************************
 * BASE
 * **************************************** */

:root {
    --ink: #17382b;
    --ink-dark: #10271f;
    --forest: #1f503c;
    --forest-light: #2d694e;
    --leaf: #8bb85c;
    --lime: #c8df9d;
    --orange: #e0682d;
    --orange-dark: #c7521c;
    --cream: #f7f4ea;
    --paper: #fffdf8;
    --sage: #e8efdc;
    --line: rgba(23, 56, 43, 0.14);
    --muted: #66756d;
    --shadow: 0 24px 70px rgba(21, 51, 39, 0.14);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--cream);
    color: var(--ink-dark);
    font-family: "Plus Jakarta Sans", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

body::selection {
    background: var(--lime);
}

a {
    color: inherit;
    text-decoration: none;
}

a:focus-visible,
summary:focus-visible {
    outline: 3px solid var(--orange);
    outline-offset: 4px;
}

p {
    margin-top: 0;
}

.shell {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

/* ****************************************
 * HEADER AND BRAND
 * **************************************** */

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    border-bottom: 1px solid var(--line);
    background: rgba(247, 244, 234, 0.92);
    backdrop-filter: blur(14px);
}

.site-header__inner {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
}

.brand-mark {
    position: relative;
    width: 45px;
    height: 45px;
    overflow: hidden;
    border-radius: 13px 13px 13px 4px;
    background: var(--forest);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

.brand-mark::before {
    position: absolute;
    right: 10px;
    top: 7px;
    width: 2px;
    height: 24px;
    background: #ffffff;
    content: "";
}

.brand-mark::after {
    position: absolute;
    right: 0;
    top: 7px;
    width: 11px;
    height: 9px;
    background: var(--orange);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    content: "";
}

.brand-mark span {
    position: absolute;
    left: 8px;
    bottom: 7px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: -0.06em;
}

.brand-name {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -0.035em;
}

.brand-name strong {
    font-weight: 800;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 27px;
}

.site-nav a {
    color: #52645b;
    font-size: 13px;
    font-weight: 700;
}

.site-nav a:hover {
    color: var(--orange);
}

/* ****************************************
 * BUTTONS
 * **************************************** */

.button {
    display: inline-flex;
    min-height: 56px;
    padding: 0 24px;
    border-radius: 12px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font-size: 15px;
    font-weight: 800;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.button:hover {
    transform: translateY(-2px);
}

.button--header {
    min-height: 46px;
    padding: 0 18px;
    background: var(--ink-dark);
    color: #ffffff;
    font-size: 13px;
}

.button--header:hover {
    background: var(--orange);
}

.button--primary {
    background: var(--orange);
    color: #ffffff;
    box-shadow: 0 13px 30px rgba(224, 104, 45, 0.26);
}

.button--primary:hover {
    background: var(--orange-dark);
    box-shadow: 0 17px 35px rgba(224, 104, 45, 0.34);
}

.button--secondary {
    border: 2px solid var(--forest);
    background: rgba(255, 255, 255, 0.55);
    color: var(--forest);
}

.button--secondary:hover {
    background: var(--forest);
    color: #ffffff;
}

.button--light {
    background: #ffffff;
    color: var(--forest);
    box-shadow: 0 14px 30px rgba(5, 28, 20, 0.25);
}

.button--light:hover {
    background: var(--lime);
}

/* ****************************************
 * HERO
 * **************************************** */

.hero {
    position: relative;
    overflow: hidden;
    padding: 76px 0 94px;
    background: radial-gradient(circle at 86% 16%, rgba(224, 104, 45, 0.14), transparent 27%), linear-gradient(135deg, #faf7ef 0%, #e7efda 100%);
}

.hero::before,
.hero::after {
    position: absolute;
    border: 1px solid rgba(31, 80, 60, 0.09);
    border-radius: 50%;
    content: "";
}

.hero::before {
    right: -220px;
    bottom: -300px;
    width: 670px;
    height: 670px;
}

.hero::after {
    left: -190px;
    top: 90px;
    width: 320px;
    height: 320px;
}

.hero__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(450px, 1.1fr);
    align-items: center;
    gap: 72px;
}

.eyebrow {
    display: inline-flex;
    padding: 8px 13px;
    border: 1px solid #d1dfc5;
    border-radius: 999px;
    align-items: center;
    gap: 9px;
    background: rgba(255, 255, 255, 0.7);
    color: var(--forest-light);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.eyebrow span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--orange);
    box-shadow: 0 0 0 5px rgba(224, 104, 45, 0.12);
}

.hero h1 {
    max-width: 690px;
    margin: 25px 0 0;
    color: var(--ink-dark);
    font-size: clamp(50px, 6.1vw, 76px);
    font-weight: 800;
    letter-spacing: -0.06em;
    line-height: 0.99;
    text-wrap: balance;
}

.hero h1 em {
    color: var(--forest);
    font-style: normal;
    box-shadow: inset 0 -0.2em 0 #edbd9e;
}

.hero__lead {
    max-width: 640px;
    margin: 27px 0 0;
    color: #52645b;
    font-size: 19px;
    line-height: 1.65;
}

.hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 31px;
}

.hero__note {
    margin: 15px 0 0;
    color: #6e7c74;
    font-size: 12px;
    font-weight: 700;
}

.hero__visual {
    position: relative;
    width: min(500px, 100%);
    min-width: 0;
    margin-left: auto;
    padding: 18px 0 32px;
}

.course-card {
    overflow: hidden;
    border: 1px solid rgba(23, 56, 43, 0.13);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: var(--shadow);
    transform: rotate(1.25deg);
}

.course-card__bar {
    min-height: 54px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 7px;
    border-bottom: 1px solid var(--line);
}

.course-card__bar > span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #d6ded3;
}

.course-card__bar > span:first-child {
    background: #ef9b70;
}

.course-card__bar small {
    margin-left: auto;
    color: #819087;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.course-card__map {
    position: relative;
    padding: 12px;
}

.course-card__map img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 18px;
}

.floating-note {
    position: absolute;
    display: flex;
    min-width: 225px;
    padding: 13px 16px;
    border: 1px solid rgba(23, 56, 43, 0.13);
    border-radius: 14px;
    align-items: center;
    gap: 11px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 15px 35px rgba(23, 56, 43, 0.14);
}

.floating-note--top {
    right: -30px;
    top: 65px;
}

.floating-note--bottom {
    left: -34px;
    bottom: 0;
}

.floating-note > span {
    display: flex;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    background: var(--orange);
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
}

.floating-note p {
    margin: 0;
}

.floating-note strong,
.floating-note small {
    display: block;
}

.floating-note strong {
    font-size: 12px;
}

.floating-note small {
    margin-top: 3px;
    color: #7a8880;
    font-size: 10px;
}

/* ****************************************
 * SHARED SECTIONS
 * **************************************** */

.section {
    padding: 102px 0;
}

.section-intro {
    max-width: 790px;
    margin-bottom: 48px;
}

.section-intro--centre {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.section-kicker {
    margin: 0 0 13px;
    color: var(--orange);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.section h2,
.applications h2,
.faq h2,
.final-cta h2 {
    margin: 0;
    color: var(--ink);
    font-size: clamp(37px, 5vw, 55px);
    font-weight: 800;
    letter-spacing: -0.05em;
    line-height: 1.06;
    text-wrap: balance;
}

.section-intro > p:last-child,
.applications__content > p,
.faq__inner > div:first-child > p:last-child,
.final-cta__inner > p:nth-of-type(2) {
    max-width: 690px;
    margin: 20px 0 0;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.72;
}

/* ****************************************
 * USE STRIP
 * **************************************** */

.use-strip {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--ink-dark);
    color: #ffffff;
}

.use-strip__inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.use-strip__inner > div {
    min-height: 112px;
    padding: 25px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.use-strip__inner > div:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.use-strip strong,
.use-strip span {
    display: block;
}

.use-strip strong {
    font-size: 14px;
}

.use-strip span {
    margin-top: 6px;
    color: #aebfb6;
    font-size: 10px;
    line-height: 1.5;
}

/* ****************************************
 * BENEFITS
 * **************************************** */

.benefits {
    background: var(--paper);
}

.benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.benefit-grid article {
    min-height: 300px;
    padding: 31px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #ffffff;
}

.benefit-grid article:nth-child(2) {
    background: var(--sage);
}

.card-number {
    display: inline-flex;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: #f2e0d4;
    color: var(--orange-dark);
    font-size: 12px;
    font-weight: 800;
}

.benefit-grid h3 {
    margin: 52px 0 0;
    font-size: 21px;
    letter-spacing: -0.03em;
    line-height: 1.3;
}

.benefit-grid p {
    margin: 14px 0 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.72;
}

/* ****************************************
 * TRANSFORMATION
 * **************************************** */

.transformation {
    background: var(--sage);
}

.transformation-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.transformation-card {
    margin: 0;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 17px 45px rgba(23, 56, 43, 0.08);
}

.transformation-card--final {
    border-color: rgba(31, 80, 60, 0.35);
    box-shadow: 0 22px 52px rgba(23, 56, 43, 0.16);
}

.transformation-card__heading {
    min-height: 154px;
    padding: 10px 10px 21px;
}

.transformation-card__heading span {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--orange);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.transformation-card__heading h3 {
    margin: 0;
    font-size: 20px;
    letter-spacing: -0.03em;
}

.transformation-card__heading p {
    margin: 11px 0 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.65;
}

.transformation-card img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;
    border: 1px solid rgba(23, 56, 43, 0.09);
    border-radius: 15px;
    background: var(--cream);
    object-fit: contain;
}

/* ****************************************
 * APPLICATIONS
 * **************************************** */

.applications {
    overflow: hidden;
    background: var(--ink-dark);
    color: #ffffff;
}

.applications__inner {
    display: grid;
    grid-template-columns: 0.88fr 1.12fr;
    align-items: center;
    gap: 80px;
}

.applications h2 {
    color: #ffffff;
}

.applications__content > p {
    color: #adbbb4;
}

.text-link {
    display: inline-flex;
    margin-top: 28px;
    align-items: center;
    gap: 9px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
}

.text-link:hover {
    color: var(--lime);
}

.application-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    transform: rotate(2deg);
}

.application-grid article {
    min-height: 178px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 17px;
    background: #17392d;
}

.application-grid article:nth-child(2),
.application-grid article:nth-child(3) {
    background: #234b39;
}

.application-mark {
    margin-bottom: auto;
    color: var(--lime);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.application-grid strong,
.application-grid small {
    display: block;
}

.application-grid strong {
    font-size: 14px;
}

.application-grid small {
    margin-top: 6px;
    color: #a4b7ad;
    font-size: 10px;
}

/* ****************************************
 * ENQUIRY FORM
 * **************************************** */

.enquiry {
    background: linear-gradient(135deg, #e9f0de 0%, #d8e6c7 100%);
}

.enquiry__inner {
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    align-items: start;
    gap: 72px;
}

.enquiry__content {
    padding-top: 12px;
}

.enquiry__content h2 {
    max-width: 500px;
}

.enquiry__content > p:nth-of-type(2) {
    max-width: 570px;
    margin: 20px 0 0;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.72;
}

.enquiry__points {
    display: grid;
    gap: 13px;
    margin-top: 34px;
}

.enquiry__points span {
    position: relative;
    padding-left: 31px;
    color: #425b4d;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.55;
}

.enquiry__points span::before {
    position: absolute;
    left: 0;
    top: -1px;
    display: flex;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: var(--forest);
    color: #ffffff;
    font-size: 10px;
    content: "✓";
}

.enquiry-form {
    position: relative;
    display: grid;
    gap: 19px;
    padding: 35px;
    border: 1px solid rgba(23, 56, 43, 0.14);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 24px 60px rgba(23, 56, 43, 0.12);
}

.enquiry-form__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}

.enquiry-form label {
    display: block;
    margin-bottom: 8px;
    color: var(--ink);
    font-size: 11px;
    font-weight: 800;
}

.enquiry-form label span {
    color: #89968f;
    font-weight: 600;
}

.enquiry-form input,
.enquiry-form textarea {
    display: block;
    width: 100%;
    border: 1px solid #ccd7c7;
    border-radius: 11px;
    background: #fbfcf8;
    color: var(--ink-dark);
    font: inherit;
    font-size: 13px;
    outline: 0;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.enquiry-form input {
    height: 50px;
    padding: 0 14px;
}

.enquiry-form textarea {
    min-height: 156px;
    padding: 14px;
    line-height: 1.55;
    resize: vertical;
}

.enquiry-form input::placeholder,
.enquiry-form textarea::placeholder {
    color: #9aa59f;
}

.enquiry-form input:focus,
.enquiry-form textarea:focus {
    border-color: var(--forest-light);
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(45, 105, 78, 0.12);
}

.enquiry-form button {
    min-height: 56px;
    border: 0;
    border-radius: 12px;
    background: var(--orange);
    color: #ffffff;
    cursor: pointer;
    font: inherit;
    font-size: 14px;
    font-weight: 800;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.enquiry-form button:hover {
    background: var(--orange-dark);
    box-shadow: 0 13px 28px rgba(224, 104, 45, 0.25);
    transform: translateY(-2px);
}

.enquiry-form__note {
    margin: -3px 0 0;
    color: #7a8780;
    font-size: 10px;
    line-height: 1.55;
    text-align: center;
}

.enquiry-form__status {
    padding: 13px 15px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.55;
}

.enquiry-form__status--success {
    border: 1px solid #a9ca95;
    background: #ecf7e5;
    color: #28552e;
}

.enquiry-form__status--error {
    border: 1px solid #e1ad99;
    background: #fff0e9;
    color: #8c381c;
}

.enquiry-form__trap {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* ****************************************
 * CLUBS
 * **************************************** */

.clubs {
    background: var(--cream);
}

.club-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.club-grid article {
    min-height: 230px;
    padding: 28px;
    border-left: 1px solid var(--line);
}

.club-grid article:last-child {
    border-right: 1px solid var(--line);
}

.club-grid span {
    color: var(--orange);
    font-size: 10px;
    font-weight: 800;
}

.club-grid h3 {
    margin: 70px 0 0;
    font-size: 18px;
    letter-spacing: -0.03em;
}

.club-grid p {
    margin: 12px 0 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.65;
}

/* ****************************************
 * FAQ
 * **************************************** */

.faq {
    background: var(--paper);
}

.faq__inner {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 82px;
}

.faq-list {
    border-top: 1px solid var(--line);
}

.faq-list details {
    border-bottom: 1px solid var(--line);
}

.faq-list summary {
    padding: 24px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    cursor: pointer;
    list-style: none;
    font-size: 14px;
    font-weight: 800;
}

.faq-list summary::-webkit-details-marker {
    display: none;
}

.faq-list summary span {
    display: inline-flex;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    background: var(--sage);
    color: var(--forest);
    transition: transform 0.2s ease;
}

.faq-list details[open] summary span {
    transform: rotate(45deg);
}

.faq-list details p {
    max-width: 640px;
    margin: -6px 50px 24px 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.72;
}

/* ****************************************
 * FINAL CTA AND FOOTER
 * **************************************** */

.final-cta {
    padding: 108px 0;
    background: linear-gradient(135deg, #2d694e, #17392d);
    color: #ffffff;
    text-align: center;
}

.final-cta .section-kicker {
    color: #c7df9a;
}

.final-cta h2 {
    max-width: 820px;
    margin: 0 auto;
    color: #ffffff;
}

.final-cta__inner > p:nth-of-type(2) {
    margin-right: auto;
    margin-left: auto;
    color: #c1d0c8;
}

.final-cta__inner > div {
    display: flex;
    margin-top: 32px;
    align-items: center;
    justify-content: center;
    gap: 22px;
}

.final-cta__link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
}

.site-footer {
    padding: 55px 0 34px;
    background: #0d2019;
    color: #ffffff;
}

.site-footer__inner {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: start;
    gap: 26px 50px;
}

.brand--footer .brand-mark {
    background: #254c3c;
}

.site-footer p {
    grid-column: 1;
    max-width: 400px;
    margin: 0;
    color: #93a79d;
    font-size: 12px;
    line-height: 1.6;
}

.site-footer nav {
    grid-column: 2;
    grid-row: 1 / span 2;
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 13px 30px;
}

.site-footer nav a {
    color: #bac8c1;
    font-size: 11px;
    font-weight: 700;
}

.site-footer nav a:hover {
    color: #ffffff;
}

.site-footer small {
    grid-column: 1 / -1;
    padding-top: 27px;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    color: #6f8579;
    font-size: 10px;
}

/* ****************************************
 * RESPONSIVE
 * **************************************** */

@media (max-width: 1060px) {
    .site-nav {
        display: none;
    }

    .hero__inner {
        grid-template-columns: minmax(0, 0.9fr) minmax(390px, 1.1fr);
        gap: 45px;
    }

    .floating-note--top {
        right: -8px;
    }

    .floating-note--bottom {
        left: -12px;
    }

    .applications__inner,
    .enquiry__inner,
    .faq__inner {
        gap: 50px;
    }
}

@media (max-width: 860px) {
    .hero {
        padding-top: 58px;
    }

    .hero__inner,
    .applications__inner,
    .enquiry__inner,
    .faq__inner {
        grid-template-columns: 1fr;
    }

    .transformation-grid {
        grid-template-columns: 1fr;
    }

    .transformation-card {
        display: grid;
        grid-template-columns: minmax(260px, 0.72fr) 1fr;
        align-items: center;
    }

    .transformation-card__heading {
        min-height: 0;
        padding: 30px;
        grid-column: 2;
        grid-row: 1;
    }

    .transformation-card img {
        grid-column: 1;
        grid-row: 1;
    }

    .hero__content {
        max-width: 720px;
    }

    .hero__visual {
        width: min(620px, 100%);
        margin: 0 auto;
    }

    .use-strip__inner,
    .club-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .use-strip__inner > div:nth-child(3) {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .use-strip__inner > div:nth-child(4) {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }

    .benefit-grid {
        grid-template-columns: 1fr;
    }

    .benefit-grid article {
        min-height: 0;
    }

    .benefit-grid h3 {
        margin-top: 28px;
    }

    .applications__content {
        max-width: 700px;
    }

    .enquiry__content {
        max-width: 700px;
    }

    .application-grid {
        transform: none;
    }

    .club-grid article:nth-child(3),
    .club-grid article:nth-child(4) {
        border-top: 1px solid var(--line);
    }

    .faq__inner > div:first-child {
        max-width: 700px;
    }
}

@media (max-width: 650px) {
    .shell {
        width: min(100% - 32px, 1180px);
    }

    .site-header__inner {
        min-height: 70px;
    }

    .brand-mark {
        width: 40px;
        height: 40px;
    }

    .brand-name {
        font-size: 14px;
    }

    .button--header {
        min-height: 42px;
        padding: 0 13px;
    }

    .button--header span {
        display: none;
    }

    .hero {
        padding: 46px 0 66px;
    }

    .hero h1 {
        font-size: clamp(43px, 14vw, 60px);
    }

    .hero__lead {
        font-size: 17px;
    }

    .hero__actions,
    .hero__actions .button {
        width: 100%;
    }

    .hero__visual {
        margin-top: 5px;
        padding-bottom: 52px;
    }

    .course-card__bar small {
        display: none;
    }

    .floating-note {
        min-width: 208px;
    }

    .floating-note--top {
        right: -6px;
        top: 59px;
    }

    .floating-note--bottom {
        left: 8px;
    }

    .section {
        padding: 76px 0;
    }

    .section h2,
    .applications h2,
    .faq h2,
    .final-cta h2 {
        font-size: clamp(34px, 11vw, 46px);
    }

    .use-strip__inner,
    .transformation-grid,
    .application-grid,
    .club-grid {
        grid-template-columns: 1fr;
    }

    .use-strip__inner > div {
        min-height: 92px;
        border-right: 1px solid rgba(255, 255, 255, 0.1);
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .use-strip__inner > div:last-child {
        border-bottom: 0;
    }

    .transformation-card {
        display: block;
    }

    .transformation-card__heading {
        min-height: 0;
        padding: 10px 10px 21px;
    }

    .enquiry-form {
        padding: 24px;
    }

    .enquiry-form__row {
        grid-template-columns: 1fr;
    }

    .club-grid article {
        min-height: 0;
        border-right: 1px solid var(--line);
        border-bottom: 1px solid var(--line);
    }

    .club-grid article:last-child {
        border-bottom: 0;
    }

    .club-grid h3 {
        margin-top: 37px;
    }

    .faq-list summary {
        font-size: 13px;
    }

    .final-cta {
        padding: 82px 0;
    }

    .final-cta__inner > div {
        flex-direction: column;
    }

    .site-footer__inner {
        grid-template-columns: 1fr;
    }

    .site-footer nav {
        grid-column: 1;
        grid-row: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .button,
    .faq-list summary span {
        transition: none;
    }
}
