/* ============================================================
   Neulandhof Bettermann · Editorial Design v2
   Schriften: Cinzel (Headlines) · Cormorant Italic (Akzent) · Lato (Body)
   Palette:   Salbei · Gold · Eiche · Creme
   SVTS-Medien
   ============================================================ */

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

:root {
    /* Hintergrund / Flächen */
    --bg:           #faf7f2;
    --bg-warm:      #f5f0eb;
    --surface:      #ffffff;
    --surface-soft: #fbf8f3;

    /* Schrift */
    --text:         #2c1a0e;
    --text-soft:    #5a3e2b;
    --text-muted:   #6b5644;

    /* Linien / Abgrenzungen */
    --border:       #e8dccb;
    --border-soft:  #f0e8dd;

    /* Markenfarben */
    --accent:       #4a6741;
    --accent-hover: #3d5836;
    --accent-deep:  #2a3e23;
    --gold:         #d4af37;
    --gold-soft:    #e4c668;
    --brown:        #8B4513;

    /* Status */
    --red:          #9b2c2c;

    /* Schatten */
    --shadow-card:  0 12px 36px rgba(44, 26, 14, 0.06);
    --shadow-soft:  0 4px 20px rgba(44, 26, 14, 0.04);

    /* Schriften */
    --serif-display: 'Marcellus', Georgia, 'Times New Roman', serif;
    --serif-text:    'Cormorant Garamond', Georgia, serif;
    --sans:          'Lato', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

html { scroll-behavior: smooth; }

body {
    font-family: var(--sans);
    background: var(--bg);
    color: var(--text);
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    /* Marcellus existiert nur in weight 400 — kein synthetisches Fake-Bold */
    font-synthesis: none;
}

/* ── TYPOGRAPHY ─────────────────────────────────────────── */
h1, h2, h3, h4 {
    font-family: var(--serif-display);
    font-weight: 400;
    color: var(--text);
    letter-spacing: 0.02em;
    line-height: 1.18;
}
h1 { letter-spacing: 0.04em; }
h2 { letter-spacing: 0.06em; text-transform: uppercase; }
h3 { letter-spacing: 0.08em; text-transform: uppercase; font-size: 18px; }

.eyebrow {
    font-family: var(--serif-text);
    font-style: italic;
    font-weight: 300;
    font-size: 17px;
    letter-spacing: 0.05em;
    color: var(--text-muted);
    margin-bottom: 16px;
    display: inline-block;
}
.eyebrow-caps {
    font-family: var(--sans);
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.32em;
    font-size: 11px;
    color: var(--gold);
}
.lead {
    font-family: var(--sans);
    font-weight: 400;
    font-size: 19px;
    color: var(--text-soft);
    line-height: 1.7;
    max-width: 62ch;
}
.divider-gold {
    display: block;
    width: 64px;
    height: 1px;
    background: var(--gold);
    margin: 28px 0;
}
.divider-gold-center { margin: 28px auto; }

/* ── HEADER ─────────────────────────────────────────────── */
.site-header {
    background: var(--surface);
    border-bottom: 1px solid var(--border);
    position: sticky;
    top: 0;
    z-index: 100;
}
.header-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 32px;
    gap: 32px;
}
.logo {
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
    color: var(--text);
}
.logo img {
    height: 88px;
    width: auto;
    object-fit: contain;
}
.logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}
.logo-text strong {
    font-family: var(--serif-display);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--text);
}
.logo-text span {
    font-family: var(--serif-text);
    font-style: italic;
    font-size: 13px;
    color: var(--text-muted);
    letter-spacing: 0.04em;
    margin-top: 4px;
}
.header-nav {
    display: flex;
    gap: 32px;
    align-items: center;
}
.header-nav a {
    color: var(--text-soft);
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: color 0.2s;
}
.header-nav a:hover { color: var(--accent); }
.header-nav a.btn-header {
    background: var(--accent);
    color: #fff;
    padding: 11px 24px;
    letter-spacing: 0.16em;
    font-weight: 400;
    transition: background 0.2s;
}
.header-nav a.btn-header:hover { background: var(--accent-hover); color: #fff; }

/* Header-Social (dezent neben Nav) */
.header-social {
    display: flex;
    gap: 12px;
    align-items: center;
    padding-right: 16px;
    border-right: 1px solid var(--border);
    margin-right: 4px;
}
.header-social a {
    color: var(--text-muted);
    transition: color 0.2s;
    display: flex;
    align-items: center;
    padding: 0;
    text-transform: none;
    letter-spacing: 0;
}
.header-social a:hover { color: var(--accent); }
.header-social svg { width: 17px; height: 17px; }

/* ── HERO ───────────────────────────────────────────────── */
.hero {
    position: relative;
    min-height: 640px;
    background-color: #1a0f07;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* Fallback zuerst (alte Browser ohne image-set), dann WebP via image-set.
       WebP ist ~54% kleiner und wird im <head> per preload sofort angefragt. */
    background-image: url('../img/hero-scheune.jpg');
    background-image: -webkit-image-set(url('../img/hero-scheune.webp') 1x, url('../img/hero-scheune.jpg') 1x);
    background-image: image-set(url('../img/hero-scheune.webp') type('image/webp'), url('../img/hero-scheune.jpg') type('image/jpeg'));
    display: flex;
    align-items: center;
    overflow: hidden;
}
.hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(95deg, rgba(26, 15, 7, 0.88) 0%, rgba(26, 15, 7, 0.62) 48%, rgba(26, 15, 7, 0.32) 100%),
        linear-gradient(180deg, rgba(26, 15, 7, 0.10) 0%, rgba(26, 15, 7, 0.55) 100%);
}
.hero-inner {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 32px;
    width: 100%;
    color: #fff;
}
.hero-content { max-width: 660px; }
.hero .eyebrow-caps {
    color: var(--gold-soft);
    margin-bottom: 24px;
    display: block;
}
.hero h1 {
    color: #fff;
    font-family: var(--serif-display);
    font-size: clamp(40px, 5.6vw, 68px);
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1.1;
    margin-bottom: 24px;
    text-transform: uppercase;
}
.hero h1 .accent {
    font-family: var(--serif-text);
    font-style: italic;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.02em;
    color: var(--gold-soft);
    display: block;
    font-size: 0.62em;
    margin-top: 8px;
}
.hero-divider {
    width: 64px;
    height: 1px;
    background: var(--gold);
    margin: 28px 0;
}
.hero p {
    color: rgba(255,255,255,0.86);
    font-size: 19px;
    font-weight: 300;
    line-height: 1.7;
    margin-bottom: 36px;
    max-width: 540px;
}
.hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    padding: 17px 36px;
    background: var(--accent);
    color: #fff;
    font-family: var(--sans);
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    border-radius: 2px;
    transition: background 0.2s, transform 0.15s;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
.hero-cta:hover { background: var(--accent-hover); transform: translateY(-1px); }
.hero-cta-arrow { transition: transform 0.2s; }
.hero-cta:hover .hero-cta-arrow { transform: translateX(4px); }
.hero-status {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 2px;
    padding: 18px 24px;
    font-size: 14px;
    color: var(--gold-soft);
    display: inline-block;
    letter-spacing: 0.06em;
}

/* ── TRUST-LEISTE ───────────────────────────────────────── */
.trust-band {
    background: var(--surface);
    border-bottom: 1px solid var(--border);
    padding: 36px 32px;
}
.trust-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.trust-item {
    text-align: center;
    border-right: 1px solid var(--border);
    padding: 4px 16px;
}
.trust-item:last-child { border-right: none; }
.trust-item-label {
    font-family: var(--serif-text);
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    color: var(--accent);
    margin-bottom: 4px;
}
.trust-item-sub {
    font-family: var(--sans);
    font-size: 11px;
    color: var(--text-muted);
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

/* ── SECTIONS · Basisraster ─────────────────────────────── */
.section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 110px 32px;
}
.section-tight { padding: 80px 32px; }
.section-narrow { max-width: 880px; }

.section-head {
    margin-bottom: 64px;
}
.section-head-centered {
    text-align: center;
    margin-bottom: 56px;
}
.section-head-centered .lead { margin: 0 auto; }
.section-head h2 {
    font-size: clamp(28px, 3.4vw, 40px);
    margin-bottom: 14px;
}

/* ── HOF-INTRO (2-Spalter editorial) ────────────────────── */
.hof-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}
.hof-text h2 {
    font-size: clamp(30px, 3.2vw, 42px);
    margin-bottom: 8px;
}
.hof-text p {
    font-family: var(--sans);
    font-weight: 300;
    color: var(--text-soft);
    margin-bottom: 18px;
    font-size: 17px;
    line-height: 1.8;
}
.hof-image {
    aspect-ratio: 4 / 5;
    overflow: hidden;
    position: relative;
}
.hof-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(0.94) contrast(1.03);
}
/* Crossfade-Stack im Hof-Bild (Hofgebäude -> Familie -> Tiere ...) */
.hof-image[data-bb] .bb-img {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1.2s ease;
    will-change: opacity;
}
.hof-image[data-bb] .bb-img[data-aktiv] {
    opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
    .hof-image[data-bb] .bb-img { transition: opacity 0.5s ease; }
}
.hof-image::after {
    content: '';
    position: absolute;
    bottom: -1px; left: -1px; right: -1px;
    height: 30%;
    background: linear-gradient(180deg, transparent, rgba(44,26,14,0.1));
    pointer-events: none;
}

/* ── NEULAND-KRITERIEN (Transparenz-Block) ───────────────── */
.neuland-section {
    background: var(--bg-warm);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}
.neuland-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 32px;
    margin-top: 24px;
}
.neuland-item {
    text-align: center;
    padding: 8px 12px;
}
.neuland-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 18px;
    color: var(--accent);
    opacity: 0.9;
}
.neuland-icon svg {
    width: 100%;
    height: 100%;
    stroke-width: 1.4;
}
.neuland-item h4 {
    font-family: var(--serif-display);
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: var(--text);
}
.neuland-item p {
    font-family: var(--sans);
    font-weight: 300;
    font-size: 14px;
    color: var(--text-soft);
    line-height: 1.7;
}
/* Desktop ab 1060 px: feste 4 Spalten, damit das 5. Element als einsamer
   Eintrag in Zeile 2 sauber mittig steht statt links-bündig zu kleben.
   Auto-fit fällt darunter auf 3 Spalten zurück, 5 Elemente = 3 + 2 sieht
   dort balanciert aus, daher dort keine Korrektur. */
@media (min-width: 1060px) {
    .neuland-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .neuland-item:nth-child(5):last-child {
        grid-column: 1 / -1;
    }
}
.neuland-footer {
    text-align: center;
    margin-top: 56px;
    padding-top: 32px;
    border-top: 1px solid var(--border);
}
.neuland-footer a {
    color: var(--accent);
    text-decoration: none;
    font-family: var(--serif-text);
    font-style: italic;
    font-size: 17px;
    border-bottom: 1px solid var(--gold);
    padding-bottom: 2px;
}
.neuland-footer a:hover { color: var(--accent-hover); }

/* ── GESCHMACK (Sensorisches Versprechen) ────────────────── */
.geschmack-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}
.geschmack-grid.reverse > div:first-child { order: 2; }
.geschmack-text h2 {
    font-size: clamp(30px, 3.2vw, 42px);
    margin-bottom: 12px;
}
.geschmack-text .lead {
    font-size: 18px;
    margin-bottom: 28px;
}
.geschmack-points {
    list-style: none;
    padding: 0;
    margin: 0;
}
.geschmack-points li {
    display: flex;
    gap: 18px;
    padding: 16px 0;
    border-bottom: 1px solid var(--border-soft);
    align-items: flex-start;
}
.geschmack-points li:last-child { border-bottom: none; }
.geschmack-points li::before {
    content: '';
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    margin-top: 9px;
    background: var(--gold);
    border-radius: 50%;
}
.geschmack-points strong {
    display: block;
    font-family: var(--serif-display);
    font-size: 13px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 4px;
    color: var(--text);
}
.geschmack-points span {
    font-family: var(--sans);
    font-weight: 300;
    font-size: 15px;
    color: var(--text-soft);
    line-height: 1.65;
}
.geschmack-image {
    aspect-ratio: 4 / 5;
    overflow: hidden;
}
.geschmack-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.02) contrast(1.05);
}

/* ── HOFAUTOMAT ─────────────────────────────────────────── */
.automat-section {
    background: var(--surface);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}
.automat-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}
.automat-row-reverse > div:first-child { order: 2; }
.automat-image {
    aspect-ratio: 5 / 4;
    overflow: hidden;
}
.automat-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.automat-text h2 {
    font-size: clamp(30px, 3.2vw, 42px);
    margin-bottom: 12px;
}
.automat-text p {
    font-family: var(--sans);
    font-weight: 300;
    color: var(--text-soft);
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 18px;
}

/* ── PRODUKTE ──────────────────────────────────────────── */
.section-produkte {
    background: linear-gradient(180deg, var(--bg) 0%, var(--bg-warm) 100%);
    max-width: none;
    padding: 110px 32px;
}
.section-produkte-inner {
    max-width: 1200px;
    margin: 0 auto;
}
.produkt-gruppe { margin-bottom: 72px; }
.produkt-gruppe:last-child { margin-bottom: 0; }
.produkt-gruppe-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--border);
    margin-bottom: 36px;
}
.produkt-gruppe-title {
    font-family: var(--serif-display);
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}
.produkt-gruppe-sub {
    font-family: var(--serif-text);
    font-style: italic;
    font-size: 16px;
    color: var(--text-muted);
}

/* ── Kategorie-Akkordeon (4 Felder, native <details>) ── */
.kat-accordion {
    border-bottom: 1px solid var(--border);
    margin-bottom: 28px;
}
.kat-accordion:last-of-type { margin-bottom: 0; }
.kat-summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    padding: 4px 0 18px;
    user-select: none;
}
.kat-summary::-webkit-details-marker { display: none; }
.kat-summary:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
.kat-summary-title {
    font-family: var(--serif-display);
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}
.kat-summary-meta {
    display: flex;
    align-items: center;
    gap: 14px;
    font-family: var(--serif-text);
    font-size: 15px;
    color: var(--text-muted);
    white-space: nowrap;
}
.kat-gesperrt-badge {
    font-style: italic;
    color: #991b1b;
    background: #fee2e2;
    padding: 2px 12px;
    border-radius: 999px;
    font-size: 13px;
}
.kat-chevron { transition: transform 0.25s ease; font-size: 13px; }
.kat-accordion[open] .kat-chevron { transform: rotate(180deg); }
.kat-accordion[open] .produkt-grid { margin: 8px 0 40px; }
.kat-accordion.gesperrt .kat-summary-title { color: var(--text-muted); }
.kat-accordion.gesperrt .produkt-grid { opacity: 0.55; }

.produkt-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}
.produkt-card {
    background: var(--surface);
    border: 1px solid var(--border);
    transition: border-color 0.25s, box-shadow 0.3s, transform 0.25s;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    position: relative;
}
.produkt-card:hover {
    border-color: var(--accent);
    box-shadow: var(--shadow-card);
    transform: translateY(-3px);
}
.produkt-card.ausverkauft { opacity: 0.5; cursor: default; }
.produkt-card.ausverkauft:hover { transform: none; box-shadow: none; border-color: var(--border); }
.produkt-card.ausgewaehlt {
    border-color: var(--accent);
    box-shadow: 0 0 0 2px var(--accent), 0 12px 32px rgba(74, 103, 65, 0.16);
}
.produkt-image {
    aspect-ratio: 4 / 3;
    background: var(--bg-warm);
    position: relative;
    overflow: hidden;
}
/* <picture> um den Logo-Platzhalter (WebP mit PNG-Fallback) darf die Geometrie
   der Kachel nicht verändern: das innere <img> misst height:100% gegen seinen
   direkten Elternknoten, deshalb muss <picture> die volle Box ausfüllen. */
.produkt-image picture {
    display: block;
    width: 100%;
    height: 100%;
}
.produkt-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    filter: saturate(0.96) contrast(1.04);
}
.produkt-image img.produkt-placeholder {
    object-fit: contain;
    padding: clamp(24px, 7%, 42px);
    background: #fff;
    filter: none;
}
.produkt-card:hover .produkt-image img { transform: scale(1.04); }
.produkt-card:hover .produkt-image img.produkt-placeholder { transform: none; }
.produkt-image-label {
    position: absolute;
    top: 16px;
    left: 16px;
    background: rgba(26, 15, 7, 0.78);
    color: #fff;
    padding: 6px 12px;
    font-family: var(--sans);
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 400;
    backdrop-filter: blur(4px);
}
.produkt-body {
    padding: 28px 28px 32px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.produkt-kat {
    font-family: var(--serif-text);
    font-style: italic;
    font-size: 14px;
    color: var(--gold);
    margin-bottom: 8px;
}
.produkt-name {
    font-family: var(--serif-display);
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 14px;
    line-height: 1.3;
}
.produkt-beschr {
    font-family: var(--sans);
    font-weight: 400;
    font-size: 14px;
    color: var(--text-soft);
    line-height: 1.7;
    margin-bottom: 24px;
    flex: 1;
}
/* Pflichtangaben nach LMIV: Allergene am Artikel, Volltext auf produktangaben.php */
.produkt-allergene {
    font-family: var(--sans);
    font-size: 13px;
    font-weight: 600;
    color: var(--text-soft);
    line-height: 1.5;
    margin-bottom: 6px;
}
.produkt-angaben-link {
    font-family: var(--sans);
    font-size: 13px;
    color: var(--accent);
    text-decoration: underline;
    text-underline-offset: 2px;
    display: inline-block;
    margin-bottom: 4px;
}
.produkt-meta {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid var(--border);
}
.produkt-preis {
    font-family: var(--serif-display);
    font-size: 26px;
    font-weight: 500;
    color: var(--accent);
    letter-spacing: 0.04em;
}
.produkt-preis .waehrung { font-size: 18px; }
.produkt-preis-unit {
    font-family: var(--serif-text);
    font-style: italic;
    font-weight: 300;
    font-size: 14px;
    color: var(--text-muted);
    margin-left: 6px;
    letter-spacing: 0;
}
.btn-warenkorb {
    background: var(--accent);
    color: #fff;
    border: none;
    padding: 14px 24px;
    width: 100%;
    margin-top: 22px;
    font-family: var(--sans);
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 2px;
    transition: background 0.2s;
}
.btn-warenkorb:hover { background: var(--accent-hover); }
.ausverkauft-label {
    width: 100%;
    margin-top: 22px;
    padding: 14px;
    text-align: center;
    background: var(--bg-warm);
    color: var(--text-muted);
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

/* ── ABLAUF (3 Schritte · hell, ruhig) ──────────────────── */
.section-ablauf {
    background: var(--bg-warm);
    max-width: none;
    padding: 110px 32px;
    border-top: 1px solid var(--border);
}
.section-ablauf-inner {
    max-width: 1200px;
    margin: 0 auto;
}
.ablauf-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 56px;
}
.ablauf-item {
    text-align: center;
    padding: 0 12px;
}
.ablauf-nr {
    font-family: var(--serif-text);
    font-style: italic;
    font-weight: 300;
    font-size: 52px;
    color: var(--gold);
    line-height: 1;
    margin-bottom: 16px;
}
.ablauf-nr::after {
    content: '';
    display: block;
    width: 32px;
    height: 1px;
    background: var(--gold);
    margin: 18px auto 0;
}
.ablauf-title {
    font-family: var(--serif-display);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.ablauf-text {
    font-family: var(--sans);
    font-weight: 300;
    color: var(--text-soft);
    font-size: 15px;
    line-height: 1.7;
    max-width: 28ch;
    margin: 0 auto;
}

/* ── WARENKORB-LEISTE ──────────────────────────────────── */
#warenkorb-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--text);
    color: #fff;
    padding: 18px 32px;
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    z-index: 200;
    box-shadow: 0 -8px 32px rgba(0,0,0,0.3);
    transform: translateY(100%);
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
#warenkorb-bar.sichtbar { display: flex; transform: translateY(0); }
#warenkorb-bar .info {
    font-family: var(--sans);
    font-size: 11px;
    color: rgba(255,255,255,0.6);
    letter-spacing: 0.18em;
    text-transform: uppercase;
}
#warenkorb-bar .info strong {
    display: block;
    color: #fff;
    font-family: var(--serif-display);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-top: 4px;
    text-transform: none;
}
.btn-checkout {
    background: var(--gold);
    color: var(--text);
    border: none;
    padding: 14px 28px;
    font-family: var(--sans);
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    border-radius: 2px;
    transition: background 0.2s;
}
.btn-checkout:hover { background: var(--gold-soft); }

/* ── ANIMATIONS ────────────────────────────────────────── */
/* Puls-Ring GPU-composited (transform + opacity) statt animiertem box-shadow.
   Vorher: `box-shadow … infinite` → Repaint JEDES Frame, dauerhaft, nie idle
   = massive, ständige Bremse (v. a. mobil). transform/opacity laufen auf dem
   Compositor → kein Repaint mehr. Ring liegt auf einem ::after-Pseudo. */
.hero-cta     { box-shadow: 0 8px 24px rgba(0,0,0,0.25); }
.hero-cta, .btn-bestellen { position: relative; }
.hero-cta::after, .btn-bestellen::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    opacity: 0;
}
.hero-cta::after      { box-shadow: 0 0 0 2px rgba(212, 175, 55, 0.5); }
.btn-bestellen::after { box-shadow: 0 0 0 2px rgba(74, 103, 65, 0.5); }
@keyframes cta-ring {
    0%   { opacity: 0.55; transform: scale(1); }
    70%  { opacity: 0;    transform: scale(1.16); }
    100% { opacity: 0;    transform: scale(1.16); }
}
@media (prefers-reduced-motion: no-preference) {
    .hero-cta::after, .btn-bestellen::after { animation: cta-ring 3s ease-out infinite; }
}
.hero-cta:hover::after, .btn-bestellen:hover::after { animation: none; opacity: 0; }

@keyframes card-confirm {
    0%   { box-shadow: 0 0 0 0 rgba(74, 103, 65, 0.6); transform: scale(1); }
    35%  { box-shadow: 0 0 0 14px rgba(74, 103, 65, 0); transform: scale(1.015); }
    100% { box-shadow: 0 0 0 0 rgba(74, 103, 65, 0); transform: scale(1); }
}
.produkt-card.flash { animation: card-confirm 0.7s ease-out; }

/* ── TOAST ─────────────────────────────────────────────── */
.toast {
    position: fixed;
    top: 24px;
    right: 24px;
    background: var(--accent);
    color: #fff;
    padding: 16px 24px 16px 20px;
    font-family: var(--sans);
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.04em;
    box-shadow: 0 16px 40px rgba(0,0,0,0.25);
    display: flex;
    align-items: center;
    gap: 14px;
    z-index: 9999;
    transform: translateX(120%);
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s;
    max-width: 360px;
    border-radius: 2px;
}
.toast.show { transform: translateX(0); }
.toast.hide { opacity: 0; transform: translateX(20%); }
.toast-icon {
    width: 26px; height: 26px;
    background: var(--gold);
    color: var(--text);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.toast-icon svg { width: 14px; height: 14px; }
.toast-text strong {
    display: block;
    font-family: var(--serif-display);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.toast-text span {
    display: block;
    font-size: 13px;
    color: rgba(255,255,255,0.86);
    font-weight: 300;
}

/* ── CHECKOUT ──────────────────────────────────────────── */
.checkout-grid {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 56px;
    align-items: start;
    max-width: 1200px;
    margin: 0 auto;
}
.form-group { margin-bottom: 22px; }
.form-group label {
    display: block;
    font-family: var(--sans);
    font-size: 11px;
    font-weight: 400;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 0.22em;
    margin-bottom: 10px;
}
.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 14px 16px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 2px;
    font-size: 16px;
    color: var(--text);
    font-family: var(--sans);
    font-weight: 300;
    transition: border-color 0.2s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--accent);
}
.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    font-size: 14px;
    font-weight: 300;
    color: var(--text-soft);
    cursor: pointer;
    margin-bottom: 14px;
    line-height: 1.6;
}
.checkbox-label input[type="checkbox"] {
    width: 18px; height: 18px;
    flex-shrink: 0;
    margin-top: 2px;
    accent-color: var(--accent);
}
.checkbox-label a { color: var(--accent); }

.bestellung-sidebar {
    background: var(--surface);
    border: 1px solid var(--border);
    padding: 32px;
    position: sticky;
    top: 110px;
}
.bestellung-sidebar h3 {
    font-family: var(--serif-display);
    font-size: 15px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 24px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--border);
}
.bestellung-zeile {
    display: flex;
    justify-content: space-between;
    font-family: var(--sans);
    font-size: 14px;
    font-weight: 300;
    color: var(--text-soft);
    padding: 10px 0;
    border-bottom: 1px solid var(--border-soft);
}
.bestellung-zeile:last-child { border-bottom: none; }
.bestellung-total {
    display: flex;
    justify-content: space-between;
    font-family: var(--serif-display);
    font-size: 22px;
    color: var(--accent);
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid var(--border);
    font-weight: 500;
}
.btn-bestellen {
    width: 100%;
    padding: 17px;
    background: var(--accent);
    color: #fff;
    border: none;
    font-family: var(--sans);
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 24px;
    border-radius: 2px;
    transition: background 0.2s;
}
.btn-bestellen:hover { background: var(--accent-hover); }

/* Fenster-Auswahl */
.fenster-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 12px;
}
.fenster-option {
    border: 1px solid var(--border);
    border-radius: 2px;
    padding: 18px 20px;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
    background: var(--surface);
}
.fenster-option:hover { border-color: var(--accent); }
.fenster-option.ausgewaehlt { border-color: var(--accent); background: var(--bg-warm); }
.fenster-option.voll { opacity: 0.5; cursor: not-allowed; }
.fenster-option input { display: none; }
.fenster-zeit {
    font-family: var(--serif-display);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}
.fenster-datum {
    font-family: var(--serif-text);
    font-style: italic;
    font-size: 14px;
    color: var(--text-muted);
    margin-top: 6px;
}
.fenster-frei {
    font-family: var(--sans);
    font-size: 11px;
    color: var(--accent);
    margin-top: 8px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.fenster-frei.knapp { color: var(--gold); }
.fenster-frei.voll { color: var(--red); }

/* ── BESTÄTIGUNG ───────────────────────────────────────── */
.bestaetigung-box {
    max-width: 640px;
    margin: 60px auto;
    text-align: center;
    padding: 64px 48px;
    background: var(--surface);
    border: 1px solid var(--border);
}
.bestaetigung-box::before {
    content: '';
    display: block;
    width: 48px;
    height: 1px;
    background: var(--gold);
    margin: 0 auto 24px;
}
.bestaetigung-box h1 {
    font-family: var(--serif-display);
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 14px;
}
/* ── Box-Code: EINE elegante Plakette (Box-Nr + Code vereint) ──────────
   Rustikal-edel: warmes Pergament-Creme, feiner Goldrahmen + dünner
   Innenrahmen (Passepartout-Look wie eine Urkunde/Emaille-Plakette),
   Serifen-Ziffern statt Schreibmaschine. Ein Kasten, kein Verschachteln. */
.box-abholung {
    position: relative;
    max-width: 460px;
    margin: 0 auto 32px;
    padding: 34px 30px 26px;
    background: radial-gradient(135% 100% at 50% 0%, #fdf8ec 0%, #f2e5c6 100%);
    border: 1px solid #c9aa5e;
    border-radius: 3px;
    box-shadow: 0 12px 30px rgba(55,38,15,0.14);
    text-align: center;
}
/* dünner Innenrahmen als Passepartout */
.box-abholung::before {
    content: '';
    position: absolute;
    inset: 7px;
    border: 1px solid rgba(95,67,18,0.40);
    border-radius: 2px;
    pointer-events: none;
}
.box-zeile {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
}
.box-eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #927339;
}
.box-nummer {
    font-family: var(--serif-display);
    font-size: clamp(30px, 6vw, 40px);
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #2b3a22;
}
.box-code {
    font-family: var(--serif-display);
    font-weight: 500;
    font-size: clamp(58px, 13vw, 92px);
    line-height: 1;
    letter-spacing: 0.22em;
    padding-left: 0.22em;            /* gleicht die rechte Spur des letter-spacing aus */
    color: #1f341c;
    text-shadow: 0 1px 0 rgba(255,255,255,0.7);
}
/* Zierteiler mit Rautensymbol */
.box-trenner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin: 20px auto;
    color: #c9aa5e;
}
.box-trenner::before,
.box-trenner::after {
    content: '';
    height: 1px;
    width: 64px;
}
.box-trenner::before { background: linear-gradient(90deg, transparent, #c9aa5e); }
.box-trenner::after  { background: linear-gradient(90deg, #c9aa5e, transparent); }
.box-trenner span { font-size: 13px; line-height: 1; }
.box-code-hinweis {
    position: relative;
    font-size: 13px;
    color: #6b5836;
    margin-top: 18px;
    letter-spacing: 0.03em;
}
.box-abholung p[style] {
    display: none;
}

/* ── PAGE (Impressum, Datenschutz) ─────────────────────── */
.page {
    max-width: 760px;
    margin: 0 auto;
    padding: 80px 32px 110px;
}
.page h1 {
    font-family: var(--serif-display);
    font-size: clamp(28px, 3.4vw, 40px);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.page h2 {
    font-family: var(--serif-display);
    font-size: 16px;
    letter-spacing: 0.18em;
    margin-top: 44px;
    margin-bottom: 14px;
    color: var(--accent);
}
.page h3 {
    font-family: var(--serif-text);
    font-style: italic;
    font-size: 18px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
    margin-top: 26px;
    margin-bottom: 10px;
}
.page p, .page li {
    font-family: var(--sans);
    font-weight: 300;
    color: var(--text-soft);
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.75;
}
.page ul { padding-left: 22px; }
.page a { color: var(--accent); }

/* ── FOOTER ────────────────────────────────────────────── */
.site-footer {
    background: var(--text);
    color: rgba(255,255,255,0.65);
    padding: 72px 32px 32px;
    font-family: var(--sans);
    font-weight: 300;
}
.footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 56px;
    margin-bottom: 48px;
}
.footer-brand .logo img {
    height: 80px;
}
.footer-brand p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255,255,255,0.55);
    max-width: 36ch;
}
.footer-col h4 {
    font-family: var(--serif-display);
    font-size: 13px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold-soft);
    margin-bottom: 18px;
    font-weight: 500;
}
.footer-col a, .footer-col p {
    display: block;
    color: rgba(255,255,255,0.65);
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 8px;
    transition: color 0.2s;
}
.footer-col a:hover { color: var(--gold-soft); }
.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 28px;
    border-top: 1px solid rgba(255,255,255,0.1);
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: rgba(255,255,255,0.4);
    letter-spacing: 0.08em;
}

/* ── SOCIAL ─────────────────────────────────────────────── */
.social-links {
    display: flex;
    gap: 12px;
    margin-top: 24px;
}
.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 50%;
    color: rgba(255,255,255,0.7);
    transition: all 0.25s;
    text-decoration: none;
}
.social-link:hover {
    background: var(--gold);
    border-color: var(--gold);
    color: var(--text) !important;
    transform: translateY(-2px);
}
.social-link svg { width: 16px; height: 16px; }
.social-link.whatsapp:hover { background: #25D366; border-color: #25D366; color: #fff !important; }

/* ── BILDBAND (3-Kachel-Atmosphäre) ──────────────────────── */
.bildband {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
    background: var(--bg);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}
.bildband-kachel {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}
.bildband-kachel .bb-stack {
    position: absolute;
    inset: 0;
}
.bildband-kachel .bb-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0;
    transition: opacity 1.2s ease, transform 0.6s ease;
    filter: saturate(0.94) contrast(1.03);
    will-change: opacity;
}
.bildband-kachel .bb-img[data-aktiv] {
    opacity: 1;
}
.bildband-kachel:hover .bb-img[data-aktiv] { transform: scale(1.04); }
.bildband-kachel::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(26,15,7,0.55) 100%);
    pointer-events: none;
    z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
    .bildband-kachel .bb-img { transition: opacity 0.5s ease; }
    .bildband-kachel:hover .bb-img[data-aktiv] { transform: none; }
}

/* ── RESPONSIVE ────────────────────────────────────────── */
@media (max-width: 1024px) {
    .trust-inner { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .trust-item:nth-child(2n) { border-right: none; }
    .hof-grid, .geschmack-grid, .automat-row {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    .geschmack-grid.reverse > div:first-child,
    .automat-row-reverse > div:first-child { order: 1; }
    .produkt-grid { grid-template-columns: repeat(2, 1fr); }
    .ablauf-grid { grid-template-columns: 1fr; gap: 48px; }
    .checkout-grid { grid-template-columns: 1fr; }
    .bestellung-sidebar { position: static; }
    .footer-inner { grid-template-columns: 1fr; gap: 32px; }
    .section, .section-tight { padding: 80px 24px; }
    .section-produkte, .section-ablauf { padding: 80px 24px; }
    .bildband { grid-template-columns: 1fr; }
    .bildband-kachel { aspect-ratio: 16 / 9; }
}

@media (max-width: 640px) {
    .header-inner { padding: 14px 20px; gap: 16px; }
    .header-nav { gap: 8px; min-width: 0; }
    .header-nav a:not(.btn-header) { display: none; }
    .header-nav a.btn-header { padding: 10px 14px; letter-spacing: 0.08em; white-space: nowrap; }
    .header-social { display: none; }
    .logo { min-width: 0; gap: 10px; }
    .logo-text { min-width: 0; }
    .logo img { height: 68px; }
    .logo-text strong { font-size: 13px; }
    .logo-text span { font-size: 11px; }
    .hero-inner { padding: 60px 20px; }
    .hero { min-height: 540px; }
    .section, .section-tight,
    .section-produkte, .section-ablauf { padding: 64px 20px; }
    .produkt-grid { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; gap: 8px; }
    .toast { right: 12px; left: 12px; top: 12px; max-width: none; }
}

@media (max-width: 390px) {
    .header-inner { padding-left: 12px; padding-right: 12px; }
    .logo-text { display: none; }
    .header-nav a.btn-header { padding: 10px 12px; }
}

@media print {
    .site-header, .site-footer, .btn-warenkorb, .btn-bestellen,
    #warenkorb-bar, .hero-cta, .toast { display: none !important; }
}


/* ═══════════════════════════════════════════════════════════════
   v3 — Warenkorb, Ampel, Variante, Mengenwähler
   ═══════════════════════════════════════════════════════════════ */

/* Ampel-Punkt an der Produkt-Image-Ecke */
.produkt-image { position: relative; }
.ampel {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #fff, 0 2px 4px rgba(0,0,0,0.2);
}
.ampel-gruen { background: #16a34a; }
.ampel-gelb  { background: #f59e0b; }
.ampel-rot   { background: #dc2626; }
.ampel-grau  { background: #9ca3af; }

/* Verfügbarkeits-Label */
.produkt-verf {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 4px 10px;
    border-radius: 12px;
    display: inline-block;
}
.produkt-verf-gruen { color: #166534; background: #dcfce7; }
.produkt-verf-gelb  { color: #92400e; background: #fef3c7; }
.produkt-verf-rot   { color: #991b1b; background: #fee2e2; }
.produkt-verf-grau  { color: #4b5563; background: #f3f4f6; }

/* Zyklus-Info-Band */
.zyklus-info-band {
    margin-top: 18px;
    padding: 10px 18px;
    background: var(--accent-pale, #fef9ef);
    border-left: 3px solid var(--accent-warm, #d4a017);
    font-size: 13px;
    color: var(--text-soft, #555);
    border-radius: 2px;
}
.zyklus-info-band.warn { background: #fee2e2; border-color: #dc2626; color: #7f1d1d; }
.termin-aendern { color: var(--gold); font-weight: 700; text-decoration: underline; }

/* ── ABHOLTERMIN-AUSWAHL (Block-zuerst, v3.2) ───────────── */
.sortiment-anchor { display: block; position: relative; top: -90px; visibility: hidden; }

.termin-picker {
    background: var(--bg-warm);
    border: 1px solid var(--border);
    border-radius: 4px;
    padding: 28px 24px;
    margin-bottom: 40px;
}
.termin-picker-head { text-align: center; margin-bottom: 22px; }
.termin-picker-head h3 {
    font-family: var(--serif-display);
    font-size: clamp(22px, 3vw, 30px);
    margin: 6px 0 8px;
}
.termin-picker-head p { color: var(--text-soft); font-size: 15px; max-width: 560px; margin: 0 auto; }
.termin-leer { text-align: center; color: var(--text-soft); padding: 24px; }

/* v3.2 Termin-Dropdown (ersetzt die Kachel-Auswahl) */
.termin-form { max-width: 520px; margin: 0 auto; }
.termin-select-label {
    display: block;
    font-family: var(--sans);
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 10px;
    text-align: center;
}
.termin-select-row { display: flex; gap: 10px; align-items: stretch; }
.termin-select {
    flex: 1;
    font-family: var(--sans);
    font-size: 16px;
    padding: 13px 14px;
    border: 1px solid var(--border);
    border-radius: 3px;
    background: var(--surface);
    color: inherit;
    cursor: pointer;
}
.termin-select:focus { outline: none; border-color: var(--accent); }
.btn-termin-weiter {
    font-family: var(--sans);
    font-weight: 700;
    font-size: 15px;
    padding: 0 22px;
    border: none;
    border-radius: 3px;
    background: var(--accent);
    color: #fff;
    cursor: pointer;
    white-space: nowrap;
}
.btn-termin-weiter:hover { filter: brightness(0.93); }
.termin-hinweis-js { font-size: 13px; color: var(--text-soft); margin-top: 8px; text-align: center; }
@media (max-width: 480px) {
    .termin-select-row { flex-direction: column; }
    .btn-termin-weiter { padding: 12px; }
}

.termin-kw { margin-bottom: 22px; }
.termin-kw:last-child { margin-bottom: 0; }
.termin-kw-titel {
    font-family: var(--sans);
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--gold);
    border-bottom: 1px solid var(--border);
    padding-bottom: 6px;
    margin-bottom: 12px;
}
.termin-bloecke {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 12px;
}
.termin-block {
    display: flex;
    flex-direction: column;
    gap: 6px;
    border: 1px solid var(--border);
    border-radius: 3px;
    background: var(--surface);
    padding: 14px 16px;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.2s, background 0.2s, transform 0.1s;
}
.termin-block:hover { border-color: var(--accent); transform: translateY(-1px); }
.termin-block.voll { opacity: 0.5; cursor: not-allowed; pointer-events: none; }
.termin-block-tag {
    font-family: var(--serif-display);
    font-size: 15px;
    font-weight: 500;
}
.termin-block-status {
    font-family: var(--sans);
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--accent);
}
.termin-block.voll .termin-block-status { color: var(--red); }

.fenster-bestaetigung {
    border: 1px solid var(--accent);
    background: var(--bg-warm);
    border-radius: 3px;
    padding: 16px 18px;
}
.fenster-bestaetigung .termin-aendern { display: inline-block; margin-top: 8px; }

/* Varianten-Buttons (Grillpakete) */
.variante-row {
    display: flex;
    gap: 6px;
    margin: 12px 0 10px;
}
.variante-btn {
    flex: 1;
    border: 1px solid var(--border, #d1d5db);
    background: #fff;
    padding: 8px 10px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 2px;
    transition: all 0.15s;
}
.variante-btn:hover { border-color: var(--accent, #1a4a1a); color: var(--accent, #1a4a1a); }
.variante-btn.aktiv {
    background: var(--accent, #1a4a1a);
    color: #fff;
    border-color: var(--accent, #1a4a1a);
}

/* Mengen-Wähler */
.menge-row {
    display: flex;
    gap: 0;
    align-items: center;
    border: 1px solid var(--border, #d1d5db);
    border-radius: 2px;
    overflow: hidden;
    width: 130px;
    margin-top: 8px;
}
.menge-btn {
    width: 36px;
    height: 36px;
    border: none;
    background: #f9fafb;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    color: var(--accent, #1a4a1a);
}
.menge-btn:hover { background: var(--accent-pale, #fef9ef); }
.menge-row input[type="number"] {
    flex: 1;
    text-align: center;
    border: none;
    background: #fff;
    font-size: 15px;
    font-weight: 700;
    width: 50px;
    height: 36px;
    -moz-appearance: textfield;
}
.menge-row input::-webkit-outer-spin-button,
.menge-row input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

/* Warenkorb-Bar (v3) */
#nlh-warenkorb-bar {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%) translateY(120%);
    display: flex;
    align-items: center;
    gap: 18px;
    background: var(--accent, #1a4a1a);
    color: #fff;
    padding: 14px 24px;
    border-radius: 999px;
    box-shadow: 0 12px 32px rgba(0,0,0,0.18);
    z-index: 80;
    transition: transform 0.25s ease;
    max-width: 90vw;
}
#nlh-warenkorb-bar.sichtbar { transform: translateX(-50%) translateY(0); }
#nlh-warenkorb-bar .info { display: flex; gap: 10px; font-size: 13px; align-items: baseline; }
#nlh-warenkorb-bar .info strong { font-size: 15px; }
#nlh-warenkorb-bar .btn-checkout {
    background: #fff;
    color: var(--accent, #1a4a1a);
    padding: 8px 18px;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    font-size: 13px;
}
#nlh-warenkorb-bar .btn-checkout:hover { background: #f1f5f9; }

/* Warenkorb-Seite */
.wk-leer-kasten {
    background: var(--bg, #fff);
    border: 1px solid var(--border, #e5e7eb);
    padding: 48px 32px;
    text-align: center;
    border-radius: 4px;
}
.wk-leer-kasten h2 { margin: 0 0 8px; font-size: 22px; }
.wk-leer-kasten p { color: var(--text-muted, #6b7280); margin-bottom: 20px; }
.btn-warenkorb-link {
    display: inline-block;
    padding: 10px 22px;
    background: var(--accent, #1a4a1a);
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    border-radius: 2px;
}
.wk-zyklus-info {
    background: var(--accent-pale, #fef9ef);
    border-left: 3px solid var(--accent-warm, #d4a017);
    padding: 12px 18px;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.6;
    color: var(--text-soft, #555);
}
.wk-tbl-wrap { overflow-x: auto; }
.wk-tbl {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}
.wk-tbl th, .wk-tbl td {
    text-align: left;
    padding: 12px 14px;
    border-bottom: 1px solid var(--border-soft, #f3f4f6);
    font-size: 14px;
    vertical-align: middle;
}
.wk-tbl th { font-size: 11px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--text-muted, #6b7280); font-weight: 700; }
.wk-tbl .wk-summe td { border-top: 2px solid var(--text); border-bottom: none; padding-top: 14px; }
.wk-variante { font-size: 11px; color: var(--text-muted, #6b7280); margin-top: 2px; }
.wk-menge-ctrl { display: flex; align-items: center; border: 1px solid var(--border, #d1d5db); border-radius: 2px; overflow: hidden; }
.wk-mbtn { width: 30px; height: 32px; border: none; background: #f9fafb; cursor: pointer; font-size: 16px; font-weight: 700; color: var(--accent, #1a4a1a); }
.wk-mqty { width: 48px; height: 32px; border: none; text-align: center; font-weight: 700; -moz-appearance: textfield; }
.wk-mqty::-webkit-outer-spin-button, .wk-mqty::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.wk-loeschen {
    background: none;
    border: 1px solid var(--border, #d1d5db);
    color: var(--text-muted, #6b7280);
    cursor: pointer;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-size: 16px;
    line-height: 1;
}
.wk-loeschen:hover { color: #dc2626; border-color: #dc2626; }
.wk-grosswarnung {
    margin: 20px 0;
    padding: 14px 20px;
    background: #fef3c7;
    border-left: 3px solid #f59e0b;
    color: #92400e;
    font-size: 13px;
    border-radius: 2px;
}
.wk-checkout-form { margin-top: 24px; }
.wk-checkout-zeile { display: flex; gap: 12px; justify-content: flex-end; align-items: center; }
.btn-warenkorb-secondary {
    background: #fff;
    border: 1px solid var(--border, #d1d5db);
    color: var(--text, #1f2937);
    padding: 10px 18px;
    cursor: pointer;
    border-radius: 2px;
    font-size: 13px;
}
.btn-warenkorb-primary {
    background: var(--accent, #1a4a1a);
    color: #fff;
    border: none;
    padding: 12px 28px;
    cursor: pointer;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 700;
}
.btn-warenkorb-primary:hover { background: #2d5d2d; }
.bestellung-variante { color: var(--text-muted, #6b7280); font-size: 11px; }

/* Cart-Bar Print ausblenden */
@media print {
    #nlh-warenkorb-bar { display: none !important; }
}

/* ═══════════════════════════════════════════════════════════════════
   Hero · Wechselwort (Fleisch ↔ Genuss ↔ Frische ↔ Heimat)
   Inline-Grid-Stack: alle Wörter liegen übereinander, der Slot wächst
   automatisch auf das längste Wort. Kein min-width, kein Layout-Shift,
   kein Zeilenumbruch im Restsatz.
   ═══════════════════════════════════════════════════════════════════ */
.wechselwort {
    display: inline-grid;
    grid-template-columns: auto;
    vertical-align: baseline;
    perspective: 900px;
    line-height: 1;
}
.wechselwort > .ww-slot {
    grid-column: 1;
    grid-row: 1;
    opacity: 0;
    backface-visibility: hidden;
    will-change: opacity, transform, filter;
    transition:
        opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.7s cubic-bezier(0.5, 0.1, 0.3, 1),
        filter 0.7s ease;
}
.wechselwort > .ww-slot[data-aktiv] {
    opacity: 1;
}
/* Aus-Phasen für den verlassenden Slot */
.wechselwort > .ww-slot.ww-aus-fade { opacity: 0; }
.wechselwort > .ww-slot.ww-aus-flip { opacity: 0; transform: rotateY(90deg); }
.wechselwort > .ww-slot.ww-aus-blur { opacity: 0; filter: blur(14px); transform: scale(0.85); }
/* Ein-Startwerte für den ankommenden Slot, BEVOR Transition startet */
.wechselwort > .ww-slot.ww-ein-fade-start { opacity: 0; }
.wechselwort > .ww-slot.ww-ein-flip-start { opacity: 0; transform: rotateY(-90deg); }
.wechselwort > .ww-slot.ww-ein-blur-start { opacity: 0; filter: blur(14px); transform: scale(1.15); }

@media (prefers-reduced-motion: reduce) {
    .wechselwort > .ww-slot { transition: opacity 0.4s ease; }
    .wechselwort > .ww-slot.ww-aus-flip,
    .wechselwort > .ww-slot.ww-aus-blur { transform: none; filter: none; }
    .wechselwort > .ww-slot.ww-ein-flip-start,
    .wechselwort > .ww-slot.ww-ein-blur-start { transform: none; filter: none; }
}
