:root {
  --green: #102f28;
  --green-2: #19463b;
  --ink: #172520;
  --cream: #f3f0e8;
  --paper: #fcfbf7;
  --sage: #dce4db;
  --sage-2: #edf1eb;
  --accent: #e8753f;
  --accent-dark: #ca5e2d;
  --muted: #687670;
  --line: rgba(16, 47, 40, .15);
  --white: #fff;
  --shadow: 0 24px 65px rgba(16, 47, 40, .12);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.62; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { display: block; max-width: 100%; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; left: 20px; top: -100px; padding: 10px 16px; border-radius: 8px; color: white; background: var(--green); }
.skip-link:focus { top: 20px; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 88px; background: rgba(243, 240, 232, .92); border-bottom: 1px solid transparent; backdrop-filter: blur(16px); transition: height .2s ease, border-color .2s ease, box-shadow .2s ease; }
.site-header.scrolled { height: 72px; border-color: var(--line); box-shadow: 0 10px 30px rgba(16, 47, 40, .06); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; color: var(--cream); background: var(--green); }
.brand-icon svg { width: 29px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.4; }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-text strong { font-family: var(--serif); font-size: 17px; letter-spacing: -.025em; }
.brand-text small { margin-top: 5px; color: var(--green-2); font-size: 9px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.desktop-nav { display: flex; gap: 27px; margin-left: auto; }
.desktop-nav a { position: relative; font-size: 13px; font-weight: 700; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--accent); transition: right .2s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-phone { display: flex; flex-direction: column; padding-left: 24px; border-left: 1px solid var(--line); line-height: 1.15; }
.js-phone-link { white-space: nowrap; }
.header-phone span { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.header-phone strong { margin-top: 4px; font-size: 13px; }
.button { display: inline-flex; min-height: 52px; padding: 0 24px; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 4px; cursor: pointer; font-weight: 800; line-height: 1; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { color: white; background: var(--green); }
.button-dark:hover { background: var(--green-2); box-shadow: 0 12px 25px rgba(16, 47, 40, .18); }
.button-accent { color: #21140f; background: var(--accent); }
.button-accent:hover { background: #f18754; box-shadow: 0 12px 25px rgba(232, 117, 63, .24); }
.button-light { color: var(--green); background: var(--cream); }
.button-outline { border-color: var(--line); color: var(--green); background: transparent; }
.button-outline:hover { border-color: var(--green); }
.header-cta { min-height: 44px; padding-inline: 18px; font-size: 12px; }
.menu-button, .mobile-nav { display: none; }

.hero { min-height: 790px; padding: 144px 0 76px; overflow: hidden; background: var(--cream); }
.hero-grid { display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: 72px; }
.google-review-badge { width: fit-content; display: inline-flex; align-items: center; gap: 12px; margin-bottom: 24px; padding: 9px 12px 9px 13px; border: 1px solid rgba(16,47,40,.14); border-radius: 4px; color: var(--green); background: rgba(255,255,255,.64); box-shadow: 0 8px 24px rgba(16,47,40,.06); transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.google-review-badge:hover { border-color: rgba(16,47,40,.28); background: white; transform: translateY(-2px); }
.google-review-badge:focus-visible { outline: 3px solid rgba(232,117,63,.34); outline-offset: 3px; }
.google-review-stars { display: flex; gap: 1px; color: #d99a24; }
.google-review-stars svg { width: 13px; height: 13px; fill: currentColor; }
.google-review-copy { display: flex; flex-direction: column; line-height: 1.2; }
.google-review-copy strong { font-size: 11px; }
.google-review-copy small { margin-top: 2px; color: var(--muted); font-size: 9px; font-weight: 700; }
.google-review-arrow { color: var(--accent); font-size: 15px; font-weight: 900; }
.kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--green-2); font-size: 11px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.kicker > span { display: block; width: 35px; height: 1px; background: currentColor; }
.kicker-light { color: #bacabe; }
h1, h2, h3 { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; line-height: .99; letter-spacing: -.055em; }
h1 { max-width: 650px; margin-bottom: 28px; font-size: clamp(58px, 6.15vw, 88px); }
h1 em, h2 em { color: var(--green-2); font-style: italic; }
h2 { margin-bottom: 24px; font-size: clamp(43px, 4.5vw, 64px); }
h3 { font-size: 21px; letter-spacing: -.025em; }
.hero-lead { max-width: 580px; margin: 0 0 33px; color: #52635d; font-size: 18px; }
.hero-actions { display: flex; align-items: center; gap: 24px; }
.hero-actions .button .whatsapp-icon { width: 21px; height: 21px; flex: 0 0 auto; fill: currentColor; }
.plain-link { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 800; }
.plain-link b { color: var(--accent); }
.hero-checks { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 30px; color: #576660; font-size: 12px; font-weight: 700; }
.hero-checks i { display: inline-grid; width: 19px; height: 19px; margin-right: 4px; place-items: center; border-radius: 50%; color: var(--green); background: var(--sage); font-style: normal; }
.hero-media { position: relative; height: 575px; }
.hero-photo { position: absolute; inset: 0; border-radius: 2px 92px 2px 2px; background: url("assets/hero-house.webp") center / cover no-repeat; }
.photo-shade { position: absolute; inset: 0; border-radius: 2px 92px 2px 2px; background: linear-gradient(180deg, transparent 55%, rgba(8, 26, 21, .48)); }
.photo-caption { position: absolute; left: 28px; bottom: 25px; display: flex; align-items: center; gap: 13px; padding: 14px 17px; color: var(--green); background: rgba(252, 251, 247, .95); box-shadow: var(--shadow); backdrop-filter: blur(8px); }
.caption-mark { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; color: white; background: var(--accent); font-weight: 900; }
.photo-caption div { display: flex; flex-direction: column; line-height: 1.3; }
.photo-caption strong { font-size: 13px; }
.photo-caption small { color: var(--muted); font-size: 10px; }
.radius-stamp { position: absolute; right: -34px; top: 48px; display: flex; width: 119px; height: 119px; align-items: center; justify-content: center; gap: 7px; border-radius: 50%; color: white; background: var(--green); box-shadow: 0 20px 40px rgba(16, 47, 40, .22); transform: rotate(7deg); }
.radius-stamp strong { font-family: var(--serif); font-size: 25px; }
.radius-stamp span { padding-left: 8px; border-left: 1px solid rgba(255,255,255,.3); font-size: 8px; font-weight: 800; letter-spacing: .07em; line-height: 1.3; text-transform: uppercase; }

.trust-bar { color: white; background: var(--green); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { display: flex; min-height: 104px; align-items: center; gap: 15px; padding: 0 25px; border-right: 1px solid rgba(255,255,255,.12); }
.trust-grid > div:first-child { border-left: 1px solid rgba(255,255,255,.12); }
.trust-grid span { color: var(--accent); font-family: var(--serif); font-size: 21px; font-style: italic; }
.trust-grid p { margin: 0; color: rgba(255,255,255,.62); font-size: 11px; line-height: 1.45; }
.trust-grid strong { display: block; color: white; font-size: 12px; }

.section { padding: 116px 0; }
.service-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; align-items: end; }
.service-heading h2 { max-width: 720px; margin-bottom: 0; }
.service-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 17px; }
.service-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 64px; }
.service-card { position: relative; min-height: 345px; padding: 34px; border: 1px solid var(--line); background: var(--paper); }
.service-card-dark { color: white; background: var(--green); border-color: var(--green); transform: translateY(-12px); }
.line-icon { width: 56px; height: 56px; display: grid; place-items: center; margin-bottom: 62px; color: var(--green); background: var(--sage); }
.line-icon svg { width: 31px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.service-card-dark .line-icon { color: var(--cream); background: rgba(255,255,255,.1); }
.service-number { position: absolute; right: 28px; top: 27px; color: #a3afa9; font-family: var(--serif); font-size: 18px; font-style: italic; }
.service-card-dark .service-number { color: rgba(255,255,255,.34); }
.service-card h3 { margin-bottom: 13px; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; }
.service-card-dark p { color: rgba(255,255,255,.63); }

.process-section { color: white; background: var(--green-2); }
.process-wrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: 105px; align-items: center; }
.process-intro h2 { max-width: 480px; }
.process-intro > p:not(.kicker) { max-width: 450px; color: rgba(255,255,255,.6); }
.process-intro .button { margin-top: 20px; }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 57px 1fr; gap: 19px; padding: 29px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.process-list li:first-child { border-top: 1px solid rgba(255,255,255,.14); }
.process-list li > span { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; color: var(--accent); font-family: var(--serif); font-size: 18px; font-style: italic; }
.process-list h3 { margin: 1px 0 6px; }
.process-list p { margin: 0; color: rgba(255,255,255,.58); font-size: 13px; }

.prices-section { background: var(--cream); }
.prices-heading { max-width: 720px; text-align: center; }
.prices-heading .kicker { justify-content: center; }
.prices-heading > p:last-child { color: var(--muted); }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; margin-top: 57px; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 37px 32px 32px; border: 1px solid var(--line); background: var(--paper); }
.price-card-featured { color: white; background: var(--green); border-color: var(--green); box-shadow: 0 24px 55px rgba(16,47,40,.16); transform: translateY(-12px); }
.best-label { position: absolute; right: 21px; top: 0; padding: 7px 11px; color: white; background: var(--accent); font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.price-type { margin: 0 0 12px; color: var(--green-2); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.price-card-featured .price-type { color: var(--accent); }
.price-card h3 { margin-bottom: 20px; font-family: var(--serif); font-size: 31px; font-weight: 400; }
.amount { display: flex; align-items: baseline; gap: 6px; }
.amount strong { font-family: var(--serif); font-size: 48px; font-weight: 400; letter-spacing: -.05em; }
.amount small { color: var(--muted); font-size: 10px; }
.price-card-featured .amount small { color: rgba(255,255,255,.5); }
.price-detail { min-height: 43px; margin: 7px 0 23px; color: var(--muted); font-size: 12px; }
.price-card-featured .price-detail { color: rgba(255,255,255,.53); }
.price-card ul { display: grid; gap: 11px; margin: 0 0 30px; padding: 22px 0 0; border-top: 1px solid var(--line); list-style: none; }
.price-card-featured ul { border-color: rgba(255,255,255,.13); }
.price-card li { position: relative; padding-left: 22px; font-size: 12px; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 900; }
.price-card .button { width: 100%; margin-top: auto; font-size: 12px; }
.price-note { margin-top: 24px; color: var(--muted); font-size: 11px; text-align: center; }

.area-section { padding: 116px 0; overflow: hidden; color: white; background: #0d2923; }
.area-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: center; }
.area-copy > p:not(.kicker,.area-small) { max-width: 600px; color: rgba(255,255,255,.62); font-size: 17px; }
.towns { display: flex; flex-wrap: wrap; gap: 7px; margin: 29px 0 0; padding: 0; list-style: none; }
.towns li { padding: 6px 10px; border: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.76); font-size: 10px; }
.area-small { margin-top: 21px; color: rgba(255,255,255,.42); font-size: 10px; }
.area-guide-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 23px; padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.28); color: white; font-size: 12px; font-weight: 800; }
.area-guide-link b { color: var(--accent); }
.area-visual { position: relative; aspect-ratio: 1; border-radius: 50%; background: rgba(255,255,255,.04); }
.map-ring { position: absolute; border: 1px dashed rgba(255,255,255,.19); border-radius: 50%; }
.ring-a { inset: 6%; }.ring-b { inset: 23%; }.ring-c { inset: 40%; background: rgba(232,117,63,.1); }
.map-center { position: absolute; z-index: 2; left: 50%; top: 50%; display: flex; flex-direction: column; align-items: center; transform: translate(-50%,-50%); }
.map-center > span { width: 16px; height: 16px; margin-bottom: 8px; border: 4px solid white; border-radius: 50%; background: var(--accent); }
.map-center strong { font-family: var(--serif); font-size: 14px; }
.map-center small { color: rgba(255,255,255,.4); font-size: 7px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.map-place { position: absolute; padding: 5px 8px; color: var(--green); background: var(--cream); box-shadow: 0 7px 15px rgba(0,0,0,.15); font-size: 8px; font-style: normal; font-weight: 800; }
.place-hilversum { right: 18%; top: 17%; }.place-utrecht { left: 11%; bottom: 23%; }.place-zeist { right: 15%; bottom: 20%; }.place-baarn { left: 13%; top: 24%; }
.map-distance { position: absolute; right: 5%; top: 48%; width: 64px; height: 64px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--accent); font-family: var(--serif); font-size: 17px; transform: rotate(6deg); }

.faq-section { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; align-items: start; }
.faq-intro { position: sticky; top: 115px; }
.faq-intro > p:not(.kicker) { color: var(--muted); }
.faq-intro .plain-link { margin-top: 10px; }
.accordion { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; display: flex; justify-content: space-between; gap: 25px; padding: 24px 0; border: 0; color: var(--ink); background: transparent; cursor: pointer; text-align: left; font-weight: 800; }
.faq-item button span { color: var(--accent); font-family: var(--serif); font-size: 22px; font-weight: 400; }
.faq-answer p { margin: -4px 45px 22px 0; color: var(--muted); font-size: 14px; }

.contact-section { padding: 116px 0; background: var(--accent); }
.contact-grid { display: grid; grid-template-columns: .83fr 1.17fr; gap: 85px; align-items: start; }
.contact-copy .kicker { color: var(--green); }
.contact-copy h2 { max-width: 500px; }
.contact-copy > p:not(.kicker) { max-width: 490px; color: rgba(23,37,32,.72); font-size: 17px; }
.direct-contact { display: grid; gap: 12px; margin-top: 37px; }
.direct-contact a { display: flex; max-width: 390px; flex-direction: column; padding: 13px 16px; border-left: 2px solid var(--green); line-height: 1.3; }
.direct-contact small { color: rgba(23,37,32,.58); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.direct-contact strong { margin-top: 4px; font-size: 13px; overflow-wrap: anywhere; }
.quote-form { padding: 36px; background: var(--paper); box-shadow: 0 25px 65px rgba(81,37,17,.16); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.quote-form label { display: grid; gap: 7px; margin-bottom: 16px; color: var(--green); font-size: 11px; font-weight: 800; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 0; outline: none; color: var(--ink); background: white; font-weight: 400; transition: border-color .2s ease, box-shadow .2s ease; }
.quote-form input, .quote-form select { height: 48px; padding: 0 12px; }
.quote-form textarea { padding: 12px; resize: vertical; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--green-2); box-shadow: 0 0 0 3px rgba(25,70,59,.1); }
.quote-form input::placeholder, .quote-form textarea::placeholder { color: #9ba5a1; }
.quote-form .consent { display: flex; align-items: flex-start; gap: 9px; color: var(--muted); font-size: 10px; font-weight: 400; }
.consent input { flex: 0 0 auto; width: 16px; height: 16px; margin-top: 1px; accent-color: var(--green); }
.submit-button { width: 100%; justify-content: space-between; border: 0; }
.form-status { min-height: 18px; margin: 11px 0 0; color: var(--green); font-size: 11px; font-weight: 800; text-align: center; }
.form-status.error { color: #9f2c1e; }
.form-small { margin: 5px 0 0; color: var(--muted); font-size: 9px; text-align: center; }

.site-footer { padding: 68px 0 90px; color: rgba(255,255,255,.72); background: #071e19; }
.footer-main { display: grid; grid-template-columns: 1.35fr .95fr .7fr 1.1fr; gap: 55px; align-items: start; }
.footer-brand { color: white; }
.footer-brand .brand-icon { color: var(--green); background: var(--accent); }
.footer-brand .brand-text small { color: rgba(255,255,255,.45); }
.footer-main > p { margin: 4px 0 0; color: rgba(255,255,255,.44); font-size: 11px; }
.footer-main nav, .footer-contact { display: flex; flex-direction: column; gap: 8px; font-size: 11px; }
.footer-main a:hover { color: var(--accent); }
.footer-contact a { overflow-wrap: anywhere; }
.footer-bottom { display: flex; gap: 24px; margin-top: 45px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.35); font-size: 9px; }
.footer-bottom a { margin-left: auto; }
.mobile-sticky-cta { display: none; }

/* Regionale SEO-gids */
.guide-page { background: var(--paper); }
.guide-hero { padding: 154px 0 92px; overflow: hidden; background: var(--cream); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; color: var(--muted); font-size: 11px; font-weight: 700; }
.breadcrumbs a { color: var(--green-2); }
.guide-hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; }
.guide-hero h1 { max-width: 760px; margin-bottom: 28px; font-size: clamp(53px, 6.8vw, 90px); }
.guide-lead { max-width: 720px; margin: 0; color: #52635d; font-size: 19px; }
.guide-summary { padding: 28px; border-left: 4px solid var(--accent); background: var(--paper); box-shadow: var(--shadow); }
.guide-summary strong { display: block; margin-bottom: 13px; font-family: var(--serif); font-size: 25px; font-weight: 400; }
.guide-summary ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.guide-summary li { position: relative; padding-left: 23px; color: var(--muted); font-size: 13px; }
.guide-summary li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 900; }
.guide-content { padding: 100px 0 116px; }
.guide-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 85px; align-items: start; }
.guide-article { max-width: 760px; }
.guide-article section + section { margin-top: 70px; padding-top: 65px; border-top: 1px solid var(--line); }
.guide-article h2 { margin-bottom: 23px; font-size: clamp(37px, 4.2vw, 56px); }
.guide-article h3 { margin: 32px 0 10px; font-family: var(--serif); font-size: 27px; font-weight: 400; }
.guide-article p, .guide-article li { color: var(--muted); }
.guide-article a:not(.button) { color: var(--green-2); font-weight: 800; text-decoration: underline; text-decoration-color: rgba(25,70,59,.3); text-underline-offset: 3px; }
.guide-steps { display: grid; gap: 12px; margin: 30px 0 0; padding: 0; counter-reset: guide-step; list-style: none; }
.guide-steps li { position: relative; min-height: 70px; padding: 17px 18px 17px 68px; border: 1px solid var(--line); background: var(--cream); }
.guide-steps li::before { counter-increment: guide-step; content: counter(guide-step, decimal-leading-zero); position: absolute; left: 18px; top: 17px; color: var(--accent); font-family: var(--serif); font-size: 21px; }
.guide-areas { display: flex; flex-wrap: wrap; gap: 8px; margin: 25px 0 0; padding: 0; list-style: none; }
.guide-areas li { padding: 7px 11px; border: 1px solid var(--line); color: var(--green); background: var(--cream); font-size: 11px; font-weight: 800; }
.guide-faq { display: grid; gap: 22px; }
.guide-faq article { padding-left: 20px; border-left: 3px solid var(--accent); }
.guide-faq h3 { margin-top: 0; font-size: 23px; }
.guide-faq p { margin-bottom: 0; }
.guide-aside { position: sticky; top: 108px; display: grid; gap: 18px; }
.guide-card { padding: 26px; color: white; background: var(--green); }
.guide-card .kicker { margin-bottom: 16px; color: var(--accent); }
.guide-card h2 { margin-bottom: 15px; font-size: 34px; }
.guide-card p { color: rgba(255,255,255,.65); font-size: 13px; }
.guide-card .button { width: 100%; margin-top: 8px; font-size: 12px; }
.guide-note { padding: 20px; border: 1px solid var(--line); background: var(--cream); color: var(--muted); font-size: 11px; }
.guide-note strong { display: block; margin-bottom: 7px; color: var(--green); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-short { transition-delay: .08s; }
.reveal-delay { transition-delay: .16s; }

@media (max-width: 1070px) {
  .desktop-nav { display: none; }
  .header-phone { margin-left: auto; }
  .hero-grid { gap: 40px; }
  .radius-stamp { right: -12px; }
  .area-grid, .contact-grid { gap: 55px; }
  .footer-main { grid-template-columns: 1.2fr .9fr .65fr; }
  .footer-contact { display: none; }
  .guide-hero-grid { gap: 45px; }
  .guide-layout { grid-template-columns: minmax(0, 1fr) 260px; gap: 48px; }
}

@media (max-width: 820px) {
  .shell { width: min(calc(100% - 30px), 680px); }
  .site-header, .site-header.scrolled { height: 72px; }
  .header-phone, .header-cta { display: none; }
  .menu-button { display: grid; width: 42px; height: 42px; margin-left: auto; padding: 9px; place-content: center; gap: 5px; border: 0; border-radius: 50%; background: rgba(16,47,40,.08); }
  .menu-button span { display: block; width: 21px; height: 2px; background: var(--green); transition: transform .2s ease, opacity .2s ease; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .mobile-nav { position: absolute; left: 15px; right: 15px; top: 78px; display: none; padding: 18px; border: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow); }
  .mobile-nav.open { display: grid; gap: 4px; }
  .mobile-nav > a:not(.button) { padding: 10px 8px; font-weight: 700; }
  .mobile-nav .button { margin-top: 8px; }
  .hero { padding: 118px 0 65px; }
  .hero-grid, .service-heading, .process-wrap, .area-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 48px; }
  .hero-copy { text-align: center; }
  .hero-copy .kicker, .hero-actions, .hero-checks { justify-content: center; }
  .hero-copy .google-review-badge { margin-inline: auto; }
  .hero-lead { margin-inline: auto; }
  .hero-media { width: min(100%, 610px); height: 520px; margin-inline: auto; }
  .service-heading, .process-wrap, .area-grid, .faq-grid, .contact-grid { gap: 45px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div:nth-child(3), .trust-grid > div:nth-child(4) { border-top: 1px solid rgba(255,255,255,.12); }
  .trust-grid > div:nth-child(3) { border-left: 1px solid rgba(255,255,255,.12); }
  .section, .area-section, .contact-section { padding: 82px 0; }
  .service-cards, .price-grid { grid-template-columns: 1fr; max-width: 560px; }
  .service-card-dark, .price-card-featured { transform: none; }
  .service-heading > p { max-width: 600px; }
  .area-copy { order: 2; }
  .area-visual { order: 1; max-width: 540px; width: 100%; margin-inline: auto; }
  .faq-intro { position: static; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main .brand { grid-column: 1 / -1; }
  .guide-hero { padding: 120px 0 70px; }
  .guide-hero-grid, .guide-layout { grid-template-columns: 1fr; }
  .guide-summary { max-width: 580px; }
  .guide-content { padding: 75px 0 85px; }
  .guide-aside { position: static; grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  body { font-size: 15px; }
  .brand-icon { width: 39px; height: 39px; }
  .brand-text strong { font-size: 15px; }
  .brand-text small { font-size: 8px; }
  h1 { font-size: clamp(52px, 15vw, 68px); }
  h2 { font-size: 42px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; gap: 17px; }
  .google-review-badge { margin-bottom: 20px; }
  .hero-actions .button { width: 100%; }
  .hero-checks { display: grid; width: max-content; max-width: 100%; margin-inline: auto; justify-items: start; }
  .hero-media { height: 430px; }
  .hero-photo, .photo-shade { border-radius: 2px 55px 2px 2px; }
  .radius-stamp { right: 8px; top: 18px; width: 96px; height: 96px; }
  .radius-stamp strong { font-size: 21px; }
  .radius-stamp { flex-direction: column; gap: 0; text-align: center; }
  .radius-stamp span { padding-left: 0; border-left: 0; font-size: 6px; }
  .photo-caption { left: 12px; right: 12px; bottom: 12px; }
  .trust-grid > div { min-height: 88px; padding: 0 14px; }
  .service-card, .price-card, .quote-form { padding: 28px 23px; }
  .service-card { min-height: 305px; }
  .line-icon { margin-bottom: 43px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .direct-contact strong { font-size: 12px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-main > p { display: none; }
  .footer-main nav { margin-top: 5px; }
  .footer-bottom { flex-wrap: wrap; padding-bottom: 8px; }
  .footer-bottom a { margin-left: 0; }
  .mobile-sticky-cta { position: fixed; z-index: 90; left: 15px; right: 15px; bottom: 12px; display: flex; height: 52px; align-items: center; justify-content: center; gap: 8px; border-radius: 3px; opacity: 0; color: #21140f; background: var(--accent); box-shadow: 0 12px 32px rgba(16,47,40,.25); font-weight: 900; pointer-events: none; transform: translateY(80px); transition: opacity .22s ease, transform .22s ease; }
  .mobile-sticky-cta.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .guide-hero h1 { font-size: clamp(48px, 14vw, 65px); }
  .guide-lead { font-size: 16px; }
  .guide-summary { padding: 23px; }
  .guide-article section + section { margin-top: 50px; padding-top: 48px; }
  .guide-aside { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
