/* London Baby 2026 — Hero card logo-informed typography
   Scope: main day hero cards only.
   Purpose: carry the London Baby masthead's refined serif influence into
   hero titles and subtitles while preserving normal capitalization. */

html body #app.app-shell .hero h2,
html body #app.app-shell #heroTitle {
  font-family: Georgia, 'Times New Roman', serif !important;
  font-weight: 800 !important;
  text-transform: none !important;
  letter-spacing: .01em !important;
  line-height: .98 !important;
  color: #ffffff !important;
  text-shadow: 0 2px 2px rgba(5, 12, 28, .32), 0 12px 28px rgba(5, 12, 28, .34) !important;
  font-feature-settings: "kern" 1, "liga" 1 !important;
}

html body #app.app-shell .hero p,
html body #app.app-shell #heroTheme {
  font-family: Georgia, 'Times New Roman', serif !important;
  font-weight: 400 !important;
  text-transform: none !important;
  letter-spacing: .002em !important;
  line-height: 1.08 !important;
  color: #ffffff !important;
  text-shadow: 0 2px 2px rgba(5, 12, 28, .34), 0 10px 24px rgba(5, 12, 28, .34) !important;
  font-feature-settings: "kern" 1, "liga" 1 !important;
}

@media (max-width: 720px) {
  html body #app.app-shell .hero h2,
  html body #app.app-shell #heroTitle {
    font-size: clamp(31px, 8.4vw, 43px) !important;
    letter-spacing: .005em !important;
  }

  html body #app.app-shell .hero p,
  html body #app.app-shell #heroTheme {
    font-size: clamp(21px, 5.6vw, 29px) !important;
  }
}

/* London Baby 2026 — Event card logo-informed typography
   Scope: individual itinerary event card titles only.
   Purpose: apply the same refined serif font family used by the London Baby
   masthead/hero treatment while preserving the existing black/champagne plaque
   color system. */
html body #app.app-shell .entries .entry-card .entry-copy h3,
html body #app.app-shell .entries .entry-card h3 {
  font-family: Georgia, 'Times New Roman', serif !important;
  text-transform: none !important;
  font-weight: 800 !important;
  letter-spacing: -.018em !important;
  line-height: 1.03 !important;
  color: var(--apple-brass-ink, #1f1a10) !important;
  font-feature-settings: "kern" 1, "liga" 1 !important;
}

html body #app.app-shell .entries .entry-card.golden-horizon-card.status-confirmed .entry-copy h3,
html body #app.app-shell .entries .entry-card.golden-horizon-card:has(.tag.confirmed) .entry-copy h3 {
  font-family: Georgia, 'Times New Roman', serif !important;
  font-weight: 800 !important;
  letter-spacing: -.018em !important;
  line-height: 1.03 !important;
  color: var(--apple-brass-ink, #1f1a10) !important;
}
