/* MusicSatire — brand hub */
:root {
  --bg: #07060c;
  --bg-elev: #0e0c16;
  --panel: #14101f;
  --panel-2: #1a1528;
  --line: rgba(232, 93, 160, 0.18);
  --line-strong: rgba(232, 93, 160, 0.35);
  --txt: #f3eef8;
  --muted: #9a8fb0;
  --magenta: #e85da0;
  --magenta-hot: #ff6bb8;
  --rose: #c43d7a;
  --gold: #e8b04b;
  --gold-soft: #f5cf7d;
  --teal: #4bd0c3;
  --violet: #8b5cf6;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
  --radius: 18px;
  --font: "Segoe UI", system-ui, -apple-system, sans-serif;
  --display: "Segoe UI", system-ui, -apple-system, sans-serif;
  --max: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font);
  color: var(--txt);
  background: var(--bg);
  line-height: 1.6;
  min-height: 100vh;
  overflow-x: hidden;
}

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

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

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
  color: inherit;
}

/* Background atmosphere */
.bg-glow {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(900px 500px at 12% -10%, rgba(232, 93, 160, 0.22), transparent 60%),
    radial-gradient(700px 420px at 90% 8%, rgba(139, 92, 246, 0.16), transparent 55%),
    radial-gradient(600px 400px at 50% 100%, rgba(75, 208, 195, 0.08), transparent 50%);
}

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.wrap {
  position: relative;
  z-index: 2;
}

/* Nav */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(16px);
  background: rgba(7, 6, 12, 0.72);
  border-bottom: 1px solid var(--line);
}

.nav-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 14px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.92rem;
}

.logo-mark {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background:
    linear-gradient(135deg, var(--magenta), var(--violet));
  box-shadow: 0 0 24px rgba(232, 93, 160, 0.45);
  display: grid;
  place-items: center;
  font-size: 0.95rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav-links a {
  color: var(--muted);
  font-size: 0.86rem;
  padding: 8px 12px;
  border-radius: 999px;
  transition: color 0.15s, background 0.15s;
}

.nav-links a:hover {
  color: var(--txt);
  background: rgba(255, 255, 255, 0.05);
}

.nav-cta {
  background: linear-gradient(135deg, var(--magenta), var(--rose)) !important;
  color: #fff !important;
  font-weight: 600;
  box-shadow: 0 8px 24px rgba(232, 93, 160, 0.35);
}

.nav-cta:hover {
  filter: brightness(1.08);
}

/* Sections */
section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 72px 22px;
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--magenta-hot);
  font-weight: 700;
  margin-bottom: 14px;
}

.section-label::before {
  content: "";
  width: 18px;
  height: 2px;
  background: var(--magenta);
  border-radius: 2px;
}

h1, h2, h3 {
  font-family: var(--display);
  line-height: 1.15;
  font-weight: 700;
}

h2 {
  font-size: clamp(1.7rem, 3.2vw, 2.35rem);
  margin-bottom: 14px;
}

.lead {
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 58ch;
}

/* Hero */
.hero {
  padding-top: 48px;
  padding-bottom: 48px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 40px;
  align-items: center;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  background: rgba(232, 93, 160, 0.08);
  color: var(--gold-soft);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.hero h1 {
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}

.hero h1 span {
  background: linear-gradient(105deg, #fff 10%, var(--magenta-hot) 55%, var(--gold-soft) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-copy {
  color: var(--muted);
  font-size: 1.08rem;
  max-width: 48ch;
  margin-bottom: 28px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 20px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: transform 0.15s, filter 0.15s, border-color 0.15s, background 0.15s;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--magenta-hot), var(--rose));
  color: #fff;
  box-shadow: 0 12px 32px rgba(232, 93, 160, 0.35);
}

.btn-primary:hover {
  filter: brightness(1.06);
}

.btn-ghost {
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.03);
  color: var(--txt);
}

.btn-ghost:hover {
  border-color: var(--magenta);
  background: rgba(232, 93, 160, 0.08);
}

.btn-youtube {
  background: #ff0033;
  color: #fff;
}

.btn-youtube:hover {
  filter: brightness(1.08);
}

.social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.social-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  color: var(--muted);
  font-size: 0.84rem;
  transition: all 0.15s;
}

.social-chip:hover {
  color: var(--txt);
  border-color: var(--line-strong);
  background: rgba(232, 93, 160, 0.1);
}

.social-chip strong {
  color: var(--txt);
  font-weight: 600;
}

/* Hero visual collage */
.hero-visual {
  position: relative;
  min-height: 460px;
}

.hero-frame {
  position: absolute;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  box-shadow: var(--shadow);
  background: var(--panel);
}

.hero-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-frame.main {
  inset: 0 8% 8% 0;
  z-index: 2;
}

.hero-frame.accent {
  width: 42%;
  height: 38%;
  right: 0;
  bottom: 0;
  z-index: 3;
  border-color: rgba(75, 208, 195, 0.35);
}

.hero-frame.float {
  width: 34%;
  height: 30%;
  left: -4%;
  top: 8%;
  z-index: 4;
  border-color: rgba(232, 176, 75, 0.4);
  transform: rotate(-4deg);
}

.hero-badge {
  position: absolute;
  left: 8%;
  bottom: 14%;
  z-index: 5;
  padding: 12px 16px;
  border-radius: 14px;
  background: rgba(14, 12, 22, 0.88);
  border: 1px solid var(--line-strong);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow);
}

.hero-badge small {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.hero-badge strong {
  color: var(--gold-soft);
  font-size: 0.95rem;
}

/* Big hero CTA — the main "Launch Shot Director" button */
.btn-hero {
  background: linear-gradient(135deg, var(--gold), var(--magenta-hot) 90%);
  color: #140f04;
  font-weight: 800;
  font-size: 1.02rem;
  padding: 15px 26px;
  box-shadow: 0 14px 40px rgba(232, 176, 75, 0.35), 0 0 0 1px rgba(245, 207, 125, 0.4) inset;
}

.btn-hero:hover {
  filter: brightness(1.06);
  box-shadow: 0 18px 50px rgba(232, 176, 75, 0.45), 0 0 0 1px rgba(245, 207, 125, 0.6) inset;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  padding: 7px 13px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  color: var(--muted);
  font-size: 0.82rem;
}

.hero-frame.main {
  cursor: pointer;
}

/* Shot Director spotlight — the main draw */
.sd-spotlight {
  border: 1px solid var(--line-strong);
  border-radius: calc(var(--radius) + 6px);
  background:
    radial-gradient(700px 320px at 20% -10%, rgba(232, 176, 75, 0.12), transparent 60%),
    radial-gradient(600px 320px at 100% 0%, rgba(232, 93, 160, 0.12), transparent 55%),
    var(--bg-elev);
  padding: 44px 40px;
  margin-top: 8px;
  margin-bottom: 8px;
  scroll-margin-top: 80px;
}

.sd-head h2 {
  font-size: clamp(1.9rem, 3.6vw, 2.6rem);
}

.sd-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.sd-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 34px;
}

.sd-card {
  display: flex;
  flex-direction: column;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--panel);
  transition: transform 0.15s, border-color 0.15s, box-shadow 0.15s;
}

.sd-card:hover {
  transform: translateY(-3px);
  border-color: var(--line-strong);
  box-shadow: var(--shadow);
}

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

.sd-card-body {
  padding: 14px 16px 18px;
}

.sd-card-body h3 {
  font-size: 1.05rem;
  margin: 8px 0 6px;
}

.sd-card-body p {
  color: var(--muted);
  font-size: 0.86rem;
}

.sd-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 30px;
  padding: 22px 26px;
  border-radius: var(--radius);
  border: 1px solid var(--line-strong);
  background: linear-gradient(120deg, rgba(232, 176, 75, 0.12), rgba(232, 93, 160, 0.14));
  transition: filter 0.15s;
}

.sd-banner:hover {
  filter: brightness(1.06);
}

.sd-banner strong {
  display: block;
  font-size: 1.15rem;
}

.sd-banner span {
  color: var(--muted);
  font-size: 0.9rem;
}

.sd-banner-go {
  font-weight: 800;
  color: var(--gold-soft);
  white-space: nowrap;
}

@media (max-width: 900px) {
  .sd-features { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .sd-features { grid-template-columns: 1fr; }
  .sd-spotlight { padding: 30px 20px; }
}

/* About */
.about-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 36px;
  align-items: start;
  margin-top: 28px;
}

.about-card {
  background: linear-gradient(160deg, rgba(26, 21, 40, 0.9), rgba(14, 12, 22, 0.95));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow);
}

.about-card p + p {
  margin-top: 14px;
}

.about-card p {
  color: var(--muted);
}

.about-card p strong {
  color: var(--txt);
}

.stat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.stat {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 18px 16px;
}

.stat b {
  display: block;
  font-size: 1.35rem;
  color: var(--magenta-hot);
  margin-bottom: 4px;
}

.stat span {
  color: var(--muted);
  font-size: 0.86rem;
}

/* Listen grid */
.listen-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.listen-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 18px 18px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--panel);
  transition: transform 0.15s, border-color 0.15s, background 0.15s;
  min-height: 96px;
}

.listen-card:hover {
  transform: translateY(-2px);
  border-color: var(--line-strong);
  background: var(--panel-2);
}

.listen-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-size: 1.15rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line);
}

.listen-card h3 {
  font-size: 1rem;
  margin-bottom: 3px;
}

.listen-card p {
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.4;
}

.listen-go {
  color: var(--magenta-hot);
  font-size: 0.82rem;
  font-weight: 600;
  white-space: nowrap;
}

.listen-card.spotify .listen-icon {
  background: rgba(30, 215, 96, 0.12);
  border-color: rgba(30, 215, 96, 0.35);
  color: #1ed760;
}

.listen-card.apple .listen-icon {
  background: rgba(252, 60, 68, 0.12);
  border-color: rgba(252, 60, 68, 0.35);
}

.listen-card.amazon .listen-icon {
  background: rgba(255, 153, 0, 0.12);
  border-color: rgba(255, 153, 0, 0.35);
  color: #ff9900;
}

.listen-card.suno .listen-icon {
  background: rgba(245, 207, 125, 0.12);
  border-color: rgba(232, 176, 75, 0.4);
  color: var(--gold-soft);
}

.listen-card.x .listen-icon {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.18);
}

.listen-card.youtube .listen-icon {
  background: rgba(255, 0, 51, 0.12);
  border-color: rgba(255, 0, 51, 0.4);
  color: #ff3355;
}

/* Journey */
.journey {
  margin-top: 8px;
}

.timeline {
  margin-top: 36px;
  display: grid;
  gap: 18px;
  position: relative;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 12px;
  bottom: 12px;
  width: 2px;
  background: linear-gradient(to bottom, var(--magenta), var(--violet), var(--teal));
  opacity: 0.5;
}

.step {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  align-items: start;
}

.step-num {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 0.9rem;
  background: var(--panel-2);
  border: 2px solid var(--magenta);
  color: var(--magenta-hot);
  box-shadow: 0 0 24px rgba(232, 93, 160, 0.25);
  position: relative;
  z-index: 1;
}

.step-body {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px 24px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 20px;
  align-items: center;
  transition: border-color 0.15s, transform 0.15s;
}

.step-body:hover {
  border-color: var(--line-strong);
  transform: translateY(-2px);
}

.step-body h3 {
  font-size: 1.2rem;
  margin-bottom: 6px;
}

.step-body .tag {
  display: inline-block;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 8px;
  font-weight: 700;
}

.step-body p {
  color: var(--muted);
  font-size: 0.95rem;
}

.step-body .links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.mini-link {
  font-size: 0.8rem;
  padding: 6px 11px;
  border-radius: 999px;
  border: 1px solid var(--line);
  color: var(--txt);
  background: rgba(255, 255, 255, 0.03);
}

.mini-link:hover {
  border-color: var(--magenta);
  color: var(--magenta-hot);
}

.step-media {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--line);
  aspect-ratio: 16 / 11;
  background: #000;
}

.step-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* YouTube */
.yt-header {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 28px;
}

.yt-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 18px;
}

.yt-feature,
.yt-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.yt-embed {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #000;
}

.yt-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.yt-meta {
  padding: 16px 18px 18px;
}

.yt-meta h3 {
  font-size: 1.05rem;
  margin-bottom: 4px;
}

.yt-meta p {
  color: var(--muted);
  font-size: 0.88rem;
}

.yt-side {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.yt-card .yt-embed {
  aspect-ratio: 16 / 9;
}

/* Worlds / projects */
.worlds-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 28px;
}

.world-card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  min-height: 320px;
  background: var(--panel);
  isolation: isolate;
  transition: transform 0.2s, border-color 0.2s;
}

.world-card:hover {
  transform: translateY(-4px);
  border-color: var(--line-strong);
}

.world-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  transition: transform 0.4s;
}

.world-card:hover img {
  transform: scale(1.05);
}

.world-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(7, 6, 12, 0.96) 10%, rgba(7, 6, 12, 0.35) 55%, rgba(7, 6, 12, 0.2));
}

.world-body {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 2;
  padding: 22px;
}

.world-body .tag {
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-soft);
  font-weight: 700;
  margin-bottom: 8px;
}

.world-body h3 {
  font-size: 1.25rem;
  margin-bottom: 8px;
}

.world-body p {
  color: var(--muted);
  font-size: 0.9rem;
  margin-bottom: 14px;
}

.world-body .btn {
  padding: 10px 14px;
  font-size: 0.85rem;
}

/* Art gallery */
.gallery {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}

.gallery figure {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
  aspect-ratio: 1;
  background: var(--panel);
}

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s;
}

.gallery figure:hover img {
  transform: scale(1.08);
}

.gallery figure:nth-child(1),
.gallery figure:nth-child(6) {
  grid-row: span 2;
  aspect-ratio: auto;
  min-height: 100%;
}

/* CTA band */
.cta-band {
  margin: 20px auto 80px;
  max-width: var(--max);
  padding: 0 22px;
}

.cta-inner {
  border-radius: 24px;
  border: 1px solid var(--line-strong);
  background:
    linear-gradient(135deg, rgba(232, 93, 160, 0.16), rgba(139, 92, 246, 0.1) 50%, rgba(14, 12, 22, 0.95)),
    url("../assets/vespia/img_9.jpg") center/cover;
  background-blend-mode: multiply, normal;
  padding: 48px 36px;
  text-align: center;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}

.cta-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 6, 12, 0.55), rgba(7, 6, 12, 0.85));
}

.cta-inner > * {
  position: relative;
  z-index: 1;
}

.cta-inner h2 {
  margin-bottom: 10px;
}

.cta-inner p {
  color: var(--muted);
  max-width: 48ch;
  margin: 0 auto 22px;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

/* Footer */
footer {
  border-top: 1px solid var(--line);
  padding: 28px 22px 40px;
}

.footer-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted);
  font-size: 0.88rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-links a:hover {
  color: var(--magenta-hot);
}

/* Mobile */
@media (max-width: 960px) {
  .hero,
  .about-grid,
  .yt-grid,
  .step-body,
  .worlds-grid,
  .listen-grid {
    grid-template-columns: 1fr;
  }

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

  .hero-visual {
    min-height: 380px;
    order: -1;
  }

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

  .gallery figure:nth-child(1),
  .gallery figure:nth-child(6) {
    grid-row: span 1;
    aspect-ratio: 1;
  }

  .nav-links a:not(.nav-cta) {
    display: none;
  }
}

@media (max-width: 560px) {
  section {
    padding: 52px 16px;
  }

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

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

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

  .timeline::before {
    left: 18px;
  }
}
