/* ── Fonts (lokal gehostet, DSGVO-konform) ── */
/* TTF-Dateien – install.sh konvertiert diese automatisch zu woff2 */
@font-face {
  font-family: 'LubalinGraph';
  src: url('../fonts/lubalin-graph-regular.woff2') format('woff2'),
       url('../fonts/lubalin-graph-regular.ttf')   format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'LubalinGraph';
  src: url('../fonts/lubalin-graph-demi.woff2') format('woff2'),
       url('../fonts/lubalin-graph-demi.ttf')   format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TradeGothicBdCn';
  src: url('../fonts/trade-gothic-bold-condensed.woff2') format('woff2'),
       url('../fonts/trade-gothic-bold-condensed.ttf')   format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
      --red:      #8B1A2F;
      --red-dark: #6d1425;
      --dark:     #1E1E1E;
      --text:     #333333;
      --mid:      #6B6B6B;
      --light:    #F5F4F2;
      --border:   #E0DEDD;
      --white:    #FFFFFF;
      --slab: 'LubalinGraph', Georgia, serif;
      --cond: 'TradeGothicBdCn', 'Arial Narrow', sans-serif;
      --max: 1140px;
      --pad: clamp(1.25rem, 5vw, 3rem);
    }
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
    body { font-family: var(--slab); font-size: 1rem; line-height: 1.75; color: var(--text); background: var(--white); -webkit-font-smoothing: antialiased; }
    img { max-width: 100%; display: block; }
    a { color: inherit; text-decoration: none; }
    .wrap { max-width: var(--max); margin-inline: auto; padding-inline: var(--pad); }
    .section { padding-block: clamp(4rem, 9vw, 7rem); }
    .section--dark { background: var(--dark); color: var(--white); }
    .section--tinted { background: var(--light); }

    .eyebrow { font-family: var(--cond); font-size: 0.95rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--red); display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1.25rem; }
    .eyebrow::before { content: ''; width: 2rem; height: 2px; background: var(--red); flex-shrink: 0; }
    .section--dark .eyebrow { color: rgba(255,255,255,0.45); }
    .section--dark .eyebrow::before { background: rgba(255,255,255,0.25); }

    /* NAV */
    .nav { position: sticky; top: 0; z-index: 200; background: rgba(255,255,255,0.97); backdrop-filter: blur(10px); border-bottom: 1px solid var(--border); }
    .nav__inner { display: flex; align-items: center; justify-content: space-between; padding-block: 1rem; gap: 1.5rem; }
    .nav__logo img { height: 46px; width: auto; }
    .nav__links { display: flex; gap: 1.25rem; list-style: none; }
    .nav__links a { font-family: var(--cond); font-size: 1rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mid); transition: all 0.2s; padding: 0.3rem 0.5rem; border-radius: 3px; }
    .nav__links a:hover { color: var(--white); background: var(--red); padding-inline: 0.5rem; border-radius: 3px; }
    .nav__cta { font-family: var(--cond); font-size: 0.95rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--white); background: var(--red); padding: 0.65rem 1.4rem; transition: background 0.2s; white-space: nowrap; border-radius: 3px; }
    .nav__cta:hover { background: var(--red-dark); }
    .nav__burger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
    .nav__burger span { display: block; width: 24px; height: 2px; background: var(--dark); }
    .nav__mobile { display: none; flex-direction: column; border-top: 1px solid var(--border); padding-block: 0.75rem 1rem; }
    .nav__mobile.is-open { display: flex; }
    .nav__mobile a { font-family: var(--cond); font-size: 0.95rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text); padding: 0.65rem 0; border-bottom: 1px solid var(--border); transition: color 0.2s; }
    .nav__mobile a:last-child { border: none; color: var(--red); }
    .nav__mobile a:hover { color: var(--red); background: rgba(139,26,47,0.05); }

    /* HERO */
    .hero { padding-block: clamp(4rem, 10vw, 8rem) clamp(3rem, 7vw, 6rem); position: relative; overflow: hidden; border-bottom: 1px solid var(--border); }
    .hero::after { content: 'D'; font-family: var(--slab); font-weight: 600; font-size: clamp(16rem, 36vw, 28rem); color: rgba(139,26,47,0.04); position: absolute; right: -3rem; top: 50%; transform: translateY(-50%); line-height: 1; pointer-events: none; user-select: none; }
    .hero__inner { display: grid; grid-template-columns: 1fr 280px; gap: clamp(3rem, 5vw, 5rem); align-items: center; position: relative; z-index: 1; }
    .hero__kicker { font-family: var(--cond); font-size: 0.95rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--red); display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1.5rem; animation: fadeUp 0.5s ease both 0.1s; }
    .hero__kicker::before { content: ''; width: 2rem; height: 2px; background: var(--red); }
    .hero__h1 { font-family: var(--slab); font-weight: 600; font-size: clamp(1.7rem, 2.7vw, 2.15rem); color: var(--dark); line-height: 1.2; margin-bottom: 0.9rem; animation: fadeUp 0.5s ease both 0.2s; }
    .hero__h1 em { font-style: normal; color: var(--red); }
    .hero__sub { font-size: 1rem; color: var(--mid); line-height: 1.8; margin-bottom: 1.75rem; max-width: 50ch; animation: fadeUp 0.5s ease both 0.25s; }
    .hero__stance { border-left: 3px solid var(--red); padding-left: 1.25rem; margin-bottom: 2.5rem; animation: fadeUp 0.5s ease both 0.3s; }
    .hero__stance strong { font-family: var(--cond); font-size: 0.85rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--red); display: block; margin-bottom: 0.3rem; }
    .hero__stance p { font-size: 1.0625rem; color: var(--mid); line-height: 1.75; }
    .hero__btns { display: flex; gap: 1rem; flex-wrap: wrap; animation: fadeUp 0.5s ease both 0.4s; }
    .btn { font-family: var(--cond); font-size: 0.95rem; letter-spacing: 0.16em; text-transform: uppercase; padding: 0.9rem 1.9rem; transition: all 0.2s; cursor: pointer; display: inline-block; border-radius: 3px; }
    .btn--red { background: var(--red); color: var(--white); }
    .btn--red:hover { background: var(--red-dark); transform: translateY(-1px); }
    .btn--outline { border: 1.5px solid var(--border); color: var(--dark); }
    .btn--outline:hover { border-color: var(--dark); }
    .hero__photo-wrap { position: relative; border-radius: 4px; }
    .hero__photo { width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: center top; display: block; border-radius: 4px; }
    .hero__photo-border { position: absolute; inset: 14px -14px -14px 14px; border: 2px solid var(--red); opacity: 0.2; pointer-events: none; border-radius: 5px; }

    /* SERVICES
       KIRBY: structure field 'services'
       fields: number(text), tag(text), title(text), text(textarea), pills(tags), featured(toggle)
       The card with featured=true gets .scard--featured class
    */
    .services__head { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: end; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
    .services__h2 { font-family: var(--slab); font-weight: 600; font-size: clamp(1.75rem, 3vw, 2.4rem); color: var(--dark); line-height: 1.15; }
    .services__lead { font-size: 0.9375rem; color: var(--mid); line-height: 1.8; max-width: 42ch; }
    .services__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
    .scard { border-radius: 3px; padding: clamp(2rem, 4vw, 3rem); border: 1px solid var(--border); margin: 0; position: relative; transition: background 0.25s; overflow: hidden; display: flex; flex-direction: column; }
    .scard:hover { background: #FAFAF9; }
    .scard--featured { background: var(--dark); border-color: var(--dark); }
    .scard--featured:hover { background: #262626; }
    .scard__n { font-family: var(--slab); font-weight: 600; font-size: 7rem; line-height: 1; color: var(--border); position: absolute; bottom: -0.5rem; right: 1rem; pointer-events: none; user-select: none; transition: color 0.25s; }
    .scard:hover .scard__n { color: #E8E7E5; }
    .scard--featured .scard__n { color: rgba(255,255,255,0.06); }
    .scard__tag { font-family: var(--cond); font-size: 0.8rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--red); margin-bottom: 1.1rem; display: block; }
    .scard--featured .scard__tag { color: rgba(255,255,255,0.4); }
    .scard__title { font-family: var(--slab); font-weight: 600; font-size: clamp(1.05rem, 1.6vw, 1.3rem); color: var(--dark); line-height: 1.2; margin-bottom: 0.9rem; }
    .scard--featured .scard__title { color: var(--white); }
    .scard__text { font-size: 0.9rem; color: var(--mid); line-height: 1.8; position: relative; z-index: 1; flex: 1; }
    .scard--featured .scard__text { color: rgba(255,255,255,0.6); }
    .scard__pills { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-top: 1.25rem; position: relative; z-index: 1; }
    .scard__pill { font-family: var(--cond); font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; padding: 0.3rem 0.7rem; border: 1px solid rgba(139,26,47,0.25); color: var(--red); border-radius: 3px; }
    .scard--featured .scard__pill { border-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.55); }

    /* ABOUT */
    .about__inner { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(3rem, 6vw, 6rem); align-items: start; min-width: 0; }
    .about__pull { font-family: var(--slab); font-weight: 600; font-size: clamp(1.4rem, 2.2vw, 1.9rem); color: var(--dark); line-height: 1.3; margin-bottom: 2rem; padding-bottom: 2rem; border-bottom: 1px solid var(--border); }
    .about__pull span { color: var(--red); display: block; }
    .tag-list { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-top: 1.5rem; max-width: 100%; }
    .tag { font-family: var(--cond); font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; padding: 0.35rem 0.75rem; border: 1px solid var(--border); color: var(--mid); border-radius: 3px; }
    .about__left { min-width: 0; overflow: hidden; } .about__text { min-width: 0; overflow: hidden; } .about__text p { font-size: 0.9375rem; color: var(--mid); line-height: 1.85; }
    .about__photo-wrap { position: relative; margin-top: 2rem; width: 100%; aspect-ratio: 4/3; border-radius: 4px; }
    .about__photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; border-radius: 4px; opacity: 0; transition: opacity 0.5s ease; }
    .about__photo.is-active { opacity: 1; }
    .about__photo-border { display: none; }
    .about__text p + p { margin-top: 1.1rem; }

    /* CASES SLIDER */
    .cases { margin-top: 2.5rem; min-width: 0; width: 100%; }
    .cases__viewport { overflow: hidden; width: 100%; max-width: 100%; min-width: 0; }
    .cases__track { display: flex; transition: transform 0.45s cubic-bezier(0.4,0,0.2,1); will-change: transform; }
    .case { flex: 0 0 100%; min-width: 0; width: 100%; max-width: 100%; background: var(--white); border: 1px solid var(--border); border-left: 4px solid var(--red); padding: 1.75rem; border-radius: 3px; }
    .case__label { font-family: var(--cond); font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--red); margin-bottom: 0.4rem; }
    .case__title { font-family: var(--slab); font-weight: 600; font-size: 1rem; color: var(--dark); margin-bottom: 0.75rem; }
    .case p { font-size: 0.875rem; color: var(--mid); line-height: 1.75; }
    .case__tags { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-top: 1rem; }
    .case__tag { font-family: var(--cond); font-size: 0.65rem; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.28rem 0.6rem; background: var(--light); border: 1px solid var(--border); color: var(--mid); border-radius: 3px; }
    .cases__nav { display: flex; align-items: center; gap: 0.75rem; margin-top: 1.25rem; }
    .cases__btn { width: 2.25rem; height: 2.25rem; border: 1.5px solid var(--border); background: var(--white); cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 1rem; color: var(--mid); transition: all 0.2s; border-radius: 3px; flex-shrink: 0; }
    .cases__btn:hover { border-color: var(--red); color: var(--red); }
    .cases__dots { display: flex; gap: 0.4rem; align-items: center; }
    .cases__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--border); transition: background 0.2s; cursor: pointer; border: none; padding: 0; }
    .cases__dot.is-active { background: var(--red); }

    /* PROCESS */
    .process__inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 3rem; margin-top: clamp(2.5rem, 5vw, 4rem); }
    .pstep__num { font-family: var(--slab); font-weight: 600; font-size: 3.5rem; color: var(--red); line-height: 1; margin-bottom: 1.25rem; opacity: 0.8; }
    .pstep__title { font-family: var(--slab); font-weight: 600; font-size: 1rem; color: var(--white); margin-bottom: 0.6rem; line-height: 1.3; }
    .pstep__text { font-size: 0.875rem; color: rgba(255,255,255,0.5); line-height: 1.75; }
    .process__divider { border: none; border-top: 1px solid rgba(255,255,255,0.08); margin-bottom: clamp(2.5rem, 5vw, 4rem); }

    /* TESTIMONIALS
       KIRBY: structure field 'testimonials'
       fields: quote(textarea), name(text), role(text)
    */
    .testi__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: clamp(2.5rem, 5vw, 4rem); }
    .testi-card { background: var(--white); border: 1px solid var(--border); padding: 2rem; position: relative; display: flex; flex-direction: column; border-radius: 3px; }
    .testi-card::before { content: '\201C'; font-family: var(--slab); font-size: 4rem; color: var(--red); opacity: 0.15; line-height: 1; position: absolute; top: 1rem; right: 1.5rem; }
    .testi-card__quote { font-family: var(--slab); font-size: 0.9375rem; color: var(--text); line-height: 1.75; flex: 1; font-style: italic; }
    .testi-card__footer { margin-top: 1.5rem; padding-top: 1.25rem; border-top: 1px solid var(--border); }
    .testi-card__name { font-family: var(--slab); font-weight: 600; font-size: 0.9rem; color: var(--dark); }
    .testi-card__role { font-family: var(--cond); font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--mid); margin-top: 0.2rem; }

    /* CONTACT */
    .contact__inner { display: grid; grid-template-columns: 1fr 1.2fr; gap: clamp(3rem, 6vw, 6rem); align-items: start; }
    .contact__h2 { font-family: var(--slab); font-weight: 600; font-size: clamp(1.75rem, 3vw, 2.4rem); color: var(--dark); line-height: 1.15; margin-bottom: 1.25rem; }
    .contact__lead { font-size: 0.9375rem; color: var(--mid); line-height: 1.8; margin-bottom: 2rem; max-width: 40ch; }
    .contact__items { list-style: none; display: flex; flex-direction: column; gap: 0.85rem; }
    .contact__item { display: flex; align-items: center; gap: 1rem; }
    .contact__ico { width: 2.25rem; height: 2.25rem; background: var(--light); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; font-size: 0.9rem; flex-shrink: 0; border-radius: 3px; }
    .contact__item a, .contact__item span { font-size: 0.9375rem; color: var(--text); transition: color 0.2s; }
    .contact__item a:hover { color: var(--red); }
    .contact__cta-wrap { margin-top: 2rem; }
    .booking-box { background: var(--light); border: 1px solid var(--border); padding: 2rem; border-radius: 3px; }
    .booking-box__title { font-family: var(--slab); font-weight: 600; font-size: 1.15rem; color: var(--dark); margin-bottom: 0.5rem; }
    .booking-box__text { font-size: 0.875rem; color: var(--mid); line-height: 1.7; margin-bottom: 1.5rem; }
    .booking-box__embed { background: var(--white); border: 1.5px dashed var(--border); padding: 2.5rem 1.5rem; text-align: center; color: var(--mid); font-family: var(--cond); font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; border-radius: 3px; }
    .booking-box__embed code { display: block; margin-top: 0.5rem; font-family: monospace; font-size: 0.75rem; color: var(--red); text-transform: none; letter-spacing: 0; background: var(--light); padding: 0.3rem 0.6rem; }

    /* FOOTER */
    .footer { background: var(--dark); padding-block: 2.25rem; }
    .footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; }
    .footer__logo img { height: 36px; width: auto; opacity: 0.85; }
    .footer__links { display: flex; gap: 1.75rem; list-style: none; }
    .footer__links a { font-family: var(--cond); font-size: 0.72rem; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.35); transition: color 0.2s; }
    .footer__links a:hover { color: rgba(255,255,255,0.8); }
    .footer__copy { font-family: var(--cond); font-size: 0.65rem; letter-spacing: 0.1em; color: rgba(255,255,255,0.2); }

    @media (max-width: 900px) {
      .tools__head { grid-template-columns: 1fr; }
      .tools__grid { grid-template-columns: 1fr 1fr; }
    }
    @media (max-width: 540px) {
      .tools__grid { grid-template-columns: 1fr; }
    }

    /* TOOL STACK – Tab variant */
    .tools { background: var(--light); padding-block: clamp(4rem, 9vw, 7rem); border-top: 1px solid var(--border); }
    .tools__head { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: end; margin-bottom: 2.5rem; }
    .tools__h2 { font-family: var(--slab); font-weight: 600; font-size: clamp(1.75rem, 3vw, 2.4rem); color: var(--dark); line-height: 1.15; }
    .tools__lead { font-size: 0.9375rem; color: var(--mid); line-height: 1.8; max-width: 42ch; }

    /* Tab bar */
    .tools__tabs { display: flex; gap: 0; border-bottom: 2px solid var(--border); margin-bottom: 0; flex-wrap: wrap; }
    .tools__tab {
      font-family: var(--cond); font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase;
      padding: 0.75rem 1.25rem; border: none; background: none; cursor: pointer;
      color: var(--mid); border-bottom: 2px solid transparent; margin-bottom: -2px;
      transition: all 0.2s; white-space: nowrap;
    }
    .tools__tab:hover { color: var(--dark); }
    .tools__tab.is-active { color: var(--red); border-bottom-color: var(--red); }

    /* Tab panels */
    .tools__panels { border: 1px solid var(--border); border-top: none; background: var(--white); border-radius: 0 0 3px 3px; }
    .tools__panel { display: none; padding: 1.75rem; }
    .tools__panel.is-active { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 1rem; }

    /* Tool card */
    .tcard {
      display: flex; gap: 0.85rem; align-items: flex-start;
      padding: 1rem; border: 1px solid var(--border); border-radius: 3px;
      background: var(--white); transition: border-color 0.2s, box-shadow 0.2s;
    }
    .tcard:hover { border-color: #C8C4C0; background: #FAFAF9; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
    .tcard__icon {
      width: 2.25rem; height: 2.25rem; flex-shrink: 0;
      background: var(--light); border: 1px solid var(--border); border-radius: 3px;
      display: flex; align-items: center; justify-content: center;
      font-family: var(--cond); font-size: 0.65rem; font-weight: 700;
      color: var(--mid); letter-spacing: 0;
    }
    .tcard { overflow: hidden; } .tcard > div:last-child { min-width: 0; overflow: hidden; } .tcard__name { font-family: var(--slab); font-weight: 600; font-size: 0.875rem; color: var(--dark); line-height: 1.2; margin-bottom: 0.2rem; }
    .tcard__why { font-size: 0.775rem; color: var(--mid); line-height: 1.6; word-wrap: break-word; overflow-wrap: break-word; }
    .tcard__badge {
      display: inline-block; margin-top: 0.35rem;
      font-family: var(--cond); font-size: 0.58rem; letter-spacing: 0.12em;
      text-transform: uppercase; padding: 0.15rem 0.45rem;
      border-radius: 2px;
    }
    .tcard__badge--eu { border: 1px solid rgba(139,26,47,0.3); color: var(--red); }
    .tcard__badge--os { border: 1px solid rgba(0,100,0,0.25); color: #2d6a2d; }
    .tcard__badge--neutral { border: 1px solid var(--border); color: var(--mid); }

    .tools__note { margin-top: 1rem; font-family: var(--cond); font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mid); text-align: right; }

    @media (max-width: 900px) { .tools__head { grid-template-columns: 1fr; } }
    @media (max-width: 600px) { .tools__tab { padding: 0.65rem 0.85rem; font-size: 0.72rem; } }

    @keyframes fadeUp { from { opacity:0; transform:translateY(18px); } to { opacity:1; transform:translateY(0); } }

    @media (max-width: 900px) {
      .nav__links, .nav__cta { display: none; }
      .nav__burger { display: flex; }
      .hero__inner { grid-template-columns: 1fr; }
      .hero__photo-wrap { order: -1; max-width: 220px; }
      .hero::after { display: none; }
      .services__head { grid-template-columns: 1fr; }
      .services__grid { grid-template-columns: 1fr; }
      .about__inner { grid-template-columns: 1fr; } .about__left, .about__text { min-width: 0; max-width: 100%; } .cases { width: 100%; max-width: 100%; } .cases__viewport { width: 100%; } .case { box-sizing: border-box; }
      .process__inner { grid-template-columns: 1fr 1fr; gap: 2rem; }
      .testi__grid { grid-template-columns: 1fr; }
      .contact__inner { grid-template-columns: 1fr; }
      .footer__inner { flex-direction: column; align-items: flex-start; gap: 1rem; }
    }
    @media (max-width: 540px) { .process__inner { grid-template-columns: 1fr; } }


    /* ── BLOG ── */
    .blog-hero { padding-block: clamp(3.5rem, 8vw, 6rem); border-bottom: 1px solid var(--border); position: relative; overflow: hidden; }
    .blog-hero::after { content: 'B'; font-family: var(--slab); font-weight: 600; font-size: clamp(14rem, 30vw, 22rem); color: rgba(139,26,47,0.04); position: absolute; right: -2rem; top: 50%; transform: translateY(-50%); line-height: 1; pointer-events: none; }
    .blog-hero__inner { display: grid; grid-template-columns: 1fr 240px; gap: clamp(3rem, 5vw, 5rem); align-items: center; position: relative; z-index: 1; }
    .blog-hero__eyebrow { font-family: var(--cond); font-size: 0.95rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--red); display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1.25rem; }
    .blog-hero__eyebrow::before { content: ''; width: 2rem; height: 2px; background: var(--red); }
    .blog-hero__h1 { font-family: var(--slab); font-weight: 600; font-size: clamp(2rem, 4vw, 3rem); color: var(--dark); line-height: 1.15; margin-bottom: 1rem; }
    .blog-hero__lead { font-size: 1rem; color: var(--mid); max-width: 52ch; line-height: 1.8; }
    .blog-hero__photo-wrap { position: relative; flex-shrink: 0; }
    .blog-hero__photo { width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: center top; display: block; border-radius: 4px; }
    .blog-hero__photo-border { position: absolute; inset: 14px -14px -14px 14px; border: 2px solid var(--red); opacity: 0.2; pointer-events: none; border-radius: 5px; }

    /* Blog Filter */
    .blog-filter { padding-block: 1.75rem; border-bottom: 1px solid var(--border); background: var(--light); }
    .blog-filter__inner { display: flex; align-items: center; gap: 0.6rem; flex-wrap: wrap; }
    .filter-btn { font-family: var(--cond); font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; padding: 0.4rem 0.9rem; border: 1.5px solid var(--border); background: var(--white); color: var(--mid); cursor: pointer; border-radius: 3px; transition: all 0.2s; }
    .filter-btn:hover { border-color: var(--red); color: var(--red); }
    .filter-btn.is-active { background: var(--red); border-color: var(--red); color: var(--white); }

    /* Blog Section & Grid */
    .blog-section { padding-block: clamp(3rem, 7vw, 5rem); }
    .blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
    .blog-empty { grid-column: 1 / -1; text-align: center; padding: clamp(3rem, 8vw, 6rem) 2rem; border: 1.5px dashed var(--border); border-radius: 3px; }
    .blog-empty__icon { font-size: 2.5rem; margin-bottom: 1rem; opacity: 0.3; }
    .blog-empty__title { font-family: var(--slab); font-weight: 600; font-size: 1.15rem; color: var(--dark); margin-bottom: 0.5rem; }
    .blog-empty__text { font-size: 0.9rem; color: var(--mid); max-width: 38ch; margin-inline: auto; line-height: 1.75; }

    /* Article Card */
    .acard { border: 1px solid var(--border); border-radius: 3px; display: flex; flex-direction: column; overflow: hidden; transition: box-shadow 0.2s, transform 0.2s; }
    .acard:hover { box-shadow: 0 4px 20px rgba(0,0,0,0.07); transform: translateY(-2px); }
    .acard__thumb { aspect-ratio: 16/9; background: var(--light); position: relative; overflow: hidden; }
    .acard__thumb img { width: 100%; height: 100%; object-fit: cover; }
    .acard__thumb-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
    .acard__thumb-placeholder svg { opacity: 0.25; }
    .acard__body { padding: 1.5rem; display: flex; flex-direction: column; flex: 1; }
    .acard__meta { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 0.85rem; flex-wrap: wrap; }
    .acard__cat { font-family: var(--cond); font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--red); padding: 0.25rem 0.65rem; border: 1px solid rgba(139,26,47,0.2); border-radius: 3px; }
    .acard__date { font-family: var(--cond); font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mid); }
    .acard__title { font-family: var(--slab); font-weight: 600; font-size: 1rem; color: var(--dark); line-height: 1.3; margin-bottom: 0.65rem; }
    .acard__excerpt { font-size: 0.875rem; color: var(--mid); line-height: 1.75; flex: 1; }
    .acard__link { margin-top: 1.25rem; font-family: var(--cond); font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--red); display: flex; align-items: center; gap: 0.4rem; transition: gap 0.2s; }
    .acard:hover .acard__link { gap: 0.7rem; }
    .acard--featured { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
    .acard--featured .acard__thumb { aspect-ratio: auto; min-height: 260px; }
    .acard--featured .acard__title { font-size: 1.25rem; }

    /* Blog CTA */
    .blog-cta { background: var(--dark); padding-block: clamp(3rem, 6vw, 4.5rem); text-align: center; }
    .blog-cta__title { font-family: var(--slab); font-weight: 600; font-size: clamp(1.3rem, 2.5vw, 1.9rem); color: var(--white); margin-bottom: 0.75rem; }
    .blog-cta__sub { font-size: 0.9375rem; color: rgba(255,255,255,0.5); margin-bottom: 2rem; }
    .btn--outline-white { border: 1.5px solid rgba(255,255,255,0.25); color: var(--white); }
    .btn--outline-white:hover { border-color: var(--white); }

    /* ── ARTIKEL (Einzelseite) ── */
    .artikel-hero { padding-block: clamp(3rem, 7vw, 5rem); border-bottom: 1px solid var(--border); background: var(--light); }
    .artikel-hero__back { font-family: var(--cond); font-size: 0.78rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--mid); display: inline-flex; align-items: center; gap: 0.4rem; margin-bottom: 1.75rem; transition: color 0.2s; }
    .artikel-hero__back:hover { color: var(--red); }
    .artikel-hero__meta { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1.25rem; flex-wrap: wrap; }
    .artikel-hero__cat { font-family: var(--cond); font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--red); padding: 0.3rem 0.7rem; border: 1px solid rgba(139,26,47,0.25); border-radius: 3px; }
    .artikel-hero__date { font-family: var(--cond); font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mid); }
    .artikel-hero__read { font-family: var(--cond); font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mid); }
    .artikel-hero__h1 { font-family: var(--slab); font-weight: 600; font-size: clamp(1.6rem, 3.5vw, 2.6rem); color: var(--dark); line-height: 1.2; margin-bottom: 1.25rem; max-width: 22ch; }
    .artikel-hero__lead { font-size: 1.0625rem; color: var(--mid); line-height: 1.8; max-width: 60ch; }

    /* Artikel Cover */
    .artikel-cover { width: 100%; max-height: 420px; object-fit: cover; display: block; background: var(--border); }
    .artikel-cover-placeholder { width: 100%; height: 320px; background: linear-gradient(135deg, #E8E4E0 0%, #D4CEC8 100%); display: flex; align-items: center; justify-content: center; border-bottom: 1px solid var(--border); }
    .artikel-cover-placeholder svg { opacity: 0.2; }

    /* Artikel Body */
    .artikel-body { padding-block: clamp(3rem, 6vw, 5rem); }
    .artikel-layout { display: grid; grid-template-columns: 1fr 260px; gap: clamp(3rem, 5vw, 5rem); align-items: start; }

    /* Artikel Prose */
    .artikel-prose { max-width: 68ch; }
    .artikel-prose h2 { font-family: var(--slab); font-weight: 600; font-size: clamp(1.15rem, 2vw, 1.4rem); color: var(--dark); line-height: 1.2; margin-top: 2.75rem; margin-bottom: 0.75rem; padding-bottom: 0.5rem; border-bottom: 1px solid var(--border); }
    .artikel-prose h2:first-child { margin-top: 0; }
    .artikel-prose h3 { font-family: var(--slab); font-weight: 600; font-size: 1rem; color: var(--dark); margin-top: 2rem; margin-bottom: 0.5rem; }
    .artikel-prose p { font-size: 0.9375rem; color: var(--mid); line-height: 1.9; margin-bottom: 1.1rem; }
    .artikel-prose a { color: var(--red); text-decoration: underline; text-underline-offset: 3px; }
    .artikel-prose ul, .artikel-prose ol { margin: 0.75rem 0 1.25rem 1.5rem; }
    .artikel-prose li { font-size: 0.9375rem; color: var(--mid); line-height: 1.85; margin-bottom: 0.4rem; }
    .artikel-prose strong { color: var(--dark); font-weight: 600; }
    .artikel-prose blockquote { border-left: 3px solid var(--red); padding-left: 1.25rem; margin-block: 1.5rem; font-style: italic; color: var(--mid); }
    .artikel-prose img { border-radius: 3px; margin-block: 1.5rem; }
    .artikel-prose code { font-size: 0.85em; background: var(--light); padding: 0.15rem 0.4rem; border-radius: 3px; }
    .artikel-prose pre { background: var(--dark); color: rgba(255,255,255,0.85); padding: 1.5rem; border-radius: 3px; overflow-x: auto; margin-block: 1.5rem; font-size: 0.85rem; line-height: 1.6; }
    .artikel-prose pre code { background: none; padding: 0; }

    /* Artikel Tags */
    .artikel-tags { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-top: 2.5rem; padding-top: 2rem; border-top: 1px solid var(--border); }
    .artikel-tag { font-family: var(--cond); font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase; padding: 0.3rem 0.7rem; border: 1px solid var(--border); color: var(--mid); border-radius: 3px; }

    /* Pullquote */
    .pullquote { border-left: 4px solid var(--red); padding: 1.25rem 1.5rem; margin: 2rem 0; background: var(--light); border-radius: 0 3px 3px 0; }
    .pullquote p { font-family: var(--slab); font-size: 1.05rem !important; color: var(--dark) !important; font-style: italic; line-height: 1.6 !important; margin: 0 !important; }

    /* Infobox */
    .infobox { border: 1px solid var(--border); border-left: 4px solid var(--red); padding: 1.25rem 1.5rem; margin: 2rem 0; border-radius: 3px; }
    .infobox__label { font-family: var(--cond); font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--red); margin-bottom: 0.5rem; }
    .tool-list { list-style: none; margin: 0 0 1.25rem; padding: 0; }
    .tool-list li { display: flex; gap: 0.75rem; align-items: baseline; font-size: 0.9375rem; color: var(--mid); line-height: 1.7; padding: 0.5rem 0; border-bottom: 1px solid var(--border); }
    .tool-list__name { font-family: var(--slab); font-weight: 600; color: var(--dark); min-width: 120px; }

    /* Sidebar */
    .artikel-sidebar { position: sticky; top: 5rem; display: flex; flex-direction: column; gap: 1.5rem; }
    .sidebar-box { border: 1px solid var(--border); padding: 1.5rem; border-radius: 3px; }
    .sidebar-box__title { font-family: var(--cond); font-size: 0.75rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--red); margin-bottom: 1rem; display: flex; align-items: center; gap: 0.5rem; }
    .sidebar-box__title::before { content: ''; width: 1.5rem; height: 2px; background: var(--red); }
    .toc-list { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 0.4rem; }
    .toc-list a { font-family: var(--slab); font-size: 0.875rem; color: var(--mid); line-height: 1.4; transition: color 0.2s; display: block; padding: 0.25rem 0; border-bottom: 1px solid var(--border); }
    .toc-list a:hover { color: var(--red); }
    .toc-list li:last-child a { border: none; }
    .author-box { background: var(--light); }
    .author-box__name { font-family: var(--slab); font-weight: 600; font-size: 0.9rem; color: var(--dark); margin-bottom: 0.25rem; }
    .author-box__bio { font-size: 0.825rem; color: var(--mid); line-height: 1.7; margin-bottom: 1rem; }
    .btn--full { width: 100%; }

    /* Related Articles */
    .related { padding-block: clamp(3rem, 6vw, 4.5rem); background: var(--light); border-top: 1px solid var(--border); }
    .related__title { font-family: var(--slab); font-weight: 600; font-size: 1.25rem; color: var(--dark); margin-bottom: 1.75rem; }
    .related__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
    .related-card { background: var(--white); border: 1px solid var(--border); padding: 1.5rem; border-radius: 3px; transition: box-shadow 0.2s; }
    .related-card:hover { box-shadow: 0 3px 14px rgba(0,0,0,0.06); }
    .related-card__cat { font-family: var(--cond); font-size: 0.65rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--red); margin-bottom: 0.5rem; }
    .related-card__title { font-family: var(--slab); font-weight: 600; font-size: 0.9375rem; color: var(--dark); line-height: 1.3; }

    /* ── UNTERSEITEN (Impressum, Datenschutz etc.) ── */
    .page-hero { padding-block: clamp(3rem, 7vw, 5rem); border-bottom: 1px solid var(--border); background: var(--light); }
    .page-hero__eyebrow { font-family: var(--cond); font-size: 0.85rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--red); display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1rem; }
    .page-hero__eyebrow::before { content: ''; width: 2rem; height: 2px; background: var(--red); }
    .page-hero__h1 { font-family: var(--slab); font-weight: 600; font-size: clamp(2rem, 4vw, 3rem); color: var(--dark); line-height: 1.15; }

    .page-content { padding-block: clamp(3rem, 7vw, 5rem); }
    .prose { max-width: 72ch; }
    .prose h2 { font-family: var(--slab); font-weight: 600; font-size: clamp(1.15rem, 2vw, 1.4rem); color: var(--dark); line-height: 1.2; margin-top: 2.5rem; margin-bottom: 0.75rem; padding-bottom: 0.5rem; border-bottom: 1px solid var(--border); }
    .prose h2:first-child { margin-top: 0; }
    .prose h3 { font-family: var(--slab); font-weight: 600; font-size: 1rem; color: var(--dark); margin-top: 1.75rem; margin-bottom: 0.5rem; }
    .prose p { font-size: 0.9375rem; color: var(--mid); line-height: 1.85; margin-bottom: 1rem; }
    .prose ul { margin: 0.75rem 0 1rem 1.25rem; }
    .prose ul li { font-size: 0.9375rem; color: var(--mid); line-height: 1.85; margin-bottom: 0.35rem; }
    .prose a { color: var(--red); text-decoration: underline; text-underline-offset: 3px; }
    .prose a:hover { color: var(--red-dark); }
    .prose strong { color: var(--dark); font-weight: 600; }
    .address-block { background: var(--light); border: 1px solid var(--border); border-left: 4px solid var(--red); padding: 1.5rem 1.75rem; margin: 1.5rem 0; border-radius: 3px; }
    .address-block p { margin: 0; color: var(--text); }

    /* SO ARBEITEN WIR ZUSAMMEN */
    .collab { background: var(--dark); color: var(--white); padding-block: clamp(4rem, 9vw, 7rem); }
    .collab .eyebrow { color: rgba(255,255,255,0.45); }
    .collab .eyebrow::before { background: rgba(255,255,255,0.25); }
    .collab__inner { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 6vw, 6rem); align-items: start; }
    .collab__h2 { font-family: var(--slab); font-weight: 600; font-size: clamp(1.75rem, 3vw, 2.4rem); color: var(--white); line-height: 1.15; margin-bottom: 1.25rem; }
    .collab__lead { font-size: 0.9375rem; color: rgba(255,255,255,0.5); line-height: 1.85; margin-bottom: 2rem; }
    .collab__items { display: flex; flex-direction: column; gap: 1.25rem; }
    .collab-item { display: flex; gap: 1rem; align-items: flex-start; }
    .collab-item__num {
      font-family: var(--cond); font-size: 0.7rem; letter-spacing: 0.15em;
      color: var(--white); background: var(--red);
      width: 1.75rem; height: 1.75rem; border-radius: 2px;
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0; margin-top: 0.1rem;
    }
    .collab-item__title { font-family: var(--slab); font-weight: 600; font-size: 0.9375rem; color: var(--white); margin-bottom: 0.2rem; }
    .collab-item__text { font-size: 0.875rem; color: rgba(255,255,255,0.5); line-height: 1.7; }
    .collab__note {
      margin-top: 2rem; padding: 1.25rem 1.5rem;
      background: rgba(255,255,255,0.05); border-left: 3px solid var(--red);
      border-radius: 0 3px 3px 0;
      font-size: 0.875rem; color: rgba(255,255,255,0.5); line-height: 1.7;
    }
    .collab__note strong { color: var(--white); }
    .collab__right { display: flex; flex-direction: column; gap: 1rem; padding-top: 0.5rem; }
    .collab-format {
      border: 1px solid rgba(255,255,255,0.1); border-radius: 3px;
      padding: 1.25rem 1.5rem; background: rgba(255,255,255,0.05);
      transition: border-color 0.2s, box-shadow 0.2s;
    }
    .collab-format:hover { border-color: rgba(255,255,255,0.2); box-shadow: 0 2px 8px rgba(0,0,0,0.2); }
    .collab-format__title { font-family: var(--slab); font-weight: 600; font-size: 0.9375rem; color: var(--white); margin-bottom: 0.35rem; }
    .collab-format__text { font-size: 0.8125rem; color: rgba(255,255,255,0.5); line-height: 1.65; }
    .collab-format__tag {
      display: inline-block; margin-top: 0.5rem;
      font-family: var(--cond); font-size: 0.68rem; letter-spacing: 0.14em;
      text-transform: uppercase; padding: 0.3rem 0.7rem;
      border: 1px solid rgba(255,255,255,0.15); color: rgba(255,255,255,0.45); border-radius: 3px;
    }
    @media (max-width: 900px) { .collab__inner { grid-template-columns: 1fr; } }

    /* Blog + Artikel + Seiten Responsive */
    @media (max-width: 900px) {
      .blog-hero__inner { grid-template-columns: 1fr; }
      .blog-hero__photo-wrap { display: none; }
      .blog-grid { grid-template-columns: 1fr 1fr; }
      .acard--featured { grid-template-columns: 1fr; }
      .acard--featured .acard__thumb { min-height: 200px; }
      .artikel-layout { grid-template-columns: 1fr; }
      .artikel-sidebar { position: static; }
      .related__grid { grid-template-columns: 1fr; }
    }
    @media (max-width: 540px) {
      .blog-grid { grid-template-columns: 1fr; }
    }
