/* Honolulu Happy Hour — ocean dusk theme overrides */
html[data-city-theme="honolulu"] {
  background-color: #0a1820;
  background-image:
    radial-gradient(1100px 560px at 8% -18%, rgba(240, 180, 41, 0.42), transparent 56%),
    radial-gradient(900px 520px at 100% -4%, rgba(43, 179, 163, 0.32), transparent 54%),
    radial-gradient(900px 640px at 48% 118%, rgba(224, 122, 61, 0.28), transparent 62%);
}

html[data-city-theme="honolulu"] body::before {
  background:
    radial-gradient(ellipse 78% 42% at 12% -6%, rgba(240, 180, 41, 0.26), transparent 58%),
    radial-gradient(ellipse 58% 38% at 96% 4%, rgba(43, 179, 163, 0.22), transparent 50%),
    url("/textures/lounge-grain.svg");
  background-size: auto, auto, 118px 118px;
}

html[data-city-theme="honolulu"] .site-footer {
  border-top-color: color-mix(in oklab, #2bb3a3 40%, transparent);
  background: #061016;
}

html[data-city-theme="honolulu"] .hero,
html[data-city-theme="honolulu"] .home-hero,
html[data-city-theme="honolulu"] .panel__media {
  box-shadow: 0 0 0 1px color-mix(in oklab, #2bb3a3 18%, transparent);
}

html[data-city-theme="honolulu"] .lockup__hh {
  color: #2bb3a3;
}
