:root {
  --bg: #050506;
  --bg-2: #0a0b0f;
  --panel: rgba(18, 19, 24, 0.78);
  --panel-solid: #111218;
  --text: #f7f5ee;
  --muted: #bdb7aa;
  --line: rgba(255, 255, 255, 0.12);
  --yellow: #f2df00;
  --yellow-soft: rgba(242, 223, 0, 0.23);
  --blue: #2fbeff;
  --warm: #ffb45c;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.62);
  --radius: 28px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.skip-link {
  position: absolute;
  left: -999px;
  top: 14px;
  z-index: 999;
  padding: 12px 16px;
  background: var(--yellow);
  color: #050506;
  border-radius: 999px;
}
.skip-link:focus { left: 14px; }

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  height: 76px;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px clamp(18px, 5vw, 64px);
  background: rgba(5, 5, 6, 0.58);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(18px);
  transition: background .25s ease, height .25s ease;
}
.site-header.scrolled { background: rgba(5, 5, 6, 0.88); height: 66px; }
.brand img { width: min(210px, 44vw); filter: drop-shadow(0 0 20px rgba(242,223,0,.1)); }
nav { display: flex; gap: 28px; align-items: center; font-size: 0.92rem; color: rgba(247,245,238,.76); }
nav a { transition: color .2s ease; }
nav a:hover { color: var(--text); }
.menu-toggle { display: none; background: none; border: 0; width: 42px; height: 42px; padding: 8px; }
.menu-toggle span { display: block; height: 2px; margin: 6px 0; background: var(--text); border-radius: 999px; }

.hero {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 150px clamp(22px, 6vw, 92px) 92px;
}
.hero-image {
  position: absolute;
  inset: 0;
  background-image: url('images/sholz-y-studio-hero.jpg');
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  filter: saturate(.95) contrast(1.04);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 24%, rgba(47,190,255,.22), transparent 30%),
    radial-gradient(circle at 68% 34%, rgba(242,223,0,.14), transparent 30%),
    linear-gradient(90deg, rgba(5,5,6,.88) 0%, rgba(5,5,6,.58) 42%, rgba(5,5,6,.25) 100%),
    linear-gradient(0deg, rgba(5,5,6,.90) 0%, rgba(5,5,6,.08) 42%, rgba(5,5,6,.64) 100%);
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
}
.eyebrow {
  margin: 0 0 12px;
  color: var(--yellow);
  letter-spacing: .18em;
  font-weight: 900;
  text-transform: uppercase;
  font-size: .78rem;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 18px;
  font-size: clamp(4.4rem, 16vw, 11rem);
  line-height: .83;
  letter-spacing: -.08em;
  text-transform: uppercase;
  text-shadow: 0 0 30px rgba(0,0,0,.8);
}
h2 { font-size: clamp(2.1rem, 6vw, 5rem); line-height: .95; letter-spacing: -.06em; margin-bottom: 18px; }
h3 { font-size: clamp(1.35rem, 3vw, 2.25rem); line-height: 1; letter-spacing: -.04em; margin-bottom: 14px; }
.tagline { max-width: 650px; color: rgba(247,245,238,.86); font-size: clamp(1.06rem, 2vw, 1.38rem); margin-bottom: 32px; }

.button-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.button-row.small { gap: 10px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
  font-weight: 900;
  letter-spacing: .02em;
  transition: transform .2s ease, background .2s ease, border .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn.primary { background: var(--yellow); color: #050506; border-color: var(--yellow); box-shadow: 0 16px 50px rgba(242,223,0,.18); }
.btn.secondary { background: rgba(255,255,255,.10); color: var(--text); }
.btn.ghost { background: transparent; color: var(--text); }
.scroll-cue {
  position: absolute;
  z-index: 2;
  right: clamp(18px, 4vw, 58px);
  bottom: 34px;
  color: rgba(247,245,238,.62);
  writing-mode: vertical-rl;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: .72rem;
}

.section { padding: clamp(76px, 10vw, 130px) clamp(22px, 6vw, 92px); }
.section > * { max-width: var(--max); margin-left: auto; margin-right: auto; }
.section-head { text-align: center; max-width: 850px; margin-bottom: 48px; }
.section-head.left { text-align: left; }
.section-head p { color: var(--muted); font-size: 1.06rem; }

.latest { background: linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%); }
.release-grid { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(280px, .8fr); gap: 24px; align-items: stretch; }
.glow-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--shadow);
}
.glow-card::before {
  content: '';
  position: absolute;
  inset: -2px;
  background: radial-gradient(circle at 15% 12%, rgba(242,223,0,.18), transparent 28%), radial-gradient(circle at 80% 10%, rgba(47,190,255,.16), transparent 28%);
  pointer-events: none;
}
.release-card { display: grid; grid-template-columns: minmax(240px, .72fr) 1fr; }
.release-card img { width: 100%; height: 100%; object-fit: contain; object-position: center center; min-height: 470px; background: #0a0a0d; padding: 10px; }
.release-copy { position: relative; z-index: 2; padding: clamp(26px, 4vw, 48px); align-self: end; }
.mini-label { display: inline-block; color: #050506; background: var(--yellow); border-radius: 999px; padding: 4px 10px; font-size: .74rem; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.muted { color: var(--muted); }
.stats-card { border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.03)); padding: 30px; }
.stats-card ul { list-style: none; margin: 0; padding: 0; }
.stats-card li { padding: 18px 0; border-bottom: 1px solid var(--line); }
.stats-card li:last-child { border-bottom: 0; }
.stats-card strong { display: block; font-size: 1.08rem; }
.stats-card span { color: var(--muted); font-size: .94rem; }

.listen { background: radial-gradient(circle at 18% 25%, rgba(242,223,0,.12), transparent 28%), linear-gradient(180deg, #0a0b0f 0%, #07070a 100%); }
.listen-card { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .72fr); gap: 24px; align-items: center; padding: clamp(26px, 5vw, 54px); }
.listen-card > * { position: relative; z-index: 2; }
.listen-copy p:not(.eyebrow) { color: rgba(247,245,238,.78); max-width: 670px; }
.player-panel { border: 1px solid var(--line); border-radius: 24px; padding: 26px; min-height: 310px; display: flex; flex-direction: column; justify-content: flex-end; background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.035)); overflow: hidden; position: relative; }
.pulse-orb { position: absolute; top: 32px; right: 32px; width: 128px; height: 128px; border-radius: 50%; background: radial-gradient(circle, rgba(242,223,0,.88), rgba(242,223,0,.13) 52%, transparent 72%); box-shadow: 0 0 70px rgba(242,223,0,.26); opacity: .78; transform: scale(.95); transition: transform .2s ease, opacity .2s ease; }
body.intro-playing .pulse-orb { animation: pulseOrb 1.05s ease-in-out infinite; opacity: 1; }
.player-bar { height: 8px; width: 100%; border-radius: 999px; background: rgba(255,255,255,.12); overflow: hidden; margin: 14px 0 8px; }
.player-bar span { display: block; height: 100%; width: 0%; border-radius: inherit; background: var(--yellow); transition: width .08s linear; }
.player-status { margin: 0; color: var(--muted); font-size: .94rem; }
@keyframes pulseOrb { 0%, 100% { transform: scale(.92); box-shadow: 0 0 55px rgba(242,223,0,.22); } 50% { transform: scale(1.08); box-shadow: 0 0 95px rgba(242,223,0,.42); } }

.about { background: radial-gradient(circle at 85% 18%, rgba(242,223,0,.12), transparent 26%), #07070a; }
.about-grid { display: grid; grid-template-columns: minmax(280px, .9fr) minmax(0, 1fr); gap: clamp(34px, 6vw, 80px); align-items: center; }
.portrait-stack { position: relative; min-height: 640px; }
.portrait-main { width: 82%; border-radius: var(--radius); box-shadow: var(--shadow); border: 1px solid var(--line); }
.portrait-small { position: absolute; right: 0; bottom: 0; width: 46%; border-radius: 24px; box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.16); }
.about-copy p:not(.eyebrow) { color: rgba(247,245,238,.78); font-size: 1.06rem; }


.collaborations { background: linear-gradient(180deg, #07070a 0%, #0a0b0f 100%); }
.collab-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.collab-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.03));
  box-shadow: 0 22px 70px rgba(0,0,0,.38);
}
.collab-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  border-bottom: 1px solid var(--line);
  background: #0a0a0d;
}
.collab-card div { padding: 22px; }
.collab-card h3 { font-size: 1.35rem; margin-bottom: 10px; }
.collab-card p { color: var(--muted); margin-bottom: 0; }
.collab-card.text-only {
  display: flex;
  min-height: 100%;
  align-items: center;
  background: radial-gradient(circle at 20% 20%, rgba(242,223,0,.18), transparent 32%), linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.03));
}
.collab-card.text-only .eyebrow { margin-bottom: 12px; }


.videos { background: var(--bg-2); }
.video-frame { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); background: #000; box-shadow: var(--shadow); aspect-ratio: 16 / 9; }
.video-frame iframe { width: 100%; height: 100%; border: 0; }
.note { color: var(--muted); max-width: var(--max); font-size: .92rem; margin-top: 14px; }

.epk { background: radial-gradient(circle at 12% 20%, rgba(47,190,255,.12), transparent 25%), var(--bg); }
.epk-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 24px; }
.epk-panel { min-height: 230px; padding: 24px; border-radius: 22px; border: 1px solid var(--line); background: rgba(255,255,255,.055); }
.epk-panel p { color: var(--muted); }
.download-panel { display: grid; grid-template-columns: 1fr minmax(260px, .7fr); gap: 24px; align-items: center; padding: clamp(24px, 4vw, 44px); }
.download-panel > * { position: relative; z-index: 2; }
.download-links { display: grid; gap: 12px; }
.download-links a { display: block; border: 1px solid var(--line); border-radius: 16px; padding: 14px 16px; background: rgba(255,255,255,.06); font-weight: 800; }
.download-links a:hover { background: rgba(242,223,0,.12); border-color: rgba(242,223,0,.38); }

.connect { background: linear-gradient(180deg, #07070a, #030303); }
.connect-card { text-align: center; border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(34px, 7vw, 76px); background: linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.03)); box-shadow: var(--shadow); }
.email-link { display: inline-block; margin: 8px 0 24px; font-size: clamp(1.25rem, 4vw, 2rem); font-weight: 900; color: var(--yellow); }
.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;
}

.social-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  align-items: center;
}

.social-row .social-icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 0;
  font-size: 1.28rem;
  background: rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
  transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.social-row .social-icon:hover {
  transform: translateY(-3px);
  background: rgba(255,255,255,.12);
  border-color: rgba(242,223,0,.38);
  box-shadow: 0 14px 34px rgba(0,0,0,.28);
}

.social-icon--spotify:hover { color: #1ed760; }
.social-icon--apple:hover { color: #ffffff; }
.social-icon--youtube:hover { color: #ff0033; }
.social-icon--instagram:hover { color: #ff4fd8; }
.social-icon--tiktok:hover { color: #2fbeff; }
.social-icon--facebook:hover { color: #6aa9ff; }

.quick-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
}

.quick-links a {
  color: rgba(247,245,238,.82);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 800;
  background: rgba(255,255,255,.045);
}

.quick-links a:hover {
  color: var(--text);
  background: rgba(255,255,255,.08);
}

.footer-social-row .social-icon {
  width: 44px;
  height: 44px;
  border-radius: 15px;
  font-size: 1.04rem;
}

.site-footer { display: flex; gap: 20px; align-items: center; justify-content: space-between; padding: 28px clamp(22px, 6vw, 92px); border-top: 1px solid var(--line); color: var(--muted); background: #030303; }
.site-footer img { width: 180px; }
.site-footer p { margin: 0; }

@media (max-width: 980px) {
  .release-grid, .about-grid, .download-panel, .listen-card { grid-template-columns: 1fr; }
  .collab-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .epk-grid { grid-template-columns: repeat(2, 1fr); }
  .portrait-stack { min-height: 560px; max-width: 620px; margin: 0 auto; }
  .release-card { grid-template-columns: 1fr; }
  .release-card img { min-height: auto; aspect-ratio: 1 / 1; object-fit: contain; background: #0a0a0d; padding: 8px; }
}

@media (max-width: 760px) {
  .collab-grid { grid-template-columns: 1fr; }
  .site-header { height: 68px; }
  .menu-toggle { display: block; position: relative; z-index: 60; }
  nav {
    position: fixed;
    inset: 0;
    background: rgba(5,5,6,.96);
    flex-direction: column;
    justify-content: center;
    gap: 28px;
    font-size: 1.2rem;
    transform: translateY(-100%);
    transition: transform .25s ease;
  }
  body.menu-open nav { transform: translateY(0); }
  .hero { min-height: 92vh; padding-top: 116px; }
  .hero-image { background-position: 65% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(5,5,6,.94), rgba(5,5,6,.62)), linear-gradient(0deg, rgba(5,5,6,.95), rgba(5,5,6,.25)); }
  h1 { font-size: clamp(4rem, 22vw, 7rem); }
  .button-row .btn { width: 100%; }
  .section-head { text-align: left; }
  .epk-grid { grid-template-columns: 1fr; }
  .portrait-stack { min-height: auto; }
  .portrait-main, .portrait-small { position: static; width: 100%; margin: 0 0 16px; }
  .site-footer { flex-direction: column; align-items: flex-start; }
}

/* V10 mobile fix: keep the header nav hidden until the menu is opened, and tighten the hero on phones. */
@media (max-width: 760px) {
  .site-header {
    height: 68px;
    padding: 12px 18px;
  }

  .site-header .brand {
    position: relative;
    z-index: 61;
    display: block;
    max-width: 170px;
  }

  .site-header .brand img {
    width: min(160px, 46vw);
    max-height: 38px;
    object-fit: contain;
  }

  .site-header nav {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 55;
    width: 100vw;
    min-height: 100vh;
    min-height: 100dvh;
    padding: 96px 24px 32px;
    background: rgba(5,5,6,.98);
    backdrop-filter: blur(18px);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 22px;
    font-size: 1.15rem;
    transform: none;
  }

  body.menu-open .site-header nav {
    display: flex;
  }

  .menu-toggle {
    flex: 0 0 auto;
  }

  .hero {
    min-height: 100svh;
    padding: 104px 22px 64px;
    align-items: center;
  }

  .hero-content {
    max-width: 100%;
  }

  .hero-image {
    background-position: 73% center;
    transform: scale(1.01);
  }

  h1 {
    font-size: clamp(3.25rem, 16vw, 4.75rem);
    line-height: .86;
    letter-spacing: -.065em;
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: normal;
  }

  .tagline {
    font-size: 1.08rem;
    line-height: 1.55;
    max-width: 100%;
  }

  .button-row {
    gap: 12px;
  }

  .button-row .btn {
    width: 100%;
    min-height: 56px;
  }
}

@media (max-width: 380px) {
  h1 { font-size: clamp(2.95rem, 15vw, 3.65rem); }
  .hero { padding-left: 18px; padding-right: 18px; }
  .site-header .brand img { width: min(142px, 44vw); }
}


/* V11 Facebook + social icon button update */
.site-footer {
  flex-wrap: wrap;
}

@media (max-width: 760px) {
  .social-row .social-icon {
    width: 52px;
    height: 52px;
  }

  .footer-social-row {
    justify-content: flex-start;
  }

  .site-footer {
    align-items: center;
    text-align: center;
  }

  .site-footer img {
    margin-inline: auto;
  }

  .site-footer p {
    width: 100%;
  }
}
