@layer components {
  /* Opt-in editorial masthead and section rhythm for pillar landing pages. */
  body.pillar-editorial-masthead .site-header.minimal.with-hero-media {
    min-height: clamp(27rem, 49vh, 31rem);
    border-bottom: 1px solid var(--header-rule);
    box-shadow: none;
  }

  body.pillar-editorial-masthead .site-header.minimal.with-hero-media .hero-media-scrim {
    background:
      linear-gradient(90deg, color-mix(in srgb, var(--bg-primary) 94%, transparent), color-mix(in srgb, var(--bg-primary) 74%, transparent) 58%, color-mix(in srgb, var(--bg-primary) 35%, transparent)),
      linear-gradient(0deg, color-mix(in srgb, var(--bg-primary) 76%, transparent), transparent 55%);
  }

  body.pillar-editorial-masthead .site-header.minimal.with-hero-media .hero-overlay-top {
    top: auto;
    right: auto;
    bottom: clamp(2.75rem, calc(4vh + 1.25rem), 4rem);
    left: max(1rem, calc((100% - min(100% - 2rem, 72rem)) / 2));
    width: min(100% - 2rem, 72rem);
    text-align: left;
    transform: none;
  }

  body.pillar-editorial-masthead .hero-title {
    max-width: 14ch;
    font-size: clamp(2.4rem, 6.4vw, 4.96rem);
    line-height: 1.02;
    text-align: left;
    text-transform: none;
  }

  body.pillar-editorial-masthead .hero-title::after { display: none; }

  .pillar-landing-masthead__eyebrow {
    margin: 0 0 0.75rem;
    color: var(--text-accent);
    font-family: var(--font-ui, inherit);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.35;
    text-transform: uppercase;
  }

  .pillar-landing-masthead__lead,
  .pillar-landing-masthead__copy {
    margin: 0;
    text-align: left;
    text-shadow: var(--hero-overlay-shadow-copy);
  }

  .pillar-landing-masthead__lead {
    max-width: 62ch;
    margin-top: 1.2rem;
    color: var(--hero-overlay-text, var(--text-primary));
    font-family: var(--font-display, inherit);
    font-size: clamp(1.35rem, 2.8vw, 2rem);
    line-height: 1.25;
  }

  .pillar-landing-masthead__copy {
    max-width: 72ch;
    margin-top: 0.7rem;
    color: var(--hero-overlay-subtext, var(--text-secondary));
    font-size: clamp(1rem, 1.5vw, 1.16rem);
    line-height: 1.65;
  }

  .pillar-landing-masthead__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.5rem;
  }

  .pillar-landing-masthead__secondary {
    color: var(--hero-overlay-subtext, var(--text-secondary));
    background: color-mix(in srgb, var(--bg-primary) 38%, transparent);
    border-color: color-mix(in srgb, var(--hero-overlay-rule, var(--section-border)) 66%, transparent);
    box-shadow: none;
    opacity: 0.7;
  }

  body.pillar-editorial-masthead .pillar-landing-section {
    margin-block: clamp(2rem, 4vw, 3rem);
  }

  body.pillar-editorial-masthead .pillar-landing-section__header {
    margin-bottom: clamp(1rem, 2vw, 1.5rem);
  }

  body.pillar-editorial-masthead .pillar-landing-section__header .section-heading {
    margin: 0 0 0.75rem;
  }

  body.pillar-editorial-masthead .pillar-landing-section__lead {
    max-width: 68ch;
    margin: 0;
    color: var(--text-secondary);
    line-height: 1.6;
  }

  @media (max-width: 767px) {
    body.pillar-editorial-masthead .site-header.minimal.with-hero-media {
      min-height: min(24.5rem, 74svh);
    }

    body.pillar-editorial-masthead .site-header.minimal.with-hero-media .hero-overlay-top {
      right: 0.625rem;
      bottom: calc(clamp(1.25rem, 3.5vh, 2rem) + 10px);
      left: 0.625rem;
      width: auto;
    }

    body.pillar-editorial-masthead .hero-title {
      max-width: 12ch;
      font-size: clamp(2.05rem, 9vw, 2.55rem);
    }

    .pillar-landing-masthead__eyebrow {
      margin-bottom: 0.55rem;
      font-size: 0.66rem;
      letter-spacing: 0.1em;
    }

    .pillar-landing-masthead__lead {
      margin-top: 0.8rem;
      font-size: clamp(1.1rem, 4.7vw, 1.35rem);
      line-height: 1.28;
    }

    .pillar-landing-masthead__copy {
      margin-top: 0.5rem;
      font-size: 0.94rem;
      line-height: 1.5;
    }

    .pillar-landing-masthead__actions {
      justify-content: center;
      gap: 0.6rem;
      margin-top: 1rem;
    }

    body.pillar-editorial-masthead .pillar-landing-section {
      margin-block: clamp(1.5rem, 7vw, 2rem);
    }
  }
}
