/* v11 — Heritage homepage mobile stats containment.
   Keep the hero statistics fully inside the hero so they can never overlap Today's Figure. */
@media (max-width: 720px) {
  body.brochure-home .brochure-stats {
    bottom: 0 !important;
    transform: none !important;
    z-index: 10;
  }

  /* Today's Figure now begins immediately after the hero; no artificial spacer is needed. */
  body.brochure-home.has-today-figure .today-figure-home {
    margin-top: 0 !important;
  }

  body.brochure-home.has-today-figure .brochure-hero::after {
    content: none !important;
  }

  /* Keep the normal paper transition after Today's Figure. */
  body.brochure-home.has-today-figure .region-showcase {
    padding-top: 78px !important;
    background: var(--br-cream) !important;
  }

  body.brochure-home.has-today-figure .region-showcase::before {
    top: -15px !important;
    height: 32px !important;
    z-index: 5;
  }

  /* Fallback if Today's Figure cannot be created. The stats are still contained in the hero. */
  body.brochure-home:not(.has-today-figure) .region-showcase {
    padding-top: 78px !important;
    background: var(--br-cream) !important;
  }

  body.brochure-home:not(.has-today-figure) .region-showcase::before {
    top: -15px !important;
    height: 32px !important;
    z-index: 5;
  }
}
