/* ===============================================
   Hinterländer Bienenhof — Theme CSS
   =============================================== */

/* CSS-Variablen (werden durch Customizer überschrieben) */
:root {
    --lila: #7e2553;
    --lila-hell: #a83d6b;
    --lila-tief: #4a1530;
    --honig: #f5b938;
    --honig-tief: #d18f1c;
    --honig-warm: #ffc857;
    --schwarz: #1a0f1a;
    --creme: #fff8ec;
    --paper: #fffdf8;
    --line: #ead9c4;
    --gruen-tief: #5a7340;
    --holz: #6b4226;
    --rot: #b32d4a;
}

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

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    color: var(--schwarz);
    background: var(--creme);
    line-height: 1.6;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

a { color: var(--lila); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--lila-tief); }

/* Skip-Link */
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 9999; padding: 12px 20px; background: var(--lila); color: var(--creme); }
.skip-link:focus { left: 0; }

/* Container */
.cn { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.cn-eng { max-width: 900px; margin: 0 auto; padding: 0 24px; }

/* ===== Top-Bar (Laufband) — schmal & subtil ===== */
.toptape {
    background: var(--schwarz);
    color: var(--creme);
    padding: 5px 0;
    overflow: hidden;
    position: relative;
}
.toptape-track {
    display: flex;
    gap: 40px;
    white-space: nowrap;
    animation: toptape 40s linear infinite;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    opacity: 0.92;
}
.toptape-track span::after { content: '·'; margin-left: 40px; opacity: 0.5; }
@keyframes toptape {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ===== Navigation — kompakt, Logo links, Links rechts ===== */
.nav {
    background: rgba(255, 248, 236, 0.97);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 1px 8px rgba(0,0,0,0.03);
}
.nav-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 10px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.nav-logo {
    display: block;
    flex-shrink: 0;
    line-height: 0;
}
.logo-img {
    height: 44px;
    width: auto;
    display: block;
}
.fuss-logo { height: 70px; width: auto; filter: brightness(0) invert(1); margin-bottom: 16px; }

.nav-links {
    list-style: none;
    display: flex;
    gap: 4px;
    align-items: center;
    margin: 0;
    padding: 0;
}
.nav-links li { list-style: none; }
.nav-links a {
    display: inline-block;
    color: var(--schwarz);
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    padding: 8px 14px;
    border-radius: 8px;
    transition: all 0.15s;
    letter-spacing: 0.01em;
}
.nav-links a:hover {
    color: var(--lila);
    background: rgba(126,37,83,0.07);
}
.nav-links .current-menu-item a,
.nav-links .current_page_item a {
    color: var(--lila);
    background: rgba(126,37,83,0.1);
}

.hamburger {
    display: none;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
    color: var(--schwarz);
}
.hamburger svg { width: 28px; height: 28px; }

@media (max-width: 1000px) {
    .hamburger { display: block; }
    .nav-links {
        position: fixed;
        top: 92px;
        left: 0;
        right: 0;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 20px 24px;
        background: var(--paper);
        border-bottom: 1px solid var(--line);
        max-height: calc(100vh - 92px);
        overflow-y: auto;
        transform: translateY(-150%);
        transition: transform 0.3s;
        box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    }
    .nav-links.open { transform: translateY(0); }
    .nav-links li { padding: 14px 0; border-bottom: 1px dashed var(--line); }
    .nav-links li:last-child { border-bottom: none; }
}

/* ===== Hero (Top-Bar-Heroes für Unterseiten) ===== */
.hero-tb {
    padding: 60px 0 50px;
    background: linear-gradient(180deg, var(--creme) 0%, var(--paper) 100%);
    position: relative;
    overflow: hidden;
    text-align: center;
}
.hero-tb::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 50%, rgba(126,37,83,0.08), transparent 60%);
    pointer-events: none;
}
.hero-tb h1 {
    font-family: Charter, 'Bitstream Charter', 'Iowan Old Style', Cambria, Georgia, serif;
    font-size: clamp(2.4rem, 5.5vw, 4rem);
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.03em;
    margin-bottom: 14px;
    position: relative;
    font-variation-settings: 'opsz' 144, 'SOFT' 50;
}
.hero-tb h1 em {
    font-style: italic;
    background: linear-gradient(135deg, var(--lila), var(--honig-tief));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.hero-tb-lead {
    font-size: 1.15rem;
    max-width: 660px;
    margin: 0 auto;
    opacity: 0.85;
    line-height: 1.65;
    position: relative;
}
.hero-tb .handwriting {
    font-family: 'Bradley Hand', 'Brush Script MT', 'Brush Script Std', 'Lucida Handwriting', cursive;
    font-size: 1.4rem;
    color: var(--lila);
    margin-top: 18px;
}

/* ===== Buttons ===== */
.btn-primary, .btn-secondary {
    display: inline-block;
    padding: 14px 32px;
    border-radius: 100px;
    font-weight: 700;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s;
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    text-decoration: none;
    border: 2px solid transparent;
}
.btn-primary {
    background: linear-gradient(135deg, var(--lila), var(--lila-tief));
    color: var(--creme);
}
.btn-primary:hover {
    color: var(--creme);
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(126,37,83,0.3);
}
.btn-secondary {
    background: transparent;
    color: var(--lila);
    border-color: var(--lila);
}
.btn-secondary:hover { background: var(--lila); color: var(--creme); }

.kicker-pill {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--lila);
    padding: 6px 16px;
    background: rgba(126,37,83,0.08);
    border-radius: 100px;
    margin-bottom: 14px;
}

/* ===== Sektionen ===== */
.hhb-section {
    padding: 60px 0;
}
.hhb-section-head {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 40px;
    padding: 0 24px;
}
.hhb-section-head .kicker {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--lila);
    margin-bottom: 12px;
    display: inline-block;
}
.hhb-section-head h2 {
    font-family: Charter, 'Bitstream Charter', 'Iowan Old Style', Cambria, Georgia, serif;
    font-size: clamp(2rem, 4.5vw, 3rem);
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 14px;
    font-variation-settings: 'opsz' 144;
}
.hhb-section-head h2 em {
    font-style: italic;
    background: linear-gradient(135deg, var(--lila), var(--honig-tief));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* Page-Content (Standard-Seiten wie Impressum) */
.hhb-page-content { padding: 60px 0; }
.hhb-page-content h2 {
    font-family: Charter, 'Bitstream Charter', 'Iowan Old Style', Cambria, Georgia, serif;
    font-size: 1.8rem;
    font-weight: 500;
    margin-top: 32px;
    margin-bottom: 14px;
    line-height: 1.2;
}
.hhb-page-content h3 {
    font-family: Charter, 'Bitstream Charter', 'Iowan Old Style', Cambria, Georgia, serif;
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: 24px;
    margin-bottom: 10px;
}
.hhb-page-content p, .hhb-page-content li {
    line-height: 1.7;
    margin-bottom: 16px;
}
.hhb-page-content ul, .hhb-page-content ol {
    padding-left: 28px;
    margin-bottom: 20px;
}

/* ===== Footer ===== */
.fuss {
    background: linear-gradient(135deg, var(--schwarz), var(--lila-tief));
    color: var(--creme);
    padding: 60px 0 30px;
    margin-top: 60px;
}
.fuss-top {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}
@media (max-width: 900px) {
    .fuss-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
    .fuss-top { grid-template-columns: 1fr; }
}
.fuss-brand { max-width: 340px; }
.fuss-tag {
    font-family: 'Bradley Hand', 'Brush Script MT', 'Brush Script Std', 'Lucida Handwriting', cursive;
    font-size: 1.5rem;
    color: var(--honig);
    margin-bottom: 12px;
}
.fuss-kurz {
    font-size: 0.92rem;
    opacity: 0.85;
    line-height: 1.6;
}
.fuss-spalte h5 {
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--honig);
    margin-bottom: 16px;
}
.fuss-spalte ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.fuss-spalte li { padding: 5px 0; }
.fuss-spalte a {
    color: var(--creme);
    opacity: 0.8;
    font-size: 0.92rem;
    transition: all 0.2s;
}
.fuss-spalte a:hover {
    opacity: 1;
    color: var(--honig);
}
.fuss-unten {
    padding-top: 20px;
    border-top: 1px solid rgba(245,185,56,0.2);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 0.84rem;
    opacity: 0.78;
}
.fuss-unten a {
    color: var(--creme);
    opacity: 0.78;
    margin-right: 12px;
}
.fuss-unten a:hover { opacity: 1; color: var(--honig); }

/* ===== Newsletter ===== */
.hhb-newsletter {
    background: linear-gradient(135deg, rgba(245,185,56,0.08), rgba(126,37,83,0.04));
    padding: 70px 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}
.newsletter-inner {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}
.newsletter-inner h2 {
    font-family: Charter, 'Bitstream Charter', 'Iowan Old Style', Cambria, Georgia, serif;
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 14px;
    font-variation-settings: 'opsz' 144;
}
.newsletter-inner h2 em {
    font-style: italic;
    background: linear-gradient(135deg, var(--lila), var(--honig-tief));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.newsletter-intro {
    font-size: 1.05rem;
    line-height: 1.65;
    opacity: 0.88;
    margin-bottom: 28px;
}
.newsletter-form {
    background: var(--paper);
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 8px 30px rgba(126,37,83,0.08);
    margin-bottom: 16px;
}
.newsletter-platzhalter {
    color: var(--lila);
    font-size: 0.92rem;
}
.newsletter-platzhalter code {
    background: rgba(126,37,83,0.08);
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.85rem;
}
.newsletter-trust {
    font-size: 0.78rem;
    opacity: 0.65;
}

/* MailPoet-Anpassungen — wenn Plugin aktiv ist */
.mailpoet_form { background: transparent !important; padding: 0 !important; }
.mailpoet_form input[type="email"],
.mailpoet_form input[type="text"] {
    padding: 12px 16px !important;
    border: 1.5px solid var(--line) !important;
    border-radius: 12px !important;
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
    font-size: 0.95rem !important;
    width: 100% !important;
    margin-bottom: 12px !important;
}
.mailpoet_form input[type="submit"],
.mailpoet_submit {
    background: linear-gradient(135deg, var(--lila), var(--lila-tief)) !important;
    color: var(--creme) !important;
    padding: 14px 32px !important;
    border: none !important;
    border-radius: 100px !important;
    font-weight: 700 !important;
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
    cursor: pointer !important;
    font-size: 0.95rem !important;
}

/* ===== Post-Grid (Blog) ===== */
.hhb-post-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
@media (max-width: 900px) { .hhb-post-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .hhb-post-grid { grid-template-columns: 1fr; } }
.hhb-post-card {
    background: var(--paper);
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid var(--line);
    transition: all 0.25s;
}
.hhb-post-card:hover { transform: translateY(-4px); box-shadow: 0 20px 40px rgba(126,37,83,0.1); }
.hhb-post-thumb img { width: 100%; height: 220px; object-fit: cover; }
.hhb-post-inhalt { padding: 24px; }
.hhb-post-inhalt h2 { font-family: Charter, 'Bitstream Charter', 'Iowan Old Style', Cambria, Georgia, serif; font-size: 1.4rem; margin-bottom: 8px; }
.hhb-post-inhalt h2 a { color: var(--schwarz); }
.hhb-post-meta { font-size: 0.82rem; opacity: 0.7; margin-bottom: 12px; }
.hhb-post-excerpt { font-size: 0.92rem; line-height: 1.55; margin-bottom: 16px; }
.hhb-post-more {
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.hhb-pagination {
    text-align: center;
    padding: 30px 0;
}
.hhb-pagination a, .hhb-pagination span {
    padding: 8px 14px;
    border-radius: 100px;
    margin: 0 4px;
    font-weight: 600;
}
.hhb-pagination .current {
    background: var(--lila);
    color: var(--creme);
}

/* Single */
.hhb-single-thumb { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.hhb-single-thumb img { border-radius: 18px; }
.hhb-single-content { padding-top: 30px; }
.hhb-single-content p, .hhb-single-content li {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 18px;
}

/* Visually Hidden */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

/* WP Block Defaults */
.alignleft { float: left; margin-right: 20px; }
.alignright { float: right; margin-left: 20px; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignwide { width: 100%; max-width: 1200px; }
.alignfull { width: 100vw; max-width: none; margin-left: calc(50% - 50vw); }

/* ============================================================
   FRONT-PAGE (Startseite)
   ============================================================ */
.hhb-hero {
    padding: 100px 0 80px;
    background: linear-gradient(180deg, var(--creme) 0%, var(--paper) 100%);
    position: relative;
    overflow: hidden;
}
.hhb-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 40%, rgba(245,185,56,0.12), transparent 50%),
                radial-gradient(circle at 70% 60%, rgba(126,37,83,0.08), transparent 50%);
    pointer-events: none;
}
.hhb-hero-inner {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
}
@media (max-width: 900px) {
    .hhb-hero-inner { grid-template-columns: 1fr; }
}
.hhb-hero-text { position: relative; }
.hhb-hero h1 {
    font-family: Charter, 'Bitstream Charter', 'Iowan Old Style', Cambria, Georgia, serif;
    font-size: clamp(2.8rem, 6.5vw, 5.2rem);
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: -0.035em;
    margin-bottom: 20px;
    font-variation-settings: 'opsz' 144, 'SOFT' 50;
}
.hhb-hero h1 .brand {
    display: block;
    font-style: italic;
    font-weight: 500;
    background: linear-gradient(135deg, var(--lila), var(--honig-tief));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-top: 8px;
}
.hhb-hero .subline {
    font-family: 'Bradley Hand', 'Brush Script MT', 'Brush Script Std', 'Lucida Handwriting', cursive;
    font-size: 1.8rem;
    color: var(--lila);
    margin-bottom: 24px;
    line-height: 1.2;
}
.hhb-hero .intro {
    font-size: 1.1rem;
    line-height: 1.65;
    opacity: 0.85;
    margin-bottom: 30px;
    max-width: 520px;
}
.hhb-hero-cta {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}
.hhb-hero-img {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(126,37,83,0.2);
}
.hhb-hero-img img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }

/* Entdecke-Sektion */
.entdecke {
    background: linear-gradient(180deg, var(--creme) 0%, var(--paper) 100%);
    padding: 80px 0;
}
.entdecke-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}
@media (max-width: 1100px) { .entdecke-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 800px) { .entdecke-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .entdecke-grid { grid-template-columns: 1fr; } }

.entdecke-karte {
    background: var(--paper);
    border-radius: 18px;
    padding: 26px 24px;
    border: 1px solid var(--line);
    text-decoration: none;
    color: var(--schwarz);
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}
.entdecke-karte::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--honig), var(--lila));
    opacity: 0;
    transition: opacity 0.3s;
}
.entdecke-karte:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(126,37,83,0.12);
    border-color: var(--lila);
    color: var(--schwarz);
}
.entdecke-karte:hover::before { opacity: 1; }
.entdecke-icon { font-size: 2.4rem; margin-bottom: 12px; }
.entdecke-name {
    font-family: Charter, 'Bitstream Charter', 'Iowan Old Style', Cambria, Georgia, serif;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.2;
    margin-bottom: 6px;
}
.entdecke-desc {
    font-size: 0.86rem;
    line-height: 1.5;
    opacity: 0.78;
    margin-bottom: 14px;
    flex-grow: 1;
}
.entdecke-cta {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: var(--lila);
    text-transform: uppercase;
}

/* ============================================================
   REZEPTE (Page)
   ============================================================ */
.hhb-rezept-filter {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}
.hhb-filter-btn {
    padding: 10px 24px;
    border: 2px solid var(--line);
    background: var(--paper);
    color: var(--schwarz);
    border-radius: 100px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.92rem;
}
.hhb-filter-btn:hover, .hhb-filter-btn.aktiv {
    background: var(--lila);
    color: var(--creme);
    border-color: var(--lila);
}

.hhb-rezept-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}
@media (max-width: 900px) { .hhb-rezept-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .hhb-rezept-grid { grid-template-columns: 1fr; } }

.hhb-rezept-karte {
    background: var(--paper);
    border-radius: 22px;
    padding: 30px 26px;
    border: 1px solid var(--line);
    box-shadow: 0 8px 24px rgba(126,37,83,0.06);
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}
.hhb-rezept-karte::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--honig), var(--lila));
    opacity: 0;
    transition: opacity 0.3s;
}
.hhb-rezept-karte:hover { transform: translateY(-4px); box-shadow: 0 20px 50px rgba(126,37,83,0.12); }
.hhb-rezept-karte:hover::before { opacity: 1; }
.hhb-rezept-karte.cocktail {
    background: linear-gradient(135deg, rgba(126,37,83,0.04) 0%, var(--paper) 60%);
}
.hhb-rezept-karte.sauce {
    background: linear-gradient(135deg, rgba(107,66,38,0.04) 0%, var(--paper) 60%);
}
.hhb-rezept-icon {
    font-size: 2.4rem;
    margin-bottom: 12px;
}
.hhb-rezept-titel {
    font-family: Charter, 'Bitstream Charter', 'Iowan Old Style', Cambria, Georgia, serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.15;
    margin-bottom: 4px;
    font-variation-settings: 'opsz' 144;
}
.hhb-rezept-untertitel {
    font-family: 'Bradley Hand', 'Brush Script MT', 'Brush Script Std', 'Lucida Handwriting', cursive;
    font-size: 1.1rem;
    color: var(--lila);
    margin-bottom: 14px;
    line-height: 1.3;
}
.hhb-rezept-meta {
    display: flex;
    gap: 14px;
    margin-bottom: 16px;
    font-size: 0.82rem;
    opacity: 0.75;
}
.hhb-rezept-zutaten {
    list-style: none;
    padding: 0;
    margin: 0 0 16px 0;
    font-size: 0.9rem;
}
.hhb-rezept-zutaten li {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    border-bottom: 1px dashed var(--line);
}
.hhb-rezept-zutaten li:last-child { border-bottom: none; }
.hhb-rezept-zutaten .name { font-weight: 500; }
.hhb-rezept-zutaten .menge { color: var(--lila); font-weight: 700; }
.hhb-rezept-anleitung {
    font-size: 0.92rem;
    line-height: 1.6;
    margin-bottom: 16px;
}
.hhb-rezept-tipp {
    margin-top: 16px;
    padding: 14px 18px;
    background: rgba(245,185,56,0.1);
    border-left: 3px solid var(--honig-tief);
    border-radius: 8px;
    font-size: 0.86rem;
}
.hhb-rezept-tipp strong { color: var(--honig-tief); display: block; margin-bottom: 4px; }

/* ============================================================
   QUIZ
   ============================================================ */
.hhb-quiz-wrap {
    max-width: 720px;
    margin: 40px auto;
    padding: 0 24px;
}
.hhb-quiz-progress {
    margin-bottom: 24px;
    text-align: center;
}
.hhb-progress-bar {
    height: 8px;
    background: rgba(126,37,83,0.1);
    border-radius: 100px;
    overflow: hidden;
    margin: 12px 0;
}
.hhb-progress-fuell {
    height: 100%;
    background: linear-gradient(90deg, var(--lila), var(--honig));
    transition: width 0.4s;
    width: 0%;
}
.hhb-progress-text { font-size: 0.85rem; opacity: 0.7; }
.hhb-quiz-karte {
    background: var(--paper);
    border-radius: 28px;
    padding: 40px;
    box-shadow: 0 20px 50px rgba(126,37,83,0.1);
    border: 1px solid var(--line);
}
.hhb-quiz-sumsi {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 24px;
    padding: 16px 20px;
    background: rgba(245,185,56,0.08);
    border-radius: 16px;
}
.hhb-quiz-emoji { font-size: 2.5rem; line-height: 1; }
.hhb-quiz-bubble {
    font-family: 'Bradley Hand', 'Brush Script MT', 'Brush Script Std', 'Lucida Handwriting', cursive;
    font-size: 1.1rem;
    color: var(--lila);
    line-height: 1.3;
}
.hhb-quiz-frage {
    font-family: Charter, 'Bitstream Charter', 'Iowan Old Style', Cambria, Georgia, serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 28px;
    font-variation-settings: 'opsz' 144;
}
.hhb-quiz-antworten {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}
.hhb-quiz-antwort {
    padding: 14px 20px;
    background: var(--creme);
    border: 2px solid var(--line);
    border-radius: 14px;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 0.95rem;
    text-align: left;
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
.hhb-quiz-antwort:hover { border-color: var(--lila); background: var(--paper); }
.hhb-quiz-antwort.richtig { background: rgba(90,115,64,0.15); border-color: var(--gruen-tief); }
.hhb-quiz-antwort.falsch { background: rgba(179,45,74,0.1); border-color: var(--rot); }
.hhb-quiz-antwort:disabled { cursor: not-allowed; }
.hhb-quiz-aufloesung {
    padding: 16px 20px;
    background: rgba(126,37,83,0.06);
    border-radius: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
    display: none;
}
.hhb-quiz-aufloesung.show { display: block; }
.hhb-quiz-aufloesung strong { color: var(--lila); }
.hhb-quiz-ergebnis {
    text-align: center;
    padding: 30px;
}
.hhb-quiz-ergebnis-icon { font-size: 5rem; margin-bottom: 16px; }
.hhb-quiz-ergebnis h3 {
    font-family: Charter, 'Bitstream Charter', 'Iowan Old Style', Cambria, Georgia, serif;
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 14px;
    font-variation-settings: 'opsz' 144;
}
.hhb-quiz-ergebnis p { line-height: 1.65; margin-bottom: 14px; opacity: 0.88; }

/* ============================================================
   HONIG-SORTEN
   ============================================================ */
.hhb-sorten-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}
@media (max-width: 800px) { .hhb-sorten-grid { grid-template-columns: 1fr; } }
.hhb-sorte-karte {
    background: var(--paper);
    border-radius: 24px;
    padding: 32px;
    border: 1px solid var(--line);
    box-shadow: 0 10px 30px rgba(126,37,83,0.06);
    position: relative;
    overflow: hidden;
}
.hhb-sorte-karte::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 6px;
    background: var(--sorte-farbe, var(--honig));
}
.hhb-sorte-head { display: flex; gap: 20px; align-items: flex-start; margin-bottom: 20px; }
.hhb-sorte-icon { font-size: 3rem; line-height: 1; }
.hhb-sorte-titel {
    font-family: Charter, 'Bitstream Charter', 'Iowan Old Style', Cambria, Georgia, serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.1;
    font-variation-settings: 'opsz' 144;
}
.hhb-sorte-unter {
    font-family: 'Bradley Hand', 'Brush Script MT', 'Brush Script Std', 'Lucida Handwriting', cursive;
    font-size: 1.2rem;
    color: var(--lila);
    margin-top: 4px;
    line-height: 1.2;
}
.hhb-sorte-fakten {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 18px;
    padding: 16px;
    background: var(--creme);
    border-radius: 14px;
    font-size: 0.85rem;
}
.hhb-sorte-fakten dt { font-weight: 800; opacity: 0.6; font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 2px; }
.hhb-sorte-fakten dd { font-weight: 500; }
.hhb-sorte-desc { line-height: 1.65; margin-bottom: 18px; font-size: 0.94rem; }
.hhb-sorte-pairing { margin-top: 16px; }
.hhb-sorte-pairing h5 {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--lila);
    margin-bottom: 8px;
}
.hhb-sorte-pairing ul { list-style: none; padding: 0; }
.hhb-sorte-pairing li { padding: 4px 0; font-size: 0.92rem; }

/* ============================================================
   TAGEBUCH
   ============================================================ */
.hhb-tb-wrap {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}
@media (max-width: 800px) { .hhb-tb-wrap { grid-template-columns: 1fr; } }
.hhb-tb-sidebar {
    position: sticky;
    top: 100px;
    align-self: start;
    background: var(--paper);
    border-radius: 18px;
    padding: 20px;
    border: 1px solid var(--line);
}
.hhb-tb-sidebar h4 {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--lila);
    margin-bottom: 12px;
}
.hhb-tb-nav {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px;
}
@media (max-width: 800px) { .hhb-tb-nav { grid-template-columns: repeat(6, 1fr); font-size: 0.8rem; } }
.hhb-tb-nav a {
    display: block;
    padding: 8px 6px;
    text-align: center;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--schwarz);
}
.hhb-tb-nav a:hover, .hhb-tb-nav a.aktiv {
    background: var(--lila);
    color: var(--creme);
}
.hhb-tb-content { display: flex; flex-direction: column; gap: 30px; }
.hhb-monat {
    background: var(--paper);
    border-radius: 22px;
    padding: 32px;
    border: 1px solid var(--line);
    box-shadow: 0 10px 30px rgba(126,37,83,0.06);
    scroll-margin-top: 100px;
}
.hhb-monat.heute {
    border-color: var(--lila);
    box-shadow: 0 20px 50px rgba(126,37,83,0.15);
}
.hhb-monat-head { display: flex; align-items: baseline; gap: 14px; margin-bottom: 8px; flex-wrap: wrap; }
.hhb-monat-icon { font-size: 2.4rem; }
.hhb-monat-zahl {
    font-family: Charter, 'Bitstream Charter', 'Iowan Old Style', Cambria, Georgia, serif;
    font-style: italic;
    font-size: 2.4rem;
    color: var(--lila);
    line-height: 1;
    font-variation-settings: 'opsz' 144;
}
.hhb-monat-name {
    font-family: Charter, 'Bitstream Charter', 'Iowan Old Style', Cambria, Georgia, serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.1;
    font-variation-settings: 'opsz' 144;
}
.hhb-monat-untertitel {
    font-family: 'Bradley Hand', 'Brush Script MT', 'Brush Script Std', 'Lucida Handwriting', cursive;
    font-size: 1.3rem;
    color: var(--lila);
    margin-bottom: 18px;
}
.hhb-monat p { line-height: 1.65; margin-bottom: 14px; }
.hhb-monat-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 18px;
}
@media (max-width: 700px) { .hhb-monat-grid { grid-template-columns: 1fr; } }
.hhb-monat-box {
    background: var(--creme);
    border-radius: 14px;
    padding: 18px;
}
.hhb-monat-box h5 {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--lila);
    margin-bottom: 10px;
}
.hhb-monat-box ul { list-style: none; padding: 0; }
.hhb-monat-box li {
    padding: 6px 0;
    font-size: 0.9rem;
    line-height: 1.5;
    border-bottom: 1px dashed var(--line);
}
.hhb-monat-box li:last-child { border-bottom: none; }
.hhb-monat-zitat {
    font-family: 'Bradley Hand', 'Brush Script MT', 'Brush Script Std', 'Lucida Handwriting', cursive;
    font-size: 1.4rem;
    color: var(--lila);
    margin-top: 20px;
    padding: 14px 18px;
    background: rgba(126,37,83,0.04);
    border-left: 3px solid var(--lila);
    border-radius: 8px;
}

/* ============================================================
   GLOSSAR
   ============================================================ */
.hhb-glossar-tools {
    max-width: 800px;
    margin: 0 auto 30px;
    padding: 0 24px;
}
.hhb-glossar-suche {
    width: 100%;
    padding: 14px 20px;
    border: 2px solid var(--line);
    border-radius: 100px;
    font-size: 1rem;
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    margin-bottom: 16px;
}
.hhb-glossar-suche:focus { outline: none; border-color: var(--lila); }
.hhb-glossar-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-bottom: 24px;
}
.hhb-glossar-pill {
    padding: 6px 14px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 100px;
    cursor: pointer;
    font-size: 0.82rem;
    font-weight: 600;
    transition: all 0.2s;
}
.hhb-glossar-pill:hover, .hhb-glossar-pill.aktiv {
    background: var(--lila);
    color: var(--creme);
    border-color: var(--lila);
}
.hhb-glossar-alpha {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: center;
    margin-bottom: 30px;
}
.hhb-glossar-alpha a {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    border: 1px solid var(--line);
    border-radius: 50%;
    font-weight: 700;
    color: var(--lila);
    font-size: 0.85rem;
}
.hhb-glossar-alpha a:hover { background: var(--lila); color: var(--creme); }
.hhb-glossar-gruppe {
    max-width: 900px;
    margin: 0 auto 30px;
    padding: 0 24px;
}
.hhb-glossar-buchstabe {
    font-family: Charter, 'Bitstream Charter', 'Iowan Old Style', Cambria, Georgia, serif;
    font-style: italic;
    font-size: 3rem;
    color: var(--lila);
    border-bottom: 2px solid var(--line);
    padding-bottom: 8px;
    margin-bottom: 14px;
    font-variation-settings: 'opsz' 144;
}
.hhb-glossar-eintrag {
    background: var(--paper);
    border-radius: 14px;
    padding: 20px 24px;
    border: 1px solid var(--line);
    margin-bottom: 12px;
}
.hhb-glossar-begriff {
    font-family: Charter, 'Bitstream Charter', 'Iowan Old Style', Cambria, Georgia, serif;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.hhb-glossar-kat {
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--lila);
    background: rgba(126,37,83,0.08);
    padding: 3px 10px;
    border-radius: 100px;
}
.hhb-glossar-def { font-size: 0.94rem; line-height: 1.6; opacity: 0.88; }

/* ============================================================
   LEBENSZYKLUS
   ============================================================ */
.hhb-zyklus-wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 24px;
}
.hhb-zyklus-step {
    padding: 60px 0;
    border-bottom: 1px dashed var(--line);
    position: relative;
}
.hhb-zyklus-step:last-child { border-bottom: none; }
.hhb-zyklus-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}
@media (max-width: 800px) { .hhb-zyklus-grid { grid-template-columns: 1fr; } }
.hhb-zyklus-kicker {
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--lila);
    margin-bottom: 12px;
}
.hhb-zyklus-titel {
    font-family: Charter, 'Bitstream Charter', 'Iowan Old Style', Cambria, Georgia, serif;
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 18px;
    font-variation-settings: 'opsz' 144;
}
.hhb-zyklus-titel em {
    font-style: italic;
    background: linear-gradient(135deg, var(--lila), var(--honig-tief));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.hhb-zyklus-text { line-height: 1.7; }
.hhb-zyklus-text p { margin-bottom: 14px; }
.hhb-zyklus-zahl {
    background: linear-gradient(135deg, var(--honig), var(--honig-tief));
    border-radius: 24px;
    padding: 40px 30px;
    text-align: center;
    color: var(--schwarz);
}
.hhb-zyklus-zahl .gross {
    font-family: Charter, 'Bitstream Charter', 'Iowan Old Style', Cambria, Georgia, serif;
    font-style: italic;
    font-size: clamp(3rem, 6vw, 5rem);
    font-weight: 500;
    line-height: 1;
    font-variation-settings: 'opsz' 144;
}
.hhb-zyklus-zahl .label {
    margin-top: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
}

/* ============================================================
   HONIG-TÜV
   ============================================================ */
.hhb-tuev-tests {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}
@media (max-width: 700px) { .hhb-tuev-tests { grid-template-columns: 1fr; } }
.hhb-tuev-test {
    background: var(--paper);
    border-radius: 18px;
    padding: 28px;
    border: 1px solid var(--line);
    box-shadow: 0 8px 20px rgba(126,37,83,0.06);
}
.hhb-tuev-test-icon { font-size: 2.4rem; margin-bottom: 12px; }
.hhb-tuev-test h3 {
    font-family: Charter, 'Bitstream Charter', 'Iowan Old Style', Cambria, Georgia, serif;
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 8px;
    font-variation-settings: 'opsz' 144;
}
.hhb-tuev-test-anleitung {
    margin: 14px 0;
    padding: 14px 18px;
    background: var(--creme);
    border-left: 3px solid var(--lila);
    border-radius: 8px;
    font-size: 0.9rem;
    line-height: 1.6;
}
.hhb-tuev-test-ergebnis { font-size: 0.86rem; opacity: 0.88; line-height: 1.55; }
.hhb-tuev-test-ergebnis strong { color: var(--gruen-tief); }

/* ============================================================
   WELCHER HONIG TYPE
   ============================================================ */
.hhb-whb-wrap {
    max-width: 700px;
    margin: 40px auto;
    padding: 0 24px;
}
.hhb-whb-karte {
    background: var(--paper);
    border-radius: 28px;
    padding: 40px;
    box-shadow: 0 20px 50px rgba(126,37,83,0.1);
}
.hhb-whb-frage {
    font-family: Charter, 'Bitstream Charter', 'Iowan Old Style', Cambria, Georgia, serif;
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 28px;
    line-height: 1.15;
    font-variation-settings: 'opsz' 144;
}
.hhb-whb-antworten {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.hhb-whb-antwort {
    padding: 16px 22px;
    background: var(--creme);
    border: 2px solid var(--line);
    border-radius: 16px;
    cursor: pointer;
    font-size: 0.96rem;
    text-align: left;
    transition: all 0.2s;
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
.hhb-whb-antwort:hover {
    border-color: var(--lila);
    transform: translateX(4px);
}

/* ============================================================
   WABENPUTZER (Spiel)
   ============================================================ */
.hhb-game-wrap {
    max-width: 700px;
    margin: 40px auto;
    padding: 0 24px;
    text-align: center;
}
.hhb-game-stats {
    display: flex;
    justify-content: space-around;
    background: var(--paper);
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 16px;
    border: 1px solid var(--line);
}
.hhb-game-stat {
    text-align: center;
}
.hhb-game-stat-label {
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--lila);
}
.hhb-game-stat-value {
    font-family: Charter, 'Bitstream Charter', 'Iowan Old Style', Cambria, Georgia, serif;
    font-size: 1.8rem;
    font-weight: 500;
    font-variation-settings: 'opsz' 144;
}
#hhb-game-canvas {
    background: var(--paper);
    border-radius: 18px;
    cursor: crosshair;
    max-width: 100%;
    border: 1px solid var(--line);
}

/* ============================================================
   ADVENTSKALENDER
   ============================================================ */
.hhb-advent-bg {
    background: linear-gradient(180deg, #0a0820 0%, #1a0f3a 50%, #2a1530 100%);
    color: var(--creme);
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}
.hhb-advent-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}
@media (max-width: 900px) { .hhb-advent-grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 600px) { .hhb-advent-grid { grid-template-columns: repeat(3, 1fr); } }
.hhb-advent-tuer {
    aspect-ratio: 1;
    background: linear-gradient(135deg, #ffd770 0%, #d18f1c 100%);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.4s;
    position: relative;
    overflow: hidden;
    border: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}
.hhb-advent-tuer:hover:not(.gesperrt):not(.geoeffnet) {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 20px 50px rgba(245,185,56,0.4);
}
.hhb-advent-nr {
    font-family: Charter, 'Bitstream Charter', 'Iowan Old Style', Cambria, Georgia, serif;
    font-size: 3rem;
    font-weight: 500;
    font-style: italic;
    color: var(--schwarz);
    line-height: 1;
}
@media (max-width: 600px) { .hhb-advent-nr { font-size: 2.4rem; } }
.hhb-advent-tuer.gesperrt {
    background: linear-gradient(135deg, #444 0%, #2a2a2a 100%);
    cursor: not-allowed;
    opacity: 0.55;
}
.hhb-advent-tuer.gesperrt .hhb-advent-nr { color: rgba(255,255,255,0.6); }
.hhb-advent-tuer.geoeffnet {
    background: linear-gradient(135deg, var(--lila), var(--lila-tief));
    transform: scale(0.92);
}
.hhb-advent-tuer.geoeffnet .hhb-advent-nr { color: var(--honig); opacity: 0.6; }
.hhb-advent-modal {
    position: fixed; inset: 0;
    background: rgba(0,0,0,0.85);
    display: flex; align-items: center; justify-content: center;
    z-index: 1000; opacity: 0; pointer-events: none;
    transition: opacity 0.3s;
    padding: 20px;
}
.hhb-advent-modal.open { opacity: 1; pointer-events: auto; }
.hhb-advent-modal-content {
    background: var(--paper);
    color: var(--schwarz);
    border-radius: 28px;
    padding: 40px 36px;
    max-width: 540px;
    width: 100%;
    position: relative;
    max-height: 88vh;
    overflow-y: auto;
}
.hhb-advent-modal-close {
    position: absolute;
    top: 16px; right: 16px;
    width: 38px; height: 38px;
    background: var(--creme);
    border: none;
    border-radius: 50%;
    font-size: 1.3rem;
    cursor: pointer;
}

/* ============================================================
   SCHUL-FORMULAR
   ============================================================ */
.hhb-schul-form {
    background: var(--paper);
    border-radius: 28px;
    padding: 44px 48px;
    box-shadow: 0 20px 50px rgba(126,37,83,0.1);
    border: 1px solid var(--line);
    max-width: 760px;
    margin: 40px auto;
}
@media (max-width: 600px) { .hhb-schul-form { padding: 32px 24px; border-radius: 20px; } }
.hhb-schul-section {
    margin-bottom: 32px;
}
.hhb-schul-section-titel {
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--lila);
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--line);
}
.hhb-schul-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
}
@media (max-width: 600px) { .hhb-schul-row { grid-template-columns: 1fr; } }
.hhb-schul-field { display: flex; flex-direction: column; }
.hhb-schul-label { font-size: 0.82rem; font-weight: 700; margin-bottom: 6px; }
.hhb-schul-label .pflicht { color: var(--rot); margin-left: 2px; }
.hhb-schul-input, .hhb-schul-select, .hhb-schul-textarea {
    padding: 12px 16px;
    border: 1.5px solid var(--line);
    border-radius: 12px;
    font-size: 0.94rem;
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    background: var(--creme);
}
.hhb-schul-input:focus, .hhb-schul-select:focus, .hhb-schul-textarea:focus {
    outline: none;
    border-color: var(--lila);
}
.hhb-schul-textarea { min-height: 100px; resize: vertical; }
.hhb-schul-cb {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 14px 16px;
    background: var(--creme);
    border-radius: 12px;
    border: 1px solid var(--line);
    margin-top: 14px;
}
.hhb-schul-cb input { margin-top: 3px; width: 18px; height: 18px; }
.hhb-schul-cb label { font-size: 0.86rem; line-height: 1.5; cursor: pointer; }
.hhb-schul-submit {
    padding: 16px 36px;
    background: linear-gradient(135deg, var(--lila), var(--lila-tief));
    color: var(--creme);
    border: none;
    border-radius: 100px;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    width: 100%;
}
.hhb-schul-submit:hover { transform: translateY(-2px); box-shadow: 0 15px 40px rgba(126,37,83,0.3); }

/* ============================================================
   LOHNKEMPE
   ============================================================ */
.hhb-lk-steps {
    max-width: 880px;
    margin: 0 auto;
    padding: 0 32px;
    position: relative;
}
.hhb-lk-step {
    padding: 30px 0;
    border-bottom: 1px dashed var(--line);
}
.hhb-lk-step:last-child { border-bottom: none; }
.hhb-lk-step-head { display: flex; align-items: baseline; gap: 16px; margin-bottom: 12px; flex-wrap: wrap; }
.hhb-lk-step-nr {
    font-family: Charter, 'Bitstream Charter', 'Iowan Old Style', Cambria, Georgia, serif;
    font-style: italic;
    font-size: 2.6rem;
    color: var(--lila);
    line-height: 1;
    font-variation-settings: 'opsz' 144;
}
.hhb-lk-step-icon { font-size: 2rem; }
.hhb-lk-step-titel {
    font-family: Charter, 'Bitstream Charter', 'Iowan Old Style', Cambria, Georgia, serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.1;
    font-variation-settings: 'opsz' 144;
}
.hhb-lk-step-kurz {
    font-family: 'Bradley Hand', 'Brush Script MT', 'Brush Script Std', 'Lucida Handwriting', cursive;
    font-size: 1.2rem;
    color: var(--lila);
    margin-bottom: 8px;
}
.hhb-lk-step-text { line-height: 1.65; opacity: 0.88; }

.hhb-lk-vorteile {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    max-width: 1100px;
    margin: 40px auto;
    padding: 0 24px;
}
@media (max-width: 900px) { .hhb-lk-vorteile { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .hhb-lk-vorteile { grid-template-columns: 1fr; } }
.hhb-lk-vorteil {
    background: var(--paper);
    border-radius: 18px;
    padding: 24px;
    border: 1px solid var(--line);
    transition: all 0.25s;
}
.hhb-lk-vorteil:hover { transform: translateY(-4px); box-shadow: 0 20px 40px rgba(126,37,83,0.1); }
.hhb-lk-vorteil-icon { font-size: 2rem; margin-bottom: 10px; }
.hhb-lk-vorteil h3 {
    font-family: Charter, 'Bitstream Charter', 'Iowan Old Style', Cambria, Georgia, serif;
    font-size: 1.15rem;
    margin-bottom: 6px;
}
.hhb-lk-vorteil p { font-size: 0.9rem; line-height: 1.6; opacity: 0.88; }


/* ============================================================
   STARTSEITE: ZUSÄTZLICHE SEKTIONEN
   ============================================================ */
.section { padding: 80px 0; position: relative; }
.section .kicker {
    font-size: 0.72rem; font-weight: 800; letter-spacing: 0.28em;
    text-transform: uppercase; color: var(--lila);
    margin-bottom: 14px; display: inline-block;
    padding: 6px 16px; background: rgba(126,37,83,0.08); border-radius: 100px;
}
.h-big {
    font-family: Charter, 'Iowan Old Style', Cambria, Georgia, serif;
    font-size: clamp(2rem, 4.5vw, 3rem);
    font-weight: 500; line-height: 1.1; margin-bottom: 30px;
}
.h-big em {
    font-style: italic;
    background: linear-gradient(135deg, var(--lila), var(--honig-tief));
    -webkit-background-clip: text; background-clip: text; color: transparent;
}
.h-big .brand {
    font-style: italic;
    background: linear-gradient(135deg, var(--lila), var(--honig-tief));
    -webkit-background-clip: text; background-clip: text; color: transparent;
    font-weight: 600;
}

/* STORY */
.story-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 50px; align-items: start; margin-top: 30px; }
@media (max-width: 800px) { .story-grid { grid-template-columns: 1fr; } }
.story-text p { margin-bottom: 16px; line-height: 1.7; font-size: 1.02rem; }
.story-link { display: inline-block; margin-top: 10px; font-weight: 700; color: var(--lila); border-bottom: 2px solid var(--honig); }
.story-card {
    background: linear-gradient(135deg, rgba(245,185,56,0.12), rgba(126,37,83,0.06));
    padding: 30px; border-radius: 22px; border: 1px solid var(--line); position: relative;
}
.story-card-mark { font-family: 'Bradley Hand', cursive; font-size: 1.3rem; color: var(--lila); margin-bottom: 8px; }
.story-card h3 { font-family: Charter, Georgia, serif; font-size: 1.6rem; line-height: 1.2; margin-bottom: 14px; }
.story-card h3 em { font-style: italic; color: var(--lila); }
.story-card-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 20px; }
.story-card-stat-val { font-family: Charter, Georgia, serif; font-style: italic; font-size: 2.4rem; color: var(--lila); line-height: 1; }
.story-card-stat-lbl { font-size: 0.82rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; margin-top: 4px; opacity: 0.75; }

/* PRODUKT (Honig-Glas) */
.produkt-inner { display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; align-items: center; position: relative; }
@media (max-width: 800px) { .produkt-inner { grid-template-columns: 1fr; } }
.produkt-bg-mark {
    position: absolute; top: 20%; left: -10%;
    font-family: Charter, Georgia, serif; font-size: 18rem; font-weight: 800;
    color: rgba(126,37,83,0.04); pointer-events: none; line-height: 1;
}
.produkt-bild img { max-width: 100%; height: auto; border-radius: 18px; }
.produkt-text h3 { font-family: Charter, Georgia, serif; font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 500; line-height: 1.1; margin-bottom: 18px; }
.produkt-text h3 em { font-style: italic; color: var(--lila); }
.produkt-text p { margin-bottom: 18px; line-height: 1.65; }
.produkt-fakten { display: flex; flex-direction: column; gap: 10px; margin: 22px 0; }
.produkt-fakt {
    display: flex; align-items: center; gap: 14px;
    padding: 12px 18px; background: rgba(245,185,56,0.08);
    border-radius: 12px; font-size: 0.94rem; font-weight: 600;
}
.produkt-fakt .num { font-family: Charter, Georgia, serif; font-style: italic; color: var(--lila); font-size: 1.2rem; font-weight: 700; }

/* GLOSSAR (DIB) */
.glossar-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
@media (max-width: 800px) { .glossar-grid { grid-template-columns: 1fr; } }
.glossar-text p { margin-bottom: 16px; line-height: 1.7; }
.glossar-fakten { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 600px) { .glossar-fakten { grid-template-columns: 1fr; } }
.glossar-fakt {
    background: var(--paper); padding: 20px; border-radius: 14px;
    border: 1px solid var(--line);
}
.glossar-fakt-key { font-size: 0.7rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; color: var(--lila); margin-bottom: 8px; }
.glossar-fakt-val { font-family: Charter, Georgia, serif; font-size: 1.15rem; font-weight: 500; line-height: 1.2; margin-bottom: 6px; }
.glossar-fakt-val em { font-style: italic; color: var(--lila); }
.glossar-fakt-zusatz { font-size: 0.82rem; opacity: 0.78; }

/* AUFSICHT */
.aufsicht-intro { max-width: 800px; margin: 0 auto 30px; line-height: 1.65; font-size: 1.02rem; }
.siegel-strip {
    display: flex; flex-wrap: wrap; gap: 24px; justify-content: center; align-items: center;
    margin: 30px 0; padding: 24px; background: var(--paper); border-radius: 18px; border: 1px solid var(--line);
}
.siegel-strip-label { font-size: 0.72rem; font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase; color: var(--lila); }
.siegel-strip-item { display: flex; align-items: center; gap: 12px; }
.siegel-strip-item img { width: 60px; height: auto; }
.siegel-strip-item-text { font-size: 0.82rem; line-height: 1.3; }
.siegel-strip-item-text em { font-style: normal; font-weight: 800; color: var(--lila); }

.aufsicht-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 30px; }
@media (max-width: 800px) { .aufsicht-cols { grid-template-columns: 1fr; } }
.aufsicht-col { background: var(--paper); padding: 28px; border-radius: 18px; border: 1px solid var(--line); }
.aufsicht-col-label { font-size: 0.7rem; font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase; color: var(--lila); margin-bottom: 8px; }
.aufsicht-col-titel { font-family: Charter, Georgia, serif; font-size: 1.6rem; font-weight: 500; line-height: 1.1; margin-bottom: 8px; }
.aufsicht-col-titel em { font-style: italic; color: var(--lila); }
.aufsicht-col-sub { font-size: 0.92rem; opacity: 0.78; margin-bottom: 20px; }
.aufsicht-eintrag { padding: 14px 0; border-top: 1px dashed var(--line); }
.aufsicht-eintrag:first-child { border-top: none; }
.aufsicht-eintrag-was { font-size: 0.7rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; color: var(--lila); margin-bottom: 4px; }
.aufsicht-eintrag-titel { font-weight: 700; margin-bottom: 6px; }
.aufsicht-eintrag-text { font-size: 0.9rem; line-height: 1.5; opacity: 0.88; }

.lohn-info { background: linear-gradient(135deg, var(--paper), var(--creme)); border-radius: 22px; padding: 36px; margin-top: 40px; border: 1px solid var(--line); }
.lohn-info-titel { font-family: Charter, Georgia, serif; font-size: 1.6rem; font-weight: 500; line-height: 1.2; margin-bottom: 18px; }
.lohn-info-body p { line-height: 1.65; margin-bottom: 14px; }

/* VITA */
.vita-inner { display: grid; grid-template-columns: 280px 1fr; gap: 50px; align-items: start; }
@media (max-width: 800px) { .vita-inner { grid-template-columns: 1fr; } }
.vita-stempel {
    background: linear-gradient(135deg, var(--honig), var(--honig-tief));
    border-radius: 50%; aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center;
    text-align: center; padding: 30px; color: var(--schwarz);
    box-shadow: 0 20px 40px rgba(245,185,56,0.3);
}
.vita-stempel-jahre { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; opacity: 0.78; }
.vita-stempel-num { font-family: Charter, Georgia, serif; font-style: italic; font-size: 5rem; font-weight: 700; line-height: 1; }
.vita-stempel-label { font-size: 1.1rem; font-weight: 700; }
.vita-stempel-foot { font-size: 0.74rem; margin-top: 8px; opacity: 0.78; }
.vita-content p { line-height: 1.7; margin-bottom: 16px; }
.vita-themen { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 20px 0; }
@media (max-width: 600px) { .vita-themen { grid-template-columns: 1fr; } }
.vita-thema {
    padding: 10px 16px; background: rgba(126,37,83,0.06); border-radius: 100px;
    font-size: 0.88rem; font-weight: 600; text-align: center;
}

/* MITGLIEDSCHAFTEN */
.mitglied-intro { max-width: 800px; margin: 0 auto 30px; line-height: 1.65; }
.mitglied-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 900px) { .mitglied-grid { grid-template-columns: 1fr; } }
.mitglied-karte {
    background: var(--paper); padding: 28px; border-radius: 18px;
    border: 1px solid var(--line);
}
.mitglied-typ { font-size: 0.7rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; color: var(--lila); margin-bottom: 10px; }
.mitglied-name { font-family: Charter, Georgia, serif; font-size: 1.3rem; font-weight: 500; line-height: 1.2; margin-bottom: 12px; }
.mitglied-name em { font-style: italic; color: var(--lila); }
.mitglied-text { font-size: 0.92rem; line-height: 1.6; margin-bottom: 14px; opacity: 0.88; }
.mitglied-link { color: var(--lila); font-weight: 700; font-size: 0.92rem; }

/* PRESSE */
.presse-head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 30px; flex-wrap: wrap; gap: 16px; }
.presse-head-num { font-size: 0.72rem; font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase; color: var(--lila); margin-bottom: 8px; }
.presse-head h2 { font-family: Charter, Georgia, serif; font-size: clamp(2rem, 4vw, 2.8rem); font-weight: 500; line-height: 1.1; }
.presse-head h2 em { font-style: italic; color: var(--lila); }
.presse-head-text { font-size: 0.92rem; opacity: 0.78; }
.presse-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
@media (max-width: 700px) { .presse-grid { grid-template-columns: 1fr; } }
.presse-karte { background: var(--paper); padding: 28px; border-radius: 18px; border: 1px solid var(--line); }
.presse-meta { display: flex; gap: 10px; margin-bottom: 14px; }
.presse-source-badge { background: var(--lila); color: var(--creme); padding: 4px 10px; border-radius: 100px; font-size: 0.74rem; font-weight: 700; letter-spacing: 0.05em; }
.presse-datum { font-size: 0.78rem; opacity: 0.78; font-weight: 600; padding: 4px 8px; }
.presse-titel { font-family: Charter, Georgia, serif; font-size: 1.4rem; font-weight: 500; line-height: 1.2; margin-bottom: 12px; }
.presse-titel em { font-style: italic; color: var(--lila); }
.presse-text { font-size: 0.92rem; line-height: 1.6; margin-bottom: 16px; }
.presse-btn { display: inline-block; padding: 10px 20px; background: rgba(126,37,83,0.08); color: var(--lila); border-radius: 100px; font-size: 0.86rem; font-weight: 700; }

/* TERMINE */
.termin-intro { max-width: 700px; margin: 0 auto 30px; line-height: 1.65; }
.termin-liste { list-style: none; padding: 0; max-width: 700px; margin: 0 auto; }
.termin-liste li {
    padding: 16px 22px; background: var(--paper); border-radius: 14px;
    margin-bottom: 12px; border-left: 4px solid var(--honig);
    font-size: 1rem; line-height: 1.5;
}

/* SHOP & PATEN */
.shop-paten-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 30px; }
@media (max-width: 700px) { .shop-paten-grid { grid-template-columns: 1fr; } }
.shop-paten-karte {
    background: var(--paper); padding: 32px; border-radius: 22px;
    border: 1px solid var(--line); text-align: center;
}
.shop-paten-karte h3 { font-family: Charter, Georgia, serif; font-size: 1.6rem; font-weight: 500; line-height: 1.2; margin-bottom: 14px; }
.shop-paten-karte p { line-height: 1.6; margin-bottom: 22px; }

/* KONTAKT */
.kontakt-intro { max-width: 700px; margin: 0 auto 30px; line-height: 1.65; text-align: center; }
.kontakt-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; max-width: 700px; margin: 0 auto; }
@media (max-width: 600px) { .kontakt-grid { grid-template-columns: 1fr; } }
.kontakt-block { background: var(--paper); padding: 24px; border-radius: 16px; border: 1px solid var(--line); }
.kontakt-block h4 { font-size: 0.72rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; color: var(--lila); margin-bottom: 10px; }
.kontakt-block p { line-height: 1.6; }
.kontakt-block a { color: var(--lila); font-weight: 600; }

/* ============================================================
   SCHUL-INFO (Kleidung, Allergien, Ablauf)
   ============================================================ */
.schul-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 30px;
}
@media (max-width: 900px) { .schul-info-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .schul-info-grid { grid-template-columns: 1fr; } }
.schul-info-karte {
    background: var(--paper);
    border-radius: 18px;
    padding: 24px;
    border: 1px solid var(--line);
    transition: all 0.2s;
}
.schul-info-karte:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(126,37,83,0.08); }
.schul-info-karte--warn {
    background: linear-gradient(135deg, rgba(245,185,56,0.12), var(--paper));
    border-color: var(--honig-tief);
}
.schul-info-icon { font-size: 2.2rem; margin-bottom: 10px; }
.schul-info-karte h3 {
    font-family: Charter, 'Iowan Old Style', Cambria, Georgia, serif;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 12px;
}
.schul-info-karte ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.schul-info-karte li {
    padding: 8px 0;
    border-bottom: 1px dashed var(--line);
    font-size: 0.92rem;
    line-height: 1.5;
}
.schul-info-karte li:last-child { border-bottom: none; }
.schul-info-fuss {
    margin-top: 30px;
    padding: 20px 24px;
    background: rgba(126,37,83,0.04);
    border-left: 4px solid var(--lila);
    border-radius: 8px;
    font-size: 0.96rem;
    line-height: 1.65;
}

/* ============================================================
   SIEGEL-GRUPPEN (Bienenhof vs Lohnkempe)
   ============================================================ */
.siegel-strip {
    display: flex; flex-wrap: wrap; gap: 30px; justify-content: center; align-items: stretch;
    margin: 30px 0; padding: 24px; background: var(--paper);
    border-radius: 18px; border: 1px solid var(--line);
}
.siegel-gruppe {
    flex: 1 1 280px;
    display: flex; flex-direction: column; align-items: center; gap: 12px;
}
.siegel-gruppe-label {
    font-size: 0.72rem; font-weight: 800; letter-spacing: 0.22em; text-transform: uppercase;
    color: var(--lila);
}
.siegel-gruppe-items {
    display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; align-items: center;
}
.siegel-trenner {
    width: 1px; background: var(--line);
}
@media (max-width: 600px) {
    .siegel-trenner { width: 80%; height: 1px; }
}


/* =================================================================
   TERMINE — Hero-Karte + Dos/Donts (komplett neu in v1.1.5)
   ================================================================= */
.termin-section {
    position: relative;
    background: linear-gradient(180deg, var(--creme) 0%, #f5ecd9 100%);
    padding: clamp(80px, 12vw, 160px) 0;
    overflow: hidden;
}

/* Riesige Hintergrund-Zahl */
.termin-bg-zahl {
    position: absolute;
    font-family: Charter, 'Iowan Old Style', Georgia, serif;
    font-weight: 700;
    font-size: clamp(18rem, 35vw, 40rem);
    color: rgba(126, 37, 83, 0.05);
    bottom: -8vw;
    right: -3vw;
    line-height: 0.8;
    pointer-events: none;
    user-select: none;
    z-index: 0;
    letter-spacing: -0.05em;
}

.termin-section .cn { position: relative; z-index: 1; }

.termin-kopf { max-width: 800px; margin-bottom: 60px; }
.termin-intro {
    font-size: 1.15rem;
    line-height: 1.6;
    color: rgba(26, 15, 26, 0.75);
    margin-top: 12px;
}

/* HERO-TERMIN-KARTE — warm & einladend */
.termin-hero {
    display: grid;
    grid-template-columns: 320px 1fr;
    background: #fff;
    color: var(--schwarz);
    border-radius: 28px;
    overflow: hidden;
    max-width: 1100px;
    box-shadow: 0 24px 60px rgba(126, 37, 83, 0.18), 0 8px 20px rgba(245, 185, 56, 0.15);
    margin-bottom: 80px;
    position: relative;
    border: 1px solid rgba(245, 185, 56, 0.3);
}
.termin-hero::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(245,185,56,0.22) 0%, transparent 65%);
    border-radius: 50%;
    pointer-events: none;
}

.termin-hero-datum {
    background: linear-gradient(155deg, var(--lila) 0%, #b85b3a 55%, var(--honig) 100%);
    padding: 50px 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    color: #fff;
}
.termin-hero-datum::after {
    content: '';
    position: absolute;
    right: -1px;
    top: 12%;
    bottom: 12%;
    width: 2px;
    background: linear-gradient(180deg, transparent, rgba(255,255,255,0.5), transparent);
}
.termin-hero-eyebrow {
    font-size: 0.7rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: #fff8ec;
    margin-bottom: 18px;
    font-weight: 700;
    opacity: 0.95;
}
.termin-hero-tag {
    font-family: Charter, 'Iowan Old Style', Georgia, serif;
    font-size: clamp(5rem, 10vw, 8rem);
    font-weight: 700;
    line-height: 0.85;
    color: #fff;
    letter-spacing: -0.04em;
    text-shadow: 0 4px 20px rgba(0,0,0,0.15);
}
.termin-hero-monat {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff8ec;
    margin-top: 8px;
    letter-spacing: 0.06em;
}
.termin-hero-jahr {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.75);
    margin-top: 16px;
    letter-spacing: 0.15em;
    font-weight: 500;
}

.termin-hero-inhalt {
    padding: 50px 50px 50px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background: linear-gradient(135deg, #fff 0%, #fffaf0 100%);
}
.termin-hero-typ {
    font-size: 0.75rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--lila);
    font-weight: 700;
    margin-bottom: 14px;
}
.termin-hero-titel {
    font-family: Charter, 'Iowan Old Style', Georgia, serif;
    font-size: clamp(1.6rem, 2.8vw, 2.4rem);
    font-weight: 600;
    line-height: 1.15;
    color: var(--schwarz);
    margin: 0 0 18px;
}
.termin-hero-text {
    color: rgba(26, 15, 26, 0.75);
    line-height: 1.6;
    margin-bottom: 28px;
    font-size: 1rem;
}
.termin-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 32px;
    padding-top: 24px;
    border-top: 1px solid rgba(126, 37, 83, 0.15);
}
.termin-hero-meta-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.92rem;
    color: rgba(26, 15, 26, 0.8);
    font-weight: 500;
}
.termin-hero-meta-item svg {
    width: 18px;
    height: 18px;
    color: var(--lila);
    flex-shrink: 0;
}

/* Weitere Termine */
.termin-weitere { margin: 60px 0; max-width: 1100px; }
.termin-weitere-titel {
    font-size: 0.85rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--lila);
    font-weight: 600;
    margin: 0 0 20px;
}
.termin-liste {
    list-style: none;
    padding: 0;
    margin: 0;
}
.termin-liste li {
    padding: 14px 0 14px 28px;
    border-bottom: 1px solid rgba(126, 37, 83, 0.1);
    position: relative;
    color: rgba(26, 15, 26, 0.85);
}
.termin-liste li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: var(--honig);
    font-weight: 700;
}

/* DOS & DONTS */
.termin-regeln {
    margin: 80px 0 60px;
    max-width: 1200px;
}
.termin-regeln-kopf { margin-bottom: 40px; max-width: 800px; }
.termin-regeln-titel {
    font-family: Charter, 'Iowan Old Style', Georgia, serif;
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    font-weight: 600;
    color: var(--lila);
    margin: 0 0 12px;
    line-height: 1.1;
}
.termin-regeln-intro {
    font-size: 1.05rem;
    color: rgba(26, 15, 26, 0.75);
    line-height: 1.6;
    margin: 0;
}

.termin-regeln-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.termin-regeln-col {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.termin-regeln-col-titel {
    display: flex;
    align-items: center;
    gap: 14px;
    font-family: Charter, 'Iowan Old Style', Georgia, serif;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 8px;
    padding-bottom: 14px;
    border-bottom: 2px solid currentColor;
}
.termin-regeln-col-icon { width: 28px; height: 28px; }

.termin-regeln-do { color: #2d6b30; }
.termin-regeln-dont { color: #a3232c; }

.termin-regeln-karte {
    background: #fff;
    border-radius: 14px;
    padding: 22px 24px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.04), 0 2px 4px rgba(0,0,0,0.03);
    border-left: 4px solid transparent;
    transition: transform 0.25s, box-shadow 0.25s;
}
.termin-regeln-karte:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}
.regel-do { border-left-color: #4caf50; }
.regel-dont { border-left-color: #e53935; }

.termin-regeln-karte h5 {
    font-family: Charter, 'Iowan Old Style', Georgia, serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--schwarz);
    margin: 0 0 6px;
    line-height: 1.25;
}
.termin-regeln-karte p {
    font-size: 0.92rem;
    color: rgba(26, 15, 26, 0.7);
    line-height: 1.5;
    margin: 0;
}

/* PDF-Download — prominenter Call-to-Action */
.termin-pdf {
    max-width: 800px;
    margin-top: 40px;
}
.termin-pdf-link {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 24px 28px;
    background: linear-gradient(135deg, #fff8ec 0%, #fcf0d4 100%);
    border: 2px solid var(--honig);
    border-radius: 18px;
    text-decoration: none;
    transition: all 0.3s;
    box-shadow: 0 6px 20px rgba(245, 185, 56, 0.15);
}
.termin-pdf-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 35px rgba(245, 185, 56, 0.3);
    border-color: var(--lila);
}
.termin-pdf-icon { font-size: 2rem; line-height: 1; }
.termin-pdf-text { flex: 1; display: flex; flex-direction: column; gap: 4px; }
.termin-pdf-text strong {
    font-size: 1.05rem;
    color: var(--lila);
    font-weight: 700;
}
.termin-pdf-text small {
    font-size: 0.88rem;
    color: rgba(26, 15, 26, 0.65);
}
.termin-pdf-arrow {
    font-size: 1.6rem;
    color: var(--honig);
    font-weight: 700;
    transition: transform 0.3s;
}
.termin-pdf-link:hover .termin-pdf-arrow { transform: translateY(4px); color: var(--lila); }

/* Mobile */
@media (max-width: 880px) {
    .termin-hero { grid-template-columns: 1fr; }
    .termin-hero-datum { padding: 36px 20px; }
    .termin-hero-datum::after { display: none; }
    .termin-hero-inhalt { padding: 36px 28px; }
    .termin-regeln-grid { grid-template-columns: 1fr; gap: 36px; }
    .termin-bg-zahl { font-size: 16rem; bottom: -4vw; right: -8vw; }
}
