/* ===================================================================
   Blumen Heiniger — Blumenversand Bern
   Neues Design 2026 · Pine green + Terracotta on Cream
   =================================================================== */

:root {
    --pine:        #1f3d2f;
    --pine-deep:   #16291f;
    --green:       #2e5b45;
    --green-soft:  #5b7d6b;
    --terra:       #cf6a3f;
    --terra-dark:  #b3552d;
    --terra-soft:  #e89b75;
    --cream:       #f7f1e7;
    --sand:        #efe6d6;
    --paper:       #fffdf9;
    --ink:         #20302a;
    --muted:       #6b7a72;
    --line:        #e3d9c8;
    --white:       #ffffff;

    --shadow-sm: 0 2px 10px rgba(31,61,47,.06);
    --shadow:    0 14px 40px rgba(31,61,47,.12);
    --shadow-lg: 0 24px 60px rgba(31,61,47,.18);
    --radius:    18px;
    --radius-sm: 12px;

    --serif: 'Fraunces', Georgia, 'Times New Roman', serif;
    --sans:  'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;

    --maxw: 1180px;
}

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

html { scroll-behavior: smooth; scroll-padding-top: 90px; }

body {
    font-family: var(--sans);
    color: var(--ink);
    background: var(--cream);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 { font-family: var(--serif); font-weight: 600; line-height: 1.12; color: var(--pine); letter-spacing: -.01em; }
h2 { font-size: clamp(1.8rem, 3.6vw, 2.7rem); }
h3 { font-size: 1.2rem; }

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

.section { padding: 92px 0; }
.section-alt { background: var(--paper); }

/* ── Kicker / section heads ── */
.kicker {
    font-family: var(--sans);
    font-size: .8rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: .18em;
    color: var(--terra);
    margin-bottom: 14px;
}
.kicker-light { color: var(--terra-soft); }

.sec-head { max-width: 660px; margin: 0 auto 52px; text-align: center; }
.sec-head .sec-sub { margin-top: 16px; color: var(--muted); font-size: 1.05rem; }
.sec-head-row {
    display: flex; align-items: flex-end; justify-content: space-between;
    gap: 30px; text-align: left; max-width: none; margin-bottom: 46px;
}
.sec-head-row .sec-sub { margin-top: 10px; }

/* ── Order triggers (obfuscated: span/div, never <a>) ── */
.js-order { cursor: pointer; }
.bq-fallback-link { color: var(--terra); font-weight: 600; text-decoration: underline; cursor: pointer; }

/* ── Buttons ── */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: .5em;
    font-family: var(--sans); font-weight: 600; font-size: .98rem;
    padding: 13px 26px; border-radius: 50px; cursor: pointer;
    border: 1.5px solid transparent; transition: transform .2s, box-shadow .2s, background .2s, color .2s;
    white-space: nowrap;
}
.btn-lg { padding: 16px 34px; font-size: 1.05rem; }
.btn-accent { background: var(--terra); color: #fff; box-shadow: 0 8px 22px rgba(207,106,63,.32); }
.btn-accent:hover { background: var(--terra-dark); transform: translateY(-2px); box-shadow: 0 12px 30px rgba(207,106,63,.42); }
.btn-ghost { background: transparent; color: var(--pine); border-color: var(--pine); }
.btn-ghost:hover { background: var(--pine); color: #fff; transform: translateY(-2px); }

/* ── Topbar ── */
.topbar { background: var(--pine-deep); color: #e7efe8; font-size: .82rem; }
.topbar-in { display: flex; align-items: center; justify-content: space-between; padding-top: 9px; padding-bottom: 9px; gap: 14px; }
.topbar-msg { opacity: .92; }
.topbar-tel { font-weight: 700; color: #fff; }
.topbar-tel:hover { color: var(--terra-soft); }

/* ── Header ── */
.site-head {
    position: sticky; top: 0; z-index: 100;
    background: rgba(247,241,231,.86); backdrop-filter: blur(10px);
    border-bottom: 1px solid transparent; transition: box-shadow .3s, background .3s, border-color .3s;
}
.site-head.stuck { box-shadow: var(--shadow-sm); border-color: var(--line); background: rgba(247,241,231,.95); }
.head-in { display: flex; align-items: center; justify-content: space-between; padding-top: 14px; padding-bottom: 14px; }
.brand { display: flex; align-items: center; gap: 11px; }
.brand img { width: 34px; height: auto; }
.brand-txt { font-family: var(--serif); font-weight: 700; font-size: 1.22rem; color: var(--pine); line-height: 1; display: flex; flex-direction: column; }
.brand-txt small { font-family: var(--sans); font-weight: 500; font-size: .64rem; letter-spacing: .14em; text-transform: uppercase; color: var(--green-soft); margin-top: 4px; }

.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a { font-weight: 500; font-size: .96rem; color: var(--pine); transition: color .2s; }
.main-nav a:not(.btn):hover { color: var(--terra); }
.nav-order { padding: 10px 22px; }

.burger { display: none; background: none; border: 0; cursor: pointer; width: 30px; height: 24px; position: relative; }
.burger span { position: absolute; left: 0; width: 100%; height: 2.5px; background: var(--pine); border-radius: 3px; transition: .3s; }
.burger span:nth-child(1) { top: 0; }
.burger span:nth-child(2) { top: 50%; transform: translateY(-50%); }
.burger span:nth-child(3) { bottom: 0; }
.burger.open span:nth-child(1) { top: 50%; transform: translateY(-50%) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { bottom: 50%; transform: translateY(50%) rotate(-45deg); }

/* ── Hero ── */
.hero { background: linear-gradient(180deg, var(--cream) 0%, var(--sand) 100%); padding: 70px 0 90px; position: relative; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.hero-copy h1 { font-size: clamp(2.3rem, 5vw, 3.7rem); margin: 8px 0 20px; }
.hero-copy .lede { font-size: 1.16rem; color: var(--green); max-width: 38ch; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin: 32px 0 36px; }
.hero-trust { list-style: none; display: flex; gap: 34px; border-top: 1px solid var(--line); padding-top: 24px; }
.hero-trust li { display: flex; flex-direction: column; }
.hero-trust strong { font-family: var(--serif); font-size: 1.5rem; color: var(--terra); line-height: 1; }
.hero-trust span { font-size: .82rem; color: var(--muted); margin-top: 5px; }

.hero-art { position: relative; }
.hero-art img { width: 100%; border-radius: 26px 26px 90px 26px; box-shadow: var(--shadow-lg); object-fit: cover; aspect-ratio: 56/68; }
.hero-chip {
    position: absolute; bottom: 22px; left: -18px;
    background: #fff; padding: 12px 18px; border-radius: 50px;
    box-shadow: var(--shadow); font-size: .86rem; font-weight: 600; color: var(--pine);
    display: flex; align-items: center; gap: 9px;
}
.hero-chip .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--terra); box-shadow: 0 0 0 4px rgba(207,106,63,.2); }

/* ── USP band ── */
.usp { background: var(--pine); color: #eaf1ec; padding: 46px 0; }
.usp-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.usp-item { text-align: left; }
.usp-ic { font-size: 1.7rem; display: block; margin-bottom: 10px; }
.usp-item h3 { color: #fff; font-size: 1.08rem; margin-bottom: 5px; }
.usp-item p { font-size: .9rem; color: #b8cabf; line-height: 1.5; }

/* ── Steps ── */
.steps-grid { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; counter-reset: s; }
.steps-grid li { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px 30px; position: relative; }
.step-n { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 50%; background: var(--terra); color: #fff; font-family: var(--serif); font-weight: 700; font-size: 1.3rem; margin-bottom: 18px; }
.steps-grid h3 { margin-bottom: 8px; }
.steps-grid p { color: var(--muted); font-size: .96rem; }

/* ── Bouquets grid ── */
.bq-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.bq-card {
    background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
    overflow: hidden; cursor: pointer; transition: transform .26s, box-shadow .26s, border-color .26s;
    display: flex; flex-direction: column;
}
.bq-card:hover, .bq-card:focus-visible { transform: translateY(-6px); box-shadow: var(--shadow); border-color: var(--terra-soft); outline: none; }
.bq-img { position: relative; aspect-ratio: 55/63; overflow: hidden; background: var(--sand); }
.bq-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.bq-card:hover .bq-img img { transform: scale(1.06); }
.bq-tag { position: absolute; top: 12px; left: 12px; background: rgba(31,61,47,.86); color: #fff; font-size: .72rem; font-weight: 600; padding: 5px 11px; border-radius: 50px; letter-spacing: .02em; }
.bq-hover {
    position: absolute; inset: auto 0 0 0; padding: 14px; text-align: center;
    background: linear-gradient(transparent, rgba(31,61,47,.9)); color: #fff; font-weight: 600; font-size: .9rem;
    transform: translateY(100%); transition: transform .3s; opacity: 0;
}
.bq-card:hover .bq-hover { transform: translateY(0); opacity: 1; }
.bq-body { padding: 18px 18px 20px; display: flex; flex-direction: column; flex: 1; }
.bq-body h3 { font-size: 1.08rem; margin-bottom: 6px; }
.bq-desc { font-size: .86rem; color: var(--muted); line-height: 1.5; margin-bottom: 14px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.bq-foot { display: flex; align-items: center; justify-content: space-between; margin-top: auto; }
.bq-price { font-family: var(--serif); font-weight: 700; font-size: 1.2rem; color: var(--pine); }
.bq-btn { font-size: .82rem; font-weight: 700; color: var(--terra); text-transform: uppercase; letter-spacing: .04em; }
.bq-fallback { grid-column: 1/-1; text-align: center; color: var(--muted); padding: 40px; }
.bq-fallback a { color: var(--terra); font-weight: 600; text-decoration: underline; }

.bq-more { text-align: center; margin-top: 48px; }
.bq-note { font-size: .82rem; color: var(--muted); margin-top: 14px; }

/* ── Anlässe ── */
.anl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.anl-card {
    position: relative; aspect-ratio: 4/3; border-radius: var(--radius); overflow: hidden;
    display: flex; align-items: flex-end; padding: 22px; cursor: pointer;
    background-image: var(--bg); background-size: cover; background-position: center;
    transition: transform .3s; isolation: isolate;
}
.anl-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 30%, rgba(22,41,31,.82)); z-index: -1; transition: background .3s; }
.anl-card:hover { transform: translateY(-4px); }
.anl-card:hover::after { background: linear-gradient(rgba(207,106,63,.25) 10%, rgba(22,41,31,.88)); }
.anl-card span { color: #fff; font-family: var(--serif); font-weight: 600; font-size: 1.3rem; }

/* ── Liefergebiet (green) ── */
.section-green { background: var(--pine); color: #e7efe8; }
.section-green h2 { color: #fff; }
.liefern-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: center; }
.liefern-copy p { color: #b8cabf; margin-bottom: 26px; max-width: 42ch; }
.zones { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px 14px; }
.zones li { font-size: .92rem; color: #d6e3da; padding-left: 18px; position: relative; }
.zones li::before { content: "›"; position: absolute; left: 0; color: var(--terra-soft); font-weight: 700; }
.zones-more { color: var(--terra-soft) !important; font-weight: 600; }

/* ── Über uns ── */
.ueber-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: center; }
.ueber-img img { border-radius: 26px 90px 26px 26px; box-shadow: var(--shadow); object-fit: cover; aspect-ratio: 64/76; width: 100%; }
.ueber-copy p { color: var(--muted); margin-bottom: 16px; }
.ueber-points { list-style: none; margin-top: 22px; display: grid; gap: 12px; }
.ueber-points li { padding-left: 30px; position: relative; font-weight: 500; color: var(--pine); }
.ueber-points li::before { content: "✓"; position: absolute; left: 0; top: -1px; width: 21px; height: 21px; background: var(--terra); color: #fff; border-radius: 50%; font-size: .72rem; display: flex; align-items: center; justify-content: center; font-weight: 700; }

/* ── FAQ ── */
.faq-wrap { max-width: 820px; margin: 0 auto; }
.faq-list { display: grid; gap: 14px; }
.faq-item { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 4px 24px; transition: border-color .2s, box-shadow .2s; }
.faq-item[open] { border-color: var(--terra-soft); box-shadow: var(--shadow-sm); }
.faq-item summary { font-family: var(--serif); font-weight: 600; font-size: 1.1rem; color: var(--pine); padding: 18px 30px 18px 0; cursor: pointer; list-style: none; position: relative; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 0; top: 16px; font-size: 1.5rem; color: var(--terra); transition: transform .25s; font-family: var(--sans); }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { color: var(--muted); padding-bottom: 20px; font-size: .98rem; }

/* ── Final CTA ── */
.cta-band { background: linear-gradient(120deg, var(--terra) 0%, var(--terra-dark) 100%); color: #fff; padding: 76px 0; text-align: center; }
.cta-in h2 { color: #fff; margin-bottom: 12px; }
.cta-in p { color: #ffe6d8; font-size: 1.1rem; margin-bottom: 28px; }
.cta-band .btn-accent { background: #fff; color: var(--terra-dark); box-shadow: 0 10px 30px rgba(0,0,0,.18); }
.cta-band .btn-accent:hover { background: var(--pine); color: #fff; }

/* ── Footer ── */
.site-foot { background: var(--pine-deep); color: #c2d2c7; padding: 64px 0 0; }
.foot-grid { display: grid; grid-template-columns: 1.5fr 1fr 1.2fr 1fr; gap: 40px; }
.foot-brand img { margin-bottom: 12px; }
.foot-brand strong { font-family: var(--serif); font-size: 1.3rem; color: #fff; display: block; margin-bottom: 12px; }
.foot-brand p { font-size: .9rem; line-height: 1.6; max-width: 32ch; }
.foot-col h4 { color: #fff; font-size: 1rem; margin-bottom: 16px; }
.foot-h2 { margin-top: 24px; }
.foot-col ul { list-style: none; display: grid; gap: 9px; }
.foot-col a { font-size: .92rem; color: #c2d2c7; transition: color .2s; }
.foot-col a:hover { color: var(--terra-soft); }
.foot-hours li { font-size: .88rem; color: #a7bbac; }
.foot-cta { margin-top: 20px; }
.foot-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 52px; padding: 22px 0; }
.foot-bottom-in { display: flex; align-items: center; justify-content: space-between; font-size: .84rem; color: #93a89a; gap: 14px; }
.to-top:hover { color: var(--terra-soft); }

/* ── Inner pages ── */
.page-hero { background: linear-gradient(180deg, var(--cream) 0%, var(--sand) 100%); padding: 64px 0 56px; }
.page-hero h1 { font-size: clamp(2rem, 4.4vw, 3rem); margin: 6px 0 16px; }
.page-lede { font-size: 1.12rem; color: var(--green); max-width: 60ch; }
.page-body { max-width: 820px; }
.page-body h2 { font-size: 1.7rem; margin: 36px 0 14px; }
.page-body h2:first-child { margin-top: 0; }
.page-body p { color: var(--ink); margin-bottom: 16px; }
.page-body .muted { color: var(--muted); }
.page-cta { margin-top: 32px; }
.page-cta .bq-note { font-size: .82rem; color: var(--muted); margin-top: 12px; }

/* Offer cards */
.offer-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin: 28px 0 8px; }
.offer-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 24px; }
.offer-card .offer-ic { font-size: 1.6rem; display: block; margin-bottom: 10px; }
.offer-card h3 { margin-bottom: 6px; }
.offer-card p { font-size: .95rem; color: var(--muted); margin: 0; }

/* Hours table */
.hours-table { width: 100%; max-width: 460px; border-collapse: collapse; margin: 8px 0 4px; }
.hours-table th, .hours-table td { text-align: left; padding: 13px 4px; border-bottom: 1px solid var(--line); font-size: 1rem; }
.hours-table th { font-family: var(--sans); font-weight: 600; color: var(--pine); }
.hours-table td { color: var(--muted); }
.hours-table tr.closed td { color: var(--terra); }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.contact-info .ci-row { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 20px; }
.contact-info .ci-ic { width: 42px; height: 42px; flex: 0 0 42px; border-radius: 50%; background: var(--sand); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; }
.contact-info .ci-label { font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); }
.contact-info .ci-val { font-weight: 600; color: var(--pine); }
.contact-info .ci-val a { color: var(--pine); }
.contact-info .ci-val a:hover { color: var(--terra); }
.contact-form { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; display: grid; gap: 14px; }
.contact-form input, .contact-form textarea { width: 100%; padding: 13px 15px; border: 1px solid var(--line); border-radius: var(--radius-sm); font-family: var(--sans); font-size: .96rem; background: var(--cream); color: var(--ink); }
.contact-form textarea { min-height: 130px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { outline: none; border-color: var(--terra-soft); }
.contact-form button { border: 0; }
@media (max-width: 760px) {
    .offer-grid, .contact-grid { grid-template-columns: 1fr; }
}

/* ── Reveal animation ── */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ── Responsive ── */
@media (max-width: 980px) {
    .hero-grid, .liefern-grid, .ueber-grid { grid-template-columns: 1fr; gap: 40px; }
    .hero-art { order: -1; max-width: 460px; }
    .ueber-img { order: -1; max-width: 460px; }
    .usp-grid { grid-template-columns: repeat(2, 1fr); gap: 28px; }
    .bq-grid { grid-template-columns: repeat(3, 1fr); }
    .zones { grid-template-columns: repeat(4, 1fr); }
    .foot-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
}
@media (max-width: 760px) {
    .section { padding: 64px 0; }
    .topbar-msg { display: none; }
    .topbar-in { justify-content: center; }
    .main-nav {
        position: fixed; inset: 0 0 0 auto; width: min(80vw, 320px);
        background: var(--paper); flex-direction: column; align-items: flex-start;
        padding: 90px 30px 30px; gap: 8px; transform: translateX(100%); transition: transform .35s; box-shadow: var(--shadow-lg); z-index: 99;
    }
    .main-nav.open { transform: translateX(0); }
    .main-nav a { width: 100%; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 1.05rem; }
    .nav-order { margin-top: 12px; border-bottom: 0 !important; justify-content: center; }
    .burger { display: block; z-index: 100; }
    .steps-grid, .anl-grid { grid-template-columns: 1fr; }
    .bq-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .sec-head-row { flex-direction: column; align-items: flex-start; }
    .sec-head { text-align: left; margin-left: 0; }
    .zones { grid-template-columns: repeat(2, 1fr); }
    .foot-grid { grid-template-columns: 1fr; }
    .hero-trust { gap: 22px; }
    .foot-bottom-in { flex-direction: column; text-align: center; }
}
@media (max-width: 420px) {
    .bq-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
    .bq-body { padding: 12px; }
    .hero-trust strong { font-size: 1.25rem; }
}
