/* Boogie Club — demo by Pharaon Labs.
   Dark like the room, yellow like their sign (#FFCB1C, sampled from the logo).
   The brief said "nerd and friendly, not needlessly elegant": big type, warm
   photographs, nothing precious. */

:root {
  --ink: #0B0A09;
  --ink-2: #131110;
  --ink-3: #1C1917;
  --gold: #FFCB1C;
  --cream: #F7F3EA;
  --muted: #A8A29A;
  --line: rgba(247, 243, 234, .12);
  --wrap: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--ink); color: var(--cream);
  font: 400 17px/1.6 Inter, ui-sans-serif, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { font-family: 'Bebas Neue', Impact, sans-serif; font-weight: 400; letter-spacing: .01em; margin: 0; line-height: .95; }
h1 { font-size: clamp(3rem, 9vw, 6.5rem); }
h2 { font-size: clamp(2.2rem, 5.5vw, 3.8rem); }
h3 { font-size: clamp(1.3rem, 2.4vw, 1.75rem); }
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: 20px; }
.lede { color: var(--muted); font-size: 17px; max-width: 62ch; margin: 14px 0 0; }
.lede.mid { margin-inline: auto; text-align: center; }
.kicker { font: 600 12px/1 Inter, sans-serif; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); margin: 0 0 14px; }
.note { color: var(--muted); font-size: 14px; margin-top: 12px; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  height: 44px; padding: 0 20px; border-radius: 999px;
  font: 600 14px/1 Inter, sans-serif; letter-spacing: .01em;
  border: 1.5px solid transparent; transition: transform .15s ease, background .15s ease, color .15s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn-gold { background: var(--gold); color: #17140C; }
.btn-gold:hover { background: #FFD74F; }
.btn-ghost { border-color: var(--line); color: var(--cream); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }
.btn-dark { background: #17140C; color: var(--gold); }
.btn.big { height: 52px; padding: 0 26px; font-size: 15px; }
.btn.full { width: 100%; }

/* ---------- top bar ---------- */
.bar {
  position: sticky; top: var(--pl-demo-bar, 0); z-index: 40;
  display: flex; align-items: center; gap: 18px;
  padding: 12px 20px; background: rgba(11, 10, 9, .82);
  backdrop-filter: blur(10px); border-bottom: 1px solid var(--line);
}
.brand img { width: 150px; height: auto; }
.bar-nav { display: flex; gap: 22px; margin-left: auto; font-size: 14px; color: var(--muted); }
.bar-nav a:hover { color: var(--gold); }
.bar-right { display: flex; align-items: center; gap: 12px; }
.lang { font: 600 12px/1 Inter, sans-serif; letter-spacing: .1em; color: var(--muted); border: 1px solid var(--line); border-radius: 999px; padding: 8px 11px; }
.lang:hover { color: var(--gold); border-color: var(--gold); }

/* ---------- hero ---------- */
.hero { position: relative; min-height: min(86vh, 760px); display: flex; align-items: flex-end; overflow: hidden; }
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-shade {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(11,10,9,.72) 0%, rgba(11,10,9,.35) 38%, rgba(11,10,9,.94) 100%);
}
.hero-in { position: relative; width: 100%; max-width: var(--wrap); margin-inline: auto; padding: 0 20px 56px; }
.hero h1 { text-transform: uppercase; }
.hero .lede { margin-top: 18px; font-size: 18px; }

.next {
  display: inline-flex; align-items: center; gap: 12px; flex-wrap: wrap;
  margin-top: 26px; padding: 12px 18px; border: 1px solid var(--line);
  border-radius: 999px; background: rgba(28, 25, 23, .7);
}
.next:hover { border-color: var(--gold); }
.next-label { font: 600 11px/1 Inter, sans-serif; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); }
.next-date { font-size: 14px; color: var(--muted); }
.next-title { font-weight: 600; font-size: 15px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }

/* ---------- strip ---------- */
.strip {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px;
  background: var(--line); border-block: 1px solid var(--line);
}
.strip > div { background: var(--ink); padding: 18px 20px; display: flex; flex-direction: column; gap: 4px; align-items: center; text-align: center; }
.strip b { font: 600 11px/1 Inter, sans-serif; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); }
.strip span { font-size: 14px; color: var(--muted); }

/* ---------- bands ---------- */
.band { padding: 84px 0; }
.band-alt { background: var(--ink-2); }
.band h2 { text-transform: uppercase; }
.band > .wrap > h2 { text-align: center; }
h2.small { font-size: clamp(1.6rem, 3vw, 2.2rem); text-align: left !important; margin-bottom: 26px; }

/* ---------- gigs ---------- */
.gigs { list-style: none; margin: 46px 0 0; padding: 0; display: grid; gap: 22px; grid-template-columns: repeat(3, 1fr); }
.gig { background: var(--ink-3); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; display: flex; flex-direction: column; transition: transform .18s ease, border-color .18s ease; }
.gig:hover { transform: translateY(-4px); border-color: var(--gold); }
.gig-poster { position: relative; aspect-ratio: 1 / 1; background: #000; }
.gig-poster img { width: 100%; height: 100%; object-fit: cover; }
.gig-when {
  position: absolute; left: 14px; bottom: 14px; display: flex; align-items: baseline; gap: 5px;
  background: var(--gold); color: #17140C; border-radius: 10px; padding: 6px 10px;
  font: 600 12px/1 Inter, sans-serif; text-transform: uppercase; letter-spacing: .08em;
}
.gig-when b { font: 400 22px/1 'Bebas Neue', sans-serif; letter-spacing: 0; }
.gig-body { padding: 18px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.gig-kind { margin: 0; font-size: 12.5px; color: var(--muted); }
.gig-body h3 { text-transform: uppercase; }
.gig-book { margin-top: auto; padding-top: 12px; font: 600 13.5px/1 Inter, sans-serif; color: var(--gold); }

/* ---------- menu ---------- */
.menu-head { display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px; align-items: center; }
.menu-photo { border-radius: 18px; aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }
.menu-grid { margin-top: 46px; display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.menu-card { background: var(--ink-3); border: 1px solid var(--line); border-radius: 18px; padding: 22px; }
.menu-card h3 { color: var(--gold); text-transform: uppercase; margin-bottom: 14px; }
.menu-card ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.menu-card li { display: flex; flex-direction: column; gap: 2px; border-bottom: 1px dashed var(--line); padding-bottom: 9px; }
.menu-card li:last-child { border-bottom: 0; padding-bottom: 0; }
.dish { font-weight: 600; font-size: 15px; }
.after { font-size: 12.5px; color: var(--muted); font-style: italic; }

/* ---------- golden card ---------- */
.card-band { background: linear-gradient(120deg, #FFCB1C, #FFB300); color: #17140C; padding: 74px 0; }
.card-band h2, .card-band .kicker { color: #17140C; }
.card-band .lede { color: rgba(23, 20, 12, .78); }
.card-in { display: grid; grid-template-columns: 1.05fr .95fr; gap: 44px; align-items: center; }
.card-in img { border-radius: 18px; aspect-ratio: 3 / 2; object-fit: cover; width: 100%; }
.card-in .btn { margin-top: 24px; }

/* ---------- gallery ---------- */
.gallery { display: grid; gap: 14px; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 210px; }
.gallery img { width: 100%; height: 100%; object-fit: cover; border-radius: 14px; }
.gallery img:nth-child(1) { grid-row: span 2; }
.gallery img:nth-child(2) { grid-column: span 2; }
.gallery img:nth-child(4) { grid-column: span 2; }

/* ---------- place ---------- */
.place { display: grid; grid-template-columns: 1.1fr .9fr; gap: 44px; align-items: start; }
.facts { margin: 30px 0; display: flex; flex-direction: column; gap: 18px; }
.facts div { border-top: 1px solid var(--line); padding-top: 14px; }
.facts dt { font: 600 11px/1 Inter, sans-serif; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); }
.facts dd { margin: 8px 0 0; color: var(--cream); font-size: 15.5px; line-height: 1.55; }
.facts a:hover { color: var(--gold); }
.book { background: var(--ink-3); border: 1px solid var(--line); border-radius: 20px; padding: 28px; display: flex; flex-direction: column; gap: 12px; }
.book h3 { text-transform: uppercase; }
.book p { margin: 0 0 6px; color: var(--muted); font-size: 15px; }
.socials { display: flex; gap: 18px; margin-top: 6px; font-size: 13.5px; color: var(--muted); }
.socials a:hover { color: var(--gold); }

/* An anchor jump has to clear the sticky header, and on a demo it also has
   to clear our bar above it. */
section[id] { scroll-margin-top: calc(var(--pl-demo-bar, 0px) + 84px); }

.proof { margin-top: 22px; border-top: 1px solid var(--line); padding-top: 18px; }
.proof-title { margin: 0 0 12px; font: 600 11px/1 Inter, sans-serif; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); }
.proof ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.proof li { display: flex; align-items: baseline; gap: 10px; }
.proof b { font: 400 22px/1 'Bebas Neue', sans-serif; color: var(--cream); min-width: 62px; }
.proof span { font-size: 13.5px; color: var(--muted); }

/* ---------- foot ---------- */
.foot { border-top: 1px solid var(--line); padding: 44px 20px; text-align: center; color: var(--muted); font-size: 14px; }
.foot img { margin: 0 auto 16px; width: 130px; }
.foot p { margin: 4px 0; }
.foot .small { font-size: 12.5px; opacity: .7; }

/* ---------- phone ---------- */
@media (max-width: 900px) {
  .gigs, .menu-grid { grid-template-columns: repeat(2, 1fr); }
  .menu-head, .card-in, .place { grid-template-columns: 1fr; gap: 28px; }
  .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 170px; }
  .gallery img:nth-child(1) { grid-row: span 1; }
  .gallery img:nth-child(2), .gallery img:nth-child(4) { grid-column: span 2; }
}
@media (max-width: 640px) {
  /* On a phone the headline stack covers most of the picture, and the bar
     lights behind it were bright enough to eat the body text. More shade,
     and it starts higher up. */
  .hero-shade {
    background: linear-gradient(180deg, rgba(11,10,9,.9) 0%, rgba(11,10,9,.8) 50%, rgba(11,10,9,.98) 100%);
  }
  .band { padding: 58px 0; }
  .bar-nav { display: none; }
  .bar { gap: 10px; }
  .brand img { width: 118px; }
  .gigs, .menu-grid { grid-template-columns: 1fr; }
  .strip { grid-template-columns: 1fr; }
  .strip > div { flex-direction: row; justify-content: space-between; text-align: left; gap: 14px; }
  .hero { min-height: 82vh; }
  .hero-in { padding-bottom: 40px; }
  .hero-cta .btn { flex: 1 1 100%; }
  .next { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition-duration: .01ms !important; }
}
