/* ============================================================
   Lakeside Aigents — Redesign „Persönlich"
   Konzept: Brief aus Klagenfurt. Warmes Papier, Tannengrün,
   See-Türkis, Polaroids mit Klebeband, Handschrift-Notizen.
   Fonts: Clash Display (Headlines) · Satoshi (Body) · Caveat (Hand)
   ============================================================ */

/* ---------- Fonts ---------- */
@font-face {
  font-family: 'Clash Display';
  src: url('../../fonts/ClashDisplay-Medium.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Clash Display';
  src: url('../../fonts/ClashDisplay-Semibold.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Clash Display';
  src: url('../../fonts/ClashDisplay-Bold.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../../fonts/Satoshi-Regular.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../../fonts/Satoshi-Medium.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../../fonts/Satoshi-Bold.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../../fonts/Satoshi-Italic.woff2') format('woff2');
  font-weight: 400; font-style: italic; font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../fonts/OpenSans-Variable-latin.woff2') format('woff2');
  font-weight: 300 800; font-style: normal; font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2212, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../fonts/OpenSans-Variable-latin-ext.woff2') format('woff2');
  font-weight: 300 800; font-style: normal; font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1E00-1E9F, U+1EF2-1EFF, U+20A0-20AB, U+20AD-20C0, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Caveat';
  src: url('../../fonts/Caveat-Variable-latin.woff2') format('woff2');
  font-weight: 400 700; font-style: normal; font-display: swap;
  unicode-range: U+0000-00FF, U+2000-206F, U+20AC, U+2019;
}
@font-face {
  font-family: 'Caveat';
  src: url('../../fonts/Caveat-Variable-latin-ext.woff2') format('woff2');
  font-weight: 400 700; font-style: normal; font-display: swap;
  unicode-range: U+0100-02BA, U+1E00-1EFF, U+20A0-20C0;
}

/* ---------- Tokens ---------- */
:root {
  --papier: #f6f0e4;          /* warmes Papier */
  --papier-tief: #eee6d4;     /* Panel-Fläche */
  --karte: #fdfaf2;           /* Karten */
  --tinte: #17302a;           /* Tannengrün, fast schwarz */
  --tinte-soft: #46615a;
  --tinte-faint: #75897f;
  --see: #0c8f7d;             /* See-Türkis, dunkel genug für Text */
  --see-hell: #34d8c3;        /* Brand-Türkis für Grafik */
  --sonne: #e09a35;           /* Bernstein/Gold */
  --mohn: #cf5f3c;            /* warmes Rot für Durchstreichungen */
  --linie: rgba(23, 48, 42, .16);
  --linie-stark: rgba(23, 48, 42, .30);
  --radius: 18px;
  --font-display: 'Clash Display', 'Satoshi', sans-serif;
  --font-body: 'Satoshi', 'Helvetica Neue', sans-serif;
  --font-hand: 'Caveat', 'Bradley Hand', cursive;
  --font-logo: 'Open Sans', 'Satoshi', 'Helvetica Neue', sans-serif;
  --schatten: 0 18px 50px -22px rgba(23, 48, 42, .35);
  --schatten-flach: 0 8px 26px -14px rgba(23, 48, 42, .28);

  /* Kompatibilität: sitepilot.js-Aktionsbanner liest diese Variablen */
  --panel: #fdfaf2;
  --ink: #17302a;
  --ink-soft: #46615a;
  --ink-faint: #75897f;
  --line: rgba(23, 48, 42, .16);
  --line-strong: rgba(23, 48, 42, .30);
  --tuerkis: #0c8f7d;
  --deep: #f6f0e4;
}

/* ---------- Reset & Basis ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--papier);
  color: var(--tinte);
  font: 400 1.02rem/1.7 var(--font-body);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
/* Papierkorn über allem, dezent */
body::after {
  content: '';
  position: fixed; top: 0; right: 0; bottom: 0; left: 0;
  pointer-events: none;
  z-index: 2000;
  opacity: .05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}
img { max-width: 100%; display: block; }
a { color: var(--see); text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 3px; }
::selection { background: rgba(52, 216, 195, .35); }

h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.08; margin: 0; letter-spacing: -.01em; }
p { margin: 0; }

.container { width: min(1160px, 100% - 2.6rem); margin-inline: auto; }
.section { padding: clamp(4rem, 8vw, 7rem) 0; position: relative; }
.section--panel { background: var(--papier-tief); }

/* Handschrift */
.hand {
  font-family: var(--font-hand);
  font-weight: 600;
  font-size: 1.45em;
  line-height: 1.15;
  letter-spacing: 0;
  color: var(--see);
  transform: rotate(-2deg);
  display: inline-block;
}
.hand--sonne { color: var(--sonne); }
.hand--tinte { color: var(--tinte-soft); }
a.hand { text-decoration: none; transition: opacity .18s ease; }
a.hand:hover { text-decoration: underline; text-underline-offset: 4px; opacity: .85; }

/* Marker-Unterstreichung (handgezeichnet) */
.marker {
  position: relative;
  white-space: nowrap;
}
.marker svg {
  position: absolute;
  left: -2%; right: -2%; bottom: -.18em;
  width: 104%; height: .38em;
  overflow: visible;
}
.marker svg path {
  fill: none;
  stroke: var(--see-hell);
  stroke-width: 7;
  stroke-linecap: round;
  opacity: .85;
}

/* Kicker */
.kicker {
  display: inline-flex; align-items: center; gap: .55rem;
  font: 700 .78rem/1 var(--font-body);
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--see);
  margin-bottom: 1.1rem;
}
.kicker::before {
  content: '';
  width: 26px; height: 2px;
  background: var(--sonne);
  border-radius: 2px;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  font: 700 .98rem/1 var(--font-body);
  padding: 1rem 1.7rem;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
  text-decoration: none !important;
}
.btn--primary {
  background: var(--tinte);
  color: var(--papier);
}
.btn--primary:hover {
  transform: translateY(-2px) rotate(-.5deg);
  box-shadow: 0 14px 30px -12px rgba(23, 48, 42, .5);
  background: #0e211d;
}
.btn--see { background: var(--see); color: #fff; }
.btn--see:hover { transform: translateY(-2px); box-shadow: 0 14px 30px -12px rgba(12, 143, 125, .55); }
.btn--ghost {
  background: transparent;
  border-color: var(--linie-stark);
  color: var(--tinte);
}
.btn--ghost:hover { border-color: var(--tinte); transform: translateY(-2px); }
.btn--lg { padding: 1.15rem 2.1rem; font-size: 1.04rem; }

/* ---------- Navigation ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 100;
  transition: background .25s ease, box-shadow .25s ease, border-color .25s ease;
  border-bottom: 1px solid transparent;
}
.nav.is-scrolled {
  background: rgba(246, 240, 228, .88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom-color: var(--linie);
  box-shadow: 0 10px 30px -20px rgba(23, 48, 42, .35);
}
.nav__inner {
  display: flex; align-items: center; gap: 1.5rem;
  padding: .9rem 0;
}
.nav__brand { flex: none; display: inline-flex; align-items: center; gap: .55rem; }
.nav__brand:hover { text-decoration: none; }
.brand-mark { height: 40px; width: 40px; flex: none; }
.brand-wort {
  font-family: var(--font-logo);
  font-size: 1.15rem;
  line-height: 1;
  letter-spacing: -.005em;
  white-space: nowrap;
}
.brand-wort__name { font-weight: 700; color: var(--tinte); }
.brand-wort__ai { font-weight: 400; color: var(--see); }
.nav__menu { margin-left: auto; }
.nav__links { display: flex; align-items: center; gap: 1.7rem; }
.nav__link {
  font: 500 .97rem/1 var(--font-body);
  color: var(--tinte);
  position: relative;
  padding: .4rem 0;
}
.nav__link:hover { text-decoration: none; color: var(--see); }
.nav__link--extern { display: inline-flex; align-items: center; gap: .3rem; }
.nav__link--extern svg { opacity: .5; transition: opacity .18s ease, transform .18s ease; }
.nav__link--extern:hover svg { opacity: 1; transform: translate(1px, -1px); }
.nav__link::after {
  content: '';
  position: absolute; left: 0; right: 100%; bottom: 0;
  height: 2px; background: var(--sonne); border-radius: 2px;
  transition: right .22s ease;
}
.nav__link:hover::after, .nav__link[aria-current="page"]::after { right: 0; }
.nav__tel {
  flex: none;
  display: inline-flex; align-items: center; gap: .5rem;
  font: 700 .92rem/1 var(--font-body);
  color: var(--tinte);
  border: 2px solid var(--linie-stark);
  border-radius: 999px;
  padding: .62rem 1.1rem;
  transition: border-color .18s, color .18s, transform .18s;
}
.nav__tel:hover { text-decoration: none; border-color: var(--see); color: var(--see); transform: translateY(-1px); }
.nav__burger {
  display: none;
  flex-direction: column; gap: 5px;
  background: none; border: 0; cursor: pointer;
  padding: 8px;
}
.nav__burger span {
  width: 24px; height: 2.5px;
  background: var(--tinte); border-radius: 2px;
  transition: transform .25s ease, opacity .2s ease;
}
.nav.is-open .nav__burger span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav.is-open .nav__burger span:nth-child(2) { opacity: 0; }
.nav.is-open .nav__burger span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

@media (max-width: 900px) {
  /* Menü ist fixed (aus dem Flex-Fluss), daher braucht der Burger
     selbst margin-left:auto, um rechts zu stehen */
  .nav__burger { display: inline-flex; margin-left: auto; }
  .nav__tel { display: none; }
  .nav__menu {
    position: fixed; top: 0; right: 0; bottom: 0; left: 0;
    /* explizite Höhe: manche WebKit-Engines strecken fixed-Elemente
       nicht über top+bottom */
    height: 100vh;
    height: 100dvh;
    overflow-y: auto;
    background: var(--papier);
    padding: 6.5rem 2rem 2rem;
    transform: translateY(-102%);
    transition: transform .3s cubic-bezier(.7, 0, .3, 1);
    margin: 0;
  }
  .nav.is-open .nav__menu { transform: none; }
  .nav.is-open { background: var(--papier); }
  .nav__links { flex-direction: column; align-items: flex-start; gap: 1.4rem; }
  .nav__link { font-size: 1.5rem; font-family: var(--font-display); font-weight: 600; }
}

/* ---------- Hero ---------- */
.hero {
  padding: clamp(8rem, 14vw, 11rem) 0 clamp(3.5rem, 6vw, 5.5rem);
  position: relative;
  overflow: clip;
}
/* sanfte See-Aura hinter dem Hero */
.hero::before {
  content: '';
  position: absolute;
  top: -30%; right: -18%;
  width: 60vw; height: 60vw;
  max-width: 780px; max-height: 780px;
  background: radial-gradient(closest-side, rgba(52, 216, 195, .16), transparent 70%);
  pointer-events: none;
}
.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
.hero__grid > * { min-width: 0; }
.hero__gruss {
  font-family: var(--font-hand);
  font-weight: 600;
  font-size: clamp(1.6rem, 2.6vw, 2.1rem);
  color: var(--sonne);
  transform: rotate(-2.5deg);
  display: inline-block;
  margin-bottom: .4rem;
}
.hero h1 {
  font-size: clamp(2.7rem, 6vw, 4.6rem);
  font-weight: 600;
  letter-spacing: -.02em;
}
.hero__sub {
  margin-top: 1.5rem;
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
  line-height: 1.75;
  color: var(--tinte-soft);
  max-width: 34rem;
}
.hero__actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 2.2rem; }
.hero__fakten {
  display: flex; flex-wrap: wrap; gap: 1.6rem 2.5rem;
  margin-top: 3rem;
  padding-top: 1.6rem;
  border-top: 1px dashed var(--linie-stark);
}
.hero__fakt { display: flex; flex-direction: column; gap: .1rem; }
.hero__fakt strong { font-family: var(--font-display); font-size: 1.5rem; font-weight: 600; }
.hero__fakt span { font-size: .88rem; color: var(--tinte-faint); }

/* Polaroid-Stapel */
.polaroids { position: relative; padding: 1rem 0 2.5rem; }
.polaroid {
  background: #fff;
  padding: 14px 14px 18px;
  box-shadow: var(--schatten);
  border-radius: 4px;
  transform: rotate(3deg);
  transition: transform .3s ease;
  position: relative;
  max-width: 340px;
  margin-inline: auto;
}
.polaroid:hover { transform: rotate(.5deg) translateY(-4px); }
.polaroid img { border-radius: 2px; aspect-ratio: 4 / 5; object-fit: cover; width: 100%; }
.polaroid figcaption {
  font-family: var(--font-hand);
  font-weight: 500;
  font-size: 1.35rem;
  color: var(--tinte-soft);
  text-align: center;
  padding-top: .7rem;
}
/* Klebeband */
.tape {
  position: absolute;
  top: -14px; left: 50%;
  width: 110px; height: 30px;
  transform: translateX(-50%) rotate(-4deg);
  background: linear-gradient(105deg, rgba(224, 190, 120, .5), rgba(233, 208, 152, .65));
  border-left: 1px dashed rgba(255, 255, 255, .5);
  border-right: 1px dashed rgba(255, 255, 255, .5);
  box-shadow: 0 2px 6px rgba(23, 48, 42, .12);
}
.polaroid--mini {
  position: absolute;
  right: -8px; bottom: -12px;
  max-width: 168px;
  padding: 9px 9px 11px;
  transform: rotate(-6deg);
  z-index: 2;
}
.tape--mini { width: 70px; height: 22px; top: -10px; }
.polaroid--mini img { aspect-ratio: 1; }
.polaroid--mini figcaption { font-size: 1.05rem; padding-top: .45rem; }
.polaroid--mini:hover { transform: rotate(-2deg) translateY(-3px); }
/* Notizzettel am Stapel */
.klebezettel {
  position: absolute;
  left: -14px; top: -26px;
  z-index: 3;
  background: #fbe9a8;
  padding: .8rem 1rem .9rem;
  font-family: var(--font-hand);
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #6b5416;
  transform: rotate(-7deg);
  box-shadow: var(--schatten-flach);
  border-radius: 2px;
}
/* Mobil: Polaroid-Stapel auf die halbe Größe */
@media (max-width: 640px) {
  .hero .polaroids { max-width: 210px; padding: .5rem 0 1.5rem; }
  .polaroid { max-width: 170px; padding: 7px 7px 9px; }
  /* das Foto trägt width/height im Markup — Höhe hier ebenfalls halbieren,
     sonst bliebe der Ausschnitt hochkant stehen */
  .polaroid img { height: 250px; }
  .polaroid figcaption { font-size: .95rem; padding-top: .4rem; }
  .polaroid--mini { max-width: 84px; padding: 5px 5px 6px; right: -26px; bottom: -8px; }
  .polaroid--mini img { height: auto; }
  .polaroid--mini figcaption { font-size: .78rem; padding-top: .25rem; }
  .tape--mini { width: 42px; height: 14px; top: -7px; }
  .klebezettel {
    left: -30px; top: -16px;
    padding: .5rem .65rem .55rem;
    font-size: .92rem;
  }
}

/* ---------- „Kein Agentur-Theater" Streifen ---------- */
.theater {
  border-block: 1px solid var(--linie);
  background: var(--karte);
  padding: 1.9rem 0;
}
.theater__inner {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: 1rem 2rem;
  justify-content: center;
}
.theater__label {
  font: 700 .8rem/1 var(--font-body);
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--tinte-faint);
}
.theater__item {
  position: relative;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.12rem;
  color: var(--tinte-faint);
  white-space: nowrap;
}
.theater__item svg {
  position: absolute; left: -4%; top: 50%;
  width: 108%; height: 14px;
  transform: translateY(-50%);
  overflow: visible;
}
.theater__item svg path {
  fill: none; stroke: var(--mohn); stroke-width: 3; stroke-linecap: round;
  opacity: .9;
}
.theater__statt {
  font-family: var(--font-hand);
  font-weight: 600;
  font-size: 1.5rem;
  color: var(--see);
  transform: rotate(-2deg);
  white-space: nowrap;
}

/* ---------- Abschnittsköpfe ---------- */
.kopf { max-width: 46rem; margin-bottom: clamp(2.2rem, 4.5vw, 3.5rem); }
.kopf--mitte { margin-inline: auto; text-align: center; }
.kopf--mitte .kicker { justify-content: center; }
.kopf h2 {
  font-size: clamp(1.9rem, 3.6vw, 2.8rem);
  font-weight: 600;
}
.kopf p { margin-top: 1rem; color: var(--tinte-soft); font-size: 1.06rem; }

/* ---------- Leistungs-Karten ---------- */
.werk-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
}
.werk {
  background: var(--karte);
  border: 1px solid var(--linie);
  border-radius: var(--radius);
  padding: 1.9rem 1.7rem 1.7rem;
  position: relative;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  display: flex; flex-direction: column; gap: .8rem;
}
.werk:hover {
  transform: translateY(-5px) rotate(-.4deg);
  box-shadow: var(--schatten);
  border-color: rgba(12, 143, 125, .4);
}
.werk__icon {
  width: 52px; height: 52px;
  display: grid; place-items: center;
  border-radius: 14px;
  background: rgba(52, 216, 195, .14);
  color: var(--see);
  transform: rotate(-3deg);
}
.werk h3 { font-size: 1.28rem; font-weight: 600; overflow-wrap: break-word; hyphens: auto; -webkit-hyphens: auto; }
.werk p { color: var(--tinte-soft); font-size: .96rem; flex: 1; }
.werk__preis {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.15rem;
  color: var(--tinte);
  padding-top: .9rem;
  border-top: 1px dashed var(--linie-stark);
}
.werk__preis small { font-family: var(--font-body); font-weight: 500; font-size: .82rem; color: var(--tinte-faint); }
/* Problem-Variante (Branchenseiten): warmes Rot statt Türkis */
/* Kachel bleibt im Markup, wird aber nicht ausgespielt (Startseite: nur 3 Kacheln) */
.werk--aus { display: none !important; }
.werk--problem .werk__icon { background: rgba(207, 95, 60, .13); color: var(--mohn); }
.werk__icon--emoji { font-size: 1.5rem; }

/* ---------- Pills (Hervorhebungen in Preistabellen & Karten) ---------- */
.pill {
  display: inline-block;
  margin-top: .5rem;
  background: rgba(12, 143, 125, .13);
  color: var(--see);
  font: 700 .78rem/1 var(--font-body);
  letter-spacing: .02em;
  padding: .45rem .8rem;
  border-radius: 999px;
  white-space: nowrap;
}
a.pill--cta {
  background: var(--see);
  color: #fff;
  text-decoration: none !important;
  transition: transform .15s ease, box-shadow .15s ease;
}
a.pill--cta:hover { transform: translateY(-1px); box-shadow: 0 8px 18px -8px rgba(12, 143, 125, .55); }
@media (max-width: 640px) {
  .pill {
    white-space: normal;
    line-height: 1.45;
    border-radius: 14px;     /* mehrzeilige Pills: Tag-Optik statt verzerrter Kapsel */
    text-wrap: balance;      /* bricht ausgewogen in zwei Zeilen */
    text-align: center;
  }
  /* Preistabellen: erster Spalte mehr Platz geben, damit Pills
     zweizeilig bleiben; Preise dürfen dafür umbrechen */
  .preistabelle { table-layout: fixed; }
  .preistabelle th:first-child, .preistabelle td:first-child { width: 54%; }
  .preistabelle .preis { white-space: normal; }
  .preistabelle th, .preistabelle td { padding: .9rem .8rem; }
}

/* ---------- Pakete ---------- */
.pakete {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
  align-items: stretch;
}
.paket {
  background: var(--karte);
  border: 1px solid var(--linie);
  border-radius: var(--radius);
  padding: 2.1rem 1.9rem;
  display: flex; flex-direction: column;
  position: relative;
  transition: transform .22s ease, box-shadow .22s ease;
}
.paket:hover { transform: translateY(-5px); box-shadow: var(--schatten); }
.paket--favorit {
  background: var(--tinte);
  color: var(--papier);
  border-color: var(--tinte);
  transform: rotate(.6deg) scale(1.02);
}
.paket--favorit:hover { transform: rotate(0deg) scale(1.02) translateY(-5px); }
/* sitzt bewusst IM dunklen Karteneck: Bernstein auf Tannengrün ist
   gut lesbar, auf dem cremefarbenen Seitenhintergrund war es das nicht */
.paket__flag {
  position: absolute;
  top: .7rem; right: 1.2rem;
  font-family: var(--font-hand);
  font-weight: 700;
  font-size: 1.4rem;
  color: var(--sonne);
  transform: rotate(3deg);
}
.paket__nr {
  font: 700 .78rem/1 var(--font-body);
  letter-spacing: .18em;
  color: var(--see);
  margin-bottom: 1rem;
}
.paket--favorit .paket__nr { color: var(--see-hell); }
.paket h3 { font-size: 1.5rem; font-weight: 600; }
.paket__zeile { margin-top: .6rem; font-size: .95rem; color: var(--tinte-soft); min-height: 3.2em; }
.paket--favorit .paket__zeile { color: rgba(246, 240, 228, .75); }
.paket__preis {
  font-family: var(--font-display);
  font-size: 1.9rem; font-weight: 600;
  margin: 1.2rem 0 .2rem;
}
.paket__preis small {
  display: block;
  font-family: var(--font-body);
  font-size: .82rem; font-weight: 500;
  color: var(--tinte-faint);
  margin-top: .3rem;
}
.paket--favorit .paket__preis small { color: rgba(246, 240, 228, .6); }
.paket__foerder {
  display: inline-flex; align-items: flex-start; gap: .5rem;
  background: var(--sonne);
  color: #3a2a08;
  font: 700 .84rem/1.4 var(--font-body);
  padding: .6rem .95rem;
  border-radius: 12px;
  transform: rotate(-1deg);
  margin-top: .9rem;
  box-shadow: var(--schatten-flach);
}
.paket ul {
  list-style: none;
  margin: 1.2rem 0 1.6rem; padding: 0;
  display: flex; flex-direction: column; gap: .65rem;
  flex: 1;
}
.paket li {
  display: flex; gap: .6rem; align-items: flex-start;
  font-size: .93rem; line-height: 1.5;
  color: var(--tinte-soft);
}
.paket--favorit li { color: rgba(246, 240, 228, .85); }
.paket li .hakerl {
  flex: none;
  width: 19px; height: 19px;
  margin-top: 2px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: rgba(12, 143, 125, .14);
  color: var(--see);
}
.paket--favorit li .hakerl { background: rgba(52, 216, 195, .18); color: var(--see-hell); }
.paket li .hakerl svg { width: 10px; height: 10px; }
.paket .btn { width: 100%; }
.paket--favorit .btn--primary { background: var(--see-hell); color: var(--tinte); }
.paket--favorit .btn--primary:hover { background: #4be3cf; box-shadow: 0 14px 30px -12px rgba(52, 216, 195, .45); }
.pakete-note {
  text-align: center;
  font-size: .88rem;
  color: var(--tinte-faint);
  max-width: 44rem;
  margin: 1.8rem auto 0;
}

/* Mobil: Pakete seitlich wischbar, mit Pfeilen auf Kartenhöhe */
.pakete-slider { position: relative; }
.pakete-pfeil { display: none; }
@media (max-width: 760px) {
  .pakete-slider .pakete {
    display: flex;
    grid-template-columns: none;
    gap: 1rem;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    /* randlos scrollen, Karten bleiben trotzdem am Container ausgerichtet */
    margin-inline: -1.3rem;
    padding: .4rem 1.3rem 1.1rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .pakete-slider .pakete::-webkit-scrollbar { display: none; }
  .pakete-slider .paket {
    flex: 0 0 82%;
    scroll-snap-align: center;
  }
  .pakete-pfeil {
    display: grid;
    place-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 42px; height: 42px;
    padding: 0;
    border-radius: 50%;
    border: 1px solid var(--linie);
    background: rgba(253, 250, 242, .93);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    color: var(--tinte);
    box-shadow: var(--schatten-flach);
    cursor: pointer;
    transition: opacity .2s ease, background .2s ease;
  }
  .pakete-pfeil svg { width: 18px; height: 18px; }
  /* schmalere Karten: Störer nicht mehr über die Paketnummer legen */
  .paket__flag {
    position: static;
    display: block;
    margin-bottom: .3rem;
    font-size: 1.25rem;
    transform: rotate(-1.5deg);
    transform-origin: left center;
  }
  .pakete-pfeil--links { left: -.5rem; }
  .pakete-pfeil--rechts { right: -.5rem; }
  .pakete-pfeil[disabled] { opacity: .28; pointer-events: none; }
}

/* ---------- Ablauf ---------- */
.ablauf { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.4rem; }
.schritt { position: relative; padding: 2.4rem 1.6rem 0; }
.schritt__nr {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 4.6rem;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 2px rgba(12, 143, 125, .5);
  position: absolute;
  top: 0; left: 0;
}
.schritt h3 { font-size: 1.3rem; font-weight: 600; margin-bottom: .6rem; padding-top: 1.6rem; }
.schritt p { color: var(--tinte-soft); font-size: .97rem; }
.schritt__tag {
  display: inline-block;
  margin-top: 1rem;
  font-family: var(--font-hand);
  font-weight: 600;
  font-size: 1.3rem;
  color: var(--sonne);
  transform: rotate(-1.5deg);
}

/* ---------- Über mich / Split ---------- */
.split {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: center;
}
.split > * { min-width: 0; }

/* Steckbrief-Karte */
.steckbrief { padding: 1.6rem 1.4rem .6rem; }
.steckbrief__titel { font-size: 1.7rem; display: block; margin-bottom: 1rem; }
.steckbrief dl {
  margin: 0;
  display: flex; flex-direction: column; gap: .75rem;
  font-size: .95rem;
}
.steckbrief dl > div { display: flex; gap: .6rem; }
.steckbrief dt { flex: none; font-weight: 700; width: 6.5rem; }
.steckbrief dd { margin: 0; min-width: 0; color: var(--tinte-soft); }
@media (max-width: 380px) {
  .steckbrief dl > div { flex-direction: column; gap: .1rem; }
  .steckbrief dt { width: auto; }
}
.checkliste { list-style: none; margin: 1.8rem 0 0; padding: 0; display: flex; flex-direction: column; gap: 1.05rem; }
.checkliste li { display: flex; gap: .85rem; align-items: flex-start; color: var(--tinte-soft); font-size: 1rem; }
.checkliste li strong { color: var(--tinte); }
.checkliste .hakerl {
  flex: none;
  width: 24px; height: 24px; margin-top: 2px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: rgba(12, 143, 125, .14);
  color: var(--see);
}
.checkliste .hakerl svg { width: 12px; height: 12px; }

/* ---------- Referenzen: schmales Portfolio-Band ---------- */
.section--knapp { padding-block: clamp(2.6rem, 5vw, 4rem); }
.portfolio-band {
  position: relative;
  max-width: 38rem;
  margin-inline: auto;
  text-align: center;
  background: var(--karte);
  border: 1px solid var(--linie);
  border-radius: 6px;
  padding: clamp(2.2rem, 4vw, 2.9rem) clamp(1.3rem, 4vw, 2.6rem) clamp(1.8rem, 3vw, 2.3rem);
  box-shadow: var(--schatten-flach);
}
.portfolio-band .kicker { margin-bottom: .8rem; }
.portfolio-band h2 { font-size: clamp(1.5rem, 3vw, 1.95rem); font-weight: 600; }
.portfolio-band > p {
  margin: .7rem auto 0;
  max-width: 30rem;
  font-size: .97rem;
  color: var(--tinte-soft);
}
.portfolio-band__bilder {
  display: flex; justify-content: center; align-items: center;
  margin: 1.5rem 0 1.7rem;
}
.portfolio-band__bilder img {
  width: clamp(100px, 24vw, 148px);
  aspect-ratio: 4 / 3;
  object-fit: cover; object-position: top;
  background: #fff;
  padding: 6px;
  border-radius: 3px;
  box-shadow: var(--schatten-flach);
  transition: transform .3s ease;
}
.portfolio-band__bilder img + img { margin-left: -16px; }
.portfolio-band__bilder img:nth-child(1) { transform: rotate(-5deg); }
.portfolio-band__bilder img:nth-child(2) { transform: rotate(1.5deg) translateY(-7px); z-index: 2; }
.portfolio-band__bilder img:nth-child(3) { transform: rotate(4.5deg); }
.portfolio-band:hover .portfolio-band__bilder img:nth-child(1) { transform: rotate(-8deg) translateX(-8px); }
.portfolio-band:hover .portfolio-band__bilder img:nth-child(2) { transform: rotate(0) translateY(-11px); }
.portfolio-band:hover .portfolio-band__bilder img:nth-child(3) { transform: rotate(7.5deg) translateX(8px); }
.portfolio-band__url {
  display: block;
  margin-top: .85rem;
  font: 500 .84rem/1 var(--font-body);
  letter-spacing: .04em;
  color: var(--tinte-faint);
}

/* ---------- Branchen-Zettel ---------- */
.branchen-zettel {
  display: flex; flex-wrap: wrap; gap: .7rem .8rem;
  justify-content: center;
  max-width: 54rem;
  margin-inline: auto;
}
.zettel {
  font: 500 .94rem/1 var(--font-body);
  color: var(--tinte-soft);
  background: var(--karte);
  border: 1px solid var(--linie);
  border-radius: 999px;
  padding: .68rem 1.15rem;
  transition: transform .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease;
}
.zettel:nth-child(odd) { transform: rotate(-1deg); }
.zettel:nth-child(even) { transform: rotate(1deg); }
.zettel:hover {
  text-decoration: none;
  transform: rotate(0) translateY(-2px);
  border-color: var(--see);
  color: var(--see);
  box-shadow: var(--schatten-flach);
}

/* ---------- FAQ ---------- */
.faq { max-width: 46rem; margin-inline: auto; }
.faq__item { border-bottom: 1px solid var(--linie); }
.faq__q {
  width: 100%;
  background: none; border: 0;
  text-align: left;
  font: 600 1.08rem/1.4 var(--font-display);
  color: var(--tinte);
  padding: 1.25rem 2.4rem 1.25rem 0;
  cursor: pointer;
  position: relative;
}
.faq__q::after {
  content: '+';
  position: absolute; right: .2rem; top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-hand);
  font-size: 1.7rem;
  color: var(--see);
  transition: transform .25s ease;
}
.faq__item.is-open .faq__q::after { transform: translateY(-50%) rotate(45deg); }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq__a-inner { padding: 0 0 1.4rem; color: var(--tinte-soft); font-size: .98rem; }
.faq__a-inner a { font-weight: 700; }

/* ---------- CTA-Band (dunkler Moment) ---------- */
.cta-band {
  background: var(--tinte);
  color: var(--papier);
  border-radius: calc(var(--radius) + 8px);
  padding: clamp(2.8rem, 6vw, 4.5rem) clamp(1.6rem, 5vw, 4rem);
  position: relative;
  overflow: hidden;
  text-align: center;
}
.cta-band::before {
  content: '';
  position: absolute; top: 0; right: 0; bottom: 0; left: 0;
  background:
    radial-gradient(ellipse 60% 50% at 85% 110%, rgba(52, 216, 195, .22), transparent),
    radial-gradient(ellipse 40% 40% at 8% -10%, rgba(224, 154, 53, .18), transparent);
  pointer-events: none;
}
.cta-band > * { position: relative; }
.cta-band h2 { font-size: clamp(1.9rem, 3.6vw, 2.7rem); font-weight: 600; }
.cta-band .hand { font-size: clamp(1.5rem, 2.4vw, 1.9rem); margin-bottom: .6rem; }
.cta-band p {
  margin: 1.1rem auto 0;
  max-width: 36rem;
  color: rgba(246, 240, 228, .78);
}
.cta-band__actions {
  display: flex; flex-wrap: wrap; gap: .9rem;
  justify-content: center;
  margin-top: 2rem;
}
.cta-band .btn--primary { background: var(--see-hell); color: var(--tinte); }
.cta-band .btn--primary:hover { background: #4be3cf; }
.cta-band .btn--ghost { border-color: rgba(246, 240, 228, .4); color: var(--papier); }
.cta-band .btn--ghost:hover { border-color: var(--papier); }
/* Paket-Empfehlung im Band (Branchenseiten) */
.cta-band__preis {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(2.1rem, 4vw, 2.9rem);
  margin-top: 1.3rem;
}
.cta-band__preis small {
  display: block;
  font-family: var(--font-body);
  font-size: .88rem; font-weight: 500;
  color: rgba(246, 240, 228, .65);
  margin-top: .35rem;
}
/* Wellenlinie im Band */
.cta-band__welle {
  position: absolute; left: 0; right: 0; bottom: 14px;
  width: 100%; height: 22px;
  opacity: .35;
}
.cta-band__welle path { fill: none; stroke: var(--see-hell); stroke-width: 2.5; stroke-linecap: round; }

/* ---------- Formular ---------- */
.form {
  background: var(--karte);
  border: 1px solid var(--linie);
  border-radius: var(--radius);
  padding: 2rem 1.8rem;
  box-shadow: var(--schatten-flach);
  display: flex; flex-direction: column; gap: 1.15rem;
}
.form label {
  display: block;
  font: 700 .84rem/1 var(--font-body);
  letter-spacing: .02em;
  margin-bottom: .45rem;
  color: var(--tinte);
}
.form input[type="text"], .form input[type="email"], .form input[type="tel"], .form textarea {
  width: 100%;
  background: #fff;
  border: 1.5px solid var(--linie-stark);
  border-radius: 12px;
  padding: .8rem .95rem;
  font: 500 .98rem/1.5 var(--font-body);
  color: var(--tinte);
  transition: border-color .18s ease, box-shadow .18s ease;
}
.form input:focus, .form textarea:focus {
  outline: none;
  border-color: var(--see);
  box-shadow: 0 0 0 4px rgba(12, 143, 125, .14);
}
.form textarea { min-height: 130px; resize: vertical; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form__consent {
  display: flex; gap: .7rem; align-items: flex-start;
  font-size: .85rem; line-height: 1.55;
  color: var(--tinte-soft);
  cursor: pointer;
}
.form__consent input { margin-top: 3px; accent-color: var(--see); flex: none; }
.form .note { font-size: .88rem; color: var(--see); background: rgba(12,143,125,.08); border-radius: 10px; padding: .8rem 1rem; }

/* ---------- Kontakt-Extras ---------- */
.kontakt-karten { display: flex; flex-direction: column; gap: 1rem; margin-top: 1.8rem; }
.kontakt-karte {
  display: flex; align-items: center; gap: 1rem;
  background: var(--karte);
  border: 1px solid var(--linie);
  border-radius: var(--radius);
  padding: 1.1rem 1.3rem;
  color: var(--tinte);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
a.kontakt-karte:hover { text-decoration: none; transform: translateY(-2px); border-color: var(--see); box-shadow: var(--schatten-flach); }
.kontakt-karte__icon {
  flex: none;
  width: 46px; height: 46px;
  display: grid; place-items: center;
  border-radius: 13px;
  background: rgba(52, 216, 195, .16);
  color: var(--see);
  transform: rotate(-3deg);
}
.kontakt-karte b { display: block; font-family: var(--font-display); font-weight: 600; font-size: 1.05rem; }
.kontakt-karte span { font-size: .88rem; color: var(--tinte-faint); }

.calendly-rahmen {
  background: var(--karte);
  border: 1px solid var(--linie);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--schatten-flach);
}

/* ---------- Preistabellen (leistungen.html) ---------- */
.preisblock { margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.preisblock__titel {
  display: flex; align-items: baseline; gap: 1rem;
  margin-bottom: 1.2rem;
}
.preisblock__titel h3 { font-size: 1.45rem; font-weight: 600; }
.preisblock__titel .hand { font-size: 1.3rem; }
.preistabelle {
  width: 100%;
  border-collapse: collapse;
  background: var(--karte);
  border: 1px solid var(--linie);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 1px 0 rgba(23,48,42,.04);
}
.preistabelle-scroll { overflow-x: auto; border-radius: var(--radius); }
.preistabelle th, .preistabelle td {
  text-align: left;
  padding: 1rem 1.2rem;
  border-bottom: 1px solid var(--linie);
  font-size: .95rem;
  vertical-align: top;
}
.preistabelle th {
  font: 700 .78rem/1.3 var(--font-body);
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--tinte-faint);
  background: rgba(23, 48, 42, .035);
}
.preistabelle tr:last-child td { border-bottom: 0; }
.preistabelle td:first-child { font-weight: 700; color: var(--tinte); }
.preistabelle td small { display: block; font-weight: 400; color: var(--tinte-faint); margin-top: .15rem; }
.preistabelle .preis { white-space: nowrap; font-family: var(--font-display); font-weight: 600; font-size: 1.02rem; }
.preistabelle .preis small { font-family: var(--font-body); }

/* ---------- Prose (Rechtsseiten: Impressum, Datenschutz, AGB) ---------- */
.prose { max-width: 46rem; }
.prose h1 {
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 600;
  margin-bottom: 1.6rem;
}
.prose h1, .prose h2, .prose h3 {
  overflow-wrap: break-word;
  hyphens: auto; -webkit-hyphens: auto;
}
.prose p, .prose li { overflow-wrap: break-word; }
.prose h2 {
  font-size: 1.45rem;
  font-weight: 600;
  margin: 2.6rem 0 .9rem;
  padding-top: 1.4rem;
  border-top: 1px dashed var(--linie-stark);
}
.prose h1 + h2, .prose h2:first-child { border-top: 0; padding-top: 0; }
.prose h3 { font-size: 1.12rem; font-weight: 600; margin: 1.8rem 0 .6rem; }
.prose p { margin: 0 0 1rem; color: var(--tinte-soft); font-size: .98rem; }
.prose ul, .prose ol { margin: 0 0 1.2rem; padding-left: 1.3rem; color: var(--tinte-soft); font-size: .98rem; }
.prose li { margin-bottom: .4rem; }
.prose strong { color: var(--tinte); }
.prose a { font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.prose hr { border: 0; border-top: 1px dashed var(--linie-stark); margin: 2.2rem 0; }
.prose table {
  display: block;            /* breite Tabellen scrollen statt die Seite zu sprengen */
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
  background: var(--karte);
  border: 1px solid var(--linie);
  border-radius: 12px;
  overflow: hidden;
  margin: 0 0 1.4rem;
  font-size: .92rem;
}
.prose th, .prose td {
  text-align: left;
  padding: .7rem .9rem;
  border-bottom: 1px solid var(--linie);
  vertical-align: top;
}
.prose th {
  font: 700 .76rem/1.3 var(--font-body);
  letter-spacing: .08em; text-transform: uppercase;
  color: var(--tinte-faint);
  background: rgba(23, 48, 42, .035);
}
.prose tr:last-child td { border-bottom: 0; }

/* flacher Hero für Unterseiten ohne großen Aufmacher */
.hero--flach { padding-bottom: 0; }

/* ---------- Footer ---------- */
.footer {
  border-top: 1px solid var(--linie);
  background: var(--papier-tief);
  padding: 3rem 0 2rem;
  margin-top: clamp(3rem, 6vw, 5rem);
}
.footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 2.5rem;
  margin-bottom: 2.4rem;
}
.footer__brand p { font-size: .93rem; color: var(--tinte-soft); margin-top: .9rem; max-width: 26rem; }
.footer h4 {
  font: 700 .8rem/1 var(--font-body);
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--tinte-faint);
  margin-bottom: 1rem;
}
.footer ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: .55rem; }
.footer ul a { color: var(--tinte-soft); font-size: .95rem; }
.footer ul a:hover { color: var(--see); }
.footer__social { display: flex; gap: .7rem; margin-top: 1.2rem; }
.footer__social a {
  width: 38px; height: 38px;
  display: grid; place-items: center;
  border-radius: 50%;
  border: 1.5px solid var(--linie-stark);
  color: var(--tinte-soft);
  transition: border-color .18s, color .18s, transform .18s;
}
.footer__social a:hover { border-color: var(--see); color: var(--see); transform: translateY(-2px); }
.footer__bottom {
  display: flex; flex-wrap: wrap; gap: 1rem;
  justify-content: space-between; align-items: center;
  padding-top: 1.6rem;
  border-top: 1px dashed var(--linie-stark);
  font-size: .86rem;
  color: var(--tinte-faint);
}
.footer__legal { display: flex; flex-wrap: wrap; gap: 1.3rem; }
.footer__legal a { color: var(--tinte-faint); }
.footer__legal a:hover { color: var(--see); }
.footer__gruss {
  font-family: var(--font-hand);
  font-weight: 600;
  font-size: 1.35rem;
  color: var(--tinte-soft);
  transform: rotate(-1.5deg);
  display: inline-block;
}

/* ---------- Cookie-Banner (consent.js braucht .ck-Klassen) ---------- */
.ck {
  position: fixed;
  left: 22px; bottom: 22px;
  z-index: 2100;
  width: 380px; max-width: calc(100vw - 44px);
  background: var(--karte);
  color: var(--tinte);
  border: 1px solid var(--linie);
  border-radius: var(--radius);
  box-shadow: var(--schatten);
  padding: 24px 22px 16px;
  transform: translateY(calc(100% + 40px));
  pointer-events: none;
  transition: transform .45s cubic-bezier(.2, .9, .3, 1);
}
.ck.show { transform: none; pointer-events: auto; }
.ck-title { display: block; font-family: var(--font-display); font-weight: 600; font-size: 1.15rem; margin-bottom: 8px; }
.ck .ck-txt { font-size: .85rem; line-height: 1.6; color: var(--tinte-soft); margin-bottom: 14px; }
.ck-opts {
  display: flex; flex-direction: column; gap: 11px;
  max-height: 0; opacity: 0; overflow: hidden;
  border-block: 1px solid transparent;
  transition: max-height .3s ease, opacity .3s ease, padding .3s ease;
}
.ck.open .ck-opts { max-height: 280px; opacity: 1; margin-bottom: 14px; padding: 13px 0; border-color: var(--linie); }
.ck-opt { display: flex; gap: 11px; align-items: flex-start; cursor: pointer; }
.ck-opt input { margin-top: 3px; accent-color: var(--see); flex: none; }
.ck-opt span { display: flex; flex-direction: column; gap: 2px; }
.ck-opt b { font-size: .82rem; font-weight: 700; }
.ck-opt small { font-size: .73rem; line-height: 1.5; color: var(--tinte-faint); }
.ck-act { display: flex; flex-wrap: nowrap; gap: 8px; align-items: center; }
.ck-act button {
  flex: 1;
  font: 700 .88rem/1 var(--font-body);
  padding: .8rem 1rem;
  border-radius: 999px;
  border: 0; cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease;
}
.ck-act .ck-all { background: var(--see); color: #fff; }
.ck-act .ck-all:hover { transform: translateY(-1px); box-shadow: 0 8px 22px -8px rgba(12, 143, 125, .5); }
.ck-act .ck-set { background: transparent; border: 1.5px solid var(--linie-stark); color: var(--tinte); }
.ck-act .ck-set:hover { border-color: var(--see); color: var(--see); }
.ck-links { font-size: .73rem; color: var(--tinte-faint); margin-top: 11px; text-align: center; }
.ck-links a { color: var(--tinte-faint); text-decoration: underline; text-underline-offset: 2px; }
.ck-links a:hover { color: var(--see); }
@media (max-width: 520px) { .ck { left: 10px; right: 10px; bottom: 10px; width: auto; padding: 20px 18px 14px; } }

/* ---------- Animationen ---------- */
.load-in { animation: aufwachen .8s cubic-bezier(.2, .8, .3, 1) both; }
.load-in:nth-child(2) { animation-delay: .08s; }
.load-in:nth-child(3) { animation-delay: .16s; }
.load-in:nth-child(4) { animation-delay: .24s; }
.load-in:nth-child(5) { animation-delay: .32s; }
@keyframes aufwachen {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: none; }
}
.reveal, .reveal-stagger > * {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .7s ease, transform .7s cubic-bezier(.2, .8, .3, 1);
}
.reveal.is-visible, .reveal-stagger.is-visible > * { opacity: 1; transform: none; }
.reveal-stagger.is-visible > *:nth-child(2) { transition-delay: .09s; }
.reveal-stagger.is-visible > *:nth-child(3) { transition-delay: .18s; }
.reveal-stagger.is-visible > *:nth-child(4) { transition-delay: .27s; }
.reveal-stagger.is-visible > *:nth-child(5) { transition-delay: .36s; }
.reveal-stagger.is-visible > *:nth-child(6) { transition-delay: .45s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .load-in, .reveal, .reveal-stagger > * { animation: none; opacity: 1; transform: none; transition: none; }
}

/* ---------- Hilfsklassen ---------- */
.mitte { text-align: center; }
.mt-2 { margin-top: 2rem; }
.mt-3 { margin-top: 3rem; }
.text-soft { color: var(--tinte-soft); }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) and (min-width: 901px) {
  /* mehr Menüpunkte: Abstände enger, damit die Zeile nicht bricht */
  .nav__links { gap: 1.15rem; }
  .nav__inner { gap: 1rem; }
}
@media (max-width: 1020px) {
  .werk-grid, .pakete, .ablauf { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero__grid { grid-template-columns: 1fr; }
  .polaroids { max-width: 420px; margin-inline: auto; padding-top: 2.5rem; }
  .split { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 480px) {
  /* Welle bleibt sichtbar, aber dünner/kürzer angesetzt als am Desktop */
  .marker svg { bottom: -.14em; height: .32em; }
  .marker svg path { stroke-width: 5.5; }
  .hero h1 { font-size: clamp(2.1rem, 11vw, 2.7rem); }
  .theater__statt { white-space: normal; }
}
@media (max-width: 640px) {
  .werk-grid, .pakete, .ablauf { grid-template-columns: 1fr; }
  .paket--favorit { transform: none; }
  /* Branchen-Zettel: mobil ein Link pro Zeile */
  .branchen-zettel { flex-direction: column; align-items: stretch; }
  .branchen-zettel .zettel {
    transform: none;
    text-align: center;
    padding: .85rem 1rem;
  }
  .form__row { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; gap: 1.8rem; }
  .hero__fakten { gap: 1.1rem 1.8rem; }
  .hide-mobile { display: none; }
  .theater__inner { justify-content: flex-start; }
}
