/* =============================================================
   DAZZLETIC – Desktop-Stufe  (MOBILE FIRST, ab 1025px)
   Überschreibt auf die Styleguide-„Desktop"-Werte (~1512px).
   Gilt für alle großen Screens ab 1025px (Laptop bis Desktop).
   ============================================================= */
@media (min-width: 1025px) {
  :root {
    /* Abstände */
    --space-gutter:      48px;
    --space-section:     96px;
    --space-section-lg:  118px;
    --space-heading-gap: 32px;

    /* Schriftgrößen */
    --fs-h1-hero:          44px;
    --fs-h2-section:       32px;
    --fs-h3-card:          22px;
    --fs-body:             22px;
    --fs-label-category:   18px;
    --fs-credit-article:   20px;
    --fs-button-primary:   32px;
    --fs-button-secondary: 20px;
    --fs-page-title:       52px;
    --fs-page-title-legal: 46px;
  }
}
