/* ==========================================================================
   Steuer Deine Zukunft – Recruiting Funnel v3
   Stilreferenz: karriere.dr-schauer.de (premium-zurückhaltend, echte Fotos,
   Statistik-Anker, ruhige Sans-Serif) + dataannotation.tech (klares Wahl-Gate
   als Funnel-Eintritt, 3-Schritte-Flow).

   Tonalität: ruhig, erwachsen, vertrauensvoll. Nicht „Bold Marketing".
   ========================================================================== */

/* ---------- Tokens ---------- */
:root {
  /* Brand der Dr. Schauer Gruppe (Klammer für Eintrittsseiten) */
  --brand: #AE0F0A;        /* etabliertes Dr. Schauer-Rot */
  --brand-deep: #7A0A07;
  --brand-soft: #F8E5E3;

  /* Standort-Farben (aus Screenshots der jeweiligen Sites abgeleitet)

     Murnau (Dr. Schauer)        – Dunkelrot Q1 der Schauer-Brand-Familie
     Garmisch (Margraf)          – Orange-Rot Q2 derselben Brand-Familie
     München · Landshuter (DRS)  – Royal/Navy-Blau, Logo-Quadrat-Hauptfarbe, premium
     München · Hackerbrücke (ARS) – Bogen-/Petrol-Blau, frischer und etwas heller
  */
  --color-murnau: #B41E22;
  --color-murnau-deep: #831317;
  --color-murnau-soft: #FBE5E6;

  --color-garmisch: #C9461E;
  --color-garmisch-deep: #952F12;
  --color-garmisch-soft: #FBE9E2;

  --color-muenchen-landshuter: #0E5BA8;
  --color-muenchen-landshuter-deep: #08407A;
  --color-muenchen-landshuter-soft: #E1ECF7;

  --color-muenchen-hackerbruecke: #3A87BA;
  --color-muenchen-hackerbruecke-deep: #205F8C;
  --color-muenchen-hackerbruecke-soft: #E7F0F8;

  /* Neutrale Skala */
  --ink: #0F1115;          /* fast-schwarz, nicht reines Schwarz */
  --ink-2: #2A2D33;
  --text: #3A3D44;         /* Body-Text */
  --text-muted: #6B6F78;
  --line: #E5E2DC;
  --line-soft: #EFECE6;
  --paper: #FBF8F2;        /* warmes Pergament-Off-White */
  --paper-card: #FFFFFF;
  --paper-soft: #F4F1EA;

  /* Layout */
  --container: 1200px;
  --radius-card: 16px;
  --radius-btn: 10px;
  --radius-pill: 999px;

  /* Type */
  --font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;

  /* Motion */
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --t1: 0.22s var(--ease);
  --t2: 0.4s var(--ease);

  /* Schatten */
  --shadow-sm: 0 1px 2px rgba(15, 17, 21, 0.06), 0 1px 1px rgba(15, 17, 21, 0.04);
  --shadow-md: 0 4px 14px rgba(15, 17, 21, 0.08), 0 2px 4px rgba(15, 17, 21, 0.04);
  --shadow-lg: 0 18px 40px rgba(15, 17, 21, 0.10), 0 4px 12px rgba(15, 17, 21, 0.06);
}

/* ---------- Standort-Theming ----------
   Auf den Standort-Seiten setzen wir das Brand auf die Standort-Farbe.
   So werden alle Buttons, Akzente, Eyebrows automatisch standort-thematisch. */
[data-standort="murnau"] {
  --brand: var(--color-murnau);
  --brand-deep: var(--color-murnau-deep);
  --brand-soft: var(--color-murnau-soft);
}
[data-standort="garmisch"] {
  --brand: var(--color-garmisch);
  --brand-deep: var(--color-garmisch-deep);
  --brand-soft: var(--color-garmisch-soft);
}
[data-standort="muenchen-landshuter"] {
  --brand: var(--color-muenchen-landshuter);
  --brand-deep: var(--color-muenchen-landshuter-deep);
  --brand-soft: var(--color-muenchen-landshuter-soft);
}
[data-standort="muenchen-hackerbruecke"] {
  --brand: var(--color-muenchen-hackerbruecke);
  --brand-deep: var(--color-muenchen-hackerbruecke-deep);
  --brand-soft: var(--color-muenchen-hackerbruecke-soft);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; background: none; border: 0; }

/* ---------- Type-Scale (zurückhaltend) ---------- */
h1, h2, h3, h4 {
  font-family: var(--font-sans);
  font-weight: 600;
  letter-spacing: -0.018em;
  color: var(--ink);
  margin: 0;
  line-height: 1.18;
}
.h1 { font-size: clamp(1.9rem, 4.4vw, 2.9rem); font-weight: 600; letter-spacing: -0.02em; line-height: 1.12; }
.h2 { font-size: clamp(1.55rem, 3.4vw, 2.2rem); font-weight: 600; letter-spacing: -0.018em; }
.h3 { font-size: 1.2rem; font-weight: 600; }
.h4 { font-size: 1.05rem; font-weight: 600; }
p { margin: 0 0 1em; }
.lead { font-size: 1.06rem; color: var(--text); line-height: 1.6; }
.eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 14px;
}
.eyebrow--muted { color: var(--text-muted); }

/* ---------- Layout ---------- */
.wrap {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 22px;
}
@media (min-width: 768px) { .wrap { padding: 0 36px; } }

.section { padding: 64px 0; }
@media (min-width: 768px) { .section { padding: 96px 0; } }
.section--tight { padding: 40px 0; }

.bg-paper { background: var(--paper); }
.bg-card { background: var(--paper-card); }
.bg-soft { background: var(--paper-soft); }

/* ---------- Topbar (Funnel-Style: minimal, kein Logo) ---------- */
.topbar {
  position: sticky; top: 0; z-index: 30;
  background: rgba(251, 248, 242, 0.94);
  backdrop-filter: saturate(180%) blur(10px);
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.topbar__inner {
  display: flex; align-items: center;
  min-height: 52px;
  padding: 10px 22px;
  max-width: 720px; margin: 0 auto;
  gap: 14px;
}
.topbar__back {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-muted);
  text-decoration: none;
}
.topbar__back:hover { color: var(--brand); }
.topbar__back--icon {
  width: 18px; height: 18px;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 16px;
}
.topbar__step {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
  background: var(--paper-card);
  border: 1px solid var(--line);
  padding: 5px 11px;
  border-radius: var(--radius-pill);
  margin-left: auto;
  white-space: nowrap;
}
.topbar__step .dot {
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--brand);
}
/* Progress-Bar als Streifen direkt unter Topbar */
.topbar__progress {
  position: relative;
  height: 3px;
  background: var(--line);
}
.topbar__progress::after {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: var(--progress, 20%);
  background: var(--brand);
  transition: width var(--t2);
}

/* ---------- Funnel-Wrapper (zentrierter schlanker Container) ---------- */
.funnel {
  max-width: 720px;
  margin: 0 auto;
  padding: 32px 22px 64px;
}
@media (min-width: 768px) { .funnel { padding: 56px 22px 80px; } }
.funnel__head { margin-bottom: 32px; }
.funnel__crumb {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 12px;
}
.funnel__title {
  font-size: clamp(1.7rem, 4.5vw, 2.4rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin: 0 0 12px;
  color: var(--ink);
}
.funnel__lead {
  font-size: 1.02rem;
  line-height: 1.55;
  color: var(--text);
  margin: 0;
  max-width: 56ch;
}
.funnel__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
.funnel__meta-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--paper-card);
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 500;
  color: var(--text);
}
.funnel__meta-pill strong { color: var(--ink); font-weight: 600; }

.funnel__section { margin-top: 40px; }
.funnel__section-lbl {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

/* Manifest-Block – kurze Brand-Aussage zwischen Sektionen */
.manifest {
  margin-top: 32px;
  padding: 24px 24px;
  background: var(--brand-soft);
  border-left: 3px solid var(--brand);
  border-radius: 0 12px 12px 0;
}
.manifest__tagline {
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: var(--brand);
  margin: 0 0 8px;
  line-height: 1.3;
}
.manifest__text {
  font-size: 0.96rem;
  color: var(--ink);
  margin: 0;
  line-height: 1.55;
}

/* ============================================================
   EDITORIAL HERO – Edge-to-Edge mit Foto-Overlay-Typo
   Die mutige Eintrittskarte. Vollbild, hochkant, dunkel.
   ============================================================ */
.ed-hero {
  position: relative;
  width: 100%;
  min-height: 100svh;
  overflow: hidden;
  color: #fff;
  display: flex;
  flex-direction: column;
  isolation: isolate;
}
@supports not (height: 100svh) { .ed-hero { min-height: 100vh; } }

.ed-hero__bg {
  position: absolute; inset: 0;
  z-index: -2;
}
.ed-hero__bg img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.ed-hero__bg::after {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.30) 30%, rgba(0,0,0,0.55) 65%, rgba(0,0,0,0.85) 100%);
  z-index: 1;
}

.ed-hero__nav {
  position: relative;
  z-index: 2;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: rgba(255,255,255,0.85);
  font-size: 13px;
}
.ed-hero__nav a { color: rgba(255,255,255,0.85); text-decoration: none; }
.ed-hero__nav a:hover { color: #fff; }
.ed-hero__pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  border: 1px solid rgba(255,255,255,0.15);
}
.ed-hero__pill .dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 8px rgba(180,30,34,0.6);
  animation: pulse 2.4s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(0.85); }
}

.ed-hero__inner {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px 22px 24px;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 768px) { .ed-hero__inner { padding: 60px 36px 36px; } }

.ed-hero__crumb {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.75);
  margin-bottom: 18px;
}
.ed-hero__title {
  font-family: "Fraunces", "DM Serif Display", Georgia, serif;
  font-weight: 600;
  font-size: clamp(2.6rem, 11vw, 6rem);
  line-height: 0.95;
  letter-spacing: -0.035em;
  color: #fff;
  margin: 0 0 22px;
  max-width: 14ch;
}
.ed-hero__title em {
  font-style: italic;
  font-weight: 400;
  color: #fff;
  opacity: 0.92;
}
.ed-hero__sub {
  font-family: var(--font-sans);
  font-size: clamp(1.05rem, 2.5vw, 1.35rem);
  font-weight: 400;
  line-height: 1.45;
  color: rgba(255,255,255,0.85);
  margin: 0 0 36px;
  max-width: 52ch;
}
.ed-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: var(--ink);
  font-size: 15px;
  font-weight: 600;
  padding: 18px 28px;
  border-radius: 999px;
  text-decoration: none;
  transition: transform var(--t1), box-shadow var(--t1), background var(--t1);
  box-shadow: 0 12px 30px rgba(0,0,0,0.25);
  align-self: flex-start;
}
.ed-hero__cta:hover {
  transform: translateY(-2px);
  background: var(--brand);
  color: #fff;
}
.ed-hero__cta-arr {
  display: inline-block;
  transition: transform var(--t1);
}
.ed-hero__cta:hover .ed-hero__cta-arr { transform: translateX(4px); }

/* Hero-Stat-Strip unten (Brand-Zahlen) */
.ed-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  border-top: 1px solid rgba(255,255,255,0.15);
  padding-top: 24px;
  margin-top: 36px;
}
@media (min-width: 600px) {
  .ed-hero__stats { grid-template-columns: repeat(4, 1fr); gap: 24px; }
}
.ed-hero__stat .num {
  display: block;
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  font-size: clamp(1.6rem, 4.5vw, 2.4rem);
  letter-spacing: -0.02em;
  line-height: 1;
  color: #fff;
}
.ed-hero__stat .lbl {
  display: block;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
  margin-top: 6px;
}
.ed-hero__stat:nth-child(4) { display: none; }
@media (min-width: 600px) {
  .ed-hero__stat:nth-child(4) { display: block; }
}

/* Scroll-Hint unten */
.ed-hero__scroll {
  position: absolute;
  left: 50%; bottom: 22px;
  transform: translateX(-50%);
  z-index: 2;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  text-align: center;
}
.ed-hero__scroll::after {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  background: rgba(255,255,255,0.4);
  margin: 8px auto 0;
  animation: scroll-line 2s ease-in-out infinite;
}
@keyframes scroll-line {
  0%, 100% { transform: scaleY(0.3); transform-origin: top; }
  50% { transform: scaleY(1); transform-origin: top; }
}

/* ============================================================
   BENTO – Asymmetrisches Grid für Benefits/Inhalte
   ============================================================ */
.bento {
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 22px;
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
}
@media (min-width: 600px) {
  .bento {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    padding: 80px 22px;
  }
}
@media (min-width: 900px) {
  .bento {
    grid-template-columns: repeat(3, 1fr);
    padding: 100px 36px;
  }
}

.bento__head {
  grid-column: 1 / -1;
  max-width: 720px;
  margin-bottom: 24px;
}
.bento__eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 14px;
}
.bento__title {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  font-size: clamp(2rem, 5.5vw, 3.4rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--ink);
  margin: 0 0 14px;
}
.bento__title em { font-style: italic; font-weight: 400; color: var(--brand); }
.bento__intro {
  font-size: 1.05rem;
  line-height: 1.5;
  color: var(--text);
  margin: 0;
  max-width: 56ch;
}

/* Bento-Card Basics */
.bento-card {
  position: relative;
  background: var(--paper-card);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  transition: transform var(--t1), box-shadow var(--t1), border-color var(--t1);
  overflow: hidden;
  isolation: isolate;
  min-height: 200px;
}
.bento-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.08);
  border-color: rgba(0,0,0,0.12);
}
.bento-card__ico {
  width: 44px; height: 44px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 14px;
  color: var(--brand);
}
.bento-card__ico svg { width: 32px; height: 32px; stroke-width: 1.6; }
.bento-card__title {
  font-family: var(--font-sans);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.012em;
  color: var(--ink);
  margin: 0 0 8px;
  line-height: 1.25;
}
.bento-card__text {
  font-size: 0.93rem;
  line-height: 1.5;
  color: var(--text);
  margin: 0;
}

/* Spannweiten */
.bento-card--span-2 { grid-column: span 1; }
@media (min-width: 600px) { .bento-card--span-2 { grid-column: span 2; } }

/* Stat-Card: große Zahl */
.bento-card--stat {
  background: var(--brand);
  color: #fff;
  border-color: transparent;
}
.bento-card--stat:hover { box-shadow: 0 20px 50px rgba(180,30,34,0.30); }
.bento-card--stat .num {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  font-size: clamp(3.2rem, 9vw, 5rem);
  line-height: 0.92;
  letter-spacing: -0.04em;
  color: #fff;
  margin: 0 0 10px;
}
.bento-card--stat .lbl {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255,255,255,0.88);
  line-height: 1.35;
  margin: auto 0 0;
}

/* Dark-Card */
.bento-card--dark {
  background: var(--ink);
  color: #fff;
  border-color: transparent;
}
.bento-card--dark .bento-card__title { color: #fff; }
.bento-card--dark .bento-card__text { color: rgba(255,255,255,0.78); }
.bento-card--dark .bento-card__ico { color: #fff; }

/* Photo-Card mit Hintergrundbild */
.bento-card--photo {
  color: #fff;
  border-color: transparent;
  min-height: 280px;
  justify-content: flex-end;
  background-size: cover;
  background-position: center;
}
.bento-card--photo::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.75) 100%);
  z-index: -1;
}
.bento-card--photo .bento-card__title { color: #fff; font-size: 1.4rem; }
.bento-card--photo .bento-card__text { color: rgba(255,255,255,0.92); }

/* Quote-Card */
.bento-card--quote {
  background: var(--paper);
  border-color: var(--line);
}
.bento-card--quote::before {
  content: "“";
  position: absolute;
  top: 6px; left: 18px;
  font-family: "Fraunces", Georgia, serif;
  font-size: 100px;
  line-height: 1;
  color: var(--brand);
  opacity: 0.2;
}
.bento-card__quote-text {
  font-family: "Fraunces", Georgia, serif;
  font-style: italic;
  font-size: 1.15rem;
  line-height: 1.4;
  color: var(--ink);
  margin: 16px 0 22px;
}
.bento-card__quote-author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: 13px;
}
.bento-card__quote-avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--paper-soft) center/cover no-repeat;
  flex-shrink: 0;
  border: 1px solid var(--line);
}
.bento-card__quote-name { font-weight: 600; color: var(--ink); }
.bento-card__quote-role { color: var(--text-muted); font-size: 12px; margin-top: 1px; }

/* ============================================================
   MOOD-STRIP – Vollbild-Foto mit Quote/Statement
   ============================================================ */
.mood {
  position: relative;
  width: 100%;
  min-height: 480px;
  overflow: hidden;
  color: #fff;
  display: flex;
  align-items: center;
  isolation: isolate;
}
@media (min-width: 768px) { .mood { min-height: 560px; } }
.mood__bg { position: absolute; inset: 0; z-index: -2; }
.mood__bg img { width: 100%; height: 100%; object-fit: cover; }
.mood__bg::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.30) 100%);
  z-index: 1;
}
.mood__inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 22px;
  width: 100%;
}
@media (min-width: 768px) { .mood__inner { padding: 100px 36px; } }
.mood__eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.75);
  margin-bottom: 18px;
}
.mood__statement {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  font-size: clamp(1.9rem, 5.5vw, 3.6rem);
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: #fff;
  margin: 0 0 24px;
  max-width: 22ch;
}
.mood__statement em { font-style: italic; opacity: 0.85; font-weight: 400; }
.mood__text {
  font-size: 1.05rem;
  line-height: 1.5;
  color: rgba(255,255,255,0.82);
  margin: 0;
  max-width: 56ch;
}

/* ============================================================
   BIG-TAP-TILES – Standort-/Stellen-Auswahl als große Foto-Tiles
   ============================================================ */
.tiles {
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 22px;
}
@media (min-width: 768px) { .tiles { padding: 100px 36px; } }
.tiles__head {
  margin-bottom: 32px;
  max-width: 720px;
}
.tiles__title {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  font-size: clamp(2rem, 5.5vw, 3.4rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--ink);
  margin: 0 0 12px;
}
.tiles__title em { font-style: italic; color: var(--brand); }
.tiles__intro { font-size: 1.05rem; color: var(--text); margin: 0; }

.tiles__grid {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
}
@media (min-width: 600px) { .tiles__grid { grid-template-columns: 1fr 1fr; gap: 16px; } }

.tile {
  position: relative;
  display: block;
  min-height: 240px;
  border-radius: 18px;
  overflow: hidden;
  background: var(--paper-soft);
  text-decoration: none;
  color: #fff;
  transition: transform var(--t1), box-shadow var(--t1);
  isolation: isolate;
}
@media (min-width: 768px) { .tile { min-height: 300px; } }
.tile:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.18);
}
.tile__bg {
  position: absolute; inset: 0; z-index: -2;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s var(--ease);
}
.tile:hover .tile__bg { transform: scale(1.04); }
.tile__bg::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.10) 0%, rgba(0,0,0,0.75) 100%);
  z-index: 1;
}
/* Theme-Tint overlay als Akzent-Streifen */
.tile__theme {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 6px;
  background: var(--tile-theme, var(--brand));
  z-index: 2;
}

.tile__inner {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 26px 24px;
}
.tile__crumb {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.75);
  margin-bottom: 8px;
}
.tile__name {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: #fff;
  margin: 0 0 16px;
}
.tile__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}
.tile__cta::after {
  content: "→";
  transition: transform var(--t1);
}
.tile:hover .tile__cta::after { transform: translateX(4px); }

/* Standort-Tile-Theme-Farben */
.tile--murnau                 { --tile-theme: var(--color-murnau); }
.tile--garmisch               { --tile-theme: var(--color-garmisch); }
.tile--muenchen-landshuter    { --tile-theme: var(--color-muenchen-landshuter); }
.tile--muenchen-hackerbruecke { --tile-theme: var(--color-muenchen-hackerbruecke); }

/* ============================================================
   HERO-BANNER (großes Foto am Anfang einer Seite, full-bleed)
   ============================================================ */
.hero-banner {
  width: 100%;
  height: 220px;
  overflow: hidden;
  background: var(--paper-soft) center/cover no-repeat;
  position: relative;
}
@media (min-width: 600px) { .hero-banner { height: 280px; } }
@media (min-width: 900px) { .hero-banner { height: 340px; } }
.hero-banner img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.hero-banner::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 60%;
  background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.55) 100%);
}
.hero-banner__caption {
  position: absolute;
  left: 22px; bottom: 18px;
  z-index: 1;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 2px rgba(0,0,0,0.4);
}
@media (min-width: 600px) {
  .hero-banner__caption { left: 36px; bottom: 24px; font-size: 14px; }
}

/* Sticky Mobile CTA-Bar (für Stellen-Detail-Seiten) */
.sticky-cta {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 50;
  background: var(--paper);
  border-top: 1px solid var(--line);
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  box-shadow: 0 -4px 20px rgba(0,0,0,0.08);
  display: block;
}
@media (min-width: 900px) {
  .sticky-cta { display: none; }
}
.sticky-cta .btn--apply { width: 100%; margin: 0; padding: 16px 24px; }
/* Hauptcontainer-Padding-Bottom anpassen, damit Sticky-CTA nichts überdeckt */
@media (max-width: 899px) {
  body.has-sticky-cta { padding-bottom: 88px; }
}

/* ============================================================
   STELLEN-DETAIL-SEITE (Schritt 3/6)
   Hero mit "Wir suchen:" + Benefits-Liste + Aufgaben + Anforderungen
   Stilreferenz: bestehender Murnau-/Garmisch-Funnel
   ============================================================ */

/* Role-Hero: kompakter Hero für die Stellen-Detail-Seite */
.role-hero {
  padding: 24px 0 0;
}
@media (min-width: 768px) { .role-hero { padding: 32px 0 0; } }
.role-hero__crumb {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--brand);
  margin-bottom: 10px;
}
.role-hero__title {
  font-size: clamp(1.9rem, 5vw, 2.6rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin: 0 0 14px;
}
.role-hero__title em { font-style: normal; color: var(--brand); }
.role-hero__sub {
  font-size: 1.05rem;
  line-height: 1.45;
  color: var(--brand);
  font-weight: 600;
  margin: 0 0 20px;
  letter-spacing: -0.01em;
}
.role-hero__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 22px;
}
.role-hero__pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--paper-card);
  border: 1px solid var(--line);
  padding: 8px 14px;
  border-radius: var(--radius-pill);
  font-size: 13px;
  font-weight: 500;
  color: var(--ink);
}
.role-hero__photo {
  margin: 28px 0 0;
  border-radius: var(--radius-card);
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: var(--paper-soft) center/cover no-repeat;
  position: relative;
}
.role-hero__photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.role-hero__pitch {
  margin: 28px 0 0;
  font-size: 0.98rem;
  line-height: 1.6;
  color: var(--text);
}
.role-hero__pitch strong { color: var(--brand); font-weight: 600; }

/* Bewerben-CTA mit Zeit-Promise (1min) */
.btn--apply {
  width: 100%;
  background: var(--brand);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 18px 26px;
  border-radius: 12px;
  border: 0;
  transition: background var(--t1), transform var(--t1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  cursor: pointer;
}
.btn--apply:hover { background: var(--brand-deep); transform: translateY(-1px); }
.btn--apply:active { transform: scale(0.98); }
.btn--apply__time {
  font-weight: 400;
  opacity: 0.85;
  font-size: 14px;
}

/* Benefit-Liste vertikal (Icon links, Text rechts) — wie im Screenshot */
.benefit-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  gap: 22px;
}
.benefit-list__item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}
.benefit-list__ico {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  color: var(--brand);
  display: flex;
  align-items: center;
  justify-content: center;
}
.benefit-list__ico svg { width: 28px; height: 28px; stroke-width: 1.8; }
.benefit-list__text {
  font-size: 0.97rem;
  line-height: 1.5;
  color: var(--ink);
  font-weight: 500;
  padding-top: 4px;
}

/* Aufgaben-Tiles (Icon zentriert, vertikal gestapelt) */
.tasks {
  display: grid;
  gap: 36px;
  margin: 28px 0 0;
  text-align: center;
}
.task-item__ico {
  width: 42px;
  height: 42px;
  margin: 0 auto 14px;
  color: var(--brand);
  display: flex;
  align-items: center;
  justify-content: center;
}
.task-item__ico svg { width: 36px; height: 36px; stroke-width: 1.6; }
.task-item__text {
  font-size: 0.97rem;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.45;
  letter-spacing: -0.005em;
  max-width: 42ch;
  margin: 0 auto;
}

/* Anforderungen mit Häkchen */
.req-list {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  display: grid;
  gap: 14px;
}
.req-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  font-size: 0.97rem;
  line-height: 1.5;
  color: var(--ink);
}
.req-list li::before {
  content: "";
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-top: 1px;
  background: var(--brand);
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") center/contain no-repeat;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") center/contain no-repeat;
}

/* Section-Titel im Stellen-Detail-Stil — größer + zentriert */
.role-section__head {
  text-align: center;
  margin-bottom: 24px;
}
.role-section__head h2 {
  font-size: clamp(1.6rem, 3.8vw, 2.1rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin: 0;
}
.role-section__head h2 em {
  font-style: normal;
  color: var(--brand);
}

/* Pattern-Interrupt-Block (Garmisch-Style) */
.interrupt {
  margin: 24px 0;
  padding: 24px 0;
}
.interrupt__title {
  font-size: clamp(1.7rem, 4.5vw, 2.4rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.1;
  color: var(--brand);
  margin: 0 0 18px;
  text-align: center;
}
.interrupt__text {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--ink);
  margin: 0;
}
.interrupt__text strong { color: var(--brand); }
.interrupt__text em { font-style: normal; color: var(--brand); font-weight: 700; }
.interrupt__text p { margin: 0 0 14px; }

/* Mini-Quote (kompakt für Funnel-Seiten) */
.mini-quote {
  margin-top: 32px;
  padding: 22px 24px;
  background: var(--paper-card);
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
}
.mini-quote__text {
  font-size: 0.98rem;
  line-height: 1.55;
  color: var(--ink);
  margin: 0 0 14px;
  font-style: italic;
}
.mini-quote__author {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
}
.mini-quote__avatar {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--paper-soft) center/cover no-repeat;
  flex-shrink: 0;
  border: 1px solid var(--line);
}
.mini-quote__name { font-weight: 600; color: var(--ink); }
.mini-quote__role { color: var(--text-muted); font-size: 12px; margin-top: 1px; }

/* Mini-Footer (Funnel-Style) */
.funnel-foot {
  border-top: 1px solid var(--line);
  padding: 24px 22px calc(20px + env(safe-area-inset-bottom));
  text-align: center;
  font-size: 12px;
  color: var(--text-muted);
}
.funnel-foot__row {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.funnel-foot__row a {
  color: var(--text-muted);
  text-decoration: none;
}
.funnel-foot__row a:hover { color: var(--brand); }
.funnel-foot__trust {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.funnel-foot__trust span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.funnel-foot__trust svg { color: #4a8b5a; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.005em;
  padding: 14px 22px;
  border-radius: var(--radius-btn);
  border: 1px solid transparent;
  transition: transform var(--t1), background var(--t1), color var(--t1), border-color var(--t1), box-shadow var(--t1);
  min-height: 50px;
  text-align: center;
  white-space: nowrap;
}
.btn:active { transform: scale(0.98); }
.btn--primary {
  background: var(--brand);
  color: #fff;
  box-shadow: var(--shadow-sm);
}
.btn--primary:hover {
  background: var(--brand-deep);
  box-shadow: var(--shadow-md);
}
.btn--ghost {
  background: var(--paper-card);
  color: var(--ink);
  border-color: var(--line);
}
.btn--ghost:hover {
  border-color: var(--ink);
}
.btn--lg { padding: 18px 28px; font-size: 16px; min-height: 56px; }
.btn--block { width: 100%; }
.btn .arr { display: inline-block; transition: transform var(--t1); }
.btn:hover .arr { transform: translateX(3px); }

/* ============================================================
   HERO – Split-Layout
   ============================================================ */
.hero {
  position: relative;
  padding: 48px 0 24px;
}
@media (min-width: 900px) {
  .hero {
    padding: 72px 0 40px;
  }
}
.hero__grid {
  display: grid;
  gap: 40px;
}
@media (min-width: 900px) {
  .hero__grid {
    grid-template-columns: 1.1fr 1fr;
    gap: 64px;
    align-items: center;
  }
}

.hero__content { max-width: 580px; }
.hero__title {
  font-size: clamp(2rem, 5vw, 3.2rem);
  line-height: 1.08;
  letter-spacing: -0.025em;
  font-weight: 600;
  color: var(--ink);
  margin: 0 0 20px;
}
.hero__title em {
  font-style: normal;
  color: var(--brand);
}
.hero__lead {
  font-size: clamp(1.05rem, 1.8vw, 1.15rem);
  color: var(--text);
  margin: 0 0 28px;
  max-width: 56ch;
}
.hero__ctas { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.hero__small {
  margin-top: 18px;
  font-size: 13px;
  color: var(--text-muted);
}
.hero__small svg { vertical-align: text-bottom; margin-right: 4px; color: #4a8b5a; }

.hero__photo {
  display: none; /* Mobile: Photo erst in eigener Strip-Section, hier raus */
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: var(--radius-card);
  overflow: hidden;
  background: var(--paper-soft);
  box-shadow: var(--shadow-lg);
}
@media (min-width: 900px) {
  .hero__photo { display: block; }
}
.hero__photo img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.hero__photo__caption {
  position: absolute;
  left: 16px; bottom: 16px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 8px 14px;
  border-radius: var(--radius-pill);
  font-size: 12px;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: 0.02em;
}

/* ============================================================
   MINI ROLE-CARDS (im Hero)
   – mobile-first, kompakt, Tap-fähig
   ============================================================ */
.hero__roles {
  display: grid;
  gap: 12px;
  margin: 28px 0 16px;
}
.role-mini {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 18px 18px 16px;
  background: var(--paper-card);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow-sm);
  color: var(--ink);
  transition: border-color var(--t1), transform var(--t1), box-shadow var(--t1);
  text-align: left;
  min-height: 88px;
}
.role-mini:hover, .role-mini:focus-visible {
  border-color: var(--brand);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  outline: none;
}
.role-mini:active { transform: scale(0.98); }
.role-mini__photo {
  width: 48px; height: 48px;
  border-radius: 12px;
  background: var(--paper-soft) center/cover no-repeat;
  flex-shrink: 0;
  border: 1px solid var(--line);
}
.role-mini__body { flex: 1; min-width: 0; }
.role-mini__tag {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 2px;
}
.role-mini__title {
  font-size: 1.02rem;
  font-weight: 600;
  letter-spacing: -0.012em;
  line-height: 1.2;
  margin: 0;
  color: var(--ink);
  hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
}
.role-mini__sub {
  font-size: 12px;
  color: var(--text-muted);
  margin-top: 1px;
  display: block;
}
.role-mini__arr {
  flex-shrink: 0;
  width: 32px; height: 32px;
  border-radius: 50%;
  background: var(--brand-soft);
  color: var(--brand);
  display: flex; align-items: center; justify-content: center;
  font-size: 16px;
  transition: background var(--t1), color var(--t1), transform var(--t1);
}
.role-mini:hover .role-mini__arr {
  background: var(--brand);
  color: #fff;
  transform: translateX(2px);
}

/* ============================================================
   STATS-STRIP
   ============================================================ */
.stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-top: 24px;
}
@media (min-width: 720px) { .stats { grid-template-columns: repeat(4, 1fr); } }
.stats__item {
  background: var(--paper);
  padding: 26px 22px;
  text-align: left;
}
.stats__num {
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  font-weight: 600;
  line-height: 1;
  color: var(--ink);
  letter-spacing: -0.02em;
  margin-bottom: 6px;
}
.stats__lbl {
  font-size: 12px;
  font-weight: 500;
  color: var(--text-muted);
  letter-spacing: 0.04em;
}

/* ============================================================
   AUSWAHL-GATE (das Herzstück)
   ============================================================ */
.gate {
  padding: 64px 0;
}
@media (min-width: 768px) { .gate { padding: 96px 0; } }

.gate__head {
  max-width: 720px;
  margin-bottom: 40px;
}
.gate__title {
  font-size: clamp(1.7rem, 3.6vw, 2.4rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  font-weight: 600;
  color: var(--ink);
  margin: 0 0 12px;
}

.gate__grid {
  display: grid;
  gap: 18px;
}
@media (min-width: 800px) { .gate__grid { grid-template-columns: 1fr 1fr; gap: 24px; } }

.role-card {
  display: block;
  background: var(--paper-card);
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  padding: 28px 26px;
  color: var(--ink);
  transition: border-color var(--t1), transform var(--t1), box-shadow var(--t1);
  box-shadow: var(--shadow-sm);
}
.role-card:hover, .role-card:focus-visible {
  border-color: var(--brand);
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
  outline: none;
}
.role-card__top {
  display: flex; align-items: center; gap: 16px;
  margin-bottom: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}
.role-card__photo {
  width: 64px; height: 64px;
  border-radius: 14px;
  background: var(--paper-soft) center/cover no-repeat;
  flex-shrink: 0;
  border: 1px solid var(--line);
}
.role-card__head { flex: 1; min-width: 0; }
.role-card__tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 4px;
}
.role-card__title {
  font-size: clamp(1.15rem, 2.4vw, 1.4rem);
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1.2;
  color: var(--ink);
  margin: 0;
  hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
}
.role-card__sub {
  font-size: 13px;
  color: var(--text-muted);
  margin-top: 2px;
}

.role-card__desc {
  font-size: 0.97rem;
  color: var(--text);
  margin-bottom: 18px;
  line-height: 1.55;
}
.role-card__bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 26px;
  display: grid;
  gap: 8px;
}
.role-card__bullets li {
  position: relative;
  padding-left: 26px;
  font-size: 0.95rem;
  color: var(--text);
}
.role-card__bullets li::before {
  content: "";
  position: absolute;
  left: 0; top: 4px;
  width: 18px; height: 18px;
  border-radius: 50%;
  background: var(--brand-soft);
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'><circle cx='9' cy='9' r='9' fill='black'/><path d='M5 9.2L8 12L13 6.5' stroke='white' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'><circle cx='9' cy='9' r='9' fill='black'/><path d='M5 9.2L8 12L13 6.5' stroke='white' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  -webkit-mask-size: contain;
          mask-size: contain;
}
.role-card__bullets li.is-strong::before { background: var(--brand); }

.role-card__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: var(--brand);
  padding-top: 4px;
}
.role-card__cta .arr { transition: transform var(--t1); }
.role-card:hover .role-card__cta .arr { transform: translateX(4px); }
.role-card__cta-btn {
  padding: 10px 16px;
  border-radius: var(--radius-btn);
  background: var(--brand);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
  display: inline-flex; align-items: center; gap: 6px;
  transition: background var(--t1);
}
.role-card:hover .role-card__cta-btn { background: var(--brand-deep); }

/* ============================================================
   PHOTO STRIP – Vollbild-Foto als Pause
   ============================================================ */
.photo-strip {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
  background: var(--paper-soft);
}
@media (min-width: 768px) { .photo-strip { height: 400px; } }
.photo-strip img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.photo-strip__caption {
  position: absolute;
  left: 22px; bottom: 22px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 10px 16px;
  border-radius: var(--radius-pill);
  font-size: 13px;
  font-weight: 500;
  color: var(--ink);
  max-width: calc(100% - 44px);
}
@media (min-width: 768px) {
  .photo-strip__caption { left: 36px; bottom: 36px; }
}

/* ============================================================
   STANDORTE-GRID (Mini-Übersicht der 4 Standorte)
   ============================================================ */
.locs {
  padding: 64px 0;
}
@media (min-width: 768px) { .locs { padding: 96px 0; } }
.locs__head { max-width: 720px; margin-bottom: 32px; }
.locs__grid {
  display: grid;
  gap: 14px;
}
@media (min-width: 600px) { .locs__grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1100px) { .locs__grid { grid-template-columns: repeat(4, 1fr); } }

/* Standort-Card: ohne Foto, mit farbigem Top-Border-Akzent. Komplett klickbar. */
.loc-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--paper-card);
  border: 1px solid var(--line);
  border-top: 6px solid var(--card-bg, var(--brand));
  border-radius: var(--radius-card);
  padding: 26px 22px 22px;
  color: var(--ink);
  text-decoration: none;
  transition: transform var(--t1), box-shadow var(--t1), border-top-width var(--t1);
  box-shadow: var(--shadow-sm);
  min-height: 150px;
}
.loc-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-top-width: 10px;
}
.loc-card:active { transform: scale(0.99); }
.loc-card__name { margin-bottom: 18px; }
.loc-card__city {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--card-bg, var(--brand));
  margin-bottom: 8px;
}
.loc-card__name {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.012em;
  line-height: 1.25;
  color: var(--ink);
  margin: 0 0 12px;
}
.loc-card__teaser {
  font-size: 0.93rem;
  color: var(--text);
  margin: 0 0 18px;
  line-height: 1.5;
}
.loc-card__jobs-lbl {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 10px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}
.loc-card__jobs {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  display: grid;
  gap: 6px;
  flex: 1;
}
.loc-card__jobs li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  transition: border-color var(--t1), background var(--t1), color var(--t1);
}
.loc-card__jobs li a:hover {
  border-color: var(--card-bg, var(--brand));
  color: var(--card-bg, var(--brand));
  background: var(--paper-card);
}
.loc-card__jobs li a::after {
  content: "→";
  font-size: 14px;
  color: var(--card-bg, var(--brand));
  transition: transform var(--t1);
}
.loc-card__jobs li a:hover::after { transform: translateX(3px); }
.loc-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--card-bg, var(--brand));
  letter-spacing: -0.005em;
  margin-top: auto;
}
.loc-card__cta::after {
  content: "→";
  display: inline-block;
  transition: transform var(--t1);
}
.loc-card:hover .loc-card__cta::after { transform: translateX(4px); }

/* Standort-spezifische Card-Farben (für die Standortauswahl) */
.loc-card--murnau                { --card-bg: var(--color-murnau); }
.loc-card--garmisch              { --card-bg: var(--color-garmisch); }
.loc-card--muenchen-landshuter   { --card-bg: var(--color-muenchen-landshuter); }
.loc-card--muenchen-hackerbruecke { --card-bg: var(--color-muenchen-hackerbruecke); }

/* ============================================================
   PROZESS – 3 Schritte
   ============================================================ */
.process {
  padding: 64px 0;
  background: var(--paper-soft);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
@media (min-width: 768px) { .process { padding: 96px 0; } }

.process__head { max-width: 640px; margin-bottom: 40px; }
.process__steps {
  display: grid;
  gap: 18px;
  counter-reset: step;
}
@media (min-width: 720px) { .process__steps { grid-template-columns: repeat(3, 1fr); gap: 22px; } }

.step {
  background: var(--paper-card);
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  padding: 26px 24px;
  position: relative;
}
.step__num {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 14px;
}
.step__title {
  font-size: 1.08rem;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.01em;
  margin: 0 0 6px;
}
.step__desc {
  font-size: 0.95rem;
  color: var(--text);
  margin: 0;
}

/* ============================================================
   BENEFITS-GRID (gemeinsame Benefits aller Standorte)
   ============================================================ */
.benefits {
  padding: 64px 0;
}
@media (min-width: 768px) { .benefits { padding: 96px 0; } }
.benefits__head { max-width: 720px; margin-bottom: 36px; }
.benefits__grid {
  display: grid;
  gap: 14px;
}
@media (min-width: 600px) { .benefits__grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1000px) { .benefits__grid { grid-template-columns: 1fr 1fr 1fr; } }
.benefit {
  background: var(--paper-card);
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  padding: 24px 22px;
  transition: border-color var(--t1), transform var(--t1), box-shadow var(--t1);
}
.benefit:hover {
  border-color: var(--brand);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.benefit__ico {
  width: 40px; height: 40px;
  border-radius: 10px;
  background: var(--brand-soft);
  color: var(--brand);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 14px;
}
.benefit__ico svg { width: 20px; height: 20px; stroke-width: 1.7; }
.benefit__title { font-size: 1.02rem; font-weight: 600; color: var(--ink); margin: 0 0 6px; line-height: 1.25; }
.benefit__desc { font-size: 0.93rem; color: var(--text); margin: 0; line-height: 1.5; }

/* ============================================================
   STIMMEN AUS DEM TEAM (Testimonials)
   ============================================================ */
.quotes {
  padding: 64px 0;
  background: var(--paper-soft);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
@media (min-width: 768px) { .quotes { padding: 96px 0; } }
.quotes__head { max-width: 720px; margin-bottom: 36px; }
.quotes__grid {
  display: grid;
  gap: 16px;
}
@media (min-width: 800px) { .quotes__grid { grid-template-columns: 1fr 1fr; } }
.quote-card {
  background: var(--paper-card);
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  padding: 28px 26px;
  position: relative;
}
.quote-card::before {
  content: "„";
  position: absolute;
  top: -12px; left: 22px;
  width: 36px; height: 36px;
  background: var(--brand);
  color: #fff;
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 32px;
  display: flex; align-items: center; justify-content: center;
  line-height: 1;
  padding-top: 14px;
}
.quote-card__text {
  font-size: 1.02rem;
  line-height: 1.55;
  color: var(--ink);
  margin: 14px 0 22px;
  letter-spacing: -0.005em;
}
.quote-card__author {
  display: flex; align-items: center; gap: 12px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.quote-card__avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--paper-soft) center/cover no-repeat;
  flex-shrink: 0;
  border: 1px solid var(--line);
}
.quote-card__meta { font-size: 13px; line-height: 1.3; }
.quote-card__name { font-weight: 600; color: var(--ink); }
.quote-card__role { color: var(--text-muted); }

/* ============================================================
   EIN TAG BEI UNS – Timeline
   ============================================================ */
.day {
  padding: 64px 0;
}
@media (min-width: 768px) { .day { padding: 96px 0; } }
.day__head { max-width: 720px; margin-bottom: 36px; }
.day__timeline {
  position: relative;
  display: grid;
  gap: 16px;
  padding-left: 30px;
}
.day__timeline::before {
  content: "";
  position: absolute;
  left: 11px; top: 8px; bottom: 8px;
  width: 2px;
  background: var(--brand-soft);
}
.day-event {
  position: relative;
  background: var(--paper-card);
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  padding: 18px 22px;
}
.day-event::before {
  content: "";
  position: absolute;
  left: -25px; top: 22px;
  width: 12px; height: 12px;
  border-radius: 50%;
  background: var(--brand);
  border: 3px solid var(--paper);
  box-shadow: 0 0 0 1px var(--brand-soft);
}
.day-event__time {
  display: inline-block;
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: var(--brand);
  margin-bottom: 4px;
}
.day-event__title { font-size: 1rem; font-weight: 600; color: var(--ink); margin: 0 0 4px; line-height: 1.3; }
.day-event__desc { font-size: 0.92rem; color: var(--text); margin: 0; line-height: 1.5; }

/* ============================================================
   WERTE
   ============================================================ */
.values {
  padding: 64px 0;
  background: var(--paper-soft);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
@media (min-width: 768px) { .values { padding: 96px 0; } }
.values__head { max-width: 720px; margin-bottom: 36px; }
.values__grid {
  display: grid;
  gap: 14px;
}
@media (min-width: 720px) { .values__grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1000px) { .values__grid { grid-template-columns: 1fr 1fr 1fr; } }
.value {
  background: var(--paper-card);
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  padding: 26px 24px;
  position: relative;
}
.value__num {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.10em;
  color: var(--brand);
  margin-bottom: 10px;
  display: block;
}
.value__title { font-size: 1.1rem; font-weight: 600; color: var(--ink); margin: 0 0 8px; letter-spacing: -0.012em; line-height: 1.25; }
.value__desc { font-size: 0.95rem; color: var(--text); margin: 0; line-height: 1.55; }

/* ============================================================
   FAQ
   ============================================================ */
.faq {
  padding: 64px 0;
}
@media (min-width: 768px) { .faq { padding: 96px 0; } }
.faq__head { max-width: 720px; margin-bottom: 32px; }
.faq__list { display: grid; gap: 8px; max-width: 880px; }
.faq-item {
  background: var(--paper-card);
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  overflow: hidden;
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  font-size: 1rem;
  font-weight: 500;
  color: var(--ink);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--brand-soft);
  color: var(--brand);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px;
  font-weight: 400;
  transition: transform var(--t1), background var(--t1), color var(--t1);
  flex-shrink: 0;
}
.faq-item[open] summary::after {
  transform: rotate(45deg);
  background: var(--brand);
  color: #fff;
}
.faq-item .a {
  padding: 0 22px 22px;
  font-size: 0.95rem;
  color: var(--text);
  line-height: 1.6;
}

/* ============================================================
   TRUST-STRIP
   ============================================================ */
.trust {
  padding: 40px 0;
}
.trust__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}
.trust__inner img {
  height: 50px;
  width: auto;
  opacity: 0.75;
  filter: grayscale(20%);
  transition: opacity var(--t1);
}
.trust__inner img:hover { opacity: 1; }
.trust__lbl {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--text-muted);
  width: 100%;
  text-align: center;
  margin-bottom: 4px;
}

/* ============================================================
   FINAL-CTA-Block
   ============================================================ */
.final {
  padding: 64px 0 80px;
  text-align: center;
}
@media (min-width: 768px) { .final { padding: 96px 0 120px; } }
.final__title {
  font-size: clamp(1.6rem, 3.4vw, 2.2rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--ink);
  margin: 0 0 12px;
  max-width: 22ch;
  margin-left: auto; margin-right: auto;
}
.final__sub {
  color: var(--text-muted);
  margin: 0 0 28px;
  max-width: 56ch;
  margin-left: auto; margin-right: auto;
}
.final__ctas { display: inline-flex; gap: 10px; flex-wrap: wrap; justify-content: center; }

/* ============================================================
   FOOTER
   ============================================================ */
.foot {
  background: var(--paper);
  border-top: 1px solid var(--line);
  padding: 32px 22px;
  font-size: 13px;
  color: var(--text-muted);
}
.foot__inner {
  max-width: var(--container);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.foot a { color: var(--text); border-bottom: 1px solid transparent; padding-bottom: 1px; }
.foot a:hover { color: var(--brand); border-bottom-color: var(--brand); }
.foot__links { display: flex; gap: 18px; flex-wrap: wrap; }

/* ============================================================
   QUIZ-WIZARD (eine Frage pro Screen)
   ============================================================ */
.quiz {
  min-height: calc(100svh - 70px);
  padding: 32px 0 80px;
  background: var(--paper);
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) { .quiz { padding: 56px 0 100px; } }
.quiz__inner {
  max-width: 680px;
  margin: 0 auto;
  width: 100%;
  padding: 0 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Progress-Bar */
.quiz__progress {
  display: flex;
  gap: 6px;
  margin-bottom: 36px;
}
.quiz__progress-step {
  flex: 1;
  height: 4px;
  border-radius: 2px;
  background: var(--line);
  transition: background var(--t2);
}
.quiz__progress-step.is-done,
.quiz__progress-step.is-active { background: var(--brand); }

/* Step-Container */
.quiz__step { display: none; }
.quiz__step.is-active { display: block; }

.quiz__crumb {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 14px;
}
.quiz__question {
  font-size: clamp(1.55rem, 4vw, 2.2rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.18;
  color: var(--ink);
  margin: 0 0 14px;
  max-width: 24ch;
}
.quiz__hint {
  color: var(--text-muted);
  font-size: 0.97rem;
  margin: 0 0 32px;
  max-width: 48ch;
}

/* Optionen */
.quiz__options { display: grid; gap: 10px; }
.quiz-option {
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--paper-card);
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  padding: 18px 20px;
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  width: 100%;
  cursor: pointer;
  transition: border-color var(--t1), transform var(--t1), box-shadow var(--t1);
  box-shadow: var(--shadow-sm);
  min-height: 60px;
}
.quiz-option:hover {
  border-color: var(--brand);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.quiz-option:active { transform: scale(0.98); }
.quiz-option__label {
  flex: 1;
  letter-spacing: -0.005em;
}
.quiz-option__sub {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: var(--text-muted);
  margin-top: 2px;
}
.quiz-option__arr {
  flex-shrink: 0;
  width: 32px; height: 32px;
  border-radius: 50%;
  background: var(--brand-soft);
  color: var(--brand);
  display: flex; align-items: center; justify-content: center;
  font-size: 14px;
  transition: background var(--t1), color var(--t1), transform var(--t1);
}
.quiz-option:hover .quiz-option__arr {
  background: var(--brand);
  color: #fff;
  transform: translateX(2px);
}

/* Quiz-Footer (Zurück, Hinweise) */
.quiz__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
  font-size: 13px;
  color: var(--text-muted);
}
.quiz__back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--text-muted);
  font-weight: 500;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.quiz__back:hover { color: var(--brand); }
.quiz__safe {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--text-muted);
}
.quiz__safe svg { color: #4a8b5a; }

/* ============================================================
   BEWERBUNG-PILL (Auswahl-Zusammenfassung oben am Form)
   ============================================================ */
.summary-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  background: var(--paper-soft);
  border-radius: var(--radius-card);
  padding: 14px 16px;
  margin-bottom: 28px;
  font-size: 13px;
}
.summary-pills__lbl {
  color: var(--text-muted);
  margin-right: 6px;
  align-self: center;
}
.summary-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--paper-card);
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  padding: 6px 12px;
  font-weight: 500;
  color: var(--ink);
}
.summary-pill__edit {
  font-size: 12px;
  color: var(--brand);
  margin-left: auto;
  padding-left: 8px;
}

/* ============================================================
   APPLY-FORM (heller Look, im jetzigen Stil)
   ============================================================ */
.apply-section {
  padding: 56px 0 100px;
  background: var(--paper);
}
@media (min-width: 768px) { .apply-section { padding: 80px 0 120px; } }
.apply-section__head { max-width: 600px; margin: 0 auto 36px; text-align: center; }
.apply-section__head h1 {
  font-size: clamp(1.7rem, 3.6vw, 2.4rem);
  letter-spacing: -0.02em;
  line-height: 1.18;
  margin: 0 0 12px;
}

.apply-form {
  max-width: 680px;
  margin: 0 auto;
  background: var(--paper-card);
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  padding: 28px 22px;
  box-shadow: var(--shadow-md);
}
@media (min-width: 720px) { .apply-form { padding: 40px 36px; } }

.field { display: flex; flex-direction: column; margin-bottom: 16px; }
.field--row { display: grid; gap: 14px; grid-template-columns: 1fr; }
@media (min-width: 600px) { .field--row { grid-template-columns: 1fr 1fr; } }
.field label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 8px;
}
.field input, .field select, .field textarea {
  font: inherit;
  font-size: 16px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-btn);
  padding: 14px 16px;
  width: 100%;
  transition: border-color var(--t1), box-shadow var(--t1);
}
.field input::placeholder, .field textarea::placeholder { color: #aaa; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--brand);
  box-shadow: 0 0 0 3px var(--brand-soft);
  background: var(--paper-card);
}
.field textarea { min-height: 100px; resize: vertical; }
.field--file input[type="file"] {
  padding: 12px;
  background: var(--paper);
  border: 1.5px dashed var(--line);
  cursor: pointer;
  color: var(--text-muted);
}
.field--file input[type="file"]:hover { border-color: var(--brand); color: var(--ink); }

.checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.92rem;
  color: var(--text);
  cursor: pointer;
  margin: 8px 0 22px;
}
.checkbox input { margin-top: 4px; accent-color: var(--brand); }
.checkbox a { color: var(--brand); font-weight: 600; }

.form__status {
  display: none;
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 12px;
  font-size: 0.95rem;
}
.form__status.is-error { display: block; background: rgba(174, 15, 10, 0.08); color: #c01a14; }
.form__status.is-success { display: block; background: rgba(20, 130, 60, 0.08); color: #14823c; }

.apply-form__trust {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13px;
  color: var(--text-muted);
}
.apply-form__trust span svg { vertical-align: text-bottom; margin-right: 4px; color: #4a8b5a; }

/* ============================================================
   ABSAGE-/DANKE-SEITEN
   ============================================================ */
.message {
  min-height: calc(100svh - 70px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 56px 0 80px;
}
.message__inner {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 22px;
  text-align: center;
}
.message__icon {
  width: 64px; height: 64px;
  border-radius: 50%;
  margin: 0 auto 28px;
  background: var(--brand-soft);
  color: var(--brand);
  display: flex; align-items: center; justify-content: center;
}
.message__icon--success { background: #E1F1E6; color: #14823c; }
.message__icon svg { width: 32px; height: 32px; stroke-width: 2; }
.message__title {
  font-size: clamp(1.7rem, 3.8vw, 2.4rem);
  letter-spacing: -0.02em;
  font-weight: 600;
  margin: 0 0 14px;
  color: var(--ink);
}
.message__lead {
  color: var(--text);
  font-size: 1.05rem;
  margin: 0 0 32px;
  line-height: 1.55;
}
.message__actions {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Initiativ-Form (kompakt auf Absage-Seite) */
.initiative {
  margin-top: 48px;
  text-align: left;
  background: var(--paper-card);
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  padding: 26px 24px;
  box-shadow: var(--shadow-sm);
}
.initiative__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}
.initiative__head .ico {
  width: 36px; height: 36px;
  border-radius: 10px;
  background: var(--brand-soft);
  color: var(--brand);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.initiative__title { font-size: 1.05rem; font-weight: 600; color: var(--ink); margin: 0; }
.initiative__sub { font-size: 13px; color: var(--text-muted); margin: 2px 0 0; }

/* ============================================================
   COOKIE-BANNER
   ============================================================ */
.cookie {
  position: fixed;
  bottom: 16px; left: 16px; right: 16px;
  max-width: 460px;
  margin: 0 auto;
  z-index: 60;
  background: var(--paper-card);
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  padding: 22px 24px;
  box-shadow: var(--shadow-lg);
  display: none;
  font-size: 14px;
}
.cookie.is-visible { display: block; }
.cookie h4 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--ink);
  margin: 0 0 6px;
}
.cookie p { color: var(--text); margin: 0 0 14px; }
.cookie__row { display: flex; gap: 8px; }
.cookie .btn { flex: 1; padding: 10px 14px; min-height: 42px; font-size: 13px; }

/* ============================================================
   REVEAL
   ============================================================ */
@media (prefers-reduced-motion: no-preference) {
  .reveal {
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.55s var(--ease), transform 0.55s var(--ease);
  }
  .reveal.is-visible { opacity: 1; transform: none; }
}

/* ============================================================
   Util
   ============================================================ */
.text-muted { color: var(--text-muted); }
.mt-2 { margin-top: 12px; }
.mt-4 { margin-top: 24px; }
.mt-6 { margin-top: 40px; }
