/* ═══════════════════════════════════════════════════════════════════════════
   WALBRUGGE - Rustieke Hoeve Editie
   Warm, authentiek, uitnodigend
   ═══════════════════════════════════════════════════════════════════════════ */

/* ── Variables - Rustiek Kleurenpalet ─────────────────────────────────────── */
:root {
  /* Aardse groentinten */
  --green: #5c7a4a;
  --green-dark: #2d3a28;
  --green-light: #7a9968;
  --green-muted: #8b9b7a;
  
  /* Warme goud/brons tinten */
  --gold: #b8860b;
  --gold-dark: #8b6914;
  --gold-light: #d4a84b;
  --copper: #b87333;
  
  /* Natuurlijke achtergronden */
  --cream: #faf6f0;
  --linen: #f3ebe0;
  --linen-dark: #e6ddd0;
  --parchment: #f5f0e6;
  --wood: #8b7355;
  --wood-dark: #5c4a3d;
  
  /* Tekst */
  --ink: #3d3228;
  --ink-light: #5a4d40;
  --muted: #7a6d5d;
  --white: #fffcf7;
  
  /* Schaduwen - warmer */
  --shadow: rgba(61, 50, 40, 0.08);
  --shadow-md: rgba(61, 50, 40, 0.12);
  --shadow-lg: rgba(61, 50, 40, 0.18);
  --shadow-warm: rgba(184, 134, 11, 0.15);
  
  /* Vormen */
  --radius: 8px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  
  /* Animaties */
  --transition: 0.3s ease;
  --transition-slow: 0.6s ease;
  
  /* Fonts */
  --font-serif: 'Cormorant Garamond', 'Palatino Linotype', Georgia, serif;
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-accent: 'Cormorant Garamond', Georgia, serif;
}

/* ── Reset & Base ─────────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  /* Subtiele textuur */
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23d4c4a8' fill-opacity='0.15'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color var(--transition); }
ul, ol { list-style: none; }
button { font: inherit; cursor: pointer; border: none; background: none; }
address { font-style: normal; }

/* ── Typography - Rustiek & Elegant ───────────────────────────────────────── */
h1, h2, h3, h4 {
  font-family: var(--font-serif);
  font-weight: 600;
  line-height: 1.2;
  color: var(--green-dark);
  letter-spacing: -0.01em;
}

h1 { 
  font-size: clamp(2.5rem, 6vw, 4rem); 
  font-weight: 500;
  font-style: italic;
}
h2 { 
  font-size: clamp(2rem, 4.5vw, 2.8rem); 
  margin-bottom: 1rem; 
}
h3 { font-size: clamp(1.4rem, 3vw, 1.8rem); }
h4 { font-size: 1.2rem; }
p { margin-bottom: 1rem; }

.kicker {
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--copper);
  margin-bottom: 0.75rem;
  display: inline-block;
  position: relative;
}

.kicker::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 30px;
  height: 2px;
  background: var(--gold);
}

.center .kicker::after {
  left: 50%;
  transform: translateX(-50%);
}

.center { text-align: center; }

/* ── Layout ───────────────────────────────────────────────────────────────── */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.section {
  padding: 100px 0;
  position: relative;
}

.section-linen { 
  background: var(--linen); 
  background-image: none;
}

.section-parchment {
  background: var(--parchment);
  position: relative;
}

.section-parchment::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-light), transparent);
}

.section-dark { 
  background: linear-gradient(135deg, var(--green-dark) 0%, var(--wood-dark) 100%);
  color: var(--white); 
}
.section-dark h2, .section-dark h3 { color: var(--white); }
.section-dark .kicker { color: var(--gold-light); }
.section-dark .kicker::after { background: var(--gold-light); }

/* ── Decoratieve elementen ────────────────────────────────────────────────── */
.flourish {
  display: block;
  width: 60px;
  height: 20px;
  margin: 24px auto;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 20'%3E%3Cpath d='M30 10 Q20 0 10 10 Q20 20 30 10 Q40 0 50 10 Q40 20 30 10' fill='none' stroke='%23b8860b' stroke-width='1.5'/%3E%3C/svg%3E") center no-repeat;
  opacity: 0.7;
}

/* ── Buttons - Rustiek ────────────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 36px;
  border-radius: var(--radius);
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.03em;
  text-decoration: none;
  transition: all var(--transition);
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}

.btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: left 0.5s ease;
}

.btn:hover::before {
  left: 100%;
}

.btn-gold {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
  color: var(--white);
  box-shadow: 0 4px 15px var(--shadow-warm);
}

.btn-gold:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px var(--shadow-warm);
}

.btn-green {
  background: linear-gradient(135deg, var(--green) 0%, var(--green-dark) 100%);
  color: var(--white);
}

.btn-green:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(92, 122, 74, 0.3);
}

.btn-ghost {
  background: transparent;
  border: 2px solid var(--linen-dark);
  color: var(--ink);
}

.btn-ghost:hover {
  border-color: var(--gold);
  color: var(--gold-dark);
  background: rgba(184, 134, 11, 0.05);
}

.btn-lg { 
  padding: 20px 48px; 
  font-size: 1rem; 
}

/* ── Navigation - Rustiek ─────────────────────────────────────────────────── */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(250, 246, 240, 0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(184, 134, 11, 0.1);
  transition: all var(--transition);
}

.nav.scrolled {
  box-shadow: 0 4px 30px var(--shadow);
  background: rgba(250, 246, 240, 0.98);
}

.nav-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Logo vult de volledige balkhoogte, proportioneel (vierkante afbeelding) */
.nav-logo {
  height: 100%;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1002;
}

/* Logo groter dan de balk: hangt tot ~43% over de onderrand van het menu */
.nav-logo img {
  height: 136px;
  width: auto;
  object-fit: contain;
  border-radius: 0;
  display: block;
  margin-bottom: -59px;
  filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.25));
}

header.nav,
.nav-inner {
  overflow: visible;
}

@media (max-width: 768px) {
  .nav-logo img {
    height: 104px;
    width: auto;
    object-fit: contain;
    border-radius: 0;
    margin-bottom: -43px;
  }
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 36px;
}

.nav-links a {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--ink);
  position: relative;
  padding: 4px 0;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--gold);
  transition: width var(--transition);
}

.nav-links a:hover { color: var(--green-dark); }
.nav-links a:hover::after { width: 100%; }

.nav-cta {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%) !important;
  color: var(--white) !important;
  padding: 12px 28px !important;
  border-radius: var(--radius) !important;
}

.nav-cta::after { display: none !important; }

.nav-cta:hover { 
  transform: translateY(-2px);
  box-shadow: 0 4px 15px var(--shadow-warm);
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  margin-left: 8px;
}

.lang-switch a {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: rgba(61, 50, 40, 0.55);
  padding: 4px 6px;
  border-radius: 6px;
}

.lang-switch a::after { display: none !important; }

.lang-switch a:hover {
  color: var(--gold-dark);
  background: rgba(184, 134, 11, 0.08);
}

.lang-switch a.lang-active {
  color: var(--gold-dark);
  font-weight: 700;
}

.lang-switch .lang-sep {
  color: rgba(61, 50, 40, 0.3);
  font-size: 0.7rem;
}

.nav-burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
}

.nav-burger span {
  width: 26px;
  height: 2px;
  background: var(--ink);
  transition: all var(--transition);
  border-radius: 2px;
}

/* ── Hero - Dramatisch & Rustiek ──────────────────────────────────────────── */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #2d3a28;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (prefers-reduced-motion: reduce) {
  .hero-video { display: none; }
}

.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(45, 58, 40, 0.3) 0%,
    rgba(45, 58, 40, 0.5) 50%,
    rgba(45, 58, 40, 0.7) 100%
  );
}

/* Vignet effect */
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at center, transparent 40%, rgba(45, 58, 40, 0.4) 100%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: var(--white);
  padding: 140px 24px 100px;
  max-width: 950px;
  animation: fadeInUp 1s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-kicker {
  font-family: var(--font-sans);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 24px;
  opacity: 0.9;
  color: var(--gold-light);
}

.hero h1 {
  color: var(--white);
  margin-bottom: 28px;
  text-shadow: 0 2px 40px rgba(0, 0, 0, 0.3);
}

.hero h1 em {
  font-style: italic;
  color: var(--gold-light);
}

.hero-sub {
  font-family: var(--font-serif);
  font-size: 1.3rem;
  font-style: italic;
  max-width: 700px;
  margin: 0 auto;
  opacity: 0.95;
  line-height: 1.8;
  color: var(--linen);
}

.hero-scroll {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 32px;
  height: 54px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 999px;
  display: flex;
  justify-content: center;
  padding-top: 10px;
  animation: pulse 2s infinite;
}

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

.hero-scroll span {
  width: 4px;
  height: 10px;
  background: var(--gold-light);
  border-radius: 999px;
  animation: scroll 1.8s infinite;
}

@keyframes scroll {
  0%, 100% { transform: translateY(0); opacity: 1; }
  50% { transform: translateY(14px); opacity: 0.3; }
}

/* ── Keuze Cards - Rustiek met Hover ──────────────────────────────────────── */
.keuze-section { 
  padding-top: 120px; 
  background: var(--cream);
}

.keuze-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}

.keuze-card {
  position: relative;
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 48px 36px;
  box-shadow: 0 4px 20px var(--shadow);
  transition: all var(--transition-slow);
  text-align: center;
  border: 1px solid rgba(184, 134, 11, 0.1);
  overflow: hidden;
}

/* Decoratieve hoek */
.keuze-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--gold-light) 0%, transparent 50%);
  opacity: 0.3;
  transition: opacity var(--transition);
}

.keuze-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 50px var(--shadow-lg);
  border-color: var(--gold);
}

.keuze-card:hover::before {
  opacity: 0.5;
}

.keuze-card-featured {
  border: 2px solid var(--gold);
  background: linear-gradient(to bottom, var(--white) 0%, rgba(184, 134, 11, 0.03) 100%);
}

.keuze-badge {
  position: absolute;
  top: -1px;
  right: 24px;
  background: linear-gradient(135deg, var(--gold) 0%, var(--copper) 100%);
  color: var(--white);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 8px 18px;
  border-radius: 0 0 var(--radius) var(--radius);
}

.keuze-icon {
  font-size: 3.5rem;
  margin-bottom: 24px;
  filter: grayscale(20%);
}

.keuze-card h2 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  font-style: italic;
}

.keuze-tagline {
  font-family: var(--font-serif);
  font-style: italic;
  color: var(--copper);
  font-size: 1rem;
  margin-bottom: 20px;
}

.keuze-card > p:not(.keuze-tagline) {
  color: var(--muted);
  font-size: 0.95rem;
  margin-bottom: 24px;
  line-height: 1.7;
}

.keuze-features {
  text-align: left;
  margin-bottom: 32px;
  padding: 20px;
  background: var(--linen);
  border-radius: var(--radius);
}

.keuze-features li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  font-size: 0.9rem;
  color: var(--ink);
}

.keuze-features li:last-child { margin-bottom: 0; }

.keuze-features li::before {
  content: '✦';
  position: absolute;
  left: 0;
  color: var(--gold);
  font-size: 0.8rem;
}

/* ── Intro Block ──────────────────────────────────────────────────────────── */
.intro-block {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.intro-title {
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  margin-bottom: 32px;
  font-style: italic;
}

.intro-text {
  color: var(--ink-light);
  font-size: 1.1rem;
  line-height: 1.9;
  margin-bottom: 56px;
}

.intro-text p:first-child::first-letter {
  font-family: var(--font-serif);
  font-size: 3.5rem;
  font-weight: 600;
  float: left;
  line-height: 1;
  margin-right: 12px;
  margin-top: 4px;
  color: var(--green-dark);
}

.intro-stats {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
  padding-top: 40px;
  border-top: 1px solid var(--linen-dark);
}

.stat {
  text-align: center;
}

.stat-num {
  display: block;
  font-family: var(--font-serif);
  font-size: 3.2rem;
  font-weight: 600;
  color: var(--green-dark);
  line-height: 1;
}

.stat-num sup { font-size: 0.45em; }

.stat-label {
  display: block;
  font-size: 0.8rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 8px;
}

/* ── Testimonials - Rustiek ───────────────────────────────────────────────── */
.testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  margin-top: 56px;
}

.testimonial {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 40px 32px;
  position: relative;
  box-shadow: 0 4px 20px var(--shadow);
  border: 1px solid var(--linen-dark);
  transition: all var(--transition);
}

.testimonial:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 35px var(--shadow-md);
  border-color: var(--gold-light);
}

.testimonial::before {
  content: '"';
  position: absolute;
  top: 24px;
  left: 28px;
  font-family: var(--font-serif);
  font-size: 5rem;
  color: var(--gold);
  opacity: 0.25;
  line-height: 1;
}

.testimonial p {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.05rem;
  color: var(--ink);
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
  line-height: 1.8;
}

.testimonial footer {
  border-top: 1px solid var(--linen-dark);
  padding-top: 20px;
}

.testimonial footer strong {
  display: block;
  color: var(--green-dark);
  font-weight: 600;
  font-size: 0.95rem;
}

.testimonial footer span {
  font-size: 0.8rem;
  color: var(--muted);
}

/* ── Ruimtes Grid ─────────────────────────────────────────────────────────── */
.ruimtes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 56px;
}

.ruimte-item {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-lg);
  padding: 32px;
  text-align: center;
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
}

.ruimte-item::before {
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, transparent 0%, rgba(184, 134, 11, 0.1) 100%);
  opacity: 0;
  transition: opacity var(--transition);
}

.ruimte-item:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-6px);
  border-color: var(--gold-light);
}

.ruimte-item:hover::before {
  opacity: 1;
}

.ruimte-item-featured {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
  border-color: var(--gold);
}

.ruimte-cap {
  display: block;
  font-family: var(--font-serif);
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}

.ruimte-item strong {
  display: block;
  font-size: 1.05rem;
  margin-bottom: 6px;
  position: relative;
  z-index: 1;
}

.ruimte-item span {
  font-size: 0.85rem;
  opacity: 0.75;
  position: relative;
  z-index: 1;
}

/* ── Facilities - Rustiek ─────────────────────────────────────────────────── */
.facil {
  background: var(--linen);
  padding: 60px 0;
  border-top: 1px solid var(--linen-dark);
  border-bottom: 1px solid var(--linen-dark);
}

.facil-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

.facil-item {
  text-align: center;
  padding: 24px 12px;
  transition: all var(--transition);
  border-radius: var(--radius);
}

.facil-item:hover {
  background: var(--white);
  box-shadow: 0 4px 15px var(--shadow);
}

.facil-ico {
  display: block;
  font-size: 2.2rem;
  margin-bottom: 12px;
}

.facil-item strong {
  display: block;
  font-size: 0.85rem;
  color: var(--green-dark);
  margin-bottom: 4px;
}

.facil-item span {
  font-size: 0.75rem;
  color: var(--muted);
}

/* ── CTA Section ──────────────────────────────────────────────────────────── */
.section-cta {
  background: linear-gradient(135deg, var(--green-dark) 0%, var(--wood-dark) 100%);
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.section-cta::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(184, 134, 11, 0.15) 0%, transparent 70%);
  pointer-events: none;
}

.cta-block {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.cta-block h2 {
  color: var(--white);
  margin-bottom: 20px;
  font-style: italic;
}

.cta-block p {
  font-size: 1.15rem;
  opacity: 0.9;
  margin-bottom: 40px;
  font-family: var(--font-serif);
}

.cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.section-cta .btn-ghost {
  border-color: rgba(255, 255, 255, 0.35);
  color: var(--white);
}

.section-cta .btn-ghost:hover {
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.1);
}

/* ── Footer - Rustiek ─────────────────────────────────────────────────────── */
.footer {
  background: var(--green-dark);
  color: var(--white);
  padding: 80px 0 40px;
  position: relative;
}

.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--copper), var(--gold));
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 56px;
  margin-bottom: 56px;
}

.footer-brand {
  text-align: center;
}

.footer-brand img {
  width: auto;
  height: 90px;
  object-fit: contain;
  border-radius: 0;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-brand p {
  font-size: 0.9rem;
  opacity: 0.75;
  line-height: 1.8;
  font-family: var(--font-serif);
  font-style: italic;
}

.footer h4 {
  color: var(--gold-light);
  font-family: var(--font-sans);
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
}

.footer-links ul li {
  margin-bottom: 14px;
}

.footer-links a {
  font-size: 0.9rem;
  opacity: 0.75;
  transition: all var(--transition);
}

.footer-links a:hover { 
  opacity: 1; 
  color: var(--gold-light);
  padding-left: 6px;
}

.footer-contact address {
  font-size: 0.9rem;
  line-height: 2;
  opacity: 0.75;
}

.footer-contact a:hover { 
  opacity: 1; 
  color: var(--gold-light); 
}

.footer-social {
  display: flex;
  gap: 14px;
  margin-top: 24px;
}

.footer-social a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--transition);
}

.footer-social a:hover {
  background: var(--gold);
  border-color: var(--gold);
  transform: translateY(-4px);
}

.footer-social svg { width: 18px; height: 18px; }

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 28px;
  text-align: center;
  font-size: 0.8rem;
  opacity: 0.5;
}

/* ── Scroll Reveal Animation ──────────────────────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Staggered animation for cards */
.keuze-card:nth-child(1) { transition-delay: 0.1s; }
.keuze-card:nth-child(2) { transition-delay: 0.2s; }
.keuze-card:nth-child(3) { transition-delay: 0.3s; }

.testimonial:nth-child(1) { transition-delay: 0.1s; }
.testimonial:nth-child(2) { transition-delay: 0.2s; }
.testimonial:nth-child(3) { transition-delay: 0.3s; }

/* ── WhatsApp Button ──────────────────────────────────────────────────────── */
.whatsapp-btn {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
  z-index: 999;
  transition: all var(--transition);
}

.whatsapp-btn:hover {
  transform: scale(1.1) translateY(-4px);
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.5);
}

.whatsapp-btn svg {
  width: 34px;
  height: 34px;
  fill: #fff;
}

.messenger-btn {
  position: fixed;
  bottom: 28px;
  right: 104px;
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #00B2FF 0%, #006AFF 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(0, 106, 255, 0.4);
  z-index: 999;
  transition: all var(--transition);
}

.messenger-btn:hover {
  transform: scale(1.1) translateY(-4px);
  box-shadow: 0 10px 30px rgba(0, 106, 255, 0.5);
}

.messenger-btn svg {
  width: 32px;
  height: 32px;
  fill: #fff;
}

/* ── Mobile Responsive ────────────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .keuze-grid { 
    grid-template-columns: 1fr; 
    max-width: 520px; 
    margin: 0 auto; 
  }
  .testimonials { grid-template-columns: 1fr; }
  .ruimtes-grid { grid-template-columns: repeat(2, 1fr); }
  .facil-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .nav-links { 
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--cream);
    flex-direction: column;
    padding: 28px;
    gap: 20px;
    box-shadow: 0 12px 30px var(--shadow);
    border-top: 1px solid var(--linen-dark);
  }
  .nav-links.active { display: flex; }
  .nav-inner { height: 60px; }
  .nav-burger { display: flex; }
  .nav-burger.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
  .nav-burger.active span:nth-child(2) { opacity: 0; }
  .nav-burger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }
  
  .section { padding: 70px 0; }
  .hero-content { padding: 120px 20px 80px; }
  .hero-sub { font-size: 1.1rem; }
  .intro-stats { gap: 32px; }
  .intro-text p:first-child::first-letter { font-size: 2.8rem; }
  .ruimtes-grid { grid-template-columns: 1fr; }
  .facil-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-social { justify-content: center; }
  .footer-links a:hover { padding-left: 0; }
}

@media (max-width: 480px) {
  .keuze-card { padding: 36px 24px; }
  .btn-lg { padding: 16px 32px; font-size: 0.9rem; }
  .cta-buttons { flex-direction: column; }
  .whatsapp-btn { bottom: 20px; right: 20px; width: 56px; height: 56px; }
  .whatsapp-btn svg { width: 28px; height: 28px; }
  .messenger-btn { bottom: 20px; right: 88px; width: 56px; height: 56px; }
  .messenger-btn svg { width: 26px; height: 26px; }
}

/* ── Utilities ────────────────────────────────────────────────────────────── */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* ── Page-specific styles ─────────────────────────────────────────────────── */
.page-header {
  padding: 160px 0 100px;
  background: var(--linen);
  text-align: center;
  position: relative;
}

.page-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-light), transparent);
}

.page-header h1 { 
  margin-bottom: 20px; 
}

.page-header p { 
  color: var(--muted); 
  font-size: 1.15rem; 
  max-width: 600px; 
  margin: 0 auto;
  font-family: var(--font-serif);
  font-style: italic;
}

/* Forms - Rustiek */
.form-group { margin-bottom: 24px; }

.form-group label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--green-dark);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 16px 20px;
  border: 2px solid var(--linen-dark);
  border-radius: var(--radius);
  font-family: var(--font-sans);
  font-size: 1rem;
  background: var(--white);
  color: var(--ink);
  transition: all var(--transition);
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(184, 134, 11, 0.1);
}

.form-group textarea { 
  resize: vertical; 
  min-height: 140px; 
}
/* ═══════════════════════════════════════════════════════════════════════════
   AWARDS & SCORES SECTIE
   ═══════════════════════════════════════════════════════════════════════════ */

.awards-section {
  padding: 80px 0;
  background: linear-gradient(135deg, var(--parchment) 0%, var(--linen) 100%);
  position: relative;
}

.awards-section::before,
.awards-section::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.awards-section::before { top: 0; }
.awards-section::after { bottom: 0; }

.awards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 48px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.award-card {
  background: #fff;
  border: 2px solid var(--gold);
  border-radius: var(--radius-lg);
  padding: 14px 22px 12px;
  text-align: center;
  box-shadow: 0 4px 20px var(--shadow);
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
}

.award-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--copper));
}

.award-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 50px var(--shadow-warm);
}

.award-featured {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
  color: var(--white);
}

.award-featured::before {
  background: rgba(255,255,255,0.3);
}

.award-featured .award-brand,
.award-featured .award-desc {
  color: rgba(255,255,255,0.9);
}

.award-featured .award-score {
  color: var(--white);
}

.award-icon {
  font-size: 2.5rem;
  margin-bottom: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.award-icon svg {
  width: 40px;
  height: 40px;
}

a.award-card {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.award-booking-logo {
  height: 40px;
  width: auto;
  border-radius: 8px;
}

.award-booking-full {
  height: 26px;
  width: auto;
}

.award-ep-logo {
  height: 30px;
  width: auto;
}

.award-review-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 6px 0 4px;
}

.award-review-word {
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--ink);
}

.award-score-tile {
  display: inline-block;
  background: #003b95;
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1;
  padding: 9px 10px;
  border-radius: 8px 8px 8px 0;
}

.award-badge {
  display: inline-block;
  background: rgba(255,255,255,0.2);
  color: var(--white);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 12px;
  border: 1px solid rgba(255,255,255,0.3);
}

.award-brand {
  font-family: var(--font-sans);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}

.award-score {
  font-family: var(--font-serif);
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--green-dark);
  line-height: 1;
  margin-bottom: 0;
}

.award-review-label {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--muted);
  margin: 4px 0 4px;
}

.award-score-row {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  margin-top: 6px;
}

.award-score-row .award-review-label,
.award-score-row .award-score {
  margin: 0;
}

.award-score span {
  font-size: 1.2rem;
  font-weight: 400;
  opacity: 0.7;
}

.award-desc {
  font-size: 0.85rem;
  color: var(--muted);
  margin: 0;
  line-height: 1.5;
}

/* B&B pagina - compacte badge voor hero */
.bb-badges {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 32px;
  flex-wrap: wrap;
}

.bb-badge {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(10px);
  padding: 12px 20px;
  border-radius: var(--radius);
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.bb-badge-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.bb-badge-content {
  text-align: left;
}

.bb-badge-score {
  font-family: var(--font-serif);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--green-dark);
  line-height: 1;
}

.bb-badge-label {
  font-size: 0.7rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Responsive */
@media (max-width: 768px) {
  .awards-grid {
    grid-template-columns: 1fr;
    max-width: 360px;
  }
  
  .award-card {
    padding: 28px 24px;
  }
  
  .award-score {
    font-size: 2.5rem;
  }
  
  .bb-badges {
    flex-direction: column;
    align-items: center;
  }
}

/* ═══════════════════════════════════════════════════════════════════════════
   SALINO AWARD BANNER (prominent, direct na hero)
   ═══════════════════════════════════════════════════════════════════════════ */

.award-banner {
  display: block;
  background: linear-gradient(135deg, #b8860b 0%, #8b6914 100%);
  color: #fff;
  text-decoration: none;
  padding: 16px 24px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.award-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: left 0.5s ease;
}

.award-banner:hover::before {
  left: 100%;
}

.award-banner:hover {
  background: linear-gradient(135deg, #d4a84b 0%, #b8860b 100%);
}

.award-banner-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.award-banner-badge {
  font-size: 2rem;
  line-height: 1;
}

.award-banner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.award-banner-title {
  font-family: var(--font-serif);
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.award-banner-scores {
  font-size: 0.85rem;
  opacity: 0.9;
  letter-spacing: 0.03em;
}

.award-banner-arrow {
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}

.award-banner:hover .award-banner-arrow {
  transform: translateX(6px);
}

@media (max-width: 600px) {
  .award-banner {
    padding: 14px 16px;
  }
  
  .award-banner-title {
    font-size: 1.1rem;
  }
  
  .award-banner-scores {
    font-size: 0.75rem;
    text-align: center;
  }
  
  .award-banner-arrow {
    display: none;
  }
}

/* ═══════════════════════════════════════════════════════════════════════════
   REVIEWS HIGHLIGHT (in awards sectie)
   ═══════════════════════════════════════════════════════════════════════════ */

.reviews-highlight {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
  gap: 32px;
  margin-top: 48px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.review-quote {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 32px;
  position: relative;
  box-shadow: 0 4px 20px var(--shadow);
}

.review-quote::before {
  content: '"';
  position: absolute;
  top: 16px;
  left: 24px;
  font-family: var(--font-serif);
  font-size: 4rem;
  color: var(--gold);
  opacity: 0.3;
  line-height: 1;
}

.review-quote p {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-style: italic;
  color: var(--ink);
  line-height: 1.7;
  margin: 0 0 16px 0;
  position: relative;
  z-index: 1;
}

.review-quote footer {
  font-size: 0.9rem;
  color: var(--muted);
}

.review-quote footer strong {
  color: var(--green-dark);
}

/* Award card als link */
a.award-card {
  text-decoration: none;
  cursor: pointer;
}

a.award-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 50px var(--shadow-warm);
}

@media (max-width: 768px) {
  .reviews-highlight {
    grid-template-columns: 1fr;
  }
  
  .review-quote {
    padding: 24px;
  }
  
  .review-quote p {
    font-size: 1rem;
  }
}

/* ═══════════════════════════════════════════════════════════════════════════
   SALINO AWARD CARD (homepage)
   ═══════════════════════════════════════════════════════════════════════════ */

.award-salino .salino-logo {
  height: 44px;
  width: auto;
  margin-bottom: 8px;
}

.award-salino .award-score {
  color: var(--gold-dark);
}

/* ═══════════════════════════════════════════════════════════════════════════
   HERO AWARDS (direct zichtbaar in hero)
   ═══════════════════════════════════════════════════════════════════════════ */

.hero-awards {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.hero-award-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 253, 248, 0.22);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: var(--green-dark);
  height: 45px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 0.85rem;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
}

.hero-award-badge strong {
  color: var(--green-dark);
}

.hero-award-salino {
  background: rgba(255, 253, 248, 0.22);
  border: 1px solid rgba(184, 134, 11, 0.6);
  padding: 0 16px;
}

.hero-award-salino img {
  height: 34px;
  width: auto;
}

a.hero-award-badge:hover {
  background: rgba(255, 253, 248, 0.92);
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.hero-award-score {
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--gold-dark);
}

.hero-award-caption {
  font-size: 0.68rem;
  font-weight: 600;
  color: var(--ink);
  white-space: nowrap;
}

.booking-logo {
  height: 26px;
  width: auto;
  border-radius: 5px;
}

.booking-text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1.2;
}

.booking-word {
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--ink);
}

.booking-score {
  background: #003b95;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  padding: 8px 7px;
  border-radius: 6px 6px 6px 0;
}

.ep-logo {
  height: 18px;
  width: auto;
}

@media (max-width: 768px) {
  .hero-awards { gap: 10px; }
  .hero-award-badge { font-size: 0.75rem; height: 40px; padding: 0 14px; }
  .hero-award-salino img { height: 26px; }
}

/* ═══════════════════════════════════════════════════════════════════════════
   RUIMTE DETAIL PAGES
   ═══════════════════════════════════════════════════════════════════════════ */

/* Ruimte Hero */
.ruimte-hero {
  position: relative;
  min-height: 50vh;
  display: flex;
  align-items: flex-end;
  padding: 60px 0 40px;
}

.ruimte-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.ruimte-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.1) 100%);
}

.ruimte-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  color: #fff;
}

.ruimte-hero h1 {
  font-size: 3rem;
  margin: 16px 0 12px;
  color: #fff;
}

.ruimte-hero-sub {
  font-size: 1.2rem;
  opacity: 0.9;
  max-width: 600px;
}

.breadcrumb {
  font-size: 0.85rem;
  opacity: 0.8;
}

.breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

/* Ruimte Grid */
.ruimte-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 48px;
  align-items: start;
}

.ruimte-main h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.ruimte-main h3 {
  font-size: 1.3rem;
  margin: 32px 0 16px;
  color: var(--green-dark);
}

.ruimte-main p {
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 16px;
}

/* Facilities List */
.facilities-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.facilities-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: var(--linen);
  border-radius: var(--radius);
}

.fac-icon {
  font-size: 1.3rem;
}

/* Ruimte Gallery */
.ruimte-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 32px 0;
}

.ruimte-gallery img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: var(--radius);
}

.ruimte-gallery img:only-child {
  grid-column: span 2;
  height: 300px;
}

/* Ruimte Note Box */
.ruimte-note {
  background: linear-gradient(135deg, var(--linen) 0%, #fff 100%);
  border-left: 4px solid var(--gold);
  padding: 24px;
  margin: 32px 0;
  border-radius: 0 var(--radius) var(--radius) 0;
}

.ruimte-note h4 {
  margin: 0 0 8px;
  font-size: 1rem;
}

.ruimte-note p {
  margin: 0;
  font-size: 0.95rem;
}

/* Sidebar Card */
.ruimte-sidebar {
  position: sticky;
  top: 100px;
}

.ruimte-card {
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: 0 8px 32px var(--shadow);
  padding: 28px;
  margin-bottom: 24px;
}

.ruimte-card-header {
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--linen-dark);
  margin-bottom: 20px;
}

.ruimte-cap-badge {
  display: inline-block;
  background: var(--gold);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 12px;
}

.ruimte-card-header h3 {
  margin: 0;
  font-size: 1.3rem;
}

.ruimte-specs {
  margin-bottom: 24px;
}

.spec-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid var(--linen);
  font-size: 0.9rem;
}

.spec-label {
  color: var(--muted);
}

.spec-value {
  font-weight: 600;
}

.ruimte-pricing {
  text-align: center;
  padding: 20px;
  background: var(--linen);
  border-radius: var(--radius);
  margin-bottom: 20px;
}

.pricing-label {
  display: block;
  font-size: 0.8rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}

.pricing-amount {
  display: block;
  font-family: var(--font-serif);
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--green-dark);
}

.pricing-note {
  display: block;
  font-size: 0.8rem;
  color: var(--muted);
  margin-top: 4px;
}

.ruimte-card-note {
  text-align: center;
  font-size: 0.85rem;
  color: var(--muted);
  margin-top: 16px;
}

.ruimte-card-note a {
  color: var(--green);
  font-weight: 600;
}

/* Other Rooms */
.ruimte-other {
  background: var(--linen);
  border-radius: var(--radius);
  padding: 20px;
}

.ruimte-other h4 {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--muted);
  margin: 0 0 12px;
}

.ruimte-other ul li {
  border-bottom: 1px solid var(--linen-dark);
}

.ruimte-other ul li:last-child {
  border: none;
}

.ruimte-other a {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  color: var(--ink);
  text-decoration: none;
  font-size: 0.9rem;
}

.ruimte-other a:hover {
  color: var(--gold-dark);
}

.ruimte-other span {
  color: var(--muted);
  font-size: 0.8rem;
}

/* Responsive */
@media (max-width: 1024px) {
  .ruimte-grid {
    grid-template-columns: 1fr;
  }
  
  .ruimte-sidebar {
    position: static;
  }
  
  .facilities-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .ruimte-hero h1 {
    font-size: 2rem;
  }
  
  .ruimte-gallery {
    grid-template-columns: 1fr;
  }
  
  .ruimte-gallery img,
  .ruimte-gallery img:only-child {
    height: 200px;
    grid-column: span 1;
  }
}

/* ═══════════════════════════════════════════════════════════════════════════
   REVIEWS GRID (B&B page)
   ═══════════════════════════════════════════════════════════════════════════ */

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.review-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: 0 4px 16px var(--shadow);
  position: relative;
}

.review-score {
  position: absolute;
  top: -12px;
  right: 20px;
  background: var(--green);
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 6px 12px;
  border-radius: 999px;
}

.review-title {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 0 12px;
  color: var(--green-dark);
}

.review-text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--ink);
  margin: 0 0 16px;
  font-style: italic;
}

.review-meta {
  font-size: 0.8rem;
  color: var(--muted);
}

.btn-outline {
  display: inline-block;
  padding: 12px 28px;
  border: 2px solid var(--gold);
  color: var(--gold-dark);
  background: transparent;
  border-radius: var(--radius);
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-outline:hover {
  background: var(--gold);
  color: #fff;
}

.bb-badge-link {
  text-decoration: none;
  transition: transform 0.3s ease;
}

.bb-badge-link:hover {
  transform: translateY(-3px);
}

@media (max-width: 1024px) {
  .reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .reviews-grid {
    grid-template-columns: 1fr;
  }
}

/* ═══════════════════════════════════════════════════════════════════════════
   FEESTEN PAGE - Slider & Sections
   ═══════════════════════════════════════════════════════════════════════════ */

.feest-section {
  padding: 80px 0;
}

.feest-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.feest-reverse {
  direction: rtl;
}

.feest-reverse > * {
  direction: ltr;
}

/* Slider */
.feest-slider {
  position: relative;
}

.slider-container {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: 0 12px 40px var(--shadow-lg);
}

.slider-track {
  display: flex;
  transition: transform 0.5s ease;
}

.slide {
  min-width: 100%;
}

.slide img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.9);
  border: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 1.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  color: var(--ink);
}

.slider-btn:hover {
  background: var(--gold);
  color: #fff;
}

.slider-prev { left: 16px; }
.slider-next { right: 16px; }

.slider-dots {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}

.slider-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}

.slider-dot.active {
  background: var(--gold);
  transform: scale(1.2);
}

/* Feest Content */
.feest-content {
  padding: 20px 0;
}

.feest-icon {
  font-size: 3rem;
  display: block;
  margin-bottom: 16px;
}

.feest-content h2 {
  font-size: 2rem;
  margin-bottom: 12px;
  line-height: 1.2;
}

.feest-tagline {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.1rem;
  color: var(--gold-dark);
  margin-bottom: 20px;
}

.feest-content p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 20px;
}

.feest-features {
  margin: 24px 0;
}

.feest-features li {
  padding: 10px 0 10px 32px;
  position: relative;
  border-bottom: 1px solid var(--linen-dark);
}

.feest-features li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 700;
}

.feest-features li:last-child {
  border: none;
}

.feest-types {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0;
}

.feest-type {
  background: var(--gold-light);
  color: var(--green-dark);
  font-size: 0.8rem;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 999px;
}

/* Praktisch Grid */
.praktisch-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 48px;
}

.praktisch-item {
  text-align: center;
  padding: 24px;
}

.praktisch-icon {
  font-size: 2.5rem;
  display: block;
  margin-bottom: 16px;
}

.praktisch-item h4 {
  color: var(--gold-light);
  font-family: var(--font-sans);
  font-size: 1rem;
  margin-bottom: 12px;
}

.praktisch-item p {
  font-size: 0.9rem;
  opacity: 0.85;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 1024px) {
  .feest-block {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .feest-reverse {
    direction: ltr;
  }
  
  .slide img {
    height: 300px;
  }
  
  .praktisch-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .praktisch-grid {
    grid-template-columns: 1fr;
  }
  
  .feest-content h2 {
    font-size: 1.6rem;
  }
  
  .slide img {
    height: 250px;
  }
}

/* Ruimtes capaciteit - verwijder oude label styling */

/* ═══════════════════════════════════════════════════════════════════════════
   BLOG STYLES
   ═══════════════════════════════════════════════════════════════════════════ */

.hero-short {
  min-height: 50vh;
}

/* Blog Filters */
.blog-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 48px;
}

.blog-filter {
  background: transparent;
  border: 2px solid var(--gold);
  color: var(--ink);
  padding: 10px 20px;
  border-radius: var(--radius);
  cursor: pointer;
  font-family: var(--font-sans);
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.blog-filter:hover,
.blog-filter.active {
  background: var(--gold);
  color: #fff;
}

/* Blog Grid */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.blog-grid-small {
  grid-template-columns: repeat(3, 1fr);
}

.blog-card {
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 4px 20px var(--shadow);
  transition: all 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px var(--shadow-lg);
}

.blog-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.blog-card-image {
  aspect-ratio: 16/10;
  overflow: hidden;
}

.blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-card:hover .blog-card-image img {
  transform: scale(1.05);
}

.blog-card-content {
  padding: 24px;
}

.blog-card-category {
  display: inline-block;
  background: var(--gold-light);
  color: var(--green-dark);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 12px;
}

.blog-card-content h3 {
  font-family: var(--font-serif);
  font-size: 1.3rem;
  margin: 0 0 12px;
  line-height: 1.3;
}

.blog-card-content p {
  font-size: 0.9rem;
  color: var(--muted);
  margin: 0 0 12px;
  line-height: 1.6;
}

.blog-card-content time {
  font-size: 0.8rem;
  color: var(--muted);
}

.blog-loading,
.blog-empty {
  text-align: center;
  padding: 60px 20px;
  color: var(--muted);
}

.blog-loadmore {
  text-align: center;
  margin-top: 48px;
}

/* Blog Article */
.blog-article-header {
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
}

.blog-article-header-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.2) 100%);
}

.blog-article-header-content {
  position: relative;
  width: 100%;
  padding: 60px 0;
  color: #fff;
}

.blog-back {
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  font-size: 0.9rem;
  margin-bottom: 20px;
  display: inline-block;
}

.blog-back:hover {
  color: #fff;
}

.blog-article-category {
  display: inline-block;
  background: var(--gold);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 16px;
}

.blog-article-header h1 {
  font-size: 3rem;
  margin: 0 0 20px;
  max-width: 800px;
}

.blog-article-meta {
  font-size: 0.9rem;
  opacity: 0.8;
}

.blog-article-meta span {
  margin-right: 20px;
}

.blog-article-body {
  padding: 60px 0;
}

.container-narrow {
  max-width: 800px;
}

.blog-article-body p {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 24px;
}

.blog-article-body h2 {
  font-size: 1.8rem;
  margin: 48px 0 24px;
}

.blog-article-body h3 {
  font-size: 1.4rem;
  margin: 36px 0 16px;
}

.blog-article-body img {
  width: 100%;
  border-radius: var(--radius-lg);
  margin: 32px 0;
}

.blog-article-body blockquote {
  border-left: 4px solid var(--gold);
  padding-left: 24px;
  margin: 32px 0;
  font-style: italic;
  font-size: 1.2rem;
  color: var(--muted);
}

.blog-article-body ul,
.blog-article-body ol {
  margin: 24px 0;
  padding-left: 24px;
}

.blog-article-body li {
  margin-bottom: 12px;
  line-height: 1.7;
}

.blog-article-footer {
  padding: 40px 0;
  border-top: 1px solid var(--linen-dark);
}

.blog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.blog-tag {
  background: var(--linen);
  color: var(--ink);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.85rem;
}

.blog-share {
  display: flex;
  align-items: center;
  gap: 16px;
}

.blog-share span {
  color: var(--muted);
}

.blog-share a {
  color: var(--gold-dark);
  text-decoration: none;
  font-weight: 500;
}

.blog-share a:hover {
  color: var(--gold);
}

/* Responsive */
@media (max-width: 1024px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .blog-article-header h1 {
    font-size: 2.2rem;
  }
}

@media (max-width: 768px) {
  .blog-grid,
  .blog-grid-small {
    grid-template-columns: 1fr;
  }
  
  .blog-filters {
    gap: 8px;
  }
  
  .blog-filter {
    padding: 8px 14px;
    font-size: 0.8rem;
  }
  
  .blog-article-header {
    min-height: 50vh;
  }
  
  .blog-article-header h1 {
    font-size: 1.8rem;
  }
}

/* ═══════════════════════════════════════════════════════════════════════════
   HERO V2 - Transparante stempels & nieuwe titels
   ═══════════════════════════════════════════════════════════════════════════ */

/* Grotere logo in nav */
.nav-logo img.logo-large,
.nav-logo-hero img {
  height: 70px !important;
  width: auto !important;
  object-fit: contain !important;
  border-radius: 0 !important;
  max-height: none !important;
}

/* Hero titel en subtitel */
.hero-title {
  font-family: var(--font-serif);
  font-size: 3.5rem;
  font-weight: 600;
  color: #fff;
  margin: 0 0 20px;
  text-shadow: 0 2px 20px rgba(0,0,0,0.3);
}

.hero-subtitle {
  font-size: 1.3rem;
  color: rgba(255,255,255,0.9);
  max-width: 700px;
  margin: 0 auto 40px;
  line-height: 1.6;
  text-shadow: 0 1px 10px rgba(0,0,0,0.3);
}

.hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-white-outline {
  background: transparent;
  border: 2px solid rgba(255,255,255,0.7);
  color: #fff;
}

.btn-white-outline:hover {
  background: rgba(255,255,255,0.15);
  border-color: #fff;
}

/* Transparante kwaliteitsstempels aan rechterzijde */
.hero-stamps {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 10;
}

.stamp {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 18px;
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 8px;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease;
}

.stamp:hover {
  background: rgba(255,255,255,0.2);
  transform: scale(1.05);
}

.stamp-score {
  font-family: var(--font-serif);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: var(--gold-light);
}

.stamp-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.8;
  margin-top: 4px;
}

.stamp-score small {
  font-size: 0.9rem;
  font-weight: 600;
  opacity: 0.75;
}

.stamp-sub {
  font-size: 0.62rem;
  letter-spacing: 0.5px;
  opacity: 0.95;
  margin-top: 2px;
  white-space: nowrap;
  color: var(--gold-light);
}

/* Proof-regel in de hero: één subtiele witte regel onder de knoppen */
.hero-proof {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
  font-size: 0.95rem;
  color: #fff;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.55);
  letter-spacing: 0.02em;
  background: rgba(18, 22, 16, 0.32);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  padding: 10px 24px;
}

.hero-proof a {
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  transition: color var(--transition);
}

.hero-proof a:hover {
  color: var(--gold-light);
}

.hero-proof-sep {
  opacity: 0.55;
  margin: 0 14px;
}

.hero-proof-score {
  background: #003b95;
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1;
  padding: 6px 7px;
  border-radius: 6px 6px 6px 0;
  text-shadow: none;
}

.ep-icon {
  height: 20px;
  width: 20px;
  vertical-align: middle;
}

/* Booking-tegel boven de reviews op de B&B-pagina */
.reviews-booking-card {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

/* Directe berichtlinks in de offerte-zijbalk */
.aside-direct {
  margin: 10px 0 0;
}

.aside-direct-link {
  display: flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
  color: inherit;
  font-weight: 500;
}

.aside-direct-link svg {
  width: 22px;
  height: 22px;
  flex: none;
}

/* Compacte awards-strook op de offertepagina */
.page-header-compact {
  padding: 130px 0 30px;
}

.offerte-awards {
  padding: 40px 0 0;
}

.offerte-awards .awards-grid {
  max-width: 660px;
  gap: 16px;
  margin-top: 0;
}

.offerte-awards .award-card {
  padding: 8px 14px;
}

.offerte-awards .salino-logo {
  height: 30px !important;
  margin-bottom: 4px !important;
}

.offerte-awards .award-booking-full {
  height: 17px;
}

.offerte-awards .award-ep-logo {
  height: 19px;
}

.offerte-awards .award-score {
  font-size: 1.35rem;
}

.offerte-awards .award-score-tile {
  font-size: 0.85rem;
  padding: 5px 6px;
}

.offerte-awards .award-review-label,
.offerte-awards .award-desc {
  font-size: 0.7rem;
}

.offerte-awards .award-review-word {
  font-size: 0.78rem;
}

.offerte-awards .award-icon {
  margin-bottom: 2px;
}

.offerte-awards .award-review-row {
  margin: 2px 0;
}

.offerte-awards .award-score-row {
  margin-top: 2px;
}

/* Eventplanner-tegel: inhoud verticaal centreren, meer lucht onder het logo */
.offerte-awards .award-card:nth-child(3) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.offerte-awards .award-card:nth-child(3) .award-icon {
  margin-bottom: 8px;
}

.offerte-awards .award-card:nth-child(3) .award-score-row {
  margin-top: 0;
}

.offerte-awards + .section {
  padding-top: 34px;
}

@media (max-width: 600px) {
  .hero-proof {
    flex-direction: column;
    gap: 10px;
  }
  .hero-proof a {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 2px;
  }
  .hero-proof-sep {
    display: none;
  }
}

/* Stempels met de inhoud/kleuren van de oorspronkelijke award-knoppen */
.stamp-light {
  background: rgba(255, 253, 248, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: var(--green-dark);
  gap: 5px;
  min-width: 160px;
}

.stamp-light:hover {
  background: rgba(255, 253, 248, 0.92);
  transform: scale(1.05);
}

.stamp-salino {
  border-color: rgba(184, 134, 11, 0.6);
}

.stamp-cup {
  font-size: 1.15rem;
  line-height: 1;
}

.stamp-row {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* Responsive stempels */
@media (max-width: 1024px) {
  .hero-stamps {
    position: absolute;
    right: auto;
    left: 50%;
    top: auto;
    bottom: 100px;
    transform: translateX(-50%);
    flex-direction: row;
    gap: 15px;
  }
  
  .stamp {
    padding: 10px 14px;
  }
  
  .stamp-score {
    font-size: 1.4rem;
  }
  
  .hero-title {
    font-size: 2.5rem;
  }
  
  .hero-subtitle {
    font-size: 1.1rem;
  }
}

@media (max-width: 600px) {
  .hero-stamps {
    bottom: 90px;
    gap: 8px;
  }
  
  .stamp {
    padding: 8px 10px;
  }
  
  .stamp-score {
    font-size: 1.1rem;
  }
  
  .stamp-label {
    font-size: 0.6rem;
  }
  
  .hero-title {
    font-size: 1.8rem;
  }
  
  .hero-subtitle {
    font-size: 1rem;
    padding: 0 20px;
  }
}

/* Award stamp met flash animatie */
.stamp-award {
  position: relative;
  background: rgba(201, 168, 76, 0.2) !important;
  border-color: rgba(201, 168, 76, 0.4) !important;
}

.stamp-award .stamp-label {
  color: var(--gold-light);
  font-weight: 600;
}

/* Contact: chat-iconen (WhatsApp / Messenger) */
.contact-chat-ico { width: 1.15em; height: 1.15em; vertical-align: -0.18em; margin-right: 0.25em; display: inline-block; }
.contact-note-inline { font-size: 0.85em; opacity: 0.7; }
.contact-block .aside-direct-link { display: inline-flex; vertical-align: middle; }

/* Contactpagina: berichtsectie direct onder de award-tiles */
.contact-message { padding: 28px 0 0; }
.contact-message .contact-block { margin-bottom: 0; }
/* Contactpagina: Kamer boeken-knop boven de award-tiles */
.contact-book { padding: 36px 0 0; text-align: center; }
/* Knop-pijltjes die van links naar rechts oplichten (B&B 'Boek nu') */
.btn-arrows { display: inline-flex; margin-left: 0.15em; font-weight: 700; font-size: 1.25em; line-height: 1; }
.btn-arrows i { font-style: normal; opacity: 0.35; animation: arrowGlow 1.4s ease-in-out infinite; }
.btn-arrows i:nth-child(2) { animation-delay: 0.25s; }
@keyframes arrowGlow {
  0%, 100% { opacity: 0.35; transform: translateX(0); }
  35%      { opacity: 1;    transform: translateX(2px); }
  70%      { opacity: 0.35; transform: translateX(0); }
}
@media (prefers-reduced-motion: reduce) {
  .btn-arrows i { animation: none; opacity: 1; }
}
/* CTA: award-knoppen dichter bij het telefoonnummer erboven */
.cta-block p + .hero-proof { margin-top: 0; }
.cta-block p:has(+ .hero-proof) { margin-bottom: 14px; }
