/* =============================================================
   Hof Reeßing – modernisierte Website
   ============================================================= */
:root {
    --primary-color: #1e6d36;
    --primary-dark: #123f22;
    --accent-color: #8ab33a;
    --accent-red: #8e251e;
    --accent-brown: #827144;
    --berry: #3f255f;
    --cream: #fbf7ed;
    --cream-2: #f4efe2;
    --bg-white: #ffffff;
    --bg-grey: #f5f7f2;
    --text-dark: #233026;
    --text-light: #62705f;
    --border-color: rgba(30, 109, 54, 0.14);
    --shadow-sm: 0 10px 25px rgba(19, 51, 30, 0.08);
    --shadow-md: 0 20px 55px rgba(19, 51, 30, 0.14);
    --shadow-lg: 0 30px 85px rgba(19, 51, 30, 0.22);
    --radius: 24px;
    --radius-sm: 16px;
    --header-height: 96px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 24px); }
body {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    color: var(--text-light);
    background: var(--cream);
    line-height: 1.7;
    overflow-x: hidden;
}
body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background:
        radial-gradient(circle at 8% 14%, rgba(138, 179, 58, 0.16), transparent 26rem),
        radial-gradient(circle at 92% 4%, rgba(142, 37, 30, 0.10), transparent 22rem),
        linear-gradient(180deg, #fffaf0 0%, #f7f4ea 55%, #eef4e9 100%);
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input { font: inherit; }
::selection { background: rgba(138, 179, 58, 0.35); color: var(--primary-dark); }

h1, h2, h3, h4 {
    color: var(--text-dark);
    line-height: 1.08;
    font-weight: 850;
    letter-spacing: -0.035em;
}
h1 { font-size: clamp(2.6rem, 7vw, 6rem); }
h2 { font-size: clamp(2rem, 4vw, 3.55rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.65rem); }
p { margin-bottom: 1rem; }
strong { color: var(--text-dark); }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.text-center { text-align: center; }
.section-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--accent-brown);
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.78rem;
    margin-bottom: 0.85rem;
}
.section-subtitle::before {
    content: "";
    width: 30px;
    height: 2px;
    border-radius: 100px;
    background: currentColor;
}
.text-center .section-subtitle::after {
    content: "";
    width: 30px;
    height: 2px;
    border-radius: 100px;
    background: currentColor;
}
.text-center .section-subtitle::before { display: none; }
.section-lead {
    max-width: 720px;
    margin: 0.85rem auto 0;
    font-size: 1.08rem;
    color: #64745f;
}
.divider { width: 72px; height: 4px; margin: 1.35rem 0 2rem; border-radius: 99px; background: linear-gradient(90deg, var(--accent-color), var(--primary-color)); }
.divider.center { margin-inline: auto; }

.skip-link {
    position: absolute;
    left: 14px;
    top: -100px;
    z-index: 2000;
    background: var(--primary-color);
    color: #fff;
    padding: 10px 14px;
    border-radius: 12px;
    transition: top .2s ease;
}
.skip-link:focus { top: 14px; }

/* Header */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(255, 253, 247, 0.88);
    border-bottom: 1px solid rgba(30, 109, 54, 0.13);
    box-shadow: 0 4px 25px rgba(19, 51, 30, 0.05);
    backdrop-filter: blur(18px);
    transition: transform .28s ease, box-shadow .28s ease, background .28s ease;
}
.header.is-scrolled { background: rgba(255, 255, 255, 0.95); box-shadow: 0 12px 40px rgba(19, 51, 30, 0.12); }
.top-bar { background: linear-gradient(90deg, var(--primary-dark), var(--accent-red)); color: rgba(255,255,255,.94); font-size: 0.85rem; }
.top-bar .container { display: flex; justify-content: space-between; gap: 20px; padding-block: 6px; }
.top-bar a { text-decoration: none; color: #fff; font-weight: 700; }
.nav-container { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 12px; }
.logo { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: var(--primary-dark); font-weight: 900; }
.logo-img { width: 98px; height: 70px; object-fit: contain; transition: transform .25s ease; }
.logo:hover .logo-img { transform: rotate(-2deg) scale(1.03); }
.logo-text { display: none; }
.nav-links { display: flex; align-items: center; gap: 6px; list-style: none; }
.nav-links a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 999px;
    color: var(--primary-dark);
    text-decoration: none;
    font-size: .88rem;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .05em;
    transition: background .2s ease, color .2s ease, transform .2s ease;
}
.nav-links a:hover, .nav-links a.active { background: rgba(138, 179, 58, 0.16); color: var(--primary-color); transform: translateY(-1px); }
.nav-links .shop-link { background: var(--primary-color); color: #fff; box-shadow: 0 10px 20px rgba(30, 109, 54, .16); }
.nav-links .shop-link:hover { background: var(--primary-dark); color: #fff; }
.menu-toggle {
    display: none;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 999px;
    background: var(--primary-color);
    color: #fff;
    cursor: pointer;
    font-size: 1.45rem;
    line-height: 1;
    box-shadow: var(--shadow-sm);
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    padding: 12px 22px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 900;
    border: 1px solid transparent;
    cursor: pointer;
    transition: transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 16px 35px rgba(19, 51, 30, .16); }
.btn-primary { background: linear-gradient(135deg, var(--primary-color), #2f8a45); color: #fff; }
.btn-ghost { background: rgba(255,255,255,.88); color: var(--primary-dark); border-color: rgba(255,255,255,.7); }
.btn-outline { background: transparent; color: var(--primary-color); border-color: rgba(30,109,54,.25); }
.btn-outline:hover { background: rgba(30, 109, 54, 0.08); }
.btn-danger { background: rgba(220, 75, 65, .12); color: #b42318; border-color: rgba(220,75,65,.25); }
.btn-danger:hover { background: rgba(220, 75, 65, .18); color: #92140c; }

/* Hero */
.hero {
    position: relative;
    min-height: 100svh;
    padding: calc(var(--header-height) + 70px) 0 90px;
    display: flex;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
    background-image: linear-gradient(90deg, rgba(12, 49, 27, 0.72), rgba(31, 83, 39, 0.24), rgba(251, 247, 237, 0.10)), url('../Images/HeidelbeerenBackground.png');
    background-size: cover;
    background-position: center;
}
.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at 80% 20%, rgba(255,255,255,.30), transparent 18rem),
        linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.32));
}
.hero::after {
    content: "";
    position: absolute;
    left: -10%;
    right: -10%;
    bottom: -2px;
    height: 130px;
    background: var(--cream);
    clip-path: ellipse(60% 48% at 50% 100%);
}
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(320px, .62fr); align-items: end; gap: 54px; }
.hero-panel {
    width: min(710px, 100%);
    color: #fff;
    text-shadow: 0 2px 22px rgba(0,0,0,.28);
}
.hero-panel h1 { color: #fff; margin-bottom: 1.25rem; }
.hero-lead { font-size: clamp(1.05rem, 1.55vw, 1.35rem); color: rgba(255,255,255,.94); max-width: 640px; margin-bottom: 2rem; }
.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 13px;
    border-radius: 999px;
    background: rgba(255,255,255,.18);
    border: 1px solid rgba(255,255,255,.24);
    color: #fff;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-size: .78rem;
    margin-bottom: 1.2rem;
    backdrop-filter: blur(12px);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-card {
    align-self: stretch;
    background: rgba(255, 253, 247, 0.88);
    border: 1px solid rgba(255,255,255,.55);
    border-radius: 32px;
    padding: 22px;
    box-shadow: var(--shadow-lg);
    backdrop-filter: blur(18px);
}
.hero-card img { border-radius: 24px; aspect-ratio: 1 / 1; object-fit: cover; box-shadow: var(--shadow-sm); }
.hero-card h3 { margin-top: 1.2rem; color: var(--primary-dark); }
.hero-card p { margin-bottom: 0; color: var(--text-light); }
.hero-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.75);
    color: var(--primary-dark);
    font-weight: 850;
    font-size: .86rem;
    box-shadow: 0 6px 18px rgba(19,51,30,.08);
}

/* Sections */
section { padding: 96px 0; }
.section-light { background: var(--cream); }
.section-dark { background: linear-gradient(180deg, #edf4e8 0%, #f7f4ea 100%); }
.section-white { background: var(--bg-white); }
.grid-2 { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(32px, 5vw, 70px); align-items: center; }
.card {
    background: rgba(255,255,255,.86);
    border: 1px solid var(--border-color);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
}
.text-box.card { padding: clamp(26px, 4vw, 42px); }
.image-box { position: relative; }
.image-box img {
    width: 100%;
    border-radius: var(--radius);
    object-fit: cover;
    box-shadow: var(--shadow-md);
    border: 8px solid rgba(255,255,255,.72);
}
.image-box.is-square img { aspect-ratio: 1 / 1; }
.float-note {
    position: absolute;
    right: -20px;
    bottom: 22px;
    max-width: 230px;
    background: var(--primary-dark);
    color: #fff;
    border-radius: 20px;
    padding: 16px 18px;
    box-shadow: var(--shadow-md);
}
.float-note strong { color: #fff; display: block; font-size: 1.9rem; line-height: 1; }
.feature-list { list-style: none; display: grid; gap: 12px; margin-top: 1.35rem; }
.feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--text-dark);
    font-weight: 750;
}
.feature-list li::before {
    content: "✓";
    flex: 0 0 26px;
    width: 26px;
    height: 26px;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(138, 179, 58, .18);
    color: var(--primary-color);
    font-weight: 900;
    line-height: 1;
}
.stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 24px; }
.stat-card { padding: 18px; border-radius: 18px; background: #fff; border: 1px solid var(--border-color); }
.stat-card strong { display: block; font-size: 1.4rem; color: var(--primary-color); }
.stat-card span { font-size: .92rem; color: var(--text-light); }

.season-strip { position: relative; z-index: 3; margin-top: -72px; padding: 0 0 76px; background: transparent; }
.season-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.season-card {
    padding: 24px;
    border-radius: 26px;
    background: rgba(255,255,255,.91);
    border: 1px solid rgba(255,255,255,.7);
    box-shadow: var(--shadow-md);
    transition: transform .22s ease, box-shadow .22s ease;
}
.season-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.season-card .icon { font-size: 2rem; margin-bottom: 10px; }
.season-card h3 { margin-bottom: .45rem; }
.season-card p { margin-bottom: 0; }
.season-card.current { outline: 3px solid rgba(138, 179, 58, .42); }

.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 52px; }
.product-card {
    display: grid;
    grid-template-rows: auto 1fr;
    overflow: hidden;
    border-radius: 30px;
    background: #fff;
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-sm);
    transition: transform .25s ease, box-shadow .25s ease;
}
.product-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-md); }
.product-card .product-media { position: relative; overflow: hidden; }
.product-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .55s ease; }
.product-card:hover img { transform: scale(1.06); }
.product-body { padding: 24px; display: flex; flex-direction: column; }
.product-body p { flex: 1; }
.product-tag {
    position: absolute;
    left: 16px;
    top: 16px;
    border-radius: 999px;
    padding: 8px 12px;
    background: rgba(255,255,255,.92);
    color: var(--primary-color);
    font-size: .8rem;
    font-weight: 900;
    box-shadow: 0 10px 24px rgba(0,0,0,.12);
}

.experience { position: relative; overflow: hidden; }
.experience::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at 0% 50%, rgba(63, 37, 95, .12), transparent 28rem);
}
.timeline { display: grid; gap: 16px; margin-top: 24px; }
.timeline-item { display: grid; grid-template-columns: 84px 1fr; gap: 16px; align-items: start; padding: 18px; border-radius: 20px; background: rgba(255,255,255,.76); border: 1px solid var(--border-color); }
.timeline-item strong { color: var(--primary-color); font-size: .95rem; }
.timeline-item p { margin: 0; }

.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 44px; }
.contact-card { padding: 28px; border-radius: 28px; background: #fff; border: 1px solid var(--border-color); box-shadow: var(--shadow-sm); transition: transform .25s ease, box-shadow .25s ease; }
.contact-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.contact-card .icon { font-size: 2.1rem; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 18px; background: rgba(138,179,58,.16); margin-bottom: 18px; }
.contact-card a { color: var(--primary-color); font-weight: 850; text-decoration: none; }
.contact-card a:hover { text-decoration: underline; }

.cta-band {
    padding: 56px;
    border-radius: 34px;
    background: linear-gradient(135deg, rgba(18,63,34,.95), rgba(30,109,54,.88)), url('../Images/Backgroundpicture.jpg') center/cover;
    color: #fff;
    box-shadow: var(--shadow-lg);
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 28px;
    align-items: center;
}
.cta-band h2 { color: #fff; margin-bottom: .5rem; }
.cta-band p { color: rgba(255,255,255,.82); margin-bottom: 0; }

/* Map */
.map-section { position: relative; }
.map-intro { max-width: 780px; margin: .85rem auto 30px; color: var(--text-light); text-align: center; }
.map-tools { display: flex; justify-content: center; margin: 0 auto 22px; }
.map-search {
    width: min(100%, 500px);
    border: 1px solid rgba(30,109,54,.18);
    border-radius: 999px;
    padding: 14px 18px;
    background: rgba(255,255,255,.92);
    box-shadow: var(--shadow-sm);
    color: var(--text-dark);
    outline: none;
}
.map-search:focus { border-color: rgba(30,109,54,.55); box-shadow: 0 0 0 4px rgba(138,179,58,.18); }
.map-wrapper { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 24px; align-items: stretch; }
#standorte-map { width: 100%; min-height: 560px; border-radius: 28px; overflow: hidden; box-shadow: var(--shadow-md); border: 8px solid rgba(255,255,255,.8); background: #dfe9d8; z-index: 1; }
.standorte-list { max-height: 560px; overflow: auto; padding: 10px; border-radius: 28px; background: rgba(255,255,255,.84); border: 1px solid var(--border-color); box-shadow: var(--shadow-sm); }
.standort-item { width: 100%; text-align: left; border: 0; background: transparent; padding: 15px; border-radius: 18px; cursor: pointer; display: block; color: var(--text-light); transition: background .18s ease, transform .18s ease; border-bottom: 1px solid rgba(30,109,54,.08); }
.standort-item:hover, .standort-item.is-active { background: rgba(138,179,58,.13); transform: translateX(2px); }
.standort-item strong { display: block; color: var(--primary-dark); margin-bottom: 3px; }
.standort-item span { display: block; line-height: 1.45; font-size: .92rem; }
.standort-item small { display: inline-flex; margin-top: 8px; color: var(--primary-color); font-weight: 850; }
.standort-item-primary { border: 2px solid rgba(30,109,54,.18); background: rgba(138,179,58,.09); }
.standort-item-primary strong { color: var(--primary-dark); }
.primary-badge {
    display: inline-flex;
    align-items: center;
    margin-left: 10px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(138,179,58,.18);
    color: var(--primary-dark);
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.primary-location-marker .primary-marker {
    position: relative;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--primary-color);
    border: 2px solid rgba(255,255,255,.95);
    box-shadow: 0 8px 24px rgba(30,109,54,.22);
}
.primary-location-marker .primary-marker::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid var(--primary-color);
}
.custom-popup-content.primary-popup strong { color: var(--primary-color); }
.map-status { margin-top: 14px; color: var(--text-light); text-align: center; font-size: .92rem; }
.leaflet-popup-content-wrapper { border-radius: 16px !important; box-shadow: 0 16px 45px rgba(0,0,0,.18) !important; border-left: 5px solid var(--primary-color); }
.leaflet-popup-content { font-family: inherit !important; line-height: 1.55 !important; }
.custom-popup-content a { display: inline-flex; margin-top: 8px; color: #fff !important; background: var(--primary-color); padding: 7px 11px; border-radius: 999px; font-weight: 850; text-decoration: none; }

/* Subpages */
.page-hero {
    min-height: 420px;
    display: flex;
    align-items: end;
    padding: calc(var(--header-height) + 70px) 0 70px;
    background: linear-gradient(90deg, rgba(18,63,34,.78), rgba(18,63,34,.35)), var(--hero-image, url('../Images/Backgroundpicture.jpg')) center/cover;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.page-hero::after { content: ""; position: absolute; left: -10%; right: -10%; bottom: -2px; height: 90px; background: var(--cream); clip-path: ellipse(60% 50% at 50% 100%); }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1, .page-hero h2 { color: #fff; max-width: 800px; }
.page-hero p { max-width: 680px; color: rgba(255,255,255,.9); font-size: 1.1rem; }
.content-card { padding: clamp(26px, 4vw, 48px); border-radius: 30px; background: rgba(255,255,255,.88); border: 1px solid var(--border-color); box-shadow: var(--shadow-sm); }
.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 28px; }
.info-card { padding: 22px; border-radius: 22px; background: #fff; border: 1px solid var(--border-color); box-shadow: var(--shadow-sm); }
.info-card .icon { font-size: 1.8rem; margin-bottom: 10px; }
.shop-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: 38px; }
.shop-card { padding: 28px; border-radius: 28px; background: #fff; border: 1px solid var(--border-color); box-shadow: var(--shadow-sm); text-align: left; transition: transform .25s ease, box-shadow .25s ease; }
.shop-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.shop-card .icon { font-size: 2.6rem; margin-bottom: 16px; }
.notice { padding: 20px 22px; border-radius: 20px; background: rgba(138,179,58,.14); border: 1px solid rgba(30,109,54,.16); color: var(--text-dark); margin-top: 24px; }
.legal-page .content-card h3 { margin-top: 2rem; }
.legal-page .content-card h3:first-of-type { margin-top: 0; }
.data-table { margin-top: 1.5rem; overflow-x: auto; }
table { width: 100%; border-collapse: collapse; overflow: hidden; border-radius: 18px; background: #fff; box-shadow: var(--shadow-sm); }
th, td { padding: 13px 14px; border-bottom: 1px solid rgba(30,109,54,.10); text-align: left; }
th { background: var(--primary-color); color: #fff; font-weight: 850; }
tr:nth-child(even) td { background: #f7faf4; }

/* Footer */
.footer { background: linear-gradient(135deg, var(--primary-dark), var(--primary-color)); color: rgba(255,255,255,.78); padding: 70px 0 0; }
.footer h4 { color: #fff; margin-bottom: 1rem; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .85fr .85fr; gap: 42px; padding-bottom: 46px; }
.footer-logo { width: 150px; margin-bottom: 16px; padding: 10px; border-radius: 20px; background: rgba(255,255,255,.92); }
.footer ul { list-style: none; display: grid; gap: 9px; }
.footer a { color: rgba(255,255,255,.84); text-decoration: none; }
.footer a:hover { color: #fff; text-decoration: underline; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.14); padding: 20px 0; text-align: center; font-size: .9rem; }
.footer-bottom p { margin: 0; }

/* Motion */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
    .reveal { opacity: 1; transform: none; }
}

/* Responsive */
@media (max-width: 1040px) {
    .hero-grid, .grid-2, .map-wrapper, .cta-band { grid-template-columns: 1fr; }
    .hero-card { max-width: 520px; }
    .product-grid, .season-grid, .contact-grid, .shop-grid, .info-grid { grid-template-columns: 1fr 1fr; }
    .map-wrapper { gap: 18px; }
    .standorte-list { max-height: 420px; }
    .float-note { right: 18px; }
}
@media (max-width: 780px) {
    :root { --header-height: 82px; }
    .top-bar { display: none; }
    .nav-container { padding-block: 10px; }
    .logo-img { width: 82px; height: 60px; }
    .menu-toggle { display: inline-grid; place-items: center; }
    .nav-links {
        position: absolute;
        top: 100%;
        left: 16px;
        right: 16px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 6px;
        padding: 14px;
        border-radius: 24px;
        background: rgba(255,255,255,.96);
        border: 1px solid var(--border-color);
        box-shadow: var(--shadow-md);
    }
    .nav-links.active { display: flex; }
    .nav-links a { justify-content: center; }
    .hero { min-height: auto; padding-top: 135px; }
    .hero-grid { gap: 28px; }
    .hero-card { display: none; }
    .season-strip { margin-top: -40px; padding-bottom: 52px; }
    section { padding: 70px 0; }
    .product-grid, .season-grid, .contact-grid, .shop-grid, .info-grid, .stat-grid { grid-template-columns: 1fr; }
    .cta-band { padding: 32px; border-radius: 26px; }
    #standorte-map { min-height: 420px; }
    .footer-grid { grid-template-columns: 1fr; gap: 28px; }
    .page-hero { min-height: 360px; }
}
@media (max-width: 480px) {
    .container { width: min(100% - 28px, 1180px); }
    .hero-actions .btn { width: 100%; }
    .hero-badges { display: none; }
    .float-note { position: static; margin-top: -10px; max-width: none; }
    .timeline-item { grid-template-columns: 1fr; }
    .map-search { border-radius: 18px; }
}

/* =============================================================
   Shop-System, Cookie-Consent und Karten-Freigabe
   ============================================================= */
button, input, select, textarea { font: inherit; }
textarea { resize: vertical; }
.footer-link-button {
    appearance: none;
    border: 0;
    background: transparent;
    color: rgba(255,255,255,.84);
    padding: 0;
    text-align: left;
    cursor: pointer;
    font: inherit;
}
.footer-link-button:hover { color: #fff; text-decoration: underline; }
.cart-mini-count {
    display: inline-grid;
    place-items: center;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    margin-left: 6px;
    border-radius: 999px;
    background: rgba(255,255,255,.24);
    color: currentColor;
    font-size: .75rem;
    line-height: 1;
}
.cart-mini-count:not(.has-items), .nav-links a:not(.shop-link) .cart-mini-count { display: none; }
.nav-links .shop-link.active { background: var(--primary-dark); color: #fff; }

/* Consent */
.consent-layer[hidden] { display: none; }
.consent-layer {
    position: fixed;
    inset: 0;
    z-index: 3000;
    display: grid;
    place-items: end center;
    padding: 24px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .18s ease;
}
.consent-layer.is-open { opacity: 1; pointer-events: auto; }
.consent-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(13, 30, 18, .38);
    backdrop-filter: blur(6px);
}
.consent-box {
    position: relative;
    width: min(760px, 100%);
    padding: clamp(24px, 4vw, 36px);
    border-radius: 32px;
    background: rgba(255,255,255,.96);
    border: 1px solid rgba(255,255,255,.68);
    box-shadow: 0 28px 80px rgba(0,0,0,.22);
    color: var(--text-light);
    transform: translateY(14px);
    transition: transform .18s ease;
}
.consent-layer.is-open .consent-box { transform: translateY(0); }
.consent-box h2 { margin-bottom: 12px; }
.consent-x {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 999px;
    background: rgba(30,109,54,.1);
    color: var(--primary-dark);
    font-size: 1.8rem;
    cursor: pointer;
}
.consent-options { display: grid; gap: 12px; margin: 22px 0; }
.consent-option {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
    align-items: start;
    padding: 16px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-sm);
}
.consent-option input { width: 22px; height: 22px; margin-top: 2px; accent-color: var(--primary-color); }
.consent-option strong { display: block; margin-bottom: 3px; }
.consent-option small { display: block; color: var(--text-light); line-height: 1.5; }
.consent-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.consent-small { margin: 14px 0 0; font-size: .9rem; }
.consent-small a { color: var(--primary-color); font-weight: 850; }

/* Consent-protected map */
#standorte-map { position: relative; }
.map-consent-card, .map-loading {
    min-height: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 14px;
    padding: 34px;
    text-align: center;
    background:
        radial-gradient(circle at 25% 25%, rgba(138,179,58,.24), transparent 14rem),
        linear-gradient(135deg, #eaf1df, #fff8ea);
    color: var(--text-light);
}
.map-consent-card .icon { font-size: 3rem; }
.map-consent-card h3 { margin: 0; }
.map-consent-card p { max-width: 560px; margin: 0 auto; }
.map-consent-actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 8px; }
.map-loading { color: var(--primary-dark); font-weight: 900; }

/* Shop */
.shop-page main { background: var(--cream); }
.shop-hero { min-height: 620px; align-items: center; padding-bottom: 90px; }
.shop-hero::after { background: var(--cream); }
.shop-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
    gap: 36px;
    align-items: center;
}
.shop-hero-grid h1 { max-width: 900px; margin-bottom: 1.5rem; }
.shop-promise-card {
    padding: 32px;
    border-radius: 32px;
    background: rgba(255,255,255,.98);
    border: 1px solid rgba(138,179,58,.22);
    box-shadow: 0 28px 60px rgba(20, 40, 20, .12);
    color: var(--text-dark);
    backdrop-filter: blur(16px);
}
.shop-promise-card strong { display: block; font-size: 1.35rem; margin-bottom: 16px; color: var(--primary-dark); }
.shop-promise-card ol { margin: 0 0 18px 1.3rem; color: var(--text-dark); font-weight: 900; letter-spacing: .02em; }
.shop-promise-card li { margin-bottom: 10px; }
.shop-promise-card p { margin-bottom: 0; color: rgba(34,34,34,.92); line-height: 1.75; }
.shop-hero h1, .shop-hero p { text-shadow: 0 1px 3px rgba(0,0,0,.28); }
.shop-intro-section { padding-top: 32px; }
.shop-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.benefit-card {
    padding: 24px;
    border-radius: 26px;
    background: rgba(255,255,255,.9);
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-sm);
}
.benefit-card span { display: inline-flex; font-size: 2rem; margin-bottom: 12px; }
.benefit-card strong { display: block; font-size: 1.1rem; margin-bottom: 8px; }
.benefit-card p { margin: 0; }
.shop-catalog-section { padding-top: 85px; }
.shop-headline {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}
.floating-cart-btn {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 56px;
    padding: 0 20px;
    border: 0;
    border-radius: 999px;
    background: var(--primary-dark);
    color: #fff;
    font-weight: 950;
    box-shadow: var(--shadow-md);
    cursor: pointer;
}
.floating-cart-btn span {
    min-width: 26px;
    height: 26px;
    padding: 0 8px;
    border-radius: 999px;
    display: inline-grid;
    place-items: center;
    background: rgba(255,255,255,.2);
}
.shop-toolbar {
    display: grid;
    grid-template-columns: minmax(260px, 1.3fr) minmax(190px, .55fr) minmax(190px, .55fr);
    gap: 14px;
    padding: 16px;
    border-radius: 28px;
    background: rgba(255,255,255,.82);
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-sm);
    margin-bottom: 28px;
}
.shop-toolbar label { display: block; color: var(--text-dark); font-size: .8rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 6px; }
.shop-toolbar input, .shop-toolbar select {
    width: 100%;
    min-height: 48px;
    border: 1px solid rgba(30,109,54,.16);
    border-radius: 16px;
    background: #fff;
    color: var(--text-dark);
    padding: 0 14px;
    outline: none;
}
.shop-toolbar input:focus, .shop-toolbar select:focus { border-color: var(--primary-color); box-shadow: 0 0 0 4px rgba(138,179,58,.16); }
.shop-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.shop-product-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    border-radius: 30px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-sm);
    transition: transform .24s ease, box-shadow .24s ease;
}
.shop-product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.shop-product-media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: #edf4e7; }
.shop-product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.shop-product-card:hover .shop-product-media img { transform: scale(1.06); }
.shop-product-media span {
    position: absolute;
    left: 16px;
    top: 16px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.92);
    color: var(--primary-dark);
    font-size: .78rem;
    font-weight: 950;
    box-shadow: var(--shadow-sm);
}
.shop-product-body { display: flex; flex-direction: column; flex: 1; padding: 22px; }
.shop-product-meta { color: var(--accent-brown); text-transform: uppercase; letter-spacing: .08em; font-size: .75rem; font-weight: 950; margin-bottom: 8px; }
.shop-product-body p { margin-top: 10px; }
.shop-tags { display: flex; flex-wrap: wrap; gap: 7px; margin: auto 0 18px; padding-top: 10px; }
.shop-tags small { padding: 5px 9px; border-radius: 999px; background: rgba(138,179,58,.14); color: var(--primary-dark); font-weight: 800; }
.shop-stock-note {
    margin: -6px 0 16px;
    color: var(--accent-brown);
    font-size: .88rem;
    font-weight: 850;
}
.shop-buy-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.shop-buy-row strong { font-size: 1.25rem; white-space: nowrap; }
.shop-buy-row .btn { min-height: 44px; padding: 10px 16px; }
.shop-empty { text-align: center; color: var(--text-dark); font-weight: 850; margin-top: 28px; }
.shop-page .preorder-section { padding: 80px 0; background: linear-gradient(180deg, #d9e5cc 0%, #f1f0e6 100%); }
.shop-page .preorder-section .section-subtitle { color: rgba(20, 45, 20, .76); }
.shop-page .preorder-section h2 { color: rgba(14, 47, 17, 1); }
.shop-page .preorder-section p { color: rgba(34, 58, 32, .82); }
.preorder-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 32px; align-items: center; }
.preorder-note { padding: 32px; border-radius: 32px; background: rgba(255,255,255,.95); border: 1px solid rgba(138,179,58,.28); color: rgba(20, 40, 18, .96); }
.preorder-note strong { color: #2b5c25; font-size: 1.3rem; }
.preorder-note p { margin: 10px 0 0; line-height: 1.75; }

/* Cart drawer */
body.cart-is-open { overflow: hidden; }
.cart-drawer {
    position: fixed;
    inset: 0;
    z-index: 2500;
    display: flex;
    justify-content: flex-end;
    background: rgba(13, 30, 18, .45);
    opacity: 0;
    pointer-events: none;
    transition: opacity .22s ease;
}
.cart-drawer.is-open { opacity: 1; pointer-events: auto; }
.cart-panel {
    width: min(620px, 100%);
    min-height: 100%;
    max-height: 100svh;
    overflow: auto;
    padding: clamp(22px, 3vw, 34px);
    background: #fffdf7;
    box-shadow: -24px 0 60px rgba(0,0,0,.2);
    transform: translateX(100%);
    transition: transform .24s ease;
}
.cart-drawer.is-open .cart-panel { transform: translateX(0); }
.cart-header { display: flex; justify-content: space-between; gap: 18px; align-items: start; margin-bottom: 18px; }
.cart-close {
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 999px;
    background: rgba(30,109,54,.1);
    color: var(--primary-dark);
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
}
.cart-items { display: grid; gap: 12px; margin: 14px 0 20px; }
.cart-empty, .cart-item {
    padding: 16px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-sm);
}
.cart-empty p { margin: 6px 0 0; }
.cart-item { display: grid; grid-template-columns: 82px 1fr auto; gap: 14px; align-items: start; }
.cart-item img { width: 82px; height: 82px; border-radius: 18px; object-fit: cover; }
.cart-item h3 { font-size: 1.05rem; margin-bottom: 4px; }
.cart-item small { display: block; color: var(--text-light); margin-bottom: 10px; }
.qty-control { display: flex; flex-wrap: wrap; gap: 7px; align-items: center; }
.qty-control button, .qty-control input {
    min-width: 36px;
    height: 36px;
    border-radius: 999px;
    border: 1px solid rgba(30,109,54,.16);
    background: #fff;
    color: var(--text-dark);
    text-align: center;
}
.qty-control button { cursor: pointer; font-weight: 950; }
.qty-control input { width: 58px; padding: 0 5px; }
.qty-control .remove-item { width: auto; padding: 0 12px; color: var(--accent-red); }
.cart-summary {
    padding: 18px;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(138,179,58,.16), rgba(30,109,54,.08));
    border: 1px solid rgba(30,109,54,.14);
    margin-bottom: 22px;
}
.cart-summary > div { display: flex; justify-content: space-between; gap: 20px; align-items: center; margin-bottom: 8px; }
.cart-summary strong { font-size: 1.45rem; }
.cart-summary small { color: var(--text-light); }
.checkout-form {
    padding: 20px;
    border-radius: 26px;
    background: #fff;
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-sm);
}
.checkout-form h3 { margin-bottom: 14px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.form-grid label { display: grid; gap: 6px; color: var(--text-dark); font-weight: 850; font-size: .92rem; }
.form-grid .full { grid-column: 1 / -1; }
.form-grid input, .form-grid select, .form-grid textarea {
    width: 100%;
    border: 1px solid rgba(30,109,54,.16);
    border-radius: 15px;
    background: #fffdf8;
    color: var(--text-dark);
    padding: 12px 13px;
    outline: none;
}
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--primary-color); box-shadow: 0 0 0 4px rgba(138,179,58,.15); }
.form-grid .checkbox { display: flex; flex-direction: row; align-items: flex-start; gap: 10px; color: var(--text-light); font-weight: 650; line-height: 1.45; }
.form-grid .checkbox input { width: 18px; min-width: 18px; margin-top: 2px; accent-color: var(--primary-color); }
.checkout-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.checkout-status { margin: 12px 0 0; color: var(--primary-dark); font-weight: 800; }

@media (max-width: 1040px) {
    .shop-hero-grid, .shop-benefits, .preorder-grid { grid-template-columns: 1fr; }
    .shop-toolbar { grid-template-columns: 1fr 1fr; }
    .shop-search-wrap { grid-column: 1 / -1; }
    .shop-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 780px) {
    .shop-hero { min-height: auto; padding-top: 135px; }
    .shop-headline { align-items: start; flex-direction: column; }
    .shop-toolbar, .shop-product-grid, .form-grid { grid-template-columns: 1fr; }
    .cart-item { grid-template-columns: 72px 1fr; }
    .cart-item > strong { grid-column: 2; }
    .cart-item img { width: 72px; height: 72px; }
    .consent-layer { padding: 12px; place-items: end center; }
    .consent-actions .btn { width: 100%; }
}
@media (max-width: 480px) {
    .shop-buy-row, .checkout-actions { align-items: stretch; flex-direction: column; }
    .shop-buy-row .btn, .checkout-actions .btn { width: 100%; }
    .cart-panel { padding: 20px 14px; }
}


/* Refinements: compact brand, smoother nav and persistent consent */
.nav-container { gap: 18px; }
.logo { flex: 0 0 auto; max-width: 155px; overflow: visible; }
.logo-img { width: clamp(118px, 12vw, 150px); height: auto; max-height: 86px; object-fit: contain; display: block; }
.nav-links { flex: 1 1 auto; justify-content: flex-end; flex-wrap: wrap; row-gap: 8px; }
.nav-links a { white-space: nowrap; padding-inline: 12px; letter-spacing: .035em; }
.shop-backend-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    padding: 9px 13px;
    border-radius: 999px;
    background: rgba(138, 179, 58, .14);
    color: var(--primary-dark);
    font-size: .92rem;
    font-weight: 850;
}
.shop-backend-status::before { content: '●'; font-size: .8rem; color: var(--accent-red); }
.shop-backend-status.is-live::before { color: var(--primary-color); }
.shop-loading {
    grid-column: 1 / -1;
    padding: 28px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-sm);
    color: var(--text-dark);
    font-weight: 850;
    text-align: center;
}

.consent-layer.consent-compact {
    inset: auto 0 0 0;
    display: flex;
    justify-content: center;
    padding: 14px;
    background: transparent;
    opacity: 0;
    pointer-events: none;
}
.consent-layer.consent-compact.is-open { opacity: 1; pointer-events: auto; }
.consent-compact .consent-box {
    width: min(960px, calc(100% - 12px));
    display: grid;
    grid-template-columns: minmax(240px, 1fr) auto auto;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border-radius: 24px;
    background: rgba(255,255,255,.98);
    box-shadow: 0 18px 50px rgba(13, 30, 18, .18);
    transform: translateY(12px);
}
.consent-compact.is-open .consent-box { transform: translateY(0); }
.consent-main { display: flex; gap: 12px; align-items: center; }
.consent-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 16px; background: rgba(138,179,58,.14); }
.consent-compact .consent-box h2 { margin: 0 0 2px; font-size: 1.05rem; }
.consent-compact .consent-box p { margin: 0; font-size: .92rem; line-height: 1.45; }
.consent-compact .consent-x { top: -12px; right: -10px; width: 32px; height: 32px; font-size: 1.35rem; background: #fff; box-shadow: var(--shadow-sm); }
.consent-inline {
    padding: 10px 12px;
    border-radius: 18px;
    box-shadow: none;
    min-width: 240px;
}
.consent-inline small { font-size: .78rem; }
.consent-compact .consent-actions { justify-content: flex-end; flex-wrap: nowrap; }
.consent-compact .consent-actions .btn { min-height: 40px; padding: 9px 12px; font-size: .86rem; }
.consent-compact .consent-small { grid-column: 1 / -1; font-size: .78rem; opacity: .82; }

@media (max-width: 1120px) {
    .nav-container { gap: 12px; }
    .logo { max-width: 138px; }
    .logo-img { width: 130px; max-height: 82px; }
    .nav-links a { font-size: .8rem; padding-inline: 9px; }
}
@media (max-width: 900px) {
    .top-bar { display: none; }
    .menu-toggle { display: inline-grid; place-items: center; }
    .nav-container { padding-block: 10px; }
    .logo-img { width: 118px; max-height: 78px; }
    .nav-links {
        position: absolute;
        top: 100%;
        left: 16px;
        right: 16px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 6px;
        padding: 14px;
        border-radius: 24px;
        background: rgba(255,255,255,.98);
        border: 1px solid var(--border-color);
        box-shadow: var(--shadow-md);
    }
    .nav-links.active { display: flex; }
    .nav-links a { justify-content: center; }
}
@media (max-width: 780px) {
    .consent-layer.consent-compact { padding: 10px; }
    .consent-compact .consent-box { grid-template-columns: 1fr; gap: 10px; border-radius: 22px; }
    .consent-inline { min-width: 0; }
    .consent-compact .consent-actions { flex-wrap: wrap; }
    .consent-compact .consent-actions .btn { width: auto; flex: 1 1 150px; }
}
@media (max-width: 480px) {
    .logo { max-width: 112px; }
    .logo-img { width: 108px; max-height: 74px; }
    .consent-main { align-items: flex-start; }
    .consent-icon { display: none; }
}

/* Admin dashboard */
.admin-page .section-light { background: rgba(244, 248, 236, .9); }
.admin-grid { display: grid; grid-template-columns: minmax(280px, 1fr) minmax(280px, 1fr); gap: 28px; }
.admin-login-card, .admin-help-card {
    padding: clamp(26px, 3vw, 34px);
    border-radius: 28px;
    background: #fff;
    border: 1px solid rgba(30,109,54,.12);
    box-shadow: 0 22px 45px rgba(18, 63, 34, .08);
}
.admin-login-card span, .admin-help-card span {
    display: inline-flex;
    margin-bottom: .75rem;
    color: var(--text-light);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: .78rem;
}
.admin-login-card h2, .admin-help-card h2 {
    margin: 0;
    font-size: clamp(1.6rem, 2.2vw, 2.2rem);
    line-height: 1.05;
}
.admin-login-card p, .admin-help-card p {
    margin: .75rem 0 0;
    color: var(--text-dark);
    line-height: 1.75;
}
.admin-login-card label { display: grid; gap: 8px; margin: 22px 0 0; color: var(--text-dark); font-weight: 850; }
.admin-login-card input, .order-update input, .order-update select {
    border: 1px solid rgba(30,109,54,.16);
    border-radius: 16px;
    background: #fffdf8;
    color: var(--text-dark);
    padding: 14px 16px;
    outline: none;
}
.admin-login-card button { width: 100%; margin-top: 10px; }
.admin-api-state { display: inline-flex; padding: 14px 16px; border-radius: 18px; background: rgba(138,179,58,.14); color: var(--primary-dark); font-weight: 850; margin-top: 16px; }
.orders-list { display: grid; gap: 18px; }
.order-card {
    display: grid;
    gap: 24px;
    padding: 28px;
    border-radius: 26px;
    background: #fff;
    border: 1px solid rgba(30,109,54,.12);
    box-shadow: 0 18px 40px rgba(18, 63, 34, .06);
}

/* Order Card Header with Status Box */
.order-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(30,109,54,.08);
}

.order-card-info { flex: 1; }
.order-number {
    display: block;
    color: var(--text-dark);
    font-size: 1.15rem;
    font-weight: 900;
    margin-bottom: 6px;
}

.order-meta-top {
    display: block;
    color: var(--text-light);
    font-size: 0.9rem;
    line-height: 1.5;
}

.order-status-box {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-end;
}

.order-status-label {
    font-weight: 700;
    color: var(--text-dark);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.order-status-select {
    padding: 10px 14px;
    border-radius: 10px;
    border: 2px solid var(--primary-color);
    background: var(--cream);
    color: var(--primary-dark);
    font-weight: 700;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.25s ease;
    min-width: 160px;
}

.order-status-select:hover {
    background: rgba(138,179,58,.12);
    border-color: var(--accent-color);
}

.order-status-select:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(138,179,58,.25);
}

/* Order Items */
.order-items {
    display: grid;
    gap: 10px;
    padding: 18px;
    border-radius: 18px;
    background: #f7fff0;
    border: 1px solid rgba(138,179,58,.18);
}

.order-items > div {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 18px;
    align-items: center;
    font-size: 0.95rem;
}

/* Order Details */
.order-details {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 18px;
    padding: 16px 0;
    border-top: 1px solid rgba(30,109,54,.08);
    border-bottom: 1px solid rgba(30,109,54,.08);
}

.order-details > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.order-details span {
    color: var(--text-light);
    font-size: 0.9rem;
}

.order-details strong {
    color: var(--text-dark);
    font-weight: 700;
}

.order-total strong {
    font-size: 1.15rem;
    color: var(--primary-color);
}

/* Customer Message */
.order-customer-message {
    padding: 14px 16px;
    border-left: 4px solid var(--primary-color);
    background: rgba(138,179,58,.08);
    border-radius: 12px;
    font-size: 0.95rem;
    line-height: 1.6;
}

.order-customer-message strong {
    display: block;
    color: var(--text-dark);
    margin-bottom: 4px;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Notes Section */
.order-notes-section {
    display: grid;
    gap: 10px;
    padding: 18px;
    border-radius: 18px;
    background: rgba(138,179,58,.06);
    border: 1px solid rgba(138,179,58,.14);
}

.notes-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.notes-label {
    font-weight: 700;
    color: var(--text-dark);
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.order-note-input {
    width: 100%;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid rgba(138,179,58,.24);
    background: #fff;
    color: var(--text-dark);
    font-size: 0.9rem;
    line-height: 1.6;
    font-family: inherit;
    resize: vertical;
    min-height: 80px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.order-note-input:focus {
    outline: none;
    border-color: var(--accent-color);
    box-shadow: 0 0 0 3px rgba(138,179,58,.12);
}

.order-note-input::placeholder {
    color: rgba(98, 112, 95, 0.6);
}

.order-note-save {
    align-self: flex-start;
    margin-top: 6px;
}

.order-delete-button {
    border: 0;
    background: rgba(142,37,30,.09);
    color: var(--accent-red);
    border-radius: 999px;
    padding: 7px 12px;
    font-weight: 900;
    cursor: pointer;
}
.order-delete-button:hover { background: rgba(142,37,30,.15); }

.product-admin-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 24px;
}
.product-admin-card {
    display: grid;
    gap: 16px;
    padding: 20px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(30,109,54,.12);
    box-shadow: 0 14px 32px rgba(18, 63, 34, .06);
}
.product-admin-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
}
.product-admin-main strong { display: block; }
.product-admin-main small { display: block; color: var(--text-light); margin-top: 4px; }
.product-availability {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary-dark);
    font-weight: 900;
    white-space: nowrap;
}
.product-availability input { accent-color: var(--primary-color); }
.product-admin-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}
.product-admin-fields label {
    display: grid;
    gap: 6px;
    color: var(--text-dark);
    font-size: .84rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .04em;
}
.product-admin-fields input,
.product-admin-fields select {
    width: 100%;
    border: 1px solid rgba(30,109,54,.16);
    border-radius: 14px;
    background: #fffdf8;
    color: var(--text-dark);
    padding: 11px 12px;
    outline: none;
    text-transform: none;
    letter-spacing: 0;
}
.product-admin-fields input:focus,
.product-admin-fields select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 4px rgba(138,179,58,.13);
}

.btn-sm {
    padding: 8px 14px;
    font-size: 0.85rem;
    border-radius: 8px;
}
.toast-container {
    position: fixed;
    top: 22px;
    right: 22px;
    display: grid;
    gap: 14px;
    z-index: 9999;
    width: min(360px, calc(100% - 44px));
}
.toast {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 14px 18px;
    border-radius: 18px;
    box-shadow: 0 24px 50px rgba(0,0,0,.12);
    background: rgba(255,255,255,.98);
    color: var(--text-dark);
    transform: translateX(110%);
    opacity: 0;
    transition: transform .34s ease, opacity .34s ease;
}
.toast-visible { transform: translateX(0); opacity: 1; }
.toast-success { border-left: 5px solid #3d7a34; }
.toast-error { border-left: 5px solid #c1231d; background: rgba(255,245,245,.98); }
.confirm-modal {
    position: fixed;
    inset: 0;
    display: grid;
    place-items: center;
    background: rgba(15, 35, 16, .35);
    opacity: 0;
    pointer-events: none;
    transition: opacity .24s ease;
    z-index: 10000;
}
.confirm-modal.confirm-visible {
    opacity: 1;
    pointer-events: auto;
}
.confirm-card {
    width: min(520px, calc(100% - 40px));
    padding: 28px;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 32px 70px rgba(15, 35, 20, .18);
    border: 1px solid rgba(30,109,54,.12);
    text-align: left;
}
.confirm-title {
    display: block;
    margin-bottom: 12px;
    font-size: 1.45rem;
    color: var(--primary-dark);
}
.confirm-text {
    margin: 0 0 20px;
    color: var(--text-dark);
    line-height: 1.75;
}
.confirm-actions {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    flex-wrap: wrap;
}
.confirm-actions .btn { min-width: 120px; }
.admin-page .shop-hero {
    background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.80)), var(--hero-image, url('../Images/Backgroundpicture.jpg')) center/cover;
}
.admin-page .shop-hero .hero-kicker,
.admin-page .shop-hero h1,
.admin-page .shop-hero p { color: var(--primary-dark); }
.admin-page .shop-hero p { max-width: 720px; }
@media (max-width: 780px) {
    .admin-grid { grid-template-columns: 1fr; }
    .product-admin-list { grid-template-columns: 1fr; }
    
    .order-card-header {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .order-status-box {
        width: 100%;
        align-items: flex-start;
    }
    
    .order-status-select {
        width: 100%;
        min-width: auto;
    }
    
    .order-details {
        grid-template-columns: 1fr;
    }
    
    .order-items > div {
        grid-template-columns: 1fr;
    }

    .product-admin-main {
        display: grid;
    }

    .product-admin-fields {
        grid-template-columns: 1fr;
    }
}
