/* ==========================================================================
   Schoonheidssalon Touch of Nature
   Bron van het uiterlijk: het paars uit het logo (#83389B), het groen van de
   Maria Akerberg-productfoto's en de rust die de salon uitstraalt. Het
   signatuurelement is het takje: een blad met een steel, terug te zien in het
   favicon, tussen de secties en bij de kopjes.
   Wordt door build.py gekopieerd naar site/css/styles.css.
   ========================================================================== */

@font-face {
  font-family: "Cormorant";
  src: url("/assets/fonts/cormorant-var-latin.woff2") format("woff2");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mulish";
  src: url("/assets/fonts/mulish-var-latin.woff2") format("woff2");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}

:root {
  /* Kleur */
  --plum-900: #331539;
  --plum-800: #4a1f54;
  --plum-700: #5f2a6d;
  --plum-600: #74318a;
  --plum-500: #83389b;
  --plum-300: #b587c4;
  --plum-100: #f3eaf6;
  --plum-050: #faf5fb;

  --sage-700: #4f6349;
  --sage-600: #6f8467;
  --sage-100: #e7ede3;

  --linen: #fbf8f5;
  --paper: #ffffff;
  --ink: #2f2733;
  --muted: #6b6172;
  --line: #ece2ee;
  --line-soft: #f3ecf4;

  --shadow-sm: 0 1px 2px rgba(51, 21, 57, 0.05);
  --shadow: 0 10px 30px -18px rgba(51, 21, 57, 0.4);
  --shadow-lg: 0 30px 60px -30px rgba(51, 21, 57, 0.45);

  /* Ruimte en vorm */
  --wrap: 1140px;
  --narrow: 760px;
  --pad: clamp(1.25rem, 4vw, 2.5rem);
  --gap: clamp(1.5rem, 3vw, 2.5rem);
  --sec: clamp(3.5rem, 7vw, 6rem);
  --r-sm: 10px;
  --r: 16px;
  --r-lg: 24px;
  --arch: 46% 46% 14px 14px / 26% 26% 3% 3%;

  /* Type */
  --serif: "Cormorant", "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: "Mulish", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
}

/* --------------------------------------------------------------------- base */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background: var(--linen);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.72;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
}

img,
picture,
svg {
  max-width: 100%;
}
img {
  height: auto;
  display: block;
}

h1,
h2,
h3,
h4 {
  font-family: var(--serif);
  font-weight: 600;
  color: var(--plum-900);
  line-height: 1.14;
  letter-spacing: -0.005em;
  margin: 0 0 0.5em;
}

h1 {
  font-size: clamp(2.35rem, 5.4vw, 3.65rem);
  letter-spacing: -0.015em;
}
h2 {
  font-size: clamp(1.75rem, 3.4vw, 2.4rem);
}
h3 {
  font-size: clamp(1.2rem, 2.1vw, 1.42rem);
  line-height: 1.28;
}

p {
  margin: 0 0 1.1em;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: var(--plum-600);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
a:hover {
  color: var(--plum-800);
}

:focus-visible {
  outline: 3px solid var(--plum-500);
  outline-offset: 3px;
  border-radius: 4px;
}

.skip {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 200;
  background: var(--plum-700);
  color: #fff;
  padding: 0.75rem 1.2rem;
  border-radius: 0 0 var(--r-sm) 0;
  text-decoration: none;
}
.skip:focus {
  left: 0;
  color: #fff;
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* --------------------------------------------------------------------- layout */
.wrap {
  width: min(100% - 2 * var(--pad), var(--wrap));
  margin-inline: auto;
}
.wrap.narrow {
  width: min(100% - 2 * var(--pad), var(--narrow));
}
.center {
  text-align: center;
}
.center .hero-actions,
.center-actions {
  justify-content: center;
}
.mt {
  margin-top: 2.5rem;
}

.section {
  padding-block: var(--sec);
}
.section-alt {
  background: var(--plum-050);
  border-block: 1px solid var(--line-soft);
}

.section-title {
  margin-bottom: 0.7em;
}
.section-title.center {
  text-align: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--sans);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sage-700);
  margin: 0 0 0.9rem;
}
.eyebrow.center {
  display: flex;
  justify-content: center;
}
.eyebrow svg {
  width: 1.05em;
  height: 1.05em;
  color: var(--plum-500);
}

.lead {
  font-size: clamp(1.08rem, 1.8vw, 1.24rem);
  line-height: 1.62;
  color: #4d4351;
}

.small {
  font-size: 0.94rem;
  color: var(--muted);
}

.np {
  font-style: normal;
}

/* --------------------------------------------------------------------- takje */
.sprig {
  display: block;
  width: 118px;
  height: 24px;
  margin: 0 auto 1.4rem;
  fill: none;
  stroke: var(--sage-600);
  stroke-width: 1.1;
  stroke-linecap: round;
  opacity: 0.85;
}
.divider {
  padding-block: 0.5rem;
}
.divider .sprig {
  margin-bottom: 0;
}

/* --------------------------------------------------------------------- buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.82rem 1.5rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: var(--sans);
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.18s ease, background-color 0.18s ease,
    border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease;
}
.btn svg {
  width: 1.15em;
  height: 1.15em;
  flex: none;
}
.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--plum-600);
  color: #fff;
  box-shadow: var(--shadow);
}
.btn-primary:hover {
  background: var(--plum-700);
  color: #fff;
}

.btn-outline {
  border-color: var(--plum-300);
  color: var(--plum-700);
  background: rgba(255, 255, 255, 0.7);
}
.btn-outline:hover {
  border-color: var(--plum-500);
  background: #fff;
  color: var(--plum-800);
}

.btn-ghost {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}
.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.8);
}

.btn-lg {
  padding: 1rem 1.9rem;
  font-size: 1.03rem;
}
.btn-sm {
  padding: 0.6rem 1.05rem;
  font-size: 0.9rem;
}

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 700;
  font-size: 0.97rem;
  text-decoration: none;
  color: var(--plum-600);
}
.link-arrow svg {
  width: 1.1em;
  height: 1.1em;
  transition: transform 0.18s ease;
}
.link-arrow:hover {
  text-decoration: underline;
}
.link-arrow:hover svg {
  transform: translateX(3px);
}

/* --------------------------------------------------------------------- header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(251, 248, 245, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.site-header.is-scrolled {
  border-bottom-color: var(--line);
  box-shadow: var(--shadow-sm);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 74px;
  padding-block: 0.6rem;
}
.brand img {
  width: 190px;
  height: auto;
}
.brand {
  display: inline-flex;
  flex: none;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(0.6rem, 1.6vw, 1.6rem);
}
.site-nav ul {
  display: flex;
  align-items: center;
  gap: clamp(0.5rem, 1.5vw, 1.35rem);
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-nav a {
  display: inline-block;
  padding: 0.4rem 0.15rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 2px solid transparent;
}
.site-nav a:hover {
  color: var(--plum-700);
  border-bottom-color: var(--plum-300);
}
.site-nav a[aria-current="page"] {
  color: var(--plum-700);
  border-bottom-color: var(--plum-500);
}
.nav-cta {
  border-bottom: 0 !important;
  color: #fff !important;
}
.nav-cta:hover {
  color: #fff !important;
}

.nav-toggle {
  display: none;
  align-items: center;
  gap: 0.55rem;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.5rem 0.95rem;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--plum-800);
  cursor: pointer;
}
.nav-toggle-bars,
.nav-toggle-bars::before,
.nav-toggle-bars::after {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  content: "";
}
.nav-toggle-bars {
  position: relative;
}
.nav-toggle-bars::before {
  position: absolute;
  top: -6px;
}
.nav-toggle-bars::after {
  position: absolute;
  top: 6px;
}

/* --------------------------------------------------------------------- hero */
.hero {
  position: relative;
  padding-block: clamp(2.5rem, 5vw, 4.5rem) clamp(3rem, 6vw, 5rem);
  background: radial-gradient(
      120% 90% at 88% 6%,
      var(--plum-100) 0%,
      rgba(243, 234, 246, 0) 58%
    ),
    radial-gradient(
      80% 70% at 2% 96%,
      var(--sage-100) 0%,
      rgba(231, 237, 227, 0) 60%
    );
}
.hero-inner {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
.hero-copy h1 {
  margin-bottom: 0.55em;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.9rem;
}
.hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.35rem;
  list-style: none;
  margin: 1.9rem 0 0;
  padding: 0;
  font-size: 0.93rem;
  color: var(--muted);
}
.hero-chips li {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}
.hero-chips svg {
  width: 1.05em;
  height: 1.05em;
  color: var(--sage-600);
  flex: none;
}

.hero-media {
  position: relative;
}
.hero-img {
  box-shadow: var(--shadow-lg);
}
.hero-badge {
  position: absolute;
  left: -1.25rem;
  bottom: 1.75rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  max-width: 15.5rem;
  padding: 0.85rem 1.15rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r);
  box-shadow: var(--shadow);
  font-size: 0.86rem;
  line-height: 1.35;
  color: var(--muted);
}
.hero-badge-num {
  font-family: var(--serif);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  color: var(--plum-500);
}

/* De boog: het signatuurvorm voor beeld, een rustige spa-vorm. */
.arch {
  border-radius: var(--arch);
  overflow: hidden;
  background: var(--plum-100);
}
.arch img {
  width: 100%;
  object-fit: cover;
}

/* --------------------------------------------------------------------- notice */
.notice {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  margin-block: 0 0;
  padding: 1.1rem 1.3rem;
  background: var(--sage-100);
  border: 1px solid #d5e0cf;
  border-radius: var(--r);
  color: #40503b;
  font-size: 0.97rem;
}
.notice svg {
  width: 1.35rem;
  height: 1.35rem;
  flex: none;
  margin-top: 0.15rem;
  color: var(--sage-700);
}
.notice p {
  margin: 0;
}

/* --------------------------------------------------------------------- intro */
.section-intro .signature {
  font-family: var(--serif);
  font-size: 1.5rem;
  color: var(--plum-700);
  margin-top: 2rem;
  line-height: 1.3;
}
.section-intro .signature span {
  display: block;
  font-family: var(--sans);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 0.35rem;
}
.signature {
  font-family: var(--serif);
  font-size: 1.45rem;
  color: var(--plum-700);
  margin-top: 2rem;
}
.signature span {
  display: block;
  font-family: var(--sans);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 0.35rem;
}
.section-intro .link-arrow {
  margin-top: 1.25rem;
}

/* --------------------------------------------------------------------- cards */
.section-head {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: var(--gap);
  align-items: end;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}
.section-head .section-title {
  margin-bottom: 0;
}
.section-intro {
  color: var(--muted);
  margin: 0;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(305px, 1fr));
  gap: clamp(1.25rem, 2.5vw, 2rem);
}
.card {
  display: flex;
  flex-direction: column;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.card:hover {
  transform: translateY(-3px);
  border-color: var(--plum-300);
  box-shadow: var(--shadow);
}
.card-media {
  height: 208px;
  border-radius: 0;
  background: var(--plum-050);
}
.card-media img {
  height: 100%;
  object-fit: cover;
}
.card-media-icon {
  display: grid;
  place-items: center;
  background: linear-gradient(150deg, var(--plum-100), var(--sage-100));
}
.card-media-icon svg {
  width: 56px;
  height: 56px;
  stroke-width: 1.1;
  color: var(--plum-500);
}
.card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.5rem 1.55rem 1.65rem;
}
.card-body h3 {
  margin-bottom: 0.45em;
}
.card-body h3 a {
  text-decoration: none;
  color: inherit;
}
.card:hover .card-body h3 a {
  color: var(--plum-700);
}
.card-body p {
  color: var(--muted);
  font-size: 0.97rem;
}
.card-meta {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0.9rem 0 1.2rem;
  font-size: 0.9rem;
  color: var(--muted);
}
.card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: auto;
  font-size: 0.94rem;
  font-weight: 700;
  color: var(--plum-600);
}
.card-link svg {
  width: 1.1em;
  height: 1.1em;
  transition: transform 0.18s ease;
}
.card:hover .card-link svg {
  transform: translateX(3px);
}

.price {
  font-family: var(--serif);
  font-size: 1.22rem;
  font-weight: 600;
  color: var(--plum-700);
}
.dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--plum-300);
  flex: none;
}
.price-line {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 1.2rem;
  color: var(--muted);
  font-size: 0.95rem;
}

/* --------------------------------------------------------------------- pillars */
.pillars {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
  gap: clamp(1.5rem, 3vw, 2.5rem);
  list-style: none;
  margin: clamp(2rem, 4vw, 3rem) 0 0;
  padding: 0;
}
.pillar h3 {
  margin-bottom: 0.4em;
}
.pillar p {
  color: var(--muted);
  font-size: 0.97rem;
}
.pillar-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 1.1rem;
  border-radius: 50% 50% 50% 12px;
  background: var(--plum-100);
  color: var(--plum-600);
  flex: none;
}
.pillar-icon svg {
  width: 26px;
  height: 26px;
}
.small-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 0;
}
.small-icon svg {
  width: 21px;
  height: 21px;
}

/* --------------------------------------------------------------------- split */
.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.split-media {
  box-shadow: var(--shadow);
}
.wide-media {
  margin-top: 2.5rem;
  border-radius: var(--r-lg);
}

.ticks {
  list-style: none;
  margin: 1.4rem 0 1.8rem;
  padding: 0;
  display: grid;
  gap: 0.6rem;
}
.ticks.two-col {
  grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
  column-gap: 1.6rem;
}
.ticks.compact {
  gap: 0.42rem;
  margin: 0.9rem 0 0;
  font-size: 0.97rem;
}
.ticks li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
}
.ticks svg {
  width: 1.15em;
  height: 1.15em;
  flex: none;
  margin-top: 0.32em;
  color: var(--sage-600);
  stroke-width: 2;
}

/* --------------------------------------------------------------------- tabel */
.table-wrap {
  overflow-x: auto;
  margin: 1.5rem 0 1.75rem;
  border: 1px solid var(--line);
  border-radius: var(--r);
  background: var(--paper);
}
.tarieven {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.98rem;
}
.tarieven thead th {
  padding: 0.9rem 1.2rem;
  text-align: left;
  font-family: var(--sans);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sage-700);
  background: var(--plum-050);
  border-bottom: 1px solid var(--line);
}
.tarieven th[scope="row"] {
  font-weight: 600;
  color: var(--ink);
  text-align: left;
}
.tarieven td,
.tarieven th {
  padding: 0.82rem 1.2rem;
  border-bottom: 1px solid var(--line-soft);
  vertical-align: top;
}
.tarieven tbody tr:last-child td,
.tarieven tbody tr:last-child th {
  border-bottom: 0;
}
.tarieven td {
  color: var(--muted);
}
.tarieven .prijs {
  text-align: right;
  white-space: nowrap;
  font-weight: 700;
  color: var(--plum-700);
}
.hours-table th[scope="row"] {
  width: 45%;
}

.tarief-groep {
  margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
}

/* --------------------------------------------------------------------- pagina-hero */
.page-hero {
  padding-block: clamp(2rem, 4vw, 3.25rem) clamp(2.25rem, 4vw, 3.5rem);
  background: linear-gradient(180deg, var(--plum-050), var(--linen));
  border-bottom: 1px solid var(--line-soft);
}
.page-hero-split .page-hero-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.page-hero-media {
  box-shadow: var(--shadow);
}
.page-hero-media img {
  width: 100%;
}

.crumbs {
  padding-top: 1.1rem;
  font-size: 0.86rem;
  color: var(--muted);
}
.crumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.crumbs li + li::before {
  content: "/";
  margin-right: 0.4rem;
  color: var(--plum-300);
}
.crumbs a {
  color: var(--muted);
}

/* --------------------------------------------------------------------- treatments */
.treatments {
  display: grid;
  gap: 1.25rem;
  margin-top: 2rem;
}
.treatment {
  padding: 1.6rem 1.7rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
}
.treatment-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem 1rem;
  margin-bottom: 0.5rem;
}
.treatment-head h3 {
  margin: 0;
}
.treatment > p {
  color: var(--muted);
}

.callout {
  display: flex;
  gap: 1.1rem;
  margin: 2rem 0;
  padding: 1.5rem 1.6rem;
  background: var(--plum-050);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
}
.callout h2,
.callout h3 {
  font-size: 1.2rem;
  margin-bottom: 0.5em;
}
.callout p {
  color: var(--muted);
  font-size: 0.98rem;
}
.callout .pillar-icon {
  margin-bottom: 0;
}
.callout-warn {
  background: #fdf6f2;
  border-color: #f0dfd4;
}
.callout-warn .pillar-icon {
  background: #f6e6da;
  color: #a05a2c;
}
/* In een waarschuwingsblok staan opsommingen van wat juist NIET kan. Een vinkje
   leest daar verkeerd, dus wordt het een neutraal bolletje. */
.callout-warn .ticks svg {
  display: none;
}
.callout-warn .ticks li::before {
  content: "";
  width: 5px;
  height: 5px;
  flex: none;
  margin-top: 0.72em;
  border-radius: 50%;
  background: #b06a38;
}

.steps {
  list-style: none;
  counter-reset: step;
  margin: 1.75rem 0 2rem;
  padding: 0;
  display: grid;
  gap: 1.15rem;
}
.step {
  display: flex;
  gap: 1.1rem;
  padding: 1.35rem 1.5rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
}
.step-num {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  flex: none;
  border-radius: 50%;
  background: var(--plum-600);
  color: #fff;
  font-family: var(--serif);
  font-size: 1.28rem;
  font-weight: 600;
}
.step h2,
.step h3 {
  font-size: 1.18rem;
  margin-bottom: 0.35em;
}
.step p {
  color: var(--muted);
  font-size: 0.98rem;
}

.other-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 0.9rem;
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
}
.other-list a {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 0.85rem 1.1rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r);
  text-decoration: none;
  color: var(--ink);
  transition: border-color 0.18s ease, transform 0.18s ease;
}
.other-list a:hover {
  border-color: var(--plum-300);
  transform: translateY(-2px);
}
.other-list strong {
  display: block;
  font-size: 0.98rem;
  font-weight: 700;
}
.other-list em {
  font-style: normal;
  font-size: 0.87rem;
  color: var(--muted);
}

/* --------------------------------------------------------------------- practical */
.practical-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
  gap: clamp(1.25rem, 2.5vw, 2rem);
  margin-top: clamp(2rem, 4vw, 3rem);
}
.practical-card {
  padding: 1.75rem 1.75rem 1.85rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
}
.practical-card h3 {
  margin-bottom: 0.35em;
}
.practical-card .np {
  font-weight: 700;
  color: var(--plum-800);
  margin-bottom: 0.7em;
}
.practical-card .link-arrow {
  margin-top: 0.5rem;
}

/* --------------------------------------------------------------------- faq */
.section-faq {
  background: var(--plum-050);
  border-block: 1px solid var(--line-soft);
}
.faq {
  margin-top: 2rem;
  border-top: 1px solid var(--line);
}
.faq-item {
  border-bottom: 1px solid var(--line);
}
.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 0;
  cursor: pointer;
  list-style: none;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item summary h3 {
  margin: 0;
  font-size: 1.14rem;
}
.faq-item summary::after {
  content: "";
  width: 11px;
  height: 11px;
  flex: none;
  border-right: 2px solid var(--plum-500);
  border-bottom: 2px solid var(--plum-500);
  transform: rotate(45deg) translate(-2px, -2px);
  transition: transform 0.2s ease;
}
.faq-item[open] summary::after {
  transform: rotate(-135deg) translate(-2px, -2px);
}
.faq-answer {
  padding-bottom: 1.3rem;
}
.faq-answer p {
  color: var(--muted);
  max-width: 62ch;
}

/* --------------------------------------------------------------------- news */
.news-item {
  padding: 1.75rem 1.85rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  margin-bottom: 1.25rem;
}
.news-item-current {
  border-color: #d5e0cf;
  background: var(--sage-100);
}
.news-item h2,
.news-item h3 {
  margin-bottom: 0.5em;
}
.news-label {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--sage-700);
  margin-bottom: 0.7rem;
}
.news-label svg {
  width: 1.1em;
  height: 1.1em;
}
.news-item p {
  color: #4b4351;
}

/* --------------------------------------------------------------------- contact */
.contact-actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
  gap: 0.9rem;
  margin-top: 2rem;
}
.contact-action {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1rem 1.2rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r);
  text-decoration: none;
  color: var(--ink);
  transition: border-color 0.18s ease, transform 0.18s ease,
    box-shadow 0.18s ease;
}
.contact-action:hover {
  border-color: var(--plum-300);
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}
.contact-action .pillar-icon {
  margin-bottom: 0;
  width: 44px;
  height: 44px;
}
.contact-action .pillar-icon svg {
  width: 22px;
  height: 22px;
}
.contact-action strong {
  display: block;
  font-size: 0.97rem;
}
.contact-action em {
  font-style: normal;
  font-size: 0.9rem;
  color: var(--muted);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}
.contact-address {
  font-style: normal;
  font-size: 1.05rem;
  line-height: 1.85;
  margin-bottom: 1.5rem;
}

/* De kaart houdt een gewone rechthoek: de boogvorm zou het adreskaartje
   linksboven in de kaart wegsnijden. */
.map-link {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow);
  text-decoration: none;
}
.map-link img {
  width: 100%;
  object-fit: cover;
}
.map-link span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.85rem 1rem;
  background: var(--paper);
  font-size: 0.94rem;
  font-weight: 700;
  color: var(--plum-700);
}
.map-link span svg {
  width: 1.1em;
  height: 1.1em;
}
.map-link:hover span {
  background: var(--plum-050);
}

.prose h2 {
  margin-top: 2.2rem;
}
.prose h2:first-child {
  margin-top: 0;
}

/* --------------------------------------------------------------------- cta */
.cta-band {
  background: linear-gradient(135deg, var(--plum-800), var(--plum-600));
  color: #fff;
  padding-block: clamp(3rem, 6vw, 4.5rem);
}
.cta-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: clamp(1.75rem, 4vw, 3.5rem);
  align-items: center;
}
.cta-band h2 {
  color: #fff;
  margin-bottom: 0.4em;
}
.cta-band p {
  color: rgba(255, 255, 255, 0.85);
  max-width: 48ch;
  margin: 0;
}
.cta-actions {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  min-width: 250px;
}
.cta-actions .btn-primary {
  background: #fff;
  color: var(--plum-800);
}
.cta-actions .btn-primary:hover {
  background: var(--plum-100);
  color: var(--plum-900);
}

/* --------------------------------------------------------------------- footer */
.site-footer {
  background: var(--plum-900);
  color: rgba(255, 255, 255, 0.78);
  padding-top: clamp(3rem, 6vw, 4.5rem);
  font-size: 0.96rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 0.9fr 1fr;
  gap: clamp(1.75rem, 3.5vw, 3rem);
  padding-bottom: 2.5rem;
}
.footer-brand img {
  width: 200px;
  margin-bottom: 1.2rem;
  filter: brightness(0) invert(1);
  opacity: 0.92;
}
.footer-note {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.62);
  margin-bottom: 1rem;
}
.footer-note strong {
  color: rgba(255, 255, 255, 0.9);
}
.footer-h {
  font-family: var(--sans);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 1rem;
}
.site-footer address {
  font-style: normal;
  line-height: 1.85;
}
.site-footer a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
}
.site-footer a:hover {
  color: #fff;
  text-decoration: underline;
}
.hours {
  margin: 0;
}
.hours > div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.28rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.hours dt {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
}
.hours dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  text-align: right;
}
.footer-links {
  list-style: none;
  margin: 0 0 1.2rem;
  padding: 0;
  display: grid;
  gap: 0.4rem;
}
.footer-notice {
  display: flex;
  padding: 1.2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.footer-notice p {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  margin: 0;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.62);
}
.footer-notice svg {
  width: 1.2rem;
  height: 1.2rem;
  flex: none;
  margin-top: 0.15rem;
  color: var(--plum-300);
}
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem 1.5rem;
  padding: 1.2rem 0 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.5);
}
.footer-bottom p {
  margin: 0;
}
.center-list {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.5rem;
  margin-top: 2rem;
}
.center-list a {
  color: var(--plum-600);
}

/* --------------------------------------------------------------------- mobiele balk */
.mobile-bar {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 120;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(8px);
  border-top: 1px solid var(--line);
  box-shadow: 0 -6px 24px -14px rgba(51, 21, 57, 0.5);
  padding-bottom: env(safe-area-inset-bottom);
}
.mobile-bar a {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
  padding: 0.6rem 0.3rem 0.65rem;
  font-size: 0.74rem;
  font-weight: 700;
  color: var(--plum-800);
  text-decoration: none;
}
.mobile-bar svg {
  width: 21px;
  height: 21px;
  color: var(--plum-600);
}

/* --------------------------------------------------------------------- responsive */
@media (max-width: 1000px) {
  .hero-inner,
  .split,
  .section-head,
  .contact-grid,
  .page-hero-split .page-hero-inner {
    grid-template-columns: 1fr;
  }
  .section-head {
    align-items: start;
  }
  /* Gestapeld staat de tekst boven het beeld: de bezoeker moet eerst lezen
     waar de salon voor is en hoe hij een afspraak maakt, niet eerst scrollen
     langs een foto. */
  .hero-media {
    max-width: 460px;
    margin-block-start: 2.5rem;
    margin-inline: auto;
  }
  .hero-badge {
    left: 0;
  }
  .split-media {
    max-width: 520px;
  }
  .page-hero-media {
    max-width: 440px;
  }
  .cta-inner {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 820px) {
  .nav-toggle {
    display: inline-flex;
  }
  .site-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0.75rem var(--pad) 1.25rem;
    background: var(--linen);
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
  }
  body.nav-open .site-nav {
    display: flex;
  }
  .site-nav ul {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .site-nav ul a {
    display: block;
    padding: 0.8rem 0;
    border-bottom: 1px solid var(--line-soft);
  }
  .site-nav a[aria-current="page"] {
    border-bottom-color: var(--line-soft);
  }
  .nav-cta {
    margin-top: 1rem;
    justify-content: center;
  }
  .site-header .header-inner {
    position: relative;
  }
  .mobile-bar {
    display: flex;
  }
  body {
    padding-bottom: 66px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .brand img {
    width: 158px;
  }
  .hero-badge {
    position: static;
    max-width: none;
    margin-top: 1rem;
  }
}

@media (max-width: 520px) {
  .btn {
    width: 100%;
  }
  .hero-actions .btn,
  .cta-actions .btn {
    width: 100%;
  }
  .card-media {
    height: 178px;
  }
  .treatment,
  .step,
  .callout,
  .practical-card,
  .news-item {
    padding: 1.25rem 1.2rem;
  }
  .callout {
    flex-direction: column;
    gap: 0.8rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  .site-header,
  .mobile-bar,
  .cta-band,
  .nav-toggle {
    display: none !important;
  }
  body {
    background: #fff;
    padding-bottom: 0;
  }
}
