*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background: #3a3a3a;
}

/* ── GRID ─────────────────────────────────────────────────────── */

.grid {
  display: grid;
  width: 100vw;
  height: 100vh;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 3px;
}

/* ── TILE BASE ────────────────────────────────────────────────── */

.tile {
  padding: clamp(12px, 1.8vw, 26px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  cursor: pointer;
}

.tile:hover {
  filter: brightness(1.12);
}

/* ── KASABLANCA — hero, spans 3 cols × 2 rows ─────────────────── */

.kasablanca {
  grid-column: 1 / 4;
  grid-row: 1 / 3;
  background: #0e0e0e;
  color: #f0f0f0;
  justify-content: space-between;
}

.k-badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.badge {
  font-size: clamp(9px, 0.65vw, 11px);
  letter-spacing: 0.13em;
  text-transform: uppercase;
  padding: 4px 10px;
  border: 1px solid #383838;
  color: #777;
  border-radius: 2px;
  white-space: nowrap;
}

.k-center {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(6px, 1.2vh, 14px);
}

.k-tour {
  font-size: clamp(0.65rem, 1vw, 1rem);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #555;
}

.k-title {
  font-size: clamp(3rem, 7.5vw, 8rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 0.92;
  color: #ffffff;
}

.k-desc {
  font-size: clamp(0.72rem, 1vw, 0.95rem);
  color: #999;
  line-height: 1.55;
  max-width: 60ch;
}

.k-foot {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.k-time {
  font-size: clamp(0.8rem, 1.1vw, 1.05rem);
  font-weight: 600;
  color: #ddd;
  letter-spacing: 0.02em;
}

.k-detail {
  font-size: clamp(0.6rem, 0.75vw, 0.78rem);
  color: #4a4a4a;
  letter-spacing: 0.04em;
}

/* ── RUPAUL'S DRAG RACE — col 4 row 1 ────────────────────────── */

.rupaul {
  grid-column: 4;
  grid-row: 1;
  background: #1c1c1c;
  color: #ebebeb;
  justify-content: space-between;
}

.label {
  font-size: clamp(8px, 0.65vw, 11px);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #555;
}

.rp-mid {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}

.rp-title {
  font-size: clamp(1.4rem, 2.8vw, 2.6rem);
  font-weight: 800;
  line-height: 1;
  color: #fff;
}

.rp-sub {
  font-size: clamp(0.62rem, 0.8vw, 0.8rem);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #555;
}

.rp-desc {
  font-size: clamp(0.6rem, 0.78vw, 0.78rem);
  color: #888;
  line-height: 1.45;
  margin-top: 4px;
}

.rp-time {
  font-size: clamp(0.68rem, 0.9vw, 0.88rem);
  font-weight: 600;
  color: #ccc;
}

/* ── JACK MURNIN — col 4 row 2 ───────────────────────────────── */

.jack {
  grid-column: 4;
  grid-row: 2;
  background: #eaeaea;
  color: #111;
  justify-content: space-between;
}

.jack-top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.jack-price {
  font-size: clamp(1.1rem, 1.8vw, 1.7rem);
  font-weight: 800;
  color: #111;
  letter-spacing: -0.02em;
}

.jack-tag {
  font-size: clamp(8px, 0.6vw, 10px);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #999;
}

.jack-mid {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}

.jack-name {
  font-size: clamp(1.3rem, 2.5vw, 2.4rem);
  font-weight: 700;
  line-height: 1;
  color: #111;
}

.jack-genre {
  font-size: clamp(0.6rem, 0.75vw, 0.78rem);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #777;
}

.jack-note {
  font-size: clamp(0.58rem, 0.7vw, 0.72rem);
  color: #999;
  font-style: italic;
  margin-top: 2px;
}

.jack-foot {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.jack-venue {
  font-size: clamp(0.68rem, 0.9vw, 0.88rem);
  font-weight: 600;
  color: #333;
}

.jack-time {
  font-size: clamp(0.58rem, 0.72vw, 0.75rem);
  color: #888;
}

/* ── VOCAL AF — cols 1–2, row 3 ──────────────────────────────── */

.vocalaf {
  grid-column: 1 / 3;
  grid-row: 3;
  background: #f4f4f4;
  color: #222;
  justify-content: space-between;
}

.label-light {
  font-size: clamp(8px, 0.65vw, 11px);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #aaa;
}

.va-mid {
  flex: 1;
  display: flex;
  align-items: center;
}

.va-title {
  font-size: clamp(1.8rem, 4.5vw, 4.5rem);
  font-weight: 800;
  line-height: 0.95;
  color: #111;
  letter-spacing: -0.02em;
}

.va-foot {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.va-time {
  font-size: clamp(0.68rem, 0.9vw, 0.9rem);
  font-weight: 600;
  color: #444;
}

.va-note {
  font-size: clamp(0.58rem, 0.72vw, 0.75rem);
  color: #888;
  font-style: italic;
}

/* ── WEEKEND DRAG BRUNCHES — cols 3–4, row 3 ─────────────────── */

.brunch {
  grid-column: 3 / 5;
  grid-row: 3;
  background: #606060;
  color: #fff;
  justify-content: space-between;
}

.br-mid {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}

.br-title {
  font-size: clamp(1.2rem, 2.2vw, 2.2rem);
  font-weight: 800;
  line-height: 1;
  color: #fff;
}

.br-sub {
  font-size: clamp(0.62rem, 0.8vw, 0.8rem);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #aaa;
}

.br-desc {
  font-size: clamp(0.6rem, 0.78vw, 0.78rem);
  color: #bbb;
  line-height: 1.45;
  margin-top: 4px;
}

.br-time {
  font-size: clamp(0.68rem, 0.9vw, 0.88rem);
  font-weight: 600;
  color: #eee;
}

/* ── MOBILE ───────────────────────────────────────────────────── */

@media (max-width: 768px) {
  .grid {
    grid-template-columns: 1fr;
    grid-template-rows: 2fr 1fr 1fr 1fr 1fr;
    height: 100vh;
  }

  /* Kasablanca: row 1 */
  .kasablanca { grid-column: 1; grid-row: 1; }
  .k-title { font-size: clamp(2.2rem, 9vw, 3.5rem); }
  .k-desc { display: none; }

  /* Vocal AF: row 2 */
  .vocalaf { grid-column: 1; grid-row: 2; }
  .va-title { font-size: clamp(1.4rem, 7vw, 2.5rem); }

  /* RuPaul: row 3 */
  .rupaul { grid-column: 1; grid-row: 3; }
  .rp-title { font-size: clamp(1.3rem, 6vw, 2rem); }
  .rp-desc { display: none; }

  /* Jack: row 4 */
  .jack { grid-column: 1; grid-row: 4; }
  .jack-name { font-size: clamp(1.2rem, 5.5vw, 2rem); }
  .jack-note { display: none; }

  /* Brunch: row 5 */
  .brunch { grid-column: 1; grid-row: 5; }
  .br-desc { display: none; }
}
