/* =========================================================================
   Joe Peña's Franchise — Markendesign 2.0
   Neu aufgebaut nach Brandbook (Edición 2026)
   Primär: Schwarz/Noche #15110C · Maíz #E9B127 (Gelb)
   Sekundär: Beige/Hueso #F5EAC7 · Grün dunkel #313010 · Grün hell #696527
   Akzent: Bordeaux #5E040C
   Display/Headlines: GIN (Marken-Plakatschrift, Versalien) · Fließtext: Montserrat
   Look: hell & beige-dominiert, luftig-editorial, illustrative Bildwelt als Eyecatcher
   ========================================================================= */

/* ---------- Markenschrift Gin (nur Headlines & Titel) ---------- */
@font-face {
  font-family: "Gin";
  src: url("../joe-pena-fonts/fonts/gin-regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  /* --- Brandbook-Farben --- */
  --noche: #14110b;          /* Schwarz / Noche */
  --noche-2: #1d1810;
  --noche-3: #2a2317;
  --maiz: #E9B127;           /* Gelb / Maíz — Primärfarbe */
  --maiz-d: #cf9a16;
  --maiz-soft: #f3d27e;
  --hueso: #F5EAC7;          /* Beige / Hueso */
  --hueso-2: #fbf4e2;        /* helleres Papier */
  --hueso-d: #e7d9b4;
  --verde-d: #313010;        /* Grün dunkel */
  --verde: #696527;          /* Grün hell */
  --bordeaux: #5E040C;       /* Akzent */
  --bordeaux-l: #7d1118;

  --ink: #211b10;            /* Text auf hell */
  --muted: #6f6650;
  --line: rgba(33, 27, 16, 0.14);
  --line-soft: rgba(33, 27, 16, 0.08);
  --line-dark: rgba(245, 234, 199, 0.16);

  --font-display: "Gin", "Oswald", "Arial Narrow", sans-serif;
  --font-body: "Montserrat", "Helvetica Neue", Arial, sans-serif;

  --wrap: 1200px;
  --gap: clamp(1.25rem, 4vw, 2.5rem);
  --radius: 3px;
  --radius-lg: 6px;
  --shadow: 0 22px 60px rgba(20, 17, 11, 0.16);
  --shadow-soft: 0 10px 34px rgba(20, 17, 11, 0.10);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: clamp(1rem, 0.96rem + 0.25vw, 1.13rem);
  line-height: 1.68;
  color: var(--ink);
  background: var(--hueso);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;   /* kein horizontales Scrollen / Überlauf auf Mobil */
}
img { max-width: 100%; display: block; }
a { color: inherit; }
::selection { background: var(--maiz); color: var(--noche); }
:focus-visible { outline: 3px solid var(--bordeaux); outline-offset: 3px; }

/* ---------- Typografie ---------- */
h1, h2, h3, h4, .kicker, .btn { font-family: var(--font-display); }
h1, h2, h3, h4 { line-height: 1.08; margin: 0 0 .5em; font-weight: 600; letter-spacing: .01em; color: var(--noche); }
/* L'Osteria-Anmutung: ruhig, sentence-case als Standard, UPPERCASE nur als Akzent (.upper) */
h1 { font-size: clamp(2.2rem, 1.4rem + 3.4vw, 4rem); font-weight: 600; }
h2 { font-size: clamp(1.7rem, 1.2rem + 2vw, 2.7rem); }
h3 { font-size: clamp(1.2rem, 1rem + 0.7vw, 1.5rem); }
h4 { font-size: 1rem; }
.upper { text-transform: uppercase; letter-spacing: .015em; }
h1.upper { font-weight: 700; }
p { margin: 0 0 1.1rem; }
.lead { font-size: clamp(1.12rem, 1rem + 0.7vw, 1.45rem); color: var(--ink); line-height: 1.55; }
em, i { font-style: italic; }
strong { color: var(--noche); }

.kicker {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: .32em;
  font-size: .76rem;
  font-weight: 600;
  color: var(--bordeaux);
  margin: 0 0 1rem;
  position: relative;
}
.kicker.on-dark { color: var(--maiz); }

/* Section-Titel mit Brandbook-Unterstrich-Linie (optional via .titled) */
.section-head { margin-bottom: clamp(2rem, 5vw, 3.2rem); }
.section-head.line { border-bottom: 2px solid var(--noche); padding-bottom: 1.4rem; }
.dark .section-head.line { border-color: var(--line-dark); }

/* ---------- Layout ---------- */
.wrap { width: min(var(--wrap), 92vw); margin-inline: auto; }
.wrap-narrow { width: min(780px, 92vw); margin-inline: auto; }
section { padding: clamp(3.4rem, 8vw, 6.5rem) 0; }
.section-divider { border: 0; border-top: 1px solid var(--line); width: min(var(--wrap), 92vw); margin: 0 auto; }
.center { text-align: center; }

/* Helle Sektionsvarianten */
.paper { background: var(--hueso-2); }

/* Dunkle Sektionen — Noche */
.dark { background: var(--noche); color: var(--hueso); }
.dark h1, .dark h2, .dark h3, .dark h4 { color: var(--hueso); }
.dark p, .dark .lead { color: var(--hueso-d); }
.dark a { color: var(--maiz); }
.dark strong { color: var(--hueso); }

/* Bordeaux-Sektion (Akzent-Bühne) */
.wine { background: var(--bordeaux); color: var(--hueso); }
.wine h1, .wine h2, .wine h3 { color: var(--hueso); }
.wine p, .wine .lead { color: rgba(245,234,199,.88); }
.wine .kicker { color: var(--maiz); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .55em;
  text-transform: uppercase; letter-spacing: .1em; font-size: .88rem; font-weight: 600;
  padding: .9em 1.7em; border-radius: var(--radius); text-decoration: none;
  border: 2px solid transparent; cursor: pointer; transition: .2s ease;
  line-height: 1.1;
}
.btn-primary { background: var(--maiz); color: var(--noche); border-color: var(--maiz); box-shadow: 0 6px 20px rgba(233,177,39,.32); }
.btn-primary:hover { background: var(--maiz-d); border-color: var(--maiz-d); transform: translateY(-2px); box-shadow: 0 10px 26px rgba(233,177,39,.4); }
.btn-ghost { background: transparent; color: var(--noche); border-color: var(--noche); }
.btn-ghost:hover { background: var(--noche); color: var(--maiz); }
.dark .btn-ghost { color: var(--hueso); border-color: var(--hueso); }
.dark .btn-ghost:hover { background: var(--hueso); color: var(--noche); }
/* Ghost-Button auf Hero (über Video/Bild): heller Text + leichter dunkler Backdrop = immer sichtbar */
.hero .btn-ghost {
  color: #fff; border-color: rgba(255,255,255,.85);
  background: rgba(20,17,11,.32); backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
}
.hero .btn-ghost:hover { background: var(--maiz); color: var(--noche); border-color: var(--maiz); }
.wine .btn-ghost { color: var(--hueso); border-color: var(--maiz); }
.wine .btn-ghost:hover { background: var(--maiz); color: var(--noche); border-color: var(--maiz); }
.btn-wine { background: var(--bordeaux); color: var(--hueso); border-color: var(--bordeaux); }
.btn-wine:hover { background: var(--bordeaux-l); border-color: var(--bordeaux-l); transform: translateY(-2px); }
.btn-wa { background: #25D366; color: #fff; border-color: #25D366; }
.btn-wa:hover { background: #1ebe5a; border-color: #1ebe5a; transform: translateY(-2px); }
.btn-row { display: flex; flex-wrap: wrap; gap: .9rem; }
.btn-row.center { justify-content: center; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(20, 17, 11, 0.96);
  backdrop-filter: blur(8px);
  color: var(--hueso);
  border-bottom: 1px solid var(--line-dark);
}
.nav { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .65rem 0; }
.brand { display: inline-flex; align-items: center; gap: .6rem; text-decoration: none; color: var(--hueso); white-space: nowrap; }
.brand img { height: 42px; width: 42px; display: block; flex: none; }
.brand .brand-text { display: inline-flex; align-items: baseline; gap: .5rem; white-space: nowrap; }
.brand strong { font-family: var(--font-display); text-transform: uppercase; letter-spacing: .08em; color: var(--hueso); font-size: 1.1rem; font-weight: 600; line-height: 1; }
.brand .brand-sub { font-family: var(--font-display); text-transform: uppercase; letter-spacing: .18em; font-size: .62rem; color: var(--maiz); line-height: 1; }
@media (max-width: 420px) { .brand .brand-sub { display: none; } }
/* Desktop: Menü-Links UND CTA-Button alle in EINER Zeile, rechtsbündig */
.nav-menu { display: flex; flex-direction: row; align-items: center; gap: 1.3rem; flex-wrap: nowrap; }
.nav-links { display: flex; align-items: center; gap: 1.2rem; list-style: none; margin: 0; padding: 0; flex-wrap: nowrap; white-space: nowrap; }
.nav-links a {
  font-family: var(--font-display); text-transform: uppercase; letter-spacing: .07em;
  font-size: .82rem; font-weight: 500; text-decoration: none; color: var(--hueso); padding: .3rem 0; position: relative; white-space: nowrap;
}
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--maiz); }
.nav-links a[aria-current="page"]::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -3px; height: 2px; background: var(--maiz);
}
.nav-cta { display: flex; gap: .6rem; align-items: center; }
.nav-cta .btn { padding: .58em 1.2em; font-size: .78rem; white-space: nowrap; }
/* Hamburger-Button mit Animation zu X */
.nav-toggle {
  display: none; position: relative; z-index: 60;
  background: none; border: 1px solid var(--line-dark); color: var(--hueso);
  width: 48px; height: 44px; border-radius: var(--radius); cursor: pointer;
  font-size: 0; padding: 0;
}
.nav-toggle .bars, .nav-toggle .bars::before, .nav-toggle .bars::after {
  content: ""; display: block; position: absolute; left: 50%; width: 22px; height: 2px;
  background: var(--hueso); border-radius: 2px; transition: transform .25s ease, opacity .2s ease; transform: translateX(-50%);
}
.nav-toggle .bars { top: 50%; transform: translate(-50%, -50%); }
.nav-toggle .bars::before { top: -7px; }
.nav-toggle .bars::after  { top: 7px; }
.nav-toggle[aria-expanded="true"] .bars { background: transparent; }
.nav-toggle[aria-expanded="true"] .bars::before { top: 0; transform: translateX(-50%) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .bars::after  { top: 0; transform: translateX(-50%) rotate(-45deg); }

@media (max-width: 1080px) {
  .nav-cta { display: none; }
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }
  /* backdrop-filter erzeugt sonst einen Containing-Block, der das fixed-Menü
     einsperrt → auf Mobil entfernen, damit das Overlay den Viewport füllt. */
  .site-header { backdrop-filter: none; -webkit-backdrop-filter: none; background: var(--noche); }
  /* Header-Leiste (Logo + Schließen-X) bleibt über dem Overlay sichtbar */
  .nav { position: relative; z-index: 60; }
  .brand { position: relative; z-index: 60; }
  /* Vollflächiges Overlay-Menü — deckt die Seite komplett, blickdicht */
  .nav-menu {
    position: fixed; inset: 0; z-index: 55;
    background: var(--noche);
    flex-direction: column; align-items: stretch; justify-content: center; gap: 0;
    padding: 5rem 0 2rem;
    overflow-y: auto; -webkit-overflow-scrolling: touch;
    opacity: 0; visibility: hidden; transform: translateY(-12px);
    transition: opacity .26s ease, transform .26s ease, visibility .26s;
  }
  .nav-menu.open { opacity: 1; visibility: visible; transform: none; }
  .nav-menu .nav-cta { display: flex; }
  .nav-links { flex-direction: column; align-items: stretch; gap: 0; }
  .nav-links a {
    padding: 1.1rem 8vw; border-bottom: 1px solid var(--line-dark);
    font-size: 1.05rem; letter-spacing: .1em;
  }
  .nav-links a[aria-current="page"] { color: var(--maiz); }
  .nav-links a[aria-current="page"]::after { content: none; }
  .nav-cta { display: flex; flex-direction: column; align-items: stretch; padding: 1.6rem 8vw 0; }
  .nav-cta .btn { justify-content: center; width: 100%; padding: 1em 1.5em; font-size: .9rem; }
  /* Body-Scroll sperren, wenn Menü offen */
  body.nav-open { overflow: hidden; }
}

/* ---------- Hero ---------- */
.hero {
  position: relative; color: var(--hueso); text-align: center;
  padding: clamp(4.5rem, 11vw, 9rem) 0; overflow: hidden; background: var(--noche);
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background-image: linear-gradient(180deg, rgba(20,17,11,.55), rgba(20,17,11,.84)), var(--hero-img);
  background-size: cover; background-position: center; z-index: 0;
}
/* ===== Hero mit Hintergrundvideo (vollflächig) =====
   Video läuft im Hintergrund, Text liegt darauf — leserlich durch
   dezenten Video-Blur + abgestimmten dunklen Schleier + Textschatten. */
.hero.has-video {
  min-height: clamp(520px, 80vh, 760px);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: clamp(3rem, 7vw, 6rem) 0;
  text-align: center; overflow: hidden; background: var(--noche);
}
/* Hintergrund-Ebene: enthält Video + Schleier, liegt unter dem Inhalt.
   Poster-Bild (inline gesetzt) dient als Sofort-Fallback — nie Schwarz. */
.hero-bg {
  position: absolute; inset: 0; z-index: 0; overflow: hidden;
  background-color: var(--noche);
  background-position: center; background-size: cover; background-repeat: no-repeat;
}
/* Schleier — Video gut sichtbar, Text aber sicher lesbar (ausgewogen) */
.hero-bg::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background:
    radial-gradient(ellipse 82% 74% at 50% 48%, rgba(20,17,11,.40), rgba(20,17,11,.64) 100%),
    linear-gradient(180deg, rgba(20,17,11,.52) 0%, rgba(20,17,11,.46) 42%, rgba(20,17,11,.72) 100%);
}
/* Video füllt die Hintergrund-Ebene im Breitbild — gut sichtbar.
   width/height über inset definiert (robust gegen Größenprobleme). */
.hero-video {
  position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  width: 100%; height: 100%; min-width: 100%; min-height: 100%;
  object-fit: cover; z-index: 0; pointer-events: none;
  filter: saturate(1.08) contrast(1.02);
}
.hero.has-video::before { display: none; }    /* altes Overlay deaktiviert */
.hero.has-video .wrap { width: min(var(--wrap), 92vw); position: relative; z-index: 2; }
.hero.has-video h1, .hero.has-video .lead,
.hero.has-video .kicker, .hero.has-video p {
  text-shadow: 0 2px 14px rgba(0,0,0,.65), 0 1px 40px rgba(0,0,0,.5);
}
.hero.has-video .lead { margin-inline: auto; }
.hero.has-video .btn-row { justify-content: center; }
/* Mobil: Headline/Text sicher im Rahmen */
@media (max-width: 560px) {
  .hero.has-video h1 { font-size: clamp(1.7rem, 6.4vw, 2.3rem); overflow-wrap: anywhere; }
  .hero.has-video .lead { font-size: 1rem; max-width: 100%; }
  .hero.has-video .badge-line { font-size: .68rem; letter-spacing: .12em; white-space: normal; padding: .5em 1em; }
}
.hero > *:not(.hero-bg) { position: relative; z-index: 2; }
.hero > .hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero h1 { color: var(--hueso); text-shadow: 0 2px 24px rgba(0,0,0,.4); }
.hero .lead { max-width: 56ch; margin-inline: auto; color: var(--hueso); }
.hero p { color: rgba(245,234,199,.9); }
.hero .badge-line {
  display: inline-block; margin: 1.5rem 0; font-family: var(--font-display);
  text-transform: uppercase; letter-spacing: .22em; font-size: .8rem; color: var(--maiz); font-weight: 500;
  border: 1px solid var(--maiz); border-radius: 100px; padding: .55em 1.4em;
}

/* Hero mit illustrativer Bildwelt — wärmerer, leuchtender Overlay */
.hero.ill::before {
  background-image: linear-gradient(180deg, rgba(20,17,11,.30) 0%, rgba(20,17,11,.55) 55%, rgba(20,17,11,.9) 100%), var(--hero-img);
}

/* ---------- Editorial Split-Hero (Bild + Text, Brandbook Kapitel-Look) ---------- */
.split-hero { display: grid; grid-template-columns: 1.05fr 1fr; min-height: clamp(440px, 70vh, 680px); background: var(--noche); }
.split-hero .sh-text { display: flex; flex-direction: column; justify-content: center; padding: clamp(2.5rem, 6vw, 5rem) clamp(1.5rem, 5vw, 4.5rem); color: var(--hueso); }
.split-hero .sh-text h1 { color: var(--hueso); }
.split-hero .sh-text p { color: var(--hueso-d); }
.split-hero .sh-img { background: var(--noche-2) center/cover; position: relative; min-height: 320px; }
.split-hero .sh-img::after { content:""; position:absolute; inset:0; background: linear-gradient(120deg, rgba(20,17,11,.5), transparent 40%); }
@media (max-width: 860px) { .split-hero { grid-template-columns: 1fr; } .split-hero .sh-img { min-height: 280px; order: -1; } }

/* ---------- Cards / grids ---------- */
.grid { display: grid; gap: var(--gap); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-auto { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
@media (max-width: 900px) { .grid-4 { grid-template-columns: repeat(2,1fr);} }
@media (max-width: 760px) { .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; } }

.card {
  background: var(--hueso-2); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 1.7rem 1.6rem; box-shadow: var(--shadow-soft);
  transition: transform .2s ease, box-shadow .2s ease;
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.dark .card { background: var(--noche-2); border-color: var(--line-dark); box-shadow: none; }
.card h3 { margin-bottom: .45rem; }
.card .role { font-family: var(--font-display); text-transform: uppercase; letter-spacing: .12em; font-size: .74rem; color: var(--bordeaux); margin-bottom: .8rem; font-weight: 600; }
.dark .card .role { color: var(--maiz); }

/* Markenkern-Kacheln (Brandbook S.4) — nummerierte Tiles */
.tile-grid { display: grid; gap: 1.2rem; grid-template-columns: repeat(4, 1fr); }
@media (max-width: 900px) { .tile-grid { grid-template-columns: repeat(2,1fr);} }
@media (max-width: 560px) { .tile-grid { grid-template-columns: 1fr; } }
.tile {
  border-radius: var(--radius-lg); padding: 1.6rem 1.5rem 1.7rem; min-height: 260px;
  display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden;
}
.tile .tnum { font-family: var(--font-display); font-weight: 700; font-size: 2.6rem; line-height: 1; opacity: .85; }
.tile h3 { text-transform: uppercase; letter-spacing: .03em; margin: 0 0 .5rem; }
.tile p { margin: 0; font-size: .96rem; line-height: 1.5; }
.tile.t-noche { background: var(--noche); color: var(--hueso); }
.tile.t-noche .tnum, .tile.t-noche h3 { color: var(--maiz); }
.tile.t-maiz { background: var(--maiz); color: var(--noche); }
.tile.t-maiz .tnum { color: var(--noche); }
.tile.t-verde { background: var(--verde-d); color: var(--hueso); }
.tile.t-verde .tnum, .tile.t-verde h3 { color: var(--maiz); }
.tile.t-wine { background: var(--bordeaux); color: var(--hueso); }
.tile.t-wine .tnum, .tile.t-wine h3 { color: var(--maiz); }

/* Magazine entry cards */
.mag-grid { display: grid; gap: 1.3rem; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); }
.mag-card {
  background: var(--noche-2); border: 1px solid var(--line-dark); border-radius: var(--radius-lg);
  overflow: hidden; display: flex; flex-direction: column; text-decoration: none; color: var(--hueso);
  transition: .22s ease;
}
.mag-card:hover { transform: translateY(-4px); border-color: var(--maiz); box-shadow: var(--shadow); }
.mag-thumb { aspect-ratio: 16/10; background: #000 center/cover; position: relative; }
.mag-thumb::after { content:""; position:absolute; inset:0; background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,.35)); }
.mag-thumb .play {
  position: absolute; inset: 0; margin: auto; width: 58px; height: 58px; border-radius: 50%;
  background: rgba(233,177,39,.92); display: grid; place-items: center; z-index: 1; transition: .2s;
}
.mag-card:hover .play { transform: scale(1.1); }
.mag-thumb .play::after { content: ""; position: static; background: none; inset: auto; border-left: 15px solid var(--noche); border-top: 9px solid transparent; border-bottom: 9px solid transparent; margin-left: 4px; }
.mag-tag { position: absolute; top: .8rem; left: .8rem; z-index: 1; background: var(--bordeaux); color: var(--hueso); font-family: var(--font-display); text-transform: uppercase; letter-spacing: .1em; font-size: .68rem; padding: .3em .8em; border-radius: 2px; font-weight: 600; }
.mag-tag.neu { background: var(--maiz); color: var(--noche); }
.mag-body { padding: 1.1rem 1.2rem 1.3rem; }
.mag-cat { font-family: var(--font-display); text-transform: uppercase; letter-spacing: .14em; font-size: .68rem; color: var(--maiz); font-weight: 500; }
.mag-card h3 { color: var(--hueso); font-size: 1.2rem; margin: .35rem 0 .4rem; }
.mag-meta { font-size: .82rem; color: var(--hueso-d); opacity: .75; }

/* Numbered steps */
.steps { display: grid; gap: 1.1rem; grid-template-columns: repeat(3, 1fr); }
@media (max-width: 760px) { .steps { grid-template-columns: 1fr; } }
.step {
  border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 1.4rem 1.4rem; background: var(--hueso-2);
  position: relative; transition: .2s ease;
}
.step:hover { border-color: var(--maiz); transform: translateY(-2px); }
.step .num { font-family: var(--font-display); color: var(--bordeaux); font-weight: 700; font-size: 1rem; text-transform: uppercase; letter-spacing: .05em; }
.step h3 { font-size: 1.08rem; margin: .15rem 0 .3rem; display: inline-block; }
.step p { font-size: .94rem; color: var(--muted); margin: 0; }

/* Full fahrplan list */
.fahrplan { display: grid; gap: 1rem; }
.fp-item { display: grid; grid-template-columns: 64px 1fr; gap: 1.3rem; align-items: start; background: var(--hueso-2); border: 1px solid var(--line); border-left: 4px solid var(--maiz); border-radius: var(--radius-lg); padding: 1.4rem 1.6rem; transition: .2s ease; }
.fp-item:hover { border-left-color: var(--bordeaux); box-shadow: var(--shadow-soft); }
.fp-num {
  width: 64px; height: 64px; display: grid; place-items: center; background: var(--noche);
  color: var(--maiz); font-family: var(--font-display); font-weight: 700; font-size: 1.6rem; border-radius: var(--radius-lg);
}
.fp-body h3 { margin: 0 0 .3rem; text-transform: uppercase; letter-spacing: .02em; }
.fp-body p { margin: 0; color: var(--ink); }

/* Stats */
.stats { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); }
.stat { text-align: center; border: 1px solid var(--line-dark); border-radius: var(--radius-lg); padding: 1.8rem 1rem; background: rgba(245,234,199,.03); }
.stat .big { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.7rem, 1.2rem + 1.6vw, 2.5rem); color: var(--maiz); display: block; line-height: 1.05; }
.stat .small { font-size: .9rem; color: var(--hueso-d); margin-top: .4rem; display: block; }

/* Roles (3 Wege) */
.role-card { border: 1px solid var(--line); border-top: 4px solid var(--bordeaux); padding: 1.5rem 1.5rem; background: var(--hueso-2); border-radius: var(--radius-lg); transition: .2s ease; }
.role-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-soft); }
.role-card .label { font-family: var(--font-display); text-transform: uppercase; letter-spacing: .1em; font-size: .9rem; color: var(--bordeaux); font-weight: 600; display: block; margin-bottom: .6rem; }
.role-card p { margin: 0; color: var(--muted); font-size: .98rem; }

/* Leistungen list */
.leistung { border-left: 4px solid var(--maiz); padding: .3rem 0 .3rem 1.4rem; margin-bottom: 1.8rem; }
.leistung h3 { color: var(--bordeaux); margin-bottom: .4rem; }
.dark .leistung h3 { color: var(--maiz); }
.leistung p { margin: 0; color: var(--ink); }
.dark .leistung p { color: var(--hueso-d); }

/* FAQ accordion */
.faq-group { margin-bottom: 2.4rem; }
.faq-cat { font-family: var(--font-display); text-transform: uppercase; letter-spacing: .18em; color: var(--bordeaux); font-size: .85rem; margin-bottom: 1rem; font-weight: 600; }
.faq-item { border: 1px solid var(--line); border-radius: var(--radius-lg); margin-bottom: .8rem; background: var(--hueso-2); overflow: hidden; transition: border-color .2s; }
.faq-item:hover { border-color: var(--maiz); }
.faq-q {
  width: 100%; text-align: left; background: none; border: 0; cursor: pointer;
  font-family: var(--font-body); font-size: 1.04rem; font-weight: 600; color: var(--noche);
  padding: 1.15rem 1.4rem; display: flex; justify-content: space-between; gap: 1rem; align-items: center;
}
.faq-q .ic { color: var(--bordeaux); font-size: 1.5rem; flex: none; transition: transform .25s; line-height: 1; }
.faq-q[aria-expanded="true"] .ic { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a > div { padding: 0 1.4rem 1.3rem; color: var(--muted); }

/* Quote */
.quote { border-left: 3px solid var(--maiz); padding-left: 1.2rem; font-style: italic; color: var(--ink); margin: 1rem 0; font-size: 1.05rem; }
.dark .quote { color: var(--hueso-d); border-color: var(--maiz); }

/* Pull-Quote (große zentrierte Aussage, Brandbook-Tonalität) */
.pullquote { font-family: var(--font-body); font-style: italic; font-size: clamp(1.4rem, 1rem + 1.8vw, 2.3rem); line-height: 1.4; text-align: center; max-width: 24ch; margin: 0 auto; color: var(--noche); }
.dark .pullquote { color: var(--hueso); }
.wine .pullquote { color: var(--hueso); }
.ill-banner .pullquote { color: #fff; font-weight: 500; }

/* Locked / gated */
.lock-banner {
  background: linear-gradient(160deg, var(--noche-2), var(--noche)); color: var(--hueso); border: 1px solid var(--line-dark); border-radius: var(--radius-lg);
  padding: clamp(2rem, 5vw, 3.2rem); text-align: center;
}
.lock-banner h2 { color: var(--hueso); }
.gate-form { display: flex; flex-wrap: wrap; gap: .7rem; justify-content: center; max-width: 540px; margin: 1.6rem auto .6rem; }
.gate-form input {
  flex: 1 1 240px; padding: .9em 1.1em; border-radius: var(--radius); border: 1px solid var(--line-dark);
  background: rgba(245,234,199,.06); color: var(--hueso); font-family: var(--font-body); font-size: 1rem;
}
.gate-form input::placeholder { color: rgba(245,234,199,.5); }
/* Helle Newsletter-Variante (auf Beige-Hintergrund) */
.gate-form-light input { background: #fff; color: var(--ink); border-color: var(--line); }
.gate-form-light input::placeholder { color: var(--muted); }
.fineprint { font-size: .82rem; color: var(--muted); }
.dark .fineprint { color: rgba(245,234,199,.6); }

.protected { display: none; }
body.unlocked .protected { display: block; }
body.unlocked .gated-teaser { display: none; }

/* Download hub */
.dl-item { border: 1px solid var(--line-dark); border-radius: var(--radius-lg); padding: 1.4rem 1.5rem; background: var(--noche-2); }
.dl-item h3 { margin-bottom: .4rem; display: flex; align-items: center; gap: .5rem; color: var(--hueso); }
.dl-item p { color: var(--hueso-d); font-size: .95rem; margin: 0; }
.dl-item .dl-link { display: inline-flex; align-items: center; gap: .4rem; margin-top: 1rem; font-family: var(--font-display); text-transform: uppercase; letter-spacing: .08em; font-size: .8rem; color: var(--maiz); text-decoration: none; font-weight: 500; }
.dl-item .dl-link:hover { gap: .7rem; }

/* Team member */
.member { display: grid; grid-template-columns: 230px 1fr; gap: 1.8rem; align-items: start; background: var(--hueso-2); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 1.7rem; box-shadow: var(--shadow-soft); }
.member img { border-radius: var(--radius-lg); aspect-ratio: 3/4; object-fit: cover; width: 100%; }
@media (max-width: 620px) { .member { grid-template-columns: 1fr; } .member img { aspect-ratio: 16/10; } }
.member .role { font-family: var(--font-display); text-transform: uppercase; letter-spacing: .1em; font-size: .76rem; color: var(--bordeaux); font-weight: 600; display: block; margin-bottom: .8rem; }

/* Map */
#map { height: 460px; border-radius: var(--radius-lg); border: 1px solid var(--line-dark); z-index: 1; overflow: hidden; max-width: 100%; }
.leaflet-container { max-width: 100%; }

/* Two-col feature */
.feature { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.feature img { border-radius: var(--radius-lg); aspect-ratio: 4/3; object-fit: cover; width: 100%; box-shadow: var(--shadow); }
.feature.reverse > :first-child { order: 2; }
@media (max-width: 820px) { .feature { grid-template-columns: 1fr; } .feature.reverse > :first-child { order: 0; } }

/* Illustrative-Bild-Rahmen (Eyecatcher mit goldenem Akzent) */
.ill-frame { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); }
.ill-frame img { width: 100%; display: block; }
.ill-frame .ill-cap {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 1.3rem 1.4rem .9rem;
  background: linear-gradient(180deg, transparent, rgba(20,17,11,.85));
  color: var(--hueso); font-family: var(--font-display); text-transform: uppercase; letter-spacing: .14em; font-size: .78rem;
}
.ill-frame .ill-cap b { color: var(--maiz); font-weight: 600; }

/* Illustrative Galerie (Brandbook "Illustrative Bildwelt" S.11) */
.ill-gallery { display: grid; gap: 1.2rem; grid-template-columns: repeat(4, 1fr); }
@media (max-width: 900px) { .ill-gallery { grid-template-columns: repeat(2,1fr);} }
@media (max-width: 520px) { .ill-gallery { grid-template-columns: 1fr; } }
.ill-card { position: relative; border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 3/4; background: var(--noche-2); box-shadow: var(--shadow-soft); transition: transform .25s ease; }
.ill-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.ill-card:hover { transform: translateY(-4px); }
.ill-card:hover img { transform: scale(1.06); }
.ill-card .label {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 1.6rem 1rem .8rem;
  background: linear-gradient(180deg, transparent, rgba(20,17,11,.88));
  color: var(--maiz); font-family: var(--font-display); text-transform: uppercase; letter-spacing: .14em; font-size: .76rem; font-weight: 600; text-align: center;
}

/* Location-Galerie "So sieht ein Joe Peña's aus" (Esslingen) — Bento-Layout */
.loc-gallery { display: grid; gap: 1rem; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 200px; }
.loc-item { position: relative; overflow: hidden; border-radius: var(--radius-lg); background: var(--noche-2); box-shadow: var(--shadow-soft); }
.loc-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.loc-item:hover img { transform: scale(1.05); }
.loc-item .loc-cap {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 1.5rem 1.1rem .85rem;
  background: linear-gradient(180deg, transparent, rgba(20,17,11,.82));
  color: var(--hueso); font-family: var(--font-display); text-transform: uppercase; letter-spacing: .12em; font-size: .76rem;
  opacity: 0; transform: translateY(8px); transition: .3s ease;
}
.loc-item:hover .loc-cap { opacity: 1; transform: none; }
.loc-item .loc-cap b { color: var(--maiz); font-weight: 600; }
/* Bento-Spans */
.loc-item.span-2col { grid-column: span 2; }
.loc-item.span-2row { grid-row: span 2; }
.loc-item.span-2x2 { grid-column: span 2; grid-row: span 2; }
@media (max-width: 900px) {
  .loc-gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; }
  .loc-item.span-2col, .loc-item.span-2x2 { grid-column: span 2; }
  .loc-item.span-2row, .loc-item.span-2x2 { grid-row: span 2; }
}
@media (max-width: 540px) {
  .loc-gallery { grid-template-columns: 1fr; grid-auto-rows: 220px; }
  .loc-item.span-2col, .loc-item.span-2row, .loc-item.span-2x2 { grid-column: auto; grid-row: auto; }
  .loc-item .loc-cap { opacity: 1; transform: none; }
}

/* Banner-Streifen mit Illustration als Vollbild-Hintergrund */
.ill-banner { position: relative; overflow: hidden; background: var(--noche) center/cover; color: var(--hueso); text-align: center; }
/* Kräftigerer Scrim + zentrale Abdunklung — Text immer gut lesbar über dem Bild */
.ill-banner::before {
  content:""; position:absolute; inset:0;
  background:
    radial-gradient(ellipse 75% 65% at 50% 50%, rgba(20,17,11,.55), rgba(20,17,11,.74) 100%),
    linear-gradient(180deg, rgba(20,17,11,.5), rgba(20,17,11,.72));
}
.ill-banner > * { position: relative; z-index: 1; }
.ill-banner .pullquote, .ill-banner .kicker { text-shadow: 0 2px 18px rgba(0,0,0,.6); }

/* Formular (Kontakt/Bewerbung) */
.form-grid { display: grid; gap: 1rem; }
.form-grid label { display: block; font-family: var(--font-display); text-transform: uppercase; letter-spacing: .07em; font-size: .78rem; font-weight: 500; color: var(--muted); }
.form-grid input, .form-grid textarea, .form-grid select {
  width: 100%; margin-top: .35rem; padding: .85em 1em; border-radius: var(--radius);
  border: 1px solid var(--line); background: #fff; color: var(--ink); font-family: var(--font-body); font-size: 1rem;
}
.form-grid input:focus, .form-grid textarea:focus { border-color: var(--maiz); outline: none; box-shadow: 0 0 0 3px rgba(233,177,39,.22); }
.form-check { font-family: var(--font-body); text-transform: none; letter-spacing: 0; font-size: .9rem; display: flex; gap: .6rem; align-items: flex-start; color: var(--muted); }
.form-check input { width: auto; margin-top: .25rem; }
.contact-list { list-style: none; padding: 0; margin: 0; display: grid; gap: .9rem; }
.contact-list li { display: flex; gap: .8rem; align-items: center; font-size: 1.05rem; }
.contact-list .ci { width: 42px; height: 42px; flex: none; display: grid; place-items: center; border-radius: 50%; background: var(--noche); color: var(--maiz); font-size: 1.1rem; }
.contact-list a { color: var(--ink); text-decoration: none; }
.contact-list a:hover { color: var(--bordeaux); }

/* Checklist (Voraussetzungen) */
.checklist { list-style: none; margin: 0; padding: 0; display: grid; gap: 1rem; }
.checklist li { display: grid; grid-template-columns: 30px 1fr; gap: .9rem; align-items: start; }
.checklist li::before {
  content: "✓"; width: 30px; height: 30px; display: grid; place-items: center;
  background: var(--maiz); color: var(--noche); border-radius: 50%; font-family: var(--font-display); font-weight: 700; font-size: .95rem; margin-top: .1rem;
}
.dark .checklist li::before { background: var(--maiz); color: var(--noche); }
.checklist li strong { display: block; color: var(--noche); margin-bottom: .15rem; }
.dark .checklist li strong { color: var(--hueso); }
.checklist li span { color: var(--muted); font-size: .98rem; }
.dark .checklist li span { color: var(--hueso-d); }

/* Decorative stars divider (Brandbook grafisches Element) */
.stars-divider { display: flex; align-items: center; justify-content: center; gap: 1rem; color: var(--maiz); margin: 0 auto; max-width: 640px; }
.stars-divider::before, .stars-divider::after { content:""; height: 1px; flex: 1; background: linear-gradient(90deg, transparent, var(--maiz)); }
.stars-divider span { font-family: var(--font-display); text-transform: uppercase; letter-spacing: .26em; font-size: .82rem; white-space: nowrap; }

/* ---------- Footer ---------- */
.site-footer { background: var(--noche); color: var(--hueso-d); padding: clamp(3rem,6vw,4.5rem) 0 1.6rem; }
.footer-grid { display: grid; gap: 2.2rem; grid-template-columns: 1.5fr repeat(3, 1fr); margin-bottom: 2.6rem; }
@media (max-width: 820px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-grid h4 { font-family: var(--font-display); text-transform: uppercase; letter-spacing: .16em; font-size: .82rem; color: var(--maiz); margin-bottom: 1rem; }
.footer-grid ul { list-style: none; margin: 0; padding: 0; }
.footer-grid li { margin-bottom: .55rem; }
.footer-grid a { text-decoration: none; color: var(--hueso-d); }
.footer-grid a:hover { color: var(--maiz); }
.footer-brand img { height: 56px; margin-bottom: 1.1rem; }
.footer-bottom { border-top: 1px solid var(--line-dark); padding-top: 1.5rem; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; font-size: .85rem; }
.footer-bottom a { color: var(--hueso-d); text-decoration: none; }
.footer-bottom a:hover { color: var(--maiz); }
.social { display: flex; gap: .8rem; }
.social a { width: 40px; height: 40px; border: 1px solid var(--line-dark); border-radius: 50%; display: grid; place-items: center; color: var(--hueso); transition: .2s; }
.social a:hover { background: var(--maiz); border-color: var(--maiz); color: var(--noche); }

/* WhatsApp float */
.wa-float {
  position: fixed; right: 18px; bottom: 18px; z-index: 60;
  width: 58px; height: 58px; border-radius: 50%; background: #25D366; color: #fff;
  display: grid; place-items: center; box-shadow: 0 8px 24px rgba(0,0,0,.28); text-decoration: none; transition: .2s;
}
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 30px; height: 30px; }

/* Sticky mobile CTA — erscheint erst beim Scrollen (per .show via JS) */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 55; display: none;
  background: var(--noche-2); border-top: 1px solid var(--line-dark); padding: .7rem 4vw;
  text-align: center;
  transform: translateY(110%); transition: transform .32s ease;
  padding-bottom: calc(.7rem + env(safe-area-inset-bottom, 0px));
}
.sticky-cta .btn { width: 100%; justify-content: center; }
@media (max-width: 760px) {
  .sticky-cta { display: block; }      /* sichtbar erst, wenn .show gesetzt ist */
  .sticky-cta.show { transform: translateY(0); }
  .wa-float { bottom: 78px; transition: bottom .32s ease; }
}

/* Cookie banner */
.cookie {
  position: fixed; left: 50%; bottom: 16px; transform: translateX(-50%); z-index: 70;
  width: min(680px, 92vw); background: var(--noche); color: var(--hueso);
  border: 1px solid var(--line-dark); border-radius: var(--radius-lg); padding: 1.3rem 1.5rem;
  box-shadow: var(--shadow); display: none;
}
.cookie.show { display: block; }
.cookie p { font-size: .9rem; margin: 0 0 1rem; color: var(--hueso-d); }
.cookie .btn-row { gap: .6rem; }
.cookie .btn { padding: .6em 1.2em; font-size: .82rem; }

/* Toast */
.toast {
  position: fixed; left: 50%; top: 80px; transform: translateX(-50%) translateY(-20px);
  background: var(--verde); color: #fff; padding: .95rem 1.5rem; border-radius: var(--radius);
  font-family: var(--font-display); letter-spacing: .03em; z-index: 80; opacity: 0; pointer-events: none;
  transition: .3s ease; box-shadow: var(--shadow);
}
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* Utility */
.muted { color: var(--muted); }
.dark .muted { color: rgba(245,234,199,.6); }
.mt-1 { margin-top: 1rem; } .mt-2 { margin-top: 2rem; } .mt-3 { margin-top: 3rem; }
.maxw-70 { max-width: 70ch; } .maxw-80 { max-width: 80ch; }

/* Reveal-on-scroll */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* =========================================================================
   Mobile-Feinschliff — Lesbarkeit, Tap-Targets, kein Überlauf
   ========================================================================= */
@media (max-width: 760px) {
  /* Buttons: lange Labels sauber umbrechen statt überlaufen */
  .btn { white-space: normal; text-align: center; max-width: 100%; }
  .btn-row, .hero .btn-row, .hero.has-video .btn-row { gap: .7rem; flex-direction: column; align-items: center; }
  .btn-row .btn { width: 100%; max-width: 420px; justify-content: center; }
  /* Hero-Texte sicher im Rahmen */
  .hero .lead, .hero.has-video .lead { max-width: 100%; }
  .hero .badge-line, .hero.has-video .badge-line { white-space: normal; max-width: 100%; }

  /* Sektions-Padding & Wrap etwas kompakter */
  section { padding: clamp(2.6rem, 9vw, 3.6rem) 0; }
  .wrap, .wrap-narrow { width: min(100%, 92vw); }

  /* Feature/Galerie: einspaltig, ruhiger */
  .feature { gap: 1.6rem; }
  .member { padding: 1.2rem; }

  /* Tabellen-/Listenartige Inhalte nicht überlaufen lassen */
  .contact-list li { font-size: .98rem; }

  /* Bildwelt-Banner kompakter */
  .ill-banner .pullquote { font-size: clamp(1.25rem, 6vw, 1.7rem); }

  /* WhatsApp-Float etwas kleiner */
  .wa-float { width: 52px; height: 52px; }
  .wa-float svg { width: 26px; height: 26px; }
}

@media (max-width: 480px) {
  h1 { font-size: clamp(1.9rem, 8vw, 2.4rem); }
  h2 { font-size: clamp(1.5rem, 6.5vw, 2rem); }
  .lead { font-size: 1.02rem; }
  .stars-divider span { font-size: .72rem; letter-spacing: .16em; }
  /* Cookie-Banner näher am Rand, volle nutzbare Breite */
  .cookie { width: 94vw; left: 50%; bottom: 10px; padding: 1.1rem 1.2rem; }
  .cookie .btn-row { flex-direction: column; }
}

/* Tap-Targets: alle Buttons/Links im Menü & CTAs mind. 44px hoch (a11y) */
@media (max-width: 1080px) {
  .nav-links a { min-height: 44px; display: flex; align-items: center; }
}
