.campaign { min-height: 0; grid-template-rows: auto auto auto; }
.hero__shade {
  background:
    radial-gradient(ellipse at center, rgb(0 0 0 / 18%) 0 22%, rgb(0 0 0 / 10%) 48%, transparent 78%),
    linear-gradient(to bottom, transparent, rgb(0 0 0 / 18%));
}
.hero { grid-template-columns: minmax(280px, 370px) minmax(0, 1fr); gap: 36px; padding: 44px 24px; }
.hero__content { grid-column: 2; grid-row: 1; width: 100%; padding: 0; }
.hero > .flyer-show { grid-column: 1; grid-row: 1; }
.hero__eyebrow { font-size: clamp(2rem, 4vw, 4rem); }
h1 { font-size: clamp(4rem, 7vw, 7.5rem); }
.flyer-show { position: relative; z-index: 4; width: 100%; min-width: 0; padding: 12px; background: rgb(5 7 5 / 75%); border: 1px solid rgb(237 150 63 / 35%); border-radius: 8px; box-shadow: 0 16px 48px #0009; }
.flyer-show__heading { margin: 0 0 10px; font: 14px Arial, sans-serif; color: #ed963f; text-align: center; letter-spacing: .08em; text-transform: uppercase; }
.flyer-show__stage { display: grid; }
.flyer-show__stage .halloween-tile { grid-area: 1 / 1; align-self: center; }
.flyer-show__stage .halloween-tile[hidden] { display: none; }
.flyer-show__stage { aspect-ratio: 1000 / 2117; }
.flyer-show__controls { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: 12px; }
.flyer-show button { min-width: 40px; min-height: 40px; border: 1px solid #8c6745; border-radius: 4px; background: #171a16; color: #eee; font: 14px Arial, sans-serif; cursor: pointer; }
.flyer-show button:hover, .flyer-show button[aria-pressed="true"] { background: #b65616; color: white; }
.flyer-show button:focus-visible { outline: 2px solid white; outline-offset: 3px; }
.flyer-show__status { display: block; text-align: center; margin-top: 10px; font: 13px Arial, sans-serif; color: #d0c8bc; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.cta {
  color: #0a0a08;
  background: #f66c00 url("assets/footer-orange-texture.png") center / cover no-repeat;
  padding: 16px 20px;
}
.cta p { font-size: clamp(1.4rem, 2.8vw, 2.8rem); }
.cta span { color: #0a0a08; }
@media (min-width: 1200px) {
  .hero {
    grid-template-columns: minmax(280px, 26vw) minmax(0, 1fr) minmax(280px, 26vw);
    gap: 24px;
  }
  .hero > .flyer-show { max-width: 370px; justify-self: start; }
  .hero__content { justify-self: center; text-align: center; }
  h1 { font-size: clamp(4rem, 5.5vw, 7rem); }
  .hero__eyebrow { font-size: clamp(2rem, 3.5vw, 4rem); }
}
@media (max-width: 760px) {
  .hero { grid-template-columns: minmax(0, 1fr); padding: 32px 20px 20px; gap: 28px; }
  .hero__content { grid-column: 1; grid-row: 1; width: 100%; }
  .hero > .flyer-show { grid-column: 1; grid-row: 2; }
  .flyer-show { width: min(100%, 380px); justify-self: center; }
  h1 { font-size: clamp(3.5rem, 13vw, 6rem); }
}
