    @font-face {
      font-family: "Gothic A1";
      font-weight: 400;
      font-display: swap;
      src: url("../fonts/GothicA1-Regular.woff2") format("woff2");
    }

    @font-face {
      font-family: "Gothic A1";
      font-weight: 500;
      font-display: swap;
      src: url("../fonts/GothicA1-Medium.woff2") format("woff2");
    }

    @font-face {
      font-family: "Gothic A1";
      font-weight: 600;
      font-display: swap;
      src: url("../fonts/GothicA1-SemiBold.woff2") format("woff2");
    }

    @font-face {
      font-family: "Gothic A1";
      font-weight: 700;
      font-display: swap;
      src: url("../fonts/GothicA1-Bold.woff2") format("woff2");
    }

    /* ========================================
   RESET & FOUNDATIONS
   ======================================== */
    *,
    *::before,
    *::after {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    :root {
      --navy: #0B1D3A;
      --navy-mid: #132B52;
      --navy-light: #1A3A6B;
      --amber: #1e73be;
      --amber-soft: #7ab3de;
      --amber-hover: #175ea3;
      --sky: #8fb8df;
      --sky-light: #0d599d;
      --white: #FFFFFF;
      --off-white: #F7F8FA;
      --warm-gray: #E8E9ED;
      --text-dark: #0b1d3a;
      --text-body: #3B4255;
      --text-muted: #234360;
      --footer-bg: #081628;
      --serif: "Gothic A1", system-ui, sans-serif;
      --sans: "Gothic A1", system-ui, sans-serif;
      --shadow-sm: 0 2px 8px rgba(11, 29, 58, 0.06);
      --shadow-md: 0 8px 32px rgba(11, 29, 58, 0.08);
      --shadow-lg: 0 16px 48px rgba(11, 29, 58, 0.12);
      --shadow-card: 0 4px 20px rgba(11, 29, 58, 0.07);
      --radius: 6px;
      --radius-lg: 20px;
      --transition: 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    html {
      scroll-behavior: smooth;
      font-size: 16px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }

    body {
      font-family: var(--sans);
      font-weight: 400;
      color: var(--text-body);
      line-height: 1.3;
      overflow-x: hidden;
      min-height: 100vh;
      display: flex;
      flex-direction: column;
    }

    /* Blauer Hintergrund nur im Frontend — Gutenberg-Editor-Iframe ausschließen */
    body:not(.block-editor-iframe__body) {
      background: #081628;
    }

    /* Hauptinhalt nimmt allen verfügbaren Platz, sodass der Footer unten klebt */
    body > .site-main,
    body > main {
      flex: 1 0 auto;
      background: #ffffff;
    }

    body > .footer {
      flex-shrink: 0;
    }

    img {
      max-width: 100%;
      height: auto;
      display: block;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    button {
      cursor: pointer;
      border: none;
      background: none;
      font-family: inherit;
    }

    ul {
      list-style: none;
    }

    .container {
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 clamp(1.25rem, 4vw, 3rem);
    }

    /* ========================================
   TYPOGRAPHY
   ======================================== */
    h1,
    h2,
    h3,
    h4 {
      font-family: var(--serif);
      font-weight: 400;
      color: var(--text-dark);
      line-height: 1.2;
    }

    h1 {
      font-size: clamp(2.2rem, 4vw, 3.8rem);
    }

    h2 {
      font-size: clamp(1.6rem, 2.5vw, 2rem);
    }

    h3 {
      font-size: clamp(1.2rem, 2vw, 1.5rem);
    }

    .section-label {
      font-family: var(--sans);
      font-size: 0.75rem;
      font-weight: 700;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      color: var(--sky-light);
      margin-bottom: 0.25rem;
      display: block;
    }

    .section-label::first-letter {
      font-size: 1.25em;
      font-weight: 600;
    }


    /* ========================================
   WAVE DIVIDERS
   ======================================== */
    .wave-divider {
      width: 100%;
      overflow: hidden;
      line-height: 0;
      font-size: 0;
      position: relative;
      z-index: 2;
    }

    /* SVG leicht überdehnen (oben/unten 1px, seitlich 1px) um Safari-Subpixel-Linien
       zu überdecken. translateZ erzwingt GPU-Rendering und vermeidet weitere Rundungsfehler. */
    .wave-divider svg {
      display: block;
      width: calc(100% + 2px);
      margin: -1px -1px;
      transform: translateZ(0);
      -webkit-transform: translateZ(0);
    }

    .wave-divider--flip {
      transform: rotate(180deg);
    }

    /* ========================================
   NAVIGATION
   ======================================== */
    .nav {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 1000;
      padding: 1.25rem 0;
      background: transparent;
      transition: background var(--transition), padding var(--transition), box-shadow var(--transition);
    }

    .nav.scrolled {
      background: #081628;
      padding: 0.75rem 0;
      box-shadow: 0 2px 24px rgba(8, 22, 40, 0.3);
    }

    .nav__inner {
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      align-items: center;
      padding: 0;
    }

    .nav__links--left {
      justify-self: end;
    }

    .nav__links--right {
      justify-self: start;
    }

    .nav__logo {
      margin: 0 2.5rem;
      position: relative;
      transition: transform var(--transition), height var(--transition), margin var(--transition);
    }

    /* Leuchtturm-Strahl
    .nav__logo::before {
      content: '';
      position: absolute;
      top: 28%;
      left: 50%;
      width: 0;
      height: 0;
      border-right: 100px solid rgba(255, 255, 255, 0.45);
      border-top: 12px solid transparent;
      border-bottom: 12px solid transparent;
      pointer-events: none;
      z-index: 1;
      filter: blur(3px);
      mask-image: linear-gradient(to right, white, transparent);
      -webkit-mask-image: linear-gradient(to right, white, transparent);
      animation: lighthouseSearch 9s ease-in-out infinite;
    }

    /* -- Glow-Punkt --
    .nav__logo::after {
      content: '';
      position: absolute;
      top: 30%;
      left: 50%;
      width: 11px;
      height: 11px;
      margin-left: -5px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.9);
      filter: blur(4px);
      pointer-events: none;
      z-index: 1;
      animation: lighthouseGlow 9s ease-in-out infinite;
    }

    @keyframes lighthouseSearch {
      0% {
        transform: rotateY(0deg);
        opacity: 1;
      }

      15% {
        opacity: 0.8;
      }

      25% {
        opacity: 1;
      }

      35% {
        opacity: 0.8;
      }

      50% {
        transform: translateX(-100px) rotateY(180deg);
        opacity: 1;
      }

      65% {
        opacity: 0.5;
      }

      75% {
        opacity: 0.1;
      }

      85% {
        opacity: 0.5;
      }

      100% {
        transform: rotateY(360deg);
        opacity: 1;
      }
    }

    @keyframes lighthouseGlow {
      0% {
        opacity: 0;
        transform: scale(0.5);
      }

      18% {
        opacity: 0;
        transform: scale(0.5);
      }

      25% {
        opacity: 1;
        transform: scale(2.5);
      }

      32% {
        opacity: 0;
        transform: scale(0.5);
      }

      100% {
        opacity: 0;
        transform: scale(0.5);
      }
    }
    */

    .nav__logo img {
      height: 160px;
      width: auto;
      background: transparent;
      border-radius: 50%;
      padding: 0px;
      position: relative;
      z-index: 0;
      transition: height var(--transition), background 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.05s, padding var(--transition);
    }

    .nav.scrolled .nav__logo {
      transform: scale(0.65);
      height: 80px;
      margin: -20px 0rem;
      transition: transform var(--transition), height var(--transition), margin var(--transition);
    }

    .nav.scrolled .nav__logo img {
      background: #081628;
      border-radius: 50%;
      padding: 10px;
      box-shadow: 0 2px 24px rgba(8, 22, 40, 0.3);
    }

    .nav__links {
      display: flex;
      align-items: center;
      gap: 0.5rem;
    }

    .nav__links a {
      color: rgba(255, 255, 255, 0.8);
      font-size: 0.88rem;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      padding: 0.65rem 1.1rem 0.5rem 1.1rem;
      border-radius: 100px;
      transition: color var(--transition), background var(--transition);
      position: relative;
      display: inline-block;
    }

    .nav__links a::first-letter {
      font-size: 1.25em;
      font-weight: 500;
    }

    .nav__links a:hover {
      color: var(--white);
      background: rgba(255, 255, 255, 0.1);
    }

    .nav.scrolled .nav__links a:hover {
      background: rgba(255, 255, 255, 0.12);
    }

    .nav__links a:active {
      background: rgba(255, 255, 255, 0.22);
      transition: background 0.1s ease, color 0.1s ease;
    }

    .nav.scrolled .nav__links a:active {
      background: rgba(255, 255, 255, 0.24);
    }

    .nav__links a.is-active {
      color: var(--white);
      background: rgba(255, 255, 255, 0.14);
    }

    .nav.scrolled .nav__links a.is-active {
      background: rgba(255, 255, 255, 0.16);
    }

    /* Karriere-Lightboxes breiter (Stellenliste + Detail-Modals) – entspricht Team-Overlay */
    #karriereModal .lightbox__content,
    .lightbox[id^="jobModal"] .lightbox__content {
      max-width: 1000px;
    }

    /* Karriere-Stellenliste im Lightbox */
    .karriere__jobs {
      list-style: none;
      padding: 0;
      margin: 1.5rem 0 0;
      display: flex;
      flex-direction: column;
      gap: 0.75rem;
    }

    .karriere__job {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1.5rem;
      width: 100%;
      padding: 1.25rem 1.5rem;
      background: var(--off-white);
      border: 0;
      border-radius: var(--radius-lg);
      box-shadow: var(--shadow-sm);
      cursor: pointer;
      color: inherit;
      font: inherit;
      text-align: left;
      transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    }

    .karriere__job-info {
      display: flex;
      flex-direction: column;
      gap: 0.5rem;
      min-width: 0;
    }

    .karriere__job-title {
      display: block;
      font-family: var(--serif);
      font-size: 1.1rem;
      line-height: 1.2;
      color: var(--text-dark);
    }

    .karriere__job:hover {
      background: #eef3f8;
      box-shadow: var(--shadow-md);
    }

    .karriere__job:hover .karriere__job-chevron {
      background: var(--amber);
      color: var(--white);
      transform: translateX(2px);
    }

    .karriere__job:active {
      background: #dbe5ef;
      box-shadow: var(--shadow-sm);
      transform: scale(0.99);
      transition:
        background 0.1s ease,
        box-shadow 0.1s ease,
        transform 0.08s ease;
    }

    .karriere__job:active .karriere__job-chevron {
      background: var(--amber-hover);
      color: var(--white);
      transform: translateX(4px) scale(0.95);
      transition:
        background 0.1s ease,
        color 0.1s ease,
        transform 0.08s ease;
    }

    .karriere__job:focus-visible {
      outline: 2px solid var(--amber-soft);
      outline-offset: 3px;
    }

    .karriere__job-chevron {
      flex-shrink: 0;
      width: 38px;
      height: 38px;
      border-radius: 50%;
      background: rgba(30, 115, 190, 0.1);
      color: var(--amber);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
    }

    .karriere__job-chevron svg {
      width: 18px;
      height: 18px;
    }

    /* Bullet-Points des generischen Lightbox-Listen-Styles für Job-Karten aufheben. */
    .lightbox__content .karriere__jobs li {
      padding: 0;
    }

    .lightbox__content .karriere__jobs li::before {
      content: none;
    }

    /* Meta-Informationen als Badges */
    .lightbox__content .karriere__job-meta,
    .karriere__job-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 0.4rem;
      margin: 0;
    }

    .karriere__job-meta span {
      display: inline-block;
      padding: 0.35rem 0.7rem 0.25rem 0.7rem;
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--amber);
      background: rgba(30, 115, 190, 0.08);
      border-radius: 100px;
      line-height: 1.5;
    }

    .karriere__job-meta--in-modal {
      margin-top: 0.75rem;
    }

    .karriere__job-meta--in-modal span {
      font-size: 0.78rem;
      padding: 0.5rem 0.85rem 0.3rem 0.85rem;
    }

    @media (max-width: 640px) {
      .karriere__job {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
      }

      .karriere__job-chevron {
        display: none;
      }
    }

    /* Container-Standard für Unterseiten (Impressum, Datenschutz, Single-CPTs …) */
    .site-main {
      max-width: 1100px;
      margin: 0 auto;
      padding: clamp(150px, 16vw, 220px) clamp(1.25rem, 4vw, 2.5rem) clamp(8rem, 14vw, 12rem);
    }

    .site-main h1 {
      margin-top: 0;
      margin-bottom: 1.5rem;
    }

    .site-main .entry-content {
      line-height: 1.5;
    }

    .site-main .entry-content > * + * {
      margin-top: 1rem;
    }

    .site-main .entry-content h2,
    .site-main .entry-content h3 {
      margin-top: 2.5rem;
      margin-bottom: 0.75rem;
    }

    /* Anker-Offset: Sticky-Nav verdeckt sonst die Sektion-Überschrift */
    #konzept,
    #leistungen,
    #team,
    #leuchtfeuer,
    #karriere,
    #kontakt {
      scroll-margin-top: 90px;
    }

    /* Hamburger */
    .nav__burger {
      display: none;
      flex-direction: column;
      gap: 5px;
      width: 28px;
      padding: 4px 0;
      z-index: 1001;
    }

    .nav__burger span {
      display: block;
      width: 100%;
      height: 2px;
      background: var(--white);
      border-radius: 2px;
      transition: transform 0.3s ease, opacity 0.3s ease;
      transform-origin: center;
    }

    .nav__burger.active span:nth-child(1) {
      transform: translateY(7px) rotate(45deg);
    }

    .nav__burger.active span:nth-child(2) {
      opacity: 0;
    }

    .nav__burger.active span:nth-child(3) {
      transform: translateY(-7px) rotate(-45deg);
    }

    /* Mobile menu */
    .nav__mobile {
      display: none;
      position: fixed;
      inset: 0;
      background: var(--navy);
      z-index: 999;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 2rem;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.4s ease, visibility 0.4s ease;
    }

    .nav__mobile.open {
      opacity: 1;
      visibility: visible;
    }

    .nav__mobile a {
      color: var(--white);
      font-family: var(--serif);
      font-size: 1.6rem;
      transition: color var(--transition);
    }

    .nav__mobile a:hover {
      color: var(--amber);
    }

    .nav__mobile .nav-cta {
      background: var(--amber);
      color: var(--white);
      padding: 0.75rem 2rem;
      border-radius: var(--radius);
      font-family: var(--sans);
      font-weight: 700;
      font-size: 1rem;
    }

    /* ========================================
   HERO (dunkel)
   ======================================== */
    .hero {
      position: relative;
      height: 80vh;
      min-height: 700px;
      max-height: 1100px;
      display: flex;
      align-items: center;
      overflow: hidden;
    }

    .hero__bg {
      position: absolute;
      inset: 0;
      z-index: 0;
    }

    .hero__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center 30%;
      image-rendering: auto;
      -webkit-font-smoothing: antialiased;
      transform: translateZ(0);
      backface-visibility: hidden;
    }

    .flag__link {
      position: fixed;
      top: 0;
      right: -10px;
      z-index: 1001;
      display: none;
      cursor: pointer;
    }

    .flag__canvas {
      display: block;
      image-rendering: auto;
    }

    @media (min-width: 1180px) {
      .flag__link {
        display: block;
        right: 30px;
      }
    }

    .hero__glow {
      position: absolute;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: rgba(255, 230, 150, 0.9);
      box-shadow:
        0 0 10px 4px rgba(255, 230, 150, 0.8),
        0 0 30px 10px rgba(255, 200, 100, 0.5),
        0 0 60px 20px rgba(255, 180, 80, 0.3),
        0 0 100px 40px rgba(255, 160, 60, 0.15);
      z-index: 1;
      pointer-events: none;
      animation: shipGlow 3s ease-in-out infinite;
    }

    @keyframes shipGlow {
      0% {
        opacity: 0.6;
        transform: scale(1);
      }

      50% {
        opacity: 1;
        transform: scale(1.3);
      }

      100% {
        opacity: 0.6;
        transform: scale(1);
      }
    }

    .hero__bg::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(175deg, rgb(11 29 58) 0%, rgb(11 29 58 / 17%) 30%, rgb(11 29 58 / 0%) 100%);
    }

    .hero__content {
      position: relative;
      z-index: 2;
      width: 100%;
      padding-bottom: 6rem;
    }

    .hero__inner {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 3rem;
      align-items: end;
      padding-top: 55px;
    }

    .hero__subtitle {
      font-family: var(--sans);
      font-size: clamp(1rem, 1.8vw, 1.5rem);
      font-weight: 400;
      color: #081628;
      line-height: 1.3;
      margin-bottom: 1rem;
      max-width: 540px;
      letter-spacing: 0.1rem;
      font-kerning: auto;
      text-transform: uppercase;
    }

    .hero__text {
      color: rgba(255, 255, 255, 0.78);
      font-size: 0.95rem;
      line-height: 1.8;
      max-width: 520px;
    }

    .hero__text p {
      margin-bottom: 1.5rem;
    }

    .hero__cta {
      display: inline-flex;
      align-items: center;
      gap: 0.6rem;
      padding: 1.15rem 1.5rem 1rem 1.5rem;
      border: none;
      border-radius: 50px;
      background: #0b1d3a;
      color: var(--white);
      font-family: var(--sans);
      font-size: 0.9rem;
      font-weight: 700;
      cursor: pointer;
      margin-top: 0.5rem;
      transition: background var(--transition), transform var(--transition), box-shadow var(--transition);
    }

    .hero__cta:hover {
      background: var(--amber-hover);
      transform: translateY(-2px);
      box-shadow: 0 8px 24px rgba(30, 115, 190, 0.3);
    }

    .hero__cta:active {
      background: #114b86;
      transform: translateY(0);
      box-shadow: 0 2px 6px rgba(30, 115, 190, 0.25);
      transition:
        background 0.1s ease,
        transform 0.08s ease,
        box-shadow 0.1s ease;
    }

    .hero__cta svg {
      width: 18px;
      height: 18px;
      margin: -0.25rem 0 0 auto;
      transition: transform var(--transition);
    }

    .hero__cta:hover svg {
      transform: translateX(4px);
    }

    /* ========================================
       HERO INTRO
       ======================================== */
    .hero-intro {
      background: var(--white);
      padding: 5rem 0 3rem;
    }

    .hero-intro__inner {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 4rem;
      align-items: center;
    }

    .hero-intro__title h1 {
      font-family: var(--serif);
      font-size: clamp(3rem, 6vw, 5rem);
      font-weight: 400;
      color: var(--navy);
      line-height: 1;
      margin-bottom: 0.5rem;
      letter-spacing: -0.02em;
    }

    .hero-intro__tagline {
      font-family: var(--sans);
      font-size: 0.85rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.15em;
      color: var(--sky-light);
      display: block;
    }

    .hero-intro__banner {
      background: var(--navy);
      padding: 2.5rem 0;
      margin-top: 0;
    }

    .hero-intro__banner p {
      font-size: 1.4rem;
      line-height: 1.5;
      font-weight: 400;
      color: rgba(255, 255, 255, 0.85);
      max-width: 900px;
      margin: 0 auto;
      text-align: center;
      font-style: italic;
    }

    /* ========================================
   SECTIONS
   ======================================== */
    .section {
      padding: clamp(2rem, 5vw, 7rem) 0;
    }

    .section--dark {
      background: var(--navy);
      color: rgba(255, 255, 255, 0.85);
    }

    .section--dark h2,
    .section--dark h3 {
      color: #F8FAFC;
    }

    .section--dark .section-label {
      color: var(--sky);
    }

    .section--light {
      background: var(--off-white);
    }

    .section-header {
      margin-bottom: clamp(1.5rem, 5vw, 3rem);
    }

    .section-header--center {
      text-align: center;
    }

    .section-header p {
      max-width: 640px;
      margin-top: 1rem;
      font-size: 1.05rem;
      line-height: 1.8;
    }

    .section-header--center p {
      margin-left: auto;
      margin-right: auto;
    }

    /* ========================================
   KONZEPT (hell)
   ======================================== */
    .konzept__grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 4rem;
      align-items: center;
    }

    .konzept__visual {
      position: relative;
    }

    .konzept__visual-block {
      background: var(--navy);
      border-radius: var(--radius-lg);
      padding: 3rem;
      color: var(--white);
      position: relative;
      overflow: hidden;
    }

    .konzept__visual-block::before {
      content: '';
      position: absolute;
      top: -30px;
      right: -30px;
      width: 140px;
      height: 140px;
      border: 2px solid rgba(30, 115, 190, 0.15);
      border-radius: 50%;
    }

    .konzept__visual-block::after {
      content: '';
      position: absolute;
      bottom: -20px;
      right: -20px;
      width: 80px;
      height: 80px;
      border: 2px solid rgba(30, 115, 190, 0.1);
      border-radius: 50%;
    }

    .konzept__anchor {
      width: 56px;
      height: 56px;
      margin-bottom: 1.5rem;
      opacity: 0.5;
    }

    .konzept__quote {
      font-family: var(--serif);
      font-size: 1.3rem;
      font-style: italic;
      line-height: 1.5;
      color: rgba(255, 255, 255, 0.9);
    }

    .konzept__body p {
      margin-bottom: 1.25rem;
      font-size: 1.02rem;
    }

    .read-more-link {
      display: inline-flex;
      align-items: center;
      gap: 0.6rem;
      color: var(--white);
      background: var(--amber);
      font-weight: 700;
      font-size: 0.9rem;
      font-family: var(--sans);
      padding: 1rem 1.5rem;
      border-radius: 50px;
      border: none;
      cursor: pointer;
      transition: background var(--transition), gap var(--transition), transform var(--transition), box-shadow var(--transition);
    }

    .read-more-link:hover {
      background: var(--amber-hover);
      transform: translateY(-2px);
      box-shadow: 0 8px 24px rgba(30, 115, 190, 0.3);
    }

    .read-more-link svg {
      width: 16px;
      height: 16px;
      flex-shrink: 0;
      transition: transform var(--transition);
    }

    .read-more-link:hover svg {
      transform: translateX(4px);
    }

    /* Full-width in Service Cards */
    .service-card .read-more-link {
      display: flex;
      width: 100%;
      justify-content: space-between;
      padding: 1rem 1.5rem;
    }

    .service-card .read-more-link svg {
      margin-left: auto;
    }

    /* ========================================
   SERVICE CARDS (Glassmorphism auf dunklem Grund)
   ======================================== */
    .services__grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 2rem;
    }

    .service-card {
      background: rgba(255, 255, 255, 0.05);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: var(--radius-lg);
      padding: 0 1.5rem 1.5rem;
      transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
      position: relative;
      overflow: hidden;
      display: flex;
      flex-direction: column;
    }


    .service-card:hover {
      border-color: rgba(255, 255, 255, 0.2);
    }

    .service-card__image {
      width: calc(100% + 3rem);
      margin-left: -1.5rem;
      margin-top: 0;
      aspect-ratio: 1 / 1;
      background: none;
      border-radius: 0;
      overflow: hidden;
      position: relative;
    }

    .service-card__image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      image-rendering: auto;
      transform: translateZ(0);
      backface-visibility: hidden;
    }

    .service-card__image-overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 0 1.5rem;
      z-index: 2;
      overflow-wrap: break-word;
      word-break: break-word;
      hyphens: auto;
    }

    .service-card__image-overlay h3 {
      color: var(--white);
      margin: 0;
      font-size: 1.3rem;
      font-weight: 700;
      letter-spacing: 0.04em;
      pointer-events: none;
      position: relative;
      z-index: 2;
    }

    .service-card__image .blur-layer,
    .service-card__image .blur-gradient {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: var(--gradient-height, 140px);
      pointer-events: none;
    }

    .service-card__image .blur-layer--1 {
      backdrop-filter: blur(0.5px);
      -webkit-backdrop-filter: blur(0.5px);
      mask-image: linear-gradient(to top, #000 calc(100% - 140px / 5 * 1), transparent calc(100% - 140px / 5 * 0));
      -webkit-mask-image: linear-gradient(to top, #000 calc(100% - 140px / 5 * 1), transparent calc(100% - 140px / 5 * 0));
    }

    .service-card__image .blur-layer--2 {
      backdrop-filter: blur(1px);
      -webkit-backdrop-filter: blur(1px);
      mask-image: linear-gradient(to top, #000 calc(100% - 140px / 5 * 2), transparent calc(100% - 140px / 5 * 1));
      -webkit-mask-image: linear-gradient(to top, #000 calc(100% - 140px / 5 * 2), transparent calc(100% - 140px / 5 * 1));
    }

    .service-card__image .blur-layer--3 {
      backdrop-filter: blur(2px);
      -webkit-backdrop-filter: blur(2px);
      mask-image: linear-gradient(to top, #000 calc(100% - 140px / 5 * 3), transparent calc(100% - 140px / 5 * 2));
      -webkit-mask-image: linear-gradient(to top, #000 calc(100% - 140px / 5 * 3), transparent calc(100% - 140px / 5 * 2));
    }

    .service-card__image .blur-layer--4 {
      backdrop-filter: blur(4px);
      -webkit-backdrop-filter: blur(4px);
      mask-image: linear-gradient(to top, #000 calc(100% - 140px / 5 * 4), transparent calc(100% - 140px / 5 * 3));
      -webkit-mask-image: linear-gradient(to top, #000 calc(100% - 140px / 5 * 4), transparent calc(100% - 140px / 5 * 3));
    }

    .service-card__image .blur-gradient {
      background-image: linear-gradient(to top, rgb(23 41 68), rgb(23 41 68), rgb(23 41 68 / 0%), transparent);
    }


    .service-card__paragraph {
      position: absolute;
      top: 1.5rem;
      left: 1.5rem;
      font-size: 0.75rem;
      font-weight: 700;
      color: #0B1D3A !important;
      background: #FFFFFF;
      backdrop-filter: none;
      padding: 0.5rem 0.85rem 0.3rem 0.85rem;
      border-radius: 20px;
      margin: 0;
      z-index: 2;
    }

    .service-card h3 {
      margin-bottom: 0;
      color: #F8FAFC;
    }

    .service-card p {
      font-size: 0.95rem;
      line-height: 1.5;
      margin: .5rem 0 1.5rem 0;
      flex: 1;
      color: #E2E8F0;
    }

    .service-card .read-more-link {
      margin-top: auto;
    }

    .service-card .read-more-link:hover {
      gap: 0.6rem;
    }

    /* ========================================
   TEAM (hell)
   ======================================== */
    /* -- Slider (horizontale Reihe, full-width) -- */
    .team-slider {
      position: relative;
      margin-bottom: 2.5rem;
      margin-left: calc(-50vw + 50%);
      margin-right: calc(-50vw + 50%);
      width: 100vw;
    }

    .team-slider__track {
      display: flex;
      gap: 2rem;
      overflow-x: auto;
      scroll-behavior: smooth;
      scrollbar-width: none;
      padding: 1rem 10rem 0;
      cursor: grab;
      user-select: none;
    }

    .team-slider__track:active {
      cursor: grabbing;
    }

    .team-slider__track::-webkit-scrollbar {
      display: none;
    }

    .team-slider__card {
      --gradient-height: 140px;
      flex: 0 0 220px;
      height: 310px;
      position: relative;
      border-radius: 12px;
      overflow: hidden;
      cursor: pointer;
      transition: transform var(--transition);
      background: var(--off-white);
    }

    .team-slider__card:hover {
      transform: translateY(-4px);
    }

    .team-slider__photo {
      position: absolute;
      inset: 0;
      overflow: hidden;
    }

    .team-slider__photo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      pointer-events: none;
      image-rendering: auto;
      -webkit-font-smoothing: antialiased;
      transform: translateZ(0);
      backface-visibility: hidden;
    }

    /* Stufenweiser Blur-Overlay */
    .team-slider__card .blur-layer {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: var(--gradient-height);
      pointer-events: none;
    }

    .team-slider__card .blur-gradient {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: var(--gradient-height);
      background-image: linear-gradient(to top, rgb(11 29 58 / 90%), rgb(11 29 58 / 84%), rgb(11 29 58 / 55%), transparent);
      pointer-events: none;
      z-index: 1;
    }

    .team-slider__card .blur-layer--1 {
      backdrop-filter: blur(0.5px);
      -webkit-backdrop-filter: blur(0.5px);
      mask-image: linear-gradient(to top, #000 calc(100% - var(--gradient-height) / 5 * 1), transparent calc(100% - var(--gradient-height) / 5 * 0));
      -webkit-mask-image: linear-gradient(to top, #000 calc(100% - var(--gradient-height) / 5 * 1), transparent calc(100% - var(--gradient-height) / 5 * 0));
    }

    .team-slider__card .blur-layer--2 {
      backdrop-filter: blur(1px);
      -webkit-backdrop-filter: blur(1px);
      mask-image: linear-gradient(to top, #000 calc(100% - var(--gradient-height) / 5 * 2), transparent calc(100% - var(--gradient-height) / 5 * 1));
      -webkit-mask-image: linear-gradient(to top, #000 calc(100% - var(--gradient-height) / 5 * 2), transparent calc(100% - var(--gradient-height) / 5 * 1));
    }

    .team-slider__card .blur-layer--3 {
      backdrop-filter: blur(2px);
      -webkit-backdrop-filter: blur(2px);
      mask-image: linear-gradient(to top, #000 calc(100% - var(--gradient-height) / 5 * 3), transparent calc(100% - var(--gradient-height) / 5 * 2));
      -webkit-mask-image: linear-gradient(to top, #000 calc(100% - var(--gradient-height) / 5 * 3), transparent calc(100% - var(--gradient-height) / 5 * 2));
    }

    .team-slider__card .blur-layer--4 {
      backdrop-filter: blur(4px);
      -webkit-backdrop-filter: blur(4px);
      mask-image: linear-gradient(to top, #000 calc(100% - var(--gradient-height) / 5 * 4), transparent calc(100% - var(--gradient-height) / 5 * 3));
      -webkit-mask-image: linear-gradient(to top, #000 calc(100% - var(--gradient-height) / 5 * 4), transparent calc(100% - var(--gradient-height) / 5 * 3));
    }

    /* Text über dem Blur */
    .team-slider__info {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 1.4rem;
      pointer-events: none;
      z-index: 1;
    }

    .team-slider__card h4 {
      font-size: 1.3rem;
      margin-bottom: 0;
      font-weight: 700;
      color: var(--white);
      pointer-events: none;
      line-height: 1.1;
      text-transform: uppercase;
      letter-spacing: 0.04em;
    }

    .team-slider__card h4 div:last-child {
      color: var(--sky);
    }

    .team-slider__card .team-slider__role {
      font-size: 0.75rem;
      color: rgba(255, 255, 255, 0.75);
      pointer-events: none;
      line-height: 1.3;
      margin-top: -0.1rem;
      display: none;
    }

    /* Gradient-Fade Bereiche */
    .team-slider__fade {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 160px;
      z-index: 3;
      pointer-events: auto;
    }

    .team-slider__fade--left {
      left: 0;
      background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    }

    .team-slider__fade--right {
      right: 0;
      background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    }

    /* Pfeil-Buttons rund blau */
    .team-slider__arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%) scale(1);
      width: 44px;
      height: 44px;
      border-radius: 50%;
      border: none;
      background: var(--navy);
      color: var(--white);
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: var(--shadow-md);
      z-index: 3;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition:
        background 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease,
        opacity 0.25s ease,
        visibility 0.25s ease;
    }

    .team-slider__arrow.is-visible {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
    }

    .team-slider__arrow:hover {
      background: var(--navy-mid);
      transform: translateY(-50%) scale(1.06);
      box-shadow: 0 8px 18px rgba(8, 22, 40, 0.22);
    }

    .team-slider__arrow:active {
      transform: translateY(-50%) scale(0.96);
      box-shadow: 0 3px 8px rgba(8, 22, 40, 0.2);
      transition:
        background 0.1s ease,
        transform 0.08s ease,
        box-shadow 0.1s ease;
    }

    .team-slider__arrow:focus-visible {
      outline: 2px solid var(--amber-soft);
      outline-offset: 3px;
    }


    .team-slider__arrow--left {
      left: 40px;
    }

    .team-slider__arrow--right {
      right: 40px;
    }

    .team-slider__arrow svg {
      width: 20px;
      height: 20px;
    }

    /* CTA Card im Slider */
    .team-slider__card--cta {
      background: var(--navy);
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
    }

    .team-slider__card--cta:hover {
      background: var(--navy-mid);
    }

    .team-slider__cta-content {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0.75rem;
      color: var(--white);
      text-align: center;
      padding: 1.5rem;
    }

    .team-slider__cta-content span {
      font-size: 0.85rem;
      font-weight: 700;
      line-height: 1.3;
      text-transform: uppercase;
      letter-spacing: 0.05em;
    }

    /* -- "Alle anzeigen" Button -- */
    .team-toggle-wrap {
      text-align: center;
      margin-bottom: 2rem;
    }

    .btn--pill {
      display: inline-flex;
      align-items: center;
      gap: 0.6rem;
      padding: 1.2rem 1.5rem 1rem 1.5rem;
      border: none;
      border-radius: 50px;
      background: var(--sky);
      color: var(--navy);
      font-size: 0.9rem;
      font-weight: 700;
      cursor: pointer;
      transition: background var(--transition), transform var(--transition), box-shadow var(--transition);
    }

    .btn--pill:hover {
      background: #accff1;
      transform: translateY(-2px);
      box-shadow: 0 8px 24px rgba(30, 115, 190, 0.3);
    }

    .btn--pill:active {
      background: #8fbce0;
      transform: translateY(0);
      box-shadow: 0 2px 6px rgba(30, 115, 190, 0.22);
      transition:
        background 0.1s ease,
        transform 0.08s ease,
        box-shadow 0.1s ease;
    }

    .btn--pill svg {
      width: 18px;
      height: 18px;
      margin: -0.25rem 0 0 auto;
      transition: transform var(--transition);
    }

    .btn--pill:hover svg {
      transform: translateX(4px);
    }

    /* -- Team Overlay (Lightbox) -- */
    .team-overlay {
      position: fixed;
      inset: 0;
      z-index: 2000;
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.35s ease, visibility 0.35s ease;
      padding: 2rem;
    }

    .team-overlay.active {
      opacity: 1;
      visibility: visible;
    }

    .team-overlay__bg {
      position: absolute;
      inset: 0;
      background: rgba(11, 29, 58, 0);
      transition: background 0.4s ease;
    }

    .team-overlay.active .team-overlay__bg {
      background: rgba(11, 29, 58, 0.85);
    }

    .team-overlay__content {
      position: relative;
      background: var(--white);
      border-radius: var(--radius-lg);
      max-width: 1000px;
      width: 100%;
      max-height: 85vh;
      overflow-y: auto;
      padding: 2rem 1.5rem;
      box-shadow: var(--shadow-lg);
      transform: translateY(20px) scale(0.97);
      transition: transform 0.35s ease;
    }

    .team-overlay.active .team-overlay__content {
      transform: translateY(0) scale(1);
    }

    .team-overlay__close {
      position: sticky;
      top: 0;
      float: right;
      width: 36px;
      height: 36px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      border: none;
      background: var(--navy);
      color: var(--white);
      cursor: pointer;
      box-shadow: 0 3px 10px rgba(8, 22, 40, 0.22);
      transition: background var(--transition), transform var(--transition), box-shadow var(--transition);
      z-index: 10;
    }

    .team-overlay__close:hover {
      background: var(--navy-mid);
    }

    .team-overlay__close:active {
      background: var(--navy);
      transform: scale(0.95);
      box-shadow: 0 1px 4px rgba(8, 22, 40, 0.18);
      transition: background 0.1s ease, transform 0.08s ease, box-shadow 0.1s ease;
    }

    .team-overlay__close svg {
      width: 18px;
      height: 18px;
    }

    /* Highlight-Animation */
    @keyframes teamHighlight {
      0% {
        box-shadow: 0 0 0 0 rgba(8, 22, 40, 1);
      }

      30% {
        box-shadow: 0 0 0 6px rgba(8, 22, 40, 1);
      }

      100% {
        box-shadow: 0 0 0 0 rgba(8, 22, 40, 0);
      }
    }

    .team-detail__card.highlight {
      animation: teamHighlight 2.5s ease-out;
    }

    .team-detail__group-title {
      font-family: var(--sans);
      font-size: 1.1rem;
      font-weight: 700;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      color: #132b52;
      display: block;
      margin-bottom: 1.25rem;
      margin-top: 2.5rem;
      padding-bottom: 0.5rem;
      border-bottom: 1px solid #1e73be4a;
    }

    .team-detail__group-title::first-letter {
      font-size: 1.25em;
      font-weight: 600;
    }

    .team-detail__group-title:first-child {
      margin-top: 0;
    }

    .team-detail__grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 2rem 1.5rem;
      margin-bottom: 2rem;
    }

    .team-detail__grid:last-child {
      margin-bottom: 0;
    }

    .team-detail__card {
      text-align: center;
      padding: 1.5rem 1rem;
      background: var(--off-white);
      border-radius: 12px;
      transition: transform var(--transition), box-shadow var(--transition);
      display: flex;
      flex-direction: column;
    }

    /* Kontakt-Infos (Telefon + Mail) werden ans Card-Ende gedrückt */
    .team-detail__contact {
      margin-top: auto;
      padding-top: 0.75rem;
    }

    .team-detail__card:hover {
      transform: none;
      box-shadow: none;
    }

    .team-detail__photo {
      width: 90px;
      height: 90px;
      border-radius: 50%;
      overflow: hidden;
      margin: 0 auto 1rem;
      background: var(--white);
      border: 3px solid var(--white);
      outline: 2px solid rgba(30, 115, 190, 0.25);
    }

    .team-detail__photo img {
      width: 130%;
      max-width: unset;
      position: relative;
      left: -15%;
      top: -8%;
    }

    .team-detail__card h4 {
      font-size: 1.1rem;
      margin-bottom: 0.2rem;
      font-weight: 700;
    }

    .team-detail__card .team-detail__role {
      font-size: 0.75rem;
      color: var(--text-muted);
      margin-bottom: 0.5rem;
    }

    .team-detail__card .team-detail__info {
      font-size: 0.85rem;
      color: var(--navy);
      margin-bottom: 0.75rem;
    }

    .team-detail__card .team-detail__info a {
      color: var(--amber);
      text-decoration: none;
      font-weight: 500;
      transition: color 0.2s;
    }

    .team-detail__card .team-detail__info a:hover {
      color: var(--amber-hover);
    }

    .team-detail__badge {
      display: inline-block;
      font-size: 0.65rem;
      padding: 0.2rem 0.6rem;
      border-radius: 20px;
      background: rgba(13, 89, 157, 0.1);
      color: var(--sky-light);
      margin-top: 0.4rem;
    }

    /* ========================================
   LEUCHTFEUER (dunkel)
   ======================================== */
    .leuchtfeuer__inner {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 4rem;
      align-items: center;
    }

    .leuchtfeuer__text p {
      font-size: 1.05rem;
      line-height: 1.8;
      margin-bottom: 2rem;
      color: rgba(255, 255, 255, 0.85);
    }

    .leuchtfeuer__logo {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
    }

    .leuchtfeuer__logo::before {
      content: '';
      position: absolute;
      width: 200px;
      height: 200px;
      background: radial-gradient(circle, rgba(30, 115, 190, 0.08) 0%, transparent 70%);
      border-radius: 50%;
      pointer-events: none;
    }

    .leuchtfeuer__logo img {
      width: 330px;
      max-width: 100%;
      height: auto;
      filter: brightness(0) invert(1);
      opacity: 1;
      transition: opacity var(--transition);
      position: relative;
    }

    .leuchtfeuer__logo--mobile {
      display: none;
    }

    .leuchtfeuer__logo:hover img {
      opacity: 1;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      padding: 1.2rem 1.5rem 1rem 1.5rem;
      border-radius: 50px;
      font-weight: 700;
      font-size: 0.9rem;
      transition: all var(--transition);
    }

    .btn svg {
      width: 18px;
      height: 18px;
      margin: -0.25rem 0 0 auto;
      transition: transform var(--transition);
    }

    .btn--gold,
    .btn--sky,
    .btn--sky {
      background: var(--sky);
      color: var(--navy);
    }

    .btn--gold:hover,
    .btn--sky:hover,
    .btn--sky:hover {
      background: #accff1;
      transform: translateY(-2px);
      box-shadow: 0 6px 20px rgba(30, 115, 190, 0.3);
    }

    .btn--gold:active,
    .btn--sky:active {
      background: #8fbce0;
      transform: translateY(0);
      box-shadow: 0 2px 6px rgba(30, 115, 190, 0.22);
      transition:
        background 0.1s ease,
        transform 0.08s ease,
        box-shadow 0.1s ease;
    }

    .btn--outline {
      border: 1.5px solid var(--amber);
      color: var(--amber);
    }

    .btn--outline:hover {
      background: var(--amber);
      color: var(--white);
      transform: translateY(-2px);
    }

    .btn--outline:active {
      background: var(--amber-hover);
      color: var(--white);
      transform: translateY(0);
      box-shadow: 0 2px 6px rgba(30, 115, 190, 0.22);
      transition:
        background 0.1s ease,
        transform 0.08s ease,
        box-shadow 0.1s ease;
    }

    .btn--rounded {
      border-radius: var(--radius);
    }

    .btn--outline-navy {
      border: 1.5px solid var(--navy);
      color: var(--navy);
      border-radius: 50px;
      padding: 0.75rem 1.5rem;
    }

    .btn--outline-navy:hover {
      background: var(--navy);
      color: var(--white);
      transform: translateY(-2px);
    }

    .btn--outline-navy:active {
      background: var(--navy-mid);
      color: var(--white);
      transform: translateY(0);
      box-shadow: 0 2px 6px rgba(11, 29, 58, 0.25);
      transition:
        background 0.1s ease,
        transform 0.08s ease,
        box-shadow 0.1s ease;
    }

    /* ========================================
   KARRIERE (hell)
   ======================================== */
    .karriere__inner {
      text-align: center;
      max-width: 640px;
      margin: 0 auto;
    }

    .karriere__inner p {
      font-size: 1.05rem;
      line-height: 1.8;
      margin-bottom: 2rem;
    }

    /* ========================================
   KONTAKT (hell)
   ======================================== */
    .kontakt__grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 4rem;
      align-items: start;
    }

    .kontakt__intro h2 {
      margin-bottom: 1rem;
    }

    .kontakt__intro p {
      font-size: 1.05rem;
      line-height: 1.8;
      color: var(--text-body);
    }

    .kontakt__details {
      background: #0b1d3a;
      color: var(--white);
      border-radius: var(--radius-lg);
      padding: 2.5rem;
      box-shadow: var(--shadow-lg);
    }

    .kontakt__details h3 {
      color: var(--white);
      font-size: 1.25rem;
      margin-bottom: 1.5rem;
    }

    .kontakt__item {
      display: flex;
      align-items: flex-start;
      gap: 1rem;
      margin-bottom: 1.25rem;
      font-size: 0.95rem;
      line-height: 1.5;
      color: rgba(255, 255, 255, 0.8);
    }

    .kontakt__item:last-child {
      margin-bottom: 0;
    }

    .kontakt__item svg {
      width: 20px;
      height: 20px;
      color: var(--sky);
      flex-shrink: 0;
      margin-top: 0;
    }

    .kontakt__item a {
      color: rgba(255, 255, 255, 0.8);
      transition: color var(--transition);
    }

    .kontakt__item a:hover {
      color: var(--sky);
    }

    .kontakt__details .btn {
      margin-top: 1rem;
      width: 100%;
      justify-content: center;
    }

    /* ========================================
   FOOTER (sehr dunkel)
   ======================================== */
    .footer {
      background: var(--footer-bg);
      border: none;
      padding: 0;
    }

    .footer__inner {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      flex-wrap: wrap;
      gap: 1.5rem;
      padding: 2rem 0 2rem 0;
    }

    /* Registrierte Custom Properties, damit sie animierbar sind — erlaubt drei
       unabhängige Keyframes für X, Y und Rotation, die sich überlagern. */
    @property --fl-x { syntax: '<length>'; inherits: false; initial-value: 0px; }
    @property --fl-y { syntax: '<length>'; inherits: false; initial-value: 0px; }
    @property --fl-r { syntax: '<angle>';  inherits: false; initial-value: 0deg; }

    .footer__logo {
      position: absolute;
      left: 0;
      top: -100px;
      z-index: 2;
      background: #081628;
      border-radius: 50%;
      /* Separate rotate/translate-Properties, damit die Mobile-Positionierung
         via transform: translateX(-50%) nicht mit der Animation kollidiert. */
      transform-origin: 50% 55%;
      translate: var(--fl-x) var(--fl-y);
      rotate: var(--fl-r);
      /* Unterschiedliche Zyklus-Zeiten (5/7/11s, Primzahlen) lassen die drei
         Bewegungen nicht synchron laufen → natürlich wirkender "Random"-Effekt. */
      animation:
        fl-float-x 11s ease-in-out infinite alternate,
        fl-float-y  7s ease-in-out infinite alternate,
        fl-float-r  5s ease-in-out infinite alternate;
      will-change: rotate, translate;
    }

    .footer__logo img {
      height: 160px;
      width: auto;
    }

    @keyframes fl-float-x {
      from { --fl-x: -10px; }
      to   { --fl-x:  10px; }
    }
    @keyframes fl-float-y {
      from { --fl-y: -4px; }
      to   { --fl-y:  4px; }
    }
    @keyframes fl-float-r {
      from { --fl-r: -4deg; }
      to   { --fl-r:  4deg; }
    }

    @media (prefers-reduced-motion: reduce) {
      .footer__logo {
        animation: none;
      }
    }

    .footer__tagline {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      font-family: var(--serif);
      font-size: 1.2rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.15em;
      color: var(--sky);
      white-space: nowrap;
      display: inline-block;
    }

    .footer__tagline::first-letter {
      font-size: 1.25em;
      font-weight: 700;
    }

    .footer__nav {
      display: flex;
      gap: 2rem;
    }

    .footer__nav a {
      color: rgb(255 255 255 / 80%);
      font-size: 0.88rem;
      transition: color var(--transition);
    }

    .footer__nav a:hover {
      color: var(--sky);
    }

    .footer__bottom {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 1rem;
      padding-top: 1.5rem;
      font-size: 0.82rem;
      color: rgba(255, 255, 255, 0.4);
    }

    .footer__legal {
      display: flex;
      gap: 1.5rem;
    }

    .footer__legal a {
      color: rgba(255, 255, 255, 0.4);
      transition: color var(--transition);
    }

    .footer__legal a:hover {
      color: rgba(255, 255, 255, 0.7);
    }

    /* ========================================
   LIGHTBOX / MODAL
   ======================================== */
    .lightbox {
      position: fixed;
      inset: 0;
      z-index: 2000;
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.35s ease, visibility 0.35s ease;
      padding: 2rem;
    }

    .lightbox.active {
      opacity: 1;
      visibility: visible;
    }

    .lightbox__overlay {
      position: absolute;
      inset: 0;
      background: rgba(11, 29, 58, 0);
      transition: background 0.4s ease;
    }

    .lightbox.active .lightbox__overlay {
      background: rgba(11, 29, 58, 0.85);
    }

    .lightbox__content {
      position: relative;
      background: var(--white);
      border-radius: var(--radius-lg);
      max-width: 680px;
      width: 100%;
      max-height: 85vh;
      overflow-y: auto;
      padding: 3rem;
      box-shadow: var(--shadow-lg);
      transform: translateY(20px) scale(0.97);
      transition: transform 0.35s ease;
    }

    .lightbox.active .lightbox__content {
      transform: translateY(0) scale(1);
    }

    /* Wenn ein weiteres Lightbox darüber liegt, rückt dieses leicht in den Hintergrund */
    .lightbox.active.is-behind .lightbox__content {
      transform: translateY(0) scale(0.94);
      filter: brightness(0.85);
    }

    .lightbox__close {
      position: sticky;
      top: 0;
      float: right;
      width: 36px;
      height: 36px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      border: none;
      background: var(--navy);
      color: var(--white);
      cursor: pointer;
      box-shadow: 0 3px 10px rgba(8, 22, 40, 0.22);
      transition: background var(--transition), transform var(--transition), box-shadow var(--transition);
      z-index: 10;
    }

    .lightbox__close:hover {
      background: var(--navy-mid);
    }

    .lightbox__close:active {
      background: var(--navy);
      transform: scale(0.95);
      box-shadow: 0 1px 4px rgba(8, 22, 40, 0.18);
      transition: background 0.1s ease, transform 0.08s ease, box-shadow 0.1s ease;
    }

    .lightbox__close svg {
      width: 18px;
      height: 18px;
    }

    .lightbox__content h2 {
      font-size: 1.6rem;
      margin-bottom: 0.5rem;
    }

    .lightbox__content .lightbox__paragraph {
      display: inline-block;
      padding: 0.5rem 0.85rem 0.3rem 0.85rem;
      margin: 0 0 1rem;
      font-size: 0.78rem;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: #0b1d3a;
      background: rgba(30, 115, 190, 0.08);
      border-radius: 100px;
      line-height: 1.5;
    }

    .lightbox__content p {
      font-size: 1rem;
      line-height: 1.5;
      margin-bottom: 1rem;
    }

    .lightbox__content p:last-child {
      margin-bottom: 0;
    }

    .lightbox__content h4 {
      font-size: 1.1rem;
      margin-top: 1.5rem;
      margin-bottom: 0.75rem;
    }

    .lightbox__content ul {
      margin-bottom: 1rem;
      padding-left: 0;
    }

    .lightbox__content ul li {
      position: relative;
      padding-left: 1.5rem;
      margin-bottom: 0.5rem;
      font-size: 0.95rem;
      line-height: 1.6;
    }

    .lightbox__content ul li::before {
      content: '';
      position: absolute;
      left: .25rem;
      top: 0.6em;
      width: 6px;
      height: 6px;
      background: var(--amber);
      border-radius: 50%;
    }

    .lightbox__content .highlight-box {
      background: var(--off-white);
      border-left: 3px solid var(--amber);
      padding: 1rem 1.25rem;
      border-radius: 0 var(--radius) var(--radius) 0;
      margin: 1.25rem 0;
    }

    .lightbox__content .highlight-box p {
      margin: 0;
      font-size: 0.92rem;
    }

    /* ========================================
   ANIMATIONS
   ======================================== */
    .reveal {
      opacity: 1;
      transform: none;
    }

    .reveal.visible {
      opacity: 1;
      transform: none;
    }

    .reveal-delay-1 {
      transition-delay: 0s;
    }

    .reveal-delay-2 {
      transition-delay: 0s;
    }

    .reveal-delay-3 {
      transition-delay: 0s;
    }

    .reveal-delay-4 {
      transition-delay: 0s;
    }

    /* ========================================
   RESPONSIVE
   ======================================== */
    @media (max-width: 1024px) {
      .hero__inner {
        grid-template-columns: 1fr;
        gap: 2rem;
        justify-items: end;
      }

      .hero__right {
        max-width: 410px;
      }

      .hero__text {
        max-width: 100%;
      }

      .konzept__grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
      }

      .konzept__visual {
        order: -1;
      }

      .services__grid {
        grid-template-columns: 1fr 1fr;
      }

      .services__grid .service-card:last-child:nth-child(odd) {
        grid-column: 1 / -1;
        max-width: 50%;
        margin: 0 auto;
      }

      .team-detail__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
      }

      .leuchtfeuer__inner {
        grid-template-columns: 1fr;
        gap: 2.5rem;
        text-align: center;
      }

      .leuchtfeuer__text .btn {
        margin: 0 auto;
      }

      .leuchtfeuer__logo--mobile {
        display: flex !important;
        justify-content: center;
        margin: 1.5rem auto;
        width: 100%;
      }

      .leuchtfeuer__inner>.leuchtfeuer__logo {
        display: none;
      }
    }

    @media (max-width: 768px) {
      .nav__links {
        display: none;
      }

      .nav__inner {
        display: flex;
        justify-content: center;
        position: relative;
      }

      .nav.scrolled {
        background: transparent;
        box-shadow: none;
      }

      /* Weicher Header-Gradient am Seitenanfang, leicht nach rechts gekippt.
         Nur auf der Startseite (body.home) — Unterseiten haben keinen Gradient. */
      body.home::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 160px;
        background: linear-gradient(175deg, #081628 40px, rgba(8, 22, 40, 0) 130px);
        pointer-events: none;
        z-index: 999;
      }

      .nav__burger {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
      }

      .team-slider__arrow {
        display: none;
      }

      .team-slider__fade {
        display: none;
      }

      .team-slider__track {
        padding: 0.5rem 1.5rem 0;
        gap: 0.75rem;
      }

      .team-slider__card {
        flex: 0 0 40vw;
        height: auto;
        aspect-ratio: 2 / 3;
      }

      .team-slider__card h4 {
        font-size: 1rem;
      }

      .nav__burger {
        display: flex;
      }

      .nav__mobile {
        display: flex;
      }

      .hero {
        align-items: flex-end;
        min-height: 600px;
        max-height: 700px;
      }

      .hero__bg img {
        object-position: 42%;
      }

      .hero__content {
        padding-bottom: 0;
        padding-top: 6rem;
        margin-bottom: 0;
      }

      .hero__inner {
        text-align: center;
        background: linear-gradient(to bottom, rgb(11 29 58 / 0%), rgb(11 29 58 / 53%), rgb(11 29 58 / 55%), rgba(11, 29, 58, 0.7));
        justify-items: stretch;
        padding-top: 100px;
        padding-bottom: 60px;
        margin-bottom: 0px;
        position: relative;
        z-index: 2;
      }

      .hero__right {
        max-width: 100%;
      }

      .hero__subtitle {
        max-width: 100%;
        color: #fff;
      }

      .hero__text {
        max-width: 100%;
      }

      .hero__cta {
        margin: 0 auto;
      }

      .hero-intro__inner {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
      }

      .hero-intro__text {
        max-width: 100%;
        margin: 0 auto;
      }

      .hero-intro__text .hero__cta {
        margin: 0 auto;
      }

      .services__grid {
        grid-template-columns: 1fr;
        max-width: 480px;
        margin: 0 auto;
      }

      .services__grid .service-card:last-child:nth-child(odd) {
        grid-column: auto;
        max-width: 100%;
        margin: 0;
      }

      .kontakt__grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
      }

      .lightbox__content {
        padding: 2rem 1.5rem;
      }

      .lightbox {
        padding: 1rem;
      }

      .footer__inner {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding-top: 100px;
      }

      .footer__logo {
        left: 50%;
        transform: translateX(-50%);
      }

      .footer__tagline {
        display: none;
      }

      .footer__nav {
        flex-wrap: wrap;
        justify-content: center;
      }

      .footer__bottom {
        flex-direction: column;
        text-align: center;
      }

      .footer__legal {
        justify-content: center;
      }
    }

    @media (max-width: 480px) {
      .team-detail__grid {
        grid-template-columns: 1fr;
        gap: 1rem;
      }

    }


    /* Focus styles */
    a:focus-visible,
    button:focus-visible {
      outline: 2px solid var(--amber);
      outline-offset: 3px;
    }

    /* Print */
    @media print {

      .nav,
      .lightbox,
      .hero__bg::after {
        display: none;
      }

      body {
        color: #000;
      }
    }

    /* ========================================
   KARRIERE META LIST (single-karriere.php)
   ======================================== */
    .karriere__meta-list li {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
    }

    .karriere__meta-list svg {
      flex-shrink: 0;
      color: var(--sky, #1e73be);
    }

    /* ========================================
   ACCESSIBILITY HELPERS
   ======================================== */
    .screen-reader-text {
      border: 0;
      clip: rect(1px, 1px, 1px, 1px);
      clip-path: inset(50%);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
      word-wrap: normal !important;
    }

    .screen-reader-text:focus {
      clip: auto !important;
      clip-path: none;
      height: auto;
      width: auto;
      overflow: visible;
    }

    main:focus {
      outline: none;
    }

    .skip-link {
      position: absolute;
      top: -40px;
      left: 1rem;
      padding: 0.75rem 1.25rem;
      background: var(--navy, #0b1d3a);
      color: #fff;
      text-decoration: none;
      border-radius: 4px;
      z-index: 10000;
      transition: top 0.2s;
    }

    .skip-link:focus {
      top: 1rem;
      outline: 2px solid var(--sky, #1e73be);
      outline-offset: 2px;
    }
