/* =====================================================================
   Reiterhof Kern – Stylesheet
   Modernes, elegantes Design für Einstellbetrieb & Reitschule
   Farbwelt: Tannengrün, warmes Ocker/Gold, Pergament-Creme
   ===================================================================== */

:root {
  /* Markenfarben */
  --pine:        #1f3b2c;   /* tiefes Tannengrün – Primärfarbe */
  --pine-dark:   #16291f;   /* dunkler Akzent / Footer */
  --pine-soft:   #2f4d3b;
  --gold:        #c19a4b;   /* warmes Ocker/Gold – Akzent */
  --gold-dark:   #a8842f;
  --cream:       #faf6ee;   /* heller Hintergrund (Pergament) */
  --sand:        #efe8d8;   /* Section-Hintergrund */
  --sage:        #e3ddcd;   /* Karten / dezente Flächen */
  --ink:         #2a2723;   /* Fließtext */
  --ink-soft:    #5b564d;   /* Sekundärtext */
  --line:        #ddd5c4;   /* Trennlinien */
  --white:       #ffffff;

  /* Typografie */
  --serif: "Cormorant Garamond", "Georgia", serif;
  --sans:  "Inter", -apple-system, "Segoe UI", Roboto, sans-serif;

  /* Layout */
  --maxw: 1180px;
  --radius: 14px;
  --radius-lg: 22px;
  --shadow:    0 12px 34px rgba(31, 59, 44, 0.10);
  --shadow-lg: 0 24px 60px rgba(31, 59, 44, 0.16);
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
}

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

body {
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

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

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 600;
  line-height: 1.12;
  color: var(--pine);
  letter-spacing: 0.2px;
}
h1 { font-size: clamp(2.4rem, 5.4vw, 4.1rem); }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.9rem); }
h3 { font-size: clamp(1.3rem, 2.2vw, 1.6rem); }

p { color: var(--ink-soft); }

/* ---------- Hilfsklassen ---------- */
.wrap { max-width: var(--maxw); margin-inline: auto; padding-inline: clamp(20px, 5vw, 40px); }
.section { padding: clamp(64px, 9vw, 120px) 0; }
/* Willkommens-Sektion direkt nach dem Hero: mehr Luft oben & unten */
.hero + .section { padding-top: clamp(90px, 12vw, 168px); padding-bottom: clamp(90px, 12vw, 168px); }
.section--sand  { background: var(--sand); }
.section--pine  { background: var(--pine); color: #e9efe6; }
.center { text-align: center; }
.lead { font-size: clamp(1.05rem, 1.6vw, 1.22rem); color: var(--ink-soft); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 0.6em;
  font-family: var(--sans);
  font-size: 0.78rem; font-weight: 600;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 1rem;
}
.eyebrow::before {
  content: ""; width: 30px; height: 1.5px; background: var(--gold);
}
.section--pine .eyebrow { color: var(--gold); }

.section-head { max-width: 720px; margin: 0 auto clamp(40px, 6vw, 64px); text-align: center; }
.section-head p { margin-top: 1rem; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.6em;
  font-family: var(--sans); font-weight: 600; font-size: 0.97rem;
  padding: 0.95em 1.9em;
  border-radius: 50px; border: 1.6px solid transparent;
  cursor: pointer; transition: all 0.28s var(--ease);
  letter-spacing: 0.01em;
}
/* Einheitliche Button-Icons (lokal, Inline-SVG) */
.btn__ic { width: 1.15em; height: 1.15em; flex: 0 0 auto; }
.btn--primary { background: var(--gold); color: #2a210c; }
.btn--primary:hover { background: var(--gold-dark); transform: translateY(-2px); box-shadow: 0 12px 26px rgba(168,132,47,0.35); }
.btn--outline { background: transparent; color: var(--pine); border-color: var(--pine); }
.btn--outline:hover { background: var(--pine); color: var(--cream); transform: translateY(-2px); }
.btn--ghost-light { background: transparent; color: #fff; border-color: rgba(255,255,255,0.55); }
.btn--ghost-light:hover { background: #fff; color: var(--pine); transform: translateY(-2px); }
.btn--lg { padding: 1.1em 2.3em; font-size: 1.02rem; }

/* =====================================================================
   Header / Navigation
   ===================================================================== */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(250, 246, 238, 0.92);
  backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow 0.3s var(--ease);
}
.site-header.scrolled { box-shadow: 0 6px 24px rgba(31,59,44,0.08); }
.nav {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.25rem; padding-block: 0.7rem; min-height: 74px;
}

/* Logo */
.brand { display: flex; align-items: center; gap: 0.8rem; flex-shrink: 0; }
.brand__mark {
  width: 52px; height: 52px; flex-shrink: 0;
  border-radius: 50%;
  display: grid; place-items: center;
  background: radial-gradient(120% 120% at 30% 20%, var(--pine-soft), var(--pine) 70%);
  color: var(--gold);
  border: 1.5px solid rgba(193,154,75,0.55);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 6px 16px rgba(31,59,44,0.18);
}
.brand__mark svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
/* Vereinswappen als Marken-Logo (Header dunkel / Footer hell) */
.brand__logo { height: 52px; width: auto; flex-shrink: 0; display: block; }
.site-footer .brand__mark { box-shadow: none; }
.brand__text { display: flex; flex-direction: column; line-height: 1.05; }
.brand__name { font-family: var(--serif); font-size: 1.35rem; font-weight: 700; color: var(--pine); }
.brand__sub  { font-size: 0.66rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-dark); font-weight: 600; }

/* Menü */
.menu { display: flex; align-items: center; gap: 0.05rem; list-style: none; }
.menu a {
  display: block; padding: 0.5rem 0.5rem; border-radius: 8px;
  font-size: 0.9rem; font-weight: 500; color: var(--ink); white-space: nowrap;
  transition: color 0.2s, background 0.2s;
}
.menu a:hover, .menu a.active { color: var(--pine); background: var(--sage); }
.menu a.active { font-weight: 600; }
/* Desktop: kein doppelter "Termin anfragen"-Eintrag – nur der Button rechts (.nav__cta) */
.menu__cta { display: none; }

.nav__cta { display: flex; align-items: center; gap: 0.6rem; flex-shrink: 0; }
.nav__cta .btn { padding: 0.72em 1.4em; font-size: 0.92rem; }

/* Hamburger */
.nav-toggle {
  display: none; align-items: center; gap: 8px;
  background: none; border: none; cursor: pointer;
  height: 44px; border-radius: 10px; padding: 6px 12px;
}
.nav-toggle__txt { font-size: 0.8rem; font-weight: 700; letter-spacing: 0.12em; color: var(--pine); }
.nav-toggle__bars { width: 24px; }
.nav-toggle__bars span { display: block; height: 2px; background: var(--pine); border-radius: 2px; transition: all 0.3s var(--ease); }
.nav-toggle__bars span + span { margin-top: 5px; }
.nav-toggle[aria-expanded="true"] .nav-toggle__bars span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle__bars span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] .nav-toggle__bars span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* =====================================================================
   Hero
   ===================================================================== */
.hero {
  position: relative;
  min-height: clamp(560px, 84vh, 760px);
  display: flex; align-items: center;
  color: #fff; overflow: hidden;
  background: var(--pine);
}
/* Bild-Ebene mit langsamem Ken-Burns-Zoom */
.hero__bg {
  position: absolute; inset: 0; z-index: 0;
  background: var(--photo, url('../img/hof/hero.jpg')) center/cover no-repeat;
  background-image: image-set(url('../img/hof/hero.avif') type("image/avif"), url('../img/hof/hero.webp') type("image/webp"), url('../img/hof/hero.jpg') type("image/jpeg"));
  transform: scale(1.05);
  animation: heroKenburns 26s ease-in-out infinite alternate;
  will-change: transform;
}
@keyframes heroKenburns {
  from { transform: scale(1.05) translate(0, 0); }
  to   { transform: scale(1.16) translate(-2%, 1.2%); }
}
.hero::before { /* Verlauf für Textlesbarkeit über dem Bild */
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(180deg, rgba(22,41,31,0.42) 0%, rgba(22,41,31,0.66) 100%);
}
.hero::after { /* subtile Gräser/Textur-Andeutung unten */
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 120px; z-index: 1;
  background: linear-gradient(180deg, transparent, rgba(22,41,31,0.5));
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) { .hero__bg { animation: none; } }
.hero__inner { position: relative; z-index: 2; max-width: 760px; padding-block: 60px; }
.hero h1 { color: #fff; }
.hero h1 .accent { color: var(--gold); font-style: italic; }
.hero p { color: rgba(255,255,255,0.92); font-size: clamp(1.1rem, 1.8vw, 1.32rem); margin-top: 1.4rem; max-width: 600px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 2.4rem; }
.hero__location {
  display: inline-flex; align-items: center; gap: 0.5rem; margin-bottom: 1.5rem;
  font-size: 0.85rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--gold); font-weight: 600;
}
.hero__location-link { display: inline-flex; align-items: center; gap: 0.55rem; }
.hero__location-icon { width: 16px; height: 16px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }

/* Photo-Hook: per inline-style --photo: url(...) Bild einsetzen */

/* =====================================================================
   Intro / Willkommen
   ===================================================================== */
.intro-grid {
  display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(36px, 6vw, 80px);
  align-items: center;
}
/* Vertikaler Rhythmus im Intro-Textblock (Überschrift, Absätze, Link/Button) */
.intro-grid h2 { margin-bottom: 1.2rem; }
.intro-grid p { margin-bottom: 1.15rem; }
.intro-grid p:last-of-type { margin-bottom: 0; }
.intro-grid .btn,
.intro-grid .link-arrow { margin-top: 1.7rem; }
.intro-grid .media { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 4/5; }

/* Gerahmtes Kästchen um Text + Foto (Willkommen-Sektion) */
.intro-card {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius-lg); box-shadow: var(--shadow);
  padding: clamp(26px, 4vw, 56px);
}
@media (max-width: 760px) { .intro-card { padding: clamp(22px, 6vw, 34px); } }

/* =====================================================================
   Karten / Angebote
   ===================================================================== */
.cards { display: grid; gap: 28px; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }

.feature {
  position: relative; overflow: hidden;
  border-radius: var(--radius-lg);
  min-height: 420px; display: flex; flex-direction: column; justify-content: flex-end;
  padding: 2.2rem; color: #fff;
  background: var(--pine);
  box-shadow: var(--shadow);
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
}
.feature::before {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(22,41,31,0.15) 0%, rgba(22,41,31,0.86) 100%),
    var(--photo, linear-gradient(135deg, #34503e, #1f3b2c));
  background-size: cover; background-position: center;
  transition: transform 0.6s var(--ease);
}
.feature:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.feature:hover::before { transform: scale(1.06); }
.feature > * { position: relative; z-index: 2; }
.feature h3 { color: #fff; font-size: 1.7rem; margin-bottom: 0.5rem; }
.feature p { color: rgba(255,255,255,0.9); margin-bottom: 1.3rem; }
.feature .link-arrow { color: var(--gold); }
/* Foto-Hintergründe der Angebot-Karten (--photo in Klasse → Pfad relativ zum CSS) */
.feature--reitschule     { --photo: url('../img/hof/reitplatz.jpg'); }
.feature--einstellbetrieb { --photo: url('../img/hof/einstellbetrieb.jpg'); }
.feature--tiere          { --photo: url('../img/tiere/esel.jpg'); }
.feature--reitschule::before { background-image: linear-gradient(180deg, rgba(22,41,31,0.15) 0%, rgba(22,41,31,0.86) 100%), image-set(url('../img/hof/reitplatz.avif') type("image/avif"), url('../img/hof/reitplatz.webp') type("image/webp"), url('../img/hof/reitplatz.jpg') type("image/jpeg")); }
.feature--einstellbetrieb::before { background-image: linear-gradient(180deg, rgba(22,41,31,0.15) 0%, rgba(22,41,31,0.86) 100%), image-set(url('../img/hof/einstellbetrieb.avif') type("image/avif"), url('../img/hof/einstellbetrieb.webp') type("image/webp"), url('../img/hof/einstellbetrieb.jpg') type("image/jpeg")); }
.feature--tiere::before { background-image: linear-gradient(180deg, rgba(22,41,31,0.15) 0%, rgba(22,41,31,0.86) 100%), image-set(url('../img/tiere/esel.avif') type("image/avif"), url('../img/tiere/esel.webp') type("image/webp"), url('../img/tiere/esel.jpg') type("image/jpeg")); }
.feature--wanderritt     { --photo: url('../img/hof/gelaende.jpg'); }
.feature--wanderritt::before { background-image: linear-gradient(180deg, rgba(22,41,31,0.15) 0%, rgba(22,41,31,0.86) 100%), image-set(url('../img/hof/gelaende.avif') type("image/avif"), url('../img/hof/gelaende.webp') type("image/webp"), url('../img/hof/gelaende.jpg') type("image/jpeg")); }

.link-arrow { display: inline-flex; align-items: center; gap: 0.45em; font-weight: 600; font-family: var(--sans); transition: gap 0.25s; }
.link-arrow:hover { gap: 0.8em; }

/* Werte / Philosophie */
.values { display: grid; gap: 26px; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
.value {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 2rem 1.7rem; text-align: center;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s;
}
.value:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: var(--gold); }
.value__icon {
  width: 64px; height: 64px; margin: 0 auto 1.2rem;
  display: grid; place-items: center; border-radius: 50%;
  background: radial-gradient(120% 120% at 30% 20%, var(--pine-soft), var(--pine) 75%);
  color: var(--gold);
  box-shadow: 0 10px 24px rgba(31,59,44,0.20);
  transition: transform 0.4s var(--ease);
}
.value:hover .value__icon { transform: rotate(-6deg) scale(1.06); }
.value__icon svg { width: 30px; height: 30px; }

/* Feine Line-Icons (einheitlicher Premium-Strichstil) */
.value__icon svg,
.info-card h3 .tag svg,
.contact-item__icon svg {
  fill: none; stroke: currentColor; stroke-width: 1.7;
  stroke-linecap: round; stroke-linejoin: round;
}
.value h3 { font-size: 1.25rem; margin-bottom: 0.4rem; }
.value p { font-size: 0.96rem; }

/* =====================================================================
   Info-Listen (Einstellbetrieb / Reitschule)
   ===================================================================== */
.info-block { display: grid; gap: clamp(30px, 5vw, 60px); grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.info-card {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 2.2rem 2rem;
  box-shadow: var(--shadow);
}
.info-card h3 { display: flex; align-items: center; gap: 0.7rem; margin-bottom: 1.2rem; font-size: 1.4rem; }
.info-card h3 .tag {
  width: 38px; height: 38px; border-radius: 10px; flex-shrink: 0;
  display: grid; place-items: center; background: var(--pine); color: var(--gold);
}
.info-card h3 .tag svg { width: 20px; height: 20px; }

.tick-list { list-style: none; display: grid; gap: 0.7rem; }
.tick-list li { position: relative; padding-left: 1.9rem; color: var(--ink); }
.tick-list li::before {
  content: ""; position: absolute; left: 0; top: 0.45em;
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--gold);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center/14px no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center/14px no-repeat;
}

/* Orts-/Region-Pills (fließende Reihe statt Liste) */
.region-tags { list-style: none; display: flex; flex-wrap: wrap; gap: 0.55rem 0.6rem; margin: 0.3rem 0 0; padding: 0; }
.region-tags li {
  display: inline-flex; align-items: center; gap: 0.5em;
  font-size: 0.94rem; font-weight: 500; color: var(--pine);
  background: var(--sage); border: 1px solid var(--line);
  border-radius: 50px; padding: 0.44rem 0.95rem;
}
.region-tags li::before {
  content: ""; width: 7px; height: 7px; border-radius: 50%;
  background: var(--gold); flex: 0 0 auto;
}
.region-tags li strong { color: var(--gold-dark); font-weight: 700; }
.region-tags--center { justify-content: center; }

/* Preise */
.price-grid { display: grid; gap: 24px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.price {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 2.2rem 1.9rem; text-align: center; box-shadow: var(--shadow);
  position: relative; transition: transform 0.3s var(--ease);
}
.price:hover { transform: translateY(-5px); }
.price--featured { background: var(--pine); border-color: var(--pine); color: #fff; }
.price--featured h3, .price--featured .price__amount { color: #fff; }
.price__badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--gold); color: #2a210c; font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase; padding: 0.35em 1em; border-radius: 50px;
}
.price h3 { font-size: 1.3rem; margin-bottom: 0.6rem; }
.price__amount { font-family: var(--serif); font-size: 2.6rem; font-weight: 700; color: var(--pine); line-height: 1; }
.price__amount span { font-size: 1rem; font-family: var(--sans); font-weight: 500; color: var(--ink-soft); }
.price--featured .price__amount span { color: rgba(255,255,255,0.8); }
.price p { margin-top: 0.7rem; font-size: 0.95rem; }
.price--featured p { color: rgba(255,255,255,0.85); }
/* Bonus-Hervorhebung (10er-Block): 11 Einheiten zum Preis von 10 */
.price__bonus {
  margin-top: 1.1rem; background: var(--gold); color: #2a210c;
  border-radius: 14px; padding: 0.85rem 1rem; text-align: center;
  box-shadow: 0 10px 24px rgba(168,132,47,0.35);
}
.price__bonus strong { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 1.08rem; font-weight: 800; line-height: 1.25; }
.price__bonus svg { width: 22px; height: 22px; flex: 0 0 auto; }
.price__bonus span { display: block; margin-top: 3px; font-size: 0.82rem; font-weight: 700; letter-spacing: 0.02em; }
.price__bonus b { font-weight: 800; }

/* =====================================================================
   Tiere
   ===================================================================== */
.animals { display: grid; gap: 26px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.animal {
  background: var(--white); border-radius: var(--radius-lg); overflow: hidden;
  border: 1px solid var(--line); box-shadow: var(--shadow);
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
}
.animal:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.animal__img { aspect-ratio: 4/3; background: var(--sage); position: relative; overflow: hidden; }
.animal__img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s var(--ease); }
.animal:hover .animal__img img { transform: scale(1.05); }
.animal__body { padding: 1.5rem 1.6rem 1.8rem; }
.animal__body h3 { display: flex; align-items: center; gap: 0.5rem; font-size: 1.35rem; margin-bottom: 0.5rem; }
.animal__emoji { display: inline-flex; align-items: center; color: var(--gold); }
.animal__emoji svg { width: 22px; height: 22px; }
.animal__body p { font-size: 0.97rem; }

/* =====================================================================
   Veranstaltungen
   ===================================================================== */
.events { display: grid; gap: 26px; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.event {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 2.1rem 1.9rem; box-shadow: var(--shadow);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
  display: flex; flex-direction: column;
}
.event:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.event__icon {
  width: 54px; height: 54px; border-radius: 15px; margin-bottom: 1.2rem;
  display: grid; place-items: center;
  background: radial-gradient(120% 120% at 30% 20%, var(--pine-soft), var(--pine) 75%);
  color: var(--gold); box-shadow: 0 8px 20px rgba(31,59,44,0.18);
  transition: transform 0.4s var(--ease);
}
.event:hover .event__icon { transform: rotate(-5deg) scale(1.05); }
.event__icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.event h3 { font-size: 1.3rem; margin-bottom: 0.5rem; }
.event p { font-size: 0.97rem; }
.event .link-arrow { margin-top: 1.1rem; }
.event--featured { background: var(--pine); border-color: var(--pine); }
.event--featured .event__icon { background: var(--gold); color: var(--pine-dark); box-shadow: none; }

/* =====================================================================
   CTA-Band
   ===================================================================== */
.cta-band {
  background: linear-gradient(135deg, var(--pine) 0%, var(--pine-dark) 100%);
  color: #fff; text-align: center; position: relative; overflow: hidden;
}
.cta-band::before {
  content: ""; position: absolute; inset: 0; opacity: 0.08;
  background-image: radial-gradient(circle at 20% 30%, var(--gold) 0%, transparent 14%),
                    radial-gradient(circle at 80% 70%, var(--gold) 0%, transparent 14%);
}
.cta-band h2 { color: #fff; position: relative; }
.cta-band p { color: rgba(255,255,255,0.88); max-width: 560px; margin: 1rem auto 2rem; position: relative; }
.cta-band .hero__actions { justify-content: center; position: relative; }

/* =====================================================================
   Kontakt
   ===================================================================== */
.contact-grid { display: grid; gap: clamp(34px, 5vw, 60px); grid-template-columns: 0.9fr 1.1fr; align-items: start; }
.contact-info { display: grid; gap: 1.3rem; }
.contact-item { display: flex; gap: 1rem; align-items: flex-start; }
.contact-item__icon {
  width: 48px; height: 48px; flex-shrink: 0; border-radius: 12px;
  display: grid; place-items: center; background: var(--sand); color: var(--pine);
}
.contact-item__icon svg { width: 22px; height: 22px; }
.contact-item h4 { font-family: var(--sans); font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: 0.2rem; }
.contact-item a, .contact-item p { color: var(--ink); font-size: 1.05rem; }
.contact-item a:hover { color: var(--gold-dark); }
/* Icon-Boxen im Kontaktblock klickbar (Gold-Icon auf grünem Verlauf beibehalten) */
.contact-item a.contact-item__icon { color: var(--gold); text-decoration: none; transition: transform 0.2s, box-shadow 0.2s; }
.contact-item a.contact-item__icon:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(31,59,44,0.26); }
/* Google-Logo in der Bewertungs-Leiste als Link */
.reviews__google-link { display: inline-flex; line-height: 0; border-radius: 6px; transition: transform 0.2s; }
.reviews__google-link:hover { transform: translateY(-1px); }

.contact-form {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: clamp(1.8rem, 4vw, 2.6rem); box-shadow: var(--shadow);
}
.form-row { display: grid; gap: 1.1rem; grid-template-columns: 1fr 1fr; }
.field { display: flex; flex-direction: column; gap: 0.4rem; margin-bottom: 1.1rem; }
.field label { font-size: 0.85rem; font-weight: 600; color: var(--pine); }
.field input, .field textarea, .field select {
  font-family: var(--sans); font-size: 1rem; color: var(--ink);
  padding: 0.85em 1em; border: 1.5px solid var(--line); border-radius: 10px;
  background: var(--cream); transition: border-color 0.2s, box-shadow 0.2s;
}
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(193,154,75,0.18);
}
.field textarea { resize: vertical; min-height: 130px; }
.form-note { font-size: 0.82rem; color: var(--ink-soft); margin-top: 0.4rem; }

.map-embed { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); margin-top: 2rem; }
.map-embed iframe { display: block; width: 100%; height: 360px; border: 0; }

/* =====================================================================
   Page-Header (Unterseiten)
   ===================================================================== */
.page-hero {
  position: relative; color: #fff; text-align: center;
  padding: clamp(70px, 11vw, 130px) 0 clamp(56px, 9vw, 96px);
  background:
    linear-gradient(180deg, rgba(22,41,31,0.55), rgba(22,41,31,0.78)),
    var(--photo, radial-gradient(120% 140% at 50% 0%, #3a5742, #1f3b2c 60%, #16291f));
  background-size: cover; background-position: center;
}
.page-hero h1 { color: #fff; }
.page-hero p { color: rgba(255,255,255,0.92); max-width: 640px; margin: 1.1rem auto 0; font-size: 1.15rem; }
/* Seitenkopf mit Foto-Hintergrund (--photo im Stylesheet gesetzt → Pfad relativ zum CSS) */
.page-hero--reiten { --photo: url('../img/hof/reitplatz.jpg'); background-position: center 26%;
  background-image: linear-gradient(180deg, rgba(22,41,31,0.55), rgba(22,41,31,0.78)), image-set(url('../img/hof/reitplatz.avif') type("image/avif"), url('../img/hof/reitplatz.webp') type("image/webp"), url('../img/hof/reitplatz.jpg') type("image/jpeg")); }
.page-hero--events { --photo: url('../img/hof/landschaft.jpg'); background-position: center 55%;
  background-image: linear-gradient(180deg, rgba(22,41,31,0.55), rgba(22,41,31,0.78)), image-set(url('../img/hof/landschaft.avif') type("image/avif"), url('../img/hof/landschaft.webp') type("image/webp"), url('../img/hof/landschaft.jpg') type("image/jpeg")); }
.page-hero--faq { --photo: url('../img/hof/weide.jpg'); background-position: center 55%;
  background-image: linear-gradient(180deg, rgba(22,41,31,0.55), rgba(22,41,31,0.78)), image-set(url('../img/hof/weide.avif') type("image/avif"), url('../img/hof/weide.webp') type("image/webp"), url('../img/hof/weide.jpg') type("image/jpeg")); }
.page-hero--steiermark { --photo: url('../img/hof/landschaft.jpg'); background-position: center 50%;
  background-image: linear-gradient(180deg, rgba(22,41,31,0.55), rgba(22,41,31,0.78)), image-set(url('../img/hof/landschaft.avif') type("image/avif"), url('../img/hof/landschaft.webp') type("image/webp"), url('../img/hof/landschaft.jpg') type("image/jpeg")); }
.page-hero--ungarn { --photo: url('../img/hof/ausritt.jpg'); background-position: center 45%;
  background-image: linear-gradient(180deg, rgba(22,41,31,0.55), rgba(22,41,31,0.78)), image-set(url('../img/hof/ausritt.avif') type("image/avif"), url('../img/hof/ausritt.webp') type("image/webp"), url('../img/hof/ausritt.jpg') type("image/jpeg")); }
.page-hero--reiturlaub { --photo: url('../img/hof/ausritt.jpg'); background-position: center 45%;
  background-image: linear-gradient(180deg, rgba(22,41,31,0.55), rgba(22,41,31,0.78)), image-set(url('../img/hof/ausritt.avif') type("image/avif"), url('../img/hof/ausritt.webp') type("image/webp"), url('../img/hof/ausritt.jpg') type("image/jpeg")); }

/* Header-Fotos für weitere Unterseiten */
.page-hero--einstellbetrieb { --photo: url('../img/hof/einstellbetrieb.jpg'); background-position: center 50%;
  background-image: linear-gradient(180deg, rgba(22,41,31,0.55), rgba(22,41,31,0.78)), image-set(url('../img/hof/einstellbetrieb.avif') type("image/avif"), url('../img/hof/einstellbetrieb.webp') type("image/webp"), url('../img/hof/einstellbetrieb.jpg') type("image/jpeg")); }
.page-hero--tiere { --photo: url('../img/tiere/ziege.jpg'); background-position: center 50%;
  background-image: linear-gradient(180deg, rgba(22,41,31,0.55), rgba(22,41,31,0.78)), image-set(url('../img/tiere/ziege.avif') type("image/avif"), url('../img/tiere/ziege.webp') type("image/webp"), url('../img/tiere/ziege.jpg') type("image/jpeg")); }
.page-hero--ueber-uns { --photo: url('../img/hof/stall.jpg'); background-position: center 50%;
  background-image: linear-gradient(180deg, rgba(22,41,31,0.55), rgba(22,41,31,0.78)), image-set(url('../img/hof/stall.avif') type("image/avif"), url('../img/hof/stall.webp') type("image/webp"), url('../img/hof/stall.jpg') type("image/jpeg")); }
.page-hero--galerie { --photo: url('../img/hof/hero.jpg'); background-position: center 50%;
  background-image: linear-gradient(180deg, rgba(22,41,31,0.55), rgba(22,41,31,0.78)), image-set(url('../img/hof/hero.avif') type("image/avif"), url('../img/hof/hero.webp') type("image/webp"), url('../img/hof/hero.jpg') type("image/jpeg")); }
.page-hero--kontakt { --photo: url('../img/hof/hero.jpg'); background-position: center 60%;
  background-image: linear-gradient(180deg, rgba(22,41,31,0.55), rgba(22,41,31,0.78)), image-set(url('../img/hof/hero.avif') type("image/avif"), url('../img/hof/hero.webp') type("image/webp"), url('../img/hof/hero.jpg') type("image/jpeg")); }
.page-hero--links { --photo: url('../img/hof/weide.jpg'); background-position: center 55%;
  background-image: linear-gradient(180deg, rgba(22,41,31,0.55), rgba(22,41,31,0.78)), image-set(url('../img/hof/weide.avif') type("image/avif"), url('../img/hof/weide.webp') type("image/webp"), url('../img/hof/weide.jpg') type("image/jpeg")); }
.page-hero--notfound { --photo: url('../img/hof/gelaende.jpg'); background-position: center 50%;
  background-image: linear-gradient(180deg, rgba(22,41,31,0.55), rgba(22,41,31,0.78)), image-set(url('../img/hof/gelaende.avif') type("image/avif"), url('../img/hof/gelaende.webp') type("image/webp"), url('../img/hof/gelaende.jpg') type("image/jpeg")); }
.page-hero--legal { --photo: url('../img/hof/landschaft.jpg'); background-position: center 50%;
  background-image: linear-gradient(180deg, rgba(22,41,31,0.55), rgba(22,41,31,0.78)), image-set(url('../img/hof/landschaft.avif') type("image/avif"), url('../img/hof/landschaft.webp') type("image/webp"), url('../img/hof/landschaft.jpg') type("image/jpeg")); }


/* Volle-Breite Foto-Band zwischen Sektionen */
.photo-band { position: relative; width: 100%; height: clamp(240px, 34vw, 440px); overflow: hidden; margin: 0; }
.photo-band img { width: 100%; height: 100%; object-fit: cover; object-position: center 50%; display: block; }
.breadcrumb { font-size: 0.82rem; letter-spacing: 0.08em; color: var(--gold); margin-bottom: 1rem; text-transform: uppercase; }
.breadcrumb a:hover { color: #fff; }

/* Prose */
.prose { max-width: 760px; }
.prose p { margin-bottom: 1.2rem; font-size: 1.08rem; }
.prose h2 { margin: 2.4rem 0 1rem; }
.prose h3 { margin: 1.8rem 0 0.7rem; }
.prose ul { margin: 0 0 1.4rem 1.2rem; color: var(--ink-soft); }
.prose li { margin-bottom: 0.45rem; }

/* Links-Seite */
.link-list { display: grid; gap: 16px; max-width: 700px; margin-inline: auto; }
.link-row {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.3rem 1.6rem; transition: transform 0.25s var(--ease), border-color 0.25s;
}
.link-row:hover { transform: translateX(4px); border-color: var(--gold); }
.link-row strong { font-family: var(--serif); font-size: 1.2rem; color: var(--pine); }
.link-row .link-arrow { color: var(--gold-dark); }

/* =====================================================================
   Footer
   ===================================================================== */
.site-footer { background: var(--pine-dark); color: rgba(255,255,255,0.78); padding-top: clamp(56px, 8vw, 88px); }
.footer-grid { display: grid; gap: clamp(32px, 4vw, 64px); grid-template-columns: 1fr auto auto auto; padding-bottom: 48px; }
.footer-grid .footer-col { min-width: 160px; }
/* Genug Platz erst ab großen Screens für 4 Spalten – darunter 2-spaltig */
@media (max-width: 1160px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-about { grid-column: 1 / -1; }
}
/* Entdecken-Liste mit Icons */
.footer-nav li { display: flex; align-items: center; gap: 0.55rem; }
.footer-nav__icon { color: var(--gold); flex-shrink: 0; line-height: 1; }
.footer-nav__icon svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
/* Abtrennung der Landing-/Regionen-Links im Footer-Menü */
.footer-nav__sep {
  margin-top: 0.55rem; padding-top: 0.75rem;
  border-top: 1px solid rgba(255,255,255,0.14);
  font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(255,255,255,0.5); font-weight: 700;
}
.site-footer .brand__name, .site-footer .brand__sub { color: #fff; }
.site-footer .brand__sub { color: var(--gold); }
.footer-about p { margin-top: 1rem; max-width: 320px; color: rgba(255,255,255,0.7); font-size: 0.97rem; }
.footer-col h4 { color: #fff; font-family: var(--sans); font-size: 0.82rem; letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 1.1rem; }
.footer-col ul { list-style: none; display: grid; gap: 0.6rem; padding: 0; margin: 0; }
.footer-col a { color: rgba(255,255,255,0.75); font-size: 0.97rem; transition: color 0.2s; }
.footer-col a:hover { color: var(--gold); }
.footer-social { display: flex; gap: 0.7rem; margin-top: 1.7rem; }
/* Kontaktliste mit Icons */
.footer-contact li { display: flex; gap: 0.6rem; align-items: flex-start; }
.footer-contact__name { font-weight: 600; color: #fff; margin-bottom: 0.15rem; }
.footer-contact__icon { color: var(--gold); flex-shrink: 0; line-height: 1; margin-top: 0.2rem; }
.footer-contact__icon svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.footer-social a {
  width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(255,255,255,0.08); transition: background 0.25s, transform 0.25s;
}
.footer-social a:hover { background: var(--gold); transform: translateY(-3px); }
.footer-social svg { width: 20px; height: 20px; fill: #fff; }
/* Footer-Markenlogo größer + Wortmarke auf die Unterzeile abgestimmt */
.site-footer .brand__logo { height: 72px; }
.site-footer .brand__name { font-size: 1.85rem; letter-spacing: 0.01em; }
.site-footer .brand__sub  { font-size: 0.79rem; letter-spacing: 0.135em; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.12); padding: 22px 0;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 0.8rem;
  font-size: 0.85rem; color: rgba(255,255,255,0.6);
}
.footer-bottom a { color: rgba(255,255,255,0.7); }
.footer-bottom a:hover { color: var(--gold); }
.footer-bottom nav { display: flex; gap: 1.2rem; flex-wrap: wrap; }
.footer-credit { text-align: center; padding: 16px 0 24px; }
.footer-credit a { color: rgba(255,255,255,0.28); font-size: 0.78rem; letter-spacing: 0.01em; transition: color 0.25s; }
.footer-credit a:hover { color: rgba(255,255,255,0.55); }

/* =====================================================================
   Foto-Platzhalter (bis echte Bilder geliefert werden)
   ===================================================================== */
.ph {
  position: relative; background: var(--sage);
  display: grid; place-items: center; height: 100%; width: 100%;
  color: var(--pine-soft);
  background-image:
    linear-gradient(135deg, rgba(31,59,44,0.06) 25%, transparent 25%, transparent 50%, rgba(31,59,44,0.06) 50%, rgba(31,59,44,0.06) 75%, transparent 75%);
  background-size: 22px 22px;
}
.ph__label {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--pine-soft); background: rgba(250,246,238,0.85);
  padding: 0.5em 1em; border-radius: 50px; border: 1px solid var(--line);
}
.ph svg { width: 18px; height: 18px; }

/* Eingesetzte Fotos in Media-/Karten-Containern */
.intro-grid .media img { width: 100%; height: 100%; object-fit: cover; display: block; }
picture { display: contents; }
.horse__img,
.team-member__img { display: block; width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: cover; transition: transform 0.5s var(--ease); }
.horse:hover .horse__img { transform: scale(1.05); }
.gallery figure img { display: block; width: 100%; height: auto; }

/* =====================================================================
   Scroll-nach-oben-Button
   ===================================================================== */
.to-top {
  position: fixed; z-index: 90;
  right: clamp(16px, 3vw, 30px); bottom: clamp(16px, 3vw, 30px);
  width: 52px; height: 52px; border-radius: 50%;
  display: grid; place-items: center; cursor: pointer;
  background: radial-gradient(120% 120% at 30% 20%, var(--pine-soft), var(--pine) 75%);
  color: var(--gold); border: 1.5px solid rgba(193,154,75,0.55);
  box-shadow: var(--shadow-lg);
  opacity: 0; visibility: hidden; transform: translateY(16px) scale(0.9);
  transition: opacity 0.35s var(--ease), transform 0.35s var(--ease), background 0.3s, color 0.3s;
}
.to-top.show { opacity: 1; visibility: visible; transform: none; }
.to-top:hover { background: var(--gold); color: var(--pine-dark); transform: translateY(-3px); }
.to-top svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
@media (max-width: 560px) { .to-top { width: 46px; height: 46px; } }

/* =====================================================================
   Premium-Details
   ===================================================================== */
.contact-item__icon {
  background: radial-gradient(120% 120% at 30% 20%, var(--pine-soft), var(--pine) 75%);
  color: var(--gold);
  box-shadow: 0 8px 18px rgba(31,59,44,0.16);
}
.btn { letter-spacing: 0.015em; }
.hero h1, .page-hero h1 { text-shadow: 0 2px 24px rgba(0,0,0,0.18); }
.feature h3 { text-shadow: 0 1px 12px rgba(0,0,0,0.25); }

/* =====================================================================
   Animationen (Reveal on scroll)
   ===================================================================== */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* =====================================================================
   Dropdown-Navigation
   ===================================================================== */
.has-dropdown { position: relative; }
.menu-trigger {
  display: inline-flex; align-items: center; gap: 0.3rem;
  font-family: var(--sans); font-size: 0.92rem; font-weight: 500; color: var(--ink);
  background: none; border: none; cursor: pointer; white-space: nowrap;
  padding: 0.55rem 0.8rem; border-radius: 8px;
  transition: color 0.2s, background 0.2s;
}
.menu-trigger:hover, .menu-trigger.active { color: var(--pine); background: var(--sage); }
.menu-trigger svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 2; transition: transform 0.3s var(--ease); }
.dropdown {
  list-style: none; position: absolute; top: calc(100% + 8px); left: 0;
  min-width: 220px; background: var(--cream); border: 1px solid var(--line);
  border-radius: 12px; box-shadow: var(--shadow-lg); padding: 0.5rem;
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: opacity 0.25s var(--ease), transform 0.25s var(--ease), visibility 0.25s;
  z-index: 120;
}
.dropdown li { display: block; }
.dropdown a { display: block; padding: 0.6rem 0.9rem; border-radius: 8px; font-size: 0.94rem; color: var(--ink); white-space: nowrap; }
.dropdown a:hover, .dropdown a.active { background: var(--sage); color: var(--pine); }
@media (min-width: 1025px) {
  .has-dropdown:hover .dropdown,
  .has-dropdown:focus-within .dropdown { opacity: 1; visibility: visible; transform: none; }
  .has-dropdown:hover .menu-trigger svg { transform: rotate(180deg); }
}

/* =====================================================================
   Galerie
   ===================================================================== */
.gallery { columns: 3; column-gap: 18px; }
.gallery figure {
  break-inside: avoid; margin: 0 0 18px; border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow); border: 1px solid var(--line); position: relative;
}
.gallery .ph { aspect-ratio: 1 / 1; }
.gallery figure:nth-child(3n+1) .ph { aspect-ratio: 4 / 5; }
.gallery figure:nth-child(3n+2) .ph { aspect-ratio: 1 / 1; }
.gallery figure:nth-child(3n) .ph   { aspect-ratio: 4 / 3; }
.gallery figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 0.9rem 1rem 0.8rem;
  color: #fff; font-size: 0.9rem; font-weight: 500;
  background: linear-gradient(180deg, transparent, rgba(22,41,31,0.8));
}
@media (max-width: 820px) { .gallery { columns: 2; } }
@media (max-width: 520px) { .gallery { columns: 1; } }

/* =====================================================================
   FAQ – Akkordeon
   ===================================================================== */
.faq-list { max-width: 820px; margin-inline: auto; display: grid; gap: 14px; }

/* FAQ – zweispaltiges Layout mit Hilfe-Box */
.faq-layout { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: clamp(32px, 5vw, 56px); align-items: start; }
.faq-layout .faq-list { max-width: none; margin: 0; }
.faq-aside {
  position: sticky; top: 96px; color: #fff;
  background: linear-gradient(155deg, var(--pine-soft), var(--pine-dark));
  border-radius: var(--radius-lg); padding: clamp(1.8rem, 3vw, 2.4rem); box-shadow: var(--shadow-lg);
}
.faq-aside .eyebrow { color: var(--gold); }
.faq-aside h3 { color: #fff; font-size: 1.55rem; margin-bottom: 0.6rem; }
.faq-aside > p { color: rgba(255,255,255,0.82); font-size: 0.97rem; margin-bottom: 1.5rem; }
.faq-aside__contact { display: grid; margin-bottom: 1.6rem; }
.faq-aside__row { display: flex; align-items: center; gap: 0.8rem; padding: 0.85rem 0; color: #fff; font-size: 0.97rem; border-top: 1px solid rgba(255,255,255,0.13); transition: color 0.2s; }
.faq-aside__row:last-child { border-bottom: 1px solid rgba(255,255,255,0.13); }
.faq-aside__row:hover { color: var(--gold); }
.faq-aside__row svg { width: 19px; height: 19px; flex-shrink: 0; fill: none; stroke: var(--gold); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.faq-aside .btn { width: 100%; }
@media (max-width: 880px) { .faq-layout { grid-template-columns: 1fr; } .faq-aside { position: static; } }
.faq-item {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; transition: border-color 0.25s, box-shadow 0.25s;
}
.faq-item[open] { border-color: var(--gold); box-shadow: var(--shadow); }
.faq-item summary {
  list-style: none; cursor: pointer; padding: 1.2rem 1.4rem;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  font-family: var(--serif); font-size: 1.2rem; font-weight: 600; color: var(--pine);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .plus {
  width: 26px; height: 26px; flex-shrink: 0; position: relative; transition: transform 0.3s var(--ease);
}
.faq-item summary .plus::before, .faq-item summary .plus::after {
  content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  background: var(--gold-dark); border-radius: 2px;
}
.faq-item summary .plus::before { width: 14px; height: 2px; }
.faq-item summary .plus::after  { width: 2px; height: 14px; transition: transform 0.3s var(--ease); }
.faq-item[open] summary .plus::after { transform: translate(-50%,-50%) rotate(90deg); opacity: 0; }
.faq-item .faq-body { padding: 0 1.4rem 1.3rem; }
.faq-item .faq-body p { font-size: 1rem; }
.faq-item .faq-body strong { color: var(--pine); font-weight: 700; }

/* =====================================================================
   Team / Über uns
   ===================================================================== */
.team-grid { display: grid; gap: 30px; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.team-member {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg);
  overflow: hidden; box-shadow: var(--shadow); transition: transform 0.35s var(--ease);
}
.team-member:hover { transform: translateY(-5px); }
.team-member .ph { aspect-ratio: 4 / 4; }
.team-member__body { padding: 1.5rem 1.6rem 1.8rem; }
.team-member__body h3 { font-size: 1.45rem; margin-bottom: 0.2rem; }
.team-member__role { color: var(--gold-dark); font-weight: 600; font-size: 0.9rem; letter-spacing: 0.04em; text-transform: uppercase; margin-bottom: 0.7rem; }
.team-member__body p { font-size: 0.97rem; }

.stats { display: grid; gap: 24px; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); margin-top: 10px; }
.stat { text-align: center; }
.stat__num { font-family: var(--serif); font-size: 2.8rem; font-weight: 700; color: var(--gold-dark); line-height: 1; }
.stat__label { color: var(--ink-soft); font-size: 0.95rem; margin-top: 0.3rem; }

/* Pferde-Steckbriefe */
.horses { display: grid; gap: 24px; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
@media (max-width: 1024px) { .horses { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px)  { .horses { grid-template-columns: 1fr; } }
.horse {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg);
  overflow: hidden; box-shadow: var(--shadow); transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
}
.horse:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.horse .ph { aspect-ratio: 1 / 1; }
.horse__body { padding: 1.3rem 1.4rem 1.5rem; }
.horse__body h3 { font-size: 1.3rem; margin-bottom: 0.5rem; }
.horse__meta { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-bottom: 0.7rem; }
.horse__tag { font-size: 0.74rem; font-weight: 600; background: var(--sand); color: var(--pine); padding: 0.25em 0.7em; border-radius: 50px; }
.horse__body p { font-size: 0.94rem; }

/* =====================================================================
   Standort-Link (Klick öffnet Google Maps in neuem Fenster)
   ===================================================================== */
.map-link {
  display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;
  gap: 0.4rem; min-height: 300px; margin-top: 2rem; padding: 3rem 2rem; color: #fff;
  border-radius: var(--radius-lg); border: 1px solid var(--line); box-shadow: var(--shadow);
  background:
    linear-gradient(rgba(31,59,44,0.82), rgba(22,41,31,0.9)),
    repeating-linear-gradient(45deg, var(--pine-soft) 0 18px, var(--pine) 18px 36px);
  transition: box-shadow 0.3s var(--ease), transform 0.3s var(--ease);
}
.map-link:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.map-link h3 { color: #fff; }
.map-link p { color: rgba(255,255,255,0.85); font-size: 0.95rem; }
.map-link__pin {
  width: 62px; height: 62px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(255,255,255,0.08); border: 1.5px solid rgba(193,154,75,0.6);
  color: var(--gold); margin-bottom: 0.6rem;
}
.map-link__pin svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.map-link__btn {
  display: inline-flex; align-items: center; gap: 0.5rem; margin-top: 1.3rem;
  padding: 0.8em 1.7em; border-radius: 50px; font-weight: 600; font-size: 0.95rem;
  background: var(--gold); color: var(--pine-dark); transition: background 0.25s, color 0.25s;
}
.map-link:hover .map-link__btn { background: #fff; }
.map-link__ext { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

/* =====================================================================
   Google-Bewertungen
   ===================================================================== */
.reviews { max-width: 1180px; margin: clamp(1.8rem, 4vw, 3rem) auto 0; }
.reviews__bar {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 1.1rem 1.6rem; margin: 0 auto 26px; max-width: 640px;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg);
  box-shadow: var(--shadow); padding: 1.3rem clamp(1.4rem, 3vw, 2rem);
}
.reviews__rating { display: flex; align-items: center; gap: 1rem; }
.reviews__google { width: 40px; height: 40px; flex-shrink: 0; }
.reviews__line { display: flex; align-items: center; gap: 0.7rem; }
.reviews__score { font-family: var(--serif); font-size: 2.5rem; font-weight: 700; color: var(--pine); line-height: 1; }
.reviews__count { color: var(--ink-soft); font-size: 0.9rem; margin-top: 0.25rem; }
.reviews__controls { display: flex; align-items: center; gap: 0.9rem; flex-wrap: wrap; }
.reviews__arrows { display: flex; gap: 0.5rem; }
.reviews__arrows .carousel-arrow { position: static; transform: none; width: 44px; height: 44px; }
.reviews__arrows .carousel-arrow:hover { transform: translateY(-2px); }
.reviews__arrows .carousel-arrow:disabled:hover { transform: none; }
@media (max-width: 600px) {
  .reviews__bar { justify-content: center; text-align: center; }
  .reviews__controls { width: 100%; justify-content: center; }
}

.stars { position: relative; display: inline-block; font-family: Arial, sans-serif; font-size: 24px; letter-spacing: 3px; color: #d8d0be; }
.stars::before { content: "★★★★★"; }
.stars__fill { position: absolute; top: 0; left: 0; width: var(--pct, 100%); overflow: hidden; white-space: nowrap; color: #f2b50a; }
.stars__fill::before { content: "★★★★★"; }

/* Bewertungs-Karussell */
.reviews-track {
  display: flex; gap: 22px; overflow-x: auto; scroll-snap-type: x mandatory;
  scroll-behavior: smooth; padding: 6px 4px 16px; scrollbar-width: none; -webkit-overflow-scrolling: touch;
}
.reviews-track::-webkit-scrollbar { display: none; }
.reviews-track:empty { display: none; }
.review-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.6rem 1.7rem; box-shadow: var(--shadow); text-align: left;
  display: flex; flex-direction: column; gap: 0.7rem;
  flex: 0 0 340px; max-width: 340px; scroll-snap-align: start;
}
@media (max-width: 560px) { .review-card { flex-basis: 84%; max-width: 84%; } }

.carousel-arrow {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 5;
  width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--line);
  background: var(--white); color: var(--pine); cursor: pointer; box-shadow: var(--shadow);
  display: grid; place-items: center;
  transition: background 0.25s, color 0.25s, opacity 0.25s, transform 0.25s;
}
.carousel-arrow:hover { background: var(--pine); color: var(--gold); }
.carousel-arrow:disabled { opacity: 0.3; cursor: default; }
.carousel-arrow:disabled:hover { background: var(--white); color: var(--pine); }
.carousel-arrow--prev { left: 0; }
.carousel-arrow--next { right: 0; }
.carousel-arrow svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.review-card__head { display: flex; align-items: center; gap: 0.8rem; margin-bottom: 0.2rem; }
.review-card__avatar {
  width: 46px; height: 46px; border-radius: 50%; flex-shrink: 0; display: grid; place-items: center;
  background: var(--pine); color: #fff; font-weight: 700; font-size: 1.2rem;
}
.review-card__meta { display: flex; flex-direction: column; min-width: 0; }
.review-card__name { font-weight: 600; color: var(--ink); }
.review-card__time { font-size: 0.8rem; color: var(--ink-soft); }
.review-card__g { width: 22px; height: 22px; margin-left: auto; align-self: flex-start; flex-shrink: 0; }
.review-card .stars { font-size: 16px; letter-spacing: 2px; }
.review-card__text { color: var(--ink-soft); font-size: 0.96rem; line-height: 1.6; }
.review-card__text--clamp { display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical; overflow: hidden; }

/* =====================================================================
   Responsive
   ===================================================================== */
@media (max-width: 980px) {
  .intro-grid, .contact-grid { grid-template-columns: 1fr; }
  .intro-grid .media { aspect-ratio: 16/10; max-height: 420px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-about { grid-column: 1 / -1; }
}

@media (max-width: 1279px) {
  .nav__cta .btn { display: none; }
  .nav-toggle { display: flex; }
  .menu {
    position: fixed; inset: 74px 0 auto 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--cream); border-bottom: 1px solid var(--line);
    padding: 1rem clamp(20px, 5vw, 40px) 1.6rem;
    box-shadow: var(--shadow-lg);
    transform: translateY(-130%); transition: transform 0.4s var(--ease);
    max-height: calc(100vh - 74px); overflow-y: auto;
  }
  .menu.open { transform: translateY(0); }
  .menu a { padding: 0.95rem 0.6rem; border-radius: 8px; font-size: 1.05rem; border-bottom: 1px solid var(--line); }
  .menu li:last-child a { border-bottom: none; }
  .menu .menu__cta { display: block; margin-top: 0.8rem; }
  .menu .menu__cta a { background: var(--gold); color: #2a210c; text-align: center; border-radius: 50px; }

  /* Dropdown im mobilen Menü: aufklappbare Liste statt Overlay */
  .menu-trigger {
    width: 100%; justify-content: space-between; padding: 0.95rem 0.6rem;
    font-size: 1.05rem; border-bottom: 1px solid var(--line); border-radius: 0;
  }
  .menu-trigger svg { width: 18px; height: 18px; }
  .has-dropdown.open .menu-trigger svg { transform: rotate(180deg); }
  .dropdown {
    position: static; opacity: 1; visibility: visible; transform: none;
    box-shadow: none; border: none; background: var(--sand); border-radius: 8px;
    min-width: 0; padding: 0.3rem 0.5rem; margin: 0.2rem 0 0.4rem;
    max-height: 0; overflow: hidden; padding-block: 0; transition: max-height 0.3s var(--ease), padding 0.3s var(--ease);
  }
  .has-dropdown.open .dropdown { max-height: 320px; padding-block: 0.4rem; }
  .dropdown a { font-size: 1rem; padding: 0.7rem 0.8rem; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .hero__actions .btn { width: 100%; }
  /* Smartphone: kompaktere Abstände & Überschriften, weniger Scrollen */
  h1 { font-size: 2.1rem; }
  h2 { font-size: 1.72rem; }
  .section { padding: 52px 0; }
  .hero + .section { padding: 52px 0; }
  .page-hero { padding: 60px 0 44px; }
  .hero { min-height: clamp(500px, 80vh, 620px); }
  .hero__actions { gap: 0.7rem; }
  /* Header kompakt: Wortmarke schrumpfen, Menü-Textlabel weg → alles passt in den Viewport */
  .nav { gap: 0.75rem; }
  .brand { gap: 0.6rem; min-width: 0; }
  .brand__logo { height: 46px; }
  .brand__name { font-size: 1.18rem; }
  .brand__sub { font-size: 0.6rem; letter-spacing: 0.12em; }
  .nav-toggle { padding: 6px 6px; }
  .nav-toggle__txt { display: none; }
}
