/* ==========================================================================
   Imkerei Zwergerlhof – Stylesheet
   Stilreferenz: Honigetikett (Schwarz, Goldgelb, Wabenmotiv, weite Laufweite)
   ========================================================================== */

@font-face {
  font-family: "Jost";
  src: url("../fonts/jost.woff2") format("woff2");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant";
  src: url("../fonts/cormorant-italic.woff2") format("woff2");
  font-weight: 300 700;
  font-style: italic;
  font-display: swap;
}

:root {
  --bg: #0b0907;
  --bg-2: #100d09;
  --panel: #15110c;
  --panel-2: #1b160f;
  --line: rgba(253, 183, 19, 0.16);
  --line-strong: rgba(253, 183, 19, 0.38);
  --gold: #fdb713;        /* Etikett-Gold */
  --gold-warm: #f3a120;   /* Logo-Gold */
  --amber: #ad6d14;       /* Logo-Schatten */
  --cream: #f4ead6;
  --muted: #bcae94;
  --dim: #83775f;
  --max: 1240px;
  --gutter: clamp(20px, 5vw, 56px);
  --radius: 6px;
  --ease: cubic-bezier(.2, .7, .2, 1);
  --sans: "Jost", "Segoe UI", system-ui, -apple-system, Arial, sans-serif;
  --serif: "Cormorant", Georgia, "Times New Roman", serif;
  --comb: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='97' viewBox='0 0 56 97'%3E%3Cpath d='M28 0l28 16.2v32.3L28 64.7 0 48.5V16.2zM28 64.7V97' fill='none' stroke='%23fdb713' stroke-width='1'/%3E%3C/svg%3E");
}

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

html { scroll-behavior: smooth; scroll-padding-top: 84px; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--bg);
  color: var(--cream);
  font-family: var(--sans);
  font-weight: 350;
  font-size: clamp(16px, 0.35vw + 15px, 18px);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Feine Körnung wie auf dem Etikett */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 100;
  opacity: .05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--gold); text-decoration: none; transition: color .25s var(--ease), opacity .25s var(--ease); }
a:hover { color: var(--cream); }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 2px; }

h1, h2, h3 { font-weight: 400; line-height: 1.1; margin: 0; letter-spacing: .02em; }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }
em.serif, .serif { font-family: var(--serif); font-style: italic; font-weight: 500; letter-spacing: 0; }

.skip-link {
  position: absolute; left: 12px; top: -60px; z-index: 200;
  background: var(--gold); color: var(--bg); padding: 10px 16px; border-radius: var(--radius);
}
.skip-link:focus { top: 12px; color: var(--bg); }

.container { width: min(var(--max), 100% - 2 * var(--gutter)); margin-inline: auto; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 14px;
  font-size: .74rem; font-weight: 500; letter-spacing: .32em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 22px;
}
.eyebrow::before { content: ""; width: 34px; height: 1px; background: currentColor; opacity: .7; }

.h2 { font-size: clamp(2rem, 3.6vw + .6rem, 3.5rem); letter-spacing: .03em; }
.lead { font-size: clamp(1.05rem, .4vw + 1rem, 1.25rem); color: var(--muted); max-width: 60ch; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 50px; padding: 0 28px;
  font-family: var(--sans); font-size: .8rem; font-weight: 500; letter-spacing: .22em; text-transform: uppercase;
  border-radius: 999px; border: 1px solid var(--gold);
  transition: background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease), transform .3s var(--ease);
}
.btn-primary { background: var(--gold); color: #140f05; }
.btn-primary:hover { background: var(--cream); border-color: var(--cream); color: #140f05; }
.btn-ghost { color: var(--gold); background: transparent; border-color: var(--line-strong); }
.btn-ghost:hover { border-color: var(--gold); color: var(--cream); }
.btn svg { width: 16px; height: 16px; }

.section { position: relative; padding-block: clamp(84px, 11vw, 150px); }
.section-head { max-width: 760px; margin-bottom: clamp(44px, 6vw, 72px); }
.section-head .h2 + .lead { margin-top: 24px; }

.comb-bg::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: var(--comb); background-size: 56px 97px; opacity: .045;
  -webkit-mask-image: radial-gradient(ellipse at 85% 20%, #000 0%, transparent 60%);
          mask-image: radial-gradient(ellipse at 85% 20%, #000 0%, transparent 60%);
}
.comb-bg > * { position: relative; z-index: 1; }

/* ---------- Header ---------- */
.site-header {
  position: fixed; inset: 0 0 auto; z-index: 50;
  transition: background .4s var(--ease), border-color .4s var(--ease), backdrop-filter .4s;
  border-bottom: 1px solid transparent;
}
.site-header.is-scrolled, .site-header.nav-open, .subpage .site-header {
  background: rgba(11, 9, 7, .86);
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  border-bottom-color: var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.brand { display: flex; align-items: center; gap: 14px; color: var(--cream); }
.brand img { width: 46px; height: 48px; }
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-name { font-size: .95rem; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; }
.brand-sub { font-size: .66rem; letter-spacing: .3em; text-transform: uppercase; color: var(--gold); }
.brand:hover { color: var(--cream); }

.main-nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: clamp(20px, 2.6vw, 38px); }
.main-nav a {
  position: relative; color: var(--muted);
  font-size: .76rem; font-weight: 450; letter-spacing: .22em; text-transform: uppercase; padding: 6px 0;
}
.main-nav a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px;
  background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease);
}
.main-nav a:hover, .main-nav a.is-active { color: var(--cream); }
.main-nav a:hover::after, .main-nav a.is-active::after { transform: scaleX(1); }

.nav-toggle {
  display: none; width: 46px; height: 46px; border-radius: 50%;
  background: transparent; border: 1px solid var(--line-strong); color: var(--gold); cursor: pointer;
  align-items: center; justify-content: center;
}
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  display: block; width: 18px; height: 1.5px; background: currentColor; position: relative;
  transition: transform .3s var(--ease), background .3s;
}
.nav-toggle span::before, .nav-toggle span::after { content: ""; position: absolute; left: 0; }
.nav-toggle span::before { top: -6px; }
.nav-toggle span::after { top: 6px; }
.nav-open .nav-toggle span { background: transparent; }
.nav-open .nav-toggle span::before { transform: translateY(6px) rotate(45deg); }
.nav-open .nav-toggle span::after { transform: translateY(-6px) rotate(-45deg); }

@media (max-width: 900px) {
  .nav-toggle { display: inline-flex; }
  .main-nav {
    position: fixed; inset: 76px 0 auto; height: calc(100dvh - 76px);
    background: rgba(11, 9, 7, .97);
    padding: 40px var(--gutter);
    opacity: 0; visibility: hidden; transform: translateY(-8px);
    transition: opacity .3s var(--ease), transform .3s var(--ease), visibility .3s;
  }
  .nav-open .main-nav { opacity: 1; visibility: visible; transform: none; }
  .main-nav ul { flex-direction: column; gap: 0; }
  .main-nav li { border-bottom: 1px solid var(--line); }
  .main-nav a { display: block; padding: 20px 0; font-size: 1rem; letter-spacing: .24em; }
  .main-nav a::after { display: none; }
  .brand-sub { display: none; }
}

/* ---------- Hero ---------- */
.hero {
  position: relative; min-height: min(100svh, 920px); display: flex; align-items: center;
  overflow: hidden; background: #000; isolation: isolate;
}
.hero-media { position: absolute; inset: 0; z-index: -2; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 62% 50%; }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(90deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.72) 32%, rgba(0,0,0,0) 62%),
    linear-gradient(0deg, var(--bg) 0%, rgba(11,9,7,0) 26%);
}
.hero-content { padding-top: 120px; padding-bottom: 110px; }
/* Text endet vor dem Glas: linke Glaskante im Hero-Bild = 51,8 % der Bildbreite
   (object-fit: cover, object-position 62 %) → x = 62vw − 0,102 · Bildbreite */
.hero {
  --hero-h: min(100svh, 920px);
  --hero-dw: max(100vw, var(--hero-h) * 2.3336);
  --hero-glas: calc(62vw - 0.102 * var(--hero-dw));
  --hero-left: calc((100vw - min(var(--max), 100vw - 2 * var(--gutter))) / 2);
  --hero-tmax: calc(var(--hero-glas) - var(--hero-left) - 48px);
}
.hero-content > * { max-width: min(620px, var(--hero-tmax)); }
.hero h1 {
  /* „Weil reine Natur“ ist ca. 7,2 × Schriftgröße breit */
  font-size: min(clamp(2.6rem, 5.2vw + .6rem, 5.4rem), var(--hero-tmax) / 7.4);
  font-weight: 350; letter-spacing: .02em; line-height: 1.04; margin-bottom: 30px;
}
.hero h1 em { display: block; color: var(--gold); font-size: 1.12em; line-height: 1; margin-top: .08em; }
.hero .lead { margin-bottom: 42px; color: #d6c9ae; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.scroll-cue {
  position: absolute; left: 50%; bottom: 28px; transform: translateX(-50%);
  width: 1px; height: 54px; background: linear-gradient(var(--gold), transparent); opacity: .6;
}

/* Mittlere Breiten (Tablet, kleines Fenster): Bild oben, Text darunter.
   Breites Desktop-Bild, etwas eingezoomt (52vw hoch, max. 64svh, links angeschnitten), Hochformat erst ab 760 px. */
@media (max-width: 1100px) {
  .hero { display: block; min-height: 0; background: var(--bg); }
  .hero-media { position: relative; display: block; height: min(52vw, 64svh); }
  .hero-media img { object-position: 74% 50%; }
  .hero::before {
    inset: 0 0 auto; height: min(52vw, 64svh);
    background: linear-gradient(0deg, var(--bg) 0%, rgba(11,9,7,.45) 16%, rgba(11,9,7,0) 40%, rgba(0,0,0,.45) 100%);
  }
  .hero-content { padding-top: 0; margin-top: -40px; padding-bottom: 72px; }
  .hero-content > * { max-width: 620px; }
  .hero h1 { font-size: clamp(2.6rem, 5.2vw + .6rem, 5.4rem); }
  .scroll-cue { display: none; }
}

@media (max-width: 760px) {
  .hero { display: block; min-height: 0; background: var(--bg); }
  .hero-media { position: relative; display: block; height: 62svh; min-height: 380px; }
  .hero-media img { object-position: 50% 35%; }
  .hero::before {
    inset: 0 0 auto; height: 62svh; min-height: 380px;
    background: linear-gradient(0deg, var(--bg) 0%, rgba(11,9,7,.55) 22%, rgba(11,9,7,0) 50%, rgba(0,0,0,.45) 100%);
  }
  .hero-content { padding-top: 0; margin-top: -56px; padding-bottom: 64px; }
  .scroll-cue { display: none; }
  .hero-actions .btn { flex: 1 1 100%; }
}

/* ---------- Fakten-Leiste ---------- */
.facts { border-block: 1px solid var(--line); background: var(--bg-2); }
.facts ul { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); }
.facts li { padding: 34px 26px; border-left: 1px solid var(--line); }
.facts li:first-child { border-left: 0; padding-left: 0; }
.facts strong {
  display: block; font-weight: 400; font-size: clamp(1.4rem, 1.4vw + .8rem, 1.9rem);
  letter-spacing: .06em; color: var(--gold); line-height: 1.2;
}
.facts span { font-size: .72rem; letter-spacing: .24em; text-transform: uppercase; color: var(--dim); }
@media (max-width: 900px) {
  .facts ul { grid-template-columns: 1fr 1fr; }
  .facts li { padding: 26px 18px; }
  .facts li:nth-child(odd) { border-left: 0; padding-left: 0; }
  .facts li:nth-child(n+3) { border-top: 1px solid var(--line); }
}

/* ---------- Sortiment ---------- */
.sortiment-banner {
  position: relative; margin-bottom: clamp(56px, 8vw, 96px);
  border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line);
}
@media (max-width: 640px) { .sortiment-banner figcaption { display: none; } }
.sortiment-banner img { width: 100%; aspect-ratio: 2560 / 1097; object-fit: cover; }
.sortiment-banner figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 22px 28px;
  font-size: .72rem; letter-spacing: .26em; text-transform: uppercase; color: var(--muted);
  background: linear-gradient(0deg, rgba(0,0,0,.75), transparent);
}

.group-title {
  display: flex; align-items: baseline; justify-content: space-between; gap: 20px; flex-wrap: wrap;
  padding-bottom: 18px; margin: 0 0 34px; border-bottom: 1px solid var(--line);
}
.group-title h3 { font-size: clamp(1.4rem, 1.2vw + 1rem, 1.9rem); letter-spacing: .08em; }
.group-title p { color: var(--dim); font-size: .92rem; margin: 0; }

.product-grid { display: grid; gap: 22px; }
.product-grid.honig { grid-template-columns: repeat(2, 1fr); margin-bottom: clamp(64px, 8vw, 100px); }
.product-grid.frucht { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 900px) { .product-grid.frucht { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .product-grid.honig, .product-grid.frucht { grid-template-columns: 1fr; } }

.product {
  position: relative; display: grid; grid-template-rows: auto 1fr;
  background: linear-gradient(180deg, var(--panel-2), var(--panel));
  border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
  transition: border-color .4s var(--ease), transform .5s var(--ease);
}
.product:hover { border-color: var(--line-strong); transform: translateY(-4px); }
.product-img {
  position: relative; padding: 18px 18px 0;
}
.product-img img { width: 100%; max-width: 380px; margin-inline: auto; aspect-ratio: 1; object-fit: contain; transition: transform .7s var(--ease); }
.product:hover .product-img img { transform: scale(1.035); }
.product-body { padding: 8px 30px 32px; }
.product-kicker { font-size: .7rem; letter-spacing: .28em; text-transform: uppercase; color: var(--dim); margin-bottom: 8px; }
.product h4 { margin: 0 0 6px; font-weight: 400; font-size: clamp(1.45rem, 1vw + 1.1rem, 1.9rem); letter-spacing: .08em; }
.product .taste { font-family: var(--serif); font-style: italic; font-size: 1.35rem; color: var(--gold); margin-bottom: 18px; }
.product ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.product li {
  font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted);
  border: 1px solid var(--line); border-radius: 999px; padding: 5px 12px;
}
.product-grid.frucht .product-body { padding: 4px 24px 26px; }
.product-grid.frucht h4 { font-size: 1.4rem; }

.sortiment-note {
  margin-top: 42px; display: flex; gap: 18px; align-items: flex-start;
  color: var(--muted); font-size: .95rem; max-width: 820px;
}
.sortiment-note svg { flex: 0 0 22px; color: var(--gold); margin-top: 3px; }

/* ---------- Glas / Drehsequenz ---------- */
.glas { background: var(--bg-2); border-block: 1px solid var(--line); }
.glas-scroller { position: relative; height: 230vh; }
.glas-sticky {
  position: sticky; top: 0; height: 100svh; display: flex; align-items: center; overflow: hidden;
}
.glas-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(30px, 5vw, 80px); align-items: center; }
.glas-stage { position: relative; aspect-ratio: 1; max-width: 620px; width: 100%; margin-inline: auto; }
.glas-stage::before {
  content: ""; position: absolute; inset: 12% 8% 4%; border-radius: 50%;
  background: radial-gradient(circle, rgba(243,161,32,.22), transparent 66%); filter: blur(10px);
}
.glas-stage canvas, .glas-stage img { position: relative; width: 100%; height: 100%; object-fit: contain; }
.glas-list { list-style: none; margin: 34px 0 0; padding: 0; counter-reset: g; }
.glas-list li {
  counter-increment: g; display: grid; grid-template-columns: 46px 1fr; gap: 6px 16px;
  padding: 18px 0; border-top: 1px solid var(--line);
  opacity: .38; transition: opacity .5s var(--ease);
}
.glas-list li.is-on { opacity: 1; }
.glas-list li::before {
  content: counter(g, decimal-leading-zero); grid-row: span 2;
  font-size: .78rem; letter-spacing: .2em; color: var(--gold); padding-top: 4px;
}
.glas-list strong { font-weight: 450; letter-spacing: .08em; font-size: 1.08rem; }
.glas-list span { color: var(--dim); font-size: .92rem; }
.glas-progress { height: 1px; background: var(--line); margin-top: 26px; overflow: hidden; }
.glas-progress i { display: block; height: 100%; width: 100%; background: var(--gold); transform-origin: left; transform: scaleX(0); }

@media (max-width: 900px) {
  .glas-scroller { height: auto; }
  .glas-sticky { position: relative; height: auto; padding-block: 90px; }
  .glas-grid { grid-template-columns: 1fr; }
  .glas-stage { max-width: 440px; }
  .glas-list li { opacity: 1; }
  .glas-progress { display: none; }
}
.no-sequence .glas-scroller { height: auto; }
.no-sequence .glas-sticky { position: relative; height: auto; padding-block: 110px; }
.no-sequence .glas-list li { opacity: 1; }
.no-sequence .glas-progress { display: none; }

/* ---------- Imkerei ---------- */
.imkerei-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 7vw, 110px); align-items: start; }
.imkerei-text .h2 { margin-bottom: 30px; }
.imkerei-text p { color: var(--muted); }
.imkerei-text p strong { color: var(--cream); font-weight: 450; }
.photo-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: start; }
.photo-pair figure { margin: 0; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); }
.photo-pair figure:nth-child(2) { margin-top: 70px; }
.photo-pair img { width: 100%; aspect-ratio: 2 / 3; object-fit: cover; filter: saturate(.92) contrast(1.02); transition: transform 1s var(--ease); }
.photo-pair figure:hover img { transform: scale(1.04); }

.name-card {
  margin-top: 44px; padding: 30px 32px; border: 1px solid var(--line); border-radius: var(--radius);
  background: var(--panel); position: relative; overflow: hidden;
}
.name-card::after {
  content: ""; position: absolute; right: -30px; top: -30px; width: 170px; height: 170px;
  background-image: var(--comb); background-size: 28px 48.5px; opacity: .12;
  -webkit-mask-image: radial-gradient(circle, #000, transparent 70%); mask-image: radial-gradient(circle, #000, transparent 70%);
}
.name-card h3 { font-size: .78rem; letter-spacing: .3em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; font-weight: 500; }
.name-card p { color: var(--muted); margin: 0; }
@media (max-width: 900px) {
  .imkerei-grid { grid-template-columns: 1fr; }
  .photo-pair figure:nth-child(2) { margin-top: 40px; }
}

.portrait { margin: 0; position: relative; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); }
.portrait img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; object-position: 50% 20%; filter: brightness(.8) contrast(1.08) saturate(.8) sepia(.12); } /* Tagesfoto an die dunkle Seite angepasst */
.portrait::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,6,3,.85) 0%, rgba(8,6,3,0) 34%), radial-gradient(ellipse at 50% 40%, rgba(8,6,3,0) 45%, rgba(8,6,3,.55) 100%); pointer-events: none; }
.portrait figcaption { position: absolute; left: 26px; right: 26px; bottom: 22px; z-index: 1; }
.portrait figcaption strong { display: block; font-weight: 450; font-size: 1.25rem; letter-spacing: .08em; }
.portrait figcaption span { font-size: .72rem; letter-spacing: .26em; text-transform: uppercase; color: var(--gold); }
@media (min-width: 901px) { .portrait { position: sticky; top: 110px; } }

.staende { margin-top: clamp(80px, 10vw, 130px); }
.staende-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.staende-grid figure { margin: 0; position: relative; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); }
.staende-grid img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; transition: transform 1s var(--ease); }
.staende-grid figure:hover img { transform: scale(1.04); }
.staende-grid figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,6,3,.8), rgba(8,6,3,0) 40%); pointer-events: none; }
.staende-grid figcaption { position: absolute; left: 18px; bottom: 14px; z-index: 1; font-size: .72rem; letter-spacing: .24em; text-transform: uppercase; color: var(--cream); }
@media (max-width: 900px) { .staende-grid { grid-template-columns: 1fr 1fr; } }

.ich { margin: 0 0 34px; padding: 4px 0 4px 26px; border-left: 1px solid var(--gold); }
.ich p { color: var(--cream); }
.ich .ich-lead { font-family: var(--serif); font-style: italic; font-weight: 500; font-size: clamp(1.4rem, 1vw + 1.05rem, 1.75rem); line-height: 1.35; color: var(--cream); margin-bottom: 14px; }
.biene-points li { align-items: baseline; }
.biene-points strong { flex: 0 0 110px; font-weight: 450; letter-spacing: .14em; text-transform: uppercase; font-size: .78rem; color: var(--gold); }
.biene-points span { color: var(--muted); }
@media (max-width: 520px) { .biene-points li { flex-wrap: wrap; gap: 4px 16px; } .biene-points strong { flex-basis: auto; } }

/* ---------- Zitat-Band ---------- */
.quote-band { position: relative; min-height: 64vh; display: flex; align-items: center; overflow: hidden; isolation: isolate; }
.quote-band img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; filter: saturate(.8) brightness(.78) contrast(1.05); }
.quote-band::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(8,6,3,.92) 0%, rgba(8,6,3,.62) 45%, rgba(8,6,3,.2) 100%); }
@media (max-width: 760px) { .quote-band::before { background: rgba(8,6,3,.62); } }
.quote-band blockquote { margin: 0; max-width: 720px; }
.quote-band blockquote p { font-family: var(--serif); font-style: italic; font-size: clamp(2.2rem, 4vw + .8rem, 4.4rem); line-height: 1.06; color: var(--cream); }
.quote-band cite { display: block; margin-top: 22px; font-style: normal; font-size: .74rem; letter-spacing: .3em; text-transform: uppercase; color: var(--gold); }

/* ---------- Dunkle Biene ---------- */
.biene-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 7vw, 110px); align-items: center; }
.biene-mark {
  aspect-ratio: 1; max-width: 440px; width: 100%; margin-inline: auto; position: relative;
  display: grid; place-items: center; text-align: center;
}
.biene-mark svg.hex { position: absolute; inset: 0; width: 100%; height: 100%; }
.biene-mark .latin { font-family: var(--serif); font-style: italic; font-size: clamp(1.3rem, 1.5vw + .6rem, 1.9rem); line-height: 1.15; color: var(--gold); padding: 0 20%; }
.biene-mark .latin small { display: block; margin-top: 14px; font-family: var(--sans); font-style: normal; font-size: .7rem; letter-spacing: .3em; text-transform: uppercase; color: var(--dim); }
.biene-text p { color: var(--muted); }
.biene-text .h2 { margin-bottom: 30px; }
.biene-points { list-style: none; padding: 0; margin: 34px 0 0; display: grid; gap: 0; }
.biene-points li { display: flex; gap: 16px; padding: 16px 0; border-top: 1px solid var(--line); color: var(--cream); }
.biene-points li::before { content: ""; flex: 0 0 10px; height: 11px; margin-top: 4px; align-self: flex-start; background: var(--gold); clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); }
@media (max-width: 900px) { .biene-grid { grid-template-columns: 1fr; } .biene-mark { max-width: 320px; } }

/* ---------- Bezugsquellen ---------- */
.bezug { background: var(--bg-2); border-top: 1px solid var(--line); }
.bezug-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 22px; align-items: stretch; }
.card {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(28px, 3vw, 42px);
}
.card-featured { border-color: var(--line-strong); background: linear-gradient(160deg, #1f170b 0%, var(--panel) 55%); position: relative; overflow: hidden; }
.card-featured::after {
  content: ""; position: absolute; right: -40px; bottom: -40px; width: 260px; height: 260px;
  background-image: var(--comb); background-size: 38px 66px; opacity: .1;
  -webkit-mask-image: radial-gradient(circle, #000, transparent 70%); mask-image: radial-gradient(circle, #000, transparent 70%);
}
.badge {
  display: inline-block; font-size: .68rem; font-weight: 500; letter-spacing: .26em; text-transform: uppercase;
  color: #140f05; background: var(--gold); border-radius: 999px; padding: 5px 13px; margin-bottom: 22px;
}
.card h3 { font-size: clamp(1.6rem, 1.4vw + 1rem, 2.2rem); letter-spacing: .06em; margin-bottom: 14px; }
.card > p { color: var(--muted); }
.dl { margin: 26px 0 30px; display: grid; }
.dl div { display: grid; grid-template-columns: 140px 1fr; gap: 16px; padding: 14px 0; border-top: 1px solid var(--line); }
.dl dt { font-size: .72rem; letter-spacing: .22em; text-transform: uppercase; color: var(--dim); padding-top: 4px; }
.dl dd { margin: 0; }
@media (max-width: 520px) { .dl div { grid-template-columns: 1fr; gap: 2px; } }

.shops { list-style: none; margin: 0; padding: 0; }
.shops li { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 20px 0; border-top: 1px solid var(--line); }
.shops li:first-child { border-top: 0; padding-top: 4px; }
.shops strong { display: block; font-weight: 450; letter-spacing: .05em; font-size: 1.08rem; }
.shops address { font-style: normal; color: var(--dim); font-size: .92rem; line-height: 1.5; }
.link-arrow {
  flex: 0 0 auto; display: inline-flex; align-items: center; gap: 8px;
  font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; white-space: nowrap;
}
.link-arrow svg { width: 14px; height: 14px; transition: transform .3s var(--ease); }
.link-arrow:hover svg { transform: translate(2px, -2px); }
.card-sub { font-size: .78rem; letter-spacing: .28em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; font-weight: 500; }
.shops-note { margin-top: 18px; font-size: .88rem; color: var(--dim); }
@media (max-width: 900px) { .bezug-grid { grid-template-columns: 1fr; } }

/* ---------- Kontakt ---------- */
.kontakt-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: clamp(40px, 7vw, 110px); align-items: center; }
.kontakt-lead { margin-top: 24px; }
.kontakt-logo { max-width: 360px; width: 100%; margin-inline: auto; }
.kontakt-list { list-style: none; margin: 36px 0 0; padding: 0; }
.kontakt-list li { border-top: 1px solid var(--line); }
.kontakt-list li:last-child { border-bottom: 1px solid var(--line); }
.kontakt-list a, .kontakt-list .row { display: grid; grid-template-columns: 130px 1fr auto; align-items: center; gap: 16px; padding: 22px 0; color: var(--cream); }
.kontakt-list .label { font-size: .72rem; letter-spacing: .24em; text-transform: uppercase; color: var(--dim); }
.kontakt-list .value { font-size: clamp(1.05rem, .8vw + .8rem, 1.35rem); letter-spacing: .03em; word-break: break-word; }
.kontakt-list svg { width: 18px; height: 18px; color: var(--gold); transition: transform .3s var(--ease); }
.kontakt-list a:hover .value { color: var(--gold); }
.kontakt-list a:hover svg { transform: translateX(4px); }
@media (max-width: 900px) {
  .kontakt-grid { grid-template-columns: 1fr; }
  .kontakt-logo { max-width: 240px; }
}
@media (max-width: 520px) {
  .kontakt-list a, .kontakt-list .row { grid-template-columns: 1fr auto; }
  .kontakt-list .label { grid-column: 1 / -1; }
}

/* ---------- Footer ---------- */
.site-footer { border-top: 1px solid var(--line); padding: 64px 0 40px; background: #080604; font-size: .9rem; color: var(--dim); }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; padding-bottom: 44px; border-bottom: 1px solid var(--line); }
.footer-brand { display: flex; gap: 18px; align-items: center; }
.footer-brand img { width: 72px; height: 76px; }
.footer-brand p { margin: 0; }
.footer-brand .motto { font-family: var(--serif); font-style: italic; font-size: 1.25rem; color: var(--cream); line-height: 1.3; }
.site-footer h2 { font-size: .7rem; letter-spacing: .3em; text-transform: uppercase; color: var(--gold); font-weight: 500; margin-bottom: 14px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 6px; }
.site-footer a { color: var(--muted); }
.site-footer a:hover { color: var(--gold); }
.site-footer address { font-style: normal; line-height: 1.8; }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px 30px; padding-top: 26px; font-size: .8rem; letter-spacing: .06em; }
.footer-bottom nav { display: flex; gap: 24px; }
@media (max-width: 900px) { .footer-top { grid-template-columns: 1fr 1fr; } .footer-brand { grid-column: 1 / -1; } }
@media (max-width: 520px) { .footer-top { grid-template-columns: 1fr; } }

/* ---------- Unterseiten (Impressum / Datenschutz) ---------- */
.legal { padding: 150px 0 110px; }
.legal .container { max-width: 820px; }
.legal h1 { font-size: clamp(2.2rem, 3vw + 1rem, 3.4rem); letter-spacing: .04em; margin-bottom: 14px; }
.legal .stand { color: var(--dim); font-size: .85rem; letter-spacing: .1em; margin-bottom: 56px; }
.legal h2 { font-size: 1.2rem; letter-spacing: .1em; color: var(--gold); margin: 52px 0 16px; font-weight: 450; }
.legal h3 { font-size: 1.02rem; letter-spacing: .06em; margin: 30px 0 10px; font-weight: 500; }
.legal p, .legal li { color: var(--muted); }
.legal ul { padding-left: 1.2em; }
.legal li { margin-bottom: 6px; }
.legal address { font-style: normal; color: var(--cream); line-height: 1.8; }
.legal a { word-break: break-word; }
.legal .box { border: 1px solid var(--line); background: var(--panel); border-radius: var(--radius); padding: 24px 28px; margin: 22px 0; }

/* ---------- Reveal-Animation ---------- */
.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity 1s var(--ease), transform 1s var(--ease); }
.js .reveal.is-visible { opacity: 1; transform: none; }
.js .reveal-delay-1 { transition-delay: .12s; }
.js .reveal-delay-2 { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) {
  .js .reveal { opacity: 1; transform: none; transition: none; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* ---------- 404 ---------- */
.notfound { min-height: 100svh; display: grid; place-items: center; text-align: center; padding: 120px var(--gutter); }
.notfound img { width: 180px; margin: 0 auto 34px; }
.notfound h1 { font-size: clamp(2rem, 3vw + 1rem, 3rem); margin-bottom: 16px; }
.notfound p { color: var(--muted); margin-bottom: 34px; }

/* ---------- Handy-Feinschliff (27.09.2026) ---------- */
/* Lange Wörter dürfen umbrechen statt die Seite seitlich zu verbreitern */
h1, h2, h3 { overflow-wrap: break-word; }
.legal h1 { hyphens: auto; }
.facts li { min-width: 0; }
.facts strong { hyphens: manual; overflow-wrap: break-word; }
@media (max-width: 480px) {
  .legal h1 { font-size: clamp(1.7rem, 7.6vw, 2.2rem); letter-spacing: .02em; }
  .facts span { letter-spacing: .16em; }
  /* „Standimkerei“ lief in die Spalte „24 / 7“: Größe an die Bildschirmbreite koppeln */
  .facts strong { font-size: min(1.4rem, 5.6vw); letter-spacing: .03em; }
}
/* Tippflächen mind. 44 px hoch (Footer, Route-Links, Kontakt im Footer) */
@media (max-width: 900px) {
  .footer-bottom nav a,
  .site-footer address a,
  .link-arrow { display: inline-flex; align-items: center; min-height: 44px; }
}
