/* Layout & Spacing */
:root{
  --kb-container:1200px;
  --kb-section-pad:120px;        /* Hauptsections Desktop */
  --kb-section-pad-std:80px;     /* Standard EHNES */
  --kb-section-pad-t:60px;
  --kb-section-pad-m:40px;
  --kb-card-pad:40px;            /* Karten / Hero-Karte */
  --kb-gap:10px;                 /* Kachel-Abstand im Grid */
  --kb-header-spacing:70px;      /* Header "Wide Spacing" Desktop */
  --kb-header-spacing-t:50px;
  --kb-header-spacing-m:30px;
  --kb-nav-gap:25px;             /* Menü-Item-Abstand */
  --kb-logo-height:60px;
  --kb-logo-pad:30px;

  /* Semantische Aliase */
  --space-section:var(--kb-section-pad);
  --space-card:var(--kb-card-pad);
  --space-tile-gap:var(--kb-gap);
  --layout-container:var(--kb-container);
}
