:root{
  --burgundy:#9d3f5b;
  --burgundy-dark:#7f2f49;
  --rose:#c98da0;
  --rose-soft:#f3dde3;
  --cream:#fff9f5;
  --ivory:#fffdfb;
  --sand:#ead9cc;
  --taupe:#9a8373;
  --ink:#2f2826;
  --muted:#756864;
  --line:rgba(157,63,91,.18);
  --shadow:0 22px 70px rgba(88,55,42,.13);
  --serif: Georgia, "Times New Roman", serif;
  --sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--ivory);color:var(--ink);font-family:var(--sans);line-height:1.65;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.container{width:min(1160px,calc(100% - 48px));margin-inline:auto}
.skip{position:absolute;left:-999px;top:auto}.skip:focus{left:16px;top:16px;z-index:99;background:#fff;padding:12px 16px;border-radius:10px}
.header{position:sticky;top:0;z-index:30;background:rgba(255,250,247,.92);backdrop-filter:blur(18px);box-shadow:0 1px 0 rgba(157,63,91,.1)}
.topline{font-size:13px;color:#7c6b62;border-bottom:1px solid rgba(157,63,91,.1)}
.topline .container{height:34px;display:flex;align-items:center;justify-content:center;gap:30px}
.topline a{font-weight:800;color:var(--burgundy)}
.nav{height:92px;display:flex;align-items:center;justify-content:space-between;gap:32px}
.brand{display:flex;align-items:center;gap:13px;text-transform:uppercase;letter-spacing:.08em;color:var(--burgundy)}
.brand svg{width:76px;height:76px;flex:none}
.brand strong{display:block;font-weight:800;font-size:20px;line-height:1}
.brand small{display:block;font-weight:700;font-size:12px;letter-spacing:.18em;margin-top:6px;color:var(--burgundy)}
.navlinks{display:flex;align-items:center;gap:24px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.navlinks>a:not(.button){padding:12px 0;color:#423a37}
.navlinks>a:not(.button):hover{color:var(--burgundy)}
.menu{display:none;background:transparent;border:0;padding:8px}.menu i{display:block;width:26px;height:2px;background:var(--burgundy);margin:6px 0}
.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;border-radius:999px;padding:0 26px;font-weight:800;font-size:12px;letter-spacing:.08em;text-transform:uppercase;border:1px solid transparent;transition:.2s ease;white-space:nowrap}
.button-primary{background:var(--burgundy);color:#fff;box-shadow:0 14px 30px rgba(157,63,91,.22)}
.button-primary:hover{background:var(--burgundy-dark);transform:translateY(-2px)}
.button-ghost{background:#fff;color:var(--ink);border-color:#cdb9ae}
.button-ghost:hover{border-color:var(--burgundy);color:var(--burgundy);transform:translateY(-2px)}
.button-light{background:#f7e6cf;color:#4b352e}
.button-outline{border-color:rgba(255,255,255,.65);color:#fff}
.button-small{min-height:42px;padding:0 20px;font-size:11px}
.hero{position:relative;min-height:650px;overflow:hidden;background:linear-gradient(90deg,#fff9f5 0%,#fff7f0 48%,#efd8ca 100%)}
.hero-bg{position:absolute;inset:0 0 auto auto;width:57%;height:100%;background:
  linear-gradient(90deg,rgba(255,249,245,.0),rgba(255,249,245,.05)),
  url('/assets/hero-praktijkruimte-960.webp') center right/cover no-repeat;filter:saturate(.92) contrast(.96)}
.hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#fff9f5 0%,rgba(255,249,245,.94) 12%,rgba(255,249,245,.3) 43%,rgba(255,249,245,.03) 100%)}
.hero-curve{position:absolute;left:-4%;right:-4%;bottom:-78px;height:180px;background:var(--ivory);border-radius:50% 50% 0 0/42% 42% 0 0;border-top:11px solid rgba(157,63,91,.22);box-shadow:0 -8px 0 rgba(157,63,91,.09)}
.hero-inner{position:relative;min-height:650px;display:grid;grid-template-columns:1fr .8fr;align-items:center;gap:40px;padding:70px 0 118px}
.hero-copy{max-width:650px}
.eyebrow{margin:0 0 14px;text-transform:uppercase;letter-spacing:.28em;color:#c59580;font-weight:800;font-size:12px}
h1,h2,h3,p{margin-top:0}
h1,h2{font-family:var(--serif);font-weight:600;line-height:1.02;color:var(--ink)}
h1{font-size:clamp(48px,6.2vw,90px);letter-spacing:-.035em;margin-bottom:22px}
h1 em,h2 em{font-style:italic;color:var(--burgundy);font-weight:500}
.lead{font-size:18px;color:#5f544f;max-width:620px;margin-bottom:30px}
.hero-actions{display:flex;gap:18px;flex-wrap:wrap}
.hero-usps{display:flex;gap:30px;margin-top:34px;flex-wrap:wrap;font-size:13px;font-weight:800;color:#5f514c}
.hero-usps span{display:flex;align-items:center;gap:10px}.hero-usps b{font-size:25px;color:var(--burgundy)}
.hero-card{justify-self:end;position:relative;width:min(420px,100%);border-radius:46px;overflow:hidden;box-shadow:var(--shadow);border:10px solid rgba(255,255,255,.8)}
.hero-card img{height:500px;width:100%;object-fit:cover}
.location-badge{position:absolute;right:-20px;bottom:45px;width:158px;height:158px;border-radius:50%;background:var(--burgundy);color:#fff;display:grid;place-items:center;text-align:center;text-transform:uppercase;font-size:12px;font-weight:800;letter-spacing:.08em;box-shadow:0 22px 45px rgba(157,63,91,.35)}
.location-badge b{font-size:34px;line-height:1}
.section{padding:92px 0}
.section-title{text-align:center;max-width:760px;margin:0 auto 42px}
.section-title h2,.about-copy h2,.contact h2,.cta-band h2{font-size:clamp(38px,4.2vw,62px);margin-bottom:14px}
.service-grid,.price-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.service-card,.price-card,figure{background:#fff;border:1px solid var(--line);border-radius:12px;padding:36px 28px;text-align:center;box-shadow:0 16px 48px rgba(88,55,42,.06);min-height:290px}
.icon,.why-grid span{width:94px;height:94px;margin:0 auto 20px;border-radius:50%;background:#f6e7eb;color:var(--burgundy);display:grid;place-items:center;font-size:42px}
.service-card h3,.price-card h3,.why-grid h3,.steps-line h3{font-family:var(--serif);font-size:27px;line-height:1.1;margin-bottom:12px}
.service-card p,.why-grid p,.steps-line p,.price-card p,figure p{color:var(--muted)}
.service-card a{color:var(--burgundy);font-weight:800;font-size:13px}
.about{position:relative;background:linear-gradient(180deg,#fffdfb 0%,#fff7f2 100%);overflow:hidden}
.leaf{position:absolute;left:-100px;bottom:30px;width:300px;height:520px;opacity:.13;background:radial-gradient(ellipse at center, var(--burgundy) 0 2px, transparent 3px),linear-gradient(45deg,transparent 48%,var(--burgundy) 49% 51%,transparent 52%);border-radius:50%}
.about-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:76px;align-items:center}
.about-photo{border-radius:10px;overflow:hidden;box-shadow:var(--shadow)}
.about-photo img{height:430px;width:100%;object-fit:cover}
.about-copy p{color:var(--muted);font-size:17px}
.checklist{list-style:none;padding:0;margin:26px 0 30px;display:grid;gap:12px}
.checklist li{display:flex;gap:12px;align-items:center;font-weight:700;color:#5d514c}
.checklist li:before{content:"✓";width:25px;height:25px;border-radius:50%;background:var(--burgundy);color:#fff;display:grid;place-items:center;font-size:13px;flex:none}
.why{background:#fff8f2}
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;text-align:center}
.steps-line{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;position:relative;text-align:center}
.steps-line:before{content:"";position:absolute;top:78px;left:12%;right:12%;height:1px;background:linear-gradient(90deg,transparent,var(--rose),transparent)}
.steps-line article{position:relative;background:transparent;padding:0 14px}
.steps-line b{width:34px;height:34px;border-radius:50%;background:var(--burgundy);color:#fff;display:grid;place-items:center;margin:0 auto 20px;position:relative;z-index:2}
.round{width:112px;height:112px;margin:0 auto 18px;border-radius:50%;border:1px solid rgba(157,63,91,.24);background:#fffaf7;color:var(--burgundy);display:grid;place-items:center;font-size:42px;position:relative;z-index:2}
.pricing{background:#fff8f2}
.price-card strong{display:block;font-family:var(--serif);font-size:44px;color:var(--burgundy);line-height:1;margin:22px 0}
.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
figure{margin:0;text-align:left;min-height:auto}
blockquote{font-family:var(--serif);font-size:28px;line-height:1.22;margin:0 0 18px;color:var(--ink)}
figcaption{color:var(--burgundy);font-weight:800}
.cta-band{padding:62px 0;background:#fffdfb}
.cta-inner{position:relative;display:grid;grid-template-columns:auto 1fr auto;gap:32px;align-items:center;background:linear-gradient(135deg,#8e2f4a,#b05168);color:#fff;border-radius:18px;padding:42px 52px;overflow:hidden;box-shadow:var(--shadow)}
.cta-inner:after{content:"";position:absolute;right:-120px;top:-140px;width:420px;height:420px;border-radius:50%;background:rgba(255,255,255,.06)}
.cta-inner svg{width:130px;height:130px;color:#f8e8e4;background:#fff3f0;border-radius:50%;padding:14px}
.cta-inner h2{color:#fff;margin-bottom:8px}.cta-inner p{margin:0;color:#ffece8}.cta-inner .eyebrow{color:#e9c2bf}
.cta-actions{display:grid;gap:14px;position:relative;z-index:2}
.contact{padding-top:40px}
.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:56px;align-items:start}
.contact-grid p{color:var(--muted)}
.contact-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.contact-cards a{background:#fff;border:1px solid var(--line);border-radius:15px;padding:24px;box-shadow:0 16px 44px rgba(88,55,42,.06)}
.contact-cards span{font-size:25px;color:var(--burgundy)}
.contact-cards b{display:block;margin:8px 0 2px}.contact-cards small{color:var(--muted)}
.footer{background:#fff8f2;border-top:1px solid var(--line);padding-top:62px}
.footer-grid{display:grid;grid-template-columns:1.4fr .8fr 1fr 1fr;gap:48px}
.footer p,.footer a{display:block;color:#665a55;margin:7px 0}
.footer h3{font-size:13px;text-transform:uppercase;letter-spacing:.2em;color:#b68b79}
.brand-footer svg{width:72px;height:72px}
.social{display:flex;gap:12px;margin-top:18px}
.social a{width:35px;height:35px;border-radius:50%;background:var(--burgundy);color:#fff;display:grid;place-items:center}
.footer-bottom{margin-top:44px;padding:18px 0;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;color:#8a7971;font-size:13px}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease, transform .6s ease}.reveal.show{opacity:1;transform:none}
@media (max-width:980px){
  .topline{display:none}.nav{height:78px}.menu{display:block}.navlinks{position:absolute;left:24px;right:24px;top:78px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);display:none;flex-direction:column;padding:20px}.navlinks.open{display:flex}
  .hero-inner{grid-template-columns:1fr}.hero-bg{width:100%;opacity:.22}.hero-card{display:none}.service-grid,.price-grid,.why-grid,.steps-line,.review-grid,.contact-cards{grid-template-columns:1fr 1fr}.about-grid,.contact-grid,.footer-grid,.cta-inner{grid-template-columns:1fr}.steps-line:before{display:none}
}
@media (max-width:620px){
  .container{width:min(100% - 30px,1160px)}.brand svg{width:58px;height:58px}.brand strong{font-size:16px}.brand small{font-size:10px}.hero{min-height:auto}.hero-inner{min-height:auto;padding:58px 0 92px}h1{font-size:46px}.section{padding:66px 0}.service-grid,.price-grid,.why-grid,.steps-line,.review-grid,.contact-cards{grid-template-columns:1fr}.hero-actions{display:grid}.hero-usps{display:grid;gap:10px}.cta-inner{padding:32px 24px}.cta-inner svg{width:96px;height:96px}.footer-bottom{display:grid}
}


/* Exact uploaded logo integration */
.brand-logo-image {
  gap: 14px;
}
.brand-logo-image img {
  width: 178px;
  height: auto;
  display: block;
  object-fit: contain;
}
.brand-logo-image > span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.nav .brand-logo-image img {
  width: 190px;
}
.footer .brand-logo-image img {
  width: 205px;
}
.cta-logo {
  width: 138px;
  height: 138px;
  object-fit: contain;
  border-radius: 50%;
  background: #fff3f0;
  padding: 10px;
  box-shadow: 0 18px 42px rgba(72, 41, 35, .18);
}
@media (max-width: 620px) {
  .nav .brand-logo-image img {
    width: 154px;
  }
  .footer .brand-logo-image img {
    width: 180px;
  }
  .cta-logo {
    width: 108px;
    height: 108px;
  }
}

.availability {
  display: inline-flex;
  align-items: center;
  margin: -12px 0 24px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(157, 63, 91, .09);
  color: var(--burgundy);
  font-weight: 800;
  font-size: 13px;
}

.booking-section {
  background: linear-gradient(180deg, #fffdfb 0%, #fff8f2 100%);
  padding-top: 76px;
}
.booking-shell {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shadow);
  padding: 10px;
}
.booking-shell iframe {
  display: block;
  width: 100%;
  min-height: 760px;
  border: 0;
  border-radius: 14px;
  background: #fff;
}
.booking-fallback {
  margin: 18px auto 0;
  text-align: center;
  color: var(--muted);
  font-size: 14px;
}
.booking-fallback a {
  color: var(--burgundy);
  font-weight: 800;
}
@media (max-width: 620px) {
  .booking-shell {
    border-radius: 16px;
    padding: 6px;
  }
  .booking-shell iframe {
    min-height: 820px;
  }
}

.booking-external {
  margin: 20px 0 0;
  text-align: center;
}


.brand-horizontal {
  display: flex;
  align-items: center;
  gap: 0;
}
.brand-horizontal img {
  display: block;
  width: 300px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.nav .brand-horizontal img {
  width: 330px;
}
.footer .brand-horizontal img {
  width: 280px;
}
.cta-logo-horizontal {
  width: 250px;
  height: auto;
  border-radius: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
}
.hero-copy {
  position: relative;
  z-index: 2;
}
.booking-direct {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow);
  padding: 34px 28px;
  text-align: center;
}
.booking-direct-link {
  margin: 18px 0 0;
  word-break: break-word;
}
.booking-direct-link a {
  color: var(--burgundy);
  font-weight: 800;
}
.booking-fallback {
  margin: 12px auto 0;
  text-align: center;
}
@media (max-width: 980px) {
  .nav .brand-horizontal img {
    width: 220px;
  }
}
@media (max-width: 620px) {
  .nav .brand-horizontal img {
    width: 170px;
  }
  .footer .brand-horizontal img {
    width: 220px;
  }
  .cta-logo-horizontal {
    width: 180px;
  }
}


/* FINAL HEADER + MENU CORRECTION */
.container {
  width: min(1380px, calc(100% - 52px));
}
.nav {
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}
.brand-header {
  flex: 0 0 360px;
  min-width: 0;
}
.brand-header img {
  width: 360px;
  height: auto;
  display: block;
  object-fit: contain;
}
.navlinks {
  flex: 1 1 auto;
  justify-content: flex-end;
  gap: clamp(16px, 1.45vw, 30px);
}
.navlinks a,
.navlinks > a:not(.button) {
  white-space: nowrap;
  line-height: 1;
  letter-spacing: .075em;
}
.navlinks .button {
  flex: 0 0 auto;
}
.brand-horizontal img,
.nav .brand-horizontal img,
.brand-logo-image img,
.nav .brand-logo-image img {
  width: auto;
}
.footer .brand-footer-logo img {
  width: 310px;
  height: auto;
  display: block;
}
.cta-logo-wide {
  width: 240px;
  height: auto;
  border-radius: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
}
@media (max-width: 1180px) {
  .brand-header { flex-basis: 300px; }
  .brand-header img { width: 300px; }
  .navlinks { gap: 16px; font-size: 11px; }
}
@media (max-width: 980px) {
  .nav { height: 82px; }
  .brand-header { flex: 0 1 265px; }
  .brand-header img { width: 265px; }
  .navlinks { justify-content: flex-start; }
}
@media (max-width: 620px) {
  .container { width: min(100% - 30px, 1380px); }
  .brand-header { flex-basis: 205px; }
  .brand-header img { width: 205px; }
  .footer .brand-footer-logo img { width: 250px; }
}


/* FINAL BEST-EFFORT LOGO FIX: original logo fully visible, no cropping */
.header {
  overflow: visible;
}
.nav {
  min-height: 132px;
  height: 132px;
  align-items: center;
  gap: 28px;
}
.brand-original-header {
  flex: 0 0 188px;
  width: 188px;
  height: 118px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: visible;
}
.brand-original-header img {
  width: 118px;
  height: 118px;
  object-fit: contain;
  display: block;
  border-radius: 0;
}
.navlinks {
  flex: 1 1 auto;
  justify-content: flex-end;
  align-items: center;
  gap: clamp(16px, 1.55vw, 28px);
}
.navlinks > a:not(.button) {
  white-space: nowrap;
  line-height: 1;
  letter-spacing: .07em;
}
.navlinks .button {
  white-space: nowrap;
}
.brand-original-footer img {
  width: 190px;
  height: 190px;
  object-fit: contain;
  display: block;
}
.cta-logo-original {
  width: 132px;
  height: 132px;
  object-fit: contain;
  border-radius: 50%;
  background: #fff5f1;
  padding: 6px;
  box-shadow: 0 18px 42px rgba(72, 41, 35, .18);
}
@media (min-width: 1180px) {
  .brand-original-header {
    flex-basis: 210px;
    width: 210px;
  }
  .brand-original-header img {
    width: 126px;
    height: 126px;
  }
}
@media (max-width: 1100px) {
  .nav {
    min-height: 104px;
    height: 104px;
  }
  .brand-original-header {
    flex-basis: 115px;
    width: 115px;
    height: 92px;
  }
  .brand-original-header img {
    width: 92px;
    height: 92px;
  }
  .navlinks {
    gap: 14px;
    font-size: 11px;
  }
}
@media (max-width: 980px) {
  .nav {
    height: 86px;
    min-height: 86px;
  }
  .brand-original-header {
    flex-basis: 84px;
    width: 84px;
    height: 72px;
  }
  .brand-original-header img {
    width: 72px;
    height: 72px;
  }
  .navlinks {
    top: 86px;
  }
}
@media (max-width: 620px) {
  .brand-original-header {
    flex-basis: 76px;
    width: 76px;
    height: 64px;
  }
  .brand-original-header img {
    width: 64px;
    height: 64px;
  }
  .brand-original-footer img {
    width: 160px;
    height: 160px;
  }
}


/* ProVoet logo placement */
.provoet-logo {
  display: block;
  width: 150px;
  max-width: 100%;
  height: auto;
  margin: 18px 0 16px;
  border-radius: 14px;
  background: #fffdfb;
  box-shadow: 0 10px 28px rgba(88,55,42,.08);
}
.provoet-trust {
  margin: 48px auto 0;
  width: min(620px, 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 20px 26px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 16px 44px rgba(88,55,42,.06);
  text-align: left;
}
.provoet-trust span {
  color: var(--muted);
  font-weight: 700;
}
.provoet-trust img {
  width: 132px;
  height: auto;
  flex: none;
}
@media (max-width: 620px) {
  .provoet-trust {
    display: grid;
    text-align: center;
    gap: 12px;
  }
  .provoet-trust img {
    margin: 0 auto;
  }
  .provoet-logo {
    width: 140px;
  }
}


/* FINAL WIDE HEADER LOGO + PROVOET */
.nav {
  min-height: 118px;
  height: 118px;
  display: flex;
  align-items: center;
  gap: 22px;
}
.brand-wide-header {
  flex: 0 0 430px;
  width: 430px;
  max-width: 430px;
  display: flex;
  align-items: center;
  overflow: visible;
}
.brand-wide-header img {
  width: 430px;
  height: auto;
  max-height: 92px;
  object-fit: contain;
  display: block;
}
.header-provoet {
  flex: 0 0 108px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-provoet img {
  width: 98px;
  height: auto;
  display: block;
  border-radius: 10px;
  background: #fffdfb;
  box-shadow: 0 8px 22px rgba(88,55,42,.07);
}
.navlinks {
  flex: 1 1 auto;
  justify-content: flex-end;
  align-items: center;
  gap: clamp(13px, 1.15vw, 24px);
  min-width: 0;
}
.navlinks > a:not(.button) {
  white-space: nowrap;
  line-height: 1;
  letter-spacing: .065em;
}
.navlinks .button {
  white-space: nowrap;
  padding-left: 22px;
  padding-right: 22px;
}
.brand-wide-footer img {
  width: min(330px, 100%);
  height: auto;
  display: block;
}
.cta-logo-wide-new {
  width: 260px;
  height: auto;
  border-radius: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
}
.provoet-logo {
  display: block;
  width: 150px;
  max-width: 100%;
  height: auto;
  margin: 18px 0 16px;
  border-radius: 14px;
  background: #fffdfb;
  box-shadow: 0 10px 28px rgba(88,55,42,.08);
}
@media (max-width: 1280px) {
  .brand-wide-header {
    flex-basis: 360px;
    width: 360px;
    max-width: 360px;
  }
  .brand-wide-header img {
    width: 360px;
    max-height: 82px;
  }
  .header-provoet {
    flex-basis: 84px;
  }
  .header-provoet img {
    width: 78px;
  }
  .navlinks {
    gap: 12px;
    font-size: 11px;
  }
}
@media (max-width: 1080px) {
  .nav {
    min-height: 94px;
    height: 94px;
  }
  .brand-wide-header {
    flex-basis: 292px;
    width: 292px;
    max-width: 292px;
  }
  .brand-wide-header img {
    width: 292px;
    max-height: 66px;
  }
  .header-provoet {
    display: none;
  }
}
@media (max-width: 980px) {
  .brand-wide-header {
    flex-basis: 260px;
    width: 260px;
    max-width: 260px;
  }
  .brand-wide-header img {
    width: 260px;
    max-height: 58px;
  }
  .navlinks {
    top: 94px;
  }
}
@media (max-width: 620px) {
  .brand-wide-header {
    flex-basis: 210px;
    width: 210px;
    max-width: 210px;
  }
  .brand-wide-header img {
    width: 210px;
    max-height: 48px;
  }
  .brand-wide-footer img {
    width: 260px;
  }
}


/* SEO local content block */
.seo-local {
  background: linear-gradient(180deg, #fffdfb 0%, #fff8f2 100%);
  padding-top: 78px;
  padding-bottom: 78px;
}
.seo-local-grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 42px;
  align-items: center;
}
.seo-local p {
  color: var(--muted);
}
.seo-local-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 32px;
  box-shadow: var(--shadow);
}
.seo-local-card h3 {
  font-family: var(--serif);
  font-size: 34px;
  line-height: 1.05;
  margin-bottom: 12px;
}
@media (max-width: 860px) {
  .seo-local-grid {
    grid-template-columns: 1fr;
  }
}

/* PageSpeed: reduce offscreen rendering cost for heavy sections */
.service-card,
.price-card,
.review-grid figure,
.why-grid article,
.steps-line article {
  content-visibility: auto;
  contain-intrinsic-size: 1px 280px;
}

/* PageSpeed LCP fix */
.hero-bg {
  background-image:
    linear-gradient(90deg, rgba(255,249,245,.0), rgba(255,249,245,.05)),
    url('/assets/hero-praktijkruimte-960.webp') !important;
}
@media (min-width: 900px) {
  .hero-bg {
    background-image:
      linear-gradient(90deg, rgba(255,249,245,.0), rgba(255,249,245,.05)),
      url('/assets/hero-praktijkruimte-1400.webp') !important;
  }
}
img { height: auto; }
