﻿/* --------------------------------------------------
   Reset
   DNN-veilige reset voor House of Laser theme
-------------------------------------------------- */
html {
  min-height: 100%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  background: #eae6e1;
}

body {
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
  font-family: "Montserrat", "Avenir Next", Inter, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #6a4f32;
  background: #eae6e1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Alleen jouw theme resetten */
.hol-site,
.hol-site *,
.hol-site *::before,
.hol-site *::after {
  box-sizing: border-box;
}

.hol-site {
  min-height: 100vh;
  background: #eae6e1;
}

.hol-site img,
.hol-site picture,
.hol-site svg,
.hol-site video,
.hol-site canvas {
  display: block;
  max-width: 100%;
  height: auto;
}

.hol-site img {
  border: 0;
}

.hol-site button,
.hol-site input,
.hol-site textarea,
.hol-site select {
  font: inherit;
  margin: 0;
}

.hol-site button {
  cursor: pointer;
}

.hol-site table {
  border-collapse: collapse;
  border-spacing: 0;
}

.hol-site ul,
.hol-site ol {
  margin-top: 0;
}

.hol-site p,
.hol-site h1,
.hol-site h2,
.hol-site h3,
.hol-site h4,
.hol-site h5,
.hol-site h6,
.hol-site figure,
.hol-site blockquote {
  margin-top: 0;
}

.hol-site iframe {
  max-width: 100%;
}

.hol-site [hidden] {
  display: none !important;
}

/* DNN admin/edit UI buiten jouw reset houden */
#ControlBar,
#ControlBar *,
.dnnEditState,
.dnnEditState *,
.dnn_mact,
.dnn_mact * {
  box-sizing: content-box;
}

/* DNN panes zichtbaar houden */
.hol-pane {
  min-height: 1px;
}

.dnnEditState .hol-pane,
.dnnLayoutMode .hol-pane {
  min-height: 40px;
}

/* --------------------------------------------------
   Global
   Algemene basisstijl voor House of Laser
-------------------------------------------------- */
.hol-site {
  min-height: 100vh;
  background: #eae6e1;
}

.hol-main {
  position: relative;
}

/* --------------------------------------------------
   Links
-------------------------------------------------- */
.hol-site a {
  color: #4c341a;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.hol-site a:hover,
.hol-site a:focus {
  color: #907253;
}

.hol-text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-family: "Montserrat", "Avenir Next", Inter, system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #4c341a;
  text-decoration: none;
}

.hol-text-link::after {
  content: "";
  width: 2rem;
  height: 1px;
  background: currentColor;
  transition: width 180ms ease;
}

.hol-text-link:hover::after,
.hol-text-link:focus::after {
  width: 2.75rem;
}

/* --------------------------------------------------
   Focus states
-------------------------------------------------- */
.hol-site :focus {
  outline: none;
}

.hol-site :focus-visible {
  outline: 2px solid rgba(144, 114, 83, 0.75);
  outline-offset: 4px;
}

/* --------------------------------------------------
   Selection
-------------------------------------------------- */
.hol-site ::selection {
  color: #f7f3ee;
  background: #4c341a;
}

/* --------------------------------------------------
   Media
-------------------------------------------------- */
.hol-site img,
.hol-site video {
  max-width: 100%;
  height: auto;
}

.hol-site figure {
  margin: 0;
}

/* --------------------------------------------------
   DNN panes
-------------------------------------------------- */
.hol-pane {
  min-width: 0;
}

.hol-pane:empty {
  min-height: 1px;
}

.dnnEditState .hol-pane:empty,
.dnnLayoutMode .hol-pane:empty {
  min-height: 48px;
  outline: 1px dashed rgba(144, 114, 83, 0.35);
  outline-offset: -1px;
}

/* --------------------------------------------------
   DNN module cleanup
-------------------------------------------------- */
.hol-site .DnnModule {
  min-width: 0;
}

.hol-site .DnnModule,
.hol-site .DnnModule-DNN_HTML,
.hol-site .DnnModuleContent {
  max-width: 100%;
}

/* --------------------------------------------------
   Utility base
-------------------------------------------------- */
.hol-hidden {
  display: none !important;
}

.hol-visually-hidden,
.hol-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.hol-site {
  font-family: "Montserrat", "Avenir Next", Inter, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #6a4f32;
}

.hol-site h1,
.hol-site h2,
.hol-site h3,
.hol-site h4,
.hol-site h5,
.hol-site h6 {
  margin: 0 0 0.65em;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 400;
  color: #4c341a;
  letter-spacing: -0.02em;
}

.hol-site h1,
.hol-site .hol-h1 {
  font-size: clamp(3rem, 7vw, 4.75rem);
  line-height: 1;
}

.hol-site h2,
.hol-site .hol-h2 {
  font-size: clamp(2rem, 4vw, 2.75rem);
  line-height: 1.18;
}

.hol-site h3,
.hol-site .hol-h3 {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  line-height: 1.25;
}

.hol-site p {
  margin: 0 0 1.25rem;
}

.hol-lead {
  font-size: 1.125rem;
  line-height: 1.7;
  color: #6a4f32;
}

.hol-overline {
  display: inline-block;
  margin-bottom: 1rem;
  font-family: "Montserrat", "Avenir Next", Inter, system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #a68d70;
}

.hol-small {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #766349;
}

/* --------------------------------------------------
   Afspraak maken page
-------------------------------------------------- */
.hol-site--afspraak {
  background: #eae6e1;
}

/* --------------------------------------------------
   Hero
-------------------------------------------------- */
.hol-afspraak-hero {
  padding-block: clamp(4rem, 8vw, 7rem) clamp(3rem, 6vw, 5rem);
  background: radial-gradient(circle at 16% 18%, rgba(247, 243, 238, 0.52) 0, rgba(247, 243, 238, 0) 34%), linear-gradient(135deg, #eae6e1 0%, rgba(212, 198, 181, 0.68) 100%);
}

.hol-afspraak-hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

.hol-afspraak-hero__content,
.hol-afspraak-hero__aside {
  min-width: 0;
}

.hol-pane--afspraak-hero {
  max-width: 760px;
}

.hol-pane--afspraak-hero h1,
.hol-pane--afspraak-hero h2 {
  margin: 0 0 1.25rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3rem, 7vw, 5.25rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.035em;
  color: #4c341a;
}

.hol-pane--afspraak-hero p {
  max-width: 620px;
  margin: 0 0 1.25rem;
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  line-height: 1.75;
  color: #6a4f32;
}

.hol-pane--afspraak-intro-card {
  padding: clamp(1.5rem, 3vw, 2rem);
  border: 1px solid rgba(201, 182, 161, 0.65);
  border-radius: 20px;
  background: rgba(247, 243, 238, 0.5);
  box-shadow: 0 18px 45px rgba(76, 52, 26, 0.08);
}

.hol-pane--afspraak-intro-card h2,
.hol-pane--afspraak-intro-card h3 {
  margin: 0 0 1rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 400;
  line-height: 1.15;
  color: #4c341a;
}

.hol-pane--afspraak-intro-card p {
  margin: 0 0 0.85rem;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #766349;
}

.hol-pane--afspraak-intro-card p:last-child {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .hol-afspraak-hero__grid {
    grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.46fr);
  }
}
/* --------------------------------------------------
   Main booking section
-------------------------------------------------- */
.hol-afspraak-section {
  padding-block: clamp(4rem, 8vw, 7rem);
  background: #eae6e1;
}

.hol-afspraak-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

.hol-afspraak-sidebar {
  display: grid;
  gap: 1.5rem;
  min-width: 0;
}

.hol-afspraak-main {
  min-width: 0;
}

@media (min-width: 1024px) {
  .hol-afspraak-layout {
    grid-template-columns: minmax(260px, 0.36fr) minmax(0, 0.96fr);
  }
  .hol-afspraak-sidebar {
    position: sticky;
    top: 120px;
  }
}
/* --------------------------------------------------
   Sidebar cards
-------------------------------------------------- */
.hol-pane--afspraak-details,
.hol-pane--afspraak-trust,
.hol-pane--afspraak-contact {
  padding: clamp(1.5rem, 3vw, 2rem);
  border: 1px solid rgba(201, 182, 161, 0.65);
  border-radius: 20px;
  background: rgba(247, 243, 238, 0.38);
  box-shadow: 0 10px 28px rgba(76, 52, 26, 0.05);
}

.hol-pane--afspraak-details h2,
.hol-pane--afspraak-trust h2,
.hol-pane--afspraak-contact h2,
.hol-pane--afspraak-details h3,
.hol-pane--afspraak-trust h3,
.hol-pane--afspraak-contact h3 {
  margin: 0 0 1rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 400;
  line-height: 1.15;
  color: #4c341a;
}

.hol-pane--afspraak-details p,
.hol-pane--afspraak-trust p,
.hol-pane--afspraak-contact p {
  margin: 0 0 0.8rem;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #766349;
}

.hol-pane--afspraak-details p:last-child,
.hol-pane--afspraak-trust p:last-child,
.hol-pane--afspraak-contact p:last-child {
  margin-bottom: 0;
}

.hol-pane--afspraak-contact a {
  color: #4c341a;
  text-decoration: none;
}

.hol-pane--afspraak-contact a:hover,
.hol-pane--afspraak-contact a:focus {
  color: #907253;
}

/* --------------------------------------------------
   Booking form area
-------------------------------------------------- */
.hol-pane--afspraak-form {
  min-width: 0;
  padding: clamp(1.5rem, 4vw, 2.75rem);
  border-radius: 28px;
  background: rgba(247, 243, 238, 0.48);
  box-shadow: 0 10px 28px rgba(76, 52, 26, 0.05);
}

.hol-pane--afspraak-form h2,
.hol-pane--afspraak-form h3 {
  margin: 0 0 1rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  line-height: 1.15;
  color: #4c341a;
}

.hol-pane--afspraak-form p {
  margin: 0 0 1rem;
  font-size: 1rem;
  line-height: 1.7;
  color: #6a4f32;
}

/* Generic DNN/form module styling */
.hol-pane--afspraak-form input[type=text],
.hol-pane--afspraak-form input[type=email],
.hol-pane--afspraak-form input[type=tel],
.hol-pane--afspraak-form input[type=number],
.hol-pane--afspraak-form input[type=date],
.hol-pane--afspraak-form input[type=time],
.hol-pane--afspraak-form textarea,
.hol-pane--afspraak-form select {
  width: 100%;
  min-height: 50px;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(201, 182, 161, 0.85);
  border-radius: 14px;
  font-family: "Montserrat", "Avenir Next", Inter, system-ui, sans-serif;
  font-size: 0.95rem;
  line-height: 1.4;
  color: #4c341a;
  background: rgba(234, 230, 225, 0.72);
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.hol-pane--afspraak-form textarea {
  min-height: 150px;
  resize: vertical;
}

.hol-pane--afspraak-form input:focus,
.hol-pane--afspraak-form textarea:focus,
.hol-pane--afspraak-form select:focus {
  outline: none;
  border-color: rgba(144, 114, 83, 0.55);
  background: #f7f3ee;
  box-shadow: 0 0 0 4px rgba(144, 114, 83, 0.08);
}

.hol-pane--afspraak-form label {
  display: inline-block;
  margin-bottom: 0.4rem;
  font-family: "Montserrat", "Avenir Next", Inter, system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #766349;
}

.hol-pane--afspraak-form button,
.hol-pane--afspraak-form input[type=submit],
.hol-pane--afspraak-form .dnnPrimaryAction {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0.9rem 1.85rem;
  border: 0;
  border-radius: 999px;
  font-family: "Montserrat", "Avenir Next", Inter, system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  color: #f7f3ee;
  background: #b4a48f;
  cursor: pointer;
  transition: background-color 180ms ease, transform 180ms ease;
}

.hol-pane--afspraak-form button:hover,
.hol-pane--afspraak-form button:focus,
.hol-pane--afspraak-form input[type=submit]:hover,
.hol-pane--afspraak-form input[type=submit]:focus,
.hol-pane--afspraak-form .dnnPrimaryAction:hover,
.hol-pane--afspraak-form .dnnPrimaryAction:focus {
  color: #f7f3ee;
  background: #a68d70;
  transform: translateY(-1px);
}

/* --------------------------------------------------
   Aftercare / info section
-------------------------------------------------- */
.hol-afspraak-aftercare {
  padding-block: clamp(4rem, 8vw, 7rem);
  background: #d4c6b5;
}

.hol-afspraak-aftercare__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

.hol-pane--afspraak-aftercare-content {
  max-width: 640px;
}

.hol-pane--afspraak-aftercare-content h2,
.hol-pane--afspraak-aftercare-content h3 {
  margin: 0 0 1.25rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  font-weight: 400;
  line-height: 1.08;
  color: #4c341a;
}

.hol-pane--afspraak-aftercare-content p {
  margin: 0 0 1.15rem;
  font-size: clamp(1rem, 1.7vw, 1.125rem);
  line-height: 1.78;
  color: #6a4f32;
}

.hol-pane--afspraak-aftercare-image {
  overflow: hidden;
  min-height: 320px;
  border-radius: 28px;
  background: rgba(201, 182, 161, 0.55);
  box-shadow: 0 18px 45px rgba(76, 52, 26, 0.08);
}

.hol-pane--afspraak-aftercare-image img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

@media (min-width: 1024px) {
  .hol-afspraak-aftercare__grid {
    grid-template-columns: minmax(0, 0.75fr) minmax(360px, 0.75fr);
  }
  .hol-pane--afspraak-aftercare-image {
    min-height: 480px;
  }
  .hol-pane--afspraak-aftercare-image img {
    min-height: 480px;
  }
}
/* --------------------------------------------------
   Mobile
-------------------------------------------------- */
@media (max-width: 640px) {
  .hol-afspraak-hero,
  .hol-afspraak-section,
  .hol-afspraak-aftercare {
    padding-block: 3.5rem;
  }
  .hol-pane--afspraak-form,
  .hol-pane--afspraak-details,
  .hol-pane--afspraak-trust,
  .hol-pane--afspraak-contact,
  .hol-pane--afspraak-intro-card,
  .hol-pane--afspraak-aftercare-image {
    border-radius: 16px;
  }
  .hol-pane--afspraak-form button,
  .hol-pane--afspraak-form input[type=submit],
  .hol-pane--afspraak-form .dnnPrimaryAction {
    width: 100%;
  }
}
/* --------------------------------------------------
   Edit mode
-------------------------------------------------- */
.dnnEditState .hol-site--afspraak .hol-pane:empty,
.dnnLayoutMode .hol-site--afspraak .hol-pane:empty {
  min-height: 52px;
  border: 1px dashed rgba(144, 114, 83, 0.35);
  border-radius: 10px;
  background: rgba(247, 243, 238, 0.28);
}

.dnnEditState .hol-site--afspraak .hol-pane:empty::before,
.dnnLayoutMode .hol-site--afspraak .hol-pane:empty::before {
  content: attr(id);
  display: block;
  padding: 0.75rem;
  font-family: "Montserrat", "Avenir Next", Inter, system-ui, sans-serif;
  font-size: 0.75rem;
  color: rgba(144, 114, 83, 0.85);
}

/* --------------------------------------------------
   Behandelingen page
-------------------------------------------------- */
.hol-site--behandelingen {
  background: #eae6e1;
}

/* --------------------------------------------------
   Hero
-------------------------------------------------- */
.hol-behandelingen-hero {
  padding-block: clamp(4rem, 8vw, 7rem) clamp(2rem, 4vw, 3rem);
  background: radial-gradient(circle at 18% 18%, rgba(247, 243, 238, 0.5) 0, rgba(247, 243, 238, 0) 34%), linear-gradient(135deg, #eae6e1 0%, rgba(212, 198, 181, 0.65) 100%);
}

.hol-pane--behandelingen-hero {
  max-width: 860px;
}

.hol-pane--behandelingen-hero h1,
.hol-pane--behandelingen-hero h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3rem, 7vw, 5rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.035em;
  color: #4c341a;
}

.hol-pane--behandelingen-hero p {
  max-width: 680px;
  margin: 1.25rem 0 0;
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  line-height: 1.75;
  color: #6a4f32;
}

/* --------------------------------------------------
   Intro
-------------------------------------------------- */
.hol-behandelingen-intro {
  padding-block: clamp(4rem, 8vw, 6.5rem);
  background: #eae6e1;
}

.hol-behandelingen-intro__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.hol-pane--behandelingen-intro {
  max-width: 760px;
}

.hol-pane--behandelingen-intro h2,
.hol-pane--behandelingen-intro h3 {
  margin: 0 0 1.25rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  font-weight: 400;
  line-height: 1.08;
  color: #4c341a;
}

.hol-pane--behandelingen-intro p {
  margin: 0 0 1.125rem;
  font-size: clamp(1rem, 1.7vw, 1.125rem);
  line-height: 1.75;
  color: #6a4f32;
}

.hol-behandelingen-intro__aside {
  min-width: 0;
}

.hol-pane--behandelingen-aside {
  padding: clamp(1.5rem, 3vw, 2rem);
  border: 1px solid rgba(201, 182, 161, 0.65);
  border-radius: 20px;
  background: rgba(247, 243, 238, 0.42);
  box-shadow: 0 10px 28px rgba(76, 52, 26, 0.05);
}

.hol-pane--behandelingen-aside h2,
.hol-pane--behandelingen-aside h3 {
  margin: 0 0 1rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 400;
  color: #4c341a;
}

.hol-pane--behandelingen-aside p {
  margin: 0 0 0.85rem;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #766349;
}

@media (min-width: 1024px) {
  .hol-behandelingen-intro__grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.42fr);
  }
  .hol-behandelingen-intro__aside {
    position: sticky;
    top: 120px;
  }
}
/* --------------------------------------------------
   Overview
-------------------------------------------------- */
.hol-behandelingen-overview {
  padding-block: clamp(4rem, 8vw, 7rem);
  background: rgba(234, 230, 225, 0.82);
}

.hol-behandelingen-overview__header {
  max-width: 760px;
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
}

.hol-pane--behandelingen-overview-header h2,
.hol-pane--behandelingen-overview-header h3 {
  margin: 0 0 1rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  font-weight: 400;
  line-height: 1.1;
  color: #4c341a;
}

.hol-pane--behandelingen-overview-header p {
  margin: 0;
  font-size: clamp(1rem, 1.6vw, 1.125rem);
  line-height: 1.75;
  color: #6a4f32;
}

.hol-behandelingen-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.25rem, 3vw, 1.75rem);
  align-items: stretch;
}

.hol-pane--behandeling-card {
  min-width: 0;
}

.hol-pane--behandeling-card .DnnModule,
.hol-pane--behandeling-card .DnnModuleContent,
.hol-pane--behandeling-card .hol-card {
  height: 100%;
}

@media (min-width: 768px) {
  .hol-behandelingen-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .hol-behandelingen-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
/* --------------------------------------------------
   Process section
-------------------------------------------------- */
.hol-behandelingen-process {
  padding-block: clamp(4rem, 8vw, 7rem);
  background: #eae6e1;
}

.hol-behandelingen-process__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

.hol-pane--process-content {
  max-width: 620px;
}

.hol-pane--process-content h2,
.hol-pane--process-content h3 {
  margin: 0 0 1.25rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  font-weight: 400;
  line-height: 1.08;
  color: #4c341a;
}

.hol-pane--process-content p {
  margin: 0 0 1rem;
  font-size: clamp(1rem, 1.7vw, 1.125rem);
  line-height: 1.75;
  color: #6a4f32;
}

.hol-behandelingen-process__steps {
  display: grid;
  gap: 1rem;
}

.hol-pane--process-step {
  padding: clamp(1.25rem, 3vw, 1.75rem);
  border: 1px solid rgba(201, 182, 161, 0.65);
  border-radius: 20px;
  background: rgba(247, 243, 238, 0.38);
  box-shadow: 0 10px 28px rgba(76, 52, 26, 0.05);
}

.hol-pane--process-step h3 {
  margin: 0 0 0.75rem;
  font-family: "Montserrat", "Avenir Next", Inter, system-ui, sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #4c341a;
}

.hol-pane--process-step p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.65;
  color: #766349;
}

@media (min-width: 1024px) {
  .hol-behandelingen-process__grid {
    grid-template-columns: minmax(0, 0.78fr) minmax(340px, 0.72fr);
  }
}
/* --------------------------------------------------
   CTA
-------------------------------------------------- */
.hol-behandelingen-cta {
  padding-block: clamp(4rem, 8vw, 7rem);
  background: radial-gradient(circle at 18% 20%, rgba(247, 243, 238, 0.45) 0, rgba(247, 243, 238, 0) 34%), linear-gradient(135deg, #d4c6b5 0%, #c9b6a1 100%);
}

.hol-behandelingen-cta__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}

.hol-pane--behandelingen-cta-content h2,
.hol-pane--behandelingen-cta-content h3 {
  margin: 0 0 1rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  font-weight: 400;
  line-height: 1.05;
  color: #4c341a;
}

.hol-pane--behandelingen-cta-content p {
  max-width: 620px;
  margin: 0;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  line-height: 1.7;
  color: #6a4f32;
}

.hol-pane--behandelingen-cta-action {
  display: flex;
  justify-content: flex-start;
}

@media (min-width: 768px) {
  .hol-behandelingen-cta__inner {
    grid-template-columns: minmax(0, 1fr) auto;
  }
  .hol-pane--behandelingen-cta-action {
    justify-content: flex-end;
  }
}
/* --------------------------------------------------
   Mobile
-------------------------------------------------- */
@media (max-width: 640px) {
  .hol-behandelingen-hero {
    padding-block: 3.5rem 2rem;
  }
  .hol-behandelingen-intro,
  .hol-behandelingen-overview,
  .hol-behandelingen-process,
  .hol-behandelingen-cta {
    padding-block: 3.5rem;
  }
  .hol-pane--behandelingen-cta-action .hol-button {
    width: 100%;
  }
}
/* --------------------------------------------------
   Edit mode
-------------------------------------------------- */
.dnnEditState .hol-site--behandelingen .hol-pane:empty,
.dnnLayoutMode .hol-site--behandelingen .hol-pane:empty {
  min-height: 52px;
  border: 1px dashed rgba(144, 114, 83, 0.35);
  border-radius: 10px;
  background: rgba(247, 243, 238, 0.28);
}

.dnnEditState .hol-site--behandelingen .hol-pane:empty::before,
.dnnLayoutMode .hol-site--behandelingen .hol-pane:empty::before {
  content: attr(id);
  display: block;
  padding: 0.75rem;
  font-family: "Montserrat", "Avenir Next", Inter, system-ui, sans-serif;
  font-size: 0.75rem;
  color: rgba(144, 114, 83, 0.85);
}

/* --------------------------------------------------
   Contact page
-------------------------------------------------- */
.hol-site--contact {
  background: #eae6e1;
}

/* Hero */
.hol-contact-hero {
  padding-block: clamp(4rem, 8vw, 7rem);
  background: radial-gradient(circle at 16% 18%, rgba(247, 243, 238, 0.48) 0, rgba(247, 243, 238, 0) 34%), linear-gradient(135deg, #eae6e1 0%, rgba(212, 198, 181, 0.72) 100%);
}

.hol-pane--contact-hero {
  max-width: 780px;
}

.hol-pane--contact-hero h1,
.hol-pane--contact-hero h2 {
  margin: 0 0 1.25rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3rem, 7vw, 5rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.035em;
  color: #4c341a;
}

.hol-pane--contact-hero p {
  max-width: 620px;
  margin-bottom: 0;
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  line-height: 1.75;
  color: #6a4f32;
}

/* Main contact area */
.hol-contact-section {
  padding-block: clamp(4rem, 8vw, 7rem);
  background: #eae6e1;
}

.hol-contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.hol-contact-sidebar {
  display: grid;
  gap: 1.5rem;
}

.hol-contact-main {
  min-width: 0;
}

/* Info cards */
.hol-pane--contact-details,
.hol-pane--opening-hours,
.hol-pane--contact-form {
  min-width: 0;
}

.hol-pane--contact-details .DnnModuleContent,
.hol-pane--opening-hours .DnnModuleContent,
.hol-pane--contact-form .DnnModuleContent {
  min-width: 0;
}

.hol-pane--contact-details,
.hol-pane--opening-hours {
  padding: clamp(1.5rem, 3vw, 2rem);
  border: 1px solid rgba(201, 182, 161, 0.65);
  border-radius: 20px;
  background: rgba(247, 243, 238, 0.38);
  box-shadow: 0 10px 28px rgba(76, 52, 26, 0.05);
}

.hol-pane--contact-details h2,
.hol-pane--opening-hours h2,
.hol-pane--contact-form h2 {
  margin: 0 0 1rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 400;
  line-height: 1.15;
  color: #4c341a;
}

.hol-pane--contact-details p,
.hol-pane--opening-hours p {
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
  line-height: 1.65;
  color: #766349;
}

.hol-pane--contact-details p:last-child,
.hol-pane--opening-hours p:last-child {
  margin-bottom: 0;
}

.hol-pane--contact-details a {
  color: #4c341a;
  text-decoration: none;
}

.hol-pane--contact-details a:hover,
.hol-pane--contact-details a:focus {
  color: #907253;
}

/* Contact form wrapper */
.hol-pane--contact-form {
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border-radius: 28px;
  background: rgba(247, 243, 238, 0.45);
  box-shadow: 0 10px 28px rgba(76, 52, 26, 0.05);
}

/* Generic form styling for DNN modules */
.hol-pane--contact-form input[type=text],
.hol-pane--contact-form input[type=email],
.hol-pane--contact-form input[type=tel],
.hol-pane--contact-form input[type=number],
.hol-pane--contact-form textarea,
.hol-pane--contact-form select {
  width: 100%;
  min-height: 48px;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(201, 182, 161, 0.85);
  border-radius: 14px;
  font-family: "Montserrat", "Avenir Next", Inter, system-ui, sans-serif;
  font-size: 0.95rem;
  line-height: 1.4;
  color: #4c341a;
  background: rgba(234, 230, 225, 0.72);
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.hol-pane--contact-form textarea {
  min-height: 150px;
  resize: vertical;
}

.hol-pane--contact-form input:focus,
.hol-pane--contact-form textarea:focus,
.hol-pane--contact-form select:focus {
  outline: none;
  border-color: rgba(144, 114, 83, 0.55);
  background: #f7f3ee;
  box-shadow: 0 0 0 4px rgba(144, 114, 83, 0.08);
}

.hol-pane--contact-form label {
  display: inline-block;
  margin-bottom: 0.4rem;
  font-family: "Montserrat", "Avenir Next", Inter, system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #766349;
}

.hol-pane--contact-form button,
.hol-pane--contact-form input[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.875rem 1.75rem;
  border: 0;
  border-radius: 999px;
  font-family: "Montserrat", "Avenir Next", Inter, system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #f7f3ee;
  background: #b4a48f;
  cursor: pointer;
  transition: background-color 180ms ease, transform 180ms ease;
}

.hol-pane--contact-form button:hover,
.hol-pane--contact-form button:focus,
.hol-pane--contact-form input[type=submit]:hover,
.hol-pane--contact-form input[type=submit]:focus {
  background: #a68d70;
  transform: translateY(-1px);
}

.hol-pane--contact-form .hol-fal-field--privacy {
  margin-top: 0.25rem;
}
.hol-pane--contact-form .hol-fal-control--checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #766349;
}
.hol-pane--contact-form .hol-fal-control--checkbox input[type=checkbox] {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  min-height: 0;
  margin: 0.2rem 0 0;
  padding: 0;
  border-radius: 4px;
}
.hol-pane--contact-form .hol-fal-control--checkbox label {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  color: #766349;
}
.hol-pane--contact-form .hol-fal-control--checkbox span {
  display: block;
}

/* Map */
.hol-contact-map-section {
  padding-block: 0 clamp(4rem, 8vw, 7rem);
  background: #eae6e1;
}

.hol-pane--map {
  overflow: hidden;
  min-height: 360px;
  border-radius: 28px;
  background: rgba(212, 198, 181, 0.45);
}

.hol-pane--map iframe {
  display: block;
  width: 100%;
  min-height: 360px;
  border: 0;
}

/* Desktop */
@media (min-width: 1024px) {
  .hol-contact-grid {
    grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.88fr);
  }
  .hol-contact-sidebar {
    position: sticky;
    top: 120px;
  }
}
/* Mobile */
@media (max-width: 640px) {
  .hol-contact-hero {
    padding-block: 3.5rem;
  }
  .hol-contact-section {
    padding-block: 3.5rem;
  }
  .hol-pane--contact-details,
  .hol-pane--opening-hours,
  .hol-pane--contact-form {
    border-radius: 16px;
  }
  .hol-pane--contact-form button,
  .hol-pane--contact-form input[type=submit] {
    width: 100%;
  }
}
/* Edit mode */
.dnnEditState .hol-site--contact .hol-pane:empty,
.dnnLayoutMode .hol-site--contact .hol-pane:empty {
  min-height: 52px;
  border: 1px dashed rgba(144, 114, 83, 0.35);
  border-radius: 10px;
  background: rgba(247, 243, 238, 0.28);
}

.dnnEditState .hol-site--contact .hol-pane:empty::before,
.dnnLayoutMode .hol-site--contact .hol-pane:empty::before {
  content: attr(id);
  display: block;
  padding: 0.75rem;
  font-family: "Montserrat", "Avenir Next", Inter, system-ui, sans-serif;
  font-size: 0.75rem;
  color: rgba(144, 114, 83, 0.85);
}

/* --------------------------------------------------
   Container / Shell
   Bootstrap-achtige container voor House of Laser
-------------------------------------------------- */
.hol-container,
.hol-shell {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: clamp(1.25rem, 4vw, 2.5rem);
  padding-left: clamp(1.25rem, 4vw, 2.5rem);
}

/* Small devices */
@media (min-width: 640px) {
  .hol-container,
  .hol-shell {
    max-width: 540px;
  }
}
/* Medium devices */
@media (min-width: 768px) {
  .hol-container,
  .hol-shell {
    max-width: 720px;
  }
}
/* Large devices */
@media (min-width: 1024px) {
  .hol-container,
  .hol-shell {
    max-width: 960px;
  }
}
/* Extra large devices */
@media (min-width: 1280px) {
  .hol-container,
  .hol-shell {
    max-width: 1180px;
  }
}
/* --------------------------------------------------
   Fluid container
-------------------------------------------------- */
.hol-container-fluid,
.hol-shell-fluid {
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: clamp(1.25rem, 4vw, 2.5rem);
  padding-left: clamp(1.25rem, 4vw, 2.5rem);
}

/* --------------------------------------------------
   Narrow / wide variants
-------------------------------------------------- */
.hol-container--narrow,
.hol-shell--narrow {
  max-width: 860px;
}

.hol-container--wide,
.hol-shell--wide {
  max-width: 1360px;
}

.hol-container--full,
.hol-shell--full {
  max-width: none;
}

/* --------------------------------------------------
   No padding variant
-------------------------------------------------- */
.hol-container--flush,
.hol-shell--flush {
  padding-right: 0;
  padding-left: 0;
}

/* --------------------------------------------------
   Header
-------------------------------------------------- */
.hol-header {
  position: sticky;
  top: 0;
  z-index: 800;
  width: 100%;
  background: rgba(247, 243, 238, 0.96);
  border-bottom: 1px solid rgba(201, 182, 161, 0.45);
  backdrop-filter: blur(10px);
}

.hol-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 86px;
  gap: 2rem;
}

.hol-header__brand {
  flex: 0 0 auto;
  min-width: max-content;
}

.hol-logo-text {
  display: inline-block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.35rem, 2vw, 1.95rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  color: #4c341a;
  white-space: nowrap;
}

.hol-logo-text:hover,
.hol-logo-text:focus {
  color: #4c341a;
  text-decoration: none;
}

.hol-header__cta {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}

.hol-button--small {
  min-height: 36px;
  padding: 0.65rem 1.2rem;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
}

@media (max-width: 1024px) {
  .hol-header__inner {
    min-height: 74px;
    gap: 1rem;
  }
  .hol-logo-text {
    font-size: clamp(1.15rem, 5vw, 1.55rem);
    letter-spacing: 0.13em;
  }
  .hol-header__cta {
    order: 2;
    margin-left: auto;
  }
  .hol-header__cta .hol-button {
    display: none;
  }
}
@media (max-width: 640px) {
  .hol-header__inner {
    min-height: 68px;
  }
  .hol-logo-text {
    font-size: 1.05rem;
    letter-spacing: 0.1em;
  }
}
/* --------------------------------------------------
   Footer
-------------------------------------------------- */
.hol-site {
  /* Grid area */
  /* Bottom blijft zoals hij was */
  /* Tablet */
}
.hol-site .hol-footer {
  padding-block: clamp(3.5rem, 7vw, 6rem) 2rem;
  color: #6a4f32;
}
.hol-site .hol-footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.5rem, 4vw, 2.5rem);
  padding-bottom: clamp(2.5rem, 5vw, 4rem);
}
.hol-site .hol-footer__column {
  min-width: 0;
  padding: clamp(1.5rem, 3vw, 2rem);
  border: 1px solid rgba(76, 52, 26, 0.12);
  border-radius: 1.5rem;
  background: rgba(212, 198, 181, 0.45);
}
.hol-site .hol-footer__title {
  margin: 0 0 1.25rem;
  font-family: "Montserrat", "Avenir Next", Inter, system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #4c341a;
}
.hol-site .hol-footer .hol-pane {
  font-size: 0.92rem;
  line-height: 1.75;
  color: #766349;
}
.hol-site .hol-footer p {
  margin: 0 0 0.75rem;
}
.hol-site .hol-footer a {
  color: #766349;
  text-decoration: none;
  transition: color 180ms ease;
}
.hol-site .hol-footer a:hover,
.hol-site .hol-footer a:focus {
  color: #4c341a;
  text-decoration: none;
}
.hol-site .hol-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hol-site .hol-footer li + li {
  margin-top: 0.55rem;
}
.hol-site .hol-footer__bottom {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(76, 52, 26, 0.14);
}
.hol-site .hol-footer__brand {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #4c341a;
}
.hol-site .hol-footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  font-size: 0.78rem;
  line-height: 1.5;
  color: rgba(118, 99, 73, 0.9);
}
.hol-site .hol-footer__legal a,
.hol-site .hol-footer__legal span {
  color: inherit;
}
@media (min-width: 768px) {
  .hol-site .hol-footer__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
  }
  .hol-site .hol-footer__column {
    display: flex;
    flex-direction: column;
  }
  .hol-site .hol-footer__bottom {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .hol-site .hol-footer__legal {
    justify-content: flex-end;
  }
}

/* --------------------------------------------------
   Home page
-------------------------------------------------- */
.hol-site--home {
  background: #eae6e1;
}

/* --------------------------------------------------
   Shared home section defaults
-------------------------------------------------- */
.hol-section {
  position: relative;
  padding-block: clamp(4rem, 8vw, 7rem);
}

.hol-section__topline {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  align-items: end;
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
}

.hol-section__link {
  justify-self: start;
}

.hol-section__header {
  max-width: 760px;
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
}

.hol-section__title {
  margin-bottom: 1rem;
}

.hol-section__intro {
  max-width: 640px;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  line-height: 1.7;
  color: #6a4f32;
}

@media (min-width: 768px) {
  .hol-section__topline {
    grid-template-columns: minmax(0, 1fr) auto;
  }
  .hol-section__link {
    justify-self: end;
  }
}
/* --------------------------------------------------
   Hero
-------------------------------------------------- */
.hol-hero {
  position: relative;
  min-height: clamp(520px, 82vh, 860px);
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-block: clamp(5rem, 9vw, 8rem);
  background: linear-gradient(90deg, rgba(234, 230, 225, 0.96) 0%, rgba(234, 230, 225, 0.88) 38%, rgba(234, 230, 225, 0.18) 72%, rgba(234, 230, 225, 0) 100%), #d4c6b5;
}

.hol-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 12% 22%, rgba(247, 243, 238, 0.44) 0, rgba(247, 243, 238, 0) 34%), radial-gradient(circle at 75% 75%, rgba(200, 152, 112, 0.16) 0, rgba(200, 152, 112, 0) 40%);
  pointer-events: none;
}

.hol-hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
}

.hol-pane--hero {
  max-width: 620px;
}

.hol-pane--hero .DnnModule,
.hol-pane--hero .DnnModuleContent {
  max-width: 100%;
}

.hol-pane--hero .hol-overline,
.hol-pane--hero .Normal > .hol-overline {
  margin-bottom: 1rem;
}

.hol-pane--hero h1,
.hol-pane--hero h2 {
  margin: 0 0 1.25rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3.25rem, 8vw, 5.75rem);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.035em;
  color: #4c341a;
}

.hol-pane--hero p {
  max-width: 520px;
  margin-bottom: 1.75rem;
  font-size: clamp(1.05rem, 1.7vw, 1.25rem);
  line-height: 1.7;
  color: #6a4f32;
}

.hol-pane--hero .hol-button {
  margin-top: 0.25rem;
}

/* Optional: when a background image is added to the hero section */
.hol-hero.has-background-image,
.hol-hero--image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hol-hero.has-background-image::after,
.hol-hero--image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(234, 230, 225, 0.96) 0%, rgba(234, 230, 225, 0.82) 38%, rgba(234, 230, 225, 0.18) 72%, rgba(234, 230, 225, 0) 100%);
  pointer-events: none;
}

/* --------------------------------------------------
   Treatments
-------------------------------------------------- */
.hol-section--treatments {
  background: #eae6e1;
}

.hol-pane--treatments-intro {
  max-width: 760px;
}

.hol-pane--treatments-intro h1,
.hol-pane--treatments-intro h2,
.hol-pane--treatments-intro h3 {
  margin: 0 0 1rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.1rem, 4.5vw, 3.25rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.025em;
  color: #4c341a;
}

.hol-pane--treatments-intro p {
  max-width: 620px;
  margin-bottom: 0;
  font-size: clamp(1rem, 1.6vw, 1.125rem);
  line-height: 1.7;
  color: #6a4f32;
}

.hol-treatment-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.25rem, 3vw, 1.75rem);
  align-items: stretch;
}

.hol-pane--treatment {
  min-width: 0;
}

.hol-pane--treatment .DnnModule,
.hol-pane--treatment .DnnModuleContent,
.hol-pane--treatment .hol-card {
  height: 100%;
}

@media (min-width: 768px) {
  .hol-treatment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .hol-treatment-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
/* --------------------------------------------------
   About band
-------------------------------------------------- */
.hol-about-band {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  min-height: 520px;
  overflow: hidden;
  background: #d4c6b5;
}

.hol-about-band__content {
  display: flex;
  align-items: center;
  padding: clamp(4rem, 8vw, 7rem) clamp(1.25rem, 4vw, 2.5rem);
}

.hol-about-band__media {
  min-height: 340px;
  background: rgba(201, 182, 161, 0.55);
}

.hol-pane--about-content {
  width: min(100%, 620px);
  margin-inline: auto;
}

.hol-pane--about-content h1,
.hol-pane--about-content h2,
.hol-pane--about-content h3 {
  margin: 0 0 1.25rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.025em;
  color: #4c341a;
}

.hol-pane--about-content p {
  margin-bottom: 1.25rem;
  font-size: clamp(1rem, 1.6vw, 1.125rem);
  line-height: 1.75;
  color: #6a4f32;
}

.hol-pane--about-content p:last-child {
  margin-bottom: 0;
}

.hol-pane--about-media,
.hol-pane--about-media .DnnModule,
.hol-pane--about-media .DnnModuleContent {
  height: 100%;
}

.hol-pane--about-media img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
}

@media (min-width: 1024px) {
  .hol-about-band {
    grid-template-columns: minmax(0, 1fr) minmax(42%, 0.9fr);
  }
  .hol-about-band__content {
    padding-left: max(clamp(1.25rem, 4vw, 2.5rem), (100vw - 1180px) / 2 + clamp(1.25rem, 4vw, 2.5rem));
    padding-right: clamp(2rem, 5vw, 5rem);
  }
  .hol-about-band__media {
    min-height: 620px;
  }
  .hol-pane--about-media img {
    min-height: 620px;
  }
}
/* --------------------------------------------------
   USP band
-------------------------------------------------- */
.hol-usp-band {
  padding-block: clamp(3rem, 6vw, 5rem);
  background: rgba(234, 230, 225, 0.85);
  border-block: 1px solid rgba(201, 182, 161, 0.45);
}

.hol-usp-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1rem, 3vw, 2rem);
}

.hol-pane--usp {
  min-width: 0;
}

.hol-pane--usp .DnnModule,
.hol-pane--usp .DnnModuleContent,
.hol-pane--usp .hol-card {
  height: 100%;
}

@media (min-width: 640px) {
  .hol-usp-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .hol-usp-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
/* --------------------------------------------------
   CTA band
   Layoutregels; visuele CTA-styling staat in components/_cta.scss
-------------------------------------------------- */
.hol-cta-band {
  margin: 0;
}

.hol-cta-band__inner {
  min-height: clamp(280px, 38vw, 460px);
}

.hol-pane--cta-content {
  min-width: 0;
}

.hol-pane--cta-action {
  min-width: 0;
}

/* --------------------------------------------------
   Optional content section
-------------------------------------------------- */
.hol-content-block {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.hol-content-block .hol-overline {
  margin-bottom: 1rem;
}

.hol-content-block h2 {
  margin-bottom: 1rem;
}

.hol-content-block p {
  margin-inline: auto;
  max-width: 680px;
}

.hol-section--content {
  padding-block: clamp(3rem, 6vw, 5rem);
  background: #eae6e1;
}

.hol-pane--content {
  max-width: 880px;
  margin-inline: auto;
}

.hol-pane--content h1,
.hol-pane--content h2,
.hol-pane--content h3 {
  color: #4c341a;
}

.hol-pane--content p:last-child {
  margin-bottom: 0;
}

/* --------------------------------------------------
   Empty pane behaviour in edit/layout mode
-------------------------------------------------- */
.dnnEditState .hol-site--home .hol-pane:empty,
.dnnLayoutMode .hol-site--home .hol-pane:empty {
  min-height: 52px;
  border: 1px dashed rgba(144, 114, 83, 0.35);
  border-radius: 10px;
  background: rgba(247, 243, 238, 0.28);
}

.dnnEditState .hol-site--home .hol-pane:empty::before,
.dnnLayoutMode .hol-site--home .hol-pane:empty::before {
  content: attr(id);
  display: block;
  padding: 0.75rem;
  font-family: "Montserrat", "Avenir Next", Inter, system-ui, sans-serif;
  font-size: 0.75rem;
  color: rgba(144, 114, 83, 0.85);
}

/* --------------------------------------------------
   Responsive refinements
-------------------------------------------------- */
@media (max-width: 1024px) {
  .hol-hero {
    min-height: auto;
    padding-block: clamp(4rem, 10vw, 6rem);
  }
  .hol-about-band__content {
    padding-inline: clamp(1.25rem, 4vw, 2.5rem);
  }
}
@media (max-width: 640px) {
  .hol-section {
    padding-block: 3.5rem;
  }
  .hol-section__topline {
    margin-bottom: 2rem;
  }
  .hol-hero {
    padding-block: 3.5rem;
  }
  .hol-pane--hero h1,
  .hol-pane--hero h2 {
    font-size: clamp(2.75rem, 14vw, 4rem);
  }
  .hol-about-band__content {
    padding-block: 3.5rem;
  }
  .hol-about-band__media {
    min-height: 280px;
  }
  .hol-pane--about-media img {
    min-height: 280px;
  }
}
/* --------------------------------------------------
   Reduced motion
-------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  .hol-hero,
  .hol-hero::before,
  .hol-hero::after {
    transition: none;
  }
}
/* --------------------------------------------------
   Treatments section
-------------------------------------------------- */
.hol-section--treatments {
  padding-block: clamp(4rem, 8vw, 7rem);
  background: #eae6e1;
}

.hol-section__topline {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  align-items: end;
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
}

.hol-section__link {
  justify-self: start;
}

.hol-treatment-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.25rem, 3vw, 1.75rem);
  align-items: stretch;
}

.hol-pane--treatment {
  min-width: 0;
}

/* Zorg dat DNN-modules en cards dezelfde hoogte kunnen krijgen */
.hol-pane--treatment .DnnModule,
.hol-pane--treatment .DnnModuleContent,
.hol-pane--treatment .hol-card {
  height: 100%;
}

/* Tablet: 2 naast elkaar */
@media (min-width: 768px) {
  .hol-section__topline {
    grid-template-columns: minmax(0, 1fr) auto;
  }
  .hol-section__link {
    justify-self: end;
  }
  .hol-treatment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
/* Desktop: 4 naast elkaar */
@media (min-width: 1024px) {
  .hol-treatment-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
/* --------------------------------------------------
   Generic page skin
   Voor normale DNN pagina's: header, content, footer.
-------------------------------------------------- */
.hol-site--page .hol-page-main {
  min-height: 60vh;
}
.hol-site--page .hol-page-header-section {
  padding: clamp(3rem, 7vw, 6rem) 0 clamp(1.5rem, 4vw, 3rem);
}
.hol-site--page .hol-page-content-section {
  padding: clamp(2rem, 5vw, 4rem) 0 clamp(4rem, 8vw, 7rem);
}
.hol-site--page .hol-page-bottom-section {
  padding: 0 0 clamp(4rem, 8vw, 7rem);
}
.hol-site--page .hol-pane--page-header:empty,
.hol-site--page .hol-pane--bottom:empty {
  display: none;
}
.hol-site--page .hol-pane--content {
  max-width: 980px;
  margin-inline: auto;
}

.dnnEditState .hol-site--page .hol-pane--page-header:empty,
.dnnEditState .hol-site--page .hol-pane--bottom:empty,
.dnnLayoutMode .hol-site--page .hol-pane--page-header:empty,
.dnnLayoutMode .hol-site--page .hol-pane--bottom:empty {
  display: block;
}

/* --------------------------------------------------
   Auth skin
   Voor login, register, password reset en profielpagina's.
-------------------------------------------------- */
.hol-site--auth .hol-auth-main {
  min-height: 70vh;
}
.hol-site--auth .hol-auth-section {
  min-height: 70vh;
  display: flex;
  align-items: center;
  padding: clamp(3rem, 8vw, 6rem) 0;
}
.hol-site--auth .hol-auth-shell {
  width: min(100% - 2rem, 560px);
  margin-inline: auto;
}
.hol-site--auth .hol-auth-card {
  padding: clamp(2rem, 5vw, 3.25rem);
  border-radius: 28px;
  background: #f7f3ee;
  box-shadow: 0 24px 80px rgba(76, 52, 26, 0.08);
}
.hol-site--auth .hol-pane--auth {
  min-width: 0;
}
.hol-site--auth .dnnLogin,
.hol-site--auth .dnnRegistrationForm,
.hol-site--auth .dnnPasswordResetContent,
.hol-site--auth .dnnProfile {
  max-width: 100%;
}

/* --------------------------------------------------
   Over ons page
-------------------------------------------------- */
.hol-site--over-ons {
  background: #eae6e1;
}

/* --------------------------------------------------
   Hero
-------------------------------------------------- */
.hol-about-hero {
  padding-block: clamp(4rem, 8vw, 7rem);
  background: radial-gradient(circle at 16% 18%, rgba(247, 243, 238, 0.5) 0, rgba(247, 243, 238, 0) 34%), linear-gradient(135deg, #eae6e1 0%, rgba(212, 198, 181, 0.62) 100%);
}

.hol-about-hero__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

.hol-pane--about-hero-content {
  max-width: 720px;
}

.hol-pane--about-hero-content h1,
.hol-pane--about-hero-content h2 {
  margin: 0 0 1.25rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3rem, 7vw, 5.35rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.035em;
  color: #4c341a;
}

.hol-pane--about-hero-content p {
  max-width: 620px;
  margin: 0 0 1.25rem;
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  line-height: 1.75;
  color: #6a4f32;
}

.hol-pane--about-hero-media {
  overflow: hidden;
  min-height: 360px;
  border-radius: 28px;
  background: rgba(201, 182, 161, 0.55);
  box-shadow: 0 18px 45px rgba(76, 52, 26, 0.08);
}

.hol-pane--about-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

@media (min-width: 1024px) {
  .hol-about-hero__inner {
    grid-template-columns: minmax(0, 0.85fr) minmax(360px, 0.7fr);
  }
  .hol-pane--about-hero-media {
    min-height: 520px;
  }
  .hol-pane--about-hero-media img {
    min-height: 520px;
  }
}
/* --------------------------------------------------
   Intro
-------------------------------------------------- */
.hol-about-intro {
  padding-block: clamp(4rem, 8vw, 7rem);
  background: #eae6e1;
}

.hol-about-intro__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.hol-pane--about-intro-content {
  max-width: 780px;
}

.hol-pane--about-intro-content h2,
.hol-pane--about-intro-content h3 {
  margin: 0 0 1.25rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.35rem, 5vw, 4rem);
  font-weight: 400;
  line-height: 1.08;
  color: #4c341a;
}

.hol-pane--about-intro-content p {
  margin: 0 0 1.15rem;
  font-size: clamp(1rem, 1.7vw, 1.125rem);
  line-height: 1.78;
  color: #6a4f32;
}

.hol-about-intro__aside {
  min-width: 0;
}

.hol-pane--about-intro-aside {
  padding: clamp(1.5rem, 3vw, 2rem);
  border: 1px solid rgba(201, 182, 161, 0.65);
  border-radius: 20px;
  background: rgba(247, 243, 238, 0.42);
  box-shadow: 0 10px 28px rgba(76, 52, 26, 0.05);
}

.hol-pane--about-intro-aside h2,
.hol-pane--about-intro-aside h3 {
  margin: 0 0 1rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 400;
  color: #4c341a;
}

.hol-pane--about-intro-aside p {
  margin: 0 0 0.85rem;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #766349;
}

@media (min-width: 1024px) {
  .hol-about-intro__grid {
    grid-template-columns: minmax(0, 0.88fr) minmax(280px, 0.42fr);
  }
  .hol-about-intro__aside {
    position: sticky;
    top: 120px;
  }
}
/* --------------------------------------------------
   Story
-------------------------------------------------- */
.hol-about-story {
  padding-block: clamp(4rem, 8vw, 7rem);
  background: #d4c6b5;
}

.hol-about-story__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

.hol-about-story__media {
  min-width: 0;
}

.hol-pane--about-story-media {
  overflow: hidden;
  min-height: 340px;
  border-radius: 28px;
  background: rgba(201, 182, 161, 0.55);
  box-shadow: 0 18px 45px rgba(76, 52, 26, 0.08);
}

.hol-pane--about-story-media img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
}

.hol-pane--about-story-content {
  max-width: 640px;
}

.hol-pane--about-story-content h2,
.hol-pane--about-story-content h3 {
  margin: 0 0 1.25rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.35rem, 5vw, 4rem);
  font-weight: 400;
  line-height: 1.08;
  color: #4c341a;
}

.hol-pane--about-story-content p {
  margin: 0 0 1.15rem;
  font-size: clamp(1rem, 1.7vw, 1.125rem);
  line-height: 1.78;
  color: #6a4f32;
}

@media (min-width: 1024px) {
  .hol-about-story__grid {
    grid-template-columns: minmax(360px, 0.72fr) minmax(0, 0.88fr);
  }
  .hol-pane--about-story-media {
    min-height: 560px;
  }
  .hol-pane--about-story-media img {
    min-height: 560px;
  }
}
/* --------------------------------------------------
   Values
-------------------------------------------------- */
.hol-about-values {
  padding-block: clamp(4rem, 8vw, 7rem);
  background: rgba(234, 230, 225, 0.85);
}

.hol-about-values__header {
  max-width: 760px;
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
}

.hol-pane--about-values-header h2,
.hol-pane--about-values-header h3 {
  margin: 0 0 1rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  font-weight: 400;
  line-height: 1.1;
  color: #4c341a;
}

.hol-pane--about-values-header p {
  margin: 0;
  font-size: clamp(1rem, 1.6vw, 1.125rem);
  line-height: 1.75;
  color: #6a4f32;
}

.hol-about-values__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.25rem, 3vw, 1.75rem);
}

.hol-pane--about-value {
  min-width: 0;
}

.hol-pane--about-value .DnnModule,
.hol-pane--about-value .DnnModuleContent,
.hol-pane--about-value .hol-card {
  height: 100%;
}

@media (min-width: 768px) {
  .hol-about-values__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
/* --------------------------------------------------
   Team
-------------------------------------------------- */
.hol-about-team {
  padding-block: clamp(4rem, 8vw, 7rem);
  background: #eae6e1;
}

.hol-about-team__header {
  max-width: 760px;
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
}

.hol-pane--about-team-header h2,
.hol-pane--about-team-header h3 {
  margin: 0 0 1rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  font-weight: 400;
  line-height: 1.1;
  color: #4c341a;
}

.hol-pane--about-team-header p {
  margin: 0;
  font-size: clamp(1rem, 1.6vw, 1.125rem);
  line-height: 1.75;
  color: #6a4f32;
}

.hol-about-team__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.25rem, 3vw, 1.75rem);
}

.hol-pane--about-team-member {
  min-width: 0;
}

.hol-pane--about-team-member .DnnModule,
.hol-pane--about-team-member .DnnModuleContent,
.hol-pane--about-team-member .hol-card {
  height: 100%;
}

@media (min-width: 768px) {
  .hol-about-team__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
/* --------------------------------------------------
   Studio
-------------------------------------------------- */
.hol-about-studio {
  padding-block: clamp(4rem, 8vw, 7rem);
  background: #d4c6b5;
}

.hol-about-studio__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

.hol-pane--about-studio-content {
  max-width: 620px;
}

.hol-pane--about-studio-content h2,
.hol-pane--about-studio-content h3 {
  margin: 0 0 1.25rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.35rem, 5vw, 4rem);
  font-weight: 400;
  line-height: 1.08;
  color: #4c341a;
}

.hol-pane--about-studio-content p {
  margin: 0 0 1.15rem;
  font-size: clamp(1rem, 1.7vw, 1.125rem);
  line-height: 1.78;
  color: #6a4f32;
}

.hol-about-studio__gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.hol-pane--about-studio-image {
  overflow: hidden;
  min-height: 280px;
  border-radius: 20px;
  background: rgba(201, 182, 161, 0.55);
  box-shadow: 0 10px 28px rgba(76, 52, 26, 0.05);
}

.hol-pane--about-studio-image img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}

@media (min-width: 768px) {
  .hol-about-studio__gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .hol-about-studio__grid {
    grid-template-columns: minmax(0, 0.7fr) minmax(420px, 0.9fr);
  }
  .hol-pane--about-studio-image {
    min-height: 420px;
  }
  .hol-pane--about-studio-image img {
    min-height: 420px;
  }
  .hol-pane--about-studio-image:nth-child(2) {
    transform: translateY(2rem);
  }
}
/* --------------------------------------------------
   CTA
-------------------------------------------------- */
.hol-about-cta {
  padding-block: clamp(4rem, 8vw, 7rem);
  background: radial-gradient(circle at 18% 20%, rgba(247, 243, 238, 0.45) 0, rgba(247, 243, 238, 0) 34%), linear-gradient(135deg, #d4c6b5 0%, #c9b6a1 100%);
}

.hol-about-cta__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}

.hol-pane--about-cta-content h2,
.hol-pane--about-cta-content h3 {
  margin: 0 0 1rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  font-weight: 400;
  line-height: 1.05;
  color: #4c341a;
}

.hol-pane--about-cta-content p {
  max-width: 620px;
  margin: 0;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  line-height: 1.7;
  color: #6a4f32;
}

.hol-pane--about-cta-action {
  display: flex;
  justify-content: flex-start;
}

@media (min-width: 768px) {
  .hol-about-cta__inner {
    grid-template-columns: minmax(0, 1fr) auto;
  }
  .hol-pane--about-cta-action {
    justify-content: flex-end;
  }
}
/* --------------------------------------------------
   Mobile
-------------------------------------------------- */
@media (max-width: 640px) {
  .hol-about-hero,
  .hol-about-intro,
  .hol-about-story,
  .hol-about-values,
  .hol-about-team,
  .hol-about-studio,
  .hol-about-cta {
    padding-block: 3.5rem;
  }
  .hol-pane--about-hero-media,
  .hol-pane--about-story-media,
  .hol-pane--about-studio-image {
    border-radius: 16px;
  }
  .hol-pane--about-cta-action .hol-button {
    width: 100%;
  }
}
/* --------------------------------------------------
   Edit mode
-------------------------------------------------- */
.dnnEditState .hol-site--over-ons .hol-pane:empty,
.dnnLayoutMode .hol-site--over-ons .hol-pane:empty {
  min-height: 52px;
  border: 1px dashed rgba(144, 114, 83, 0.35);
  border-radius: 10px;
  background: rgba(247, 243, 238, 0.28);
}

.dnnEditState .hol-site--over-ons .hol-pane:empty::before,
.dnnLayoutMode .hol-site--over-ons .hol-pane:empty::before {
  content: attr(id);
  display: block;
  padding: 0.75rem;
  font-family: "Montserrat", "Avenir Next", Inter, system-ui, sans-serif;
  font-size: 0.75rem;
  color: rgba(144, 114, 83, 0.85);
}

/* --------------------------------------------------
   DNN panes
   Algemene pane-normalisatie voor House of Laser
-------------------------------------------------- */
.hol-pane {
  min-width: 0;
  max-width: 100%;
}

/* Lege panes niet volledig laten verdwijnen */
.hol-pane:empty {
  min-height: 1px;
}

/* DNN module wrappers */
.hol-pane .DnnModule,
.hol-pane .DnnModuleContent,
.hol-pane .DNNModuleContent,
.hol-pane .Normal {
  max-width: 100%;
  min-width: 0;
}

/* Afbeeldingen binnen panes */
.hol-pane img {
  max-width: 100%;
  height: auto;
}

/* --------------------------------------------------
   Edit / layout mode visibility
   Maakt lege panes zichtbaar in DNN edit/layout mode
-------------------------------------------------- */
.dnnEditState .hol-pane:empty,
.dnnLayoutMode .hol-pane:empty {
  min-height: 52px;
  border: 1px dashed rgba(144, 114, 83, 0.35);
  border-radius: 10px;
  background: rgba(247, 243, 238, 0.28);
}

.dnnEditState .hol-pane:empty::before,
.dnnLayoutMode .hol-pane:empty::before {
  content: attr(id);
  display: block;
  padding: 0.75rem;
  font-family: "Montserrat", "Avenir Next", Inter, system-ui, sans-serif;
  font-size: 0.75rem;
  line-height: 1.3;
  color: rgba(144, 114, 83, 0.85);
}

/* --------------------------------------------------
   Equal height pane groups
   Voor cards, USP's, treatment grids, team cards, etc.
-------------------------------------------------- */
.hol-treatment-grid,
.hol-usp-grid,
.hol-card-grid,
.hol-behandelingen-grid,
.hol-about-values__grid,
.hol-about-team__grid {
  align-items: stretch;
}

.hol-pane--treatment,
.hol-pane--usp,
.hol-pane--behandeling-card,
.hol-pane--about-value,
.hol-pane--about-team-member {
  display: flex;
  min-width: 0;
}

/* DNN wrappers moeten ook meerekken */
.hol-pane--treatment > .DnnModule,
.hol-pane--usp > .DnnModule,
.hol-pane--behandeling-card > .DnnModule,
.hol-pane--about-value > .DnnModule,
.hol-pane--about-team-member > .DnnModule,
.hol-pane--treatment .DnnModuleContent,
.hol-pane--usp .DnnModuleContent,
.hol-pane--behandeling-card .DnnModuleContent,
.hol-pane--about-value .DnnModuleContent,
.hol-pane--about-team-member .DnnModuleContent,
.hol-pane--treatment .DNNModuleContent,
.hol-pane--usp .DNNModuleContent,
.hol-pane--behandeling-card .DNNModuleContent,
.hol-pane--about-value .DNNModuleContent,
.hol-pane--about-team-member .DNNModuleContent,
.hol-pane--treatment .Normal,
.hol-pane--usp .Normal,
.hol-pane--behandeling-card .Normal,
.hol-pane--about-value .Normal,
.hol-pane--about-team-member .Normal {
  display: flex;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
}

/* De card zelf vult de volledige modulehoogte */
.hol-pane--treatment .hol-card,
.hol-pane--usp .hol-card,
.hol-pane--behandeling-card .hol-card,
.hol-pane--about-value .hol-card,
.hol-pane--about-team-member .hol-card {
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
}

/* --------------------------------------------------
   Hero panes
-------------------------------------------------- */
.hol-pane--hero,
.hol-pane--contact-hero,
.hol-pane--faq-hero,
.hol-pane--tarieven-hero,
.hol-pane--behandelingen-hero,
.hol-pane--about-hero-content,
.hol-pane--afspraak-hero {
  max-width: 820px;
}

.hol-pane--hero .DnnModule,
.hol-pane--hero .DnnModuleContent,
.hol-pane--hero .DNNModuleContent,
.hol-pane--hero .Normal {
  max-width: 100%;
}

/* --------------------------------------------------
   Media panes
-------------------------------------------------- */
.hol-pane--about-media,
.hol-pane--about-hero-media,
.hol-pane--about-story-media,
.hol-pane--about-studio-image,
.hol-pane--afspraak-aftercare-image,
.hol-pane--map {
  overflow: hidden;
  min-width: 0;
}

.hol-pane--about-media .DnnModule,
.hol-pane--about-media .DnnModuleContent,
.hol-pane--about-media .DNNModuleContent,
.hol-pane--about-media .Normal,
.hol-pane--about-hero-media .DnnModule,
.hol-pane--about-hero-media .DnnModuleContent,
.hol-pane--about-hero-media .DNNModuleContent,
.hol-pane--about-hero-media .Normal,
.hol-pane--about-story-media .DnnModule,
.hol-pane--about-story-media .DnnModuleContent,
.hol-pane--about-story-media .DNNModuleContent,
.hol-pane--about-story-media .Normal,
.hol-pane--about-studio-image .DnnModule,
.hol-pane--about-studio-image .DnnModuleContent,
.hol-pane--about-studio-image .DNNModuleContent,
.hol-pane--about-studio-image .Normal,
.hol-pane--afspraak-aftercare-image .DnnModule,
.hol-pane--afspraak-aftercare-image .DnnModuleContent,
.hol-pane--afspraak-aftercare-image .DNNModuleContent,
.hol-pane--afspraak-aftercare-image .Normal {
  height: 100%;
}

.hol-pane--about-media img,
.hol-pane--about-hero-media img,
.hol-pane--about-story-media img,
.hol-pane--about-studio-image img,
.hol-pane--afspraak-aftercare-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* --------------------------------------------------
   Content panes
-------------------------------------------------- */
.hol-pane--content {
  max-width: 880px;
  margin-inline: auto;
}

.hol-pane--content h1,
.hol-pane--content h2,
.hol-pane--content h3 {
  color: #4c341a;
}

.hol-pane--content p:last-child {
  margin-bottom: 0;
}

/* --------------------------------------------------
   CTA panes
-------------------------------------------------- */
.hol-pane--cta,
.hol-pane--cta-content,
.hol-pane--cta-action,
.hol-pane--tarieven-cta-content,
.hol-pane--tarieven-cta-action,
.hol-pane--behandelingen-cta-content,
.hol-pane--behandelingen-cta-action,
.hol-pane--about-cta-content,
.hol-pane--about-cta-action {
  min-width: 0;
}

.hol-pane--cta-action,
.hol-pane--tarieven-cta-action,
.hol-pane--behandelingen-cta-action,
.hol-pane--about-cta-action {
  display: flex;
  align-items: center;
}

/* --------------------------------------------------
   Form panes
-------------------------------------------------- */
.hol-pane--contact-form,
.hol-pane--afspraak-form {
  min-width: 0;
}

.hol-pane--contact-form .DnnModule,
.hol-pane--contact-form .DnnModuleContent,
.hol-pane--contact-form .DNNModuleContent,
.hol-pane--contact-form .Normal,
.hol-pane--afspraak-form .DnnModule,
.hol-pane--afspraak-form .DnnModuleContent,
.hol-pane--afspraak-form .DNNModuleContent,
.hol-pane--afspraak-form .Normal {
  min-width: 0;
  max-width: 100%;
}

/* --------------------------------------------------
   Footer panes
-------------------------------------------------- */
.hol-pane--footer-opening,
.hol-pane--footer-blog,
.hol-pane--footer-navigation,
.hol-pane--footer-left,
.hol-pane--footer-middle,
.hol-pane--footer-right {
  min-width: 0;
}

.hol-pane--footer-opening p,
.hol-pane--footer-blog p,
.hol-pane--footer-navigation p {
  margin-bottom: 0.5rem;
}

/* --------------------------------------------------
   DNN admin/edit cleanup inside theme
-------------------------------------------------- */
.dnnEditState .hol-pane .DnnModule,
.dnnLayoutMode .hol-pane .DnnModule {
  min-width: 0;
}

/* Voorkomt dat DNN module wrappers rare overflow veroorzaken */
.hol-site .DnnModule,
.hol-site .DnnModuleContent,
.hol-site .DNNModuleContent,
.hol-site .Normal {
  box-sizing: border-box;
}

/* --------------------------------------------------
   Responsive pane refinements
-------------------------------------------------- */
@media (max-width: 640px) {
  .dnnEditState .hol-pane:empty,
  .dnnLayoutMode .hol-pane:empty {
    min-height: 44px;
  }
  .dnnEditState .hol-pane:empty::before,
  .dnnLayoutMode .hol-pane:empty::before {
    padding: 0.65rem;
    font-size: 0.7rem;
  }
}
/* --------------------------------------------------
   Tarieven page
-------------------------------------------------- */
.hol-site--tarieven {
  background: #eae6e1;
}

/* --------------------------------------------------
   Hero
-------------------------------------------------- */
.hol-tarieven-hero {
  padding-block: clamp(4rem, 8vw, 7rem) clamp(2rem, 4vw, 3rem);
  background: #eae6e1;
}

.hol-pane--tarieven-hero {
  max-width: 820px;
}

.hol-pane--tarieven-hero h1,
.hol-pane--tarieven-hero h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3rem, 6vw, 4.75rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #4c341a;
}

.hol-pane--tarieven-hero p {
  max-width: 620px;
  margin: 1.25rem 0 0;
  font-size: clamp(1rem, 1.6vw, 1.125rem);
  line-height: 1.75;
  color: #6a4f32;
}

/* --------------------------------------------------
   Layout
-------------------------------------------------- */
.hol-tarieven-section {
  padding-block: clamp(2rem, 5vw, 4rem) clamp(5rem, 10vw, 9rem);
  background: #eae6e1;
}

.hol-tarieven-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: start;
}

.hol-tarieven-sidebar {
  display: grid;
  gap: 1.5rem;
}

.hol-tarieven-main {
  display: grid;
  gap: clamp(2rem, 5vw, 3.5rem);
  min-width: 0;
}

@media (min-width: 1024px) {
  .hol-tarieven-layout {
    grid-template-columns: minmax(260px, 0.36fr) minmax(0, 0.95fr);
  }
  .hol-tarieven-sidebar {
    position: sticky;
    top: 120px;
  }
}
/* --------------------------------------------------
   Intro / info cards
-------------------------------------------------- */
.hol-pane--tarieven-intro,
.hol-pane--tarieven-info {
  padding: clamp(1.5rem, 3vw, 2rem);
  border: 1px solid rgba(201, 182, 161, 0.65);
  border-radius: 20px;
  background: rgba(247, 243, 238, 0.38);
  box-shadow: 0 10px 28px rgba(76, 52, 26, 0.05);
}

.hol-pane--tarieven-intro h2,
.hol-pane--tarieven-info h2,
.hol-pane--tarieven-intro h3,
.hol-pane--tarieven-info h3 {
  margin: 0 0 1rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 400;
  line-height: 1.15;
  color: #4c341a;
}

.hol-pane--tarieven-intro p,
.hol-pane--tarieven-info p {
  margin: 0 0 0.8rem;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #766349;
}

.hol-pane--tarieven-intro p:last-child,
.hol-pane--tarieven-info p:last-child {
  margin-bottom: 0;
}

/* --------------------------------------------------
   Price groups
-------------------------------------------------- */
.hol-tarieven-group {
  min-width: 0;
}

.hol-pane--tarieven-group-title {
  margin-bottom: 1.25rem;
}

.hol-pane--tarieven-group-title h2,
.hol-pane--tarieven-group-title h3 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  line-height: 1.15;
  color: #4c341a;
}

.hol-pane--tarieven-group-title p {
  max-width: 620px;
  margin: 0.75rem 0 0;
  font-size: 1rem;
  line-height: 1.7;
  color: #6a4f32;
}

/* --------------------------------------------------
   Price table/list
   Gebruik markup: .hol-price-list > .hol-price-row
-------------------------------------------------- */
.hol-price-list {
  display: grid;
  gap: 0.85rem;
  margin: 0;
  padding: 0;
}

.hol-price-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: baseline;
  padding: 1.15rem clamp(1.25rem, 3vw, 1.75rem);
  border: 1px solid rgba(201, 182, 161, 0.55);
  border-radius: 18px;
  background: rgba(247, 243, 238, 0.46);
  box-shadow: 0 14px 34px rgba(76, 52, 26, 0.035);
}

.hol-price-row__name {
  font-family: "Montserrat", "Avenir Next", Inter, system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.45;
  color: #4c341a;
}

.hol-price-row__description {
  grid-column: 1/-1;
  margin-top: -0.35rem;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #766349;
}

.hol-price-row__price {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 400;
  line-height: 1;
  color: #4c341a;
  white-space: nowrap;
}

/* --------------------------------------------------
   Price cards variant
-------------------------------------------------- */
.hol-price-card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1rem, 3vw, 1.5rem);
}

@media (min-width: 768px) {
  .hol-price-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.hol-price-card {
  padding: clamp(1.5rem, 3vw, 2rem);
  border: 1px solid rgba(201, 182, 161, 0.65);
  border-radius: 20px;
  background: rgba(247, 243, 238, 0.42);
  box-shadow: 0 10px 28px rgba(76, 52, 26, 0.05);
}

.hol-price-card__title {
  margin: 0 0 0.75rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 400;
  line-height: 1.15;
  color: #4c341a;
}

.hol-price-card__price {
  display: block;
  margin-bottom: 1rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.5rem, 5vw, 3.75rem);
  line-height: 1;
  color: #4c341a;
}

.hol-price-card__text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #766349;
}

/* --------------------------------------------------
   CTA
-------------------------------------------------- */
.hol-tarieven-cta {
  padding-block: clamp(4rem, 8vw, 7rem);
  background: radial-gradient(circle at 18% 20%, rgba(247, 243, 238, 0.45) 0, rgba(247, 243, 238, 0) 34%), linear-gradient(135deg, #d4c6b5 0%, #c9b6a1 100%);
}

.hol-tarieven-cta__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}

.hol-pane--tarieven-cta-content h2,
.hol-pane--tarieven-cta-content h3 {
  margin: 0 0 1rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  font-weight: 400;
  line-height: 1.05;
  color: #4c341a;
}

.hol-pane--tarieven-cta-content p {
  max-width: 620px;
  margin: 0;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  line-height: 1.7;
  color: #6a4f32;
}

.hol-pane--tarieven-cta-action {
  display: flex;
  justify-content: flex-start;
}

@media (min-width: 768px) {
  .hol-tarieven-cta__inner {
    grid-template-columns: minmax(0, 1fr) auto;
  }
  .hol-pane--tarieven-cta-action {
    justify-content: flex-end;
  }
}
/* --------------------------------------------------
   Mobile
-------------------------------------------------- */
@media (max-width: 640px) {
  .hol-tarieven-hero {
    padding-block: 3.5rem 2rem;
  }
  .hol-tarieven-section {
    padding-block: 2rem 4rem;
  }
  .hol-price-row {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }
  .hol-price-row__description {
    grid-column: auto;
    margin-top: 0;
  }
  .hol-price-row__price {
    font-size: 1.5rem;
  }
  .hol-pane--tarieven-cta-action .hol-button {
    width: 100%;
  }
}
/* --------------------------------------------------
   Edit mode
-------------------------------------------------- */
.dnnEditState .hol-site--tarieven .hol-pane:empty,
.dnnLayoutMode .hol-site--tarieven .hol-pane:empty {
  min-height: 52px;
  border: 1px dashed rgba(144, 114, 83, 0.35);
  border-radius: 10px;
  background: rgba(247, 243, 238, 0.28);
}

.dnnEditState .hol-site--tarieven .hol-pane:empty::before,
.dnnLayoutMode .hol-site--tarieven .hol-pane:empty::before {
  content: attr(id);
  display: block;
  padding: 0.75rem;
  font-family: "Montserrat", "Avenir Next", Inter, system-ui, sans-serif;
  font-size: 0.75rem;
  color: rgba(144, 114, 83, 0.85);
}

.hol-button,
a.hol-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /*min-height: 35px;*/
  padding: 0.375rem 0.725rem;
  border: 0;
  border-radius: 999px;
  font-family: "Montserrat", "Avenir Next", Inter, system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.hol-button--primary {
  color: #f7f3ee !important;
  background: #b4a48f;
}
.hol-button--primary:hover, .hol-button--primary:focus {
  color: #f7f3ee;
  background: #a68d70;
  transform: translateY(-1px);
}

.hol-button--secondary {
  color: #4c341a !important;
  background: #d4c6b5;
}
.hol-button--secondary:hover, .hol-button--secondary:focus {
  background: #c9b6a1;
}

/* --------------------------------------------------
   Navigation base
-------------------------------------------------- */
.hol-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 auto;
}

.hol-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1.25rem, 2.4vw, 2.25rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

.hol-menu__item {
  position: relative;
  margin: 0;
  padding: 0;
}

.hol-menu__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-family: "Montserrat", "Avenir Next", Inter, system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(106, 79, 50, 0.62);
  transition: color 180ms ease, opacity 180ms ease;
}

.hol-menu__link:hover,
.hol-menu__link:focus,
.hol-menu__item--active > .hol-menu__link,
.hol-menu__item--breadcrumb > .hol-menu__link {
  color: #907253;
  text-decoration: none;
}

.hol-menu__link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0.45rem;
  width: 0;
  height: 1px;
  background: #907253;
  transform: translateX(-50%);
  transition: width 180ms ease;
}

.hol-menu__link:hover::after,
.hol-menu__link:focus::after,
.hol-menu__item--active > .hol-menu__link::after,
.hol-menu__item--breadcrumb > .hol-menu__link::after {
  width: 100%;
}

/* --------------------------------------------------
   Desktop submenu
-------------------------------------------------- */
.hol-menu__item--has-children {
  position: relative;
}

.hol-menu__submenu-toggle {
  display: none;
}

.hol-submenu {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: calc(850 + 1);
  min-width: 220px;
  margin: 0;
  padding: 0.75rem;
  list-style: none;
  background: rgba(247, 243, 238, 0.98);
  border: 1px solid rgba(201, 182, 161, 0.55);
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(76, 52, 26, 0.08);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 0.75rem);
  transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
}

.hol-submenu__item {
  position: relative;
  margin: 0;
  padding: 0;
}

.hol-submenu__link {
  display: block;
  padding: 0.7rem 0.85rem;
  border-radius: 999px;
  font-family: "Montserrat", "Avenir Next", Inter, system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-decoration: none;
  color: #6a4f32;
  white-space: nowrap;
  transition: color 180ms ease, background-color 180ms ease;
}

.hol-submenu__link:hover,
.hol-submenu__link:focus,
.hol-submenu__item--active > .hol-submenu__link,
.hol-submenu__item--breadcrumb > .hol-submenu__link {
  color: #4c341a;
  background: rgba(212, 198, 181, 0.45);
  text-decoration: none;
}

.hol-menu__item:hover > .hol-submenu,
.hol-menu__item:focus-within > .hol-submenu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0.35rem);
}

.hol-submenu--nested {
  top: -0.75rem;
  left: 100%;
  transform: translate(0.75rem, 0);
}

.hol-submenu__item:hover > .hol-submenu--nested,
.hol-submenu__item:focus-within > .hol-submenu--nested {
  opacity: 1;
  visibility: visible;
  transform: translate(0.35rem, 0);
}

/* --------------------------------------------------
   Mobile toggle
-------------------------------------------------- */
.hol-nav-toggle {
  display: none;
  position: relative;
  z-index: calc(850 + 1);
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
}

.hol-nav-toggle__line {
  display: block;
  width: 24px;
  height: 1.5px;
  margin: 5px auto;
  background: #4c341a;
  transform-origin: center;
  transition: transform 180ms ease, opacity 180ms ease;
}

.hol-nav-toggle[aria-expanded=true] .hol-nav-toggle__line:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}

.hol-nav-toggle[aria-expanded=true] .hol-nav-toggle__line:nth-child(2) {
  opacity: 0;
}

.hol-nav-toggle[aria-expanded=true] .hol-nav-toggle__line:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}

/* --------------------------------------------------
   Screen reader helper
-------------------------------------------------- */
.hol-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

/* --------------------------------------------------
   Responsive navigation
-------------------------------------------------- */
@media (max-width: 1024px) {
  .hol-nav-toggle {
    display: inline-block;
    order: 3;
  }
  .hol-nav {
    position: fixed;
    inset: 74px 0 auto 0;
    z-index: 850;
    display: block;
    max-height: calc(100vh - 74px);
    padding: 1.5rem clamp(1.25rem, 4vw, 2.5rem) 2rem;
    overflow-y: auto;
    background: rgba(247, 243, 238, 0.98);
    border-bottom: 1px solid rgba(201, 182, 161, 0.55);
    box-shadow: 0 18px 45px rgba(76, 52, 26, 0.08);
    transform: translateY(-110%);
    opacity: 0;
    pointer-events: none;
    transition: transform 220ms ease, opacity 220ms ease;
  }
  .hol-nav.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .hol-menu {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
  }
  .hol-menu__item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    border-bottom: 1px solid rgba(201, 182, 161, 0.5);
  }
  .hol-menu__link {
    display: flex;
    grid-column: 1;
    width: 100%;
    min-height: 56px;
    justify-content: space-between;
    font-size: 0.86rem;
    color: #4c341a;
  }
  .hol-menu__link::after {
    display: none;
  }
  .hol-menu__item--active > .hol-menu__link,
  .hol-menu__item--breadcrumb > .hol-menu__link {
    color: #907253;
  }
  .hol-menu__submenu-toggle {
    grid-column: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #4c341a;
    cursor: pointer;
  }
  .hol-menu__submenu-icon {
    position: relative;
    width: 12px;
    height: 12px;
  }
  .hol-menu__submenu-icon::before,
  .hol-menu__submenu-icon::after {
    content: "";
    position: absolute;
    background: currentColor;
  }
  .hol-menu__submenu-icon::before {
    top: 50%;
    left: 0;
    width: 12px;
    height: 1px;
    transform: translateY(-50%);
  }
  .hol-menu__submenu-icon::after {
    top: 0;
    left: 50%;
    width: 1px;
    height: 12px;
    transform: translateX(-50%);
  }
  .hol-menu__item.is-submenu-open > .hol-menu__submenu-toggle .hol-menu__submenu-icon::after,
  .hol-submenu__item.is-submenu-open > .hol-menu__submenu-toggle .hol-menu__submenu-icon::after {
    opacity: 0;
  }
  .hol-submenu,
  .hol-submenu--nested {
    position: static;
    grid-column: 1/-1;
    min-width: 0;
    width: 100%;
    max-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: max-height 220ms ease;
  }
  .hol-menu__item.is-submenu-open > .hol-submenu,
  .hol-submenu__item.is-submenu-open > .hol-submenu {
    max-height: 600px;
  }
  .hol-submenu__item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    border-top: 1px solid rgba(201, 182, 161, 0.35);
  }
  .hol-submenu__link {
    grid-column: 1;
    padding: 0.9rem 0 0.9rem 1rem;
    border-radius: 0;
    font-size: 0.82rem;
    white-space: normal;
    color: rgba(106, 79, 50, 0.85);
  }
  .hol-submenu__link:hover,
  .hol-submenu__link:focus {
    background: transparent;
  }
  .has-open-menu {
    overflow: hidden;
  }
}
@media (max-width: 640px) {
  .hol-nav {
    inset: 68px 0 auto 0;
    max-height: calc(100vh - 68px);
  }
}
/* --------------------------------------------------
   Reduced motion
-------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  .hol-nav,
  .hol-nav-toggle__line,
  .hol-menu__link::after,
  .hol-submenu {
    transition: none;
  }
}
/* --------------------------------------------------
   Cards
   House of Laser card system
-------------------------------------------------- */
.hol-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  padding: clamp(1.25rem, 3vw, 1.75rem);
  border: 1px solid rgba(201, 182, 161, 0.65);
  border-radius: 20px;
  background: rgba(247, 243, 238, 0.38);
  box-shadow: 0 10px 28px rgba(76, 52, 26, 0.05);
  color: #6a4f32;
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.hol-card:hover {
  border-color: rgba(144, 114, 83, 0.28);
  background: rgba(247, 243, 238, 0.52);
  box-shadow: 0 18px 45px rgba(76, 52, 26, 0.08);
  transform: translateY(-2px);
}

.hol-card:focus-within {
  border-color: rgba(144, 114, 83, 0.42);
  box-shadow: 0 18px 45px rgba(76, 52, 26, 0.08);
}

/* --------------------------------------------------
   Card structure
-------------------------------------------------- */
.hol-card__media {
  position: relative;
  overflow: hidden;
  margin: calc(clamp(1.25rem, 3vw, 1.75rem) * -1);
  margin-bottom: clamp(1.25rem, 3vw, 1.75rem);
  border-radius: 20px 20px 0 0;
  background: rgba(212, 198, 181, 0.55);
}

.hol-card__media img,
.hol-card__media picture,
.hol-card__media video {
  width: 100%;
  height: 100%;
}

.hol-card__media img,
.hol-card__media video {
  display: block;
  min-height: 220px;
  object-fit: cover;
  transition: transform 420ms ease;
}

.hol-card:hover .hol-card__media img,
.hol-card:hover .hol-card__media video {
  transform: scale(1.035);
}

.hol-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
}

.hol-card__eyebrow {
  display: inline-block;
  margin-bottom: 0.75rem;
  font-family: "Montserrat", "Avenir Next", Inter, system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #a68d70;
}

.hol-card__title {
  margin: 0 0 0.75rem;
  font-family: "Montserrat", "Avenir Next", Inter, system-ui, sans-serif;
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  font-weight: 500;
  line-height: 1.28;
  color: #4c341a;
}

.hol-card__title a {
  color: inherit;
  text-decoration: none;
}

.hol-card__title a:hover,
.hol-card__title a:focus {
  color: #907253;
  text-decoration: none;
}

.hol-card__text {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #766349;
}

.hol-card__text + .hol-card__text {
  margin-top: 0.75rem;
}

.hol-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.75rem;
  margin-bottom: 0.85rem;
  font-size: 0.78rem;
  line-height: 1.4;
  color: rgba(118, 99, 73, 0.82);
}

.hol-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: auto;
  padding-top: 1.25rem;
}

.hol-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  width: max-content;
  font-family: "Montserrat", "Avenir Next", Inter, system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #4c341a;
  text-decoration: none;
}

.hol-card__link::after {
  content: "";
  width: 1.75rem;
  height: 1px;
  background: currentColor;
  transition: width 180ms ease;
}

.hol-card__link:hover,
.hol-card__link:focus {
  color: #907253;
  text-decoration: none;
}

.hol-card__link:hover::after,
.hol-card__link:focus::after {
  width: 2.35rem;
}

/* Full-card link overlay */
.hol-card__overlay-link {
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
  text-indent: -9999px;
}

.hol-card__overlay-link:focus-visible {
  outline: 2px solid rgba(144, 114, 83, 0.75);
  outline-offset: -4px;
}

/* --------------------------------------------------
   Treatment / Service cards
-------------------------------------------------- */
.hol-card--treatment,
.hol-card--service {
  padding: 0;
  background: rgba(234, 230, 225, 0.65);
}

.hol-card--treatment .hol-card__media,
.hol-card--service .hol-card__media {
  margin: 0;
  border-radius: 20px 20px 0 0;
}

.hol-card--treatment .hol-card__media img,
.hol-card--service .hol-card__media img {
  aspect-ratio: 4/5;
  min-height: 280px;
}

.hol-card--treatment .hol-card__body,
.hol-card--service .hol-card__body {
  padding: clamp(1.25rem, 3vw, 1.75rem);
}

.hol-card--treatment .hol-card__title,
.hol-card--service .hol-card__title {
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
}

.hol-card--treatment .hol-card__text,
.hol-card--service .hol-card__text {
  font-size: 0.92rem;
}

/* --------------------------------------------------
   Icon cards / USP cards
-------------------------------------------------- */
.hol-card--icon,
.hol-card--usp {
  align-items: flex-start;
  padding: clamp(1.25rem, 3vw, 2rem);
  border-color: rgba(201, 182, 161, 0.42);
  background: transparent;
  box-shadow: none;
}

.hol-card--icon:hover,
.hol-card--usp:hover {
  background: rgba(247, 243, 238, 0.32);
  box-shadow: none;
  transform: none;
}

.hol-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(144, 114, 83, 0.22);
  border-radius: 999px;
  color: #907253;
  background: rgba(247, 243, 238, 0.36);
}

.hol-card__icon svg {
  width: 1.35rem;
  height: 1.35rem;
  stroke: currentColor;
}

.hol-card--usp .hol-card__title {
  font-family: "Montserrat", "Avenir Next", Inter, system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #766349;
}

.hol-card--usp .hol-card__text {
  font-size: 0.875rem;
  line-height: 1.55;
  color: #907253;
}

/* --------------------------------------------------
   Blog cards
-------------------------------------------------- */
.hol-card--blog {
  padding: 0;
  background: rgba(247, 243, 238, 0.4);
}

.hol-card--blog .hol-card__media {
  margin: 0;
}

.hol-card--blog .hol-card__media img {
  aspect-ratio: 16/10;
  min-height: 200px;
}

.hol-card--blog .hol-card__body {
  padding: clamp(1.25rem, 3vw, 1.75rem);
}

.hol-card--blog .hol-card__title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 400;
  line-height: 1.12;
}

/* --------------------------------------------------
   Price cards
-------------------------------------------------- */
.hol-card--price {
  background: rgba(247, 243, 238, 0.44);
}

.hol-card__price {
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
  margin: 0.75rem 0 1rem;
  color: #4c341a;
}

.hol-card__price-value {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.5rem, 5vw, 3.75rem);
  font-weight: 400;
  line-height: 1;
}

.hol-card__price-label {
  font-size: 0.85rem;
  line-height: 1.4;
  color: #766349;
}

.hol-card__list {
  display: grid;
  gap: 0.65rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

.hol-card__list li {
  position: relative;
  padding-left: 1.35rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: #766349;
}

.hol-card__list li::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: #907253;
}

/* --------------------------------------------------
   Flat / elevated / bordered variants
-------------------------------------------------- */
.hol-card--flat {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.hol-card--flat:hover {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  transform: none;
}

.hol-card--elevated {
  border-color: rgba(201, 182, 161, 0.45);
  background: rgba(247, 243, 238, 0.55);
  box-shadow: 0 18px 45px rgba(76, 52, 26, 0.08);
}

.hol-card--bordered {
  border-color: rgba(144, 114, 83, 0.25);
  background: transparent;
  box-shadow: none;
}

.hol-card--sand {
  background: rgba(212, 198, 181, 0.45);
}

.hol-card--ivory {
  background: rgba(234, 230, 225, 0.76);
}

.hol-card--cream {
  background: rgba(247, 243, 238, 0.6);
}

/* --------------------------------------------------
   Horizontal card
-------------------------------------------------- */
.hol-card--horizontal {
  display: grid;
  grid-template-columns: 1fr;
  padding: 0;
}

.hol-card--horizontal .hol-card__media {
  margin: 0;
  border-radius: 20px 20px 0 0;
}

.hol-card--horizontal .hol-card__media img {
  min-height: 240px;
}

.hol-card--horizontal .hol-card__body {
  padding: clamp(1.25rem, 3vw, 2rem);
}

/* --------------------------------------------------
   Cards inside DNN panes
-------------------------------------------------- */
.hol-pane--treatment .DnnModule,
.hol-pane--usp .DnnModule,
.hol-pane--footer-left .DnnModule,
.hol-pane--footer-middle .DnnModule,
.hol-pane--footer-right .DnnModule {
  height: 100%;
}

.hol-pane--treatment .DnnModuleContent,
.hol-pane--usp .DnnModuleContent {
  height: 100%;
}

/* Useful when an HTML module contains plain card markup */
.DnnModuleContent > .hol-card:only-child {
  height: 100%;
}

/* --------------------------------------------------
   Card grids
-------------------------------------------------- */
.hol-card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.25rem, 3vw, 1.75rem);
}

.hol-card-grid--2,
.hol-card-grid--3,
.hol-card-grid--4 {
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .hol-card-grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hol-card-grid--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hol-card-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hol-card--horizontal {
    grid-template-columns: minmax(220px, 0.85fr) minmax(0, 1.15fr);
  }
  .hol-card--horizontal .hol-card__media {
    border-radius: 20px 0 0 20px;
  }
}
@media (min-width: 1024px) {
  .hol-card-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .hol-card-grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
/* --------------------------------------------------
   Responsive refinements
-------------------------------------------------- */
@media (max-width: 640px) {
  .hol-card {
    border-radius: 16px;
  }
  .hol-card__actions {
    flex-direction: column;
    align-items: stretch;
  }
  .hol-card__actions .hol-button {
    width: 100%;
  }
  .hol-card__media img,
  .hol-card--treatment .hol-card__media img,
  .hol-card--service .hol-card__media img {
    min-height: 220px;
  }
}
/* --------------------------------------------------
   Reduced motion
-------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  .hol-card,
  .hol-card__media img,
  .hol-card__media video,
  .hol-card__link::after {
    transition: none;
  }
  .hol-card:hover {
    transform: none;
  }
  .hol-card:hover .hol-card__media img,
  .hol-card:hover .hol-card__media video {
    transform: none;
  }
}
/* --------------------------------------------------
   Forms
   House of Laser
-------------------------------------------------- */
.hol-form {
  display: grid;
  gap: 1.25rem;
  width: 100%;
  max-width: 100%;
}

.hol-form * {
  box-sizing: border-box;
}

.hol-form p {
  margin: 0;
}

.hol-form__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.hol-form__group {
  display: grid;
  gap: 0.4rem;
  min-width: 0;
}

.hol-form__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding-top: 0.5rem;
}

/* --------------------------------------------------
   Labels
-------------------------------------------------- */
.hol-form label,
.hol-form__label,
.hol-pane--contact-form label,
.hol-pane--afspraak-form label {
  display: inline-block;
  margin-bottom: 0.4rem;
  font-family: "Montserrat", "Avenir Next", Inter, system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #766349;
}

.hol-form__label-required,
.hol-required {
  color: #907253;
}

/* --------------------------------------------------
   Inputs
-------------------------------------------------- */
.hol-form input[type=text],
.hol-form input[type=email],
.hol-form input[type=tel],
.hol-form input[type=url],
.hol-form input[type=number],
.hol-form input[type=date],
.hol-form input[type=time],
.hol-form input[type=password],
.hol-form textarea,
.hol-form select,
.hol-pane--contact-form input[type=text],
.hol-pane--contact-form input[type=email],
.hol-pane--contact-form input[type=tel],
.hol-pane--contact-form input[type=url],
.hol-pane--contact-form input[type=number],
.hol-pane--contact-form input[type=date],
.hol-pane--contact-form input[type=time],
.hol-pane--contact-form input[type=password],
.hol-pane--contact-form textarea,
.hol-pane--contact-form select,
.hol-pane--afspraak-form input[type=text],
.hol-pane--afspraak-form input[type=email],
.hol-pane--afspraak-form input[type=tel],
.hol-pane--afspraak-form input[type=url],
.hol-pane--afspraak-form input[type=number],
.hol-pane--afspraak-form input[type=date],
.hol-pane--afspraak-form input[type=time],
.hol-pane--afspraak-form input[type=password],
.hol-pane--afspraak-form textarea,
.hol-pane--afspraak-form select {
  width: 100%;
  min-height: 50px;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(201, 182, 161, 0.85);
  border-radius: 14px;
  appearance: none;
  font-family: "Montserrat", "Avenir Next", Inter, system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.45;
  color: #4c341a;
  background-color: rgba(234, 230, 225, 0.72);
  box-shadow: none;
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.hol-form textarea,
.hol-pane--contact-form textarea,
.hol-pane--afspraak-form textarea {
  min-height: 150px;
  resize: vertical;
}

.hol-form select,
.hol-pane--contact-form select,
.hol-pane--afspraak-form select {
  padding-right: 2.75rem;
  background-image: linear-gradient(45deg, transparent 50%, #766349 50%), linear-gradient(135deg, #766349 50%, transparent 50%);
  background-position: calc(100% - 1.25rem) 50%, calc(100% - 0.9rem) 50%;
  background-size: 0.35rem 0.35rem, 0.35rem 0.35rem;
  background-repeat: no-repeat;
}

.hol-form input::placeholder,
.hol-form textarea::placeholder,
.hol-pane--contact-form input::placeholder,
.hol-pane--contact-form textarea::placeholder,
.hol-pane--afspraak-form input::placeholder,
.hol-pane--afspraak-form textarea::placeholder {
  color: rgba(118, 99, 73, 0.72);
}

.hol-form input:focus,
.hol-form textarea:focus,
.hol-form select:focus,
.hol-pane--contact-form input:focus,
.hol-pane--contact-form textarea:focus,
.hol-pane--contact-form select:focus,
.hol-pane--afspraak-form input:focus,
.hol-pane--afspraak-form textarea:focus,
.hol-pane--afspraak-form select:focus {
  outline: none;
  border-color: rgba(144, 114, 83, 0.55);
  background-color: #f7f3ee;
  box-shadow: 0 0 0 4px rgba(144, 114, 83, 0.08);
}

.hol-form input:disabled,
.hol-form textarea:disabled,
.hol-form select:disabled,
.hol-pane--contact-form input:disabled,
.hol-pane--contact-form textarea:disabled,
.hol-pane--contact-form select:disabled,
.hol-pane--afspraak-form input:disabled,
.hol-pane--afspraak-form textarea:disabled,
.hol-pane--afspraak-form select:disabled {
  cursor: not-allowed;
  opacity: 0.58;
}

/* --------------------------------------------------
   Checkboxes and radio buttons
-------------------------------------------------- */
.hol-form input[type=checkbox],
.hol-form input[type=radio],
.hol-pane--contact-form input[type=checkbox],
.hol-pane--contact-form input[type=radio],
.hol-pane--afspraak-form input[type=checkbox],
.hol-pane--afspraak-form input[type=radio] {
  width: 1.1rem;
  height: 1.1rem;
  min-height: 0;
  margin: 0;
  padding: 0;
  accent-color: #907253;
}

.hol-form__choice,
.hol-form .checkbox,
.hol-form .radio,
.hol-pane--contact-form .checkbox,
.hol-pane--contact-form .radio,
.hol-pane--afspraak-form .checkbox,
.hol-pane--afspraak-form .radio {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #6a4f32;
}

.hol-form__choice label,
.hol-form .checkbox label,
.hol-form .radio label,
.hol-pane--contact-form .checkbox label,
.hol-pane--contact-form .radio label,
.hol-pane--afspraak-form .checkbox label,
.hol-pane--afspraak-form .radio label {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  color: #6a4f32;
}

/* --------------------------------------------------
   Form help / errors / validation
-------------------------------------------------- */
.hol-form__help,
.hol-form__hint {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.82rem;
  line-height: 1.5;
  color: #766349;
}

.hol-form__error,
.hol-form .field-validation-error,
.hol-pane--contact-form .field-validation-error,
.hol-pane--afspraak-form .field-validation-error,
.hol-form .dnnFormMessage.dnnFormError,
.hol-pane--contact-form .dnnFormMessage.dnnFormError,
.hol-pane--afspraak-form .dnnFormMessage.dnnFormError {
  display: block;
  margin-top: 0.4rem;
  font-size: 0.82rem;
  line-height: 1.5;
  color: #9f3a2f;
}

.hol-form input.input-validation-error,
.hol-form textarea.input-validation-error,
.hol-form select.input-validation-error,
.hol-form input[aria-invalid=true],
.hol-form textarea[aria-invalid=true],
.hol-form select[aria-invalid=true],
.hol-pane--contact-form input.input-validation-error,
.hol-pane--contact-form textarea.input-validation-error,
.hol-pane--contact-form select.input-validation-error,
.hol-pane--contact-form input[aria-invalid=true],
.hol-pane--contact-form textarea[aria-invalid=true],
.hol-pane--contact-form select[aria-invalid=true],
.hol-pane--afspraak-form input.input-validation-error,
.hol-pane--afspraak-form textarea.input-validation-error,
.hol-pane--afspraak-form select.input-validation-error,
.hol-pane--afspraak-form input[aria-invalid=true],
.hol-pane--afspraak-form textarea[aria-invalid=true],
.hol-pane--afspraak-form select[aria-invalid=true] {
  border-color: rgba(159, 58, 47, 0.72);
  box-shadow: 0 0 0 4px rgba(159, 58, 47, 0.08);
}

/* --------------------------------------------------
   Buttons inside forms
-------------------------------------------------- */
.hol-form button,
.hol-form input[type=submit],
.hol-form input[type=button],
.hol-form .dnnPrimaryAction,
.hol-pane--contact-form button,
.hol-pane--contact-form input[type=submit],
.hol-pane--contact-form input[type=button],
.hol-pane--contact-form .dnnPrimaryAction,
.hol-pane--afspraak-form button,
.hol-pane--afspraak-form input[type=submit],
.hol-pane--afspraak-form input[type=button],
.hol-pane--afspraak-form .dnnPrimaryAction {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  width: max-content;
  max-width: 100%;
  padding: 0.9rem 1.85rem;
  border: 0;
  border-radius: 999px;
  font-family: "Montserrat", "Avenir Next", Inter, system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  color: #f7f3ee;
  background: #b4a48f;
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.hol-form button:hover,
.hol-form button:focus,
.hol-form input[type=submit]:hover,
.hol-form input[type=submit]:focus,
.hol-form input[type=button]:hover,
.hol-form input[type=button]:focus,
.hol-form .dnnPrimaryAction:hover,
.hol-form .dnnPrimaryAction:focus,
.hol-pane--contact-form button:hover,
.hol-pane--contact-form button:focus,
.hol-pane--contact-form input[type=submit]:hover,
.hol-pane--contact-form input[type=submit]:focus,
.hol-pane--contact-form input[type=button]:hover,
.hol-pane--contact-form input[type=button]:focus,
.hol-pane--contact-form .dnnPrimaryAction:hover,
.hol-pane--contact-form .dnnPrimaryAction:focus,
.hol-pane--afspraak-form button:hover,
.hol-pane--afspraak-form button:focus,
.hol-pane--afspraak-form input[type=submit]:hover,
.hol-pane--afspraak-form input[type=submit]:focus,
.hol-pane--afspraak-form input[type=button]:hover,
.hol-pane--afspraak-form input[type=button]:focus,
.hol-pane--afspraak-form .dnnPrimaryAction:hover,
.hol-pane--afspraak-form .dnnPrimaryAction:focus {
  color: #f7f3ee;
  background: #a68d70;
  text-decoration: none;
  transform: translateY(-1px);
}

.hol-form .dnnSecondaryAction,
.hol-pane--contact-form .dnnSecondaryAction,
.hol-pane--afspraak-form .dnnSecondaryAction {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  width: max-content;
  max-width: 100%;
  padding: 0.9rem 1.85rem;
  border: 1px solid rgba(144, 114, 83, 0.28);
  border-radius: 999px;
  font-family: "Montserrat", "Avenir Next", Inter, system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  color: #4c341a;
  background: transparent;
  cursor: pointer;
}

.hol-form .dnnSecondaryAction:hover,
.hol-form .dnnSecondaryAction:focus,
.hol-pane--contact-form .dnnSecondaryAction:hover,
.hol-pane--contact-form .dnnSecondaryAction:focus,
.hol-pane--afspraak-form .dnnSecondaryAction:hover,
.hol-pane--afspraak-form .dnnSecondaryAction:focus {
  color: #907253;
  background: rgba(247, 243, 238, 0.5);
  text-decoration: none;
}

/* --------------------------------------------------
   DNN form compatibility
-------------------------------------------------- */
.hol-site .dnnForm {
  max-width: 100%;
}

.hol-site .dnnFormItem {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.4rem;
  margin-bottom: 1.15rem;
}

.hol-site .dnnFormItem label,
.hol-site .dnnFormItem .dnnLabel {
  float: none;
  width: auto;
  padding: 0;
  margin: 0 0 0.35rem;
  text-align: left;
}

.hol-site .dnnFormItem input,
.hol-site .dnnFormItem select,
.hol-site .dnnFormItem textarea {
  max-width: 100%;
}

.hol-site .dnnFormItem .dnnLabel {
  display: block;
}

.hol-site .dnnFormItem .dnnFormHelp {
  margin-left: 0;
}

.hol-site .dnnActions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding: 0;
  margin: 1.5rem 0 0;
}

.hol-site .dnnActions li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* --------------------------------------------------
   Form cards / wrappers
-------------------------------------------------- */
.hol-form-card {
  padding: clamp(1.5rem, 4vw, 2.75rem);
  border-radius: 28px;
  background: rgba(247, 243, 238, 0.48);
  box-shadow: 0 10px 28px rgba(76, 52, 26, 0.05);
}

.hol-form-card__title {
  margin: 0 0 1rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  line-height: 1.15;
  color: #4c341a;
}

.hol-form-card__text {
  margin: 0 0 1.25rem;
  font-size: 1rem;
  line-height: 1.7;
  color: #6a4f32;
}

/* --------------------------------------------------
   Responsive
-------------------------------------------------- */
@media (min-width: 768px) {
  .hol-form__row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hol-form__row--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .hol-form__group--full {
    grid-column: 1/-1;
  }
}
@media (max-width: 640px) {
  .hol-form__actions,
  .hol-site .dnnActions {
    flex-direction: column;
    align-items: stretch;
  }
  .hol-form button,
  .hol-form input[type=submit],
  .hol-form input[type=button],
  .hol-form .dnnPrimaryAction,
  .hol-form .dnnSecondaryAction,
  .hol-pane--contact-form button,
  .hol-pane--contact-form input[type=submit],
  .hol-pane--contact-form input[type=button],
  .hol-pane--contact-form .dnnPrimaryAction,
  .hol-pane--contact-form .dnnSecondaryAction,
  .hol-pane--afspraak-form button,
  .hol-pane--afspraak-form input[type=submit],
  .hol-pane--afspraak-form input[type=button],
  .hol-pane--afspraak-form .dnnPrimaryAction,
  .hol-pane--afspraak-form .dnnSecondaryAction {
    width: 100%;
  }
  .hol-form-card {
    border-radius: 20px;
  }
}
/* --------------------------------------------------
   Reduced motion
-------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  .hol-form input,
  .hol-form textarea,
  .hol-form select,
  .hol-form button,
  .hol-form input[type=submit],
  .hol-form input[type=button],
  .hol-form .dnnPrimaryAction,
  .hol-pane--contact-form input,
  .hol-pane--contact-form textarea,
  .hol-pane--contact-form select,
  .hol-pane--contact-form button,
  .hol-pane--contact-form input[type=submit],
  .hol-pane--contact-form input[type=button],
  .hol-pane--afspraak-form input,
  .hol-pane--afspraak-form textarea,
  .hol-pane--afspraak-form select,
  .hol-pane--afspraak-form button,
  .hol-pane--afspraak-form input[type=submit],
  .hol-pane--afspraak-form input[type=button] {
    transition: none;
  }
}
/* --------------------------------------------------
   CTA band
-------------------------------------------------- */
.hol-cta-band {
  position: relative;
  overflow: hidden;
  padding-block: clamp(4rem, 8vw, 7rem);
  background: radial-gradient(circle at 18% 20%, rgba(247, 243, 238, 0.45) 0, rgba(247, 243, 238, 0) 34%), radial-gradient(circle at 82% 78%, rgba(200, 152, 112, 0.16) 0, rgba(200, 152, 112, 0) 38%), linear-gradient(135deg, #d4c6b5 0%, #c9b6a1 100%);
}

.hol-cta-band__inner {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: clamp(1.5rem, 4vw, 3rem);
}

.hol-cta-band__content {
  max-width: 760px;
}

.hol-cta-band__action {
  display: flex;
  justify-content: flex-start;
}

/* --------------------------------------------------
   CTA pane content
-------------------------------------------------- */
.hol-pane--cta-content {
  max-width: 760px;
}

.hol-pane--cta-content .DnnModule,
.hol-pane--cta-content .DnnModuleContent {
  max-width: 100%;
}

.hol-pane--cta-content h1,
.hol-pane--cta-content h2,
.hol-pane--cta-content h3 {
  margin: 0 0 1rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #4c341a;
}

.hol-pane--cta-content p {
  max-width: 620px;
  margin: 0;
  font-family: "Montserrat", "Avenir Next", Inter, system-ui, sans-serif;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  line-height: 1.7;
  color: #6a4f32;
}

.hol-pane--cta-content .hol-overline {
  margin-bottom: 1rem;
}

/* --------------------------------------------------
   CTA action pane
-------------------------------------------------- */
.hol-pane--cta-action {
  display: flex;
  justify-content: flex-start;
}

.hol-pane--cta-action .DnnModule,
.hol-pane--cta-action .DnnModuleContent {
  width: 100%;
}

.hol-pane--cta-action .hol-button {
  white-space: nowrap;
}

/* --------------------------------------------------
   CTA block variant
   Voor gebruik binnen contentmodules
-------------------------------------------------- */
.hol-cta {
  position: relative;
  overflow: hidden;
  padding: clamp(2rem, 5vw, 4rem);
  border-radius: 28px;
  color: #4c341a;
  background: linear-gradient(135deg, rgba(212, 198, 181, 0.95) 0%, rgba(201, 182, 161, 0.95) 100%);
}

.hol-cta__inner {
  position: relative;
  z-index: 1;
  max-width: 720px;
}

.hol-cta__overline {
  display: inline-block;
  margin-bottom: 1rem;
  font-family: "Montserrat", "Avenir Next", Inter, system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #a68d70;
}

.hol-cta__title {
  margin: 0 0 1rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #4c341a;
}

.hol-cta__text {
  max-width: 560px;
  margin: 0 0 1.75rem;
  font-family: "Montserrat", "Avenir Next", Inter, system-ui, sans-serif;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  line-height: 1.7;
  color: #6a4f32;
}

.hol-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* --------------------------------------------------
   Responsive
-------------------------------------------------- */
@media (min-width: 768px) {
  .hol-cta-band__inner {
    grid-template-columns: minmax(0, 1fr) auto;
  }
  .hol-cta-band__action,
  .hol-pane--cta-action {
    justify-content: flex-end;
  }
}
@media (max-width: 640px) {
  .hol-cta-band {
    padding-block: 3.5rem;
  }
  .hol-cta-band__action,
  .hol-pane--cta-action {
    width: 100%;
  }
  .hol-pane--cta-action .hol-button,
  .hol-cta__actions .hol-button {
    width: 100%;
  }
  .hol-cta {
    border-radius: 20px;
  }
  .hol-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }
}
/* --------------------------------------------------
   DNN editor/admin popup protection
-------------------------------------------------- */
.dnnEditState .ui-dialog,
.dnnEditState .dnnFormPopup,
.dnnEditState .dnnModal,
.dnnEditState .dnnFormPopup.dnnClear,
.dnnLayoutMode .ui-dialog,
.dnnLayoutMode .dnnFormPopup,
.dnnLayoutMode .dnnModal,
.dnnLayoutMode .dnnFormPopup.dnnClear {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  bottom: auto !important;
  transform: translate(-50%, -50%) !important;
  z-index: 100000 !important;
}
.dnnEditState .ui-widget-overlay,
.dnnEditState .dnnModalBackground,
.dnnLayoutMode .ui-widget-overlay,
.dnnLayoutMode .dnnModalBackground {
  position: fixed !important;
  inset: 0 !important;
  z-index: 99999 !important;
}

/* --------------------------------------------------
   DNN editor/admin protection
   Houdt DNN popups en rich text editors buiten theme resets.
-------------------------------------------------- */
#ControlBar,
#ControlBar *,
.dnn_mact,
.dnn_mact *,
.dnnFormPopup,
.dnnFormPopup *,
.ui-dialog,
.ui-dialog *,
.RadEditor,
.RadEditor *,
.reWrapper,
.reWrapper *,
.cke,
.cke *,
.tox,
.tox * {
  box-sizing: content-box;
}

.dnnFormPopup,
.ui-dialog,
.RadEditor,
.reWrapper,
.cke,
.tox {
  font-family: Arial, Helvetica, sans-serif;
}

/* --------------------------------------------------
   DNN default type overrides
   Alleen DNN-specifieke classes, gescoped binnen House of Laser
-------------------------------------------------- */
.hol-site .Normal,
.hol-site .NormalDisabled,
.hol-site .NormalDeleted {
  font-family: "Montserrat", "Avenir Next", Inter, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #6a4f32;
}
.hol-site .NormalBold {
  font-family: "Montserrat", "Avenir Next", Inter, system-ui, sans-serif;
  font-weight: 600;
  color: #6a4f32;
}
.hol-site .NormalRed {
  font-family: "Montserrat", "Avenir Next", Inter, system-ui, sans-serif;
  color: #b00020;
}
.hol-site .Head {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 400;
  line-height: 1.18;
  color: #4c341a;
}
.hol-site .SubHead {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 400;
  line-height: 1.25;
  color: #4c341a;
}
.hol-site .SubSubHead {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 400;
  line-height: 1.25;
  color: #4c341a;
}
.hol-site .SkinObject {
  font-family: "Montserrat", "Avenir Next", Inter, system-ui, sans-serif;
  color: inherit;
}
.hol-site .CommandButton,
.hol-site .CommandButton:visited,
.hol-site .CommandButton:link {
  font-family: "Montserrat", "Avenir Next", Inter, system-ui, sans-serif;
  color: #4c341a;
}
.hol-site .CommandButton:hover,
.hol-site .CommandButton:focus,
.hol-site .CommandButton:active {
  color: #907253;
}
.hol-site .DnnModule,
.hol-site .DnnModuleContent {
  font-family: inherit;
  color: inherit;
  max-width: 100%;
}
.hol-site .DNNEmptyPane {
  min-height: 1px;
}

/* --------------------------------------------------
   Spacing utilities
   House of Laser
-------------------------------------------------- */
/*
  Gebruik deze utilities alleen waar je snel spacing nodig hebt
  binnen HTML-modules of kleine contentblokken.

  Voor layout-secties blijft section/layout SCSS leidend.
*/
/* --------------------------------------------------
   Margin top
-------------------------------------------------- */
.hol-mt-0 {
  margin-top: 0 !important;
}

.hol-mt-xs {
  margin-top: 0.5rem !important;
}

.hol-mt-sm {
  margin-top: 1rem !important;
}

.hol-mt-md {
  margin-top: 1.5rem !important;
}

.hol-mt-lg {
  margin-top: 2rem !important;
}

.hol-mt-xl {
  margin-top: 3rem !important;
}

.hol-mt-2xl {
  margin-top: clamp(3.5rem, 7vw, 5rem) !important;
}

/* --------------------------------------------------
   Margin bottom
-------------------------------------------------- */
.hol-mb-0 {
  margin-bottom: 0 !important;
}

.hol-mb-xs {
  margin-bottom: 0.5rem !important;
}

.hol-mb-sm {
  margin-bottom: 1rem !important;
}

.hol-mb-md {
  margin-bottom: 1.5rem !important;
}

.hol-mb-lg {
  margin-bottom: 2rem !important;
}

.hol-mb-xl {
  margin-bottom: 3rem !important;
}

.hol-mb-2xl {
  margin-bottom: clamp(3.5rem, 7vw, 5rem) !important;
}

/* --------------------------------------------------
   Margin inline / block
-------------------------------------------------- */
.hol-mx-auto {
  margin-inline: auto !important;
}

.hol-my-0 {
  margin-block: 0 !important;
}

.hol-my-sm {
  margin-block: 1rem !important;
}

.hol-my-md {
  margin-block: 1.5rem !important;
}

.hol-my-lg {
  margin-block: 2rem !important;
}

.hol-my-xl {
  margin-block: 3rem !important;
}

/* --------------------------------------------------
   Padding
-------------------------------------------------- */
.hol-p-0 {
  padding: 0 !important;
}

.hol-p-sm {
  padding: 1rem !important;
}

.hol-p-md {
  padding: 1.5rem !important;
}

.hol-p-lg {
  padding: 2rem !important;
}

.hol-p-xl {
  padding: clamp(2rem, 5vw, 3rem) !important;
}

/* --------------------------------------------------
   Padding block
-------------------------------------------------- */
.hol-py-0 {
  padding-block: 0 !important;
}

.hol-py-sm {
  padding-block: 1rem !important;
}

.hol-py-md {
  padding-block: 1.5rem !important;
}

.hol-py-lg {
  padding-block: 2rem !important;
}

.hol-py-xl {
  padding-block: clamp(3rem, 6vw, 5rem) !important;
}

.hol-py-section {
  padding-block: clamp(4rem, 8vw, 7rem) !important;
}

/* --------------------------------------------------
   Padding inline
-------------------------------------------------- */
.hol-px-0 {
  padding-inline: 0 !important;
}

.hol-px-sm {
  padding-inline: 1rem !important;
}

.hol-px-md {
  padding-inline: 1.5rem !important;
}

.hol-px-lg {
  padding-inline: 2rem !important;
}

.hol-px-shell {
  padding-inline: clamp(1.25rem, 4vw, 2.5rem) !important;
}

/* --------------------------------------------------
   Gap utilities
-------------------------------------------------- */
.hol-gap-0 {
  gap: 0 !important;
}

.hol-gap-xs {
  gap: 0.5rem !important;
}

.hol-gap-sm {
  gap: 1rem !important;
}

.hol-gap-md {
  gap: 1.5rem !important;
}

.hol-gap-lg {
  gap: 2rem !important;
}

.hol-gap-xl {
  gap: clamp(2rem, 5vw, 4rem) !important;
}

/* --------------------------------------------------
   Stack utilities
-------------------------------------------------- */
.hol-stack {
  display: grid;
  gap: 1rem;
}

.hol-stack--xs {
  gap: 0.5rem;
}

.hol-stack--sm {
  gap: 0.75rem;
}

.hol-stack--md {
  gap: 1.25rem;
}

.hol-stack--lg {
  gap: 2rem;
}

.hol-stack--xl {
  gap: clamp(2rem, 5vw, 3.5rem);
}

/* --------------------------------------------------
   Cluster utilities
-------------------------------------------------- */
.hol-cluster {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.hol-cluster--start {
  justify-content: flex-start;
}

.hol-cluster--center {
  justify-content: center;
}

.hol-cluster--end {
  justify-content: flex-end;
}

.hol-cluster--between {
  justify-content: space-between;
}

/* --------------------------------------------------
   Content width utilities
-------------------------------------------------- */
.hol-max-xs {
  max-width: 420px !important;
}

.hol-max-sm {
  max-width: 560px !important;
}

.hol-max-md {
  max-width: 680px !important;
}

.hol-max-lg {
  max-width: 820px !important;
}

.hol-max-xl {
  max-width: 1040px !important;
}

.hol-center {
  margin-inline: auto !important;
}

/* --------------------------------------------------
   Text alignment
-------------------------------------------------- */
.hol-text-left {
  text-align: left !important;
}

.hol-text-center {
  text-align: center !important;
}

.hol-text-right {
  text-align: right !important;
}

/* --------------------------------------------------
   Responsive utilities
-------------------------------------------------- */
@media (max-width: 640px) {
  .hol-sm-mt-0 {
    margin-top: 0 !important;
  }
  .hol-sm-mb-0 {
    margin-bottom: 0 !important;
  }
  .hol-sm-px-0 {
    padding-inline: 0 !important;
  }
  .hol-sm-text-left {
    text-align: left !important;
  }
  .hol-sm-text-center {
    text-align: center !important;
  }
  .hol-sm-stack {
    display: grid !important;
    gap: 1rem !important;
  }
  .hol-sm-full {
    width: 100% !important;
  }
}
/* --------------------------------------------------
   Visibility utilities
   House of Laser
-------------------------------------------------- */
/* --------------------------------------------------
   Screen reader only
-------------------------------------------------- */
.hol-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.hol-sr-only-focusable:focus,
.hol-sr-only-focusable:active {
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: 0.75rem 1rem !important;
  margin: 0 !important;
  overflow: visible !important;
  clip-path: none !important;
  white-space: normal !important;
}

/* --------------------------------------------------
   Display utilities
-------------------------------------------------- */
.hol-hidden {
  display: none !important;
}

.hol-block {
  display: block !important;
}

.hol-inline {
  display: inline !important;
}

.hol-inline-block {
  display: inline-block !important;
}

.hol-flex {
  display: flex !important;
}

.hol-inline-flex {
  display: inline-flex !important;
}

.hol-grid {
  display: grid !important;
}

/* --------------------------------------------------
   Visibility / opacity
-------------------------------------------------- */
.hol-invisible {
  visibility: hidden !important;
}

.hol-visible {
  visibility: visible !important;
}

.hol-opacity-0 {
  opacity: 0 !important;
}

.hol-opacity-50 {
  opacity: 0.5 !important;
}

.hol-opacity-100 {
  opacity: 1 !important;
}

/* --------------------------------------------------
   Desktop / tablet / mobile visibility
-------------------------------------------------- */
.hol-show-sm,
.hol-show-md,
.hol-show-lg {
  display: none !important;
}

/* Alleen tonen op mobiel */
@media (max-width: 640px) {
  .hol-hide-sm {
    display: none !important;
  }
  .hol-show-sm {
    display: block !important;
  }
  .hol-show-sm.hol-flex {
    display: flex !important;
  }
  .hol-show-sm.hol-grid {
    display: grid !important;
  }
  .hol-show-sm.hol-inline-flex {
    display: inline-flex !important;
  }
}
/* Alleen tonen vanaf tablet */
@media (min-width: 768px) {
  .hol-hide-md-up {
    display: none !important;
  }
  .hol-show-md {
    display: block !important;
  }
  .hol-show-md.hol-flex {
    display: flex !important;
  }
  .hol-show-md.hol-grid {
    display: grid !important;
  }
  .hol-show-md.hol-inline-flex {
    display: inline-flex !important;
  }
}
/* Alleen tonen vanaf desktop */
@media (min-width: 1024px) {
  .hol-hide-lg-up {
    display: none !important;
  }
  .hol-show-lg {
    display: block !important;
  }
  .hol-show-lg.hol-flex {
    display: flex !important;
  }
  .hol-show-lg.hol-grid {
    display: grid !important;
  }
  .hol-show-lg.hol-inline-flex {
    display: inline-flex !important;
  }
}
/* Verbergen vanaf tablet */
@media (min-width: 768px) {
  .hol-hide-md {
    display: none !important;
  }
}
/* Verbergen vanaf desktop */
@media (min-width: 1024px) {
  .hol-hide-lg {
    display: none !important;
  }
}
/* --------------------------------------------------
   Print visibility
-------------------------------------------------- */
@media print {
  .hol-print-hidden {
    display: none !important;
  }
  .hol-print-visible {
    display: block !important;
  }
}
/* --------------------------------------------------
   Overflow utilities
-------------------------------------------------- */
.hol-overflow-hidden {
  overflow: hidden !important;
}

.hol-overflow-auto {
  overflow: auto !important;
}

.hol-overflow-visible {
  overflow: visible !important;
}

/* --------------------------------------------------
   Position utilities
-------------------------------------------------- */
.hol-relative {
  position: relative !important;
}

.hol-absolute {
  position: absolute !important;
}

.hol-fixed {
  position: fixed !important;
}

.hol-sticky {
  position: sticky !important;
}

/* --------------------------------------------------
   Pointer events
-------------------------------------------------- */
.hol-pointer-none {
  pointer-events: none !important;
}

.hol-pointer-auto {
  pointer-events: auto !important;
}

/* --------------------------------------------------
   Object fit
-------------------------------------------------- */
.hol-object-cover {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.hol-object-contain {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

/* --------------------------------------------------
   Aspect ratio
-------------------------------------------------- */
.hol-aspect-square {
  aspect-ratio: 1/1 !important;
}

.hol-aspect-portrait {
  aspect-ratio: 4/5 !important;
}

.hol-aspect-landscape {
  aspect-ratio: 16/10 !important;
}

.hol-aspect-video {
  aspect-ratio: 16/9 !important;
}
