/* SDWLK ART — approved desktop typography scale (v1) */
/* Desktop reference: 1280px. Existing responsive sizing remains intact below 1024px. */
@media (min-width: 1024px) {
  /* Home hero */
  .hero h1 {
    font-size: 106px !important;
  }

  /* General editorial section headings */
  .section-heading h2,
  .reveal h2,
  .editions-copy h2,
  .partners-copy h2,
  .artist h2,
  .exhibitions h2,
  .manifesto h2 {
    font-size: 76px !important;
  }

  /* Keep Global Lens as the secondary featured heading */
  .world-copy h2 {
    font-size: 64px !important;
  }

  /* Collection, Discovery, Exhibitions, and legal page titles */
  .collection-intro h1,
  .discovery-intro h1,
  .exhibitions-intro h1,
  .legal-intro h1 {
    font-size: 86px !important;
  }

  /* Contact */
  .contact h2 {
    font-size: 82px !important;
  }

  /* Collection lightbox title */
  .artwork-lightbox .lightbox-copy h2,
  .lightbox-copy h2,
  .lightbox-title {
    font-size: 56px !important;
  }

  /* Main reading copy: a consistent, comfortable editorial size */
  .section-heading > p,
  .world-copy > p,
  .editions-copy > p,
  .partners-copy > p,
  .artist > p,
  .collection-intro > p,
  .discovery-intro > p,
  .exhibitions-intro > p,
  .legal-intro > p,
  .contact-copy > p:not(.section-label) {
    font-size: 18px !important;
  }

  /* Small editorial labels remain intentionally compact */
  .section-label,
  .map-index-label,
  .exhibition-hero-images figcaption {
    font-size: 12px !important;
  }
}
