/* Homepage: one photo, tonight’s board, a directory of areas, then compare. */

.home-body {
  background:
    radial-gradient(72% 38% at 8% -8%, color-mix(in oklab, #ffc14a 22%, transparent), transparent 58%),
    radial-gradient(50% 32% at 96% 0%, color-mix(in oklab, #2ec4a0 18%, transparent), transparent 52%),
    radial-gradient(40% 28% at 70% 18%, color-mix(in oklab, #ff7a3d 12%, transparent), transparent 48%),
    #160e12;
}

.home-page {
  padding-bottom: 1.5rem;
}

.home-doors,
.home-areas,
.home-kicker,
.home-nightclubs,
.home-feature,
.home-play,
.home-desk {
  display: none !important;
}

.home-lead {
  display: grid;
  grid-template-columns: minmax(17rem, 1.05fr) minmax(16rem, 1fr);
  gap: 1.8rem 2.6rem;
  align-items: center;
  width: min(64rem, calc(100% - 2 * var(--pad-inline)));
  margin: 1.6rem auto 1.35rem;
  min-height: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: none;
}

.home-lead__still {
  margin: 0;
  position: relative;
}

.home-lead__still img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 1.35rem;
  filter: saturate(1.2) contrast(1.05) brightness(0.96);
  border: 1px solid color-mix(in oklab, #ffc14a 48%, transparent);
  box-shadow:
    0 0 0 1px color-mix(in oklab, #2ec4a0 18%, transparent),
    0 28px 60px color-mix(in oklab, #000 46%, transparent);
}

.home-lead__still figcaption {
  display: none;
}

.home-lead__copy {
  grid-area: auto;
  align-self: center;
  max-width: 34rem;
  padding: 0;
  background: none;
}

.home-lead .eyebrow {
  margin: 0 0 0.45rem;
  color: #2ec4a0;
  letter-spacing: 0.22em;
}

.home-lead h1 {
  font-size: clamp(2.7rem, 1.4rem + 3.4vw, 4.6rem);
  line-height: 0.9;
  color: #fff8ee;
  text-shadow: 0 2px 28px color-mix(in oklab, #ff7a3d 32%, transparent);
}

.home-lead__tag {
  margin: 0.7rem 0 0;
  max-width: 36rem;
  font-size: clamp(1.22rem, 1rem + 0.95vw, 1.65rem);
  line-height: 1.28;
  color: #ffc14a;
}

.home-lead p {
  margin: 0.75rem 0 0;
  max-width: 32rem;
  font-size: 1.05rem;
  line-height: 1.55;
  color: #f0ddd0;
}

.home-lead__jumps {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 1.35rem 0 0 !important;
}

.home-lead__jumps a {
  display: inline-flex;
  align-items: center;
  min-height: 2.55rem;
  padding: 0 1.05rem;
  border-radius: 999px;
  border: 1px solid color-mix(in oklab, #ffc14a 55%, transparent);
  background: #ffc14a;
  color: #1a1012 !important;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 10px 22px color-mix(in oklab, #c45c1a 30%, transparent);
}

.home-lead__jumps a:nth-child(2) {
  background: #2ec4a0;
  border-color: color-mix(in oklab, #2ec4a0 70%, transparent);
}

.home-lead__jumps a:nth-child(n+3) {
  background: transparent;
  color: #fff8ee !important;
  border-color: color-mix(in oklab, #fff8ee 28%, transparent);
  box-shadow: none;
}

.home-map {
  width: min(64rem, calc(100% - 2 * var(--pad-inline)));
  margin: 0 auto 2rem;
  padding: 1.15rem 1.2rem 1.25rem;
  border-radius: 1.2rem;
  border: 1px solid color-mix(in oklab, #ffc14a 28%, transparent);
  background:
    linear-gradient(180deg, color-mix(in oklab, #ffc14a 8%, transparent), color-mix(in oklab, #12080c 55%, transparent)),
    #1c1216;
}

.home-map__head {
  max-width: 40rem;
  margin: 0 0 1rem;
}

.home-map__head .eyebrow {
  margin: 0 0 0.35rem;
  color: #ff7a3d;
  letter-spacing: 0.2em;
}

.home-map__head h2 {
  margin: 0;
  font-size: clamp(1.7rem, 1.2rem + 1.4vw, 2.4rem);
  color: #fff8ee;
}

.home-map__head p {
  margin: 0.45rem 0 0;
  color: #e8d0c0;
  line-height: 1.5;
}

.home-map__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.55rem;
}

.home-map__grid a {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  column-gap: 0.4rem;
  align-items: start;
  min-height: 4.6rem;
  padding: 0.7rem 0.75rem 0.65rem 0.85rem;
  border-radius: 0.85rem;
  text-decoration: none;
  color: #fff8ee;
  background: color-mix(in oklab, #10080c 55%, #2a181e);
  border: 1px solid color-mix(in oklab, #ffc14a 22%, transparent);
  box-shadow: inset 4px 0 0 #ffc14a;
}

.home-map__grid a[data-tone="teal"] {
  box-shadow: inset 4px 0 0 #2ec4a0;
  border-color: color-mix(in oklab, #2ec4a0 32%, transparent);
}
.home-map__grid a[data-tone="coral"] {
  box-shadow: inset 4px 0 0 #ff7a3d;
  border-color: color-mix(in oklab, #ff7a3d 36%, transparent);
}
.home-map__grid a[data-tone="lilac"] {
  box-shadow: inset 4px 0 0 #c9a0ff;
  border-color: color-mix(in oklab, #c9a0ff 34%, transparent);
}
.home-map__grid a[data-tone="sky"] {
  box-shadow: inset 4px 0 0 #7ad0ff;
  border-color: color-mix(in oklab, #7ad0ff 34%, transparent);
}

.home-map__grid strong {
  grid-column: 1;
  font-family: var(--font-display);
  font-size: 1.22rem;
  letter-spacing: 0.05em;
  line-height: 1;
}

.home-map__grid span {
  grid-column: 1;
  margin-top: 0.28rem;
  font-size: 0.72rem;
  line-height: 1.3;
  color: #e8d0c0;
}

.home-map__grid em {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  font-style: normal;
  font-weight: 800;
  font-size: 1.05rem;
  color: #ffc14a;
}

.home-map__grid a[data-tone="teal"] em { color: #2ec4a0; }
.home-map__grid a[data-tone="coral"] em { color: #ff7a3d; }
.home-map__grid a[data-tone="lilac"] em { color: #c9a0ff; }
.home-map__grid a[data-tone="sky"] em { color: #7ad0ff; }

.home-map__grid a:hover,
.home-map__grid a:focus-visible {
  transform: translateY(-2px);
  background: color-mix(in oklab, #2a181e 70%, #10080c);
}

.live-board--home {
  width: min(64rem, calc(100% - 2 * var(--pad-inline)));
  margin: 0 auto 1.8rem;
  padding: 1.1rem 1.15rem 1.2rem;
  border-radius: 1.15rem;
  border: 1px solid color-mix(in oklab, #2ec4a0 46%, transparent);
  background:
    linear-gradient(180deg, color-mix(in oklab, #2ec4a0 14%, transparent), color-mix(in oklab, #120c0e 52%, transparent)),
    #161214;
  box-shadow: inset 0 1px 0 color-mix(in oklab, #fff 10%, transparent);
}

.live-board--home .live-pulse { color: #2ec4a0; }
.live-board--home .live-board__head h2 {
  font-size: clamp(1.8rem, 1.2rem + 1.5vw, 2.5rem);
}

.home-compare,
.home-hours {
  display: block;
  width: min(64rem, calc(100% - 2 * var(--pad-inline)));
  margin: 0 auto 1.7rem;
  padding: 1.15rem 1.2rem 1.25rem;
  border-radius: 1.15rem;
  border: 1px solid color-mix(in oklab, #ffc14a 30%, transparent);
  background:
    linear-gradient(180deg, color-mix(in oklab, #fff6e8 7%, transparent), color-mix(in oklab, #120c0e 40%, transparent)),
    #1c1418;
  color: #f4e6d4;
}

.home-hours {
  border-color: color-mix(in oklab, #ff7a3d 42%, transparent);
}

.home-compare h2,
.home-hours h2,
.home-compare h3 {
  margin: 0 0 0.3rem;
  color: #fff8ee;
}

.home-compare h3 {
  font-size: 1.35rem;
  letter-spacing: 0.04em;
}

.home-compare p,
.home-hours p,
.home-compare li {
  color: #f0ddd0;
}

.home-compare__tabs {
  display: none !important;
}

.home-compare--cols .home-compare__row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 0.95rem;
}

.home-compare--cols .home-compare__panel {
  display: block !important;
  max-width: none;
  padding: 0.85rem 0.9rem 0.95rem;
  border-radius: 0.9rem;
  border: 1px solid color-mix(in oklab, #ffc14a 26%, transparent);
  background: color-mix(in oklab, #10080c 42%, transparent);
}

.home-compare--cols .home-compare__panel[data-kind="drink-food"] {
  border-color: color-mix(in oklab, #ffc14a 48%, transparent);
  box-shadow: inset 0 3px 0 #ffc14a;
}
.home-compare--cols .home-compare__panel[data-kind="drink"] {
  border-color: color-mix(in oklab, #2ec4a0 44%, transparent);
  box-shadow: inset 0 3px 0 #2ec4a0;
}
.home-compare--cols .home-compare__panel[data-kind="bar"] {
  border-color: color-mix(in oklab, #c9a0ff 42%, transparent);
  box-shadow: inset 0 3px 0 #c9a0ff;
}

.home-hours__areas button.is-on {
  background: #ff7a3d;
  color: #1a1012;
  border-color: #ff7a3d;
}

.home-hours__bar {
  background: linear-gradient(90deg, #ffc14a, #ff7a3d);
}

.home-hours__bar.is-late {
  background: linear-gradient(90deg, #c9a0ff, #2ec4a0);
}

.home-more a { color: #ffc14a; }

.shop-strip {
  width: min(64rem, calc(100% - 2 * var(--pad-inline)));
  margin: 0.4rem auto 1.2rem;
  padding: 0.75rem 0.9rem;
  gap: 0.8rem;
  border-radius: 0.95rem;
  border: 1px solid color-mix(in oklab, #c9a0ff 38%, transparent);
  background: color-mix(in oklab, #241428 74%, transparent);
}

.shop-strip img {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 0.45rem;
}

@media (max-width: 1099px) {
  .home-map__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-compare--cols .home-compare__row { grid-template-columns: 1fr; }
}

@media (max-width: 719px) {
  .home-lead {
    grid-template-columns: 1fr;
    min-height: 0;
    height: auto;
    max-height: none;
    margin-top: 1.1rem;
  }
  .home-lead__still img,
  .home-lead {
    height: auto;
    min-height: 0;
    max-height: none;
  }
  .home-lead__still img {
    aspect-ratio: 16 / 10;
    max-height: 14rem;
  }
  .home-map__grid {
    grid-template-columns: 1fr;
  }
}
