:root {
  --ink: #16131b;
  --paper: #f7f7f5;
  --paper-deep: #d9d9d5;
  --acid: #0b0b0c;
  --hot: #f1f1ee;
  --steel: #c5d7dc;
  --bone: #fff9f6;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--bone);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.06) 0 2px, transparent 2px 14px),
    radial-gradient(circle at 50% 0%, rgba(0, 0, 0, 0.11), transparent 34rem),
    radial-gradient(circle, rgba(0, 0, 0, 0.18) 0 1.45px, transparent 1.55px 100%),
    linear-gradient(115deg, rgba(255, 255, 255, 0.7), transparent 42%),
    repeating-linear-gradient(91deg, transparent 0 41px, rgba(0, 0, 0, 0.035) 42px 43px),
    linear-gradient(180deg, var(--paper), var(--paper-deep));
  background-size: 56px 100%, auto, 12px 12px, auto, auto, auto;
  font-family: Georgia, "Times New Roman", serif;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.32) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.045) 1px, transparent 1px);
  background-size: 100% 7px, 9px 100%;
  mix-blend-mode: multiply;
}

a {
  color: inherit;
}

.page-shell {
  width: min(100%, 1060px);
  min-height: 100vh;
  margin: 0 auto;
  padding: 22px 18px 48px;
  text-align: center;
}

.site-header {
  display: grid;
  place-items: center;
  gap: 18px;
  min-height: 208px;
  padding: 24px 0 20px;
}

.logo-mark {
  display: block;
  width: min(100%, 540px);
  text-decoration: none;
}

.logo-mark img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.22));
}

.signal-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  max-width: 720px;
  color: #101010;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.signal-strip span {
  padding: 6px 10px;
  border: 1px solid #111;
  background:
    radial-gradient(circle, rgba(0, 0, 0, 0.2) 0 1px, transparent 1.2px),
    #f5f5f1;
  background-size: 6px 6px;
  box-shadow: 3px 3px 0 #111;
}

.tour-section {
  margin-top: 22px;
}

.tour-section + .tour-section {
  margin-top: 40px;
}

.tour-section h2 {
  display: inline-block;
  margin: 0 0 18px;
  padding: 9px 16px 7px;
  border: 2px solid #111;
  border-radius: 0;
  color: #111;
  background:
    linear-gradient(90deg, #fff 0 12px, #e6e6df 12px 18px, #fff 18px 100%);
  box-shadow: 7px 8px 0 rgba(0, 0, 0, 0.18);
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: clamp(1.25rem, 5vw, 2.1rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.events {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  justify-items: center;
  gap: 22px;
  align-items: stretch;
}

.events--single {
  grid-template-columns: minmax(220px, 278px);
  justify-content: center;
}

.event-card {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  max-width: 278px;
  min-height: 342px;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(rgba(6, 10, 15, 0.68), rgba(5, 9, 14, 0.76)),
    radial-gradient(circle at 50% 36%, rgba(255, 255, 255, 0.38), transparent 4rem),
    linear-gradient(145deg, #243748, #060a0e 58%, #0f1923);
  border: 1px solid rgba(0, 0, 0, 0.78);
  border-radius: 0;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.1),
    8px 10px 0 rgba(0, 0, 0, 0.18);
}

.event-card:nth-child(even) {
  transform: translateY(12px);
}

.event-card:nth-child(3n) {
  transform: translateY(5px) rotate(-1deg);
}

.event-card:hover,
.event-card:focus-within {
  transform: translateY(-5px);
}

.events--single .event-card {
  transform: none;
}

.events--single .event-card:hover,
.events--single .event-card:focus-within {
  transform: translateY(-5px);
}

.event-card--poster {
  background:
    linear-gradient(rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.74)),
    var(--poster),
    linear-gradient(145deg, #222, #070707 64%);
  background-position: center;
  background-size: cover;
}

.city-tag {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  min-width: 58px;
  padding: 7px 9px;
  color: #111;
  background: #fff;
  border-left: 2px solid #111;
  border-bottom: 2px solid #111;
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: 1.08rem;
  line-height: 1;
  letter-spacing: 0;
}

.event-card::before {
  position: absolute;
  inset: -6px;
  z-index: -1;
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.18) 0 1px, transparent 1px 18px),
    repeating-linear-gradient(-8deg, rgba(255, 255, 255, 0.1) 0 2px, transparent 3px 16px),
    radial-gradient(circle at 50% 65%, rgba(255, 255, 255, 0.26), transparent 72px);
  opacity: 0.8;
}

.event-card::after {
  position: absolute;
  inset: 11px;
  z-index: -1;
  content: "BASSI KAMBER LIVE";
  color: rgba(255, 255, 255, 0.08);
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: 2.35rem;
  line-height: 0.82;
  text-align: left;
  transform: rotate(-7deg);
}

.event-card--buckshot {
  background:
    linear-gradient(rgba(6, 10, 15, 0.5), rgba(5, 9, 14, 0.82)),
    var(--poster),
    radial-gradient(circle at 50% 45%, rgba(160, 207, 224, 0.44), transparent 78px),
    linear-gradient(145deg, #182431, #05070b 66%);
  background-position: center;
  background-size: cover;
}

.event-card--buck {
  background:
    linear-gradient(rgba(12, 9, 14, 0.56), rgba(7, 7, 10, 0.84)),
    var(--poster),
    radial-gradient(circle at 52% 48%, rgba(255, 255, 255, 0.22), transparent 72px),
    linear-gradient(145deg, #222, #070707 64%);
  background-position: center;
  background-size: cover;
}

.event-card--phresh {
  background:
    linear-gradient(rgba(4, 13, 17, 0.7), rgba(5, 9, 13, 0.84)),
    radial-gradient(circle at 46% 44%, rgba(158, 255, 213, 0.22), transparent 78px),
    linear-gradient(145deg, #153331, #071112 64%);
}

.poster-noise {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(30deg, transparent 0 46%, rgba(255, 255, 255, 0.22) 47% 49%, transparent 50%),
    repeating-radial-gradient(circle at 50% 40%, rgba(255, 255, 255, 0.13) 0 1px, transparent 1px 8px);
  mix-blend-mode: screen;
  opacity: 0.58;
}

.event-copy {
  display: grid;
  justify-items: center;
  gap: 7px;
  width: 100%;
  padding: 42px 18px 28px;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.8);
}

.event-kicker {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.58);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.58rem;
  letter-spacing: 0;
}

.event-copy h1 {
  max-width: 100%;
  margin: 0;
  font-size: clamp(2rem, 9vw, 2.65rem);
  line-height: 0.9;
  overflow-wrap: anywhere;
}

.event-copy p {
  max-width: 100%;
  margin: 0;
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.08;
  text-wrap: balance;
}

.event-copy .event-date {
  color: var(--steel);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.88rem;
  text-transform: uppercase;
}

.ticket-button {
  display: inline-grid;
  place-items: center;
  min-width: 146px;
  min-height: 48px;
  margin-top: 12px;
  padding: 11px 16px;
  border: 2px solid rgba(255, 255, 255, 0.88);
  border-radius: 0;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.08rem;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 4px 4px 0 rgba(255, 255, 255, 0.2);
}

.ticket-button:hover,
.ticket-button:focus-visible {
  outline: none;
  border-color: #fff;
  background: rgba(216, 10, 168, 0.82);
}

.site-footer {
  display: grid;
  gap: 11px;
  justify-items: center;
  margin-top: 34px;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

.site-footer a {
  font-weight: 800;
  text-decoration: none;
}

.site-footer p {
  margin: 0;
  color: var(--acid);
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: 2rem;
  line-height: 1;
  text-shadow: 1px 1px 0 #fff;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 16px;
  font-size: 0.82rem;
  text-transform: uppercase;
}

@media (max-width: 360px) {
  .page-shell {
    padding-inline: 12px;
  }

  .event-card {
    max-width: 100%;
    min-height: 286px;
  }

  .event-copy {
    padding-inline: 14px;
  }
}
