:root {
  --bg: #070606;
  --panel: rgba(18, 16, 15, 0.76);
  --panel-strong: rgba(26, 22, 20, 0.92);
  --text: #fffaf1;
  --muted: #c6b9a2;
  --amber: #f5a524;
  --orange: #ff5a1f;
  --red: #d90f2d;
  --cyan: #28d7e7;
  --line: rgba(255, 250, 241, 0.16);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.48);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 8% 18%, rgba(255, 90, 31, 0.18), transparent 32rem),
    linear-gradient(180deg, #060505 0%, #130f0d 46%, #070606 100%);
  color: var(--text);
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-height: 76px;
  padding: 1rem clamp(1rem, 4vw, 3rem);
  background: linear-gradient(180deg, rgba(7, 6, 6, 0.9), rgba(7, 6, 6, 0.46));
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-header.is-scrolled {
  background: rgba(7, 6, 6, 0.94);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background:
    linear-gradient(135deg, rgba(255, 90, 31, 0.88), rgba(245, 165, 36, 0.85)),
    #19110d;
  color: #120806;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 0 40px rgba(255, 90, 31, 0.32);
}

.brand-name,
.brand-sub {
  display: block;
  line-height: 1;
}

.brand-name {
  font-size: 0.98rem;
  font-weight: 850;
  text-transform: uppercase;
}

.brand-sub {
  margin-top: 0.22rem;
  color: var(--muted);
  font-size: 0.76rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.site-nav a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0.65rem 0.9rem;
  color: rgba(255, 250, 241, 0.82);
  font-size: 0.92rem;
  font-weight: 700;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: #fff;
}

.site-nav .nav-cta {
  margin-left: 0.4rem;
  border: 1px solid rgba(245, 165, 36, 0.5);
  background: rgba(245, 165, 36, 0.12);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 84svh;
  display: grid;
  align-items: start;
  padding: 7rem clamp(1rem, 4vw, 3rem) 0;
  overflow: hidden;
}

.hero-image,
.hero picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center right;
  filter: saturate(1.08) contrast(1.05);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 3, 3, 0.94) 0%, rgba(4, 3, 3, 0.72) 38%, rgba(4, 3, 3, 0.12) 78%),
    linear-gradient(180deg, rgba(4, 3, 3, 0.42), rgba(4, 3, 3, 0.88));
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(720px, 100%);
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--amber);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 1060px;
  margin-bottom: 1.2rem;
  font-size: clamp(3.25rem, 7.4vw, 6rem);
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 1rem;
  font-size: clamp(2.2rem, 5vw, 5.1rem);
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
}

h3 {
  margin-bottom: 0.7rem;
  font-size: 1.35rem;
}

.hero-copy,
.section-copy p,
.manifesto p,
.contact p,
.submission-brief,
.service-grid p,
.artist-meta p {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

.hero-copy {
  width: min(650px, 100%);
  font-size: clamp(1.05rem, 2vw, 1.26rem);
}

.hero-actions,
.contact-actions,
.link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.button,
.link-row a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  padding: 0.85rem 1.1rem;
  font-weight: 850;
}

.button.primary {
  background: linear-gradient(135deg, var(--orange), var(--amber));
  color: #160905;
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 18px 55px rgba(255, 90, 31, 0.28);
}

.button.secondary,
.link-row a {
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  backdrop-filter: blur(14px);
}

.button:hover,
.button:focus-visible,
.link-row a:hover,
.link-row a:focus-visible {
  transform: translateY(-1px);
}

.signal-panel {
  position: absolute;
  right: clamp(1rem, 4vw, 3rem);
  bottom: clamp(1rem, 4vw, 3rem);
  z-index: 3;
  width: min(270px, calc(100% - 2rem));
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(10, 8, 7, 0.72);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.panel-label,
.signal-panel span:last-child {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.signal-panel strong {
  display: block;
  margin: 0.25rem 0;
  font-size: 4.8rem;
  line-height: 0.9;
}

.intro-band {
  display: grid;
  grid-template-columns: 1.25fr 0.8fr 1.2fr;
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.intro-band div {
  min-height: 138px;
  padding: clamp(1.1rem, 3vw, 2rem);
  background: rgba(8, 7, 7, 0.88);
}

.intro-band span {
  display: block;
  margin-bottom: 0.9rem;
  color: var(--amber);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.intro-band strong {
  display: block;
  max-width: 34rem;
  font-size: clamp(1.15rem, 2vw, 1.6rem);
  line-height: 1.25;
}

.section {
  padding: clamp(4rem, 8vw, 7.5rem) clamp(1rem, 4vw, 3rem);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.8fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 6rem);
}

.section-copy {
  max-width: 720px;
}

.artist-card {
  min-height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1.25rem, 3vw, 2rem);
  background:
    linear-gradient(145deg, rgba(255, 90, 31, 0.16), rgba(40, 215, 231, 0.07)),
    var(--panel-strong);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: var(--shadow);
}

.meter {
  height: 250px;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  align-items: end;
  gap: 0.55rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 0 1rem;
}

.meter span {
  height: var(--h);
  background: linear-gradient(180deg, var(--cyan), var(--amber) 52%, var(--orange));
  box-shadow: 0 0 26px rgba(255, 90, 31, 0.28);
}

.artist-meta span,
.service-index {
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.artist-meta h3 {
  margin-top: 0.5rem;
  font-size: clamp(2rem, 4vw, 3.8rem);
  text-transform: uppercase;
}

.section-heading {
  width: min(860px, 100%);
  margin-bottom: 2rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.service-grid article {
  min-height: 280px;
  padding: clamp(1.25rem, 3vw, 2rem);
  background: rgba(12, 10, 9, 0.94);
}

.service-grid h3 {
  margin-top: 3rem;
  font-size: 1.6rem;
}

.manifesto {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto clamp(4rem, 6vw, 6rem);
  padding: clamp(2rem, 6vw, 4rem);
  border: 1px solid rgba(245, 165, 36, 0.34);
  background:
    linear-gradient(135deg, rgba(255, 90, 31, 0.2), rgba(40, 215, 231, 0.08)),
    rgba(8, 7, 7, 0.86);
  box-shadow: var(--shadow);
}

.manifesto p {
  max-width: 920px;
  font-size: clamp(1.12rem, 2vw, 1.45rem);
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 2rem;
  border-top: 1px solid var(--line);
  background: #0b0908;
}

.contact > div:first-child {
  max-width: 760px;
}

.submission-brief {
  display: grid;
  gap: 0.45rem;
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
}

.submission-brief li {
  position: relative;
  padding-left: 1.4rem;
}

.submission-brief li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 0.48rem;
  height: 0.48rem;
  background: linear-gradient(135deg, var(--orange), var(--amber));
}

.contact-actions {
  justify-content: flex-end;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.4rem clamp(1rem, 4vw, 3rem);
  border-top: 1px solid var(--line);
  background: #050404;
  color: var(--muted);
}

.site-footer p {
  margin: 0;
}

.site-footer a:last-child {
  color: var(--text);
  font-weight: 800;
}

@media (max-width: 900px) {
  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 0.75rem;
    background: rgba(7, 6, 6, 0.98);
    border-bottom: 1px solid var(--line);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a,
  .site-nav .nav-cta {
    margin: 0;
  }

  .hero {
    min-height: 86svh;
    align-items: end;
    padding-bottom: 9rem;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(4, 3, 3, 0.9), rgba(4, 3, 3, 0.46)),
      linear-gradient(180deg, rgba(4, 3, 3, 0.24), rgba(4, 3, 3, 0.93));
  }

  .signal-panel {
    left: 1rem;
    right: 1rem;
  }

  .intro-band,
  .split,
  .service-grid,
  .contact {
    grid-template-columns: 1fr;
  }

  .artist-card {
    min-height: 390px;
  }

  .contact-actions {
    justify-content: flex-start;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .brand-name {
    font-size: 0.86rem;
  }

  h1 {
    max-width: 360px;
    font-size: clamp(2.8rem, 14.5vw, 4.1rem);
  }

  .hero-actions,
  .contact-actions {
    flex-direction: column;
  }

  .button,
  .link-row a {
    width: 100%;
  }

  .meter {
    gap: 0.32rem;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .button,
  .link-row a,
  .site-header {
    transition:
      background 180ms ease,
      color 180ms ease,
      transform 180ms ease;
  }
}
