:root{
  --bg:#050605; --panel:#0b0d0c; --panel2:#101311; --text:#f5f7f5; --muted:#8f9992;
  --line:rgba(255,255,255,.13); --green:#00DE67; --spotify:#1ed760; --apple:#ff2d78; --youtube:#ff2736;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Arial,sans-serif;-webkit-font-smoothing:antialiased}
a{text-decoration:none;color:inherit}.wrap{width:min(1160px,92vw);margin:auto}
.nav{position:sticky;top:0;z-index:80;background:rgba(5,6,5,.9);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}
.navin{height:66px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{font-weight:950;letter-spacing:-.045em;font-size:1.05rem}.navlinks{display:flex;gap:24px;font-size:.68rem;text-transform:uppercase;letter-spacing:.16em;color:#c7cdc9}.navlinks a:hover{color:#fff}
.hero{padding:44px 0 34px;text-align:center}.hero-art-shell{width:min(620px,78vw);margin:0 auto;padding:10px;border:1px solid var(--line);background:#080a09;border-radius:24px;box-shadow:0 32px 90px rgba(0,0,0,.45)}
.cover{display:block;width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:16px}.hero-kicker{margin:18px 0 0;color:#a4ada7;font-size:.7rem;letter-spacing:.22em;text-transform:uppercase}
.section{padding:72px 0;border-top:1px solid var(--line)}.eyebrow{font-size:.67rem;letter-spacing:.24em;text-transform:uppercase;color:var(--green);font-weight:850}h1,h2{margin:10px 0 0;letter-spacing:-.05em;line-height:.94}h1{font-size:clamp(2.3rem,5.2vw,4.8rem)}h2{font-size:clamp(2rem,4.6vw,4rem)}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:28px}.compact-head{align-items:center}.qr-mini{display:flex;align-items:center;gap:12px;padding:10px 12px;border:1px solid var(--line);border-radius:14px;background:#090b0a;color:#aab2ad;font-size:.58rem;letter-spacing:.12em;line-height:1.4}.qr-mini img{width:62px;height:62px;object-fit:cover;background:#fff;border-radius:7px}
.platform-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:28px}.platform-card{position:relative;min-height:106px;padding:20px 22px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;border:1px solid var(--line);border-radius:16px;background:linear-gradient(180deg,#0c0f0d,#080a09);overflow:hidden;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease}.platform-card::before{content:"";position:absolute;inset:0;opacity:0;transition:opacity .2s ease;pointer-events:none}.platform-card.spotify::before{background:radial-gradient(circle at 10% 50%,rgba(30,215,96,.18),transparent 50%)}.platform-card.apple::before{background:radial-gradient(circle at 10% 50%,rgba(255,45,120,.18),transparent 50%)}.platform-card.youtube::before{background:radial-gradient(circle at 10% 50%,rgba(255,39,54,.18),transparent 50%)}.platform-card:hover{transform:translateY(-4px);border-color:rgba(255,255,255,.24);box-shadow:0 18px 46px rgba(0,0,0,.28)}.platform-card:hover::before{opacity:1}.platform-icon{position:relative;z-index:1;width:48px;height:48px;display:grid;place-items:center;transition:transform .2s ease}.platform-icon svg{width:42px;height:42px}.spotify .platform-icon{color:var(--spotify)}.apple .platform-icon{color:var(--apple)}.youtube .platform-icon{color:var(--youtube)}.platform-card:hover .platform-icon{transform:scale(1.06)}.platform-copy{position:relative;z-index:1;display:flex;flex-direction:column;gap:3px}.platform-copy small{font-size:.58rem;letter-spacing:.16em;color:#858f89}.platform-copy strong{font-size:1.1rem}.platform-arrow{position:relative;z-index:1;font-size:1.4rem;transition:transform .2s ease}.platform-card:hover .platform-arrow{transform:translateX(5px)}
.preview-wrap{max-width:1000px}.player{margin-top:26px;display:grid;grid-template-columns:72px auto 1fr auto;align-items:center;gap:16px;padding:15px;border:1px solid var(--line);border-radius:16px;background:#0a0d0b}.player>img{width:72px;height:72px;object-fit:cover;border-radius:10px}.play{width:48px;height:48px;border-radius:50%;border:0;background:#fff;color:#000;font-size:.95rem;cursor:pointer}.track strong{display:block}.track small{display:block;color:var(--muted);margin-top:3px}.progress{height:4px;background:#232925;margin-top:13px;cursor:pointer;border-radius:999px;overflow:hidden}.bar{height:100%;width:0;background:#fff}.time{font-size:.72rem;color:#a6aea9;font-variant-numeric:tabular-nums;white-space:nowrap}
.visuals-head{text-align:center}.visual-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:30px}.visual{position:relative;aspect-ratio:4/5;overflow:hidden;border:1px solid var(--line);border-radius:18px;background:#090b0a;padding:0;color:#fff;cursor:pointer;transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease}.visual img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .32s ease}.visual-shade{position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(0,0,0,.68) 100%)}.visual-label{position:absolute;left:18px;bottom:18px;font-size:1rem;font-weight:850;letter-spacing:.08em}.visual-play{position:absolute;right:18px;bottom:16px;width:36px;height:36px;border:1px solid rgba(255,255,255,.72);border-radius:50%;display:grid;place-items:center;font-size:.72rem}.visual:hover{transform:translateY(-5px);border-color:rgba(255,255,255,.28);box-shadow:0 22px 52px rgba(0,0,0,.3)}.visual:hover img{transform:scale(1.045)}
.platforms-exit{padding-top:44px;padding-bottom:78px}.all-platforms{position:relative;width:min(720px,100%);margin:auto;min-height:66px;padding:0 26px;border:1px solid rgba(255,255,255,.25);border-radius:14px;background:#080a09;display:flex;align-items:center;justify-content:space-between;font-size:.82rem;font-weight:900;letter-spacing:.14em;overflow:hidden;transition:transform .22s,border-color .22s,box-shadow .22s}.all-platforms::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,222,103,.11),transparent 46%);transform:translateX(-100%);transition:transform .35s ease}.all-platforms:hover{transform:translateY(-3px);border-color:rgba(0,222,103,.55);box-shadow:0 18px 46px rgba(0,0,0,.28)}.all-platforms:hover::before{transform:translateX(0)}.all-platforms span{position:relative;z-index:1}.all-arrow{font-size:1.35rem;transition:transform .2s}.all-platforms:hover .all-arrow{transform:translateX(5px)}
.footer{border-top:1px solid var(--line);padding:26px 0 34px}.footer-in{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px}.footer-brand{font-weight:950;letter-spacing:-.04em}.footer-socials{display:flex;gap:16px}.footer-socials a{width:30px;height:30px;display:grid;place-items:center;border:1px solid transparent;border-radius:50%;color:#cbd1cd;transition:.2s}.footer-socials a:hover{color:#fff;border-color:#3b443e}.footer-copy{justify-self:end;color:#6f7872;font-size:.62rem;letter-spacing:.14em}
.lightbox{position:fixed;inset:0;z-index:300;display:grid;place-items:center;padding:18px;opacity:0;pointer-events:none;transition:opacity .2s}.lightbox.is-open{opacity:1;pointer-events:auto}.lightbox-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.9);backdrop-filter:blur(12px)}.lightbox-panel{position:relative;z-index:1;max-width:min(760px,92vw);max-height:90vh}.lightbox-panel img{display:block;max-width:100%;max-height:86vh;border-radius:14px}.lightbox-close{position:absolute;right:-10px;top:-10px;width:38px;height:38px;border-radius:50%;border:1px solid var(--line);background:#0b0d0c;color:#fff;font-size:1.4rem;cursor:pointer;z-index:2}
.mobile-listen{display:none}
@media(max-width:820px){.navlinks{display:none}.hero{padding-top:28px}.hero-art-shell{width:min(92vw,590px);padding:7px;border-radius:18px}.cover{border-radius:12px}.section{padding:54px 0}.section-head{align-items:flex-start}.qr-mini{display:none}.platform-grid{grid-template-columns:1fr;gap:12px}.platform-card{min-height:86px;padding:16px 18px}.player{grid-template-columns:62px auto 1fr;gap:12px}.player>img{width:62px;height:62px}.time{grid-column:3}.visual-grid{grid-template-columns:1fr}.visual{aspect-ratio:4/5}.footer-in{grid-template-columns:1fr;justify-items:center;text-align:center}.footer-copy{justify-self:center}.mobile-listen{display:block;position:fixed;left:14px;right:14px;bottom:14px;z-index:120;background:var(--green);color:#041008;text-align:center;padding:14px;border-radius:999px;font-size:.74rem;font-weight:950;letter-spacing:.14em;box-shadow:0 18px 44px rgba(0,0,0,.4)}body{padding-bottom:72px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

/* ===== RELEASE HUB MOBILE POLISH V3 ===== */
@media(max-width:820px){
  html,body{overflow-x:hidden}
  .wrap{width:min(100% - 28px,1160px)}
  .navin{height:58px}
  .brand{font-size:.94rem}
  .hero{padding:18px 0 20px}
  .hero-art-shell{width:min(82vw,470px);padding:6px;border-radius:16px;box-shadow:0 24px 60px rgba(0,0,0,.4)}
  .cover{border-radius:11px}
  .hero-kicker{margin-top:12px;font-size:.58rem;letter-spacing:.18em}
  .section{padding:34px 0}
  .eyebrow{font-size:.58rem;letter-spacing:.20em}
  .section-head{gap:14px}
  h2{font-size:clamp(1.9rem,9vw,2.6rem)}
  .platform-grid{gap:10px;margin-top:20px}
  .platform-card{min-height:76px;padding:13px 14px;gap:12px;border-radius:14px}
  .platform-icon{width:38px;height:38px}
  .platform-icon svg{width:34px;height:34px}
  .platform-copy small{font-size:.5rem;letter-spacing:.13em}
  .platform-copy strong{font-size:1rem}
  .platform-arrow{font-size:1.1rem}
  .preview-wrap{max-width:100%}
  .player{margin-top:18px;grid-template-columns:54px 42px 1fr;gap:10px;padding:11px;border-radius:14px}
  .player>img{width:54px;height:54px;border-radius:8px}
  .play{width:42px;height:42px}
  .track{grid-column:3}
  .time{grid-column:3;margin-top:-5px;font-size:.64rem}
  .visuals-head h2{font-size:32px}
  .visual-grid{display:flex;overflow-x:auto;gap:12px;margin-top:20px;padding:0 2px 8px;scroll-snap-type:x mandatory;scrollbar-width:none}
  .visual-grid::-webkit-scrollbar{display:none}
  .visual{flex:0 0 78%;aspect-ratio:4/5;border-radius:15px;scroll-snap-align:start}
  .visual-label{left:14px;bottom:14px;font-size:.9rem}
  .visual-play{right:14px;bottom:12px;width:32px;height:32px}
  .platforms-exit{padding-top:26px;padding-bottom:54px}
  .all-platforms{min-height:56px;padding:0 18px;border-radius:13px;font-size:.7rem}
  .footer{padding:20px 0 24px}
  .footer-socials{gap:10px}
  .mobile-listen{left:12px;right:12px;bottom:calc(10px + env(safe-area-inset-bottom));padding:12px;font-size:.68rem}
  body{padding-bottom:74px}
}
@media(max-width:390px){
  .hero-art-shell{width:min(80vw,430px)}
  .visual{flex-basis:82%}
}

/* ===== RELEASE HUB DESKTOP POLISH V1 ===== */
@media(min-width:821px){
  .wrap{width:min(1120px,90vw)}
  .navin{height:68px}
  .hero{padding:34px 0 28px}
  .hero-art-shell{width:min(560px,48vw);padding:8px;border-radius:20px;box-shadow:0 28px 78px rgba(0,0,0,.42)}
  .cover{border-radius:14px}
  .hero-kicker{margin-top:14px;font-size:.62rem;letter-spacing:.2em}
  .section{padding:58px 0}
  .section-head{gap:24px}
  h2{font-size:clamp(2.8rem,4.5vw,4rem)}
  .platform-grid{gap:14px;margin-top:24px}
  .platform-card{min-height:98px;padding:18px 20px;border-radius:15px}
  .platform-icon{width:44px;height:44px}.platform-icon svg{width:38px;height:38px}
  .preview-wrap{max-width:960px}
  .player{margin-top:22px;padding:14px;border-radius:15px}
  .visual-grid{gap:16px;margin-top:24px}
  .visual{aspect-ratio:4/5;border-radius:16px}
  .platforms-exit{padding-top:34px;padding-bottom:62px}
  .all-platforms{width:min(680px,100%);min-height:60px}
  .footer{padding:22px 0 28px}
}

/* ===== LOCKED RELEASE HUB — FINAL SPACING/POSITION POLISH 2026-09-23 ===== */
/* Structure and visual language remain locked; only proportions and spacing are refined. */
.go-up{position:fixed;right:14px;bottom:28px;z-index:121;width:50px;height:50px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.16);border-radius:50%;background:rgba(8,11,9,.88);color:#fff;box-shadow:0 14px 42px rgba(0,0,0,.34);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);cursor:pointer;opacity:0;visibility:hidden;transform:translateY(10px) scale(.95);transition:opacity .24s ease,visibility .24s ease,transform .24s ease,border-color .2s ease,color .2s ease}
.go-up svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.go-up.is-visible{opacity:1;visibility:visible;transform:none}
.go-up:hover{color:var(--green);border-color:rgba(0,222,103,.55)}

@media(max-width:820px){
  .hero{padding:20px 0 22px}
  .hero-art-shell{width:min(80vw,470px)}
  .section{padding:38px 0}
  .section-platforms h1{font-size:clamp(2rem,8.4vw,2.45rem);line-height:.9;max-width:10.5ch}
  .platform-grid{margin-top:22px;gap:11px}
  .platform-card{min-height:80px;padding:14px 15px}
  .platform-icon{width:40px;height:40px}.platform-icon svg{width:35px;height:35px}
  .preview-wrap h2{font-size:clamp(1.85rem,8vw,2.35rem);line-height:.92}
  .visuals-head h2{font-size:30px;line-height:.92}
  .visual-grid{gap:11px;padding-right:8px}
  .visual{flex-basis:73%;}
  .platforms-exit{padding-top:28px;padding-bottom:42px}
  .all-platforms{min-height:58px;padding:0 20px}

  /* Footer gets larger tap targets while staying visually minimal. */
  .footer{padding:30px 0 calc(102px + env(safe-area-inset-bottom))}
  .footer-in{gap:18px}
  .footer-brand{font-size:1.08rem}
  .footer-socials{gap:12px;justify-content:center}
  .footer-socials a{width:46px;height:46px;border:1px solid var(--line);background:#090b0a;font-size:19px}
  .footer-copy{font-size:.68rem;letter-spacing:.15em}

  /* Fixed CTA respects iOS browser safe area and never covers platform cards. */
  .mobile-listen{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));min-height:54px;padding:16px 14px;font-size:.72rem}
  body{padding-bottom:calc(82px + env(safe-area-inset-bottom))}
  .go-up{width:46px;height:46px;right:12px;bottom:calc(82px + env(safe-area-inset-bottom))}
}

@media(max-width:390px){
  .section-platforms h1{font-size:34px}
  .visual{flex-basis:76%}
  .footer-socials a{width:44px;height:44px}
}

@media(min-width:821px){
  .hero{padding:32px 0 28px}
  .hero-art-shell{width:min(540px,46vw)}
  .section{padding:54px 0}
  .platform-grid{margin-top:22px}
  .platform-card{min-height:96px}
  .visual-grid{margin-top:24px;gap:18px}
  .platforms-exit{padding-top:32px;padding-bottom:56px}
  .footer{padding:26px 0 30px}
  .footer-socials a{width:36px;height:36px;border:1px solid var(--line);font-size:15px}
}

/* ===== RELEASE HUB CLEANUP V4 — approved scale/spacing only ===== */
/* Same locked template; only sizing, spacing, and positioning are adjusted. */
@media(max-width:820px){
  .hero{padding:18px 0 22px}
  .hero-art-shell{width:min(81vw,470px)}

  .section{padding:36px 0}
  .section-platforms h1{font-size:clamp(1.95rem,8vw,2.35rem);line-height:.92;max-width:10.8ch}
  .platform-grid{margin-top:22px;gap:11px}
  .platform-card{min-height:82px;padding:15px 16px;border-radius:14px}
  .platform-icon{width:42px;height:42px}
  .platform-icon svg{width:36px;height:36px}
  .platform-copy strong{font-size:1.04rem}

  /* Visual carousel keeps the same design, but reveals the next card more clearly. */
  .visual-grid{gap:12px;padding-right:14px}
  .visual{flex-basis:71%}

  /* Make the existing Platforms control easier to tap and visually balanced. */
  .platforms-exit{padding-top:26px;padding-bottom:36px}
  .all-platforms{min-height:64px;padding:0 22px;font-size:.74rem}
  .all-arrow{font-size:1.45rem}

  /* Footer: use the open space for larger social targets instead of extra text. */
  .footer{padding:28px 0 calc(96px + env(safe-area-inset-bottom))}
  .footer-in{gap:20px}
  .footer-brand{font-size:1.16rem}
  .footer-socials{gap:14px}
  .footer-socials a{width:50px;height:50px;font-size:21px;border-color:rgba(255,255,255,.12)}
  .footer-copy{font-size:.7rem;letter-spacing:.15em}

  /* Fixed controls: respect iPhone safe area and never overlap one another. */
  .mobile-listen{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));min-height:56px;padding:16px 14px;font-size:.74rem}
  body{padding-bottom:calc(86px + env(safe-area-inset-bottom))}
  .go-up{width:48px;height:48px;right:12px;bottom:calc(86px + env(safe-area-inset-bottom))}
  .go-up svg{width:18px;height:18px}
}

@media(max-width:390px){
  .section-platforms h1{font-size:33px}
  .visual{flex-basis:74%}
  .footer-socials a{width:48px;height:48px;font-size:20px}
  .all-platforms{min-height:62px}
}

@media(min-width:821px){
  .section{padding:52px 0}
  .platform-grid{gap:16px;margin-top:24px}
  .platform-card{min-height:100px;padding:19px 21px}
  .visual-grid{gap:20px;margin-top:26px}
  .platforms-exit{padding-top:30px;padding-bottom:52px}
  .all-platforms{min-height:64px}
  .footer{padding:28px 0 32px}
  .footer-in{gap:24px}
  .footer-socials{gap:14px}
  .footer-socials a{width:40px;height:40px;font-size:16px}
}


/* ===== RELEASE HUB POLISH V5 — approved spacing/scale only ===== */
/* Keeps the locked design intact. Only scale, spacing and control visibility are refined. */
@media (min-width:821px){
  /* Slightly fuller Platforms exit without changing its structure. */
  .platforms-exit{padding-top:30px;padding-bottom:44px}
  .all-platforms{min-height:68px;padding-left:28px;padding-right:28px}

  /* Desktop footer: use existing whitespace for stronger legibility and tap targets. */
  .footer{padding:24px 0 26px}
  .footer-in{gap:30px}
  .footer-brand{font-size:1.16rem;letter-spacing:-.035em}
  .footer-socials{gap:18px}
  .footer-socials a{width:50px;height:50px;font-size:19px;border-color:rgba(255,255,255,.11);background:#090b0a}
  .footer-copy{font-size:.72rem;letter-spacing:.15em;color:#89928c}

  /* The desktop back-to-top control must always be discoverable. */
  .go-up{right:26px;bottom:26px;z-index:999;width:54px;height:54px;opacity:.96;visibility:visible;transform:none;border-color:rgba(255,255,255,.22);background:rgba(8,11,9,.94)}
  .go-up svg{width:20px;height:20px}
}

@media (max-width:820px){
  /* Preserve the approved mobile design while keeping spacing clean. */
  .preview-wrap h2{max-width:12ch}
}

/* ===== RELEASE HUB FINAL REFINEMENT — 2026-09-24 =====
   Locked template: only spacing, sizing, safe-area and control visibility. */
@media (max-width:820px){
  .section{padding:34px 0}
  .section-platforms h1{font-size:clamp(1.85rem,7.7vw,2.25rem);line-height:.94}
  .platform-grid{margin-top:20px;gap:10px}
  .platform-card{min-height:78px;padding:14px 15px}
  .preview-wrap h2{font-size:clamp(1.9rem,8vw,2.45rem);line-height:.94;max-width:12.5ch}
  .player{margin-top:20px;padding:13px;gap:10px}
  .visual-grid{gap:11px;padding-right:20px}
  .visual{flex-basis:70%}
  .platforms-exit{padding-top:22px;padding-bottom:30px}
  .all-platforms{min-height:62px;padding:0 20px}

  .footer{padding:24px 0 calc(104px + env(safe-area-inset-bottom))}
  .footer-in{gap:14px}
  .footer-brand{font-size:1.2rem}
  .footer-socials{gap:14px}
  .footer-socials a{width:50px;height:50px;font-size:21px}
  .footer-copy{font-size:.72rem;letter-spacing:.14em;color:#919a94}

  .mobile-listen{bottom:calc(12px + env(safe-area-inset-bottom));min-height:54px;padding:15px 14px}
  .go-up{width:44px;height:44px;right:10px;bottom:calc(82px + env(safe-area-inset-bottom));z-index:999}
  .go-up svg{width:17px;height:17px}
  body{padding-bottom:calc(84px + env(safe-area-inset-bottom))}
}

@media (max-width:390px){
  .visual{flex-basis:73%}
  .footer-socials a{width:48px;height:48px;font-size:20px}
}

@media (min-width:821px){
  .section{padding:50px 0}
  .platform-grid{margin-top:23px}
  .preview-wrap{max-width:980px}
  .visual-grid{margin-top:24px}
  .platforms-exit{padding-top:28px;padding-bottom:42px}
  .all-platforms{min-height:70px;padding-left:30px;padding-right:30px}

  .footer{padding:22px 0 24px}
  .footer-in{gap:34px}
  .footer-brand{font-size:1.2rem}
  .footer-socials{gap:20px}
  .footer-socials a{width:50px;height:50px;font-size:19px}
  .footer-copy{font-size:.74rem;letter-spacing:.145em;color:#929b95}

  /* Force discoverability on desktop; JS still provides smooth-scroll behavior. */
  .go-up{display:grid!important;place-items:center;opacity:.98!important;visibility:visible!important;pointer-events:auto!important;transform:none!important;right:24px!important;bottom:24px!important;z-index:9999!important;width:54px!important;height:54px!important}
}

/* ===== FINAL USER-APPROVED RELEASE HUB REFINEMENT — 2026-09-24 =====
   Same template/artwork/content; proportions, crops, spacing and usability only. */

/* Keep cover square and controlled by viewport height as well as width. */
.hero-art-shell{aspect-ratio:1/1}
.cover{width:100%!important;height:100%!important;aspect-ratio:1/1!important;object-fit:cover!important;object-position:center center!important}

/* More recognizable social icons without altering destinations. */
.footer-socials svg{width:20px;height:20px;display:block;fill:currentColor}
.footer-social-label{display:none}

@media (min-width:821px){
  .hero{padding:26px 0 24px!important}
  .hero-art-shell{width:min(500px,42vw,62vh)!important;max-width:500px!important;max-height:62vh!important}
  .hero-kicker{margin-top:12px!important}
  .footer-brand{font-size:1.22rem!important}
  .footer-socials a{width:50px!important;height:50px!important}
  .footer-copy{font-size:.75rem!important;color:#9aa39d!important}
  .go-up{display:grid!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:none!important;right:24px!important;bottom:24px!important;z-index:9999!important}
}

@media (max-width:820px){
  .hero{padding:16px 0 18px!important}
  .hero-art-shell{width:min(88vw,68vh,430px)!important;max-width:430px!important;max-height:68vh!important;padding:6px!important}
  .hero-kicker{margin-top:10px!important}

  /* Preview + visual headline scale. */
  .preview-wrap h2{font-size:clamp(1.72rem,7.15vw,2.08rem)!important;line-height:.95!important;max-width:12.8ch!important}
  .player{margin-top:16px!important;padding:10px!important;gap:9px!important}
  .visuals-head h2{font-size:clamp(1.62rem,6.8vw,1.95rem)!important;line-height:.95!important;max-width:14ch!important;margin-left:auto!important;margin-right:auto!important}

  /* Visual carousel: better face crop and clearer swipe affordance. */
  .visual-grid{gap:10px!important;padding-right:24px!important;margin-top:18px!important}
  .visual{flex-basis:68%!important}
  .visual:first-child img{object-position:center 18%!important}
  .visual:nth-child(2) img{object-position:center 34%!important}
  .visual:nth-child(3) img{object-position:center 24%!important}
  .platforms-exit{padding-top:18px!important;padding-bottom:28px!important}

  /* Sticky CTA: smaller footprint and iOS-safe. */
  .mobile-listen{left:50%!important;right:auto!important;transform:translateX(-50%)!important;width:min(86vw,360px)!important;min-height:48px!important;padding:13px 14px!important;bottom:calc(12px + env(safe-area-inset-bottom))!important;font-size:.7rem!important}
  body{padding-bottom:calc(94px + env(safe-area-inset-bottom))!important}

  /* Footer: stronger brand/platform recognition, less dead space. */
  .footer{padding:22px 0 calc(100px + env(safe-area-inset-bottom))!important}
  .footer-in{gap:14px!important}
  .footer-brand{font-size:1.24rem!important}
  .footer-copy{font-size:.76rem!important;color:#9ca59f!important}
  .footer-socials{gap:12px!important;flex-wrap:wrap!important;justify-content:center!important}
  .footer-socials a{width:66px!important;height:58px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:5px!important;border-color:rgba(255,255,255,.12)!important;background:#090b0a!important;border-radius:14px!important}
  .footer-socials svg{width:22px!important;height:22px!important}
  .footer-social-label{display:block!important;font-size:8px!important;line-height:1!important;letter-spacing:.04em!important;color:#a9b1ac!important;font-weight:750!important}

  /* Back to top: easy to discover early, clear of the sticky CTA. */
  .go-up{width:42px!important;height:42px!important;right:8px!important;bottom:calc(78px + env(safe-area-inset-bottom))!important;z-index:9999!important}
}

@media (max-width:390px){
  .hero-art-shell{width:min(88vw,66vh,400px)!important}
  .visual{flex-basis:70%!important}
  .footer-socials a{width:62px!important}
}

/* ===== FINAL MICRO-REFINEMENTS — 2026-09-24d =====
   Approved user review: same design/content; scale/balance only. */
@media (min-width:821px){
  /* Give the release cover ~10% more presence while keeping the next section visible. */
  .hero{padding:22px 0 22px!important}
  .hero-art-shell{width:min(550px,46vw,66vh)!important;max-width:550px!important;max-height:66vh!important}
  /* Balance the larger cover with a slightly calmer platform headline. */
  .section-platforms h1{font-size:clamp(2.55rem,4.05vw,3.55rem)!important;line-height:.93!important}
}


/* ===== APPROVED CONTINUATION — 2026-09-24e ===== */
.listen-modal{position:fixed;inset:0;z-index:10020;display:grid;place-items:end center;padding:18px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease}
.listen-modal.is-open{opacity:1;visibility:visible;pointer-events:auto}
.listen-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.72);backdrop-filter:blur(10px)}
.listen-modal-card{position:relative;width:min(92vw,430px);padding:24px 18px 18px;border:1px solid rgba(255,255,255,.16);border-radius:20px;background:linear-gradient(180deg,#101411,#070908);box-shadow:0 24px 70px rgba(0,0,0,.58);transform:translateY(18px);transition:transform .22s ease}
.listen-modal.is-open .listen-modal-card{transform:translateY(0)}
.listen-modal-card>small{display:block;margin-bottom:7px;font-size:.62rem;letter-spacing:.19em;color:#8b958f;font-weight:800}
.listen-modal-card h2{margin:0;font-size:clamp(1.45rem,7vw,2rem);line-height:.94;letter-spacing:-.04em}
.listen-modal-card p{margin:9px 0 16px;color:#a7b0aa;font-size:.88rem}
.listen-modal-close{position:absolute;top:10px;right:12px;width:38px;height:38px;border:0;border-radius:50%;background:rgba(255,255,255,.07);color:#fff;font-size:1.55rem;cursor:pointer}
.listen-modal-links{display:grid;gap:9px}
.listen-choice{min-height:54px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;border:1px solid rgba(255,255,255,.13);border-radius:14px;background:#0b0e0c;color:#fff;font-weight:850;text-decoration:none}
.listen-choice b{font-size:1.1rem}.listen-choice.spotify{border-color:rgba(30,215,96,.38)}.listen-choice.apple{border-color:rgba(255,45,120,.32)}.listen-choice.youtube{border-color:rgba(255,39,54,.34)}
body.listen-modal-open{overflow:hidden}
.mobile-listen{border:0;cursor:pointer}
@media (max-width:820px){
  .hero-art-shell{width:min(94vw,72vh,460px)!important;max-width:460px!important;max-height:72vh!important;padding:4px!important}
  .hero{padding-top:12px!important}
  .listen-modal{padding-bottom:calc(76px + env(safe-area-inset-bottom))}
}
@media (max-width:390px){.hero-art-shell{width:min(95vw,70vh,430px)!important}}
@media (min-width:821px){.listen-modal{place-items:center}.listen-modal-card{width:min(440px,90vw)}}

/* ===== MOBILE FOOTER SPACING TEST — 2026-09-24 =====
   User-requested change only: reduce the black gap between the social/footer block
   and the fixed ESCUCHAR CTA. No visual/structural changes elsewhere. */
@media (max-width:820px){
  .footer{padding-bottom:16px!important}
  body{padding-bottom:calc(62px + env(safe-area-inset-bottom))!important}
}
