/* ===========================================================================
   REDEFINE — Brand-aligned CSS (Phase 5 visual refresh)
   Tokens extracted from redefine.group (Titillium Web, #0A0909, copper #B8814A)
=========================================================================== */

:root {
    --rd-bg: #ffffff;
    --rd-text: #0A0909;
    --rd-text-soft: #58514f;
    --rd-text-muted: #9a8e8a;
    --rd-dark: #0A0909;
    --rd-dark-soft: #1c1817;
    --rd-accent: #B8814A;
    --rd-accent-light: #d8a577;
    /* WCAG-AA-tauglicher dunklerer Kupferton für Text — Kontrast 5.4:1 auf
       Stats-Hintergrund #f7f5f3 und 5.85:1 auf reinem Weiß. */
    --rd-accent-text: #8B5A26;
    --rd-soft: #f7f5f3;
    --rd-border: rgba(10, 9, 9, 0.08);
    --rd-border-strong: rgba(10, 9, 9, 0.15);
    --rd-container: 1280px;
    --rd-gutter: 32px;
    --rd-font: 'Titillium Web', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
}

* { box-sizing: border-box; }

html, body {
    margin: 0; padding: 0;
    background: var(--rd-bg); color: var(--rd-text);
    font-family: var(--rd-font);
    font-size: 16px; line-height: 1.55; font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

a { color: inherit; text-decoration: none; transition: color 0.15s ease; }
a:hover { color: var(--rd-accent); }

p { margin: 0 0 1em; }

.container { max-width: var(--rd-container); margin: 0 auto; padding: 0 var(--rd-gutter); }
main { min-height: 60vh; }

/* ---------------------------------------------------------------------------
   HEADER
--------------------------------------------------------------------------- */
.rd-header { background: #fff; border-bottom: 1px solid var(--rd-border); position: sticky; top: 0; z-index: 50; }
.rd-header__inner { display: flex; align-items: center; justify-content: space-between; min-height: 72px; gap: 32px; }
.rd-header__logo img { height: 38px; width: auto; }
.rd-header__nav { display: flex; gap: 36px; }
.rd-header__nav-link { text-transform: uppercase; font-size: 12px; letter-spacing: 1px; font-weight: 600; color: var(--rd-text); padding: 8px 0; position: relative; }
.rd-header__nav-link:hover { color: var(--rd-accent); }
.rd-header__nav-link--mobile-contact { display: none; }
.rd-header__cta { margin-left: auto; }
.rd-header__contact { display: inline-flex; align-items: center; gap: 10px; text-transform: uppercase; font-size: 12px; letter-spacing: 1px; font-weight: 600; }
.rd-header__contact-icon { display: inline-grid; grid-template-columns: 4px 4px; grid-template-rows: 4px 4px; gap: 3px; }
.rd-header__contact-icon span { background: var(--rd-accent); border-radius: 50%; width: 4px; height: 4px; }
.rd-header__burger { display: none; background: none; border: 0; padding: 12px 8px; cursor: pointer; flex-direction: column; gap: 5px; min-width: 44px; min-height: 44px; align-items: center; justify-content: center; margin-left: auto; }
.rd-header__burger span { display: block; width: 24px; height: 2px; background: var(--rd-text); transition: transform 0.25s ease, opacity 0.2s ease; }
.rd-header__burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.rd-header__burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.rd-header__burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
@media (max-width: 880px) {
    .rd-header__cta { display: none; }
    .rd-header__burger { display: inline-flex; }
    .rd-header__nav { position: fixed; inset: 72px 0 0 0; flex-direction: column; gap: 0; background: #fff; padding: 24px var(--rd-gutter); align-items: stretch; transform: translateX(100%); transition: transform 0.3s ease; z-index: 49; overflow-y: auto; }
    .rd-header__nav[data-open="true"] { transform: translateX(0); }
    .rd-header__nav-link { padding: 18px 0; font-size: 16px; border-bottom: 1px solid var(--rd-border); letter-spacing: 0.5px; }
    .rd-header__nav-link--mobile-contact { display: inline-block; margin-top: 24px; padding: 16px 0; color: var(--rd-accent); border-bottom: 0; }
    body.rd-nav-open { overflow: hidden; }
}

/* ---------------------------------------------------------------------------
   EYEBROW — small headline with copper accent line (very recognisable)
--------------------------------------------------------------------------- */
.rd-eyebrow {
    display: inline-flex; align-items: center; gap: 12px;
    font-size: 14px; font-weight: 400; color: var(--rd-text); margin: 0 0 24px;
    text-transform: none;
}
.rd-eyebrow::after {
    content: ''; display: inline-block; width: 36px; height: 1px; background: var(--rd-accent);
}

/* ---------------------------------------------------------------------------
   HERO — big full-bleed image hero
--------------------------------------------------------------------------- */
.cb-hero {
    position: relative; padding: 0; min-height: 600px;
    display: flex; flex-direction: column; justify-content: center;
    background: var(--rd-dark) center/cover no-repeat;
    color: #fff;
    overflow: hidden;
}
.cb-hero[style*="background-image"] { background-color: transparent; }
.cb-hero::before {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.25) 50%, rgba(0,0,0,0) 100%);
    pointer-events: none;
}
.cb-hero--cta::before {
    background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.55) 100%);
}
.cb-hero--cta .cb-hero__inner { padding: 120px 0; text-align: center; }
.cb-hero--cta .cb-hero__headline { font-size: clamp(28px, 3.5vw, 48px); max-width: 22ch; margin-left: auto; margin-right: auto; line-height: 1.2; }
.cb-hero--cta .cb-hero__ctas { justify-content: center; margin-top: 8px; }
.cb-hero__inner { position: relative; z-index: 2; padding: 96px 0 80px; }
.cb-hero__eyebrow { font-size: 13px; text-transform: uppercase; letter-spacing: 1.5px; color: rgba(255,255,255,0.85); font-weight: 400; margin: 0 0 16px; display: inline-flex; align-items: center; gap: 12px; }
.cb-hero__eyebrow::after { content: ''; width: 36px; height: 1px; background: var(--rd-accent); }
.cb-hero__headline {
    font-size: clamp(40px, 6.5vw, 88px);
    font-weight: 400; line-height: 1.02; letter-spacing: -0.01em;
    margin: 0 0 32px; max-width: 14ch; color: #fff;
}
.cb-hero__subline { font-size: clamp(16px, 1.5vw, 20px); color: rgba(255,255,255,0.9); font-weight: 300; max-width: 56ch; margin: 0 0 40px; }
.cb-hero__ctas { display: flex; gap: 16px; flex-wrap: wrap; }
.cb-hero__cta {
    display: inline-block;
    padding: 14px 32px;
    border-radius: 0;
    text-decoration: none; font-weight: 600;
    text-transform: uppercase; font-size: 12px; letter-spacing: 1px;
    transition: all 0.2s ease;
}
.cb-hero__cta--primary { background: #fff; color: var(--rd-text); }
.cb-hero__cta--primary:hover { background: var(--rd-accent); color: #fff; }
.cb-hero__cta--secondary { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.6); padding: 13px 31px; }
.cb-hero__cta--secondary:hover { background: #fff; color: var(--rd-text); border-color: #fff; }

/* ---------------------------------------------------------------------------
   STATS
--------------------------------------------------------------------------- */
.cb-stats { padding: 96px 0; background: var(--rd-soft); }
.cb-stats__headline { font-size: clamp(32px, 3.4vw, 48px); font-weight: 400; line-height: 1.15; margin: 0 0 28px; max-width: 920px; letter-spacing: -0.01em; }
.cb-stats__lead { font-size: 17px; line-height: 1.6; color: var(--rd-text-soft); max-width: 920px; margin: 0 0 56px; }
.cb-stats__lead p { margin: 0 0 1em; }
.cb-stats__intro { font-size: 18px; color: var(--rd-text-soft); margin: 0 0 48px; max-width: 720px; }
.cb-stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 48px 24px; }
@media (max-width: 960px) { .cb-stats__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .cb-stats__grid { grid-template-columns: 1fr; } }
.cb-stats__item { min-width: 0; }
.cb-stats__value { font-size: clamp(28px, 3.2vw, 44px); font-weight: 400; line-height: 1.05; color: var(--rd-text); display: flex; align-items: baseline; flex-wrap: wrap; gap: 4px; }
.cb-stats__prefix, .cb-stats__suffix { font-size: 0.55em; color: var(--rd-accent-text); font-weight: 400; white-space: nowrap; }
.cb-stats__number { white-space: nowrap; }
.cb-stats__label { margin-top: 16px; color: var(--rd-text-soft); font-size: 14px; letter-spacing: 0.2px; }

/* ---------------------------------------------------------------------------
   CTA Block
--------------------------------------------------------------------------- */
.cb-cta { padding: 80px 0; }
.cb-cta--left .container { text-align: left; }
.cb-cta--center .container { text-align: center; }
.cb-cta--right .container { text-align: right; }
.cb-cta__text { font-size: 22px; color: var(--rd-text); margin: 0 0 32px; max-width: 56ch; font-weight: 400; }
.cb-cta--center .cb-cta__text { margin-left: auto; margin-right: auto; }
.cb-cta__btn {
    display: inline-block; padding: 14px 32px; border-radius: 0;
    font-weight: 600; text-transform: uppercase; font-size: 12px; letter-spacing: 1px;
    transition: all 0.2s ease;
}
.cb-cta__btn--primary { background: var(--rd-accent); color: #fff; }
.cb-cta__btn--primary:hover { background: var(--rd-text); color: #fff; }
.cb-cta__btn--outline { background: transparent; color: var(--rd-text); border: 1px solid var(--rd-text); padding: 13px 31px; }
.cb-cta__btn--outline:hover { background: var(--rd-text); color: #fff; }
.cb-cta__btn--dark { background: var(--rd-text); color: #fff; padding: 16px 36px; }
.cb-cta__btn--dark:hover { background: var(--rd-accent); }
.cb-cta__btn--light { background: #fff; color: var(--rd-text); border: 1px solid var(--rd-border-strong); }
.cb-cta__btn--light:hover { background: var(--rd-soft); }

/* ---------------------------------------------------------------------------
   LOGO WALL
--------------------------------------------------------------------------- */
.cb-logos { padding: 80px 0; background: var(--rd-bg); }
.cb-logos--left .container { display: grid; grid-template-columns: minmax(160px, 220px) 1fr; gap: 32px; align-items: center; }
.cb-logos--left .cb-logos__headline { font-size: 14px; font-weight: 400; color: var(--rd-text); margin: 0; text-align: left; }
.cb-logos--center { text-align: center; }
.cb-logos--center .cb-logos__headline { display: inline-flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 400; color: var(--rd-text); margin: 0 0 40px; }
.cb-logos--center .cb-logos__headline::after { content: ''; width: 36px; height: 1px; background: var(--rd-accent); }
.cb-logos__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 48px; align-items: center; justify-items: center; }
.cb-logos__item img { max-height: 80px; max-width: 180px; width: auto; object-fit: contain; }
.cb-logos--grayscale .cb-logos__item img { filter: grayscale(1) brightness(1.05); opacity: 0.55; transition: 0.25s ease; }
.cb-logos--grayscale .cb-logos__item:hover img { filter: grayscale(0) brightness(1); opacity: 1; }
.cb-logos--white .cb-logos__item img { filter: brightness(0) invert(1); }
.cb-logos--color .cb-logos__item img { filter: none; opacity: 1; }
@media (max-width: 768px) { .cb-logos--left .container { grid-template-columns: 1fr; gap: 24px; } }

/* ---------------------------------------------------------------------------
   TEXT + RICHPICTURE — image left/right with text
--------------------------------------------------------------------------- */
.cb-trp { padding: 96px 0; }
.cb-trp__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.cb-trp--img-right .cb-trp__media { order: 2; }
.cb-trp__media img { width: 100%; height: auto; }
.cb-trp__eyebrow { font-size: 14px; color: var(--rd-text); display: inline-flex; align-items: center; gap: 12px; margin: 0 0 20px; font-weight: 400; }
.cb-trp__eyebrow::after { content: ''; width: 36px; height: 1px; background: var(--rd-accent); }
.cb-trp__headline { font-size: clamp(32px, 4vw, 64px); font-weight: 400; line-height: 1.05; margin: 0 0 24px; letter-spacing: -0.01em; }
.cb-trp__text { font-size: 16px; color: var(--rd-text-soft); margin: 0 0 28px; line-height: 1.65; }
.cb-trp__text p { margin: 0 0 1em; }
.cb-trp__cta { display: inline-block; font-weight: 600; color: var(--rd-text); text-decoration: none; text-transform: uppercase; font-size: 12px; letter-spacing: 1px; padding-bottom: 4px; border-bottom: 2px solid var(--rd-accent); }
.cb-trp__cta:hover { color: var(--rd-accent); }
@media (max-width: 768px) {
    .cb-trp__inner { grid-template-columns: 1fr; gap: 40px; }
    .cb-trp--img-right .cb-trp__media { order: 0; }
}

/* ---------------------------------------------------------------------------
   ASSET CLASSES — icon grid (clean, no card borders like original)
--------------------------------------------------------------------------- */
.cb-ac { padding: 96px 0; }
.cb-ac__headline { font-size: clamp(36px, 4vw, 64px); font-weight: 400; margin: 0 0 24px; line-height: 1.1; letter-spacing: -0.01em; max-width: 18ch; }
.cb-ac__subline { color: var(--rd-text-soft); margin: 0 0 64px; max-width: 720px; font-size: 18px; }
.cb-ac__grid { display: grid; gap: 56px 48px; }
.cb-ac--cols-2 .cb-ac__grid { grid-template-columns: repeat(2, 1fr); }
.cb-ac--cols-3 .cb-ac__grid { grid-template-columns: repeat(3, 1fr); }
.cb-ac--cols-4 .cb-ac__grid { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 880px) { .cb-ac__grid { grid-template-columns: repeat(2, 1fr) !important; } }
@media (max-width: 560px) { .cb-ac__grid { grid-template-columns: 1fr !important; } }
.cb-ac__card { padding: 0; }
.cb-ac__icon { width: 52px; height: 52px; margin-bottom: 24px; color: var(--rd-accent); }
.cb-ac__icon img { width: 100%; height: 100%; object-fit: contain; }
.cb-ac__title { font-size: 22px; font-weight: 400; margin: 0 0 16px; color: var(--rd-text); }
.cb-ac__desc { color: var(--rd-text-soft); font-size: 15px; line-height: 1.65; }
.cb-ac__desc p { margin: 0; }

/* ---------------------------------------------------------------------------
   SERVICE STEPS — dark section with numbered list, line separators
--------------------------------------------------------------------------- */
.cb-steps { padding: 120px 0; background: var(--rd-dark); color: #fff; }
.cb-steps .container { display: grid; grid-template-columns: 1fr 1fr; gap: 96px; align-items: start; }
@media (max-width: 880px) { .cb-steps .container { grid-template-columns: 1fr; gap: 48px; } }
.cb-steps__lead { display: flex; flex-direction: column; gap: 24px; }
.cb-steps__eyebrow { font-size: 14px; color: rgba(255,255,255,0.75); display: inline-flex; align-items: center; gap: 12px; margin: 0; font-weight: 400; }
.cb-steps__eyebrow::after { content: ''; width: 36px; height: 1px; background: var(--rd-accent); }
.cb-steps__headline { font-size: clamp(32px, 3.4vw, 52px); font-weight: 400; line-height: 1.15; margin: 0; color: #fff; letter-spacing: -0.01em; }
.cb-steps__list { list-style: none; padding: 0; margin: 0; }
.cb-steps__item { display: grid; grid-template-columns: 56px 1fr; gap: 16px; align-items: start; padding: 22px 0; border-top: 1px solid rgba(255,255,255,0.18); }
.cb-steps__item:last-child { border-bottom: 1px solid rgba(255,255,255,0.18); }
.cb-steps__num { font-size: 13px; font-weight: 400; color: rgba(255,255,255,0.55); letter-spacing: 0.5px; padding-top: 4px; }
.cb-steps__text { font-size: 18px; color: #fff; line-height: 1.45; font-weight: 400; }

/* ---------------------------------------------------------------------------
   LOCATIONS
--------------------------------------------------------------------------- */
.cb-loc { padding: 96px 0; }
.cb-loc__headline { font-size: clamp(32px, 4vw, 56px); font-weight: 400; margin: 0 0 48px; letter-spacing: -0.01em; }
.cb-loc__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 32px; }
.cb-loc__card { padding: 0; }
.cb-loc__media { margin-bottom: 24px; overflow: hidden; }
.cb-loc__media img { width: 100%; height: 220px; object-fit: cover; display: block; }
.cb-loc__city { font-size: 24px; font-weight: 400; margin: 0 0 12px; color: var(--rd-text); }
.cb-loc__addr { color: var(--rd-text-soft); margin: 0 0 16px; font-size: 15px; line-height: 1.6; }
.cb-loc__contact a { display: block; color: var(--rd-text); text-decoration: none; font-size: 15px; line-height: 1.7; }
.cb-loc__contact a:hover { color: var(--rd-accent); }
.cb-loc__maps { display: inline-block; margin-top: 16px; font-weight: 600; color: var(--rd-text); text-transform: uppercase; font-size: 12px; letter-spacing: 1px; padding-bottom: 4px; border-bottom: 2px solid var(--rd-accent); }
.cb-loc__maps:hover { color: var(--rd-accent); }

/* ---------------------------------------------------------------------------
   TEAM LISTING
--------------------------------------------------------------------------- */
.cb-team { padding: 96px 0; }
.cb-team__headline { font-size: clamp(32px, 4vw, 56px); font-weight: 400; margin: 0 0 56px; letter-spacing: -0.01em; }
.cb-team__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 32px; }
.cb-team__photo { aspect-ratio: 3/4; overflow: hidden; margin-bottom: 20px; background: var(--rd-soft); position: relative; }
.cb-team__photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.cb-team__card:hover .cb-team__photo img { transform: scale(1.03); }

/* Initialen-Avatar als Foto-Fallback */
.cb-team__photo--initials {
    background: linear-gradient(155deg, var(--rd-dark) 0%, #2a201c 100%);
    display: flex; align-items: center; justify-content: center;
}
.cb-team__photo--initials::before {
    content: attr(data-initials);
    color: #fff;
    font-size: clamp(56px, 7vw, 92px);
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}
.cb-team__photo--initials::after {
    content: '';
    position: absolute;
    left: 24px; bottom: 20px;
    width: 32px; height: 1px;
    background: var(--rd-accent);
}
.cb-team__card:hover .cb-team__photo--initials::before { color: var(--rd-accent); transition: color 0.3s ease; }
.cb-team__name { font-size: 20px; font-weight: 400; margin: 0 0 4px; color: var(--rd-text); }
.cb-team__name a { color: inherit; text-decoration: none; }
.cb-team__name a:hover { color: var(--rd-accent); }
.cb-team__role { color: var(--rd-text-soft); font-size: 14px; margin: 0; }

/* ---------------------------------------------------------------------------
   MEET-US (Original-Layout: Headline+CTA links | Foto+CTA Mitte | Name+Bio rechts)
--------------------------------------------------------------------------- */
.cb-meetus { padding: 96px 0; }
.cb-meetus__inner { display: grid; grid-template-columns: 1fr 1.1fr 1fr; gap: 48px; align-items: start; }
.cb-meetus__col--lead { display: flex; flex-direction: column; gap: 32px; padding-top: 12px; }
.cb-meetus__headline { font-size: clamp(32px, 3.5vw, 48px); font-weight: 400; line-height: 1.1; margin: 0; letter-spacing: -0.01em; }
.cb-meetus__col--center { display: flex; flex-direction: column; align-items: center; gap: 32px; }
.cb-meetus__photo img { width: 100%; height: auto; display: block; }
.cb-meetus__col--bio { padding-top: 12px; }
.cb-meetus__name { font-size: clamp(24px, 2.2vw, 32px); font-weight: 400; margin: 0 0 8px; line-height: 1.15; }
.cb-meetus__name a { color: var(--rd-text); text-decoration: none; }
.cb-meetus__name a:hover { color: var(--rd-accent); }
.cb-meetus__role { font-size: 14px; color: var(--rd-text); margin: 0 0 20px; font-weight: 600; }
.cb-meetus__bio { color: var(--rd-text-soft); font-size: 15px; line-height: 1.65; margin: 0; }
.cb-meetus__bio p { margin: 0 0 1em; }
.cb-meetus__btn { display: inline-block; padding: 14px 32px; border-radius: 0; font-weight: 600; text-transform: uppercase; font-size: 12px; letter-spacing: 1px; transition: all 0.2s ease; text-decoration: none; }
.cb-meetus__btn--dark { background: var(--rd-text); color: #fff; align-self: flex-start; }
.cb-meetus__btn--dark:hover { background: var(--rd-accent); color: #fff; }
.cb-meetus__btn--center { align-self: center; }
@media (max-width: 880px) { .cb-meetus__inner { grid-template-columns: 1fr; gap: 32px; text-align: left; } .cb-meetus__col--center { align-items: flex-start; } .cb-meetus__btn--center { align-self: flex-start; } }

/* ---------------------------------------------------------------------------
   FOOTER — gif-Fördermitglied-Badge
--------------------------------------------------------------------------- */
.rd-footer__memberships { border-top: 1px solid rgba(255,255,255,0.1); padding: 32px 0; display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.rd-footer__memberships-label { font-size: 13px; color: rgba(255,255,255,0.55); margin: 0; }
.rd-footer__memberships img { height: 60px; width: auto; filter: brightness(1); transition: opacity 0.2s; opacity: 0.85; }
.rd-footer__memberships a:hover img { opacity: 1; }

/* ---------------------------------------------------------------------------
   TEAM HERO (Detail page) — side-by-side photo and bio
--------------------------------------------------------------------------- */
.cb-team-hero { padding: 96px 0; }
.cb-team-hero__inner { display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; align-items: start; }
.cb-team-hero__photo { position: relative; }
.cb-team-hero__photo img { width: 100%; height: auto; }
.cb-team-hero__initials {
    aspect-ratio: 3/4;
    background: linear-gradient(155deg, var(--rd-dark) 0%, #2a201c 100%);
    display: flex; align-items: center; justify-content: center;
    position: relative; overflow: hidden;
}
.cb-team-hero__initials::before {
    content: attr(data-initials);
    color: #fff;
    font-size: clamp(96px, 12vw, 168px);
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 1;
}
.cb-team-hero__initials::after {
    content: '';
    position: absolute;
    left: 40px; bottom: 32px;
    width: 48px; height: 1px;
    background: var(--rd-accent);
}
.cb-team-hero__role-eyebrow { font-size: 14px; color: var(--rd-text-soft); display: inline-flex; align-items: center; gap: 12px; margin: 0 0 20px; }
.cb-team-hero__role-eyebrow::after { content: ''; width: 36px; height: 1px; background: var(--rd-accent); }
.cb-team-hero__name { font-size: clamp(40px, 5vw, 72px); font-weight: 400; margin: 0 0 24px; line-height: 1.05; letter-spacing: -0.01em; }
.cb-team-hero__suffix { font-size: 0.5em; color: var(--rd-text-soft); font-weight: 400; }
.cb-team-hero__role { font-size: 20px; color: var(--rd-text-soft); margin: 0 0 32px; font-weight: 400; }
.cb-team-hero__bio { font-size: 16px; color: var(--rd-text-soft); line-height: 1.7; margin: 0 0 40px; }
.cb-team-hero__bio p { margin: 0 0 1em; }
.cb-team-hero__contacts { display: flex; gap: 24px; flex-wrap: wrap; }
.cb-team-hero__contacts a { color: var(--rd-text); text-decoration: none; font-weight: 600; text-transform: uppercase; font-size: 12px; letter-spacing: 1px; padding-bottom: 4px; border-bottom: 2px solid var(--rd-accent); }
.cb-team-hero__contacts a:hover { color: var(--rd-accent); }
@media (max-width: 768px) { .cb-team-hero__inner { grid-template-columns: 1fr; gap: 40px; } }

/* ---------------------------------------------------------------------------
   NEWS TEASER — like original (image card, eyebrow + title, no border)
--------------------------------------------------------------------------- */
.cb-news { padding: 96px 0; }
.cb-news .container { display: grid; grid-template-columns: 1fr 3fr; gap: 64px; align-items: start; }
.cb-news__header { padding-top: 8px; }
.cb-news__headline { font-size: clamp(40px, 4vw, 56px); font-weight: 400; margin: 0 0 16px; line-height: 1.05; color: var(--rd-text-muted); letter-spacing: -0.01em; }
.cb-news__intro { color: var(--rd-text-soft); font-size: 15px; line-height: 1.6; margin: 0; }
.cb-news--list .container { grid-template-columns: 1fr; }
.cb-news--list .cb-news__header { padding-bottom: 32px; }
.cb-news__list { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 40px 24px; }
.cb-news--list .cb-news__list { grid-template-columns: 1fr; gap: 16px; }
.cb-news--grid .container { grid-template-columns: 1fr; }
.cb-news--grid .cb-news__header { padding-bottom: 40px; }
.cb-news--grid .cb-news__list { grid-template-columns: repeat(3, 1fr); gap: 48px 32px; }
@media (max-width: 880px) { .cb-news--grid .cb-news__list { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .cb-news--grid .cb-news__list { grid-template-columns: 1fr; } }
.cb-news__item { display: flex; flex-direction: column; }
.cb-news__media { position: relative; display: block; margin: 0 0 20px; overflow: hidden; aspect-ratio: 4/3; background: var(--rd-soft); }
.cb-news__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.cb-news__item:hover .cb-news__media img { transform: scale(1.05); }
.cb-news__plus { position: absolute; right: 16px; bottom: 16px; width: 36px; height: 36px; background: rgba(255,255,255,0.92); color: var(--rd-text); font-size: 22px; line-height: 36px; text-align: center; opacity: 0; transition: opacity 0.25s ease; }
.cb-news__item:hover .cb-news__plus { opacity: 1; }
.cb-news__body { padding: 0; }
.cb-news__cat { display: inline-block; font-size: 12px; color: var(--rd-text-soft); margin: 0 0 8px; text-transform: none; }
.cb-news__title { font-size: 18px; font-weight: 400; margin: 0 0 12px; line-height: 1.35; color: var(--rd-text); }
.cb-news__title a { color: inherit; text-decoration: none; }
.cb-news__title a:hover { color: var(--rd-accent); }
.cb-news__teaser { color: var(--rd-text-soft); font-size: 14px; margin: 0; line-height: 1.55; }
.cb-news__more { margin: 48px 0 0; }
.cb-news__more a { font-weight: 600; color: var(--rd-text); text-transform: uppercase; font-size: 12px; letter-spacing: 1px; padding-bottom: 4px; border-bottom: 2px solid var(--rd-accent); }
@media (max-width: 880px) { .cb-news .container { grid-template-columns: 1fr; gap: 32px; } }

/* ---------------------------------------------------------------------------
   FSC native CEs — base styling so they fit the brand
--------------------------------------------------------------------------- */
.ce-headline, .frame .header h2 { font-size: clamp(36px, 4vw, 64px); font-weight: 400; line-height: 1.05; margin: 0 0 24px; letter-spacing: -0.01em; }
.frame { padding: 24px 0; }
.frame-default { padding: 32px 0; }
.frame-type-header, .frame-type-textmedia { padding: 48px 0; }
.frame .container, .frame {
    max-width: var(--rd-container); margin: 0 auto; padding-left: var(--rd-gutter); padding-right: var(--rd-gutter);
}
.frame p { color: var(--rd-text-soft); font-size: 16px; line-height: 1.65; max-width: 56ch; margin: 0 0 1em; }
.frame strong { color: var(--rd-text); font-weight: 600; }
.frame h1, .frame h2 { font-size: clamp(36px, 4vw, 64px); font-weight: 400; line-height: 1.1; margin: 0 0 24px; letter-spacing: -0.01em; }
.frame h3 { font-size: 32px; font-weight: 400; margin: 32px 0 16px; }
.frame h4 { font-size: 24px; font-weight: 400; margin: 28px 0 16px; }

/* ---------------------------------------------------------------------------
   FOOTER
--------------------------------------------------------------------------- */
.rd-footer { background: #fff; color: var(--rd-dark); padding: 88px 0 0; margin-top: 96px; font-size: 14px; line-height: 1.6; }
.rd-footer a { color: var(--rd-dark); }
.rd-footer a:hover { color: var(--rd-accent); }
.rd-footer__main { display: grid; grid-template-columns: 1fr 1.4fr 1.4fr; gap: 48px; padding-bottom: 64px; align-items: start; }
.rd-footer__brand .rd-footer__logo img { width: auto; max-height: 110px; filter: none; }
.rd-footer__logo--square img { max-height: 110px; }
.rd-footer__location-city { font-size: 13px; font-weight: 600; color: var(--rd-dark); text-transform: uppercase; letter-spacing: 1px; margin: 0 0 16px; display: inline-flex; align-items: center; gap: 12px; }
.rd-footer__location-city::after { content: ''; width: 24px; height: 1px; background: var(--rd-accent); }
.rd-footer__location p { color: var(--rd-dark); margin: 0 0 14px; }
.rd-footer__membership { display: flex; flex-direction: column; gap: 16px; }
.rd-footer__memberships-label { font-size: 13px; color: rgba(10,9,9,0.6); margin: 0; text-transform: uppercase; letter-spacing: 1px; font-weight: 600; }
.rd-footer__membership img { height: 70px; width: auto; opacity: 1; transition: opacity 0.2s; }
.rd-footer__membership a:hover img { opacity: 0.85; }
.rd-footer__bottom { display: flex; justify-content: space-between; align-items: center; padding: 28px 0; border-top: 1px solid rgba(10,9,9,0.12); font-size: 13px; gap: 32px; flex-wrap: wrap; color: rgba(10,9,9,0.7); }
.rd-footer__bottom a { margin-left: 24px; }
.rd-footer__bottom-left a { margin-left: 0; }
.rd-footer__social { color: var(--rd-accent-text) !important; font-weight: 600; }

/* Breadcrumbs (Team-Detail, News-Detail, Karriere-Detail) */
.cb-team-hero__breadcrumbs, .news-detail__breadcrumbs { padding: 24px 0 8px; font-size: 13px; color: var(--rd-text-soft); }
.cb-team-hero__breadcrumbs ol, .news-detail__breadcrumbs ol { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.cb-team-hero__breadcrumbs li, .news-detail__breadcrumbs li { display: inline-flex; align-items: center; }
.cb-team-hero__breadcrumbs li + li::before, .news-detail__breadcrumbs li + li::before { content: '›'; margin-right: 8px; color: var(--rd-accent); font-weight: 600; }
.cb-team-hero__breadcrumbs a, .news-detail__breadcrumbs a { color: var(--rd-text-soft); text-decoration: none; border-bottom: 1px solid transparent; transition: border-color .15s ease; }
.cb-team-hero__breadcrumbs a:hover, .news-detail__breadcrumbs a:hover { color: var(--rd-dark); border-bottom-color: var(--rd-accent); }
.cb-team-hero__breadcrumbs [aria-current="page"], .news-detail__breadcrumbs [aria-current="page"] { color: var(--rd-dark); font-weight: 600; }
@media (max-width: 480px) {
    .cb-team-hero__breadcrumbs, .news-detail__breadcrumbs { font-size: 12px; padding: 16px 0 4px; }
}
/* Touch-Target ≥ 44×44 px für Telefon/Mail im Footer (A11y) */
.rd-footer__location p a { display: inline-block; padding: 6px 0; min-height: 32px; }
.rd-footer__location p a + br + a { margin-top: 4px; }
@media (max-width: 880px) {
    .rd-footer__main { grid-template-columns: 1fr; gap: 48px; }
}

/* ---------------------------------------------------------------------------
   NEWS DETAIL
--------------------------------------------------------------------------- */
.news-detail__hero .cb-hero__inner { padding: 96px 0 48px; }
.news-detail__date { font-size: 14px; color: rgba(10,9,9,0.6); margin-top: 16px; letter-spacing: 0.5px; }
.news-detail__media { margin: 0 0 56px; }
.news-detail__media .container { padding: 0; }
.news-detail__media img { display: block; width: 100%; height: auto; max-height: 560px; object-fit: cover; }
.news-detail__body { padding: 0 0 96px; }
.news-detail__body .container { max-width: 820px; }
.news-detail__teaser { font-size: 20px; line-height: 1.5; color: var(--rd-dark); margin: 0 0 32px; }
.news-detail__bodytext { font-size: 17px; line-height: 1.65; color: var(--rd-dark); }
.news-detail__bodytext p { margin: 0 0 1em; }
.news-detail__bodytext a { color: var(--rd-accent); text-decoration: underline; }
.news-detail__back { margin-top: 48px; }
.news-detail__back .cb-cta { display: inline-block; padding: 14px 28px; border: 1px solid var(--rd-dark); color: var(--rd-dark); text-decoration: none; font-size: 14px; transition: all 0.2s; }
.news-detail__back .cb-cta:hover { background: var(--rd-dark); color: #fff; }

/* ---------------------------------------------------------------------------
   TEXT COLUMNS — Mission/Werte 3-spaltig wie Original
--------------------------------------------------------------------------- */
.cb-cols { padding: 96px 0; }
.cb-cols__grid { display: grid; gap: 56px 48px; }
.cb-cols--n2 .cb-cols__grid { grid-template-columns: repeat(2, 1fr); }
.cb-cols--n3 .cb-cols__grid { grid-template-columns: repeat(3, 1fr); }
.cb-cols--n4 .cb-cols__grid { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 880px) { .cb-cols__grid { grid-template-columns: repeat(2, 1fr) !important; } }
@media (max-width: 560px) { .cb-cols__grid { grid-template-columns: 1fr !important; } }
.cb-cols__item { min-width: 0; }
.cb-cols__eyebrow { font-size: 14px; color: var(--rd-text-soft); margin: 0 0 32px; font-weight: 400; }
.cb-cols__text { font-size: clamp(20px, 1.6vw, 24px); line-height: 1.35; color: var(--rd-text); font-weight: 400; letter-spacing: -0.005em; }
.cb-cols__text p { margin: 0 0 0.6em; }
.cb-cols__text p:last-child { margin: 0; }
.cb-cols__text strong { font-weight: 600; }

/* ---------------------------------------------------------------------------
   MOBILE-OPTIMIERUNGEN — Phase 10d
--------------------------------------------------------------------------- */
@media (max-width: 768px) {
    :root { --rd-gutter: 24px; }
    .container { padding-inline: 24px; }
    .rd-footer__main, .rd-footer__bottom { padding-inline: 24px; }

    /* Hero kompakter auf Mobile */
    .cb-hero { min-height: 480px; }
    .cb-hero__inner { padding: 56px 0 48px; }
    .cb-hero__headline { font-size: clamp(32px, 9vw, 52px); margin: 0 0 24px; }
    .cb-hero__subline { margin: 0 0 28px; }
    .cb-hero__ctas { gap: 12px; }
    .cb-hero__cta { padding: 14px 22px; min-height: 44px; display: inline-flex; align-items: center; }
    .cb-hero--cta .cb-hero__inner { padding: 80px 0; }

    /* Stats kompakter */
    .cb-stats { padding: 64px 0; }
    .cb-stats__headline { font-size: clamp(26px, 6.5vw, 36px); margin: 0 0 20px; }
    .cb-stats__lead { margin: 0 0 40px; }
    .cb-stats__grid { gap: 32px 24px; }

    /* Text-Columns Eyebrow weniger margin */
    .cb-cols { padding: 64px 0; }
    .cb-cols__grid { gap: 40px 32px; }
    .cb-cols__eyebrow { margin: 0 0 20px; }

    /* Section-Padding allgemein reduzieren */
    .cb-ac, .cb-trp, .cb-meetus, .cb-news, .cb-team, .cb-team-hero, .cb-loc, .cb-cta { padding: 64px 0; }
    .cb-steps { padding: 80px 0; }
    .cb-logos { padding: 56px 0; }

    /* Asset-Klassen-Headline kleiner */
    .cb-ac__headline { font-size: clamp(28px, 7vw, 40px); }

    /* Text-Richpicture stacken */
    .cb-trp__inner { gap: 32px; }
    .cb-trp__headline, .cb-trp h2 { font-size: clamp(28px, 7vw, 40px); }

    /* Service-Steps Headline kleiner */
    .cb-steps__headline { font-size: clamp(26px, 6.5vw, 36px); }

    /* News Card Bild kleiner Aspect für Listing */
    .cb-news__media { aspect-ratio: 16/10; }
    .cb-news__title { font-size: 17px; }
    .cb-news__headline { font-size: clamp(28px, 7vw, 36px); }

    /* CTA Touch-Targets */
    .cb-cta__btn, .cb-meetus__btn, .cb-hero__cta { min-height: 44px; }

    /* News-Detail Hero kompakter */
    .news-detail__hero .cb-hero__inner { padding: 56px 0 32px; }
    .news-detail__media { margin: 0 0 32px; }
    .news-detail__media img { max-height: 320px; }
    .news-detail__body { padding: 0 0 64px; }
    .news-detail__teaser { font-size: 18px; margin: 0 0 24px; }
    .news-detail__bodytext { font-size: 16px; }

    /* Footer kompakter — padding-block damit container-padding-x erhalten bleibt */
    .rd-footer { padding: 56px 0 0; margin-top: 64px; }
    .rd-footer__main { padding-bottom: 40px; gap: 32px; }
    .rd-footer__bottom { flex-direction: column; align-items: flex-start; gap: 12px; padding-block: 20px; padding-inline: var(--rd-gutter); border-top: 1px solid rgba(10,9,9,0.12); }
    .rd-footer__bottom a { margin-left: 0 !important; }
    .rd-footer__bottom-right { display: flex; flex-direction: column; gap: 8px; }

    /* News/Karriere Cards auf Mobile: Body OBERHALB der Media (Titel + Label zuerst) */
    .cb-news__item { flex-direction: column-reverse; }
    .cb-news__media { margin: 16px 0 0; }
    .cb-news__body { padding-bottom: 4px; }
    .cb-news__cat { margin-bottom: 6px; font-size: 12px; letter-spacing: 0.5px; text-transform: uppercase; color: var(--rd-text-soft); }
    .cb-news__title { font-size: 19px; line-height: 1.3; margin: 0; }

    /* Team-Cards Mobile: Name/Role OBERHALB des Fotos */
    .cb-team__card { display: flex; flex-direction: column-reverse; }
    .cb-team__photo { aspect-ratio: 4/3; margin: 16px 0 0; }
    .cb-team__body { padding-bottom: 4px; }
    .cb-team__name { font-size: 19px; margin: 0 0 4px; }
    .cb-team__role { font-size: 13px; letter-spacing: 0.2px; }

    /* Header — Logo etwas kleiner */
    .rd-header__logo img { height: 30px; }
}

@media (max-width: 480px) {
    .cb-hero__headline { font-size: clamp(28px, 8.5vw, 40px); }
    .cb-stats__value { font-size: 32px; }
    .cb-news__media { aspect-ratio: 4/3; }
}
