/* ==========================================================================
   Body Shape by Sha — Main Stylesheet v0.2
   Champagne goud + neon-blauw accenten, zachtere editorial wellness
   ========================================================================== */

:root {
  /* base — warm, light, soft */
  --cream: #FAF5EB;
  --ivory: #FDFAF3;
  --sand: #EDE2CD;
  --sand-deep: #D9C9AE;
  --warm-white: #F7F1E5;

  /* text */
  --espresso: #2A2419;
  --charcoal: #3F362B;
  --taupe: #8B7B62;
  --taupe-light: #A89880;

  /* primary accent — champagne goud */
  --gold: #C9A961;
  --gold-deep: #B5934A;
  --gold-light: #D4B97E;
  --gold-pale: #EAD9B0;

  /* secondary accent — neon-inspired soft blue */
  --blue: #7BB8C9;
  --blue-deep: #5A9FB3;
  --blue-soft: #BBDDE5;
  --blue-mist: #DEEEF2;

  /* utility */
  --line: rgba(42, 36, 25, 0.10);
  --line-strong: rgba(42, 36, 25, 0.18);
  --shadow-soft: 0 20px 40px rgba(42, 36, 25, 0.06);
  --shadow-lift: 0 30px 60px -20px rgba(42, 36, 25, 0.15);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Outfit', sans-serif;
  font-weight: 300;
  background: var(--ivory);
  color: var(--charcoal);
  line-height: 1.65;
  font-size: 16px;
  overflow-x: hidden;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0.18 0 0 0 0 0.14 0 0 0 0 0.09 0 0 0 0.03 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 1;
  opacity: 0.5;
}

.page { position: relative; z-index: 2; }

h1, h2, h3, h4 {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  letter-spacing: -0.015em;
  color: var(--espresso);
}

.eyebrow {
  font-family: 'Outfit', sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold-deep);
}

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

.container { max-width: 1280px; margin: 0 auto; padding: 0 40px; }

.btn-primary {
  background: var(--espresso);
  color: var(--cream);
  padding: 16px 36px;
  border-radius: 999px;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 400;
  transition: all 0.4s cubic-bezier(.2,.7,.3,1);
  border: 1px solid var(--espresso);
  display: inline-block;
  cursor: pointer;
}
.btn-primary:hover { background: var(--gold-deep); border-color: var(--gold-deep); color: var(--cream); transform: translateY(-1px); }

.btn-link {
  font-size: 14px;
  letter-spacing: 0.06em;
  border-bottom: 1px solid var(--charcoal);
  padding-bottom: 4px;
  transition: all 0.3s;
  font-weight: 400;
}
.btn-link:hover { color: var(--gold-deep); border-color: var(--gold-deep); }

/* ===== TOP BAR ===== */
.topbar { background: var(--espresso); color: var(--cream); font-size: 13px; font-weight: 300; padding: 10px 0; }
.topbar .container { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; }
.topbar a { transition: opacity 0.3s; }
.topbar a:hover { opacity: 0.7; color: var(--gold-light); }
.topbar-info { display: flex; gap: 28px; flex-wrap: wrap; }
.topbar-info span, .topbar-info a { display: inline-flex; align-items: center; gap: 8px; }
.topbar-socials { display: flex; gap: 14px; }

/* ===== NAV ===== */
.nav { padding: 24px 0; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 100; backdrop-filter: blur(12px); background: rgba(253, 250, 243, 0.92); }
/* Sticky nav onder de WordPress admin-bar houden (alleen zichtbaar voor ingelogde gebruikers) */
.admin-bar .nav { top: 32px; }
@media screen and (max-width: 782px) { .admin-bar .nav { top: 46px; } }
.nav .container { display: flex; justify-content: space-between; align-items: center; }
.logo { font-family: 'Fraunces', serif; font-size: 24px; font-weight: 400; font-style: italic; color: var(--espresso); letter-spacing: -0.02em; }
.logo span { color: var(--gold-deep); }
.logo img { max-height: 48px; width: auto; }
.nav-links { display: flex; gap: 36px; list-style: none; font-size: 14px; font-weight: 400; letter-spacing: 0.04em; }
.nav-links a { position: relative; padding: 6px 0; transition: color 0.3s; }
.nav-links a::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 1px; background: var(--gold-deep); transition: width 0.4s ease; }
.nav-links a:hover::after, .nav-links li.current-menu-item a::after { width: 100%; }
.nav-links a:hover, .nav-links li.current-menu-item a { color: var(--gold-deep); }
.btn-reserve { background: var(--espresso); color: var(--cream); padding: 12px 28px; border-radius: 999px; font-size: 13px; font-weight: 400; letter-spacing: 0.1em; transition: all 0.3s; border: 1px solid var(--espresso); cursor: pointer; }
.btn-reserve:hover { background: transparent; color: var(--espresso); }

/* ===== HERO ===== */
.hero { position: relative; padding: 80px 0 120px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.hero-text { position: relative; z-index: 2; }
.hero-eyebrow { margin-bottom: 24px; display: flex; align-items: center; gap: 16px; }
.hero-eyebrow::before { content: ''; width: 40px; height: 1px; background: var(--gold); }
.hero h1 { font-size: clamp(44px, 6vw, 84px); line-height: 1.04; font-weight: 300; margin-bottom: 32px; letter-spacing: -0.025em; }
.hero h1 em { font-style: italic; color: var(--gold-deep); font-weight: 300; }
.hero p { font-size: 17px; max-width: 480px; color: var(--charcoal); margin-bottom: 40px; line-height: 1.75; }
.hero-cta { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; }

.hero-visual { position: relative; aspect-ratio: 4/5; }
.hero-image, .hero-video {
  width: 100%; height: 100%;
  background: linear-gradient(135deg, var(--sand) 0%, var(--gold-pale) 100%);
  background-size: cover;
  background-position: center;
  border-radius: 4px;
  position: relative;
  object-fit: cover;
  display: block;
}
.hero-floating {
  position: absolute;
  bottom: -40px; left: -40px;
  background: var(--ivory);
  padding: 24px 28px;
  border-radius: 4px;
  box-shadow: var(--shadow-soft);
  max-width: 240px;
  z-index: 3;
  border-left: 2px solid var(--gold);
}
.hero-floating .eyebrow { margin-bottom: 8px; }
.hero-floating-text { font-family: 'Fraunces', serif; font-size: 15px; font-style: italic; line-height: 1.5; color: var(--espresso); }

.hero::after {
  content: '';
  position: absolute;
  top: 15%; right: -120px;
  width: 320px; height: 320px;
  background: radial-gradient(circle, var(--blue-soft) 0%, transparent 70%);
  opacity: 0.5;
  border-radius: 50%;
  z-index: 0;
}

/* ===== MARQUEE ===== */
.marquee { background: var(--sand); padding: 24px 0; overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.marquee-track { display: flex; gap: 60px; white-space: nowrap; animation: scroll 40s linear infinite; font-family: 'Fraunces', serif; font-style: italic; font-size: 22px; color: var(--espresso); }
.marquee-track span { display: inline-flex; align-items: center; gap: 60px; }
.marquee-track span::after { content: '✦'; color: var(--gold-deep); font-style: normal; }
@keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* ===== ABOUT ===== */
.about { padding: 140px 0; position: relative; }
.about-grid { display: grid; grid-template-columns: 5fr 6fr; gap: 100px; align-items: start; }
.about-image-stack { position: relative; }
.about-image-main { aspect-ratio: 4/5; background: linear-gradient(135deg, var(--gold-pale), var(--sand-deep)); background-size: cover; background-position: center; border-radius: 4px; }
.about-image-sub { position: absolute; bottom: -60px; right: -60px; width: 50%; aspect-ratio: 1; background: var(--blue-soft); background-size: cover; background-position: center; border-radius: 4px; border: 8px solid var(--ivory); }
.about-content { padding-top: 40px; }
.about h2 { font-size: clamp(40px, 4.5vw, 60px); line-height: 1.05; margin: 24px 0 32px; font-weight: 300; }
.about h2 em { font-style: italic; color: var(--gold-deep); }
.about-text { font-size: 16px; line-height: 1.85; margin-bottom: 24px; color: var(--charcoal); }
.about-pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin: 40px 0; padding: 32px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.about-pillar h4 { font-family: 'Fraunces', serif; font-style: italic; font-size: 20px; color: var(--gold-deep); margin-bottom: 6px; font-weight: 400; }
.about-pillar p { font-size: 13px; color: var(--taupe); line-height: 1.6; margin: 0; }
.about-signature { font-family: 'Fraunces', serif; font-style: italic; font-size: 28px; color: var(--gold-deep); margin-top: 40px; }

/* ===== SERVICES ===== */
.services { padding: 120px 0; background: var(--cream); position: relative; }
.services-header { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; margin-bottom: 80px; }
.services-header h2 { font-size: clamp(40px, 5vw, 64px); line-height: 1.05; font-weight: 300; }
.services-header h2 em { font-style: italic; color: var(--gold-deep); }
.services-header-text { font-size: 16px; color: var(--charcoal); line-height: 1.75; max-width: 460px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px 32px; }
.service-card { background: var(--ivory); border-radius: 4px; overflow: hidden; transition: transform 0.5s, box-shadow 0.5s; cursor: pointer; display: block; color: inherit; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lift); }
.service-image { aspect-ratio: 4/3; background: var(--sand); background-size: cover; background-position: center; position: relative; overflow: hidden; }
.service-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(42, 36, 25, 0.18)); }
.service-tag { position: absolute; top: 16px; left: 16px; background: var(--ivory); padding: 6px 14px; border-radius: 999px; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--espresso); z-index: 2; font-weight: 400; }
.service-content { padding: 28px 28px 32px; }
.service-card h3 { font-size: 22px; font-weight: 400; margin-bottom: 12px; line-height: 1.25; }
.service-card p { font-size: 14px; color: var(--taupe); line-height: 1.65; margin-bottom: 20px; min-height: 66px; }
.service-meta { display: flex; justify-content: space-between; align-items: center; padding-top: 20px; border-top: 1px solid var(--line); }
.service-price { font-family: 'Fraunces', serif; font-size: 22px; font-style: italic; color: var(--espresso); }
.service-price small { font-size: 13px; color: var(--taupe); font-style: normal; }
.service-duration { font-size: 12px; color: var(--taupe); letter-spacing: 0.06em; }

/* ===== STACKED FADE SLIDESHOW ===== */
.slideshow-section { padding: 120px 0; background: var(--ivory); position: relative; overflow: hidden; }
.slideshow-section::before { content: ''; position: absolute; top: 10%; left: -200px; width: 400px; height: 400px; background: radial-gradient(circle, var(--gold-pale) 0%, transparent 70%); opacity: 0.4; border-radius: 50%; }
.slideshow-header { text-align: center; margin-bottom: 60px; }
.slideshow-header h2 { font-size: clamp(36px, 5vw, 56px); font-weight: 300; line-height: 1.1; margin: 16px 0 20px; }
.slideshow-header h2 em { font-style: italic; color: var(--gold-deep); }
.slideshow-header p { max-width: 540px; margin: 0 auto; font-size: 16px; color: var(--taupe); }

.stacked-slideshow {
  position: relative;
  max-width: 880px;
  margin: 0 auto;
  aspect-ratio: 16 / 10;
}
.slideshow-stage {
  position: relative;
  width: 100%;
  height: 100%;
}
.slide {
  position: absolute;
  inset: 0;
  border-radius: 6px;
  overflow: hidden;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 1.2s ease, transform 1.2s ease;
  box-shadow: var(--shadow-lift);
  cursor: pointer;
  background: var(--sand);
}
.slide.is-active { opacity: 1; transform: scale(1); z-index: 2; }
.slide-image { position: absolute; inset: 0; background-size: cover; background-position: center; }
.slide-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(42, 36, 25, 0.7) 100%);
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 48px;
  color: var(--cream);
}
.slide-overlay .eyebrow { color: var(--gold-light); margin-bottom: 12px; }
.slide-overlay h3 { color: var(--cream); font-size: clamp(28px, 3.5vw, 42px); font-weight: 300; line-height: 1.1; margin-bottom: 12px; max-width: 600px; }
.slide-overlay h3 em { font-style: italic; color: var(--gold-light); }
.slide-overlay p { font-size: 15px; opacity: 0.9; max-width: 520px; line-height: 1.6; margin-bottom: 24px; }
.slide-meta { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; font-size: 13px; }
.slide-meta .price { font-family: 'Fraunces', serif; font-style: italic; font-size: 22px; color: var(--gold-light); }
.slide-meta .duration { color: var(--blue-soft); letter-spacing: 0.08em; }
.slide-meta .read-more { color: var(--cream); border-bottom: 1px solid var(--gold-light); padding-bottom: 2px; letter-spacing: 0.06em; }

.slideshow-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 40px;
}
.slideshow-arrow {
  width: 48px; height: 48px; border-radius: 50%;
  border: 1px solid var(--line-strong); background: transparent;
  cursor: pointer; transition: all 0.3s;
  display: flex; align-items: center; justify-content: center;
  color: var(--espresso);
  font-family: 'Fraunces', serif; font-size: 18px;
}
.slideshow-arrow:hover { background: var(--espresso); color: var(--cream); border-color: var(--espresso); }
.slideshow-dots { display: flex; gap: 10px; }
.slideshow-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--line-strong); border: 0; padding: 0;
  cursor: pointer; transition: all 0.3s;
}
.slideshow-dot.is-active { background: var(--gold-deep); width: 28px; border-radius: 4px; }

/* ===== ACTIE BANNER ===== */
.actie-banner { padding: 100px 0; background: var(--blue-deep); color: var(--cream); position: relative; overflow: hidden; }
.actie-banner::before { content: ''; position: absolute; top: -100px; right: -100px; width: 400px; height: 400px; border-radius: 50%; background: radial-gradient(circle, rgba(201, 169, 97, 0.3), transparent 70%); }
.actie-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 80px; align-items: center; position: relative; z-index: 2; }
.actie-banner .eyebrow { color: var(--blue-soft); }
.actie-banner h2 { color: var(--cream); font-size: clamp(40px, 5vw, 60px); line-height: 1.05; margin: 20px 0 24px; font-weight: 300; }
.actie-banner h2 em { color: var(--gold-light); font-style: italic; }
.actie-banner p { font-size: 17px; line-height: 1.75; opacity: 0.88; margin-bottom: 32px; max-width: 480px; }
.actie-banner .btn-primary { background: var(--cream); color: var(--espresso); border-color: var(--cream); }
.actie-banner .btn-primary:hover { background: var(--gold-light); color: var(--espresso); border-color: var(--gold-light); }
.actie-card { background: var(--ivory); color: var(--charcoal); padding: 40px; border-radius: 4px; position: relative; transform: rotate(2deg); }
.actie-card::before { content: ''; position: absolute; inset: 0; border: 1px dashed var(--gold); margin: 12px; border-radius: 4px; pointer-events: none; }
.actie-discount { font-family: 'Fraunces', serif; font-size: 80px; font-weight: 300; line-height: 1; color: var(--gold-deep); margin-bottom: 12px; }
.actie-discount sup { font-size: 36px; vertical-align: top; }
.actie-card h3 { font-size: 24px; font-weight: 400; margin-bottom: 8px; }
.actie-card p { color: var(--taupe); font-size: 14px; margin-bottom: 24px; line-height: 1.5; }
.actie-card-foot { display: flex; justify-content: space-between; align-items: center; padding-top: 20px; border-top: 1px solid var(--line); font-size: 12px; color: var(--taupe); letter-spacing: 0.1em; text-transform: uppercase; }

/* ===== PRODUCTS ===== */
.products { padding: 120px 0; }
.products-header { text-align: center; margin-bottom: 80px; }
.products-header h2 { font-size: clamp(40px, 5vw, 60px); font-weight: 300; line-height: 1.05; margin: 16px auto 20px; max-width: 700px; }
.products-header h2 em { font-style: italic; color: var(--gold-deep); }
.products-header p { max-width: 540px; margin: 0 auto; font-size: 16px; color: var(--taupe); }
.products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.product-card { text-align: left; }
.product-image { aspect-ratio: 1; background: var(--sand); background-size: cover; background-position: center; border-radius: 4px; margin-bottom: 20px; transition: transform 0.5s; }
.product-card:hover .product-image { transform: scale(1.02); }
.product-card h4 { font-size: 17px; font-weight: 400; margin-bottom: 6px; }
.product-card .product-cat { font-size: 12px; color: var(--gold-deep); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 8px; }
.product-price { font-family: 'Fraunces', serif; font-style: italic; font-size: 18px; color: var(--gold-deep); }

/* ===== REVIEWS ===== */
.reviews { padding: 140px 0; background: var(--sand); position: relative; }
.review-quote-mark { font-family: 'Fraunces', serif; font-size: 200px; line-height: 0.5; color: var(--gold-deep); text-align: center; margin-bottom: 20px; font-style: italic; opacity: 0.6; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 60px; }
.review-card { background: var(--ivory); padding: 36px; border-radius: 4px; position: relative; }
.stars { display: flex; gap: 2px; margin-bottom: 20px; color: var(--gold-deep); font-size: 14px; }
.review-text { font-family: 'Fraunces', serif; font-size: 18px; line-height: 1.55; font-style: italic; color: var(--espresso); margin-bottom: 28px; font-weight: 300; }
.review-author { display: flex; align-items: center; gap: 12px; font-size: 14px; }
.review-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--gold-pale); font-family: 'Fraunces', serif; font-style: italic; display: flex; align-items: center; justify-content: center; color: var(--espresso); }
.review-author strong { font-weight: 500; }
.review-author small { display: block; color: var(--taupe); font-size: 12px; }
.reviews-center { text-align: center; }
.reviews-center h2 { font-size: clamp(36px, 4.5vw, 56px); line-height: 1.1; font-weight: 300; max-width: 700px; margin: 0 auto 12px; }
.reviews-center h2 em { font-style: italic; color: var(--gold-deep); }

/* ===== MEDIA ===== */
.media { padding: 120px 0; }
.media-header { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; margin-bottom: 60px; }
.media-header h2 { font-size: clamp(40px, 5vw, 56px); font-weight: 300; line-height: 1.05; }
.media-header h2 em { font-style: italic; color: var(--gold-deep); }
.media-socials { display: flex; gap: 20px; justify-content: flex-end; }
.media-socials a { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line-strong); display: flex; align-items: center; justify-content: center; transition: all 0.3s; color: var(--espresso); font-size: 12px; font-weight: 500; }
.media-socials a:hover { background: var(--espresso); color: var(--ivory); border-color: var(--espresso); }
.media-embed-wrap { min-height: 400px; background: var(--cream); border-radius: 4px; display: flex; align-items: center; justify-content: center; color: var(--taupe); font-style: italic; padding: 40px; text-align: center; }

/* ===== HOURS ===== */
.hours { padding: 120px 0; background: var(--ivory); }
.hours-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.hours h2 { font-size: clamp(40px, 5vw, 56px); font-weight: 300; line-height: 1.05; margin: 16px 0 24px; }
.hours h2 em { font-style: italic; color: var(--gold-deep); }
.hours-text { font-size: 16px; line-height: 1.85; color: var(--charcoal); margin-bottom: 32px; }
.hours-table { background: var(--cream); padding: 40px; border-radius: 4px; position: relative; }
.hours-table::before { content: ''; position: absolute; top: -1px; left: 24px; right: 24px; height: 2px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.hours-row { display: flex; justify-content: space-between; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--line); }
.hours-row:last-child { border-bottom: 0; }
.hours-row .day { font-family: 'Fraunces', serif; font-style: italic; font-size: 18px; color: var(--espresso); }
.hours-row .time { font-size: 14px; letter-spacing: 0.04em; color: var(--taupe); }
.hours-row.today { background: rgba(201, 169, 97, 0.10); margin: 0 -16px; padding-left: 16px; padding-right: 16px; border-radius: 4px; }
.hours-row.today .day { color: var(--gold-deep); }

/* ===== LOCATION ===== */
.location { padding: 0; background: var(--cream); position: relative; }
.location-grid { display: grid; grid-template-columns: 5fr 7fr; min-height: 600px; }
.location-content { padding: 100px 80px; display: flex; flex-direction: column; justify-content: center; }
.location-content h2 { font-size: clamp(36px, 4.5vw, 52px); line-height: 1.05; font-weight: 300; margin: 16px 0 28px; }
.location-content h2 em { font-style: italic; color: var(--gold-deep); }
.location-content p { font-size: 16px; line-height: 1.85; color: var(--charcoal); margin-bottom: 32px; }
.location-details { display: grid; gap: 20px; margin-bottom: 32px; }
.location-detail { padding: 16px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 100px 1fr; align-items: baseline; gap: 20px; }
.location-detail .label { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold-deep); }
.location-detail .value { font-family: 'Fraunces', serif; font-size: 18px; font-weight: 300; color: var(--espresso); }
.location-map { background: var(--sand); }
.location-map iframe { width: 100%; height: 100%; min-height: 600px; border: 0; filter: saturate(0.85) contrast(0.95); display: block; }

/* ===== CADEAUBON CTA ===== */
.giftcard { padding: 120px 0; background: var(--gold-pale); position: relative; overflow: hidden; }
.giftcard::before { content: ''; position: absolute; top: -50%; left: -10%; width: 300px; height: 300px; border-radius: 50%; background: radial-gradient(circle, var(--blue-soft) 0%, transparent 70%); opacity: 0.5; }
.giftcard::after { content: ''; position: absolute; bottom: -50%; right: -10%; width: 400px; height: 400px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,0.5) 0%, transparent 70%); }
.giftcard-content { display: grid; grid-template-columns: 1.4fr 1fr; gap: 60px; align-items: center; position: relative; z-index: 2; }
.giftcard h2 { font-size: clamp(36px, 4.5vw, 56px); font-weight: 300; line-height: 1.1; margin: 16px 0 24px; }
.giftcard h2 em { font-style: italic; color: var(--gold-deep); }
.giftcard p { font-size: 16px; color: var(--charcoal); line-height: 1.8; max-width: 460px; margin-bottom: 32px; }
.giftcard-visual { aspect-ratio: 1.6/1; background: linear-gradient(135deg, var(--espresso), var(--charcoal)); border-radius: 8px; padding: 36px; position: relative; color: var(--cream); display: flex; flex-direction: column; justify-content: space-between; box-shadow: var(--shadow-lift); }
.giftcard-visual::after { content: ''; position: absolute; inset: 0; border: 1px solid var(--gold); border-radius: 8px; margin: 8px; pointer-events: none; }
.giftcard-visual .label { font-size: 11px; letter-spacing: 0.32em; text-transform: uppercase; color: var(--gold-light); }
.giftcard-visual .brand { font-family: 'Fraunces', serif; font-style: italic; font-size: 28px; line-height: 1.1; }
.giftcard-visual .brand em { color: var(--gold-light); }
.giftcard-visual .value-line { display: flex; justify-content: space-between; align-items: end; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold-light); }

/* ===== CTA ===== */
.cta { padding: 160px 0; background: var(--espresso); color: var(--cream); text-align: center; position: relative; overflow: hidden; }
.cta::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at center, rgba(201, 169, 97, 0.18), transparent 60%); }
.cta-content { position: relative; z-index: 2; }
.cta .eyebrow { color: var(--gold-light); }
.cta h2 { color: var(--cream); font-size: clamp(48px, 7vw, 92px); line-height: 1; font-weight: 300; margin: 24px auto 32px; max-width: 900px; letter-spacing: -0.02em; }
.cta h2 em { font-style: italic; color: var(--gold-light); }
.cta p { font-size: 18px; max-width: 540px; margin: 0 auto 48px; opacity: 0.85; line-height: 1.65; }
.cta .btn-primary { background: var(--cream); color: var(--espresso); border-color: var(--cream); font-size: 14px; padding: 20px 48px; }
.cta .btn-primary:hover { background: var(--gold-light); color: var(--espresso); border-color: var(--gold-light); }

/* ===== FOOTER ===== */
.site-footer { background: var(--charcoal); color: var(--cream); padding: 80px 0 40px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 60px; margin-bottom: 60px; }
.footer-brand h3 { color: var(--cream); font-size: 28px; font-weight: 300; font-style: italic; margin-bottom: 20px; font-family: 'Fraunces', serif; }
.footer-brand h3 em { color: var(--gold-light); }
.footer-brand p { font-size: 14px; opacity: 0.7; line-height: 1.75; max-width: 320px; }
.site-footer h4 { color: var(--cream); font-family: 'Outfit', sans-serif; font-size: 12px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 24px; opacity: 0.6; }
.site-footer ul { list-style: none; }
.site-footer li { margin-bottom: 12px; }
.site-footer li a { font-size: 14px; opacity: 0.75; transition: opacity 0.3s, color 0.3s; }
.site-footer li a:hover { opacity: 1; color: var(--gold-light); }
.footer-newsletter input { width: 100%; background: transparent; border: 0; border-bottom: 1px solid rgba(250, 245, 235, 0.3); padding: 12px 0; color: var(--cream); font-family: inherit; font-size: 14px; outline: none; }
.footer-newsletter input::placeholder { color: rgba(250, 245, 235, 0.4); }
.footer-newsletter button { margin-top: 16px; background: transparent; border: 1px solid rgba(250, 245, 235, 0.3); color: var(--cream); padding: 10px 20px; border-radius: 999px; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; cursor: pointer; transition: all 0.3s; font-family: inherit; }
.footer-newsletter button:hover { background: var(--gold-deep); border-color: var(--gold-deep); }
.footer-bottom { padding-top: 32px; border-top: 1px solid rgba(250, 245, 235, 0.1); display: flex; justify-content: space-between; align-items: center; font-size: 12px; opacity: 0.5; flex-wrap: wrap; gap: 20px; }

/* ===== PAGE TEMPLATES ===== */
.page-header { padding: 100px 0 60px; text-align: center; }
.page-header h1 { font-size: clamp(48px, 6vw, 80px); line-height: 1.05; font-weight: 300; margin: 16px 0; }
.page-header h1 em { font-style: italic; color: var(--gold-deep); }
.page-header p { max-width: 540px; margin: 24px auto 0; color: var(--taupe); font-size: 16px; line-height: 1.7; }
.page-content { padding: 40px 0 120px; max-width: 760px; margin: 0 auto; font-size: 17px; line-height: 1.85; }
.page-content p, .page-content ul, .page-content ol { margin-bottom: 1.5em; }
.page-content h2, .page-content h3 { margin: 1.5em 0 0.6em; }

/* ===== SINGLE DIENST ===== */
article.single-dienst { padding: 80px 0; }
article.single-dienst .container { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
article.single-dienst.no-image .container { grid-template-columns: 1fr; max-width: 760px; }
.single-dienst-image { aspect-ratio: 4/5; background-size: cover; background-position: center; border-radius: 4px; }
.single-dienst-content h1 { font-size: clamp(40px, 5vw, 64px); font-weight: 300; line-height: 1.05; margin: 16px 0 24px; }
.single-dienst-meta { display: flex; gap: 32px; padding: 20px 0; margin: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.single-dienst-meta div { font-size: 13px; color: var(--taupe); letter-spacing: 0.06em; }
.single-dienst-meta strong { display: block; font-family: 'Fraunces', serif; font-style: italic; font-size: 24px; color: var(--espresso); font-weight: 300; margin-bottom: 4px; }

/* ===== PRIJSLIJST ===== */
.pricelist { padding: 60px 0 120px; }
.pricelist-group { max-width: 800px; margin: 0 auto 60px; }
.pricelist-group h2 { font-size: 28px; font-weight: 300; margin-bottom: 24px; padding-bottom: 16px; border-bottom: 1px solid var(--gold); }
.pricelist-row { display: flex; justify-content: space-between; align-items: baseline; padding: 18px 0; border-bottom: 1px dotted var(--line-strong); gap: 20px; }
.pricelist-row:last-child { border-bottom: 0; }
.pricelist-row .name { font-family: 'Fraunces', serif; font-size: 19px; color: var(--espresso); flex: 1; }
.pricelist-row .duur { font-size: 13px; color: var(--taupe); margin-right: 16px; white-space: nowrap; letter-spacing: 0.05em; }
.pricelist-row .price { font-family: 'Fraunces', serif; font-style: italic; font-size: 20px; color: var(--gold-deep); font-weight: 400; white-space: nowrap; }

/* ===== FOTOBOEK / GALLERY ===== */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; padding: 0 0 80px; }
.gallery-item { aspect-ratio: 1; background: var(--sand); border-radius: 4px; overflow: hidden; position: relative; cursor: pointer; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s; }
.gallery-item:hover img { transform: scale(1.04); }
.gallery-ba { position: relative; aspect-ratio: 1; background: var(--sand); border-radius: 4px; overflow: hidden; }
.gallery-ba .before, .gallery-ba .after { position: absolute; inset: 0; background-size: cover; background-position: center; }
.gallery-ba .after { clip-path: inset(0 0 0 50%); }
.gallery-ba::before, .gallery-ba::after { content: ''; position: absolute; top: 16px; padding: 4px 12px; background: rgba(255,255,255,0.92); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--espresso); border-radius: 999px; z-index: 3; font-weight: 500; }
.gallery-ba::before { content: 'Voor'; left: 16px; }
.gallery-ba::after { content: 'Na'; right: 16px; }
.gallery-ba-divider { position: absolute; inset: 0 auto 0 50%; width: 2px; background: var(--cream); z-index: 2; }

/* ===== CURSUSSEN ===== */
.cursussen-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; }
.cursus-card { background: var(--ivory); border-radius: 4px; overflow: hidden; transition: transform 0.5s, box-shadow 0.5s; display: block; color: inherit; border: 1px solid var(--line); }
.cursus-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-soft); border-color: var(--gold-pale); }
.cursus-image { aspect-ratio: 16/9; background: var(--sand); background-size: cover; background-position: center; }
.cursus-content { padding: 32px; }
.cursus-content h3 { font-size: 24px; font-weight: 400; margin-bottom: 16px; line-height: 1.2; }
.cursus-meta-list { display: grid; gap: 8px; padding: 16px 0; margin: 16px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 13px; color: var(--taupe); }
.cursus-meta-list strong { color: var(--espresso); font-weight: 400; margin-right: 6px; }
.cursus-foot { display: flex; justify-content: space-between; align-items: center; }
.cursus-foot .price { font-family: 'Fraunces', serif; font-style: italic; font-size: 22px; color: var(--gold-deep); }

/* ===== FLOATING BUTTONS ===== */
.booking-widget-fallback {
  position: fixed; bottom: 30px; right: 30px;
  background: var(--gold-deep); color: var(--cream);
  padding: 16px 24px; border-radius: 999px;
  font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase;
  z-index: 200; box-shadow: 0 10px 30px rgba(181, 147, 74, 0.4);
  cursor: pointer; border: none; font-family: inherit;
  display: flex; align-items: center; gap: 10px; text-decoration: none;
}
.booking-widget-fallback:hover { transform: translateY(-3px); }
.booking-widget-fallback::before { content: ''; width: 8px; height: 8px; background: var(--cream); border-radius: 50%; animation: pulse 2s infinite; }

.whatsapp-float {
  position: fixed; bottom: 30px; left: 30px;
  width: 56px; height: 56px; border-radius: 50%;
  background: #25D366; color: white;
  display: flex; align-items: center; justify-content: center;
  z-index: 200; box-shadow: 0 8px 20px rgba(37, 211, 102, 0.4);
  text-decoration: none; transition: transform 0.3s;
}
.whatsapp-float:hover { transform: scale(1.05); }
.whatsapp-float svg { width: 28px; height: 28px; fill: white; }
.whatsapp-tooltip {
  position: absolute; left: 70px; top: 50%; transform: translateY(-50%);
  background: var(--espresso); color: var(--cream);
  padding: 10px 16px; border-radius: 999px;
  font-size: 13px; white-space: nowrap;
  opacity: 0; pointer-events: none; transition: opacity 0.3s, transform 0.3s;
}
.whatsapp-float:hover .whatsapp-tooltip { opacity: 1; transform: translateY(-50%) translateX(4px); }

@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }

/* ===== GOOGLE REVIEWS ===== */
.google-reviews { padding: 120px 0; background: var(--sand); position: relative; }
.google-reviews-header { text-align: center; margin-bottom: 60px; }
.google-reviews-header .eyebrow { display: block; margin-bottom: 16px; }
.google-reviews-header h2 { font-size: clamp(36px, 5vw, 56px); font-weight: 300; line-height: 1.1; margin-bottom: 16px; }
.google-reviews-header h2 em { font-style: italic; color: var(--gold-deep); }
.google-reviews-header p { max-width: 540px; margin: 0 auto; font-size: 16px; color: var(--taupe); }
.google-reviews-embed { max-width: 1100px; margin: 0 auto; }
.google-reviews-placeholder {
  max-width: 700px; margin: 0 auto;
  min-height: 220px; background: var(--ivory);
  border-radius: 6px; display: flex; align-items: center; justify-content: center;
  color: var(--taupe); font-style: italic; padding: 40px; text-align: center;
  border: 1px dashed var(--sand-deep);
}
.google-reviews-cta { text-align: center; margin-top: 48px; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .container { padding: 0 24px; }
  .hero-grid, .about-grid, .services-header, .actie-grid, .media-header, .hours-grid, article.single-dienst .container, .giftcard-content { grid-template-columns: 1fr; gap: 40px; }
  .services-grid, .reviews-grid, .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .products-grid { grid-template-columns: repeat(2, 1fr); }
  .cursussen-grid { grid-template-columns: 1fr; }
  .location-grid { grid-template-columns: 1fr; }
  .location-content { padding: 60px 30px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .nav-links { display: none; }
  .hero-floating { left: 0; bottom: -30px; }
  .about-image-sub { right: -20px; }
  .about { padding: 80px 0; }
  .about-pillars { grid-template-columns: 1fr; gap: 16px; }
  .slide-overlay { padding: 32px 24px; }
}
@media (max-width: 600px) {
  .topbar-info { font-size: 12px; gap: 16px; }
  .services-grid, .reviews-grid, .gallery-grid, .products-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero { padding: 40px 0 80px; }
  .hero h1 { font-size: 42px; }
  article.single-dienst { padding: 40px 0; }
  .booking-widget-fallback { bottom: 20px; right: 20px; padding: 14px 20px; font-size: 12px; }
  .whatsapp-float { bottom: 20px; left: 20px; width: 50px; height: 50px; }
  .whatsapp-tooltip { display: none; }
  .stacked-slideshow { aspect-ratio: 4/5; }
  .pricelist-row { flex-wrap: wrap; }
}

/* WordPress alignment defaults */
.alignleft { float: left; margin-right: 1.5em; }
.alignright { float: right; margin-left: 1.5em; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.screen-reader-text { border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; word-wrap: normal !important; }
