/* ╔══════════════════════════════════╗
   ║      ᚺ  ᚢ  ᚷ  ᛁ  ᚾ  ᛋ  ᛟ  ᚾ      ║
   ║         H  U  G  I  N  S  O  N    ║
   ╚══════════════════════════════════╝
   Maskottchen 2.0 — Landingpage · 2026-07-31
   Alpine-Editorial: Papier, Tinte, Höhenlinien, ein Signalrot. */

/* ---------- Fonts (self-hosted, SIL OFL — kein Google-Request, DSGVO) ------ */
@font-face {
  font-family: 'Fraunces';
  src: url('fonts/fraunces-normal-400-900.woff2') format('woff2');
  font-weight: 400 900; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Fraunces';
  src: url('fonts/fraunces-italic-400-900.woff2') format('woff2');
  font-weight: 400 900; font-style: italic; font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('fonts/lato-normal-400.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('fonts/lato-normal-700.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('fonts/lato-normal-900.woff2') format('woff2');
  font-weight: 900; font-style: normal; font-display: swap;
}

/* ---------- Tokens -------------------------------------------------------- */
:root {
  --paper:      #F5EFE3;
  --paper-deep: #EDE4D3;
  --card:       #FFFCF6;
  --ink:        #17241F;
  --ink-2:      #3D4F47;
  --ink-3:      #5E6F66;   /* war 3,40:1 auf Papier — jetzt 4,62:1 */
  --line:       #D9CEBA;
  --signal:     #D9481F;
  --signal-dk:  #B23816;
  --signal-lt:  #FF8A5C;   /* aufgehellt, nur auf dunklen Flaechen */
  --tech:       #009FE3;
  --pine:       #0F3D33;

  --r-lg: 24px;
  --r-md: 14px;
  --r-sm: 8px;

  --shadow-card: 0 1px 0 rgba(23,36,31,.04), 0 18px 40px -24px rgba(23,36,31,.45);
  --shadow-lift: 0 2px 0 rgba(23,36,31,.06), 0 34px 60px -28px rgba(23,36,31,.5);

  --wrap: 1180px;
  --step--1: clamp(.86rem, .84rem + .1vw, .93rem);
  --step-0:  clamp(1rem, .97rem + .16vw, 1.12rem);
  --step-1:  clamp(1.2rem, 1.12rem + .4vw, 1.5rem);
  --step-2:  clamp(1.6rem, 1.4rem + 1vw, 2.4rem);
  --step-3:  clamp(2rem, 1.6rem + 1.8vw, 3.5rem);
  --step-4:  clamp(2.15rem, 1.6rem + 3vw, 5rem);
}

/* Grosse Monitore: Satzspiegel UND Schrift wachsen mit, sonst schwimmt die
   Seite als schmale Insel in der Mitte. Prozent statt px, damit die vom Nutzer
   eingestellte Basisschriftgroesse erhalten bleibt. */
@media (min-width: 1500px) { :root { font-size: 106%; --wrap: 1300px; } }
@media (min-width: 1800px) { :root { font-size: 112%; --wrap: 1440px; } }
@media (min-width: 2200px) { :root { font-size: 122%; --wrap: 1620px; } }
@media (min-width: 2800px) { :root { font-size: 134%; --wrap: 1840px; } }

/* ---------- Reset --------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
img, svg { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; color: inherit; }
a { color: inherit; }

/* Sichtbarer Fokus — vorher hatte die Seite gar keinen. */
:focus-visible { outline: 3px solid var(--pine); outline-offset: 3px; border-radius: 4px; }
.speed :focus-visible, .compare :focus-visible { outline-color: #fff; }

/* Ohne JavaScript bleibt die Seite lesbar statt leer (.reveal startet auf opacity:0). */
.no-js .reveal { opacity: 1; transform: none; }

/* Keine Schusterjungen, ausgewogene Umbrueche in Titeln. */
h2, h3, .faq summary { text-wrap: balance; }
p, li, figcaption { text-wrap: pretty; }

body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: var(--step-0);
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
  overflow-x: hidden;
  position: relative;
}

/* Papier-Korn über allem, unsichtbar für die Maus */
body::after {
  content: ''; position: fixed; inset: 0; z-index: 9999; pointer-events: none;
  opacity: .28; mix-blend-mode: multiply;
  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='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
}

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

/* ---------- Typo ---------------------------------------------------------- */
h1, h2, h3, .display {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -.02em;
  font-variation-settings: 'SOFT' 20, 'WONK' 1;
}
h1 { font-size: var(--step-4); font-weight: 900; overflow-wrap: break-word; }
h2 { font-size: var(--step-3); }
h3 { font-size: var(--step-1); line-height: 1.15; }
em.wonk { font-style: italic; color: var(--signal); font-variation-settings: 'WONK' 1; }

.eyebrow {
  font-size: var(--step--1); font-weight: 900; letter-spacing: .18em;
  text-transform: uppercase; color: var(--ink-3);
}
.lead { font-size: var(--step-1); line-height: 1.5; color: var(--ink-2); }
.muted { color: var(--ink-3); }

/* ---------- Layout -------------------------------------------------------- */
.wrap { width: min(100% - 2.5rem, var(--wrap)); margin-inline: auto; }
@media (max-width: 640px) { .wrap { width: min(100% - 1.75rem, var(--wrap)); } }
section { padding-block: clamp(4.5rem, 9vw, 8.5rem); position: relative; }
.section-head { max-width: 62ch; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.section-head .eyebrow { margin-bottom: 1rem; display: block; }
.section-head p { margin-top: 1.25rem; }

/* Haarlinie als editoriale Verankerung. */
.section-head { border-top: 1px solid var(--line); padding-top: 1.5rem; }
.speed .section-head { border-top-color: rgba(240,234,220,.22); }

/* Ab 1000px: Ueberschrift links, Lead rechts. Fuellt die tote rechte Haelfte
   und verkuerzt gleichzeitig die zu langen Lead-Zeilen. */
@media (min-width: 1000px) {
  .section-head {
    max-width: none; display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    column-gap: clamp(2.5rem, 5vw, 5rem); align-items: end;
  }
  .section-head .eyebrow { grid-column: 1; grid-row: 1; }
  .section-head h2       { grid-column: 1; grid-row: 2; }
  .section-head .lead    { grid-column: 2; grid-row: 2; margin-top: 0; max-width: 46ch; }
}

/* Höhenlinien-Motiv als Sektionstrenner */
.ridge { display: block; width: 100%; height: 46px; color: var(--line); }

/* ---------- Header -------------------------------------------------------- */
.site-head {
  position: sticky; top: 0; z-index: 100;
  background: transparent;              /* im Ruhezustand laeuft der Hero-Verlauf durch */
  border-bottom: 1px solid transparent;
  transition: border-color .3s, background .3s, box-shadow .3s;
}
.site-head.is-stuck {
  background: var(--paper);             /* deckend statt transluzent, sonst matscht es ueber Pine */
  border-bottom-color: var(--line);
  box-shadow: 0 10px 24px -22px rgba(23,36,31,.6);
}
.site-head .wrap {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding-block: .9rem;
}
.brand { display: flex; align-items: baseline; gap: .6rem; text-decoration: none; }
.brand strong {
  font-family: 'Fraunces', Georgia, serif; font-weight: 900;
  font-size: 1.15rem; letter-spacing: -.01em;
}
.brand span {
  font-size: .74rem; font-weight: 900; letter-spacing: .14em;
  text-transform: uppercase; color: var(--ink-3);
}
.head-nav { display: flex; align-items: center; gap: 1.75rem; }
.head-nav a.navlink {
  text-decoration: none; font-size: var(--step--1); font-weight: 700;
  color: var(--ink-2); position: relative; padding-block: .25rem;
}
.head-nav a.navlink::after {
  content: ''; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px;
  background: var(--signal); transition: right .3s cubic-bezier(.2,.8,.2,1);
}
.head-nav a.navlink:hover::after { right: 0; }
@media (max-width: 860px) { .head-nav .navlink { display: none; } }

/* Auf schmalen Displays kuerzt sich die Kopf-Schaltflaeche selbst */
.lbl-short { display: none; }
@media (max-width: 560px) {
  .lbl-long { display: none; }
  .lbl-short { display: inline; }
  .brand span { display: none; }
  .site-head .btn { padding: .7rem 1.1rem; }
}

/* ---------- Buttons ------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; gap: .6rem;
  padding: .85rem 1.4rem; border-radius: 999px;
  font-weight: 900; font-size: var(--step--1); letter-spacing: .01em;
  text-decoration: none; border: 1.5px solid transparent; cursor: pointer;
  transition: transform .18s cubic-bezier(.2,.8,.2,1), box-shadow .18s, background .18s, color .18s;
  white-space: nowrap;
}
.btn svg { width: 1em; height: 1em; flex: none; }
.btn-primary {
  background: var(--signal); color: #fff;
  box-shadow: 0 10px 24px -12px var(--signal-dk);
}
.btn-primary:hover { background: var(--signal-dk); transform: translateY(-2px); box-shadow: 0 16px 30px -14px var(--signal-dk); }
.btn-ghost { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn-ghost:hover { background: var(--ink); color: var(--paper); transform: translateY(-2px); }
.btn-lg { padding: 1.05rem 1.8rem; font-size: var(--step-0); }
@media (max-width: 420px) {
  .btn { white-space: normal; text-align: center; }
  .btn-lg { padding: .95rem 1.3rem; }
}

/* ---------- Hero ---------------------------------------------------------- */
.hero { padding-top: clamp(2.5rem, 5vw, 5rem); padding-bottom: clamp(3rem, 6vw, 6rem); }
.hero::before {
  content: ''; position: absolute; inset: -20% 0 auto 0; height: 120%;
  background:
    radial-gradient(60% 55% at 78% 18%, rgba(0,159,227,.16), transparent 65%),
    radial-gradient(48% 46% at 12% 8%, rgba(217,72,31,.12), transparent 62%);
  pointer-events: none; z-index: -1;
}
.hero-grid {
  display: grid; gap: clamp(2.5rem, 5vw, 4.5rem);
  grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
  align-items: center;
}
@media (max-width: 940px) {
  /* Reihenfolge auf Schmalgeraeten: Headline -> Beweisbild -> Button -> Text.
     display:contents loest die Textspalte auf, damit ihre Kinder direkte
     Rasterelemente werden und einzeln sortierbar sind. Das DOM bleibt gleich. */
  .hero-grid { grid-template-columns: 1fr; gap: 0; }
  .hero-grid > div { display: contents; }
  #custom-for    { order: 0; justify-self: start; }
  .hero-eyebrow  { order: 1; --d: 0ms; }
  .hero h1       { order: 2; --d: 60ms; }
  .compare-frame { order: 3; --d: 140ms; margin-top: 1.5rem; }
  .hero-cta      { order: 4; --d: 220ms; margin-top: 1.6rem; }
  .hero-lead     { order: 5; --d: 280ms; margin-top: 1.8rem; max-width: none; }
  .hero-note     { order: 6; --d: 320ms; }
}
@media (max-width: 640px) {
  .hero { padding-top: 1.75rem; }
  .compare { aspect-ratio: 5 / 4; }     /* 1:1 frisst auf 390px die halbe Seite */
  .compare-frame { padding: .6rem .6rem .85rem; }
}

.hero h1 { margin-block: 1.1rem .1rem; }
.hero h1 .line { display: block; }
.hero-lead { margin-top: 1.6rem; max-width: 46ch; }
.hero-cta { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2.2rem; }
.hero-note {
  margin-top: 1.5rem; font-size: var(--step--1); color: var(--ink-3);
  display: flex; align-items: flex-start; gap: .55rem;
}
.hero-note svg { width: 1.05em; height: 1.05em; color: var(--signal-dk); flex: none; margin-top: .32em; }

.hero-eyebrow { display: block; }
#custom-for {
  display: none; align-items: center; gap: .5rem; margin-bottom: .9rem;
  padding: .3rem .8rem .35rem; border-radius: 999px;
  background: var(--pine); color: #F5EFE3;
  font-size: var(--step--1); font-weight: 700; letter-spacing: .02em;
  text-transform: none;
}
#custom-for.is-on { display: inline-flex; }

/* ---------- Vorher/Nachher-Slider ---------------------------------------- */
.compare-frame {
  position: relative;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: .85rem .85rem 1.1rem;
  box-shadow: var(--shadow-lift);
  transform: rotate(-1.1deg);
}
@media (max-width: 940px) { .compare-frame { transform: none; } }
.compare-frame::before {
  /* Klebeband */
  content: ''; position: absolute; top: -14px; left: 50%; width: 118px; height: 28px;
  transform: translateX(-50%) rotate(-2.5deg);
  background: repeating-linear-gradient(45deg, rgba(0,159,227,.22) 0 6px, rgba(0,159,227,.12) 6px 12px);
  border-left: 1px solid rgba(255,255,255,.5); border-right: 1px solid rgba(255,255,255,.5);
}
.compare {
  position: relative; overflow: hidden; border-radius: var(--r-md);
  aspect-ratio: 1 / 1; background: var(--paper-deep);
  touch-action: pan-y; cursor: ew-resize; user-select: none;
}
/* Der Regler ist ein input mit opacity:0 — sein Fokusring war unsichtbar.
   focus-within legt ihn auf den sichtbaren Rahmen. */
.compare:focus-within { outline: 3px solid var(--pine); outline-offset: 3px; }
.compare:focus-within .compare-handle::after {
  box-shadow: 0 0 0 4px var(--pine), 0 8px 20px -8px rgba(23,36,31,.6);
}
.compare img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  pointer-events: none;
}
.compare .after-img { clip-path: inset(0 0 0 var(--pos, 50%)); }
.compare .tag {
  position: absolute; bottom: .8rem; z-index: 3;
  font-size: .74rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase;
  padding: .35rem .7rem; border-radius: 999px; background: rgba(23,36,31,.82); color: #fff;
  backdrop-filter: blur(4px);
}
.compare .tag-before { left: .8rem; }
.compare .tag-after  { right: .8rem; background: var(--signal); }
.compare-handle {
  position: absolute; top: 0; bottom: 0; left: var(--pos, 50%); z-index: 4;
  width: 2px; background: #fff; box-shadow: 0 0 0 1px rgba(23,36,31,.18);
  transform: translateX(-1px);
}
.compare-handle::after {
  content: ''; position: absolute; top: 50%; left: 50%; width: 52px; height: 52px;
  transform: translate(-50%, -50%); border-radius: 50%;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2317241F' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 6 4 12l5 6M15 6l5 6-5 6'/%3E%3C/svg%3E") center/22px no-repeat;
  box-shadow: 0 8px 20px -8px rgba(23,36,31,.6);
}
.compare-cap {
  display: flex; justify-content: space-between; align-items: flex-start; gap: 1.2rem;
  margin-top: .9rem; padding-inline: .3rem;
  font-size: var(--step--1); color: var(--ink-3);
}
.compare-cap b { color: var(--ink); font-weight: 900; }
.compare-cap .muted { flex: none; }
@media (max-width: 640px) {
  /* Sonst klebt "Beispielfigur" oben rechts neben dreizeilig umbrechendem Text. */
  .compare-cap { flex-direction: column; gap: .35rem; }
  .compare-cap .muted { align-self: flex-start; }
}

/* ---------- Karten -------------------------------------------------------- */
.cards {
  display: grid; gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
}
/* Vier schmale Spalten ergeben unter 1400px rund 30 Zeichen Zeilenlaenge.
   2x2 liest besser — und bebildert die Ueberschrift "Vier Buehnen". */
@media (max-width: 1400px) and (min-width: 561px) {
  .cards { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; }
}
.card {
  background: var(--card); border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: 1.75rem 1.6rem 1.9rem;
  box-shadow: var(--shadow-card); position: relative; overflow: hidden;
  transition: transform .25s cubic-bezier(.2,.8,.2,1), box-shadow .25s;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); }
.card .num {
  font-family: 'Fraunces', Georgia, serif; font-weight: 900;
  font-size: clamp(3.2rem, 2.4rem + 2.4vw, 5.2rem);
  line-height: .82; color: var(--paper-deep); position: absolute; top: .35rem; right: .9rem;
}
.card .ico {
  width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center;
  background: var(--pine); color: var(--paper); margin-bottom: 1.15rem;
}
.card .ico svg { width: 22px; height: 22px; }
.card h3 { margin-bottom: .55rem; }
.card p { color: var(--ink-2); font-size: var(--step--1); }
.card { display: flex; flex-direction: column; }
/* Listen sitzen buendig am Kartenfuss, egal wie lang der Absatz darueber ist. */
.card ul { margin-top: auto; padding-top: .9rem; padding-left: 1.1rem;
           font-size: var(--step--1); color: var(--ink-3); }
.card li { margin-top: .3rem; }

/* ---------- Tempo-Band ---------------------------------------------------- */
.speed { background: var(--pine); color: #F0EADC; }
.speed h2, .speed .eyebrow { color: #fff; }
.speed em.wonk { color: var(--signal-lt); }   /* 5,2:1 auf Pine, bleibt in der Farbfamilie */
.speed .eyebrow { opacity: .6; }
.speed .lead { color: rgba(240,234,220,.82); }
.speed-grid {
  display: grid; gap: 1px; background: rgba(240,234,220,.16);
  border: 1px solid rgba(240,234,220,.16); border-radius: var(--r-lg); overflow: hidden;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr));
}
/* Vier Zellen in drei Spalten lassen eine Lücke stehen — auf Tablets lieber 2×2 */
@media (max-width: 1080px) { .speed-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px)  { .speed-grid { grid-template-columns: 1fr; } }
.speed-cell { background: var(--pine); padding: 1.9rem 1.6rem; }
.speed-cell .when {
  font-family: 'Fraunces', Georgia, serif; font-style: italic; font-weight: 700;
  font-size: clamp(1.5rem, 1.1rem + 1.1vw, 2.1rem); color: #fff; display: block; line-height: 1.1;
}
.speed-cell .what { margin-top: .55rem; font-size: var(--step--1); color: rgba(240,234,220,.75); }

/* ---------- Ablauf -------------------------------------------------------- */
.steps { display: grid; gap: 2rem; position: relative;
         grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)); }
.step { position: relative; padding-top: 2.6rem; }
.step::before {
  content: ''; position: absolute; top: 13px; left: 0; right: -2rem; height: 2px;
  background-image: linear-gradient(90deg, var(--line) 55%, transparent 0);
  background-size: 11px 2px;
}
.step:last-child::before { right: 0; }
@media (max-width: 999px) { .step::before { right: 0; } }
.step .dot {
  position: absolute; top: 0; left: 0; width: 28px; height: 28px; border-radius: 50%;
  background: var(--signal); color: #fff; display: grid; place-items: center;
  font-weight: 900; font-size: .8rem; box-shadow: 0 0 0 6px var(--paper);
}
.step h3 { margin-bottom: .5rem; }
.step p { color: var(--ink-2); font-size: var(--step--1); }
.step .dur {
  display: inline-block; margin-top: .8rem; font-size: .7rem; font-weight: 900;
  letter-spacing: .14em; text-transform: uppercase; color: var(--signal-dk);
}

/* ---------- Galerie ------------------------------------------------------- */
.gallery { display: grid; gap: 1.1rem; grid-template-columns: repeat(12, 1fr); }
.shot {
  border-radius: var(--r-md); overflow: hidden; border: 1px solid var(--line);
  background: var(--card); box-shadow: var(--shadow-card); position: relative;
}
.shot img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.8,.2,1); }
.shot:hover img { transform: scale(1.04); }
.shot figcaption {
  position: absolute; left: .75rem; bottom: .75rem;
  font-size: .74rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase;
  background: rgba(255,252,246,.9); color: var(--ink); padding: .3rem .6rem; border-radius: 999px;
  backdrop-filter: blur(4px);
}
/* Kacheln der Demo-Seiten tragen Spaltenzahl und Seitenverhaeltnis selbst */
.gallery .shot[style*="--span"] {
  grid-column: span var(--span, 6);
  aspect-ratio: var(--ar, 16/9);
}
@media (max-width: 820px) {
  .gallery .shot[style*="--span"] { grid-column: span 12; }
}
.g-wide { grid-column: span 8; aspect-ratio: 16/9; }
.g-tall { grid-column: span 4; aspect-ratio: 9/16; }
.g-half { grid-column: span 6; aspect-ratio: 16/9; }
@media (max-width: 820px) {
  .g-wide, .g-tall, .g-half { grid-column: span 12; aspect-ratio: 16/9; }
  .g-tall { aspect-ratio: 4/5; }
}

/* ---------- Preise -------------------------------------------------------- */
.preise {
  display: grid; gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
}
@media (max-width: 1400px) and (min-width: 561px) {
  .preise { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; }
}
.preis {
  background: var(--card); border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: 1.75rem 1.6rem 1.9rem;
  box-shadow: var(--shadow-card); position: relative;
  display: flex; flex-direction: column;
}
.preis .betrag {
  font-family: 'Fraunces', Georgia, serif; font-weight: 900;
  font-size: clamp(1.9rem, 1.5rem + 1.2vw, 2.6rem); line-height: 1;
  letter-spacing: -.02em; margin: .55rem 0 1rem;
}
.preis .betrag small { font-size: .42em; font-weight: 400; color: var(--ink-3); letter-spacing: 0; }
.preis p:not(.betrag) { color: var(--ink-2); font-size: var(--step--1); }
.preis--markiert { border-color: var(--signal); box-shadow: 0 0 0 1px var(--signal), var(--shadow-lift); }
.preis-badge {
  position: absolute; top: -.72rem; left: 1.6rem;
  background: var(--signal); color: #fff; border-radius: 999px;
  font-size: .74rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase;
  padding: .3rem .7rem;
}
/* Der Retainer laeuft ueber die volle Breite — er ist eine andere Art Angebot. */
.preis-retainer {
  grid-column: 1 / -1; background: var(--card);
  flex-direction: row; align-items: center; justify-content: space-between;
  gap: 1.5rem 2.5rem; flex-wrap: wrap;
}
.preis-fuss { margin-top: 1.6rem; font-size: var(--step--1); color: var(--ink-3); max-width: 72ch; }

/* ---------- Rechte-Block -------------------------------------------------- */
.rights {
  display: grid; gap: clamp(2rem, 4vw, 3.5rem); align-items: center;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}
@media (max-width: 860px) { .rights { grid-template-columns: 1fr; } }
.rights-list { list-style: none; padding: 0; display: grid; gap: 1.15rem; }
.rights-list li { display: flex; gap: .9rem; align-items: flex-start; }
.rights-list svg { width: 22px; height: 22px; flex: none; color: var(--signal); margin-top: .18rem; }
.rights-list b { display: block; }
.rights-list span { color: var(--ink-2); font-size: var(--step--1); }

/* ---------- FAQ ----------------------------------------------------------- */
.faq { max-width: 820px; }
.faq details {
  border-top: 1px solid var(--line); padding: 1.25rem .25rem;
}
.faq details:last-of-type { border-bottom: 1px solid var(--line); }
.faq summary {
  cursor: pointer; list-style: none; display: flex; gap: 1rem; align-items: baseline;
  font-family: 'Fraunces', Georgia, serif; font-weight: 700; font-size: var(--step-1);
  line-height: 1.25; transition: color .2s;
}
.faq summary:hover, .faq details[open] summary { color: var(--signal-dk); }
.faq summary:focus-visible { outline-offset: 6px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: '+'; margin-left: auto; font-family: 'Lato', sans-serif; font-weight: 700;
  font-size: 1.75rem; line-height: 1; color: var(--signal-dk);
  transition: transform .25s cubic-bezier(.2,.8,.2,1);
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { margin-top: .85rem; color: var(--ink-2); max-width: 68ch; }

/* ---------- Schluss-CTA --------------------------------------------------- */
.final { text-align: center; }
.final-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: clamp(2.5rem, 5vw, 4.5rem) clamp(1.5rem, 4vw, 4rem);
  box-shadow: var(--shadow-lift); position: relative; overflow: hidden;
}
.final-card::before {
  content: ''; position: absolute; inset: auto 0 -60% 0; height: 70%;
  background: radial-gradient(50% 100% at 50% 100%, rgba(0,159,227,.16), transparent 70%);
}
.final-card > * { position: relative; }
.final h2 { max-width: 18ch; margin-inline: auto; }
.final p { max-width: 54ch; margin: 1.4rem auto 0; }
.final .hero-cta { justify-content: center; }
/* Die Figur, um die es geht, war im letzten Drittel nicht mehr zu sehen. */
.final-mascot {
  width: clamp(88px, 11vw, 140px); aspect-ratio: 1; margin: 0 auto 1.4rem;
  border-radius: 50%; object-fit: cover; object-position: 50% 30%;
  box-shadow: 0 0 0 8px var(--card), 0 0 0 9px var(--line), 0 18px 34px -22px rgba(23,36,31,.55);
}
@media (max-width: 560px) { .final-mascot { width: 84px; margin-bottom: 1rem; } }

/* ---------- Footer -------------------------------------------------------- */
.site-foot {
  border-top: 1px solid var(--line); padding-block: 2.75rem;
  font-size: var(--step--1); color: var(--ink-3);
}
.site-foot .wrap { display: flex; flex-wrap: wrap; gap: 1rem 2rem; justify-content: space-between; align-items: center; }
.site-foot a { text-decoration: none; }
.site-foot a:hover { color: var(--signal); }
.foot-links { display: flex; gap: 1.5rem; flex-wrap: wrap; }

/* ---------- Scroll-Reveal ------------------------------------------------- */
.reveal { opacity: 0; transform: translateY(22px); }
.reveal.is-in {
  opacity: 1; transform: none;
  transition: opacity .7s cubic-bezier(.2,.8,.2,1), transform .7s cubic-bezier(.2,.8,.2,1);
  transition-delay: var(--d, 0ms);
}
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; }
  .card:hover, .btn:hover { transform: none; }
  .shot:hover img { transform: none; }
}
