/* =========================================================
   [h:pure] Haar Pure — style.css
   Refined-Luxury: Anthrazit/Off-White + Champagner-Gold
   Fraunces (Display) · Plus Jakarta Sans (Body)
   ========================================================= */

:root {
  /* Palette */
  --ink:        #16130f;   /* warm black */
  --ink-2:      #211d18;   /* anthracite */
  --ink-soft:   #2c2720;
  --cream:      #f6f1e9;   /* warm off-white */
  --cream-2:    #efe7da;
  --sand:       #e3d8c6;
  --gold:       #c2a36b;   /* champagne gold */
  --gold-deep:  #a98a52;
  --gold-soft:  rgba(194,163,107,.16);
  --line:       rgba(22,19,15,.12);
  --line-dark:  rgba(246,241,233,.14);
  --muted:      #6b6258;
  --muted-dark: #b8ab98;

  /* Type */
  --display: "Fraunces", Georgia, "Times New Roman", serif;
  --body:    "Plus Jakarta Sans", system-ui, sans-serif;

  /* Spacing rhythm */
  --section: clamp(4.5rem, 9vw, 8rem);
  --container: 1200px;
  --radius: 4px;
  --ease: cubic-bezier(.22,.61,.36,1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

body {
  font-family: var(--body);
  background: var(--cream);
  color: var(--ink);
  line-height: 1.65;
  font-weight: 400;
  font-size: 1.0625rem;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul { list-style: none; }

.container { width: min(100% - 2.5rem, var(--container)); margin-inline: auto; }

.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 200;
  background: var(--ink); color: var(--cream); padding: .75rem 1.25rem; border-radius: 0 0 4px 0;
}
.skip-link:focus { left: 0; }

/* ---------- Typography helpers ---------- */
.section__eyebrow {
  font-size: .72rem; letter-spacing: .28em; text-transform: uppercase;
  font-weight: 600; color: var(--gold-deep); margin-bottom: 1rem;
}
.section__title {
  font-family: var(--display); font-weight: 400;
  font-size: clamp(2rem, 4.5vw, 3.4rem); line-height: 1.05;
  letter-spacing: -.01em; margin-bottom: 1.1rem;
}
.section__intro { color: var(--muted); max-width: 56ch; font-size: 1.075rem; }
.section { padding-block: var(--section); }
.section__head { max-width: 720px; margin-bottom: clamp(2.5rem, 5vw, 4rem); }

em { font-family: var(--display); font-style: italic; color: var(--gold-deep); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  font-weight: 600; font-size: .9rem; letter-spacing: .03em;
  padding: .95rem 1.9rem; border-radius: 100px;
  transition: transform .35s var(--ease), background .35s var(--ease), color .35s var(--ease), box-shadow .35s var(--ease);
  min-height: 48px; white-space: nowrap;
}
.btn--sm { padding: .7rem 1.3rem; min-height: 44px; font-size: .82rem; }
.btn--gold {
  background: var(--gold); color: var(--ink);
  box-shadow: 0 8px 24px -12px rgba(169,138,82,.7);
}
.btn--gold:hover { background: var(--gold-deep); transform: translateY(-2px); }
.btn--ghost { border: 1px solid currentColor; color: inherit; }
.btn--ghost:hover { background: currentColor; transform: translateY(-2px); }
.btn--ghost:hover { color: var(--cream); }
.hero .btn--ghost { color: var(--cream); }
.hero .btn--ghost:hover { background: var(--cream); color: var(--ink); }
.btn--dark { background: var(--ink); color: var(--cream); margin-top: 1.75rem; }
.btn--dark:hover { background: var(--ink-2); transform: translateY(-2px); }
.btn--gold-outline {
  border: 1px solid var(--gold); color: var(--gold); background: transparent; margin-top: 1.75rem;
}
.btn--gold-outline:hover { background: var(--gold); color: var(--ink); transform: translateY(-2px); }

:focus-visible { outline: 2px solid var(--gold-deep); outline-offset: 3px; border-radius: 2px; }

/* =========================================================
   NAV
   ========================================================= */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  transition: background .4s var(--ease), box-shadow .4s var(--ease), padding .4s var(--ease);
  padding-block: 1.4rem;
}
.nav.scrolled {
  background: rgba(246,241,233,.86);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 var(--line); padding-block: .8rem;
}
.nav__inner { width: min(100% - 2.5rem, var(--container)); margin-inline: auto; display: flex; align-items: center; justify-content: space-between; }
.nav__brand { display: flex; flex-direction: column; line-height: 1; color: var(--cream); transition: color .4s var(--ease); }
.nav.scrolled .nav__brand { color: var(--ink); }
.brand__mark { font-family: var(--display); font-size: 1.4rem; font-weight: 500; letter-spacing: .02em; }
.brand__sub { font-size: .62rem; letter-spacing: .42em; text-transform: uppercase; margin-top: .25rem; opacity: .8; }

.nav__links { display: flex; align-items: center; gap: 1.6rem; }
.nav__links a {
  font-size: .92rem; font-weight: 500; color: var(--cream); position: relative; white-space: nowrap; transition: color .3s var(--ease);
}
.nav.scrolled .nav__links a { color: var(--ink); }
.nav__links a:not(.nav__cta)::after {
  content: ""; position: absolute; left: 0; bottom: -6px; width: 0; height: 1px;
  background: var(--gold); transition: width .3s var(--ease);
}
.nav__links a:not(.nav__cta):hover::after { width: 100%; }
.nav__cta {
  background: var(--gold); color: var(--ink) !important; padding: .6rem 1.3rem; border-radius: 100px;
  font-weight: 600; transition: background .3s var(--ease), transform .3s var(--ease);
}
.nav__cta:hover { background: var(--gold-deep); transform: translateY(-1px); }

.nav__burger { display: none; flex-direction: column; gap: 5px; padding: 8px; z-index: 110; }
.nav__burger span { width: 26px; height: 2px; background: var(--cream); transition: .35s var(--ease); display: block; }
.nav.scrolled .nav__burger span { background: var(--ink); }
.nav__burger[aria-expanded="true"] span { background: var(--cream); }
.nav__burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav__burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* =========================================================
   HERO
   ========================================================= */
.hero {
  position: relative; min-height: 100svh; display: flex; align-items: center;
  color: var(--cream); overflow: hidden; isolation: isolate;
}
.hero__bg {
  position: absolute; inset: 0; z-index: -2;
  background:
    linear-gradient(180deg, rgba(15,13,10,.78) 0%, rgba(15,13,10,.66) 38%, rgba(15,13,10,.9) 100%),
    url("../img/hero.jpg") center/cover no-repeat;
}
.hero__bg::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(120% 90% at 82% 4%, rgba(194,163,107,.20), transparent 55%);
}
.hero__grain {
  position: absolute; inset: 0; z-index: -1; opacity: .05; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.hero__content { width: min(100% - 2.5rem, var(--container)); margin-inline: auto; padding-block: 8rem 6rem; max-width: 880px; }
.hero__eyebrow { font-size: .78rem; letter-spacing: .34em; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 1.5rem; }
.hero__title { font-family: var(--display); font-weight: 300; font-size: clamp(3.2rem, 9vw, 7rem); line-height: .96; letter-spacing: -.02em; }
.hero__title span { display: block; }
.hero__title-em { font-style: italic; color: var(--gold); font-weight: 400; }
.hero__lead { margin-top: 2rem; max-width: 50ch; font-size: clamp(1.05rem, 1.7vw, 1.25rem); color: rgba(246,241,233,.84); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.5rem; }
.hero__meta { display: flex; align-items: center; gap: 1.25rem; margin-top: 3rem; flex-wrap: wrap; font-size: .92rem; color: rgba(246,241,233,.7); }
.hero__phone { display: inline-flex; align-items: center; gap: .55rem; color: var(--cream); font-weight: 600; }
.hero__phone:hover { color: var(--gold); }
.hero__sep { width: 1px; height: 18px; background: rgba(246,241,233,.3); }
.hero__scroll {
  position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%);
  width: 26px; height: 42px; border: 1.5px solid rgba(246,241,233,.4); border-radius: 14px;
  display: grid; place-items: start center; padding-top: 8px;
}
.hero__scroll span { width: 3px; height: 8px; border-radius: 2px; background: var(--gold); animation: scrolldot 1.6s var(--ease) infinite; }
@keyframes scrolldot { 0%{transform:translateY(0);opacity:1} 70%{transform:translateY(14px);opacity:0} 100%{opacity:0} }

/* =========================================================
   LEISTUNGEN
   ========================================================= */
.leistungen { background: var(--cream); }
.leistungen__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.lcard {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 2.4rem 2rem; transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s var(--ease);
  position: relative; overflow: hidden;
}
.lcard::before {
  content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 3px;
  background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .45s var(--ease);
}
.lcard:hover { transform: translateY(-6px); box-shadow: 0 30px 50px -34px rgba(22,19,15,.4); border-color: transparent; }
.lcard:hover::before { transform: scaleX(1); }
.lcard__icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: var(--gold-soft); color: var(--gold-deep); margin-bottom: 1.5rem; }
.lcard__icon svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.lcard h3 { font-family: var(--display); font-weight: 500; font-size: 1.5rem; margin-bottom: .6rem; }
.lcard p { color: var(--muted); font-size: .98rem; }

/* =========================================================
   GALERIE
   ========================================================= */
.galerie { background: var(--cream-2); }
.gallery {
  display: grid; grid-template-columns: repeat(6, 1fr); grid-auto-rows: 215px; gap: 1rem;
}
.gallery__item {
  position: relative; overflow: hidden; border-radius: var(--radius); background: var(--sand);
  grid-column: span 2;
}
.gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease), filter .5s var(--ease); }
.g--tall { grid-column: span 2; grid-row: span 2; }
.g--wide { grid-column: span 4; }
.gallery__item::after {
  content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(22,19,15,.45));
  opacity: 0; transition: opacity .4s var(--ease);
}
.gallery__item:hover img { transform: scale(1.06); }
.gallery__item:hover::after { opacity: 1; }
.gallery__zoom {
  position: absolute; right: 14px; bottom: 12px; z-index: 2; color: var(--cream);
  width: 38px; height: 38px; border-radius: 50%; background: rgba(22,19,15,.5); backdrop-filter: blur(4px);
  display: grid; place-items: center; font-size: 1.25rem; opacity: 0; transform: translateY(6px);
  transition: opacity .4s var(--ease), transform .4s var(--ease); font-weight: 300;
}
.gallery__item:hover .gallery__zoom { opacity: 1; transform: translateY(0); }

/* Lightbox */
.lightbox {
  position: fixed; inset: 0; z-index: 300; background: rgba(15,13,10,.93);
  display: flex; align-items: center; justify-content: center;
  backdrop-filter: blur(6px); padding: 4vmin; animation: fade .3s var(--ease);
}
.lightbox[hidden] { display: none; }
@keyframes fade { from { opacity: 0 } to { opacity: 1 } }
.lightbox__img { max-width: 90vw; max-height: 86vh; border-radius: var(--radius); box-shadow: 0 40px 80px -30px rgba(0,0,0,.7); }
.lightbox__close, .lightbox__nav {
  position: absolute; color: var(--cream); font-size: 1.6rem; width: 52px; height: 52px;
  border-radius: 50%; display: grid; place-items: center; background: rgba(246,241,233,.08);
  transition: background .3s var(--ease);
}
.lightbox__close:hover, .lightbox__nav:hover { background: rgba(246,241,233,.2); }
.lightbox__close { top: 2vmin; right: 2vmin; }
.lightbox__nav { top: 50%; transform: translateY(-50%); font-size: 2.4rem; }
.lightbox__prev { left: 2vmin; }
.lightbox__next { right: 2vmin; }

/* =========================================================
   TEAM
   ========================================================= */
.team { background: var(--cream); }
.team__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.member { text-align: center; }
.member__photo {
  aspect-ratio: 3/4; border-radius: var(--radius); overflow: hidden; margin-bottom: 1.4rem; background: var(--sand);
}
.member__photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); filter: grayscale(.2); }
.member:hover .member__photo img { transform: scale(1.05); filter: grayscale(0); }
.member h3 { font-family: var(--display); font-weight: 500; font-size: 1.5rem; }
.member__role { color: var(--gold-deep); font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 600; margin: .35rem 0 .9rem; }
.member p:last-child { color: var(--muted); font-size: .96rem; max-width: 30ch; margin-inline: auto; }
.team__note { text-align: center; margin-top: 2.5rem; color: var(--muted); font-size: .9rem; font-style: italic; }

/* =========================================================
   ÜBER UNS
   ========================================================= */
.about { background: var(--ink); color: var(--cream); }
.about .section__intro, .about p { color: var(--muted-dark); }
.about__inner { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 6vw, 5rem); align-items: center; }
.about__media { position: relative; }
.about__media img { aspect-ratio: 4/5; object-fit: cover; border-radius: var(--radius); width: 100%; }
.about__badge {
  position: absolute; bottom: -28px; right: -10px; background: var(--gold); color: var(--ink);
  padding: 1.2rem 1.5rem; border-radius: var(--radius); text-align: center; box-shadow: 0 24px 40px -22px rgba(0,0,0,.6);
}
.about__badge-num { font-family: var(--display); font-size: 1.8rem; font-weight: 500; display: block; line-height: 1; }
.about__badge-txt { font-size: .68rem; letter-spacing: .22em; text-transform: uppercase; font-weight: 700; }
.about__text .section__title { color: var(--cream); }
.about__text p { margin-bottom: 1.1rem; font-size: 1.06rem; }
.about__text em { color: var(--gold); }

/* =========================================================
   NACHHALTIGKEIT
   ========================================================= */
.sustain { background: var(--cream-2); }
.sustain__inner { display: grid; grid-template-columns: 1.3fr 1fr; gap: clamp(2.5rem, 6vw, 5rem); align-items: center; }
.sustain__text p { color: var(--muted); max-width: 52ch; }
.sustain__text strong { color: var(--ink); font-weight: 700; }
.sustain__list { margin-top: 1.75rem; display: grid; gap: 1rem; }
.sustain__list li { display: flex; align-items: center; gap: .9rem; font-weight: 500; }
.sustain__list svg { width: 22px; height: 22px; flex-shrink: 0; color: var(--gold-deep); }
.sustain__stat {
  background: var(--ink); color: var(--cream); border-radius: var(--radius);
  padding: clamp(2.5rem, 5vw, 3.5rem); text-align: center;
}
.stat__num { font-family: var(--display); font-size: clamp(3.5rem, 8vw, 5.5rem); font-weight: 300; line-height: 1; color: var(--gold); display: block; }
.stat__unit { font-family: var(--display); font-size: 1.4rem; color: var(--cream); display: block; margin-top: .3rem; }
.stat__label { display: block; margin-top: 1rem; color: var(--muted-dark); font-size: .95rem; }
.stat__fine { margin-top: 1.5rem; font-size: .76rem; color: var(--muted-dark); opacity: .8; }

/* =========================================================
   EMPFEHLUNG
   ========================================================= */
.referral { background: var(--gold); color: var(--ink); padding-block: clamp(2.5rem, 5vw, 3.5rem); }
.referral__inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.referral__title { font-family: var(--display); font-weight: 500; font-size: clamp(1.6rem, 3.5vw, 2.4rem); }
.referral__inner p { font-size: 1.05rem; }
.referral__how { max-width: 34ch; font-weight: 500; opacity: .85; }

/* =========================================================
   TESTIMONIALS
   ========================================================= */
.testimonials { background: var(--cream); }
.testi__grid { columns: 3; column-gap: 1.5rem; }
.testi {
  break-inside: avoid; background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 2rem; margin-bottom: 1.5rem;
}
.testi__stars { color: var(--gold); letter-spacing: .15em; margin-bottom: 1rem; font-size: .95rem; }
.testi blockquote { font-family: var(--display); font-style: italic; font-size: 1.18rem; line-height: 1.5; margin-bottom: 1rem; }
.testi figcaption { font-size: .85rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); font-weight: 600; }

/* =========================================================
   KONTAKT + ÖFFNUNGSZEITEN
   ========================================================= */
.contact { background: var(--cream-2); }
.contact__inner { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 6vw, 5rem); align-items: start; }
.hours { width: 100%; border-collapse: collapse; margin: 1.75rem 0; }
.hours th, .hours td { text-align: left; padding: .7rem 0; border-bottom: 1px solid var(--line); font-size: 1rem; }
.hours th { font-weight: 500; color: var(--ink); }
.hours td { text-align: right; font-weight: 600; }
.hours td.closed { color: var(--muted); font-weight: 400; font-style: italic; }
.contact__details { display: grid; gap: 1.25rem; margin-top: .5rem; }
.contact__details li { display: flex; gap: .9rem; align-items: flex-start; }
.contact__details svg { width: 22px; height: 22px; color: var(--gold-deep); flex-shrink: 0; margin-top: 2px; }
.contact__details a:hover { color: var(--gold-deep); }
.contact__map { height: 100%; min-height: 420px; }
.map { height: 100%; min-height: 420px; border-radius: var(--radius); overflow: hidden; background: var(--ink); position: relative; }
.map iframe { width: 100%; height: 100%; min-height: 420px; border: 0; display: block; }
.map__placeholder {
  position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 1rem; text-align: center; padding: 2rem; color: var(--cream);
  background: radial-gradient(100% 100% at 50% 0%, var(--ink-2), var(--ink));
}
.map__placeholder svg { width: 40px; height: 40px; color: var(--gold); }
.map__placeholder p { color: var(--muted-dark); max-width: 30ch; font-size: .92rem; }
.map__direct { color: var(--gold); font-size: .88rem; font-weight: 600; }
.map__direct:hover { text-decoration: underline; }

/* =========================================================
   FORMULAR
   ========================================================= */
.booking { background: var(--cream); }
.booking__inner { max-width: 760px; margin-inline: auto; text-align: center; }
.booking .section__head { margin-inline: auto; }
.booking .section__intro { margin-inline: auto; }
.form { text-align: left; margin-top: 1rem; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.field { margin-bottom: 1.25rem; }
.field label { display: block; font-size: .82rem; font-weight: 600; letter-spacing: .04em; margin-bottom: .5rem; color: var(--ink); }
.field input, .field select, .field textarea {
  width: 100%; padding: .9rem 1rem; border: 1px solid var(--line); border-radius: var(--radius);
  background: #fff; font-family: inherit; font-size: 1rem; color: var(--ink);
  transition: border-color .3s var(--ease), box-shadow .3s var(--ease);
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--gold-deep); box-shadow: 0 0 0 3px var(--gold-soft);
}
.field textarea { resize: vertical; }
.hp-field { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }

.checkbox { display: flex; gap: .75rem; align-items: flex-start; margin: .5rem 0 1.5rem; font-size: .9rem; color: var(--muted); }
.checkbox input { width: 20px; height: 20px; margin-top: 2px; accent-color: var(--gold-deep); flex-shrink: 0; }
.linklike { color: var(--gold-deep); font-weight: 600; text-decoration: underline; font-size: inherit; padding: 0; }
.linklike:hover { color: var(--gold); }

.h-captcha { margin-bottom: 1.5rem; }
.form__actions { display: flex; align-items: center; gap: 1.25rem; flex-wrap: wrap; }
.form__status { font-size: .92rem; font-weight: 500; }
.form__status.ok { color: #2f7d4f; }
.form__status.err { color: #b4452f; }
.btn[disabled] { opacity: .55; cursor: not-allowed; }

/* =========================================================
   FOOTER
   ========================================================= */
.footer { background: var(--ink); color: var(--cream); }
.footer__inner { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2.5rem; padding-block: clamp(3rem, 6vw, 4.5rem); }
.footer__brand .brand__mark { font-size: 1.6rem; }
.footer__brand p { color: var(--muted-dark); margin-top: .9rem; max-width: 32ch; font-size: .95rem; }
.footer__nav { display: grid; gap: .7rem; align-content: start; }
.footer__nav a { color: var(--muted-dark); font-size: .95rem; transition: color .3s var(--ease); }
.footer__nav a:hover { color: var(--gold); }
.footer__contact { display: grid; gap: .7rem; align-content: start; }
.footer__contact a, .footer__contact span { color: var(--muted-dark); font-size: .95rem; }
.footer__contact a:hover { color: var(--gold); }
.footer__bar { border-top: 1px solid var(--line-dark); }
.footer__bar-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; padding-block: 1.5rem; font-size: .82rem; color: var(--muted-dark); }
.footer__legal { display: flex; gap: 1.5rem; }
.footer__legal .linklike { color: var(--muted-dark); text-decoration: none; font-weight: 500; }
.footer__legal .linklike:hover { color: var(--gold); }
.footer__credit a { color: var(--gold); font-weight: 600; }

/* =========================================================
   MODALS
   ========================================================= */
.modal { position: fixed; inset: 0; z-index: 250; display: grid; place-items: center; padding: 4vmin; }
.modal[hidden] { display: none; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(15,13,10,.6); backdrop-filter: blur(4px); animation: fade .3s var(--ease); }
.modal__panel {
  position: relative; background: var(--cream); border-radius: var(--radius); max-width: 640px; width: 100%;
  max-height: 86vh; overflow-y: auto; padding: clamp(2rem, 5vw, 3rem); box-shadow: 0 40px 80px -30px rgba(0,0,0,.5);
  animation: rise .4s var(--ease);
}
@keyframes rise { from { opacity: 0; transform: translateY(20px) } to { opacity: 1; transform: translateY(0) } }
.modal__close { position: absolute; top: 1.2rem; right: 1.2rem; width: 40px; height: 40px; border-radius: 50%; background: rgba(22,19,15,.06); display: grid; place-items: center; font-size: 1rem; transition: background .3s var(--ease); }
.modal__close:hover { background: rgba(22,19,15,.14); }
.modal__panel h2 { font-family: var(--display); font-weight: 500; font-size: 1.9rem; margin-bottom: 1rem; }
.modal__panel h3 { font-family: var(--display); font-weight: 500; font-size: 1.2rem; margin: 1.5rem 0 .5rem; }
.modal__panel p { color: var(--muted); margin-bottom: .9rem; font-size: .98rem; }
.modal__panel a { color: var(--gold-deep); font-weight: 600; }
.modal__note { font-size: .82rem !important; font-style: italic; border-left: 2px solid var(--gold); padding-left: 1rem; margin-top: 1.5rem; }

/* =========================================================
   COOKIE
   ========================================================= */
.cookie { position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 240; }
.cookie[hidden] { display: none; }
.cookie__inner {
  max-width: 980px; margin-inline: auto; background: var(--ink); color: var(--cream);
  border-radius: var(--radius); padding: 1.3rem 1.6rem; display: flex; align-items: center;
  justify-content: space-between; gap: 1.5rem; flex-wrap: wrap;
  box-shadow: 0 30px 60px -24px rgba(0,0,0,.6); animation: rise .4s var(--ease);
}
.cookie__inner p { font-size: .9rem; color: var(--muted-dark); max-width: 56ch; }
.cookie__inner .linklike { color: var(--gold); }
.cookie__actions { display: flex; gap: .75rem; }
.cookie .btn--ghost { color: var(--cream); }
.cookie .btn--ghost:hover { background: var(--cream); color: var(--ink); }

/* =========================================================
   AMENITIES (unter der Galerie)
   ========================================================= */
.amenities {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; margin-top: 2.5rem;
}
.amenities li {
  display: flex; align-items: center; gap: .75rem; font-size: .92rem; font-weight: 500;
  color: var(--ink); padding: 1rem 1.1rem; background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
}
.amenities svg { width: 24px; height: 24px; flex-shrink: 0; color: var(--gold-deep); }

/* =========================================================
   FASHION-REFERENZEN (Timeline)
   ========================================================= */
.refs { background: var(--ink); color: var(--cream); }
.refs .section__title { color: var(--cream); }
.refs .section__intro { color: var(--muted-dark); }
.timeline { max-width: 760px; margin-inline: auto; }
.tl {
  display: grid; grid-template-columns: 90px 1fr; gap: 1.5rem; align-items: start;
  padding: 1.75rem 0; border-bottom: 1px solid var(--line-dark); position: relative;
}
.tl:last-child { border-bottom: none; }
.tl__year { font-family: var(--display); font-size: 2rem; font-weight: 400; color: var(--gold); line-height: 1; }
.tl__body h3 { font-family: var(--display); font-weight: 500; font-size: 1.4rem; margin-bottom: .35rem; }
.tl__body p { color: var(--muted-dark); }

/* =========================================================
   PRODUKTE (KEVIN.MURPHY)
   ========================================================= */
.produkte { background: var(--cream); }
.prod__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.prod {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.prod:hover { transform: translateY(-5px); box-shadow: 0 28px 46px -34px rgba(22,19,15,.4); }
.prod__img { aspect-ratio: 4 / 3; background: var(--cream-2); overflow: hidden; }
.prod__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.prod:hover .prod__img img { transform: scale(1.05); }
.prod__img.is-empty { display: none; }
.prod__body { padding: 1.6rem 1.7rem 1.9rem; }
.prod__tag {
  display: inline-block; font-size: .68rem; letter-spacing: .18em; text-transform: uppercase;
  font-weight: 700; color: var(--gold-deep); background: var(--gold-soft);
  padding: .3rem .7rem; border-radius: 100px; margin-bottom: .9rem;
}
.prod h3 { font-family: var(--display); font-weight: 500; font-size: 1.6rem; margin-bottom: .55rem; letter-spacing: .01em; }
.prod p { color: var(--muted); font-size: .96rem; }

/* =========================================================
   SCHWEBENDER ANRUF-BUTTON (FAB)
   ========================================================= */
.fab-call {
  position: fixed; right: 1.25rem; bottom: 1.25rem; z-index: 95;
  width: 60px; height: 60px; border-radius: 50%;
  background: var(--gold); color: var(--ink);
  display: grid; place-items: center;
  box-shadow: 0 14px 32px -10px rgba(169,138,82,.7);
  transition: transform .3s var(--ease), background .3s var(--ease);
}
.fab-call svg { width: 26px; height: 26px; position: relative; z-index: 1; }
.fab-call:hover { background: var(--gold-deep); transform: translateY(-3px) scale(1.05); }
.fab-call::after {
  content: ""; position: absolute; inset: 0; border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(194,163,107,.5); animation: fabpulse 2.6s ease-out infinite;
}
@keyframes fabpulse {
  0% { box-shadow: 0 0 0 0 rgba(194,163,107,.5); }
  70% { box-shadow: 0 0 0 15px rgba(194,163,107,0); }
  100% { box-shadow: 0 0 0 0 rgba(194,163,107,0); }
}
@media (prefers-reduced-motion: reduce) { .fab-call::after { animation: none; } }

/* Datum-/Zeit-Felder: konsistente Höhe & saubere iOS-Darstellung */
.field input[type="date"], .field input[type="time"] {
  -webkit-appearance: none; appearance: none;
  min-height: 52px; line-height: 1.3;
}

/* =========================================================
   SCROLL-REVEAL
   ========================================================= */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease) var(--d, 0s), transform .8s var(--ease) var(--d, 0s); }
.reveal.in { opacity: 1; transform: translateY(0); }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 980px) {
  /* Burger-Navigation bereits ab Tablet-Breite, sonst bricht die Navbar um */
  .nav__burger { display: flex; }
  /* backdrop-filter erzeugt einen Containing-Block -> würde das fixed-Menü
     relativ zur kurzen Navbar statt zum Viewport positionieren. Daher deaktivieren. */
  .nav, .nav.scrolled { -webkit-backdrop-filter: none; backdrop-filter: none; }
  .nav.scrolled { background: rgba(246,241,233,.97); }
  .nav__links {
    position: fixed; inset: 0 0 0 auto; width: min(80%, 340px); background: var(--ink);
    flex-direction: column; align-items: flex-start; justify-content: center; gap: 1.75rem;
    padding: 3rem 2.5rem; transform: translateX(100%); transition: transform .45s var(--ease);
    box-shadow: -20px 0 60px -20px rgba(0,0,0,.5);
  }
  .nav__links.open { transform: translateX(0); }
  .nav__links a, .nav.scrolled .nav__links a { color: var(--cream); font-size: 1.15rem; }
  .nav__cta { background: var(--gold); }

  .leistungen__grid { grid-template-columns: repeat(2, 1fr); }
  .prod__grid { grid-template-columns: repeat(2, 1fr); }
  .amenities { grid-template-columns: repeat(2, 1fr); }
  .testi__grid { columns: 2; }
  .about__inner, .sustain__inner, .contact__inner { grid-template-columns: 1fr; }
  .about__media { max-width: 460px; }
  .about__badge { right: 10px; }
}

@media (max-width: 760px) {
  .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; }
  .gallery__item, .g--tall, .g--wide { grid-column: span 1; grid-row: span 1; }
  .g--wide { grid-column: span 2; }

  .leistungen__grid, .team__grid, .prod__grid { grid-template-columns: 1fr; }
  .amenities { grid-template-columns: 1fr; }
  .tl { grid-template-columns: 60px 1fr; gap: 1rem; }
  .tl__year { font-size: 1.6rem; }
  .testi__grid { columns: 1; }
  .form__row { grid-template-columns: 1fr; gap: 0; }
  .footer__inner { grid-template-columns: 1fr; gap: 2rem; }
  .footer__bar-inner { justify-content: center; text-align: center; }
  .referral__inner { flex-direction: column; align-items: flex-start; }
  .lightbox__nav { font-size: 1.8rem; width: 44px; height: 44px; }
}

@media (max-width: 420px) {
  .hero__meta { flex-direction: column; align-items: flex-start; gap: .6rem; }
  .hero__sep { display: none; }
}
