/* ============================================================
   Bildfunk — x-Familie „Planungsbüro" (Bauplan E M-Planung, Seite #15)
   1) Gewerke-Querverweis (Spec S4): 3 Hairline-Panels mit Monoline-
      Icon, Mono-Nummer und Ziel-Link auf die drei Technikbereiche
      (Bauplan E: „Querverweise auf alle drei Technikbereiche";
      bewusst Hairline-Matrix, kein Standard-3er-Card-Grid).
   2) Team-Fakten-Sektion (Spec S5, D24-belegt): Editorial-Split mit
      Planungsteam-Panel (3/2/1-Aufstellung) + Mono-Fakten-Chips.
   3) .bfx-planung-pad: Abstands-Helfer für das T2-Normen-Panel —
      es folgt hier lt. Spec auf die Ablauf-Sektion (Surface),
      nicht wie im T2 auf die weiße Wartungs-Sektion.
   Nur DS-Tokens · Präfix .bfx-planung- · Breakpoints 1080/760/600.
   ============================================================ */

/* ------------------------------------------------------------
   1) Gewerke-Querverweis — 3 Hairline-Panels
   ------------------------------------------------------------ */
.bfx-planung-gewerke { background: #fff; padding: 96px 0; }
.bfx-planung-gewerke-head { max-width: 720px; margin-bottom: 48px; }
.bfx-planung-gewerke-head .bf-h2 { margin: 18px 0 16px; }
.bfx-planung-gewerke-copy { font-size: 17px; line-height: 1.7; color: var(--bf-text-muted); margin: 0; max-width: 60ch; text-wrap: pretty; }

.bfx-planung-gewerke-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 2px solid var(--bf-border-strong); }
.bfx-planung-gewerk { display: flex; flex-direction: column; padding: 32px 30px 28px; border-left: 1px solid var(--bf-border); text-decoration: none; transition: background var(--bf-dur-base) var(--bf-ease-standard); }
.bfx-planung-gewerk:first-child { border-left: none; padding-left: 0; }
.bfx-planung-gewerk:hover { background: var(--bf-surface); text-decoration: none; }
.bfx-planung-gewerk:first-child:hover { box-shadow: -30px 0 0 var(--bf-surface); }
.bfx-planung-gewerk-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 22px; }
.bfx-planung-gewerk-ico { color: var(--bf-blue); display: flex; }
.bfx-planung-gewerk-n { font-family: var(--bf-font-mono); font-size: 12px; color: var(--bf-orange-800); }
.bfx-planung-gewerk-title { font-size: 20px; font-weight: 600; letter-spacing: -0.01em; color: var(--bf-text); margin: 0 0 8px; }
.bfx-planung-gewerk-body { font-size: 14px; line-height: 1.6; color: var(--bf-text-muted); margin: 0 0 20px; }
.bfx-planung-gewerk-foot { margin-top: auto; display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: var(--bf-blue); }
.bfx-planung-gewerk-foot svg { transition: transform var(--bf-dur-base) var(--bf-ease-standard); }
.bfx-planung-gewerk:hover .bfx-planung-gewerk-foot svg { transform: translateX(4px); }

/* ------------------------------------------------------------
   2) Team-Fakten-Sektion — Editorial-Split + Planungsteam-Panel
   ------------------------------------------------------------ */
.bfx-planung-team { background: #fff; border-top: 1px solid var(--bf-border); padding: 96px 0; }
.bfx-planung-team-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 72px; align-items: start; }
.bfx-planung-team-l .bf-kicker { margin-bottom: 18px; }
.bfx-planung-team-l .bf-h2 { margin: 0 0 22px; }
.bfx-planung-team-copy { font-size: 17px; line-height: 1.7; color: var(--bf-text-muted); margin: 0; max-width: 560px; text-wrap: pretty; }

/* Mono-Fakten-Chips (Kennzahlen wörtlich aus der Spec, D24-belegt) */
.bfx-planung-facts { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.bfx-planung-fact { display: inline-flex; align-items: center; gap: 10px; font-family: var(--bf-font-mono); font-size: 12px; letter-spacing: 0.04em; color: var(--bf-text); border: 1px solid var(--bf-border); border-radius: var(--bf-radius-md); padding: 9px 14px; }
.bfx-planung-fact::before { content: ""; width: 7px; height: 7px; background: var(--bf-orange); transform: rotate(45deg); flex-shrink: 0; }

/* Planungsteam-Panel: 3/2/1-Aufstellung mit großer Mono-Zahl */
.bfx-planung-team-panel { background: var(--bf-surface); border: 1px solid var(--bf-border); border-radius: var(--bf-radius-xl); padding: 30px 34px; }
.bfx-planung-team-k { font-family: var(--bf-font-mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--bf-text-muted); display: block; margin-bottom: 10px; }
.bfx-planung-role { display: grid; grid-template-columns: 64px 1fr; align-items: baseline; gap: 18px; padding: 16px 0; border-top: 1px solid var(--bf-border); }
.bfx-planung-role-n { font-family: var(--bf-font-mono); font-size: 34px; font-weight: 600; line-height: 1; color: var(--bf-blue); }
.bfx-planung-role-t { font-size: 16px; font-weight: 600; letter-spacing: -0.01em; color: var(--bf-text); line-height: 1.4; }
.bfx-planung-team-foot { margin: 14px 0 0; padding-top: 16px; border-top: 1px solid var(--bf-border); font-family: var(--bf-font-mono); font-size: 12px; line-height: 1.6; color: var(--bf-text-muted); }

/* ------------------------------------------------------------
   3) Abstands-Helfer für das Normen-Panel nach der Ablauf-Sektion
   ------------------------------------------------------------ */
.bfx-planung-pad { padding-top: 96px; }

/* ------------------------------------------------------------
   Responsive (Breakpoints wie Master: 1080 / 760 / 600)
   ------------------------------------------------------------ */
@media (max-width: 1080px) {
  .bfx-planung-team-grid { grid-template-columns: 1fr; gap: 44px; }
  .bfx-planung-gewerke-grid { grid-template-columns: 1fr; border-top: none; }
  .bfx-planung-gewerk { border-left: none; border-top: 2px solid var(--bf-border-strong); padding: 26px 0 24px; }
  .bfx-planung-gewerk:first-child { padding-left: 0; }
  .bfx-planung-gewerk:hover, .bfx-planung-gewerk:first-child:hover { background: transparent; box-shadow: none; }
}
@media (max-width: 600px) {
  .bfx-planung-gewerke, .bfx-planung-team { padding: 64px 0; }
  .bfx-planung-gewerke-head { margin-bottom: 36px; }
  .bfx-planung-team-panel { padding: 24px 22px; }
  .bfx-planung-role { grid-template-columns: 48px 1fr; gap: 14px; padding: 13px 0; }
  .bfx-planung-role-n { font-size: 28px; }
  .bfx-planung-pad { padding-top: 64px; }
}
