/* ============================================================================
   Klarluft — Nichtraucher-Landingpage
   Externe Stylesheet-Datei · Design-Tokens aus dem Nocturne Design-System.
   Schriften werden lokal geladen (siehe CSS/fonts/), keine externen CDNs.
   ========================================================================= */

/* — Lokale Schrift: Inter (aus Google Fonts heruntergeladen, self-hosted) — */
@font-face {
  font-family: 'Inter'; font-style: normal; font-weight: 400; font-display: swap;
  src: url('fonts/Inter-400-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter'; font-style: normal; font-weight: 400; font-display: swap;
  src: url('fonts/Inter-400-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Inter'; font-style: normal; font-weight: 500; font-display: swap;
  src: url('fonts/Inter-500-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter'; font-style: normal; font-weight: 500; font-display: swap;
  src: url('fonts/Inter-500-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Inter'; font-style: normal; font-weight: 600; font-display: swap;
  src: url('fonts/Inter-600-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter'; font-style: normal; font-weight: 600; font-display: swap;
  src: url('fonts/Inter-600-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Inter'; font-style: normal; font-weight: 700; font-display: swap;
  src: url('fonts/Inter-700-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter'; font-style: normal; font-weight: 700; font-display: swap;
  src: url('fonts/Inter-700-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* — Design-Tokens (Nocturne) — */
:root {
  --color-bg: #161826;
  --color-surface: #232532;
  --color-text: #e9e9ed;
  --color-accent: #9184d9;
  --color-divider: color-mix(in srgb, #e9e9ed 16%, transparent);

  --color-neutral-100: #f3f5fe; --color-neutral-200: #e4e7f5; --color-neutral-300: #cfd3e5;
  --color-neutral-400: #b2b6ca; --color-neutral-500: #9397ab; --color-neutral-600: #75798c;
  --color-neutral-700: #595d6c; --color-neutral-800: #3f424d; --color-neutral-900: #292b31;

  --color-accent-100: #f5f4ff; --color-accent-200: #e7e5fe; --color-accent-300: #d2cefd;
  --color-accent-400: #b5abfc; --color-accent-500: #968ae0; --color-accent-600: #796cbf;
  --color-accent-700: #5d5294; --color-accent-800: #423a6a; --color-accent-900: #2b2741;

  --color-section: #262a60; --color-section-glow: #353b80; --color-section-ghost: #4c5397;

  --font-heading: "Inter", system-ui, sans-serif;
  --font-heading-weight: 500;
  --font-body: "Inter", system-ui, sans-serif;

  --space-1: 2.8px; --space-2: 5.6px; --space-3: 8.4px; --space-4: 11.2px; --space-6: 16.8px; --space-8: 22.4px;
  --radius-sm: 4px; --radius-md: 8px; --radius-lg: 14px;

  --shadow-sm: 0 0 0 1px #3f424d;
  --shadow-md: 0 0 0 1px #595d6c, 0 6px 18px rgba(0,0,0,0.55);
  --shadow-lg: 0 0 0 1px #9397ab, 0 16px 40px rgba(0,0,0,0.65);

  --edge: clamp(20px, 5vw, 72px);
  --max: 1180px;
}

/* — Basis-Reset & Typografie — */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; font-family: var(--font-body); font-size: 15px; line-height: 1.55; font-weight: 400;
  color: var(--color-text);
  background:
    radial-gradient(1200px 720px at 82% -180px, color-mix(in srgb, var(--color-accent-900) 78%, transparent), transparent 60%),
    radial-gradient(1100px 820px at -12% 104%, color-mix(in srgb, black 32%, transparent), transparent 55%),
    var(--color-bg);
  text-wrap: pretty;
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 { font-family: var(--font-heading); font-weight: var(--font-heading-weight); margin: 0; }
p { margin: 0; }
img, svg { display: block; max-width: 100%; }
figure { margin: 0; }
a { color: var(--color-accent); text-underline-offset: 3px; }
a:hover { color: var(--color-accent-300); }
ol, ul { margin: 0; padding: 0; list-style: none; }
:focus { outline: none; }
:focus-visible { outline: 2px solid var(--color-accent); outline-offset: 2px; }
::selection { background: color-mix(in srgb, var(--color-accent) 30%, transparent); }
.lighten { mix-blend-mode: lighten; background-color: transparent; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* — Buttons (Nocturne) — */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  cursor: pointer; text-decoration: none;
  font-family: var(--font-heading); font-weight: var(--font-heading-weight);
  font-size: 15px; line-height: 1.2; color: var(--color-text);
  background: transparent; border: 1px solid transparent;
  padding: 11px 20px; border-radius: var(--radius-md);
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}
.btn svg { display: block; }
.btn-primary { color: var(--color-accent); border-color: var(--color-accent); }
.btn-primary:hover { background: color-mix(in srgb, var(--color-accent) 12%, transparent); color: var(--color-accent-300); }
.btn-primary:active { background: color-mix(in srgb, var(--color-accent) 22%, transparent); }
.btn-secondary { border-color: var(--color-divider); }
.btn-secondary:hover { background: color-mix(in srgb, var(--color-text) 7%, transparent); }
.btn-secondary:active { background: color-mix(in srgb, var(--color-text) 14%, transparent); }

/* — Tags — */
.tag { display: inline-flex; align-items: center; font-size: 11px; letter-spacing: .02em; padding: 4px 11px; border-radius: 6px; }
.tag-accent { background: var(--color-accent-800); color: var(--color-accent-100); }

/* — Card — */
.card { display: flex; flex-direction: column; gap: var(--space-2); padding: var(--space-3); border-radius: var(--radius-md); background: var(--color-surface); }
.elev-sm { box-shadow: var(--shadow-sm); }
.elev-md { box-shadow: var(--shadow-md); }

/* ── Layout-Bausteine ─────────────────────────────────────────────────── */
.wrap { max-width: var(--max); margin: 0 auto; padding-inline: var(--edge); }
.kicker {
  display: inline-flex; align-items: center; gap: 14px;
  font-family: var(--font-heading); font-size: 13px; letter-spacing: .07em; text-transform: uppercase;
  color: var(--color-accent); font-feature-settings: "tnum" 1;
}
.kicker::before { content: ""; width: 40px; height: 1px; background: var(--color-accent); display: block; }
.rule-top {
  background-image: linear-gradient(to right, transparent, var(--color-divider) 48px, var(--color-divider) calc(100% - 48px), transparent);
  background-repeat: no-repeat; background-position: top; background-size: 100% 1px;
}
.section { padding-block: clamp(60px, 7vw, 104px); scroll-margin-top: 84px; }
.h2 { font-size: clamp(28px, 4vw, 44px); line-height: 1.08; letter-spacing: -0.02em; }
.section-lead { font-size: 16px; line-height: 1.6; margin-top: 16px; color: color-mix(in srgb, var(--color-text) 72%, transparent); }

/* ── Header ───────────────────────────────────────────────────────────── */
.header {
  position: sticky; top: 0; z-index: 30;
  background: color-mix(in srgb, var(--color-bg) 80%, transparent);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
}
.nav {
  display: flex; align-items: center; gap: var(--space-6);
  max-width: var(--max); margin: 0 auto; padding: var(--space-3) var(--edge);
}
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; color: var(--color-text); margin-right: auto; }
.brand-mark { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 10px; background: color-mix(in srgb, var(--color-accent) 15%, transparent); border: 1px solid color-mix(in srgb, var(--color-accent) 42%, transparent); }
.brand-name { font-family: var(--font-heading); font-weight: 500; font-size: 19px; letter-spacing: -0.01em; }
.brand-name span { color: var(--color-accent); }
.nav-links { display: flex; gap: var(--space-6); align-items: center; }
.nav-links a { color: var(--color-text); text-decoration: none; font-size: 14px; }
.nav-links a:hover { color: var(--color-accent); }
.nav .btn { white-space: nowrap; padding: 8px 16px; font-size: 14px; }

/* ── Dekorative Glows ─────────────────────────────────────────────────── */
.glow { position: absolute; border-radius: 50%; pointer-events: none; z-index: 0; }
.glow--1 { top: -160px; right: -120px; width: 520px; height: 520px; background: radial-gradient(circle, color-mix(in srgb, var(--color-accent) 22%, transparent), transparent 68%); filter: blur(18px); animation: klFloat 16s ease-in-out infinite; }
.glow--2 { top: 640px; left: -160px; width: 420px; height: 420px; background: radial-gradient(circle, color-mix(in srgb, var(--color-accent) 14%, transparent), transparent 70%); filter: blur(20px); animation: klFloat2 22s ease-in-out infinite; }
@keyframes klFloat { 0%,100% { transform: translate(0,0); } 50% { transform: translate(-26px,18px); } }
@keyframes klFloat2 { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(22px,-16px) scale(1.06); } }

main { position: relative; z-index: 1; }

/* ── Hero ─────────────────────────────────────────────────────────────── */
.hero-grid { display: flex; flex-wrap: wrap; gap: clamp(32px, 5vw, 64px); align-items: center; padding-block: clamp(52px, 7vw, 92px) clamp(40px, 5vw, 68px); }
.hero-copy { flex: 1 1 400px; min-width: min(100%, 400px); }
.h1 { font-size: clamp(42px, 6.2vw, 80px); line-height: 1.03; letter-spacing: -0.025em; margin-top: 20px; }
.h1 .dash { color: var(--color-accent); }
.lead { font-size: clamp(16px, 1.6vw, 18.5px); line-height: 1.6; max-width: 52ch; margin-top: 22px; color: color-mix(in srgb, var(--color-text) 82%, transparent); }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.fineprint { font-size: 13px; margin-top: 18px; color: color-mix(in srgb, var(--color-text) 55%, transparent); }

/* — Hero-Slideshow — */
.slideshow { flex: 1 1 380px; min-width: min(100%, 340px); }
.slides {
  position: relative; min-height: clamp(300px, 32vw, 360px);
  border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md);
  background: radial-gradient(700px 340px at 80% -30%, color-mix(in srgb, var(--color-accent-900) 90%, transparent), transparent 62%), var(--color-surface);
}
.slides-topline { position: absolute; inset: 0; background-image: linear-gradient(to right, transparent, var(--color-divider) 24px, var(--color-divider) calc(100% - 24px), transparent); background-repeat: no-repeat; background-position: top; background-size: 100% 1px; pointer-events: none; }
.slides-label { position: absolute; top: 22px; left: clamp(22px, 3vw, 32px); display: inline-flex; align-items: center; gap: 8px; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: color-mix(in srgb, var(--color-text) 55%, transparent); font-family: var(--font-heading); }
.slides-label .pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--color-accent); box-shadow: 0 0 10px var(--color-accent); }
.slide {
  position: absolute; inset: 0;
  padding: clamp(52px, 5vw, 60px) clamp(22px, 3vw, 32px) clamp(56px, 5vw, 64px);
  display: flex; flex-direction: column; justify-content: center;
  opacity: 0; transform: translateY(10px); pointer-events: none;
  transition: opacity .7s ease, transform .7s ease;
}
.slide.is-active { opacity: 1; transform: none; pointer-events: auto; }
.slide .tag { align-self: flex-start; }
.slide h2 { font-size: clamp(24px, 3vw, 32px); line-height: 1.1; letter-spacing: -0.02em; margin-top: 12px; }
.slide p { font-size: 15.5px; line-height: 1.55; margin-top: 10px; max-width: 40ch; color: color-mix(in srgb, var(--color-text) 78%, transparent); }
.dots { position: absolute; bottom: 22px; right: clamp(22px, 3vw, 32px); display: flex; gap: 8px; z-index: 2; }
.dot { width: 8px; height: 8px; border-radius: 99px; border: 0; padding: 0; cursor: pointer; transition: all .4s ease; background: color-mix(in srgb, var(--color-text) 26%, transparent); }
.dot.is-active { width: 22px; background: var(--color-accent); }

/* ── Statistik-Band ───────────────────────────────────────────────────── */
.stats { background: radial-gradient(900px 420px at 85% -40%, color-mix(in srgb, var(--color-section-glow) 72%, transparent), transparent 64%), var(--color-section); }
.stats-grid { display: flex; flex-wrap: wrap; gap: clamp(28px, 4vw, 48px) clamp(24px, 3vw, 40px); justify-content: space-between; padding-block: clamp(44px, 5vw, 68px); }
.stat { flex: 1 1 150px; min-width: 140px; }
.stat-num { font-size: clamp(34px, 4vw, 52px); line-height: 1; font-feature-settings: "tnum" 1; }
.stat-label { font-size: 13px; letter-spacing: .05em; text-transform: uppercase; margin-top: 12px; color: color-mix(in srgb, var(--color-text) 66%, transparent); }

/* ── Gefahren ─────────────────────────────────────────────────────────── */
.danger-list { display: flex; flex-direction: column; margin-top: clamp(32px, 4vw, 52px); }
.danger { display: flex; flex-wrap: wrap; gap: 8px 28px; padding-block: 26px; }
.danger + .danger { background-image: linear-gradient(to right, var(--color-neutral-700), var(--color-neutral-700)); background-repeat: no-repeat; background-position: top; background-size: 100% 1px; }
.danger-num { font-family: var(--font-heading); font-weight: 500; font-size: 15px; color: var(--color-accent); font-feature-settings: "tnum" 1; flex: 0 0 auto; width: 40px; }
.danger-body { flex: 1 1 260px; }
.danger-body h3 { font-size: 21px; letter-spacing: -0.01em; }
.danger-body p { font-size: 15.5px; line-height: 1.6; margin-top: 8px; max-width: 60ch; color: color-mix(in srgb, var(--color-text) 76%, transparent); }

/* ── Vorteile-Karten ──────────────────────────────────────────────────── */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 16px; margin-top: clamp(32px, 4vw, 52px); }
.benefit { padding: 24px; gap: 10px; }
.benefit-icon { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 10px; background: color-mix(in srgb, var(--color-accent) 14%, transparent); color: var(--color-accent); }
.benefit h3 { font-size: 18px; margin-top: 8px; }
.benefit p { font-size: 14.5px; line-height: 1.55; color: color-mix(in srgb, var(--color-text) 74%, transparent); }

/* ── Ersparnis / Rechner ──────────────────────────────────────────────── */
.calc-grid { display: flex; flex-wrap: wrap; gap: clamp(32px, 4vw, 64px); align-items: flex-start; }
.calc-copy { flex: 1 1 320px; min-width: min(100%, 300px); }
.calc-copy .h2 { margin-top: 16px; max-width: 16ch; }
.calc-copy .lead-2 { font-size: 16px; line-height: 1.6; max-width: 52ch; margin-top: 16px; color: color-mix(in srgb, var(--color-text) 74%, transparent); }
.calc-copy .note { font-size: 13px; line-height: 1.5; margin-top: 20px; color: color-mix(in srgb, var(--color-text) 52%, transparent); }
.calc-card { flex: 1 1 380px; min-width: min(100%, 320px); border-radius: var(--radius-lg); background: var(--color-surface); padding: clamp(24px, 3vw, 34px); }
.calc-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.calc-head label { font-size: 13px; letter-spacing: .05em; text-transform: uppercase; color: color-mix(in srgb, var(--color-text) 60%, transparent); }
.calc-head .value { font-family: var(--font-heading); font-weight: 500; font-size: 17px; color: var(--color-accent); font-feature-settings: "tnum" 1; }
.range { width: 100%; margin: 16px 0 4px; accent-color: var(--color-accent); cursor: pointer; }
.range-scale { display: flex; justify-content: space-between; font-size: 11px; color: color-mix(in srgb, var(--color-text) 45%, transparent); }
.calc-hero { margin-top: 26px; padding: 22px 24px; border-radius: var(--radius-md); background: radial-gradient(500px 200px at 90% -30%, color-mix(in srgb, var(--color-accent-900) 85%, transparent), transparent 62%), var(--color-neutral-800); }
.calc-hero .cap { font-size: 13px; letter-spacing: .05em; text-transform: uppercase; color: color-mix(in srgb, var(--color-text) 60%, transparent); }
.calc-hero .big { font-family: var(--font-heading); font-weight: 500; font-size: clamp(38px, 5vw, 54px); line-height: 1; margin-top: 8px; font-feature-settings: "tnum" 1; }
.calc-cells { display: grid; grid-template-columns: repeat(auto-fit, minmax(110px, 1fr)); gap: 1px; margin-top: 1px; background: var(--color-divider); border-radius: var(--radius-md); overflow: hidden; }
.calc-cell { background: var(--color-surface); padding: 16px 18px; }
.calc-cell .cap { font-size: 12px; letter-spacing: .04em; text-transform: uppercase; color: color-mix(in srgb, var(--color-text) 55%, transparent); }
.calc-cell .val { font-family: var(--font-heading); font-weight: 500; font-size: 20px; margin-top: 6px; font-feature-settings: "tnum" 1; }

/* ── Meilensteine ─────────────────────────────────────────────────────── */
.mile-grid { display: flex; flex-wrap: wrap; gap: clamp(32px, 4vw, 64px); align-items: flex-start; }
.mile-intro { flex: 1 1 300px; min-width: min(100%, 280px); position: sticky; top: 100px; }
.mile-intro .h2 { margin-top: 16px; max-width: 14ch; }
.mile-intro .lead-2 { font-size: 16px; line-height: 1.6; max-width: 44ch; margin-top: 16px; color: color-mix(in srgb, var(--color-text) 74%, transparent); }
.timeline { flex: 1 1 400px; min-width: min(100%, 320px); }
.mile { position: relative; padding: 0 0 26px 32px; border-left: 1px solid var(--color-neutral-700); }
.mile-dot { position: absolute; left: -6px; top: 3px; width: 11px; height: 11px; border-radius: 50%; background: var(--color-accent); box-shadow: 0 0 0 4px color-mix(in srgb, var(--color-accent) 18%, transparent); }
.mile-time { font-family: var(--font-heading); font-weight: 500; font-size: 16px; color: var(--color-accent); font-feature-settings: "tnum" 1; }
.mile-copy { font-size: 15.5px; line-height: 1.55; margin-top: 5px; max-width: 52ch; color: color-mix(in srgb, var(--color-text) 80%, transparent); }

/* ── Split / Community ────────────────────────────────────────────────── */
.split { display: flex; flex-wrap: wrap; gap: clamp(28px, 4vw, 64px); align-items: center; padding-block: clamp(56px, 6vw, 88px); }
.split-copy { flex: 1 1 320px; min-width: min(100%, 300px); }
.split-copy .h2 { font-size: clamp(26px, 3.4vw, 38px); line-height: 1.12; margin-top: 16px; max-width: 18ch; }
.split-copy p { font-size: 15.5px; line-height: 1.6; max-width: 50ch; margin-top: 16px; color: color-mix(in srgb, var(--color-text) 76%, transparent); }
.split-copy .btn { margin-top: 24px; }
.split-figure { flex: 1 1 380px; min-width: min(100%, 320px); border-radius: var(--radius-lg); overflow: hidden; }
.split-figure img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }

/* ── Abschluss / Beitreten ────────────────────────────────────────────── */
.close { background: radial-gradient(800px 380px at 80% -30%, color-mix(in srgb, var(--color-section-glow) 62%, transparent), transparent 64%), var(--color-section); }
.close .kicker { color: var(--color-text); opacity: .7; }
.close .kicker::before { background: var(--color-text); opacity: .5; }
.close .h2 { font-size: clamp(30px, 4.4vw, 50px); line-height: 1.06; margin-top: 16px; max-width: 18ch; }
.close .lead-2 { font-size: 17px; line-height: 1.6; max-width: 54ch; margin-top: 18px; color: color-mix(in srgb, var(--color-text) 82%, transparent); }
.close-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.close-actions .btn-primary { border-color: var(--color-text); color: var(--color-text); }
.close-actions .btn-primary:hover { background: color-mix(in srgb, var(--color-text) 12%, transparent); color: var(--color-text); }
.close-actions .btn-secondary { border-color: color-mix(in srgb, var(--color-text) 40%, transparent); color: var(--color-text); }

/* ── Footer ───────────────────────────────────────────────────────────── */
.footer { position: relative; z-index: 1; }
.footer-inner { display: flex; flex-wrap: wrap; gap: 24px 40px; align-items: center; justify-content: space-between; padding-block: clamp(40px, 4vw, 56px); }
.footer-brand { display: flex; align-items: center; gap: 11px; }
.footer-brand .mark { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 9px; background: color-mix(in srgb, var(--color-accent) 14%, transparent); border: 1px solid color-mix(in srgb, var(--color-accent) 40%, transparent); }
.footer-brand span { font-family: var(--font-heading); font-weight: 500; font-size: 15px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 22px; align-items: center; }
.footer-links a { font-size: 14px; color: color-mix(in srgb, var(--color-text) 66%, transparent); text-decoration: none; }
.footer-links a:hover { color: var(--color-accent); }
.footer-links a .prep { font-size: 12px; opacity: .6; }
.footer-note { width: 100%; margin: 0; font-size: 12.5px; line-height: 1.6; color: color-mix(in srgb, var(--color-text) 45%, transparent); }

/* ── Reveal-Animation (nur wenn JS aktiv) ─────────────────────────────── */
.js [data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .66s cubic-bezier(.2,.7,.3,1), transform .66s cubic-bezier(.2,.7,.3,1); }
.js [data-reveal].is-in { opacity: 1; transform: none; }
.timeline .mile[data-reveal] { transition-delay: calc(var(--i, 0) * 70ms); }

/* ── Responsive ───────────────────────────────────────────────────────── */
@media (max-width: 760px) {
  .nav-links { display: none; }
  .mile-intro { position: static; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .glow { animation: none; }
  .js [data-reveal] { opacity: 1; transform: none; transition: none; }
  .slide { transition: none; }
}
