:root {
  --bg: #07050d;
  --panel: #12101b;
  --panel-2: #1b1628;
  --text: #f6f1ff;
  --muted: #b8adc9;
  --purple: #8f3ffc;
  --violet: #c26bff;
  --line: rgba(255, 255, 255, 0.12);
  --hot: #fff06a;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 72% 12%, rgba(143, 63, 252, 0.3), transparent 34rem),
    linear-gradient(135deg, #050409 0%, #0b0712 48%, #120a1f 100%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

a {
  color: inherit;
}

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

.site-header,
.site-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1180px;
  padding: 22px;
  width: 100%;
}

.brand {
  font-size: 0.95rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

nav a,
.site-footer a {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 750;
  text-decoration: none;
}

nav a:hover,
nav a[aria-current="page"],
.site-footer a:hover {
  color: var(--text);
}

main {
  margin: 0 auto;
  max-width: 1180px;
  padding: 0 22px 60px;
}

.hero {
  align-items: center;
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.78fr);
  min-height: calc(72vh - 60px);
  padding: 44px 0 22px;
}

.hero h1,
.page-hero h1,
.about-layout h1 {
  font-size: clamp(2.9rem, 8vw, 6.6rem);
  font-weight: 820;
  line-height: 0.98;
  margin: 0;
  max-width: 820px;
}

.hero p,
.page-hero p,
.about-layout p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.65;
  max-width: 660px;
}

.eyebrow {
  color: var(--hot) !important;
  font-size: 0.78rem !important;
  font-weight: 900;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.hero-media {
  border: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}

.hero-media img,
.about-layout img {
  background: #111;
  min-height: 420px;
  object-fit: cover;
  width: 100%;
}

.hero-media span {
  background: rgba(7, 5, 13, 0.78);
  border: 1px solid var(--line);
  bottom: 16px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  left: 16px;
  padding: 8px 10px;
  position: absolute;
  right: 16px;
  text-align: center;
  text-transform: uppercase;
}

.hero-actions,
.split-band {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  align-items: center;
  border: 1px solid var(--line);
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  text-decoration: none;
}

.primary,
.product-button {
  background: var(--purple);
  border-color: var(--purple);
  color: #07050d;
}

.ghost,
.secondary {
  background: rgba(255, 255, 255, 0.06);
}

.section-intro,
.page-hero {
  margin-top: 54px;
}

.section-intro h2,
.split-band h2,
.event-card h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.06;
  margin: 0;
}

.product-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 22px;
}

.product-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  border: 1px solid var(--line);
  display: grid;
  min-height: 100%;
}

.product-card img {
  aspect-ratio: 1 / 1;
  background: var(--panel);
  object-fit: cover;
  width: 100%;
}

.product-card-body {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.product-card span,
.event-type {
  color: var(--violet);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.product-card h3 {
  font-size: 1.4rem;
  margin: 0;
  text-transform: uppercase;
}

.product-card p,
.event-card p {
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
}

dl {
  display: grid;
  gap: 8px;
  margin: 0;
}

dl div {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

dt {
  color: var(--muted);
}

dd {
  font-weight: 800;
  margin: 0;
  text-align: right;
}

.split-band,
.story-band,
.contact-panel {
  background: linear-gradient(90deg, rgba(143, 63, 252, 0.2), rgba(255, 255, 255, 0.05));
  border: 1px solid var(--line);
  justify-content: space-between;
  margin-top: 44px;
  padding: 28px;
}

.story-band {
  align-items: end;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.78fr) auto;
}

.proof-strip {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
}

.proof-strip div {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  display: grid;
  gap: 8px;
  padding: 18px;
}

.proof-strip span {
  color: var(--violet);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.proof-strip strong {
  font-size: 1.15rem;
}

.story-band h2 {
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1.06;
  margin: 0;
}

.story-band p {
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
}

.compact {
  max-width: 900px;
}

.event-list {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.event-card {
  align-items: center;
  background: var(--panel);
  border: 1px solid var(--line);
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr auto;
  padding: 24px;
}

.event-meta {
  display: grid;
  gap: 8px;
  justify-items: end;
  min-width: 180px;
}

.event-meta span {
  color: var(--text);
  font-weight: 900;
}

.event-meta a {
  color: var(--hot);
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.about-layout {
  align-items: center;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  min-height: calc(100vh - 120px);
}

.site-footer {
  border-top: 1px solid var(--line);
  color: var(--muted);
}

@media (max-width: 820px) {
  .site-header,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  nav {
    justify-content: flex-start;
  }

  .hero,
  .about-layout,
  .story-band,
  .event-card {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 34px;
  }

  .hero-media img,
  .about-layout img {
    min-height: 320px;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .proof-strip {
    grid-template-columns: 1fr;
  }

  .event-meta {
    justify-items: start;
  }
}
