/* ==========================================================================
   MoonWalk — PAGE widget: locations page banner
   ========================================================================== */

/* Element-qualified so this padding beats the shared section rule in
   moonwalk-base.css, which is also element-qualified. */
section.moonwalk-page-hero {
  --moonwalk-page-hero-pill: #ffab91;
  --moonwalk-page-hero-pad-t: 3rem;
  --moonwalk-page-hero-pad-b: 2rem;

  padding: var(--moonwalk-page-hero-pad-t) 0 var(--moonwalk-page-hero-pad-b);
  text-align: center;
  position: relative;
  width: 100%;
}

.moonwalk-page-hero .page-hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 87, 34, 0.12);
  border: 1px solid rgba(255, 87, 34, 0.3);
  padding: 0.35rem 1.1rem;
  border-radius: 50px;
  color: var(--moonwalk-page-hero-pill);
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.moonwalk-page-hero .page-hero-title {
  font-size: clamp(2.2rem, 4.5vw, 4rem);
  text-transform: uppercase;
  margin-bottom: 0.8rem;
}

/* The locations page used a slightly wider, tighter subtitle than the
   homepage; keep that here rather than forking the shared utility. */
.moonwalk-page-hero .section-subtitle {
  max-width: 640px;
  margin-bottom: 2.5rem;
}
