@layer pages {
  /* Ownership: Zoë Speaks page presentation only.
     Masthead layout, typography and breadcrumbs are shared by every
     pillar/series/season landing page in pillar-landing-masthead.css
     (this pillar uses the shared default image saturation, so nothing
     to override here). This file only needs its own below-the-fold
     section styles and must not redefine shared masthead or card geometry. */
  .zoe-speaks-page {
    padding-top: clamp(2.25rem, 5vw, 4rem);
    padding-bottom: clamp(1.25rem, 3vw, 2rem);
  }

  .zoe-speaks-section {
    margin: 0 0 clamp(3.5rem, 8vw, 7rem);
  }

  .zoe-speaks-section__header {
    max-width: 72rem;
    margin-bottom: clamp(1.25rem, 2.6vw, 2rem);
  }

  .zoe-speaks-section__eyebrow {
    margin: 0 0 0.6rem;
    color: var(--text-accent);
    font-family: var(--font-ui);
    font-size: var(--type-eyebrow-size);
    font-weight: var(--type-weight-bold, 700);
    letter-spacing: var(--type-tracking-eyebrow, 0.12em);
    line-height: var(--type-eyebrow-line, 1.35);
    text-transform: uppercase;
  }

  .zoe-speaks-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));
  }

  .zoe-speaks-section__header .lead {
    max-width: 68ch;
    margin: 0;
  }

  .zoe-speaks-about__copy {
    max-width: 70ch;
    color: var(--text-secondary);
    font-size: var(--type-supporting-copy-size, clamp(1rem, 1.35vw, 1.12rem));
    line-height: var(--type-supporting-copy-line, 1.7);
  }

  .zoe-speaks-about__copy p {
    margin: 0 0 1rem;
  }

  .zoe-speaks-about:has(+ .zoe-speaks-membership .join-cta.is-hidden) {
    margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
  }

  .zoe-speaks-page:has(> .zoe-speaks-membership .join-cta.is-hidden) {
    padding-bottom: clamp(1.25rem, 3vw, 2rem);
  }

  .zoe-speaks-membership .join-cta {
    margin-top: 0;
  }

  @media (max-width: 767px) {
    .zoe-speaks-page {
      padding-top: 2rem;
    }

    .zoe-speaks-section {
      margin-bottom: clamp(3rem, 12vw, 4.5rem);
    }

    .zoe-speaks-about:has(+ .zoe-speaks-membership .join-cta.is-hidden) {
      margin-bottom: clamp(1.25rem, 6vw, 1.75rem);
    }

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