:root {
    --ink: #071b2d;
    --ink-soft: #102c43;
    --rose: #f2a1b5;
    --rose-soft: #fde8ed;
    --lime: #eef5b2;
    --lime-strong: #dfea7c;
    --wine: #55133f;
    --paper: #fbfaf6;
    --white: #ffffff;
    --muted: #546577;
    --line: #dbe2e7;
    --line-dark: #294155;
    --success-bg: #e4f4df;
    --success-text: #1c5b2c;
    --error-bg: #fde4e7;
    --error-text: #861f31;
    --shadow: 0 20px 60px rgba(7, 27, 45, .10);
    --radius-sm: 12px;
    --radius: 22px;
    --radius-lg: 32px;
    --header-height: 78px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 24px); }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2, h3 { text-wrap: balance; }
address { font-style: normal; }
main { min-height: 60vh; overflow: clip; }

:focus-visible { outline: 3px solid #d64f7a; outline-offset: 3px; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; padding: 11px 16px; border-radius: 8px; background: var(--lime); color: var(--ink); font-weight: 800; transform: translateY(-160%); transition: transform .15s ease; }
.skip-link:focus { transform: translateY(0); }

.section-shell, .header-shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.section { padding-block: clamp(68px, 8vw, 108px); }
.section:not(.section-shell) { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }

.eyebrow { color: var(--lime); font-size: .74rem; font-weight: 900; letter-spacing: .16em; line-height: 1.35; text-transform: uppercase; }
.eyebrow-dark { color: var(--wine); }
.section-heading { max-width: 780px; margin-bottom: 38px; }
.section-heading h2, .school-split h2, .financing-grid h2, .quote-checklist h2, .school-details h2 { margin: 12px 0 18px; font-size: clamp(2rem, 4vw, 3.35rem); letter-spacing: -.045em; line-height: 1.04; }
.section-heading p { margin: 0; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .intro { margin-inline: auto; }
.heading-row { display: flex; max-width: none; align-items: end; justify-content: space-between; gap: 32px; }
.heading-row > div { max-width: 790px; }
.intro { max-width: 700px; color: var(--muted); font-size: 1.08rem; }
.fine-print { margin: 18px 0 0; color: var(--muted); font-size: .82rem; }
.mobile-only { display: none; }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 8px; padding: 12px 20px; border: 1px solid transparent; border-radius: 999px; background: var(--ink); color: var(--white); font-weight: 800; line-height: 1.2; text-align: center; cursor: pointer; transition: transform .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(7, 27, 45, .16); }
.button-primary { background: var(--lime); color: var(--ink); }
.button-primary:hover { background: var(--lime-strong); }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: var(--ink-soft); }
.button-secondary { background: var(--rose-soft); color: var(--wine); border-color: #f4c8d3; }
.button-on-dark { color: var(--white); border-color: rgba(255,255,255,.58); background: transparent; }
.button-on-dark:hover { border-color: var(--white); background: rgba(255,255,255,.08); }
.button-block { width: 100%; }
.button-row-public { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; margin-top: 28px; }
.text-link { display: inline-flex; min-height: 32px; align-items: center; gap: 7px; color: var(--wine); font-weight: 800; text-decoration: underline; text-decoration-color: transparent; text-underline-offset: 4px; transition: gap .16s ease, text-decoration-color .16s ease; }
.text-link:hover { gap: 11px; text-decoration-color: currentColor; }
.text-link-light { color: var(--lime); }

/* Header */
.utility-bar { background: var(--ink); color: #e7edf2; font-size: .78rem; }
.utility-inner { min-height: 34px; display: flex; align-items: center; gap: 22px; }
.utility-inner .utility-hours { margin-left: auto; }
.utility-inner a { color: var(--white); font-weight: 700; }
.utility-inner a:hover { color: var(--lime); }
.site-header { position: sticky; top: 0; z-index: 100; min-height: var(--header-height); background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.header-inner { min-height: var(--header-height); display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-grid; grid-template-columns: auto auto auto; align-items: baseline; flex: 0 0 auto; font-size: 1.55rem; font-weight: 950; letter-spacing: -.065em; line-height: .95; }
.brand span { color: var(--rose); }
.brand b { color: var(--ink); }
.brand i { margin-left: 4px; color: #dce77e; font-size: .58em; font-style: normal; }
.brand small { grid-column: 1 / -1; margin-top: 5px; color: var(--muted); font-size: .52rem; font-weight: 800; letter-spacing: .18em; line-height: 1; text-transform: uppercase; }
.brand-light b { color: var(--white); }
.brand-light small { display: none; }
.site-header nav { margin-left: auto; }
.site-header nav ul { display: flex; align-items: center; gap: 3px; margin: 0; padding: 0; list-style: none; }
.site-header nav a { position: relative; display: flex; min-height: 44px; align-items: center; padding: 8px 11px; border-radius: 10px; font-size: .86rem; font-weight: 750; white-space: nowrap; }
.site-header nav a:not(.nav-cta):hover { background: #f4f6f7; color: var(--wine); }
.site-header nav a[aria-current="page"]:not(.nav-cta)::after { position: absolute; right: 11px; bottom: 3px; left: 11px; height: 3px; border-radius: 3px; background: var(--rose); content: ""; }
.site-header nav .account-link { margin-left: 4px; border: 1px solid var(--line); }
.site-header nav .logout-link { color: var(--muted); }
.site-header nav .nav-cta { min-height: 44px; margin-left: 5px; padding-inline: 17px; background: var(--wine); color: var(--white); }
.site-header nav .nav-cta:hover { background: #6b1a50; }
.menu-toggle { display: none; min-width: 48px; min-height: 48px; align-items: center; justify-content: center; gap: 9px; padding: 8px 10px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); color: var(--ink); font-weight: 800; cursor: pointer; }
.menu-icon { display: grid; width: 20px; gap: 4px; }
.menu-icon i { display: block; width: 100%; height: 2px; border-radius: 2px; background: currentColor; transition: transform .15s ease, opacity .15s ease; }
.menu-toggle[aria-expanded="true"] .menu-icon i:first-child { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-icon i:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] .menu-icon i:last-child { transform: translateY(-6px) rotate(-45deg); }

/* Hero */
.hero { position: relative; overflow: hidden; background: var(--ink); color: var(--white); }
.hero::before { position: absolute; top: -220px; right: -100px; width: 580px; height: 580px; border: 50px dashed rgba(238,245,178,.17); border-radius: 50%; content: ""; transform: rotate(12deg); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr); align-items: center; gap: clamp(44px, 7vw, 90px); min-height: 650px; padding-block: 72px; }
.hero-copy { min-width: 0; }
.hero h1 { margin: 17px 0 24px; color: var(--white); font-size: clamp(3.25rem, 6.3vw, 5.65rem); letter-spacing: -.07em; line-height: .92; }
.hero h1 em { color: var(--rose); font-style: normal; }
.hero-lead { max-width: 610px; margin: 0; color: #e6edf2; font-size: clamp(1.05rem, 1.5vw, 1.23rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.hero-account { margin: 20px 0 0; color: #bac7d0; font-size: .9rem; }
.hero-account a { color: var(--white); font-weight: 750; text-decoration: underline; text-underline-offset: 4px; }
.hero-visual { position: relative; min-width: 0; padding: 14px 10px 24px 14px; }
.hero-visual::before { position: absolute; inset: 0 24px 10px 0; border-radius: var(--radius-lg); background: var(--rose); content: ""; transform: rotate(-2deg); }
.hero-photo { position: relative; width: 100%; aspect-ratio: 4 / 3; border-radius: var(--radius-lg); object-fit: cover; box-shadow: 0 28px 65px rgba(0,0,0,.3); }
.location-card { position: absolute; right: -8px; bottom: -8px; display: grid; grid-template-columns: auto 1fr; column-gap: 9px; min-width: 250px; padding: 14px 17px; border: 1px solid rgba(7,27,45,.12); border-radius: 15px; background: var(--white); color: var(--ink); box-shadow: var(--shadow); }
.location-card > span { grid-row: 1 / 3; color: var(--rose); }
.location-card strong { font-size: .9rem; line-height: 1.2; }
.location-card small { color: var(--muted); font-size: .75rem; }
.proof-strip { background: var(--lime); border-bottom: 1px solid #dce58a; }
.proof-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.proof-grid > div { display: grid; min-width: 0; padding: 22px 24px; border-right: 1px solid rgba(7,27,45,.13); }
.proof-grid > div:first-child { padding-left: 0; }
.proof-grid > div:last-child { border: 0; }
.proof-grid b { font-size: 1rem; }
.proof-grid span { color: #3c4c52; font-size: .79rem; }

/* Cards and pricing */
.pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.pricing-grid-two { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 850px; }
.pricing-card { display: flex; min-width: 0; min-height: 100%; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 8px 28px rgba(7,27,45,.045); transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.pricing-card:hover { transform: translateY(-4px); border-color: #c9a3b8; box-shadow: var(--shadow); }
.card-topline { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 20px; }
.tag { display: inline-flex; align-items: center; width: fit-content; min-height: 28px; padding: 5px 10px; border-radius: 999px; background: var(--lime); color: var(--ink); font-size: .7rem; font-weight: 900; letter-spacing: .05em; line-height: 1; text-transform: uppercase; }
.tag-rose { background: var(--rose-soft); color: var(--wine); }
.card-code { color: #71808c; font-size: .75rem; font-weight: 900; letter-spacing: .1em; }
.pricing-card h3 { margin: 0 0 10px; font-size: clamp(1.28rem, 2vw, 1.52rem); letter-spacing: -.025em; line-height: 1.2; }
.card-description { min-height: 3.1em; margin: 0 0 22px; color: var(--muted); font-size: .9rem; }
.price-label { margin: auto 0 0; color: var(--muted); font-size: .72rem; font-weight: 750; text-transform: uppercase; letter-spacing: .05em; }
.price { margin: 2px 0 12px; color: var(--wine); font-size: clamp(1.8rem, 3vw, 2.45rem); font-weight: 950; letter-spacing: -.045em; line-height: 1.1; }
.price small { font-size: .65rem; font-weight: 800; letter-spacing: 0; }
.card-action { display: inline-flex; min-height: 44px; align-items: center; justify-content: space-between; gap: 12px; margin-top: 22px; padding-top: 17px; border-top: 1px solid var(--line); color: var(--wine); font-weight: 850; }
.card-action:hover { color: var(--ink); }
.card-points { display: grid; gap: 8px; margin: 5px 0 24px; padding: 0; color: var(--muted); font-size: .87rem; list-style: none; }
.card-points li::before { margin-right: 8px; color: var(--wine); content: "✓"; font-weight: 900; }
.option-card { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 38px; margin-top: 20px; padding: 30px; border-radius: var(--radius); background: var(--rose-soft); }
.option-card h3 { margin: 12px 0 5px; font-size: 1.6rem; }
.option-card p { margin: 0; color: var(--muted); }
.option-price { display: grid; min-width: 230px; }
.option-price > span { color: var(--muted); font-size: .74rem; text-transform: uppercase; }
.option-price strong { margin: 2px 0 7px; color: var(--wine); font-size: 1.75rem; }

/* Steps and school */
.steps-section { background: var(--rose-soft); }
.steps-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin: 0; padding: 0; list-style: none; }
.steps-grid li { display: grid; grid-template-columns: auto 1fr; align-content: start; gap: 18px; padding: 25px; border: 1px solid #f1cdd6; border-radius: var(--radius); background: rgba(255,255,255,.72); }
.steps-grid li > span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: var(--wine); color: var(--white); font-weight: 900; }
.steps-grid h3 { margin: 3px 0 7px; font-size: 1.13rem; line-height: 1.25; }
.steps-grid p { margin: 0; color: var(--muted); font-size: .88rem; }
.compact-steps { max-width: 1050px; margin-inline: auto; }
.school-split { display: grid; grid-template-columns: minmax(330px, .88fr) minmax(0, 1.12fr); align-items: center; gap: clamp(48px, 8vw, 110px); }
.school-photo-wrap { position: relative; min-width: 0; padding: 0 70px 55px 0; }
.school-photo-wrap > img { width: 100%; aspect-ratio: 4 / 4.6; border-radius: var(--radius-lg); object-fit: cover; box-shadow: var(--shadow); }
.school-hours { position: absolute; right: 0; bottom: 0; display: grid; width: min(290px, 72%); padding: 19px 21px; border-radius: 17px; background: var(--ink); color: var(--white); box-shadow: var(--shadow); }
.school-hours strong { margin-bottom: 7px; color: var(--lime); text-transform: uppercase; letter-spacing: .08em; font-size: .72rem; }
.school-hours span { font-size: .78rem; }
.feature-list { display: grid; gap: 0; margin: 25px 0 0; padding: 0; list-style: none; }
.feature-list li { display: grid; grid-template-columns: 34px 1fr; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.feature-list li > span { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: var(--lime); color: var(--ink); font-size: .8rem; font-weight: 900; }
.feature-list b, .feature-list small { display: block; }
.feature-list small { margin-top: 2px; color: var(--muted); }

/* Shared interior pages */
.page-intro { padding: clamp(62px, 8vw, 104px) max(24px, calc((100% - 1192px) / 2)); background: var(--ink); color: var(--white); }
.page-intro > .section-shell { width: 100%; max-width: none; }
.page-intro-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); align-items: end; gap: clamp(45px, 8vw, 110px); }
.page-intro h1 { max-width: 850px; margin: 15px 0 20px; font-size: clamp(2.75rem, 5.5vw, 5rem); letter-spacing: -.06em; line-height: .98; }
.page-intro p { max-width: 710px; margin: 0; color: #d9e2e8; font-size: 1.08rem; }
.page-intro .button { margin-top: 27px; }
.intro-summary { padding: 23px; border: 1px solid var(--line-dark); border-radius: var(--radius); background: rgba(255,255,255,.055); }
.intro-summary > strong { display: block; margin-bottom: 10px; color: var(--lime); font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
.intro-summary p { font-size: .9rem; }
.intro-summary ul { display: grid; gap: 9px; margin: 0; padding: 0; color: #e5ecf0; font-size: .86rem; list-style: none; }
.intro-summary li::before { margin-right: 8px; color: var(--rose); content: "✓"; font-weight: 900; }
.intro-summary a { display: inline-flex; min-height: 40px; align-items: center; margin-top: 14px; color: var(--lime); font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.anchor-nav { position: relative; z-index: 2; border-bottom: 1px solid var(--line); background: var(--white); }
.anchor-nav > div { display: flex; min-height: 62px; align-items: center; gap: 9px; overflow-x: auto; scrollbar-width: thin; }
.anchor-nav span { margin-right: 5px; color: var(--muted); font-size: .78rem; font-weight: 700; white-space: nowrap; }
.anchor-nav a { display: inline-flex; min-height: 38px; align-items: center; padding: 7px 13px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); font-size: .82rem; font-weight: 800; white-space: nowrap; }
.anchor-nav a:hover { border-color: var(--rose); color: var(--wine); }
.pricing-section { scroll-margin-top: 110px; }
.pricing-dark, .training-moto-section { background: var(--ink); color: var(--white); }
.heading-on-dark .intro { color: #bdc9d1; }
.pricing-card-dark { border-color: var(--line-dark); background: var(--ink-soft); box-shadow: none; }
.pricing-card-dark h3 { color: var(--white); }
.pricing-card-dark .card-description, .pricing-card-dark .price-label { color: #b9c6cf; }
.pricing-card-dark .price { color: var(--rose); }
.pricing-card-dark .tag { background: var(--lime); }
.quote-checklist { display: grid; grid-template-columns: minmax(0, .8fr) minmax(480px, 1.2fr); align-items: center; gap: clamp(50px, 8vw, 110px); }
.checklist-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
.checklist-grid li { display: grid; grid-template-columns: auto 1fr; gap: 12px; padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
.checklist-grid li > span { color: var(--rose); font-size: .78rem; font-weight: 900; }
.checklist-grid b, .checklist-grid small { display: block; }
.checklist-grid small { margin-top: 4px; color: var(--muted); line-height: 1.45; }
.financing-section { padding-block: clamp(58px, 7vw, 88px); background: var(--lime); }
.financing-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(310px, .55fr); align-items: center; gap: clamp(45px, 8vw, 100px); }
.financing-grid p { max-width: 690px; }
.financing-note { padding: 25px; border-radius: var(--radius); background: var(--ink); color: var(--white); }
.financing-note strong { color: var(--rose); font-size: 1.2rem; }
.financing-note p { color: #d5dfe5; font-size: .9rem; }
.financing-note a { display: inline-flex; min-height: 40px; align-items: center; color: var(--lime); font-weight: 850; text-decoration: underline; text-underline-offset: 4px; }
.legal-note { padding-block: 22px 38px; color: var(--muted); font-size: .82rem; }
.legal-note p { margin: 0; }

/* Formation cards */
.training-grid { display: grid; gap: 14px; }
.training-card { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 22px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.training-icon { display: grid; width: 54px; height: 54px; place-items: center; border-radius: 16px; background: var(--rose-soft); color: var(--wine); font-size: 1.3rem; font-weight: 950; }
.training-card h3 { margin: 9px 0 3px; font-size: 1.35rem; }
.training-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.training-card .training-price { margin-top: 8px; color: var(--wine); font-size: 1.18rem; font-weight: 950; }
.training-actions { display: grid; justify-items: end; gap: 6px; min-width: 205px; }
.training-actions .button { width: 100%; }
.training-grid-dark .training-card { border-color: var(--line-dark); background: var(--ink-soft); }
.training-grid-dark .training-card h3 { color: var(--white); }
.training-grid-dark .training-card p { color: #bdc9d1; }
.training-grid-dark .training-card .training-price { color: var(--rose); }

/* School */
.school-intro .page-intro-grid { grid-template-columns: minmax(0, 1.35fr) minmax(270px, .65fr); align-items: center; }
.school-intro img { width: 100%; height: 410px; border: 8px solid var(--rose); border-radius: var(--radius-lg); object-fit: cover; }
.values-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.values-grid article { padding: 28px; border-top: 4px solid var(--rose); border-radius: 0 0 var(--radius) var(--radius); background: var(--white); box-shadow: 0 10px 32px rgba(7,27,45,.05); }
.values-grid span { color: var(--wine); font-size: .75rem; font-weight: 900; }
.values-grid h2 { margin: 14px 0 8px; font-size: 1.35rem; }
.values-grid p { margin: 0; color: var(--muted); }
.school-details { background: #f1f3ef; }
.school-details-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .7fr); align-items: center; gap: clamp(50px, 8vw, 100px); }
.school-details address { font-size: 1.1rem; font-weight: 700; }
.hours-card { padding: 28px; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.hours-card h3 { margin: 0 0 16px; font-size: 1.25rem; }
.hours-card dl, .compact-hours { margin: 0; }
.hours-card dl > div, .compact-hours > div { display: flex; justify-content: space-between; gap: 18px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.hours-card dt, .compact-hours dt { color: var(--muted); }
.hours-card dd, .compact-hours dd { margin: 0; font-weight: 750; text-align: right; }
.hours-card p { margin: 17px 0 0; color: var(--muted); font-size: .82rem; }

/* FAQ */
.faq-layout { display: grid; grid-template-columns: 245px minmax(0, 1fr); align-items: start; gap: clamp(45px, 8vw, 100px); }
.faq-layout > aside { position: sticky; top: 110px; }
.faq-layout > aside nav { display: grid; margin-top: 13px; border-top: 1px solid var(--line); }
.faq-layout > aside a { padding: 11px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-weight: 750; }
.faq-layout > aside a:hover { color: var(--wine); }
.faq section { scroll-margin-top: 110px; margin-bottom: 55px; }
.faq section:last-child { margin-bottom: 0; }
.faq h2 { margin: 0 0 14px; font-size: clamp(1.55rem, 3vw, 2.15rem); letter-spacing: -.035em; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; display: flex; min-height: 66px; align-items: center; padding: 15px 48px 15px 0; font-size: 1.03rem; font-weight: 800; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { position: absolute; right: 2px; display: grid; width: 31px; height: 31px; place-items: center; border-radius: 50%; background: var(--rose-soft); color: var(--wine); content: "+"; font-size: 1.15rem; transition: transform .18s ease; }
.faq details[open] summary::after { content: "−"; transform: rotate(180deg); }
.faq details > div { max-width: 760px; padding: 0 45px 19px 0; }
.faq details p { margin: 0; color: var(--muted); }

/* Contact */
.intro-contact-list { display: grid; gap: 10px; }
.intro-contact-list a { display: grid; min-height: 74px; padding: 15px 18px; border: 1px solid var(--line-dark); border-radius: 15px; background: rgba(255,255,255,.055); }
.intro-contact-list a:hover { border-color: var(--rose); }
.intro-contact-list span { color: #aebdc7; font-size: .73rem; text-transform: uppercase; }
.intro-contact-list strong { color: var(--white); }
.intro-contact-list i { font-style: normal; }
.contact-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; align-items: start; gap: clamp(35px, 6vw, 80px); }
.contact-form-card { padding: clamp(25px, 4vw, 45px); border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); box-shadow: 0 15px 45px rgba(7,27,45,.06); }
.contact-form-card .section-heading h2 { margin: 10px 0; font-size: clamp(1.9rem, 3.5vw, 2.75rem); }
.contact-form-card .section-heading p { color: var(--muted); font-size: .9rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.field { display: grid; align-content: start; gap: 7px; min-width: 0; margin-bottom: 4px; }
.field.full { grid-column: 1 / -1; }
.field > span, .field legend { color: var(--ink); font-size: .88rem; font-weight: 800; }
.field > span b { color: var(--wine); }
.field small { color: var(--muted); font-size: .74rem; }
input, select, textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #aebac3; border-radius: 11px; background: var(--white); color: var(--ink); }
input:hover, select:hover, textarea:hover { border-color: #7c8c97; }
input:focus, select:focus, textarea:focus { border-color: var(--wine); outline: 3px solid rgba(242,161,181,.5); outline-offset: 1px; }
textarea { min-height: 145px; resize: vertical; }
select { cursor: pointer; }
.check { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 10px; margin: 20px 0; color: var(--muted); font-size: .82rem; }
.check input { width: 20px; min-height: 20px; margin-top: 3px; accent-color: var(--wine); }
.check a { color: var(--wine); font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
.submit-button { min-width: 220px; }
.form-reassurance { margin: 14px 0 0; color: var(--muted); font-size: .75rem; }
.honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(1px,1px,1px,1px) !important; white-space: nowrap !important; }
.alert { margin: 0 0 22px; padding: 14px 17px; border-radius: 12px; }
.alert.success, .success { background: var(--success-bg); color: var(--success-text); }
.alert.error, .error { background: var(--error-bg); color: var(--error-text); }
.contact-sidebar { display: grid; gap: 14px; }
.contact-sidebar section { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.contact-sidebar h2 { margin: 9px 0 10px; font-size: 1.17rem; }
.contact-sidebar p, .contact-sidebar address { margin: 0 0 12px; color: var(--muted); font-size: .9rem; }
.contact-icon { color: var(--rose); font-size: .72rem; font-weight: 900; }
.compact-hours { font-size: .83rem; }

/* Contact band and footer */
.contact-band { background: var(--wine); color: var(--white); }
.contact-band-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 45px; padding-block: clamp(52px, 7vw, 80px); }
.contact-band h2 { max-width: 760px; margin: 9px 0 8px; font-size: clamp(2rem, 4.2vw, 3.45rem); letter-spacing: -.05em; line-height: 1.03; }
.contact-band p { max-width: 720px; margin: 0; color: #eadce4; }
.contact-band-actions { display: grid; justify-items: center; gap: 8px; min-width: 220px; }
.contact-band-actions .button { width: 100%; }
.phone-link { display: inline-flex; min-height: 40px; align-items: center; color: var(--white); font-weight: 850; text-decoration: underline; text-underline-offset: 4px; }
.site-footer { padding: 64px 0 0; background: var(--ink); color: var(--white); }
.footer-inner { display: grid; width: min(1240px, calc(100% - 48px)); grid-template-columns: 1.25fr repeat(3, 1fr); gap: 45px; margin-inline: auto; }
.footer-inner section { min-width: 0; }
.footer-brand p, .footer-inner section > p, .footer-inner address { color: #b9c7d0; font-size: .86rem; }
.footer-inner h2 { margin: 3px 0 15px; color: var(--lime); font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-call, .footer-link { display: inline-flex; min-height: 38px; align-items: center; color: var(--white); font-size: .84rem; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.footer-inner nav, .social-links { display: grid; gap: 6px; }
.footer-inner nav a, .social-links a { color: #cbd5dc; font-size: .85rem; }
.footer-inner nav a:hover, .social-links a:hover { color: var(--lime); }
.social-links { grid-template-columns: auto auto; justify-content: start; gap: 10px; margin-top: 14px; }
.social-links a { display: inline-flex; min-height: 36px; align-items: center; padding: 4px 10px; border: 1px solid var(--line-dark); border-radius: 8px; }
.footer-bottom { display: flex; width: min(1240px, calc(100% - 48px)); align-items: center; flex-wrap: wrap; gap: 18px; margin: 50px auto 0; padding-block: 20px; border-top: 1px solid var(--line-dark); color: #9badb9; font-size: .76rem; }
.footer-bottom span { margin-right: auto; }
.footer-bottom a:hover { color: var(--white); }

/* Legacy content and basket */
.notice { margin: 24px 0; padding: 16px 19px; border: 1px solid #dce58a; border-radius: 12px; background: var(--lime); color: var(--ink); font-weight: 750; }
.form-wrap { max-width: 780px !important; }
.cart-list { display: grid; gap: 10px; margin: 20px 0; padding: 0; list-style: none; }
.cart-list li { display: flex; justify-content: space-between; gap: 12px; padding: 16px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); }
.cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 30px; }
.card { min-width: 0; padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.card h3 { margin: 0 0 8px; }
.card .price { margin: 12px 0; }
.card small { display: block; color: var(--muted); }
.card a { display: inline-flex; min-height: 40px; align-items: center; margin-top: 12px; color: var(--wine); font-weight: 800; text-decoration: underline; }
.split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; gap: 50px; }
.split img { width: 100%; border-radius: var(--radius); object-fit: cover; }
.ticks { padding: 0; list-style: none; }
.ticks li { padding: 9px 0; border-bottom: 1px solid var(--line); }
.ticks li::before { margin-right: 10px; color: var(--wine); content: "✓"; font-weight: 900; }

@media (max-width: 1120px) {
    .menu-toggle { display: inline-flex; }
    .site-header nav { position: absolute; top: 100%; right: 0; left: 0; display: none; max-height: calc(100vh - var(--header-height)); overflow-y: auto; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); box-shadow: 0 20px 35px rgba(7,27,45,.14); }
    .site-header nav.open { display: block; }
    .site-header nav ul { width: min(1240px, calc(100% - 48px)); align-items: stretch; flex-direction: column; gap: 2px; margin: 0 auto; padding: 16px 0 22px; }
    .site-header nav li { width: 100%; }
    .site-header nav a { width: 100%; min-height: 48px; padding: 11px 13px; font-size: .95rem; }
    .site-header nav a[aria-current="page"]:not(.nav-cta)::after { top: 9px; right: auto; bottom: 9px; left: 0; width: 4px; height: auto; }
    .site-header nav .account-link, .site-header nav .nav-cta { margin: 5px 0 0; }
    .site-header nav .nav-cta { justify-content: center; }
    .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(360px, .85fr); }
}

@media (max-width: 900px) {
    .hero-grid { grid-template-columns: 1fr; min-height: 0; padding-block: 62px 72px; }
    .hero-copy { max-width: 720px; }
    .hero-visual { max-width: 700px; }
    .proof-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .proof-grid > div:nth-child(2) { border-right: 0; }
    .proof-grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(7,27,45,.13); }
    .proof-grid > div:first-child { padding-left: 24px; }
    .pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .pricing-grid-home .pricing-card:last-child { grid-column: 1 / -1; }
    .pricing-grid-two { max-width: none; }
    .steps-grid { grid-template-columns: 1fr; }
    .school-split, .quote-checklist, .school-details-grid { grid-template-columns: 1fr; }
    .school-photo-wrap { max-width: 620px; }
    .page-intro-grid { grid-template-columns: 1fr; align-items: start; }
    .intro-summary, .intro-contact-list { max-width: 610px; }
    .training-card { grid-template-columns: auto minmax(0, 1fr); }
    .training-actions { grid-column: 2; grid-template-columns: auto auto; align-items: center; justify-content: start; justify-items: start; }
    .training-actions .button { width: auto; }
    .values-grid { grid-template-columns: 1fr; }
    .faq-layout { grid-template-columns: 1fr; }
    .faq-layout > aside { position: static; }
    .faq-layout > aside nav { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; border: 0; }
    .faq-layout > aside a { padding: 9px; border: 1px solid var(--line); border-radius: 10px; text-align: center; }
    .contact-layout { grid-template-columns: 1fr; }
    .contact-sidebar { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .contact-band-inner { grid-template-columns: 1fr; }
    .contact-band-actions { justify-items: start; min-width: 0; }
    .contact-band-actions .button { width: auto; }
    .footer-inner { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
    .section-shell, .header-shell, .section:not(.section-shell), .footer-inner, .footer-bottom { width: min(100% - 32px, 1240px); }
    .section { padding-block: 64px; }
    .utility-inner { min-height: 38px; justify-content: space-between; }
    .utility-location, .utility-hours { display: none; }
    .utility-inner a { min-height: 36px; display: inline-flex; align-items: center; }
    .header-inner { gap: 15px; }
    .brand { font-size: 1.4rem; }
    .brand small { display: none; }
    .menu-label { font-size: .84rem; }
    .site-header nav ul { width: calc(100% - 32px); }
    .hero::before { top: -120px; right: -220px; width: 440px; height: 440px; border-width: 35px; }
    .hero-grid { gap: 42px; padding-block: 52px 62px; }
    .hero h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
    .hero-lead { font-size: 1rem; }
    .hero-visual { padding: 9px 4px 28px 8px; }
    .hero-visual::before { inset: 0 12px 17px 0; border-radius: 22px; }
    .hero-photo { border-radius: 22px; }
    .location-card { right: 0; bottom: 0; min-width: 0; max-width: 92%; padding: 12px 14px; }
    .proof-grid { grid-template-columns: 1fr; }
    .proof-grid > div { padding: 17px 0 !important; border-right: 0; border-bottom: 1px solid rgba(7,27,45,.13); }
    .proof-grid > div:last-child { border-bottom: 0; }
    .heading-row { align-items: start; }
    .desktop-only { display: none; }
    .mobile-only { display: inline-flex; margin-top: 22px; }
    .pricing-grid, .pricing-grid-two { grid-template-columns: 1fr; }
    .pricing-grid-home .pricing-card:last-child { grid-column: auto; }
    .pricing-card { padding: 24px; }
    .card-description { min-height: 0; }
    .option-card { grid-template-columns: 1fr; gap: 20px; }
    .option-price { min-width: 0; }
    .school-photo-wrap { padding: 0 24px 80px 0; }
    .school-hours { width: min(310px, 92%); }
    .page-intro { padding: 58px 16px; }
    .page-intro h1 { font-size: clamp(2.45rem, 12vw, 3.7rem); }
    .page-intro p { font-size: 1rem; }
    .anchor-nav > div { width: calc(100% - 32px); }
    .quote-checklist { gap: 35px; }
    .checklist-grid { grid-template-columns: 1fr; }
    .financing-grid { grid-template-columns: 1fr; }
    .training-card { grid-template-columns: auto minmax(0, 1fr); align-items: start; padding: 20px; }
    .training-actions { grid-column: 1 / -1; grid-template-columns: 1fr; width: 100%; }
    .training-actions .button { width: 100%; }
    .school-intro .page-intro-grid { grid-template-columns: 1fr; }
    .school-intro img { max-width: 420px; height: 360px; }
    .faq-layout > aside nav { grid-template-columns: 1fr; }
    .form-grid { grid-template-columns: 1fr; }
    .field.full { grid-column: auto; }
    .contact-form-card { border-radius: var(--radius); }
    .contact-sidebar { grid-template-columns: 1fr; }
    .submit-button { width: 100%; min-width: 0; }
    .contact-band-actions .button { width: 100%; }
    .footer-inner { grid-template-columns: 1fr; gap: 34px; }
    .footer-bottom { align-items: flex-start; flex-direction: column; gap: 9px; }
    .footer-bottom span { margin: 0 0 5px; }
    .cards, .split { grid-template-columns: 1fr; }
}

@media (max-width: 400px) {
    .hero-actions { display: grid; grid-template-columns: 1fr; }
    .hero-actions .button { width: 100%; white-space: normal; }
    .menu-toggle { min-width: 46px; padding-inline: 9px; }
    .menu-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
    .card-topline { align-items: flex-start; }
    .steps-grid li { grid-template-columns: 1fr; }
    .button-row-public { align-items: stretch; flex-direction: column; }
    .button-row-public .button { width: 100%; }
}

@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; }
}
