/*
   Home surface
   ------------
   The booking console still uses styles.css. This file owns only the public
   landing surface so its layout can stay faithful to the supplied reference
   without changing the booking, account, or venue-management components.
*/
:root {
  --home-bg: #050b14;
  --home-bg-deep: #020811;
  --home-surface: #0d1825;
  --home-line: rgba(157, 203, 226, .22);
  --home-line-soft: rgba(157, 203, 226, .12);
  --home-text: #f5f9fc;
  --home-muted: #b7c6d0;
  --home-blue: #218fe8;
  --home-blue-bright: #55b6ff;
  --home-lime: #c9f46e;
  --home-width: 1720px;
}

.home-page {
  min-width: 320px;
  color: var(--home-text);
  background:
    radial-gradient(850px 520px at 86% 22%, rgba(23, 73, 108, .19), transparent 72%),
    var(--home-bg);
  font-family: Inter, "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
}

.home-page a { color: inherit; }
.home-icon {
  display: block;
  width: 1.25em;
  height: 1.25em;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.home-icon use { pointer-events: none; }
.home-page :is(a, button, input, select, summary):focus-visible {
  outline: 2px solid #80ceff;
  outline-offset: 3px;
}
.home-page main {
  width: 100%;
  max-width: none;
  /* styles.css retains legacy !important padding for the console. */
  padding: 0 0 88px !important;
}

/* Dedicated navigation bar. It has no relationship to the hero positioning. */
.home-page .topbar {
  width: 100%;
  max-width: none;
  height: 94px;
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(157, 203, 226, .1);
  background: #020a16;
}
.home-page .topbar-inner {
  width: min(calc(100% - 9rem), var(--home-width));
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 30px;
}
.home-page .brand {
  flex: 0 0 250px;
  min-width: 0;
  gap: 13px;
  color: #f4f8fb;
  font-size: 1rem;
  letter-spacing: .105em;
}
.home-page .brand > span:last-child { display: grid; gap: 4px; }
.home-page .brand small {
  margin-top: 0;
  color: var(--home-blue-bright);
  font-size: .62rem;
  letter-spacing: .21em;
  line-height: 1;
}
.home-page .brand-dot {
  display: grid;
  width: 42px;
  height: 42px;
  flex-basis: 42px;
  place-items: center;
  border: 0;
  border-radius: 8px;
  color: #218fe8;
  background: rgba(33, 143, 232, .08);
  box-shadow: 0 0 24px rgba(33, 143, 232, .12);
}
.home-page .brand-mark-image { display: block; width: 100%; height: 100%; object-fit: contain; }
.home-page .site-nav {
  flex: 1;
  height: 94px;
  justify-content: flex-start;
  gap: 52px;
}
.home-page .site-nav button,
.home-page .site-nav-link {
  height: 94px;
  border: 0;
  color: #dce5eb;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}
.home-page .site-nav button:hover,
.home-page .site-nav button.active,
.home-page .site-nav-link:hover { color: #fff; }
.home-page .header-actions {
  flex: 0 0 auto;
  min-width: 0;
  gap: 27px;
}
.home-page .app-switcher > summary {
  min-height: 44px;
  gap: 10px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #e1e8ec;
  background: transparent;
  font-size: 1rem;
  font-weight: 600;
}
.home-page .app-switcher > summary:hover,
.home-page .app-switcher[open] > summary {
  border: 0;
  color: #fff;
  background: transparent;
}
.home-page .app-switcher-icon {
  width: 21px;
  height: 21px;
  color: #d7e4ea;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.home-page .app-switcher-chevron {
  width: 14px;
  height: 14px;
  color: #91a4ae;
  transform: rotate(90deg);
  transition: transform .18s ease;
}
.home-page .app-switcher[open] .app-switcher-chevron { transform: rotate(-90deg); }
.home-page .app-switcher-item-icon {
  width: 29px;
  height: 29px;
  padding: 6px;
  color: #a8dcf8;
}
.home-page .app-switcher-item-arrow {
  width: 18px;
  height: 18px;
  color: #8ea6b6;
}
.home-page .account-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #e7edf0;
  background: transparent;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}
.home-page .account-button::before { content: none; display: none; }
.home-page .account-button-icon { width: 24px; height: 24px; color: #dce9f0; }
.home-page .account-button::after {
  top: 50%;
  left: -16px;
  width: 1px;
  height: 27px;
  background: rgba(157, 203, 226, .16);
}
.home-page .account-button:hover { color: #fff; background: transparent; }
.home-page .app-switcher-menu { gap: 4px; }
.home-page .venue-logo-fallback { width: 68%; height: 68%; color: currentColor; }

/* Wide hero with the visual integrated into the dark surface. */
.home-hero-shell {
  position: relative;
  --home-bleed-gutter: 4.5rem;
  width: 100%;
  max-width: none;
  min-height: 390px;
  margin: 0;
}
.home-hero {
  position: relative;
  width: 100%;
  min-height: 310px;
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  align-items: center;
  overflow: hidden;
}
.home-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 580px;
  margin-left: var(--home-bleed-gutter);
  padding: 26px 0 72px;
}
.home-eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 13px;
  padding-left: 7px;
  color: var(--home-blue-bright);
  font-size: .9rem;
  font-weight: 800;
  letter-spacing: .12em;
}
.home-live-dot,
.home-live-green-dot {
  display: inline-block;
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.home-live-dot {
  margin-left: 2px;
  background: var(--home-blue);
  box-shadow: 0 0 0 4px rgba(33, 143, 232, .13), 0 0 13px rgba(33, 143, 232, .75);
}
.home-live-green-dot {
  background: var(--home-lime);
  box-shadow: 0 0 0 5px rgba(201, 244, 110, .1), 0 0 15px rgba(201, 244, 110, .75);
}
.home-hero h1 {
  max-width: 580px;
  margin: 0 0 15px;
  color: var(--home-text);
  font-size: clamp(3.35rem, 4.8vw, 4.6rem);
  font-weight: 800;
  letter-spacing: -.085em;
  line-height: .91;
}
.home-hero h1 em {
  color: var(--home-blue);
  font-style: normal;
}
.home-lede {
  max-width: 490px;
  margin: 0;
  color: var(--home-muted);
  font-size: 1.05rem;
  line-height: 1.48;
}
.home-hero-points {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 13px 22px;
  margin-top: 17px;
  color: #d0dbe0;
  font-size: .87rem;
  font-weight: 500;
}
.home-hero-points span {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
}
.home-hero-points .home-icon {
  display: inline-grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  color: #78e046;
  padding: 4px;
}
.home-hero-points span:nth-child(2) .home-icon { color: var(--home-blue-bright); }
.home-hero-points span:nth-child(3) .home-icon { color: #55b7ff; }
.home-hero-visual {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.home-hero-visual picture,
.home-hero-visual img {
  display: block;
  width: 100%;
  height: 100%;
}
.home-hero-visual img {
  object-fit: cover;
  object-position: center 62%;
  filter: saturate(.88) contrast(1.04) brightness(.76);
}
.home-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, var(--home-bg) 0%, rgba(5, 11, 20, .96) 11%, rgba(5, 11, 20, .52) 37%, transparent 75%),
    linear-gradient(180deg, rgba(3, 8, 14, .18) 0%, transparent 44%, var(--home-bg) 100%);
}
/* One connected search control across the lower edge of the hero. */
.home-search-panel {
  position: absolute;
  z-index: 3;
  right: var(--home-bleed-gutter);
  bottom: 0;
  left: var(--home-bleed-gutter);
  min-height: 80px;
  display: grid;
  grid-template-columns: 1.58fr 1fr 1.12fr 302px;
  align-items: stretch;
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(157, 203, 226, .34);
  border-radius: 17px;
  background: rgba(13, 27, 40, .94);
  box-shadow: 0 20px 55px rgba(0, 0, 0, .46);
}
.home-search-field {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  gap: 0;
  min-width: 0;
  padding: 8px 15px;
  border: 1px solid var(--home-line);
  border-radius: 10px;
  transition: background .18s ease;
}
.home-search-field:last-of-type { border-right: 1px solid var(--home-line); }
.home-search-field:hover,
.home-search-field:focus-within { background: rgba(31, 62, 87, .45); }
.home-field-icon {
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 10px;
  color: #f0f7fb;
  background: rgba(24, 45, 64, .78);
  line-height: 1;
}
.home-field-icon .home-icon { width: 19px; height: 19px; }
.home-field-copy {
  display: grid;
  min-width: 0;
  gap: 2px;
}
.home-field-label {
  color: #a9b9c2;
  font-size: .95rem;
  line-height: 1.1;
}
.home-field-copy input,
.home-field-copy select {
  width: 100%;
  min-width: 0;
  min-height: 25px;
  padding: 0 8px;
  border: 0;
  outline: 0;
  border-radius: 0;
  color: #f5f9fb;
  background: transparent;
  font-size: 1.05rem;
  font-weight: 600;
}
.home-field-copy input::placeholder { color: #e0e9ed; opacity: .92; }
.home-field-copy select {
  appearance: none;
  padding-right: 30px;
  background-image: linear-gradient(45deg, transparent 50%, #a7b9c4 50%), linear-gradient(135deg, #a7b9c4 50%, transparent 50%);
  background-position: calc(100% - 11px) 50%, calc(100% - 5px) 50%;
  background-size: 6px 6px;
  background-repeat: no-repeat;
}
.home-search-panel select,
.home-search-panel option { color-scheme: dark; }
.home-field-copy option {
  color: #edf5fa;
  background: #0b1826;
}
.home-field-copy option:checked {
  color: #fff;
  background: #1f6eaa;
}
.home-field-copy select {
  position: absolute;
  width: 1px;
  height: 1px;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  border: 0;
  opacity: 0;
  pointer-events: none;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}
.home-select {
  position: relative;
  display: block;
  min-width: 0;
}
.home-select-trigger {
  display: flex;
  width: 100%;
  min-height: 25px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 8px;
  border: 0;
  border-radius: 8px;
  color: #f5f9fb;
  background: transparent;
  font-size: 1.05rem;
  font-weight: 600;
  text-align: left;
}
.home-select-trigger:hover,
.home-select.is-open .home-select-trigger { background: rgba(119, 183, 224, .12); }
.home-select-trigger:focus-visible { outline-offset: 2px; }
.home-select-value { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.home-select-chevron {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  color: #b9cbd5;
  transform: rotate(90deg);
  transition: transform .18s ease;
}
.home-select.is-open .home-select-chevron { transform: rotate(-90deg); }
.home-select-menu {
  position: absolute;
  z-index: 20;
  top: calc(100% + 10px);
  left: 0;
  display: grid;
  width: max(100%, 180px);
  gap: 4px;
  padding: 6px;
  border: 1px solid rgba(157, 203, 226, .38);
  border-radius: 14px;
  background: rgba(7, 18, 29, .98);
  box-shadow: 0 18px 38px rgba(0, 0, 0, .48), 0 0 0 1px rgba(255, 255, 255, .025) inset;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-5px) scale(.985);
  transform-origin: top left;
  transition: opacity .16s ease, transform .16s ease;
}
.home-select.is-open .home-select-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}
.home-select-option {
  min-height: 39px;
  padding: 0 11px;
  border: 0;
  border-radius: 9px;
  color: #c8d7df;
  background: transparent;
  font-size: .94rem;
  font-weight: 600;
  text-align: left;
  transition: color .15s ease, background .15s ease;
}
.home-select-option:hover,
.home-select-option[aria-selected="true"] {
  color: #fff;
  background: linear-gradient(100deg, rgba(33, 143, 232, .34), rgba(33, 143, 232, .13));
}
.home-search-field:has(.home-select.is-open) { z-index: 8; }
.home-search-location .home-field-label { display: none; }
.home-search-location .home-field-copy { display: block; }
.home-search-location .home-field-copy input { min-height: 36px; }
.home-search-cta {
  min-height: 62px;
  margin: 0;
  border: 0;
  border-radius: 11px;
  color: #f7fbfe;
  background: var(--home-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: 1.05rem;
  font-weight: 700;
  transition: background .18s ease, box-shadow .18s ease, transform .18s ease;
}
.home-search-cta:hover { background: #329df2; box-shadow: 0 9px 20px rgba(33, 143, 232, .27); transform: translateY(-1px); }
.home-search-cta .home-icon { width: 23px; height: 23px; }

/* Near-you cards are intentionally shallow and image-led. */
.home-near {
  width: 100%;
  padding: 57px 0 86px;
  border-top: 0;
}
.home-page #venueSection { padding-top: 57px; }
.home-section-heading,
.home-near-grid {
  width: min(calc(100% - 9rem), var(--home-width));
  margin-right: auto;
  margin-left: auto;
}
.home-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 24px;
}
.home-section-heading .home-eyebrow { margin-bottom: 14px; }
.home-section-heading h2 {
  margin: 0;
  color: var(--home-text);
  font-size: clamp(2rem, 2.6vw, 2.65rem);
  font-weight: 700;
  letter-spacing: -.065em;
  line-height: 1;
}
.home-live-status {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.home-section-actions { display: flex; align-items: center; gap: 14px; }
.home-location-button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border: 1px solid rgba(128, 206, 255, .3);
  border-radius: 999px;
  color: #c7e9fb;
  background: rgba(17, 43, 63, .5);
  font-size: .8rem;
  font-weight: 750;
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}
.home-location-button .home-icon { width: 17px; height: 17px; }
.home-location-button:hover,
.home-location-button[aria-busy="true"] {
  border-color: rgba(128, 206, 255, .66);
  background: rgba(31, 91, 132, .55);
  transform: translateY(-1px);
}
.home-location-button.is-active {
  border-color: rgba(201, 244, 110, .45);
  color: var(--home-lime);
  background: rgba(63, 82, 31, .36);
}
.home-clear-search {
  min-height: 42px;
  padding: 0 4px;
  border: 0;
  color: var(--home-blue-bright);
  background: transparent;
  font-weight: 700;
}
.home-clear-search:hover { color: #fff; }
.home-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.home-near-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.home-empty-card {
  grid-column: 1 / -1;
  min-height: 235px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 7px;
  padding: 32px;
  border: 1px solid var(--home-line);
  border-radius: 15px;
  color: var(--home-muted);
  background: rgba(13, 26, 39, .8);
  text-align: center;
}
.home-empty-card strong { color: var(--home-text); }
.home-page .venue-card.home-near-card {
  position: relative;
  height: 235px;
  min-height: 235px;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(157, 203, 226, .24);
  border-radius: 15px;
  background: #0c1722;
  box-shadow: none;
  animation: home-rise .45s ease both;
}
.home-page .venue-card.home-near-card:hover {
  border-color: rgba(145, 221, 250, .55);
  box-shadow: 0 18px 45px rgba(0, 0, 0, .42);
  transform: translateY(-3px);
}
.home-page .venue-card.home-near-card:focus-within {
  border-color: rgba(128, 206, 255, .84);
  box-shadow: 0 0 0 3px rgba(65, 167, 236, .18), 0 18px 45px rgba(0, 0, 0, .42);
}
.home-card-media,
.home-card-image,
.home-card-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.home-card-media { overflow: hidden; }
.home-card-image {
  object-fit: cover;
  filter: brightness(.7) saturate(.84);
  transition: transform .35s ease, filter .35s ease;
}
.home-page .venue-card:hover .home-card-image { transform: scale(1.035); filter: brightness(.79) saturate(.92); }
.home-card-shade { background: linear-gradient(0deg, rgba(3, 8, 14, .97), rgba(3, 8, 14, .1) 74%); }
.home-page .venue-icon {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(221, 241, 248, .55);
  border-radius: 50%;
  color: #edf9fc;
  background: rgba(5, 13, 20, .26);
  box-shadow: none;
}
.home-page .venue-icon span {
  width: 29px;
  height: 29px;
  border: 1px solid rgba(221, 241, 248, .6);
  color: #edf9fc;
  background: transparent;
  box-shadow: none;
  font-size: .95rem;
}
.home-page .venue-icon > .home-icon {
  width: 31px;
  height: 31px;
  color: #edf9fc;
}
.home-page .venue-icon img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.home-page .today-badge {
  position: absolute;
  top: 23px;
  right: 68px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: 0;
  color: var(--home-lime);
  background: transparent;
  font-size: .67rem;
  font-weight: 900;
  letter-spacing: .1em;
}
.home-page .today-badge .home-live-green-dot { width: 7px; height: 7px; }
.home-page .venue-favourite {
  position: absolute;
  z-index: 4;
  top: 17px;
  right: 17px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(221, 241, 248, .34);
  border-radius: 50%;
  color: #d6e6ec;
  background: rgba(5, 13, 20, .5);
  transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease;
}
.home-page .venue-favourite .home-icon { width: 18px; height: 18px; }
.home-page .venue-favourite .star-filled { display: none; }
.home-page .venue-favourite[aria-pressed="true"] .star-outline { display: none; }
.home-page .venue-favourite[aria-pressed="true"] .star-filled { display: block; }
.home-page .venue-favourite:hover,
.home-page .venue-favourite[aria-pressed="true"] {
  border-color: rgba(201, 244, 110, .72);
  color: var(--home-lime);
  background: rgba(63, 82, 31, .68);
  transform: translateY(-1px);
}
.home-page .venue-favourite:focus-visible { outline-offset: 2px; }
.home-card-bottom {
  position: absolute;
  right: 24px;
  bottom: 16px;
  left: 24px;
  z-index: 2;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
}
.home-card-bottom h3,
.home-card-bottom .venue-location,
.home-card-bottom .venue-note { display: block; }
.home-card-bottom h3 {
  margin: 0;
  color: var(--home-text);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -.04em;
}
.home-card-bottom .venue-location {
  max-width: 280px;
  margin: 5px 0 0;
  overflow: hidden;
  color: #b4c7d0;
  font-size: .75rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-card-bottom .venue-note,
.home-page .venue-divider { display: none; }
.home-page .venue-action {
  position: absolute;
  z-index: 3;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: inherit;
  color: var(--home-text);
  background: transparent;
  box-shadow: none;
}
.home-page .venue-action span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.home-page .venue-action b,
.home-discovery-card .home-card-bottom b {
  position: absolute;
  right: 17px;
  top: auto;
  bottom: 16px;
  display: grid;
  width: 49px;
  height: 49px;
  place-items: center;
  border: 1px solid rgba(221, 241, 248, .23);
  border-radius: 50%;
  color: #edf9fc;
  background: rgba(5, 13, 20, .24);
  font-size: 1.6rem;
  font-weight: 400;
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}
.home-page .venue-action b .home-icon,
.home-discovery-card .home-card-bottom b .home-icon {
  width: 21px;
  height: 21px;
}
.home-page .venue-action:hover b,
.home-discovery-card .home-card-cover:hover .home-card-bottom b {
  border-color: rgba(128, 206, 255, .7);
  background: rgba(33, 143, 232, .32);
  transform: translateX(2px);
}
.home-page .venue-card:nth-child(2) { animation-delay: .06s; }
.home-page .venue-card:nth-child(3) { animation-delay: .12s; }

/* Static discovery cards keep the row useful when live venue data is empty. */
.home-discovery-card .home-card-icon {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid rgba(221, 241, 248, .55);
  border-radius: 50%;
  color: #edf9fc;
  background: rgba(5, 13, 20, .25);
  font-size: 1.25rem;
}
.home-discovery-card .home-card-icon .home-icon { width: 30px; height: 30px; }
.home-discovery-card .home-card-status {
  position: absolute;
  top: 23px;
  right: 18px;
  z-index: 2;
  color: var(--home-lime);
  font-size: .67rem;
  font-weight: 900;
  letter-spacing: .1em;
}
.home-discovery-card .home-card-bottom strong,
.home-discovery-card .home-card-bottom small { display: block; }
.home-discovery-card .home-card-bottom strong {
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -.04em;
}
.home-discovery-card .home-card-bottom small {
  max-width: 270px;
  margin-top: 5px;
  overflow: hidden;
  color: #b4c7d0;
  font-size: .75rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-discovery-card .home-card-cover {
  position: absolute;
  z-index: 3;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  color: var(--home-text);
  background: transparent;
  text-align: left;
}
.home-discovery-card .home-card-cover:focus-visible { outline-offset: -4px; }

.home-status-message {
  width: min(calc(100% - 9rem), var(--home-width));
  min-height: 1.25em;
  margin: -34px auto 0;
  color: #a9c9dd;
  font-size: .9rem;
}
.home-status-message:not(.status-error) { visibility: hidden; }

/* Keep the existing live booking panel and account/footer surfaces below the
   new home layout, while matching their width to the wide public page. */
.home-page #bookingSection { width: min(calc(100% - 9rem), var(--home-width)); max-width: var(--home-width); margin-top: 20px; }
.home-page .site-footer {
  width: min(calc(100% - 9rem), var(--home-width));
  margin: 0 auto;
}

@keyframes home-rise {
  from { opacity: 0; transform: translateY(9px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1260px) {
  .home-page .topbar-inner,
  .home-section-heading,
  .home-near-grid,
  .home-status-message,
  .home-page #bookingSection,
  .home-page .site-footer { width: min(calc(100% - 4rem), var(--home-width)); }
  .home-hero-shell { --home-bleed-gutter: 2rem; }
  .home-hero { grid-template-columns: minmax(0, .84fr) minmax(0, 1.16fr); }
  .home-hero h1 { font-size: clamp(3.15rem, 5.4vw, 4.1rem); }
  .home-search-panel { grid-template-columns: 1.4fr 1fr 1.1fr 250px; }
  .home-search-cta { font-size: .98rem; }
}

@media (max-width: 900px) {
  .home-page .topbar { height: 80px; }
  .home-page .topbar-inner { width: calc(100% - 2.25rem); }
  .home-page .site-nav { height: 80px; gap: 25px; }
  .home-page .site-nav button,
  .home-page .site-nav-link { height: 80px; font-size: .88rem; }
  .home-page .header-actions { gap: 17px; }
  .home-page .app-switcher > summary { font-size: .9rem; }
  .home-section-heading,
  .home-near-grid,
  .home-status-message,
  .home-page #bookingSection,
  .home-page .site-footer { width: calc(100% - 2.25rem); }
  .home-hero-shell { width: 100%; --home-bleed-gutter: 1.125rem; min-height: 532px; }
  .home-hero { min-height: 340px; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: center; }
  .home-hero-copy { max-width: 430px; margin-left: var(--home-bleed-gutter); padding: 31px 0 75px; }
  .home-hero h1 { font-size: clamp(3rem, 7.2vw, 3.85rem); }
  .home-lede { max-width: 395px; font-size: 1rem; }
  .home-hero-points { gap: 10px 16px; margin-top: 15px; font-size: .8rem; }
  .home-hero-points .home-icon { width: 21px; height: 21px; padding: 3px; }
  .home-hero-visual { inset: 0; }
  .home-hero-visual img { object-position: center 55%; }
  .home-search-panel {
    grid-template-columns: 1fr 1fr;
    min-height: 0;
    padding: 8px;
  }
  .home-search-location { grid-column: 1 / -1; }
  .home-search-cta { grid-column: 1 / -1; min-height: 58px; margin-top: 0; }
  .home-near { padding-top: 47px; }
  .home-page #venueSection { padding-top: 47px; }
  .home-near-grid { grid-template-columns: 1fr 1fr; }
  .home-page .venue-card:first-child { grid-column: auto; }
}

@media (max-width: 720px) {
  .home-page .topbar {
    position: relative;
    height: auto;
    min-height: 72px;
  }
  .home-page .topbar-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: 40px 35px;
    min-height: 97px;
    height: auto;
    gap: 7px 10px;
    padding: 8px 0 7px;
  }
  .home-page .brand {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
    max-width: none;
    gap: 9px;
    font-size: .78rem;
  }
  .home-page .brand-dot { width: 35px; height: 35px; flex-basis: 35px; }
  .home-page .brand small { font-size: .48rem; letter-spacing: .16em; }
  .home-page .header-actions {
    position: absolute;
    top: 8px;
    right: 12px;
    grid-column: auto;
    grid-row: auto;
    display: flex !important;
    min-width: 92px;
    height: 40px;
    margin: 0;
    gap: 12px;
    visibility: visible;
    z-index: 4;
    transform: none;
  }
  .home-page .app-switcher { display: block !important; }
  .home-page .account-button { display: inline-flex !important; }
  .home-page .app-switcher > summary { min-height: 40px; font-size: 0; }
  .home-page .app-switcher-icon { width: 20px; height: 20px; }
  .home-page .app-switcher > summary i { display: none; }
  .home-page .account-button { width: 40px; min-height: 40px; justify-content: center; font-size: 0; }
  .home-page .account-button::after { display: none; }
  .home-page .account-button::before { width: 22px; height: 22px; }
  .home-page .site-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    order: initial;
    flex: none;
    width: auto;
    height: 35px;
    justify-content: center;
    gap: 24px;
  }
  .home-page .site-nav button,
  .home-page .site-nav-link { height: 35px; font-size: .72rem; }
  .home-section-heading,
  .home-near-grid,
  .home-status-message,
  .home-page #bookingSection,
  .home-page .site-footer { width: calc(100% - 1.5rem); }
  .home-page #bookingSection { margin-top: 12px; }
  .home-hero-shell { width: 100%; --home-bleed-gutter: .75rem; min-height: 0; padding-bottom: 23px; }
  .home-hero { width: 100%; min-height: 0; display: flex; flex-direction: column; overflow: visible; }
  .home-hero-copy { width: calc(100% - 1.5rem); max-width: none; margin: 0 auto; padding: 31px 10px 23px; }
  .home-eyebrow { margin-bottom: 19px; font-size: .73rem; }
  .home-hero h1 { margin-bottom: 15px; font-size: clamp(3rem, 14vw, 3.75rem); }
  .home-lede { font-size: 1rem; }
  .home-hero-points { display: none; }
  .home-hero-visual {
    position: relative;
    inset: auto;
    width: 100%;
    height: 180px;
    margin: 0;
  }
  .home-hero-visual img { object-position: center 53%; }
  .home-hero-shade { background: linear-gradient(180deg, transparent 34%, var(--home-bg) 100%), linear-gradient(90deg, rgba(5, 11, 20, .32), transparent 58%); }
  .home-search-panel {
    position: relative;
    inset: auto;
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 18px;
    margin-right: var(--home-bleed-gutter);
    margin-left: var(--home-bleed-gutter);
    padding: 8px;
    border-radius: 14px;
  }
  .home-search-field,
  .home-search-location,
  .home-search-field:nth-of-type(3) { grid-column: auto; border: 1px solid var(--home-line); }
  .home-search-field { min-height: 64px; padding: 9px 12px; }
  .home-search-field:last-of-type { border: 1px solid var(--home-line); }
  .home-search-cta { grid-column: auto; margin-top: 0; }
  .home-near { padding: 37px 0 60px; }
  .home-page #venueSection { padding-top: 37px; }
  .home-section-heading { display: block; margin-bottom: 18px; }
  .home-section-heading h2 { font-size: 2.05rem; }
  .home-section-actions { display: block; }
  .home-location-button { margin-top: 14px; }
  .home-near-grid { grid-template-columns: 1fr; gap: 13px; }
  .home-page .venue-card:first-child { grid-column: auto; }
  .home-page .venue-card.home-near-card { height: 220px; min-height: 220px; }
  .home-card-bottom { right: 18px; bottom: 14px; left: 18px; }
  .home-page .venue-favourite { top: 13px; right: 13px; }
  .home-page .today-badge { top: 19px; right: 68px; }
  .home-page .venue-action b,
  .home-discovery-card .home-card-bottom b { right: 13px; top: auto; bottom: 13px; width: 43px; height: 43px; font-size: 1.45rem; }
  .home-status-message { margin-top: -14px; }
}

@media (prefers-reduced-motion: reduce) {
  .home-page .venue-card.home-near-card,
  .home-page .venue-card:hover .home-card-image { animation: none; transform: none; transition: none; }
}
