/* ==========================================================================
   KULLA LIVE GRILL CATERING — Design System
   Palette: Kohle (warmes Schwarzbraun) · Rauch · Glut (Ember) · Messing (Gold) · Knochen (Papier)
   Typo:    Fraunces (Display, sparsam) + Archivo (Text/UI)
   Signatur: «Glutkante» — Messinglinie mit Glutschein + Rost-Textur
   ========================================================================== */

/* --------------------------------------------------------------- 1. Tokens */
:root {
  --kohle: #14100d;
  --kohle-2: #1d1712;
  --rauch: #2a211b;
  --rauch-2: #3a2e25;
  --glut: #b23a18;
  --glut-hell: #e2661f;
  --messing: #c9a44c;
  --messing-hell: #e3c47f;
  --knochen: #efe9dc;
  --knochen-2: #e3dac9;
  --weiss: #fbf9f5;

  --auf-dunkel: #f3ece1;
  --auf-dunkel-leise: #b3a390;
  --auf-hell: #241c16;
  --auf-hell-leise: #6b5e50;

  --linie-dunkel: rgba(201, 164, 76, 0.22);
  --linie-hell: rgba(36, 28, 22, 0.14);

  --rost: repeating-linear-gradient(180deg, rgba(201, 164, 76, 0.055) 0 1px, transparent 1px 9px);

  --display: "Fraunces", "Iowan Old Style", Georgia, "Times New Roman", serif;
  --text: "Archivo", "Helvetica Neue", Arial, system-ui, sans-serif;

  --s1: 0.5rem;
  --s2: 0.875rem;
  --s3: 1.25rem;
  --s4: 2rem;
  --s5: 3rem;
  --s6: 4.5rem;
  --s7: 7rem;

  --breit: 1240px;
  --schmal: 760px;

  --radius: 3px;
  --radius-gross: 6px;

  --schatten: 0 18px 44px -28px rgba(10, 7, 5, 0.75);
  --tempo: 0.42s cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* ------------------------------------------------------------ 2. Grundlage */
*,
*::before,
*::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  background: var(--kohle);
  color: var(--auf-dunkel);
  font-family: var(--text);
  font-size: 1.0625rem;
  line-height: 1.68;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

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

a { color: inherit; }

h1, h2, h3, h4 {
  font-family: var(--display);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -0.015em;
  margin: 0 0 var(--s3);
  font-variation-settings: "SOFT" 0, "WONK" 0, "opsz" 42;
}

h1 { font-size: clamp(2.5rem, 6.4vw, 4.6rem); }
h2 { font-size: clamp(1.95rem, 3.9vw, 3.05rem); }
h3 { font-size: clamp(1.2rem, 1.7vw, 1.45rem); letter-spacing: -0.005em; line-height: 1.24; }
h4 { font-size: 1.05rem; }

p { margin: 0 0 var(--s3); }
p:last-child { margin-bottom: 0; }

::selection { background: var(--glut); color: #fff; }

:focus-visible {
  outline: 2px solid var(--messing-hell);
  outline-offset: 3px;
  border-radius: 2px;
}

.visuell-versteckt {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.sprungmarke {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--messing);
  color: var(--kohle);
  padding: 0.75rem 1.25rem;
  z-index: 999;
  font-weight: 600;
}
.sprungmarke:focus { left: 0; }

/* ------------------------------------------------------- 3. Layout-Helfer */
.huelle {
  width: min(100% - 2.5rem, var(--breit));
  margin-inline: auto;
}
.huelle--schmal { width: min(100% - 2.5rem, var(--schmal)); margin-inline: auto; }

.abschnitt { padding-block: clamp(3.75rem, 8vw, var(--s7)); position: relative; }
.abschnitt--eng { padding-block: clamp(2.75rem, 5vw, var(--s6)); }
.abschnitt--hell { background: var(--knochen); color: var(--auf-hell); }
.abschnitt--papier { background: var(--knochen-2); color: var(--auf-hell); }
.abschnitt--rauch { background: var(--kohle-2); }
.abschnitt--rost::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--rost);
  pointer-events: none;
}
.abschnitt > * { position: relative; z-index: 1; }

.kopf { max-width: 62ch; margin-bottom: clamp(2rem, 4vw, 3.25rem); }
.kopf--mitte { margin-inline: auto; text-align: center; }
.kopf p.lead { margin-bottom: 0; }

.lead {
  font-size: clamp(1.075rem, 1.5vw, 1.24rem);
  line-height: 1.62;
  color: var(--auf-dunkel-leise);
}
.abschnitt--hell .lead,
.abschnitt--papier .lead { color: var(--auf-hell-leise); }

/* Eyebrow + Glutkante (Signatur) */
.braue {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-family: var(--text);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  color: var(--messing);
  margin-bottom: 1.1rem;
}
.braue::before {
  content: "";
  width: 34px;
  height: 2px;
  background: linear-gradient(90deg, var(--glut-hell), var(--messing));
  box-shadow: 0 0 12px rgba(226, 102, 31, 0.55);
}
.abschnitt--hell .braue,
.abschnitt--papier .braue { color: #8a6a1f; }
.abschnitt--hell .braue::before,
.abschnitt--papier .braue::before { box-shadow: 0 0 10px rgba(178, 58, 24, 0.3); }

.glutkante {
  height: 1px;
  background: var(--linie-dunkel);
  position: relative;
  border: 0;
  margin: 0;
}
.glutkante::after {
  content: "";
  position: absolute;
  left: 0; top: -1px;
  width: 22%;
  height: 3px;
  background: linear-gradient(90deg, var(--glut), var(--messing), transparent);
  filter: blur(0.4px);
  animation: glimmen 6s ease-in-out infinite;
}
@keyframes glimmen {
  0%, 100% { opacity: 0.55; }
  50% { opacity: 1; }
}

/* ------------------------------------------------------------- 4. Buttons */
.knopf {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 1.02rem 1.85rem;
  font-family: var(--text);
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  transition: transform var(--tempo), background-color var(--tempo), color var(--tempo), border-color var(--tempo), box-shadow var(--tempo);
}
.knopf--glut {
  background: var(--glut);
  color: #fff;
  box-shadow: 0 12px 30px -18px rgba(178, 58, 24, 0.95);
}
.knopf--glut:hover { background: var(--glut-hell); transform: translateY(-2px); }
.knopf--linie {
  border-color: rgba(201, 164, 76, 0.5);
  color: var(--messing-hell);
  background: transparent;
}
.knopf--linie:hover { border-color: var(--messing); background: rgba(201, 164, 76, 0.1); transform: translateY(-2px); }
.abschnitt--hell .knopf--linie,
.abschnitt--papier .knopf--linie { border-color: rgba(36, 28, 22, 0.28); color: var(--auf-hell); }
.abschnitt--hell .knopf--linie:hover,
.abschnitt--papier .knopf--linie:hover { background: rgba(36, 28, 22, 0.06); border-color: var(--auf-hell); }
.knopf--voll { width: 100%; }

.knopfgruppe {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: var(--s4);
}

.textlink {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--messing);
  border-bottom: 1px solid rgba(201, 164, 76, 0.4);
  padding-bottom: 2px;
  transition: color var(--tempo), border-color var(--tempo), gap var(--tempo);
}
.textlink:hover { color: var(--messing-hell); border-color: var(--messing-hell); gap: 0.75rem; }
.abschnitt--hell .textlink,
.abschnitt--papier .textlink { color: #8a5a1f; border-color: rgba(138, 90, 31, 0.35); }
.abschnitt--hell .textlink:hover,
.abschnitt--papier .textlink:hover { color: var(--glut); }

/* -------------------------------------------------------------- 5. Header */
.kopfleiste {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 90;
  transition: background-color var(--tempo), box-shadow var(--tempo), border-color var(--tempo);
  border-bottom: 1px solid transparent;
}
.kopfleiste--fest {
  background: rgba(20, 16, 13, 0.94);
  backdrop-filter: blur(14px);
  border-bottom-color: var(--linie-dunkel);
}
.kopfleiste__innen {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s3);
  min-height: 78px;
}
.marke {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  line-height: 1;
  color: var(--weiss);
}
.marke__name {
  font-family: var(--display);
  font-size: 1.42rem;
  font-weight: 600;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}
.marke__zusatz {
  font-size: 0.6rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--messing);
  margin-top: 5px;
}

.navi { display: flex; align-items: center; gap: 1.6rem; }
.navi__liste {
  display: flex;
  align-items: center;
  gap: 1.55rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.navi__link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.79rem;
  font-weight: 500;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--auf-dunkel);
  padding: 0.4rem 0;
  border-bottom: 1px solid transparent;
  transition: color var(--tempo), border-color var(--tempo);
}
.navi__link:hover,
.navi__link[aria-current="page"] { color: var(--messing-hell); border-bottom-color: var(--messing); }
.navi__punkt { position: relative; }
.navi__pfeil { width: 8px; height: 8px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg) translateY(-2px); opacity: 0.65; }

.klapp {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  transform: translate(-50%, 8px);
  min-width: 290px;
  background: var(--kohle-2);
  border: 1px solid var(--linie-dunkel);
  border-radius: var(--radius-gross);
  padding: 0.75rem;
  box-shadow: var(--schatten);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s;
  list-style: none;
  margin: 0;
}
.navi__punkt:hover .klapp,
.navi__punkt:focus-within .klapp {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
.klapp--zwei { min-width: 460px; columns: 2; column-gap: 0.5rem; }
.klapp a {
  display: block;
  padding: 0.58rem 0.8rem;
  font-size: 0.86rem;
  text-decoration: none;
  color: var(--auf-dunkel);
  border-radius: var(--radius);
  transition: background-color 0.2s ease, color 0.2s ease;
  break-inside: avoid;
}
.klapp a:hover { background: rgba(201, 164, 76, 0.1); color: var(--messing-hell); }

.kopf-cta { display: flex; align-items: center; gap: 0.8rem; }
.kopf-tel {
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: var(--auf-dunkel-leise);
  white-space: nowrap;
}
.kopf-tel:hover { color: var(--messing-hell); }
.kopfleiste .knopf { padding: 0.82rem 1.35rem; font-size: 0.74rem; }

.burger {
  display: none;
  width: 46px; height: 46px;
  background: transparent;
  border: 1px solid var(--linie-dunkel);
  border-radius: var(--radius);
  cursor: pointer;
  position: relative;
}
.burger span {
  position: absolute;
  left: 12px;
  width: 20px; height: 1.5px;
  background: var(--auf-dunkel);
  transition: transform 0.3s ease, opacity 0.2s ease;
}
.burger span:nth-child(1) { top: 17px; }
.burger span:nth-child(2) { top: 22px; }
.burger span:nth-child(3) { top: 27px; }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }

.schublade {
  position: fixed;
  inset: 78px 0 0 0;
  background: var(--kohle);
  padding: var(--s4) 1.25rem calc(var(--s6) + 60px);
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.34s cubic-bezier(0.22, 0.61, 0.36, 1);
  z-index: 89;
  background-image: var(--rost);
}
.schublade[data-offen="true"] { transform: translateX(0); }
.schublade h4 {
  font-family: var(--text);
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--messing);
  margin: var(--s4) 0 0.5rem;
}
.schublade ul { list-style: none; margin: 0; padding: 0; }
.schublade a {
  display: block;
  padding: 0.72rem 0;
  font-size: 1.02rem;
  text-decoration: none;
  border-bottom: 1px solid rgba(201, 164, 76, 0.12);
}

/* ---------------------------------------------------------------- 6. Hero */
.hero {
  position: relative;
  min-height: min(94vh, 880px);
  display: flex;
  align-items: flex-end;
  padding-top: 150px;
  padding-bottom: clamp(3rem, 7vw, 5.5rem);
  overflow: hidden;
  background: var(--kohle);
}
.hero--klein { min-height: auto; padding-top: 168px; padding-bottom: clamp(2.5rem, 5vw, 4rem); }
.hero__medien {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero__medien img,
.hero__medien video {
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0.5;
}
.hero__video { position: absolute; inset: 0; opacity: 0; transition: opacity 1.4s ease; }
.hero__video.aktiv { opacity: 0.5; }
.hero__medien::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(120% 80% at 15% 100%, rgba(178, 58, 24, 0.34), transparent 58%),
    linear-gradient(180deg, rgba(20, 16, 13, 0.86) 0%, rgba(20, 16, 13, 0.5) 40%, rgba(20, 16, 13, 0.95) 100%);
}
.hero__innen { position: relative; z-index: 2; width: min(100% - 2.5rem, var(--breit)); margin-inline: auto; }
.hero h1 { margin-bottom: var(--s3); }
.hero h1 em {
  font-style: italic;
  font-variation-settings: "SOFT" 40, "WONK" 1, "opsz" 60;
  color: var(--messing-hell);
}
.hero__sub { max-width: 56ch; font-size: clamp(1.02rem, 1.35vw, 1.16rem); color: var(--auf-dunkel); }
.hero__text { max-width: 62ch; }

.vertrauensleiste {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem 1.35rem;
  margin-top: clamp(2rem, 4vw, 3rem);
  padding-top: 1.4rem;
  border-top: 1px solid var(--linie-dunkel);
  font-size: 0.73rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--auf-dunkel-leise);
}
.vertrauensleiste span { display: inline-flex; align-items: center; gap: 0.75rem; }
.vertrauensleiste span::before {
  content: "";
  width: 5px; height: 5px;
  background: var(--messing);
  transform: rotate(45deg);
}

/* Unterseiten-Hero */
.seitenkopf { position: relative; background: var(--kohle-2); background-image: var(--rost); padding-top: 148px; padding-bottom: clamp(2.75rem, 5vw, 4.25rem); }
.seitenkopf::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 1px;
  background: linear-gradient(90deg, var(--glut), var(--messing) 40%, transparent);
}
.seitenkopf h1 { max-width: 18ch; }
.seitenkopf .lead { max-width: 62ch; }

/* --------------------------------------------------------- 7. Brotkrumen */
.krumen { font-size: 0.75rem; letter-spacing: 0.05em; color: var(--auf-dunkel-leise); margin-bottom: 1.4rem; }
.krumen ol { list-style: none; display: flex; flex-wrap: wrap; gap: 0.45rem; margin: 0; padding: 0; }
.krumen li::after { content: "›"; margin-left: 0.45rem; opacity: 0.5; }
.krumen li:last-child::after { content: ""; }
.krumen a { text-decoration: none; }
.krumen a:hover { color: var(--messing-hell); }

/* -------------------------------------------------------------- 8. Raster */
.raster { display: grid; gap: clamp(1.1rem, 2vw, 1.7rem); }
.raster--2 { grid-template-columns: repeat(2, 1fr); }
.raster--3 { grid-template-columns: repeat(3, 1fr); }
.raster--4 { grid-template-columns: repeat(4, 1fr); }

.saeule {
  padding: clamp(1.6rem, 2.4vw, 2.3rem);
  border: 1px solid var(--linie-dunkel);
  border-radius: var(--radius-gross);
  background: linear-gradient(180deg, rgba(58, 46, 37, 0.34), rgba(20, 16, 13, 0.1));
  position: relative;
  overflow: hidden;
}
.saeule::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 46px; height: 2px;
  background: linear-gradient(90deg, var(--glut-hell), var(--messing));
}
.saeule h3 { margin-bottom: 0.7rem; }
.saeule p { color: var(--auf-dunkel-leise); font-size: 0.98rem; margin-bottom: 0; }
.abschnitt--hell .saeule,
.abschnitt--papier .saeule { border-color: var(--linie-hell); background: rgba(255, 255, 255, 0.5); }
.abschnitt--hell .saeule p,
.abschnitt--papier .saeule p { color: var(--auf-hell-leise); }

/* Leistungskarten */
.karte {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  border: 1px solid var(--linie-dunkel);
  border-radius: var(--radius-gross);
  overflow: hidden;
  background: var(--kohle-2);
  transition: transform var(--tempo), border-color var(--tempo), box-shadow var(--tempo);
}
.karte:hover { transform: translateY(-4px); border-color: rgba(201, 164, 76, 0.5); box-shadow: var(--schatten); }
.karte__bild { aspect-ratio: 16 / 10; overflow: hidden; background: var(--rauch); }
.karte__bild img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1); }
.karte:hover .karte__bild img { transform: scale(1.045); }
.karte__inhalt { padding: 1.5rem 1.5rem 1.7rem; display: flex; flex-direction: column; flex: 1; }
.karte__inhalt h3 { margin-bottom: 0.55rem; }
.karte__inhalt p { font-size: 0.95rem; color: var(--auf-dunkel-leise); margin-bottom: 1.25rem; }
.karte__mehr { margin-top: auto; font-size: 0.76rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--messing); display: inline-flex; align-items: center; gap: 0.5rem; }
.karte__mehr::after { content: "→"; transition: transform var(--tempo); }
.karte:hover .karte__mehr::after { transform: translateX(5px); }

.karte--text { background: linear-gradient(180deg, rgba(58,46,37,.32), rgba(20,16,13,.12)); position: relative; }
.karte--text::before { content: ""; position: absolute; top: 0; left: 0; width: 52px; height: 2px; background: linear-gradient(90deg, var(--glut-hell), var(--messing)); }
.karte--text .karte__inhalt { padding: 2rem 1.75rem 1.9rem; min-height: 210px; }
.abschnitt--hell .karte--text, .abschnitt--papier .karte--text { background: rgba(255,255,255,.55); border-color: var(--linie-hell); }
.abschnitt--hell .karte--text p, .abschnitt--papier .karte--text p { color: var(--auf-hell-leise); }
.abschnitt--hell .karte--text .karte__mehr, .abschnitt--papier .karte--text .karte__mehr { color: #8a5a1f; }

/* ------------------------------------------------------------- 9. Zweispalt */
.zweispalt {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
.zweispalt--gedreht .zweispalt__medien { order: 2; }
.zweispalt__text h2 { margin-bottom: var(--s3); }
.zweispalt__medien { position: relative; }

figure.medien { margin: 0; position: relative; }
figure.medien img { width: 100%; border-radius: var(--radius-gross); border: 1px solid var(--linie-dunkel); }
figure.medien figcaption {
  margin-top: 0.8rem;
  font-size: 0.79rem;
  letter-spacing: 0.04em;
  color: var(--auf-dunkel-leise);
}
.abschnitt--hell figure.medien figcaption,
.abschnitt--papier figure.medien figcaption { color: var(--auf-hell-leise); }

.platzhaltermarke {
  position: absolute;
  top: 0.85rem; left: 0.85rem;
  z-index: 2;
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background: rgba(20, 16, 13, 0.82);
  color: var(--messing-hell);
  border: 1px solid rgba(201, 164, 76, 0.4);
  border-radius: 2px;
  padding: 0.35rem 0.6rem;
}

/* Auszeichnungsliste */
.hakenliste { list-style: none; margin: var(--s3) 0 0; padding: 0; display: grid; gap: 0.7rem; }
.hakenliste li { display: flex; gap: 0.8rem; align-items: flex-start; font-size: 0.99rem; }
.hakenliste li::before {
  content: "";
  flex: 0 0 auto;
  width: 7px; height: 7px;
  margin-top: 0.62rem;
  background: linear-gradient(135deg, var(--glut-hell), var(--messing));
  transform: rotate(45deg);
}

/* ------------------------------------------------------------ 10. Ablauf */
.ablauf { display: grid; gap: 1px; background: var(--linie-dunkel); border: 1px solid var(--linie-dunkel); border-radius: var(--radius-gross); overflow: hidden; grid-template-columns: repeat(4, 1fr); }
.ablauf__schritt { background: var(--kohle); padding: clamp(1.4rem, 2vw, 1.9rem); }
.abschnitt--hell .ablauf__schritt,
.abschnitt--papier .ablauf__schritt { background: var(--knochen); }
.abschnitt--hell .ablauf,
.abschnitt--papier .ablauf { background: var(--linie-hell); border-color: var(--linie-hell); }
.ablauf__nr {
  font-family: var(--text);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: var(--messing);
  display: block;
  margin-bottom: 0.85rem;
}
.ablauf__schritt h3 { font-size: 1.08rem; margin-bottom: 0.45rem; }
.ablauf__schritt p { font-size: 0.92rem; color: var(--auf-dunkel-leise); margin: 0; }
.abschnitt--hell .ablauf__schritt p,
.abschnitt--papier .ablauf__schritt p { color: var(--auf-hell-leise); }

/* ------------------------------------------------------------- 11. Video */
.videoflaeche {
  position: relative;
  border-radius: var(--radius-gross);
  overflow: hidden;
  border: 1px solid var(--linie-dunkel);
  background: var(--rauch);
  aspect-ratio: 16 / 9;
}
.videoflaeche video,
.videoflaeche img { width: 100%; height: 100%; object-fit: cover; }
.videoflaeche__spielen {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(20, 16, 13, 0.15), rgba(20, 16, 13, 0.6));
  border: 0;
  cursor: pointer;
  color: var(--weiss);
}
.videoflaeche__spielen::before {
  content: "";
  width: 84px; height: 84px;
  border-radius: 50%;
  border: 1px solid rgba(201, 164, 76, 0.65);
  background: rgba(20, 16, 13, 0.55);
  backdrop-filter: blur(4px);
  transition: transform var(--tempo), background-color var(--tempo);
}
.videoflaeche__spielen::after {
  content: "";
  position: absolute;
  width: 0; height: 0;
  border-left: 17px solid var(--messing-hell);
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  margin-left: 6px;
}
.videoflaeche__spielen:hover::before { transform: scale(1.07); background: rgba(178, 58, 24, 0.55); }

/* Hochformat-Video (Reel) */
.reel { display: grid; grid-template-columns: minmax(260px, 380px) 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.reel--gedreht .reel__medien { order: 2; }
.videoflaeche--hoch { aspect-ratio: 9 / 16; max-width: 380px; margin-inline: auto; }
.videoflaeche--hoch .videoflaeche__spielen::before { width: 68px; height: 68px; }
.reel__bu { margin-top: .8rem; font-size: .78rem; color: var(--auf-dunkel-leise); text-align: center; max-width: 380px; margin-inline: auto; }
.abschnitt--hell .reel__bu, .abschnitt--papier .reel__bu { color: var(--auf-hell-leise); }

/* ----------------------------------------------------------- 12. Galerie */
.galerie { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.7rem; }
.galerie figure { margin: 0; position: relative; overflow: hidden; border-radius: var(--radius); }
.galerie img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; transition: transform 0.8s ease; }
.galerie figure:nth-child(1),
.galerie figure:nth-child(6) { grid-column: span 2; grid-row: span 2; }
.galerie figure:nth-child(1) img,
.galerie figure:nth-child(6) img { aspect-ratio: 1 / 1; height: 100%; }
.galerie figure:hover img { transform: scale(1.05); }

/* --------------------------------------------------------------- 13. FAQ */
.faq { border-top: 1px solid var(--linie-dunkel); }
.abschnitt--hell .faq, .abschnitt--papier .faq { border-color: var(--linie-hell); }
.faq details { border-bottom: 1px solid var(--linie-dunkel); }
.abschnitt--hell .faq details, .abschnitt--papier .faq details { border-color: var(--linie-hell); }
.faq summary {
  list-style: none;
  cursor: pointer;
  padding: 1.35rem 3rem 1.35rem 0;
  font-family: var(--display);
  font-size: clamp(1.05rem, 1.5vw, 1.24rem);
  font-weight: 600;
  position: relative;
  line-height: 1.35;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "";
  position: absolute;
  right: 6px; top: 1.85rem;
  width: 13px; height: 13px;
  border-right: 1.5px solid var(--messing);
  border-bottom: 1.5px solid var(--messing);
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}
.faq details[open] summary::after { transform: rotate(-135deg); }
.faq details p { padding-right: 3rem; padding-bottom: 1.4rem; color: var(--auf-dunkel-leise); max-width: 78ch; }
.abschnitt--hell .faq details p, .abschnitt--papier .faq details p { color: var(--auf-hell-leise); }

/* ------------------------------------------------------- 14. Regionen */
.regionen { display: grid; grid-template-columns: repeat(auto-fill, minmax(215px, 1fr)); gap: 1px; background: var(--linie-dunkel); border: 1px solid var(--linie-dunkel); }
.region-kachel {
  background: var(--kohle);
  padding: 1.5rem;
  text-decoration: none;
  display: block;
  transition: background-color var(--tempo);
}
.region-kachel:hover { background: var(--rauch); }
.region-kachel strong { font-family: var(--display); font-size: 1.22rem; font-weight: 600; display: block; margin-bottom: 0.3rem; }
.region-kachel span { font-size: 0.85rem; color: var(--auf-dunkel-leise); }

/* ------------------------------------------------- 15. Referenz-Platzhalter */
.referenz {
  border: 1px dashed rgba(201, 164, 76, 0.4);
  border-radius: var(--radius-gross);
  padding: clamp(1.5rem, 2.4vw, 2.2rem);
  background: rgba(58, 46, 37, 0.2);
}
.referenz__meta { display: flex; flex-wrap: wrap; gap: 0.5rem 1.5rem; font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--messing); margin-bottom: 1rem; }
.referenz h3 { margin-bottom: 0.65rem; }
.referenz p { font-size: 0.95rem; color: var(--auf-dunkel-leise); }
.referenz__leistungen { font-size: 0.85rem; color: var(--auf-dunkel); margin-top: 1rem; }

.hinweis {
  border-left: 2px solid var(--messing);
  padding: 0.9rem 0 0.9rem 1.2rem;
  font-size: 0.9rem;
  color: var(--auf-dunkel-leise);
  background: rgba(201, 164, 76, 0.05);
}
.abschnitt--hell .hinweis, .abschnitt--papier .hinweis { color: var(--auf-hell-leise); background: rgba(178, 58, 24, 0.05); }

/* -------------------------------------------------------- 16. Formular */
.formularblock {
  border: 1px solid var(--linie-dunkel);
  border-radius: var(--radius-gross);
  background: linear-gradient(180deg, rgba(58, 46, 37, 0.35), rgba(20, 16, 13, 0.2));
  padding: clamp(1.5rem, 3.2vw, 2.75rem);
}
.stufenleiste { display: flex; gap: 0.5rem; margin-bottom: var(--s4); }
.stufenleiste div { flex: 1; height: 2px; background: rgba(201, 164, 76, 0.18); position: relative; overflow: hidden; }
.stufenleiste div[data-aktiv="true"]::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--glut), var(--messing)); }
.stufe { display: none; }
.stufe[data-aktiv="true"] { display: block; animation: einblenden 0.4s ease both; }
@keyframes einblenden { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.stufe__titel { font-size: 0.72rem; letter-spacing: 0.19em; text-transform: uppercase; color: var(--messing); margin-bottom: 1.4rem; }

.feldpaar { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.feld { margin-bottom: 1rem; }
.feld label { display: block; font-size: 0.79rem; letter-spacing: 0.09em; text-transform: uppercase; color: var(--auf-dunkel-leise); margin-bottom: 0.45rem; }
.feld input,
.feld select,
.feld textarea {
  width: 100%;
  padding: 0.9rem 1rem;
  background: rgba(20, 16, 13, 0.55);
  border: 1px solid var(--linie-dunkel);
  border-radius: var(--radius);
  color: var(--auf-dunkel);
  font-family: var(--text);
  font-size: 0.98rem;
  transition: border-color var(--tempo), background-color var(--tempo);
}
.feld input:focus,
.feld select:focus,
.feld textarea:focus { border-color: var(--messing); background: rgba(20, 16, 13, 0.85); outline: none; }
.feld textarea { min-height: 130px; resize: vertical; }
.feld select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--messing) 50%), linear-gradient(135deg, var(--messing) 50%, transparent 50%); background-position: calc(100% - 21px) 22px, calc(100% - 15px) 22px; background-size: 6px 6px; background-repeat: no-repeat; }
.wahlgruppe { display: flex; gap: 0.6rem; flex-wrap: wrap; }
.wahlgruppe label {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.65rem 1rem;
  border: 1px solid var(--linie-dunkel);
  border-radius: var(--radius);
  cursor: pointer;
  font-size: 0.86rem;
  letter-spacing: 0.04em;
  text-transform: none;
  margin: 0;
  color: var(--auf-dunkel);
  transition: border-color var(--tempo), background-color var(--tempo);
}
.wahlgruppe label:hover { border-color: var(--messing); }
.wahlgruppe input { accent-color: var(--glut); width: auto; }
.formular__navi { display: flex; justify-content: space-between; gap: 1rem; margin-top: var(--s4); }
.formular__hinweis { font-size: 0.78rem; color: var(--auf-dunkel-leise); margin-top: 1.2rem; }
.honig { position: absolute; left: -9999px; }

/* ------------------------------------------------------------ 17. Footer */
.fuss { background: #100c09; border-top: 1px solid var(--linie-dunkel); padding-block: clamp(3rem, 6vw, 5rem) 2rem; background-image: var(--rost); }
.fuss__raster { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: clamp(1.5rem, 3vw, 3rem); }
.fuss h4 { font-family: var(--text); font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--messing); margin-bottom: 1.1rem; }
.fuss ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.55rem; }
.fuss a { text-decoration: none; font-size: 0.92rem; color: var(--auf-dunkel-leise); transition: color var(--tempo); }
.fuss a:hover { color: var(--messing-hell); }
.fuss__marke .marke { margin-bottom: 1.2rem; }
.fuss__marke p { font-size: 0.92rem; color: var(--auf-dunkel-leise); max-width: 42ch; }
.fuss__unten {
  margin-top: clamp(2.5rem, 5vw, 3.5rem);
  padding-top: 1.5rem;
  border-top: 1px solid var(--linie-dunkel);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.8rem;
  color: var(--auf-dunkel-leise);
}
.fuss__unten ul { display: flex; gap: 1.4rem; }

/* ------------------------------------------------- 18. Sticky-CTA mobil */
.mobil-cta {
  position: fixed;
  inset: auto 0 0 0;
  z-index: 88;
  display: none;
  gap: 1px;
  background: var(--linie-dunkel);
  border-top: 1px solid var(--linie-dunkel);
}
.mobil-cta a {
  flex: 1;
  padding: 0.95rem 0.5rem;
  text-align: center;
  text-decoration: none;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: var(--kohle-2);
  color: var(--auf-dunkel);
}
.mobil-cta a.hervor { background: var(--glut); color: #fff; }

/* -------------------------------------------------------- 19. Ratgeber */
.artikelraster { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.artikelkarte {
  display: flex; flex-direction: column;
  padding: 1.7rem;
  border: 1px solid var(--linie-hell);
  border-radius: var(--radius-gross);
  background: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: transform var(--tempo), box-shadow var(--tempo);
}
.artikelkarte:hover { transform: translateY(-3px); box-shadow: 0 18px 40px -30px rgba(20, 16, 13, 0.6); }
.artikelkarte span.kat { font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; color: #8a5a1f; margin-bottom: 0.9rem; }
.artikelkarte h3 { font-size: 1.2rem; margin-bottom: 0.6rem; }
.artikelkarte p { font-size: 0.93rem; color: var(--auf-hell-leise); margin-bottom: 0; }

.beitrag { font-size: 1.08rem; }
.beitrag h2 { margin-top: var(--s5); }
.beitrag h3 { margin-top: var(--s4); font-size: 1.28rem; }
.beitrag ul, .beitrag ol { margin: 0 0 var(--s3); padding-left: 1.35rem; }
.beitrag li { margin-bottom: 0.55rem; }
.beitrag table { width: 100%; border-collapse: collapse; margin: var(--s3) 0 var(--s4); font-size: 0.95rem; }
.beitrag th, .beitrag td { text-align: left; padding: 0.85rem 1rem; border-bottom: 1px solid var(--linie-hell); }
.beitrag th { font-family: var(--text); font-size: 0.74rem; letter-spacing: 0.14em; text-transform: uppercase; color: #8a5a1f; }
.inhaltsverzeichnis { border: 1px solid var(--linie-hell); border-radius: var(--radius-gross); padding: 1.5rem 1.7rem; background: rgba(255,255,255,.5); margin-bottom: var(--s5); }
.inhaltsverzeichnis h2 { font-family: var(--text); font-size: 0.72rem; letter-spacing: 0.19em; text-transform: uppercase; margin: 0 0 0.9rem; color: #8a5a1f; }
.inhaltsverzeichnis ol { margin: 0; padding-left: 1.2rem; }
.inhaltsverzeichnis a { color: inherit; }

/* --------------------------------------------------------- 20. Animation */
html.js [data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1); }
html.js [data-reveal].sichtbar { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
  html.js [data-reveal] { opacity: 1; transform: none; }
}

/* ------------------------------------------------------------ 21. Mobile */
@media (max-width: 1080px) {
  .raster--4 { grid-template-columns: repeat(2, 1fr); }
  .ablauf { grid-template-columns: repeat(2, 1fr); }
  .fuss__raster { grid-template-columns: 1fr 1fr; }
  .artikelraster { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 960px) {
  .navi__liste, .kopf-tel { display: none; }
  .burger { display: block; }
  .kopfleiste .knopf { display: none; }
  .raster--3 { grid-template-columns: repeat(2, 1fr); }
  .zweispalt { grid-template-columns: 1fr; }
  .zweispalt--gedreht .zweispalt__medien { order: 0; }
  .reel { grid-template-columns: 1fr; }
  .reel--gedreht .reel__medien { order: 0; }
  .mobil-cta { display: flex; }
  body { padding-bottom: 52px; }
  .galerie { grid-template-columns: repeat(2, 1fr); }
  .galerie figure:nth-child(6) { grid-column: span 1; grid-row: span 1; }
}
@media (max-width: 620px) {
  html { scroll-padding-top: 84px; }
  .raster--2, .raster--3, .raster--4 { grid-template-columns: 1fr; }
  .ablauf { grid-template-columns: 1fr; }
  .fuss__raster { grid-template-columns: 1fr; }
  .artikelraster { grid-template-columns: 1fr; }
  .feldpaar { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-top: 128px; }
  .seitenkopf { padding-top: 122px; }
  .knopfgruppe .knopf { width: 100%; }
  .galerie figure:nth-child(1) { grid-column: span 2; }
}

/* -------------------------------------------------------------- 22. Druck */
@media print {
  .kopfleiste, .mobil-cta, .schublade, .videoflaeche__spielen { display: none !important; }
  body { background: #fff; color: #000; }
}
