/* ============================================================
   Minoru Bonsai — Landing Page · ELEGANT (Tier 3) Overlay
   Layered on top of iteration-4.css.
   Preserves the original .luxury-btn visual exactly
   (no rules touch .luxury-btn, .luxury-btn__*).
   Brand palette kept: #7D4BA6 / #6FBF4A / #8B5E3C
   Elegant layer adds: gold #B89653, cream paper, Playfair italic,
   Great Vibes script accents, fleuron ornaments.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Inter:wght@400;500;600;700&family=Great+Vibes&display=swap');

:root, body {
  /* Override base iteration-4.css variables so everything
     (including .luxury-btn) inherits the Tier 3 stack. */
  --font-serif: 'Playfair Display', Georgia, serif;
  --font-sans: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;

  --elg-primary: #7D4BA6;
  --elg-primary-600: #5E3486;
  --elg-primary-100: #F0E6FA;
  --elg-green: #6FBF4A;
  --elg-brown: #8B5E3C;
  --elg-gold: #B89653;
  --elg-gold-dark: #8F6F2F;
  --elg-gold-soft: #EEE2B8;
  --elg-cream: #F7F1E3;
  --elg-ivory: #FDFAF1;
  --elg-paper: #F5EEDE;
  --elg-surface: #FFFBF0;
  --elg-surface-raised: #FFFFFF;
  --elg-border: #E8DFC5;
  --elg-ink: #2A2418;
  --elg-ink-muted: #6E6444;
  --elg-ink-soft: #A9A088;
  --elg-shadow-sm: 0 2px 12px -2px rgba(42,36,24,.08);
  --elg-shadow-md: 0 20px 50px -20px rgba(42,36,24,.2);
  --elg-shadow-lg: 0 32px 70px -28px rgba(42,36,24,.28);
  --elg-focus-ring: 0 0 0 3px rgba(184,150,83,.35);
  --elg-ease: cubic-bezier(.4,0,.2,1);
  --elg-font-serif: 'Playfair Display', Georgia, serif;
  --elg-font-sans: 'Inter', system-ui, sans-serif;
  --elg-font-script: 'Great Vibes', cursive;
}

/* Base */
html, body {
  background: var(--elg-cream);
  color: var(--elg-ink);
  font-family: var(--elg-font-sans);
}
body { font-feature-settings: "kern","liga"; -webkit-font-smoothing: antialiased; }

/* Section shells — cream paper, subtle radial glow */
body .section {
  background: transparent;
  color: var(--elg-ink);
}
body main {
  background:
    radial-gradient(1400px 700px at 85% 5%, rgba(184,150,83,.08), transparent 55%),
    radial-gradient(1100px 600px at -10% 90%, rgba(125,75,166,.06), transparent 55%),
    var(--elg-cream);
}

/* Headings — Playfair italic editorial */
body h1, body h2, body h3, body h4 {
  font-family: var(--elg-font-serif);
  color: var(--elg-ink);
  letter-spacing: -0.01em;
}
body h2 {
  font-weight: 500;
  font-style: italic;
  font-size: clamp(36px, 5vw, 60px);
  line-height: 1.05;
}
body h3 { font-weight: 500; }

/* Section chips — no box, script label with leading icon.
   Icon sits on the LEFT of a cursive gold label. Applies site-wide
   so every section header reads as an invitation-card eyebrow. */
body .section-chip {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  color: var(--elg-gold) !important;
  box-shadow: none !important;
  display: inline-flex !important;
  align-items: center;
  gap: 14px;
  line-height: 1;
}
body .section-chip .chip-icon { display: none; }
body .section-chip > span {
  font-family: var(--elg-font-script) !important;
  font-size: clamp(40px, 5vw, 60px) !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  color: var(--elg-gold);
  line-height: 1;
  display: inline-block;
  padding-bottom: 6px; /* visual optical balance with the icon */
}

/* Accent words (e.g., about.section "Augenblicke") */
body .about-accent, body .accent, body em.accent {
  color: var(--elg-gold-dark);
  font-style: italic;
  font-weight: 600;
}

/* Fleuron separator after each h2 — editorial signature */
body .section > .container > h2::after,
body .about-header h2::after,
body .venue-header h2::after,
body .gallery-header h2::after,
body .testimonials-header h2::after,
body .contact-header h2::after,
body .section-chip + h2::after {
  content: "❦";
  display: block;
  font-size: 22px;
  color: var(--elg-gold);
  margin: 20px auto 0;
  text-align: center;
  font-style: normal;
  line-height: 1;
}

/* ============================================================
   Navigation — centered invitation-style masthead
   Not sticky, not fixed; scrolls away with the hero.
   ============================================================ */
body .main-nav {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 20 !important;
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  padding: clamp(20px, 2.5vw, 32px) clamp(20px, 4vw, 48px) 0 !important;
}
body .main-nav .nav-container {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important; /* control spacing per-element so tagline can hug the logo */
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 !important;
}
/* Logo — centered, flanked by gold hairlines + fleurons (masthead) */
body .main-nav .nav-logo {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 20px !important;
  width: 100%;
  max-width: 640px;
  margin: 0 auto !important;
  padding: 0 !important;
  position: relative;
}
body .main-nav .nav-logo::before,
body .main-nav .nav-logo::after {
  content: "";
  flex: 1;
  max-width: 200px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(217,184,119,.25) 20%, rgba(217,184,119,.75) 95%);
}
body .main-nav .nav-logo::after {
  background: linear-gradient(90deg, rgba(217,184,119,.75) 5%, rgba(217,184,119,.25) 80%, transparent);
}
body .main-nav .nav-logo img {
  height: clamp(56px, 6vw, 72px) !important;
  width: auto !important;
  display: block;
  filter: none;
}

/* Letterhead tagline — tiny slogan hugging the logo */
body .main-nav .nav-tagline {
  font-family: var(--elg-font-serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(10px, 0.75vw, 11px) !important;
  color: #E9D3A3;
  margin: 0 !important;
  letter-spacing: .08em;
  text-align: center;
  text-shadow: 0 1px 12px rgba(42,36,24,.4);
  opacity: .85;
}

/* Nav links — tighter to the tagline */
body .main-nav .nav-links {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: clamp(20px, 3vw, 44px);
  list-style: none !important;
  padding: 0 !important;
  margin: clamp(8px, 1.2vw, 14px) 0 0 !important;
}
body .main-nav .nav-links li { list-style: none; margin: 0; }
body .main-nav .nav-links a {
  font-family: var(--elg-font-sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: #F4EBD3 !important;
  text-decoration: none;
  padding: 4px 0;
  position: relative;
  transition: color 180ms var(--elg-ease);
  text-shadow: 0 1px 12px rgba(42,36,24,.35);
}
body .main-nav .nav-links a::after {
  content: "";
  position: absolute;
  left: 50%; right: 50%;
  bottom: 0;
  height: 1px;
  background: #D9B877;
  transition: left 220ms var(--elg-ease), right 220ms var(--elg-ease);
}
body .main-nav .nav-links a:hover {
  color: #FFFFFF !important;
}
body .main-nav .nav-links a:hover::after {
  left: 0; right: 0;
}
/* Kill the legacy gold diamond ::before icon that iteration-4.css
   puts to the left of every nav link on hover */
body .main-nav .nav-links a::before {
  content: none !important;
  display: none !important;
  background: none !important;
}
/* Hide the nav-right utility column (hamburger lives inside it) on desktop,
   we'll add a separate mobile treatment below */
body .main-nav .nav-right { display: none; }

@media (max-width: 767px) {
  /* Keep the invitation feel on mobile: centered logo + tagline,
     hamburger absolute-positioned on the right */
  body .main-nav {
    padding: 16px 16px 0 !important;
    position: absolute !important;
    top: 0; left: 0; right: 0;
  }
  body .main-nav .nav-container {
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 0 !important;
    position: relative;
  }
  body .main-nav .nav-logo {
    gap: 0 !important;
    justify-content: center !important;
    max-width: none !important;
  }
  body .main-nav .nav-logo::before,
  body .main-nav .nav-logo::after { display: none !important; }
  body .main-nav .nav-logo img {
    height: 56px !important;
  }
  body .main-nav .nav-tagline {
    display: block !important;
    font-size: 10px !important;
    margin-top: 4px !important;
    letter-spacing: .12em;
    opacity: .9;
  }
  /* Mobile menu — elegant full-screen overlay */
  body .main-nav .nav-links {
    display: flex !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: clamp(28px, 5vw, 44px) !important;
    background: rgba(20,16,10,.94) !important;
    backdrop-filter: blur(24px) saturate(120%);
    -webkit-backdrop-filter: blur(24px) saturate(120%);
    margin: 0 !important;
    padding: 60px 24px !important;
    z-index: 50 !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: none !important;
    transition: opacity 360ms var(--elg-ease), visibility 360ms var(--elg-ease);
    max-width: none !important;
  }
  body .main-nav .nav-links.active {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto;
  }
  body .main-nav .nav-links li { list-style: none; margin: 0; }
  body .main-nav .nav-links a {
    font-family: var(--elg-font-serif) !important;
    font-style: italic !important;
    font-size: clamp(30px, 9vw, 44px) !important;
    font-weight: 500 !important;
    letter-spacing: -0.01em !important;
    text-transform: none !important;
    color: #F4EBD3 !important;
    text-shadow: 0 2px 16px rgba(0,0,0,.5);
    padding: 6px 0 !important;
    position: relative;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 500ms var(--elg-ease), transform 500ms var(--elg-ease), color 180ms;
  }
  body .main-nav .nav-links.active a {
    opacity: 1;
    transform: translateY(0);
  }
  body .main-nav .nav-links.active li:nth-child(1) a { transition-delay: 80ms; }
  body .main-nav .nav-links.active li:nth-child(2) a { transition-delay: 160ms; }
  body .main-nav .nav-links.active li:nth-child(3) a { transition-delay: 240ms; }
  body .main-nav .nav-links a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%; right: 50%;
    height: 1px;
    background: var(--elg-gold) !important;
    transition: left 220ms var(--elg-ease), right 220ms var(--elg-ease);
  }
  body .main-nav .nav-links a:hover::after,
  body .main-nav .nav-links a:focus-visible::after {
    left: 20%; right: 20%;
  }

  /* Decorative fleuron flanking the menu */
  body .main-nav .nav-links::before,
  body .main-nav .nav-links::after {
    content: "❦";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: var(--elg-gold);
    font-family: var(--elg-font-serif);
    font-size: 20px;
    opacity: .6;
  }
  body .main-nav .nav-links::before { top: 20%; }
  body .main-nav .nav-links::after  { bottom: 20%; }

  /* Hamburger — elegant gold lines, above the overlay so you can close */
  body .main-nav .nav-right {
    display: flex !important;
    position: absolute !important;
    top: 14px; right: 12px;
    z-index: 60 !important;
  }
  body .main-nav .menu-toggle {
    background: transparent !important;
    border: 0 !important;
    padding: 10px !important;
    width: 44px !important; height: 44px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 5px !important;
    cursor: pointer;
  }
  body .main-nav .menu-toggle span {
    background: #E9D3A3 !important;
    width: 24px !important;
    height: 1.5px !important;
    border-radius: 0 !important;
    display: block !important;
    transition: transform 320ms var(--elg-ease), opacity 180ms var(--elg-ease), background 180ms;
  }
  body .main-nav .menu-toggle.active span { background: #F7EBD0 !important; }
  body .main-nav .menu-toggle.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg) !important;
  }
  body .main-nav .menu-toggle.active span:nth-child(2) {
    opacity: 0 !important;
  }
  body .main-nav .menu-toggle.active span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg) !important;
  }

  /* When menu is open, lock body scroll */
  body:has(.nav-links.active) { overflow: hidden; }

  /* Soft mobile overlay — the image is already dark */
  body .hero-section::before {
    background: linear-gradient(180deg,
      rgba(42,36,24,.2) 0%,
      rgba(42,36,24,.1) 40%,
      rgba(42,36,24,.45) 100%) !important;
  }

  /* Hero invitation block — centered in viewport with clean spacing */
  body .hero-section {
    padding: 180px 20px 120px !important;
    min-height: 100vh !important;
  }
  body .hero-section .hero-title--poem {
    font-size: clamp(17px, 4.8vw, 22px) !important;
    line-height: 1.55 !important;
    margin: 0 0 22px !important;
    text-shadow:
      0 2px 16px rgba(0,0,0,.9),
      0 0 24px rgba(0,0,0,.7),
      0 1px 2px rgba(0,0,0,.85);
  }
  body .hero-section .hero-attribution {
    font-size: 10.5px !important;
    letter-spacing: .22em;
    margin: 0 0 36px !important;
    text-shadow:
      0 2px 12px rgba(0,0,0,.9),
      0 0 20px rgba(0,0,0,.7);
  }
  body .hero-section .hero-attribution::before {
    font-size: 16px;
    margin-bottom: 12px;
  }

  /* CTA more visible against the busy image */
  body .hero-section .luxury-btn {
    padding: 16px 32px !important;
    background: rgba(42,36,24,.35) !important;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }
  body .hero-section .luxury-btn .luxury-btn__text {
    font-size: 11px !important;
    letter-spacing: .28em !important;
  }

  /* Hide the legacy bottom sticky "Kontakt aufnehmen" bar — duplicates
     the hero CTA and breaks the elegant mood on mobile */
  body .mobile-cta,
  body .cta-sticky { display: none !important; }
}

/* Floating CTA */
body .cta-float {
  background: var(--elg-primary) !important;
  color: #fff !important;
  border: 1px solid var(--elg-gold) !important;
  box-shadow: 0 12px 28px -12px rgba(125,75,166,.5);
}

/* ============================================================
   Hero — invitation composition with Bashō verse
   ============================================================ */
body .hero-section {
  position: relative;
  /* Dark warm base instead of the white gradient that caused
     the bright "weiß blurry" flash before the image loaded. */
  background: #1C1A16 !important;
}
/* Kill the parallax — image stays calm, no scale, no translate.
   Overrides the inline style set by iteration-4-content.js. */
body .hero-section .image-container img,
body #hero-desktop-image,
body #hero-mobile-source + img {
  transform: none !important;
  scale: 1 !important;
  will-change: auto !important;
  filter: brightness(0.9) contrast(1.02) !important;
}
body .hero-section::before {
  content: ""; position: absolute; inset: 0;
  /* Softer overlay so the garden image breathes */
  background: linear-gradient(180deg,
    rgba(42,36,24,.18) 0%,
    rgba(42,36,24,.05) 40%,
    rgba(42,36,24,.3) 100%);
  pointer-events: none; z-index: 1;
}
/* Kill the base's dark radial vignette — we already have our own overlay */
body .hero-section .image-container::after { display: none !important; }
/* Let the hero section grow to fit the invitation composition */
body .hero-section {
  min-height: 100vh !important;
  height: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: clamp(180px, 22vh, 240px) 0 clamp(72px, 12vh, 120px) !important;
  margin-top: 0 !important;
}
/* Ensure main starts at the very top (no body padding pushes hero down) */
body, body main { margin-top: 0 !important; padding-top: 0 !important; }
body .hero-section .content-overlay,
body .hero-section .hero-invitation {
  position: relative; z-index: 2;
  text-align: center;
  max-width: 960px;
  padding: 0 clamp(20px, 5vw, 60px);
  margin: 0 auto;
}

/* Cursive eyebrow — matches section-chip language */
body .hero-section .hero-eyebrow {
  font-family: var(--elg-font-script);
  font-size: clamp(42px, 5vw, 64px);
  color: #E9D3A3;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 18px;
  text-shadow: 0 2px 24px rgba(42,36,24,.35);
}

/* Bashō verse — editorial italic, single quoted block.
   Sized so each <br>-separated line fits on one row. */
body .hero-section .hero-title--poem {
  font-family: var(--elg-font-serif) !important;
  font-style: italic !important;
  font-weight: 400 !important;
  font-size: clamp(20px, 2.2vw, 30px) !important;
  line-height: 1.5 !important;
  color: #FDFAF1;
  text-shadow: 0 2px 24px rgba(42,36,24,.35);
  margin: 0 0 22px !important;
  letter-spacing: -0.005em;
  max-width: 760px;
  margin-left: auto !important;
  margin-right: auto !important;
  animation: none !important;
}
body .hero-section .hero-title--poem span,
body .hero-section .hero-title--poem::before,
body .hero-section .hero-title--poem::after { animation: none !important; }

/* Fleuron between verse and attribution */
body .hero-section .hero-attribution::before {
  content: "❦";
  display: block;
  color: #D9B877;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 14px;
}
body .hero-section .hero-attribution {
  font-family: var(--elg-font-sans);
  font-size: 12px;
  font-weight: 500;
  color: #E9D3A3;
  letter-spacing: .25em;
  text-transform: uppercase;
  margin: 0 0 36px;
  text-shadow: 0 1px 12px rgba(42,36,24,.4);
}

body .hero-section .hero-subtitle {
  font-family: var(--elg-font-sans);
  font-size: 13px;
  font-weight: 500;
  color: #F4EBD3;
  letter-spacing: .22em;
  text-transform: uppercase;
  line-height: 1.8;
  margin: 0 0 36px;
  text-shadow: 0 1px 12px rgba(42,36,24,.35);
}

/* Ensure the ornate luxury-btn SVG layers render in the hero
   (base CSS sometimes suppresses them inside the hero overlay). */
body .hero-section .luxury-btn {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 14px !important;
  background: transparent !important;
  border: 0 !important;
  color: #F7EBD0 !important;
  padding: 18px 44px !important;
}
body .hero-section .luxury-btn > svg,
body .hero-section .luxury-btn .luxury-btn__border,
body .hero-section .luxury-btn .luxury-btn__ornament-left,
body .hero-section .luxury-btn .luxury-btn__ornament-right,
body .hero-section .luxury-btn .luxury-btn__shine {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
body .hero-section .luxury-btn .luxury-btn__border {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important; height: 100% !important;
  color: #D9B877;
  pointer-events: none;
}
body .hero-section .luxury-btn .luxury-btn__ornament-left,
body .hero-section .luxury-btn .luxury-btn__ornament-right {
  color: #D9B877;
  width: 14px; height: 14px;
  position: static !important;
}
body .hero-section .luxury-btn .luxury-btn__text {
  font-family: var(--elg-font-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: #F7EBD0;
  position: relative; z-index: 1;
}
body .hero-section .luxury-btn:hover .luxury-btn__border { color: #E9D3A3; }

/* Remove hero's empty decorative frame + scroll indicator (dead weight) */
body .hero-section .bonsai-frame,
body .hero-section .scroll-indicator { display: none !important; }

/* About section */
body .about-section {
  padding: clamp(80px, 10vw, 140px) clamp(20px, 5vw, 80px);
}
body .about-section .about-container,
body .about-section .container {
  max-width: 1240px;
  margin: 0 auto;
}
body .about-section h2 { text-align: center; max-width: 820px; margin-left: auto; margin-right: auto; }
body .about-section p {
  font-family: var(--elg-font-sans);
  font-size: 17px;
  line-height: 1.8;
  color: var(--elg-ink-muted);
}
body .about-section .about-features li,
body .about-section .feature-list li {
  font-family: var(--elg-font-sans);
  color: var(--elg-ink-muted);
  position: relative;
  padding-left: 24px;
}
body .about-section .about-features li::before,
body .about-section .feature-list li::before {
  content: "❦";
  color: var(--elg-gold);
  position: absolute;
  left: 0;
  font-family: var(--elg-font-serif);
}
body .about-image-wrap, body .about-image {
  border: 1px solid var(--elg-gold-soft);
  border-radius: 4px;
  box-shadow: var(--elg-shadow-md);
  position: relative;
}
body .about-image-wrap::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid var(--elg-gold);
  opacity: .35;
  pointer-events: none;
  border-radius: 2px;
}

/* About section — force column stack so header sits above split */
body #about.about-section {
  display: block !important;
  flex-direction: column !important;
  padding: clamp(80px, 10vw, 140px) clamp(20px, 5vw, 80px);
}
body #about .split-layout {
  max-width: 1200px;
  margin: 0 auto;
}

/* About header — centered above the split layout */
body .about-header--centered {
  text-align: center;
  max-width: 820px;
  margin: 0 auto clamp(40px, 5vw, 72px);
  width: 100%;
}

/* About image — single clean frame, no duplicated inset box */
body .about-image-wrap {
  max-width: 1100px;
  margin: 0 auto clamp(32px, 4vw, 56px);
  padding: 0;
  position: relative;
}

/* ============================================================
   Stats — vertical stack, generous whitespace, soft scroll reveal
   ============================================================ */
body .about-section .stat-badges.about-stats-row {
  display: grid !important;
  grid-template-columns: 1fr !important;
  max-width: 640px !important;
  /* Generous space after the image introduction */
  margin: clamp(120px, 16vw, 220px) auto clamp(80px, 10vw, 140px) !important;
  padding: 0 !important;
  gap: clamp(120px, 14vw, 200px) !important;
  border: 0 !important;
  list-style: none !important;
}
body .about-section .stat-badge {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 20px !important;
  margin: 0 !important;
  text-align: center;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  position: relative;
  min-height: 0 !important;

  /* Scroll-reveal default (hidden) */
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 1000ms cubic-bezier(.4,0,.2,1),
    transform 1000ms cubic-bezier(.4,0,.2,1);
}
body .about-section .stat-badge.is-revealed {
  opacity: 1;
  transform: translateY(0);
}
/* Remove the fleuron icon on the strong stat */
body .about-section .stat-badge.strong::before {
  content: none !important;
}
/* Typography — generous, serif numeral + small-caps eyebrow */
body .about-section .stat-badge .stat-primary {
  font-family: var(--elg-font-serif) !important;
  font-style: italic !important;
  font-weight: 500 !important;
  font-size: clamp(48px, 7vw, 88px) !important;
  line-height: 1 !important;
  color: var(--elg-ink) !important;
  letter-spacing: -0.02em;
}
body .about-section .stat-badge .stat-label {
  font-family: var(--elg-font-sans) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: .32em !important;
  text-transform: uppercase !important;
  color: var(--elg-gold-dark) !important;
}
body .about-section .stat-badge:not(.strong) .stat-label {
  font-family: var(--elg-font-serif) !important;
  font-style: italic !important;
  font-weight: 500 !important;
  font-size: clamp(32px, 4.5vw, 52px) !important;
  line-height: 1.1 !important;
  letter-spacing: -0.01em !important;
  text-transform: none !important;
  color: var(--elg-ink) !important;
}
body .about-section .stat-badge .stat-sub {
  font-family: var(--elg-font-sans) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: .32em !important;
  text-transform: uppercase !important;
  color: var(--elg-gold-dark) !important;
}
@media (prefers-reduced-motion: reduce) {
  body .about-section .stat-badge {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
body .about-image-wrap img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
  box-shadow: var(--elg-shadow-md);
  border: 0;
}
body .about-image-wrap::after { content: none; }

/* Stat strip — full width below the image */
body .about-section .stat-badges.about-stats-row {
  max-width: 1100px;
  margin: 0 auto !important;
}
body .about-section .stat-badges.about-stats-row[hidden-bypass] {
  list-style: none !important;
  padding: 0 !important;
  margin: 8px 0 28px !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
  border-top: 1px solid var(--elg-gold-soft);
  border-bottom: 1px solid var(--elg-gold-soft);
}
body .about-section .stat-badge {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 22px 18px !important;
  margin: 0 !important;
  text-align: center;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 110px;
}
body .about-section .stat-badge + .stat-badge {
  border-left: 1px solid var(--elg-gold-soft) !important;
}
body .about-section .stat-badge .stat-primary {
  font-family: var(--elg-font-serif) !important;
  font-style: italic !important;
  font-weight: 500 !important;
  font-size: clamp(28px, 3vw, 38px) !important;
  line-height: 1 !important;
  color: var(--elg-ink) !important;
  letter-spacing: -0.01em;
}
body .about-section .stat-badge .stat-label {
  font-family: var(--elg-font-sans) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: .22em !important;
  text-transform: uppercase !important;
  color: var(--elg-gold-dark) !important;
}
/* When a badge has only label + sub (no stat-primary),
   render label as the serif headline and sub as the small caps eyebrow */
body .about-section .stat-badge:not(.strong) .stat-label {
  font-family: var(--elg-font-serif) !important;
  font-style: italic !important;
  font-weight: 500 !important;
  font-size: clamp(20px, 2.1vw, 26px) !important;
  letter-spacing: -0.01em !important;
  text-transform: none !important;
  color: var(--elg-ink) !important;
}
body .about-section .stat-badge .stat-sub {
  font-family: var(--elg-font-sans) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: .22em !important;
  text-transform: uppercase !important;
  color: var(--elg-gold-dark) !important;
}
/* Tiny fleuron above the strong primary number for editorial polish */
body .about-section .stat-badge.strong::before {
  content: "❦";
  font-family: var(--elg-font-serif);
  font-size: 12px;
  color: var(--elg-gold);
  line-height: 1;
  margin-bottom: 4px;
}

/* (legacy grid + gold border rules removed — final override at EOF
   now handles layout + the no-borders rule site-wide) */
body .about-header--centered .section-chip {
  margin-bottom: 10px;
}
body .about-header--centered h2 {
  margin: 0;
}

/* Venue / amenities — strip the boxes, keep three elegant columns
   separated by gold hairline verticals. Icons hidden. */
body .venue-section {
  background: var(--elg-ivory);
  border-top: 1px solid var(--elg-gold-soft);
  border-bottom: 1px solid var(--elg-gold-soft);
  padding: clamp(80px, 10vw, 140px) clamp(20px, 5vw, 80px);
}
body .venue-section .section-header { text-align: center; margin-bottom: clamp(40px, 5vw, 72px); }
body .amenities-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0 !important;
  max-width: 1100px;
  margin: 0 auto;
}
body .amenity-card, body .venue-card, body .feature-card {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: clamp(28px, 3vw, 48px) clamp(28px, 3vw, 48px) !important;
  position: relative;
  text-align: center;
  transition: none !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
body .amenities-grid > .amenity-card + .amenity-card {
  border-left: 1px solid var(--elg-gold-soft) !important;
}
body .amenity-card::after,
body .venue-card::after,
body .feature-card::after { display: none !important; content: none !important; }
body .amenity-card:hover,
body .venue-card:hover,
body .feature-card:hover { transform: none !important; box-shadow: none !important; }

/* Hide all amenity icons — cleaner, no icon repetition */
body .amenity-icon,
body .amenity-card > .amenity-icon,
body .venue-card > .venue-icon,
body .feature-card > .feature-icon { display: none !important; }

body .amenity-title, body .venue-card h3, body .feature-card h3 {
  font-family: var(--elg-font-serif);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.2;
  color: var(--elg-ink);
  margin: 0 0 clamp(24px, 3vw, 36px) !important;
  position: relative;
  padding-bottom: clamp(18px, 2vw, 24px);
}
body .amenity-title::after {
  content: "";
  position: absolute;
  left: 50%; bottom: 0;
  transform: translateX(-50%);
  width: 36px; height: 1px;
  background: var(--elg-gold);
}

body .amenity-card ul, body .venue-card ul, body .feature-card ul {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1.2vw, 16px);
}
body .amenity-card li, body .venue-card li, body .feature-card li {
  font-family: var(--elg-font-sans);
  font-size: 15px;
  color: var(--elg-ink-muted);
  padding: 0;
  line-height: 1.55;
  position: relative;
}
body .amenity-card li::before,
body .venue-card li::before,
body .feature-card li::before,
body .amenity-card li + li::before {
  content: none !important;
  display: none !important;
}

@media (max-width: 900px) {
  body .amenities-grid {
    grid-template-columns: 1fr !important;
  }
  body .amenities-grid > .amenity-card + .amenity-card {
    border-left: 0 !important;
    border-top: 1px solid var(--elg-gold-soft) !important;
    padding-top: 28px !important;
    margin-top: 20px;
  }
}

/* Gallery */
body .gallery-section {
  padding: clamp(80px, 10vw, 140px) clamp(20px, 5vw, 80px);
  background: transparent;
}
body .gallery-header { text-align: center; margin-bottom: clamp(48px, 6vw, 80px); }
body .gallery-section img,
body .gallery-feature img,
body .gallery-duo img,
body #gallery-hero-image,
body #gallery-feature-image,
body #gallery-duo-left-image,
body #gallery-duo-right-image {
  border-radius: 4px;
  box-shadow: var(--elg-shadow-md);
  transition: transform 420ms var(--elg-ease), box-shadow 420ms var(--elg-ease);
}
body .gallery-section figure,
body .gallery-feature,
body .gallery-duo figure { position: relative; overflow: hidden; border-radius: 4px; }
body .gallery-section figure::after,
body .gallery-feature::after,
body .gallery-duo figure::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(184,150,83,.45);
  pointer-events: none;
  opacity: 0;
  transition: opacity 260ms var(--elg-ease);
}
body .gallery-section figure:hover::after,
body .gallery-feature:hover::after,
body .gallery-duo figure:hover::after { opacity: 1; }
body .gallery-section img:hover { transform: scale(1.02); }

/* ============================================================
   Testimonials — three editorial pull-quotes, no boxes
   Matches the Ausstattung column rhythm: gold hairline dividers
   on desktop, stacked with horizontal hairlines on mobile.
   ============================================================ */
body .testimonials-section {
  background: var(--elg-ivory);
  border-top: 1px solid var(--elg-gold-soft);
  border-bottom: 1px solid var(--elg-gold-soft);
  padding: clamp(80px, 10vw, 140px) clamp(20px, 5vw, 80px) !important;
}
body .testimonials-container,
body .testimonials-section > .testimonials-container {
  max-width: 1200px;
  margin: 0 auto;
}
body .testimonials-section .section-header {
  text-align: center;
  margin-bottom: clamp(56px, 7vw, 96px);
}

/* Three-column row, stacks on mobile */
body .reviews-row {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0 !important;
  padding: 0 !important;
  margin: 0 auto !important;
  max-width: 1160px;
  align-items: stretch;
  overflow: visible !important;
}

/* Card = invisible card. Just padding + inner composition */
body .reviews-row .review-card,
body .reviews-row .review-card.highlight {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: clamp(12px, 2vw, 32px) clamp(24px, 3vw, 48px) !important;
  margin: 0 !important;
  position: relative;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 18px;
  min-width: 0;
  flex: 1 1 auto;
}
/* Gold hairline between adjacent columns (desktop) */
body .reviews-row > .review-card + .review-card {
  border-left: 1px solid var(--elg-gold-soft) !important;
}

/* Hide the kitschy 5-star rating — doesn't belong on an invitation */
body .reviews-row .review-rating { display: none !important; }

/* No fleuron per card — keep the quote clean */
body .reviews-row .review-card::before { content: none !important; }

/* The quote itself — italic serif pull-quote */
body .reviews-row .review-quote {
  font-family: var(--elg-font-serif) !important;
  font-style: italic !important;
  font-weight: 400 !important;
  font-size: clamp(17px, 1.5vw, 21px) !important;
  line-height: 1.55 !important;
  color: var(--elg-ink) !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  max-width: 38ch;
  quotes: "„" """;
}
body .reviews-row .review-quote::before { content: open-quote; color: var(--elg-gold); margin-right: 2px; }
body .reviews-row .review-quote::after  { content: close-quote; color: var(--elg-gold); margin-left: 2px; }

/* Author block — serif italic name + small-caps date */
body .reviews-row .review-author {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 4px;
  margin-top: 6px;
}
/* Kill the initials avatar circle — not invitation-card */
body .reviews-row .review-author .avatar {
  display: none !important;
}
body .reviews-row .review-author .meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
body .reviews-row .review-author .meta strong {
  font-family: var(--elg-font-serif);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(16px, 1.3vw, 18px);
  color: var(--elg-ink);
  letter-spacing: -0.005em;
}
body .reviews-row .review-author .meta span {
  font-family: var(--elg-font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--elg-gold-dark);
}


/* Responsive: stack on tablet/mobile */
@media (max-width: 900px) {
  body .reviews-row {
    grid-template-columns: 1fr !important;
  }
  body .reviews-row > .review-card + .review-card {
    border-left: 0 !important;
    border-top: 1px solid var(--elg-gold-soft) !important;
    padding-top: clamp(40px, 6vw, 56px) !important;
    margin-top: clamp(20px, 3vw, 32px) !important;
  }
}
@media (max-width: 480px) {
  body .testimonials-section {
    padding: 64px 20px !important;
  }
  body .reviews-row .review-quote {
    font-size: 16px !important;
  }
}

/* ============================================================
   CONTACT SECTION — Tier 3 rules (from contact_calendar_theme_3)
   ============================================================ */

body #contact.contact-section {
  background:
    radial-gradient(1400px 600px at 80% -10%, rgba(184,150,83,.1), transparent 60%),
    radial-gradient(1000px 500px at -10% 110%, rgba(125,75,166,.08), transparent 60%),
    var(--elg-cream);
  color: var(--elg-ink);
  padding: clamp(80px, 10vw, 160px) clamp(20px, 5vw, 80px);
  position: relative;
  overflow: hidden;
}
body #contact .contact-background { opacity: .04; }
body #contact .contact-container { max-width: 1300px; margin: 0 auto; position: relative; z-index: 1; }

body #contact .contact-header {
  text-align: center; max-width: 760px;
  margin: 0 auto clamp(56px, 7vw, 96px);
}
body #contact .contact-header h2 {
  font-family: var(--elg-font-serif); font-weight: 500; font-style: italic;
  font-size: clamp(42px, 5.8vw, 72px); line-height: 1.05; letter-spacing: -0.02em;
  margin: 32px 0 20px;
}
body #contact .contact-subtitle {
  font-family: var(--elg-font-sans); font-size: 16px; line-height: 1.75;
  color: var(--elg-ink-muted); max-width: 540px; margin: 0 auto;
}

body #contact .contact-main {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr);
  gap: clamp(32px, 4vw, 64px); align-items: start;
}
body #contact .contact-column .contact-story-card,
body #contact .contact-column .contact-info-grid { display: none; }
body #contact .availability-field { margin: 0; }

body #contact #availability-picker {
  background: var(--elg-ivory); border: 1px solid var(--elg-gold-soft);
  border-radius: 28px; padding: clamp(32px, 4vw, 56px);
  box-shadow: var(--elg-shadow-md), 0 24px 60px -28px rgba(184,150,83,.38);
  position: relative;
}
body #contact #availability-picker::before {
  content: ""; position: absolute; inset: 16px;
  border-radius: 16px; border: 1px solid var(--elg-gold); opacity: .4; pointer-events: none;
}
body #contact #availability-picker::after {
  content: "❦"; position: absolute; top: 10px; left: 50%; transform: translateX(-50%);
  font-size: 14px; color: var(--elg-gold); background: var(--elg-ivory);
  padding: 0 10px; line-height: 1;
}
body #contact .availability-picker__header {
  display: flex; align-items: flex-start; justify-content: space-between;
  gap: 16px; margin-bottom: 32px;
}
body #contact .availability-eyebrow {
  font-family: var(--elg-font-script); font-size: 26px; font-weight: 400;
  letter-spacing: 0; text-transform: none; color: var(--elg-gold);
  margin: 0 0 4px; line-height: 1;
}
body #contact .availability-selection {
  font-family: var(--elg-font-serif); font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 500; font-style: italic; color: var(--elg-ink); margin: 0; line-height: 1.25;
}
body #contact .availability-nav { display: inline-flex; gap: 10px; }
body #contact .availability-nav__btn {
  width: 44px; height: 44px; border-radius: 0;
  border: 1px solid var(--elg-gold); background: transparent;
  color: var(--elg-gold-dark); font-family: var(--elg-font-serif);
  font-size: 22px; font-weight: 500; cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
  transition: all 220ms var(--elg-ease); touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
body #contact .availability-nav__btn:hover:not(:disabled) {
  background: var(--elg-gold); color: #fff;
}
body #contact .availability-nav__btn:focus-visible { outline: none; box-shadow: var(--elg-focus-ring); }
body #contact .availability-nav__btn:disabled { opacity: .25; cursor: not-allowed; }

body #contact .availability-month {
  font-family: var(--elg-font-serif); font-weight: 500; font-style: italic;
  font-size: clamp(32px, 3.4vw, 46px); color: var(--elg-ink);
  margin: 0; letter-spacing: -0.01em; text-align: center;
  position: relative; padding-bottom: 20px;
}
body #contact .availability-month::after {
  content: ""; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
  width: 60px; height: 1px; background: var(--elg-gold);
}
body #contact .availability-month-row {
  display: flex; justify-content: center; margin: 8px 0 28px;
}
body #contact .availability-month-row--desktop {
  display: flex;
}
body #contact .availability-month-mobile {
  display: none; position: relative; min-width: 0;
}
body #contact .availability-month-trigger {
  display: inline-flex; flex-direction: column; align-items: center; gap: 10px;
  padding: 0 18px 4px; border: 0; background: transparent; color: inherit;
  cursor: pointer; touch-action: manipulation; -webkit-tap-highlight-color: transparent;
}
body #contact .availability-month-trigger:disabled { opacity: .5; cursor: default; }
body #contact .availability-month-trigger__hint {
  font-family: var(--elg-font-sans); font-size: 11px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--elg-gold-dark); opacity: .82;
}
body #contact .availability-month--mobile {
  margin: 0; font-size: clamp(20px, 6vw, 28px); padding-bottom: 10px;
}
body #contact .availability-month--mobile::after {
  width: 42px;
}
body #contact .availability-month-native {
  position: absolute; inset: 0; width: 100%; height: 100%;
  opacity: 0; cursor: pointer; border: 0; padding: 0; margin: 0;
  background: transparent; color: transparent; font-size: 0; line-height: 0;
  caret-color: transparent; -webkit-appearance: none; appearance: none;
}
body #contact .availability-month-native::-webkit-datetime-edit,
body #contact .availability-month-native::-webkit-date-and-time-value,
body #contact .availability-month-native::-webkit-calendar-picker-indicator {
  opacity: 0;
}
body #contact .availability-month-picker {
  position: fixed; inset: 0; z-index: 260;
}
body #contact .availability-month-picker__backdrop {
  position: absolute; inset: 0; border: 0; background: rgba(20, 16, 12, .24);
  backdrop-filter: blur(8px);
}
body #contact .availability-month-picker__sheet {
  position: absolute; left: 50%; bottom: 12px; transform: translateX(-50%);
  width: min(430px, calc(100vw - 20px));
  background: linear-gradient(180deg, rgba(255,251,244,.98), rgba(249,244,235,.98));
  border: 1px solid var(--elg-gold-soft); border-radius: 26px;
  padding: 24px 20px 20px; box-shadow: 0 28px 70px rgba(42, 31, 23, .18);
}
body #contact .availability-month-picker__sheet::before {
  content: ""; position: absolute; inset: 10px; border: 1px solid rgba(193, 161, 92, .35);
  border-radius: 18px; pointer-events: none;
}
body #contact .availability-month-picker__sheet-header {
  position: relative; z-index: 1;
  display: flex; justify-content: space-between; align-items: flex-start; gap: 16px;
  margin-bottom: 18px;
}
body #contact .availability-month-picker__eyebrow {
  margin: 0 0 6px; font-family: var(--elg-font-script); font-size: 24px; line-height: 1;
  color: var(--elg-gold);
}
body #contact .availability-month-picker__title {
  margin: 0; font-family: var(--elg-font-serif); font-size: 28px; font-weight: 500;
  font-style: italic; color: var(--elg-ink);
}
body #contact .availability-month-picker__close {
  width: 48px; height: 48px; border-radius: 999px;
  border: 1px solid var(--elg-gold-soft); background: rgba(255,255,255,.65);
  color: var(--elg-gold-dark); font-family: var(--elg-font-serif); font-size: 30px;
  line-height: 1; display: inline-flex; align-items: center; justify-content: center;
  cursor: pointer; transition: all 220ms var(--elg-ease); touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
body #contact .availability-month-picker__close:hover {
  background: var(--elg-gold); color: #fff;
}
body #contact .availability-month-picker__years,
body #contact .availability-month-picker__months {
  position: relative; z-index: 1;
}
body #contact .availability-month-picker__years {
  display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 16px;
}
body #contact .availability-month-picker__year,
body #contact .availability-month-picker__month {
  border: 1px solid rgba(193, 161, 92, .28);
  background: rgba(255, 252, 247, .92); color: var(--elg-ink);
  cursor: pointer; transition: all 220ms var(--elg-ease); touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
body #contact .availability-month-picker__year {
  min-height: 44px; padding: 0 16px; border-radius: 999px;
  font-family: var(--elg-font-sans); font-size: 13px; letter-spacing: .08em; text-transform: uppercase;
}
body #contact .availability-month-picker__year--active {
  background: var(--elg-gold); border-color: var(--elg-gold); color: #fff;
}
body #contact .availability-month-picker__months {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px;
}
body #contact .availability-month-picker__month {
  min-height: 56px; border-radius: 18px; font-family: var(--elg-font-serif);
  font-size: 18px; font-style: italic;
}
body #contact .availability-month-picker__year:hover:not(:disabled),
body #contact .availability-month-picker__month:hover:not(:disabled) {
  border-color: var(--elg-gold); background: rgba(255,255,255,.98); transform: translateY(-1px);
}
body #contact .availability-month-picker__month--active {
  background: radial-gradient(circle at 30% 30%, var(--elg-primary), var(--elg-primary-600));
  border-color: var(--elg-gold); color: #fff;
  box-shadow: 0 12px 28px -8px rgba(125,75,166,.45), inset 0 0 0 2px rgba(255,251,240,.22);
}
body #contact .availability-month-picker__month:disabled {
  color: var(--elg-ink-soft); opacity: .42; cursor: not-allowed;
}
@media (min-width: 768px) {
  body #contact .availability-month-picker__sheet {
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
  }
}
body #contact .availability-weekdays {
  display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; margin-bottom: 14px;
}
body #contact .availability-weekdays span {
  font-family: var(--elg-font-serif); font-size: 12px; font-weight: 500;
  font-style: italic; letter-spacing: .15em; text-transform: uppercase;
  color: var(--elg-gold-dark); text-align: center; padding: 10px 0;
}
body #contact .availability-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; }

body #contact .availability-cell,
body #contact .availability-date {
  aspect-ratio: 1/1; min-height: 54px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 999px; font-family: var(--elg-font-serif);
  font-size: 19px; font-weight: 500; color: var(--elg-ink);
  background: transparent; border: 1px solid transparent; cursor: pointer;
  transition: all 220ms var(--elg-ease); position: relative;
}
body #contact .availability-cell--empty { background: transparent; border: 0; pointer-events: none; }
body #contact .availability-date:hover:not(:disabled) {
  background: var(--elg-primary-100); color: var(--elg-primary-600);
  border-color: var(--elg-primary); transform: scale(1.05);
}
body #contact .availability-date:focus-visible { outline: none; box-shadow: var(--elg-focus-ring); }
body #contact .availability-date--today {
  border-color: var(--elg-gold); color: var(--elg-gold-dark);
  font-weight: 700; font-style: italic;
}
body #contact .availability-date--booked {
  color: var(--elg-ink-soft); cursor: not-allowed; opacity: .45; font-style: italic;
}
body #contact .availability-date--booked::after {
  content: ""; position: absolute; left: 26%; right: 26%; top: 50%;
  height: 1px; background: var(--elg-brown); transform: rotate(-15deg); opacity: .6;
}
body #contact .availability-date--booked:hover { background: transparent; border-color: transparent; transform: none; }
body #contact .availability-date--selected,
body #contact .availability-date--selected:hover {
  background: radial-gradient(circle at 30% 30%, var(--elg-primary), var(--elg-primary-600));
  color: #fff; border: 2px solid var(--elg-gold);
  box-shadow: 0 12px 28px -8px rgba(125,75,166,.5), inset 0 0 0 3px rgba(255,251,240,.25);
  font-weight: 600; transform: scale(1.08);
}

body #contact .availability-legend {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 24px;
  margin: 28px 0 4px; padding-top: 22px;
  border-top: 1px dashed var(--elg-gold-soft);
  font-family: var(--elg-font-sans); font-size: 13px; color: var(--elg-ink-muted);
}
body #contact .availability-legend span { display: inline-flex; align-items: center; gap: 8px; }
body #contact .availability-dot { width: 9px; height: 9px; border-radius: 999px; display: inline-block; background: currentColor; }
body #contact .availability-dot--free { color: var(--elg-green); }
body #contact .availability-dot--booked { color: var(--elg-brown); }
body #contact .availability-dot--selected { color: var(--elg-primary); }
body #contact .availability-help, body #contact .availability-status {
  font-family: var(--elg-font-sans); font-size: 13px; color: var(--elg-ink-soft);
  margin: 14px 0 0; text-align: center; font-style: italic;
}
body #contact .availability-status.is-error { color: #B4123B; font-style: normal; }

/* Form card */
body #contact .contact-form-wrapper { position: sticky; top: 24px; }
body #contact .contact-form {
  background: var(--elg-surface-raised); border: 1px solid var(--elg-gold-soft);
  border-radius: 28px; padding: clamp(36px, 3.5vw, 52px);
  box-shadow: var(--elg-shadow-lg); position: relative;
}
body #contact .contact-form::before {
  content: ""; position: absolute; inset: 12px;
  border-radius: 20px; border: 1px solid var(--elg-gold); opacity: .2; pointer-events: none;
}
body #contact .contact-form-intro { margin-bottom: 28px; text-align: center; position: relative; z-index: 1; }
body #contact .form-kicker {
  font-family: var(--elg-font-script); font-size: 28px; color: var(--elg-gold);
  margin: 0 0 6px; letter-spacing: 0; text-transform: none; line-height: 1; font-weight: 400;
}
body #contact .contact-form-intro h3 {
  font-family: var(--elg-font-serif); font-weight: 500; font-style: italic;
  font-size: clamp(26px, 2.8vw, 36px); margin: 0 0 12px;
}
body #contact .form-lead { font-family: var(--elg-font-sans); font-size: 15px; color: var(--elg-ink-muted); margin: 0; line-height: 1.6; }
body #contact .contact-form .form-row {
  display: flex !important;
  flex-direction: row !important;
  align-items: stretch !important;
  gap: 12px !important;
  position: relative; z-index: 1;
}
body #contact .contact-form .form-row > .form-field {
  flex: 1 1 0 !important;
  min-width: 0 !important;
  margin: 0 !important;
}
body #contact .contact-form .form-row > .form-field > input {
  width: 100% !important;
  height: 56px !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  display: block !important;
}
body #contact .contact-form .form-field { margin-top: 12px; position: relative; z-index: 1; }
body #contact .contact-form .form-field:first-child,
body #contact .contact-form .form-row:first-child { margin-top: 0; }
body #contact .contact-form input,
body #contact .contact-form textarea {
  width: 100%; box-sizing: border-box !important;
  font-family: var(--elg-font-sans);
  font-size: 16px; color: var(--elg-ink); background: var(--elg-surface);
  border: 1px solid var(--elg-border); border-radius: 14px;
  padding: 16px 18px;
  margin: 0 !important;             /* kill legacy margin-bottom */
  line-height: 1.4;
  transition: all 200ms var(--elg-ease);
  display: block;
}
/* (form-row heights normalised above via flex) */
body #contact .contact-form input::placeholder,
body #contact .contact-form textarea::placeholder { color: var(--elg-ink-soft); font-style: italic; }
body #contact .contact-form input:focus,
body #contact .contact-form textarea:focus {
  outline: none; border-color: var(--elg-gold); background: #fff; box-shadow: var(--elg-focus-ring);
}
body #contact .contact-form textarea { resize: vertical; min-height: 100px; line-height: 1.5; }

body #contact .form-note { font-family: var(--elg-font-sans); font-size: 12px; color: var(--elg-ink-soft); margin: 16px 0 0; text-align: center; font-style: italic; }
body #contact .form-status { font-family: var(--elg-font-sans); font-size: 14px; margin: 10px 0 0; text-align: center; min-height: 1.2em; }

/* Mirror selected-date chip */
body #contact .form-selected-date {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  background: var(--elg-ivory);
  border: 1px solid var(--elg-gold); border-radius: 14px;
  padding: 14px 18px; font-family: var(--elg-font-sans); font-size: 13px;
  color: var(--elg-ink-muted); margin-top: 12px;
  letter-spacing: .08em; text-transform: uppercase;
  position: relative; z-index: 1;
}
body #contact .form-selected-date strong {
  color: var(--elg-primary-600); font-family: var(--elg-font-serif);
  font-size: 17px; font-weight: 500; font-style: italic;
  text-transform: none; letter-spacing: 0;
}
body #contact .form-selected-date.is-empty strong {
  color: var(--elg-ink-soft); font-style: italic; font-weight: 400;
}

/* Form assurances (fleuron bulleted list) */
body #contact .form-assurances {
  list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 10px;
  position: relative; z-index: 1;
}
body #contact .form-assurances li {
  font-family: var(--elg-font-sans); font-size: 13px; color: var(--elg-ink-muted);
  padding-left: 28px; position: relative; line-height: 1.6;
}
body #contact .form-assurances li::before {
  content: "❦"; position: absolute; left: 0; top: 0;
  color: var(--elg-gold); font-size: 14px; line-height: 1.5;
  font-family: var(--elg-font-serif);
}

body #contact .form-actions { margin-top: 28px; position: relative; z-index: 1; text-align: center; }

/* The .luxury-btn itself is untouched — inherits its original ornate
   outlined SVG look from iteration-4.css. We only ensure it spans the
   full form width so it feels like the conversion anchor. */
body #contact .form-actions .luxury-btn {
  width: 100%;
  max-width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

/* Info strip (three-up contact facts under the main grid) */
body #contact .contact-info-strip {
  margin-top: clamp(48px, 6vw, 80px); padding: 28px 32px;
  background: var(--elg-ivory); border: 1px solid var(--elg-gold-soft);
  border-radius: 22px; box-shadow: var(--elg-shadow-sm);
  display: grid; grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 32px; font-family: var(--elg-font-sans); position: relative;
}
body #contact .contact-info-strip::before {
  content: ""; position: absolute; inset: 10px;
  border: 1px dashed var(--elg-gold-soft); border-radius: 16px;
  pointer-events: none;
}
body #contact .contact-info-strip .info-item {
  display: flex; align-items: flex-start; gap: 14px; font-size: 14px;
  color: var(--elg-ink-muted); line-height: 1.6; position: relative; z-index: 1;
}
body #contact .contact-info-strip .info-item svg {
  flex: 0 0 22px; width: 22px; height: 22px; color: var(--elg-gold-dark); margin-top: 2px;
}
body #contact .contact-info-strip .info-item strong {
  display: block; color: var(--elg-ink); font-weight: 500; margin-bottom: 4px;
  font-family: var(--elg-font-serif); font-style: italic; font-size: 16px;
}
body #contact .contact-info-strip .info-item a {
  color: var(--elg-primary); text-decoration: none;
  border-bottom: 1px solid var(--elg-gold-soft); transition: border-color 150ms;
}
body #contact .contact-info-strip .info-item a:hover { border-color: var(--elg-primary); }
@media (max-width: 767px) {
  body #contact .contact-info-strip { grid-template-columns: 1fr; padding: 22px 24px; }
}

/* IMPORTANT: no rules below target .luxury-btn or .luxury-btn__* —
   the original ornate outlined SVG button from iteration-4.css stays intact. */

/* Footer */
/* ============================================================
   Footer — quiet invitation letterhead
   ============================================================ */
body .main-footer, body footer.main-footer {
  background: var(--elg-ivory) !important;
  border-top: 1px solid var(--elg-gold-soft) !important;
  color: var(--elg-ink-muted) !important;
  padding: clamp(56px, 7vw, 96px) clamp(20px, 5vw, 80px) clamp(24px, 3vw, 40px) !important;
}

/* Section headings — Playfair italic title case, small, with a tiny gold mark */
body .main-footer h3,
body .main-footer h4,
body .footer-section h3,
body .footer-section h4 {
  font-family: var(--elg-font-serif) !important;
  font-style: italic !important;
  font-weight: 500 !important;
  font-size: clamp(16px, 1.3vw, 18px) !important;
  color: var(--elg-ink) !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  margin: 0 0 clamp(16px, 2vw, 22px) !important;
  position: relative;
  padding-bottom: 12px;
}
body .footer-section h4::after {
  content: "";
  position: absolute;
  bottom: 0; left: 0;
  width: 28px; height: 1px;
  background: var(--elg-gold);
}
body .footer-brand h3 {
  font-size: clamp(20px, 1.8vw, 26px) !important;
  padding-bottom: 14px;
}
body .footer-brand h3::after {
  content: "";
  position: absolute;
  bottom: 0; left: 0;
  width: 36px; height: 1px;
  background: var(--elg-gold);
}
body .footer-brand p {
  color: var(--elg-ink-muted) !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
  font-family: var(--elg-font-sans) !important;
  max-width: 340px;
}

/* Link lists — quiet ink, gold underline on hover, no purple brand accent */
body .footer-links,
body .main-footer .footer-links {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
body .footer-links li { margin: 0; list-style: none; }
body .main-footer a,
body .main-footer .footer-links a {
  font-family: var(--elg-font-sans) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: var(--elg-ink-muted) !important;
  text-decoration: none !important;
  letter-spacing: .02em;
  transition: color 180ms var(--elg-ease);
  position: relative;
  display: inline-block;
  padding: 0;
}
body .main-footer .footer-links a::after {
  content: "";
  position: absolute;
  left: 0; right: 100%;
  bottom: -2px;
  height: 1px;
  background: var(--elg-gold);
  transition: right 220ms var(--elg-ease);
}
body .main-footer a:hover,
body .main-footer .footer-links a:hover {
  color: var(--elg-gold-dark) !important;
}
body .main-footer .footer-links a:hover::after { right: 0; }

/* Instagram icon — gold, circle outline on hover */
body .footer-social {
  display: flex;
  gap: 12px;
  align-items: center;
}
body .footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px; height: 40px;
  border-radius: 999px;
  color: var(--elg-gold-dark) !important;
  background: transparent !important;
  border: 1px solid var(--elg-gold-soft) !important;
  transition: all 220ms var(--elg-ease);
}
body .footer-social a svg {
  width: 18px; height: 18px;
  fill: currentColor;
  display: block;
}
body .footer-social a:hover {
  color: #fff !important;
  background: var(--elg-gold) !important;
  border-color: var(--elg-gold) !important;
}
body .footer-social a::after { display: none !important; content: none !important; }

/* Footer bottom bar */
body .footer-bottom {
  border-top: 1px solid var(--elg-gold-soft) !important;
  color: var(--elg-ink-soft) !important;
  font-family: var(--elg-font-sans) !important;
  font-size: 12px !important;
  padding-top: clamp(20px, 2.5vw, 32px) !important;
  margin-top: clamp(32px, 4vw, 56px) !important;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
body .footer-bottom p {
  margin: 0 !important;
  color: var(--elg-ink-soft) !important;
  font-size: 12px !important;
}

@media (max-width: 767px) {
  body .main-footer { text-align: center; padding: 56px 20px 32px !important; }
  body .footer-section h4::after,
  body .footer-brand h3::after {
    left: 50%; transform: translateX(-50%);
  }
  body .footer-links {
    align-items: center;
  }
  body .footer-social { justify-content: center; }
  body .footer-bottom { flex-direction: column; text-align: center; }
  body .footer-brand p { margin-left: auto; margin-right: auto; }
}

/* Cookie banner and legal modals */
body .cookie-banner {
  background: var(--elg-ivory) !important;
  border-top: 1px solid var(--elg-gold-soft);
  color: var(--elg-ink);
  box-shadow: 0 -12px 32px -12px rgba(42,36,24,.12);
}
body .cookie-btn.accept {
  background: var(--elg-primary); color: #fff; border: 1px solid var(--elg-gold);
}
body .cookie-btn.settings {
  background: transparent; color: var(--elg-ink-muted); border: 1px solid var(--elg-border);
}
body .legal-modal-content {
  background: var(--elg-ivory) !important;
  border: 1px solid var(--elg-gold-soft);
}

/* Mobile */
@media (max-width: 1023px) {
  body #contact .contact-main { grid-template-columns: 1fr; }
  body #contact .contact-form-wrapper { position: static; }
}
@media (max-width: 640px) {
  /* Section padding — keep horizontal tight so cards can breathe */
  body #contact.contact-section { padding: 56px 14px !important; }
  body #contact .contact-container { padding: 0 !important; }
  body #contact .contact-header { padding: 0 6px; }
  body #contact .contact-header::before { font-size: 42px; top: -30px; }
  body #contact .contact-header h2 { font-size: clamp(28px, 8vw, 38px) !important; }

  /* Calendar card — compact padding so cells aren't cramped */
  body #contact #availability-picker {
    padding: 22px 16px !important;
    border-radius: 18px !important;
  }
  body #contact #availability-picker::before { inset: 10px !important; border-radius: 12px; }
  body #contact #availability-picker::after { font-size: 12px; top: 4px; padding: 0 8px; }

  body #contact .availability-picker__header {
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
    margin-bottom: 18px !important;
  }
  body #contact .availability-nav {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    align-items: center;
    gap: 8px;
  }
  body #contact .availability-eyebrow { text-align: center; font-size: 22px; }
  body #contact .availability-selection { text-align: center; font-size: 18px !important; }

  body #contact .availability-month-row--desktop { display: none !important; }
  body #contact .availability-month-mobile { display: block; }
  body #contact .availability-month-trigger { gap: 8px; padding: 0 8px 4px; }
  body #contact .availability-month-trigger__hint { font-size: 10px; letter-spacing: .16em; }
  body #contact .availability-month { font-size: 26px !important; padding-bottom: 14px !important; }
  body #contact .availability-month--mobile {
    font-size: 22px !important;
    padding-bottom: 8px !important;
  }
  body #contact .availability-month-picker__sheet {
    width: calc(100vw - 12px); bottom: 6px; border-radius: 22px;
    padding: 20px 14px 14px;
  }
  body #contact .availability-month-picker__sheet::before { inset: 8px; border-radius: 16px; }
  body #contact .availability-month-picker__title { font-size: 24px; }
  body #contact .availability-month-picker__close { width: 44px; height: 44px; font-size: 28px; }
  body #contact .availability-month-picker__years { gap: 8px; margin-bottom: 14px; }
  body #contact .availability-month-picker__year { min-height: 42px; padding: 0 14px; font-size: 12px; }
  body #contact .availability-month-picker__months { gap: 8px; }
  body #contact .availability-month-picker__month { min-height: 52px; font-size: 16px; }
  body #contact .availability-month-picker { display: none; }
  body #contact .availability-weekdays { gap: 2px; }
  body #contact .availability-weekdays span { font-size: 10px; padding: 6px 0; }
  body #contact .availability-grid { gap: 2px; }
  body #contact .availability-cell,
  body #contact .availability-date {
    font-size: 15px !important;
    min-height: 40px !important;
    border-width: 1px;
  }

  body #contact .availability-legend {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-top: 18px !important;
    padding-top: 16px !important;
  }
  body #contact .availability-help,
  body #contact .availability-status { font-size: 12px; padding: 0 6px; }

  /* Form card — compact padding, no sticky */
  body #contact .contact-form {
    padding: 26px 18px !important;
    border-radius: 18px !important;
  }
  body #contact .contact-form::before { inset: 8px !important; border-radius: 14px !important; }
  body #contact .contact-form-intro h3 { font-size: clamp(22px, 6vw, 28px) !important; }
  body #contact .contact-form .form-row { flex-direction: column !important; gap: 12px !important; }
  body #contact .contact-form input,
  body #contact .contact-form textarea { padding: 14px 14px; }
  body #contact .contact-form .form-row > .form-field > input { height: 52px !important; }

  /* Date mirror chip stacks naturally */
  body #contact .form-selected-date {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 12px 14px;
  }

  /* Info strip — stack vertically, softer inner frame */
  body #contact .contact-info-strip {
    grid-template-columns: 1fr !important;
    padding: 20px 18px !important;
    gap: 18px !important;
    border-radius: 16px !important;
    margin-top: 40px !important;
  }
  body #contact .contact-info-strip::before { inset: 6px !important; }
}

/* Extra-small phones — one final round of tightening */
@media (max-width: 380px) {
  body #contact.contact-section { padding: 48px 10px !important; }
  body #contact #availability-picker { padding: 18px 10px !important; }
  body #contact .availability-cell,
  body #contact .availability-date {
    min-height: 36px !important;
    font-size: 14px !important;
  }
  body #contact .availability-legend { font-size: 12px; }
  body #contact .contact-form { padding: 22px 14px !important; }
}

/* Global safety net: prevent body horizontal scroll on mobile */
@media (max-width: 767px) {
  html, body { overflow-x: hidden !important; }
}

/* Hide the Verfügbar / Gebucht / Gewählt legend under the calendar */
body #contact .availability-legend { display: none !important; }

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  body *, body *::before, body *::after {
    transition-duration: 0ms !important;
    animation-duration: 0ms !important;
  }
  body #contact .availability-date--selected,
  body #contact .availability-date:hover { transform: none; }
  body .gallery-section img:hover { transform: none; }
  body .amenity-card:hover, body .venue-card:hover { transform: none; }
}

/* ============================================================
   Nuclear override — kill every border on stat badges.
   iteration-4.css adds 1px rgba(0,0,0,.08) borders + a purple
   border on .strong that was bleeding through earlier overrides.
   ============================================================ */
body .about-section .stat-badges,
body .about-section .stat-badges *,
body .about-section .stat-badge,
body .about-section .stat-badge.strong,
body .about-section .stat-badge .stat-primary,
body .about-section .stat-badge .stat-label,
body .about-section .stat-badge .stat-sub {
  border: 0 !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
  border-style: none !important;
  border-width: 0 !important;
  border-color: transparent !important;
  box-shadow: none !important;
  outline: 0 !important;
  background: transparent !important;
  background-image: none !important;
}
body .about-section .stat-badge .stat-primary {
  /* Undo the gradient text mask so the serif numeral renders as solid ink */
  -webkit-background-clip: initial !important;
          background-clip: initial !important;
  -webkit-text-fill-color: initial !important;
}

/* ============================================================
   FINAL override — stat badges unified sizing, no borders, tight mobile
   Placed at end so it wins over all earlier duplicates.
   ============================================================ */
body .about-section .stat-badges.about-stats-row {
  display: flex !important;
  flex-direction: column !important;
  gap: clamp(56px, 8vw, 120px) !important;
  max-width: 680px !important;
  margin: clamp(80px, 10vw, 160px) auto clamp(60px, 8vw, 120px) !important;
  padding: 0 !important;
  border: 0 !important;
  list-style: none !important;
}
body .about-section .stat-badge,
body .about-section .stat-badge.strong,
body .about-section .stat-badge.highlight {
  background: transparent !important;
  border: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-style: none !important;
  border-width: 0 !important;
  border-color: transparent !important;
  border-radius: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  padding: 0 20px !important;
  margin: 0 !important;
  min-height: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 14px !important;
  text-align: center;
}
/* Kill any pseudo-element lines/separators from earlier rules */
body .about-section .stat-badge::before,
body .about-section .stat-badge::after,
body .about-section .stat-badge + .stat-badge::before,
body .about-section .stat-badge + .stat-badge::after {
  content: none !important;
  display: none !important;
  background: none !important;
  border: 0 !important;
}

/* Unified headline size across ALL badges (strong + non-strong) */
body .about-section .stat-badge .stat-primary,
body .about-section .stat-badge:not(.strong) .stat-label {
  font-family: var(--elg-font-serif) !important;
  font-style: italic !important;
  font-weight: 500 !important;
  font-size: clamp(32px, 5vw, 48px) !important;
  line-height: 1.1 !important;
  letter-spacing: -0.01em !important;
  text-transform: none !important;
  color: var(--elg-ink) !important;
  -webkit-background-clip: initial !important;
          background-clip: initial !important;
  -webkit-text-fill-color: initial !important;
  background: transparent !important;
  background-image: none !important;
}
/* Small-caps eyebrow — same for strong's .stat-label and non-strong's .stat-sub */
body .about-section .stat-badge.strong .stat-label,
body .about-section .stat-badge .stat-sub {
  font-family: var(--elg-font-sans) !important;
  font-style: normal !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: .3em !important;
  text-transform: uppercase !important;
  color: var(--elg-gold-dark) !important;
}

/* Scroll-reveal preserved */
body .about-section .stat-badge {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 900ms var(--elg-ease),
    transform 900ms var(--elg-ease);
}
body .about-section .stat-badge.is-revealed {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  body .about-section .stat-badge {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* Mobile — tighten the gap between items */
@media (max-width: 767px) {
  body .about-section .stat-badges.about-stats-row {
    gap: clamp(32px, 8vw, 48px) !important;
    margin: clamp(48px, 8vw, 72px) auto clamp(40px, 6vw, 60px) !important;
  }
  body .about-section .stat-badge {
    padding: 0 16px !important;
    gap: 10px !important;
  }
  body .about-section .stat-badge .stat-primary,
  body .about-section .stat-badge:not(.strong) .stat-label {
    font-size: clamp(26px, 7vw, 34px) !important;
  }
}
