/* ══════════════════════════════════════════════════════════
   HELLA CLUB LOUNGE — Event location page
══════════════════════════════════════════════════════════ */

/* ── Page header — CI red texture (texture from shared.css) ── */
.hcl-header {
  padding-top: var(--nav-h);
  border-bottom: 1px solid var(--border);
  position: relative;
  overflow: hidden;
}

.hcl-header::before { content: 'LOUNGE'; font-size: clamp(5rem, 18vw, 16rem); }

.hcl-header .sec-eyebrow { color: var(--white); }
.hcl-header .sec-eyebrow::before { background: var(--white); }

.hcl-header-inner {
  max-width: 90rem;
  margin: 0 auto;
  padding: 3rem clamp(1.25rem, 5vw, 3rem) 2.75rem;
  position: relative;
  z-index: 1;
}

.hcl-header-title {
  font-family: 'Teko', sans-serif;
  font-size: clamp(3rem, 7vw, 5.5rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .02em;
  line-height: .95;
  color: var(--white);
  margin: .5rem 0 .875rem;
}


/* ── Main layout ── */
.hcl-main { background: var(--bg); }

.hcl-wrap {
  max-width: 90rem;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 5vw, 3rem);
}

/* Section shared pattern */
.hcl-section {
  padding: 5rem 0;
  border-bottom: 1px solid var(--border);
}
.hcl-section:last-child { border-bottom: none; }

.hcl-section-eyebrow {
  font-family: 'Teko', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--red);
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-bottom: .875rem;
}
.hcl-section-eyebrow::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5px;
  background: var(--red);
  flex-shrink: 0;
}

.hcl-section-title {
  font-family: 'Teko', sans-serif;
  font-size: clamp(2rem, 4vw, 2.875rem);
  font-weight: 900;
  letter-spacing: .01em;
  text-transform: uppercase;
  color: var(--white);
  line-height: 1;
  margin: 0 0 .75rem;
}

.hcl-section-body {
  font-size: 1.4rem;
  color: var(--muted);
  line-height: 1.4;
  max-width: 52rem;
}

/* ── Intro ── */
.hcl-intro-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

.hcl-intro-body {
  font-size: 1.4rem;
  color: var(--gray-100);
  line-height: 1.4;
  margin: 1.25rem 0 2rem;
}

.hcl-intro-stats {
  display: flex;
  gap: 0;
  border: 1px solid var(--border);
}
.hcl-intro-stat {
  flex: 1;
  padding: 1.25rem 1.5rem;
  border-right: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: .25rem;
}
.hcl-intro-stat:last-child { border-right: none; }
.hcl-stat-num {
  font-family: 'Teko', sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  color: var(--white);
}
.hcl-stat-label {
  font-size: 1.2rem;
  color: var(--muted);
}

.hcl-intro-img-wrap { position: relative; }
.hcl-intro-img-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}
.hcl-intro-img-frame img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.hcl-intro-img-frame::before {
  content: '';
  position: absolute;
  bottom: 0; right: 0;
  width: 3rem; height: 3rem;
  border-bottom: 3px solid var(--red);
  border-right: 3px solid var(--red);
  z-index: 1;
  pointer-events: none;
}
.hcl-intro-img-frame::after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 3rem; height: 3rem;
  border-top: 3px solid var(--subtle);
  border-left: 3px solid var(--subtle);
  z-index: 1;
  pointer-events: none;
}
.hcl-intro-sponsor {
  position: absolute;
  bottom: 1.25rem;
  left: -1.5rem;
  background: var(--surface);
  border: 1px solid var(--border);
  padding: .75rem 1.25rem;
  z-index: 2;
}
.hcl-intro-sponsor-label {
  font-family: 'Teko', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--muted);
  display: block;
}
.hcl-intro-sponsor-name {
  font-family: 'Teko', sans-serif;
  font-size: 1.0625rem;
  font-weight: 900;
  color: var(--white);
  letter-spacing: .04em;
}

/* ── Events grid ── */
.hcl-events-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  margin-top: 3rem;
}
.hcl-event-card {
  background: var(--surface);
  padding: 2rem 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  transition: background .18s;
}
.hcl-event-card:hover { background: var(--surface2); }
.hcl-event-icon {
  width: 2.5rem; height: 2.5rem;
  color: var(--red);
}
.hcl-event-icon svg {
  width: 100%; height: 100%;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.hcl-event-title {
  font-family: 'Teko', sans-serif;
  font-size: 1.375rem;
  font-weight: 900;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: var(--white);
  line-height: 1.1;
}
.hcl-event-body {
  font-size: 1.4rem;
  color: var(--muted);
  line-height: 1.4;
}

/* ── USP strip ── */
.hcl-usps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--border);
  margin-top: 3rem;
}
.hcl-usp {
  padding: 1.75rem 1.5rem;
  border-right: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: .5rem;
}
.hcl-usp:last-child { border-right: none; }
.hcl-usp-icon {
  color: var(--red);
  width: 1.5rem; height: 1.5rem;
}
.hcl-usp-icon svg {
  width: 100%; height: 100%;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.75;
  stroke-linecap: round;
}
.hcl-usp-title {
  font-family: 'Teko', sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: var(--white);
  line-height: 1.2;
}
.hcl-usp-body {
  font-size: 1.2rem;
  color: var(--muted);
  line-height: 1.5;
}

/* ── Contact ── */
.hcl-contact-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
.hcl-contact-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-left: 3px solid var(--red);
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}
.hcl-contact-name {
  font-family: 'Teko', sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--white);
  letter-spacing: .02em;
  display: block;
}
.hcl-contact-org {
  font-size: 1.4rem;
  color: var(--muted);
  display: block;
  margin-top: .2rem;
}
.hcl-contact-item {
  display: flex;
  align-items: center;
  gap: .75rem;
  font-size: 1.2rem;
  color: var(--gray-100);
  text-decoration: none;
  transition: color .15s;
}
a.hcl-contact-item:hover { color: var(--white); }
.hcl-contact-item svg {
  width: 1.2rem; height: 1.2rem;
  stroke: var(--red);
  fill: none;
  stroke-width: 1.75;
  stroke-linecap: round;
  flex-shrink: 0;
}

/* ── Gallery & Slider ── */
.hcl-gallery {
  padding: 5rem 0;
  border-top: 1px solid var(--border);
}

.hcl-gallery-hdr {
  margin-bottom: 2rem;
}

/* Slider wrapper — contained, matches page width */
.hcl-slider-wrap {
  position: relative;
  border: 1px solid var(--border);
  overflow: hidden;
  background: var(--surface);
}

.hcl-slider {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  display: block;
}

.hcl-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .5s ease;
  pointer-events: none;
}
.hcl-slide.active {
  opacity: 1;
  pointer-events: auto;
}
.hcl-slide img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}

/* Arrow buttons — sit on the border line between image and thumbs */
.hcl-slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 2.75rem;
  height: 2.75rem;
  background: rgba(var(--rgb-pure-black), .6);
  border: 1px solid var(--subtle);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .15s, border-color .15s;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.hcl-slider-btn:hover {
  background: var(--red);
  border-color: var(--red);
}
.hcl-slider-btn svg {
  width: 1.2rem; height: 1.2rem;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
}
.hcl-slider-prev { left: 1.2rem; }
.hcl-slider-next { right: 1.2rem; }

/* Dot + counter bar below the image */
.hcl-slider-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .875rem 1.25rem;
  border-top: 1px solid var(--border);
  background: var(--surface);
}

.hcl-slider-dots {
  display: flex;
  align-items: center;
  gap: .375rem;
  flex-wrap: wrap;
}
.hcl-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--border);
  cursor: pointer;
  transition: background .2s, transform .2s;
  border: none;
  padding: 0;
  flex-shrink: 0;
}
.hcl-dot.active {
  background: var(--red);
  transform: scale(1.4);
}
.hcl-dot:hover:not(.active) { background: var(--muted); }

.hcl-slider-counter {
  font-family: 'Teko', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: .1em;
  color: var(--muted);
  flex-shrink: 0;
}
.hcl-slider-counter strong { color: var(--white); }

/* ── Responsive ── */
@media (max-width: 64rem) {
  .hcl-intro-inner { grid-template-columns: 1fr; gap: 3rem; }
  .hcl-intro-img-wrap { order: -1; }
  .hcl-intro-sponsor { left: 1.2rem; }
  .hcl-usps { grid-template-columns: repeat(2, 1fr); }
  .hcl-usp:nth-child(2) { border-right: none; }
  .hcl-usp:nth-child(1),
  .hcl-usp:nth-child(2) { border-bottom: 1px solid var(--border); }
  .hcl-contact-inner { grid-template-columns: 1fr; gap: 2.5rem; }
}
@media (max-width: 40rem) {
  .hcl-events-grid { grid-template-columns: 1fr; }
  .hcl-usps { grid-template-columns: 1fr; }
  .hcl-usp { border-right: none !important; border-bottom: 1px solid var(--border); }
  .hcl-usp:last-child { border-bottom: none; }
}
