:root {
  color-scheme: dark;
  --bg: #050608;
  --bg-elevated: #0c1016;
  --text: #f7f8fb;
  --muted: #a7afbd;
  --line: rgba(255, 255, 255, 0.14);
  --cyan: #12e3ff;
  --pink: #ff2f8f;
  --lime: #b8ff45;
  --amber: #ffb13b;
  --max-width: 1160px;
  --header-height: 74px;
  --radius: 8px;
  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 18% 8%, rgba(18, 227, 255, 0.14), transparent 30rem),
    radial-gradient(circle at 85% 18%, rgba(255, 47, 143, 0.12), transparent 28rem),
    linear-gradient(180deg, #050608 0%, #080a0f 48%, #050608 100%);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

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

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

.container {
  width: min(100% - 32px, var(--max-width));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px max(16px, calc((100vw - var(--max-width)) / 2));
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(5, 6, 8, 0.72);
  backdrop-filter: blur(18px);
  transition: background 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(5, 6, 8, 0.9);
  border-color: rgba(255, 255, 255, 0.16);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  aspect-ratio: 1;
  border: 1px solid rgba(18, 227, 255, 0.52);
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(18, 227, 255, 0.18), rgba(255, 47, 143, 0.18));
  box-shadow: 0 0 24px rgba(18, 227, 255, 0.16);
  color: var(--text);
  font-size: 0.86rem;
}

.site-nav {
  display: none;
}

.site-nav a {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
  transition: color 180ms ease;
}

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

.nav-toggle {
  position: relative;
  z-index: 25;
  display: grid;
  gap: 6px;
  width: 44px;
  height: 44px;
  place-content: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 19px;
  height: 2px;
  background: currentColor;
  transition: transform 180ms ease;
}

.nav-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(4px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-4px) rotate(-45deg);
}

.nav-open .site-nav {
  position: fixed;
  inset: var(--header-height) 0 auto 0;
  display: grid;
  gap: 4px;
  padding: 20px 16px 26px;
  background: rgba(5, 6, 8, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.nav-open .site-nav a {
  padding: 14px 8px;
}

.hero {
  position: relative;
  min-height: calc(100svh - var(--header-height) - 42px);
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

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

.hero-media {
  z-index: -3;
  background-image: url("assets/mike-hero.jpg");
  background-position: 72% 34%;
  background-size: auto 118%;
  background-repeat: no-repeat;
  transform: scale(1.02);
}

.hero-overlay {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5, 6, 8, 0.96) 0%, rgba(5, 6, 8, 0.74) 48%, rgba(5, 6, 8, 0.36) 100%),
    linear-gradient(180deg, rgba(5, 6, 8, 0.1) 0%, rgba(5, 6, 8, 0.86) 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--cyan), var(--pink), transparent);
  opacity: 0.85;
}

.hero-content {
  padding-block: clamp(42px, 6vw, 62px);
}

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

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

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.02;
}

h1 {
  max-width: 9ch;
  font-size: clamp(4rem, 11vw, 6.85rem);
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow:
    0 0 30px rgba(18, 227, 255, 0.24),
    0 0 58px rgba(255, 47, 143, 0.16);
}

h2 {
  max-width: 780px;
  font-size: clamp(2rem, 6.5vw, 4.2rem);
  font-weight: 900;
  letter-spacing: 0;
}

h3 {
  font-size: 1.35rem;
}

.claim {
  margin: 14px 0 0;
  color: var(--cyan);
  font-size: clamp(1.05rem, 4vw, 1.55rem);
  font-weight: 800;
}

.hero-text,
.section-copy p,
.section-heading p,
.booking-panel p,
.feature-card p {
  color: var(--muted);
  font-size: 1.02rem;
}

.hero-text {
  max-width: 690px;
  margin: 16px 0 0;
}

.hero-actions,
.button-row,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: var(--radius);
  font-weight: 900;
  text-align: center;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.button:hover,
.button:focus-visible,
.feature-card a:hover,
.feature-card a:focus-visible,
.social-grid a:hover,
.social-grid a:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  border: 1px solid rgba(18, 227, 255, 0.7);
  background: linear-gradient(135deg, var(--cyan), var(--pink));
  color: #050608;
  box-shadow: 0 18px 44px rgba(18, 227, 255, 0.16);
}

.button-secondary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
}

.section {
  padding-block: clamp(72px, 10vw, 132px);
}

.split {
  display: grid;
  gap: 34px;
  align-items: center;
}

.section-copy p {
  max-width: 650px;
  margin: 22px 0 0;
}

.image-panel {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--bg-elevated);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

.image-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(18, 227, 255, 0.18), transparent 36%),
    linear-gradient(315deg, rgba(255, 47, 143, 0.14), transparent 42%);
  pointer-events: none;
}

.image-panel img {
  aspect-ratio: 4 / 5;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
  filter: saturate(1.06) contrast(1.05);
}

.studio-panel img {
  aspect-ratio: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
}

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

.section-heading p {
  margin: 20px 0 0;
}

.feature-grid,
.social-grid {
  display: grid;
  gap: 14px;
}

.feature-card,
.social-grid a,
.booking-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.035));
}

.feature-card {
  min-height: 260px;
  padding: 26px;
  display: flex;
  flex-direction: column;
}

.feature-kicker {
  color: var(--amber);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.feature-card h3 {
  margin-top: 14px;
}

.feature-card p {
  margin: 16px 0 0;
}

.feature-card a {
  width: fit-content;
  margin-top: auto;
  color: var(--cyan);
  font-weight: 900;
  transition: transform 180ms ease, color 180ms ease;
}

.music-section,
.booking-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0)),
    rgba(255, 255, 255, 0.015);
}

.social-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.social-grid a {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  font-weight: 900;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.social-grid a::after {
  content: "";
  width: 10px;
  aspect-ratio: 1;
  border-top: 2px solid var(--cyan);
  border-right: 2px solid var(--cyan);
  transform: rotate(45deg);
}

.social-grid a:hover,
.social-grid a:focus-visible {
  border-color: rgba(18, 227, 255, 0.55);
  background: rgba(18, 227, 255, 0.06);
}

.booking-panel {
  display: grid;
  gap: 24px;
  padding: clamp(28px, 6vw, 56px);
  overflow: hidden;
  position: relative;
}

.booking-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(18, 227, 255, 0.12), transparent 38%, rgba(255, 47, 143, 0.12));
  pointer-events: none;
}

.booking-panel > * {
  position: relative;
}

.booking-panel p {
  max-width: 680px;
  margin: 20px 0 0;
}

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

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.site-footer p {
  margin: 0;
}

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

@media (min-width: 680px) {
  .container {
    width: min(100% - 48px, var(--max-width));
  }

  .hero {
    min-height: calc(100svh - var(--header-height) - 48px);
  }

  .button {
    min-width: 152px;
  }

  .feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .social-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 920px) {
  .nav-toggle {
    display: none;
  }

  .site-nav {
    display: flex;
    align-items: center;
    gap: 26px;
  }

  .split {
    grid-template-columns: 1.04fr 0.86fr;
    gap: clamp(42px, 7vw, 88px);
  }

  .split-reverse {
    grid-template-columns: 0.92fr 1fr;
  }

  .booking-panel {
    grid-template-columns: 1fr auto;
    align-items: center;
  }

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

@media (max-width: 420px) {
  .container {
    width: min(100% - 24px, var(--max-width));
  }

  .site-header {
    padding-inline: 12px;
  }

  .brand {
    gap: 9px;
    font-size: 0.95rem;
  }

  .brand-mark {
    width: 38px;
  }

  .hero-media {
    background-size: auto 92%;
    background-position: 72% top;
  }

  .hero-actions .button,
  .button-row .button,
  .contact-actions .button {
    width: 100%;
  }

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