/* =============================================================
   DAZZLETIC – Landscape-Stufe  (MOBILE FIRST, ab 769px)
   Überschreibt auf die Styleguide-„Landscape"-Werte
   (Tablet quer, ~1024px).
   ============================================================= */
@media (min-width: 769px) {
  :root {
    /* Abstände */
    --space-gutter:      24px;
    --space-section:     96px;
    --space-section-lg:  110px;
    --space-heading-gap: 25px;

    /* Schriftgrößen */
    --fs-h1-hero:          34px;
    --fs-h2-section:       32px;
    --fs-h3-card:          18px;
    --fs-body:             20px;
    --fs-label-category:   16px;
    --fs-credit-article:   15px;
    --fs-button-primary:   32px;
    --fs-button-secondary: 20px;
    --fs-page-title:       40px;
    /* --fs-page-title-legal bleibt 26 (Styleguide gibt Landscape nicht an) */
  }
}
