:root {
  color-scheme: dark;
  --bg: #050607;
  --ink: #f5f8fb;
  --muted: #a9b3ba;
  --faint: #67737c;
  --line: rgba(210, 232, 242, 0.14);
  --line-strong: rgba(210, 232, 242, 0.28);
  --panel: #0d1114;
  --blue: #6ec7ff;
  --green: #9bdd88;
  --red: #ff4f3f;
  --max: 1220px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 82% 10%, rgba(110, 199, 255, 0.12), transparent 30rem),
    linear-gradient(180deg, #050607, #090c0f 42%, #050607);
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

body::selection {
  background: var(--blue);
  color: #061014;
}

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

button,
input,
textarea {
  font: inherit;
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 26px;
  min-height: 76px;
  padding: 0 clamp(18px, 4vw, 48px);
  border-bottom: 1px solid transparent;
  transition: background 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  background: rgba(5, 6, 7, 0.9);
  border-color: var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
}

.brand-logo {
  width: 54px;
  height: 34px;
  object-fit: contain;
  border: 1px solid var(--line-strong);
  background: #000;
  padding: 4px;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(22px, 4vw, 54px);
  color: rgba(245, 248, 251, 0.72);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.main-nav a,
.site-footer a,
.header-action {
  transition: color 160ms ease, border-color 160ms ease;
}

.main-nav a:hover,
.site-footer a:hover,
.header-action:hover {
  color: var(--blue);
}

.header-action {
  border: 1px solid var(--line-strong);
  padding: 12px 18px;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 7px;
  border: 1px solid var(--line-strong);
  background: transparent;
  color: var(--ink);
}

.menu-toggle span {
  width: 19px;
  height: 2px;
  background: currentColor;
}

.hero {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1fr);
  gap: clamp(26px, 4vw, 58px);
  align-items: center;
  max-width: 1380px;
  margin: 0 auto;
  padding: 120px clamp(18px, 5vw, 64px) 78px;
}

.hero-copy-block {
  position: relative;
  z-index: 2;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2 {
  font-family: "Archivo Black", Inter, sans-serif;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  font-size: clamp(4.4rem, 10vw, 10rem);
  line-height: 0.85;
  letter-spacing: 0;
}

h1 span {
  display: block;
}

.hero-logo {
  width: min(300px, 62vw);
  margin: 0 0 28px;
}

.hero-copy {
  width: min(560px, 100%);
  margin: 26px 0 0;
  color: rgba(245, 248, 251, 0.82);
  font-size: clamp(1.05rem, 1.5vw, 1.24rem);
  line-height: 1.62;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line-strong);
  padding: 12px 18px;
  background: transparent;
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.button-primary {
  border-color: var(--green);
  background: var(--green);
  color: #05100a;
}

.button-secondary {
  background: rgba(255, 255, 255, 0.04);
}

.hero-visual {
  position: relative;
  min-height: min(74svh, 760px);
}

.hero-main {
  width: 76%;
  height: min(72svh, 720px);
  margin-left: auto;
  object-fit: cover;
  object-position: center;
  border: 1px solid var(--line);
  filter: saturate(1.08) contrast(1.06);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.45);
}

.hero-portrait {
  position: absolute;
  left: 0;
  bottom: 32px;
  width: 38%;
  aspect-ratio: 0.72;
  object-fit: cover;
  object-position: 48% center;
  border: 1px solid var(--line-strong);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.58);
}

.hero-albums {
  position: absolute;
  right: 24px;
  bottom: 26px;
  display: flex;
  gap: 10px;
}

.hero-albums img {
  width: clamp(64px, 7vw, 106px);
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid rgba(245, 248, 251, 0.18);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.5);
}

.signal-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid var(--line);
  background: rgba(10, 14, 17, 0.82);
}

.signal-band p {
  margin: 0;
  min-height: 78px;
  display: grid;
  place-items: center;
  padding: 16px;
  border-right: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(74px, 9vw, 132px) clamp(18px, 4vw, 42px);
}

.section-heading h2,
.booking-section h2 {
  margin: 0;
  font-size: clamp(3.1rem, 7vw, 7rem);
  line-height: 0.9;
}

.releases-section {
  display: grid;
  grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1.45fr);
  gap: clamp(30px, 5vw, 78px);
  align-items: start;
}

.books-section {
  border-top: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(155, 221, 136, 0.07), transparent 34%),
    #070a0d;
}

.books-heading {
  padding-bottom: 34px;
}

.book-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 clamp(18px, 4vw, 42px);
}

.book-card {
  display: grid;
  gap: 15px;
  align-content: start;
  padding: 14px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
}

.book-card-featured {
  grid-column: span 2;
  grid-template-columns: minmax(160px, 0.58fr) minmax(0, 1fr);
  align-items: center;
}

.book-card img {
  width: 100%;
  aspect-ratio: 0.68;
  object-fit: cover;
  object-position: top center;
  border: 1px solid rgba(245, 248, 251, 0.12);
}

.book-card p {
  margin: 0 0 10px;
  color: var(--green);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.book-card h3 {
  margin: 0;
  font-size: clamp(1.1rem, 2vw, 2rem);
  line-height: 1.08;
}

.book-card span {
  display: block;
  margin-top: 14px;
  color: var(--muted);
  line-height: 1.55;
}

.series-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: var(--max);
  margin: 14px auto 0;
  padding: 0 clamp(18px, 4vw, 42px) clamp(74px, 9vw, 132px);
}

.series-strip img {
  width: 100%;
  aspect-ratio: 1.16;
  object-fit: cover;
  object-position: top center;
  border: 1px solid var(--line);
}

.release-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.release-card {
  display: grid;
  grid-template-columns: 122px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  min-height: 230px;
  padding: 16px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02));
}

.release-card-featured {
  grid-column: 1 / -1;
  grid-template-columns: minmax(180px, 0.42fr) minmax(0, 1fr);
}

.release-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid rgba(245, 248, 251, 0.12);
}

.release-card p {
  margin: 0 0 10px;
  color: var(--blue);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.release-card h3 {
  margin: 0 0 18px;
  font-size: clamp(1.55rem, 3vw, 3rem);
  line-height: 1;
}

.release-card ol {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}

.live-section {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(280px, 0.65fr) minmax(300px, 0.8fr);
  gap: clamp(26px, 5vw, 70px);
  align-items: center;
  border-top: 1px solid var(--line);
}

.about-section {
  border-top: 1px solid var(--line);
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1fr);
  gap: clamp(34px, 7vw, 86px);
  align-items: center;
}

.about-portrait {
  width: 100%;
  max-height: 680px;
  object-fit: cover;
  object-position: 48% center;
  border: 1px solid var(--line);
  background: #050607;
}

.about-layout p:not(.eyebrow) {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.about-layout h2 {
  margin: 0;
  font-size: clamp(3.1rem, 7vw, 7rem);
  line-height: 0.9;
}

.live-copy p,
.booking-section p {
  margin: 0;
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.72;
}

.live-image {
  width: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: 48% center;
  border: 1px solid var(--line);
}

.stats {
  display: grid;
  gap: 16px;
  margin: 32px 0 0;
}

.stats div {
  border-top: 1px solid var(--line);
  padding-top: 16px;
}

.stats dt {
  color: var(--green);
  font-family: "Archivo Black", Inter, sans-serif;
  font-size: 1.55rem;
  text-transform: uppercase;
}

.stats dd {
  margin: 7px 0 0;
  color: var(--muted);
}

.gallery-section {
  border-block: 1px solid var(--line);
  background: #080b0e;
}

.gallery-heading {
  padding-bottom: 32px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1440px;
  margin: 0 auto;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.gallery-grid figure {
  margin: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #050607;
}

.gallery-grid img {
  width: 100%;
  aspect-ratio: 0.82;
  object-fit: cover;
}

.gallery-grid figcaption {
  padding: 14px 16px 16px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.booking-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1fr);
  gap: clamp(34px, 7vw, 86px);
  align-items: start;
}

.booking-form {
  display: grid;
  gap: 16px;
  padding: 0;
}

.booking-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.booking-form input,
.booking-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.045);
  color: var(--ink);
  padding: 15px 16px;
  outline: none;
}

.booking-form input:focus,
.booking-form textarea:focus {
  border-color: var(--blue);
}

.form-note {
  min-height: 22px;
  margin: 0;
  color: var(--green);
  font-weight: 800;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  padding: 34px clamp(18px, 4vw, 48px);
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.site-footer p {
  margin: 0;
  color: var(--ink);
  font-weight: 900;
}

.site-footer div {
  display: flex;
  gap: 24px;
}

@media (max-width: 1000px) {
  .hero,
  .releases-section,
  .live-section,
  .about-layout,
  .booking-section {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 620px;
  }

  .hero-main {
    width: 78%;
    height: 620px;
  }
}

@media (max-width: 860px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
  }

  .main-nav,
  .header-action {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
    justify-self: end;
  }

  .site-header.is-open .main-nav {
    position: absolute;
    inset: 76px 18px auto;
    display: grid;
    justify-content: stretch;
    gap: 0;
    border: 1px solid var(--line);
    background: rgba(5, 6, 7, 0.96);
  }

  .site-header.is-open .main-nav a {
    padding: 17px;
    border-bottom: 1px solid var(--line);
  }

  .signal-band,
  .release-grid,
  .book-grid,
  .series-strip,
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .book-card-featured {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .hero {
    padding-top: 108px;
  }

  h1 {
    font-size: clamp(3rem, 15vw, 3.75rem);
  }

  .hero-visual {
    min-height: 470px;
  }

  .hero-main {
    width: 86%;
    height: 470px;
  }

  .hero-portrait {
    width: 42%;
    bottom: 20px;
  }

  .hero-albums {
    right: 12px;
    bottom: 18px;
  }

  .release-card,
  .release-card-featured,
  .book-card,
  .book-card-featured,
  .signal-band,
  .book-grid,
  .series-strip,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .release-card {
    min-height: 0;
  }

  .release-card img {
    max-width: 220px;
  }

  .book-card img {
    max-width: 260px;
  }

  .live-image {
    min-height: 390px;
  }

  .site-footer {
    flex-direction: column;
  }
}
