:root {
  --ink: #24332f;
  --ink-soft: #50605a;
  --paper: #f5f4ef;
  --paper-deep: #eeece5;
  --mist: #e3e9e3;
  --sage: #d7e1d8;
  --moss: #496253;
  --moss-deep: #31483d;
  --clay: #914a3d;
  --line: rgba(36, 51, 47, .17);
  --whatsapp: #247f55;
  --display: 'DM Sans', Arial, sans-serif;
  --body: 'Inter', Arial, sans-serif;
  --shell: min(1220px, calc(100vw - 96px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 98px; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.68; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
::selection { background: var(--sage); color: var(--moss-deep); }
:focus-visible { outline: 2px solid var(--clay); outline-offset: 5px; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 14px; transform: translateY(-150%); background: var(--moss-deep); color: white; }
.skip-link:focus { transform: translateY(0); }
.section-shell { width: var(--shell); margin-inline: auto; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; transition: background-color .35s ease, box-shadow .35s ease; }
.site-header.is-scrolled, .site-header.menu-open { background: rgba(245, 244, 239, .9); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(18px); }
.header-inner { width: var(--shell); height: 92px; margin-inline: auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; }
.wordmark { width: max-content; display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-family: var(--display); font-size: 19px; font-weight: 600; letter-spacing: -.035em; }
.wordmark svg { width: 22px; height: 22px; fill: var(--clay); }
.desktop-nav { display: flex; align-items: center; gap: 28px; }
.desktop-nav a { position: relative; padding-block: 8px; color: var(--ink-soft); text-decoration: none; font-size: 13px; font-weight: 500; }
.desktop-nav a::after { content: ''; position: absolute; bottom: 2px; left: 0; width: 100%; height: 1px; transform: scaleX(0); transform-origin: right; background: var(--moss); transition: transform .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header-cta { justify-self: end; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 0; background: transparent; color: var(--ink); cursor: pointer; }
.menu-toggle span { display: block; width: 25px; height: 1.5px; margin: 6px auto; background: currentColor; transition: transform .25s ease; }
.menu-toggle[aria-expanded='true'] span:first-child { transform: translateY(3.75px) rotate(45deg); }
.menu-toggle[aria-expanded='true'] span:last-child { transform: translateY(-3.75px) rotate(-45deg); }
.mobile-menu { display: none; }

.button { min-height: 50px; padding: 13px 21px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid currentColor; border-radius: 999px; text-decoration: none; font-family: var(--display); font-size: 14px; font-weight: 600; line-height: 1.2; transition: color .25s ease, background-color .25s ease, transform .25s ease, box-shadow .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 10px 17px; color: white; border-color: var(--moss-deep); background: var(--moss-deep); }
.button-small:hover { box-shadow: 0 8px 24px rgba(49,72,61,.16); }
.button-whatsapp { color: white; border-color: var(--whatsapp); background: var(--whatsapp); }
.button-whatsapp:hover { background: #1f774f; box-shadow: 0 10px 28px rgba(37,135,91,.2); }
.button svg { width: 18px; height: 18px; flex: none; fill: currentColor; }
.button-light { margin-top: 46px; color: white; border-color: var(--moss-deep); background: var(--moss-deep); }
.button-light:hover { color: var(--moss-deep); background: transparent; }
.button-large { min-height: 58px; padding-inline: 27px; }
.text-link { position: relative; display: inline-block; padding-bottom: 3px; text-decoration: none; font-weight: 600; line-height: 1.3; }
.text-link::after { content: ''; position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: currentColor; transition: transform .25s ease; transform-origin: left; }
.text-link:hover::after { transform: scaleX(.42); }

.hero { min-height: 100svh; padding: 142px max(48px, calc((100vw - 1220px) / 2)) 44px; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(390px, .68fr); grid-template-rows: 1fr auto; column-gap: clamp(60px, 8vw, 128px); background: var(--paper); }
.hero-copy { align-self: center; padding-block: 42px 80px; }
.location-line, .section-kicker { margin: 0 0 23px; color: var(--moss); font-size: 12px; font-weight: 600; letter-spacing: .01em; }
.hero h1 { max-width: 700px; margin: 0; font-family: var(--display); font-size: clamp(52px, 5.65vw, 82px); font-weight: 500; letter-spacing: -.06em; line-height: .99; text-wrap: balance; }
.hero-lead { max-width: 610px; margin: 32px 0 0; color: var(--ink-soft); font-size: clamp(17px, 1.35vw, 20px); line-height: 1.65; }
.hero-actions { margin-top: 35px; display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.response-note { max-width: 225px; color: var(--ink-soft); font-size: 12px; line-height: 1.5; }
.hero-visual { position: relative; align-self: center; height: min(70vh, 710px); min-height: 540px; overflow: hidden; border-radius: 48% 48% 8px 8px / 23% 23% 8px 8px; box-shadow: 0 24px 70px rgba(36,51,47,.1); }
.hero-visual picture, .hero-visual img { width: 100%; height: 100%; }
.hero-visual img { object-fit: cover; object-position: 48% 34%; filter: saturate(.76) contrast(.98); transform: translateY(var(--parallax, 0px)) scale(1.05); will-change: transform; }
.trust-bar { grid-column: 1 / -1; display: flex; align-items: center; gap: 0; border-top: 1px solid var(--line); color: var(--ink-soft); }
.trust-bar span { flex: 1; position: relative; padding: 22px 28px; text-align: center; font-size: 12px; }
.trust-bar span::after { content: ''; position: absolute; top: 50%; right: 0; width: 3px; height: 3px; border-radius: 50%; background: var(--clay); }
.trust-bar span:first-child { padding-left: 0; text-align: left; }
.trust-bar span:last-child { padding-right: 0; text-align: right; }
.trust-bar span:last-child::after { display: none; }
.trust-bar strong { color: var(--ink); font-size: 16px; font-weight: 600; }

.intro { padding-block: clamp(120px, 14vw, 200px); display: grid; grid-template-columns: minmax(330px, .86fr) 1fr; gap: clamp(70px, 11vw, 170px); align-items: start; }
.intro h2, .training h2, .help h2, .approach h2, .about h2, .process h2, .reviews h2, .areas h2, .faq h2, .final-cta h2 { margin: 0; font-family: var(--display); font-weight: 500; letter-spacing: -.052em; line-height: 1.06; text-wrap: balance; }
.intro h2 { font-size: clamp(39px, 4.15vw, 59px); }
.intro-copy { max-width: 580px; color: var(--ink-soft); font-size: clamp(16px, 1.28vw, 19px); }
.intro-copy p { margin: 0 0 22px; }

.training { position: relative; margin: 0 24px; padding-block: clamp(100px, 11vw, 155px); overflow: hidden; border-radius: 110px 110px 24px 24px; background: var(--sage); }
.training-heading { position: relative; display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 70px; }
.training-heading h2 { font-size: clamp(42px, 4.7vw, 67px); }
.training-heading > p { max-width: 330px; margin: 0 0 5px; color: var(--ink-soft); }
.service-list { position: relative; }
.service-row { display: grid; grid-template-columns: 80px minmax(280px, .86fr) 1fr; gap: clamp(35px, 6vw, 88px); padding-block: 60px; border-top: 1px solid rgba(36,51,47,.2); }
.service-row:last-child { padding-bottom: 0; }
.service-number { color: var(--clay); font-family: var(--display); font-size: 17px; font-weight: 600; }
.service-main h3 { margin: 0 0 19px; font-family: var(--display); font-size: clamp(31px, 2.8vw, 42px); font-weight: 500; letter-spacing: -.045em; }
.service-main p { max-width: 480px; margin: 0 0 26px; color: var(--ink-soft); }
.service-details { margin: 0; padding: 0; list-style: none; columns: 2; column-gap: 34px; color: var(--ink-soft); }
.service-details li { position: relative; break-inside: avoid; margin-bottom: 15px; padding-left: 17px; }
.service-details li::before { content: ''; position: absolute; top: .7em; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--clay); }

.help { padding-block: clamp(125px, 14vw, 205px); display: grid; grid-template-columns: .88fr 1fr; gap: clamp(80px, 12vw, 180px); }
.help-intro { align-self: start; position: sticky; top: 130px; }
.help h2 { max-width: 550px; font-size: clamp(41px, 4.5vw, 64px); }
.help-intro > p:last-child { max-width: 450px; margin: 31px 0 0; color: var(--ink-soft); font-size: 17px; }
.help-list { margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0 34px; list-style: none; }
.help-list li { position: relative; padding: 20px 0 20px 23px; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: clamp(18px, 1.7vw, 24px); font-weight: 500; letter-spacing: -.025em; line-height: 1.35; }
.help-list li::before { content: ''; position: absolute; top: 31px; left: 0; width: 7px; height: 7px; border: 1px solid var(--clay); border-radius: 50%; }

.approach { width: var(--shell); margin: 0 auto clamp(120px, 14vw, 200px); display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(60px, 10vw, 150px); }
.approach-image { position: relative; min-height: 690px; overflow: hidden; border-radius: 48% 48% 8px 8px / 20% 20% 8px 8px; }
.approach-image img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center 60%; filter: saturate(.72); transform: translateY(var(--parallax, 0px)) scale(1.07); will-change: transform; }
.photo-caption { position: absolute; right: 0; bottom: 0; left: 0; padding: 19px 24px; display: grid; grid-template-columns: auto 1fr auto 1.5fr; gap: 8px 14px; align-items: center; background: rgba(245,244,239,.89); backdrop-filter: blur(14px); }
.photo-caption span { color: var(--ink-soft); font-size: 10px; }
.photo-caption strong { font-family: var(--display); font-size: 12px; font-weight: 600; }
.approach-copy { max-width: 560px; }
.approach h2 { margin-bottom: 34px; font-size: clamp(40px, 4.2vw, 60px); }
.approach-copy > p:not(.section-kicker) { margin: 0 0 20px; color: var(--ink-soft); font-size: 16px; }

.about { padding: clamp(105px, 12vw, 165px) clamp(48px, 7vw, 110px); display: grid; grid-template-columns: minmax(280px, .65fr) 1fr; gap: clamp(70px, 10vw, 150px); border-radius: 28px; background: var(--paper-deep); }
.about h2 { font-size: clamp(40px, 4.3vw, 61px); }
.about-lead { max-width: 780px; margin: 0 0 48px; font-family: var(--display); font-size: clamp(24px, 2.6vw, 36px); font-weight: 400; letter-spacing: -.035em; line-height: 1.35; }
.about-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; color: var(--ink-soft); }
.about-columns p { margin: 0; }

.process { padding-block: clamp(125px, 15vw, 210px); background: var(--paper); }
.process .section-shell { display: grid; grid-template-columns: .8fr 1fr; gap: clamp(80px, 12vw, 180px); }
.process-heading { align-self: start; position: sticky; top: 130px; }
.process h2 { font-size: clamp(41px, 4.4vw, 63px); }
.process-list { position: relative; margin: 0; padding: 0; list-style: none; }
.process-list::before { content: ''; position: absolute; top: 19px; bottom: 55px; left: 20px; width: 1px; background: var(--line); transform: scaleY(var(--line-progress, 0)); transform-origin: top; }
.process-list li { position: relative; display: grid; grid-template-columns: 42px 1fr; gap: 26px; padding: 0 0 46px; }
.step-number { position: relative; z-index: 1; width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); color: var(--clay); font-size: 10px; font-weight: 600; }
.process-list h3 { margin: 3px 0 8px; font-family: var(--display); font-size: 23px; font-weight: 500; letter-spacing: -.025em; }
.process-list p { max-width: 530px; margin: 0; color: var(--ink-soft); }
.process .button-light { grid-column: 2; width: max-content; }

.reviews { padding-block: clamp(110px, 12vw, 165px); overflow: hidden; background: var(--mist); }
.reviews-heading { margin-bottom: 64px; display: flex; justify-content: space-between; gap: 40px; align-items: end; }
.reviews h2 { font-size: clamp(41px, 4.6vw, 65px); }
.marquee-control { min-height: 42px; padding: 9px 15px; display: inline-flex; align-items: center; gap: 9px; border: 1px solid var(--line); border-radius: 999px; background: rgba(245,244,239,.5); color: var(--ink); cursor: pointer; font-size: 12px; font-weight: 600; }
.marquee-control:hover { background: var(--paper); }
.review-track { width: max-content; display: flex; animation: review-scroll 42s linear infinite; }
.review-marquee:hover .review-track, .review-marquee:focus-within .review-track, .review-marquee.is-paused .review-track { animation-play-state: paused; }
.review-group { display: flex; align-items: stretch; gap: 0; }
.review-card { width: clamp(350px, 39vw, 560px); min-height: 350px; margin: 0; padding: 25px clamp(36px, 5vw, 72px); display: flex; flex-direction: column; justify-content: center; border-left: 1px solid rgba(36,51,47,.23); background: transparent; }
.review-card-featured { width: clamp(480px, 52vw, 750px); }
.stars { color: var(--clay); letter-spacing: 4px; font-size: 14px; }
.review-card blockquote { max-width: 650px; margin: 34px 0 35px; font-family: var(--display); font-size: clamp(23px, 2.25vw, 32px); font-weight: 400; line-height: 1.42; letter-spacing: -.03em; }
.review-card figcaption { font-size: 13px; font-weight: 600; }
.review-card figcaption span { display: block; margin-top: 2px; color: var(--ink-soft); font-size: 11px; font-weight: 400; }
.review-rating-card { width: clamp(300px, 30vw, 430px); align-items: flex-start; }
.review-rating-card strong { font-family: var(--display); font-size: clamp(76px, 8vw, 116px); font-weight: 400; letter-spacing: -.08em; line-height: .85; }
.review-rating-card span { max-width: 190px; margin-top: 22px; font-family: var(--display); font-size: 21px; font-weight: 500; line-height: 1.2; }
.review-rating-card a { margin-top: 32px; font-size: 13px; font-weight: 600; }
@keyframes review-scroll { to { transform: translateX(-50%); } }

.areas { width: var(--shell); margin: clamp(120px, 15vw, 210px) auto; display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: clamp(60px, 10vw, 150px); }
.areas-copy { max-width: 500px; }
.areas h2 { margin-bottom: 31px; font-size: clamp(40px, 4.3vw, 61px); }
.areas-copy p { color: var(--ink-soft); }
.areas-copy .text-link { margin-top: 18px; }
.area-map { position: relative; min-height: 610px; display: grid; place-items: center; overflow: hidden; border-radius: 48% 48% 32px 32px / 19% 19% 32px 32px; background-color: var(--sage); background-image: linear-gradient(rgba(36,51,47,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(36,51,47,.05) 1px, transparent 1px); background-size: 54px 54px; }
.area-map svg { width: min(91%, 760px); overflow: visible; }
.map-thames { fill: none; stroke: #9fb3b5; stroke-width: 28; opacity: .72; }
.map-radius { fill: rgba(168,95,75,.055); stroke: var(--clay); stroke-width: 1.5; stroke-dasharray: 7 8; }
.map-place circle { fill: var(--moss); }
.map-place text { fill: var(--ink); font-family: var(--body); font-size: 14px; }
.map-primary circle { fill: var(--clay); }
.map-primary text { fill: var(--clay); font-weight: 700; }
.river-label { fill: #627d80; font-family: var(--body); font-size: 11px; transform: rotate(-8deg); transform-origin: center; }
.map-key { position: absolute; left: 34px; bottom: 28px; display: flex; align-items: center; gap: 10px; color: var(--ink-soft); font-size: 11px; }
.map-key i { width: 23px; border-top: 1.5px dashed var(--clay); }

.faq { padding-block: clamp(110px, 13vw, 180px); display: grid; grid-template-columns: .65fr 1fr; gap: clamp(80px, 12vw, 180px); border-top: 1px solid var(--line); }
.faq h2 { font-size: clamp(40px, 4.3vw, 61px); }
.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding: 25px 54px 25px 0; cursor: pointer; list-style: none; font-family: var(--display); font-size: clamp(18px, 1.55vw, 22px); font-weight: 500; letter-spacing: -.02em; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; position: absolute; right: 4px; color: var(--clay); font-size: 25px; font-weight: 300; transition: transform .25s ease; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { max-width: 660px; margin: -1px 50px 28px 0; color: var(--ink-soft); }

.final-cta { margin: 0 24px 24px; padding: clamp(105px, 13vw, 180px) 40px; overflow: hidden; border-radius: 110px 110px 24px 24px; text-align: center; color: white; background: var(--moss-deep); }
.final-cta-inner { max-width: 810px; margin-inline: auto; }
.final-cta .section-kicker { color: #b9cabe; }
.final-cta h2 { font-size: clamp(52px, 7vw, 94px); font-weight: 400; }
.final-cta p { max-width: 580px; margin: 29px auto 37px; color: #cbd9d1; font-size: 17px; }
.final-cta .button-whatsapp { border-color: white; background: white; color: var(--moss-deep); }
.final-cta .button-whatsapp:hover { border-color: var(--sage); background: var(--sage); }

.site-footer { padding-top: 72px; color: white; background: var(--ink); }
.footer-main { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 50px; align-items: start; padding-bottom: 72px; }
.footer-wordmark { color: white; }
.footer-main > p { max-width: 390px; margin: 0; color: #b9c7c1; }
.footer-contact { display: flex; flex-direction: column; align-items: flex-end; gap: 6px; }
.footer-contact a { text-decoration: none; }
.footer-contact a:hover { color: #b9cabe; }
.footer-bottom { padding-block: 21px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.17); color: #9baaa4; font-size: 11px; }
.footer-bottom a { color: #ccd5d1; }
.footer-bottom nav { display: flex; gap: 24px; }

.legal-page { min-height: 100vh; padding: 150px 0 110px; }
.legal-shell { width: min(780px, calc(100vw - 48px)); margin-inline: auto; }
.legal-back { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 54px; color: var(--moss); text-decoration: none; font-size: 13px; font-weight: 600; }
.legal-back::before { content: '←'; font-size: 17px; font-weight: 400; }
.legal-page h1 { max-width: 680px; margin: 0; font-family: var(--display); font-size: clamp(48px, 7vw, 78px); font-weight: 500; letter-spacing: -.06em; line-height: 1; }
.legal-updated { margin: 22px 0 65px; color: var(--ink-soft); font-size: 13px; }
.legal-section { padding: 34px 0; border-top: 1px solid var(--line); }
.legal-section h2 { margin: 0 0 15px; font-family: var(--display); font-size: clamp(25px, 3vw, 33px); font-weight: 500; letter-spacing: -.04em; line-height: 1.2; }
.legal-section p, .legal-section li { color: var(--ink-soft); }
.legal-section p { margin: 0 0 15px; }
.legal-section ul { margin: 0; padding-left: 20px; }
.legal-section a { color: var(--moss-deep); font-weight: 600; }
.mobile-whatsapp { display: none; }

/* Motion is applied after JavaScript starts, so content remains visible without it. */
.motion-ready [data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity .75s cubic-bezier(.22,.65,.32,1), transform .75s cubic-bezier(.22,.65,.32,1); }
.motion-ready [data-reveal].is-visible { opacity: 1; transform: translateY(0); }
.motion-ready [data-wipe] { clip-path: inset(0 0 100% 0 round 48% 48% 8px 8px); transition: clip-path 1.05s cubic-bezier(.2,.7,.2,1); }
.motion-ready [data-wipe].is-visible { clip-path: inset(0 0 0 0 round 48% 48% 8px 8px); }
.hero-copy > * { animation: hero-enter .85s cubic-bezier(.2,.7,.2,1) both; }
.hero-copy > :nth-child(2) { animation-delay: .08s; }
.hero-copy > :nth-child(3) { animation-delay: .16s; }
.hero-copy > :nth-child(4) { animation-delay: .24s; }
.hero-visual { animation: hero-image 1.1s .12s cubic-bezier(.2,.7,.2,1) both; }
@keyframes hero-enter { from { opacity: 0; transform: translateY(18px); } }
@keyframes hero-image { from { opacity: 0; clip-path: inset(16% 0 0 0 round 48% 48% 8px 8px); transform: translateY(24px); } }

@media (max-width: 1080px) {
  :root { --shell: min(100% - 56px, 960px); }
  .desktop-nav { gap: 18px; }
  .hero { padding-inline: 28px; grid-template-columns: 1fr .74fr; column-gap: 44px; }
  .hero h1 { font-size: clamp(50px, 6vw, 68px); }
  .service-row { grid-template-columns: 64px minmax(250px, .75fr) 1fr; gap: 40px; }
  .about { padding-inline: 55px; }
}

@media (max-width: 860px) {
  :root { --shell: calc(100% - 42px); }
  .header-inner { height: 76px; grid-template-columns: 1fr auto; }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: block; }
  .mobile-menu { position: fixed; top: 76px; right: 0; left: 0; height: calc(100dvh - 76px); padding: 30px 21px max(28px, env(safe-area-inset-bottom)); display: flex; flex-direction: column; overflow-y: auto; background: var(--paper); }
  .mobile-menu[hidden] { display: none; }
  .mobile-menu > a { padding: 15px 3px; border-bottom: 1px solid var(--line); text-decoration: none; font-family: var(--display); font-size: 27px; font-weight: 500; letter-spacing: -.035em; }
  .mobile-menu .mobile-menu-cta { margin-top: auto; padding: 15px; border: 0; border-radius: 999px; background: var(--whatsapp); color: white; text-align: center; font-size: 17px; }
  .hero { min-height: auto; padding: 110px 21px 0; grid-template-columns: 1fr; grid-template-rows: auto; background: var(--paper); }
  .hero-copy { padding: 30px 0 46px; }
  .hero h1 { font-size: clamp(49px, 13.5vw, 68px); }
  .hero-lead { margin-top: 26px; font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .response-note { max-width: none; }
  .hero-visual { height: 66vh; min-height: 520px; border-radius: 48% 48% 8px 8px / 17% 17% 8px 8px; }
  .trust-bar { grid-column: 1; display: grid; grid-template-columns: 1fr 1fr; margin-top: 25px; }
  .trust-bar span, .trust-bar span:first-child, .trust-bar span:last-child { padding: 15px 12px; text-align: left; }
  .trust-bar span::after { top: auto; right: 8px; bottom: 0; }
  .intro { grid-template-columns: .86fr 1fr; gap: 55px; }
  .training { margin-inline: 12px; border-radius: 68px 68px 18px 18px; }
  .training-heading { align-items: flex-start; flex-direction: column; }
  .service-row { grid-template-columns: 54px 1fr; }
  .service-details { grid-column: 2; columns: 1; }
  .help, .process .section-shell, .faq { grid-template-columns: 1fr; gap: 58px; }
  .help-intro, .process-heading { position: static; }
  .approach { grid-template-columns: 1fr; gap: 70px; }
  .approach-image { min-height: 650px; }
  .about { grid-template-columns: 1fr; gap: 55px; }
  .about-columns { grid-template-columns: 1fr; gap: 20px; }
  .process .button-light { grid-column: 1; }
  .areas { grid-template-columns: 1fr; gap: 70px; }
  .area-map { min-height: 560px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-contact { grid-column: 2; grid-row: 1 / 3; }
}

@media (max-width: 600px) {
  :root { --shell: calc(100% - 34px); }
  html { scroll-padding-top: 76px; }
  body { padding-bottom: 78px; }
  .wordmark { font-size: 18px; }
  .hero { padding-inline: 17px; }
  .location-line { margin-bottom: 18px; }
  .hero h1 { font-size: clamp(46px, 13.7vw, 61px); }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 490px; height: 67vh; }
  .hero-visual img { object-position: 48% 34%; }
  .trust-bar { padding-bottom: 6px; }
  .trust-bar span { font-size: 11px; }
  .trust-bar strong { font-size: 14px; }
  .intro { padding-block: 100px; grid-template-columns: 1fr; gap: 34px; }
  .intro h2, .training-heading h2, .help h2, .approach h2, .about h2, .process h2, .reviews h2, .areas h2, .faq h2 { font-size: 39px; }
  .training { padding-block: 86px; border-radius: 52px 52px 16px 16px; }
  .training-heading { margin-bottom: 50px; gap: 26px; }
  .service-row { padding-block: 43px; grid-template-columns: 1fr; gap: 22px; }
  .service-number { font-size: 14px; }
  .service-details { grid-column: 1; }
  .help { padding-block: 105px; gap: 52px; }
  .help-list { grid-template-columns: 1fr; }
  .help-list li { padding-block: 18px; font-size: 19px; }
  .help-list li::before { top: 28px; }
  .approach { margin-bottom: 110px; gap: 55px; }
  .approach-image { min-height: 520px; }
  .photo-caption { grid-template-columns: 75px 1fr; }
  .about { padding: 78px 25px; gap: 42px; border-radius: 22px; }
  .about-lead { margin-bottom: 36px; font-size: 25px; }
  .process { padding-block: 105px; }
  .process .section-shell { gap: 47px; }
  .process-list li { gap: 16px; padding-bottom: 40px; }
  .process .button-light { width: 100%; margin-top: 30px; text-align: center; }
  .reviews { padding-block: 95px; }
  .reviews-heading { margin-bottom: 48px; align-items: flex-start; flex-direction: column; }
  .review-card, .review-card-featured { width: min(88vw, 410px); min-height: 390px; padding: 24px 34px; }
  .review-card blockquote { font-size: 23px; }
  .review-rating-card { width: 78vw; }
  .areas { margin-block: 110px; gap: 58px; }
  .area-map { min-height: 490px; border-radius: 48% 48% 22px 22px / 15% 15% 22px 22px; }
  .area-map svg { width: 116%; margin-left: -10%; }
  .map-place text { font-size: 12px; }
  .faq { padding-block: 92px; gap: 46px; }
  .faq summary { font-size: 18px; }
  .final-cta { margin-inline: 10px; padding: 92px 20px; border-radius: 54px 54px 16px 16px; }
  .final-cta h2 { font-size: 50px; }
  .final-cta .button { width: 100%; }
  .site-footer { padding-top: 64px; }
  .footer-main { grid-template-columns: 1fr; gap: 27px; padding-bottom: 58px; }
  .footer-contact { grid-column: 1; grid-row: auto; align-items: flex-start; }
  .footer-bottom { padding-bottom: 30px; }
  .mobile-whatsapp { position: fixed; z-index: 90; right: 12px; bottom: max(12px, env(safe-area-inset-bottom)); left: 12px; min-height: 54px; display: flex; align-items: center; justify-content: center; gap: 10px; border-radius: 999px; background: var(--whatsapp); color: white; box-shadow: 0 10px 30px rgba(36,51,47,.2); text-decoration: none; font-family: var(--display); font-weight: 600; opacity: 0; pointer-events: none; transform: translateY(calc(100% + 25px)); transition: opacity .25s ease, transform .25s ease; }
  .mobile-whatsapp.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .mobile-whatsapp svg { width: 20px; fill: currentColor; }
  body.menu-open .mobile-whatsapp { display: none; }

  .footer-bottom { align-items: flex-start; gap: 18px; }
  .footer-bottom nav { flex-direction: column; align-items: flex-end; gap: 9px; }
  .legal-page { padding: 112px 0 78px; }
  .legal-back { margin-bottom: 38px; }
  .legal-updated { margin-bottom: 48px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .hero-visual img, .approach-image img { transform: scale(1.04); }
  .motion-ready [data-reveal] { opacity: 1; transform: none; }
  .motion-ready [data-wipe] { clip-path: none; }
  .review-track { width: auto; transform: none; }
  .review-group[aria-hidden='true'] { display: none; }
  .review-group { width: 100%; overflow-x: auto; padding: 0 20px 15px; scroll-snap-type: x mandatory; }
  .review-card { scroll-snap-align: start; }
  .marquee-control { display: none; }
}
