:root {
  color-scheme: dark;
  --ink: #f7f3e8;
  --muted: #b8b7af;
  --panel: #171716;
  --panel-2: #20201f;
  --line: rgba(247, 243, 232, 0.16);
  --acid: #72e8ff;
  --cyan: #ad7bff;
  --coral: #ff5fb7;
  --black: #080807;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
}

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

.site-header {
  align-items: center;
  background: rgba(8, 8, 7, 0.76);
  border-bottom: 1px solid var(--line);
  display: flex;
  height: 76px;
  justify-content: space-between;
  left: 0;
  padding: 0 clamp(18px, 4vw, 56px);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(16px);
}

.brand {
  align-items: center;
  display: inline-flex;
  text-decoration: none;
}

.brand img {
  height: 42px;
  max-width: min(280px, 58vw);
  object-fit: contain;
}

.site-nav {
  align-items: center;
  display: flex;
  gap: clamp(18px, 3vw, 36px);
}

.site-nav a,
.text-link {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.site-nav a:hover,
.text-link:hover,
.contact-lines a:hover {
  color: var(--acid);
}

.nav-toggle {
  background: transparent;
  border: 0;
  display: none;
  height: 42px;
  padding: 8px;
  width: 42px;
}

.nav-toggle span {
  background: var(--ink);
  display: block;
  height: 2px;
  margin: 6px 0;
  width: 100%;
}

.hero {
  min-height: 92vh;
  overflow: hidden;
  position: relative;
}

.hero-media,
.hero-overlay {
  inset: 0;
  position: absolute;
}

.hero-media {
  background-image: url("assets/tmotion-wide-blue-front.png");
  background-position: center top;
  background-size: cover;
  filter: saturate(1.14) contrast(1.08);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(8, 8, 7, 0.96), rgba(8, 8, 7, 0.62) 44%, rgba(8, 8, 7, 0.12)),
    linear-gradient(0deg, rgba(8, 8, 7, 0.94), rgba(8, 8, 7, 0) 42%);
}

.hero-content {
  display: grid;
  max-width: 830px;
  min-height: 92vh;
  padding: 170px clamp(20px, 6vw, 84px) 96px;
  place-content: center start;
  position: relative;
}

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

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

h1 {
  font-size: clamp(4.2rem, 13vw, 10.8rem);
  line-height: 0.82;
  margin-bottom: 24px;
  text-transform: uppercase;
}

h2 {
  font-size: clamp(2rem, 5vw, 4.8rem);
  line-height: 0.95;
  margin-bottom: 0;
  text-transform: uppercase;
}

h3 {
  font-size: 1.15rem;
  margin-bottom: 6px;
}

.hero-copy {
  color: var(--ink);
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  line-height: 1.45;
  max-width: 630px;
}

.hero-actions,
.contact-lines {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  display: inline-flex;
  font-weight: 950;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  text-decoration: none;
  text-transform: uppercase;
}

.button.primary {
  background: var(--acid);
  color: #10100e;
}

.button.secondary {
  border-color: var(--ink);
  color: var(--ink);
}

.quick-info {
  background: linear-gradient(90deg, #0f173f, #301652 48%, #07151a);
  color: var(--ink);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.quick-info div {
  border-right: 1px solid rgba(247, 243, 232, 0.18);
  padding: 24px clamp(18px, 4vw, 48px);
}

.quick-info strong {
  display: block;
  font-size: clamp(1.8rem, 4vw, 3.5rem);
  line-height: 1;
}

.quick-info span {
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.section {
  padding: clamp(64px, 9vw, 120px) clamp(20px, 5vw, 72px);
}

.section-inner {
  margin: 0 auto;
  max-width: 1180px;
}

.about-band {
  background: var(--panel);
}

.split,
.booking-layout {
  align-items: start;
  display: grid;
  gap: clamp(32px, 7vw, 96px);
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
}

.split p:last-child,
.booking-layout p,
.music-layout p,
.bio-copy p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.section-heading {
  margin-bottom: 34px;
}

.row-heading {
  align-items: end;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.music-grid,
.media-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

.credit-list {
  border-top: 1px solid var(--line);
}

.credit-item {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 20px;
  grid-template-columns: 190px 1fr;
  min-height: 112px;
}

.credit-item > span {
  color: var(--coral);
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.credit-item p {
  color: var(--muted);
  margin-bottom: 0;
}

.music-layout {
  align-items: start;
  display: grid;
  gap: clamp(32px, 7vw, 88px);
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
}

.social-panel {
  background: var(--panel);
  border: 1px solid var(--line);
}

.social-panel a {
  display: grid;
  gap: 8px;
  padding: 24px;
  text-decoration: none;
}

.social-panel a + a {
  border-top: 1px solid var(--line);
}

.social-panel span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.social-panel strong {
  color: var(--acid);
  overflow-wrap: anywhere;
}

.track-card {
  background: var(--panel);
  border: 1px solid var(--line);
  min-width: 0;
}

.track-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}

.track-card div {
  padding: 22px;
}

.track-card p,
.show-item p {
  color: var(--muted);
  margin-bottom: 8px;
}

.track-card a,
.show-item a,
.contact-lines a {
  color: var(--cyan);
  font-weight: 900;
  text-decoration: none;
}

.shows,
.booking {
  background: var(--panel);
}

.show-list {
  border-top: 1px solid var(--line);
}

.show-item {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 20px;
  grid-template-columns: 100px 1fr auto;
  min-height: 104px;
}

.show-item time {
  color: var(--coral);
  font-size: 1.35rem;
  font-weight: 950;
  text-transform: uppercase;
}

.show-item span {
  color: var(--muted);
  font-weight: 900;
  text-transform: uppercase;
}

.media-grid img {
  aspect-ratio: 1 / 1.12;
  object-fit: cover;
  width: 100%;
}

.media-grid .wide {
  grid-column: span 2;
}

.booking-form {
  background: var(--black);
  border: 1px solid var(--line);
  display: grid;
  gap: 16px;
  padding: clamp(20px, 4vw, 34px);
}

label {
  color: var(--muted);
  display: grid;
  font-size: 0.82rem;
  font-weight: 900;
  gap: 8px;
  text-transform: uppercase;
}

input,
select,
textarea {
  background: var(--panel-2);
  border: 1px solid var(--line);
  color: var(--ink);
  font: inherit;
  min-height: 48px;
  padding: 12px 14px;
  width: 100%;
}

textarea {
  resize: vertical;
}

.site-footer {
  align-items: center;
  background: var(--black);
  border-top: 1px solid var(--line);
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.85rem;
  font-weight: 800;
  gap: 14px;
  justify-content: space-between;
  padding: 28px clamp(20px, 5vw, 72px);
  text-transform: uppercase;
}

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

  .site-nav {
    background: rgba(8, 8, 7, 0.96);
    border-bottom: 1px solid var(--line);
    display: none;
    flex-direction: column;
    left: 0;
    padding: 20px;
    position: fixed;
    right: 0;
    top: 76px;
  }

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

  .hero-overlay {
    background:
      linear-gradient(0deg, rgba(8, 8, 7, 0.96), rgba(8, 8, 7, 0.2) 64%),
      linear-gradient(90deg, rgba(8, 8, 7, 0.88), rgba(8, 8, 7, 0.22));
  }

  .hero-content {
    place-content: end start;
  }

  .quick-info,
  .music-grid,
  .media-grid,
  .split,
  .music-layout,
  .booking-layout {
    grid-template-columns: 1fr;
  }

  .quick-info div {
    border-bottom: 1px solid rgba(247, 243, 232, 0.18);
    border-right: 0;
  }

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

  .show-item {
    grid-template-columns: 1fr;
    padding: 22px 0;
  }

  .credit-item {
    align-items: start;
    grid-template-columns: 1fr;
    padding: 22px 0;
  }

  .media-grid .wide {
    grid-column: auto;
  }
}

@media (max-width: 520px) {
  .site-header {
    height: 68px;
  }

  .site-nav {
    top: 68px;
  }

  .brand img {
    height: 34px;
    max-width: 220px;
  }

  .hero,
  .hero-content {
    min-height: 88vh;
  }

  h1 {
    font-size: clamp(3.7rem, 24vw, 6.5rem);
  }

  .button {
    width: 100%;
  }
}
