
        :root {
            --navy: #002147;
            --navy-deep: #001530;
            --gold: #B5935E;
            --gold-light: #D4B483;
            --cream: #FAF7F2;
            --cream-dark: #F0EBE3;
            --text: #334155;
            --text-muted: #64748b;
            --white: #ffffff;
        }

        @page {
            size: 210mm 210mm;
            margin: 0;
        }

        *, *::before, *::after {
            box-sizing: border-box;
        }

        body {
            margin: 0;
            padding: 0;
            font-family: 'Source Sans 3', 'Helvetica Neue', Helvetica, Arial, sans-serif;
            background: #e8e4de;
            color: var(--text);
            -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
        }

        .page {
            width: 210mm;
            height: 210mm;
            page-break-after: always;
            position: relative;
            overflow: hidden;
            padding: 14mm 14mm 11mm;
            background: linear-gradient(160deg, var(--cream) 0%, var(--cream-dark) 100%);
        }

        .page:last-child {
            page-break-after: auto;
        }

        .page.bg-navy {
            background: linear-gradient(155deg, var(--navy) 0%, var(--navy-deep) 100%);
            color: var(--white);
        }

        .gold-border {
            position: absolute;
            inset: 7mm;
            border: 0.9mm solid var(--gold);
            pointer-events: none;
            z-index: 10;
        }

        .gold-border::before,
        .gold-border::after {
            content: '';
            position: absolute;
            width: 8mm;
            height: 8mm;
            border-color: var(--gold);
            border-style: solid;
        }

        .gold-border::before {
            top: -0.5mm;
            left: -0.5mm;
            border-width: 1.2mm 0 0 1.2mm;
        }

        .gold-border::after {
            bottom: -0.5mm;
            right: -0.5mm;
            border-width: 0 1.2mm 1.2mm 0;
        }

        .corner-tr, .corner-bl {
            position: absolute;
            width: 8mm;
            height: 8mm;
            border-color: var(--gold);
            border-style: solid;
            pointer-events: none;
            z-index: 11;
        }

        .corner-tr {
            top: 6.5mm;
            right: 6.5mm;
            border-width: 1.2mm 1.2mm 0 0;
        }

        .corner-bl {
            bottom: 6.5mm;
            left: 6.5mm;
            border-width: 0 0 1.2mm 1.2mm;
        }

        .lotus-bg {
            position: absolute;
            opacity: 0.035;
            pointer-events: none;
        }

        .lotus-bottom-left {
            bottom: -35mm;
            left: -35mm;
            width: 110mm;
            transform: rotate(12deg);
        }

        .lotus-top-right {
            top: -30mm;
            right: -30mm;
            width: 90mm;
            transform: rotate(-25deg);
        }

        .content {
            position: relative;
            z-index: 5;
            height: 100%;
            display: flex;
            flex-direction: column;
        }

        .logo-img {
            max-width: 72mm;
            max-height: 32mm;
            display: block;
            margin: 0 auto;
            object-fit: contain;
        }


        .logo-cover {
            max-width: 125mm;
            max-height: 78mm;
            margin-bottom: 5mm;
        }
        .page-cover .content {
            justify-content: center;
            align-items: center;
            text-align: center;
            padding-bottom: 8mm;
        }

        .content-cover > * {
            flex-shrink: 0;
        }

        .logo-svg {
            display: block;
            margin-left: auto;
            margin-right: auto;
        }

        .logo-cover.logo-svg {
            width: 100%;
            max-width: 125mm;
            margin-bottom: 3.5mm;
        }

        .logo-cover.logo-svg .logo-svg-inner {
            width: 100%;
            height: auto;
            max-height: 78mm;
            display: block;
        }

        .logo-small.logo-svg {
            max-width: 42mm;
            margin-bottom: 2mm;
        }

        .logo-small.logo-svg .logo-svg-inner {
            width: 100%;
            height: auto;
            max-height: 20mm;
            display: block;
        }

        .logo-white.logo-svg {
            max-width: 72mm;
            margin: 0 auto 4mm;
        }

        .logo-white.logo-svg .logo-svg-inner {
            width: 100%;
            height: auto;
            max-height: 28mm;
            display: block;
        }

        .logo-white-filter.logo-svg .logo-svg-inner,
        .logo-white-filter .logo-svg-inner {
            filter: brightness(0) invert(1);
        }

        .logo-small {
            max-width: 38mm;
            max-height: 17mm;
            display: block;
            margin: 0 auto 2mm;
            object-fit: contain;
        }

        .logo-white-filter {
            filter: brightness(0) invert(1);
        }

        h1, h2, h3, h4 {
            font-family: 'Cormorant Garamond', Georgia, serif;
            font-weight: 700;
        }

        h1 {
            font-size: 22pt;
            color: var(--navy);
            margin: 3mm 0 1mm;
            text-transform: uppercase;
            letter-spacing: 3px;
            text-align: center;
            line-height: 1.15;
        }

        h2 {
            font-size: 16pt;
            color: var(--navy);
            margin: 0 0 3mm;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            display: flex;
            align-items: center;
            gap: 3mm;
        }

        h2::after {
            content: '';
            flex: 1;
            height: 0.3mm;
            background: linear-gradient(90deg, var(--gold), transparent);
        }

        .bg-navy h2 {
            color: var(--white);
        }

        h3 {
            font-size: 11pt;
            color: var(--gold);
            margin: 0 0 1mm;
            font-weight: 600;
        }

        h4 {
            font-size: 10.5pt;
            color: var(--navy);
            margin: 0 0 1.5mm;
            font-weight: 700;
        }


        .slogan-block {
            margin: 5mm auto 6mm;
            padding: 4mm 6mm;
            max-width: 158mm;
            position: relative;
        }

        .slogan-hero {
            margin: 3mm auto 4mm;
            padding: 0 8mm;
        }

        .slogan-hero::before,
        .slogan-hero::after {
            display: none;
        }

        .slogan-block::before,
        .slogan-block::after {
            content: '';
            display: block;
            width: 28mm;
            height: 0.5mm;
            background: linear-gradient(90deg, transparent, var(--gold), transparent);
            margin: 0 auto;
        }

        .slogan-block::before {
            margin-bottom: 3.5mm;
        }

        .slogan-block::after {
            margin-top: 3.5mm;
        }

        .slogan {
            font-family: 'Cormorant Garamond', Georgia, serif;
            font-size: 16pt;
            font-style: italic;
            font-weight: 600;
            color: var(--navy);
            text-align: center;
            letter-spacing: 0.8px;
            margin: 0;
            line-height: 1.35;
        }

        .slogan-line {
            display: block;
        }

        .content-cover .slogan {
            font-size: 20pt;
            font-weight: 700;
            color: var(--gold);
            letter-spacing: 1.2px;
            line-height: 1.3;
        }

        .content-cover .slogan-block {
            margin: 4mm auto 5mm;
        }

        .cover-title {
            font-size: 17.5pt;
            margin: 1mm 0 1mm;
            letter-spacing: 2.5px;
        }

        .slogan-block-navy {
            margin: 0 auto 6mm;
            padding: 4mm 6mm;
            max-width: 145mm;
        }

        .slogan-block-navy::before,
        .slogan-block-navy::after {
            content: '';
            display: block;
            width: 28mm;
            height: 0.5mm;
            background: linear-gradient(90deg, transparent, var(--gold), transparent);
            margin: 0 auto;
        }

        .slogan-block-navy::before {
            display: none;
        }

        .slogan-block-navy::after {
            margin-top: 3.5mm;
        }

        .slogan-navy {
            font-family: 'Cormorant Garamond', Georgia, serif;
            font-size: 16.5pt;
            font-style: italic;
            font-weight: 700;
            color: var(--gold);
            text-align: center;
            letter-spacing: 1px;
            margin: 0;
            line-height: 1.35;
        }
        .subtitle {
            font-family: 'Source Sans 3', sans-serif;
            font-size: 9.5pt;
            color: var(--gold);
            text-transform: uppercase;
            letter-spacing: 3px;
            font-weight: 600;
            text-align: center;
            margin-bottom: 2mm;
        }

        p {
            font-size: 9pt;
            line-height: 1.55;
            margin: 0 0 2.5mm;
        }

        .lead-text {
            font-size: 9pt;
            line-height: 1.5;
            text-align: center;
            max-width: 155mm;
            margin: 0 auto 2mm;
            color: var(--text-muted);
        }

        .divider {
            width: 18mm;
            height: 0.6mm;
            background: linear-gradient(90deg, transparent, var(--gold), transparent);
            margin: 0 auto 3mm;
        }

        .badges {
            display: flex;
            justify-content: center;
            gap: 3mm;
            margin: 2mm 0 3mm;
            flex-wrap: wrap;
        }

        .badge {
            font-size: 7pt;
            font-weight: 600;
            letter-spacing: 0.8px;
            text-transform: uppercase;
            color: var(--navy);
            background: rgba(255,255,255,0.7);
            border: 0.25mm solid rgba(181,147,94,0.35);
            padding: 1.5mm 3mm;
            border-radius: 1mm;
        }

        .bridge-container {
            width: 100%;
            max-width: 168mm;
            margin: 0 auto 3mm;
            border-radius: 2mm;
            overflow: hidden;
            border: 0.4mm solid var(--gold);
            box-shadow: 0 2mm 6mm rgba(0,33,71,0.08);
        }

        .bridge-img {
            width: 100%;
            display: block;
            object-fit: cover;
            max-height: 32mm;
        }

        .talent-section {
            margin-bottom: 3mm;
        }

        .talent-section h3 {
            font-family: 'Cormorant Garamond', Georgia, serif;
            font-size: 10.5pt;
            color: var(--navy);
            text-transform: uppercase;
            letter-spacing: 1px;
            margin: 0 0 1.5mm;
            font-weight: 600;
        }

        .talent-intro {
            font-size: 8.5pt;
            color: var(--text-muted);
            line-height: 1.45;
            margin-bottom: 2mm;
        }

        .traits-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1.5mm 2.5mm;
        }

        .trait-item {
            display: flex;
            align-items: center;
            gap: 1.5mm;
            font-size: 8pt;
            color: var(--navy);
            font-weight: 500;
            line-height: 1.3;
        }

        .trait-dot {
            flex-shrink: 0;
            width: 2mm;
            height: 2mm;
            border-radius: 50%;
            background: var(--gold);
        }

        .services-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 3mm;
            margin-top: 1mm;
        }

        .service-card {
            background: var(--white);
            border: 0.25mm solid rgba(181,147,94,0.2);
            border-left: 2mm solid var(--navy);
            border-radius: 1.5mm;
            padding: 2.5mm 3mm;
            position: relative;
        }

        .service-card .num {
            position: absolute;
            top: 2mm;
            right: 3mm;
            font-family: 'Cormorant Garamond', serif;
            font-size: 18pt;
            font-weight: 700;
            color: rgba(181,147,94,0.25);
            line-height: 1;
        }

        .service-card p {
            font-size: 8.5pt;
            color: var(--text-muted);
            margin: 0;
            line-height: 1.45;
        }

        .promise-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 3mm 4mm;
            margin-top: 1mm;
        }

        .promise-item {
            display: flex;
            gap: 2.5mm;
            align-items: flex-start;
        }

        .promise-icon {
            flex-shrink: 0;
            width: 5mm;
            height: 5mm;
            border-radius: 50%;
            background: rgba(181,147,94,0.15);
            border: 0.3mm solid var(--gold);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 7pt;
            color: var(--gold);
            font-weight: 700;
            margin-top: 0.5mm;
        }

        .promise-item p {
            color: #cbd5e1;
            font-size: 8.5pt;
            margin: 0;
        }

        .intro-navy {
            color: #cbd5e1;
            font-size: 9pt;
            margin-bottom: 3mm;
        }


        .section-title-navy {
            font-family: 'Cormorant Garamond', Georgia, serif;
            font-size: 11pt;
            color: var(--gold);
            text-transform: uppercase;
            letter-spacing: 1.5px;
            margin: 3mm 0 2.5mm;
            font-weight: 600;
        }

        .process-row {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 2mm;
            margin-bottom: 4mm;
        }

        .process-step {
            background: rgba(255,255,255,0.04);
            border: 0.25mm solid rgba(181,147,94,0.35);
            border-radius: 1.5mm;
            padding: 2.5mm 2mm;
            text-align: center;
        }

        .process-step .step-num {
            font-family: 'Cormorant Garamond', serif;
            font-size: 13pt;
            font-weight: 700;
            color: var(--gold);
            display: block;
            line-height: 1;
            margin-bottom: 1mm;
        }

        .process-step p {
            font-size: 7pt;
            color: #cbd5e1;
            margin: 0;
            line-height: 1.35;
        }

        .promise-grid {
            gap: 2.5mm 3mm;
        }

        .promise-item p {
            font-size: 8pt;
        }

        .promise-icon {
            width: 4.5mm;
            height: 4.5mm;
            font-size: 6.5pt;
        }

        h3 {
            font-size: 10pt;
        }
        .subtitle-left {
            text-align: left;
            font-size: 9pt;
            margin-bottom: 3mm;
        }

        .contact-wrap {
            flex: 1;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding-top: 2mm;
        }

        .contact-box {
            background: rgba(255,255,255,0.05);
            border: 0.3mm solid rgba(181,147,94,0.45);
            border-radius: 2mm;
            padding: 5mm 7mm;
            width: 100%;
            max-width: 145mm;
            text-align: left;
        }

        .contact-box h3 {
            font-family: 'Source Sans 3', sans-serif;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            font-size: 10pt;
            margin-bottom: 3mm;
            padding-bottom: 2mm;
            border-bottom: 0.3mm solid rgba(181,147,94,0.3);
        }

        .contact-item {
            display: flex;
            gap: 2mm;
            margin-bottom: 2.5mm;
            font-size: 9.5pt;
            line-height: 1.4;
        }

        .contact-item strong {
            color: var(--gold);
            min-width: 22mm;
            font-weight: 600;
        }

        .contact-item span {
            color: #e2e8f0;
        }

        .contact-divider {
            border-top: 0.25mm dashed rgba(255,255,255,0.12);
            margin: 3mm 0 2.5mm;
            padding-top: 2.5mm;
        }

        .cta-note {
            color: #94a3b8;
            font-size: 8.5pt;
            font-style: italic;
            margin-top: 4mm;
            text-align: center;
            max-width: 130mm;
        }

        .footer-text {
            position: absolute;
            bottom: 10mm;
            left: 14mm;
            right: 14mm;
            text-align: center;
            font-size: 7pt;
            letter-spacing: 1.2px;
            text-transform: uppercase;
            color: #94a3b8;
            z-index: 5;
        }

        .bg-navy .footer-text {
            color: rgba(255,255,255,0.35);
        }

        .page-num {
            position: absolute;
            bottom: 10mm;
            right: 14mm;
            font-size: 7pt;
            color: rgba(181,147,94,0.5);
            z-index: 5;
        }

        .bg-navy .page-num {
            color: rgba(255,255,255,0.2);
        }

        @media print {
            body {
                background: none;
            }

            .page {
                page-break-after: always;
                break-after: page;
            }

            .page:last-child {
                page-break-after: auto;
                break-after: auto;
            }
        }
    
/* ── Multi-page site layout ── */
html { scroll-behavior: smooth; }

body.site {
    --site-gutter: 10px;
    --site-content-width: min(90%, calc(100% - 2 * var(--site-gutter)));
    background: var(--cream);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(250, 247, 242, 0.96);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(181, 147, 94, 0.3);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}

.site-header-inner {
    width: var(--site-content-width);
    max-width: none;
    margin: 0 auto;
    padding: 0.9rem var(--site-gutter);
    min-height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.site-logo {
    flex-shrink: 0;
    line-height: 0;
    display: flex;
    align-items: center;
}

.site-logo img,
.site-logo-img {
    height: clamp(58px, 8.5vw, 80px);
    width: auto;
    max-width: min(320px, 62vw);
    display: block;
}

.nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(181, 147, 94, 0.35);
    border-radius: 8px;
    background: transparent;
    cursor: pointer;
    flex-shrink: 0;
}

.nav-toggle span {
    display: block;
    height: 2px;
    width: 18px;
    margin: 0 auto;
    background: var(--navy);
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.site-nav a {
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--navy);
    text-decoration: none;
    padding: 0.5rem 0.65rem;
    border-radius: 999px;
    transition: background 0.2s, color 0.2s;
    white-space: nowrap;
}

@media (min-width: 960px) {
    .site-nav a {
        font-size: 0.74rem;
        padding: 0.55rem 0.8rem;
        letter-spacing: 0.11em;
    }
}

.site-nav > a:hover,
.site-nav > a:focus-visible,
.site-nav > a.active,
.site-nav .nav-dropdown-trigger:hover,
.site-nav .nav-dropdown-trigger:focus-visible,
.site-nav .nav-dropdown-trigger.active {
    background: rgba(181, 147, 94, 0.15);
    color: var(--gold);
}

/* Nav dropdown — Über uns */
.nav-dropdown {
    position: relative;
    display: flex;
    align-items: center;
}

.nav-dropdown-trigger {
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--navy);
    text-decoration: none;
    padding: 0.5rem 0.35rem 0.5rem 0.65rem;
    border-radius: 999px 0 0 999px;
    transition: background 0.2s, color 0.2s;
    white-space: nowrap;
}

.nav-dropdown-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0 999px 999px 0;
    background: transparent;
    color: var(--navy);
    cursor: pointer;
    font-size: 0.65rem;
    line-height: 1;
}

.nav-dropdown-toggle:hover,
.nav-dropdown-toggle:focus-visible {
    background: rgba(181, 147, 94, 0.15);
    color: var(--gold);
}

.nav-dropdown-menu {
    display: none;
    position: absolute;
    top: calc(100% + 0.35rem);
    left: 50%;
    transform: translateX(-50%);
    min-width: 11rem;
    padding: 0.35rem 0;
    background: rgba(250, 247, 242, 0.98);
    border: 1px solid rgba(181, 147, 94, 0.25);
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0, 33, 71, 0.12);
    z-index: 200;
}

.nav-dropdown-menu a {
    display: block;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--navy);
    text-decoration: none;
    padding: 0.55rem 1rem;
    border-radius: 0;
    white-space: nowrap;
    text-align: left;
}

.nav-dropdown-menu a:hover,
.nav-dropdown-menu a:focus-visible,
.nav-dropdown-menu a.active {
    background: rgba(181, 147, 94, 0.12);
    color: var(--gold);
}

@media (min-width: 769px) {
    .nav-dropdown:hover .nav-dropdown-menu,
    .nav-dropdown:focus-within .nav-dropdown-menu,
    .nav-dropdown.is-open .nav-dropdown-menu {
        display: block;
    }

    .nav-dropdown-trigger {
        font-size: 0.74rem;
        padding: 0.55rem 0.4rem 0.55rem 0.8rem;
    }
}

.site-nav .nav-cta {
    background: var(--navy);
    color: var(--white);
}

.site-nav .nav-cta:hover,
.site-nav .nav-cta:focus-visible,
.site-nav .nav-cta.active {
    background: var(--navy-deep);
    color: var(--gold-light);
}

.site-main {
    width: var(--site-content-width);
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    --site-x-pad: var(--site-gutter);
    flex: 1;
    padding: clamp(1.5rem, 4vw, 2.5rem) var(--site-x-pad) clamp(2.5rem, 5vw, 3.5rem);
}

/* Legacy .page wrapper — same open layout as landing sections */
body.site .page,
body.site .page-section {
    width: 100%;
    max-width: none;
    margin: 0 auto 2.5rem;
    height: auto;
    min-height: auto;
    page-break-after: auto;
    overflow: visible;
    padding: 0 0.5rem;
    position: relative;
    background: transparent;
}

body.site .page::before,
body.site .page::after {
    display: none;
}

body.site .page .content,
body.site .page-section-inner {
    position: relative;
    width: 100%;
    height: auto;
    min-height: auto;
}

body.site .page-cover .content,
body.site .page-section-cover .page-section-inner {
    min-height: auto;
    justify-content: center;
    text-align: center;
    padding: 2rem 0.5rem;
}

body.site .page.bg-navy,
body.site .page-section-navy {
    background: linear-gradient(155deg, var(--navy) 0%, var(--navy-deep) 100%);
    color: var(--white);
    border-radius: 8px;
    padding: clamp(2rem, 5vw, 3rem) clamp(1.25rem, 4vw, 2rem);
    margin-bottom: 2.5rem;
}

body.site .page .content > h2,
body.site .page-section-inner > h2,
body.site .legal-content > h2 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(1.35rem, 3vw, 1.65rem);
    color: var(--navy);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
    display: block;
}

body.site .page .content > h2::after,
body.site .page-section-inner > h2::after,
body.site .page-section-flyer h2::after {
    display: none;
}

body.site .page-section-flyer h2 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(1.35rem, 3vw, 1.65rem);
    color: var(--navy);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1rem;
    display: block;
}

body.site .page-section-flyer .service-card,
body.site .page-section-flyer .promise-item {
    background: var(--white);
    border: 1px solid rgba(181, 147, 94, 0.2);
    border-radius: 8px;
}

body.site .page-section-flyer .process-step {
    background: var(--white);
    border: 1px solid rgba(181, 147, 94, 0.2);
    border-radius: 8px;
}

.logo-img-main {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.logo-cover .logo-img-main { max-width: min(480px, 90vw); }
.logo-small .logo-img-main { max-width: 200px; }
.logo-white .logo-img-main { max-width: 260px; }

body.site .content-cover .slogan {
    font-size: clamp(1.65rem, 4.5vw, 2.35rem);
}

body.site .cover-title {
    font-size: clamp(1.35rem, 3vw, 1.85rem);
}

body.site .lead-text {
    font-size: clamp(0.95rem, 2vw, 1.05rem);
    max-width: 640px;
}

body.site h1 { font-size: clamp(1.5rem, 3.5vw, 2rem); }
body.site h2 { font-size: clamp(1.35rem, 3vw, 1.65rem); }
body.site p,
body.site .intro-navy,
body.site .talent-intro { font-size: clamp(0.88rem, 1.8vw, 0.98rem); }

body.site .bridge-img {
    max-height: 320px;
    width: 100%;
    object-fit: cover;
}

body.site .traits-grid { gap: 0.75rem 1.25rem; }
body.site .trait-item { font-size: 0.92rem; }
body.site .services-grid { gap: 1rem; }
body.site .service-card { padding: 1rem 1.1rem; }
body.site .service-card p { font-size: 0.88rem; }
body.site .process-row { gap: 0.75rem; }
body.site .process-step { padding: 1rem 0.75rem; }
body.site .process-step p { font-size: 0.78rem; }
body.site .promise-grid { gap: 1rem 1.25rem; }
body.site .promise-item p { font-size: 0.88rem; }

body.site .contact-wrap {
    min-height: calc(100vh - 260px);
    justify-content: center;
}

body.site .contact-box {
    max-width: 520px;
    padding: 1.75rem 1.5rem;
}

body.site .contact-item { font-size: 0.98rem; }

body.site .contact-item a {
    color: #e2e8f0;
    text-decoration: none;
    border-bottom: 1px solid rgba(212, 180, 131, 0.35);
}

body.site .contact-item a:hover,
body.site .contact-item a:focus-visible {
    color: var(--gold-light);
    border-color: var(--gold-light);
}

body.site .footer-text {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    margin-top: 2rem;
    padding-top: 1.5rem;
}

body.site .page-num { display: none; }

.site-footer {
    background: var(--navy-deep);
    color: rgba(255, 255, 255, 0.45);
    padding: 1.25rem var(--site-gutter);
}

.site-footer-inner {
    width: var(--site-content-width);
    max-width: none;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
}

.site-footer p {
    margin: 0;
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.site-footer-slogan {
    margin-top: 0.35rem !important;
    color: rgba(181, 147, 94, 0.65) !important;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-style: italic;
    text-transform: none !important;
    letter-spacing: 0.04em !important;
    font-size: 0.85rem !important;
}

@media (max-width: 768px) {
    .nav-toggle { display: flex; }

    .site-header-inner {
        min-height: 76px;
        padding: 0.75rem 1rem;
    }

    .site-logo img,
    .site-logo-img {
        height: clamp(50px, 14vw, 64px);
        max-width: min(240px, 58vw);
    }

    .site-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        flex-direction: column;
        align-items: stretch;
        padding: 0.75rem 1rem 1rem;
        background: rgba(250, 247, 242, 0.98);
        border-bottom: 1px solid rgba(181, 147, 94, 0.25);
        gap: 0.35rem;
    }

    .site-nav.is-open { display: flex; }
    .site-nav > a,
    .site-nav .nav-dropdown-trigger {
        text-align: center;
        padding: 0.65rem 1rem;
    }
    .nav-dropdown {
        flex-direction: column;
        align-items: stretch;
    }
    .nav-dropdown-trigger {
        border-radius: 999px;
    }
    .nav-dropdown-menu {
        position: static;
        transform: none;
        display: none;
        box-shadow: none;
        border: none;
        background: transparent;
        padding: 0 0 0.25rem;
        min-width: 0;
    }
    .nav-dropdown-menu a {
        text-align: center;
        font-size: 0.68rem;
        padding: 0.5rem 1rem;
    }
    .nav-dropdown.is-open .nav-dropdown-menu {
        display: block;
    }
    .site-header-inner { position: relative; }

    body.site .traits-grid { grid-template-columns: repeat(2, 1fr); }
    body.site .services-grid,
    body.site .promise-grid { grid-template-columns: 1fr; }
    body.site .process-row { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 769px) {
    body.site .traits-grid { grid-template-columns: repeat(3, 1fr); }
}

/* ── Über uns ── */
.page-intro {
    font-size: clamp(0.92rem, 1.9vw, 1rem);
    line-height: 1.6;
    color: var(--text-muted);
    margin-bottom: 1.5rem;
}

.page-intro strong {
    color: var(--navy);
    font-weight: 600;
}

.section-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(1.05rem, 2.2vw, 1.2rem);
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 1.75rem 0 1rem;
    font-weight: 600;
}

.bridge-about {
    margin: 1.25rem 0 1.75rem;
}

.bridge-band {
    width: calc(100% + 2 * var(--site-x-pad, clamp(1rem, 4vw, 2rem)));
    max-width: none;
    margin-left: calc(-1 * var(--site-x-pad, clamp(1rem, 4vw, 2rem)));
    margin-right: calc(-1 * var(--site-x-pad, clamp(1rem, 4vw, 2rem)));
    margin-bottom: 2.5rem;
    line-height: 0;
    overflow: hidden;
    border-top: 3px solid var(--gold);
    border-bottom: 3px solid var(--gold);
}

.bridge-band-img {
    width: 100%;
    height: auto;
    min-height: 220px;
    max-height: min(44vh, 460px);
    object-fit: cover;
    object-position: center center;
    display: block;
    margin: 0 auto;
}

.about-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin: 1rem 0 1.5rem;
}

.about-card {
    background: var(--white);
    border: 1px solid rgba(181, 147, 94, 0.2);
    border-left: 4px solid var(--navy);
    border-radius: 6px;
    padding: 1.1rem 1.15rem;
    position: relative;
}

.about-card .about-num {
    position: absolute;
    top: 0.75rem;
    right: 1rem;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: rgba(181, 147, 94, 0.25);
    line-height: 1;
}

.about-card h4 {
    margin-bottom: 0.5rem;
}

.about-card p {
    font-size: 0.88rem;
    color: var(--text-muted);
    margin: 0;
    line-height: 1.5;
}

.values-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem 1.25rem;
    margin-top: 0.5rem;
}

.value-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.92rem;
    color: var(--navy);
    font-weight: 500;
}

/* ── News ── */
.news-list,
.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 320px), 1fr));
    gap: 1.25rem;
    margin-top: 1.25rem;
}

.news-card {
    background: var(--white);
    border: 1px solid rgba(181, 147, 94, 0.22);
    border-radius: 8px;
    padding: 1.35rem 1.4rem;
    transition: box-shadow 0.2s, border-color 0.2s;
    display: flex;
    flex-direction: column;
}

.news-card--grid {
    height: 100%;
}

.news-card:hover {
    border-color: rgba(181, 147, 94, 0.45);
    box-shadow: 0 4px 20px rgba(0, 33, 71, 0.06);
}

.news-card__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 0.75rem;
    margin-bottom: 0.65rem;
}

.news-card__head .news-date {
    margin-bottom: 0;
}

.news-card__foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-top: auto;
    padding-top: 0.85rem;
}

.news-reading-time {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: var(--text-muted);
}

.news-listing-intro {
    margin-top: 0.5rem;
    margin-bottom: 0;
}

.news-topic-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 1rem 0 0.75rem;
}

.news-topic-chip {
    border: 1px solid rgba(181, 147, 94, 0.35);
    background: var(--white);
    color: var(--navy);
    border-radius: 999px;
    padding: 0.4rem 0.85rem;
    font-size: 0.78rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.news-topic-chip:hover,
.news-topic-chip.is-active {
    background: rgba(181, 147, 94, 0.14);
    border-color: rgba(181, 147, 94, 0.55);
    color: var(--navy);
}

.news-filters {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 0.85rem 1rem;
    align-items: end;
    margin-bottom: 0.5rem;
}

.news-filters label {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--navy);
}

.news-filters select,
.news-filters input[type="search"] {
    text-transform: none;
    font-weight: 400;
    letter-spacing: normal;
}

.news-filter-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
}

.news-filter-count {
    margin: 0;
    font-size: 0.82rem;
    color: var(--text-muted);
}

.news-card.is-hidden,
.news-featured.is-hidden {
    display: none !important;
}

.news-date {
    display: block;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 0.5rem;
}

.news-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(1.1rem, 2.5vw, 1.3rem);
    color: var(--navy);
    margin: 0 0 0.65rem;
    font-weight: 700;
    line-height: 1.3;
}

.news-excerpt {
    font-size: 0.9rem;
    color: var(--text-muted);
    line-height: 1.55;
    margin: 0 0 0.85rem;
}

.news-tag {
    display: inline-block;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--navy);
    background: rgba(181, 147, 94, 0.12);
    border: 1px solid rgba(181, 147, 94, 0.25);
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
}

.news-note {
    margin-top: 2rem;
    font-size: 0.92rem;
    color: var(--text-muted);
    text-align: center;
}

.news-note a {
    color: var(--gold);
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid rgba(181, 147, 94, 0.4);
}

.news-note a:hover,
.news-note a:focus-visible {
    color: var(--navy);
}

/* Job listings */
.job-list {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 1.5rem;
}

.job-card {
    display: grid;
    gap: 1.25rem;
    align-items: start;
    background: var(--white);
    border: 1px solid rgba(181, 147, 94, 0.22);
    border-radius: 10px;
    padding: 1.35rem 1.4rem;
    transition: box-shadow 0.2s, border-color 0.2s, transform 0.2s;
}

@media (min-width: 720px) {
    .job-card {
        grid-template-columns: 1fr auto;
        align-items: center;
    }
}

.job-card:hover {
    border-color: rgba(181, 147, 94, 0.45);
    box-shadow: 0 6px 24px rgba(0, 33, 71, 0.08);
    transform: translateY(-1px);
}

.job-card-main {
    min-width: 0;
}

.job-card-head {
    margin-bottom: 0.35rem;
}

.job-card-aside {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    align-items: stretch;
    min-width: 10.5rem;
}

.job-card-cta {
    text-align: center;
    white-space: nowrap;
}

.job-date {
    display: block;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 0.5rem;
}

.job-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-bottom: 0.75rem;
}

.job-meta-item {
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--navy);
    background: rgba(0, 33, 71, 0.06);
    border: 1px solid rgba(0, 33, 71, 0.1);
    padding: 0.25rem 0.55rem;
    border-radius: 999px;
}

.job-meta-sector {
    background: rgba(181, 147, 94, 0.12);
    border-color: rgba(181, 147, 94, 0.25);
}

.job-meta-id {
    background: rgba(0, 33, 71, 0.08);
    font-family: ui-monospace, monospace;
    letter-spacing: 0.02em;
}

.job-meta-positions {
    background: rgba(34, 139, 34, 0.1);
    border-color: rgba(34, 139, 34, 0.25);
    color: #166534;
}

.job-meta-kind {
    background: rgba(181, 147, 94, 0.15);
    border-color: rgba(181, 147, 94, 0.35);
}

.job-meta-salary {
    background: rgba(181, 147, 94, 0.2);
    border-color: rgba(181, 147, 94, 0.4);
    color: var(--navy-deep);
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0.01em;
}

.article-body-plain p {
    white-space: pre-wrap;
}

.job-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(1.15rem, 2.5vw, 1.35rem);
    color: var(--navy);
    margin: 0 0 0.65rem;
    font-weight: 700;
    line-height: 1.3;
}

.job-title a,
.job-open-trigger {
    color: inherit;
    text-decoration: none;
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.job-title a:hover,
.job-open-trigger:hover { color: var(--gold); }

.job-excerpt {
    font-size: 0.9rem;
    color: var(--text-muted);
    line-height: 1.55;
    margin: 0 0 0.85rem;
}

.job-readmore {
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--gold);
    text-decoration: none;
    background: none;
    border: none;
    padding: 0;
    font-family: inherit;
    cursor: pointer;
    text-align: center;
}

.job-readmore:hover { color: var(--navy); }

.jobs-empty {
    text-align: center;
    color: var(--text-muted);
    padding: 2rem 1rem;
}

.jobs-empty a {
    color: var(--gold);
    font-weight: 600;
    text-decoration: none;
}

.job-apply-wrap {
    margin-top: 2rem;
    text-align: center;
}

.job-apply {
    display: inline-block;
    padding: 0.85rem 2rem;
    border-radius: 999px;
    background: var(--gold);
    color: var(--navy);
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s, transform 0.15s;
}

.job-apply:hover {
    background: var(--gold-light, #c9a96e);
    transform: translateY(-1px);
}

/* ── Expertise page ── */
.expertise-pillars {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin: 1rem 0 2rem;
}

.expertise-pillar {
    background: var(--white);
    border: 1px solid rgba(181, 147, 94, 0.22);
    border-top: 3px solid var(--gold);
    border-radius: 8px;
    padding: 1.25rem 1.3rem;
}

.expertise-pillar h3 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.15rem;
    color: var(--navy);
    margin-bottom: 0.5rem;
}

.expertise-pillar p {
    font-size: 0.88rem;
    color: var(--text-muted);
    margin: 0;
    line-height: 1.55;
}

.expertise-preparation {
    margin: 2rem 0 2.5rem;
    padding: 1.75rem 1.85rem;
    background: linear-gradient(135deg, rgba(0, 33, 71, 0.03) 0%, rgba(181, 147, 94, 0.08) 100%);
    border: 1px solid rgba(181, 147, 94, 0.28);
    border-radius: 10px;
}

.expertise-preparation .section-heading {
    margin-top: 0;
}

.expertise-prep-subtitle {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gold);
    margin: -0.25rem 0 0.85rem;
}

.expertise-prep-intro {
    font-size: 0.95rem;
    color: var(--text-muted);
    line-height: 1.65;
    margin: 0 0 1.35rem;
    max-width: 52rem;
}

.expertise-prep-tracks {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.15rem;
}

.expertise-prep-track {
    background: var(--white);
    border: 1px solid rgba(181, 147, 94, 0.22);
    border-top: 3px solid var(--navy);
    border-radius: 8px;
    padding: 1.3rem 1.35rem;
}

.expertise-prep-phase {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 0.45rem;
}

.expertise-prep-track h3 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.2rem;
    color: var(--navy);
    margin: 0 0 0.55rem;
}

.expertise-prep-track > p {
    font-size: 0.88rem;
    color: var(--text-muted);
    line-height: 1.58;
    margin: 0 0 0.85rem;
}

.expertise-prep-items {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.expertise-prep-items li {
    font-size: 0.84rem;
    color: var(--navy);
    padding-left: 1.15rem;
    position: relative;
    line-height: 1.45;
}

.expertise-prep-items li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--gold);
    font-weight: 700;
    font-size: 0.78rem;
}

.expertise-sectors {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin: 1rem 0 1.5rem;
}

.expertise-sector {
    background: var(--white);
    border: 1px solid rgba(181, 147, 94, 0.22);
    border-left: 4px solid var(--navy);
    border-radius: 8px;
    padding: 1.35rem 1.4rem 1.25rem;
}

.expertise-sector-head {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 0.75rem;
}

.expertise-sector-num {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 2rem;
    font-weight: 700;
    color: rgba(181, 147, 94, 0.35);
    line-height: 1;
    flex-shrink: 0;
}

.expertise-sector-head h3 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.35rem;
    color: var(--navy);
    margin: 0 0 0.35rem;
}

.expertise-sector-lead {
    font-size: 0.92rem;
    color: var(--gold);
    font-weight: 600;
    margin: 0;
}

.expertise-sector-detail {
    font-size: 0.9rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin: 0 0 1rem;
}

.expertise-sector-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0.85rem;
}

.expertise-chip {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    background: rgba(0, 33, 71, 0.06);
    color: var(--navy);
    border: 1px solid rgba(0, 33, 71, 0.12);
}

.expertise-roles {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.35rem 1.25rem;
    margin: 0 0 1rem;
    padding: 0;
    list-style: none;
}

.expertise-roles li {
    font-size: 0.86rem;
    color: var(--navy);
    padding-left: 1rem;
    position: relative;
}

.expertise-roles li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: var(--gold);
    font-weight: 700;
}

.expertise-sector-link {
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--gold);
    text-decoration: none;
    transition: color 0.2s;
}

.expertise-sector-link:hover {
    color: var(--navy);
}

.expertise-standards {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.expertise-standards li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.5;
}

.expertise-check {
    flex-shrink: 0;
    color: var(--gold);
    font-weight: 700;
}

.expertise-process {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 1rem;
}

.expertise-process-step {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(181, 147, 94, 0.25);
    border-radius: 8px;
    padding: 1.15rem 1.2rem;
}

.expertise-process-step .step-num {
    display: block;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--gold);
    margin-bottom: 0.35rem;
}

.expertise-process-step h4 {
    font-size: 1rem;
    color: var(--white);
    margin: 0 0 0.4rem;
}

.expertise-process-step p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
    line-height: 1.55;
}

.expertise-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.25rem;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(181, 147, 94, 0.3);
}

.expertise-links a {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--gold);
    text-decoration: none;
    transition: color 0.2s;
}

.expertise-links a:hover {
    color: var(--white);
}

@media (max-width: 768px) {
    .about-grid,
    .values-row {
        grid-template-columns: 1fr;
    }

    .expertise-pillars,
    .expertise-process,
    .expertise-roles,
    .expertise-prep-tracks {
        grid-template-columns: 1fr;
    }

    .expertise-preparation {
        padding: 1.25rem 1.15rem;
    }

    .bridge-band-img {
        max-height: min(36vh, 280px);
    }
}

/* ── Landing & components ── */
/* .site-main width: see _site_layout.css (--site-content-width) */

/* Subpage hero — matches landing typography */
.page-hero {
    text-align: center;
    padding: clamp(1.5rem, 4vw, 2.5rem) clamp(1rem, 4vw, 2rem) clamp(1rem, 3vw, 1.5rem);
    margin-bottom: 0.5rem;
}

.page-hero h1 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(1.5rem, 3.5vw, 2rem);
    color: var(--navy);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 0.75rem;
    font-weight: 700;
}

.page-hero h1::after { display: none; }

.page-hero-lead {
    font-size: clamp(0.95rem, 2vw, 1.05rem);
    color: var(--text-muted);
    max-width: 620px;
    margin: 0 auto;
    line-height: 1.6;
}

.page-section {
    margin-bottom: 2.5rem;
    padding: 0 0.5rem;
}

.page-section-inner {
    width: 100%;
}

.page-section-navy .contact-headline,
.page-section-navy h1 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(1.5rem, 3.5vw, 2rem);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0.75rem;
    color: var(--white);
}

.page-section-navy .intro-navy {
    text-align: center;
    max-width: 560px;
    margin: 0 auto 2rem;
    color: #cbd5e1;
    font-size: 0.95rem;
    line-height: 1.6;
}

.page-section-cover {
    text-align: center;
    padding: clamp(2rem, 6vw, 4rem) 1rem;
}

.page-section-cover h1 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    color: var(--navy);
    margin-bottom: 1rem;
}

.page-section-flyer > .content,
.page-section-flyer.page-section-inner {
    padding: 0;
}

.page-section-flyer p[style] {
    font-size: clamp(0.95rem, 2vw, 1.05rem) !important;
    color: var(--text-muted) !important;
    text-align: center;
    max-width: 620px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 1.5rem !important;
}

body.site .page-section-navy.page-section-flyer h2,
body.site .page-section-navy.page-section-flyer h3,
body.site .page-section-navy.page-section-flyer .section-title-navy {
    color: var(--white);
    text-align: center;
}

body.site .page-section-navy.page-section-flyer h2::after {
    display: none;
}

body.site .page-section-navy.page-section-flyer .intro-navy {
    text-align: center;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
}

.page-section-article .article-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    color: var(--navy);
    text-align: center;
    margin: 0.75rem 0 1rem;
    line-height: 1.3;
}

.page-section.legal-content .page-section-inner {
    max-width: 720px;
    margin: 0 auto;
}

.page-section.legal-content h3 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    color: var(--navy);
    margin-top: 1.75rem;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-left: auto;
}

.lang-switch {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: var(--gold);
    text-decoration: none;
    padding: 0.4rem 0.65rem;
    border: 1px solid rgba(181, 147, 94, 0.4);
    border-radius: 999px;
}

.lang-switcher {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    flex-wrap: wrap;
}

.lang-switch.is-active {
    background: rgba(181, 147, 94, 0.18);
    cursor: default;
}

.lang-switch:hover { background: rgba(181, 147, 94, 0.12); }
.lang-switch.is-active:hover { background: rgba(181, 147, 94, 0.18); }

/* Hero */
.hero {
    text-align: center;
    padding: clamp(2rem, 6vw, 4rem) clamp(1rem, 4vw, 2rem);
    margin-bottom: 2rem;
}

.hero-logo {
    max-width: min(420px, 85vw);
    margin: 0 auto 1.5rem;
    display: block;
}

.hero-slogan {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(1.4rem, 4vw, 2rem);
    font-weight: 700;
    font-style: italic;
    color: var(--gold);
    margin: 0 0 1rem;
    line-height: 1.3;
}

.hero h1 {
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    margin-bottom: 0.75rem;
}

.hero-lead {
    font-size: clamp(0.95rem, 2vw, 1.05rem);
    color: var(--text-muted);
    max-width: 620px;
    margin: 0 auto 1.75rem;
    line-height: 1.6;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.5rem;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 999px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.15s;
}

.btn:hover { transform: translateY(-1px); }

.btn-primary {
    background: var(--navy);
    color: var(--white);
    border-color: var(--navy);
}

.btn-primary:hover {
    background: var(--navy-deep);
    color: var(--gold-light);
}

.btn-outline {
    background: transparent;
    color: var(--navy);
    border-color: var(--gold);
}

.btn-outline:hover {
    background: rgba(181, 147, 94, 0.12);
}

.btn-initiative {
    background: rgba(181, 147, 94, 0.14);
    color: var(--navy);
    border-color: var(--gold);
}

.btn-initiative:hover {
    background: var(--gold);
    color: var(--white);
    border-color: var(--gold);
}

.btn-full { width: 100%; }

.btn-download { margin-top: 1rem; display: inline-flex; }

.bg-navy .btn-outline,
.page-section-navy .btn-outline,
.contact-direct-card .btn-outline {
    color: var(--gold-light);
    border-color: var(--gold);
    background: rgba(181, 147, 94, 0.08);
}

.bg-navy .btn-outline:hover,
.page-section-navy .btn-outline:hover,
.contact-direct-card .btn-outline:hover {
    color: var(--navy);
    background: var(--gold-light);
    border-color: var(--gold-light);
}

/* Audience split */
.audience-split {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-bottom: 2.5rem;
    padding: 0 0.5rem;
}

.audience-card {
    display: block;
    text-decoration: none;
    background: var(--white);
    border: 1px solid rgba(181, 147, 94, 0.25);
    border-left: 4px solid var(--navy);
    border-radius: 8px;
    padding: 1.5rem;
    transition: box-shadow 0.2s, transform 0.2s;
    color: inherit;
}

.audience-card:hover {
    box-shadow: 0 8px 28px rgba(0, 33, 71, 0.08);
    transform: translateY(-2px);
}

.audience-card-alt { border-left-color: var(--gold); }

.audience-label {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--gold);
}

.audience-card h2 {
    font-size: 1.25rem;
    margin: 0.5rem 0;
    display: block;
}

.audience-card h2::after { display: none; }

.audience-card p {
    font-size: 0.9rem;
    color: var(--text-muted);
    margin: 0;
}

/* Sections */
.section-heading {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(1.35rem, 3vw, 1.65rem);
    color: var(--navy);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
}

.benefits-section,
.sectors-teaser,
.process-section,
.team-section {
    margin-bottom: 2.5rem;
    padding: 0 0.5rem;
}

/* Startseite: Team zentriert & hervorgehoben */
.team-section--home {
    margin: 3rem 0 2.75rem;
    padding: clamp(2.25rem, 5vw, 3rem) clamp(1rem, 4vw, 2rem);
    background: linear-gradient(180deg, rgba(248, 245, 240, 0.95) 0%, var(--cream) 48%, rgba(248, 245, 240, 0.6) 100%);
    border-top: 1px solid rgba(181, 147, 94, 0.14);
    border-bottom: 1px solid rgba(181, 147, 94, 0.14);
}

.team-section--home .team-section__inner {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}

.team-section--home .team-section__header {
    margin-bottom: clamp(1.5rem, 3vw, 2rem);
}

.team-section--home .section-heading {
    margin-bottom: 0.85rem;
}

.team-section--home .section-heading::after {
    content: '';
    display: block;
    width: 3rem;
    height: 2px;
    margin: 0.85rem auto 0;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.team-section-intro {
    text-align: center;
    max-width: 560px;
    margin: 0 auto;
    font-size: 0.95rem;
    color: var(--text-muted);
    line-height: 1.65;
}

.team-section--home .team-section-intro {
    max-width: 520px;
    font-size: 1rem;
}

.team-grid--home {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 220px));
    justify-content: center;
    gap: clamp(1rem, 2.5vw, 1.5rem);
    margin: 0 auto;
    max-width: 940px;
}

.team-section--home .team-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.65rem 1.25rem 1.5rem;
    border-radius: 12px;
    border: 1px solid rgba(181, 147, 94, 0.22);
    box-shadow: 0 4px 20px rgba(0, 33, 71, 0.05);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.team-section--home .team-card:hover {
    transform: translateY(-3px);
    border-color: rgba(181, 147, 94, 0.42);
    box-shadow: 0 10px 28px rgba(0, 33, 71, 0.09);
}

.team-section--home .team-avatar {
    width: 84px;
    height: 84px;
    font-size: 1.15rem;
    margin-bottom: 1.1rem;
    border-width: 2px;
    box-shadow: 0 4px 14px rgba(0, 33, 71, 0.12);
}

.team-section--home .team-card h3 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.15rem;
    font-weight: 600;
    margin: 0 0 0.4rem;
    color: var(--navy);
}

.team-section--home .team-role {
    font-size: 0.68rem;
    letter-spacing: 0.12em;
    margin-bottom: 0.65rem;
}

.team-section--home .team-bio {
    font-size: 0.84rem;
    line-height: 1.55;
    max-width: 18rem;
    margin: 0 auto;
}

.team-section-link {
    text-align: center;
    margin-top: 1.75rem;
}

.team-section--home .team-section-link {
    margin-top: clamp(1.75rem, 3vw, 2.25rem);
}

.team-section-link a {
    color: var(--gold);
    font-weight: 600;
    text-decoration: none;
}

.team-section--home .team-section-link .btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 12rem;
    padding: 0.65rem 1.5rem;
    border-radius: 999px;
    font-size: 0.88rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--navy);
    border: 1px solid rgba(181, 147, 94, 0.45);
    background: var(--white);
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.team-section--home .team-section-link .btn-outline:hover {
    background: var(--navy);
    border-color: var(--navy);
    color: var(--white);
}

.team-section .team-card h3 {
    font-size: 1rem;
    margin: 0 0 0.35rem;
    color: var(--navy);
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.benefit-card {
    background: var(--white);
    border: 1px solid rgba(181, 147, 94, 0.2);
    border-radius: 8px;
    padding: 1.25rem;
    text-align: center;
}

.benefit-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--gold);
    display: block;
    margin-bottom: 0.5rem;
}

.benefit-card h3 {
    font-size: 1rem;
    color: var(--navy);
    margin-bottom: 0.5rem;
}

.benefit-card p {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin: 0;
}

/* ── Arbeitgeber-Seite ── */
.employer-pain-section,
.employer-process-section,
.employer-benefits,
.employer-sectors,
.employer-faq,
.employer-services {
    margin: 2.5rem 0.5rem;
}

.employer-pain-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.employer-pain-card,
.employer-process-card {
    background: var(--white);
    border: 1px solid rgba(181, 147, 94, 0.22);
    border-radius: 10px;
    padding: 1.35rem 1.25rem;
}

.employer-pain-num,
.employer-process-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--gold);
    display: block;
    margin-bottom: 0.45rem;
}

.employer-pain-card h3,
.employer-process-card h3 {
    font-size: 1rem;
    color: var(--navy);
    margin: 0 0 0.5rem;
}

.employer-pain-card p,
.employer-process-card p {
    font-size: 0.88rem;
    color: var(--text-muted);
    line-height: 1.55;
    margin: 0;
}

.employer-process-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.employer-benefits-grid {
    grid-template-columns: repeat(3, 1fr);
}

.employer-services-inner {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: clamp(1.25rem, 3vw, 2rem);
    align-items: start;
    padding: clamp(1.5rem, 3vw, 2rem);
    background: linear-gradient(145deg, var(--white) 0%, var(--cream-dark) 100%);
    border: 1px solid rgba(181, 147, 94, 0.28);
    border-radius: 14px;
}

.employer-services-list {
    margin: 1rem 0 1.25rem;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.55rem;
}

.employer-services-list li {
    position: relative;
    padding-left: 1.45rem;
    font-size: 0.9rem;
    line-height: 1.5;
    color: var(--text);
}

.employer-services-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    color: var(--gold);
    font-weight: 700;
}

.employer-services-cta {
    margin: 0;
}

.employer-services-aside {
    background: var(--navy);
    color: var(--white);
    border-radius: 12px;
    padding: 1.5rem 1.25rem;
    display: grid;
    gap: 1rem;
}

.employer-aside-stat {
    text-align: center;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.employer-aside-stat:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}

.employer-aside-value {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 700;
    color: var(--gold-light);
    line-height: 1.1;
}

.employer-aside-label {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
}

.employer-aside-note {
    margin: 0.25rem 0 0;
    font-size: 0.78rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.45;
}

.employer-faq .faq-list {
    max-width: 52rem;
    margin-left: auto;
    margin-right: auto;
}

/* ── Fachkräfte & Auszubildende ── */
.talent-paths,
.talent-benefits,
.talent-offer-detail,
.talent-devina,
.talent-sectors,
.talent-faq {
    margin: 2.5rem 0.5rem;
}

.talent-paths-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
}

.talent-path-card {
    background: var(--white);
    border: 1px solid rgba(181, 147, 94, 0.28);
    border-radius: 12px;
    padding: 1.5rem 1.35rem;
    position: relative;
}

.talent-path-card--az {
    background: linear-gradient(145deg, var(--white) 0%, rgba(0, 33, 71, 0.03) 100%);
}

.talent-path-badge {
    display: inline-block;
    margin-bottom: 0.65rem;
    padding: 0.25rem 0.65rem;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--gold);
    background: rgba(181, 147, 94, 0.12);
    border-radius: 999px;
}

.talent-path-card h3 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.35rem;
    color: var(--navy);
    margin: 0 0 0.65rem;
}

.talent-path-card p {
    font-size: 0.92rem;
    line-height: 1.55;
    color: var(--text);
    margin: 0 0 0.75rem;
}

.talent-path-tags {
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: var(--text-muted);
    margin: 0;
}

.talent-benefits-grid {
    grid-template-columns: repeat(3, 1fr);
}

.talent-offer-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
}

.talent-offer-box {
    background: var(--white);
    border: 1px solid rgba(181, 147, 94, 0.22);
    border-radius: 12px;
    padding: 1.35rem 1.25rem;
}

.talent-offer-box h3 {
    font-size: 1.05rem;
    color: var(--navy);
    margin: 0 0 0.85rem;
}

.talent-offer-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.5rem;
}

.talent-offer-list li {
    position: relative;
    padding-left: 1.35rem;
    font-size: 0.88rem;
    line-height: 1.5;
    color: var(--text-muted);
}

.talent-offer-list li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: var(--gold);
    font-weight: 700;
}

.talent-devina-inner {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: clamp(1.25rem, 3vw, 2rem);
    padding: clamp(1.5rem, 3vw, 2rem);
    background: linear-gradient(155deg, var(--navy) 0%, var(--navy-deep) 100%);
    color: var(--white);
    border-radius: 14px;
}

.talent-devina-inner .section-heading {
    color: var(--white);
}

.talent-devina-inner .section-intro {
    color: rgba(255, 255, 255, 0.78);
}

.talent-devina-list {
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.5rem;
}

.talent-devina-list li {
    position: relative;
    padding-left: 1.35rem;
    font-size: 0.9rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.88);
}

.talent-devina-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--gold-light);
    font-weight: 700;
}

.talent-devina-aside {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.talent-devina-quote {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.15rem;
    font-style: italic;
    line-height: 1.45;
    color: var(--gold-light);
    margin: 0 0 1rem;
}

.talent-devina-meta {
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
    margin: 0;
}

.talent-sectors-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.talent-sector-card {
    background: var(--white);
    border: 1px solid rgba(181, 147, 94, 0.22);
    border-radius: 10px;
    padding: 1.25rem;
}

.talent-sector-card h3 {
    font-size: 1rem;
    color: var(--navy);
    margin: 0 0 0.5rem;
}

.talent-sector-card p {
    font-size: 0.85rem;
    color: var(--text-muted);
    line-height: 1.5;
    margin: 0;
}

.talent-faq .faq-list {
    max-width: 52rem;
    margin-left: auto;
    margin-right: auto;
}

.talent-apply-hint {
    text-align: center;
    margin: 0.75rem 0 0;
    font-size: 0.82rem;
    color: var(--text-muted);
}

.sectors-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    justify-content: center;
    margin-bottom: 1rem;
}

.sector-pill {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    padding: 0.55rem 1rem;
    background: rgba(181, 147, 94, 0.12);
    border: 1px solid rgba(181, 147, 94, 0.3);
    border-radius: 999px;
    color: var(--navy);
}

a.sector-pill {
    text-decoration: none;
    display: inline-block;
    transition: background 0.2s, border-color 0.2s, transform 0.15s;
}

a.sector-pill:hover {
    background: rgba(181, 147, 94, 0.22);
    border-color: rgba(181, 147, 94, 0.5);
    transform: translateY(-1px);
}

.hero-note {
    margin: 0.85rem 0 0;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: var(--gold);
}

.section-intro {
    max-width: 42rem;
    margin: -0.25rem 0 1.25rem;
    font-size: 0.92rem;
    color: var(--text-muted);
    line-height: 1.6;
}

.section-link {
    text-align: center;
    margin-top: 1rem;
}

.section-link a {
    color: var(--gold);
    font-weight: 600;
    text-decoration: none;
}

.section-link a:hover {
    color: var(--navy);
}

/* Trust block */
.trust-block {
    margin: 2rem 0;
    padding: 1.75rem 1.85rem;
    background: var(--white);
    border: 1px solid rgba(181, 147, 94, 0.22);
    border-radius: 10px;
}

.trust-locations {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

@media (max-width: 1100px) {
    .trust-locations {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .trust-locations {
        grid-template-columns: 1fr;
    }
}

.trust-location {
    padding: 1.1rem 1.15rem;
    background: rgba(0, 33, 71, 0.03);
    border-radius: 8px;
    border-top: 3px solid var(--navy);
}

.trust-badge {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 0.4rem;
}

.trust-location h3 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.1rem;
    color: var(--navy);
    margin: 0 0 0.45rem;
}

.trust-location p {
    font-size: 0.86rem;
    color: var(--text-muted);
    margin: 0;
    line-height: 1.5;
}

/* Why us */
.why-us-section {
    margin: 2rem 0;
}

.why-us-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.why-us-card {
    background: var(--white);
    border: 1px solid rgba(181, 147, 94, 0.22);
    border-left: 4px solid var(--gold);
    border-radius: 8px;
    padding: 1.2rem 1.25rem;
}

.why-us-num {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: rgba(181, 147, 94, 0.4);
}

.why-us-card h3 {
    font-size: 1rem;
    color: var(--navy);
    margin: 0.25rem 0 0.45rem;
}

.why-us-card p {
    font-size: 0.86rem;
    color: var(--text-muted);
    margin: 0;
    line-height: 1.55;
}

/* References teaser */
.references-teaser {
    margin: 2rem 0;
}

.references-teaser-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.reference-card-compact {
    margin: 0;
    height: 100%;
}

.reference-card-compact .reference-quote {
    font-size: 0.98rem;
}

/* News page */
.news-highlights {
    margin: 2rem 0;
}

.news-featured {
    margin: 2rem 0;
}

.news-featured__inner {
    border-radius: 12px;
    overflow: hidden;
    background: linear-gradient(135deg, var(--navy) 0%, #1a3a5c 55%, #243f5e 100%);
    color: #f8fafc;
    padding: clamp(1.5rem, 4vw, 2.25rem);
    box-shadow: 0 12px 40px rgba(0, 33, 71, 0.18);
}

.news-featured__inner--with-media {
    display: grid;
    grid-template-columns: minmax(200px, 38%) 1fr;
    gap: 0;
    padding: 0;
}

.news-featured__media {
    display: block;
    min-height: 220px;
    overflow: hidden;
}

.news-featured__media img {
    width: 100%;
    height: 100%;
    min-height: 220px;
    object-fit: cover;
    display: block;
}

.news-featured__inner--with-media .news-featured__content {
    padding: clamp(1.25rem, 3vw, 2rem);
}

@media (max-width: 768px) {
    .news-featured__inner--with-media {
        grid-template-columns: 1fr;
    }

    .news-featured__media img {
        min-height: 180px;
        max-height: 220px;
    }
}

.news-card--has-thumb {
    display: grid;
    grid-template-rows: auto 1fr;
    overflow: hidden;
    padding-top: 0;
}

.news-card__thumb {
    display: block;
    margin: -1.35rem -1.4rem 0.85rem;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    aspect-ratio: 16 / 9;
}

.news-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.25s ease;
}

.news-card__thumb:hover img {
    transform: scale(1.03);
}

.news-card__thumb--compact {
    margin: 0 0 0.65rem;
    border-radius: 6px;
    aspect-ratio: 16 / 10;
}

.article-hero {
    margin: 0 0 1.5rem;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(181, 147, 94, 0.22);
}

.article-hero-image {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
    display: block;
}

.article-body img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1rem 0;
    display: block;
}

.article-body .news-figure,
.article-body figure.news-figure {
    margin: 1.25rem 0;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(181, 147, 94, 0.18);
}

.article-body .news-figure img,
.article-body figure.news-figure img {
    margin: 0;
    border-radius: 0;
}

.article-body figcaption {
    padding: 0.65rem 0.85rem;
    font-size: 0.82rem;
    color: var(--text-muted);
    background: rgba(181, 147, 94, 0.06);
}

.article-share {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(181, 147, 94, 0.22);
}

.article-share__title {
    font-size: 0.95rem;
    font-weight: 600;
    margin: 0 0 0.85rem;
    color: var(--navy);
}

.article-share__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.25rem;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    border: 1px solid rgba(181, 147, 94, 0.35);
    background: var(--white);
    color: var(--navy);
    font-size: 0.82rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
}

.share-btn:hover {
    border-color: var(--gold);
    background: rgba(181, 147, 94, 0.08);
}

.share-btn--copy.is-copied {
    border-color: #2f855a;
    background: rgba(47, 133, 90, 0.1);
}

.article-share-published {
    margin: 0.85rem 0 0;
    font-size: 0.82rem;
    color: var(--text-muted);
}

.article-share-published a {
    color: var(--navy);
    font-weight: 600;
}

.news-featured__badge {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--navy);
    background: var(--gold);
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    margin-bottom: 0.85rem;
}

.news-featured__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 0.85rem;
    margin-bottom: 0.75rem;
}

.news-featured__meta .news-date {
    color: rgba(248, 250, 252, 0.85);
}

.news-featured__meta .news-tag {
    background: rgba(248, 250, 252, 0.12);
    border-color: rgba(248, 250, 252, 0.25);
    color: #f8fafc;
}

.news-featured__meta .news-reading-time {
    color: rgba(248, 250, 252, 0.75);
}

.news-featured__title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(1.35rem, 3.2vw, 1.85rem);
    line-height: 1.25;
    margin: 0 0 0.85rem;
    font-weight: 700;
}

.news-featured__title a {
    color: #fff;
    text-decoration: none;
}

.news-featured__title a:hover {
    color: var(--gold);
}

.news-featured__excerpt {
    margin: 0 0 1.25rem;
    max-width: 52rem;
    line-height: 1.6;
    color: rgba(248, 250, 252, 0.88);
    font-size: 0.95rem;
}

.article-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
    gap: 2rem;
    align-items: start;
}

.article-header {
    margin-bottom: 0.5rem;
}

.article-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 0.85rem;
    margin: 0.75rem 0 0.5rem;
}

.page-section-news-article .article-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(1.45rem, 3.5vw, 2rem);
    line-height: 1.2;
    margin: 0.25rem 0 0;
}

.article-aside {
    position: sticky;
    top: 6rem;
}

.article-related {
    background: var(--white);
    border: 1px solid rgba(181, 147, 94, 0.22);
    border-radius: 10px;
    padding: 1.15rem 1.2rem;
}

.article-related__title {
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--navy);
    margin: 0 0 0.85rem;
}

.article-related__list {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.article-related__link {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    text-decoration: none;
    color: var(--navy);
    font-size: 0.88rem;
    line-height: 1.4;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid rgba(181, 147, 94, 0.18);
}

.article-related__link:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.article-related__link time {
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--gold);
}

.article-related__link:hover span {
    color: var(--gold);
}

@media (max-width: 900px) {
    .article-layout {
        grid-template-columns: 1fr;
    }

    .article-aside {
        position: static;
    }
}

/* News teaser */
.news-teaser {
    margin: 2rem 0;
}

.news-teaser-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.news-card-compact {
    height: 100%;
}

.news-card-compact .news-excerpt {
    font-size: 0.86rem;
    margin-bottom: 0;
}

/* Privacy consent */
.privacy-consent {
    margin-top: 0.75rem;
    font-size: 0.82rem;
    line-height: 1.45;
}

.privacy-consent a {
    color: var(--gold);
    font-weight: 600;
}

.newsletter-form .privacy-consent {
    margin-top: 0;
}

@media (max-width: 900px) {
    .contact-paths-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .trust-locations,
    .why-us-grid,
    .references-teaser-grid,
    .news-teaser-grid {
        grid-template-columns: 1fr;
    }
}

.sectors-link { text-align: center; }
.sectors-link a { color: var(--gold); font-weight: 600; text-decoration: none; }

/* CTA band */
.cta-band {
    text-align: center;
    background: linear-gradient(155deg, var(--navy) 0%, var(--navy-deep) 100%);
    color: var(--white);
    padding: 2.5rem 1.5rem;
    border-radius: 8px;
    margin: 2rem 0.5rem 1rem;
}

.cta-band h2 {
    color: var(--white);
    font-size: clamp(1.25rem, 3vw, 1.6rem);
    margin-bottom: 0.75rem;
}

.cta-band h2::after { display: none; }

.cta-band p {
    color: #cbd5e1;
    max-width: 520px;
    margin: 0 auto 1.25rem;
    font-size: 0.95rem;
}

.cta-band .btn-primary {
    background: var(--gold);
    border-color: var(--gold);
    color: var(--navy);
}

.cta-band .btn-primary:hover {
    background: var(--gold-light);
}

/* FAQ */
.faq-list { margin-top: 1rem; }

.faq-item {
    border: 1px solid rgba(181, 147, 94, 0.25);
    border-radius: 8px;
    margin-bottom: 0.65rem;
    background: var(--white);
    overflow: hidden;
}

.faq-item summary {
    padding: 1rem 1.15rem;
    font-weight: 600;
    color: var(--navy);
    cursor: pointer;
    list-style: none;
}

.faq-item summary::-webkit-details-marker { display: none; }

.faq-item p {
    padding: 0 1.15rem 1rem;
    margin: 0;
    color: var(--text-muted);
    font-size: 0.9rem;
    line-height: 1.55;
}

/* References */
.references-list { display: flex; flex-direction: column; gap: 1.25rem; }

.reference-card {
    background: var(--white);
    border-left: 4px solid var(--gold);
    border-radius: 0 8px 8px 0;
    padding: 1.35rem 1.5rem;
    margin: 0;
    box-shadow: 0 2px 12px rgba(0, 33, 71, 0.04);
}

.reference-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.reference-industry {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--navy);
}

.reference-time {
    font-size: 0.72rem;
    color: var(--gold);
    font-weight: 600;
}

.reference-quote {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.1rem;
    font-style: italic;
    color: var(--navy);
    line-height: 1.45;
    margin: 0 0 0.75rem;
}

.reference-card footer {
    font-size: 0.8rem;
    color: var(--text-muted);
}

/* Team */
.team-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
}

.team-card {
    text-align: center;
    background: var(--white);
    border: 1px solid rgba(181, 147, 94, 0.2);
    border-radius: 8px;
    padding: 1.5rem 1rem;
}

.team-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(145deg, var(--navy), var(--navy-deep));
    color: var(--gold-light);
    font-weight: 700;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    border: 2px solid var(--gold);
    overflow: hidden;
}

.team-avatar-photo {
    padding: 0;
    background: var(--navy);
}

.team-avatar-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.team-role {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--gold);
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.team-bio {
    font-size: 0.88rem;
    color: var(--text-muted);
    margin: 0;
}

.team-contact-section {
    background: var(--cream);
}

.team-grid--contacts {
    margin-top: 1rem;
}

.team-card--contact .team-contact-links {
    margin-top: 1rem;
    text-align: left;
    border-top: 1px solid rgba(181, 147, 94, 0.2);
    padding-top: 0.85rem;
}

.team-contact-link {
    display: block;
    text-decoration: none;
    color: var(--navy);
    margin-bottom: 0.5rem;
    font-size: 0.82rem;
}

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

.team-contact-link:hover .team-contact-link__value {
    color: var(--gold);
}

.team-contact-link__label {
    display: block;
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--gold);
    font-weight: 600;
}

.team-contact-link__value {
    display: block;
    word-break: break-word;
}

@media (min-width: 900px) {
    .team-grid:not(.team-grid--home) {
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    }
}

@media (max-width: 520px) {
    .team-grid--home {
        grid-template-columns: minmax(0, 280px);
        justify-content: center;
    }

    .team-section--home .team-bio {
        max-width: none;
    }
}

/* Contact page */
.contact-highlights,
.contact-paths,
.contact-process,
.contact-faq {
    margin: 2rem 0;
}

.contact-paths-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 1rem;
}

.contact-path-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    width: 100%;
    padding: 1.25rem 1.35rem;
    border: 1px solid rgba(181, 147, 94, 0.28);
    border-radius: 10px;
    background: var(--white);
    cursor: pointer;
    font-family: inherit;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.15s;
}

.contact-path-card--link {
    text-decoration: none;
    color: inherit;
}

.contact-path-card:hover,
.contact-path-card:focus-visible {
    border-color: rgba(181, 147, 94, 0.55);
    box-shadow: 0 8px 28px rgba(0, 33, 71, 0.08);
    transform: translateY(-2px);
}

.contact-path-card__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: rgba(181, 147, 94, 0.15);
    color: var(--navy);
    font-size: 0.78rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.contact-path-card h3 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.15rem;
    color: var(--navy);
    margin: 0 0 0.5rem;
}

.contact-path-card p {
    font-size: 0.88rem;
    color: var(--text-muted);
    line-height: 1.5;
    margin: 0 0 0.85rem;
    flex: 1;
}

.contact-path-card__cta {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--gold);
}

.contact-paths-jobs {
    margin-top: 1.25rem;
}

.contact-process-row .process-step h4 {
    font-size: 0.92rem;
    color: var(--navy);
    margin: 0.35rem 0 0.25rem;
    font-weight: 700;
}

.page-section-contact .contact-layout {
    max-width: 1040px;
}

.contact-employer-fields.is-hidden {
    display: none;
}

.contact-talent-panel {
    margin: 0 0 1rem;
    padding: 1rem 1.1rem;
    border-radius: 8px;
    background: rgba(181, 147, 94, 0.12);
    border: 1px solid rgba(181, 147, 94, 0.35);
}

.contact-talent-panel p {
    margin: 0 0 0.75rem;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #e2e8f0;
}

.contact-talent-panel__or {
    margin-top: 0.85rem !important;
    font-size: 0.82rem !important;
    color: #94a3b8 !important;
}

.contact-form-trust {
    margin: 0.5rem 0 0.85rem;
    font-size: 0.82rem;
    color: #94a3b8;
    line-height: 1.45;
}

.contact-direct-card {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    padding: 1.35rem 1.25rem 1.4rem;
    border-radius: 12px;
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.04) 100%);
    border: 1px solid rgba(181, 147, 94, 0.42);
    box-shadow: 0 14px 36px rgba(0, 20, 45, 0.22);
}

.contact-direct-card__header {
    padding-bottom: 0.85rem;
    border-bottom: 1px solid rgba(181, 147, 94, 0.22);
}

.contact-direct-card__eyebrow {
    margin: 0 0 0.35rem;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gold-light);
}

.contact-direct-card h3 {
    margin: 0 0 0.45rem;
    font-size: 1.15rem;
    color: var(--white);
    text-transform: none;
    letter-spacing: 0;
    border: 0;
    padding: 0;
}

.contact-direct-card__lead {
    margin: 0;
    font-size: 0.86rem;
    line-height: 1.55;
    color: #cbd5e1;
}

.contact-direct-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-direct-trust__item {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    background: rgba(181,  147, 94, 0.14);
    border: 1px solid rgba(181, 147, 94, 0.28);
    font-size: 0.72rem;
    font-weight: 600;
    color: #f1f5f9;
    line-height: 1.3;
}

.contact-direct-trust__mark {
    color: var(--gold-light);
    font-size: 0.78rem;
    line-height: 1;
}

.contact-direct-channels {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.contact-direct-channel {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.75rem 0.85rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(181, 147, 94, 0.22);
    color: inherit;
    text-decoration: none;
    transition: border-color 0.2s, background 0.2s, transform 0.2s;
}

.contact-direct-channel:hover,
.contact-direct-channel:focus-visible {
    border-color: rgba(212, 180, 131, 0.65);
    background: rgba(255, 255, 255, 0.11);
    transform: translateY(-1px);
}

.contact-direct-channel__icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 8px;
    background: rgba(181, 147, 94, 0.18);
    color: var(--gold-light);
}

.contact-direct-channel__body {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    min-width: 0;
}

.contact-direct-channel__label {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--gold-light);
}

.contact-direct-channel__value {
    font-size: 0.92rem;
    font-weight: 600;
    color: #f8fafc;
    word-break: break-word;
}

.contact-direct-office {
    padding: 0.9rem 0.95rem;
    border-radius: 10px;
    background: rgba(0, 20, 45, 0.28);
    border: 1px solid rgba(181, 147, 94, 0.2);
}

.contact-direct-office__head {
    display: flex;
    gap: 0.7rem;
    align-items: flex-start;
}

.contact-direct-office__pin {
    margin-top: 0.1rem;
}

.contact-direct-office__badge {
    display: inline-block;
    margin-bottom: 0.25rem;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--gold-light);
}

.contact-direct-office__title {
    margin: 0;
    font-size: 0.95rem;
    color: var(--white);
    font-weight: 700;
}

.contact-direct-office__desc {
    margin: 0.15rem 0 0;
    font-size: 0.78rem;
    color: #94a3b8;
    line-height: 1.45;
}

.contact-direct-office__address {
    margin: 0.65rem 0 0.55rem;
    padding-left: 2.85rem;
    font-size: 0.84rem;
    line-height: 1.5;
    color: #e2e8f0;
}

.contact-direct-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    padding-left: 2.85rem;
    margin-bottom: 0.55rem;
}

.contact-direct-chip {
    display: inline-block;
    padding: 0.2rem 0.5rem;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 600;
    color: #cbd5e1;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-direct-office__link {
    display: inline-block;
    padding-left: 2.85rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--gold-light);
    text-decoration: none;
}

.contact-direct-office__link:hover,
.contact-direct-office__link:focus-visible {
    color: var(--white);
    text-decoration: underline;
}

.contact-direct-download {
    margin-top: 0.15rem;
    justify-content: center;
}

@media (max-width: 900px) {
    .contact-direct-office__address,
    .contact-direct-chips,
    .contact-direct-office__link {
        padding-left: 0;
    }
}

/* Contact form */
.contact-layout {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 1.5rem;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.contact-headline {
    color: var(--white) !important;
    text-align: center;
    margin-bottom: 0.5rem;
}

.contact-form {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(181, 147, 94, 0.35);
    border-radius: 8px;
    padding: 1.5rem;
}

.contact-form label:not(.newsletter-privacy__label) {
    display: block;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--gold-light);
    margin-bottom: 1rem;
}

.contact-form .newsletter-privacy {
    margin-top: 0.25rem;
    margin-bottom: 0.75rem;
    background: rgba(255, 255, 255, 0.96);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    display: block;
    width: 100%;
    margin-top: 0.35rem;
    padding: 0.65rem 0.75rem;
    border: 1px solid rgba(181, 147, 94, 0.35);
    border-radius: 6px;
    font-family: inherit;
    font-size: 0.92rem;
    background: rgba(255, 255, 255, 0.95);
    color: var(--navy);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
}

.checkbox-label {
    display: flex !important;
    align-items: flex-start;
    gap: 0.5rem;
    text-transform: none !important;
    font-weight: 400 !important;
    color: #cbd5e1 !important;
}

.checkbox-label input { width: auto; margin-top: 0.2rem; }

.hidden { position: absolute; left: -9999px; }

/* News article */
.page-article .article-title {
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    color: var(--navy);
    margin: 0.5rem 0 1rem;
}

.article-body {
    margin-top: 1.5rem;
    font-size: 0.95rem;
    line-height: 1.65;
    color: var(--text);
}

.article-body h3 {
    color: var(--navy);
    margin-top: 1.5rem;
}

.back-link {
    font-size: 0.8rem;
    color: var(--gold);
    text-decoration: none;
    font-weight: 600;
}

.news-title a {
    color: inherit;
    text-decoration: none;
}

.news-title a:hover { color: var(--gold); }

.news-readmore {
    display: inline-block;
    margin-top: 0.5rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--gold);
    text-decoration: none;
}

/* Legal */
.legal-content h3 {
    color: var(--navy);
    margin-top: 1.5rem;
    font-size: 1rem;
}

.footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem 1rem;
    margin-bottom: 0.75rem;
}

.footer-nav a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-decoration: none;
}

.footer-nav a:hover { color: var(--gold-light); }

/* Scroll reveal */
.reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Landing sections + subpages share full content width */
body.site .hero,
body.site .audience-split,
body.site .benefits-section,
body.site .sectors-teaser,
body.site .process-section,
body.site .team-section,
body.site .cta-band,
body.site .page-hero,
body.site .page-section {
    max-width: 100%;
}

body.site .team-section--home {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: clamp(1rem, 4vw, 2rem);
    padding-right: clamp(1rem, 4vw, 2rem);
}

body.site .hero::before,
body.site .hero::after { display: none; }

body.site .cta-band {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

/* Stats */
.stats-section { margin: 2rem 0.5rem; }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.stat-card { text-align: center; background: var(--white); border: 1px solid rgba(181,147,94,.22); border-radius: 8px; padding: 1.5rem 1rem; }
.stat-value { display: block; font-family: 'Cormorant Garamond', serif; font-size: clamp(1.75rem, 4vw, 2.25rem); font-weight: 700; color: var(--navy); }
.stat-label { font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; color: var(--text-muted); }

/* Newsletter */
.newsletter-section {
    margin: 2.5rem 0.5rem 2rem;
    padding: 0;
}

.newsletter-card {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: clamp(1.5rem, 3vw, 2.5rem);
    align-items: center;
    padding: clamp(1.75rem, 4vw, 2.5rem);
    background: linear-gradient(145deg, var(--white) 0%, var(--cream-dark) 100%);
    border: 1px solid rgba(181, 147, 94, 0.28);
    border-radius: 16px;
    box-shadow: 0 18px 48px rgba(0, 33, 71, 0.07);
    position: relative;
    overflow: hidden;
}

.newsletter-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--gold) 0%, var(--gold-light) 50%, var(--gold) 100%);
}

.newsletter-content {
    text-align: left;
}

.newsletter-eyebrow {
    display: inline-block;
    margin: 0 0 0.65rem;
    padding: 0.28rem 0.7rem;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gold);
    background: rgba(181, 147, 94, 0.12);
    border-radius: 999px;
}

.newsletter-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.55rem, 3.2vw, 2rem);
    font-weight: 700;
    color: var(--navy);
    line-height: 1.15;
    margin: 0 0 0.75rem;
}

.newsletter-title::after {
    display: none;
}

.newsletter-intro {
    color: var(--text-muted);
    max-width: 38rem;
    margin: 0 0 1rem;
    font-size: 0.98rem;
    line-height: 1.55;
}

.newsletter-benefits {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.45rem;
}

.newsletter-benefits li {
    position: relative;
    padding-left: 1.35rem;
    font-size: 0.9rem;
    color: var(--navy);
    line-height: 1.45;
}

.newsletter-benefits li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 0 0 3px rgba(181, 147, 94, 0.18);
}

.newsletter-action {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(181, 147, 94, 0.2);
    border-radius: 14px;
    padding: clamp(1.1rem, 2.5vw, 1.5rem);
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin: 0;
}

.newsletter-form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.newsletter-form-row input[type="email"] {
    flex: 1 1 12rem;
    min-width: 0;
    padding: 0.82rem 1rem;
    border: 1px solid rgba(181, 147, 94, 0.35);
    border-radius: 999px;
    font: inherit;
    font-size: 0.95rem;
    color: var(--navy);
    background: var(--white);
    transition: border-color 0.2s, box-shadow 0.2s;
}

.newsletter-form-row input[type="email"]:focus {
    outline: none;
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(181, 147, 94, 0.18);
}

.newsletter-form-row .btn {
    flex: 0 0 auto;
    white-space: nowrap;
    padding-left: 1.35rem;
    padding-right: 1.35rem;
}

.newsletter-privacy {
    margin-top: 1rem;
    padding: 1rem 1.1rem;
    background: rgba(0, 33, 71, 0.04);
    border: 1px solid rgba(181, 147, 94, 0.28);
    border-radius: 10px;
    text-align: left;
}

.newsletter-privacy__title {
    margin: 0 0 0.65rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--navy);
}

.newsletter-privacy__label {
    display: flex;
    gap: 0.65rem;
    align-items: flex-start;
    cursor: pointer;
    margin: 0;
}

.newsletter-privacy__label input[type="checkbox"] {
    flex-shrink: 0;
    width: 1.05rem;
    height: 1.05rem;
    margin-top: 0.2rem;
    accent-color: var(--gold);
}

.newsletter-privacy__content {
    flex: 1;
    min-width: 0;
    font-size: 0.8rem;
    line-height: 1.55;
    color: var(--text);
}

.newsletter-privacy__lead {
    display: block;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 0.5rem;
}

.newsletter-privacy__list {
    margin: 0 0 0.65rem;
    padding-left: 1.1rem;
    color: var(--text-muted);
}

.newsletter-privacy__list li {
    margin-bottom: 0.3rem;
}

.newsletter-privacy__list li:last-child {
    margin-bottom: 0;
}

.newsletter-privacy__list a {
    color: var(--gold);
    font-weight: 600;
    text-decoration: none;
}

.newsletter-privacy__list a:hover,
.newsletter-privacy__list a:focus-visible {
    text-decoration: underline;
    color: var(--navy);
}

.newsletter-privacy__link {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--gold);
    text-decoration: none;
}

.newsletter-privacy__link:hover,
.newsletter-privacy__link:focus-visible {
    text-decoration: underline;
    color: var(--navy);
}

.newsletter-note {
    margin: 0;
    font-size: 0.75rem;
    color: var(--text-muted);
    text-align: left;
}

@media (max-width: 860px) {
    .newsletter-card {
        grid-template-columns: 1fr;
    }

    .newsletter-content,
    .newsletter-note {
        text-align: center;
    }

    .newsletter-privacy {
        text-align: left;
    }

    .newsletter-benefits {
        justify-items: center;
    }

    .newsletter-benefits li {
        text-align: left;
        max-width: 22rem;
    }

    .newsletter-form-row {
        flex-direction: column;
    }

    .newsletter-form-row .btn {
        width: 100%;
    }
}

/* Calculator */
.calculator-section { margin-bottom: 2.5rem; text-align: center; }
.calculator-box { max-width: 420px; margin: 0 auto; background: var(--white); border: 1px solid rgba(181,147,94,.22); border-radius: 8px; padding: 1.5rem; text-align: left; }
.calculator-box label { display: block; margin-bottom: .75rem; font-size: .85rem; font-weight: 600; }
.calculator-box select { width: 100%; margin-top: .25rem; padding: .5rem; border-radius: 6px; border: 1px solid #ddd; }
.calc-result { font-weight: 600; color: var(--navy); min-height: 1.5rem; margin: 1rem 0; }
.calculator-box .btn { width: 100%; margin-top: .5rem; }

/* Downloads */
.downloads-section { margin-bottom: 2.5rem; }
.downloads-grid { display: flex; flex-wrap: wrap; gap: .75rem; justify-content: center; }
.download-card { display: flex; align-items: center; gap: .5rem; padding: .85rem 1.25rem; background: var(--white); border: 1px solid rgba(181,147,94,.25); border-radius: 8px; text-decoration: none; color: var(--navy); font-weight: 600; font-size: .88rem; }
.download-icon { color: var(--gold); font-weight: 700; }

/* Breadcrumbs */
.breadcrumbs { font-size: .75rem; margin-bottom: 1rem; padding: 0 .5rem; color: var(--text-muted); }
.breadcrumbs a { color: var(--gold); text-decoration: none; }

/* Sticky CTA */
.sticky-cta { display: none; position: fixed; z-index: 90; text-align: center; padding: .75rem 1rem; background: rgba(250,247,242,.96); border: 1px solid rgba(181,147,94,.3); }
.sticky-cta:not([hidden]) { display: block; }
.sticky-cta .btn { width: 100%; max-width: 400px; }

@media (min-width: 769px) {
    .sticky-cta { bottom: 1.25rem; right: 1.25rem; left: auto; width: auto; border-radius: 999px; box-shadow: none; }
    .sticky-cta .btn { width: auto; padding-left: 1.5rem; padding-right: 1.5rem; }
}

@media (max-width: 768px) {
    .sticky-cta { bottom: 0; left: 0; right: 0; border-top: 1px solid rgba(181,147,94,.3); border-radius: 0; }
    body.site { padding-bottom: 4.5rem; }
}

/* Hero visual */
.hero { display: grid; gap: 2rem; align-items: center; }
@media (min-width: 900px) {
    .hero { grid-template-columns: 1fr 1fr; }
}
.hero-visual { text-align: center; }
.hero-bridge-img { max-width: 100%; height: auto; border-radius: 12px; border: 1px solid rgba(181,147,94,.25); }

/* Jobs page */
.jobs-highlights,
.jobs-listing,
.jobs-apply-steps,
.jobs-spontaneous,
.jobs-faq {
    margin-top: 2.5rem;
}

.jobs-listing .section-heading,
.jobs-highlights .section-heading,
.jobs-apply-steps .section-heading {
    margin-bottom: 0.5rem;
}

.job-sector-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 1.25rem 0 1rem;
}

.job-sector-chip {
    font: inherit;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    border: 1px solid rgba(181, 147, 94, 0.35);
    background: var(--white);
    color: var(--navy);
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.job-sector-chip:hover,
.job-sector-chip.is-active {
    background: rgba(181, 147, 94, 0.15);
    border-color: rgba(181, 147, 94, 0.55);
    color: var(--navy);
}

.job-filters {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
    align-items: end;
    padding: 1.15rem 1.25rem;
    background: rgba(0, 33, 71, 0.03);
    border: 1px solid rgba(181, 147, 94, 0.2);
    border-radius: 10px;
}

.job-filters label {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--navy);
}

.job-filters select,
.job-filters input {
    padding: 0.55rem 0.75rem;
    border: 1px solid rgba(181, 147, 94, 0.35);
    border-radius: 6px;
    font: inherit;
    background: var(--white);
}

.job-filter-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    grid-column: 1 / -1;
}

.job-filter-count {
    font-size: 0.82rem;
    color: var(--text-muted);
    margin: 0;
}

.job-card.is-hidden { display: none; }

.jobs-apply-steps .process-step h4 {
    margin: 0.35rem 0;
    font-size: 0.9rem;
    color: var(--navy);
}

.jobs-apply-steps .process-step p {
    font-size: 0.82rem;
    color: var(--text-muted);
    margin: 0;
}

.jobs-spontaneous-inner {
    display: grid;
    gap: 1.5rem;
    align-items: center;
    padding: 2rem;
    background: linear-gradient(135deg, rgba(0, 33, 71, 0.04), rgba(181, 147, 94, 0.08));
    border: 1px solid rgba(181, 147, 94, 0.25);
    border-radius: 12px;
}

@media (min-width: 768px) {
    .jobs-spontaneous-inner {
        grid-template-columns: 1fr auto;
    }
}

.jobs-spontaneous-copy .section-heading {
    margin-bottom: 0.65rem;
}

.jobs-spontaneous-copy p {
    margin: 0;
    color: var(--text-muted);
    line-height: 1.6;
}

.jobs-spontaneous-actions {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    min-width: 14rem;
}

.job-detail-layout {
    display: grid;
    gap: 2rem;
    margin-top: 1rem;
}

@media (min-width: 900px) {
    .job-detail-layout {
        grid-template-columns: 1fr minmax(240px, 300px);
        align-items: start;
    }
}

.job-detail-aside-card {
    position: sticky;
    top: 5.5rem;
    padding: 1.35rem 1.25rem;
    background: var(--white);
    border: 1px solid rgba(181, 147, 94, 0.25);
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 33, 71, 0.05);
}

.job-detail-aside-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.15rem;
    color: var(--navy);
    margin: 0 0 1rem;
}

.job-detail-facts {
    display: grid;
    gap: 0.65rem;
    margin: 0 0 1.25rem;
    font-size: 0.88rem;
}

.job-detail-facts dt {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--text-muted);
}

.job-detail-facts dd {
    margin: 0.15rem 0 0;
    color: var(--navy);
    font-weight: 600;
}

.job-detail-facts code {
    font-size: 0.8rem;
    font-family: ui-monospace, monospace;
}

.job-detail-back {
    display: block;
    margin-top: 0.85rem;
    text-align: center;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--gold);
    text-decoration: none;
}

.job-detail-back:hover { color: var(--navy); }

.page-section-job-detail .job-apply-wrap { display: none; }

/* Job detail modal (<dialog> — Top Layer, nicht vom Seitenlayout beeinflusst) */
body.job-modal-open {
    overflow: hidden;
}

.job-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    overflow: hidden;
}

.job-modal:not([open]):not(.is-open) {
    display: none;
}

.job-modal[open],
.job-modal.is-open {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.job-modal::backdrop {
    background: rgba(0, 33, 71, 0.62);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

/* Fallback ohne native <dialog>-Backdrop */
.job-modal.is-open::before {
    content: '';
    position: fixed;
    inset: 0;
    z-index: -1;
    background: rgba(0, 33, 71, 0.62);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.job-modal__panel {
    position: relative;
    width: min(920px, 100%);
    max-height: min(92vh, 900px);
    margin: 0;
    background: var(--cream, #faf8f5);
    border-radius: 16px 16px 0 0;
    box-shadow: 0 -12px 48px rgba(0, 33, 71, 0.22);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    animation: job-modal-in 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (min-width: 720px) {
    .job-modal[open],
    .job-modal.is-open {
        align-items: center;
        padding: 1.5rem;
    }

    .job-modal__panel {
        border-radius: 16px;
        max-height: min(88vh, 820px);
        box-shadow: 0 24px 64px rgba(0, 33, 71, 0.28);
    }
}

@keyframes job-modal-in {
    from {
        opacity: 0;
        transform: translateY(1.5rem) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.job-modal__close {
    position: absolute;
    top: 0.65rem;
    right: 0.65rem;
    z-index: 2;
    width: 2.25rem;
    height: 2.25rem;
    border: none;
    border-radius: 999px;
    background: var(--white);
    color: var(--navy);
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 33, 71, 0.1);
}

.job-modal__close:hover {
    background: var(--navy);
    color: var(--white);
}

.job-modal__content {
    overflow-y: auto;
    padding: 1.5rem 1.25rem 1.75rem;
    -webkit-overflow-scrolling: touch;
}

@media (min-width: 720px) {
    .job-modal__content {
        padding: 1.75rem 1.75rem 2rem;
    }
}

.job-modal__loading,
.job-modal__error {
    text-align: center;
    color: var(--text-muted);
    padding: 3rem 1rem;
    margin: 0;
}

.job-modal__layout {
    display: grid;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .job-modal__layout {
        grid-template-columns: 1fr minmax(220px, 280px);
        align-items: start;
        gap: 2rem;
    }
}

.job-modal__title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(1.45rem, 3vw, 1.85rem);
    color: var(--navy);
    margin: 0 0 1rem;
    line-height: 1.25;
    padding-right: 2rem;
}

.job-modal__body {
    font-size: 0.95rem;
    line-height: 1.65;
}

.job-modal__aside .job-detail-aside-card {
    position: static;
}

.job-modal__apply {
    margin-top: 0.25rem;
}

/* Talent application form */
.talent-form-section { margin-top: 2rem; padding: 2rem; background: var(--white); border: 1px solid rgba(181,147,94,.2); border-radius: 12px; }
.talent-form-section .contact-form { max-width: 720px; margin: 0 auto; }

/* 404 */
.not-found { text-align: center; padding: 2rem 1rem 3rem; }
.not-found-code { font-size: 4rem; font-weight: 700; color: var(--gold); margin: 0 0 .5rem; line-height: 1; }
.not-found-actions { display: flex; flex-wrap: wrap; gap: .75rem; justify-content: center; margin: 1.5rem 0; }
.not-found-langs { font-size: .85rem; color: var(--text-muted); }
.not-found-langs a { color: var(--gold); }

.fachkraefte-steps .process-step h4 { margin: .35rem 0; font-size: .9rem; color: var(--navy); }
.fachkraefte-steps .process-step p { font-size: .82rem; color: var(--text-muted); margin: 0; }

@media (max-width: 768px) {
    .stats-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .audience-split,
    .benefits-grid,
    .employer-benefits-grid,
    .employer-pain-grid,
    .employer-process-grid,
    .employer-services-inner,
    .talent-paths-grid,
    .talent-benefits-grid,
    .talent-offer-grid,
    .talent-devina-inner,
    .talent-sectors-grid,
    .team-grid:not(.team-grid--home),
    .contact-layout,
    .form-row {
        grid-template-columns: 1fr;
    }

    .site-nav {
        top: 100%;
    }

    .header-actions {
        order: 2;
    }
}

@media (max-width: 900px) {
    .site-header-inner {
        flex-wrap: wrap;
    }

    .site-nav {
        order: 4;
        width: 100%;
    }
}

/* Interactive locations map (Über uns) */
.locations-map-section {
    padding: 0 0 1.5rem;
}

.locations-map-section h2 {
    text-align: center;
    margin-bottom: 0.5rem;
}

.locations-map-section .section-intro {
    text-align: center;
    max-width: 42rem;
    margin: 0 auto 1.5rem;
}

.locations-map-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    gap: 1.25rem;
    align-items: stretch;
}

.locations-map-canvas {
    min-height: 380px;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(181, 147, 94, 0.35);
    box-shadow: 0 8px 28px rgba(0, 33, 71, 0.08);
    background: var(--cream-dark);
    z-index: 1;
}

.locations-map-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.locations-map-item {
    width: 100%;
    text-align: left;
    background: var(--white);
    border: 1px solid rgba(181, 147, 94, 0.25);
    border-left: 4px solid var(--navy);
    border-radius: 8px;
    padding: 0.85rem 1rem;
    cursor: pointer;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.15s;
    font: inherit;
    color: inherit;
}

.locations-map-item:hover,
.locations-map-item.is-active {
    border-left-color: var(--gold);
    box-shadow: 0 4px 16px rgba(0, 33, 71, 0.1);
    transform: translateY(-1px);
}

.locations-map-item-badge {
    display: block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 0.25rem;
}

.locations-map-item-title {
    display: block;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 0.35rem;
}

.locations-map-item-partner {
    display: inline-block;
    margin-left: 0.35rem;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--white);
    background: var(--navy);
    padding: 0.12rem 0.4rem;
    border-radius: 3px;
    vertical-align: middle;
}

.locations-map-item-desc {
    display: block;
    font-size: 0.82rem;
    color: var(--text-muted);
    line-height: 1.45;
}

.map-dot {
    cursor: pointer;
}

.map-pin-label-wrap {
    background: transparent !important;
    border: none !important;
    text-align: center;
    pointer-events: none;
}

.map-pin-label {
    display: inline-block;
    padding: 0.12rem 0.45rem;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: var(--navy);
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(181, 147, 94, 0.45);
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 33, 71, 0.12);
    white-space: nowrap;
    transform: translateX(-50%);
}

.map-pin-label-wrap.is-active .map-pin-label {
    background: var(--navy);
    color: var(--white);
    border-color: var(--gold);
}

.dj4f-map-popup .leaflet-popup-content-wrapper {
    border-radius: 8px;
    border-top: 3px solid var(--gold);
    box-shadow: 0 6px 20px rgba(0, 33, 71, 0.15);
}

.dj4f-map-popup .leaflet-popup-content {
    margin: 0.75rem 0.9rem;
    line-height: 1.45;
}

.map-popup-badge {
    display: inline-block;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 0.35rem;
}

.map-popup strong {
    display: block;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.05rem;
    color: var(--navy);
    margin-bottom: 0.35rem;
}

.map-popup p {
    margin: 0 0 0.35rem;
    font-size: 0.82rem;
    color: var(--text-muted);
}

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

.map-popup-address {
    font-weight: 600;
    color: var(--navy) !important;
}

.map-popup-contact {
    color: var(--navy) !important;
}

.locations-map-item-address {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.78rem;
    color: var(--text-muted);
}

/* Contact page — location cards */
.contact-locations {
    padding: 2.5rem 0 1rem;
    background: var(--cream);
}

.contact-locations .section-heading {
    text-align: center;
}

.contact-locations .section-intro {
    text-align: center;
    max-width: 42rem;
    margin: 0 auto 1.5rem;
}

.contact-locations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1rem;
}

.contact-location-card {
    background: var(--white);
    border: 1px solid rgba(181, 147, 94, 0.25);
    border-left: 4px solid var(--navy);
    border-radius: 8px;
    padding: 1.1rem 1.15rem;
}

.contact-location-badge {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 0.35rem;
}

.contact-location-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.1rem;
    color: var(--navy);
    margin: 0 0 0.5rem;
}

.contact-location-tag {
    display: inline-block;
    margin-left: 0.35rem;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--white);
    background: var(--navy);
    padding: 0.12rem 0.4rem;
    border-radius: 3px;
    vertical-align: middle;
}

.contact-location-desc {
    font-size: 0.86rem;
    color: var(--text-muted);
    margin: 0 0 0.65rem;
    line-height: 1.45;
}

.contact-location-details span {
    display: block;
    font-size: 0.84rem;
    color: var(--text);
    margin-bottom: 0.25rem;
}

.contact-location-details a {
    color: var(--navy);
}

.contact-location-pending {
    font-size: 0.82rem;
    color: var(--text-muted);
    font-style: italic;
    margin: 0;
}

/* Impressum — additional locations */
.impressum-locations {
    display: grid;
    gap: 1rem;
    margin-top: 0.5rem;
}

.impressum-location {
    padding: 1rem 0;
    border-top: 1px solid rgba(181, 147, 94, 0.25);
}

.impressum-location h4 {
    margin: 0 0 0.35rem;
    color: var(--navy);
}

.impressum-location-kind {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--gold);
}

.impressum-location p {
    margin: 0 0 0.35rem;
    font-size: 0.92rem;
    line-height: 1.5;
}

@media (max-width: 900px) {
    .locations-map-layout {
        grid-template-columns: 1fr;
    }

    .locations-map-canvas {
        min-height: 300px;
    }
}

/* Cookie consent (Marketing) */
.cookie-consent {
    position: fixed;
    inset: auto 0 0 0;
    z-index: 9999;
    padding: 1rem;
    background: rgba(15, 23, 42, 0.96);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: #f8fafc;
    font-family: 'Source Sans 3', system-ui, sans-serif;
}
.cookie-consent__inner {
    max-width: 56rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
}
.cookie-consent__title {
    font-weight: 700;
    margin: 0 0 0.25rem;
    font-size: 0.95rem;
}
.cookie-consent__body {
    margin: 0;
    font-size: 0.85rem;
    line-height: 1.45;
    max-width: 42rem;
    opacity: 0.92;
}
.cookie-consent__body a {
    color: #c9a227;
}
.cookie-consent__actions {
    display: flex;
    gap: 0.5rem;
    flex-shrink: 0;
}

/* Initiativbewerbung-Popup (Startseite) */
body.initiative-popup-open {
    overflow: hidden;
}

.initiative-popup {
    position: fixed;
    inset: 0;
    z-index: 200;
    margin: 0;
    padding: 1rem;
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
    border: none;
    background: transparent;
    overflow: visible;
}

.initiative-popup:not([open]):not(.is-open) {
    display: none;
}

.initiative-popup[open],
.initiative-popup.is-open {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: max(1rem, env(safe-area-inset-top)) max(1rem, env(safe-area-inset-right)) max(1rem, env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left));
}

.initiative-popup::backdrop {
    background: rgba(0, 21, 48, 0.62);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.initiative-popup__panel {
    position: relative;
    width: min(100%, 26.5rem);
    overflow: hidden;
    background: var(--cream);
    border: 1px solid rgba(181, 147, 94, 0.28);
    border-radius: 1.25rem;
    box-shadow:
        0 4px 24px rgba(0, 33, 71, 0.08),
        0 28px 72px rgba(0, 21, 48, 0.28);
    animation: initiative-popup-in 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes initiative-popup-in {
    from {
        opacity: 0;
        transform: translateY(1.25rem) scale(0.97);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.initiative-popup__hero {
    position: relative;
    padding: 1.75rem 1.5rem 1.35rem;
    background: linear-gradient(145deg, var(--navy) 0%, var(--navy-deep) 72%);
    color: var(--cream);
    text-align: center;
}

.initiative-popup__hero::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -1px;
    transform: translateX(-50%);
    width: 4.5rem;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.initiative-popup__close {
    position: absolute;
    top: 0.65rem;
    right: 0.65rem;
    z-index: 2;
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--cream);
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s;
}

.initiative-popup__close:hover {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(212, 180, 131, 0.45);
}

.initiative-popup__badge {
    display: inline-block;
    margin-bottom: 0.85rem;
    padding: 0.35rem 0.85rem;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gold-light);
    background: rgba(181, 147, 94, 0.18);
    border: 1px solid rgba(212, 180, 131, 0.35);
    border-radius: 999px;
}

.initiative-popup__title {
    margin: 0 0 0.65rem;
    padding: 0 0.5rem;
    font-family: var(--font-display, 'Cormorant Garamond', serif);
    font-size: clamp(1.45rem, 4.5vw, 1.75rem);
    font-weight: 600;
    line-height: 1.2;
    color: var(--cream);
}

.initiative-popup__lead {
    margin: 0 auto;
    max-width: 22rem;
    font-size: 0.88rem;
    line-height: 1.55;
    color: rgba(250, 247, 242, 0.88);
}

.initiative-popup__route {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin: 1rem 0 0;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(212, 180, 131, 0.9);
}

.initiative-popup__route-arrow {
    font-size: 0.95rem;
    color: var(--gold);
    letter-spacing: 0;
}

.initiative-popup__body {
    padding: 1.35rem 1.35rem 1.5rem;
}

.initiative-popup__paths {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.65rem;
    margin-bottom: 1.1rem;
}

.initiative-popup__path {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.55rem;
    padding: 0.85rem 0.75rem;
    background: var(--white, #fff);
    border: 1px solid rgba(181, 147, 94, 0.22);
    border-radius: 0.85rem;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.initiative-popup__path:hover {
    border-color: rgba(181, 147, 94, 0.45);
    box-shadow: 0 6px 20px rgba(0, 33, 71, 0.06);
}

.initiative-popup__path-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.6rem;
    background: rgba(0, 33, 71, 0.06);
    color: var(--navy);
}

.initiative-popup__path-icon--gold {
    background: rgba(181, 147, 94, 0.14);
    color: var(--gold);
}

.initiative-popup__path-svg {
    width: 1.2rem;
    height: 1.2rem;
}

.initiative-popup__path-text {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.initiative-popup__path-text strong {
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--navy);
    line-height: 1.25;
}

.initiative-popup__path-text span {
    font-size: 0.72rem;
    line-height: 1.4;
    color: #5a6472;
}

.initiative-popup__trust {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.35rem 0.65rem;
    margin: 0 0 1.15rem;
    padding: 0;
    list-style: none;
}

.initiative-popup__trust li {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--navy);
    white-space: nowrap;
}

.initiative-popup__check-svg {
    width: 0.85rem;
    height: 0.85rem;
    flex-shrink: 0;
    color: var(--gold);
}

.initiative-popup__actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.55rem;
}

.initiative-popup__cta {
    width: 100%;
    padding: 0.9rem 1.25rem;
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    box-shadow: 0 8px 24px rgba(0, 33, 71, 0.18);
}

.initiative-popup__cta:hover {
    box-shadow: 0 10px 28px rgba(0, 33, 71, 0.24);
}

.initiative-popup__later {
    padding: 0.45rem;
    border: none;
    background: transparent;
    font-family: inherit;
    font-size: 0.78rem;
    font-weight: 500;
    color: #6b7280;
    cursor: pointer;
    transition: color 0.2s;
}

.initiative-popup__later:hover {
    color: var(--navy);
}

@media (max-width: 380px) {
    .initiative-popup__paths {
        grid-template-columns: 1fr;
    }

    .initiative-popup__trust li {
        white-space: normal;
    }
}
