.elementor-kit-3671{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-10ba6d24:#4054B2;--e-global-color-39e59ac1:#23A455;--e-global-color-4fed19d8:#000;--e-global-color-6335dc20:#FFF;--e-global-color-56e4edd8:#183964;--e-global-color-b2f15bc:#EAEA35;--e-global-color-9a96fa4:#E1ACD5;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-3671 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{--lightbox-navigation-icons-size:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */<style>
    /* ════════════════════════════════════════════════════════════════
       0. DESIGN TOKENS — Eine Stelle für alle Designentscheidungen.
          Wenn du das Branding änderst, änderst du es HIER.
       ════════════════════════════════════════════════════════════════ */
    :root {
      /* — Farben — Monochrom-Skala + eine Akzentfarbe ——————————— */
      --c-bg:           #FFFFFF;       /* primärer Hintergrund */
      --c-bg-alt:       #F6F5F2;       /* warmer, edler Hellgrau-Ton (nicht reines Grau!) */
      --c-bg-dark:      #111111;       /* invertierte Sections */
      --c-line:         #E4E2DD;       /* Trennlinien, Borders */
      --c-text:         #111111;       /* primärer Text */
      --c-text-muted:   #5F5C56;       /* sekundärer Text — bewusst warm getönt */
      --c-text-inv:     #FAFAF8;       /* Text auf dunklem Grund */
      --c-accent:       #2540BA;       /* SIGNATURE — Munich Indigo (Yves-Klein-Familie) */
      --c-accent-dark:  #1A35A0;       /* Hover-Variante für helle Hintergründe */
      --c-accent-soft:  rgba(37, 64, 186, 0.08);
      --c-accent-light: #7282E8;       /* Heller Akzent für DUNKLE Sections (WCAG-Kontrast) */
 
      /* — Typografie ———————————————————————————————————— */
      --f-display: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
      --f-body:    'Inter', 'Open Sans', system-ui, sans-serif;
 
      /* — Spacing-System (8pt-Basis, fluid) ——————————————————— */
      --s-1: 0.5rem;
      --s-2: 1rem;
      --s-3: 1.5rem;
      --s-4: 2rem;
      --s-5: 3rem;
      --s-6: 4rem;
      --s-7: 6rem;
      --s-8: clamp(5rem, 12vw, 9rem);   /* Section-Padding vertikal */
 
      /* — Layout ————————————————————————————————————————— */
      --max-w: 1240px;
      --gutter: clamp(1.25rem, 4vw, 2.5rem);
 
      /* — Motion ————————————————————————————————————————— */
      --ease: cubic-bezier(0.16, 1, 0.3, 1);
      --t-fast: 0.2s;
      --t-med:  0.4s;
    }
 
    /* ════════════════════════════════════════════════════════════════
       1. RESET & BASE
       ════════════════════════════════════════════════════════════════ */
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
 
    html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
 
    body {
      font-family: var(--f-body);
      font-weight: 400;
      font-size: 17px;
      line-height: 1.65;
      color: var(--c-text);
      background: var(--c-bg);
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
    }
 
    img, svg { display: block; max-width: 100%; }
    a { color: inherit; text-decoration: none; }
    button { font-family: inherit; cursor: pointer; border: 0; background: none; }
 
    ::selection { background: var(--c-accent); color: #fff; }
 
    /* ════════════════════════════════════════════════════════════════
       2. TYPOGRAFIE-SYSTEM
       — Headlines werden im Editorial-Stil gesetzt: ExtraBold, sehr
         enges Letter-Spacing, knapp gehaltene Line-Height. Das ergibt
         die "Wucht", die für C-Level-Auftritte funktioniert.
       ════════════════════════════════════════════════════════════════ */
    h1, h2, h3, h4 {
      font-family: var(--f-display);
      font-weight: 800;
      line-height: 1.04;
      letter-spacing: -0.025em;
      color: var(--c-text);
    }
 
    .h-display { font-size: clamp(2.75rem, 7vw, 5.5rem); }
    .h-section { font-size: clamp(2.25rem, 5vw, 3.75rem); letter-spacing: -0.022em; }
    .h-card    { font-size: clamp(1.25rem, 1.6vw, 1.5rem); font-weight: 700; line-height: 1.2; }
 
    p { font-size: clamp(1rem, 1.1vw, 1.125rem); }
 
    .lead {
      font-size: clamp(1.125rem, 1.4vw, 1.3125rem);
      line-height: 1.55;
      color: var(--c-text-muted);
      font-weight: 400;
    }
 
    .eyebrow {
      display: inline-block;
      font-family: var(--f-body);
      font-size: 0.8125rem;
      font-weight: 600;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--c-accent);
      margin-bottom: var(--s-3);
    }
 
    /* ════════════════════════════════════════════════════════════════
       3. CONTAINER & SECTION-RHYTHMUS
       ════════════════════════════════════════════════════════════════ */
    .section { padding: var(--s-8) var(--gutter); position: relative; }
    .section--alt  { background: var(--c-bg-alt); }
    .section--dark { background: var(--c-bg-dark); color: var(--c-text-inv); }
    .section--dark h1, .section--dark h2, .section--dark h3 { color: var(--c-text-inv); }
    .section--dark .lead { color: rgba(250, 250, 248, 0.7); }
    /* WCAG: heller Akzent auf dunklem Grund, damit Eyebrow & Marker lesbar bleiben */
    .section--dark .eyebrow { color: var(--c-accent-light); }
    .section--dark .funnel__bullets li::before { background: var(--c-accent-light); }
 
    .container { max-width: var(--max-w); margin: 0 auto; }
    .container--narrow { max-width: 820px; }
 
    /* ════════════════════════════════════════════════════════════════
       4. BUTTONS
       ════════════════════════════════════════════════════════════════ */
    .btn {
      display: inline-flex;
      align-items: center;
      gap: 0.6rem;
      font-family: var(--f-body);
      font-weight: 600;
      font-size: 1rem;
      padding: 1.1rem 1.85rem;
      border-radius: 2px;
      transition: all var(--t-med) var(--ease);
      border: 2px solid transparent;
      will-change: transform;
    }
 
    .btn--primary {
      background: var(--c-accent);
      color: #fff;
    }
    .btn--primary:hover {
      background: var(--c-accent-dark);
      transform: translateY(-2px);
      box-shadow: 0 18px 40px -16px rgba(37, 64, 186, 0.55);
    }
 
    .btn--ghost {
      background: transparent;
      color: var(--c-text);
      border-color: var(--c-text);
    }
    .btn--ghost:hover {
      background: var(--c-text);
      color: #fff;
      transform: translateY(-2px);
    }
 
    .btn--ghost-inv {
      background: transparent;
      color: var(--c-text-inv);
      border-color: var(--c-text-inv);
    }
    .btn--ghost-inv:hover {
      background: var(--c-text-inv);
      color: var(--c-bg-dark);
    }
 
    .btn .arrow { transition: transform var(--t-med) var(--ease); }
    .btn:hover .arrow { transform: translateX(4px); }
 
    /* ════════════════════════════════════════════════════════════════
       5. NAVIGATION (Sticky, sehr leise)
       ════════════════════════════════════════════════════════════════ */
    .nav {
      position: sticky;
      top: 0;
      z-index: 100;
      background: rgba(255, 255, 255, 0.85);
      backdrop-filter: saturate(180%) blur(12px);
      -webkit-backdrop-filter: saturate(180%) blur(12px);
      border-bottom: 1px solid var(--c-line);
    }
    .nav__inner {
      max-width: var(--max-w);
      margin: 0 auto;
      padding: var(--s-2) var(--gutter);
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .nav__brand {
      font-family: var(--f-display);
      font-weight: 800;
      font-size: 1.0625rem;
      letter-spacing: -0.02em;
    }
    .nav__brand span { color: var(--c-accent); }
    .nav__links {
      display: flex;
      gap: var(--s-4);
      list-style: none;
      font-size: 0.9375rem;
      font-weight: 500;
    }
    .nav__links a {
      color: var(--c-text-muted);
      transition: color var(--t-fast);
    }
    .nav__links a:hover { color: var(--c-text); }
    .nav__cta {
      font-size: 0.9375rem;
      font-weight: 600;
      color: var(--c-text);
      border-bottom: 2px solid var(--c-accent);
      padding-bottom: 2px;
    }
    @media (max-width: 720px) {
      .nav__links { display: none; }
    }
 
    /* ════════════════════════════════════════════════════════════════
       6. HERO
       — Asymmetrisches Grid: links die Headline, rechts Meta-Block.
       — Bewusst kein Bild: pure Typografie als Statement.
       ════════════════════════════════════════════════════════════════ */
    .hero { padding-top: clamp(4rem, 9vw, 7rem); padding-bottom: var(--s-8); }
    .hero__grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: var(--s-6);
      align-items: end;
    }
    @media (min-width: 960px) {
      .hero__grid {
        grid-template-columns: 1.4fr 1fr;
        gap: var(--s-7);
      }
    }
    .hero__headline { 
      font-size: clamp(2.75rem, 7.2vw, 5.75rem); 
      max-width: 14ch;
    }
    .hero__headline em { 
      font-style: normal; 
      color: var(--c-accent); 
    }
    .hero__meta {
      padding-top: var(--s-3);
      border-top: 1px solid var(--c-line);
    }
    .hero__meta-label {
      font-size: 0.75rem;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: var(--c-text-muted);
      font-weight: 600;
      margin-bottom: var(--s-2);
    }
    .hero__lead { margin-bottom: var(--s-4); }
    .hero__ctas {
      display: flex;
      flex-wrap: wrap;
      gap: var(--s-2);
      margin-top: var(--s-4);
      margin-bottom: var(--s-5);
    }
    .hero__trust {
      font-size: 0.875rem;
      color: var(--c-text-muted);
      padding-top: var(--s-3);
      border-top: 1px solid var(--c-line);
      display: flex;
      align-items: center;
      gap: var(--s-2);
    }
    .hero__trust::before {
      content: '';
      width: 6px; height: 6px;
      border-radius: 50%;
      background: var(--c-accent);
    }
 
    /* Page-Load Animation — eine choreographierte Reveal-Sequenz */
    @keyframes reveal {
      from { opacity: 0; transform: translateY(20px); }
      to   { opacity: 1; transform: translateY(0); }
    }
    .hero .eyebrow,
    .hero__headline,
    .hero__meta { 
      opacity: 0; 
      animation: reveal 0.9s var(--ease) forwards; 
    }
    .hero .eyebrow       { animation-delay: 0.05s; }
    .hero__headline      { animation-delay: 0.15s; }
    .hero__meta          { animation-delay: 0.35s; }
 
    @media (prefers-reduced-motion: reduce) {
      .hero .eyebrow, .hero__headline, .hero__meta { 
        animation: none; opacity: 1; 
      }
    }
 
    /* ════════════════════════════════════════════════════════════════
       7. METHODIK & PSYCHOLOGIE
       — 4-Spalten-Grid mit großen nummerierten Markern (01–04).
       ════════════════════════════════════════════════════════════════ */
    .method__header {
      display: grid;
      grid-template-columns: 1fr;
      gap: var(--s-5);
      margin-bottom: var(--s-7);
    }
    @media (min-width: 860px) {
      .method__header { grid-template-columns: 1.1fr 1fr; align-items: end; gap: var(--s-6); }
    }
 
    .method__grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: var(--s-5);
    }
    @media (min-width: 640px) { .method__grid { grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 1024px) { .method__grid { grid-template-columns: repeat(4, 1fr); gap: var(--s-4); } }
 
    .pillar {
      padding-top: var(--s-3);
      border-top: 2px solid var(--c-text);
    }
    .pillar__num {
      font-family: var(--f-display);
      font-weight: 800;
      font-size: 0.875rem;
      letter-spacing: 0.1em;
      color: var(--c-accent);
      margin-bottom: var(--s-3);
    }
    .pillar__title { margin-bottom: var(--s-2); }
    .pillar__text {
      font-size: 0.9375rem;
      line-height: 1.6;
      color: var(--c-text-muted);
    }
 
    /* ════════════════════════════════════════════════════════════════
       7.5. MANDATE / EIGENE PROJEKTE
       — Editorial Vita-Layout: Periode + Rolle links, Inhalt rechts.
       — Stacked auf Mobile, horizontale Rows auf Desktop.
       — Hover-Akzent als vertikale Linie (subtil, magazin-artig).
       ════════════════════════════════════════════════════════════════ */
    .mandate__header {
      max-width: 720px;
      margin-bottom: var(--s-7);
    }
 
    .mandate__list {
      display: flex;
      flex-direction: column;
    }
 
    .mandate-item {
      display: grid;
      grid-template-columns: 1fr;
      gap: var(--s-3);
      padding: var(--s-4) 0;
      border-top: 1px solid var(--c-line);
      position: relative;
      transition: background var(--t-med) var(--ease);
    }
    .mandate-item:last-child {
      border-bottom: 1px solid var(--c-line);
    }
 
    @media (min-width: 760px) {
      .mandate-item {
        grid-template-columns: 1fr 2.3fr;
        gap: var(--s-5);
        padding: var(--s-5) var(--s-3);
      }
      .mandate-item::before {
        content: '';
        position: absolute;
        left: 0; top: 0;
        width: 3px; height: 0;
        background: var(--c-accent);
        transition: height var(--t-med) var(--ease);
      }
      .mandate-item:hover::before { height: 100%; }
      .mandate-item:hover { background: rgba(0, 0, 0, 0.015); }
    }
 
    .mandate-item__period {
      font-family: var(--f-display);
      font-weight: 800;
      font-size: clamp(1.0625rem, 1.4vw, 1.25rem);
      line-height: 1.1;
      letter-spacing: -0.01em;
      color: var(--c-text);
    }
    .mandate-item__role {
      display: inline-block;
      font-family: var(--f-body);
      font-size: 0.75rem;
      font-weight: 600;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--c-accent);
      margin-top: var(--s-2);
    }
 
    .mandate-item__brand {
      font-family: var(--f-display);
      font-weight: 800;
      font-size: clamp(1.5rem, 2.2vw, 2rem);
      line-height: 1;
      letter-spacing: -0.025em;
      margin-bottom: var(--s-2);
    }
    .mandate-item__hl {
      font-family: var(--f-display);
      font-weight: 700;
      font-size: clamp(1rem, 1.3vw, 1.1875rem);
      line-height: 1.3;
      letter-spacing: -0.01em;
      margin-bottom: var(--s-2);
      color: var(--c-text);
    }
    .mandate-item__text {
      font-size: 0.9375rem;
      line-height: 1.65;
      color: var(--c-text-muted);
    }
 
    .mandate__note {
      margin-top: var(--s-5);
      font-size: 0.875rem;
      color: var(--c-text-muted);
      text-align: center;
      font-style: italic;
    }
 
    /* ════════════════════════════════════════════════════════════════
       8. BEST PRACTICES — Brand Showcase
       — Asymmetrisches 6er-Grid: erste Card überspannt 2 Spalten.
       — Bewusst KEINE Logos (Copyright + sauberer Look). Statt
         Logos: starke Typografie der Markennamen.
       ════════════════════════════════════════════════════════════════ */
    .showcase__header {
      max-width: 720px;
      margin-bottom: var(--s-6);
    }
 
    .showcase__grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: var(--s-3);
    }
    @media (min-width: 720px) {
      .showcase__grid {
        grid-template-columns: repeat(6, 1fr);
        grid-auto-rows: minmax(260px, auto);
      }
    }
 
    .case {
      background: var(--c-bg);
      border: 1px solid var(--c-line);
      padding: var(--s-4);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      transition: transform var(--t-med) var(--ease),
                  box-shadow var(--t-med) var(--ease),
                  border-color var(--t-med) var(--ease);
      min-height: 260px;
    }
    .case:hover {
      transform: translateY(-4px);
      border-color: var(--c-text);
      box-shadow: 0 24px 50px -28px rgba(0, 0, 0, 0.25);
    }
 
    /* Asymmetrische Größen (nur auf größeren Viewports) */
    @media (min-width: 720px) {
      .case--lg { grid-column: span 4; min-height: 340px; }
      .case--sm { grid-column: span 2; }
      .case--md { grid-column: span 3; }
    }
 
    .case__brand {
      font-family: var(--f-display);
      font-weight: 800;
      font-size: clamp(1.5rem, 2.4vw, 2.25rem);
      letter-spacing: -0.025em;
      line-height: 1;
      margin-bottom: var(--s-2);
    }
    .case__tag {
      display: inline-block;
      font-size: 0.75rem;
      font-weight: 600;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--c-accent);
      margin-bottom: var(--s-3);
    }
    .case__hl {
      font-family: var(--f-display);
      font-weight: 700;
      font-size: clamp(1.0625rem, 1.4vw, 1.25rem);
      line-height: 1.25;
      letter-spacing: -0.01em;
      margin-bottom: var(--s-2);
    }
    .case__text {
      font-size: 0.9375rem;
      line-height: 1.55;
      color: var(--c-text-muted);
    }
 
    /* ════════════════════════════════════════════════════════════════
       9. LEAD MAGNET / WHITEPAPER FUNNEL
       — Dunkle Section für visuelle Pause + Premium-Wirkung.
       — Zwei-Spalten-Layout: links Pitch, rechts Formular.
       ════════════════════════════════════════════════════════════════ */
    .funnel__grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: var(--s-6);
    }
    @media (min-width: 920px) {
      .funnel__grid { grid-template-columns: 1.1fr 1fr; gap: var(--s-7); align-items: start; }
    }
 
    .funnel__pitch h2 { margin-bottom: var(--s-3); }
    .funnel__bullets {
      list-style: none;
      margin-top: var(--s-4);
      padding-top: var(--s-4);
      border-top: 1px solid rgba(250, 250, 248, 0.15);
    }
    .funnel__bullets li {
      display: flex;
      gap: var(--s-3);
      padding: var(--s-2) 0;
      font-size: 0.9375rem;
      color: rgba(250, 250, 248, 0.85);
    }
    .funnel__bullets li::before {
      content: '';
      width: 22px;
      height: 2px;
      background: var(--c-accent);
      margin-top: 0.7rem;
      flex-shrink: 0;
    }
 
    /* Form */
    .form {
      background: rgba(255, 255, 255, 0.04);
      border: 1px solid rgba(255, 255, 255, 0.12);
      padding: clamp(1.75rem, 3vw, 2.5rem);
      display: flex;
      flex-direction: column;
      gap: var(--s-3);
    }
    .form__label {
      display: block;
      font-size: 0.75rem;
      font-weight: 600;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: rgba(250, 250, 248, 0.6);
      margin-bottom: 0.5rem;
    }
    .form__input {
      width: 100%;
      background: transparent;
      border: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.25);
      padding: 0.6rem 0;
      color: var(--c-text-inv);
      font-family: var(--f-body);
      font-size: 1rem;
      outline: none;
      transition: border-color var(--t-fast);
    }
    .form__input:focus {
      border-bottom-color: var(--c-accent);
    }
    .form__submit {
      margin-top: var(--s-2);
      width: 100%;
      justify-content: center;
    }
    .form__legal {
      font-size: 0.75rem;
      line-height: 1.5;
      color: rgba(250, 250, 248, 0.5);
      margin-top: var(--s-2);
    }
    .form__legal a {
      color: rgba(250, 250, 248, 0.7);
      text-decoration: underline;
      text-underline-offset: 3px;
    }
 
    /* ════════════════════════════════════════════════════════════════
       10. ÜBER DEN MACHER
       ════════════════════════════════════════════════════════════════ */
    .about__grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: var(--s-5);
    }
    @media (min-width: 880px) {
      .about__grid { grid-template-columns: 1fr 1.2fr; gap: var(--s-7); align-items: start; }
    }
    .about__text p + p { margin-top: var(--s-3); }
    .about__text p {
      font-size: clamp(1rem, 1.15vw, 1.125rem);
      color: var(--c-text-muted);
      line-height: 1.75;
    }
    .about__text p strong { color: var(--c-text); font-weight: 600; }
 
    .credibility {
      margin-top: var(--s-5);
      padding-top: var(--s-4);
      border-top: 1px solid var(--c-line);
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: var(--s-3);
    }
    @media (min-width: 640px) { .credibility { grid-template-columns: repeat(4, 1fr); } }
 
    .credibility__item {
      font-family: var(--f-display);
    }
    .credibility__num {
      display: block;
      font-size: clamp(1.75rem, 3vw, 2.25rem);
      font-weight: 800;
      color: var(--c-accent);
      letter-spacing: -0.02em;
      line-height: 1;
      margin-bottom: 0.4rem;
    }
    .credibility__label {
      font-family: var(--f-body);
      font-size: 0.8125rem;
      font-weight: 500;
      color: var(--c-text-muted);
      letter-spacing: 0.04em;
    }
 
    /* ════════════════════════════════════════════════════════════════
       10b. PORTRAIT — Maik in der About-Section
       — Quadratisch, max 320px Desktop / 240px Mobile.
       — Kein Border/Shadow: der weiße Bild-Hintergrund hebt sich
         natürlich gegen das warme Hellgrau der Section ab.
       — Lazy-Loading (below the fold), alt-Text mit Location für SEO.
       ════════════════════════════════════════════════════════════════ */
    .about__photo {
      margin: 0 0 var(--s-4) 0;
      max-width: 320px;
      aspect-ratio: 1 / 1;
      overflow: hidden;
      background: #FFFFFF;
    }
    .about__photo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center top;
      display: block;
    }
    @media (max-width: 879px) {
      .about__photo { max-width: 240px; }
    }
 
    /* ════════════════════════════════════════════════════════════════
       11. FOOTER (minimalistisch)
       ════════════════════════════════════════════════════════════════ */
    .footer {
      padding: var(--s-5) var(--gutter) var(--s-4);
      border-top: 1px solid var(--c-line);
      font-size: 0.875rem;
      color: var(--c-text-muted);
    }
    .footer__inner {
      max-width: var(--max-w);
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      gap: var(--s-3);
      justify-content: space-between;
      align-items: center;
    }
    .footer__links {
      display: flex;
      gap: var(--s-3);
      list-style: none;
    }
    .footer__links a:hover { color: var(--c-text); }
 
    /* ════════════════════════════════════════════════════════════════
       12. SCROLL-REVEAL für Sections unterhalb des Folds
       — leichte Fade-Up-Animation per IntersectionObserver-Klasse
       — falls JS deaktiviert: alles sichtbar (progressive enhancement)
       ════════════════════════════════════════════════════════════════ */
    .reveal {
      opacity: 0;
      transform: translateY(24px);
      transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
    }
    .reveal.is-in {
      opacity: 1;
      transform: translateY(0);
    }
    @media (prefers-reduced-motion: reduce) {
      .reveal { opacity: 1; transform: none; transition: none; }
    }
  </style>/* End custom CSS */