/* ============================================================
   Alpakas am Teich — style.css
   ============================================================ */


/* ------------------------------------------------------------
   1. FONTS
   ------------------------------------------------------------ */

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/cormorant-400-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
    U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F,
    U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F,
    U+A720-A7FF;
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/cormorant-400.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
    U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
    U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/cormorant-400-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
    U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F,
    U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F,
    U+A720-A7FF;
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/cormorant-500.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
    U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
    U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/cormorant-italic-400-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
    U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F,
    U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F,
    U+A720-A7FF;
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/cormorant-italic-400.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
    U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
    U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/cormorant-italic-400-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
    U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F,
    U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F,
    U+A720-A7FF;
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/cormorant-italic-500.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
    U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
    U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* ------------------------------------------------------------
   2. DESIGN TOKENS
   ------------------------------------------------------------ */

:root {
  /* Farben */
  --cream:       #F7F2E8;
  --cream-dark:  #EDE7D8;
  --beige-warm:  #EADFC2;
  --beige-soft:  #D9CEB3;
  --moss:        #3D4A2A;
  --sage:        #7A8560;
  --brown-dark:  #2E2417;
  --brown-mid:   #5C5135;
  --brown-light: #8B7A4F;
  --ink:         #3D2F1F;

  /* Typografie */
  --font-serif:  'Cormorant Garamond', Georgia, 'Times New Roman', serif;

  /* Abstände — konsistente Skala */
  --space-xs:  0.375rem;  /*  ~7px  — Micro: inline-Abstände, kleine Lücken     */
  --space-s:   0.75rem;   /* ~14px  — Small: Labels, Textzeilen-Abstände         */
  --space-m:   1.5rem;    /* ~27px  — Medium: Karten-Padding, Gruppen-Abstände   */
  --space-l:   3rem;      /* ~54px  — Large: Abschnitte innerhalb Sektionen      */
  --space-xl:  4.5rem;    /* ~81px  — Section: Padding jeder Sektion (≈ 80px)    */
  --space-xxl: 8rem;      /* ~144px — Extra: Hero-Abstände                       */

  /* Layout */
  --max-content:  1140px;
  --max-text:     720px;
  --max-narrow:   600px;
  --header-height: 64px;

  /* Übergänge */
  --transition:   0.2s ease;
}


/* ------------------------------------------------------------
   3. RESET & BASIS
   ------------------------------------------------------------ */

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 18px;
  -webkit-text-size-adjust: 100%;
  background-color: var(--moss);
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

body {
  font-family: var(--font-serif);
  font-weight: 400;
  color: var(--brown-mid);
  background-color: var(--cream);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img, picture, video {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

button {
  cursor: pointer;
  font-family: inherit;
  background: none;
  border: none;
}


/* ------------------------------------------------------------
   4. TYPOGRAFIE-UTILITIES
   ------------------------------------------------------------ */

.label {
  font-family: var(--font-serif);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sage);
  font-style: normal;
}

.headline-xl {
  font-family: var(--font-serif);
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 400;
  line-height: 1.15;
  color: var(--ink);
  letter-spacing: -0.01em;
}

.headline-l {
  font-family: var(--font-serif);
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 400;
  line-height: 1.2;
  color: var(--ink);
}

.headline-m {
  font-family: var(--font-serif);
  font-size: clamp(1.3rem, 2.5vw, 1.7rem);
  font-weight: 400;
  line-height: 1.3;
  color: var(--ink);
}

.lead {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  line-height: 1.75;
  color: var(--brown-mid);
}

em {
  font-style: italic;
}


/* ------------------------------------------------------------
   5. LAYOUT-UTILITIES
   ------------------------------------------------------------ */

.container {
  width: 100%;
  max-width: var(--max-content);
  margin-inline: auto;
  padding-inline: var(--space-m);
}

.container--narrow {
  max-width: var(--max-text);
}

.container--xnarrow {
  max-width: var(--max-narrow);
}

section {
  padding-block: var(--space-xl);
  scroll-margin-top: var(--header-height);
}

@media (max-width: 640px) {
  section {
    padding-block: var(--space-l);
  }
}

.divider {
  border: none;
  border-top: 1px solid var(--beige-soft);
  margin-block: var(--space-l);
}

/* Fade-in on scroll */
.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}


/* ------------------------------------------------------------
   6. HEADER & NAVIGATION
   ------------------------------------------------------------ */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: transparent;
  border-bottom: 1px solid transparent;
  box-shadow: none;
  transition: background-color 0.4s ease, border-color 0.4s ease, box-shadow 0.3s ease;
}

/* SVG-Fill sanft animieren (für Header-Farbwechsel) */
.nav-logo svg path,
.nav-logo svg circle {
  transition: fill 0.4s ease;
}

/* Header wird solid, sobald man scrollt (.scrolled wird per JS gesetzt) */
.site-header.scrolled {
  background-color: var(--cream);
  border-bottom-color: var(--beige-soft);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* Auf Unterseiten immer solid */
.site-header.solid {
  background-color: var(--cream);
  border-bottom-color: var(--beige-soft);
}

/* Header über dunklen Sektionen (.section--dark) — überschreibt .scrolled */
.site-header.header--on-dark {
  background-color: var(--moss);
  border-bottom-color: rgba(217, 206, 179, 0.25);
}

.site-header.scrolled.header--on-dark {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}

.site-header.header--on-dark .nav-logo-text,
.site-header.header--on-dark .nav-links a {
  color: var(--cream);
  text-shadow: none;
}

.site-header.header--on-dark .nav-logo svg path,
.site-header.header--on-dark .nav-logo svg circle {
  fill: var(--cream);
}

.site-header.header--on-dark .nav-toggle span {
  background-color: var(--cream);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  max-width: var(--max-content);
  margin-inline: auto;
  padding-inline: var(--space-m);
}

/* Logo */
.nav-logo {
  display: flex;
  align-items: center;
  gap: var(--space-s);
  text-decoration: none;
  color: var(--ink);
}

.nav-logo svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.nav-logo-text {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.35rem;
  font-weight: 400;
  color: var(--ink);
  line-height: 1;
}


/* Im transparenten Hero-Header: Logo + Links in Creme */
.site-header:not(.scrolled):not(.solid) .nav-logo-text,
.site-header:not(.scrolled):not(.solid) .nav-links a {
  color: var(--cream);
  text-shadow: 0 1px 8px rgba(0,0,0,0.5);
}

.site-header:not(.scrolled):not(.solid) .nav-logo svg path,
.site-header:not(.scrolled):not(.solid) .nav-logo svg circle {
  fill: var(--cream);
}

.site-header:not(.scrolled):not(.solid) .nav-toggle span {
  background-color: var(--cream);
}

.site-header:not(.scrolled):not(.solid) .nav-links a:hover {
  color: var(--beige-warm);
  text-shadow: 0 1px 8px rgba(0,0,0,0.4);
}

/* Nav Links */
.nav-links {
  display: flex;
  align-items: center;
  gap: var(--space-m);
}

.nav-links a {
  font-family: var(--font-serif);
  font-size: 0.95rem;
  color: var(--brown-mid);
  text-decoration: none;
  transition: color var(--transition);
  white-space: nowrap;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--moss);
}

/* Hidden on desktop — only revealed inside the mobile overlay */
.nav-links-footer { display: none; }

/* Hamburger */
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: var(--space-xs);
  width: 36px;
  height: 36px;
  padding: var(--space-xs);
  border-radius: 2px;
}

.nav-toggle span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--ink);
  transition: transform var(--transition), opacity var(--transition);
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}
.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

/* Mobile Menu — entry animation */
@keyframes nav-item-in {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Mobile Menu */
@media (max-width: 640px) {
  .nav-toggle {
    display: flex;
    position: relative;
    z-index: 2;
  }

  .nav-logo {
    position: relative;
    z-index: 2;
  }

  .nav-links {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1;
    /* Dark gradient over blur for legible cream text */
    background:
      linear-gradient(to bottom, rgba(0,0,0,0.10), rgba(0,0,0,0.35)),
      rgba(247, 242, 232, 0.12);
    -webkit-backdrop-filter: blur(20px) saturate(120%);
    backdrop-filter: blur(20px) saturate(120%);
    border-bottom: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0 2rem;
    gap: 0;
  }

  .nav-links.open {
    display: flex;
  }

  /* Separator lines between nav items */
  .nav-links > li:not(.nav-links-footer) {
    width: 100%;
    border-top: 1px solid rgba(247, 242, 232, 0.2);
  }
  .nav-links > li:nth-child(4) {
    border-bottom: 1px solid rgba(247, 242, 232, 0.2);
  }

  .nav-links a {
    display: flex;
    align-items: baseline;
    gap: 0.75rem;
    font-family: var(--font-serif);
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.025em;
    color: var(--cream);
    padding-block: 1.4rem;
    text-transform: none;
    width: 100%;
  }

  .nav-links a:hover,
  .nav-links a:focus-visible {
    color: var(--cream);
    opacity: 0.7;
    text-shadow: none;
  }

  /* Footer block — visible only in the mobile overlay */
  .nav-links-footer {
    display: flex;
    position: absolute;
    bottom: 2.5rem;
    left: 2rem;
    flex-direction: column;
    gap: 0.25rem;
  }
  .nav-links-footer p,
  .nav-links-footer a {
    font-family: var(--font-sans, system-ui, sans-serif);
    font-size: 0.8rem;
    letter-spacing: 0.04em;
    color: rgba(247, 242, 232, 0.55);
    padding-block: 0;
    width: auto;
  }
  .nav-links-footer a:hover {
    color: var(--cream);
    opacity: 1;
  }

  /* Stagger entry animation */
  .nav-links.open > li:nth-child(1) { animation: nav-item-in 400ms ease-out  50ms both; }
  .nav-links.open > li:nth-child(2) { animation: nav-item-in 400ms ease-out 110ms both; }
  .nav-links.open > li:nth-child(3) { animation: nav-item-in 400ms ease-out 170ms both; }
  .nav-links.open > li:nth-child(4) { animation: nav-item-in 400ms ease-out 230ms both; }
  .nav-links.open > li:nth-child(5) { animation: nav-item-in 400ms ease-out 290ms both; }

  /* Close icon: Spans verstecken, symmetrisches Kreuz via Pseudo-Elemente */
  .nav-toggle[aria-expanded="true"] span {
    opacity: 0;
  }

  .nav-toggle[aria-expanded="true"]::before,
  .nav-toggle[aria-expanded="true"]::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 1px;
    background-color: var(--cream);
    transition: background-color var(--transition);
  }

  .nav-toggle[aria-expanded="true"]::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"]::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .nav-toggle:hover {
    opacity: 0.7;
  }

  /* Logo stays cream when menu is open (already covered by z-index layering above the dark overlay) */
  .site-header:not(.scrolled):not(.solid) .nav-inner:has(.nav-links.open) .nav-logo-text {
    color: var(--cream);
  }
  .site-header:not(.scrolled):not(.solid) .nav-inner:has(.nav-links.open) .nav-logo svg path,
  .site-header:not(.scrolled):not(.solid) .nav-inner:has(.nav-links.open) .nav-logo svg circle {
    fill: var(--cream);
  }
}

/* Focus styles for accessibility */
a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--moss);
  outline-offset: 3px;
  border-radius: 2px;
}


/* ------------------------------------------------------------
   7. BUTTONS & LINKS
   ------------------------------------------------------------ */

.btn {
  display: inline-block;
  font-family: var(--font-serif);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 13px 28px;
  border-radius: 2px;
  transition: background-color var(--transition), color var(--transition), border-color var(--transition);
  text-decoration: none;
  white-space: nowrap;
}

.btn--primary {
  background-color: var(--moss);
  color: var(--cream);
  border: 1px solid var(--moss);
}

.btn--primary:hover,
.btn--primary:focus-visible {
  background-color: var(--brown-dark);
  border-color: var(--brown-dark);
}

.btn--outline {
  background-color: transparent;
  color: var(--moss);
  border: 1px solid var(--moss);
}

.btn--outline:hover,
.btn--outline:focus-visible {
  background-color: var(--moss);
  color: var(--cream);
}

.text-link {
  font-family: var(--font-serif);
  font-size: 0.95rem;
  color: var(--moss);
  text-decoration: none;
  border-bottom: 1px solid var(--beige-soft);
  padding-bottom: 1px;
  transition: border-color var(--transition);
}

.text-link:hover,
.text-link:focus-visible {
  border-color: var(--moss);
}


/* ------------------------------------------------------------
   8. HERO — Vollbild-Diashow
   ------------------------------------------------------------ */

.hero {
  position: relative;
  height: 100dvh;
  min-height: 560px;
  overflow: hidden;
}

/* Diashow */
.hero-slides {
  position: absolute;
  inset: 0;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.6s ease;
}

.hero-slide.active {
  opacity: 1;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Zweischichtiger Gradient: oben für Nav, unten für Text */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.1)  0%,
    rgba(0, 0, 0, 0.25) 50%,
    rgba(0, 0, 0, 0.45) 100%
  );
  pointer-events: none;
}

/* Text-Inhalt */
.hero-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: var(--space-xl) var(--space-m) var(--space-xl);
  max-width: calc(var(--max-content) + var(--space-m) * 2);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: var(--space-s);
}

.hero-label {
  display: block;
  color: rgba(247, 242, 232, 0.75);
  letter-spacing: 0.2em;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--font-serif);
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum" 1;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}

.hero-headline {
  font-family: var(--font-serif);
  font-size: clamp(3rem, 7vw, 5.2rem);
  font-weight: 400;
  line-height: 1.06;
  color: var(--cream);
  letter-spacing: -0.015em;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}

.hero-headline em {
  font-style: italic;
  color: var(--beige-warm);
}

.hero-subtitle {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(1.05rem, 2.2vw, 1.25rem);
  line-height: 1.7;
  color: rgba(247, 242, 232, 0.92);
  max-width: 44ch;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}

/* Slide-Punkte */
/* Desktop-Karussell standardmäßig sichtbar, Mobile versteckt */
.hero-slides--mobile,
.hero-dots--mobile  { display: none; }

@media (max-width: 640px) {
  .hero-slides--desktop,
  .hero-dots--desktop  { display: none; }
  .hero-slides--mobile,
  .hero-dots--mobile   { display: block; }
  .hero-dots--mobile   { display: flex; }
}

.hero-dots {
  position: absolute;
  bottom: var(--space-s);
  right: var(--space-m);
  display: flex;
  gap: var(--space-xs);
  z-index: 2;
}

.hero-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: rgba(247, 242, 232, 0.35);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background-color var(--transition);
}

.hero-dot.active {
  background-color: rgba(247, 242, 232, 0.85);
}

@media (max-width: 640px) {
  .hero {
    height: 100lvh;
    min-height: 100lvh;
  }

  .hero-content {
    padding: var(--space-l) var(--space-m);
  }

  .hero-headline {
    font-size: clamp(2.2rem, 9vw, 3rem);
  }
}


/* ------------------------------------------------------------
   9. ANGEBOTE / ERLEBNISSE
   ------------------------------------------------------------ */

.angebote {
  background-color: var(--cream);
}

.angebote-header {
  margin-bottom: var(--space-l);
}

.angebote-header .label {
  display: block;
  margin-bottom: var(--space-xs);
}

.angebote-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-l);
}

.angebot-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}

/* Bild-Wrapper mit Overflow für Zoom-Effekt */
.angebot-card-image-wrap {
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: var(--space-m);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18), 0 1px 4px rgba(0, 0, 0, 0.1);
}

.angebot-card-image {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center 20%;
  display: block;
  transition: transform 0.6s ease;
}

.angebot-card:hover .angebot-card-image,
.angebot-card:focus-visible .angebot-card-image {
  transform: scale(1.03);
}

.angebot-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* Große dekorative Ziffer */
.angebot-card-ziffer {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 3.5rem;
  line-height: 1;
  color: var(--sage);
  margin-bottom: 0.1em;
  letter-spacing: -0.02em;
}

.angebot-card-title {
  font-family: var(--font-serif);
  font-size: 1.45rem;
  font-weight: 400;
  color: var(--ink);
  line-height: 1.2;
  margin-bottom: var(--space-s);
}

.angebot-card-desc {
  font-family: var(--font-serif);
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--brown-mid);
  margin-bottom: var(--space-m);
}

.angebot-card-meta {
  margin-top: auto;   /* schiebt Trennstrich + Preiszeile an den Kartenfuß */
  border-top: 1px solid var(--beige-soft);
  padding-top: var(--space-s);
  font-family: var(--font-serif);
  font-size: 1.15rem;
  color: var(--brown-light);
  line-height: 1.6;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum" 1;
}

@media (max-width: 960px) {
  .angebote-grid {
    gap: var(--space-m);
  }
}

@media (max-width: 640px) {
  .angebote-grid {
    grid-template-columns: 1fr;
    gap: var(--space-xl);
  }

  .angebot-card-image {
    aspect-ratio: 4 / 3;
  }
}

/*
 * Desktop: Subgrid für bündige Trennstriche
 *
 * Jede Karte spannt 2 Reihen des äußeren Grids:
 *   Reihe 1 — Bild-Wrap   (Höhe = Max aller Bild-Wraps)
 *   Reihe 2 — Textkörper  (Höhe = Max aller Textkörper)
 *
 * Damit stehen alle drei Trennstriche (.angebot-card-meta mit
 * margin-top: auto) garantiert auf derselben Höhe, unabhängig
 * davon ob Bild oder SVG-Platzhalter unterschiedlich rendern.
 */
@media (min-width: 641px) {
  .angebote-grid {
    row-gap: 0;          /* Abstand Bild → Text via margin-bottom auf image-wrap */
  }

  .angebot-card {
    display: grid;
    grid-row: span 2;
    grid-template-rows: subgrid;   /* erbt Reihen 1+2 vom äußeren Grid */
    align-content: start;          /* image-wrap in Reihe 1, body in Reihe 2 */
  }

  .angebot-card-body {
    flex: none;   /* Höhe kommt jetzt von der Grid-Reihe, nicht von flex: 1 */
  }

  /*
   * min-height auf der Metazeile fixiert die Oberkante (= Trennstrich)
   * auf dieselbe Y-Position über alle Karten.
   *
   * Ursache: margin-top: auto richtet die UNTERKANTE aus, nicht die Oberkante.
   * Wenn der Preistext unterschiedlich umbricht (Wanderungen: 2 Zeilen, andere: 1),
   * hat die Metazeile unterschiedliche Höhen → Oberkante springt.
   *
   * Lösung: min-height = Höhe der 2-Zeilen-Variante:
   *   border-top (1px) + padding-top (0.75rem) + 2 × (1.15rem × 1.6) = ~4.5rem
   * Damit sind alle Metazeilen gleich hoch, und der Strich liegt zwangsläufig
   * auf einer Linie.
   */
  .angebot-card-meta {
    min-height: calc(var(--space-s) + 2 * (1.15rem * 1.6));  /* ≈ 4.43rem */
  }
}

/* ------------------------------------------------------------
   AKTUELLES — Notizzettel-Liste
   Neue Events per Copy-Paste als <li class="note reveal"> ergänzen.
   ------------------------------------------------------------ */

.aktuelles {
  background-color: var(--cream);
  padding-top: 0;
  padding-bottom: var(--space-xl);
}

.aktuelles-header {
  margin-bottom: var(--space-l);
}

.aktuelles-header .label {
  display: block;
  font-size: 15px;
  margin-bottom: var(--space-xs);
}

/* ── Notizzettel-Liste ────────────────────────────────────── */

.note-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(var(--space-xl) + 20px);
  padding-top: 40px; /* Freiraum für washi tape oberhalb der ersten Karte */
}

.note-wrapper {
  position: relative;
  width: 100%;
  max-width: 400px;
  padding-top: 20px; /* Platz für das Tape, das oben übersteht */
}

/* Washi tape — echtes Element, garantiert über der Karte */
.note-tape {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%) rotate(-4deg);
  width: 100px;
  height: 80px;
  background: rgba(200, 180, 140, 0.85);
  border-radius: 1px;
  z-index: 2;
}

.note {
  position: relative;
  z-index: 1;
  width: 100%;
  background: var(--cream-dark);
  border-radius: 2px;
  box-shadow:
    0 6px 18px rgba(0, 0, 0, 0.14),
    0 2px  5px rgba(0, 0, 0, 0.10);
}

/* ── Bild (oben, volle Breite) ───────────────────────────── */

.note__image {
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px 4px 0 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18), 0 1px 4px rgba(0, 0, 0, 0.1);
}

.note__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 2px 2px 0 0;
}

.note__image svg {
  width: 80px;
  height: 80px;
}

/* ── Text-Bereich ─────────────────────────────────────────── */

.note__body {
  padding: var(--space-m);
  display: flex;
  flex-direction: column;
  gap: var(--space-s);
}

.note__meta {
  font-family: var(--font-serif);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brown-light);
}

.note__title {
  font-family: var(--font-serif);
  font-size: clamp(1.2rem, 2.2vw, 1.5rem);
  font-weight: 400;
  color: var(--ink);
  line-height: 1.25;
}

.note__date {
  font-family: var(--font-serif);
  font-size: 0.82rem;
  color: var(--brown-light);
  font-style: italic;
}

.note__desc {
  font-family: var(--font-serif);
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--brown-mid);
}

/* Toggle: auf Desktop ausgeblendet, Collapsible immer offen */
.note__toggle {
  display: none;
}

.note__collapsible {
  display: grid;
  grid-template-rows: 1fr;
}

.note__collapsible-inner {
  overflow: hidden;
}

/* ── Mobile ──────────────────────────────────────────────── */

@media (max-width: 640px) {
  .note {
    max-width: 100%;
  }

  /* Toggle einblenden */
  .note__toggle {
    display: flex;
    align-items: center;
    gap: 0.3em;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-family: var(--font-serif);
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--moss);
  }

  .note__toggle-arrow {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    transition: transform 0.25s ease;
  }

  .note__toggle[aria-expanded="true"] .note__toggle-arrow {
    transform: rotate(180deg);
  }

  /* Collapsible einklappen, Animation via grid-template-rows */
  .note__collapsible {
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.28s ease;
  }

  .note__collapsible.is-open {
    grid-template-rows: 1fr;
  }
}


/* ------------------------------------------------------------
   11. ZITAT-BLOCK
   ------------------------------------------------------------ */

.zitat-block {
  background-color: var(--moss);
  padding-block: var(--space-xl);
}

.zitat-inner {
  max-width: var(--max-narrow);
  margin-inline: auto;
  padding-inline: var(--space-m);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-m);
}

.zitat-ornament {
  display: none; /* Kein Zitat mehr — Ornament entfällt */
}

.zitat-text {
  font-family: var(--font-serif);
  font-style: normal;
  font-size: clamp(1.15rem, 2.5vw, 1.4rem);
  line-height: 1.75;
  color: var(--cream);
}

.zitat-autor {
  display: none; /* Kein Autor mehr */
}


/* ------------------------------------------------------------
   11b. HÜGEL-ÜBERGANG ERLEBNISSE → HERDE
   ------------------------------------------------------------ */

/* Container: feste Höhe, damit absolut positionierte Elemente
   einen definierten Bezugspunkt haben                          */
.herde-horizon {
  position: relative;
  height: 120px;           /* 20 px Kopfraum + 100 px Hügelbereich  */
  /* Creme oben (sichtbar über dem Hügel), Moos ab den letzten 4 px —
     deckt SVG-Antialiasing-Artefakte an der Unterkante ab           */
  background: linear-gradient(to bottom,
    var(--cream) calc(100% - 4px),
    var(--moss)  calc(100% - 4px)
  );
  margin-bottom: -2px;     /* Haarline-Spalt verhindern             */
  overflow: hidden;
}

/* Hügelform: streckt sich horizontal, preserveAspectRatio="none"
   sorgt für korrektes Strecken ohne Verzerrung der Silhouetten   */
.hill-bg {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

/* Gemeinsame Basis für alle Dekore (Bäume + Alpakas)            */
.hill-deco {
  position: absolute;
  display: block;
}

/* ── Bäume ──────────────────────────────────────────────────── */

/* Linke Baumgruppe */
.hill-tree--left {
  width: 3.5rem;
  height: 2rem;
  left: calc(27.2% - 1.75rem);
  top: calc(52% - 2rem);
}

/* Kleiner Baum rechts */
.hill-tree--right {
  width: 2.1rem;
  height: 2rem;
  left: calc(87.8% - 1.05rem);
  top: calc(53.8% - 2rem);
}

/* ── Alpakas ─────────────────────────────────────────────────── */

.hill-alpaka--1 {
  width: 1.9rem;
  height: 2.5rem;
  left: calc(47.2% - 0.95rem);
  top: calc(66.2% - 2.5rem);
  transform: rotate(-9deg);
  transform-origin: bottom center;
}

.hill-alpaka--2 {
  width: 2.3rem;
  height: 1.5rem;
  left: calc(56% - 1.6rem);
  top: calc(66.6% - 2.5rem);
  transform: scaleX(-1) rotate(11deg);
  transform-origin: bottom center;
}

.hill-alpaka--3 {
  width: 1.9rem;
  height: 2.0rem;
  left: calc(60.4% - 0.95rem);
  top: calc(53% - 2.5rem);
  transform: rotate(-3deg) scaleX(-1);
  transform-origin: bottom center;
}

/* ── Hügel-Positionen: 3 Breakpoints ────────────────────────────────────
   Der Hügel hat preserveAspectRatio="none" und eine feste px-Höhe.
   Bei sehr breiten / sehr schmalen Viewports verschiebt sich die gestreckte
   Kurve relativ zu den %-Positionen der Dekore. Hier drei Stufen zum
   Nachjustieren — left-Werte bei Bedarf im DevTools anpassen.
   ──────────────────────────────────────────────────────────────────────── */

/* Sehr breite Viewports (≥ 1600 px) */
@media (min-width: 1600px) {
  .hill-tree--left  { left: calc(27.2% - 1.75rem); }
  .hill-tree--right { left: calc(87.8% - 1.05rem); }
  .hill-alpaka--1   { left: calc(47.2% - 0.95rem); }
  .hill-alpaka--2   { left: calc(56%   - 1.6rem);  }
  .hill-alpaka--3   { left: calc(60.4% - 0.95rem); }
}

/* Schmale Viewports (≤ 900 px) */
@media (max-width: 900px) {
  .hill-tree--left  { left: calc(27.2% - 1.75rem); }
  .hill-tree--right { left: calc(87.8% - 1.05rem); }
  .hill-alpaka--1   { left: calc(47.2% - 0.95rem); }
  .hill-alpaka--2   { left: calc(56%   - 1.6rem);  }
  .hill-alpaka--3   { left: calc(60.4% - 0.95rem); }
}

/* ── Mobile (≤ 640 px): feste Höhe + Silhouetten verkleinern ─── */
@media (max-width: 640px) {
  .herde-horizon {
    height: 67px;
  }

  .hill-tree--left {
    width: 2.6rem;
    height: 1.5rem;
    left: calc(27.2% - 1.3rem);
    top: calc(52% - 1.5rem);
  }

  .hill-tree--right {
    width: 1.6rem;
    height: 1.5rem;
    left: calc(87.8% - 0.8rem);
    top: calc(53.8% - 1.5rem);
  }

  .hill-alpaka--1 {
    width: 1.3rem;
    height: 1.7rem;
    left: calc(47.2% - 0.65rem);
    top: calc(67.2% - 1.7rem);
  }

  .hill-alpaka--2 {
    width: 1.6rem;
    height: 1.0rem;
    left: calc(56% - 1.1rem);
    top: calc(71.1% - 1.7rem);
  }

  .hill-alpaka--3 {
    width: 1.3rem;
    height: 1.2rem;
    left: calc(60.4% - 0.65rem);
    top: calc(58.7% - 1.7rem);
  }
}


/* ------------------------------------------------------------
   12. HERDE
   ------------------------------------------------------------ */

.herde {
  background-color: var(--moss);
}

/* Alle Texte in der Herde-Sektion auf hell umstellen */
.herde .label {
  color: var(--sage);
}

.herde .headline-l {
  color: var(--cream);
}

.herde .text-link {
  color: var(--beige-warm);
  border-bottom-color: rgba(234,223,194,0.35);
}

.herde .text-link:hover,
.herde .text-link:focus-visible {
  border-color: var(--beige-warm);
}

.herde-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--space-m);
  margin-bottom: var(--space-l);
  flex-wrap: wrap;
}

.herde-header-left .label {
  display: block;
  margin-bottom: var(--space-xs);
  font-size: 15px;
}

/* Aurora — prominenter CTA-Link am Ende der Beschreibung */
.alpaka-link-cta {
  display: inline-block;
  margin-top: var(--space-s);
  font-family: var(--font-serif);
  font-size: 1rem;
  font-style: italic;
  color: var(--beige-warm);
  text-decoration: none;
  border-bottom: 1px solid rgba(234,223,194,0.35);
  transition: border-color var(--transition), color var(--transition);
}
.alpaka-link-cta:hover,
.alpaka-link-cta:focus-visible {
  color: var(--cream);
  border-bottom-color: var(--cream);
}

.herde-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-l);
  margin-bottom: var(--space-l);
}

/* ── Herde-Slide (Desktop) ───────────────────────────────── */
.herde-viewport {
  overflow: hidden;
  width: 100%;
  margin-bottom: var(--space-l);
}

.herde-track {
  display: flex;
  flex-wrap: nowrap;
  transition: transform 0.5s ease;
  will-change: transform;
}

.herde-page {
  flex: 0 0 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-l);
}

.herde-header-right {
  display: flex;
  align-items: center;
  gap: var(--space-xs);
}

.herde-nav-btn {
  background: none;
  border: none;
  color: var(--beige-soft);
  padding: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: opacity 0.2s ease;
}

.herde-nav-btn:disabled {
  opacity: 0.25;
  cursor: default;
}

.alpaka-card {
  text-align: left;
  transition: opacity 0.25s ease;
}

.alpaka-portrait-wrap {
  width: 100%;
  aspect-ratio: 3 / 4;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: var(--space-m);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18), 0 1px 4px rgba(0, 0, 0, 0.1);
}

.alpaka-portrait-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.alpaka-name {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--cream);
  margin-bottom: var(--space-xs);
}

.alpaka-name::after {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background: var(--beige-soft);
  margin: 0.6rem 0;
}

.alpaka-subtitle {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1rem;
  color: var(--beige-warm);
  margin-bottom: var(--space-s);
}

.alpaka-desc {
  font-family: var(--font-serif);
  font-size: 0.9rem;
  line-height: 1.65;
  color: rgba(247, 242, 232, 0.75);
  margin-bottom: var(--space-s);
  text-align: left;
}



/* ── Herde-Karussell (≤ 768 px) ─────────────────────────────────────────
   Negative margin-inline hebelt das Container-Padding aus → Scroll-
   Container ist exakt 100 vw breit. Das gleiche Padding kehrt als
   padding-inline zurück, damit Karte 1 bündig mit dem restlichen Content
   einrastet. scroll-padding-inline synchronisiert den Snap-Anker.
   Beim Wischen laufen Karten bis zum echten Bildschirmrand.
   ──────────────────────────────────────────────────────────────────────── */
@media (max-width: 768px) {
  .herde-grid {
    display: flex;
    flex-direction: row;
    gap: 2rem;

    /* Aus Container-Padding herausbrechen → volle Viewport-Breite */
    margin-inline: calc(-1 * var(--space-m));
    /* Gleiche Einrückung per padding zurückgeben (Karte rastet bündig ein) */
    padding-inline: var(--space-m);
    /* Snap-Port um dasselbe Maß einrücken, sonst haftet Snap an px=0 */
    scroll-padding-inline: var(--space-m);

    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;

    margin-bottom: var(--space-m);
  }

  .herde-grid::-webkit-scrollbar {
    display: none;
  }

  .alpaka-card {
    /* Karte füllt den sichtbaren Bereich (ohne die padding-inline des Grids) */
    flex: 0 0 calc(100vw - 2 * var(--space-m));
    scroll-snap-align: start;
    min-width: 0;
  }

  .alpaka-portrait-wrap {
    aspect-ratio: 4 / 5;
  }
}

/* ── Herde-Dots: gleiche Optik wie Hero-Dots ────────────────────────── */
.herde-dots {
  display: none;
}

@media (max-width: 768px) {
  .herde-header-right {
    display: none;
  }
}

@media (max-width: 768px) {
  .herde-dots {
    display: flex;
    justify-content: center;
    gap: var(--space-xs);
    margin-top: var(--space-m);
    margin-bottom: var(--space-l);
  }
}

.herde-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: rgba(247, 242, 232, 0.30);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background-color var(--transition);
}

.herde-dot.active {
  background-color: rgba(247, 242, 232, 0.85);
}

/* ── Sonstige Mobile-Overrides (≤ 640 px) ───────────────────────────── */
@media (max-width: 640px) {
  .alpaka-desc {
    display: block;
  }
}


/* ------------------------------------------------------------
   13. GESCHICHTE
   ------------------------------------------------------------ */

.geschichte {
  background-color: var(--cream);
}


.geschichte-inner {
  display: grid;
  grid-template-columns: 45fr 55fr;
  gap: var(--space-xl);
  align-items: center;
}

.geschichte-text .label {
  display: block;
  margin-bottom: var(--space-xs);
}

.geschichte-text h2 {
  margin-bottom: var(--space-m);
}

.geschichte-text p {
  font-family: var(--font-serif);
  font-size: 1rem;
  line-height: 1.75;
  color: var(--brown-mid);
  margin-bottom: var(--space-s);
}

.geschichte-image {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18), 0 1px 4px rgba(0, 0, 0, 0.1);
}

.geschichte-image img {
  width: 100%;
  height: 580px;
  object-fit: cover;
  object-position: center top;
  display: block;
}

@media (max-width: 640px) {
  .geschichte-inner {
    grid-template-columns: 1fr;
    gap: var(--space-l);
  }

  .geschichte-image { order: -1; }

  .geschichte-image img {
    height: 320px;
  }
}


/* ------------------------------------------------------------
   14. WOLLE-BLOCK
   ------------------------------------------------------------ */

.wolle {
  background-color: var(--beige-warm);
}

.wolle-content {
  max-width: var(--max-text);
}

.wolle-content .label {
  display: block;
  margin-bottom: var(--space-s);
}

.wolle-content h2 {
  margin-bottom: var(--space-m);
}

.wolle-content p {
  font-family: var(--font-serif);
  font-size: 1rem;
  line-height: 1.75;
  color: var(--brown-mid);
  margin-bottom: var(--space-l);
}


/* ------------------------------------------------------------
   15. BESUCH / KONTAKT
   ------------------------------------------------------------ */

.besuch {
  background-color: var(--cream);
}

.besuch-header {
  margin-bottom: var(--space-l);
}

.besuch-header .label {
  display: block;
  margin-bottom: var(--space-xs);
}

.besuch-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-xl);
  margin-bottom: var(--space-l);
}

.kontakt-block {
  display: flex;
  flex-direction: column;
  gap: var(--space-m);
}

.kontakt-item .kontakt-label {
  display: block;
  margin-bottom: var(--space-xs);
}

.kontakt-item a,
.kontakt-item p {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  color: var(--brown-mid);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color var(--transition);
  display: inline;
}

.kontakt-item a:hover,
.kontakt-item a:focus-visible {
  border-color: var(--moss);
  color: var(--moss);
}

.karte-block {
  display: flex;
  flex-direction: column;
  gap: var(--space-s);
}

.karte-adresse {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--brown-mid);
}

.karte-embed {
  border-radius: 2px;
  overflow: hidden;
  border: 1px solid var(--beige-soft);
}

.karte-embed iframe {
  display: block;
  width: 100%;
  height: 280px;
  border: none;
}

.gutschein-block {
  padding-top: var(--space-l);
  border-top: 1px solid var(--beige-soft);
  text-align: left;
  max-width: var(--max-narrow);
  margin-inline: 0;
}

.gutschein-block p {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1rem;
  line-height: 1.75;
  color: var(--brown-mid);
  margin-top: var(--space-xs);
}

@media (max-width: 640px) {
  .besuch-grid {
    grid-template-columns: 1fr;
    gap: var(--space-l);
  }
}


/* ------------------------------------------------------------
   16. FOOTER
   ------------------------------------------------------------ */

.site-footer {
  background-color: var(--cream);
  border-top: 1px solid var(--beige-soft);
  padding-block: var(--space-m);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--space-s);
  max-width: var(--max-content);
  margin-inline: auto;
  padding-inline: var(--space-m);
}

.footer-left,
.footer-right {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 0.85rem;
  color: var(--brown-light);
  line-height: 1.8;
}

.footer-right {
  display: flex;
  gap: var(--space-m);
  flex-wrap: wrap;
  align-items: center;
}

.footer-right a {
  color: var(--brown-light);
  text-decoration: none;
  transition: color var(--transition);
}

.footer-right a:hover,
.footer-right a:focus-visible {
  color: var(--moss);
}

@media (max-width: 640px) {
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-xs);
  }
}


/* ------------------------------------------------------------
   17. UNTERSEITEN — GEMEINSAME ELEMENTE
   ------------------------------------------------------------ */

.page-hero {
  background-color: var(--cream-dark);
  padding-block: var(--space-xl);
  border-bottom: 1px solid var(--beige-soft);
}

.page-hero .label {
  display: block;
  margin-bottom: var(--space-xs);
}

.page-hero p {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.75;
  color: var(--brown-mid);
  max-width: 52ch;
  margin-top: var(--space-s);
}


/* ------------------------------------------------------------
   18. ANGEBOTE DETAIL (angebote.html)
   ------------------------------------------------------------ */

.angebot-detail {
  background-color: var(--cream);
}

.angebot-detail + .angebot-detail {
  border-top: 1px solid var(--beige-soft);
}

.angebot-detail-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-xl);
  align-items: start;
}

.angebot-detail-image {
  border-radius: 2px;
  overflow: hidden;
  position: sticky;
  top: 80px;
}

.angebot-detail-image img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
}

.angebot-detail-content .angebot-card-ziffer {
  display: block;
  margin-bottom: var(--space-xs);
}

.angebot-detail-content h2 {
  margin-bottom: var(--space-m);
}

.angebot-detail-content p {
  font-family: var(--font-serif);
  font-size: 1rem;
  line-height: 1.75;
  color: var(--brown-mid);
  margin-bottom: var(--space-s);
}

.eckdaten {
  background-color: var(--cream-dark);
  border: 1px solid var(--beige-soft);
  border-radius: 2px;
  padding: var(--space-m);
  margin-block: var(--space-m);
}

.eckdaten h3 {
  font-family: var(--font-serif);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--brown-light);
  margin-bottom: var(--space-s);
}

.eckdaten ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.eckdaten li {
  font-family: var(--font-serif);
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--brown-mid);
}

.eckdaten li strong {
  color: var(--ink);
}

.faq {
  margin-top: var(--space-m);
}

.faq h3 {
  font-family: var(--font-serif);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--brown-light);
  margin-bottom: var(--space-s);
}

.faq details {
  border-top: 1px solid var(--beige-soft);
}

.faq details:last-child {
  border-bottom: 1px solid var(--beige-soft);
}

.faq summary {
  font-family: var(--font-serif);
  font-size: 1rem;
  font-style: italic;
  color: var(--ink);
  padding-block: var(--space-s);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-s);
}

.faq summary::-webkit-details-marker { display: none; }

.faq summary::after {
  content: '+';
  font-style: normal;
  font-size: 1.2rem;
  color: var(--sage);
  flex-shrink: 0;
  transition: transform var(--transition);
}

.faq details[open] summary::after {
  transform: rotate(45deg);
}

.faq details p {
  padding-bottom: var(--space-s);
  font-family: var(--font-serif);
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--brown-mid);
}

@media (max-width: 640px) {
  .angebot-detail-inner {
    grid-template-columns: 1fr;
  }

  .angebot-detail-image {
    position: static;
  }
}


/* ------------------------------------------------------------
   19. HERDE DETAIL (herde.html)
   ------------------------------------------------------------ */

.alpaka-section {
  background-color: var(--cream);
}

.alpaka-section:nth-child(even) {
  background-color: var(--cream-dark);
}

.alpaka-section-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-xl);
  align-items: center;
}

.alpaka-section:nth-child(even) .alpaka-section-inner {
  direction: rtl;
}

.alpaka-section:nth-child(even) .alpaka-section-content {
  direction: ltr;
}

.alpaka-section-image {
  border-radius: 2px;
  overflow: hidden;
}

.alpaka-section-image img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.alpaka-section-content .alpaka-subtitle {
  display: block;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1rem;
  color: var(--sage);
  margin-bottom: var(--space-s);
}

.alpaka-section-content h2 {
  margin-bottom: var(--space-m);
}

.alpaka-section-content p {
  font-family: var(--font-serif);
  font-size: 1rem;
  line-height: 1.75;
  color: var(--brown-mid);
  margin-bottom: var(--space-s);
}

.alpaka-mag-block {
  margin-top: var(--space-m);
  padding-top: var(--space-m);
  border-top: 1px solid var(--beige-soft);
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.alpaka-mag-block p {
  font-family: var(--font-serif);
  font-size: 0.9rem;
  color: var(--brown-light);
  margin-bottom: 0;
}

@media (max-width: 640px) {
  .alpaka-section-inner {
    grid-template-columns: 1fr;
    gap: var(--space-l);
    direction: ltr !important;
  }

  .alpaka-section-image { order: -1; }

  .alpaka-section-image img {
    height: 320px;
  }
}


/* ------------------------------------------------------------
   20. IMPRESSUM / DATENSCHUTZ
   ------------------------------------------------------------ */

.legal-content {
  max-width: 600px;
  margin-inline: auto;
  padding-inline: var(--space-m);
  padding-block: var(--space-xl);
}

.legal-content h1 {
  font-family: var(--font-serif);
  font-size: 2rem;
  font-weight: 400;
  color: var(--ink);
  margin-bottom: var(--space-l);
}

.legal-content h2 {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--ink);
  margin-top: var(--space-m);
  margin-bottom: var(--space-xs);
}

.legal-content p {
  font-family: var(--font-serif);
  font-size: 0.95rem;
  line-height: 1.75;
  color: var(--brown-mid);
  margin-bottom: var(--space-s);
}

.legal-placeholder {
  background-color: var(--beige-warm);
  border: 1px dashed var(--beige-soft);
  border-radius: 2px;
  padding: var(--space-m);
  font-family: var(--font-serif);
  font-size: 0.9rem;
  color: var(--brown-light);
  font-style: italic;
}


/* ------------------------------------------------------------
   21. SVG PLACEHOLDER IMAGES
   ------------------------------------------------------------ */

.img-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--beige-warm);
}
