    @font-face {
      font-family: 'Geist';
      src: url('https://cdn.jsdelivr.net/npm/geist@1/dist/fonts/geist-sans/Geist-Variable.woff2') format('woff2');
      font-weight: 100 900;
      font-style: normal;
      font-display: swap;
    }

    html { scroll-behavior: smooth; font-size: 16px; scroll-padding-top: 80px; }
    body { font-family: 'Geist', system-ui, sans-serif; color: #1a2236; background: var(--white); overflow-x: hidden; line-height: 1.6; }

    h1,h2,h3,h4 { line-height: 1.2; font-weight: 800; }
    .tag { display: inline-flex; align-items: center; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--primary); background: var(--tint); border-radius: 100px; padding: 5px 14px; margin-bottom: 20px; }
    .btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; border-radius: 8px; font-weight: 600; font-size: .95rem; transition: var(--transition); }

    /* Button size system - use alongside .cg-btn / .cg-btn-outline */
    .cg-btn, .cg-btn-outline {
      display: inline-flex; align-items: center; justify-content: center; gap: var(--spacing-2);
      width: fit-content; border: none; border-radius: var(--radius); box-shadow: var(--shadow);
      color: var(--white); font-weight: 600; text-decoration: none; white-space: nowrap;
      flex-shrink: 0; cursor: pointer; transition: var(--transition);
    }

    .section { padding: 100px 0; }
    .text-center { text-align: center; }
    .lead { font-size: 1.1rem; color: var(--gray-600); max-width: 640px; margin: 0 auto; }

    /* Navbar */
    .logo svg { height: 32px; width: auto; display: block; }
    @media (max-width: 1024px) {
      .logo svg { height: 28px; }
      .career-hero { padding-top: 100px; }
    }

    /* Hero: eigenständig statt dem generischen .page-header, mit feinem Blueprint-Raster
       (Anspielung auf die Regal-/Modulstruktur des Produkts) als Signature-Element. */
    .career-hero { position: relative; overflow: hidden; padding: 128px 0 88px; background: var(--white); }
    .career-hero-grid {
      position: absolute; inset: 0;
      background-image:
        linear-gradient(var(--gray-200) 1px, transparent 1px),
        linear-gradient(90deg, var(--gray-200) 1px, transparent 1px);
      background-size: 48px 48px;
      -webkit-mask-image: radial-gradient(ellipse 70% 65% at 50% 20%, black 35%, transparent 85%);
      mask-image: radial-gradient(ellipse 70% 65% at 50% 20%, black 35%, transparent 85%);
      opacity: .6;
    }
    .career-hero-inner { position: relative; z-index: 1; }
    .career-hero h1 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 20px; }
    .career-hero-lead { font-size: 1.15rem; color: var(--gray-600); max-width: 600px; }
    @media (prefers-reduced-motion: no-preference) {
      .career-hero-inner > * { animation: career-hero-in .6s ease-out backwards; }
      .career-hero-inner > *:nth-child(2) { animation-delay: .06s; }
      .career-hero-inner > *:nth-child(3) { animation-delay: .12s; }
    }
    @keyframes career-hero-in { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }

    /* Offene Stellen: durchgezogener Rahmen = konkrete Stelle, gestrichelt = immer offen */
    .career-roles { background: #f8faf9; }
    .career-roles-heading { margin-bottom: 40px; }
    .role-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; max-width: 900px; margin: 0 auto; align-items: stretch; }
    .role-card { background: var(--white); border-radius: var(--radius-lg); padding: 32px; display: flex; flex-direction: column; gap: 14px; transition: var(--transition); }
    .role-card--open { border: 1.5px solid var(--primary); }
    .role-card--open:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
    .role-card--initiative { border: 1.5px dashed var(--gray-400); }
    .role-card--initiative:hover { border-color: var(--primary); }
    .role-card h3 { font-size: 1.15rem; }
    .role-card p { color: var(--gray-600); font-size: .95rem; }
    .role-tag { align-self: flex-start; font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--white); background: var(--primary); padding: 4px 12px; border-radius: 100px; }
    .role-tag--outline { color: var(--primary); background: var(--tint); }
    .role-actions { margin-top: auto; padding-top: 8px; display: flex; gap: 12px; flex-wrap: wrap; }
    .role-apply { display: inline-flex; align-items: center; gap: 8px; background: var(--primary); color: var(--white); padding: 11px 22px; border-radius: 8px; font-weight: 600; font-size: .9rem; white-space: nowrap; transition: var(--transition); }
    .role-apply:hover { background: var(--primary-d); transform: translateY(-2px); }
    .role-apply--outline { background: transparent; border: 1.5px solid var(--primary); color: var(--primary); }
    .role-apply--outline:hover { background: var(--tint); }
    .role-apply svg { width: 15px; height: 15px; }
    .role-link { display: inline-flex; align-items: center; gap: 7px; padding: 11px 18px; border-radius: 8px; border: 1.5px solid var(--gray-200); color: var(--gray-600); font-weight: 600; font-size: .9rem; white-space: nowrap; transition: var(--transition); }
    .role-link:hover { border-color: var(--primary); color: var(--primary); }
    .role-link svg { width: 15px; height: 15px; }

    /* Kontakt-Block: einheitlich in base.css definiert */

    /* Footer */
    footer { background: var(--deep); color: rgba(255,255,255,.75); padding: 56px 0 32px; }
    .ft-top { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
    .ft-brand svg { height: 30px; width: auto; margin-bottom: 16px; }
    .ft-brand p { font-size: .9rem; line-height: 1.7; color: rgba(255,255,255,.55); }
    .ft-col h4 { color: var(--white); font-size: .9rem; margin-bottom: 16px; }
    .ft-social a { display: inline-flex; width: 36px; height: 36px; border-radius: 8px; background: rgba(255,255,255,.08); align-items: center; justify-content: center; transition: background var(--transition); }
    .ft-social a:hover { background: var(--primary); }
    .ft-social svg { width: 18px; height: 18px; fill: rgba(255,255,255,.75); }
    .ft-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); flex-wrap: wrap; gap: 12px; }
    .ft-copy { font-size: .82rem; color: rgba(255,255,255,.45); }

    @media (max-width: 1024px) { .ft-top { grid-template-columns: 1fr 1fr; } }
    @media (max-width: 768px) {
      /* Seite hat wenig Inhalt (Hero, 2 Job-Karten, Kontakt) - die Desktop-Skalierung
         (große Badges, große Buttons, viel Innenabstand) wirkt auf Mobil überdimensioniert
         für so wenig Inhalt. Deshalb hier ein spürbar kompakteres, listenartiges Format
         statt nur weniger Padding: kleinere Typo, engere Karten, schlankere Buttons. */
      .section { padding: 40px 0; }
      .career-hero { padding: 88px 0 32px; }
      .career-hero-grid { display: none; }
      .career-hero h1 { font-size: 1.6rem; margin-bottom: 12px; }
      .career-hero-lead { font-size: .95rem; line-height: 1.55; }
      .tag { font-size: 11px; padding: 4px 12px; margin-bottom: 12px; }

      .career-roles-heading { text-align: left; font-size: 1.2rem; margin-bottom: 14px; }
      .role-grid { gap: 12px; }
      .role-card { padding: 16px; gap: 8px; border-radius: var(--radius); }
      .role-card h3 { font-size: 1rem; }
      .role-card p { font-size: .88rem; }
      .role-tag { font-size: .68rem; padding: 3px 10px; }
      .role-actions { gap: 8px; padding-top: 2px; }
      .role-apply, .role-link { padding: 10px 16px; font-size: .85rem; }

      .ft-social a { width: 44px; height: 44px; }
    }
    @media (max-width: 600px) { .ft-top { grid-template-columns: 1fr; } .ft-bottom { flex-direction: column-reverse; align-items: flex-start; } }


/* ---- */

.ncls-1{fill:none;stroke:#161616;stroke-miterlimit:10;stroke-width:9px;}.ncls-2{fill:var(--primary);}.ncls-3{fill:#c5dfb5;}.ncls-4{fill:#d8d8d8;}

/* ---- */

.flw-1{fill:none;stroke:var(--white);stroke-miterlimit:10;stroke-width:9px;}.flw-2{fill:var(--primary);}.flw-3{fill:#c5dfb5;}.flw-4{fill:#d8d8d8;}
