@layer pages {
  /* Ownership: Gallery landing-page presentation only.
     Masthead layout, typography and breadcrumbs are shared by every
     pillar/series/season landing page in pillar-landing-masthead.css.
     This file only needs the one value that differs here (image
     saturation) plus this pillar's own below-the-fold section styles. */
  body.red.gallery-editorial {
    --masthead-image-saturate: 0.56;
  }

  body.gallery .gallery-page {
    padding-block:
      clamp(2.25rem, 5vw, 4rem)
      clamp(1.25rem, 3vw, 2rem);
  }

  body.gallery .gallery-page:has(> .landing-pitch) {
    padding-top: 0;
  }

  body.gallery .gallery-section__header .section-heading {
    margin: 0 0 0.75rem;
    padding: 0;
    border: 0;
    font-size: var(--type-section-heading-size, clamp(1.8rem, 3vw, 2.7rem));
  }

  @media (max-width: 767px) {
    body.gallery .gallery-page {
      padding-top: 0;
    }

    body.gallery .gallery-section__header .section-heading {
      font-size: clamp(1.55rem, 7vw, 2rem);
    }
  }
}
