/* ICONS Sports Bar — black, Archivo, poster-green, sharp edges, chip labels,
   the diagonal LIVE SPORTS energy of the original one-pager. */

:root {
  --radius: 0px;
  --heading-spacing: 0.05em;
  --heading-weight: 800;
  --hero-tint: rgba(0, 0, 0, 0.55);
  --on-accent: #ffffff;
}

body { background: #0a0a0a; color: #f2f2f2; }

.site-header { --header-bg: #000; --header-text: #fff; box-shadow: 0 1px 0 rgba(255,255,255,0.12); }

.ticker { background: #b9dca9; color: #000; font-style: italic; transform: rotate(-1.2deg) scale(1.02); margin-top: -2px; }

.hero-inner h1 { font-style: italic; }

.prose h2, .cards-block h2, .page-head h1, .visit-card h3 {
  color: #fff;
  background: #000;
  display: inline-block;
  padding: 0.15em 0.5em;
  font-style: italic;
}

.prose h2::after { display: none; }

.prose, .page-head { color: #e8e8e8; }
.page-head h1 { background: var(--accent); color: #fff; }

.menu-card, .visit-card { background: #141414; border: 1px solid #2a2a2a; }
.menu-card span { color: #fff; }
.menu-card .card-sub { color: #cfcfcf; }
.menu-card-img.img-contain { background-color: #141414; }

.visit-card { border-top-color: var(--accent); color: #e8e8e8; }
.visit-card h3 { background: none; padding: 0; color: #fff; }
.visit-card a { color: #b9dca9; }

.btn { border-radius: 0; }

/* ================= Bespoke ICONS homepage ================= */
.icons-home { background: #000; }

/* Diagonal green LIVE SPORTS ticker — overlaid ON the video, scrolling across
   it just under the header nav (positioned within the .icons-video relative
   container below). */
.live-ticker {
  background: #b9dca9;
  transform: rotate(-3deg) scale(1.04);
  overflow: hidden;
  white-space: nowrap;
  padding: 0.5rem 0;
}
.icons-video .live-ticker {
  position: absolute;
  left: -4%;
  right: -4%;
  width: 108%;
  top: 4%;
  margin: 0;
  z-index: 2;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
}
.live-ticker-track {
  display: inline-flex;
  gap: 3rem;
  animation: live-scroll 24s linear infinite;
  will-change: transform;
}
.live-ticker span {
  font-family: "Archivo", sans-serif;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 1.6rem;
  color: #000;
}
@keyframes live-scroll { to { transform: translateX(-50%); } }

/* Full-bleed background hero video — fills the viewport, no frame. */
.icons-video {
  position: relative;
  width: 100%;
  height: 100svh;
  max-height: 860px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #000;
}
.icons-video-el {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  display: block;
}

/* Intro: image panel + copy */
.icons-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  max-width: 1100px;
  margin: 0 auto;
  /* Top padding separates the intro from the hero video above it. */
  padding: clamp(2.5rem, 6vw, 4.5rem) clamp(1rem, 4vw, 3rem) 0;
}
.icons-intro-img { min-height: 460px; background-size: cover; background-position: center; }
.icons-intro-copy { padding: 2.5rem clamp(1.5rem, 3vw, 3rem); display: flex; flex-direction: column; justify-content: center; }
.icons-intro-copy h2 { font-style: italic; font-size: clamp(1.9rem, 3.6vw, 3rem); margin-bottom: 1.2rem; color: #fff; }
.icons-intro-copy p { color: #dcdcdc; margin-bottom: 0.9rem; }
.icons-intro-ctas { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 0.6rem; }

/* Book a table — the shared booking form embedded on the homepage. */
.icons-book { padding: 0 clamp(1rem, 4vw, 3rem); scroll-margin-top: 6.5rem; }
.icons-book-head { max-width: 40rem; margin: 0 auto; text-align: center; }
.icons-book-head h2 {
  display: inline-block; background: var(--accent); color: #fff;
  font-style: italic; padding: 0.15em 0.5em;
  font-size: clamp(1.7rem, 3vw, 2.4rem); margin-bottom: 0.8rem;
}
.icons-book-head p { color: #dcdcdc; }
.icons-book .booking-wrap { padding-top: 1rem; padding-bottom: 0; }

.icons-rule { border: 0; border-top: 8px solid #fff; max-width: 1100px; margin: 2.5rem auto; }

.icons-partners {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(2rem, 8vw, 6rem);
  flex-wrap: wrap;
  padding: 1rem clamp(1rem, 4vw, 3rem) 1.5rem;
}
.icons-partners img { width: 190px; max-width: 40vw; height: auto; }

.icons-info {
  background: #000;
  padding: 2.5rem clamp(1rem, 4vw, 3rem) 0;
}
.icons-info-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: center; }
/* Decorative brand shape as a full-bleed band beneath the info + map: spans
   the full viewport width, sitting below (never behind) the text or the map. */
.icons-info-shape {
  margin: 3rem 0 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  aspect-ratio: 1417 / 298;
  background: var(--shape) center bottom / cover no-repeat;
}
.icons-info h3 {
  display: inline-block; background: #fff; color: #000; font-style: italic;
  padding: 0.15em 0.5em; margin: 1.4rem 0 0.6rem; font-size: 1.3rem;
}
.icons-info h3:first-child { margin-top: 0; }
.icons-info p { color: #e8e8e8; }
.icons-info a { color: #b9dca9; }
.icons-map { position: relative; aspect-ratio: 1 / 1; border-radius: 6px; overflow: hidden; }
.icons-map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

@media (max-width: 780px) {
  .icons-intro, .icons-info-inner { grid-template-columns: 1fr; }
  .icons-intro-img { min-height: 260px; }
}
@media (prefers-reduced-motion: reduce) {
  .live-ticker-track { animation: none; }
}
