/* ============================================================
   Schmidt-Sec — editorial.css
   Magazine / Systemhaus-style components for site2/
   Coexists with styles.css (which stays compatible for LPs).
   ============================================================ */

/* ---------- TWO-ROW TOPBAR (utility + main nav, Bechtle-style) ---------- */
.site-topbar {
  position: sticky; top: 0; z-index: 50;
  background: var(--cream);
  border-bottom: 1px solid var(--line);
}
.site-utility {
  background: var(--navy);
  color: rgba(250, 248, 243, 0.85);
  font-size: 13px;
}
.site-utility .row {
  display: flex; align-items: center; justify-content: space-between;
  padding: 8px var(--gutter); gap: 16px;
  min-height: 36px;
}
.site-utility .left { display: flex; gap: 22px; align-items: center; }
.site-utility .right { display: flex; gap: 22px; align-items: center; }
.site-utility .right a { color: var(--cream); text-decoration: none; font-weight: 600; }
.site-utility .right a:hover { color: var(--burgund-soft); }
.site-utility .pin { display: inline-flex; align-items: center; gap: 6px; }
.site-utility .pin svg { width: 13px; height: 13px; opacity: 0.7; }
.site-utility .badge {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 3px 9px; border: 1px solid rgba(250, 248, 243, 0.18);
  border-radius: 3px; font-size: 11px; letter-spacing: 0.04em;
  text-transform: uppercase; font-weight: 700;
}
.site-utility .badge .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: #6bcf7e; box-shadow: 0 0 6px rgba(107,207,126,0.5);
}
@media (max-width: 880px) {
  .site-utility .left .meta-region { display: none; }
  .site-utility .right .meta-mail { display: none; }
  .site-utility .right { gap: 14px; }
}

.site-mainbar {
  background: var(--cream);
}
.site-mainbar .row {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px var(--gutter); gap: 24px;
}
.site-mainbar .logo { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; }
.site-mainbar .logo img { height: 42px; width: auto; display: block; }
.site-mainbar .logo .wm {
  display: flex; flex-direction: column; line-height: 1.1;
}
.site-mainbar .logo .wm .name {
  font-weight: 800; font-size: 18px; color: var(--navy);
  letter-spacing: -0.01em;
}
.site-mainbar .logo .wm .tag {
  font-size: 11px; color: var(--text-muted);
  letter-spacing: 0.06em; text-transform: uppercase; font-weight: 600;
}
.site-mainbar nav {
  display: flex; gap: 30px; align-items: center;
  font-size: 15px;
}
.site-mainbar nav a {
  color: var(--navy); text-decoration: none; font-weight: 600;
  padding: 24px 0; position: relative;
  transition: color 0.15s ease;
}
.site-mainbar nav a:hover { color: var(--burgund); }
.site-mainbar nav a.active::after {
  content: ''; position: absolute; bottom: -1px; left: 0; right: 0;
  height: 3px; background: var(--burgund);
}
.site-mainbar .cta {
  background: var(--navy); color: var(--cream);
  padding: 12px 22px; border-radius: 6px; text-decoration: none;
  font-size: 14px; font-weight: 700;
  transition: background 0.2s ease;
  display: inline-flex; align-items: center; gap: 8px;
}
.site-mainbar .cta::after { content: '→'; transition: transform 0.2s ease; }
.site-mainbar .cta:hover { background: var(--burgund); }
.site-mainbar .cta:hover::after { transform: translateX(3px); }

.site-mainbar .menu-toggle {
  display: none; background: none; border: 0;
  padding: 8px; cursor: pointer; color: var(--navy);
}
.site-mainbar .menu-toggle svg { width: 26px; height: 26px; }

@media (max-width: 980px) {
  .site-mainbar nav {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--cream); flex-direction: column; gap: 0;
    border-bottom: 1px solid var(--line);
    padding: 8px var(--gutter);
  }
  .site-mainbar nav.open { display: flex; }
  .site-mainbar nav a {
    padding: 16px 0; border-bottom: 1px solid var(--line); width: 100%;
  }
  .site-mainbar nav a:last-child { border-bottom: 0; }
  .site-mainbar .menu-toggle { display: inline-flex; }
  .site-mainbar .cta { display: none; }
}

/* ---------- EDITORIAL HERO ---------- */
.editorial-hero {
  position: relative;
  padding: 0;
  background: var(--cream);
  overflow: hidden;
}
.editorial-hero .eh-inner {
  display: grid; grid-template-columns: 1fr 1.05fr;
  gap: 0; min-height: 620px;
  align-items: stretch;
}
.editorial-hero .eh-text {
  padding: 88px var(--gutter) 88px 0;
  display: flex; flex-direction: column; justify-content: center;
  max-width: 620px;
  margin-left: auto;
  width: 100%;
}
.editorial-hero .eh-kicker {
  display: inline-flex; align-items: center; gap: 14px;
  margin-bottom: 28px;
  font-size: 13px; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--burgund);
}
.editorial-hero .eh-kicker .bar {
  width: 36px; height: 2px; background: var(--burgund);
}
.editorial-hero h1.eh-headline {
  font-size: clamp(38px, 4.8vw, 64px);
  line-height: 1.04; letter-spacing: -0.025em;
  margin-bottom: 30px; color: var(--navy);
  text-wrap: balance;
}
.editorial-hero h1.eh-headline em {
  font-style: normal; color: var(--burgund);
}
.editorial-hero .eh-lead {
  font-size: 19px; line-height: 1.55; color: var(--text-soft);
  margin-bottom: 36px; max-width: 540px;
}
.editorial-hero .eh-ctas {
  display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 40px;
}
.editorial-hero .eh-meta {
  display: flex; gap: 32px; flex-wrap: wrap;
  padding-top: 28px; border-top: 1px solid var(--line);
}
.editorial-hero .eh-meta .item {
  display: flex; flex-direction: column; gap: 2px;
}
.editorial-hero .eh-meta .label {
  font-size: 11px; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--burgund);
  font-weight: 700;
}
.editorial-hero .eh-meta .value {
  font-size: 15px; font-weight: 700; color: var(--navy);
  letter-spacing: -0.01em;
}
.editorial-hero .eh-image {
  position: relative;
  background: var(--navy);
  background-image: url('assets/hero-kanzlei.png');
  background-size: cover; background-position: center;
  min-height: 540px;
}
.editorial-hero .eh-image::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(115deg, rgba(13,27,42,0.35) 0%, rgba(13,27,42,0) 50%);
  pointer-events: none;
}
.editorial-hero .eh-overlay {
  position: absolute;
  bottom: 36px; left: 36px; right: 36px;
  background: rgba(250, 248, 243, 0.97);
  backdrop-filter: blur(10px);
  padding: 24px 28px;
  border-left: 3px solid var(--burgund);
  max-width: 460px;
  box-shadow: 0 12px 32px rgba(13, 27, 42, 0.18);
}
.editorial-hero .eh-overlay .ov-label {
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--burgund); margin-bottom: 8px;
}
.editorial-hero .eh-overlay .ov-quote {
  font-size: 17px; line-height: 1.45; color: var(--navy);
  font-weight: 600;
}
.editorial-hero .eh-overlay .ov-attr {
  margin-top: 12px; font-size: 13px; color: var(--text-muted);
  font-weight: 500;
}

@media (max-width: 1080px) {
  .editorial-hero .eh-inner { grid-template-columns: 1fr; }
  .editorial-hero .eh-text {
    padding: 56px var(--gutter); margin: 0;
    max-width: none;
  }
  .editorial-hero .eh-image { min-height: 420px; }
}
@media (max-width: 600px) {
  .editorial-hero .eh-meta { gap: 22px; }
  .editorial-hero .eh-overlay {
    bottom: 20px; left: 20px; right: 20px; padding: 18px 20px;
  }
  .editorial-hero .eh-overlay .ov-quote { font-size: 15px; }
}

/* ---------- STATS BAND ---------- */
.stats-band {
  background: var(--navy);
  padding: 56px 0;
  color: var(--cream);
}
.stats-band .row {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  align-items: end;
}
.stats-band .stat {
  border-left: 1px solid rgba(250, 248, 243, 0.18);
  padding-left: 24px;
}
.stats-band .stat:first-child { border-left: 0; padding-left: 0; }
.stats-band .stat .big {
  font-size: clamp(36px, 4.5vw, 52px);
  font-weight: 800; line-height: 1; letter-spacing: -0.03em;
  color: var(--cream); margin-bottom: 12px;
}
.stats-band .stat .big .unit {
  color: var(--burgund-soft); font-weight: 700;
  font-size: 0.6em;
}
.stats-band .stat .label {
  font-size: 14px; line-height: 1.45;
  color: rgba(250, 248, 243, 0.75);
}
@media (max-width: 800px) {
  .stats-band .row { grid-template-columns: 1fr 1fr; gap: 28px; }
  .stats-band .stat:nth-child(odd) { border-left: 0; padding-left: 0; }
  .stats-band .stat:nth-child(3) { border-left: 0; padding-left: 0; }
}

/* ---------- STORY / EDITORIAL BLOCK (asymmetric, content-led) ---------- */
.story-block {
  padding: 100px 0;
  background: var(--cream);
}
.story-block.alt { background: var(--cream-warm); }

/* ---------- HERO-ELEVATED OPENER (first section, page entry) ---------- */
.story-block--hero {
  position: relative;
  overflow: hidden;
  padding: 132px 0 120px;
  background:
    radial-gradient(130% 120% at 12% -10%, var(--navy-soft) 0%, var(--navy) 58%);
  color: var(--cream);
}
.story-block--hero::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--burgund) 0%, var(--burgund-soft) 55%, transparent 100%);
}
/* faint oversized monogram watermark for depth */
.story-block--hero::after {
  content: 'S';
  position: absolute; right: -4%; bottom: -22%;
  font-size: 460px; font-weight: 800; line-height: 1;
  color: rgba(250, 248, 243, 0.035);
  pointer-events: none; user-select: none;
}
.story-block--hero .container { position: relative; z-index: 1; }
.story-block--hero .sb-inner { gap: 76px; }
.story-block--hero.layout-text-image .sb-inner { grid-template-columns: 1.08fr 1fr; }
.story-block--hero .eh-kicker {
  display: inline-flex; align-items: center; gap: 14px;
  margin-bottom: 26px;
  font-size: 13px; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--burgund-soft);
}
.story-block--hero .eh-kicker .bar { width: 36px; height: 2px; background: var(--burgund-soft); }
.story-block.story-block--hero .sb-text h2 {
  font-size: clamp(38px, 5vw, 60px); line-height: 1.04;
  letter-spacing: -0.03em; margin-bottom: 26px; color: var(--cream);
}
.story-block.story-block--hero .sb-text h2 em { color: var(--burgund-soft); }
.story-block.story-block--hero .sb-text p {
  font-size: 18px; line-height: 1.7; max-width: 600px;
  color: rgba(250, 248, 243, 0.74);
}
.story-block--hero .eh-ctas {
  display: flex; gap: 14px; flex-wrap: wrap; margin-top: 36px;
}
.story-block--hero .btn-secondary {
  color: var(--cream); border-color: var(--line-dark);
}
.story-block--hero .btn-secondary:hover { background: var(--cream); color: var(--navy); border-color: var(--cream); }
.story-block--hero .btn-primary { background: var(--burgund); }
.story-block--hero .btn-primary:hover { background: var(--burgund-soft); }
.story-block--hero .sb-image {
  aspect-ratio: 4/5;
  box-shadow: 0 40px 80px -24px rgba(0, 0, 0, 0.6);
  border: 1px solid var(--line-dark);
}
.story-block--hero .sb-image::before {
  content: '';
  position: absolute; inset: 0;
  border: 0 solid var(--burgund-soft);
  border-left-width: 4px;
  pointer-events: none;
}
@media (max-width: 900px) {
  .story-block--hero { padding: 92px 0 84px; }
  .story-block--hero::after { font-size: 300px; bottom: -12%; }
}
.story-block .sb-inner {
  display: grid; gap: 64px;
  align-items: center;
}
.story-block.layout-text-image .sb-inner {
  grid-template-columns: 1.05fr 1fr;
}
.story-block.layout-image-text .sb-inner {
  grid-template-columns: 1fr 1.05fr;
}
.story-block.layout-image-text .sb-image { order: -1; }

.story-block .sb-text .label {
  font-size: 12px; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--burgund);
  display: inline-flex; align-items: center; gap: 12px;
  margin-bottom: 22px;
}
.story-block .sb-text .label::before {
  content: ''; width: 32px; height: 2px; background: var(--burgund);
}
.story-block .sb-text h2 {
  font-size: clamp(30px, 3.8vw, 44px); line-height: 1.1;
  letter-spacing: -0.025em; margin-bottom: 24px;
  text-wrap: balance;
}
.story-block .sb-text h2 em {
  font-style: normal; color: var(--burgund);
}
.story-block .sb-text p {
  font-size: 17px; line-height: 1.7; color: var(--text);
  margin-bottom: 16px; max-width: 580px;
}
.story-block .sb-text p:last-child { margin-bottom: 0; }
.story-block .sb-text .by-line {
  margin-top: 28px; padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: 13px; color: var(--text-muted);
}
.story-block .sb-text .by-line strong {
  color: var(--navy); font-weight: 700;
}
.story-block .sb-text .sb-cta {
  margin-top: 32px;
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 700; color: var(--navy); text-decoration: none;
  font-size: 15px; letter-spacing: -0.005em;
  padding-bottom: 4px; border-bottom: 2px solid var(--burgund);
  transition: color 0.2s ease;
}
.story-block .sb-text .sb-cta:hover { color: var(--burgund); }
.story-block .sb-text .sb-cta::after {
  content: '→'; transition: transform 0.2s ease;
}
.story-block .sb-text .sb-cta:hover::after { transform: translateX(4px); }

.story-block .sb-image {
  position: relative;
  border-radius: 6px; overflow: hidden;
  aspect-ratio: 4/5;
  background: var(--navy);
  background-size: cover; background-position: center;
  box-shadow: 0 30px 60px -20px rgba(13, 27, 42, 0.35);
}
.story-block .sb-image .caption {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 20px 24px;
  background: linear-gradient(to top, rgba(13,27,42,0.85), transparent);
  color: var(--cream);
  font-size: 13px; line-height: 1.45;
}
.story-block .sb-image .caption strong { font-weight: 700; }

/* ---------- WIDE / CONTAIN VARIANTS (for landscape photos & graphics) ---------- */
.story-block .sb-image.sb-image--wide { aspect-ratio: 4/3; }
.story-block .sb-image.sb-image--3-2 { aspect-ratio: 3/2; }
.story-block .sb-image.sb-image--contain {
  background-color: var(--cream-warm);
  background-size: contain;
  background-repeat: no-repeat;
}

/* ---------- ILLUSTRATION VARIANT (blends into page, no hard frame) ---------- */
.story-block .sb-image.sb-image--illustration {
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
  /* Multiply makes the cream paper of the illustration disappear into the section bg */
  mix-blend-mode: multiply;
  /* Soft radial vignette feathers the rectangular edges away */
  -webkit-mask-image: radial-gradient(ellipse 78% 82% at center, #000 55%, rgba(0,0,0,0.85) 72%, transparent 100%);
          mask-image: radial-gradient(ellipse 78% 82% at center, #000 55%, rgba(0,0,0,0.85) 72%, transparent 100%);
}
.story-block.alt .sb-image.sb-image--illustration {
  /* Slight scale-up so the feathered edges don't shrink the visible art */
  transform: scale(1.04);
}

@media (max-width: 980px) {
  .story-block { padding: 64px 0; }
  .story-block .sb-inner,
  .story-block.layout-text-image .sb-inner,
  .story-block.layout-image-text .sb-inner {
    grid-template-columns: 1fr; gap: 40px;
  }
  .story-block.layout-image-text .sb-image { order: 0; }
  .story-block .sb-image { aspect-ratio: 3/2; max-width: 560px; }
  /* Portrait photos must stay upright on mobile, not be squeezed into 3:2 */
  .story-block .sb-image.sb-image--portrait { aspect-ratio: 4/5; max-width: 420px; }
}

/* ---------- IMAGE PLACEHOLDER (for sb-image without photo) ---------- */
.sb-image.ph {
  background: var(--cream-warm);
  border: 1px dashed var(--line);
  display: flex; align-items: center; justify-content: center;
  text-align: center; padding: 32px;
  box-shadow: none;
}
.sb-image.ph .ph-text {
  font-size: 13px; color: var(--text-muted);
  line-height: 1.55; max-width: 260px;
}
.sb-image.ph .ph-text strong {
  display: block; color: var(--burgund);
  font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase;
  margin-bottom: 6px;
}

/* ---------- MAGAZINE GRID (Themen / Newsroom tiles) ---------- */
.magazine-section {
  padding: 100px 0;
  background: var(--cream);
}
.magazine-section .section-head {
  display: flex; align-items: flex-end; justify-content: space-between;
  margin-bottom: 48px;
  gap: 32px; flex-wrap: wrap;
}
.magazine-section .section-head .left .label {
  font-size: 12px; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--burgund);
  display: inline-flex; align-items: center; gap: 12px;
  margin-bottom: 18px;
}
.magazine-section .section-head .left .label::before {
  content: ''; width: 32px; height: 2px; background: var(--burgund);
}
.magazine-section .section-head h2 {
  font-size: clamp(30px, 3.5vw, 40px); line-height: 1.1;
  letter-spacing: -0.025em; max-width: 640px;
}
.magazine-section .section-head .right a {
  font-size: 14px; font-weight: 700; color: var(--navy);
  text-decoration: none; padding-bottom: 4px;
  border-bottom: 2px solid var(--burgund);
}
.magazine-section .section-head .right a:hover { color: var(--burgund); }

.magazine-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr;
  gap: 32px;
}
.mag-tile {
  display: flex; flex-direction: column;
  text-decoration: none; color: inherit;
  transition: transform 0.25s ease;
}
.mag-tile:hover { transform: translateY(-3px); }
.mag-tile .img {
  aspect-ratio: 16/10;
  background-color: var(--navy);
  background-size: cover; background-position: center;
  margin-bottom: 20px; border-radius: 4px;
  position: relative; overflow: hidden;
}
.mag-tile.feature .img { aspect-ratio: 4/3; }
.mag-tile .img .cat {
  position: absolute; top: 14px; left: 14px;
  background: var(--cream);
  color: var(--burgund);
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 5px 10px; border-radius: 2px;
}
.mag-tile .meta {
  font-size: 12px; color: var(--text-muted);
  letter-spacing: 0.04em; text-transform: uppercase;
  font-weight: 600; margin-bottom: 10px;
}
.mag-tile h3 {
  font-size: 20px; line-height: 1.25; color: var(--navy);
  margin-bottom: 10px; font-weight: 700;
  letter-spacing: -0.015em;
}
.mag-tile.feature h3 { font-size: 26px; }
.mag-tile p {
  font-size: 15px; line-height: 1.55; color: var(--text-soft);
}

/* Tile background fallbacks — when no image, use a navy-on-cream pattern */
.mag-tile .img.no-photo {
  background: var(--navy);
  position: relative;
}
.mag-tile .img.no-photo::after {
  content: attr(data-glyph);
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 64px; font-weight: 800;
  color: rgba(250, 248, 243, 0.1);
  letter-spacing: -0.04em;
}

/* ---------- Editorial COVER tiles for the magazine grid ----------
   Typographic covers used as placeholders until real photography
   is available. Composed in the cream/navy/burgund palette so they
   read as designed magazine covers, not as fake illustrations. */
.mag-tile .img.cover {
  position: relative;
  display: flex; flex-direction: column;
  align-items: flex-start; justify-content: center;
  padding: 42px 40px 40px;
  gap: 18px;
  overflow: hidden;
}
.mag-tile .img.cover::before {
  content: '';
  position: absolute; inset: 0;
  background-image: repeating-linear-gradient(
    180deg,
    transparent 0,
    transparent 7px,
    rgba(255,255,255,0.04) 7px,
    rgba(255,255,255,0.04) 8px
  );
  pointer-events: none;
}
.mag-tile .img.cover > * { position: relative; z-index: 2; }
.mag-tile .img.cover .cover-sub {
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(250, 248, 243, 0.62);
}

/* Cover 1 — Autohaus: .docx → DMS */
.mag-tile .img.cover--autohaus { background: #0d1b2a; color: var(--cream); }
.cover--autohaus .cover-stack {
  display: flex; align-items: baseline; gap: 18px;
  flex-wrap: wrap;
}
.cover--autohaus .cover-line {
  font-family: ui-monospace, 'JetBrains Mono', 'SF Mono', Consolas, monospace;
  font-size: clamp(40px, 5.6vw, 64px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 0.95;
}
.cover--autohaus .cover-line--strike {
  color: rgba(250, 248, 243, 0.42);
  text-decoration: line-through;
  text-decoration-thickness: 3px;
  text-decoration-color: #b8525f;
}
.cover--autohaus .cover-line--accent { color: var(--cream); }
.cover--autohaus .cover-arrow {
  font-size: 32px; color: #b8525f; font-weight: 400;
}

/* Cover 2 — Praxis: 1 Std. recovery */
.mag-tile .img.cover--praxis { background: #1b2a3f; color: var(--cream); }
.cover--praxis .cover-big {
  display: flex; align-items: baseline; gap: 14px;
}
.cover--praxis .cover-num {
  font-size: clamp(96px, 14vw, 156px);
  font-weight: 800;
  line-height: 0.85;
  letter-spacing: -0.05em;
  color: var(--cream);
}
.cover--praxis .cover-unit {
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #b8525f;
}

/* Cover 3 — EDR ≠ Virenschutz */
.mag-tile .img.cover--edr { background: var(--burgund); color: var(--cream); }
.cover--edr .cover-eq {
  display: flex; flex-direction: column; gap: 6px;
}
.cover--edr .cover-term {
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.025em;
}
.cover--edr .cover-term--strike {
  color: rgba(250, 248, 243, 0.55);
  text-decoration: line-through;
  text-decoration-thickness: 3px;
  text-decoration-color: rgba(250, 248, 243, 0.85);
}
.cover--edr .cover-term--lead { color: var(--cream); }
.cover--edr .cover-op {
  font-size: 28px; font-weight: 700;
  color: rgba(250, 248, 243, 0.7);
}
.cover--edr .cover-sub { color: rgba(250, 248, 243, 0.72); }

@media (max-width: 980px) {
  .magazine-section { padding: 64px 0; }
  .magazine-grid { grid-template-columns: 1fr 1fr; }
  .mag-tile.feature { grid-column: span 2; }
  .mag-tile.feature h3 { font-size: 22px; }
}
@media (max-width: 600px) {
  .magazine-grid { grid-template-columns: 1fr; }
  .mag-tile.feature { grid-column: auto; }
}

/* ---------- LOGO WALL (Partners / Technology stack) ---------- */
.logo-wall {
  padding: 80px 0;
  background: var(--cream-warm);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.logo-wall .head {
  text-align: center; margin-bottom: 48px;
}
.logo-wall .head .label {
  font-size: 12px; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--burgund); margin-bottom: 14px;
}
.logo-wall .head h2 {
  font-size: clamp(26px, 3vw, 36px);
  letter-spacing: -0.02em; line-height: 1.15;
  margin-bottom: 14px;
}
.logo-wall .head p {
  font-size: 16px; color: var(--text-soft); max-width: 640px;
  margin: 0 auto;
}
.logo-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid var(--line);
  background: var(--cream);
  border-radius: 4px;
  overflow: hidden;
}
.logo-cell {
  display: flex; align-items: center; justify-content: center;
  padding: 36px 24px; min-height: 130px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-family: var(--font);
  text-align: center;
  position: relative;
  transition: background 0.2s ease;
}
.logo-cell:hover { background: var(--cream-warm); }
.logo-cell:nth-child(3n) { border-right: 0; }
.logo-cell:nth-last-child(-n+3) { border-bottom: 0; }
.logo-cell .wm {
  font-size: 22px; font-weight: 800;
  letter-spacing: -0.025em; color: var(--navy);
  line-height: 1;
}
.logo-cell .wm .dot { color: var(--burgund); }
.logo-cell img {
  max-width: 80%;
  max-height: 56px;
  width: auto; height: auto;
  object-fit: contain;
  display: block;
}
.logo-cell img.wm-img--badge {
  max-height: 80px;
}
.logo-cell .tier {
  position: absolute; bottom: 10px; left: 50%;
  transform: translateX(-50%);
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--text-muted);
}

@media (max-width: 800px) {
  .logo-grid { grid-template-columns: 1fr 1fr; }
  .logo-cell { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .logo-cell:nth-child(3n) { border-right: 1px solid var(--line); }
  .logo-cell:nth-child(2n) { border-right: 0; }
  .logo-cell:nth-last-child(-n+3) { border-bottom: 1px solid var(--line); }
  .logo-cell:nth-last-child(-n+2) { border-bottom: 0; }
}

/* ---------- LOGO WALL — DETAILED (partner page) ---------- */
.partner-detail-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.partner-card {
  background: var(--cream);
  border: 1px solid var(--line);
  padding: 32px;
  display: grid; grid-template-columns: 220px 1fr;
  gap: 32px; align-items: center;
  transition: border-color 0.2s ease;
}
.partner-card:hover { border-color: var(--navy); }
.partner-card .pc-logo {
  background: transparent;
  border: 0;
  padding: 0; border-radius: 0;
  display: flex; align-items: center; justify-content: center;
  min-height: 120px;
  text-align: center;
}
.partner-card .pc-logo .wm {
  font-size: 26px; font-weight: 800;
  letter-spacing: -0.025em; color: var(--navy); line-height: 1;
}
.partner-card .pc-logo .wm .dot { color: var(--burgund); }
.partner-card .pc-logo img {
  max-width: 100%;
  max-height: 130px;
  width: auto; height: auto;
  object-fit: contain;
  display: block;
}
.partner-card .pc-logo--dark {
  background: var(--navy);
  border-radius: 6px;
  padding: 18px 14px;
}
.partner-card .pc-logo--badge img {
  max-height: 160px;
  max-width: 100%;
}
.partner-card .pc-body .cat {
  font-size: 11px; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--burgund); margin-bottom: 8px;
}
.partner-card .pc-body h3 {
  font-size: 22px; margin-bottom: 10px; line-height: 1.2;
}
.partner-card .pc-body p {
  font-size: 15px; line-height: 1.6; color: var(--text-soft);
  margin-bottom: 14px;
}
.partner-card .pc-body .tier {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 700;
  color: var(--text-muted); letter-spacing: 0.04em; text-transform: uppercase;
}
.partner-card .pc-body .tier::before {
  content: ''; width: 8px; height: 8px; background: var(--burgund);
}
@media (max-width: 700px) {
  .partner-detail-grid { grid-template-columns: 1fr; }
  .partner-card { grid-template-columns: 1fr; gap: 20px; padding: 24px; }
  .partner-card .pc-logo { min-height: 80px; }
}

/* ---------- SERVICE AREA MAP ---------- */
.service-map-section {
  padding: 100px 0;
  overflow-x: clip; /* contain the rotating decorative radar sweep on narrow screens */
  background: var(--cream-warm);
}
.service-area {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  grid-template-areas:
    "head    radius"
    "cities  cities";
  gap: 48px 56px;
  align-items: center;
}
.service-area__head { grid-area: head; }
.service-area__radius { grid-area: radius; justify-self: end; text-align: center; }
.service-area__cities { grid-area: cities; }

.service-area__head .label {
  font-size: 12px; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--burgund);
  display: inline-flex; align-items: center; gap: 12px; margin-bottom: 18px;
}
.service-area__head .label::before {
  content: ''; width: 32px; height: 2px; background: var(--burgund);
}
.service-area__head h2 {
  font-size: clamp(28px, 3.5vw, 40px); line-height: 1.1;
  margin-bottom: 22px; text-wrap: balance;
}
.service-area__head p {
  font-size: 17px; line-height: 1.65; color: var(--text-soft);
  max-width: 56ch;
}

.service-area__radius .radar {
  position: relative;
  width: 340px; height: 340px;
  margin: 0 auto;
}
.service-area__radius .radar-ring {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px dashed rgba(139, 31, 47, 0.30);
}
.service-area__radius .radar-ring--1 { width: 34%; height: 34%; }
.service-area__radius .radar-ring--2 { width: 67%; height: 67%; border-color: rgba(139, 31, 47, 0.26); }
.service-area__radius .radar-ring--3 {
  width: 100%; height: 100%; border-color: rgba(139, 31, 47, 0.5);
  background: radial-gradient(circle, rgba(139, 31, 47, 0.10), transparent 68%);
}
.service-area__radius .radar-sweep {
  position: absolute; inset: 0; border-radius: 50%;
  background: conic-gradient(from 0deg, rgba(139, 31, 47, 0.22), rgba(139, 31, 47, 0.04) 55deg, transparent 90deg, transparent 360deg);
  animation: radar-spin 7s linear infinite;
}
@keyframes radar-spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) {
  .service-area__radius .radar-sweep { animation: none; opacity: 0.5; }
}
.service-area__radius .radar-line {
  position: absolute; left: 50%; top: 0; height: 50%; width: 2px;
  transform: translateX(-50%);
  background: linear-gradient(to bottom, var(--burgund), rgba(139, 31, 47, 0.12));
}
.service-area__radius .radar-core {
  position: absolute; top: 50%; left: 50%;
  width: 14px; height: 14px; transform: translate(-50%, -50%);
  background: var(--burgund); border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(139, 31, 47, 0.16);
}
.service-area__radius .radar-city {
  position: absolute; top: calc(50% + 18px); left: 50%;
  transform: translateX(-50%);
  font-size: 13px; font-weight: 700; color: var(--navy);
  letter-spacing: 0.01em; white-space: nowrap;
}
.service-area__radius .radar-badge {
  position: absolute; top: -8px; left: 50%;
  transform: translateX(-50%);
  display: inline-flex; align-items: baseline; gap: 4px;
  background: var(--navy); color: var(--cream);
  padding: 8px 16px; border-radius: 999px;
  box-shadow: 0 10px 24px -10px rgba(13, 27, 42, 0.55);
}
.service-area__radius .radar-badge .big {
  font-size: 26px; font-weight: 800; letter-spacing: -0.02em; line-height: 1;
}
.service-area__radius .radar-badge .unit {
  font-size: 13px; font-weight: 700; color: var(--burgund-soft);
  text-transform: uppercase; letter-spacing: 0.06em;
}
.service-area__radius .ring-label {
  font-size: 13px; color: var(--text-muted);
  margin-top: 22px;
  letter-spacing: 0.04em;
}

.service-area__cities {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding-top: 28px; border-top: 1px solid var(--line);
}
.service-area__cities .city {
  padding: 20px 16px;
  display: flex; flex-direction: column; gap: 4px;
  align-items: center;
  text-align: center;
  border-right: 1px solid var(--line);
}
.service-area__cities .city:nth-child(3n) { border-right: 0; }
.service-area__cities .city:nth-child(n+4) { padding-top: 24px; margin-top: 4px; border-top: 1px solid var(--line); }
.service-area__cities .name {
  font-weight: 700; color: var(--navy); font-size: 16px;
}
.service-area__cities .time {
  font-size: 13px; color: var(--text-muted);
}

@media (max-width: 900px) {
  .service-area {
    grid-template-columns: 1fr;
    grid-template-areas: "head" "radius" "cities";
    gap: 32px;
  }
  .service-area__radius { justify-self: center; }
  .service-area__radius .radar { width: 290px; height: 290px; }
  .service-area__cities { grid-template-columns: 1fr 1fr; }
  .service-area__cities .city:nth-child(3n) { border-right: 1px solid var(--line); }
  .service-area__cities .city:nth-child(2n) { border-right: 0; }
  .service-area__cities .city:nth-child(n+3) { padding-top: 24px; margin-top: 4px; border-top: 1px solid var(--line); }
  .service-area__cities .city:nth-child(n+4) { padding-top: 24px; }
}

/* ---------- CASE STUDY LONGFORM ---------- */
.case-study {
  padding: 80px 0;
  background: var(--cream);
  border-bottom: 1px solid var(--line);
}
.case-study.alt { background: var(--cream-warm); }
.case-study .cs-grid {
  display: grid; grid-template-columns: 1fr 1.3fr;
  gap: 56px;
}
.case-study .cs-side {
  position: sticky; top: 120px; align-self: start;
}
.case-study .cs-side .cat {
  display: inline-block;
  background: var(--burgund); color: var(--cream);
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 5px 10px; border-radius: 2px; margin-bottom: 18px;
}
.case-study .cs-side h3 {
  font-size: 28px; line-height: 1.15; margin-bottom: 18px;
}
.case-study .cs-side .facts {
  margin-top: 24px; padding-top: 22px;
  border-top: 1px solid var(--line);
  display: flex; flex-direction: column; gap: 14px;
}
.case-study .cs-side .facts .row {
  display: flex; justify-content: space-between; gap: 16px;
  font-size: 14px;
}
.case-study .cs-side .facts .key {
  color: var(--text-muted); font-weight: 500;
}
.case-study .cs-side .facts .val {
  color: var(--navy); font-weight: 700; text-align: right;
}
.case-study .cs-body p {
  font-size: 17px; line-height: 1.75; color: var(--text);
  margin-bottom: 18px;
}
.case-study .cs-body p:first-letter {
  /* small editorial flourish on opening paragraph */
}
.case-study .cs-body p.first {
  font-size: 19px; color: var(--navy); font-weight: 500;
  line-height: 1.55; margin-bottom: 28px;
}
.case-study .cs-body .pull-quote {
  margin: 32px 0;
  padding: 24px 28px;
  border-left: 4px solid var(--burgund);
  background: var(--cream-warm);
  font-size: 19px; line-height: 1.5; color: var(--navy);
  font-weight: 600; font-style: italic;
}
.case-study .cs-body .pull-quote .attr {
  display: block; margin-top: 12px;
  font-size: 13px; font-style: normal; font-weight: 500;
  color: var(--text-muted); letter-spacing: 0.02em;
}

@media (max-width: 900px) {
  .case-study .cs-grid { grid-template-columns: 1fr; gap: 32px; }
  .case-study .cs-side { position: static; }
}

/* ---------- TIMELINE ---------- */
.timeline {
  position: relative;
  padding-left: 28px;
}
.timeline::before {
  content: '';
  position: absolute; left: 7px; top: 8px; bottom: 8px;
  width: 2px; background: var(--line);
}
.timeline .event {
  position: relative; padding-bottom: 36px;
}
.timeline .event::before {
  content: '';
  position: absolute; left: -28px; top: 6px;
  width: 16px; height: 16px;
  background: var(--burgund);
  border: 3px solid var(--cream);
  border-radius: 50%;
  z-index: 1;
}
.timeline .event .date {
  font-size: 13px; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--burgund); margin-bottom: 6px;
}
.timeline .event h4 {
  font-size: 19px; line-height: 1.3; margin-bottom: 8px;
}
.timeline .event p {
  font-size: 15px; line-height: 1.6; color: var(--text-soft);
}

/* ---------- FOUNDER PORTRAIT BLOCK ---------- */
.founder-block {
  padding: 100px 0;
  background: var(--navy); color: var(--cream);
}
.founder-block .fb-grid {
  display: grid; grid-template-columns: 1fr 1.4fr;
  gap: 64px; align-items: center;
}
.founder-block .fb-portrait {
  aspect-ratio: 4/5;
  background: var(--navy-soft);
  border: 1px solid rgba(250, 248, 243, 0.15);
  display: flex; align-items: center; justify-content: center;
  text-align: center; padding: 28px;
  overflow: hidden;
  position: relative;
}
.founder-block .fb-portrait:has(img) { padding: 0; }
.founder-block .fb-portrait img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.founder-block .fb-portrait .ph-text {
  font-size: 13px; color: rgba(250, 248, 243, 0.5);
  line-height: 1.5; max-width: 220px;
}
.founder-block .fb-portrait .ph-text strong {
  display: block; color: var(--burgund-soft);
  font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase;
  margin-bottom: 6px;
}
.founder-block .fb-text .label {
  font-size: 12px; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--burgund-soft);
  display: inline-flex; align-items: center; gap: 12px; margin-bottom: 22px;
}
.founder-block .fb-text .label::before {
  content: ''; width: 32px; height: 2px; background: var(--burgund-soft);
}
.founder-block .fb-text h2 {
  color: var(--cream);
  font-size: clamp(28px, 3.4vw, 40px); line-height: 1.15;
  margin-bottom: 24px; text-wrap: balance;
}
.founder-block .fb-text p {
  font-size: 17px; line-height: 1.7;
  color: rgba(250, 248, 243, 0.82);
  margin-bottom: 18px;
}
.founder-block .fb-text .sig {
  margin-top: 28px; padding-top: 22px;
  border-top: 1px solid rgba(250, 248, 243, 0.15);
}
.founder-block .fb-text .sig strong {
  color: var(--cream); font-size: 16px; font-weight: 700;
  display: block; margin-bottom: 4px;
}
.founder-block .fb-text .sig .meta {
  font-size: 14px; color: rgba(250, 248, 243, 0.6);
}
@media (max-width: 900px) {
  .founder-block { padding: 64px 0; }
  .founder-block .fb-grid { grid-template-columns: 1fr; gap: 40px; }
  .founder-block .fb-portrait { aspect-ratio: 3/2; max-width: 480px; }
}

/* ---------- BIG QUOTE / EDITORIAL PULL ---------- */
.big-quote {
  padding: 80px 0;
  background: var(--cream);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.big-quote blockquote {
  max-width: 920px;
  font-size: clamp(26px, 3.2vw, 38px);
  line-height: 1.3; letter-spacing: -0.018em;
  color: var(--navy); font-weight: 600;
  text-wrap: pretty;
}
.big-quote blockquote::before {
  content: '„';
  font-size: 80px; line-height: 0.5; vertical-align: -0.2em;
  color: var(--burgund); margin-right: 4px; font-weight: 800;
}
.big-quote .attr {
  margin-top: 28px; font-size: 14px; color: var(--text-muted);
  letter-spacing: 0.02em;
}
.big-quote .attr strong { color: var(--navy); font-weight: 700; }

/* ---------- INLINE CALLOUT ---------- */
.inline-callout {
  background: var(--cream-warm);
  border-left: 3px solid var(--burgund);
  padding: 28px 32px;
  margin: 24px 0;
  display: grid; grid-template-columns: auto 1fr auto;
  gap: 28px; align-items: center;
}
.inline-callout .num {
  font-size: 44px; font-weight: 800; line-height: 1;
  color: var(--burgund); letter-spacing: -0.03em;
}
.inline-callout .text {
  font-size: 16px; line-height: 1.5; color: var(--navy);
  font-weight: 500;
}
.inline-callout .text strong { font-weight: 700; }
.inline-callout .arrow {
  font-size: 24px; color: var(--burgund); font-weight: 700;
}
@media (max-width: 600px) {
  .inline-callout {
    grid-template-columns: 1fr; gap: 12px;
    padding: 22px 24px;
  }
  .inline-callout .arrow { display: none; }
}

/* ---------- MEGA FOOTER ---------- */
.site-footer {
  background: var(--navy);
  color: rgba(250, 248, 243, 0.78);
  padding: 80px 0 0;
  font-size: 14px; line-height: 1.6;
}
.site-footer .top-grid {
  display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr 1fr;
  gap: 40px; padding-bottom: 56px;
  border-bottom: 1px solid rgba(250, 248, 243, 0.15);
}
.site-footer .brand-col .logo {
  display: inline-flex; align-items: center; gap: 12px;
  text-decoration: none; margin-bottom: 18px;
}
.site-footer .brand-col .logo img {
  height: 36px; filter: brightness(0) invert(1); opacity: 0.95;
}
.site-footer .brand-col .logo .name {
  font-weight: 800; font-size: 17px; color: var(--cream);
  letter-spacing: -0.01em;
}
.site-footer .brand-col p {
  color: rgba(250, 248, 243, 0.78); max-width: 320px;
  margin-bottom: 22px;
}
.site-footer .brand-col .addr {
  font-size: 13px; color: rgba(250, 248, 243, 0.6); line-height: 1.6;
}
.site-footer .brand-col .addr strong {
  color: var(--cream); font-weight: 600;
}
.site-footer .col h6 {
  color: var(--cream); font-size: 12px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  margin-bottom: 20px;
}
.site-footer .col ul { list-style: none; padding: 0; margin: 0; }
.site-footer .col ul li { margin-bottom: 10px; }
.site-footer .col ul li a {
  color: rgba(250, 248, 243, 0.78);
  text-decoration: none;
  transition: color 0.2s ease;
}
.site-footer .col ul li a:hover { color: var(--cream); }
.site-footer .partner-strip {
  margin: 28px 0;
  padding: 22px 28px;
  background: var(--cream);
  border-radius: 6px;
  display: flex; flex-wrap: wrap; gap: 22px 36px;
  align-items: center;
  color: var(--text-muted); font-size: 12px;
}
.site-footer .partner-strip .label {
  font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--navy);
}
.site-footer .partner-strip .wm {
  font-weight: 800; font-size: 16px; color: var(--navy);
  letter-spacing: -0.02em;
}
.site-footer .partner-strip .wm-logo {
  height: 28px; width: auto;
  display: block;
  opacity: 1;
}
.site-footer .partner-strip .wm-logo--badge {
  height: 44px;
}
.site-footer .bottom-row {
  padding: 28px 0;
  display: flex; justify-content: space-between; flex-wrap: wrap;
  gap: 16px;
  font-size: 13px; color: rgba(250, 248, 243, 0.5);
}
.site-footer .bottom-row a {
  color: inherit; text-decoration: none;
}
.site-footer .bottom-row a:hover { color: var(--cream); }
@media (max-width: 900px) {
  .site-footer { padding: 56px 0 0; }
  .site-footer .top-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .site-footer .brand-col { grid-column: span 2; }
}
@media (max-width: 540px) {
  .site-footer .top-grid { grid-template-columns: 1fr; }
  .site-footer .brand-col { grid-column: auto; }
}

/* ---------- NAV DROPDOWN (Branchen) ---------- */
.site-mainbar .nav-drop { position: relative; }
.site-mainbar .nav-drop .drop-trigger {
  background: none; border: 0; font-family: var(--font); font-size: 15px;
  font-weight: 600; color: var(--navy); cursor: pointer;
  display: inline-flex; align-items: center; gap: 6px; padding: 24px 0;
  transition: color 0.15s ease;
}
.site-mainbar .nav-drop .drop-trigger svg { width: 11px; height: 11px; transition: transform 0.2s ease; }
.site-mainbar .nav-drop:hover .drop-trigger,
.site-mainbar .nav-drop.active .drop-trigger { color: var(--burgund); }
.site-mainbar .nav-drop:hover .drop-trigger svg { transform: rotate(180deg); }
.site-mainbar .nav-drop.active .drop-trigger::after {
  content: ''; position: absolute; bottom: -1px; left: 0; right: 18px;
  height: 3px; background: var(--burgund);
}
.site-mainbar .nav-drop .drop-menu {
  position: absolute; top: 100%; left: -18px;
  background: var(--cream); border: 1px solid var(--line); border-radius: 8px;
  box-shadow: 0 18px 44px -14px rgba(13, 27, 42, 0.30);
  min-width: 300px; padding: 10px; display: none; flex-direction: column;
  z-index: 60;
}
.site-mainbar .nav-drop:hover .drop-menu { display: flex; }
.site-mainbar .nav-drop .drop-menu a {
  padding: 12px 14px; border-radius: 5px; text-decoration: none;
  display: flex; flex-direction: column; gap: 2px;
}
.site-mainbar .nav-drop .drop-menu a .t { font-size: 14px; font-weight: 700; color: var(--navy); }
.site-mainbar .nav-drop .drop-menu a .s { font-size: 12px; color: var(--text-muted); }
.site-mainbar .nav-drop .drop-menu a:hover { background: var(--cream-warm); }
.site-mainbar .nav-drop .drop-menu a:hover .t { color: var(--burgund); }
@media (max-width: 980px) {
  .site-mainbar .nav-drop { width: 100%; border-bottom: 1px solid var(--line); }
  .site-mainbar .nav-drop .drop-trigger { padding: 16px 0; width: 100%; justify-content: space-between; }
  .site-mainbar .nav-drop.active .drop-trigger::after { display: none; }
  .site-mainbar .nav-drop .drop-menu {
    position: static; display: flex; border: 0; box-shadow: none;
    padding: 0 0 12px 14px; min-width: 0;
  }
  .site-mainbar .nav-drop .drop-menu a { padding: 10px 0; }
}

/* ---------- BRANCHEN HUB (spoke cards) ---------- */
.branchen { padding: 100px 0; background: var(--cream); }
.branchen .section-head { max-width: 720px; margin-bottom: 48px; }
.branch-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.branch-card {
  display: flex; flex-direction: column; gap: 12px;
  padding: 32px 30px; background: var(--cream-warm);
  border: 1px solid var(--line); border-radius: 8px;
  text-decoration: none; color: inherit;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.branch-card:hover { transform: translateY(-3px); border-color: var(--navy); box-shadow: var(--shadow-card); }
.branch-card .bc-norm {
  font-size: 11px; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--burgund);
}
.branch-card h3 { font-size: 21px; line-height: 1.2; }
.branch-card p { font-size: 15px; line-height: 1.55; color: var(--text-soft); }
.branch-card .bc-link {
  margin-top: auto; padding-top: 10px; font-size: 14px; font-weight: 700;
  color: var(--navy); display: inline-flex; align-items: center; gap: 6px;
  transition: color 0.2s ease;
}
.branch-card .bc-link::after { content: '→'; transition: transform 0.2s ease; }
.branch-card:hover .bc-link { color: var(--burgund); }
.branch-card:hover .bc-link::after { transform: translateX(4px); }
@media (max-width: 900px) { .branchen { padding: 64px 0; } .branch-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .branch-grid { grid-template-columns: 1fr; } }

/* ---------- SPOKE / DACH HERO (typographic, navy) ---------- */
.spoke-hero {
  position: relative; overflow: hidden;
  background: radial-gradient(130% 120% at 12% -10%, var(--navy-soft) 0%, var(--navy) 58%);
  color: var(--cream); padding: 44px 0 88px;
}
.spoke-hero::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--burgund) 0%, var(--burgund-soft) 55%, transparent 100%);
}
.spoke-hero::after {
  content: 'S'; position: absolute; right: -3%; bottom: -26%;
  font-size: 420px; font-weight: 800; line-height: 1;
  color: rgba(250, 248, 243, 0.035); pointer-events: none; user-select: none;
}
.spoke-hero .container { position: relative; z-index: 1; }
.spoke-hero .crumb { color: rgba(250, 248, 243, 0.55); padding: 0 0 26px; }
.spoke-hero .crumb a { color: rgba(250, 248, 243, 0.55); }
.spoke-hero .crumb a:hover { color: var(--burgund-soft); }
.spoke-hero .crumb .current { color: var(--cream); font-weight: 600; }
.spoke-hero .sh-grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: 60px; align-items: center; }
.spoke-hero .label {
  font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--burgund-soft); display: inline-flex; align-items: center; gap: 12px; margin-bottom: 22px;
}
.spoke-hero .label::before { content: ''; width: 32px; height: 2px; background: var(--burgund-soft); }
.spoke-hero h1 {
  color: var(--cream); font-size: clamp(34px, 4.6vw, 58px); line-height: 1.04;
  letter-spacing: -0.028em; margin-bottom: 24px; text-wrap: balance;
}
.spoke-hero h1 em { font-style: normal; color: var(--burgund-soft); }
.spoke-hero .sh-lead {
  font-size: 19px; line-height: 1.55; color: rgba(250, 248, 243, 0.8);
  margin-bottom: 34px; max-width: 580px;
}
.spoke-hero .sh-ctas { display: flex; gap: 14px; flex-wrap: wrap; }
.spoke-hero .btn-primary { background: var(--burgund); }
.spoke-hero .btn-primary:hover { background: var(--burgund-soft); }
.spoke-hero .btn-secondary { color: var(--cream); border-color: var(--line-dark); }
.spoke-hero .btn-secondary:hover { background: var(--cream); color: var(--navy); border-color: var(--cream); }
.spoke-hero .moment {
  background: rgba(250, 248, 243, 0.05);
  border: 1px solid var(--line-dark); border-left: 3px solid var(--burgund-soft);
  padding: 30px 32px; border-radius: 8px;
  box-shadow: 0 30px 60px -28px rgba(0, 0, 0, 0.6);
}
.spoke-hero .moment .m-time {
  font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--burgund-soft); margin-bottom: 12px;
}
.spoke-hero .moment .m-text { font-size: 20px; line-height: 1.4; color: var(--cream); font-weight: 700; letter-spacing: -0.01em; }
.spoke-hero .moment .m-note { margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line-dark); font-size: 14px; line-height: 1.55; color: rgba(250, 248, 243, 0.7); }
.spoke-hero .sh-meta { display: flex; gap: 30px; flex-wrap: wrap; margin-top: 36px; padding-top: 26px; border-top: 1px solid var(--line-dark); }
.spoke-hero .sh-meta .item { display: flex; flex-direction: column; gap: 3px; }
.spoke-hero .sh-meta .k { font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--burgund-soft); font-weight: 700; }
.spoke-hero .sh-meta .v { font-size: 15px; font-weight: 700; color: var(--cream); }
@media (max-width: 900px) {
  .spoke-hero { padding: 32px 0 64px; }
  .spoke-hero .sh-grid { grid-template-columns: 1fr; gap: 40px; }
  .spoke-hero::after { font-size: 280px; }
}

/* ---------- SYSTEM CHIPS ---------- */
.sys-chips { display: flex; flex-wrap: wrap; gap: 12px; }
.sys-chip {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 11px 18px; background: var(--cream); border: 1px solid var(--line);
  border-radius: 999px; font-weight: 700; font-size: 14px; color: var(--navy);
}
.sys-chip::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--burgund); }

/* ---------- FEATURE GRID (neutral value bullets) ---------- */
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-item {
  padding: 28px 26px; background: var(--cream); border: 1px solid var(--line);
  border-radius: 8px; border-left: 3px solid var(--burgund);
}
.feature-item .fi-k { font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--burgund); margin-bottom: 12px; }
.feature-item h4 { font-size: 18px; line-height: 1.25; margin-bottom: 10px; }
.feature-item p { font-size: 15px; line-height: 1.55; color: var(--text-soft); }
.feature-grid.on-warm .feature-item { background: var(--cream); }
@media (max-width: 900px) { .feature-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .feature-grid { grid-template-columns: 1fr; } }

/* ---------- USP / POSITIONING BAND ---------- */
.usp-band {
  background: var(--navy); color: var(--cream);
  padding: 96px 0; position: relative; overflow: hidden;
}
.usp-band::before {
  content: ''; position: absolute; top: -40%; right: -12%;
  width: 620px; height: 620px; border-radius: 50%;
  background: radial-gradient(circle, rgba(139, 31, 47, 0.20), transparent 70%); pointer-events: none;
}
.usp-band .container { position: relative; }
.usp-band .usp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.usp-band .label { color: var(--burgund-soft); }
.usp-band .label::before { background: var(--burgund-soft); }
.usp-band h2 { color: var(--cream); font-size: clamp(30px, 3.8vw, 46px); line-height: 1.08; letter-spacing: -0.025em; margin-bottom: 22px; text-wrap: balance; }
.usp-band h2 em { font-style: normal; color: var(--burgund-soft); }
.usp-band > .container > .usp-grid p { font-size: 18px; line-height: 1.65; color: rgba(250, 248, 243, 0.8); margin-bottom: 16px; }
.usp-band .usp-question {
  background: rgba(250, 248, 243, 0.05); border: 1px solid var(--line-dark);
  border-left: 3px solid var(--burgund-soft); padding: 30px 32px; border-radius: 8px;
}
.usp-band .usp-question .q { font-size: 21px; line-height: 1.4; color: var(--cream); font-weight: 700; letter-spacing: -0.01em; }
.usp-band .usp-question .a { margin-top: 16px; font-size: 16px; line-height: 1.6; color: rgba(250, 248, 243, 0.78); }
.usp-band .usp-question .a strong { color: var(--cream); }
@media (max-width: 900px) { .usp-band { padding: 64px 0; } .usp-band .usp-grid { grid-template-columns: 1fr; gap: 36px; } }

/* ---------- BREADCRUMB ---------- */
.crumb {
  font-size: 13px; color: var(--text-muted);
  padding: 18px 0 0;
}
.crumb a { color: var(--text-muted); text-decoration: none; }
.crumb a:hover { color: var(--burgund); }
.crumb .sep { padding: 0 8px; opacity: 0.5; }
.crumb .current { color: var(--navy); font-weight: 600; }

/* ---------- PAGE BANNER (alt to editorial-hero for sub-pages) ---------- */
.page-banner-2 {
  background: var(--cream-warm);
  padding: 56px 0 72px;
  border-bottom: 1px solid var(--line);
}
.page-banner-2 .pb-grid {
  display: grid; grid-template-columns: 1.2fr 1fr;
  gap: 64px; align-items: end;
}
.page-banner-2 .pb-text .label {
  font-size: 12px; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--burgund);
  display: inline-flex; align-items: center; gap: 12px; margin-bottom: 16px;
}
.page-banner-2 .pb-text .label::before {
  content: ''; width: 32px; height: 2px; background: var(--burgund);
}
.page-banner-2 .pb-text h1 {
  font-size: clamp(34px, 4.8vw, 56px); line-height: 1.05;
  letter-spacing: -0.025em; margin-bottom: 22px;
  text-wrap: balance;
}
.page-banner-2 .pb-text h1 em { font-style: normal; color: var(--burgund); }
.page-banner-2 .pb-text p {
  font-size: 18px; line-height: 1.55; color: var(--text-soft);
  max-width: 580px;
}
.page-banner-2 .pb-meta {
  padding-left: 32px; border-left: 1px solid var(--line);
}
.page-banner-2 .pb-meta dt {
  font-size: 12px; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--text-muted);
  margin-bottom: 6px;
}
.page-banner-2 .pb-meta dd {
  font-size: 15px; color: var(--navy); font-weight: 600;
  margin: 0 0 18px;
}
.page-banner-2 .pb-meta dd:last-child { margin-bottom: 0; }
@media (max-width: 900px) {
  .page-banner-2 .pb-grid { grid-template-columns: 1fr; gap: 32px; }
  .page-banner-2 .pb-meta { padding-left: 0; border-left: 0;
    padding-top: 24px; border-top: 1px solid var(--line); }
}

/* ---------- CONTACT BANNER PORTRAIT ---------- */
.page-banner-2 .pb-grid.pb-grid--portrait { align-items: center; grid-template-columns: 1.18fr 0.82fr; }
.pb-portrait {
  position: relative; border-radius: 10px; overflow: hidden;
  aspect-ratio: 4/5; max-width: 340px; margin-left: auto; width: 100%;
  box-shadow: var(--shadow-image); background: var(--navy);
}
.pb-portrait img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pb-portrait .cap {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 20px 22px 18px;
  background: linear-gradient(to top, rgba(13,27,42,0.92), rgba(13,27,42,0));
  color: var(--cream);
}
.pb-portrait .cap strong { display: block; font-size: 16px; font-weight: 700; letter-spacing: -0.01em; }
.pb-portrait .cap span { font-size: 13px; color: rgba(250, 248, 243, 0.82); }
.pb-contact {
  display: flex; flex-wrap: wrap; gap: 10px 24px; align-items: center;
  margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--line);
}
.pb-contact a { font-weight: 700; color: var(--navy); text-decoration: none; font-size: 16px; }
.pb-contact a:hover { color: var(--burgund); }
.pb-contact .hours { font-size: 14px; color: var(--text-muted); }
@media (max-width: 900px) {
  .page-banner-2 .pb-grid.pb-grid--portrait { grid-template-columns: 1fr; }
  .pb-portrait { margin: 0; max-width: 280px; }
}

/* ---------- THEMEN / NEWS LIST (long page) ---------- */
.news-list {
  display: flex; flex-direction: column;
  border-top: 1px solid var(--line);
}
.news-list .item {
  display: grid; grid-template-columns: 180px 1fr auto;
  gap: 32px; padding: 28px 0;
  border-bottom: 1px solid var(--line);
  align-items: start; text-decoration: none; color: inherit;
  transition: background 0.15s ease;
}
.news-list .item:hover { background: var(--cream-warm); padding-left: 16px; padding-right: 16px; }
.news-list .item .meta {
  font-size: 13px; color: var(--text-muted);
  letter-spacing: 0.04em; text-transform: uppercase; font-weight: 600;
}
.news-list .item .meta .cat {
  display: block; color: var(--burgund); font-weight: 700; margin-bottom: 4px;
}
.news-list .item h3 {
  font-size: 19px; line-height: 1.3; margin-bottom: 6px;
}
.news-list .item p {
  font-size: 15px; line-height: 1.55; color: var(--text-soft); max-width: 640px;
}
.news-list .item .arr {
  font-size: 18px; color: var(--burgund); font-weight: 700;
  align-self: center; transition: transform 0.2s ease;
}
.news-list .item:hover .arr { transform: translateX(4px); }
@media (max-width: 700px) {
  .news-list .item { grid-template-columns: 1fr; gap: 8px; }
  .news-list .item .arr { display: none; }
}
