/* =====================================================================
   Lindenhof Straußi · Design Tokens & Komponenten
   Quelle: Style Guide v2 — verbindlich
   ===================================================================== */

:root {
  /* Greens */
  --lh-green-50:  #f2f7ee;
  --lh-green-100: #e2efd5;
  --lh-green-200: #d4e8c2;
  --lh-green-500: #6b9e48;
  --lh-green-600: #4a7a30;
  --lh-green-700: #365a26;
  --lh-green-800: #2d4a1e;
  --lh-green-900: #1a2e12;

  /* Cream */
  --lh-cream-50:  #fbf8f2;
  --lh-cream-100: #f5f0e8;
  --lh-cream-200: #ebe3d3;
  --lh-cream-300: #d9cdb5;

  /* Wine / Terrakotta */
  --lh-wine-300: #c4724a;
  --lh-wine-400: #a14e34;
  --lh-wine-500: #7a3626;
  --lh-wine-600: #5e2719;
  --lh-wine-700: #3f1810;

  --lh-white: #ffffff;

  /* Semantic */
  --lh-brand:        var(--lh-green-700);
  --lh-brand-hover:  var(--lh-green-800);
  --lh-cta:          var(--lh-wine-500);
  --lh-cta-hover:    var(--lh-wine-600);
  --lh-surface:      var(--lh-cream-100);
  --lh-surface-alt:  var(--lh-green-50);
  --lh-surface-dark: var(--lh-green-900);

  --lh-text-heading: var(--lh-green-900);
  --lh-text-body:    var(--lh-green-800);
  --lh-text-muted:   var(--lh-green-600);
  --lh-text-price:   var(--lh-wine-500);
  --lh-text-on-dark: var(--lh-cream-100);

  --lh-border-soft:  rgba(54, 90, 38, 0.18);
  --lh-shadow-md: 0 6px 14px rgba(26,46,18,.08), 0 2px 4px rgba(26,46,18,.04);
  --lh-shadow-lg: 0 18px 36px rgba(26,46,18,.10), 0 4px 8px rgba(26,46,18,.05);

  --lh-font-display: 'Lora', Georgia, serif;
  --lh-font-body:    'Open Sans', system-ui, sans-serif;

  --lh-container: 1200px;
  --lh-radius:    12px;
  --lh-radius-pill: 999px;
}

/* =====================================================================
   Body / Typo Defaults — Atomion-Child sanft überschreiben
   ===================================================================== */
body.lindenhof,
body.home,
body.page-template-default {
  background: var(--lh-surface);
  color: var(--lh-text-body);
  font-family: var(--lh-font-body);
  font-size: 17px;
  line-height: 1.65;
}

.lh-section h1, .lh-section h2, .lh-section h3, .lh-section h4 {
  font-family: var(--lh-font-display);
  color: var(--lh-text-heading);
  letter-spacing: -0.01em;
  line-height: 1.15;
  margin: 0 0 1rem;
}
.lh-section h2 { font-size: clamp(1.75rem, 3vw, 2.5rem); font-weight: 700; }
.lh-section h3 { font-size: 1.5rem; font-weight: 400; color: var(--lh-green-800); }
.lh-section p  { line-height: 1.7; }

.lh-overline {
  display: inline-block;
  font-family: var(--lh-font-body);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lh-brand);
  margin-bottom: .5rem;
}

/* =====================================================================
   Container & Section Rhythm
   ===================================================================== */
.lh-section { padding: clamp(3rem, 8vw, 6rem) 1.25rem; }
.lh-section--alt   { background: var(--lh-surface-alt); }
.lh-section--brand { background: var(--lh-surface-dark); color: var(--lh-text-on-dark); }
.lh-section--brand h2,
.lh-section--brand h3 { color: var(--lh-cream-50); }

.lh-container { max-width: var(--lh-container); margin: 0 auto; }
.lh-prose     { max-width: 680px; margin-left: auto; margin-right: auto; }

/* =====================================================================
   HERO
   ===================================================================== */
.lh-hero {
  position: relative;
  height: 90vh;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--lh-text-on-dark);
  overflow: hidden;
  isolation: isolate;
}
.lh-hero::before {
  content: "";
  position: absolute; inset: 0;
  /* oben hell-creme (für transparenten Header / grünes Logo / Social-Icons),
     Mitte fast transparent, unten dezent dunkel für Text-Lesbarkeit */
  background:
    linear-gradient(180deg,
      rgba(245,240,232,.55) 0%,
      rgba(245,240,232,.30) 18%,
      rgba(245,240,232,.10) 38%,
      rgba(26,46,18,.10) 58%,
      rgba(26,46,18,.45) 82%,
      rgba(26,46,18,.70) 100%);
  z-index: 1;
}
.lh-hero__inner {
  position: relative; z-index: 2;
  max-width: 820px;
  padding: 2rem 1.25rem;
}
.lh-hero__overline {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--lh-cream-100);
  background: rgba(54,90,38,.55);
  padding: .4rem 1rem;
  border-radius: var(--lh-radius-pill);
  margin-bottom: 1.5rem;
}
.lh-hero__title {
  font-family: var(--lh-font-display);
  font-size: clamp(2.25rem, 6vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  color: var(--lh-cream-50);
  letter-spacing: -0.01em;
  margin: 0 0 1rem;
  text-shadow: 0 2px 12px rgba(0,0,0,.35);
}
.lh-hero__subtitle {
  font-family: var(--lh-font-display);
  font-style: italic;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  color: var(--lh-cream-100);
  margin: 0 auto 2rem;
  max-width: 620px;
  line-height: 1.5;
}
.lh-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
  justify-content: center;
}

/* =====================================================================
   BUTTONS
   ===================================================================== */
.lh-btn {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: 0.95rem 1.6rem;
  font-family: var(--lh-font-body);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  border-radius: var(--lh-radius-pill);
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
  box-shadow: var(--lh-shadow-md);
}
.lh-btn:hover { transform: translateY(-1px); box-shadow: var(--lh-shadow-lg); }
.lh-btn:focus-visible { outline: 0; box-shadow: 0 0 0 3px rgba(122,54,38,.45); }

.lh-btn--cta {
  background: var(--lh-cta);
  color: var(--lh-cream-50);
}
.lh-btn--cta:hover { background: var(--lh-cta-hover); color: var(--lh-cream-50); }

.lh-btn--ghost {
  background: rgba(255,255,255,.08);
  color: var(--lh-cream-50);
  border-color: rgba(245,240,232,.55);
  backdrop-filter: blur(4px);
}
.lh-btn--ghost:hover {
  background: rgba(245,240,232,.95);
  color: var(--lh-green-900);
  border-color: var(--lh-cream-100);
}

.lh-btn--solid {
  background: var(--lh-brand);
  color: var(--lh-cream-50);
}
.lh-btn--solid:hover { background: var(--lh-brand-hover); color: var(--lh-cream-50); }

.lh-btn--icon::before {
  font-size: 1.05em;
  line-height: 1;
}

/* =====================================================================
   INTRO / STORY
   ===================================================================== */
.lh-intro { text-align: center; }
.lh-intro h2 { margin-bottom: 1rem; }
.lh-intro p  { font-size: 1.1rem; color: var(--lh-text-body); }

.lh-divider {
  width: 64px; height: 3px;
  background: var(--lh-wine-300);
  border: 0; border-radius: 2px;
  margin: 2rem auto;
}

/* =====================================================================
   MENU / SPEISEKARTE
   ===================================================================== */
.lh-menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem 2.5rem;
  margin: 2rem 0 2.5rem;
}
.lh-menu-group h3 {
  font-family: var(--lh-font-display);
  font-weight: 400;
  font-size: 1.4rem;
  color: var(--lh-green-800);
  border-bottom: 1px solid var(--lh-border-soft);
  padding-bottom: .5rem;
  margin-bottom: 1rem;
}
.lh-dish {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  gap: 0.75rem;
  padding: .65rem 0;
  border-bottom: 1px dashed var(--lh-border-soft);
}
.lh-dish:last-child { border-bottom: 0; }
.lh-dish__name {
  font-weight: 600;
  color: var(--lh-text-heading);
  font-size: 1.02rem;
}
.lh-dish__desc {
  display: block;
  font-size: 0.92rem;
  color: var(--lh-text-muted);
  font-weight: 400;
  margin-top: .15rem;
  line-height: 1.45;
}
.lh-dish__price {
  font-family: var(--lh-font-display);
  font-weight: 600;
  color: var(--lh-text-price);
  white-space: nowrap;
  font-size: 1.05rem;
}

.lh-menu-cta {
  display: flex; justify-content: center; margin-top: 1rem;
}

/* =====================================================================
   CONTACT
   ===================================================================== */
.lh-contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: start;
}
@media (min-width: 860px) {
  .lh-contact-grid { grid-template-columns: 1fr 1fr; gap: 3rem; }
}
.lh-contact-info p { margin: 0 0 .65rem; }
.lh-contact-info strong { color: var(--lh-text-heading); font-weight: 600; }

.lh-contact-card {
  background: var(--lh-white);
  border: 1px solid var(--lh-border-soft);
  border-radius: var(--lh-radius);
  padding: 1.75rem;
  box-shadow: var(--lh-shadow-md);
}

/* CF7 form styling */
.lh-form .wpcf7-form p { margin: 0 0 1rem; }
.lh-form label {
  display: block;
  font-weight: 600;
  color: var(--lh-text-heading);
  margin-bottom: .35rem;
  font-size: .92rem;
}
.lh-form input[type="text"],
.lh-form input[type="email"],
.lh-form input[type="tel"],
.lh-form textarea {
  width: 100%;
  font-family: var(--lh-font-body);
  font-size: 1rem;
  padding: .75rem .9rem;
  border: 1px solid var(--lh-border-soft);
  border-radius: 8px;
  background: var(--lh-cream-50);
  color: var(--lh-text-heading);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.lh-form input:focus,
.lh-form textarea:focus {
  outline: 0;
  border-color: var(--lh-brand);
  box-shadow: 0 0 0 3px rgba(54,90,38,.15);
  background: var(--lh-white);
}
.lh-form .wpcf7-submit {
  background: var(--lh-cta);
  color: var(--lh-cream-50);
  border: 0;
  padding: .9rem 1.6rem;
  border-radius: var(--lh-radius-pill);
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  box-shadow: var(--lh-shadow-md);
  transition: background .2s ease, transform .2s ease;
}
.lh-form .wpcf7-submit:hover { background: var(--lh-cta-hover); transform: translateY(-1px); }
.lh-form .wpcf7-not-valid-tip { color: var(--lh-wine-600); font-size: .85rem; }
.lh-form .wpcf7-response-output {
  border-radius: 8px;
  border-width: 1px;
  padding: .75rem 1rem !important;
  margin: 1rem 0 0 !important;
}

/* =====================================================================
   MAP — Map Block for Google Maps (pblebedel) + iframe-Fallback
   ===================================================================== */
.lh-map {
  margin-top: 1.5rem;
  border-radius: var(--lh-radius);
  overflow: hidden;
  box-shadow: var(--lh-shadow-md);
  background: var(--lh-cream-50);
}
.lh-map iframe,
.lh-map .wp-block-mapblock-google-maps,
.lh-map .map-block-google-maps,
.lh-map .gmap_canvas iframe,
.lh-map > div[class*="map"],
.lh-map > div[class*="gmap"] {
  width: 100% !important;
  min-height: 420px !important;
  border: 0 !important;
  border-radius: var(--lh-radius);
  display: block;
}
.wp-block-mapblock-google-maps,
.wp-block-mapblock-google-maps .gmap_canvas,
.wp-block-mapblock-google-maps iframe {
  width: 100% !important;
  min-height: 420px !important;
  border: 0 !important;
}

/* =====================================================================
   FOOTER (light addition — Atomion footer kept)
   ===================================================================== */
.lh-footer-strip {
  background: var(--lh-surface-dark);
  color: var(--lh-text-on-dark);
  padding: 2rem 1.25rem;
  text-align: center;
  font-size: .9rem;
}
.lh-footer-strip a { color: var(--lh-cream-100); }

/* =====================================================================
   Utility
   ===================================================================== */
.lh-tag {
  display: inline-block;
  background: var(--lh-green-200);
  color: var(--lh-green-800);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: .25rem .7rem;
  border-radius: var(--lh-radius-pill);
}

.lh-link-arrow {
  display: inline-flex; align-items: center; gap: .35rem;
  color: var(--lh-cta);
  font-weight: 600;
}
.lh-link-arrow:hover { color: var(--lh-cta-hover); }

/* =====================================================================
   Theme-Akzentstriche vor/nach Überschriften entfernen — seitenweit
   (Atomion und ähnliche Themes hängen oft ein kleines Strichelement
   per ::before/::after an h1-h6 oder .entry-title.)
   ===================================================================== */
h1::before, h2::before, h3::before, h4::before, h5::before, h6::before,
h1::after,  h2::after,  h3::after,  h4::after,  h5::after,  h6::after,
.entry-title::before, .post-title::before, .page-title::before,
.section-title::before, .at-title::before, .heading::before,
.entry-title::after,  .post-title::after,  .page-title::after,
.section-title::after,  .at-title::after,  .heading::after,
.has-text-align-left::before,
.has-text-align-center::before,
.has-text-align-right::before {
  content: none !important;
  display: none !important;
  background: transparent !important;
  border: 0 !important;
  width: 0 !important;
  height: 0 !important;
}

/* =====================================================================
   ÖFFNUNGSZEITEN — Drei-Spalten-Layout, volle Containerbreite
   ===================================================================== */
.lh-hours {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
  max-width: none;
  background: transparent;
  border: 0;
  box-shadow: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem 2.5rem;
  text-align: center;
}
.lh-hours li {
  display: block;
  padding: 1rem 0;
  border: 0;
  font-size: 1.05rem;
  margin: 0;
}
.lh-hours__label {
  display: block;
  font-family: var(--lh-font-display);
  font-weight: 400; /* CD: H3 Lora Regular */
  font-size: 1.4rem;
  color: var(--lh-green-800);
  border-bottom: 1px solid var(--lh-border-soft);
  padding-bottom: .5rem;
  margin-bottom: 1.1rem;
  letter-spacing: -0.005em;
  line-height: 1.2;
}
.lh-hours__day {
  display: block;
  font-weight: 600;
  color: var(--lh-text-heading);
  font-family: var(--lh-font-body);
  margin-bottom: 0.4rem;
  letter-spacing: 0.01em;
  line-height: 1.4;
}
.lh-hours__time {
  display: block;
  font-family: var(--lh-font-display);
  font-weight: 600;
  font-size: 1.15rem;
  color: var(--lh-text-body);
  font-variant-numeric: tabular-nums;
}
.lh-hours__closed .lh-hours__day { color: var(--lh-text-muted); }
.lh-hours__closed .lh-hours__time {
  color: var(--lh-cta);
  font-style: italic;
}
.lh-hours-note {
  text-align: center;
  font-size: .92rem;
  color: var(--lh-text-muted);
  margin-top: 2rem;
}

/* Auffälliger Hinweis-Banner für Sondertage / Feiertags-Schließung
   — !important plus body-Prefix für maximale Spezifität gegen Theme-Defaults */
body .lh-hours-alert,
.lh-section .lh-hours-alert,
div.lh-hours-alert {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 0.75rem 1.1rem !important;
  background: var(--lh-wine-100) !important;
  background-color: var(--lh-wine-100) !important;
  border-left: 4px solid var(--lh-cta) !important;
  border-top: 1px solid rgba(122,54,38,.18) !important;
  border-right: 1px solid rgba(122,54,38,.18) !important;
  border-bottom: 1px solid rgba(122,54,38,.18) !important;
  border-radius: var(--lh-radius) !important;
  padding: 1.1rem 1.4rem !important;
  margin: 1.75rem auto 0 !important;
  max-width: 760px !important;
  color: var(--lh-text-heading) !important;
  font-size: 1.02rem !important;
  line-height: 1.5 !important;
  text-align: left !important;
  box-shadow: var(--lh-shadow-sm) !important;
  list-style: none !important;
}
body .lh-hours-alert__badge,
.lh-hours-alert .lh-hours-alert__badge {
  display: inline-block !important;
  background: var(--lh-cta) !important;
  background-color: var(--lh-cta) !important;
  color: var(--lh-cream-50) !important;
  font-family: var(--lh-font-body) !important;
  font-size: 0.74rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  padding: 0.4rem 0.85rem !important;
  border: 0 !important;
  border-radius: var(--lh-radius-pill) !important;
  flex-shrink: 0 !important;
  white-space: nowrap !important;
  line-height: 1.2 !important;
}
.lh-hours-alert .lh-hours-alert__text { flex: 1; min-width: 240px; }
.lh-hours-alert strong { color: var(--lh-wine-600) !important; font-weight: 700 !important; }

/* =====================================================================
   CARDS / Drei-Block-Übersicht
   ===================================================================== */
.lh-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  margin: 2.5rem 0 0;
}
.lh-card {
  position: relative;
  background: var(--lh-white);
  border-radius: var(--lh-radius);
  overflow: hidden;
  box-shadow: var(--lh-shadow-md);
  transition: transform .25s ease, box-shadow .25s ease;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--lh-border-soft);
}
.lh-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--lh-shadow-lg);
}
.lh-card__image {
  aspect-ratio: 1 / 1;
  background-size: cover;
  background-position: center;
  background-color: var(--lh-green-700);
  position: relative;
}
.lh-card__image--green {
  background:
    radial-gradient(circle at 50% 45%, rgba(245,240,232,.08), transparent 65%),
    linear-gradient(155deg, var(--lh-green-700) 0%, var(--lh-green-900) 100%);
}
.lh-card__image--cream {
  background:
    radial-gradient(circle at 50% 45%, rgba(54,90,38,.06), transparent 65%),
    linear-gradient(155deg, var(--lh-cream-100) 0%, var(--lh-cream-200) 100%);
}
.lh-card__image--terra {
  background:
    radial-gradient(circle at 50% 45%, rgba(245,240,232,.10), transparent 65%),
    linear-gradient(155deg, var(--lh-wine-300) 0%, var(--lh-wine-500) 100%);
}
.lh-card__watermark {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18%;
}
.lh-card__watermark img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  opacity: .85;
  filter: drop-shadow(0 4px 14px rgba(26,46,18,.25));
}
.lh-card__image--green .lh-card__watermark img,
.lh-card__image--terra .lh-card__watermark img {
  filter: brightness(0) invert(1) drop-shadow(0 4px 14px rgba(0,0,0,.25));
  opacity: .85;
}
.lh-card__body {
  padding: 1.5rem 1.5rem 1.65rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.lh-card__overline {
  display: block;
  font-family: var(--lh-font-body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lh-brand);
  margin-bottom: .5rem;
}
.lh-card__title {
  font-family: var(--lh-font-display);
  font-weight: 700;
  font-size: 1.4rem;
  color: var(--lh-text-heading);
  margin: 0 0 .55rem;
  letter-spacing: -0.005em;
  line-height: 1.2;
}
.lh-card__text {
  color: var(--lh-text-body);
  margin: 0 0 1.1rem;
  flex: 1;
  font-size: 0.98rem;
  line-height: 1.55;
}
.lh-card__more {
  align-self: flex-start;
  font-weight: 600;
  color: var(--lh-cta);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  font-size: .95rem;
}
.lh-card__more::after {
  content: "→";
  transition: transform .2s ease;
}
.lh-card__more:hover { color: var(--lh-cta-hover); }
.lh-card__more:hover::after { transform: translateX(4px); }

/* Komplette Karte klickbar via verstecktem Link über das Bild */
.lh-card__cover-link {
  position: absolute;
  inset: 0;
  z-index: 1;
  text-indent: -9999px;
  overflow: hidden;
}
.lh-card__body { position: relative; z-index: 2; }
.lh-card__more { position: relative; z-index: 3; }

/* =====================================================================
   PAGE HERO (für Unterseiten ohne Foto)
   ===================================================================== */
.lh-page-hero {
  background:
    radial-gradient(circle at 75% 30%, rgba(245,240,232,.10), transparent 55%),
    linear-gradient(155deg, var(--lh-green-700) 0%, var(--lh-green-900) 100%);
  color: var(--lh-text-on-dark);
  padding: clamp(3rem, 8vw, 5rem) 1.25rem;
  text-align: center;
}
.lh-page-hero h1 {
  font-family: var(--lh-font-display);
  font-size: clamp(2rem, 4.5vw, 3rem);
  color: var(--lh-cream-50);
  margin: .25rem 0 .75rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.lh-page-hero .lh-overline {
  color: var(--lh-cream-100);
  opacity: .9;
}
.lh-page-hero p {
  max-width: 620px;
  margin: 0 auto;
  color: var(--lh-cream-100);
  font-family: var(--lh-font-display);
  font-style: italic;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
}

/* =====================================================================
   LATEST POSTS GRID (Gutenberg core/latest-posts)
   ===================================================================== */
.lh-posts {
  padding: clamp(3rem, 7vw, 5rem) 1.25rem;
  background: var(--lh-surface);
}
.lh-posts .lh-container { max-width: var(--lh-container); margin: 0 auto; }

.lh-posts .wp-block-latest-posts.is-grid {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin: 0;
  padding: 0;
}
.lh-posts .wp-block-latest-posts > li,
.lh-posts .wp-block-latest-posts.is-grid > li {
  background: var(--lh-white);
  border: 1px solid var(--lh-border-soft);
  border-radius: var(--lh-radius);
  overflow: hidden;
  box-shadow: var(--lh-shadow-md);
  transition: transform .25s ease, box-shadow .25s ease;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
.lh-posts .wp-block-latest-posts > li:hover {
  transform: translateY(-4px);
  box-shadow: var(--lh-shadow-lg);
}

.lh-posts .wp-block-latest-posts__featured-image {
  margin: 0;
  aspect-ratio: 16 / 10;
  background: var(--lh-green-700);
  overflow: hidden;
}
.lh-posts .wp-block-latest-posts__featured-image a,
.lh-posts .wp-block-latest-posts__featured-image {
  display: block;
  width: 100%;
  height: 100%;
}
.lh-posts .wp-block-latest-posts__featured-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
  margin: 0 !important;
}
/* Fallback-Optik für Posts ohne Featured Image */
.lh-posts .wp-block-latest-posts > li:not(:has(.wp-block-latest-posts__featured-image))::before {
  content: "";
  display: block;
  aspect-ratio: 16 / 10;
  background:
    radial-gradient(circle at 50% 45%, rgba(245,240,232,.10), transparent 60%),
    linear-gradient(155deg, var(--lh-green-700), var(--lh-green-900));
}

.lh-posts .wp-block-latest-posts__post-date {
  display: block;
  font-family: var(--lh-font-body);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--lh-brand);
  padding: 1.25rem 1.5rem 0;
}
.lh-posts .wp-block-latest-posts__post-title,
.lh-posts a.wp-block-latest-posts__post-title {
  display: block;
  font-family: var(--lh-font-display);
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--lh-text-heading);
  text-decoration: none;
  padding: .35rem 1.5rem 0;
  line-height: 1.25;
  letter-spacing: -0.005em;
}
.lh-posts .wp-block-latest-posts__post-title:hover {
  color: var(--lh-cta);
}
.lh-posts .wp-block-latest-posts__post-excerpt {
  color: var(--lh-text-body);
  padding: .75rem 1.5rem 1.5rem;
  font-size: 0.97rem;
  line-height: 1.55;
  margin: 0;
  flex: 1;
}
.lh-posts .wp-block-latest-posts__post-excerpt a {
  display: inline-block;
  margin-top: .35rem;
  color: var(--lh-cta);
  text-decoration: none;
  font-weight: 600;
}
.lh-posts .wp-block-latest-posts__post-excerpt a:hover {
  color: var(--lh-cta-hover);
}
.lh-posts .wp-block-latest-posts__post-excerpt a::after {
  content: " →";
}
