/* ============================================================
   Voetzorg Apeldoorn · demo voor KJW Marketing
   Warme klei / terracotta richting. Editorial & zorgzaam.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,400;0,6..72,500;0,6..72,600;1,6..72,400;1,6..72,500&family=Hanken+Grotesk:wght@400;500;600;700&display=swap');

:root {
  /* palette · warm clay */
  --bg:        #f6efe8;
  --bg-tint:   #f1e6db;
  --cream:     #fdf9f4;
  --ink:       #2b211b;
  --ink-2:     #6c5a4d;
  --ink-3:     #8a7868;
  --clay:      #a2583a;
  --clay-700:  #844327;
  --clay-300:  #e9c6ad;
  --blush:     #f0d9c6;
  --sand:      #ead9c9;
  --line:      #e6d6c6;
  --line-soft: #efe3d6;
  --star:      #d2912f;
  --ok:        #4f7d54;
  --ok-bg:     #e7efe3;

  --shadow-sm: 0 1px 2px rgba(74,46,28,.04);
  --shadow-md: 0 8px 30px rgba(74,46,28,.08);
  --shadow-lg: 0 20px 60px rgba(74,46,28,.13);

  --serif: 'Newsreader', Georgia, 'Times New Roman', serif;
  --sans:  'Hanken Grotesk', system-ui, -apple-system, sans-serif;

  --r-sm: 8px;
  --r:    12px;
  --r-lg: 16px;
  --r-xl: 22px;

  --maxw: 1200px;
  --pad:  clamp(20px, 5vw, 64px);

  --ease: cubic-bezier(.22,.61,.36,1);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.62;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

/* subtle paper grain for a crafted, non-templated feel */
body::after {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  opacity: .04;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)'/%3E%3C/svg%3E");
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.01em;
  color: var(--ink);
  margin: 0;
  text-wrap: balance;
}

p { margin: 0 0 1em; text-wrap: pretty; }
p:last-child { margin-bottom: 0; }

.serif-i { font-style: italic; }

/* ---------- layout helpers ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--pad); }
.section { padding-block: clamp(64px, 9vw, 130px); }
.eyebrow {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  color: var(--clay);
  display: inline-block;
  margin: 0 0 1rem;
}
.kicker {
  font-family: var(--sans);
  font-size: .74rem;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--ink-3);
  display: block;
  margin: 0 0 1.4rem;
}
.lead { font-size: 1.18rem; color: var(--ink-2); line-height: 1.62; }
.muted { color: var(--ink-2); }

.h1 { font-size: clamp(2.6rem, 5.7vw, 4.6rem); }
.h2 { font-size: clamp(2rem, 3.8vw, 3.1rem); }
.h3 { font-size: clamp(1.4rem, 2.2vw, 1.85rem); }

/* ---------- buttons ---------- */
.btn {
  --bg-btn: var(--clay);
  --fg-btn: #fff;
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .005em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6em;
  padding: 1rem 1.7rem;
  min-height: 54px;
  border-radius: 100px;
  border: 1px solid transparent;
  background: var(--bg-btn);
  color: var(--fg-btn);
  cursor: pointer;
  transition: transform .25s var(--ease), background .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease);
  text-align: center;
  white-space: nowrap;
}
.btn svg { width: 1.1em; height: 1.1em; }
.btn:hover { background: var(--clay-700); transform: translateY(-2px); box-shadow: 0 10px 22px rgba(132,67,39,.28); }
.btn:active { transform: translateY(0); }
.btn--ghost {
  --bg-btn: transparent;
  --fg-btn: var(--ink);
  border-color: var(--line);
}
.btn--ghost:hover { background: var(--cream); border-color: var(--clay-300); box-shadow: var(--shadow-sm); }
.btn--light {
  --bg-btn: #fff;
  --fg-btn: var(--clay-700);
}
.btn--light:hover { background: #fff; color: var(--clay); }
.btn--block { width: 100%; }
.btn--lg { min-height: 60px; padding: 1.1rem 2rem; font-size: 1.05rem; }

.link-arrow {
  font-weight: 600;
  color: var(--clay);
  display: inline-flex;
  align-items: center;
  gap: .45em;
  transition: gap .25s var(--ease);
}
.link-arrow svg { width: 1.05em; height: 1.05em; transition: transform .25s var(--ease); }
.link-arrow:hover { gap: .7em; }
.link-arrow:hover svg { transform: translateX(3px); }

/* ---------- stars ---------- */
.stars { display: inline-flex; gap: 2px; color: var(--star); }
.stars svg { width: 1em; height: 1em; }

/* ============================================================
   HEADER
   ============================================================ */
.topbar {
  background: var(--ink);
  color: #f3e7da;
  font-size: .86rem;
}
.topbar .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 42px;
  padding-block: 6px;
}
.topbar a { color: #f3e7da; display: inline-flex; align-items: center; gap: .5em; opacity: .92; }
.topbar a:hover { opacity: 1; color: #fff; }
.topbar__left { display: flex; gap: 1.6rem; flex-wrap: wrap; }
.topbar__rating { display: inline-flex; align-items: center; gap: .5em; font-weight: 500; }
.topbar__rating .stars { font-size: .8rem; }
.topbar svg.ic { width: 15px; height: 15px; opacity: .85; }
@media (max-width: 680px){ .topbar__left .hide-sm { display: none; } }
/* topbar is supporting info only — hide on mobile to keep the masthead clean */
@media (max-width: 768px){ .topbar { display: none; } }

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(246,239,232,.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s, background .3s, box-shadow .3s;
}
.site-header.scrolled {
  border-bottom-color: var(--line);
  box-shadow: 0 6px 24px rgba(74,46,28,.06);
}
.site-header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 76px;
}
.brand { display: inline-flex; align-items: center; gap: .7rem; }
.brand__mark {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--clay);
  color: #fff;
  display: grid; place-items: center;
  font-family: var(--serif);
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  padding-top: .05em;
  flex: none;
  box-shadow: inset 0 0 0 3px rgba(255,255,255,.18);
}
.brand__name {
  font-family: var(--serif);
  font-size: 1.28rem;
  font-weight: 600;
  line-height: 1;
  color: var(--ink);
}
.brand__name span { display: block; font-family: var(--sans); font-size: .68rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--clay); margin-top: 4px; }

.nav { display: flex; align-items: center; gap: 2px; }
.nav a {
  font-weight: 500;
  font-size: 1rem;
  color: var(--ink-2);
  padding: .55rem .85rem;
  border-radius: 100px;
  transition: color .2s, background .2s;
  position: relative;
}
.nav a:hover { color: var(--ink); }
.nav a.active { color: var(--clay-700); }
.nav a.active::after {
  content: '';
  position: absolute;
  left: 50%; bottom: 2px;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--clay);
  transform: translateX(-50%);
}
.header-cta { display: flex; align-items: center; gap: .75rem; }

.nav-toggle {
  display: none;
  width: 48px; height: 48px;
  border: 1px solid var(--line);
  background: var(--cream);
  border-radius: 12px;
  cursor: pointer;
  padding: 0;
  align-items: center;
  justify-content: center;
}
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  content: '';
  display: block;
  width: 20px; height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: transform .3s var(--ease), opacity .2s;
}
.nav-toggle span { position: relative; }
.nav-toggle span::before { position: absolute; top: -6px; left: 0; }
.nav-toggle span::after { position: absolute; top: 6px; left: 0; }
body.nav-open .nav-toggle span { background: transparent; }
body.nav-open .nav-toggle span::before { transform: translateY(6px) rotate(45deg); }
body.nav-open .nav-toggle span::after { transform: translateY(-6px) rotate(-45deg); }

@media (max-width: 920px){
  .nav, .header-cta .btn { display: none; }
  .nav-toggle { display: inline-flex; }
  .mobile-menu { display: block; }
}

/* mobile menu */
.mobile-menu {
  display: none;
  position: fixed;
  inset: 0 0 0 0;
  top: 0;
  z-index: 55;
  background: var(--bg);
  padding: 100px var(--pad) 40px;
  transform: translateY(-100%);
  transition: transform .42s var(--ease);
  overflow-y: auto;
}
body.nav-open .mobile-menu { transform: translateY(0); }
.mobile-menu a {
  display: block;
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 500;
  padding: .55rem 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
}
.mobile-menu .btn { margin-top: 1.6rem; }
.mobile-menu .mm-contact { margin-top: 2rem; color: var(--ink-2); font-size: 1rem; line-height: 2; }

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; padding-top: clamp(40px, 6vw, 76px); padding-bottom: clamp(60px, 8vw, 110px); }
.hero__grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
}
.hero__title { font-size: clamp(2.7rem, 5.6vw, 4.7rem); margin-bottom: 1.4rem; }
.hero__title em { font-style: italic; color: var(--clay); }
.hero__lead { max-width: 30ch; margin-bottom: 2rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-bottom: 2.2rem; }
.hero__trust { display: flex; align-items: center; gap: 1.4rem; flex-wrap: wrap; }
.hero__trust .chip { display: inline-flex; align-items: center; gap: .5em; font-size: .92rem; color: var(--ink-2); font-weight: 500; }
.hero__trust .chip svg { width: 18px; height: 18px; color: var(--clay); flex: none; }

.hero__media { position: relative; }
.hero__frame {
  position: relative;
  border-radius: 50% 50% 50% 50% / 46% 46% 54% 54%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  overflow: hidden;
  aspect-ratio: 5 / 6;
  background: var(--sand);
  box-shadow: var(--shadow-lg);
  border-radius: 240px 240px 28px 28px;
}
.hero__frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.hero__frame::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(43,33,27,.14));
}
.hero__media::before {
  content: '';
  position: absolute;
  inset: -18px -18px auto auto;
  width: 56%; height: 56%;
  background: radial-gradient(circle at 70% 30%, var(--clay-300), transparent 62%);
  z-index: -1;
  opacity: .8;
}

.badge-google {
  position: absolute;
  left: -22px; bottom: 34px;
  background: var(--cream);
  border-radius: 18px;
  box-shadow: var(--shadow-md);
  padding: .85rem 1.05rem;
  display: flex;
  align-items: center;
  gap: .7rem;
  border: 1px solid var(--line-soft);
}
.badge-google .g-logo { font-weight: 700; font-size: 1.15rem; letter-spacing: -.02em; }
.badge-google .g-logo b:nth-child(1){color:#4285F4;} .badge-google .g-logo b:nth-child(2){color:#EA4335;}
.badge-google .g-logo b:nth-child(3){color:#FBBC05;} .badge-google .g-logo b:nth-child(4){color:#4285F4;}
.badge-google .g-logo b:nth-child(5){color:#34A853;} .badge-google .g-logo b:nth-child(6){color:#EA4335;}
.badge-google .score { font-weight: 700; font-size: 1.05rem; }
.badge-google .stars { font-size: .8rem; }
.badge-google small { color: var(--ink-3); font-size: .76rem; display: block; }

.badge-years {
  position: absolute;
  right: -10px; top: 28px;
  width: 108px; height: 108px;
  border-radius: 50%;
  background: var(--ink);
  color: #f3e7da;
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: var(--shadow-md);
  transform: rotate(6deg);
}
.badge-years b { font-family: var(--serif); font-size: 2.1rem; font-weight: 600; line-height: 1; color: var(--clay-300); }
.badge-years span { font-size: .64rem; letter-spacing: .14em; text-transform: uppercase; margin-top: 3px; }

@media (max-width: 880px){
  .hero__grid { grid-template-columns: 1fr; }
  .hero__media { max-width: 460px; margin-inline: auto; order: -1; }
  .hero__lead { max-width: 46ch; }
}

/* ============================================================
   MARQUEE / CREDENTIALS
   ============================================================ */
.credbar { background: var(--cream); border-block: 1px solid var(--line); }
.credbar .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem 2.5rem;
  padding-block: 26px;
}
.credbar .cred {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  font-weight: 500;
  color: var(--ink-2);
  font-size: .98rem;
}
.credbar .cred svg { width: 26px; height: 26px; color: var(--clay); flex: none; }
.credbar .cred b { color: var(--ink); font-weight: 600; }

/* ============================================================
   SECTION HEADINGS
   ============================================================ */
.sec-head { max-width: 640px; margin-bottom: clamp(36px, 5vw, 60px); }
.sec-head.center { margin-inline: auto; text-align: center; }
.sec-head .h2 { margin-bottom: 1rem; }

/* ============================================================
   ABOUT
   ============================================================ */
.about { background: var(--bg-tint); }
.about__grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(32px, 6vw, 80px);
  align-items: center;
}
.about__media { position: relative; }
.about__media img {
  width: 100%;
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-md);
  aspect-ratio: 4/5;
  object-fit: cover;
}
.about__media .quote-tag {
  position: absolute;
  right: -16px; bottom: -22px;
  background: var(--clay);
  color: #fff;
  padding: 1.1rem 1.3rem;
  border-radius: var(--r);
  max-width: 230px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.05rem;
  line-height: 1.4;
  box-shadow: var(--shadow-md);
}
.about__sig { margin-top: 1.6rem; display: flex; align-items: center; gap: 1rem; }
.about__sig .nm { font-family: var(--serif); font-size: 1.35rem; }
.about__sig .role { color: var(--ink-2); font-size: .92rem; }
.about__list { list-style: none; padding: 0; margin: 1.8rem 0 0; display: grid; gap: .8rem; }
.about__list li { display: flex; gap: .8rem; align-items: flex-start; }
.about__list svg { width: 22px; height: 22px; color: var(--clay); flex: none; margin-top: 3px; }
@media (max-width: 820px){
  .about__grid { grid-template-columns: 1fr; }
  .about__media { max-width: 420px; }
}

/* ============================================================
   TREATMENTS GRID
   ============================================================ */
.treat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--line);
}
.treat-card {
  position: relative;
  background: transparent;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 2.3rem 2rem 2.5rem;
  display: flex;
  flex-direction: column;
  gap: .85rem;
  transition: background .4s var(--ease);
}
.treat-card:hover { background: var(--cream); }
.treat-card__n {
  font-family: var(--serif);
  font-size: 1.05rem;
  color: var(--clay);
  letter-spacing: .04em;
  margin-bottom: .3rem;
}
.treat-card h3 { font-size: 1.5rem; }
.treat-card p { color: var(--ink-2); font-size: .98rem; }
.treat-card .link-arrow { margin-top: auto; padding-top: .4rem; }
@media (max-width: 900px){ .treat-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px){ .treat-grid { grid-template-columns: 1fr; } }

/* ============================================================
   AUDIENCE / VOOR WIE
   ============================================================ */
.audience { background: var(--ink); color: #e9ddd0; }
.audience h2, .audience h3 { color: #fff; }
.audience .eyebrow { color: var(--clay-300); }
.audience .eyebrow::before, .audience .eyebrow.center::after { background: rgba(233,198,173,.4); }
.aud-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(233,198,173,.4);
  border-left: 1px solid rgba(233,198,173,.16);
  margin-top: 2.8rem;
}
.aud-card {
  border-right: 1px solid rgba(233,198,173,.16);
  border-bottom: 1px solid rgba(233,198,173,.16);
  padding: 2rem 1.6rem 2.2rem;
  background: transparent;
  transition: background .35s var(--ease);
}
.aud-card:hover { background: rgba(255,255,255,.035); }
.aud-card svg { width: 26px; height: 26px; color: var(--clay-300); margin-bottom: 1.1rem; }
.aud-card h3 { font-size: 1.3rem; margin-bottom: .5rem; }
.aud-card p { color: #c9b9a9; font-size: .94rem; }
@media (max-width: 880px){ .aud-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px){ .aud-grid { grid-template-columns: 1fr; } }

/* ============================================================
   REVIEWS
   ============================================================ */
.reviews { background: var(--bg-tint); }
.reviews__top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: clamp(32px, 4vw, 52px);
}
.gscore {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 1.1rem 1.5rem;
  box-shadow: var(--shadow-sm);
}
.gscore .num { font-family: var(--serif); font-size: 3rem; line-height: 1; color: var(--clay); }
.gscore .g-logo { font-weight: 700; font-size: 1rem; }
.gscore .g-logo b:nth-child(1){color:#4285F4;} .gscore .g-logo b:nth-child(2){color:#EA4335;}
.gscore .g-logo b:nth-child(3){color:#FBBC05;} .gscore .g-logo b:nth-child(4){color:#4285F4;}
.gscore .g-logo b:nth-child(5){color:#34A853;} .gscore .g-logo b:nth-child(6){color:#EA4335;}
.gscore small { color: var(--ink-3); font-size: .8rem; }

.review-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: clamp(16px, 2vw, 24px);
}
.review {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 1.9rem 1.8rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.review .stars { font-size: .95rem; }
.review p { font-size: 1.02rem; color: var(--ink); line-height: 1.55; }
.review__who { display: flex; align-items: center; gap: .85rem; margin-top: auto; }
.review__who .av {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--clay);
  color: #fff;
  display: grid; place-items: center;
  font-weight: 700;
  font-size: 1.05rem;
  flex: none;
}
.review__who .nm { font-weight: 600; }
.review__who .dt { color: var(--ink-3); font-size: .82rem; }

/* ============================================================
   STEPS / WERKWIJZE
   ============================================================ */
.steps { counter-reset: step; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: clamp(20px,3vw,40px); margin-top: 3rem; }
.step { position: relative; padding-top: 1rem; }
.step__n {
  font-family: var(--serif);
  font-size: 3.4rem;
  color: var(--clay-300);
  line-height: 1;
  margin-bottom: 1rem;
}
.step h3 { font-size: 1.3rem; margin-bottom: .5rem; }
.step p { color: var(--ink-2); font-size: .96rem; }
.step:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 1.6rem; right: -.5rem;
  width: 1px; height: 2.5rem;
  background: var(--line);
}
@media (max-width: 640px){ .step:not(:last-child)::after { display: none; } }

/* ============================================================
   CTA BAND
   ============================================================ */
.ctaband { position: relative; overflow: hidden; }
.ctaband__inner {
  background: var(--clay);
  color: #fff;
  border-radius: var(--r-xl);
  padding: clamp(40px, 6vw, 76px);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.ctaband__inner::before,
.ctaband__inner::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,.07);
}
.ctaband__inner::before { width: 320px; height: 320px; top: -140px; left: -80px; }
.ctaband__inner::after { width: 260px; height: 260px; bottom: -130px; right: -60px; }
.ctaband h2 { color: #fff; font-size: clamp(2rem, 3.6vw, 3rem); position: relative; }
.ctaband p { color: #f6e3d6; max-width: 48ch; margin: 1rem auto 2rem; position: relative; }
.ctaband .hero__actions { justify-content: center; position: relative; margin-bottom: 0; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: var(--ink); color: #c9b9a9; padding-block: clamp(56px, 7vw, 84px) 0; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.1fr;
  gap: clamp(28px, 4vw, 50px);
}
.site-footer h4 { color: #fff; font-family: var(--sans); font-size: .82rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 600; margin-bottom: 1.2rem; }
.site-footer a { color: #c9b9a9; transition: color .2s; }
.site-footer a:hover { color: #fff; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .7rem; }
.footer-brand .brand__name { color: #fff; }
.footer-brand p { margin-top: 1.1rem; max-width: 32ch; color: #b3a191; }
.footer-contact li { display: flex; gap: .65rem; align-items: flex-start; }
.footer-contact svg { width: 18px; height: 18px; color: var(--clay-300); flex: none; margin-top: 4px; }
.footer-bottom {
  margin-top: clamp(40px, 5vw, 60px);
  border-top: 1px solid rgba(233,198,173,.16);
  padding-block: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  font-size: .85rem;
  color: #9c8b7c;
}
.kjw-credit {
  display: inline-flex; align-items: center; gap: .5em;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(233,198,173,.18);
  padding: .45rem .9rem;
  border-radius: 100px;
  color: #d8c8b8;
}
.kjw-credit b { color: #fff; }
@media (max-width: 860px){ .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px){ .footer-grid { grid-template-columns: 1fr; } }

/* ============================================================
   PAGE HERO (sub pages)
   ============================================================ */
.page-hero { padding-top: clamp(40px,5vw,72px); padding-bottom: clamp(30px,4vw,46px); }
.page-hero .crumbs { font-size: .88rem; color: var(--ink-3); margin-bottom: 1.2rem; display: flex; gap: .5rem; align-items: center; }
.page-hero .crumbs a:hover { color: var(--clay); }
.page-hero h1 { font-size: clamp(2.4rem, 5vw, 4rem); max-width: 16ch; }
.page-hero .lead { margin-top: 1.2rem; max-width: 56ch; }

/* ============================================================
   TREATMENT DETAIL (behandelingen)
   ============================================================ */
.detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding-block: clamp(40px, 5vw, 70px);
  border-top: 1px solid var(--line);
}
.detail:nth-child(even) .detail__media { order: 2; }
.detail__media img { width: 100%; border-radius: var(--r-lg); aspect-ratio: 4/3; object-fit: cover; box-shadow: var(--shadow-md); }
.detail__media .ph {
  width: 100%; aspect-ratio: 4/3;
  border-radius: var(--r-lg);
  background: var(--bg-tint) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3C/svg%3E");
  display: grid; place-items: center;
  border: 1px dashed var(--line);
  color: var(--ink-3);
}
.detail__visual {
  position: relative;
  width: 100%; aspect-ratio: 4/3;
  border-radius: var(--r-lg);
  background: linear-gradient(150deg, var(--blush), var(--bg-tint));
  display: grid; place-items: center;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.detail__visual::after {
  content: '';
  position: absolute; inset: auto -10% -30% auto;
  width: 60%; height: 70%;
  background: radial-gradient(circle, rgba(162,88,58,.18), transparent 70%);
}
.detail__visual svg { width: 96px; height: 96px; color: var(--clay); position: relative; z-index: 1; opacity: .85; }
.detail__visual .vtag {
  position: absolute; left: 24px; bottom: 22px;
  font-family: var(--serif); font-style: italic; font-size: 1.15rem; color: var(--clay-700); z-index: 1;
}
.detail__body .num { font-family: var(--serif); font-size: 1rem; color: var(--clay); letter-spacing: .12em; }
.detail__body h2 { font-size: clamp(1.7rem, 3vw, 2.5rem); margin: .4rem 0 1rem; }
.detail__body p { color: var(--ink-2); }
.detail__body .tags { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.4rem; }
.detail__body .tag {
  font-size: .85rem; font-weight: 500;
  padding: .4rem .85rem;
  border-radius: 100px;
  background: var(--cream);
  border: 1px solid var(--line);
  color: var(--ink-2);
}
.notice {
  border-left: 3px solid var(--clay);
  background: var(--cream);
  border-radius: 0 var(--r-sm) var(--r-sm) 0;
  padding: 1rem 1.2rem;
  margin-top: 1.4rem;
  font-size: .95rem;
  color: var(--ink-2);
}
.notice b { color: var(--ink); }
@media (max-width: 760px){
  .detail { grid-template-columns: 1fr; }
  .detail:nth-child(even) .detail__media { order: 0; }
}

/* ============================================================
   PRICING
   ============================================================ */
.price-wrap { display: grid; grid-template-columns: 1.6fr 1fr; gap: clamp(28px,4vw,48px); align-items: start; }
@media (max-width: 880px){ .price-wrap { grid-template-columns: 1fr; } }
.price-card {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.price-card__head { padding: 1.5rem 1.8rem; background: var(--bg-tint); border-bottom: 1px solid var(--line); }
.price-card__head h3 { font-size: 1.4rem; }
.price-card__head p { color: var(--ink-2); font-size: .92rem; margin-top: .3rem; }
.price-row {
  display: flex; align-items: baseline; justify-content: space-between; gap: 1rem;
  padding: 1.05rem 1.8rem;
  border-bottom: 1px solid var(--line-soft);
}
.price-row:last-child { border-bottom: none; }
.price-row .nm { font-weight: 500; }
.price-row .nm small { display: block; color: var(--ink-3); font-weight: 400; font-size: .85rem; }
.price-row .pr { font-family: var(--serif); font-size: 1.3rem; color: var(--clay); white-space: nowrap; }
.price-row .pr small { font-family: var(--sans); font-size: .78rem; color: var(--ink-3); }

.price-aside { display: grid; gap: 1.2rem; }
.info-card {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 1.6rem;
}
.info-card svg.hd { width: 30px; height: 30px; color: var(--clay); margin-bottom: .8rem; }
.info-card h3 { font-size: 1.2rem; margin-bottom: .6rem; }
.info-card p { font-size: .94rem; color: var(--ink-2); }
.info-card.dark { background: var(--ink); border-color: transparent; }
.info-card.dark h3, .info-card.dark svg.hd { color: #fff; }
.info-card.dark p { color: #c9b9a9; }

.zorg-profiel { display: grid; gap: .8rem; margin-top: 1rem; }
.zorg-profiel .zp { display: flex; gap: .9rem; align-items: flex-start; padding: .9rem 1.1rem; background: var(--bg-tint); border-radius: var(--r-sm); }
.zorg-profiel .zp b { display: block; }
.zorg-profiel .zp .n { width: 30px; height: 30px; border-radius: 8px; background: var(--clay); color: #fff; display: grid; place-items: center; font-weight: 700; flex: none; font-size: .9rem; }

.demo-flag {
  display: inline-flex; align-items: center; gap: .5em;
  font-size: .82rem; font-weight: 600;
  color: var(--clay-700);
  background: var(--blush);
  padding: .4rem .9rem;
  border-radius: 100px;
  margin-bottom: 1.2rem;
}

/* ============================================================
   CONTACT
   ============================================================ */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px,4vw,56px); }
@media (max-width: 880px){ .contact-grid { grid-template-columns: 1fr; } }
.contact-info { display: grid; gap: 1.5rem; align-content: start; }
.info-line { display: flex; gap: 1rem; align-items: flex-start; }
.info-line svg { width: 24px; height: 24px; color: var(--clay); flex: none; margin-top: 3px; }
.info-line b { display: block; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 2px; }
.info-line a, .info-line span { font-size: 1.1rem; }
.hours { list-style: none; padding: 0; margin: 0; }
.hours li { display: flex; justify-content: space-between; padding: .55rem 0; border-bottom: 1px solid var(--line-soft); }
.hours li:last-child { border: none; }
.hours .cl { color: var(--ink-3); }

.map-embed {
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  height: 280px;
  background: var(--bg-tint);
  position: relative;
}
.map-embed iframe { width: 100%; height: 100%; border: 0; filter: saturate(.85) contrast(.95); }

/* ============================================================
   FORM
   ============================================================ */
.form-card {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: clamp(24px, 3vw, 38px);
  box-shadow: var(--shadow-sm);
}
.field { margin-bottom: 1.2rem; }
.field label { display: block; font-weight: 600; font-size: .92rem; margin-bottom: .5rem; }
.field label .req { color: var(--clay); }
.field input, .field select, .field textarea {
  width: 100%;
  font-family: var(--sans);
  font-size: 1.02rem;
  color: var(--ink);
  background: var(--bg);
  border: 1.5px solid var(--line);
  border-radius: var(--r-sm);
  padding: .85rem 1rem;
  transition: border-color .2s, box-shadow .2s, background .2s;
}
.field textarea { resize: vertical; min-height: 120px; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--clay);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(162,88,58,.12);
}
.field.err input, .field.err select, .field.err textarea { border-color: #c0392b; }
.field .msg { font-size: .82rem; color: #c0392b; margin-top: .35rem; display: none; }
.field.err .msg { display: block; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
@media (max-width: 520px){ .form-row { grid-template-columns: 1fr; } }
.form-note { font-size: .85rem; color: var(--ink-3); margin-top: 1rem; }

/* ============================================================
   BOOKING MODAL
   ============================================================ */
.modal-root {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.modal-root.open { display: flex; }
.modal-backdrop {
  position: absolute; inset: 0;
  background: rgba(43,33,27,.55);
  backdrop-filter: blur(4px);
  opacity: 0;
  transition: opacity .35s var(--ease);
}
.modal-root.open .modal-backdrop { opacity: 1; }
.modal {
  position: relative;
  width: min(620px, 100%);
  max-height: calc(100dvh - 40px);
  overflow-y: auto;
  background: var(--bg);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-lg);
  transform: translateY(24px) scale(.98);
  opacity: 0;
  transition: transform .4s var(--ease), opacity .4s var(--ease);
}
.modal-root.open .modal { transform: translateY(0) scale(1); opacity: 1; }
.modal__head {
  position: sticky; top: 0;
  background: var(--bg);
  padding: 1.6rem clamp(20px,4vw,36px) 1rem;
  z-index: 2;
}
.modal__head .kk { font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; color: var(--clay); font-weight: 600; }
.modal__head h3 { font-size: 1.7rem; margin-top: .3rem; }
.modal__close {
  position: absolute; top: 1.3rem; right: clamp(16px,3vw,24px);
  width: 42px; height: 42px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--cream);
  cursor: pointer;
  display: grid; place-items: center;
  transition: background .2s, transform .2s;
}
.modal__close:hover { background: var(--blush); transform: rotate(90deg); }
.modal__close svg { width: 18px; height: 18px; }
.modal__progress { display: flex; gap: 6px; padding: 0 clamp(20px,4vw,36px); margin-bottom: .5rem; }
.modal__progress .dot { height: 5px; flex: 1; border-radius: 3px; background: var(--line); transition: background .3s; }
.modal__progress .dot.on { background: var(--clay); }
.modal__body { padding: 1rem clamp(20px,4vw,36px) 1.6rem; }
.modal__foot {
  position: sticky; bottom: 0;
  background: var(--bg);
  padding: 1rem clamp(20px,4vw,36px) 1.6rem;
  display: flex; gap: .8rem; justify-content: space-between;
  border-top: 1px solid var(--line-soft);
}
.step-panel { display: none; }
.step-panel.active { display: block; animation: stepIn .4s var(--ease); }
@keyframes stepIn { from { transform: translateY(10px); } to { transform: none; } }

.choice-grid { display: grid; gap: .7rem; }
.choice {
  display: flex; align-items: center; gap: 1rem;
  padding: 1.05rem 1.2rem;
  border: 1.5px solid var(--line);
  border-radius: var(--r);
  background: var(--cream);
  cursor: pointer;
  transition: border-color .2s, background .2s, transform .15s;
}
.choice:hover { border-color: var(--clay-300); transform: translateX(2px); }
.choice.sel { border-color: var(--clay); background: var(--blush); }
.choice__ic { width: 44px; height: 44px; border-radius: 12px; background: var(--blush); color: var(--clay-700); display: grid; place-items: center; flex: none; }
.choice.sel .choice__ic { background: var(--clay); color: #fff; }
.choice__ic svg { width: 22px; height: 22px; }
.choice__t b { display: block; }
.choice__t span { font-size: .88rem; color: var(--ink-2); }
.choice__check { margin-left: auto; width: 24px; height: 24px; border-radius: 50%; border: 2px solid var(--line); display: grid; place-items: center; flex: none; }
.choice.sel .choice__check { border-color: var(--clay); background: var(--clay); }
.choice__check svg { width: 14px; height: 14px; color: #fff; opacity: 0; }
.choice.sel .choice__check svg { opacity: 1; }

.slot-days { display: flex; gap: .6rem; overflow-x: auto; padding-bottom: .5rem; margin-bottom: 1.2rem; }
.slot-day {
  flex: none;
  width: 70px;
  text-align: center;
  padding: .8rem .4rem;
  border: 1.5px solid var(--line);
  border-radius: var(--r-sm);
  background: var(--cream);
  cursor: pointer;
  transition: border-color .2s, background .2s;
}
.slot-day.sel { border-color: var(--clay); background: var(--clay); color: #fff; }
.slot-day .dow { font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; color: var(--ink-3); }
.slot-day.sel .dow { color: #f3e0d2; }
.slot-day .dnum { font-family: var(--serif); font-size: 1.5rem; line-height: 1.1; }
.slot-times { display: grid; grid-template-columns: repeat(auto-fill, minmax(88px,1fr)); gap: .6rem; }
.slot-time {
  padding: .7rem; text-align: center;
  border: 1.5px solid var(--line); border-radius: var(--r-sm);
  background: var(--cream); cursor: pointer; font-weight: 500;
  transition: border-color .2s, background .2s;
}
.slot-time:hover { border-color: var(--clay-300); }
.slot-time.sel { border-color: var(--clay); background: var(--clay); color: #fff; }
.slot-time.gone { opacity: .4; pointer-events: none; text-decoration: line-through; }

.summary-box { background: var(--cream); border: 1px solid var(--line); border-radius: var(--r); padding: 1.2rem 1.4rem; margin-bottom: 1.4rem; }
.summary-box .row { display: flex; justify-content: space-between; gap: 1rem; padding: .4rem 0; }
.summary-box .row span:first-child { color: var(--ink-3); }
.summary-box .row span:last-child { font-weight: 600; text-align: right; }

.success { text-align: center; padding: 1.5rem 0 .5rem; }
.success__check {
  width: 84px; height: 84px;
  border-radius: 50%;
  background: var(--ok-bg);
  color: var(--ok);
  display: grid; place-items: center;
  margin: 0 auto 1.4rem;
  animation: pop .5s var(--ease);
}
.success__check svg { width: 42px; height: 42px; }
@keyframes pop { 0%{transform:scale(.5);opacity:0;} 60%{transform:scale(1.08);} 100%{transform:scale(1);opacity:1;} }
.success h3 { font-size: 1.9rem; margin-bottom: .6rem; }
.success p { color: var(--ink-2); max-width: 40ch; margin-inline: auto; }

.waitlist-note {
  background: var(--blush);
  border-radius: var(--r-sm);
  padding: .9rem 1.1rem;
  font-size: .9rem;
  color: var(--clay-700);
  margin-bottom: 1.2rem;
  display: flex; gap: .6rem; align-items: flex-start;
}
.waitlist-note svg { width: 20px; height: 20px; flex: none; margin-top: 2px; }

/* ============================================================
   REVEAL ANIMATION
   ============================================================ */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
/* failsafe: lock visible shortly after reveal so content can never stay hidden
   (covers throttled/frozen-clock environments where transitions don't advance) */
.reveal.shown { opacity: 1 !important; transform: none !important; transition: none !important; }
.reveal.d1 { transition-delay: .08s; }
.reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce){
  .reveal { opacity: 1; transform: none; transition: none; }
  * { scroll-behavior: auto; }
}

/* utility */
.center { text-align: center; }
.mt-0 { margin-top: 0; }
.hidden { display: none !important; }

/* ============================================================
   HERO · EDITORIAL COVER (home)
   ============================================================ */
.hero--cover {
  position: relative;
  background: radial-gradient(125% 95% at 88% -5%, #43301f 0%, #2a1d13 48%, #221710 100%);
  color: #f4ebe0;
  padding-top: clamp(34px, 5vw, 70px);
  overflow: hidden;
}
.hero__cover {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  grid-template-areas: "head portrait" "foot portrait";
  column-gap: clamp(28px, 5vw, 76px);
  row-gap: clamp(20px, 3vw, 40px);
  align-items: start;
  position: relative;
  padding-bottom: clamp(34px, 5vw, 64px);
}
.hero__head { grid-area: head; }
.hero__ix {
  font-family: var(--sans);
  font-size: .72rem;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--clay-300);
  display: block;
  margin-bottom: clamp(20px, 3.2vw, 40px);
}
.hero__display {
  font-family: var(--serif);
  font-weight: 500;
  color: #f8f0e6;
  font-size: clamp(3.1rem, 8.4vw, 7rem);
  line-height: .95;
  letter-spacing: -.026em;
}
.hero__display em { font-style: italic; color: var(--clay-300); }

.hero__portrait {
  grid-area: portrait;
  position: relative;
  margin: 0;
  align-self: stretch;
  min-height: clamp(400px, 56vh, 600px);
  border-radius: 1000px 1000px 8px 8px;
  overflow: hidden;
  background: #2a1d13;
}
.hero__portrait img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 16%;
  filter: grayscale(.45) contrast(1.02) brightness(.95) sepia(.2);
}
.hero__portrait::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(165deg, rgba(162,88,58,.32), rgba(33,23,16,.5));
  mix-blend-mode: multiply;
}
.hero__portrait::before {
  content: '';
  position: absolute; inset: 9px;
  border: 1px solid rgba(244,235,224,.28);
  border-radius: 1000px 1000px 4px 4px;
  z-index: 2;
  pointer-events: none;
}
.hero__portrait figcaption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  z-index: 3;
  padding: 2.6rem 1.6rem 1.3rem;
  background: linear-gradient(transparent, rgba(20,13,8,.82));
  color: #f4ebe0;
  display: flex;
  flex-direction: column;
  gap: .1rem;
}
.hero__portrait figcaption b { font-family: var(--serif); font-weight: 500; font-size: 1.25rem; }
.hero__portrait figcaption span { color: rgba(244,235,224,.72); font-size: .85rem; }

.hero__foot { grid-area: foot; align-self: end; max-width: 44ch; }
.hero__intro {
  font-size: clamp(1.08rem, 1.5vw, 1.32rem);
  color: #dcccbc;
  line-height: 1.52;
  margin-bottom: 1.5rem;
}
.hero__rating {
  display: flex; align-items: center; gap: .55rem;
  font-size: .95rem; color: #cdbcab;
  margin-bottom: 1.9rem;
}
.hero__rating .stars { color: var(--star); }
.hero__rating b { color: #f8f0e6; font-size: 1.05rem; }
.hero__rating .dot { opacity: .5; }
.hero__cta { display: flex; gap: .8rem; flex-wrap: wrap; }

.hero__rail {
  position: absolute;
  left: 0; bottom: 150px;
  transform: rotate(-90deg);
  transform-origin: left bottom;
  font-family: var(--sans);
  font-size: .68rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: rgba(244,235,224,.42);
  white-space: nowrap;
}
.hero__specs {
  border-top: 1px solid rgba(244,235,224,.15);
  display: flex;
  flex-wrap: wrap;
  gap: .6rem 2.4rem;
  padding: 18px var(--pad);
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(.98rem, 1.3vw, 1.12rem);
  color: rgba(244,235,224,.62);
}
.hero__specs span { position: relative; flex: none; white-space: nowrap; }
.hero__specs span:not(:last-child)::after {
  content: '·';
  position: absolute; right: -1.35rem; top: 0;
  color: var(--clay-300);
  font-style: normal;
}

.btn--ghost-light {
  --bg-btn: transparent;
  --fg-btn: #f4ebe0;
  border-color: rgba(244,235,224,.36);
}
.btn--ghost-light:hover {
  background: rgba(244,235,224,.08);
  border-color: rgba(244,235,224,.65);
  box-shadow: none;
}

@media (max-width: 1080px){ .hero__rail { display: none; } }
@media (max-width: 860px){
  .hero__cover {
    grid-template-columns: 1fr;
    grid-template-areas: "head" "portrait" "foot";
    row-gap: clamp(24px, 4vw, 36px);
  }
  .hero__portrait { min-height: 0; aspect-ratio: 4/4.4; max-width: 460px; }
  .hero__foot { max-width: 100%; align-self: start; }
}

/* ---- hero entrance animation ---- */
.hero__display .line { display: block; overflow: hidden; padding-bottom: .04em; }
.hero__display .line > span { display: block; transform: translateY(116%); transition: transform 1s var(--ease); }
.hero--cover .hero__ix,
.hero--cover .hero__intro,
.hero--cover .hero__rating,
.hero--cover .hero__cta { opacity: 0; transform: translateY(16px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.hero--cover .hero__portrait { opacity: 0; transform: translateY(22px) scale(.985); transition: opacity 1s var(--ease), transform 1s var(--ease); }
.hero--cover .hero__portrait img { transform: scale(1.12); transition: transform 1.7s var(--ease); }
.hero--cover .hero__specs { opacity: 0; transition: opacity .9s var(--ease); }

.hero--cover .hero__ix { transition-delay: .05s; }
.hero--cover .hero__display .line:nth-child(1) > span { transition-delay: .14s; }
.hero--cover .hero__display .line:nth-child(2) > span { transition-delay: .26s; }
.hero--cover .hero__display .line:nth-child(3) > span { transition-delay: .38s; }
.hero--cover .hero__portrait { transition-delay: .18s; }
.hero--cover .hero__intro { transition-delay: .5s; }
.hero--cover .hero__rating { transition-delay: .6s; }
.hero--cover .hero__cta { transition-delay: .7s; }
.hero--cover .hero__specs { transition-delay: .55s; }

.hero--cover.is-in .hero__ix,
.hero--cover.is-in .hero__intro,
.hero--cover.is-in .hero__rating,
.hero--cover.is-in .hero__cta { opacity: 1; transform: none; }
.hero--cover.is-in .hero__display .line > span { transform: none; }
.hero--cover.is-in .hero__portrait { opacity: 1; transform: none; }
.hero--cover.is-in .hero__portrait img { transform: scale(1); }
.hero--cover.is-in .hero__specs { opacity: 1; }

/* failsafe: never leave hero hidden if the animation clock is throttled */
.hero--cover.anim-done .hero__ix,
.hero--cover.anim-done .hero__intro,
.hero--cover.anim-done .hero__rating,
.hero--cover.anim-done .hero__cta,
.hero--cover.anim-done .hero__portrait,
.hero--cover.anim-done .hero__specs { opacity: 1 !important; transform: none !important; transition: none !important; }
.hero--cover.anim-done .hero__display .line > span,
.hero--cover.anim-done .hero__portrait img { transform: none !important; transition: none !important; }

@media (prefers-reduced-motion: reduce){
  .hero--cover .hero__ix,
  .hero--cover .hero__intro,
  .hero--cover .hero__rating,
  .hero--cover .hero__cta,
  .hero--cover .hero__portrait,
  .hero--cover .hero__specs { opacity: 1; transform: none; transition: none; }
  .hero--cover .hero__display .line > span,
  .hero--cover .hero__portrait img { transform: none; }
}

/* ---- dark masthead on home (header over dark hero) ---- */
body[data-dark-hero] .site-header:not(.scrolled) {
  background: var(--ink);
  border-bottom-color: transparent;
  box-shadow: none;
}
body[data-dark-hero] .site-header:not(.scrolled) .brand__name { color: #f4ebe0; }
body[data-dark-hero] .site-header:not(.scrolled) .brand__name span { color: var(--clay-300); }
body[data-dark-hero] .site-header:not(.scrolled) .nav a { color: rgba(244,235,224,.8); }
body[data-dark-hero] .site-header:not(.scrolled) .nav a:hover,
body[data-dark-hero] .site-header:not(.scrolled) .nav a.active { color: #fff; }
body[data-dark-hero] .site-header:not(.scrolled) .nav a.active::after { background: var(--clay-300); }
body[data-dark-hero] .site-header:not(.scrolled) .nav-toggle { background: rgba(244,235,224,.06); border-color: rgba(244,235,224,.3); }
body[data-dark-hero] .site-header:not(.scrolled) .nav-toggle span,
body[data-dark-hero] .site-header:not(.scrolled) .nav-toggle span::before,
body[data-dark-hero] .site-header:not(.scrolled) .nav-toggle span::after { background: #f4ebe0; }

/* ============================================================
   SUBPAGE DARK HERO  +  ENRICHED TREATMENT DETAILS
   ============================================================ */
.subhero {
  position: relative;
  background: radial-gradient(125% 130% at 88% -25%, #43301f 0%, #2a1d13 55%, #221710 100%);
  color: #f4ebe0;
  padding: clamp(40px, 6vw, 84px) 0 clamp(40px, 5vw, 66px);
  overflow: hidden;
}
.subhero .crumbs { color: rgba(244,235,224,.55); margin-bottom: 1.5rem; display: flex; gap: .5rem; align-items: center; font-size: .88rem; }
.subhero .crumbs a { color: rgba(244,235,224,.78); }
.subhero .crumbs a:hover { color: #fff; }
.subhero__kicker { font-family: var(--sans); font-size: .72rem; letter-spacing: .26em; text-transform: uppercase; color: var(--clay-300); display: block; margin-bottom: 1.2rem; }
.subhero h1 { color: #f8f0e6; font-size: clamp(2.6rem, 6vw, 4.8rem); line-height: .98; letter-spacing: -.022em; max-width: 17ch; }
.subhero h1 em { font-style: italic; color: var(--clay-300); }
.subhero__lead { color: #dccbbb; font-size: clamp(1.05rem, 1.45vw, 1.26rem); line-height: 1.55; max-width: 58ch; margin-top: 1.4rem; }
.subhero__meta {
  display: flex; flex-wrap: wrap; gap: .5rem 2.4rem;
  margin-top: 2.2rem; padding-top: 1.5rem;
  border-top: 1px solid rgba(244,235,224,.16);
  font-family: var(--serif); font-style: italic;
  color: rgba(244,235,224,.72); font-size: 1.05rem;
}
.subhero__meta span { position: relative; white-space: nowrap; }
.subhero__meta span:not(:last-child)::after { content: '·'; position: absolute; right: -1.35rem; color: var(--clay-300); font-style: normal; }

/* photo media → framed editorial plate with index + caption */
.detail__media { position: relative; }
.detail__frame { position: relative; overflow: hidden; border-radius: var(--r-lg); box-shadow: var(--shadow-md); background: var(--sand); }
.detail__frame img { width: 100%; aspect-ratio: 4/3.4; object-fit: cover; display: block; filter: contrast(1.03) saturate(.96) sepia(.05); border-radius: 0; }
.detail__frame::before { content: ''; position: absolute; inset: 8px; border: 1px solid rgba(255,255,255,.32); z-index: 2; pointer-events: none; border-radius: calc(var(--r-lg) - 6px); }
.detail__frame figcaption { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 2.2rem 1.4rem 1.1rem; background: linear-gradient(transparent, rgba(20,13,8,.72)); color: #f4ebe0; font-family: var(--serif); font-style: italic; font-size: 1.05rem; }
.detail__index {
  position: absolute; z-index: 3; top: 18px; left: 18px;
  min-width: 50px; height: 50px; padding: 0 .55rem;
  border-radius: 100px; background: var(--clay); color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--serif); font-size: 1.3rem; box-shadow: var(--shadow-md);
}

/* visual plate (no photo) — upgraded dark editorial plate */
.detail__visual {
  position: relative; width: 100%; aspect-ratio: 4/3.4;
  border-radius: var(--r-lg); overflow: hidden;
  background: radial-gradient(120% 120% at 78% 12%, #3a2619, #241710);
  display: grid; place-items: center; box-shadow: var(--shadow-md);
}
.detail__visual::after { display: none; }
.detail__visual::before { content: ''; position: absolute; inset: 8px; border: 1px solid rgba(244,235,224,.2); border-radius: calc(var(--r-lg) - 6px); z-index: 1; }
.detail__visual .plate-no {
  position: static;
  font-family: var(--serif);
  font-size: clamp(5rem, 13vw, 9rem);
  line-height: 1;
  color: var(--clay-300);
  opacity: .92;
  z-index: 2;
  text-align: center;
}
.detail__visual .plate-no::after {
  content: '';
  display: block;
  width: 48px; height: 1px;
  background: rgba(233,198,173,.55);
  margin: 1.2rem auto 0;
}
.detail__visual svg { display: none; }
.detail__visual .vtag { position: absolute; left: 24px; right: 24px; bottom: 20px; font-family: var(--serif); font-style: italic; font-size: 1.1rem; color: rgba(244,235,224,.84); z-index: 2; }

/* enriched body */
.detail__body .num { display: block; }
.detail__meta { display: flex; flex-wrap: wrap; gap: .5rem 1.6rem; margin: .2rem 0 1.3rem; font-size: .9rem; color: var(--ink-3); }
.detail__meta span { display: inline-flex; align-items: center; gap: .45em; white-space: nowrap; }
.detail__meta svg { width: 16px; height: 16px; color: var(--clay); flex: none; }
.detail__cta { margin-top: 1.6rem; }
.detail__cta button { background: none; border: none; padding: 0; cursor: pointer; font: inherit; white-space: nowrap; }
