/* Autorijschool Claudia — kleur, ritme en beweging */
:root {
  --ink: #392c38;
  --ink-deep: #2c222b;
  --paper: #faf8f4;
  --white: #ffffff;
  --peach: #f0d5c7;
  --peach-light: #f7e9e0;
  --accent: #894c3b;
  --muted: #70656b;
  --line: #ded8d3;
  --line-dark: #61525e;
  --on-dark: #faf5ef;
  --muted-dark: #d2c5cc;
  --font-heading: 'Manrope', 'Arial', sans-serif;
  --font-body: 'DM Sans', 'Arial', sans-serif;
  --text-xs: .75rem;
  --text-sm: .875rem;
  --text-base: 1rem;
  --text-md: 1.125rem;
  --text-lg: clamp(1.25rem, 1.7vw, 1.5rem);
  --text-h3: clamp(1.5rem, 2.1vw, 1.875rem);
  --text-h2: clamp(2.375rem, 4.2vw, 3.875rem);
  --text-hero: clamp(3.5rem, 6.25vw, 6rem);
  --space-1: .375rem;
  --space-2: .75rem;
  --space-3: 1rem;
  --space-4: 1.5rem;
  --space-5: 2rem;
  --space-6: 3rem;
  --space-7: 4rem;
  --space-8: 6rem;
  --space-section: clamp(4.5rem, 8vw, 8rem);
  --radius-sm: 4px;
  --radius-md: 10px;
  --radius-arch: 120px;
  --shadow-soft: 0 14px 40px rgb(57 44 56 / .08);
  --shadow-header: 0 4px 24px rgb(57 44 56 / .06);
  --duration-fast: 180ms;
  --duration-medium: 320ms;
  --duration-reveal: 750ms;
  --duration-image: 1100ms;
  --ease: cubic-bezier(.2, .7, .2, 1);
  --container: 1280px;
  --gutter: clamp(1.25rem, 4.5vw, 5rem);
}

/* Basis */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-body); font-size: var(--text-base); line-height: 1.7; -webkit-font-smoothing: antialiased; }
::selection { color: var(--ink); background: var(--peach); }
img { display: block; width: 100%; height: auto; }
svg { display: inline-block; flex-shrink: 0; width: 24px; height: 24px; vertical-align: middle; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
a, button, summary { -webkit-tap-highlight-color: transparent; }
button, summary { cursor: pointer; }
button { border: 0; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; border-radius: var(--radius-sm); }
.dark a:focus-visible, .dark button:focus-visible { outline-color: var(--peach); }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: var(--font-heading); font-weight: 600; }
h1 { font-size: var(--text-hero); line-height: 1.07; letter-spacing: -.067em; }
h2 { font-size: var(--text-h2); line-height: 1.14; letter-spacing: -.05em; }
h3 { font-size: var(--text-h3); line-height: 1.3; letter-spacing: -.035em; }
p + p { margin-top: var(--space-3); }
address { font-style: normal; }
[hidden] { display: none !important; }
.container { width: min(calc(100% - var(--gutter) * 2), var(--container)); margin-inline: auto; }
.section { padding-block: var(--space-section); }
.eyebrow { display: flex; align-items: center; gap: .65rem; margin-bottom: var(--space-4); font-size: var(--text-xs); font-weight: 600; line-height: 1.4; text-transform: uppercase; letter-spacing: .15em; }
.eyebrow .section-number { margin-right: .35rem; color: var(--accent); font-variant-numeric: tabular-nums; }
.eyebrow svg { width: 16px; height: 16px; }
.lead { font-size: var(--text-md); line-height: 1.8; color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: 1rem; width: fit-content; min-height: 44px; font-size: var(--text-sm); font-weight: 600; }
.text-link span { text-decoration: underline; text-underline-offset: 6px; text-decoration-color: var(--line); transition: text-decoration-color var(--duration-fast); }
.text-link:hover span { text-decoration-color: currentColor; }
.text-link svg, .button svg { width: 20px; height: 20px; transition: transform var(--duration-medium) var(--ease); }
.text-link:hover svg, .button:hover svg { transform: translate(3px, -3px); }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 1.2rem; min-height: 58px; padding: 1rem 1.5rem; border: 1px solid transparent; border-radius: var(--radius-sm); font-size: var(--text-sm); font-weight: 600; line-height: 1.4; transition: background var(--duration-fast), color var(--duration-fast), box-shadow var(--duration-fast), transform var(--duration-fast); }
.button-primary { color: var(--on-dark); background: var(--ink); }
.button-primary:hover { background: var(--ink-deep); box-shadow: var(--shadow-soft); }
.button-peach { color: var(--ink); background: var(--peach); }
.button-peach:hover { background: var(--peach-light); }
.button-outline { border-color: var(--line); }
.button-outline:hover { background: var(--white); border-color: var(--ink); }
.button:active { transform: translateY(1px); }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 12px; padding: .75rem 1.5rem; color: var(--white); background: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.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; }

/* Navigatie en typografisch woordmerk */
.site-header { position: sticky; top: 0; z-index: 40; background: var(--paper); border-bottom: 1px solid transparent; transition: border-color var(--duration-medium), box-shadow var(--duration-medium); }
.site-header.is-scrolled { border-color: var(--line); box-shadow: var(--shadow-header); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; min-height: 100px; }
.wordmark { display: inline-flex; flex-direction: column; width: fit-content; font-family: var(--font-heading); line-height: 1; }
.wordmark-small { padding-left: 2px; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .22em; }
.wordmark-name { margin-top: 3px; font-size: 36px; font-weight: 800; letter-spacing: -.065em; }
.wordmark-name .wordmark-dot { color: var(--accent); }
.main-nav { display: flex; align-items: center; gap: clamp(1.25rem, 2.4vw, 2.25rem); }
.main-nav > a:not(.button) { position: relative; padding-block: .75rem; font-size: var(--text-sm); line-height: 1.3; }
.main-nav > a:not(.button)::after { position: absolute; left: 0; right: 0; bottom: 4px; height: 1px; background: var(--accent); content: ''; transform: scaleX(0); transform-origin: left; transition: transform var(--duration-medium) var(--ease); }
.main-nav > a:hover::after, .main-nav > a[aria-current]::after { transform: scaleX(1); }
.header-contact { min-height: 46px; padding: .8rem 1.1rem; font-size: 13px; }
.menu-toggle { display: none; }

/* Introductie */
.hero { overflow: hidden; padding-top: clamp(2rem, 4vw, 4rem); }
.hero-grid { display: grid; grid-template-columns: 1.02fr 1.08fr; gap: 2.5rem; align-items: center; min-height: 562px; }
.hero-copy { position: relative; z-index: 2; padding-block: 1rem 2rem; }
.hero .eyebrow { margin-bottom: 1.7rem; }
.hero h1 { white-space: nowrap; }
.hero h1 span { display: block; color: var(--accent); }
.hero-intro { max-width: 390px; margin-top: 1.75rem; font-size: var(--text-md); color: var(--muted); line-height: 1.8; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1rem 1.75rem; margin-top: 2rem; }
.hero-actions .button { padding-inline: 1.3rem; }
.hero-photo-wrap { position: relative; isolation: isolate; margin: 0; padding-bottom: 2rem; }
.hero-photo-wrap::before { position: absolute; z-index: -1; top: -30px; left: 60px; right: calc(-1 * var(--gutter) - 50px); bottom: -6px; background: var(--peach-light); border-radius: 150px 0 0 0; content: ''; }
.hero-photo { overflow: hidden; aspect-ratio: 1.45; border-radius: var(--radius-arch) var(--radius-sm) var(--radius-sm) var(--radius-sm); background: var(--peach); }
.hero-photo img { height: 100%; object-fit: cover; object-position: 44% center; }
.experience-badge { position: absolute; left: -34px; bottom: 10px; display: flex; align-items: center; gap: 1rem; padding: 1.25rem 1.5rem; color: var(--on-dark); background: var(--ink); box-shadow: var(--shadow-soft); }
.experience-number { font-family: var(--font-heading); font-size: 3.25rem; font-weight: 500; line-height: 1; letter-spacing: -.07em; }
.experience-number sup { display: inline-block; font-size: 1.75rem; vertical-align: top; margin-top: 3px; }
.experience-label { max-width: 110px; font-size: 12px; line-height: 1.5; color: var(--muted-dark); }
.hero-caption { display: flex; justify-content: flex-end; align-items: center; gap: .6rem; padding-top: 1rem; font-size: 11px; letter-spacing: .035em; }
.hero-caption svg { width: 15px; height: 15px; }
.hero-benefits { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 3rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.benefit { display: flex; align-items: center; justify-content: center; gap: 1rem; padding: 1.6rem .75rem; }
.benefit + .benefit { border-left: 1px solid var(--line); }
.benefit svg { color: var(--accent); width: 21px; height: 21px; }
.benefit span { font-size: var(--text-sm); }

/* Een opleiding kiezen */
.approach-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.approach-copy .lead { max-width: 440px; margin-top: 1.6rem; }
.approach-copy .text-link { margin-top: 1.5rem; }
.lesson-options { padding-top: .35rem; }
.lesson-option { position: relative; display: grid; grid-template-columns: 45px 1fr; gap: 1.5rem; padding-block: 1.8rem; border-top: 1px solid var(--line); }
.lesson-option:last-child { border-bottom: 1px solid var(--line); }
.option-icon { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid #ccb4a9; border-radius: 50%; background: var(--peach-light); }
.option-icon svg { width: 21px; height: 21px; }
.lesson-option h3 { font-size: 1.5rem; }
.lesson-option p { margin-top: .65rem; color: var(--muted); line-height: 1.75; }
.option-note { display: inline-block; margin-top: 1rem; font-size: 12px; color: var(--accent); }

/* Persoonlijke begeleiding */
.dark { color: var(--on-dark); background: var(--ink); }
.dark .eyebrow { color: var(--muted-dark); }
.dark .section-number { color: var(--peach); }
.teaching { overflow: hidden; }
.teaching-grid { display: grid; grid-template-columns: .95fr 1fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.teaching-photo { position: relative; margin: 0; }
.teaching-image { overflow: hidden; aspect-ratio: 1.04; border-radius: var(--radius-sm) var(--radius-sm) 100px var(--radius-sm); }
.teaching-image img { height: 100%; object-fit: cover; object-position: 29% center; }
.teaching-photo figcaption { display: flex; justify-content: space-between; align-items: center; padding-top: 1.25rem; color: var(--muted-dark); font-size: 11px; letter-spacing: .06em; }
.teaching-photo figcaption svg { width: 18px; height: 18px; color: var(--peach); }
.teaching-copy h2 { font-size: clamp(2.375rem, 3.8vw, 3.5rem); }
.teaching-copy > p:not(.eyebrow) { max-width: 440px; margin-top: 1.75rem; color: var(--muted-dark); }
.learning-modes { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.75rem; }
.learning-modes span { display: inline-flex; align-items: center; gap: .6rem; padding: .5rem .75rem; border: 1px solid var(--line-dark); border-radius: var(--radius-sm); font-size: 12px; }
.learning-modes svg { width: 16px; height: 16px; color: var(--peach); }
.learning-route { margin-top: 5rem; }
.route-intro { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; margin-bottom: 2rem; }
.route-intro h3 { font-size: 1.25rem; }
.route-intro > span { font-size: 12px; color: var(--muted-dark); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); padding: 0; margin: 0; list-style: none; }
.step { position: relative; padding: 0 2.5rem 0 0; }
.step::before { position: absolute; top: 19px; left: 52px; right: 12px; content: ''; border-top: 1px dashed var(--line-dark); }
.step-number { position: relative; display: grid; place-items: center; width: 40px; height: 40px; margin-bottom: 1.5rem; border: 1px solid var(--line-dark); border-radius: 50%; color: var(--peach); font-size: 12px; }
.step:last-child .step-number { color: var(--ink); background: var(--peach); border-color: var(--peach); }
.step h3 { font-size: 1.375rem; }
.step p { max-width: 340px; margin-top: .7rem; font-size: var(--text-sm); color: var(--muted-dark); line-height: 1.8; }

/* Exameninformatie */
.exam { background: var(--peach-light); }
.exam-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.exam-copy .lead { margin-top: 1.75rem; max-width: 430px; }
.exam-note { display: flex; gap: 1rem; align-items: center; margin-top: 2rem; padding-left: 1rem; border-left: 2px solid var(--accent); font-size: var(--text-sm); }
.exam-note svg { color: var(--accent); width: 22px; height: 22px; }
.exam-details { border-top: 1px solid #d3beb2; }
.exam-details details { border-bottom: 1px solid #d3beb2; }
.exam-details summary { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding-block: 1.65rem; font-family: var(--font-heading); font-size: 1.2rem; font-weight: 600; letter-spacing: -.025em; list-style: none; }
.exam-details summary::-webkit-details-marker { display: none; }
.summary-icon { display: block; position: relative; flex-shrink: 0; width: 28px; height: 28px; border: 1px solid #ccb4a9; border-radius: 50%; }
.summary-icon::before, .summary-icon::after { position: absolute; content: ''; background: var(--ink); top: 12px; left: 8px; width: 10px; height: 1px; transition: transform var(--duration-medium); }
.summary-icon::after { transform: rotate(90deg); }
[open] .summary-icon::after { transform: rotate(0); }
.detail-content { padding: 0 2.5rem 1.75rem 0; color: #6c5e63; font-size: var(--text-sm); }
.detail-content ul { padding-left: 1.15rem; margin-block: 1rem 0; }
.detail-content li { margin-top: .3rem; }

/* Tarieven */
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 3rem; margin-bottom: 3.5rem; }
.section-heading .lead { max-width: 330px; padding-bottom: .3rem; font-size: var(--text-base); }
.pricing-grid { display: grid; grid-template-columns: 1.45fr 1fr; gap: 4rem; align-items: start; }
.price-table { width: 100%; border-collapse: collapse; }
.price-table caption { padding: 0 0 1.6rem; text-align: left; font-family: var(--font-heading); font-weight: 600; font-size: 1.2rem; }
.price-table tr { border-top: 1px solid var(--line); }
.price-table tr:last-child { border-bottom: 1px solid var(--line); }
.price-table th { padding: 1.45rem .5rem 1.45rem 0; text-align: left; font-size: var(--text-base); font-weight: 400; }
.price-table td { padding: 1.45rem 0 1.45rem 1rem; text-align: right; font-family: var(--font-heading); font-size: 1.4rem; font-weight: 600; letter-spacing: -.04em; white-space: nowrap; font-variant-numeric: tabular-nums; }
.exam-prices { padding: 2rem; border-radius: var(--radius-sm); }
.exam-prices .eyebrow { font-size: 10px; margin-bottom: 1.25rem; }
.exam-prices h3 { font-size: 1.625rem; }
.exam-prices dl { margin: 1.5rem 0 0; }
.exam-prices dl > div { display: flex; justify-content: space-between; gap: 1rem; padding: 1.1rem 0; border-top: 1px solid var(--line-dark); }
.exam-prices dt { font-size: var(--text-sm); color: var(--muted-dark); }
.exam-prices dd { margin: 0; font-family: var(--font-heading); font-size: 1.25rem; font-weight: 600; letter-spacing: -.035em; white-space: nowrap; }
.exam-prices .text-link { margin-top: 1rem; font-size: 12px; }
.exam-prices .text-link span { text-decoration-color: var(--line-dark); }
.pricing-footnote { display: flex; align-items: center; gap: .75rem; margin-top: 1.5rem; font-size: 12px; color: var(--muted); }
.pricing-footnote svg { width: 17px; height: 17px; }

/* Echte ervaringen — de kaarten worden door WordPress toegevoegd */
.reviews { border-top: 1px solid var(--line); padding-block: 4rem; }
.reviews-header { display: flex; justify-content: space-between; align-items: center; gap: 3rem; }
.reviews h2 { font-size: clamp(2rem, 3.2vw, 3rem); }
.reviews .eyebrow { margin-bottom: 1rem; }
.reviews-intro { max-width: 530px; margin-top: 1rem; color: var(--muted); font-size: var(--text-sm); }
.review-summary { flex-shrink: 0; padding-left: 3rem; border-left: 1px solid var(--line); }
.review-score { display: flex; align-items: center; gap: 1.25rem; }
.review-score strong { font-family: var(--font-heading); font-weight: 500; font-size: 3.5rem; line-height: 1.15; letter-spacing: -.06em; }
.review-score strong span { font-size: 1rem; color: var(--muted); letter-spacing: 0; }
.review-stars { font-size: 1rem; letter-spacing: .12em; color: var(--accent); }
.review-summary .text-link { font-size: 12px; }
.reviews-widget { margin-top: 2.5rem; }

/* Kennismaken en praktische gegevens */
.contact { position: relative; overflow: hidden; background: var(--peach); }
.contact-top { display: grid; grid-template-columns: 1.2fr 1fr; align-items: center; gap: 5rem; }
.contact h2 { font-size: clamp(2.75rem, 4.8vw, 4.5rem); }
.contact-intro { max-width: 440px; margin-top: 1.5rem; color: #69565a; }
.contact-actions { padding: 2.25rem; border: 1px solid #c7a99c; border-radius: var(--radius-sm); }
.contact-actions > p { font-family: var(--font-heading); font-size: 1.35rem; font-weight: 600; letter-spacing: -.035em; }
.contact-actions .button { width: 100%; justify-content: space-between; margin-top: 1.4rem; }
.contact-phone { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: .45rem; margin-top: 1.1rem; font-size: var(--text-sm); }
.contact-phone a { min-height: 36px; display: inline-flex; align-items: center; font-weight: 600; text-decoration: underline; text-underline-offset: 4px; }
.contact-practical { display: grid; grid-template-columns: 1.2fr 1fr; gap: 5rem; margin-top: 4.5rem; padding-top: 3rem; border-top: 1px solid #c7a99c; }
.location-heading { display: flex; gap: .75rem; align-items: center; margin-bottom: 1.25rem; }
.location-heading h3, .hours h3 { font-size: 1.1rem; }
.location-heading svg { width: 18px; height: 18px; }
.location address { color: #69565a; font-size: var(--text-sm); }
.location .text-link { margin-top: 1rem; font-size: 12px; }
.location .text-link span { text-decoration-color: #c7a99c; }
.hours-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 2.25rem; margin-top: 1.25rem; }
.hours dl { margin: 0; }
.hours dl > div { display: flex; align-items: baseline; justify-content: space-between; gap: .75rem; margin-bottom: .35rem; font-size: 12px; }
.hours dt { color: #69565a; }
.hours dd { margin: 0; white-space: nowrap; font-variant-numeric: tabular-nums; }

/* Voettekst */
.site-footer { padding-block: 3rem 1.5rem; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-bottom: 2.75rem; }
.site-footer .wordmark-name { font-size: 42px; }
.site-footer .wordmark-dot { color: var(--peach); }
.footer-tagline { margin-top: 1rem; color: var(--muted-dark); font-size: 12px; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 1rem 2rem; font-size: 13px; }
.footer-nav a { display: inline-flex; align-items: center; gap: .4rem; min-height: 44px; }
.footer-nav a:hover { color: var(--peach); }
.footer-nav svg { width: 14px; height: 14px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding-top: 1.25rem; border-top: 1px solid var(--line-dark); color: var(--muted-dark); font-size: 11px; }
.footer-bottom .text-link { font-size: 11px; min-height: 35px; }
.footer-bottom svg { width: 15px; height: 15px; }

/* Pagina niet gevonden */
.error-page { min-height: 65vh; display: grid; align-items: center; padding-block: var(--space-section); }
.error-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 5rem; }
.error-copy h1 { font-size: clamp(3rem, 5.5vw, 5rem); }
.error-copy .lead { max-width: 430px; margin-top: 1.5rem; }
.error-copy .button { margin-top: 2rem; }
.error-graphic { display: flex; flex-direction: column; justify-content: center; align-items: center; aspect-ratio: 1.1; background: var(--peach); border-radius: 140px 4px 140px 4px; }
.error-graphic strong { font-family: var(--font-heading); font-size: clamp(7rem, 16vw, 15rem); line-height: 1.05; letter-spacing: -.1em; font-weight: 500; }
.error-graphic span { margin-top: 1.25rem; text-transform: uppercase; letter-spacing: .2em; font-size: 11px; }

/* Beweging: alleen ingeschakeld door JavaScript, eenmaal per onderdeel */
.reveal-pending { opacity: 0; transform: translateY(22px); }
.reveal-visible { opacity: 1; transform: translateY(0); transition: opacity var(--duration-reveal) var(--ease), transform var(--duration-reveal) var(--ease); transition-delay: var(--reveal-delay, 0ms); }
.hero-photo.reveal-pending img { transform: scale(1.035); }
.hero-photo.reveal-visible img { transform: scale(1); transition: transform var(--duration-image) var(--ease); }

@media (min-width: 1600px) {
  .hero-grid { gap: 4rem; }
}
@media (max-width: 1150px) {
  .main-nav { gap: 1.25rem; }
  .main-nav > a:not(.button) { font-size: 12px; }
  .header-contact { padding-inline: .8rem; font-size: 12px; }
  .hero-grid { gap: 2rem; min-height: 500px; }
  .hero h1 { font-size: clamp(3.5rem, 6.2vw, 5rem); }
  .hero-photo { aspect-ratio: 1.15; }
  .hero-actions { gap: .75rem 1.25rem; }
  .hero-actions .button { font-size: 12px; padding-inline: 1rem; }
  .hero-actions .text-link { font-size: 12px; }
  .experience-badge { left: -24px; padding: 1rem 1.2rem; }
  .pricing-grid { gap: 2.5rem; }
  .contact-top, .contact-practical { gap: 3rem; }
  .hours-grid { grid-template-columns: 1fr; }
  .contact-practical { grid-template-columns: 1.2fr 1fr; }
  .hours dl > div { font-size: 13px; }
}
@media (max-width: 900px) {
  html { scroll-padding-top: 95px; }
  .header-inner { min-height: 82px; flex-wrap: wrap; gap: 0; }
  .wordmark-name { font-size: 32px; }
  .wordmark-small { font-size: 8px; }
  .main-nav { width: 100%; flex-wrap: wrap; padding-block: 1rem 1.5rem; gap: .65rem 1.5rem; }
  .main-nav > a:not(.button) { font-size: 14px; }
  .nav-ready .menu-toggle { display: flex; align-items: center; gap: .65rem; min-height: 46px; padding: .5rem 0 .5rem 1rem; background: transparent; font-size: 13px; }
  .menu-lines { position: relative; width: 22px; height: 16px; }
  .menu-lines::before, .menu-lines::after { position: absolute; left: 0; width: 22px; height: 1.5px; content: ''; background: var(--ink); transition: transform var(--duration-medium), top var(--duration-medium); }
  .menu-lines::before { top: 4px; }
  .menu-lines::after { top: 12px; }
  [aria-expanded='true'] .menu-lines::before { top: 8px; transform: rotate(45deg); }
  [aria-expanded='true'] .menu-lines::after { top: 8px; transform: rotate(-45deg); }
  .nav-ready .main-nav { position: absolute; top: 100%; left: 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 1rem var(--gutter) 1.75rem; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: var(--shadow-header); visibility: hidden; opacity: 0; transform: translateY(-8px); transition: opacity var(--duration-medium), transform var(--duration-medium), visibility var(--duration-medium); }
  .nav-ready .main-nav { max-height: calc(100vh - 82px); max-height: calc(100dvh - 82px); overflow-y: auto; overscroll-behavior: contain; }
  .nav-ready .main-nav > a:not(.button) { padding-block: 1rem; border-top: 1px solid var(--line); }
  .nav-ready .main-nav > a::after { display: none; }
  .nav-ready .main-nav .button { margin-top: .75rem; }
  .nav-ready.menu-open .main-nav { visibility: visible; opacity: 1; transform: translateY(0); }
  .hero { padding-top: 2rem; }
  .hero-grid { grid-template-columns: 1fr 1fr; min-height: 460px; gap: 1.5rem; }
  .hero h1 { font-size: clamp(2.6rem, 6.15vw, 4rem); }
  .hero-intro { font-size: 15px; }
  .hero .eyebrow { font-size: 10px; margin-bottom: 1.25rem; }
  .hero-photo { aspect-ratio: .95; border-top-left-radius: 90px; }
  .hero-photo img { object-position: 45% center; }
  .hero-photo-wrap::before { left: 35px; top: -20px; }
  .hero-actions { margin-top: 1.5rem; }
  .hero-actions .button { width: fit-content; }
  .experience-badge { left: -15px; bottom: 55px; gap: .75rem; }
  .experience-number { font-size: 2.75rem; }
  .experience-label { font-size: 10px; max-width: 90px; }
  .hero-caption { font-size: 9px; padding-top: 1.2rem; }
  .hero-benefits { margin-top: 2rem; }
  .benefit { gap: .5rem; padding: 1.25rem .5rem; }
  .benefit span { font-size: 11px; }
  .benefit svg { width: 17px; height: 17px; }
  .approach-grid, .teaching-grid, .exam-grid { gap: 2.5rem; }
  .lesson-option { grid-template-columns: 35px 1fr; gap: 1rem; }
  .option-icon { width: 35px; height: 35px; }
  .lesson-option h3 { font-size: 1.25rem; }
  .lesson-option p { font-size: 14px; }
  .teaching-image { aspect-ratio: .85; }
  .learning-modes { gap: .4rem; }
  .learning-modes span { font-size: 10px; padding: .45rem .55rem; }
  .step { padding-right: 1.5rem; }
  .step h3 { font-size: 1.15rem; }
  .step p { font-size: 13px; }
  .section-heading { gap: 2rem; }
  .section-heading .lead { max-width: 250px; font-size: 14px; }
  .pricing-grid { gap: 2rem; }
  .price-table th { font-size: 13px; }
  .price-table td { font-size: 1.2rem; }
  .exam-prices { padding: 1.5rem; }
  .exam-prices dt { font-size: 12px; }
  .contact-top { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .contact-actions { padding: 1.5rem; }
  .contact-actions > p { font-size: 1.15rem; }
  .contact-phone { font-size: 12px; }
  .footer-nav { gap: .5rem 1.25rem; }
}
@media (max-width: 650px) {
  :root { --gutter: 1.5rem; --radius-arch: 90px; --text-h2: clamp(2.15rem, 8.8vw, 3rem); }
  .site-header { border-bottom-color: var(--line); }
  .hero { padding-top: 2.15rem; }
  .hero-grid { grid-template-columns: 1fr; gap: 2rem; }
  .hero-copy { padding: 0; }
  .hero .eyebrow { font-size: 10px; margin-bottom: 1.4rem; }
  .hero h1 { font-size: clamp(3.25rem, 12.8vw, 5rem); letter-spacing: -.065em; }
  .hero-intro { max-width: 390px; margin-top: 1.25rem; font-size: 16px; }
  .hero-actions { gap: .75rem 1.5rem; }
  .hero-actions .button { min-height: 54px; padding-inline: 1.1rem; font-size: 12px; }
  .hero-actions .text-link { gap: .6rem; font-size: 12px; }
  .hero-photo-wrap { margin-top: .75rem; padding-bottom: 2rem; }
  .hero-photo { aspect-ratio: 1.48; }
  .hero-photo img { object-position: 47% center; }
  .hero-photo-wrap::before { top: -14px; left: 35px; bottom: 12px; }
  .experience-badge { left: -8px; bottom: 17px; padding: .95rem 1.15rem; }
  .experience-number { font-size: 2.5rem; }
  .experience-number sup { font-size: 1.35rem; }
  .hero-caption { padding-top: 1.3rem; font-size: 9px; }
  .hero-benefits { margin-top: 1.5rem; grid-template-columns: 1fr; }
  .benefit { justify-content: flex-start; gap: .8rem; padding: .85rem 0; }
  .benefit + .benefit { border-left: 0; border-top: 1px solid var(--line); }
  .benefit span { font-size: 13px; }
  .benefit svg { width: 18px; height: 18px; }
  .approach-grid, .teaching-grid, .exam-grid, .pricing-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .eyebrow { margin-bottom: 1.35rem; font-size: 10px; }
  .approach-copy .lead { margin-top: 1.25rem; font-size: 16px; }
  .approach-copy .text-link { margin-top: 1rem; }
  .lesson-options { padding-top: 0; }
  .lesson-option { padding-block: 1.5rem; grid-template-columns: 40px 1fr; gap: 1rem; }
  .option-icon { width: 40px; height: 40px; }
  .lesson-option h3 { font-size: 1.4rem; }
  .lesson-option p { font-size: 15px; }
  .teaching-grid { gap: 2.75rem; }
  .teaching-photo { order: 2; }
  .teaching-image { aspect-ratio: 1.3; border-bottom-right-radius: 80px; }
  .teaching-image img { object-position: 27% center; }
  .teaching-copy h2 { font-size: var(--text-h2); }
  .teaching-copy > p:not(.eyebrow) { margin-top: 1.3rem; font-size: 15px; }
  .learning-modes span { padding: .55rem .7rem; font-size: 11px; }
  .learning-route { margin-top: 3rem; }
  .route-intro { display: block; margin-bottom: 1.75rem; }
  .route-intro h3 { font-size: 1.2rem; }
  .route-intro > span { display: block; margin-top: .4rem; }
  .steps { grid-template-columns: 1fr; }
  .step { padding: 0 0 2rem 60px; }
  .step:last-child { padding-bottom: 0; }
  .step::before { top: 48px; bottom: 8px; left: 19px; right: auto; border-top: 0; border-left: 1px dashed var(--line-dark); }
  .step:last-child::before { display: none; }
  .step-number { position: absolute; top: 0; left: 0; }
  .step h3 { font-size: 1.3rem; padding-top: .25rem; }
  .step p { max-width: none; font-size: 14px; }
  .exam-copy .lead { margin-top: 1.25rem; font-size: 16px; }
  .exam-note { margin-top: 1.5rem; }
  .exam-details summary { font-size: 1.1rem; padding-block: 1.4rem; }
  .detail-content { padding-right: .5rem; font-size: 15px; }
  .section-heading { display: block; margin-bottom: 2.5rem; }
  .section-heading .lead { max-width: 400px; margin-top: 1.25rem; font-size: 16px; }
  .price-table caption { font-size: 1.1rem; padding-bottom: 1.25rem; }
  .price-table th { padding-block: 1.3rem; font-size: 14px; }
  .price-table td { padding-block: 1.3rem; font-size: 1.25rem; }
  .exam-prices { padding: 1.75rem; }
  .exam-prices dt { font-size: 14px; }
  .pricing-footnote { align-items: flex-start; font-size: 12px; }
  .pricing-footnote svg { margin-top: 3px; flex-shrink: 0; }
  .reviews { padding-block: 3.5rem; }
  .reviews-header { flex-direction: column; align-items: flex-start; gap: 2rem; }
  .reviews h2 { font-size: 2.1rem; }
  .review-summary { padding-left: 0; border-left: 0; }
  .review-score strong { font-size: 2.75rem; }
  .reviews-widget { margin-top: 2rem; }
  .contact-top, .contact-practical { grid-template-columns: 1fr; gap: 2.5rem; }
  .contact h2 { font-size: clamp(2.55rem, 10.1vw, 4rem); }
  .contact-intro { margin-top: 1.25rem; font-size: 15px; }
  .contact-actions { padding: 1.5rem; }
  .contact-actions > p { font-size: 1.3rem; }
  .contact-actions .button { font-size: 14px; }
  .contact-phone { font-size: 13px; }
  .contact-practical { margin-top: 2.75rem; padding-top: 2.5rem; gap: 2.5rem; }
  .hours-grid { max-width: 380px; }
  .hours dl > div { font-size: 14px; margin-bottom: .45rem; }
  .location address { font-size: 15px; }
  .footer-top { display: block; padding-bottom: 2rem; }
  .footer-nav { margin-top: 1.75rem; gap: .25rem 1.25rem; }
  .footer-bottom { align-items: flex-start; gap: 1rem; }
  .footer-bottom > span { max-width: 200px; }
  .footer-bottom .text-link { white-space: nowrap; min-height: 44px; margin-top: -8px; }
  .error-grid { grid-template-columns: 1fr; gap: 3rem; }
  .error-copy h1 { font-size: 3.25rem; }
  .error-graphic { aspect-ratio: 1.4; border-radius: 90px 4px 90px 4px; }
  .error-graphic strong { font-size: 8rem; }
}
@media (max-width: 370px) {
  :root { --gutter: 1.125rem; }
  .hero h1 { font-size: clamp(2.65rem, 12.8vw, 3.15rem); }
  .hero-actions { gap: .6rem 1rem; }
  .hero-actions .button { font-size: 11px; gap: .75rem; padding-inline: .85rem; }
  .hero-actions .text-link { font-size: 11px; gap: .4rem; }
  .hero-caption { font-size: 8px; }
  .experience-badge { padding: .8rem; }
  .experience-label { font-size: 9px; max-width: 80px; }
  .price-table th { font-size: 12px; }
  .price-table td { font-size: 1.1rem; }
  .contact-actions .button { padding-inline: 1rem; gap: .5rem; font-size: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal-pending, .reveal-visible { opacity: 1; transform: none; }
  .hero-photo img, .button:hover svg, .text-link:hover svg { transform: none !important; }
}
@media print {
  .site-header { position: static; }
  .main-nav, .menu-toggle, .skip-link, .footer-nav, .hero-actions { display: none !important; }
  .section { padding-block: 2rem; }
  .dark, .contact, .exam { color: #000; background: #fff; }
  .dark p, .dark .eyebrow, .dark dt, .dark .section-number, .dark figcaption { color: #333; }
  .reveal-pending { opacity: 1; transform: none; }
  .hero-photo-wrap::before { display: none; }
  .hero-grid { min-height: auto; }
  details { break-inside: avoid; }
  .site-footer { color: #000; background: #fff; }
}
