/* ==========================================================================
   Honigmanufaktur Hauer – Stylesheet
   Ästhetik: warm & handwerklich · Honig/Bernstein · Off-White · Naturgrün
   Schriften: Fraunces (Display-Serif) + Hanken Grotesk (Fließtext)
   ========================================================================== */

/* ------------------------------- Tokens ---------------------------------- */
:root {
    /* Farben */
    --honey:        #d98a1f;
    --honey-deep:   #b06d15;
    --honey-glow:   #f2b84b;
    --honey-tint:   #fbe7c2;

    --bark:         #2c2016;   /* Haupttext */
    --bark-soft:    #5a4633;
    --bark-mute:    #8a7157;

    --cream:        #fbf4e6;   /* Seiten-Hintergrund */
    --cream-2:      #f6ead3;
    --paper:        #fffdf8;   /* Karten */
    --paper-warm:   #fdf7ec;

    --forest:       #5f6f3c;   /* Akzent (Natur) */
    --forest-deep:  #45532a;
    --forest-tint:  #e9edd9;

    --line:         rgba(44, 32, 22, .14);
    --line-strong:  rgba(44, 32, 22, .28);

    /* Typo */
    --font-display: "Fraunces", Georgia, "Times New Roman", serif;
    --font-body:    "Hanken Grotesk", system-ui, -apple-system, sans-serif;

    /* Maße */
    --wrap:         1180px;
    --wrap-narrow:  760px;
    --radius:       18px;
    --radius-lg:    28px;
    --radius-sm:    10px;

    /* Schatten (warm getönt) */
    --shadow-sm:  0 2px 8px rgba(92, 62, 20, .08);
    --shadow-md:  0 14px 34px -14px rgba(92, 62, 20, .28);
    --shadow-lg:  0 30px 60px -22px rgba(92, 62, 20, .38);

    --ease: cubic-bezier(.22, .61, .36, 1);
}

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

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

body {
    font-family: var(--font-body);
    color: var(--bark);
    background-color: var(--cream);
    background-image:
        radial-gradient(1100px 620px at 82% -8%, #fdeccd 0%, rgba(253,236,205,0) 60%),
        radial-gradient(900px 620px at -10% 12%, #f4efdd 0%, rgba(244,239,221,0) 55%);
    background-attachment: fixed;
    line-height: 1.65;
    font-size: 1.02rem;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--honey-deep); text-decoration-color: rgba(176,109,21,.35); text-underline-offset: 3px; }
a:hover { color: var(--bark); }
button { font: inherit; cursor: pointer; }
:focus-visible { outline: 3px solid var(--honey); outline-offset: 3px; border-radius: 4px; }

::selection { background: var(--honey-glow); color: var(--bark); }

/* ----------------------------- Typografie -------------------------------- */
h1, h2, h3, h4 {
    font-family: var(--font-display);
    font-weight: 600;
    line-height: 1.08;
    color: var(--bark);
    letter-spacing: -.015em;
    font-optical-sizing: auto;
}
h1 { font-size: clamp(2.4rem, 6vw, 4.4rem); font-weight: 600; }
h2 { font-size: clamp(1.9rem, 3.8vw, 3rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.6rem); }
p  { max-width: 68ch; }

.eyebrow {
    font-family: var(--font-body);
    font-weight: 700;
    font-size: .82rem;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--honey-deep);
    display: inline-flex;
    align-items: center;
    gap: .6em;
}
.eyebrow::before {
    content: "";
    width: 26px; height: 2px;
    background: var(--honey);
    display: inline-block;
}

.lead { font-size: clamp(1.08rem, 1.6vw, 1.3rem); color: var(--bark-soft); }
.serif-accent { font-family: var(--font-display); font-style: italic; font-weight: 500; color: var(--honey-deep); }

/* ------------------------------- Layout ---------------------------------- */
.wrap { width: min(100% - 2.6rem, var(--wrap)); margin-inline: auto; }
.wrap-narrow { width: min(100% - 2.6rem, var(--wrap-narrow)); margin-inline: auto; }

section { position: relative; }
.section { padding: clamp(3.5rem, 8vw, 7rem) 0; }
.section-tint { background: linear-gradient(180deg, var(--paper-warm), var(--cream-2)); }
.section-forest { background: var(--forest-deep); color: #f4efe2; }
.section-forest h2, .section-forest h3 { color: #fff; }
.section-dark { background: var(--bark); color: #f3e7d6; }
.section-dark h2, .section-dark h3 { color: #fff; }

.section-head { max-width: 660px; margin-bottom: clamp(2rem, 4vw, 3.2rem); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head .eyebrow { margin-bottom: 1rem; }
.section-head p { margin-top: 1rem; }
.section-head.center p { margin-inline: auto; }

/* Waben-Trenner */
.hex-divider {
    height: 26px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='26' viewBox='0 0 56 26'%3E%3Cpath d='M14 1l12 6.5v11L14 25 2 18.5v-11z M42 1l12 6.5v11L42 25 30 18.5v-11z' fill='none' stroke='%23d98a1f' stroke-opacity='.4' stroke-width='1.4'/%3E%3C/svg%3E");
    background-size: 56px 26px;
    background-position: center;
    opacity: .8;
}

/* ------------------------------- Buttons --------------------------------- */
.btn {
    --btn-bg: var(--honey);
    --btn-fg: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .55em;
    padding: .92em 1.6em;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: .98rem;
    line-height: 1;
    border: none;
    border-radius: 999px;
    background: var(--btn-bg);
    color: var(--btn-fg);
    text-decoration: none;
    transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s var(--ease), color .2s;
    box-shadow: var(--shadow-sm);
    cursor: pointer;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); color: var(--btn-fg); }
.btn:active { transform: translateY(0); }
.btn-sm { padding: .7em 1.15em; font-size: .9rem; }
.btn-lg { padding: 1.1em 2em; font-size: 1.06rem; }

.btn-primary {
    --btn-bg: linear-gradient(135deg, var(--honey-glow), var(--honey) 55%, var(--honey-deep));
    --btn-fg: #38240a;
    box-shadow: 0 10px 26px -10px rgba(176,109,21,.6);
}
.btn-primary:hover { box-shadow: 0 16px 34px -10px rgba(176,109,21,.7); }

/* Umrandung über inset box-shadow statt Border → keine dunklen Kanten-Artefakte,
   und identische Größe wie gefüllte Buttons. */
.btn-outline { background: transparent; color: var(--bark); box-shadow: inset 0 0 0 2px var(--bark); }
.btn-outline:hover { background: var(--bark); color: var(--cream); box-shadow: inset 0 0 0 2px var(--bark); }

.btn-ghost { background: rgba(255,255,255,.6); color: var(--bark); box-shadow: inset 0 0 0 1.5px var(--line-strong); }
.btn-ghost:hover { background: #fff; color: var(--bark); box-shadow: inset 0 0 0 1.5px var(--line-strong); }

.btn-on-dark { background: var(--honey-glow); color: #38240a; }

.btn-block { width: 100%; }

/* -------------------------------- Header --------------------------------- */
.skip-link {
    position: absolute; left: 1rem; top: -60px;
    background: var(--bark); color: #fff; padding: .6em 1em; border-radius: 8px;
    z-index: 200; transition: top .2s;
}
.skip-link:focus { top: 1rem; color: #fff; }

.site-header {
    position: sticky; top: 0; z-index: 100;
    background: rgba(251, 244, 230, .82);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid transparent;
    transition: border-color .3s, background .3s, box-shadow .3s;
}
.site-header.scrolled {
    border-bottom-color: var(--line);
    box-shadow: 0 6px 22px -18px rgba(92,62,20,.6);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1.4rem; min-height: 74px; }

.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; color: var(--bark); }
.brand-mark { width: 40px; height: 40px; color: var(--honey-deep); flex: none; }
.brand-logo { height: 54px; width: auto; display: block; flex: none; }
.brand-logo--footer { height: 56px; }
@media (max-width: 720px) { .brand-logo { height: 44px; } }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-name { font-family: var(--font-display); font-weight: 600; font-size: 1.16rem; color: var(--bark); }
.brand-sub { font-family: var(--font-body); font-weight: 700; letter-spacing: .34em; font-size: .72rem; color: var(--honey-deep); margin-top: .18rem; }

.main-nav ul { list-style: none; display: flex; align-items: center; gap: .3rem; padding: 0; margin: 0; }
.main-nav a {
    display: inline-block; padding: .55em .8em; border-radius: 999px;
    text-decoration: none; color: var(--bark-soft); font-weight: 600; font-size: .96rem;
    transition: color .2s, background .2s;
}
.main-nav a:hover { color: var(--bark); background: rgba(217,138,31,.12); }
.main-nav a.is-active { color: var(--honey-deep); }
.nav-cta-item { margin-left: .5rem; }

.nav-toggle { display: none; flex-direction: column; gap: 5px; width: 46px; height: 46px; align-items: center; justify-content: center; background: transparent; border: 1px solid var(--line-strong); border-radius: 12px; }
.nav-toggle span { width: 22px; height: 2px; background: var(--bark); border-radius: 2px; transition: transform .3s, opacity .2s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* --------------------------------- Hero ---------------------------------- */
.hero { padding: clamp(2.5rem, 5vw, 4.5rem) 0 clamp(3rem, 6vw, 5rem); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 4vw, 4rem); align-items: center; }
.hero-copy { max-width: 34rem; }
.hero-copy h1 { margin: 1.1rem 0 1.2rem; }
.hero-copy h1 em { font-style: italic; color: var(--honey-deep); }
.hero-copy .lead { margin-bottom: 2rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; align-items: center; }

.hero-trust { display: flex; flex-wrap: wrap; gap: 1.4rem 2rem; margin-top: 2.4rem; padding-top: 1.6rem; border-top: 1px dashed var(--line-strong); }
.hero-trust div { display: flex; flex-direction: column; }
.hero-trust b { font-family: var(--font-display); font-size: 1.7rem; color: var(--honey-deep); }
.hero-trust span { font-size: .84rem; color: var(--bark-mute); font-weight: 600; letter-spacing: .02em; }

.hero-media { position: relative; }
.hero-media .frame {
    position: relative; border-radius: var(--radius-lg); overflow: hidden;
    box-shadow: var(--shadow-lg);
}
.hero-media .frame img { width: 100%; aspect-ratio: 3/2; object-fit: cover; display: block; }
.hero-badge {
    position: absolute; z-index: 3; left: -18px; bottom: 26px;
    background: var(--paper); border-radius: 16px; padding: .9rem 1.1rem;
    box-shadow: var(--shadow-md); display: flex; align-items: center; gap: .7rem;
    transform: rotate(-2deg);
}
.hero-badge .dot { width: 42px; height: 42px; border-radius: 12px; background: linear-gradient(135deg, var(--honey-glow), var(--honey-deep)); display: grid; place-items: center; color: #38240a; font-size: 1.3rem; }
.hero-badge b { font-family: var(--font-display); display: block; line-height: 1.1; }
.hero-badge small { color: var(--bark-mute); font-weight: 600; }

/* ------------------------------ Feature row ------------------------------ */
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.feature {
    background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
    padding: 1.7rem; box-shadow: var(--shadow-sm);
    transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.feature:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.feature .ic { width: 52px; height: 52px; border-radius: 14px; background: var(--honey-tint); color: var(--honey-deep); display: grid; place-items: center; margin-bottom: 1rem; }
.feature .ic svg { width: 28px; height: 28px; }
.feature h3 { margin-bottom: .4rem; }
.feature p { font-size: .96rem; color: var(--bark-soft); }

/* --------------------------- Split / Story ------------------------------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.split.reverse .split-media { order: -1; }
.split-media { position: relative; }
.split-media img { border-radius: var(--radius-lg); box-shadow: var(--shadow-md); width: 100%; aspect-ratio: 4/3.4; object-fit: cover; }
.split-copy h2 { margin-bottom: 1rem; }
.split-copy p + p { margin-top: 1rem; }
.checklist { list-style: none; padding: 0; margin: 1.6rem 0 0; display: grid; gap: .7rem; }
.checklist li { display: flex; gap: .7rem; align-items: flex-start; color: var(--bark-soft); }
.checklist li::before { content: ""; flex: none; width: 22px; height: 22px; margin-top: .15rem; border-radius: 6px; background: var(--forest-tint) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12l4 4 10-10' fill='none' stroke='%235f6f3c' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/16px no-repeat; }

/* ----------------------------- Product grid ------------------------------ */
.filter-bar { display: flex; flex-wrap: wrap; gap: .6rem; margin-bottom: 2.2rem; }
.chip {
    border: 1.5px solid var(--line-strong); background: transparent; color: var(--bark-soft);
    padding: .55em 1.1em; border-radius: 999px; font-weight: 600; font-size: .92rem;
    transition: all .2s;
}
.chip:hover { border-color: var(--honey); color: var(--bark); }
.chip.is-active { background: var(--bark); color: var(--cream); border-color: var(--bark); }

.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
.product-card {
    background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
    overflow: hidden; display: flex; flex-direction: column;
    box-shadow: var(--shadow-sm); transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.product-media { position: relative; aspect-ratio: 1/1; overflow: hidden; background: var(--paper-warm); }
.product-media img { width: 100%; height: 100%; object-fit: contain; padding: .7rem; transition: transform .5s var(--ease); }
.product-card:hover .product-media img { transform: scale(1.03); }
.product-cat {
    position: absolute; top: .8rem; left: .8rem; z-index: 2;
    background: rgba(255,253,248,.92); color: var(--honey-deep); font-weight: 700;
    font-size: .74rem; letter-spacing: .06em; text-transform: uppercase;
    padding: .35em .7em; border-radius: 999px; backdrop-filter: blur(4px);
}
.product-body { padding: 1.3rem 1.3rem 1.5rem; display: flex; flex-direction: column; flex: 1; }
.product-body h3 { font-size: 1.28rem; margin-bottom: .25rem; }
.product-size { font-size: .82rem; color: var(--bark-mute); font-weight: 600; text-transform: uppercase; letter-spacing: .05em; }
.product-desc { font-size: .95rem; color: var(--bark-soft); margin: .7rem 0 1rem; }
.product-desc p { margin: 0 0 .5rem; }
.product-desc p:last-child { margin-bottom: 0; }
/* Aufzählung mit hängendem Einzug: umgebrochene Zeilen starten unter dem Text,
   nicht unter dem Aufzählungspunkt. */
.desc-list { list-style: none; margin: .35rem 0 .6rem; padding: 0; }
.desc-list li { padding-left: 1.25em; text-indent: -1.25em; margin-bottom: .25rem; }
.desc-list li::before { content: "•"; color: var(--honey-deep); font-weight: 700; padding-right: .55em; }
.badge-row { display: flex; flex-wrap: wrap; gap: .4rem; margin-bottom: 1.1rem; }
.badge { background: var(--forest-tint); color: var(--forest-deep); font-size: .74rem; font-weight: 600; padding: .3em .65em; border-radius: 999px; }
.product-foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.price { font-family: var(--font-display); font-size: 1.5rem; font-weight: 600; color: var(--bark); }
.price small { font-family: var(--font-body); font-size: .8rem; color: var(--bark-mute); font-weight: 600; }

/* Startseite: Produkt-Teaser als reine Bildergalerie (keine Kauf-Elemente) */
.teaser-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; align-items: center; }
.teaser-tile {
    display: block; border-radius: var(--radius); overflow: hidden; line-height: 0;
    box-shadow: var(--shadow-md); background: var(--paper);
    transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.teaser-tile img { width: 100%; height: auto; display: block; transition: transform .5s var(--ease); }
.teaser-tile:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.teaser-tile:hover img { transform: scale(1.04); }
@media (max-width: 720px) {
    .teaser-gallery { grid-template-columns: 1fr; gap: 1.2rem; max-width: 440px; margin-inline: auto; }
}

/* Mengen-Stepper */
.stepper { display: inline-flex; align-items: center; border: 1.5px solid var(--line-strong); border-radius: 999px; overflow: hidden; background: #fff; }
.stepper button { width: 34px; height: 34px; background: transparent; border: none; font-size: 1.2rem; color: var(--honey-deep); display: grid; place-items: center; }
.stepper button:hover { background: var(--honey-tint); }
.stepper input { width: 38px; text-align: center; border: none; font-weight: 700; color: var(--bark); background: transparent; -moz-appearance: textfield; }
.stepper input::-webkit-outer-spin-button, .stepper input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

.add-btn { border: none; background: var(--bark); color: var(--cream); border-radius: 999px; padding: .6em 1.1em; font-weight: 700; font-size: .9rem; display: inline-flex; align-items: center; gap: .4em; transition: background .2s, transform .2s; }
.add-btn:hover { background: var(--honey-deep); transform: translateY(-2px); }
.add-btn.added { background: var(--forest); }

/* Merkzettel / Bestell-Leiste */
.order-bar {
    position: fixed; left: 50%; bottom: 1.2rem; transform: translate(-50%, 200%);
    z-index: 90; width: min(100% - 2rem, 720px);
    background: var(--bark); color: var(--cream); border-radius: 18px;
    padding: .9rem 1.1rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem;
    box-shadow: var(--shadow-lg); transition: transform .4s var(--ease); flex-wrap: wrap;
}
.order-bar.show { transform: translate(-50%, 0); }
.order-bar .ob-info { display: flex; align-items: center; gap: .8rem; font-weight: 600; }
.order-bar .ob-count { background: var(--honey); color: #38240a; min-width: 30px; height: 30px; padding: 0 .5em; border-radius: 999px; display: grid; place-items: center; font-weight: 800; }
.order-bar .ob-actions { display: flex; gap: .6rem; align-items: center; }
.order-bar .linklike { color: var(--honey-glow); }

/* ------------------------------- Cards misc ------------------------------ */
.info-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.4rem; }
.info-card {
    background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
    padding: 1.6rem 1.7rem; box-shadow: var(--shadow-sm);
    transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.info-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.info-card h3 { display: flex; align-items: center; gap: .6rem; margin-bottom: .5rem; }
.info-card .pin { color: var(--honey-deep); flex: none; }
.info-card .meta { font-size: .9rem; color: var(--bark-mute); font-weight: 600; margin: .2rem 0 .6rem; }
.info-card p { font-size: .96rem; color: var(--bark-soft); }
.tag-forest { display: inline-block; background: var(--forest-tint); color: var(--forest-deep); font-weight: 700; font-size: .78rem; padding: .3em .7em; border-radius: 999px; margin-top: .8rem; }

/* Logo einer Verkaufsstelle */
.vs-logo { width: 96px; height: 96px; object-fit: contain; display: block; margin-bottom: 1rem; }

/* Eingebettete Karte (z.B. Standort-Region) */
.map-embed { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); border: 6px solid var(--paper); background: var(--cream-2); }
.map-embed iframe { display: block; width: 100%; height: 460px; border: 0; }
@media (max-width: 720px) { .map-embed iframe { height: 340px; } }

/* Zitat (Blockquote) */
.bee-quote {
    margin: 1.8rem 0 0; padding: 1.3rem 1.6rem 1.3rem 1.9rem;
    border-left: 4px solid var(--honey);
    background: linear-gradient(180deg, var(--paper-warm), transparent);
    border-radius: 0 14px 14px 0;
    font-family: var(--font-display); font-style: italic; font-weight: 500;
    font-size: clamp(1.1rem, 1.7vw, 1.45rem); line-height: 1.4; color: var(--bark-soft);
    max-width: 60ch;
}
.bee-quote cite {
    display: block; margin-top: .8rem; font-family: var(--font-body); font-style: normal;
    font-weight: 700; font-size: .9rem; letter-spacing: .04em; color: var(--honey-deep);
}
.bee-quote cite::before { content: "— "; }

/* --------------------------- Patenschaften ------------------------------- */
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; align-items: stretch; }
.plan {
    background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg);
    padding: 2rem 1.7rem; display: flex; flex-direction: column; box-shadow: var(--shadow-sm);
    position: relative; transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.plan:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.plan.featured { border: 2px solid var(--honey); box-shadow: var(--shadow-md); }
.plan .flag { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, var(--honey-glow), var(--honey-deep)); color: #38240a; font-weight: 800; font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; padding: .4em .9em; border-radius: 999px; white-space: nowrap; }
.plan h3 { font-size: 1.7rem; }
.plan .plan-sub { color: var(--bark-mute); font-weight: 600; font-size: .92rem; margin: .2rem 0 1rem; min-height: 2.6em; }
.plan .plan-price { font-family: var(--font-display); font-size: 2rem; color: var(--honey-deep); font-weight: 700; }
.plan .plan-price span { display: block; font-family: var(--font-body); font-size: .82rem; color: var(--bark-mute); font-weight: 600; }
.plan ul { list-style: none; padding: 0; margin: 1.4rem 0 1.8rem; display: grid; gap: .65rem; flex: 1; }
.plan ul li { display: flex; gap: .6rem; font-size: .95rem; color: var(--bark-soft); }
.plan ul li::before { content: ""; flex: none; width: 20px; height: 20px; margin-top: .1rem; border-radius: 999px; background: var(--honey-tint) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12l4 4 10-10' fill='none' stroke='%23b06d15' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/14px no-repeat; }

/* -------------------------------- CTA band ------------------------------- */
.cta-band {
    background: linear-gradient(135deg, var(--honey), var(--honey-deep));
    color: #fff; border-radius: var(--radius-lg); padding: clamp(2.2rem, 5vw, 3.6rem);
    display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap;
    position: relative; overflow: hidden; box-shadow: var(--shadow-md);
}
.cta-band::after {
    content: ""; position: absolute; inset: 0; opacity: .18; pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='52' viewBox='0 0 60 52'%3E%3Cpath d='M15 1l14 8v16l-14 8L1 25V9z M45 1l14 8v16l-14 8-14-8V9z M30 26l14 8v16l-14 8-14-8V34z' fill='none' stroke='%23ffffff' stroke-width='1.4'/%3E%3C/svg%3E");
    background-size: 60px 52px;
}
.cta-band h2 { color: #fff; max-width: 22ch; }
.cta-band p { color: rgba(255,255,255,.9); }
.cta-band .cta-text { position: relative; z-index: 2; }
.cta-band .cta-actions { position: relative; z-index: 2; display: flex; gap: .8rem; flex-wrap: wrap; }
.cta-band .btn-primary { --btn-bg: #fff; --btn-fg: var(--honey-deep); }
.cta-band .btn-outline { color: #fff; box-shadow: inset 0 0 0 2px rgba(255,255,255,.7); }
.cta-band .btn-outline:hover { background: #fff; color: var(--honey-deep); box-shadow: inset 0 0 0 2px rgba(255,255,255,.7); }

/* --------------------------------- Forms --------------------------------- */
.form-card {
    background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg);
    padding: clamp(1.6rem, 4vw, 2.6rem); box-shadow: var(--shadow-md);
}
.field { margin-bottom: 1.2rem; }
.field label { display: block; font-weight: 700; font-size: .92rem; margin-bottom: .4rem; color: var(--bark); }
.field .req { color: var(--honey-deep); }
.field input, .field select, .field textarea {
    width: 100%; padding: .85em 1em; border: 1.5px solid var(--line-strong); border-radius: 12px;
    background: #fff; font: inherit; color: var(--bark); transition: border-color .2s, box-shadow .2s;
}
.field textarea { min-height: 140px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
    outline: none; border-color: var(--honey); box-shadow: 0 0 0 4px rgba(217,138,31,.16);
}
.field .hint { font-size: .82rem; color: var(--bark-mute); margin-top: .35rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }

/* Radio-Pills (Anlass) */
.pill-group { display: flex; flex-wrap: wrap; gap: .6rem; }
.pill-group input { position: absolute; opacity: 0; pointer-events: none; }
.pill-group label {
    display: inline-flex; align-items: center; gap: .45em; margin: 0;
    border: 1.5px solid var(--line-strong); border-radius: 999px; padding: .6em 1.1em;
    font-weight: 600; font-size: .92rem; color: var(--bark-soft); cursor: pointer; transition: all .2s;
}
.pill-group label:hover { border-color: var(--honey); }
.pill-group input:checked + label { background: var(--honey); border-color: var(--honey); color: #38240a; }
.pill-group input:focus-visible + label { outline: 3px solid var(--honey); outline-offset: 2px; }

/* Honeypot (versteckt) */
.hp-field { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }

/* Ausgewählte Produkte im Formular */
.order-summary { border: 1.5px dashed var(--line-strong); border-radius: 14px; padding: 1rem 1.1rem; margin-bottom: 1.2rem; background: var(--paper-warm); }
.order-summary h3 { font-size: 1.1rem; margin-bottom: .6rem; display: flex; align-items: center; gap: .5rem; }
.order-summary ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .4rem; }
.order-summary li { display: flex; justify-content: space-between; gap: 1rem; font-size: .95rem; padding: .3rem 0; border-bottom: 1px solid var(--line); }
.order-summary li:last-child { border-bottom: none; }
.order-summary .empty { color: var(--bark-mute); font-size: .92rem; }
.order-summary .sum-name { flex: 1; }
.order-summary .sum-right { display: inline-flex; align-items: center; gap: .8rem; flex: none; }
.sum-qty { display: inline-flex; align-items: center; border: 1.5px solid var(--line-strong); border-radius: 999px; overflow: hidden; background: #fff; }
.sum-qty button { width: 26px; height: 26px; border: none; background: transparent; color: var(--honey-deep); font-size: 1rem; line-height: 1; display: grid; place-items: center; }
.sum-qty button:hover { background: var(--honey-tint); }
.sum-qty-val { min-width: 26px; text-align: center; font-weight: 700; color: var(--bark); font-size: .9rem; }
.ship-note { margin: .8rem 0 0; padding-top: .65rem; border-top: 1px dashed var(--line-strong); font-size: .88rem; color: var(--bark-soft); font-weight: 600; }

/* Formular-Meldungen */
.form-note { border-radius: 12px; padding: 1em 1.2em; margin-bottom: 1.4rem; font-weight: 600; }
.form-note.ok { background: var(--forest-tint); color: var(--forest-deep); border: 1px solid rgba(95,111,60,.4); }
.form-note.err { background: #fbe3d6; color: #8a3312; border: 1px solid rgba(138,51,18,.35); }

/* ------------------------------ Widerruf --------------------------------- */
.widerruf-box {
    background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg);
    padding: clamp(1.6rem, 4vw, 2.4rem); box-shadow: var(--shadow-sm); text-align: center;
    max-width: 640px; margin-inline: auto;
}
dialog.modal {
    border: none; border-radius: var(--radius-lg); padding: 0; max-width: 540px; width: 92%;
    box-shadow: var(--shadow-lg); background: var(--paper); color: var(--bark);
}
dialog.modal::backdrop { background: rgba(44,32,22,.55); backdrop-filter: blur(3px); }
.modal-inner { padding: clamp(1.5rem, 4vw, 2.2rem); }
.modal-inner h2 { margin-bottom: .5rem; }
.modal-close { position: absolute; top: .8rem; right: .8rem; width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--line); background: #fff; font-size: 1.2rem; line-height: 1; }

/* ------------------------------ Page hero -------------------------------- */
.page-hero { padding: clamp(2.6rem, 6vw, 4.4rem) 0 clamp(1.6rem, 4vw, 2.6rem); }
.page-hero .eyebrow { margin-bottom: 1rem; }
.page-hero h1 { max-width: 16ch; }
.page-hero p { margin-top: 1.1rem; font-size: clamp(1.05rem, 1.5vw, 1.22rem); color: var(--bark-soft); }
.breadcrumb { font-size: .84rem; color: var(--bark-mute); margin-bottom: 1.1rem; }
.breadcrumb a { color: var(--bark-mute); text-decoration: none; }
.breadcrumb a:hover { color: var(--honey-deep); }

/* --------------------------- Prose (Rechtstexte) ------------------------- */
.prose { max-width: 72ch; }
.prose h2 { margin: 2.2rem 0 .8rem; font-size: 1.5rem; }
.prose h3 { margin: 1.6rem 0 .5rem; font-size: 1.2rem; }
.prose p, .prose ul, .prose ol { margin-bottom: 1rem; color: var(--bark-soft); }
.prose ul, .prose ol { padding-left: 1.3rem; }
.prose li { margin-bottom: .4rem; }
.placeholder-note {
    background: #fff6e5; border: 1px dashed var(--honey); border-radius: 12px;
    padding: 1em 1.2em; color: var(--bark-soft); font-size: .92rem; margin-bottom: 1.6rem;
}

/* -------------------------------- Footer --------------------------------- */
.site-footer { background: var(--bark); color: #e9dcc9; padding: clamp(3rem, 6vw, 4.5rem) 0 2rem; margin-top: 2rem; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1.2fr; gap: 2.4rem; padding-bottom: 2.4rem; border-bottom: 1px solid rgba(255,255,255,.12); }
.brand--footer { color: #fff; }
.brand--footer .brand-mark { color: var(--honey-glow); }
.brand--footer .brand-name { color: #fff; }
.footer-blurb { color: #c9b79f; margin: 1rem 0 1.3rem; font-size: .96rem; max-width: 40ch; }
.footer-col h3 { color: #fff; font-size: 1.1rem; margin-bottom: 1rem; }
.footer-col ul { list-style: none; padding: 0; margin: 0 0 1.2rem; display: grid; gap: .55rem; }
.footer-col a { color: #d9c8b1; text-decoration: none; }
.footer-col a:hover { color: var(--honey-glow); }
.footer-contact li { color: #c9b79f; }
.social-row { display: flex; gap: .6rem; }
.social-link { width: 42px; height: 42px; border-radius: 12px; border: 1px solid rgba(255,255,255,.2); display: grid; place-items: center; color: #e9dcc9; }
.social-link svg { width: 20px; height: 20px; }
.social-link:hover { background: var(--honey); color: #38240a; border-color: var(--honey); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; padding-top: 1.6rem; }
.copyright { color: #a8967d; font-size: .88rem; }
.legal-nav { display: flex; flex-wrap: wrap; gap: 1.2rem; align-items: center; }
.legal-nav a, .legal-nav .linklike { color: #c9b79f; text-decoration: none; font-size: .88rem; }
.legal-nav a:hover, .legal-nav .linklike:hover { color: var(--honey-glow); }
.linklike { background: none; border: none; padding: 0; font: inherit; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }

/* ----------------------------- Cookie-Banner ----------------------------- */
.cookie-banner {
    position: fixed; left: 50%; bottom: 1.2rem; transform: translate(-50%, 160%);
    z-index: 150; width: min(100% - 2rem, 760px);
    background: var(--paper); border: 1px solid var(--line); border-radius: 18px;
    box-shadow: var(--shadow-lg); transition: transform .45s var(--ease);
}
.cookie-banner.show { transform: translate(-50%, 0); }
.cookie-inner { padding: 1.3rem 1.5rem; display: flex; align-items: center; gap: 1.4rem; flex-wrap: wrap; }
.cookie-copy { flex: 1 1 320px; }
.cookie-copy h2 { font-size: 1.2rem; margin-bottom: .3rem; }
.cookie-copy p { font-size: .9rem; color: var(--bark-soft); margin: 0; }
.cookie-actions { display: flex; gap: .6rem; flex: none; }

/* ------------------------- Reveal-on-scroll ------------------------------ */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
[data-stagger] > * { opacity: 0; transform: translateY(26px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
[data-stagger].in > * { opacity: 1; transform: none; }
[data-stagger].in > *:nth-child(2) { transition-delay: .08s; }
[data-stagger].in > *:nth-child(3) { transition-delay: .16s; }
[data-stagger].in > *:nth-child(4) { transition-delay: .24s; }
[data-stagger].in > *:nth-child(5) { transition-delay: .32s; }
[data-stagger].in > *:nth-child(6) { transition-delay: .40s; }

@media (prefers-reduced-motion: reduce) {
    * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
    .reveal, [data-stagger] > * { opacity: 1; transform: none; }
}

/* ------------------------------- Utilities ------------------------------- */
.two-col { display: grid; grid-template-columns: 1.5fr .9fr; gap: clamp(1.6rem, 4vw, 3rem); align-items: start; }
.two-col.even { grid-template-columns: 1.3fr 1fr; align-items: center; }
@media (max-width: 880px) { .two-col, .two-col.even { grid-template-columns: 1fr; } }

.text-center { text-align: center; }
.mt-2 { margin-top: 2rem; } .mt-3 { margin-top: 3rem; }
.mb-0 { margin-bottom: 0; }
.stack > * + * { margin-top: 1rem; }
.divider-line { height: 1px; background: var(--line); border: none; margin: 0; }

/* ----------------------------- Bienen-Cursor ----------------------------- */
/* Nur auf Zeigergeräten mit Maus; nativer Cursor wird durch die Biene ersetzt. */
@media (hover: hover) and (pointer: fine) {
    html.bee-active,
    html.bee-active * { cursor: none !important; }
}
.bee-cursor {
    position: fixed; left: 0; top: 0; z-index: 10000;
    width: 40px; height: 40px; margin-left: -20px; margin-top: -20px;
    pointer-events: none; will-change: transform;
    transition: opacity .25s ease;
}
.bee-cursor.bee-hidden { opacity: 0; }
.bee-rot { width: 100%; height: 100%; transform-origin: 50% 50%; will-change: transform; }
.bee-svg { width: 100%; height: 100%; display: block;
    filter: drop-shadow(0 3px 4px rgba(60, 40, 10, .38)); }
.bee-wing {
    transform-box: fill-box; transform-origin: 50% 100%;
    animation: bee-flap .11s infinite alternate ease-in-out;
}
.bee-wing.lower { transform-origin: 50% 0%; }
.bee-cursor.bee-hot .bee-wing { animation-duration: .07s; }
@keyframes bee-flap {
    from { transform: scaleY(1); }
    to   { transform: scaleY(.42); opacity: .8; }
}
@media (prefers-reduced-motion: reduce) {
    .bee-wing { animation: none; }
}

/* ------------------------------ Responsive ------------------------------- */
@media (max-width: 960px) {
    .hero-grid { grid-template-columns: 1fr; }
    .hero-media { max-width: 520px; }
    .feature-grid, .product-grid, .plans { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .split { grid-template-columns: 1fr; }
    .split.reverse .split-media { order: 0; }
}

/* Navigation klappt schon auf Tablets zum Hamburger-Menü (verhindert Überlauf) */
@media (max-width: 1080px) {
    .nav-toggle { display: flex; }
    .main-nav {
        position: fixed; inset: 74px 0 auto 0; background: var(--paper);
        border-bottom: 1px solid var(--line); box-shadow: var(--shadow-md);
        max-height: 0; overflow: hidden; transition: max-height .4s var(--ease);
    }
    .main-nav.open { max-height: 84vh; overflow-y: auto; }
    .main-nav ul { flex-direction: column; align-items: stretch; padding: 1rem; gap: .2rem; }
    .main-nav a { padding: .8em 1em; font-size: 1.05rem; }
    .nav-cta-item { margin: .5rem 0 0; }
    .nav-cta-item .btn { width: 100%; }
}

@media (max-width: 720px) {
    .feature-grid, .product-grid, .plans, .info-grid, .form-row { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; gap: 1.8rem; }
    .cta-band { text-align: center; justify-content: center; }
    .cta-band .cta-actions { justify-content: center; }
    .hero-media .frame { transform: none; }
    .cookie-inner { padding: 1.1rem; }
    .cookie-actions { width: 100%; }
    .cookie-actions .btn { flex: 1; }
}
