/* =========================================================
   LONDON BABY 2026 — HERO DATE BANNER PROMINENCE
   Purpose: make the day/date label a full-width section header
   for every hero card, using the existing gold-accent glass system.
   Scope: hero cards only. Functional changes: none.
========================================================= */

html body #app.app-shell .hero .hero-copy {
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 0 !important;
  padding-top: clamp(26px, 5vw, 38px) !important;
}

html body #app.app-shell .hero .hero-pill {
  box-sizing: border-box !important;
  width: min(100%, 640px) !important;
  max-width: 100% !important;
  min-height: 44px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: stretch !important;
  margin: 0 0 clamp(20px, 4vw, 28px) 0 !important;
  padding: 12px clamp(18px, 4vw, 28px) !important;
  border-radius: 999px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.92), rgba(244,248,255,.76)),
    linear-gradient(90deg, rgba(201,154,51,.10), rgba(255,255,255,.50), rgba(201,154,51,.08)) !important;
  border: 1px solid var(--lb-baby-gold-medium, rgba(201,154,51,.64)) !important;
  color: var(--lb-glass-ink, #0b1730) !important;
  -webkit-text-fill-color: var(--lb-glass-ink, #0b1730) !important;
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'Inter', system-ui, sans-serif !important;
  font-size: clamp(.86rem, 2.2vw, 1rem) !important;
  font-weight: 850 !important;
  letter-spacing: .15em !important;
  line-height: 1.05 !important;
  text-transform: uppercase !important;
  text-align: center !important;
  white-space: nowrap !important;
  text-shadow: none !important;
  box-shadow:
    0 10px 24px rgba(30,48,78,.12),
    0 0 0 1px rgba(255,255,255,.52),
    inset 0 1px 0 rgba(255,255,255,.96),
    inset 0 -1px 0 rgba(201,154,51,.12) !important;
}

/* Keep the main headline clearly below the new date banner. */
html body #app.app-shell .hero h2 {
  margin-top: 0 !important;
}

@media (max-width: 720px) {
  html body #app.app-shell .hero .hero-copy {
    left: 24px !important;
    right: 24px !important;
    bottom: 26px !important;
    max-width: calc(100% - 48px) !important;
    padding-top: 30px !important;
  }

  html body #app.app-shell .hero .hero-pill {
    width: 100% !important;
    min-height: 46px !important;
    margin-bottom: 22px !important;
    padding: 13px 16px !important;
    font-size: clamp(.86rem, 4vw, 1.05rem) !important;
    letter-spacing: .145em !important;
  }
}

@media (max-width: 430px) {
  html body #app.app-shell .hero .hero-copy {
    left: 22px !important;
    right: 22px !important;
    bottom: 24px !important;
    max-width: calc(100% - 44px) !important;
  }

  html body #app.app-shell .hero .hero-pill {
    min-height: 44px !important;
    padding: 12px 14px !important;
    margin-bottom: 20px !important;
    font-size: clamp(.78rem, 3.85vw, .98rem) !important;
    letter-spacing: .13em !important;
  }
}
