:root {
  --bg: #0d0f12;
  --bg-soft: #15181d;
  --surface: rgba(19, 23, 29, 0.92);
  --surface-strong: #171b21;
  --surface-2: #11151a;
  --text: #f3ead8;
  --muted: #bcae94;
  --primary: #c7a15a;
  --primary-dark: #a88443;
  --accent: #0f5b52;
  --accent-soft: rgba(15, 91, 82, 0.18);
  --border: rgba(199, 161, 90, 0.22);
  --shadow: 0 28px 60px rgba(0, 0, 0, 0.34);
  --shadow-soft: 0 16px 34px rgba(0, 0, 0, 0.22);
  --hero-min-height: 430px;
  --hero-padding: 56px 0 54px;
  --hero-grid-min-height: 290px;
}

* { box-sizing: border-box }
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background:
    radial-gradient(circle at top left, rgba(199, 161, 90, .08), transparent 24%),
    radial-gradient(circle at right center, rgba(15, 91, 82, .10), transparent 30%),
    linear-gradient(180deg, #0b0d10, #12161b 40%, #0c0f13);
  color: var(--text);
  line-height: 1.6;
}
h1, h2, h3, h4 { font-family: 'Cormorant Garamond', serif; line-height: 1.1; margin: 0 0 16px }
a { text-decoration: none; color: inherit }
img { max-width: 100%; display: block }

.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto }
.site-header {
  position: sticky;
  top: 0;
  background: rgba(10, 12, 15, .84);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--border);
  z-index: 20;
}
.site-header-glow {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(199, 161, 90, .08), rgba(15, 91, 82, .08));
  pointer-events: none;
}
.nav-wrap { position: relative; display: flex; align-items: center; gap: 28px; width: 100%; padding: 18px 34px 18px 22px }
.brand { display: flex; align-items: center; gap: 12px }
.brand strong { display: block; font-size: 30px; letter-spacing: .08em }
.brand small { display: block; color: var(--muted); text-transform: uppercase; font-size: 12px; letter-spacing: .22em }
.brand-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  font-size: 24px;
  color: #11151a;
  background: linear-gradient(135deg, #f0d39a, var(--primary));
  box-shadow: 0 14px 28px rgba(199, 161, 90, .25);
}
.main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex: 1;
  width: 100%;
  margin-left: auto;
}
.nav-toggle {
  display: none;
  position: relative;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(191, 136, 146, .18);
  border-radius: 16px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 10px 24px rgba(165, 129, 122, .08);
  cursor: pointer;
}
.nav-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: #7d4f58;
  border-radius: 999px;
  transition: .2s ease;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.nav-link {
  position: relative;
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--muted);
  font-weight: 600;
  transition: .2s;
}
.nav-link:hover {
  color: var(--text);
  background: rgba(199, 161, 90, .10);
}
.nav-current {
  color: #11151a;
  background: linear-gradient(135deg, #efd295, var(--primary));
  box-shadow: 0 12px 24px rgba(199, 161, 90, .22);
}
.nav-book { margin-left: 6px }

.btn { display: inline-flex; align-items: center; justify-content: center; padding: 12px 22px; border-radius: 999px; border: 1px solid var(--primary); font-weight: 700; transition: .2s }
.btn-primary {
  background: linear-gradient(135deg, #e1c07f, var(--primary));
  color: #101317;
  border-color: rgba(240, 211, 154, .7);
}
.btn-primary:hover { background: linear-gradient(135deg, #f0d39a, #bb9453); border-color: #f0d39a }
.btn-secondary {
  background: rgba(255, 255, 255, .03);
  color: var(--text);
  border-color: rgba(199, 161, 90, .28);
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 16px 28px rgba(0, 0, 0, .25) }

.hero {
  position: relative;
  padding: var(--hero-padding);
  overflow: hidden;
  min-height: var(--hero-min-height);
}
.hero-home {
  background: #0f1114;
}
.hero-media {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1.01);
}
.hero-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(199, 161, 90, .18), transparent 24%),
    radial-gradient(circle at left bottom, rgba(15, 91, 82, .18), transparent 28%);
  z-index: 1;
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 36px;
  align-items: stretch;
  min-height: var(--hero-grid-min-height);
  z-index: 2;
}
.hero-slider {
  display: grid;
  gap: 20px;
  min-height: 0;
  align-content: start;
  height: 100%;
}
.hero-slides {
  position: relative;
  display: grid;
  min-height: 0;
  flex: 1;
}
.hero-slide {
  display: block;
  grid-area: 1 / 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .35s ease, transform .35s ease;
}
.hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.hero-copy { max-width: 680px }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 10px 16px;
  color: #f6e1b7;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 11px;
  background: rgba(199, 161, 90, .12);
  border: 1px solid rgba(199, 161, 90, .26);
  border-radius: 999px;
}
.hero h1 {
  font-size: clamp(42px, 5.3vw, 72px);
  color: #fff5dd;
  text-shadow: 0 14px 44px rgba(0, 0, 0, .34);
  max-width: 11ch;
  line-height: .95;
}
.hero p {
  font-size: 17px;
  max-width: 620px;
  color: rgba(243, 234, 216, .88);
  margin-bottom: 0;
}
.hero-actions { display: flex; gap: 14px; margin: 24px 0 18px; flex-wrap: wrap }
.usp-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  color: rgba(243, 234, 216, .86);
  font-size: 13px;
}
.usp-row span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(199, 161, 90, .18);
}

.hero-card,
.content-box,
.service-card,
.review-card,
.list-card,
.form-panel,
.booking-summary,
.gallery-item,
.feature-card {
  background: linear-gradient(180deg, rgba(22, 27, 33, .96), rgba(17, 21, 26, .94));
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  border-radius: 28px;
}

.booking-preview {
  padding: 30px;
  background:
    linear-gradient(180deg, rgba(23, 28, 34, .96), rgba(15, 18, 23, .96)),
    radial-gradient(circle at top right, rgba(199, 161, 90, .14), transparent 35%);
}
.booking-preview-head {
  margin-bottom: 18px;
}
.booking-preview-kicker {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(199, 161, 90, .10);
  border: 1px solid rgba(199, 161, 90, .18);
  color: #f3d59a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.booking-preview-head h2 {
  margin-bottom: 8px;
}
.booking-preview-head p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}
.booking-preview-steps {
  display: grid;
  gap: 12px;
}
.booking-step-card {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: start;
  padding: 14px 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(199, 161, 90, .14);
}
.booking-step-number {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, #efd295, var(--primary));
  color: #12161a;
  font-weight: 800;
  font-size: 18px;
  box-shadow: 0 10px 22px rgba(199, 161, 90, .18);
}
.booking-step-card strong {
  display: block;
  margin-bottom: 4px;
  color: #fff1d3;
  font-size: 16px;
}
.booking-step-card p {
  margin: 0;
  color: rgba(243, 234, 216, .76);
  font-size: 14px;
  line-height: 1.5;
}
.hero-note {
  margin-top: 18px;
  padding: 22px 24px;
  border-radius: 28px;
  background: rgba(9, 11, 14, .62);
  border: 1px solid rgba(199, 161, 90, .16);
  color: #fff0d2;
  box-shadow: var(--shadow);
}
.hero-note p {
  margin: 8px 0 0;
  color: rgba(243, 234, 216, .76);
  font-size: 15px;
}
.hero-stack { display: grid; gap: 18px }
.hero-slider-controls {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
}
.hero-dots {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.hero-dot,
.hero-arrow {
  border: 0;
  cursor: pointer;
}
.hero-dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .28);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .16);
  transition: transform .2s ease, background .2s ease;
}
.hero-dot.is-active {
  background: #f0d39a;
  transform: scale(1.15);
}
.hero-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .10);
  color: #fff3d5;
  border: 1px solid rgba(199, 161, 90, .20);
  font-size: 20px;
  transition: .2s ease;
}
.hero-arrow:hover {
  background: rgba(199, 161, 90, .18);
  transform: translateY(-2px);
}

body.hero-height-compact .hero-grid {
  gap: 22px;
}
body.hero-height-compact .hero-slider {
  gap: 14px;
}
body.hero-height-compact .hero-copy {
  max-width: 560px;
}
body.hero-height-compact .eyebrow {
  margin-bottom: 10px;
  padding: 7px 12px;
  font-size: 10px;
}
body.hero-height-compact .hero h1 {
  font-size: clamp(30px, 3.6vw, 52px);
  max-width: 12ch;
  margin-bottom: 10px;
}
body.hero-height-compact .hero p {
  font-size: 14px;
  max-width: 540px;
}
body.hero-height-compact .hero-actions {
  margin: 16px 0 12px;
  gap: 10px;
}
body.hero-height-compact .hero-actions .btn {
  padding: 10px 18px;
}
body.hero-height-compact .usp-row {
  gap: 8px;
  font-size: 12px;
}
body.hero-height-compact .usp-row span {
  padding: 7px 11px;
}
body.hero-height-compact .hero-stack {
  gap: 12px;
}
body.hero-height-compact .booking-preview {
  padding: 18px;
  border-radius: 22px;
}
body.hero-height-compact .booking-preview-head {
  margin-bottom: 12px;
}
body.hero-height-compact .booking-preview-kicker {
  margin-bottom: 8px;
  padding: 6px 10px;
}
body.hero-height-compact .booking-preview-head h2 {
  margin-bottom: 6px;
  font-size: 36px;
}
body.hero-height-compact .booking-preview-head p {
  font-size: 13px;
}
body.hero-height-compact .booking-preview-steps {
  gap: 8px;
}
body.hero-height-compact .booking-step-card {
  grid-template-columns: 34px 1fr;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 16px;
}
body.hero-height-compact .booking-step-number {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  font-size: 15px;
}
body.hero-height-compact .booking-step-card strong {
  font-size: 14px;
  margin-bottom: 2px;
}
body.hero-height-compact .booking-step-card p {
  font-size: 12px;
  line-height: 1.4;
}
body.hero-height-compact .hero-note {
  margin-top: 10px;
  padding: 16px 18px;
  border-radius: 22px;
}
body.hero-height-compact .hero-note strong {
  font-size: 15px;
}
body.hero-height-compact .hero-note p {
  font-size: 13px;
  margin-top: 5px;
}
body.hero-height-compact .hero-slider-controls {
  gap: 12px;
}
body.hero-height-compact .hero-arrow {
  width: 38px;
  height: 38px;
  font-size: 17px;
}

.section { padding: 56px 0 }
.section + .section { padding-top: 0 }
.section.alt {
  background:
    linear-gradient(180deg, rgba(12, 15, 19, .98), rgba(18, 22, 27, .86)),
    radial-gradient(circle at top left, rgba(15, 91, 82, .10), transparent 30%);
}
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 24px }
.section-head a { color: #f0d39a; font-weight: 700 }
.section-copy,
.page-hero p { max-width: 760px; color: var(--muted) }

.card-grid,
.review-grid,
.gallery-grid,
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px }

.service-card { overflow: hidden }
.service-image,
.placeholder { background: linear-gradient(135deg, #20303a, #10161b); height: 220px }
.service-image img,
.treatment-image img,
.gallery-item img { width: 100%; height: 100%; object-fit: cover }
.placeholder.tall { height: 320px }
.card-body { padding: 20px }
.card-body p { min-height: 66px }
.service-meta,
.list-meta { display: flex; justify-content: space-between; gap: 16px; color: var(--muted); font-size: 14px }

.feature-card {
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(21, 26, 32, .97), rgba(15, 19, 24, .95)),
    radial-gradient(circle at top right, rgba(199, 161, 90, .12), transparent 40%);
}
.feature-card p { margin-bottom: 0; color: var(--muted) }
.feature-card h3 { font-size: 30px }

.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 28px }
.content-box { padding: 30px }
.content-box.large { padding: 36px }

.site-footer {
  position: relative;
  padding: 70px 0;
  background:
    linear-gradient(135deg, #07090b, #10151a 54%, #0c302c);
  color: #fff3d5;
  margin-top: 60px;
  overflow: hidden;
}
.site-footer::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(199, 161, 90, .18), transparent 28%),
    radial-gradient(circle at bottom right, rgba(15, 91, 82, .14), transparent 30%);
  pointer-events: none;
}
.site-footer .container { position: relative }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 24px }
.footer-kicker {
  display: inline-block;
  margin-bottom: 12px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(199, 161, 90, .10);
  border: 1px solid rgba(199, 161, 90, .22);
  color: #f7d8a8;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 11px;
}

.page-hero.small {
  position: relative;
  padding: 54px 0 18px;
  background:
    radial-gradient(circle at top left, rgba(199, 161, 90, .08), transparent 26%),
    linear-gradient(180deg, rgba(10, 12, 15, .96), rgba(16, 20, 25, .88));
}
.page-hero h1 { font-size: 64px; color: #fff0d2 }
.page-hero.small + .section { padding-top: 26px }
.rich-content { color: var(--text) }
.rich-content p:last-child { margin-bottom: 0 }
.rich-content h2,
.rich-content h3,
.rich-content h4 { margin-top: 0; color: #fff1d3 }
.rich-content ul,
.rich-content ol { padding-left: 22px }

.category-title {
  margin-top: 12px;
  color: #f1d296;
  font-size: clamp(34px, 4vw, 48px);
}
.treatment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 48px }
.treatment-grid.rich { grid-template-columns: 1fr; gap: 28px }
.treatment-card {
  background: linear-gradient(180deg, rgba(21, 26, 31, .98), rgba(16, 20, 25, .96));
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  border-radius: 28px;
  overflow: hidden;
  transition: .3s transform, .3s box-shadow;
}
.treatment-card:hover { transform: translateY(-4px); box-shadow: 0 26px 52px rgba(0, 0, 0, .32) }
.treatment-card.detailed { display: grid; grid-template-columns: minmax(280px, 360px) 1fr }
.treatment-image { width: 100%; height: 200px; overflow: hidden; background: linear-gradient(135deg, #152127, #0d1115) }
.treatment-card.detailed .treatment-image { height: 100% }
.treatment-content { padding: 24px }
.treatment-content h3 { margin: 0 0 12px; font-size: 20px; color: #fff0cf }
.treatment-content p { margin: 0 0 16px; color: var(--muted); font-size: 14px }
.treatment-top { display: flex; justify-content: space-between; align-items: start; gap: 20px; margin-bottom: 8px }
.treatment-summary { font-size: 16px; color: var(--text) }
.treatment-richtext { margin-bottom: 22px }
.treatment-detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px }
.detail-card {
  padding: 18px;
  border: 1px solid rgba(199, 161, 90, .18);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(199, 161, 90, .06), rgba(255, 255, 255, .02));
}
.detail-card h4 { margin-bottom: 10px; font-size: 18px; color: #f1d296 }
.detail-card ul { margin: 0; padding-left: 20px; color: var(--muted) }
.detail-card li + li { margin-top: 6px }
.treatment-meta { display: flex; justify-content: space-between; align-items: center }
.treatment-meta .price { color: #f0d39a; font-size: 18px }
.treatment-meta .duration { color: var(--muted); font-size: 13px }

.list-card { padding: 22px; display: flex; align-items: center; justify-content: space-between; gap: 20px }
.gallery-item { overflow: hidden }
.gallery-item img { height: 320px }
.gallery-item figcaption { padding: 16px 20px }
.review-card {
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(21, 26, 31, .98), rgba(16, 20, 25, .95)),
    radial-gradient(circle at top right, rgba(199, 161, 90, .12), transparent 40%);
}
.review-stars { margin-bottom: 12px; color: #e0bf7b; letter-spacing: .2em; font-size: 14px }

.contact-form input,
.contact-form textarea,
.contact-form select,
.booking-form input,
.booking-form textarea,
.booking-form select,
.inline-form input,
.inline-form textarea,
.inline-form select { width: 100% }

.field {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
}

.polished-form .field,
.admin-form .field {
  padding: 16px 18px;
  border-radius: 22px;
  border: 1px solid rgba(191, 136, 146, .14);
  background: linear-gradient(180deg, rgba(255, 252, 250, .98), rgba(249, 241, 236, .96));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .28);
  color: #6f4f55;
}

.polished-form input,
.polished-form textarea,
.polished-form select,
.admin-form input:not([type="checkbox"]):not([type="hidden"]):not([type="file"]),
.admin-form textarea,
.admin-form select {
  appearance: none;
  border: 1px solid rgba(191, 136, 146, .18);
  border-radius: 16px;
  background: rgba(255, 255, 255, .88);
  padding: 14px 16px;
  font: inherit;
  color: #4d3c39;
  box-shadow: inset 0 1px 2px rgba(159, 126, 120, .08);
  transition: border-color .2s, box-shadow .2s, background .2s;
}

.polished-form input::placeholder,
.polished-form textarea::placeholder,
.admin-form input::placeholder,
.admin-form textarea::placeholder {
  color: #b09690;
}

.polished-form input:focus,
.polished-form textarea:focus,
.polished-form select:focus,
.admin-form input:focus,
.admin-form textarea:focus,
.admin-form select:focus {
  outline: none;
  border-color: #d7a3ab;
  box-shadow: 0 0 0 4px rgba(215, 163, 171, .14);
}

.polished-form textarea,
.admin-form textarea {
  min-height: 130px;
  resize: vertical;
}

.booking-form,
.contact-form {
  display: grid;
  gap: 20px;
}

.booking-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 24px; align-items: start }
.form-panel { padding: 24px }
.form-panel label { margin-bottom: 14px }

.contact-form button,
.booking-form .wizard-actions {
  margin-top: 4px;
}

.booking-summary ul {
  margin: 0 0 16px;
  padding-left: 20px;
}

.booking-summary li + li {
  margin-top: 8px;
}

.treatment-picker { display: grid; gap: 12px }
.selected-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
  padding: 14px 16px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(199, 161, 90, .08), rgba(255, 255, 255, .02));
}
.selected-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 16px }
.chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(199, 161, 90, .18);
  background: linear-gradient(180deg, rgba(199, 161, 90, .14), rgba(199, 161, 90, .08));
  color: var(--text);
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}
.chip span { font-size: 18px; line-height: 1 }
.btn-small { padding: 8px 14px; font-size: 14px }

.treatment-option {
  position: relative;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
  padding: 16px;
  border: 1px solid rgba(199, 161, 90, .12);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(22, 27, 33, .98), rgba(15, 19, 24, .96));
  cursor: pointer;
  transition: .2s;
}
.treatment-option.selected {
  border-color: var(--primary);
  background: linear-gradient(180deg, rgba(199, 161, 90, .13), rgba(22, 27, 33, .96));
  box-shadow: 0 0 0 2px rgba(199, 161, 90, .10);
}
.treatment-option.selected::after {
  content: 'Geselecteerd';
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 12px;
  font-weight: 700;
  color: #101317;
  background: linear-gradient(135deg, #f0d39a, var(--primary));
  padding: 4px 10px;
  border-radius: 999px;
}
.treatment-option.disabled { opacity: .45 }
.treatment-option input { width: auto; margin-top: 3px }

.muted { color: var(--muted) }
.message { margin-top: 16px; padding: 12px 14px; border-radius: 14px; font-size: 14px }
.message.ok { background: rgba(15, 91, 82, .18); color: #9fd7ce }
.message.error { background: rgba(133, 38, 38, .18); color: #f2b8b8 }

.wizard-steps {
  display: flex;
  gap: 16px;
  margin-bottom: 32px;
  padding: 24px;
  background: linear-gradient(180deg, rgba(22, 27, 33, .98), rgba(15, 19, 24, .96));
  border: 1px solid var(--border);
  border-radius: 28px;
}
.step {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 14px;
  background: rgba(199, 161, 90, .08);
  color: var(--text);
  transition: .2s;
  flex: 1;
  justify-content: center;
}
.step.active {
  background: linear-gradient(135deg, #e1c07f, var(--primary));
  color: #101317;
  font-weight: 700;
}
.step.completed { background: rgba(15, 91, 82, .22); color: #9fd7ce }
.step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(0, 0, 0, .18);
  font-size: 14px;
  font-weight: 700;
}
.step.active .step-number { background: rgba(0, 0, 0, .16) }
.step.completed .step-number { background: #0f5b52; color: #fff }
.step-label { font-size: 14px; font-weight: 500 }
.wizard-panel { display: none }
.wizard-panel.active { display: block }
.wizard-actions { display: flex; gap: 14px; justify-content: flex-end; margin-top: 24px }

.admin-shell { display: grid; grid-template-columns: 260px 1fr; min-height: 100vh }
.admin-sidebar {
  background:
    linear-gradient(180deg, #faf4f1, #f3e7e3 54%, #f0dfdd);
  color: #5e4844;
  padding: 24px;
  border-right: 1px solid rgba(191, 136, 146, .14);
}
.admin-sidebar h2 { color: #6f4f55; margin-bottom: 20px }
.admin-sidebar a { display: block; padding: 12px 14px; border-radius: 14px; color: #6b5954; margin-bottom: 8px; font-weight: 600 }
.admin-sidebar a:hover,
.admin-sidebar a.active { background: rgba(215, 163, 171, .14); color: #7d4f58 }
.admin-main {
  padding: 28px;
  background:
    radial-gradient(circle at top right, rgba(215, 163, 171, .12), transparent 24%),
    linear-gradient(180deg, #fdf9f7, #f7eeea);
  color: #5d4b47;
}
.admin-top { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 24px }
.admin-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px }
.stat-card,
.admin-card {
  background: linear-gradient(180deg, rgba(255, 253, 252, .98), rgba(249, 240, 236, .96));
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(191, 136, 146, .14);
  box-shadow: 0 18px 36px rgba(165, 129, 122, .08);
}
.stat-card h3,
.admin-card h2,
.admin-top h1 { color: #7d4f58 }
.stat-card h3 {
  font-size: 42px;
  margin-bottom: 6px;
}
.stat-card p {
  margin: 0;
  color: #8d7670;
  font-weight: 600;
}
.admin-card h2 { margin-bottom: 20px }
.admin-card p,
.admin-card label,
.admin-card .muted,
.admin-main .muted {
  color: #7f6b66;
}
.admin-intro {
  margin: 6px 0 0;
  color: #8d7670;
  max-width: 760px;
}
.settings-section h2 {
  margin-bottom: 8px;
}
.section-intro {
  margin: 0 0 18px;
  color: #8d7670;
  max-width: 760px;
}
.settings-savebar {
  position: sticky;
  bottom: 18px;
  z-index: 5;
}
.table-wrap { overflow: auto }
.admin-table { width: 100%; border-collapse: collapse }
.admin-table th,
.admin-table td { padding: 14px; border-bottom: 1px solid rgba(191, 136, 146, .10); text-align: left; color: #5d4b47 }
.admin-table th { color: #b77786 }
.admin-table-actions { display: flex; gap: 10px; align-items: center; flex-wrap: wrap }
.admin-table-actions form { margin: 0 }
.flash { padding: 14px 16px; border-radius: 14px; margin-bottom: 16px }
.flash.success { background: rgba(201, 230, 214, .56); color: #49675d }
.flash.error { background: rgba(240, 205, 205, .62); color: #8a5656 }
.inline-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px }
.inline-form .full { grid-column: 1 / -1 }
.admin-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 8px;
  padding-top: 18px;
  border-top: 1px solid rgba(191, 136, 146, .10);
}
.admin-actions-compact {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.check-field {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 62px;
  padding: 14px 18px;
  border-radius: 18px;
  border: 1px solid rgba(191, 136, 146, .14);
  background: linear-gradient(180deg, rgba(255, 252, 250, .98), rgba(249, 241, 236, .96));
  font-weight: 700;
  color: #6f4f55;
}
.check-field input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: #d7a3ab;
  margin: 0;
}
.admin-image-preview {
  padding: 16px;
  border: 1px solid rgba(191, 136, 146, .14);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 253, 252, .98), rgba(249, 241, 236, .96));
}
.admin-image-preview img {
  width: min(320px, 100%);
  max-width: 100%;
  border-radius: 16px;
  margin-bottom: 12px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-soft);
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
.admin-image-preview p {
  margin: 0;
  color: #8d7670;
  font-size: 14px;
}
.admin-image-status {
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px dashed rgba(191, 136, 146, .28);
  background: rgba(215, 163, 171, .05);
  color: #8d7670;
  font-size: 14px;
}
.admin-thumb {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.admin-thumb img {
  width: 108px;
  height: 72px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-soft);
}
.admin-thumb span {
  color: #8d7670;
  font-size: 13px;
  word-break: break-word;
}
.wysiwyg-wrapper {
  border: 1px solid rgba(191, 136, 146, .14);
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 252, 250, .98), rgba(249, 241, 236, .96));
  box-shadow: inset 0 1px 2px rgba(159, 126, 120, .06);
}
.wysiwyg-editor { min-height: 260px }
.ql-toolbar.ql-snow {
  border: 0;
  border-bottom: 1px solid rgba(191, 136, 146, .14) !important;
  background: linear-gradient(180deg, rgba(215, 163, 171, .10), rgba(255, 255, 255, .55));
}
.ql-toolbar .ql-stroke { stroke: #b77786 !important }
.ql-toolbar .ql-fill { fill: #b77786 !important }
.ql-toolbar button:hover,
.ql-toolbar button.ql-active { background: rgba(215, 163, 171, .10) }
.ql-container.ql-snow {
  border: 0 !important;
  font-family: 'Inter', sans-serif;
  min-height: 220px;
  color: #4d3c39;
  background: rgba(255, 255, 255, .88);
}
.section-split {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}
.planner-stats {
  grid-template-columns: repeat(3, 1fr);
}
.planner-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.planner-grid-compact {
  grid-template-columns: repeat(5, 1fr);
}
.planner-card {
  display: grid;
  gap: 10px;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(191, 136, 146, .14);
  background: linear-gradient(180deg, rgba(255, 253, 252, .98), rgba(249, 240, 236, .96));
  box-shadow: 0 14px 30px rgba(165, 129, 122, .08);
  transition: .2s transform, .2s box-shadow, .2s border-color;
  color: #5d4b47;
}
.planner-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(165, 129, 122, .12);
}
.planner-card.is-selected {
  border-color: #d7a3ab;
  box-shadow: 0 0 0 1px rgba(215, 163, 171, .22), 0 18px 34px rgba(165, 129, 122, .12);
}
.planner-card.is-closed {
  opacity: .88;
}
.planner-card-head {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.planner-card-head strong {
  color: #7d4f58;
  font-size: 18px;
  line-height: 1.3;
}
.planner-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 32px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(215, 163, 171, .14);
  color: #9e6572;
  font-size: 12px;
  font-weight: 700;
}
.planner-time,
.planner-note {
  margin: 0;
  color: #8d7670;
  font-size: 14px;
}
.planner-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.planner-metrics span {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(191, 136, 146, .12);
  color: #7d6863;
  font-size: 12px;
  font-weight: 700;
}
.stack-list {
  display: grid;
  gap: 12px;
}
.planner-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(191, 136, 146, .14);
  background: rgba(255, 255, 255, .7);
}
.planner-list-item strong {
  color: #7d4f58;
}
.planner-list-item p {
  margin: 4px 0 0;
  color: #8d7670;
  font-size: 14px;
}
.status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  text-transform: capitalize;
}
.status-nieuw {
  background: rgba(255, 226, 176, .68);
  color: #936520;
}
.status-bevestigd {
  background: rgba(190, 226, 210, .78);
  color: #48705e;
}
.status-geannuleerd {
  background: rgba(241, 207, 207, .82);
  color: #8c5555;
}
.admin-inline-status {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.admin-inline-status select {
  min-width: 140px;
  min-height: 42px;
  border: 1px solid rgba(191, 136, 146, .20);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(248, 239, 235, .96));
  color: #6f4f55;
  font: inherit;
  font-weight: 700;
  padding: 10px 42px 10px 16px;
  box-shadow: 0 10px 22px rgba(165, 129, 122, .08);
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #b77786 50%),
    linear-gradient(135deg, #b77786 50%, transparent 50%),
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(248, 239, 235, .96));
  background-position:
    calc(100% - 20px) calc(50% - 2px),
    calc(100% - 14px) calc(50% - 2px),
    0 0;
  background-size: 6px 6px, 6px 6px, 100% 100%;
  background-repeat: no-repeat;
}
.admin-inline-status select:focus {
  outline: none;
  border-color: #d7a3ab;
  box-shadow: 0 0 0 4px rgba(215, 163, 171, .14);
}
.login-wrap {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 32px;
  background:
    radial-gradient(circle at top left, rgba(215, 163, 171, .18), transparent 22%),
    radial-gradient(circle at right center, rgba(230, 213, 203, .18), transparent 28%),
    linear-gradient(180deg, #fffaf8, #f7eeea 48%, #f3e7e3);
}
.login-shell {
  width: min(1080px, 100%);
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 24px;
  align-items: stretch;
}
.login-side,
.login-card {
  background: linear-gradient(180deg, rgba(255, 253, 252, .98), rgba(249, 240, 236, .96));
  padding: 32px;
  border-radius: 28px;
  box-shadow: 0 18px 36px rgba(165, 129, 122, .10);
  border: 1px solid rgba(191, 136, 146, .14);
  color: #5d4b47;
}
.login-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 520px;
  background:
    linear-gradient(180deg, rgba(255, 250, 248, .98), rgba(247, 236, 231, .96)),
    radial-gradient(circle at top right, rgba(215, 163, 171, .08), transparent 32%);
}
.login-kicker,
.login-card-kicker {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(215, 163, 171, .12);
  border: 1px solid rgba(191, 136, 146, .16);
  color: #b77786;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14em;
}
.login-side h1 {
  font-size: clamp(42px, 5vw, 62px);
  color: #7d4f58;
  margin-bottom: 16px;
}
.login-side p,
.login-intro {
  color: #7f6b66;
  font-size: 16px;
}
.login-side-note {
  margin-top: 22px;
  padding: 18px 20px;
  border-radius: 22px;
  border: 1px solid rgba(191, 136, 146, .14);
  background: rgba(255, 255, 255, .55);
}
.login-side-note strong {
  display: block;
  margin-bottom: 6px;
  color: #9e6572;
}
.login-card {
  width: 100%;
  display: grid;
  align-content: center;
  gap: 16px;
}
.login-card h2 {
  margin-bottom: 2px;
  color: #7d4f58;
}
.login-card .field {
  margin: 0;
}
.login-card .btn {
  width: 100%;
  margin-top: 6px;
}
.admin-main .btn-primary,
.login-card .btn-primary {
  background: linear-gradient(135deg, #d7a3ab, #c88f9a);
  color: #fffaf8;
  border-color: rgba(191, 136, 146, .28);
  box-shadow: 0 12px 24px rgba(215, 163, 171, .22);
}
.admin-main .btn-primary:hover,
.login-card .btn-primary:hover {
  background: linear-gradient(135deg, #e3b8be, #d7a3ab);
  border-color: rgba(191, 136, 146, .38);
}
.admin-main .btn-secondary,
.login-card .btn-secondary {
  background: rgba(255, 255, 255, .92);
  color: #6f4f55;
  border-color: rgba(191, 136, 146, .22);
  box-shadow: 0 10px 22px rgba(165, 129, 122, .08);
}
.admin-main .btn-secondary:hover,
.login-card .btn-secondary:hover {
  background: rgba(255, 248, 246, .98);
  color: #7d4f58;
  border-color: rgba(191, 136, 146, .30);
}
.admin-main select,
.admin-main option {
  color: #4d3c39;
}

.theme-soft-elegant {
  --bg: #f6f0ec;
  --bg-soft: #f3e8e2;
  --surface: rgba(255, 251, 248, 0.94);
  --surface-strong: #fffaf7;
  --surface-2: #eaded6;
  --text: #342926;
  --muted: #7d6b66;
  --primary: #c79d9d;
  --primary-dark: #ab8080;
  --accent: #b9a089;
  --accent-soft: rgba(199, 157, 157, 0.14);
  --border: rgba(161, 130, 121, 0.18);
  --shadow: 0 24px 50px rgba(113, 86, 78, 0.10);
  --shadow-soft: 0 14px 28px rgba(113, 86, 78, 0.08);
}
.theme-soft-elegant body,
body.theme-soft-elegant {
  background:
    radial-gradient(circle at top left, rgba(199, 157, 157, .12), transparent 24%),
    radial-gradient(circle at right center, rgba(185, 160, 137, .12), transparent 30%),
    linear-gradient(180deg, #fbf7f4, #f4ece7 42%, #f7f0eb);
}
body.theme-soft-elegant .site-header,
body.theme-soft-elegant .page-hero.small {
  background: rgba(247, 241, 236, .88);
  color: var(--text);
}
body.theme-soft-elegant .site-footer {
  background: linear-gradient(135deg, #c1a79e, #a78784 54%, #8c6d68);
  color: #fff7f5;
}
body.theme-soft-elegant .hero-home {
  background: #c9b1aa;
}
body.theme-soft-elegant .hero h1,
body.theme-soft-elegant .rich-content h2,
body.theme-soft-elegant .rich-content h3,
body.theme-soft-elegant .rich-content h4 {
  color: #fff9f7;
}
body.theme-soft-elegant .page-hero h1 {
  color: #463632;
}
body.theme-soft-elegant .site-header .brand-mark,
body.theme-soft-elegant .nav-current,
body.theme-soft-elegant .btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #d8b3b3, #c79d9d);
}

.theme-classic-rose {
  --bg: #fbf6f3;
  --bg-soft: #f5ece6;
  --surface: rgba(255, 251, 249, 0.96);
  --surface-strong: #fffdfa;
  --surface-2: #f1e4de;
  --text: #3e302d;
  --muted: #8d7670;
  --primary: #d7a3ab;
  --primary-dark: #bf8892;
  --accent: #cab39c;
  --accent-soft: rgba(215, 163, 171, 0.14);
  --border: rgba(180, 145, 136, 0.18);
  --shadow: 0 24px 50px rgba(142, 110, 104, 0.12);
  --shadow-soft: 0 14px 28px rgba(142, 110, 104, 0.09);
}
body.theme-classic-rose {
  background:
    radial-gradient(circle at 12% 10%, rgba(235, 194, 201, .12), transparent 18%),
    radial-gradient(circle at 86% 22%, rgba(230, 213, 203, .10), transparent 22%),
    linear-gradient(180deg, #fffaf8 0%, #fbf3ef 46%, #f8efeb 100%);
}
body.theme-classic-rose .site-header {
  background: linear-gradient(180deg, rgba(226, 196, 199, .96), rgba(216, 184, 188, .96));
  border-bottom-color: rgba(191, 136, 146, .14);
}
body.theme-classic-rose .page-hero.small {
  background: transparent;
  border-bottom-color: rgba(191, 136, 146, .10);
}
body.theme-classic-rose .site-header-glow {
  background: linear-gradient(90deg, rgba(255, 255, 255, .10), rgba(255, 255, 255, .04));
}
body.theme-classic-rose .brand small,
body.theme-classic-rose .nav-link,
body.theme-classic-rose .muted,
body.theme-classic-rose .section-copy,
body.theme-classic-rose .page-hero p,
body.theme-classic-rose .service-meta,
body.theme-classic-rose .list-meta,
body.theme-classic-rose .detail-card ul,
body.theme-classic-rose .treatment-content p,
body.theme-classic-rose .review-card p,
body.theme-classic-rose .preset-card p {
  color: var(--muted);
}
body.theme-classic-rose .brand-mark,
body.theme-classic-rose .nav-current,
body.theme-classic-rose .btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #e3b8be, #d7a3ab);
  border-color: rgba(191, 136, 146, .28);
  box-shadow: 0 12px 24px rgba(215, 163, 171, .22);
}
body.theme-classic-rose .nav-link:hover {
  background: rgba(215, 163, 171, .10);
  color: #5b4642;
}
body.theme-classic-rose .btn-secondary {
  background: rgba(255, 255, 255, .72);
  color: #4a3a36;
  border-color: rgba(191, 136, 146, .20);
}
body.theme-classic-rose .hero-home {
  background: #ead9d4;
}
body.theme-classic-rose .hero-backdrop {
  background:
    linear-gradient(100deg, rgba(112, 78, 82, .18), rgba(112, 78, 82, .06) 46%, rgba(255, 250, 247, .10)),
    radial-gradient(circle at top right, rgba(255, 240, 244, .28), transparent 24%),
    radial-gradient(circle at left bottom, rgba(202, 179, 156, .14), transparent 28%);
}
body.theme-classic-rose .hero h1,
body.theme-classic-rose .eyebrow,
body.theme-classic-rose .hero p,
body.theme-classic-rose .usp-row,
body.theme-classic-rose .hero-note,
body.theme-classic-rose .hero-note p {
  color: #fff8f6;
}
body.theme-classic-rose .hero h1 {
  text-shadow: 0 10px 30px rgba(103, 72, 73, .18);
}
body.theme-classic-rose .eyebrow,
body.theme-classic-rose .usp-row span,
body.theme-classic-rose .hero-note {
  border-color: rgba(255, 255, 255, .20);
  background: rgba(255, 255, 255, .12);
}
body.theme-classic-rose .hero-dot {
  background: rgba(132, 91, 97, .26);
  box-shadow: inset 0 0 0 1px rgba(191, 136, 146, .16);
}
body.theme-classic-rose .hero-dot.is-active,
body.theme-classic-rose .hero-arrow {
  background: linear-gradient(135deg, #e3b8be, #d7a3ab);
  color: #fff;
}
body.theme-classic-rose .hero-arrow {
  border-color: rgba(191, 136, 146, .18);
}
body.theme-classic-rose .hero-card,
body.theme-classic-rose .content-box,
body.theme-classic-rose .service-card,
body.theme-classic-rose .review-card,
body.theme-classic-rose .list-card,
body.theme-classic-rose .form-panel,
body.theme-classic-rose .booking-summary,
body.theme-classic-rose .gallery-item,
body.theme-classic-rose .feature-card,
body.theme-classic-rose .admin-card,
body.theme-classic-rose .stat-card,
body.theme-classic-rose .login-card {
  background:
    linear-gradient(180deg, rgba(255, 252, 250, .98), rgba(250, 242, 237, .96)),
    radial-gradient(circle at top right, rgba(215, 163, 171, .10), transparent 42%);
  color: var(--text);
}
body.theme-classic-rose .booking-preview,
body.theme-classic-rose .hero-note,
body.theme-classic-rose .feature-card,
body.theme-classic-rose .review-card,
body.theme-classic-rose .content-box,
body.theme-classic-rose .gallery-item,
body.theme-classic-rose .service-card {
  box-shadow: 0 18px 36px rgba(165, 129, 122, .10);
}
body.theme-classic-rose .section {
  position: relative;
}
body.theme-classic-rose .section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, .22), transparent 18%),
    radial-gradient(circle at 84% 26%, rgba(243, 225, 221, .16), transparent 22%);
  pointer-events: none;
}
body.theme-classic-rose .section > .container {
  position: relative;
  z-index: 1;
}
body.theme-classic-rose .section.alt {
  background: rgba(255, 255, 255, .03);
}
body.theme-classic-rose .site-footer {
  margin-top: 0;
  border-top: 1px solid rgba(191, 136, 146, .14);
  background: linear-gradient(180deg, rgba(226, 196, 199, .96), rgba(216, 184, 188, .96));
  color: #7c5f63;
  backdrop-filter: none;
}
body.theme-classic-rose .site-footer::before {
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, .12), transparent 26%),
    radial-gradient(circle at bottom right, rgba(255, 255, 255, .06), transparent 30%);
}
body.theme-classic-rose .page-hero h1,
body.theme-classic-rose .rich-content h2,
body.theme-classic-rose .rich-content h3,
body.theme-classic-rose .rich-content h4,
body.theme-classic-rose .category-title,
body.theme-classic-rose .detail-card h4,
body.theme-classic-rose .treatment-content h3,
body.theme-classic-rose .footer-kicker,
body.theme-classic-rose .admin-table th,
body.theme-classic-rose .preset-card small {
  color: #b77786;
}
body.theme-classic-rose .detail-card {
  background: linear-gradient(180deg, rgba(255, 247, 243, .96), rgba(249, 236, 232, .94));
  border-color: rgba(191, 136, 146, .18);
}
body.theme-classic-rose .review-card footer,
body.theme-classic-rose .site-footer p,
body.theme-classic-rose .site-footer h3,
body.theme-classic-rose .site-footer h4 {
  color: #7c5f63;
}
body.theme-classic-rose .section-head a {
  color: #c9989f;
}
body.theme-classic-rose .footer-kicker,
body.theme-classic-rose .site-footer a {
  color: #b77786;
}
body.theme-classic-rose .booking-preview-kicker,
body.theme-classic-rose .booking-step-number,
body.theme-classic-rose .hero-dot.is-active,
body.theme-classic-rose .hero-arrow {
  background: linear-gradient(135deg, #e3b8be, #d7a3ab);
  color: #fff;
}
body.theme-classic-rose .booking-step-card {
  background: rgba(255, 255, 255, .48);
  border-color: rgba(191, 136, 146, .14);
}
body.theme-classic-rose .booking-step-card strong,
body.theme-classic-rose .review-stars {
  color: #b77786;
}
body.theme-classic-rose .booking-preview-head p,
body.theme-classic-rose .booking-step-card p {
  color: #8d7670;
}
body.theme-classic-rose .service-image,
body.theme-classic-rose .placeholder,
body.theme-classic-rose .treatment-image {
  background: linear-gradient(135deg, #ead9d4, #f7efec);
}
body.theme-classic-rose .field,
body.theme-classic-rose .check-field,
body.theme-classic-rose .preset-card,
body.theme-classic-rose .admin-image-preview,
body.theme-classic-rose .selected-bar,
body.theme-classic-rose .wizard-steps,
body.theme-classic-rose .treatment-option,
body.theme-classic-rose .wysiwyg-wrapper {
  background: linear-gradient(180deg, rgba(255, 252, 250, .98), rgba(249, 241, 236, .96));
  border-color: rgba(191, 136, 146, .16);
  color: var(--text);
}
body.theme-classic-rose .polished-form input,
body.theme-classic-rose .polished-form textarea,
body.theme-classic-rose .polished-form select,
body.theme-classic-rose .admin-form input:not([type="checkbox"]):not([type="hidden"]):not([type="file"]),
body.theme-classic-rose .admin-form textarea,
body.theme-classic-rose .admin-form select,
body.theme-classic-rose .ql-container.ql-snow {
  background: rgba(255, 255, 255, .86);
  color: var(--text);
  border-color: rgba(191, 136, 146, .18);
}
body.theme-classic-rose .polished-form input::placeholder,
body.theme-classic-rose .polished-form textarea::placeholder,
body.theme-classic-rose .admin-form input::placeholder,
body.theme-classic-rose .admin-form textarea::placeholder {
  color: #b09690;
}
body.theme-classic-rose .ql-toolbar.ql-snow {
  background: linear-gradient(180deg, rgba(215, 163, 171, .10), rgba(255, 255, 255, .55));
  border-bottom-color: rgba(191, 136, 146, .16) !important;
}
body.theme-classic-rose .ql-toolbar .ql-stroke { stroke: #b77786 !important }
body.theme-classic-rose .ql-toolbar .ql-fill { fill: #b77786 !important }
body.theme-classic-rose .step {
  background: rgba(215, 163, 171, .12);
}
body.theme-classic-rose .step.active,
body.theme-classic-rose .treatment-option.selected::after {
  background: linear-gradient(135deg, #e3b8be, #d7a3ab);
  color: #fff;
}
body.theme-classic-rose .step.completed {
  background: rgba(191, 136, 146, .14);
  color: #8a5f68;
}
body.theme-classic-rose .message.ok {
  background: rgba(167, 205, 188, .28);
  color: #49675d;
}
body.theme-classic-rose .message.error {
  background: rgba(223, 170, 170, .26);
  color: #8a5656;
}

.theme-natural-fresh {
  --bg: #f3f0e7;
  --bg-soft: #e9e3d5;
  --surface: rgba(249, 247, 240, 0.94);
  --surface-strong: #fcfbf7;
  --surface-2: #dfe4d5;
  --text: #2f342d;
  --muted: #6a725f;
  --primary: #8d9772;
  --primary-dark: #6f7857;
  --accent: #b86f4f;
  --accent-soft: rgba(141, 151, 114, 0.16);
  --border: rgba(111, 120, 87, 0.18);
  --shadow: 0 24px 48px rgba(67, 73, 59, 0.10);
  --shadow-soft: 0 12px 26px rgba(67, 73, 59, 0.08);
}
body.theme-natural-fresh {
  background:
    radial-gradient(circle at top left, rgba(141, 151, 114, .12), transparent 26%),
    radial-gradient(circle at right center, rgba(184, 111, 79, .10), transparent 28%),
    linear-gradient(180deg, #faf8f2, #f0ecdf 40%, #f5f1e8);
}
body.theme-natural-fresh .site-header,
body.theme-natural-fresh .page-hero.small {
  background: rgba(243, 240, 231, .88);
}
body.theme-natural-fresh .site-footer {
  background: linear-gradient(135deg, #3f4735, #556047 52%, #7c5a47);
  color: #f7f4e9;
}
body.theme-natural-fresh .hero-home {
  background: #7f866e;
}
body.theme-natural-fresh .site-header .brand-mark,
body.theme-natural-fresh .nav-current,
body.theme-natural-fresh .btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #aab48d, #8d9772);
}
body.theme-natural-fresh .page-hero h1 {
  color: #344032;
}

.theme-modern-minimal {
  --bg: #f5f5f5;
  --bg-soft: #ededed;
  --surface: rgba(255, 255, 255, 0.95);
  --surface-strong: #ffffff;
  --surface-2: #eeeeee;
  --text: #171717;
  --muted: #666666;
  --primary: #d4af37;
  --primary-dark: #b8952c;
  --accent: #b7d4f5;
  --accent-soft: rgba(212, 175, 55, 0.12);
  --border: rgba(0, 0, 0, 0.10);
  --shadow: 0 20px 42px rgba(0, 0, 0, 0.08);
  --shadow-soft: 0 10px 22px rgba(0, 0, 0, 0.06);
}
body.theme-modern-minimal {
  background:
    radial-gradient(circle at top left, rgba(212, 175, 55, .08), transparent 22%),
    linear-gradient(180deg, #ffffff, #f1f1f1 44%, #f7f7f7);
}
body.theme-modern-minimal .site-header,
body.theme-modern-minimal .page-hero.small {
  background: rgba(255, 255, 255, .88);
  border-bottom-color: rgba(0, 0, 0, .08);
}
body.theme-modern-minimal .site-header .brand-mark,
body.theme-modern-minimal .nav-current,
body.theme-modern-minimal .btn-primary {
  color: #111;
  background: linear-gradient(135deg, #ead27e, #d4af37);
}
body.theme-modern-minimal .hero-home {
  background: #d9d9d9;
}
body.theme-modern-minimal .site-footer {
  background: linear-gradient(135deg, #111, #2a2a2a 55%, #444);
  color: #fafafa;
}
body.theme-modern-minimal .hero h1 {
  color: #ffffff;
}
body.theme-modern-minimal .page-hero h1 {
  color: #161616;
}
body.theme-modern-minimal .hero-dot {
  background: rgba(0, 0, 0, .18);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .08);
}
body.theme-modern-minimal .hero-dot.is-active,
body.theme-modern-minimal .hero-arrow {
  background: linear-gradient(135deg, #ead27e, #d4af37);
  color: #111;
}
body.theme-modern-minimal .hero-arrow {
  border-color: rgba(212, 175, 55, .28);
}

.preset-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.preset-card {
  display: block;
  cursor: pointer;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(191, 136, 146, .14);
  background: linear-gradient(180deg, rgba(255, 252, 250, .98), rgba(249, 241, 236, .96));
  box-shadow: 0 16px 30px rgba(165, 129, 122, .08);
  transition: .2s transform, .2s box-shadow, .2s border-color;
  color: #5d4b47;
}
.preset-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(165, 129, 122, .12);
}
.preset-card input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.preset-card-copy {
  display: block;
}
.preset-card h3 {
  margin-bottom: 10px;
  color: #9e6572;
}
.preset-card p {
  margin: 0 0 10px;
  color: #7f6b66;
}
.preset-card small {
  color: #c28a94;
  letter-spacing: .04em;
}
.preset-card.is-active {
  border-color: #d7a3ab;
  box-shadow: 0 0 0 1px rgba(215, 163, 171, .22), 0 16px 30px rgba(165, 129, 122, .10);
}
.preset-card:has(input[type="radio"]:checked) {
  border-color: #d7a3ab;
  box-shadow: 0 0 0 1px rgba(215, 163, 171, .22), 0 16px 30px rgba(165, 129, 122, .10);
}

.settings-section {
  scroll-margin-top: 110px;
}

.settings-quicknav-card {
  margin-bottom: 24px;
  padding: 20px 22px;
}

.settings-quicknav-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}

.settings-quicknav-head strong {
  color: #7d4f58;
  font-size: 16px;
}

.settings-quicknav-head p {
  margin: 0;
  color: #8d7670;
  font-size: 14px;
}

.settings-quicknav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.settings-quicknav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(191, 136, 146, .18);
  background: rgba(255, 255, 255, .9);
  color: #7d4f58;
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(165, 129, 122, .08);
  transition: .2s transform, .2s box-shadow, .2s background, .2s border-color, .2s color;
}

.settings-quicknav a:hover {
  transform: translateY(-1px);
  background: linear-gradient(135deg, #f5d7dc, #eed5d8);
  border-color: rgba(191, 136, 146, .26);
  color: #744953;
  box-shadow: 0 14px 28px rgba(165, 129, 122, .12);
}

@media (max-width: 980px) {
  .hero-grid,
  .two-col,
  .booking-layout,
  .footer-grid,
  .admin-shell { grid-template-columns: 1fr }

  .login-shell { grid-template-columns: 1fr }
  .login-side { min-height: 0 }

  .card-grid,
  .review-grid,
  .gallery-grid,
  .admin-grid,
  .feature-grid,
  .treatment-grid { grid-template-columns: 1fr 1fr }

  .main-nav {
    gap: 14px;
    justify-content: flex-end;
  }
  .page-hero h1 { font-size: 48px }
  .hero {
    min-height: 0;
  }
  .hero-grid {
    min-height: 0;
  }
  .hero-slides { min-height: 0 }
  .hero h1 {
    max-width: 13ch;
  }
  .treatment-card.detailed { grid-template-columns: 1fr }
  .treatment-detail-grid { grid-template-columns: 1fr 1fr }
  .hero { padding: 42px 0 42px }
  .preset-grid { grid-template-columns: 1fr }
  .settings-quicknav-head {
    flex-direction: column;
    align-items: flex-start;
  }
  .planner-grid,
  .planner-grid-compact {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .card-grid,
  .review-grid,
  .gallery-grid,
  .inline-form,
  .treatment-grid,
  .feature-grid { grid-template-columns: 1fr }

  .container {
    width: min(100% - 24px, 1180px);
  }
  .nav-wrap {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 14px;
    padding: 14px 0;
  }
  .brand {
    min-width: 0;
  }
  .brand strong {
    font-size: 22px;
    letter-spacing: .04em;
  }
  .brand small {
    font-size: 10px;
    letter-spacing: .18em;
  }
  .brand-mark,
  .brand-logo-wrap {
    flex: 0 0 auto;
  }
  .nav-toggle {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .main-nav {
    display: none;
    grid-column: 1 / -1;
    width: 100%;
    margin-left: 0;
    padding: 12px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255, 252, 250, .98), rgba(249, 241, 236, .96));
    border: 1px solid rgba(191, 136, 146, .14);
    box-shadow: 0 18px 36px rgba(165, 129, 122, .12);
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .main-nav.is-open {
    display: flex;
  }
  .nav-link,
  .nav-book {
    width: 100%;
    justify-content: center;
    margin-left: 0;
  }
  .hero h1 { font-size: 48px }
  .hero p {
    font-size: 16px;
  }
  .hero-slider-controls {
    gap: 12px;
  }
  .list-card { flex-direction: column; align-items: flex-start }
  .selected-bar { flex-direction: column; align-items: flex-start }
  .treatment-top,
  .admin-actions,
  .admin-table-actions { flex-direction: column; align-items: flex-start }
  .treatment-detail-grid { grid-template-columns: 1fr }
  .wizard-steps { flex-direction: column; gap: 12px }
  .step { flex-direction: column }
  .step-label { display: none }
  .wizard-actions { flex-direction: column }
  .wizard-actions .btn { width: 100% }
  .hero { padding: 34px 0 34px }
  .hero-actions .btn,
  .usp-row span { width: 100%; justify-content: center }
  .hero-copy {
    max-width: 100%;
  }
  .hero h1 {
    max-width: 100%;
  }
  .section {
    padding: 40px 0;
  }
  .page-hero.small {
    padding: 42px 0 12px;
  }
  .page-hero.small + .section {
    padding-top: 18px;
  }
  .section-split,
  .planner-list-item,
  .admin-inline-status {
    flex-direction: column;
    align-items: flex-start;
  }
  .planner-grid,
  .planner-grid-compact,
  .planner-stats {
    grid-template-columns: 1fr;
  }
  .responsive-table thead {
    display: none;
  }
  .responsive-table,
  .responsive-table tbody,
  .responsive-table tr,
  .responsive-table td {
    display: block;
    width: 100%;
  }
  .responsive-table tr {
    padding: 16px 0;
    border-bottom: 1px solid rgba(191, 136, 146, .10);
  }
  .responsive-table td {
    display: grid;
    grid-template-columns: 96px 1fr;
    gap: 12px;
    align-items: start;
    padding: 8px 0;
    border-bottom: 0;
  }
  .responsive-table td::before {
    content: attr(data-label);
    color: #b77786;
    font-weight: 700;
  }
  .admin-inline-status {
    width: 100%;
  }
  .admin-inline-status select,
  .admin-inline-status .btn {
    width: 100%;
    justify-content: center;
  }
}
