/* Homepage content design; the shared header lives in navigation.css. */
.home-page {
  --home-bg: #111111;
  --home-surface: #1b1b1d;
  --home-white: #f5f5f6;
  --home-muted: #b8b8be;
  --home-red: #ef4b59;
  background: var(--home-bg);
  color: var(--home-white);
  font-family: "Inter", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.home-page *, .home-page *::before, .home-page *::after { transition: none; }
.home-page .container { width: calc(100% - 40px); max-width: 1320px; padding: 0 !important; }
.home-page h1, .home-page h2, .home-page h3, .home-page h4,
.home-page footer .lead { font-family: "Barlow Condensed", "Arial Narrow", sans-serif; }
.home-page .text-secondary { color: var(--home-muted) !important; }
.home-page .text-danger { color: var(--home-red) !important; }
.home-page a:focus-visible, .home-page button:focus-visible {
  outline: 2px solid var(--home-red);
  outline-offset: 5px;
}

.home-page .bnrBox .container { padding: 24px 0 !important; }
.home-page .bnrBox .row { margin: 0; }
.home-page .bnrBox .col-8 { width: 100%; padding: 0; margin-top: 0; }
.home-page .home-intro { text-align: center; padding: 12px 0 32px !important; }
.home-page h1 { font-size: clamp(30px, 3vw, 42px); font-weight: 600; line-height: 1.15; margin: 0 0 14px; }
.home-page .home-promo { color: #c8c8cf; font-size: 15px; line-height: 1.65; margin: 0; }
.home-page .home-promo strong { color: var(--home-red); font-weight: 600; }

.home-page .home-event-grid { gap: 24px 20px; margin: 0; }
.home-page .home-event-card { width: 100%; min-width: 0; margin: 0; padding: 0; }
.home-page .home-event-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border-radius: 4px;
  background: var(--home-surface);
  color: var(--home-white);
  text-decoration: none;
  transition: box-shadow .18s ease;
}
.home-page .home-event-link:hover { color: #fff; box-shadow: 0 0 0 1px #68686d; }
.home-page .home-event-link:focus-visible { outline-offset: 4px; }
.home-page .home-event-link picture { display: block; }
.home-page .home-event-link img { display: block; width: 100%; height: auto; }
.home-page .home-weekly-events picture { display: flex; align-items: center; aspect-ratio: 550 / 733; background: var(--home-bg); }
.home-page .eventText { flex: 1; padding: 16px; border: 0; background: var(--home-surface); text-align: left; }
.home-page .home-event-date { display: block; color: var(--home-red); font-size: 12px; font-weight: 500; line-height: 1.4; text-transform: uppercase; margin-bottom: 5px; }
.home-page .eventText h3 { font-size: 22px; font-weight: 600; line-height: 1.15; margin: 0 0 7px; }
.home-page .eventText p { color: var(--home-muted); font-size: 14px; line-height: 1.5; margin: 0; }
.home-page .home-weekly-heading { padding: 48px 0 24px !important; text-align: center; }
.home-page .home-weekly-heading h2 { font-size: clamp(28px, 2.5vw, 36px); font-weight: 600; line-height: 1.2; margin: 0; }

.home-page .text-div { padding: 28px 20px !important; }
.home-page .text-div nav { padding-bottom: 0 !important; gap: 12px !important; }
.home-page .text-div .btn { min-height: 44px; padding: 11px 20px; font: 400 13px/20px "Inter", Arial, sans-serif; border: 1px solid #77777e; border-radius: 4px; }
.home-page footer { background: #050505; border: 0; padding: 32px 0 !important; }
.home-page footer .row { --bs-gutter-x: 28px; }
.home-page footer span.lead { display: block; margin-bottom: 12px; font-size: 25px; font-weight: 600; line-height: 1.2; }
.home-page footer p.h6.font-weight-normal.lead.text-secondary { font-family: "Inter", Arial, sans-serif; font-size: 14px !important; line-height: 1.65 !important; font-weight: 400; margin-bottom: 14px; }
.home-page .youtube-player { margin: 0; border-radius: 4px; }
.home-page #foot2Wrap { background: #080808; padding: 28px 0 8px !important; text-align: left !important; }
.home-page #foot2 > .row:first-child { margin-top: 0 !important; }
.home-page #foot2 h4 { font-size: 18px; font-weight: 600; line-height: 1.2; margin-bottom: 12px; }
.home-page #foot2 hr { display: none !important; }
.home-page #foot2 p { font-size: 13px; line-height: 1.65; margin-bottom: 7px; }
.home-page #foot2 a:hover { color: #fff !important; }
.home-page #foot2 .img-fluid.border { border: 0 !important; border-radius: 3px; }
.home-page #foot2logo { margin: 24px 0 12px; }
.home-page .socialIcons { display: flex; justify-content: center; width: 100%; padding: 0 0 20px !important; }
.home-page .socialIcons a { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; min-height: 44px; color: #b8b8be !important; }
.home-page .socialIcons i { font-size: 26px; }
.home-page .footFinePrint { font-size: 11px; line-height: 1.7; }

@media (min-width: 768px) {
  .home-page .container { width: calc(100% - 48px); }
  .home-page .home-event-card { width: calc((100% - 20px) / 2); }
}

@media (min-width: 1200px) {
  .home-page .container { width: 84%; }
  .home-page .home-event-card { width: calc((100% - 60px) / 4); }
  .home-page #foot2 > .row:first-child { display: grid; grid-template-columns: 1fr 1.2fr 2fr 1.7fr; gap: 24px; margin-inline: 0; }
  .home-page #foot2 > .row:first-child > div { width: auto; padding: 0; margin: 0 !important; }
  /* Present the existing nightclub/contact groups side by side without changing their shared markup. */
  .home-page #foot2 > .row:first-child > div:nth-child(3) { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 34px repeat(3, min-content) 1fr; gap: 0 24px; }
  .home-page #foot2 > .row:first-child > div:nth-child(3) > h4:first-of-type { grid-area: 1 / 1; }
  .home-page #foot2 > .row:first-child > div:nth-child(3) > p:nth-of-type(1) { grid-area: 2 / 1; }
  .home-page #foot2 > .row:first-child > div:nth-child(3) > p:nth-of-type(2) { grid-area: 3 / 1; }
  .home-page #foot2 > .row:first-child > div:nth-child(3) > h4:nth-of-type(2) { grid-area: 1 / 2; margin-top: 0 !important; }
  .home-page #foot2 > .row:first-child > div:nth-child(3) > p:nth-of-type(3) { grid-area: 2 / 2; }
  .home-page #foot2 > .row:first-child > div:nth-child(3) > p:nth-of-type(4) { grid-area: 3 / 2; }
  .home-page #foot2 > .row:first-child > div:nth-child(3) > p:nth-of-type(5) { grid-area: 4 / 2; }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .home-page .bnrBox .container { padding: 10px 0 !important; }
  .home-page .home-intro { padding: 8px 0 20px !important; }
  .home-page h1 { font-size: 40px; margin-bottom: 8px; }
}

@media (max-width: 991.98px) {
  .home-page .home-intro { padding: 28px 0 !important; }
  .home-page footer .row { row-gap: 24px; }
  .home-page footer .col-lg-4:last-child > span { display: none; }
}

@media (max-width: 767.98px) {
  .home-page .home-event-grid { gap: 16px 12px; }
  .home-page .home-event-card { width: calc((100% - 12px) / 2); }
  .home-page .eventText { padding: 10px; }
  .home-page .eventText h3 { font-size: 18px; }
  .home-page .eventText p { font-size: 12px; }
  .home-page .home-promo { font-size: 13px; }
  .home-page .home-weekly-heading { padding-top: 36px !important; }
  .home-page #foot2 > .row:first-child { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 20px; margin-inline: 0; }
  .home-page #foot2 > .row:first-child > div { width: auto; padding: 0; margin: 0 !important; }
}

@media (prefers-reduced-motion: reduce) {
  .home-page *, .home-page *::before, .home-page *::after { animation: none !important; transition: none !important; }
}
