/*
Theme Name: Ariel Solanes Music Pro v12
Theme URI: https://arielsolanesmusic.com
Author: Ariel Solanes
Description: Premium one-page WordPress theme for Ariel Solanes Music.
Version: 12.0.0
License: GPL-2.0-or-later
Text Domain: ariel-solanes-music
*/

:root {
  --blue: #0b5ed7;
  --cyan: #16c8ff;
  --purple: #7b2cff;
  --magenta: #d316c8;
  --navy: #071a52;
  --deep: #031641;
  --gold: #c8952f;
  --white: #ffffff;
  --text: #1d2848;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background: #fff;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.site { min-height: 100vh; background: #fff; max-width: 1600px; margin-left: auto; margin-right: auto; box-shadow: 0 0 80px rgba(7,26,82,.10); }
.container { width: min(1480px, calc(100% - 48px)); margin: 0 auto; }
section { scroll-margin-top: 112px; }

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 18px 0;
  background: rgba(255,255,255,.92);
}
.brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.brand-logo {
  width: 96px;
  height: auto;
  filter: drop-shadow(0 10px 18px rgba(20,40,90,.14));
}
.menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(18px, 3vw, 56px);
  font-weight: 800;
  color: #071a52;
  font-size: clamp(16px, 1.3vw, 20px);
}
.menu a:hover { color: var(--purple); }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 680px;
  color: white;
  background: #020817;
}
.hero-slideshow,
.hero-slideshow span {
  position: absolute;
  inset: 0;
}
.hero-slideshow {
  z-index: 0;
  overflow: hidden;
  background: #020817;
}
.hero-slideshow::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(3, 10, 30, .76) 0%, rgba(4, 18, 54, .54) 38%, rgba(4, 18, 54, .20) 72%, rgba(4, 18, 54, .08) 100%),
    linear-gradient(180deg, rgba(3, 10, 30, .06), rgba(3, 10, 30, .24));
  pointer-events: none;
}
.hero-slideshow span {
  opacity: 0;
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1.035);
  animation: heroCrossfade 48s infinite ease-in-out;
  will-change: opacity, transform;
}
.hero-slideshow span:nth-child(1) { background-image: url("assets/hero-slide-01.jpg"); animation-delay: -2s; }
.hero-slideshow span:nth-child(2) { background-image: url("assets/hero-slide-02.jpg"); animation-delay: 6s; }
.hero-slideshow span:nth-child(3) { background-image: url("assets/hero-slide-03.jpg"); animation-delay: 12s; }
.hero-slideshow span:nth-child(4) { background-image: url("assets/hero-slide-04.jpg"); animation-delay: 18s; }
.hero-slideshow span:nth-child(5) { background-image: url("assets/hero-slide-05.jpg"); animation-delay: 24s; }
.hero-slideshow span:nth-child(6) { background-image: url("assets/hero-slide-06.jpg"); animation-delay: 30s; }
.hero-slideshow span:nth-child(7) { background-image: url("assets/hero-slide-07.jpg"); animation-delay: 36s; }
.hero-slideshow span:nth-child(8) { background-image: url("assets/hero-slide-08.jpg"); animation-delay: 42s; }
@keyframes heroCrossfade {
  0% { opacity: 0; transform: scale(1.035); }
  4% { opacity: 1; }
  12.5% { opacity: 1; }
  17% { opacity: 0; transform: scale(1.085); }
  100% { opacity: 0; transform: scale(1.085); }
}


.hero-grid {
  position: relative;
  z-index: 2;
  min-height: 680px;
  display: grid;
  grid-template-columns: minmax(0, 760px);
  align-items: center;
  gap: 20px;
}
.hero-copy {
  position: relative;
  padding: 84px 0 72px;
}
.hero-copy::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -38px -56px -28px -44px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 34% 44%, rgba(0,0,0,.56), rgba(0,0,0,.34) 42%, transparent 72%);
  filter: blur(18px);
}
.eyebrow {
  color: rgba(255,255,255,.94);
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: .22em;
  font-size: clamp(13px, 1.08vw, 16px);
  margin: 0 0 18px;
  padding-top: 10px;
  border-top: 1px solid rgba(255,255,255,.46);
  width: min(520px, 92%);
  text-shadow:
    0 2px 8px rgba(0,0,0,.72),
    0 0 22px rgba(0,0,0,.52);
}
.hero-title {
  font-family: Georgia, serif;
  font-size: clamp(72px, 9.5vw, 146px);
  line-height: .82;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
  text-shadow: 0 18px 46px rgba(0,0,0,.42);
}
.hero-title span { display: block; }
.hero-title .gradient {
  background: linear-gradient(90deg, #7de8ff 0%, #36c7ff 28%, #4e8dff 54%, #9b6dff 76%, #f06ff0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,.18);
  text-shadow: none;
  filter: none;
}
.hero-title .music {
  margin-top: 12px;
  color: #d7a344;
  font-size: .32em;
  letter-spacing: .34em;
  text-align: center;
  text-shadow:
    0 1px 0 rgba(255,236,181,.65),
    0 4px 10px rgba(0,0,0,.46),
    0 0 18px rgba(215,163,68,.26);
}
.gold-line {
  width: 420px;
  max-width: 92%;
  height: 2px;
  margin: 20px 0 14px;
  background: linear-gradient(90deg, rgba(200,149,47,0), var(--gold), rgba(200,149,47,0));
}
.tagline {
  font-family: Georgia, serif;
  font-style: italic;
  color: rgba(255,255,255,.94);
  font-size: clamp(26px, 2.2vw, 38px);
  margin-bottom: 14px;
  text-shadow:
    0 2px 6px rgba(0,0,0,.86),
    0 10px 28px rgba(0,0,0,.58);
}
.production {
  background: linear-gradient(90deg, #04194b 0%, #0b3c9b 48%, #8e1fc0 100%);
  color: white;
  border-top: 1px solid rgba(255,255,255,.18);
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.production-inner { padding: 26px 0 30px; }
.section-title {
  text-transform: uppercase;
  text-align: center;
  color: #2bc2ff;
  font-size: clamp(24px, 2vw, 36px);
  letter-spacing: .08em;
  margin-bottom: 18px;
  font-weight: 900;
}
.title-accent {
  width: 110px;
  height: 3px;
  background: linear-gradient(90deg, rgba(200,149,47,0), var(--gold), rgba(200,149,47,0));
  margin: -8px auto 24px;
  border-radius: 8px;
}
.services { display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; }
.service {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 14px;
  padding: 0 22px;
  border-right: 1px solid rgba(255,255,255,.22);
}
.service:last-child { border-right: 0; }
.icon {
  width: 58px;
  height: 58px;
  border-radius: 12px;
  border: 2px solid rgba(67,199,255,.72);
  color: #35c8ff;
  display: grid;
  place-items: center;
  font-size: 28px;
  background: rgba(255,255,255,.04);
}
.service h3 { font-size: 16px; text-transform: uppercase; margin: 2px 0 5px; }
.service p { color: rgba(255,255,255,.9); line-height: 1.35; font-size: 15px; }

.contact-bar {
  background: linear-gradient(90deg, #061d56 0%, #0c47b6 48%, #741fc8 100%);
  color: white;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1.2fr .9fr .8fr .65fr;
  align-items: center;
}
.contact-cell {
  min-height: 100px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px 26px;
  border-right: 1px solid rgba(255,255,255,.22);
}
.contact-cell:last-child { border-right: 0; justify-content: center; }
.cta-title {
  color: #2bc2ff;
  font-size: clamp(22px, 1.7vw, 30px);
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 6px;
}
.cta-sub, .contact-text { font-size: clamp(16px, 1.1vw, 21px); }
.round-icon {
  width: 44px; height: 44px; border-radius: 50%;
  display: grid; place-items: center; font-size: 24px;
  background: linear-gradient(135deg, var(--blue), var(--purple), var(--magenta));
  flex: 0 0 auto;
}
.contact-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 2px solid rgba(255,255,255,.72);
  border-radius: 999px;
  padding: 14px 24px;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}
.contact-button:hover { background: rgba(255,255,255,.08); }

.bio {
  background: linear-gradient(90deg, #f2fbff 0%, #ffffff 52%, #f5eaff 100%);
  position: relative;
  overflow: hidden;
}

.bio-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 240px 1fr 260px;
  gap: 36px;
  align-items: center;
  padding: 38px 0 50px;
}
.bio-photo {
  border-radius: 16px;
  overflow: hidden;
  border: 3px solid rgba(121,58,255,.72);
  box-shadow: 0 18px 34px rgba(27,45,92,.15);
}
.bio-photo img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  object-position: center top;
}
.bio h2 {
  font-family: Georgia, serif;
  color: #0f2a71;
  font-size: clamp(32px, 2.6vw, 44px);
  text-transform: uppercase;
  margin-bottom: 8px;
}
.bio .title-accent { margin: 0 0 16px 130px; width: 90px; }
.bio p {
  max-width: 960px;
  color: #18264d;
  line-height: 1.65;
  font-size: clamp(16px, 1.15vw, 20px);
  margin-bottom: 12px;
}
.grammy-card {
  align-self: stretch;
  min-height: 310px;
  display: grid;
  place-items: center;
  padding: 12px;
  border-radius: 24px;
  background:
    radial-gradient(circle at center, rgba(255,255,255,.9), rgba(255,255,255,.5)),
    linear-gradient(135deg, rgba(11,94,215,.16), rgba(211,22,200,.16));
  border: 1px solid rgba(255,255,255,.9);
  box-shadow: 0 20px 45px rgba(27,45,92,.12);
}
.grammy-card img {
  max-height: 300px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(39, 31, 26, .22));
}
footer {
  text-align: center;
  padding: 20px;
  color: #5a6686;
  font-size: 14px;
}

@media (max-width: 1180px) {
  .services { grid-template-columns: repeat(3, 1fr); gap: 24px 0; }
  .service:nth-child(3n) { border-right: 0; }
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero-copy { padding-bottom: 0; }
  .gold-line { margin-left: auto; margin-right: auto; }
  .contact-grid { grid-template-columns: 1fr 1fr; }
  .bio-inner { grid-template-columns: 220px 1fr; }
  .grammy-card { grid-column: 1 / -1; min-height: 260px; }
  .grammy-card img { max-height: 240px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1480px); }
  .topbar { flex-direction: column; align-items: flex-start; }
  .menu { flex-wrap: wrap; gap: 14px 22px; }
  .brand-logo { width: 72px; }
  .hero-title { font-size: 66px; }
  .services, .contact-grid, .bio-inner { grid-template-columns: 1fr; }
  .service, .contact-cell { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .bio .title-accent { margin-left: 0; }
  .bio-photo { max-width: 260px; }
}


.projects {
  background: linear-gradient(90deg, #f9fbff 0%, #eef6ff 42%, #f7ebff 100%);
  position: relative;
  overflow: hidden;
}

.projects-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 500px;
  gap: 38px;
  align-items: center;
  padding: 44px 0 52px;
}
.projects-copy { max-width: 760px; }
.section-kicker {
  color: var(--gold);
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: .22em;
  font-size: clamp(13px, 1vw, 16px);
  margin-bottom: 10px;
}
.projects-title {
  font-family: Georgia, serif;
  color: var(--navy);
  font-size: clamp(34px, 3vw, 52px);
  margin-bottom: 6px;
  text-transform: uppercase;
}
.projects-copy .title-accent {
  margin: 0 0 18px;
  width: 92px;
}
.projects-copy p {
  color: #1d2848;
  line-height: 1.7;
  font-size: clamp(16px, 1.08vw, 19px);
  margin-bottom: 14px;
}
.projects-art {
  display: flex;
  justify-content: center;
  align-items: center;
}
.projects-poster {
  width: min(100%, 470px);
  border-radius: 26px;
  padding: 18px;
  background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(246,249,255,.92));
  border: 1px solid rgba(121,58,255,.18);
  box-shadow: 0 24px 50px rgba(27,45,92,.14);
}
.projects-poster img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 26px rgba(31,34,82,.16));
}
@media (max-width: 1180px) {
  .projects-inner { grid-template-columns: 1fr; text-align: center; }
  .projects-copy { max-width: none; }
  .projects-copy .title-accent { margin-left: auto; margin-right: auto; }
}


/* Premium Music Player */
.music-showcase {
  background:
    radial-gradient(circle at 18% 20%, rgba(22,200,255,.18), transparent 30%),
    radial-gradient(circle at 85% 35%, rgba(211,22,200,.18), transparent 32%),
    linear-gradient(90deg, #f8fbff 0%, #ffffff 50%, #f8efff 100%);
  position: relative;
  overflow: hidden;
}

.music-showcase-inner {
  position: relative;
  z-index: 2;
  padding: 52px 0 58px;
}
.music-showcase-heading {
  text-align: center;
  margin-bottom: 30px;
}
.music-showcase-heading h2,
.projects-title-updated {
  font-family: Georgia, serif;
  color: var(--navy);
  font-size: clamp(34px, 3vw, 54px);
  text-transform: uppercase;
  margin-bottom: 8px;
}
.music-showcase-heading p {
  max-width: 820px;
  margin: 0 auto;
  color: #43506e;
  font-size: clamp(16px, 1.15vw, 20px);
  line-height: 1.65;
}
.music-player {
  max-width: 1060px;
  margin: 0 auto;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 28px 70px rgba(27,45,92,.16);
  background: linear-gradient(135deg, #061d56 0%, #0b43a8 48%, #8e1fc0 100%);
  color: #fff;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
}
.player-visual {
  min-height: 360px;
  padding: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 25% 20%, rgba(47,194,255,.32), transparent 30%),
    radial-gradient(circle at 80% 70%, rgba(211,22,200,.28), transparent 30%);
}
.player-visual::before {
  content: "♫";
  position: absolute;
  font-size: 260px;
  color: rgba(255,255,255,.10);
  transform: rotate(-18deg);
}
.record-disc {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background:
    radial-gradient(circle, #fff 0 9%, #151b4e 10% 18%, transparent 19%),
    repeating-radial-gradient(circle, rgba(255,255,255,.18) 0 2px, rgba(255,255,255,.04) 3px 7px),
    linear-gradient(135deg, #0b5ed7, #16c8ff, #7b2cff, #d316c8);
  box-shadow: 0 20px 45px rgba(0,0,0,.22), inset 0 0 28px rgba(255,255,255,.25);
  position: relative;
  z-index: 1;
}
.player-content {
  padding: 36px;
}
.player-content h3 {
  font-family: Georgia, serif;
  font-size: clamp(28px, 2.2vw, 42px);
  margin-bottom: 8px;
}
.player-content p {
  color: rgba(255,255,255,.82);
  line-height: 1.6;
  font-size: 17px;
  margin-bottom: 22px;
}
.audio-card {
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 20px;
  padding: 16px;
  margin-bottom: 14px;
}
.audio-card strong {
  display: block;
  font-size: 18px;
  margin-bottom: 4px;
}
.audio-card span {
  display: block;
  color: rgba(255,255,255,.72);
  margin-bottom: 10px;
}
.audio-card audio {
  width: 100%;
  height: 36px;
}
.projects.premium-projects {
  background:
    radial-gradient(circle at 15% 30%, rgba(22,200,255,.22), transparent 28%),
    radial-gradient(circle at 88% 30%, rgba(211,22,200,.20), transparent 30%),
    linear-gradient(90deg, #f6fbff 0%, #ffffff 42%, #f7eaff 100%);
}
.projects.premium-projects .projects-inner {
  grid-template-columns: 1.05fr .95fr;
  gap: 50px;
  padding: 58px 0 64px;
}
.feature-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 24px;
}
.feature-tags span {
  display: inline-flex;
  align-items: center;
  padding: 9px 14px;
  border-radius: 999px;
  color: #08245f;
  font-weight: 800;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(107,56,255,.20);
  box-shadow: 0 10px 22px rgba(27,45,92,.08);
}
.project-highlight {
  border-radius: 30px;
  padding: 28px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(255,255,255,.9);
  box-shadow: 0 24px 56px rgba(27,45,92,.12);
}
.project-highlight h3 {
  color: var(--navy);
  font-size: clamp(22px, 1.5vw, 30px);
  margin-bottom: 10px;
}
.project-highlight p {
  color: #35405f;
  line-height: 1.65;
}
.projects-poster.premium {
  width: min(100%, 560px);
  padding: 20px;
  border-radius: 34px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, var(--blue), var(--cyan), var(--purple), var(--magenta)) border-box;
  border: 3px solid transparent;
  box-shadow: 0 28px 70px rgba(27,45,92,.18);
}
.projects-poster.premium img {
  border-radius: 22px;
}
@media (max-width: 1180px) {
  .music-player,
  .projects.premium-projects .projects-inner { grid-template-columns: 1fr; }
  .player-visual { min-height: 280px; }
  .record-disc { width: 180px; height: 180px; }
  .feature-tags { justify-content: center; }
}


/* v8 Real Song Player Refinements */
.audio-card strong {
  letter-spacing: .01em;
}
.audio-card span {
  font-style: italic;
}
.player-content .song-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.88);
  font-weight: 700;
  font-size: 14px;
}


/* v9: Force real published songs and refreshed player copy */
.music-player-v9-note {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.13);
  border: 1px solid rgba(255,255,255,.2);
  font-weight: 800;
  color: rgba(255,255,255,.9);
}

.streaming {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 20%, rgba(22,200,255,.20), transparent 28%),
    radial-gradient(circle at 88% 50%, rgba(211,22,200,.16), transparent 30%),
    linear-gradient(90deg, #f4fbff 0%, #ffffff 48%, #f9efff 100%);
}



.streaming-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  align-items: center;
  gap: 48px;
  padding: 68px 0 74px;
}

.streaming-copy h2 {
  font-family: Georgia, serif;
  color: var(--navy);
  font-size: clamp(34px, 3vw, 54px);
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.streaming-copy .title-accent {
  margin: 0 0 20px;
}

.streaming-copy p {
  max-width: 720px;
  color: #263451;
  font-size: clamp(17px, 1.18vw, 20px);
  line-height: 1.7;
}

.streaming-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.streaming-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: 999px;
  font-weight: 900;
  box-shadow: 0 16px 32px rgba(27,45,92,.12);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.streaming-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 44px rgba(27,45,92,.16);
}

.spotify-link {
  background: #1db954;
  color: #071a20;
}

.amazon-link {
  background: rgba(255,255,255,.84);
  color: #071a52;
  border: 1px solid rgba(11,94,215,.18);
}

.streaming-card {
  min-height: 460px;
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 22px;
  border-radius: 28px;
  color: #fff;
  box-shadow: var(--shadow-deep);
  transform: translateY(0);
  transition: transform .18s ease, box-shadow .18s ease;
}

.streaming-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 38px 96px rgba(6, 22, 66, .28);
}

.spotify-embed-card {
  background:
    radial-gradient(circle at 24% 18%, rgba(29,185,84,.24), transparent 28%),
    radial-gradient(circle at 100% 80%, rgba(123,44,255,.32), transparent 34%),
    linear-gradient(135deg, #061642 0%, #08245f 48%, #141031 100%);
  border: 1px solid rgba(255,255,255,.24);
}

.streaming-card-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 4px 4px 0;
}

.spotify-embed-card iframe {
  width: 100%;
  min-height: 352px;
  display: block;
  border: 0;
  background: #121212;
  box-shadow: 0 18px 38px rgba(0,0,0,.22);
}

.streaming-mark {
  width: fit-content;
  padding: 7px 13px;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.20);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .03em;
  text-transform: lowercase;
}

.streaming-subtitle {
  color: rgba(255,255,255,.78);
  font-size: 16px;
  font-weight: 800;
}


/* v10 Premium Polish */
:root {
  --ink: #061642;
  --soft-blue: #e7f7ff;
  --soft-lilac: #f5e7ff;
  --shadow-soft: 0 22px 58px rgba(13, 34, 88, .14);
  --shadow-deep: 0 34px 90px rgba(6, 22, 66, .24);
}

body {
  background: #e8edf5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.site > .container:first-child {
  position: sticky;
  top: 0;
  z-index: 20;
  width: 100%;
  max-width: none;
  background: rgba(255, 255, 255, .88);
  border-bottom: 1px solid rgba(7, 26, 82, .08);
  box-shadow: 0 12px 34px rgba(7, 26, 82, .07);
  backdrop-filter: blur(18px);
}

.topbar {
  width: min(1480px, calc(100% - 48px));
  margin: 0 auto;
  padding: 14px 0;
}

.brand-logo {
  width: 82px;
}

.menu a {
  position: relative;
  padding: 10px 0;
}

.menu a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
  height: 2px;
  background: linear-gradient(90deg, var(--blue), var(--purple), var(--magenta));
  border-radius: 99px;
  opacity: 0;
  transform: scaleX(.45);
  transition: opacity .18s ease, transform .18s ease;
}

.menu a:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.hero {
  background: #020817;
}

.hero::before {
  opacity: .58;
}

.hero-grid {
  min-height: min(720px, calc(100vh - 88px));
  grid-template-columns: minmax(0, 760px);
  align-items: center;
}

.hero-copy {
  padding: 92px 0 78px;
}

.eyebrow {
  color: rgba(255,255,255,.94);
  text-shadow:
    0 2px 8px rgba(0,0,0,.72),
    0 0 22px rgba(0,0,0,.52);
}

.hero-title {
  color: #ffffff;
  text-shadow:
    0 3px 8px rgba(0,0,0,.88),
    0 16px 42px rgba(0,0,0,.62),
    0 0 34px rgba(0,0,0,.54);
}

.hero-title .gradient {
  background: linear-gradient(90deg, #7de8ff 0%, #36c7ff 28%, #4e8dff 54%, #9b6dff 76%, #f06ff0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-stroke: 1px rgba(255,255,255,.18);
}

.hero-title .music {
  color: #d7a344;
  text-shadow:
    0 1px 0 rgba(255,236,181,.65),
    0 4px 10px rgba(0,0,0,.46),
    0 0 18px rgba(215,163,68,.26);
}

.production {
  background:
    linear-gradient(90deg, rgba(4,25,75,.96), rgba(11,60,155,.96), rgba(119,29,185,.96)),
    linear-gradient(135deg, var(--blue), var(--purple));
}

.production-inner {
  padding: 38px 0 42px;
}

.services {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service,
.service:last-child,
.service:nth-child(3n) {
  min-height: 132px;
  align-items: center;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255,255,255,.10), rgba(255,255,255,.045));
  box-shadow: 0 18px 42px rgba(0, 0, 0, .12);
}

.service h3 {
  font-size: 17px;
  letter-spacing: .04em;
}

.service p {
  font-size: 16px;
}

.icon {
  border-radius: 16px;
  background: rgba(255,255,255,.09);
  box-shadow: inset 0 0 24px rgba(47, 194, 255, .10);
}

.music-showcase-inner {
  padding: 68px 0 74px;
}

.music-showcase-heading {
  margin-bottom: 36px;
}

.music-showcase-heading h2,
.projects-title-updated,
.bio h2 {
  letter-spacing: .015em;
}

.music-player {
  max-width: 1120px;
  border-radius: 28px;
  box-shadow: var(--shadow-deep);
  background:
    radial-gradient(circle at 10% 20%, rgba(47,194,255,.24), transparent 28%),
    radial-gradient(circle at 100% 100%, rgba(211,22,200,.26), transparent 32%),
    linear-gradient(135deg, #041849 0%, #083c9c 48%, #721cb8 100%);
}

.record-disc {
  width: 250px;
  height: 250px;
  box-shadow:
    0 28px 60px rgba(0,0,0,.26),
    inset 0 0 30px rgba(255,255,255,.28);
}

.player-content {
  padding: 44px;
}

.audio-card {
  border-radius: 18px;
  background: rgba(255,255,255,.13);
  box-shadow: 0 14px 32px rgba(4, 14, 48, .16);
}

.audio-card audio {
  display: block;
}

.projects.premium-projects .projects-inner {
  align-items: center;
  padding: 74px 0 78px;
}

.project-highlight {
  border-radius: 24px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 26px 60px rgba(27,45,92,.13);
}

.projects-poster.premium {
  border-radius: 28px;
  padding: 14px;
  box-shadow: var(--shadow-deep);
}

.projects-poster.premium img {
  border-radius: 18px;
}

.contact-grid {
  grid-template-columns: 1.05fr .85fr .7fr .7fr .55fr;
}

.contact-cell {
  min-height: 122px;
}

.contact-button {
  background: rgba(255,255,255,.08);
  box-shadow: 0 16px 34px rgba(0,0,0,.14);
  transition: transform .18s ease, background .18s ease;
}

.contact-button:hover {
  background: rgba(255,255,255,.16);
  transform: translateY(-2px);
}

.bio-inner {
  grid-template-columns: 260px minmax(0, 1fr) 280px;
  padding: 58px 0 66px;
}

.bio-photo {
  border-radius: 22px;
  box-shadow: 0 24px 52px rgba(27,45,92,.17);
}

.bio-photo img {
  height: 260px;
}

.grammy-card {
  border-radius: 28px;
  box-shadow: 0 24px 62px rgba(27,45,92,.15);
}

footer {
  border-top: 1px solid rgba(7, 26, 82, .08);
  background: #fbfdff;
}

@media (max-width: 1180px) {
  .hero-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-copy {
    max-width: 760px;
    padding: 78px 0 72px;
  }

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

  .music-player,
  .projects.premium-projects .projects-inner {
    grid-template-columns: 1fr;
  }

  .projects-copy {
    margin: 0 auto;
  }

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

  .streaming-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .streaming-copy {
    margin: 0 auto;
  }

  .streaming-copy .title-accent {
    margin-left: auto;
    margin-right: auto;
  }

  .streaming-actions {
    justify-content: center;
  }

  .streaming-card {
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 760px) {
  .site > .container:first-child {
    position: relative;
  }

  .topbar {
    width: min(100% - 28px, 1480px);
    align-items: center;
    gap: 14px;
    padding: 12px 0 16px;
  }

  .brand {
    width: auto;
    justify-content: center;
    gap: 12px;
  }

  .brand-logo {
    width: 64px;
  }

  .menu {
    width: 100%;
    justify-content: center;
    gap: 8px 18px;
    font-size: 15px;
    text-align: center;
  }

  .hero {
    min-height: 620px;
    overflow: hidden;
    background: #020817;
  }

  .hero-slideshow span {
    background-position: 62% center;
  }

  .hero-slideshow::after {
    background:
      linear-gradient(180deg, rgba(3, 10, 30, .66) 0%, rgba(4, 18, 54, .42) 54%, rgba(4, 18, 54, .78) 100%),
      linear-gradient(90deg, rgba(3, 10, 30, .36), rgba(4, 18, 54, .12));
  }

  .hero-copy {
    padding: 74px 0 64px;
  }

  .eyebrow {
    margin-left: auto;
    margin-right: auto;
    font-size: 11px;
    letter-spacing: .12em;
    line-height: 1.45;
    margin-top: 0;
    margin-bottom: 16px;
    padding-top: 9px;
    white-space: normal;
  }

  .hero-title {
    width: 100%;
    font-size: clamp(38px, 12.2vw, 48px);
    line-height: .9;
    letter-spacing: .005em;
  }

  .hero-title .music {
    margin-top: 10px;
    font-size: .36em;
    letter-spacing: .24em;
    transform: translateX(.12em);
  }

  .tagline {
    font-size: clamp(20px, 5.4vw, 25px);
    line-height: 1.2;
  }

  .production-inner,
  .music-showcase-inner {
    padding: 44px 0;
  }

  .services,
  .contact-grid,
  .bio-inner {
    grid-template-columns: 1fr;
  }

  .service,
  .service:last-child,
  .service:nth-child(3n) {
    min-height: auto;
    grid-template-columns: 54px 1fr;
    padding: 18px;
    border-bottom: 1px solid rgba(255,255,255,.16);
  }

  .icon {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }

  .music-showcase-heading h2,
  .projects-title-updated,
  .bio h2 {
    font-size: clamp(30px, 9vw, 40px);
    line-height: 1.05;
  }

  .music-player {
    border-radius: 22px;
  }

  .player-visual {
    min-height: 260px;
    padding: 24px;
  }

  .record-disc {
    width: 150px;
    height: 150px;
  }

  .player-content {
    padding: 24px 18px 22px;
  }

  .music-player-v9-note {
    max-width: 100%;
    line-height: 1.35;
  }

  .streaming-inner {
    padding: 44px 0 50px;
    gap: 28px;
  }

  .streaming-copy h2 {
    font-size: clamp(30px, 9vw, 40px);
  }

  .streaming-card {
    min-height: auto;
    padding: 18px;
    border-radius: 22px;
  }

  .streaming-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .streaming-link {
    width: 100%;
    text-align: center;
  }

  .streaming-card-heading {
    display: grid;
    justify-items: start;
    gap: 8px;
  }

  .spotify-embed-card iframe {
    min-height: 352px;
  }

  .audio-card {
    padding: 14px;
  }

  .audio-card audio {
    height: 40px;
  }

  .projects.premium-projects .projects-inner {
    padding: 48px 0 54px;
    gap: 30px;
  }

  .feature-tags {
    justify-content: center;
  }

  .project-highlight {
    padding: 22px;
  }

  .contact-cell {
    min-height: auto;
    justify-content: center;
    text-align: center;
    padding: 22px 18px;
  }

  .contact-text {
    overflow-wrap: anywhere;
  }

  .bio-inner {
    padding: 48px 0 54px;
    text-align: center;
  }

  .bio-photo {
    max-width: 250px;
    margin: 0 auto;
  }

  .bio .title-accent {
    margin-left: auto;
    margin-right: auto;
  }

  .grammy-card {
    min-height: 230px;
  }
}

/* ============================================================
   Hero CTA Buttons
   ============================================================ */
.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px 30px;
  border-radius: 999px;
  font-weight: 900;
  font-size: clamp(15px, 1.05vw, 18px);
  letter-spacing: .02em;
  white-space: nowrap;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.hero-btn:hover { transform: translateY(-2px); }

.hero-btn-primary {
  background: linear-gradient(135deg, var(--blue) 0%, var(--purple) 100%);
  color: #fff;
  box-shadow: 0 16px 40px rgba(11, 94, 215, .38);
}
.hero-btn-primary:hover {
  box-shadow: 0 22px 52px rgba(11, 94, 215, .52);
}

.hero-btn-secondary {
  background: rgba(255, 255, 255, .14);
  color: #fff;
  border: 2px solid rgba(255, 255, 255, .58);
  backdrop-filter: blur(8px);
}
.hero-btn-secondary:hover {
  background: rgba(255, 255, 255, .24);
}

/* ============================================================
   Hamburger Menu
   ============================================================ */
.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 10px;
  flex-shrink: 0;
  transition: background .18s;
}
.menu-toggle:hover { background: rgba(7, 26, 82, .07); }

.menu-toggle span {
  display: block;
  height: 2px;
  background: var(--navy);
  border-radius: 99px;
  transition: transform .25s ease, opacity .2s ease, width .2s ease;
}
.menu-toggle span:nth-child(3) { width: 65%; }

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  width: 100%;
  transform: translateY(-7px) rotate(-45deg);
}

@keyframes menuSlide {
  from { opacity: 0; transform: translateY(-8px); }
  to   { opacity: 1; transform: translateY(0); }
}

@media (max-width: 760px) {
  .menu-toggle {
    display: flex;
  }

  .topbar {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .menu {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding: 8px 0 12px;
    border-top: 1px solid rgba(7, 26, 82, .08);
  }
  .menu.open {
    display: flex;
    animation: menuSlide .22s ease;
  }
  .menu a {
    width: 100%;
    text-align: center;
    padding: 13px 0;
    font-size: 16px;
    border-bottom: 1px solid rgba(7, 26, 82, .06);
  }
  .menu a:last-child { border-bottom: 0; }

  .hero-ctas {
    justify-content: center;
  }
  .hero-btn {
    padding: 13px 22px;
  }
}

/* ============================================================
   Record Disc Spin
   ============================================================ */
@keyframes discSpin {
  to { transform: rotate(360deg); }
}
.record-disc {
  animation: discSpin 12s linear infinite;
}

/* ============================================================
   Scroll-down Arrow
   ============================================================ */
.scroll-down {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  color: rgba(255, 255, 255, .68);
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: scrollBounce 2s ease-in-out infinite;
  transition: color .18s;
}
.scroll-down:hover { color: #fff; }
.scroll-down svg {
  width: 32px;
  height: 32px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
@keyframes scrollBounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50%       { transform: translateX(-50%) translateY(8px); }
}

/* ============================================================
   Fade-in on Scroll
   ============================================================ */
section.fade-in {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .65s ease, transform .65s ease;
}
section.fade-in.visible {
  opacity: 1;
  transform: none;
}

/* ============================================================
   Active Nav Link
   ============================================================ */
.menu a.active {
  color: var(--purple);
}
.menu a.active::after {
  opacity: 1;
  transform: scaleX(1);
}

/* ============================================================
   Back to Top Button
   ============================================================ */
.back-to-top {
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 100;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--purple));
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 22px;
  display: grid;
  place-items: center;
  box-shadow: 0 12px 28px rgba(11, 94, 215, .36);
  opacity: 0;
  transform: translateY(16px);
  pointer-events: none;
  transition: opacity .25s ease, transform .25s ease, box-shadow .18s ease;
}
.back-to-top.visible {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
.back-to-top:hover {
  box-shadow: 0 18px 36px rgba(11, 94, 215, .52);
  transform: translateY(-2px);
}

/* ============================================================
   Footer Social Links
   ============================================================ */
footer { padding: 0; }
.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 24px 20px;
}
.footer-social {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-social a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid rgba(7, 26, 82, .14);
  color: #3a4a6e;
  transition: background .18s, border-color .18s;
}
.footer-social a:hover {
  background: rgba(7, 26, 82, .06);
  border-color: rgba(7, 26, 82, .28);
}
.footer-copy {
  color: #5a6686;
  font-size: 14px;
}

@media (max-width: 760px) {
  .back-to-top {
    bottom: 20px;
    right: 20px;
    width: 42px;
    height: 42px;
    font-size: 18px;
  }
  .scroll-down { display: none; }
}

/* ============================================================
   Sticky Nav — shrinks on scroll
   ============================================================ */
#nav-wrap {
  transition: box-shadow .25s ease;
}
#nav-wrap .topbar,
#nav-wrap .brand-logo {
  transition: padding .3s ease, width .3s ease;
}
#nav-wrap.scrolled .topbar {
  padding: 6px 0;
}
#nav-wrap.scrolled .brand-logo {
  width: 58px;
}
#nav-wrap.scrolled {
  box-shadow: 0 6px 24px rgba(7, 26, 82, .16);
}

/* ============================================================
   Service Card Hover Lift
   ============================================================ */
.service {
  transition: transform .2s ease;
  cursor: default;
}
.service:hover {
  transform: translateY(-5px);
}

/* ============================================================
   Latest Release Badge
   ============================================================ */
.latest-badge {
  display: inline-block;
  background: linear-gradient(90deg, var(--gold), #e8b84b);
  color: #1a0f00;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 4px 13px;
  border-radius: 999px;
  margin-bottom: 14px;
}

/* ============================================================
   Skip to Content Link
   ============================================================ */
.skip-link {
  position: absolute;
  top: -100%;
  left: 16px;
  z-index: 9999;
  background: var(--blue);
  color: #fff;
  padding: 10px 18px;
  border-radius: 0 0 8px 8px;
  font-weight: 700;
  font-size: 14px;
  transition: top .15s ease;
}
.skip-link:focus {
  top: 0;
}

/* ============================================================
   WhatsApp contact cell
   ============================================================ */
.whatsapp-link {
  color: #fff;
  font-weight: 800;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: opacity .18s;
}
.whatsapp-link:hover { opacity: .78; }

@media (max-width: 1180px) {
  .contact-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 760px) {
  .contact-grid { grid-template-columns: 1fr; }
  #nav-wrap.scrolled .topbar { padding: 8px 0; }
}
