@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Share+Tech+Mono&display=swap');

:root {
  --bg: #050d0d;
  --accent: #0a9b8c;
  --secondary: #047a6e;
  --highlight: #5de8d8;
  --text: #d0e8e6;
  --muted: #1a3a38;
  --ink: #020606;
  --panel: rgba(5, 13, 13, 0.78);
  --line: rgba(93, 232, 216, 0.24);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.58);
  --display: 'Bebas Neue', Impact, sans-serif;
  --body: 'Share Tech Mono', 'Courier New', monospace;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 80% 10%, rgba(10, 155, 140, 0.16), transparent 24rem),
    linear-gradient(180deg, #071111 0%, var(--bg) 34rem);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  opacity: 0.17;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.28) 0 1px, transparent 1px),
    radial-gradient(circle at 70% 80%, rgba(93, 232, 216, 0.2) 0 1px, transparent 1px),
    linear-gradient(115deg, transparent 0 48%, rgba(255, 255, 255, 0.08) 49% 50%, transparent 51%);
  background-size: 4px 4px, 7px 7px, 160px 160px;
  mix-blend-mode: screen;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-height: 72px;
  padding: 0.85rem clamp(1rem, 4vw, 3rem);
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent);
  transition: background 180ms ease, border-color 180ms ease, backdrop-filter 180ms ease;
}

.site-nav.is-solid,
.page-shell .site-nav {
  border-color: var(--line);
  background: rgba(5, 13, 13, 0.9);
  backdrop-filter: blur(12px);
}

.brand {
  font-family: var(--display);
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1;
  letter-spacing: 0;
  color: var(--highlight);
  text-shadow: 0 0 22px rgba(93, 232, 216, 0.42);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, 2.4vw, 1.75rem);
  font-size: 0.8rem;
  text-transform: uppercase;
}

.nav-links a {
  color: rgba(208, 232, 230, 0.84);
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--highlight);
}

.hero {
  position: relative;
  min-height: min(88vh, 820px);
  display: grid;
  align-items: end;
  padding: 8rem clamp(1rem, 6vw, 5rem) 5rem;
  background:
    linear-gradient(90deg, rgba(5, 13, 13, 0.92) 0%, rgba(5, 13, 13, 0.46) 48%, rgba(5, 13, 13, 0.78) 100%),
    url("images/hero-angel.jpg") center / cover no-repeat;
  box-shadow: inset 0 -10rem 10rem rgba(5, 13, 13, 0.98);
}

.hero-content,
.section-inner,
.page-header-content {
  width: min(1160px, 100%);
  margin: 0 auto;
}

.eyebrow {
  color: var(--highlight);
  text-transform: uppercase;
  font-size: 0.8rem;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--display);
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(5rem, 15vw, 13rem);
  color: #eafffc;
  text-shadow: 0 0 24px rgba(93, 232, 216, 0.34), 0 8px 0 rgba(4, 122, 110, 0.45);
  white-space: nowrap;
}

h2 {
  font-size: clamp(3.2rem, 8vw, 7rem);
  color: #eafffc;
}

h3 {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  color: var(--highlight);
}

.hero p {
  max-width: 620px;
  margin: 1rem 0 1.5rem;
  font-size: clamp(1rem, 2vw, 1.3rem);
  color: rgba(208, 232, 230, 0.88);
}

.button-row,
.card-actions,
.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.75rem 1.1rem;
  border: 1px solid var(--highlight);
  border-radius: 4px;
  background: rgba(93, 232, 216, 0.08);
  color: var(--highlight);
  font-family: var(--body);
  text-transform: uppercase;
  cursor: pointer;
}

.btn.primary {
  background: var(--accent);
  color: var(--ink);
  border-color: var(--accent);
  box-shadow: 0 0 28px rgba(10, 155, 140, 0.34);
}

.btn[disabled],
.btn.disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.section {
  position: relative;
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 5vw, 4rem);
}

.section.shows {
  background:
    linear-gradient(180deg, rgba(5, 13, 13, 0.92), rgba(5, 13, 13, 0.96)),
    url("images/shows-field.jpg") center / cover fixed;
}

.section.accented {
  background:
    linear-gradient(180deg, rgba(5, 13, 13, 0.92), rgba(5, 13, 13, 0.98)),
    url("images/purple-shards.jpg") center / cover;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2rem;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 270px), 1fr));
  gap: 1rem;
}

.card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(5, 13, 13, 0.82);
  box-shadow: var(--shadow);
}

.card-body {
  padding: 1rem;
}

.card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-bottom: 1px solid var(--line);
}

.product-card img {
  background: #020606;
  object-fit: contain;
  padding: 0.5rem;
}

.show-card {
  min-height: 430px;
  display: flex;
  align-items: end;
  background-size: cover;
  background-position: center;
}

.show-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 13, 13, 0.18), rgba(5, 13, 13, 0.96));
}

.show-card .card-body {
  position: relative;
}

.meta,
.price,
.empty-state,
.page-note {
  color: rgba(208, 232, 230, 0.72);
}

.price {
  font-size: 1.2rem;
  color: var(--highlight);
}

.badge {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  padding: 0.35rem 0.6rem;
  border: 1px solid var(--highlight);
  background: rgba(5, 13, 13, 0.88);
  color: var(--highlight);
  text-transform: uppercase;
}

.contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.page-header {
  min-height: 420px;
  display: grid;
  align-items: end;
  padding: 8rem clamp(1rem, 5vw, 4rem) 3rem;
  background:
    linear-gradient(90deg, rgba(5, 13, 13, 0.9), rgba(5, 13, 13, 0.42)),
    var(--header-image, url("images/purple-shards.jpg")) center / cover no-repeat;
  box-shadow: inset 0 -8rem 8rem rgba(5, 13, 13, 0.98);
}

.masonry {
  columns: 3 260px;
  column-gap: 1rem;
}

.gallery-item {
  width: 100%;
  margin: 0 0 1rem;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
  background: transparent;
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 4rem clamp(1rem, 4vw, 3rem);
  background: rgba(2, 6, 6, 0.94);
}

.lightbox.is-open {
  display: flex;
}

.lightbox img {
  max-height: 82vh;
  width: auto;
  object-fit: contain;
  border: 1px solid var(--line);
}

.lightbox button {
  position: absolute;
  border: 1px solid var(--highlight);
  background: rgba(5, 13, 13, 0.88);
  color: var(--highlight);
  border-radius: 4px;
  padding: 0.8rem;
  cursor: pointer;
}

.lightbox-close {
  top: 1rem;
  right: 1rem;
}

.lightbox-prev {
  left: 1rem;
}

.lightbox-next {
  right: 1rem;
}

.site-footer {
  padding: 3rem clamp(1rem, 5vw, 4rem);
  border-top: 1px solid var(--line);
  background: #020606;
}

.footer-inner {
  width: min(1160px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 1rem;
}

.footer-mark {
  width: min(360px, 80vw);
  opacity: 0.82;
}

.socials {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  text-transform: uppercase;
}

@media (max-width: 720px) {
  .site-nav {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.7rem;
    min-height: 92px;
  }

  .nav-links {
    width: 100%;
    justify-content: space-between;
    gap: 0.4rem;
    font-size: 0.72rem;
  }

  .hero {
    min-height: 760px;
    padding-top: 9rem;
  }

  h1 {
    font-size: clamp(3.2rem, 18vw, 7rem);
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
  }
}
