:root {
  color-scheme: light;
  --ink: #ecfff8;
  --muted: #9dafaa;
  --paper: #07100f;
  --white: #f7fff9;
  --panel: rgba(13, 26, 24, 0.84);
  --panel-solid: #101d1b;
  --green: #2ce48f;
  --green-dark: #08382c;
  --gold: #ffd166;
  --coral: #ff5e57;
  --cyan: #44d9ff;
  --charcoal: #050706;
  --line: rgba(111, 255, 190, 0.18);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
  --body-bg: radial-gradient(circle at 82% 12%, rgba(68, 217, 255, 0.13), transparent 28%), linear-gradient(180deg, #07100f 0%, #0b1513 48%, #07100f 100%);
  --header-bg: linear-gradient(90deg, rgba(5, 8, 7, 0.92), rgba(11, 24, 21, 0.78));
  --hero-bg: radial-gradient(circle at 18% 18%, rgba(68, 217, 255, 0.16), transparent 30%), radial-gradient(circle at 82% 12%, rgba(255, 209, 102, 0.18), transparent 28%), linear-gradient(135deg, #06110f 0%, #0d221c 44%, #07100f 100%);
  --radius: 8px;
  --max: 1180px;
}

:root[data-theme="tropical"] {
  --ink: #fff9e8;
  --muted: #d7cfae;
  --paper: #132015;
  --white: #fffdf0;
  --panel: rgba(24, 46, 30, 0.86);
  --panel-solid: #1b3424;
  --green: #53df75;
  --green-dark: #155b31;
  --gold: #ffbd42;
  --coral: #ff7357;
  --cyan: #39d6cf;
  --charcoal: #06100b;
  --line: rgba(255, 211, 102, 0.24);
  --shadow: 0 24px 80px rgba(18, 40, 18, 0.42);
  --body-bg: radial-gradient(circle at 80% 10%, rgba(255, 188, 66, 0.2), transparent 28%), radial-gradient(circle at 14% 72%, rgba(57, 214, 207, 0.13), transparent 30%), linear-gradient(180deg, #102413 0%, #183b25 48%, #0d1c12 100%);
  --header-bg: linear-gradient(90deg, rgba(14, 35, 18, 0.94), rgba(42, 68, 24, 0.82));
  --hero-bg: radial-gradient(circle at 16% 16%, rgba(57, 214, 207, 0.18), transparent 30%), radial-gradient(circle at 84% 12%, rgba(255, 188, 66, 0.24), transparent 30%), linear-gradient(135deg, #102615 0%, #21422d 42%, #102413 100%);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--body-bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

img,
svg {
  display: block;
}

a {
  color: inherit;
}

button {
  font: inherit;
}

.topbar {
  align-items: center;
  background: var(--header-bg);
  backdrop-filter: blur(20px) saturate(1.25);
  border-bottom: 1px solid rgba(111, 255, 190, 0.18);
  display: flex;
  justify-content: space-between;
  min-height: 68px;
  padding: 12px clamp(18px, 4vw, 42px);
  position: sticky;
  top: 0;
  z-index: 20;
}

.topbar-brand {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  font-weight: 950;
  text-decoration: none;
}

.brand-mark {
  align-items: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(111, 255, 190, 0.3);
  border-radius: 4px;
  box-shadow: 0 0 22px rgba(44, 228, 143, 0.18);
  display: inline-flex;
  height: 44px;
  justify-content: center;
  overflow: hidden;
  width: 44px;
}

.brand-mark img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.theme-toggle,
.button,
.action-card,
.social-card,
.platform-link {
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.theme-toggle {
  align-items: center;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(111, 255, 190, 0.22);
  border-radius: 4px;
  color: rgba(247, 255, 249, 0.82);
  cursor: pointer;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 900;
  gap: 8px;
  min-height: 38px;
  padding: 9px 12px;
}

.theme-toggle:hover,
.theme-toggle:focus-visible,
.theme-toggle[aria-pressed="true"] {
  background: rgba(255, 209, 102, 0.14);
  border-color: rgba(255, 209, 102, 0.38);
  color: var(--white);
}

main {
  display: grid;
  gap: clamp(28px, 5vw, 54px);
  padding-bottom: 56px;
}

.hero {
  background: #030605;
  overflow: hidden;
  position: relative;
}

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

.hero-media {
  background:
    radial-gradient(circle at 22% 22%, rgba(255, 255, 255, 0.05), transparent 16%),
    radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.04), transparent 18%),
    radial-gradient(circle at 50% 78%, rgba(44, 228, 143, 0.09), transparent 24%),
    var(--hero-bg);
}

.hero-overlay {
  background:
    linear-gradient(180deg, rgba(3, 7, 6, 0.08), rgba(3, 7, 6, 0.12) 38%, rgba(3, 7, 6, 0.72)),
    linear-gradient(115deg, rgba(3, 7, 6, 0.42) 0%, rgba(3, 7, 6, 0.16) 34%, rgba(255, 209, 102, 0.05) 100%);
}

.hero-shell {
  align-items: end;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 380px);
  margin: 0 auto;
  max-width: var(--max);
  min-height: min(90vh, 880px);
  padding: clamp(28px, 5vw, 52px);
  position: relative;
  z-index: 1;
}

.hero-copy {
  max-width: 720px;
  padding: clamp(20px, 2.6vw, 30px);
  background: linear-gradient(135deg, rgba(7, 16, 15, 0.62), rgba(7, 16, 15, 0.28));
  border: 1px solid rgba(111, 255, 190, 0.14);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
}

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

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

h1,
h2,
h3,
strong {
  color: var(--white);
}

h1 {
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: 0.96;
  margin-bottom: 18px;
  max-width: 11ch;
}

h2 {
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  line-height: 1.03;
  margin-bottom: 14px;
}

h3 {
  font-size: clamp(1.18rem, 2vw, 1.6rem);
  margin-bottom: 10px;
}

.hero-text,
.section-heading p,
.service-list p,
.release-panel p,
.hero-panel-copy small,
.action-card small,
.social-card small,
.final-cta p {
  color: var(--muted);
}

.hero-text {
  font-size: clamp(1rem, 1.5vw, 1.16rem);
  margin-bottom: 0;
  max-width: 58ch;
}

.hero-actions,
.final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font-weight: 950;
  gap: 10px;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  text-decoration: none;
}

.button:hover,
.button:focus-visible,
.action-card:hover,
.action-card:focus-visible,
.social-card:hover,
.social-card:focus-visible,
.platform-link:hover,
.platform-link:focus-visible {
  transform: translateY(-2px);
}

.button.primary {
  background: linear-gradient(135deg, var(--green), var(--cyan));
  color: #04100d;
}

.button.secondary {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(111, 255, 190, 0.2);
  color: var(--white);
}

.hero-panel,
.performance-panel,
.release-panel,
.action-card,
.social-card,
.final-cta {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.hero-panel {
  display: grid;
  gap: 18px;
  justify-items: center;
  padding: 20px;
  text-align: center;
}

.hero-avatar {
  aspect-ratio: 1;
  border-radius: 8px;
  box-shadow: 0 0 28px rgba(44, 228, 143, 0.16);
  object-fit: cover;
  width: min(100%, 260px);
}

.hero-panel-copy {
  display: grid;
  gap: 6px;
}

.hero-panel-copy strong {
  font-size: 1.22rem;
}

.hero-panel-copy span {
  color: var(--green);
  font-weight: 850;
}

.section {
  display: grid;
  gap: 22px;
  margin: 0 auto;
  max-width: var(--max);
  padding: 0 clamp(18px, 4vw, 42px);
  width: 100%;
}

.section-heading {
  margin-inline: auto;
  max-width: 760px;
  text-align: center;
}

.section-heading.left {
  margin-inline: 0;
  text-align: left;
}

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

.action-card,
.social-card {
  color: var(--white);
  display: grid;
  gap: 8px;
  justify-items: start;
  min-height: 148px;
  padding: 18px;
  text-decoration: none;
}

.action-card i,
.social-card i {
  font-size: 1.8rem;
}

.action-card span,
.social-card strong {
  font-size: 1.06rem;
  font-weight: 950;
}

.action-card.call i,
.action-card.text i,
.action-card.booking i,
.action-card.contact i,
.action-card.website i,
.action-card.email i {
  color: var(--cyan);
}

.split-band {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
}

.performance-panel,
.release-panel,
.final-cta {
  padding: clamp(20px, 3vw, 28px);
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.info-pill {
  align-items: center;
  background: rgba(44, 228, 143, 0.12);
  border: 1px solid rgba(44, 228, 143, 0.22);
  border-radius: 999px;
  color: var(--green);
  display: inline-flex;
  gap: 8px;
  font-size: 0.84rem;
  font-weight: 900;
  min-height: 38px;
  padding: 8px 12px;
}

.service-list {
  display: grid;
  gap: 14px;
}

.service-list article {
  display: grid;
  gap: 12px;
  grid-template-columns: 46px minmax(0, 1fr);
}

.service-list i {
  align-items: center;
  background: rgba(68, 217, 255, 0.08);
  border: 1px solid rgba(68, 217, 255, 0.16);
  border-radius: 8px;
  color: var(--cyan);
  display: flex;
  font-size: 1.1rem;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.service-list strong {
  display: block;
  margin-bottom: 4px;
}

.release-panel {
  text-align: center;
}

.release-art {
  aspect-ratio: 1;
  border: 1px solid rgba(111, 255, 190, 0.22);
  border-radius: 8px;
  margin: 0 auto 18px;
  object-fit: cover;
  width: min(100%, 280px);
}

.platform-stack {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.platform-link {
  align-items: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(111, 255, 190, 0.2);
  border-radius: 8px;
  color: var(--white);
  display: flex;
  font-weight: 900;
  gap: 10px;
  justify-content: center;
  min-height: 46px;
  padding: 12px 14px;
  text-decoration: none;
}

.platform-link.spotify i,
.social-card.spotify i {
  color: #1ed760;
}

.platform-link.apple i,
.social-card.apple i,
.social-card.x i {
  color: var(--white);
}

.platform-link.youtube i,
.social-card.youtube i {
  color: #ff5e57;
}

.social-card.instagram i {
  background: linear-gradient(135deg, #feda75 0%, #fa7e1e 24%, #d62976 48%, #962fbf 72%, #4f5bd5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.social-card.facebook i {
  color: #1877f2;
}

.final-cta {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) auto;
}

@media (max-width: 980px) {
  .hero-shell,
  .split-band,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .hero-shell {
    min-height: 0;
    padding-top: 88px;
  }

  .hero-copy,
  .hero-panel {
    justify-self: center;
    text-align: center;
  }

  .hero-copy {
    padding: 18px;
  }

  .section-heading.left {
    text-align: center;
  }

  .pill-row {
    justify-content: center;
  }
}

@media (max-width: 760px) {
  .action-grid,
  .social-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  h1 {
    max-width: none;
  }

  .hero-shell {
    padding-inline: 18px;
  }
}

@media (max-width: 520px) {
  .topbar {
    gap: 12px;
    padding: 10px 14px;
  }

  .topbar-brand span:last-child {
    font-size: 0.95rem;
  }

  .theme-toggle span {
    display: none;
  }

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

  .hero-shell,
  .section {
    padding-inline: 14px;
  }

  .hero {
    min-height: 0;
  }

  .hero-shell {
    padding-top: 84px;
  }

  .hero-actions,
  .final-actions {
    display: grid;
    width: 100%;
  }

  .button {
    width: 100%;
  }
}
