:root {
  --ink: #202d35;
  --muted: #65737a;
  --green-950: #17242b;
  --green-900: #243740;
  --green-800: #344d57;
  --green-700: #526d78;
  --sage: #dce5e7;
  --sage-light: #f2f5f5;
  --cream: #f5f0e8;
  --sand: #ddcdb9;
  --gold: #c9794e;
  --gold-dark: #a95732;
  --white: #fff;
  --line: rgba(32, 45, 53, .14);
  --shadow-sm: 0 10px 30px rgba(23, 36, 43, .09);
  --shadow-lg: 0 24px 70px rgba(23, 36, 43, .20);
  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 28px;
  --container: 1240px;
  --header-height: 82px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 20px); }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, h4 { margin: 0 0 .65em; color: var(--green-950); font-family: Georgia, "Times New Roman", serif; line-height: 1.08; letter-spacing: -.028em; }
h1 { font-size: clamp(2.45rem, 5vw, 5.2rem); }
h2 { font-size: clamp(2rem, 3.5vw, 3.45rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.55rem); }
p { margin: 0 0 1rem; }
ul, ol { margin: 0; padding: 0; }
.container { width: min(100% - 40px, var(--container)); margin-inline: auto; }
.section { padding: clamp(72px, 9vw, 118px) 0; }
.section-soft { background: var(--sage-light); }
.section-cream { background: var(--cream); }
.section-heading { max-width: 760px; margin-bottom: 46px; }
.section-heading.center { margin-inline: auto; text-align: center; }
.split-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 42px; max-width: none; }
.split-heading > p { color: var(--muted); max-width: 530px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 16px; color: var(--green-700); font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { width: 28px; height: 1px; background: currentColor; content: ""; }
.eyebrow.light { color: #d9e2e4; }
.lead { color: var(--muted); font-size: clamp(1.08rem, 1.7vw, 1.28rem); }
.muted { color: var(--muted); }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 10000; transform: translateY(-160%); padding: 10px 16px; border-radius: 8px; color: white; background: var(--green-950); }
.skip-link:focus { transform: none; }

.btn { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 9px; padding: 13px 24px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; line-height: 1.1; text-align: center; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible, button:focus-visible, a:focus-visible { outline: 3px solid #d69168; outline-offset: 3px; }
.btn-primary { color: white; background: var(--green-900); box-shadow: 0 9px 24px rgba(23, 36, 43, .20); }
.btn-primary:hover { background: var(--green-800); }
.btn-accent { color: #251710; background: var(--gold); box-shadow: 0 10px 26px rgba(169, 87, 50, .28); }
.btn-accent:hover { background: #d88c62; }
.btn-ghost { border-color: rgba(255,255,255,.5); color: white; background: rgba(255,255,255,.08); backdrop-filter: blur(10px); }
.btn-small { min-height: 44px; padding: 11px 18px; }

.site-header { position: sticky; top: 0; z-index: 1000; min-height: var(--header-height); border-bottom: 1px solid rgba(32,45,53,.09); background: rgba(255,255,255,.94); box-shadow: 0 5px 24px rgba(23,36,43,.06); backdrop-filter: blur(18px); }
.nav-wrap { min-height: var(--header-height); display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--green-950); text-decoration: none; }
.brand-mark { position: relative; width: 42px; height: 42px; border-radius: 13px 13px 17px 17px; background: var(--green-900); box-shadow: inset 0 0 0 1px rgba(255,255,255,.15); }
.brand-mark::before { position: absolute; top: 10px; left: 8px; width: 26px; height: 18px; border: 3px solid var(--gold); border-bottom: 0; transform: skewY(-18deg); content: ""; }
.brand-mark span { position: absolute; right: 9px; bottom: 7px; width: 8px; height: 16px; border-radius: 2px 2px 0 0; background: var(--gold); }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.12rem; }
.brand-copy small { margin-top: 5px; color: var(--green-700); font-size: .62rem; font-weight: 900; letter-spacing: .23em; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav > a:not(.btn) { position: relative; font-size: .92rem; font-weight: 750; text-decoration: none; }
.main-nav > a:not(.btn)::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; transform: scaleX(0); background: var(--gold-dark); content: ""; transition: transform .2s; }
.main-nav > a:not(.btn):hover::after { transform: scaleX(1); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 1px solid var(--line); border-radius: 12px; background: white; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; border-radius: 4px; background: var(--green-950); }

.hero { position: relative; min-height: min(780px, calc(100svh - var(--header-height))); display: flex; align-items: center; overflow: clip; color: white; background: var(--green-950); isolation: isolate; }
.hero::before { position: absolute; inset: 0; z-index: -2; background: url('/assets/images/hero-gevelrenovatie.webp') 62% center / cover no-repeat; content: ""; }
.hero::after { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(16,26,32,.98) 0%, rgba(28,44,52,.90) 38%, rgba(35,52,60,.40) 66%, rgba(35,52,60,.12) 100%); content: ""; }
.hero-inner { width: min(100% - 40px, var(--container)); margin: 0 auto; padding: clamp(70px, 9vw, 118px) 0; }
.hero-copy { max-width: 760px; }
.hero h1 { max-width: 730px; color: white; text-wrap: balance; }
.hero .lead { max-width: 650px; margin-bottom: 30px; color: rgba(255,255,255,.84); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 10px 20px; margin: 24px 0 0; color: rgba(255,255,255,.82); font-size: .88rem; }
.hero-trust span { display: inline-flex; align-items: center; gap: 7px; }
.hero-trust span::before { width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; color: var(--green-950); background: var(--gold); font-size: .7rem; font-weight: 900; content: "✓"; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 28px; }
.hero-compact { min-height: 460px; }
.hero-compact::before { opacity: .34; }
.hero-compact .hero-copy { max-width: 850px; }
.hero-compact h1 { font-size: clamp(2.5rem, 5vw, 4.6rem); }

.location-search { position: relative; width: min(100%, 680px); margin-top: 34px; }
.search-field { display: grid; grid-template-columns: 24px minmax(0, 1fr) auto; align-items: center; gap: 10px; padding: 8px 8px 8px 20px; border: 1px solid rgba(255,255,255,.32); border-radius: 999px; background: white; box-shadow: var(--shadow-lg); }
.search-field input { width: 100%; min-width: 0; height: 50px; padding: 0 8px; border: 0; outline: 0; color: var(--ink); background: transparent; }
.search-pin { position: relative; width: 17px; height: 17px; border: 2px solid var(--green-700); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.search-pin::after { position: absolute; inset: 4px; border-radius: 50%; background: var(--green-700); content: ""; }
.search-hint { margin: 9px 0 0 22px; color: rgba(255,255,255,.68); font-size: .77rem; }
.search-results { position: absolute; top: calc(100% - 20px); right: 10px; left: 10px; z-index: 30; overflow: hidden; border: 1px solid var(--line); border-radius: 0 0 18px 18px; color: var(--ink); background: white; box-shadow: var(--shadow-lg); }
.search-results button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 18px; border: 0; border-bottom: 1px solid var(--line); color: var(--ink); background: white; text-align: left; cursor: pointer; }
.search-results button:hover, .search-results button:focus { background: var(--sage-light); }
.search-results button span { color: var(--muted); font-size: .82rem; }
.no-results { margin: 0; padding: 18px; color: var(--muted); }
.light-search .search-hint { color: var(--muted); }
.light-search .search-field { border-color: var(--line); box-shadow: var(--shadow-sm); }

.breadcrumbs { padding-top: 22px; padding-bottom: 22px; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; color: var(--muted); font-size: .83rem; }
.breadcrumbs li:not(:last-child)::after { margin-left: 8px; color: #a6b0ad; content: "/"; }
.breadcrumbs a { color: var(--green-700); }

.trust-bar { border-bottom: 1px solid var(--line); background: var(--cream); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { display: flex; align-items: center; gap: 14px; padding: 26px 22px; border-right: 1px solid var(--line); }
.trust-item:last-child { border: 0; }
.trust-number { color: var(--green-700); font-family: Georgia, "Times New Roman", serif; font-size: 1.8rem; font-weight: 700; }
.trust-item strong { display: block; font-size: .92rem; }
.trust-item span:last-child { color: var(--muted); font-size: .78rem; }

.service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.service-card { position: relative; min-height: 280px; padding: 28px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow-sm); text-decoration: none; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.service-card::after { position: absolute; right: -35px; bottom: -55px; width: 135px; height: 135px; border-radius: 50%; background: var(--sage-light); content: ""; transition: transform .25s; }
.service-card:hover { transform: translateY(-6px); border-color: rgba(201,121,78,.42); box-shadow: var(--shadow-lg); }
.service-card:hover::after { transform: scale(1.18); }
.service-symbol { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 28px; border-radius: 15px; color: white; background: var(--green-900); font-size: .72rem; font-weight: 900; letter-spacing: .08em; }
.service-card h3 { font-size: 1.38rem; }
.service-card p { color: var(--muted); font-size: .91rem; }
.service-price { display: block; margin-top: 18px; color: var(--green-700); font-weight: 800; }

.editorial-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(45px, 8vw, 100px); }
.editorial-image { position: relative; }
.editorial-image img { width: 100%; aspect-ratio: 3/2; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.image-note { position: absolute; right: -20px; bottom: -24px; width: min(260px, 75%); padding: 22px; border-radius: var(--radius); color: white; background: var(--green-900); box-shadow: var(--shadow-lg); }
.image-note strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 1.3rem; }
.feature-list { display: grid; gap: 18px; margin-top: 30px; list-style: none; }
.feature-list li { display: grid; grid-template-columns: 36px 1fr; gap: 14px; align-items: start; }
.feature-list li::before { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: var(--green-900); background: var(--sage); font-weight: 900; content: "✓"; }
.feature-list strong { display: block; margin-bottom: 3px; }
.feature-list span { color: var(--muted); }

.theme-figure { position: relative; margin: 30px 0 38px; overflow: hidden; border-radius: var(--radius-lg); background: var(--green-900); box-shadow: var(--shadow-lg); }
.theme-figure img { width: 100%; aspect-ratio: 3/2; display: block; object-fit: cover; }
.theme-figure::after { position: absolute; inset: 48% 0 0; background: linear-gradient(transparent, rgba(17,27,33,.90)); content: ""; pointer-events: none; }
.theme-figure figcaption { position: absolute; right: 24px; bottom: 22px; left: 24px; z-index: 1; color: white; }
.theme-figure figcaption span, .theme-figure figcaption strong { display: block; }
.theme-figure figcaption span { color: var(--gold); font-size: .7rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.theme-figure figcaption strong { max-width: 650px; margin-top: 5px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.15rem, 2vw, 1.65rem); }

.visual-gallery-section { padding: 54px 0 92px; background: linear-gradient(180deg, white, var(--sage-light)); }
.visual-gallery { display: grid; grid-template-columns: 1.25fr .75fr .75fr; gap: 16px; }
.visual-card { position: relative; min-width: 0; margin: 0; overflow: hidden; border-radius: var(--radius); background: var(--green-900); box-shadow: var(--shadow-sm); }
.visual-card img { width: 100%; height: 100%; min-height: 310px; display: block; object-fit: cover; transition: transform .45s ease; }
.visual-card:first-child img { min-height: 400px; }
.visual-card::after { position: absolute; inset: 50% 0 0; background: linear-gradient(transparent, rgba(17,27,33,.90)); content: ""; pointer-events: none; }
.visual-card figcaption { position: absolute; right: 20px; bottom: 18px; left: 20px; z-index: 1; color: white; font-family: Georgia, "Times New Roman", serif; font-size: 1.05rem; font-weight: 700; }
.visual-card:hover img { transform: scale(1.025); }

.province-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.province-card { min-height: 220px; display: flex; flex-direction: column; justify-content: space-between; padding: 26px; border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); color: white; background: linear-gradient(150deg, var(--green-800), var(--green-950)); text-decoration: none; }
.province-card:nth-child(even) { background: linear-gradient(150deg, #405760, #1d2c33); }
.province-card span { color: rgba(255,255,255,.66); font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }
.province-card h3 { margin: auto 0 14px; color: white; font-size: 1.45rem; }
.province-card strong { color: var(--gold); }

.price-table-wrap { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow-sm); }
.price-table { width: 100%; border-collapse: collapse; }
.price-table th, .price-table td { padding: 20px 24px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.price-table th { color: white; background: var(--green-900); font-size: .79rem; letter-spacing: .06em; text-transform: uppercase; }
.price-table td:nth-child(2) { white-space: nowrap; color: var(--green-700); }
.price-table tr:last-child td { border: 0; }
.table-note { margin: 0; padding: 18px 24px; color: var(--muted); background: var(--sage-light); font-size: .78rem; }

.weather-widget { padding: clamp(28px, 5vw, 48px); scroll-margin-top: calc(var(--header-height) + 20px); border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius-lg); color: white; background: radial-gradient(circle at 80% 15%, rgba(201,121,78,.22), transparent 34%), linear-gradient(135deg, #30454e, #17242b); box-shadow: var(--shadow-lg); }
.weather-widget h2 { color: white; font-size: clamp(1.8rem, 3vw, 2.8rem); }
.weather-topline { display: flex; justify-content: space-between; gap: 30px; align-items: flex-start; }
.weather-status { flex: 0 0 auto; padding: 8px 13px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; color: #e0e7e9; font-size: .75rem; font-weight: 800; }
.weather-grid { display: grid; grid-template-columns: 2.2fr repeat(3, 1fr); gap: 12px; margin-top: 30px; }
.weather-primary, .weather-metric { min-height: 114px; display: flex; align-items: center; gap: 16px; padding: 20px; border: 1px solid rgba(255,255,255,.13); border-radius: 15px; background: rgba(255,255,255,.08); }
.weather-primary strong, .weather-primary span { display: block; }
.weather-primary span:last-child { color: rgba(255,255,255,.68); font-size: .8rem; }
.weather-icon { width: 52px; height: 52px; display: grid !important; place-items: center; flex: 0 0 auto; border-radius: 50%; color: var(--gold); background: rgba(201,121,78,.14); font-size: 2rem; }
.weather-metric { flex-direction: column; align-items: flex-start; justify-content: center; gap: 2px; }
.weather-metric span { color: rgba(255,255,255,.62); font-size: .76rem; text-transform: uppercase; }
.weather-metric strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.65rem; }
.weather-advice { margin: 22px 0 8px; font-weight: 700; }
.weather-source { margin: 0; color: rgba(255,255,255,.58); font-size: .72rem; }

.company-section { background: var(--sage-light); }
.company-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.company-card { min-height: 300px; display: flex; flex-direction: column; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow-sm); }
.company-initials { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 14px; color: white; background: var(--green-900); font-family: Georgia, "Times New Roman", serif; font-size: .9rem; font-weight: 700; }
.company-scope { width: fit-content; margin: 0 0 10px; padding: 5px 9px; border-radius: 999px; color: var(--green-700); background: var(--sage-light); font-size: .68rem; font-weight: 800; }
.company-card h3 { margin-bottom: 9px; font-size: 1.23rem; }
.company-card > p:not(.company-scope) { color: var(--muted); font-size: .83rem; }
.company-base { margin-top: auto; color: var(--ink); font-size: .75rem; font-weight: 800; }
.company-cta { display: block; margin-top: 14px; padding: 10px 12px; border-radius: 9px; color: white; background: var(--green-900); font-size: .76rem; font-weight: 850; text-align: center; text-decoration: none; }
.company-cta:hover { background: var(--green-700); }
.source-link { margin-top: 9px; color: var(--green-700); font-size: .74rem; font-weight: 700; }
.company-disclaimer { max-width: 900px; margin: 24px 0 0; color: var(--muted); font-size: .76rem; }
.inline-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 36px; padding: 26px 30px; border-radius: var(--radius); color: white; background: var(--green-900); }
.inline-cta span, .inline-cta strong { display: block; }
.inline-cta span { color: #cbd6d9; font-size: .78rem; text-transform: uppercase; }
.inline-cta strong { margin-top: 4px; font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; }

.content-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); align-items: start; gap: clamp(40px, 7vw, 86px); }
.content-grid > *, .quote-layout > *, .editorial-grid > * { min-width: 0; }
.prose { color: var(--ink); }
.prose h2 { margin-top: 1.4em; }
.prose h3 { margin-top: 1.35em; }
.prose p, .prose li { color: #46555c; }
.prose ul { padding-left: 1.2rem; }
.sticky-card { position: sticky; top: calc(var(--header-height) + 24px); padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--cream); box-shadow: var(--shadow-sm); }
.sticky-card h2 { font-size: 1.65rem; }
.check-list { display: grid; gap: 12px; margin: 20px 0; list-style: none; }
.check-list li { display: flex; gap: 10px; color: var(--muted); font-size: .88rem; }
.check-list li::before { color: var(--green-700); font-weight: 900; content: "✓"; }

.faq-block { max-width: 900px; margin-inline: auto; }
.faq-list { margin-top: 32px; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 22px 4px; font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--green-700); font-size: 1.25rem; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 780px; padding: 0 4px 24px; color: var(--muted); }

.local-links { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.local-link { display: flex; justify-content: space-between; align-items: center; gap: 14px; padding: 16px 18px; border: 1px solid var(--line); border-radius: 12px; background: white; text-decoration: none; }
.local-link strong { font-size: .9rem; }
.local-link span { color: var(--muted); font-size: .72rem; }

.quote-layout { display: grid; grid-template-columns: .75fr 1.25fr; align-items: start; gap: clamp(36px, 7vw, 86px); }
.quote-intro { position: sticky; top: calc(var(--header-height) + 30px); }
.quote-form { padding: clamp(26px, 5vw, 48px); border: 1px solid var(--line); border-radius: var(--radius-lg); background: white; box-shadow: var(--shadow-lg); }
.form-progress { display: flex; gap: 8px; margin-bottom: 30px; }
.form-progress span { height: 5px; flex: 1; border-radius: 10px; background: var(--sage); }
.form-progress span:first-child { background: var(--gold-dark); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field { display: grid; gap: 7px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label, .form-field > span { font-size: .82rem; font-weight: 800; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 51px; padding: 12px 14px; border: 1px solid #cbd3d6; border-radius: 10px; color: var(--ink); background: white; }
.form-field textarea { min-height: 130px; resize: vertical; }
.form-consent { grid-column: 1 / -1; display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: start; color: var(--muted); font-size: .78rem; }
.form-consent input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--green-800); }
.honeypot { position: absolute !important; left: -9999px !important; }
.form-alert { margin-bottom: 22px; padding: 14px 16px; border-radius: 10px; font-weight: 700; }
.form-alert.success { color: #0b503b; background: #dff4e8; }
.form-alert.info { color: #5d430e; background: #fff1c7; }
.form-alert.error { color: #7a1f24; background: #fde3e4; }

.legal-card, .source-list { max-width: 900px; padding: clamp(28px, 5vw, 54px); border: 1px solid var(--line); border-radius: var(--radius-lg); background: white; box-shadow: var(--shadow-sm); }
.legal-card h2, .source-list h2 { margin-top: 1.25em; font-size: 1.65rem; }
.legal-card h2:first-child, .source-list h2:first-child { margin-top: 0; }
.source-list ul { padding-left: 1.2rem; }
.source-list li { margin-bottom: 14px; }

.site-footer { padding: 0 0 26px; color: rgba(255,255,255,.72); background: #111b20; }
.mobile-sticky-cta { display: none; }
.footer-lead { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 64px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.footer-lead h2 { max-width: 700px; margin: 0; color: white; font-size: clamp(2rem, 4vw, 3.7rem); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 50px; padding: 62px 0 48px; }
.brand-footer { color: white; }
.footer-brand p { max-width: 320px; margin-top: 20px; }
.footer-grid h3 { margin-bottom: 18px; color: white; font-family: inherit; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid ul { list-style: none; }
.footer-grid li { margin: 9px 0; }
.footer-grid a { text-decoration: none; }
.footer-grid a:hover, .footer-bottom a:hover, .network-links a:hover { color: white; }
.network-links { display: flex; flex-wrap: wrap; gap: 10px 20px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); font-size: .78rem; }
.network-links strong { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 24px; font-size: .75rem; }
.footer-bottom p { margin: 0; }
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: 18px; }

@media (prefers-reduced-motion: no-preference) {
  [data-reveal] { transition: transform .55s ease; }
  [data-reveal]:not(.is-visible) { transform: translateY(12px); }
  [data-reveal].is-visible { transform: translateY(0); }
}

@media (max-width: 1080px) {
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .province-grid { grid-template-columns: repeat(3, 1fr); }
  .company-grid { grid-template-columns: repeat(2, 1fr); }
  .weather-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .weather-primary { grid-column: 1 / -1; min-height: 100px; }
  .main-nav { gap: 18px; }
  .main-nav > a:not(.btn) { font-size: .82rem; }
  .visual-gallery { grid-template-columns: 1.15fr .85fr; }
  .visual-card:first-child { grid-row: span 2; }
  .visual-card img { min-height: 230px; }
  .visual-card:first-child img { min-height: 476px; }
}

@media (max-width: 820px) {
  :root { --header-height: 72px; }
  .container { width: min(100% - 30px, var(--container)); }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; top: var(--header-height); right: 0; bottom: 0; left: 0; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 26px 20px; background: white; overflow-y: auto; }
  .main-nav.is-open { display: flex; }
  .main-nav > a { padding: 16px 8px; border-bottom: 1px solid var(--line); font-size: 1rem !important; }
  .main-nav .btn { margin-top: 18px; }
  .hero { min-height: auto; }
  .hero::before { background-position: 64% center; }
  .hero::after { background: linear-gradient(90deg, rgba(16,26,32,.97), rgba(32,48,56,.72)); }
  .hero-inner { padding: 76px 0 84px; }
  .split-heading, .editorial-grid, .content-grid, .quote-layout { grid-template-columns: 1fr; }
  .editorial-grid { gap: 64px; }
  .image-note { right: 12px; }
  .sticky-card, .quote-intro { position: static; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .weather-topline { display: block; }
  .weather-status { display: inline-flex; margin-top: 8px; }
  .weather-grid { grid-template-columns: repeat(3, 1fr); }
  .weather-primary { grid-column: 1 / -1; }
  .local-links { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-lead { align-items: flex-start; flex-direction: column; }
  .visual-gallery { grid-template-columns: 1fr 1fr; }
  .visual-card:first-child { grid-column: 1 / -1; grid-row: auto; }
  .visual-card:first-child img { min-height: 330px; }
  .mobile-sticky-cta { position: fixed; right: 12px; bottom: calc(12px + env(safe-area-inset-bottom)); left: 12px; z-index: 900; display: flex; visibility: hidden; align-items: center; justify-content: space-between; gap: 15px; min-height: 58px; padding: 10px 16px; border: 1px solid rgba(255,255,255,.18); border-radius: 16px; color: white; background: rgba(23,36,43,.97); box-shadow: 0 16px 44px rgba(0,0,0,.28); backdrop-filter: blur(14px); opacity: 0; transform: translateY(130%); text-decoration: none; transition: opacity .2s ease, transform .2s ease, visibility .2s; }
  .mobile-sticky-cta.is-active { visibility: visible; opacity: 1; transform: translateY(0); }
  .mobile-sticky-cta span, .mobile-sticky-cta strong { display: block; }
  .mobile-sticky-cta span { color: #d1dadd; font-size: .65rem; text-transform: uppercase; }
  .mobile-sticky-cta strong { font-size: .9rem; }
  .mobile-sticky-cta::after { color: var(--gold); font-size: 1.35rem; content: "→"; }
  .site-footer { padding-bottom: 100px; }
}

@media (max-width: 560px) {
  .section { padding: 68px 0; }
  .brand-copy strong { font-size: 1rem; }
  .hero-inner { width: min(100% - 28px, var(--container)); padding: 58px 0 68px; }
  .hero h1 { font-size: clamp(2.35rem, 12vw, 3.5rem); }
  .hero::before { background-position: 68% center; }
  .hero::after { background: linear-gradient(180deg, rgba(17,27,33,.86), rgba(17,27,33,.97)); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .search-field { grid-template-columns: 20px 1fr; padding: 7px 12px 7px 16px; border-radius: 18px; }
  .search-field .btn { grid-column: 1 / -1; width: 100%; border-radius: 12px; }
  .search-hint { margin-left: 4px; }
  .search-results { top: calc(100% - 18px); }
  .search-results button { align-items: flex-start; flex-direction: column; gap: 2px; }
  .trust-grid, .service-grid, .province-grid, .company-grid, .local-links, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }
  .province-card { min-height: 170px; }
  .image-note { right: 12px; bottom: -28px; }
  .price-table-wrap { overflow-x: auto; }
  .price-table { min-width: 720px; }
  .weather-grid { grid-template-columns: 1fr 1fr; }
  .weather-primary { grid-column: 1 / -1; }
  .weather-metric:last-child { grid-column: 1 / -1; }
  .inline-cta { align-items: stretch; flex-direction: column; }
  .form-field.full, .form-consent { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-bottom nav { flex-direction: column; gap: 10px; }
  .theme-figure { margin: 24px 0 30px; border-radius: 18px; }
  .theme-figure figcaption { right: 18px; bottom: 16px; left: 18px; }
  .visual-gallery-section { padding: 46px 0 72px; }
  .visual-gallery { grid-template-columns: 1fr; }
  .visual-card:first-child { grid-column: auto; }
  .visual-card img, .visual-card:first-child img { min-height: 260px; aspect-ratio: 4/3; }
}

@media (max-width: 350px) {
  .container, .hero-inner { width: min(100% - 22px, var(--container)); }
  .brand-copy { display: none; }
  .weather-grid { grid-template-columns: 1fr; }
  .weather-primary, .weather-metric:last-child { grid-column: auto; }
}
