/* =========================================================
   Franzi's Gewürzekammer – Stylesheet
   Dunkles Design mit warmen Kupfer-Akzenten
   ========================================================= */

/* ---------- Reset & Basis ---------- */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --bg-primary: #1a1613;
  --bg-secondary: #241d18;
  --bg-tertiary: #2e251e;
  --accent: #c9955a;
  --accent-hover: #e0ab6d;
  --accent-muted: #8a6a44;
  --text-light: #f4ede4;
  --text-muted: #a89787;
  --border: #3a2f26;
  --shadow: 0 8px 32px rgba(0, 0, 0, 0.5);

  --font-serif: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  --container: 1280px;
  --radius: 8px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-sans);
  background-color: var(--bg-primary);
  color: var(--text-light);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(201, 149, 90, 0.03) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(201, 149, 90, 0.02) 0%, transparent 50%);
  background-attachment: fixed;
}

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

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

/* ---------- Typografie ---------- */
h1, h2, h3, h4 {
  font-family: var(--font-serif);
  font-weight: 500;
  line-height: 1.2;
  color: var(--text-light);
}

h1 { font-size: clamp(2.5rem, 5vw, 4rem); }
h2 { font-size: clamp(2rem, 4vw, 3rem); }
h3 { font-size: clamp(1.5rem, 3vw, 2rem); }
h4 { font-size: 1.25rem; }

p { margin-bottom: 1rem; }

.text-accent { color: var(--accent); }
.text-muted  { color: var(--text-muted); }

/* ---------- Header / Navigation ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: rgba(26, 22, 19, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  max-width: var(--container);
  margin: 0 auto;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.75rem;
  color: var(--accent);
}

.logo-icon {
  width: 32px;
  height: 32px;
  color: var(--accent);
}

.logo-text small {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-muted);
  font-style: normal;
  font-family: var(--font-sans);
  margin-top: -4px;
}

.main-nav ul {
  display: flex;
  list-style: none;
  gap: 32px;
  align-items: center;
}

.main-nav a {
  color: var(--text-light);
  font-size: 0.95rem;
  padding: 8px 4px;
  position: relative;
}

.main-nav a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--accent);
  transition: width 0.3s ease;
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--accent);
}

.main-nav a:hover::after,
.main-nav a.active::after {
  width: 100%;
}

.btn-shop {
  background-color: var(--accent);
  color: var(--bg-primary) !important;
  padding: 10px 24px !important;
  border-radius: var(--radius);
  font-weight: 600;
  transition: background-color 0.2s ease;
}

.btn-shop:hover {
  background-color: var(--accent-hover);
}

.btn-shop::after { display: none !important; }

/* Mobile menu toggle */
.menu-toggle {
  display: none;
  background: none;
  border: none;
  color: var(--accent);
  font-size: 1.5rem;
  cursor: pointer;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  padding: 12px 28px;
  border-radius: var(--radius);
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 1px solid var(--accent);
  background-color: transparent;
  color: var(--accent);
}

.btn:hover {
  background-color: var(--accent);
  color: var(--bg-primary);
}

.btn-primary {
  background-color: var(--accent);
  color: var(--bg-primary);
}

.btn-primary:hover {
  background-color: var(--accent-hover);
  color: var(--bg-primary);
}

.btn-outline-small {
  padding: 8px 18px;
  font-size: 0.85rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* Zwingt den Button und alle Elemente darin in eine Reihe */
.btn-primary.btn-with-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: row !important; /* Verhindert felsenfest das Untereinanderstehen */
  gap: 12px !important; /* Abstand zwischen Text und Icon */
  white-space: nowrap !important; /* Verhindert, dass der Text im Button umbricht */
}

/* Verhindert, dass das Bild das Layout sprengt und macht es rund mit Hintergrund */
.btn-primary.btn-with-icon img {
  display: inline-block !important;
  height: 24px !important; /* Reine Bildhöhe */
  width: 24px !important;  /* Breite fixieren, damit es ein perfekter Kreis wird */
  max-width: 100% !important;
  object-fit: contain !important;
  vertical-align: middle !important;

  /* HIER NEU: Runder Hintergrund */
  background-color: var(--bg-primary) !important; /* Hier kannst du deine CSS-Variable für den Hintergrund eintragen (z.B. #fff oder var(--bg-primary)) */
  padding: 6px !important; /* Abstand zwischen Bild und Kreisrand */
  border-radius: 50% !important; /* Macht den Hintergrund perfekt kreisrund */
}




/* ---------- Hero ---------- */
.hero {
  position: relative;
  padding: 80px 0 100px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(26, 22, 19, 0.85) 0%, rgba(26, 22, 19, 0.5) 100%),
    var(--bg-secondary);
}

.hero-inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: center;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

.hero-content h1 {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 24px;
  line-height: 1.1;
}

.hero-content p.lead {
  font-size: 1.15rem;
  color: var(--text-muted);
  margin-bottom: 32px;
  max-width: 500px;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.hero-visual {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, #2e251e, #1a1613);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  font-style: italic;
  border: 1px solid var(--border);
}

.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---------- Sections ---------- */
.section {
  padding: 80px 0;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-header h2 {
  margin-bottom: 12px;
}

.section-header p {
  color: var(--text-muted);
  max-width: 600px;
  margin: 0 auto;
}

.section-eyebrow {
  display: inline-block;
  font-size: 0.85rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
  font-family: var(--font-sans);
}

/* ---------- Bestseller (runde Rahmen) ---------- */
.bestsellers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
}

.bestseller {
  text-align: center;
  position: relative;
  cursor: pointer; /* NEU: Zeigt dem Nutzer, dass es anklickbar ist */
}

.bestseller-circle {
  position: relative;
  width: 260px;
  height: 260px;
  margin: 0 auto 20px;
  border-radius: 50%;
  border: 2px solid var(--accent);
  padding: 8px;

  /* HIER ERGÄNZT: border-color und box-shadow flüssig animieren */
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

/* HIER ANGEPASST: Bewegt sich nach oben UND bringt den Rahmen zum Glühen */
.bestseller:hover .bestseller-circle {
  transform: translateY(-6px);
  border-color: #fff; /* Optional: Macht den Rahmen beim Hovern weiß/heller, damit er mehr "leuchtet" */
  box-shadow: 0 0 20px var(--accent); /* Das erzeugt den glühenden Neon-Effekt */
}

.bestseller-circle-inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(135deg, #3a2f26, #1a1613);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  font-size: 0.85rem;
}

.bestseller-circle-inner img {
  width: 100%;
  height: 100%;
  border-radius: 50%;   /* Macht das Bild perfekt rund */
  border: 9px solid #000; /* Definiert Rahmenstärke, Linienart und Farbe */
  object-fit: cover;    /* Stellt sicher, dass das Bild nicht verzerrt wird */
}

.bestseller-price {
  position: absolute;
  bottom: 10px;
  right: 20px;
  background-color: var(--accent);
  color: var(--bg-primary);
  padding: 6px 16px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 0.95rem;
  box-shadow: var(--shadow);
}

.bestseller h4 {
  font-family: var(--font-serif);
  color: var(--text-light);
  margin-top: 16px;
}
/* ---------- Kategorie-Grid ---------- */
.category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.category-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: var(--radius);
  overflow: hidden;
  background-color: var(--bg-secondary); /* Dunkler Balken unter dem Bild */
  border: 1px solid var(--border);
  cursor: pointer;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

/* Verstärkter Glow-Effekt beim Hovern */
.category-card:hover {
  transform: translateY(-6px);
  border-color: var(--accent);
  box-shadow: 0 0 25px rgba(201, 149, 90, 0.6), 0 0 10px var(--accent); /* Kräftiges Kupfer-Glühen */
}
/* Bild-Bereich (quadratisch oben fixiert) */
.category-card img {
  width: 100%;
  aspect-ratio: 1; /* Hält das Bild quadratisch */
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

/* Entfernt den alten abgedunkelten Verlauf auf dem Bild */
.category-card::before {
  display: none;
}

/* Der separate Balken unter dem Bild */
.category-card-content {
  position: relative; /* Nicht mehr absolut über dem Bild */
  inset: auto;
  padding: 16px 20px;
  background-color: var(--bg-secondary); /* Hintergrund des Balkens */
}

.category-card-content h4 {
  font-family: var(--font-serif);
  color: var(--text-light);
  font-size: 1.8rem; /* Größere Überschrift (vorher 1.25rem) */
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  gap: 10px; /* Etwas mehr Abstand zum Pfeil */
}

.category-card-content p {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin: 0;
}

/* ---------- Haselnuss-Bereich ---------- */
.feature-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  background-color: var(--bg-secondary);
  padding: 60px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
}

.feature-block-visual {
  aspect-ratio: 4/3;
  border-radius: var(--radius);
  overflow: hidden;
  background: linear-gradient(135deg, #3a2f26, #1a1613);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);

  /* NEU: Vorbereitung für den Hover-Effekt (wie bei der Kategorie-Card) */
  border: 1px solid var(--border);
  cursor: pointer;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

/* NEU: Der Hover-Effekt für das Bild-Gefäß */
.feature-block-visual:hover {
  transform: translateY(-4px);
  border-color: var(--accent);
}

.feature-block-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-block h2 {
  margin-bottom: 20px;
}

.feature-block .lead {
  font-size: 1.1rem;
  color: var(--text-muted);
  margin-bottom: 24px;
}

/* ---------- Newsletter ---------- */
.newsletter {
  background-color: var(--bg-secondary);
  padding: 60px 40px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.newsletter h3 {
  margin-bottom: 12px;
}

.newsletter p {
  color: var(--text-muted);
  margin-bottom: 24px;
}

.newsletter-form {
  display: flex;
  gap: 12px;
  max-width: 480px;
  margin: 0 auto;
}

.newsletter-form input {
  flex: 1;
  padding: 12px 16px;
  background-color: var(--bg-primary);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--text-light);
  font-family: var(--font-sans);
  font-size: 0.95rem;
}

.newsletter-form input:focus {
  outline: none;
  border-color: var(--accent);
}

/* ---------- Footer ---------- */
.site-footer {
  background-color: var(--bg-secondary);
  padding: 60px 0 30px;
  border-top: 1px solid var(--border);
  margin-top: 80px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.footer-col h5 {
  font-family: var(--font-serif);
  color: var(--accent);
  margin-bottom: 16px;
  font-size: 1.1rem;
}

.footer-col ul {
  list-style: none;
}

.footer-col li {
  margin-bottom: 8px;
}

.footer-col a {
  color: var(--text-muted);
  font-size: 0.9rem;
}

.footer-col a:hover {
  color: var(--accent);
}

.socials {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}

.socials a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  transition: all 0.2s ease;
}



.footer-bottom {
  padding-top: 30px;
  border-top: 1px solid var(--border);
  text-align: center;
  color: var(--text-muted);
  font-size: 0.85rem;
}

/* ---------- Content-Seiten (Über mich, etc.) ---------- */
.page-header {
  padding: 100px 0 60px;
  text-align: center;
  background: linear-gradient(135deg, var(--bg-secondary), var(--bg-primary));
  border-bottom: 1px solid var(--border);
}

.page-header h1 {
  margin-bottom: 16px;
}

.page-header p {
  color: var(--text-muted);
  max-width: 600px;
  margin: 0 auto;
}

.content-block {
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 24px;
}

.content-block h2 {
  margin: 40px 0 20px;
  color: var(--accent);
}

.content-block h3 {
  margin: 30px 0 15px;
}

.content-block p {
  color: var(--text-light);
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 20px;
}

.content-block ul {
  list-style: none;
  margin: 20px 0;
}

.content-block ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  color: var(--text-light);
}

.content-block ul li::before {
  content: '✦';
  position: absolute;
  left: 0;
  color: var(--accent);
}

.content-block blockquote {
  border-left: 3px solid var(--accent);
  padding-left: 24px;
  margin: 30px 0;
  font-style: italic;
  color: var(--text-muted);
  font-family: var(--font-serif);
  font-size: 1.2rem;
}

/* ---------- Info-Karten (Gewürzschrank) ---------- */
.info-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 40px 0;
}

.info-card {
  background-color: var(--bg-secondary);
  padding: 30px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  text-align: center;
}

.info-card-icon {
  font-size: 2rem;
  color: var(--accent);
  margin-bottom: 16px;
}

.info-card h4 {
  color: var(--text-light);
  margin-bottom: 10px;
}

.info-card p {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin: 0;
}

/* ---------- Responsive ---------- */
@media (max-width: 968px) {
  .hero-inner,
  .feature-block {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .feature-block { padding: 40px 24px; }

  .bestsellers {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .bestseller-circle { width: 220px; height: 220px; }

  .category-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .info-cards {
    grid-template-columns: 1fr;
  }
}

/* ---------- Responsive (Mobilgeräte unter 640px) ---------- */
@media (max-width: 640px) {
  /* HIER NEU: Korrektur für die Hauptüberschrift */
  .hero-content h1 {
    font-size: clamp(1.8rem, 7vw, 2.3rem) !important; /* Verkleinert die Schrift mobil auf ein passendes Maß */
    hyphens: auto;                                    /* Erlaubt automatische Silbentrennung */
    word-wrap: break-word;                            /* Verhindert das Ausbrechen aus dem Layout */
    letter-spacing: 1px;                              /* Etwas enger für Mobilgeräte */
  }

  .main-nav {
    display: none;
  }

  .main-nav.active {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: var(--bg-secondary);
    border-top: 1px solid var(--border);
  }

  .main-nav.active ul {
    flex-direction: column;
    padding: 20px;
    gap: 16px;
    align-items: flex-start;
  }

  .menu-toggle {
    display: block;
  }

  .bestsellers {
    grid-template-columns: 1fr;
  }

  /* HIER NEU: Verhindert, dass die Bestseller-Kreise auf ganz kleinen Displays seitlich rausquetschen */
  .bestseller-circle {
    width: 220px;
    height: 220px;
    max-width: 100%;
  }

  /* HIER NEU: Macht das Kategorien-Grid auf kleinen Handys einspaltig, damit Text lesbar bleibt */
  .category-grid {
    grid-template-columns: 1fr;
  }

  /* HIER NEU: Macht die Footer-Spalten auf Handys einspaltig */
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .newsletter-form {
    flex-direction: column;
  }

  .section { padding: 60px 0; }
  .hero { padding: 60px 0 80px; }
}

/* ---------- Ab hier folgen deine restlichen Styles unverändert ---------- */
.unscharfer-rand {
  -webkit-mask-image: radial-gradient(ellipse at center, black 60%, transparent 80%);
  mask-image: radial-gradient(ellipse at center, black 60%, transparent 80%);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

/* ---------- Such-Highlight für angesprungene Kategorien ---------- */
.category-grid .category-card:target {
  transform: translateY(-8px) scale(1.02);
  border-color: var(--accent) !important;
  box-shadow: 0 0 25px var(--accent), 0 0 10px rgba(255, 255, 255, 0.2) !important;
  z-index: 10;
  transition: all 0.5s ease-in-out;
}

/* ---------- HIER IST ALLES FÜR DIE GEWÜRZSCHRANKANIMATION ---------- */

/* Container-Schnittstelle */
.gewuerzschrank-container {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  line-height: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

/* Grundstyling für alle Frames */
.schrank-bild {
  width: 100%;
  height: auto;
  display: block;
}

/* Frame 4 ist das Basisbild im Hintergrund */
.schrank-bild.frame-4 {
  position: relative;
  z-index: 1;
}

/* Alle anderen Frames liegen absolut darüber */
.schrank-bild.frame-3,
.schrank-bild.frame-2,
.schrank-bild.frame-1 {
  position: absolute;
  top: 0;
  left: 0;
}

/* -----------------------------------------------
   RÜCKWEG: Wenn die Maus den Schrank verlässt (Schließen)
   Die Bilder müssen von hinten nach vorne wieder erscheinen.
   ----------------------------------------------- */
.schrank-bild.frame-1 {
  z-index: 4;
  transition: opacity 0.15s ease-in-out 0.3s; /* Erscheint als Letztes wieder */
}

.schrank-bild.frame-2 {
  z-index: 3;
  transition: opacity 0.15s ease-in-out 0.15s; /* Erscheint in der Mitte */
}

.schrank-bild.frame-3 {
  z-index: 2;
  transition: opacity 0.15s ease-in-out 0s; /* Erscheint als Erstes wieder */
}

/* -----------------------------------------------
   HINWEG: Wenn die Maus darüberfährt (Öffnen)
   Die Bilder werden nacheinander ausgeblendet.
   ----------------------------------------------- */
.gewuerzschrank-container:hover .schrank-bild.frame-1 {
  opacity: 0;
  transition-delay: 0s; /* Startet sofort */
}

.gewuerzschrank-container:hover .schrank-bild.frame-2 {
  opacity: 0;
  transition-delay: 0.15s; /* Wartet, bis Frame 1 weg ist */
}

.gewuerzschrank-container:hover .schrank-bild.frame-3 {
  opacity: 0;
  transition-delay: 0.3s; /* Wartet, bis Frame 2 weg ist */
}
/* ---------- Redesign Aktuelles Blöcke (2-Spalten-Layout) ---------- */
.aktuelles-grid {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.aktuelles-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  background-color: var(--bg-secondary);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.aktuelles-card:hover {
  transform: translateY(-4px);
  border-color: var(--accent);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

/* Wechsel-Layout: Bild rechts, Text links */
.aktuelles-card.reverse .aktuelles-media {
  order: 2;
}

.aktuelles-card.reverse .aktuelles-content {
  order: 1;
}

.aktuelles-media {
  width: 100%;
  height: 100%;
  min-height: 340px;
  background: linear-gradient(135deg, #3a2f26, #1a1613);
  overflow: hidden;
}

.aktuelles-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.aktuelles-card:hover .aktuelles-media img {
  transform: scale(1.03);
}

.aktuelles-content {
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.aktuelles-content h2 {
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  margin-bottom: 16px;
  color: var(--text-light);
  line-height: 1.25;
}

.aktuelles-content p {
  color: var(--text-muted);
  margin-bottom: 28px;
  font-size: 1rem;
  line-height: 1.6;
}

/* Responsive Anpassung für Tablets und Smartphones */
@media (max-width: 968px) {
  .aktuelles-card,
  .aktuelles-card.reverse {
    grid-template-columns: 1fr;
  }

  .aktuelles-card.reverse .aktuelles-media {
    order: 0;
  }

  .aktuelles-card.reverse .aktuelles-content {
    order: 0;
  }

  .aktuelles-media {
    min-height: 250px;
  }

  .aktuelles-content {
    padding: 30px 24px;
  }
}