@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700&display=swap");

:root {
  --cream: #ffffff;
  --cream-strong: #ffffff;
  --ink: #000000;
  --muted: #000000;
  --lilac: #f8e6d8;
  --lilac-strong: #000000;
  --peach: #f8e6d8;
  --peach-strong: #f8e6d8;
  --panel: #F2EFE8;
  --sage: #ffffff;
  --line: #000000;
  --line-soft: #000000;
  --white: #ffffff;
  --radius: 0px;
  --max: 1240px;
  --sans: "Manrope", ui-sans-serif, system-ui, sans-serif;
  --ease: 0.3s ease-in-out;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1rem; }
h1, h2, h3, h4 { margin: 0; color: var(--ink); font-family: var(--sans); font-weight: 300; line-height: 1.14; }
h1 { font-size: 30px; }
h2 { font-size: 25px; }
h3 { font-size: clamp(1.35rem, 2.1vw, 2rem); }
button, input, textarea, select { font: inherit; }

.skip-link { position: absolute; z-index: 30; top: -4rem; left: 1rem; padding: 0.7rem 1rem; background: var(--lilac-strong); color: #ffffff; }
.skip-link:focus { top: 1rem; }
.container { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.section { padding: clamp(4.5rem, 8vw, 9rem) 0; }
.section.compact { padding: clamp(3rem, 5vw, 5.5rem) 0; }
.eyebrow { margin-bottom: 0.75rem; color: var(--lilac-strong); font-size: 17px; font-weight: 700; text-transform: uppercase; }
.lead { max-width: 680px; color: var(--muted); font-size: clamp(1rem, 1.4vw, 1.18rem); font-weight: 300; line-height: 1.75; }
.muted { color: var(--muted); }

.site-header { position: relative; z-index: 20; background: #000000; }
.nav-wrap { width: min(var(--max), calc(100% - 48px)); min-height: 96px; margin: 0 auto; display: flex; align-items: center; gap: 1.5rem; }
.brand { flex: 0 0 auto; display: inline-flex; align-items: center; }
.brand img { width: 144px; height: auto; }
.nav-menu { flex: 1; display: flex; align-items: center; justify-content: center; gap: clamp(0.75rem, 1.5vw, 1.45rem); color: #ffffff; font-size: 16px; font-weight: 600; }
.nav-menu a { position: relative; padding: 0.45rem 0; }
.nav-menu a::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: #ffffff; transform: scaleX(0); transform-origin: center; transition: transform var(--ease); }
.nav-menu a:hover, .nav-menu a.is-active { color: #F2EFE8; }
.nav-menu a:hover::after, .nav-menu a.is-active::after { transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: 0.65rem; }
.menu-toggle { display: none; width: 42px; height: 40px; border: 1px solid #ffffff; border-radius: 0; background: transparent; color: #ffffff; cursor: pointer; }
.menu-toggle span { display: block; width: 18px; height: 1px; margin: 5px auto; background: currentColor; }
.site-header .nav-actions .button { background: #ffffff; border-color: #ffffff; color: #000000; }
.site-header .nav-actions .button:hover, .site-header .nav-actions .button:focus-visible { background: #F2EFE8; border-color: #F2EFE8; color: #000000; }

.button, button.button { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--lilac-strong); border-radius: 0; padding: 0.68rem 1rem; background: var(--lilac-strong); color: #ffffff; font-size: 0.75rem; font-weight: 700; cursor: pointer; transition: color var(--ease), background var(--ease), border-color var(--ease), transform var(--ease); }
.button:hover, .button:focus-visible { background: var(--ink); border-color: var(--ink); color: #ffffff; transform: translateY(-2px); }
.button.secondary { background: transparent; color: var(--ink); border-color: var(--ink); }
.button.secondary:hover, .button.secondary:focus-visible { background: var(--panel); border-color: var(--panel); color: var(--ink); }
.button.small { min-height: 34px; padding: 0.52rem 0.78rem; font-size: 0.69rem; }
.inline-actions, .hero-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 1.5rem; }
.text-link { display: inline-flex; align-items: center; gap: 0.52rem; color: var(--ink); font-size: 0.77rem; font-weight: 700; transition: color var(--ease); }
.text-link::after { content: "\2192"; width: 2.6rem; height: 2.6rem; display: grid; place-items: center; border-radius: 50%; background: var(--peach); color: var(--ink); font-size: 1rem; transition: transform var(--ease), background var(--ease), color var(--ease); }
.text-link:hover, .text-link:focus-visible { color: var(--lilac-strong); }
.text-link:hover::after, .text-link:focus-visible::after { background: var(--panel); color: var(--lilac-strong); transform: translateX(6px); }

/* Homepage */
.pure-hero { min-height: 640px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(390px, 0.92fr); background: var(--panel); overflow: hidden; }
.pure-hero-copy { width: min(calc(var(--max) / 2), calc(100vw - 48px)); justify-self: end; display: flex; flex-direction: column; justify-content: center; padding: clamp(4rem, 8vw, 7rem) clamp(2rem, 6vw, 7rem) clamp(4rem, 8vw, 7rem) 0; }
.pure-hero-copy h1 { max-width: 580px; }
.pure-hero-copy .lead { max-width: 510px; }
.pure-hero-art { position: relative; min-height: 640px; overflow: hidden; background: var(--cream); }
.pure-hero-art::before { content: ""; position: absolute; z-index: 1; width: min(70vw, 680px); aspect-ratio: 1; top: 50%; left: 50%; border-radius: 50%; background: var(--lilac); transform: translate(-50%, -50%); }
.pure-hero-art img { position: absolute; z-index: 2; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-note { display: inline-flex; align-items: center; gap: 0.7rem; margin-top: 1.6rem; color: var(--muted); font-size: 0.76rem; }
.hero-note::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--lilac-strong); }

.editorial-intro { text-align: center; }
.editorial-intro .lead { margin: 1.1rem auto 0; max-width: 690px; font-size: clamp(1.38rem, 2vw, 2.15rem); color: var(--ink); font-weight: 300; line-height: 1.4; }
.feature-split { display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr); align-items: stretch; }
.feature-photo { min-height: 520px; overflow: hidden; }
.feature-photo img { width: 100%; height: 100%; object-fit: cover; }
.feature-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(2.4rem, 6vw, 6rem); background: var(--panel); }
.feature-copy ul, .check-list { display: grid; gap: 0.62rem; margin: 1.25rem 0 0; padding: 0; list-style: none; }
.feature-copy li, .check-list li { position: relative; padding-left: 1rem; color: var(--muted); }
.feature-copy li::before, .check-list li::before { content: ""; position: absolute; top: 0.65rem; left: 0; width: 4px; height: 4px; border-radius: 50%; background: var(--lilac-strong); }

.section-head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.4rem; }
.section-head > p { max-width: 450px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line-soft); border-left: 1px solid var(--line-soft); }
.service-tile { min-height: 360px; display: flex; flex-direction: column; justify-content: flex-end; padding: 1.6rem; background: var(--sage); border-right: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); transition: background var(--ease), transform var(--ease); }
.service-tile:nth-child(2) { background: #ffffff; }
.service-tile:nth-child(3) { background: var(--panel); }
.service-tile:hover { background: var(--panel); transform: translateY(-5px); }
.service-number { margin-bottom: auto; color: #000000; font-size: 3.3rem; font-weight: 300; line-height: 1; }
.service-tile p { color: var(--muted); font-size: 0.88rem; }

.mission-band { background: var(--panel); }
.mission-layout { display: grid; grid-template-columns: 1fr; align-items: start; gap: 2rem; }
.mission-layout p { color: var(--muted); }
.round-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.round-feature { width: 100%; background: var(--cream); border: 1px solid var(--line); text-align: left; transition: background var(--ease), transform var(--ease); }
.round-feature-inner { min-height: 300px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; padding: clamp(1.6rem, 3vw, 2.5rem); }
.round-feature-mark { margin-bottom: 1.5rem; color: var(--ink); font-size: 1.55rem; font-weight: 500; }
.round-feature h3 { margin-bottom: 0.75rem; }
.round-feature p { max-width: 260px; color: var(--muted); font-size: 0.88rem; }
.round-feature .text-link { margin-top: auto; padding-top: 1.25rem; }
.round-feature .text-link::after { border-radius: 0; }
.round-feature:hover { background: var(--panel); transform: translateY(-4px); }

.review-callout { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); align-items: center; gap: clamp(2rem, 7vw, 7rem); }
.review-orbit { position: relative; width: min(100%, 410px); aspect-ratio: 1; display: grid; place-items: center; margin-inline: auto; }
.review-orbit::before { content: ""; position: absolute; inset: 0; border-radius: 50%; border: 1px solid var(--line); }
.review-orbit::after { content: ""; position: absolute; inset: 9%; border-radius: 50%; background: var(--lilac); opacity: 0.72; }
.review-orbit span { position: relative; z-index: 1; width: 72%; text-align: center; font-size: clamp(1.3rem, 2vw, 1.9rem); font-weight: 300; line-height: 1.35; }

.appointment-band { background: var(--panel); }
.appointment-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); align-items: stretch; }
.appointment-copy { padding: clamp(2.5rem, 6vw, 5.5rem); }
.appointment-image { min-height: 370px; overflow: hidden; }
.appointment-image img { width: 100%; height: 100%; object-fit: cover; }

/* Shared subpage design */
.page-hero { position: relative; min-height: 390px; display: flex; align-items: center; overflow: hidden; background: var(--panel); }
.page-hero::after { content: ""; position: absolute; z-index: 0; width: min(54vw, 620px); aspect-ratio: 1; right: 5%; top: 50%; border-radius: 50%; background: var(--lilac); transform: translateY(-50%); }
.page-hero .container { position: relative; z-index: 1; }
.page-hero .lead { max-width: 610px; }
.crumbs { display: flex; flex-wrap: wrap; gap: 0.45rem; margin-bottom: 1.3rem; color: var(--muted); font-size: 0.78rem; }
.crumbs a { color: var(--lilac-strong); }
.tag-row { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.4rem; }
.tag { padding: 0.48rem 0.72rem; border: 1px solid var(--line-soft); background: #ffffff; color: var(--ink); font-size: 0.75rem; }
.treatment-tags .tag { background: #000000; color: #ffffff; }
.grid { display: grid; gap: 1.4rem; }
.grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card, .info-item, .soft-panel, .contact-card, .review-placeholder, .faq-item { border: 1px solid var(--line-soft); border-radius: 0; background: var(--cream-strong); box-shadow: none; }
.card { overflow: hidden; transition: transform var(--ease), border-color var(--ease); }
.card:hover { border-color: var(--lilac-strong); transform: translateY(-4px); }
.card-media { aspect-ratio: 1.22; overflow: hidden; }
.card-media img { width: 100%; height: 100%; object-fit: cover; }
.card-body { padding: 1.5rem; }
.card-body h3 { font-size: 1.55rem; }
.conditions-section .info-item h2 { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 0.18em; }
.card-body p, .info-item p { color: var(--muted); }
.info-item { min-height: 100%; padding: 1.7rem; background: var(--sage); }
.info-item:nth-child(2n) { background: var(--panel); }
.feature-band { background: var(--panel); }
.split, .split.reverse { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; gap: clamp(2rem, 6vw, 6rem); }
.split-media { position: relative; overflow: hidden; }
.split-media::before { content: ""; position: absolute; z-index: 1; inset: auto auto -6% -6%; width: 58%; aspect-ratio: 1; border-radius: 50%; background: var(--lilac); }
.split-media img { position: relative; z-index: 2; width: 100%; aspect-ratio: 1.05; object-fit: cover; }
.soft-panel { padding: clamp(2rem, 4vw, 4rem); background: var(--panel); }
.treatment-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; align-items: start; gap: 2rem; }
.side-cta { position: sticky; top: 1.2rem; padding: 2rem; background: var(--panel); border: 1px solid var(--line-soft); }
.side-cta .button { width: 100%; margin-top: 1rem; }
.info-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.2rem; }
.price-table { border: 1px solid var(--line-soft); background: var(--cream-strong); }
.price-row { display: grid; grid-template-columns: minmax(0, 1fr) 170px; gap: 1rem; padding: 1.25rem 1.35rem; border-top: 1px solid var(--line-soft); }
.price-row:first-child { border-top: 0; }
.price-row span { color: var(--muted); }
.price-row .price { justify-self: end; color: var(--lilac-strong); font-weight: 700; }
.price-groups { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.4rem; }
.price-group { border: 1px solid var(--line-soft); background: var(--cream-strong); }
.price-group h2 { margin: 0; padding: 1.25rem 1.35rem; background: var(--panel); }
.price-nav { display: flex; flex-wrap: wrap; gap: 0.65rem; margin-bottom: 2.4rem; }
.price-nav a { padding: 0.62rem 0.9rem; border: 1px solid var(--line-soft); background: #ffffff; color: var(--ink); font-size: 0.88rem; font-weight: 600; transition: background var(--ease), color var(--ease); }
.price-nav a:hover, .price-nav a:focus-visible { background: #000000; color: #ffffff; }
.prijzen-overzicht .price-groups { grid-template-columns: 1fr; gap: 2.5rem; max-width: 940px; }
.prijzen-overzicht .price-group { border: 0; }
.prijzen-overzicht .price-group h2 { padding: 0 0 0.8rem; border-bottom: 1px solid var(--line-soft); background: transparent; }
.prijzen-overzicht .price-table { border: 0; }
.prijzen-overzicht .price-row { padding: 1rem 0; border-top: 0; border-bottom: 1px solid var(--line-soft); }
.treatment-detail { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.treatment-detail-copy { display: grid; gap: 2rem; }
.treatment-detail-copy p { max-width: 760px; }
.treatment-facts { display: grid; gap: 1rem; }
.treatment-facts section { padding: 1.35rem; border: 1px solid var(--line-soft); background: var(--cream-strong); }
.treatment-facts h2 { margin-bottom: 0.7rem; }
.treatment-facts ul { display: grid; gap: 0.45rem; margin: 0; padding-left: 1.15rem; }
.treatment-facts li::marker { color: var(--ink); }
.faq-list { display: grid; gap: 0.7rem; }
.faq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem; border: 0; padding: 1.2rem 1.35rem; background: transparent; color: var(--ink); text-align: left; font-weight: 700; cursor: pointer; }
.faq-question::after { content: "+"; font-size: 1.2rem; color: var(--lilac-strong); }
.faq-item.is-open .faq-question::after { content: "−"; }
.faq-answer { display: none; padding: 0 1.35rem 1.25rem; color: var(--muted); }
.faq-item.is-open .faq-answer { display: block; }
.notice { padding: 1.3rem; background: var(--panel); color: var(--ink); }

/* Contact form */
.contact-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 0.76fr); gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.field { display: grid; gap: 0.38rem; }
.field.full { grid-column: 1 / -1; }
.field label, .checkbox label { color: var(--ink); font-size: 0.78rem; font-weight: 700; }
.field input:not([type="checkbox"]), .field select, .field textarea { width: 100%; border: 1px solid var(--line-soft); border-radius: 0; padding: 0.82rem 0.9rem; background: var(--cream-strong); color: var(--ink); outline: none; transition: border-color var(--ease), background var(--ease); }
.field textarea { min-height: 150px; resize: vertical; }
.field input:not([type="checkbox"]):focus, .field select:focus, .field textarea:focus { border-color: var(--lilac-strong); background: #ffffff; }
.checkbox { display: flex; align-items: flex-start; gap: 0.65rem; color: var(--muted); }
.checkbox input { flex: 0 0 auto; width: auto; margin-top: 0.25rem; accent-color: var(--lilac-strong); }
.checkbox a, .legal-content a, .contact-card a { color: var(--lilac-strong); text-decoration: underline; text-underline-offset: 0.18em; }
.form-message { display: none; margin-bottom: 1rem; padding: 1rem; border: 1px solid var(--line-soft); }
.form-message.success { display: block; background: var(--sage); }
.form-message.error { display: block; background: var(--peach); }
.contact-cards { display: grid; gap: 1rem; }
.contact-card { padding: 1.35rem; background: var(--cream-strong); }
.contact-card strong { display: block; margin-bottom: 0.3rem; font-size: 1.2rem; font-weight: 600; }
.map-panel { overflow: hidden; border: 1px solid var(--line-soft); background: var(--panel); }
.map-panel iframe { display: block; width: 100%; min-height: 280px; border: 0; }
.map-panel-details { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.2rem; }
.map-panel h2 { font-size: 25px; }

/* Footer */
.site-footer { background: var(--cream-strong); }
.footer-main { display: grid; grid-template-columns: 1.15fr repeat(3, minmax(0, 0.8fr)); gap: 2rem; padding: 4.5rem 0 3rem; }
.footer-logo { width: 132px; height: auto; margin-bottom: 1.1rem; mix-blend-mode: multiply; }
.footer-main h3 { margin-bottom: 0.9rem; font-family: var(--sans); font-size: 0.75rem; font-weight: 700; }
.footer-main ul { display: grid; gap: 0.45rem; margin: 0; padding: 0; color: var(--muted); font-size: 0.78rem; list-style: none; }
.footer-main > div:first-child .muted { font-family: var(--sans); font-size: 0.78rem; line-height: 1.55; }
.footer-main a { transition: color var(--ease); }
.footer-main a:hover { color: var(--lilac-strong); }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; padding: 1.15rem 0; border-top: 1px solid var(--line-soft); color: var(--muted); font-size: 0.7rem; }
.legal-content { max-width: 850px; }
.legal-content h2 { margin-top: 2.5rem; }

@media (max-width: 980px) {
  .nav-wrap { position: relative; min-height: 70px; }
  .brand img { width: 96px; height: auto; }
  .nav-actions { position: absolute; top: 15px; right: 0; }
  .menu-toggle { display: inline-block; }
  .nav-menu { position: absolute; top: 70px; left: 16px; right: 16px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 0.65rem; background: #000000; border: 1px solid #ffffff; box-shadow: none; }
  .nav-menu.is-open { display: flex; }
  .nav-menu a { padding: 0.75rem; }
  .nav-actions .button { display: none; }
  .pure-hero { grid-template-columns: 1fr; }
  .pure-hero-copy { width: min(var(--max), calc(100% - 48px)); justify-self: center; padding: 4rem 0 2.2rem; }
  .pure-hero-art { min-height: 480px; }
  .feature-split, .mission-layout, .review-callout, .appointment-layout, .split, .split.reverse, .contact-layout, .treatment-layout, .treatment-detail { grid-template-columns: 1fr; }
  .feature-photo { min-height: 430px; }
  .round-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .side-cta { position: static; }
  .footer-main { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  .container, .nav-wrap { width: min(100% - 28px, var(--max)); }
  h1 { font-size: 30px; }
  .section { padding: 4rem 0; }
  .pure-hero-copy { width: min(100% - 28px, var(--max)); padding-top: 3.3rem; }
  .pure-hero-art { min-height: 380px; }
  .section-head { display: block; }
  .section-head > p { margin-top: 1rem; }
  .service-grid, .grid.two, .grid.three, .grid.four, .info-list, .form-grid, .round-feature-grid, .price-groups { grid-template-columns: 1fr; }
  .service-tile { min-height: 290px; }
  .round-feature { width: 100%; }
  .page-hero { min-height: 360px; }
  .page-hero::after { width: 380px; right: -36%; }
  .price-row { grid-template-columns: 1fr; }
  .price-row .price { justify-self: start; }
  .footer-main { grid-template-columns: 1fr; }
}
