/* DJ NIKOLAS — Professional v2.0 */
:root{
  --v2-cyan:#5ee8ff;
  --v2-violet:#9b73ff;
  --v2-gold:#ffd66e;
  --v2-panel:rgba(8,13,22,.82);
}

.v2-spotlight{
  position:relative;
  overflow:hidden;
}
.v2-spotlight::before{
  content:"";
  position:absolute;
  inset:8% 5%;
  background:
    radial-gradient(circle at 20% 30%,rgba(79,220,255,.12),transparent 35%),
    radial-gradient(circle at 80% 70%,rgba(155,102,255,.12),transparent 38%);
  filter:blur(26px);
  pointer-events:none;
}
.v2-spotlight-shell{
  position:relative;
  display:grid;
  grid-template-columns:minmax(260px,390px) 1fr;
  gap:32px;
  align-items:center;
  padding:28px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:30px;
  background:
    linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.012)),
    rgba(4,8,15,.72);
  box-shadow:0 30px 90px rgba(0,0,0,.32);
}
.v2-spotlight-cover{
  position:relative;
  aspect-ratio:1/1;
  border-radius:26px;
  overflow:hidden;
  border:1px solid rgba(255,216,111,.28);
  box-shadow:0 0 0 1px rgba(255,255,255,.04) inset,0 24px 60px rgba(0,0,0,.38);
}
.v2-spotlight-cover img,.v2-spotlight-cover video{
  width:100%;height:100%;object-fit:cover;display:block;
}
.v2-spotlight-glow{
  position:absolute;inset:auto 10% -25% 10%;height:42%;
  background:radial-gradient(circle,rgba(97,225,255,.3),transparent 65%);
  filter:blur(24px);
}
.v2-spotlight-placeholder{
  width:100%;height:100%;display:grid;place-items:center;
  font-size:64px;font-weight:900;letter-spacing:.12em;
  background:linear-gradient(135deg,#0d1625,#151024);
}
.v2-spotlight-content h2{
  margin:6px 0 10px;
  font-size:clamp(34px,5vw,66px);
  line-height:.96;
  letter-spacing:-.045em;
}
.v2-spotlight-lead{
  max-width:780px;
  color:#aeb9c9;
  line-height:1.7;
}
.v2-spotlight-meta{
  display:flex;flex-wrap:wrap;gap:8px;margin:16px 0;
}
.v2-spotlight-meta span{
  padding:6px 9px;border:1px solid rgba(255,255,255,.09);
  border-radius:999px;font-size:9px;font-weight:900;letter-spacing:.11em;color:#c8d3df;
}
.v2-badges,.v2-card-badges{display:flex;flex-wrap:wrap;gap:6px}
.v2-card-badges{position:absolute;left:9px;top:9px;z-index:9;max-width:80%}
.v2-badge{
  display:inline-flex;align-items:center;
  padding:5px 8px;border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(5,10,18,.76);
  backdrop-filter:blur(8px);
  font-size:8px;font-weight:900;letter-spacing:.11em;
}
.v2-badge-exclusive{color:#ffe195;border-color:rgba(255,214,99,.28)}
.v2-badge-new{color:#79f2b1;border-color:rgba(78,229,142,.25)}
.v2-badge-coming{color:#bda9ff;border-color:rgba(155,115,255,.28)}
.v2-badge-free{color:#71ebff;border-color:rgba(89,223,255,.28)}
.v2-badge-preview{color:#ffcc76;border-color:rgba(255,190,83,.24)}

.v2-tracklist{
  margin:18px 0;
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
  overflow:hidden;
  background:rgba(0,0,0,.12);
}
.v2-track{
  display:grid;
  grid-template-columns:36px 1fr auto 42px;
  gap:10px;
  align-items:center;
  min-height:54px;
  padding:8px 12px;
  border-bottom:1px solid rgba(255,255,255,.06);
}
.v2-track:last-child{border-bottom:0}
.v2-track:hover{background:rgba(255,255,255,.025)}
.v2-track-no{font:900 10px/1 monospace;color:#6f8197}
.v2-track-name{display:grid;gap:2px;min-width:0}
.v2-track-name strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px}
.v2-track-name small{font-size:9px;color:#718196}
.v2-track-duration{font:700 10px/1 monospace;color:#8fa0b4}
.v2-track-play{
  width:32px;height:32px;border-radius:50%;
  border:1px solid rgba(93,231,255,.25);
  background:rgba(70,205,255,.08);color:#dffaff;cursor:pointer;
}
.v2-track-play:hover{transform:scale(1.05);background:rgba(70,205,255,.15)}
.v2-track-no-preview{font-size:7px;color:#6f7c8d;letter-spacing:.08em}
.v2-tracklist-empty{
  padding:14px;border:1px dashed rgba(255,255,255,.1);border-radius:14px;
  color:#7f8da0;font-size:11px;
}
.v2-spotlight-actions{display:flex;flex-wrap:wrap;gap:9px;align-items:center}
.v2-spotlight-price{
  display:flex;align-items:baseline;gap:10px;margin-top:16px;
}
.v2-spotlight-price small{font-size:9px;color:#8c9cb0;letter-spacing:.1em}
.v2-spotlight-price strong{font-size:28px;color:#fff}
.v2-spotlight-price span{text-decoration:line-through;color:#6f7d8f;font-size:12px}

.v2-trust-strip{
  width:min(1180px,calc(100% - 32px));
  margin:6px auto 28px;
  display:grid;grid-template-columns:repeat(4,1fr);
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
  overflow:hidden;
  background:rgba(4,8,15,.58);
}
.v2-trust-strip>div{
  display:flex;align-items:center;gap:10px;padding:13px 14px;
  border-right:1px solid rgba(255,255,255,.06);
}
.v2-trust-strip>div:last-child{border-right:0}
.v2-trust-strip b{font-size:18px}
.v2-trust-strip span{display:grid;gap:2px}
.v2-trust-strip strong{font-size:8px;letter-spacing:.1em}
.v2-trust-strip small{font-size:9px;color:#77869a}

.v2-social-section{
  display:flex!important;
  align-items:center;justify-content:space-between;gap:22px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:24px;
  padding:24px!important;
  background:
    radial-gradient(circle at 10% 0%,rgba(93,225,255,.09),transparent 35%),
    rgba(5,10,17,.55);
}
.v2-social-section h2{margin:5px 0 7px}
.v2-social-section p{color:#8797aa}
.v2-social-links{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}
.v2-social-links a{
  padding:10px 13px;border-radius:12px;border:1px solid rgba(255,255,255,.1);
  text-decoration:none;color:#ecf7ff;font-size:9px;font-weight:900;letter-spacing:.08em;
  background:rgba(255,255,255,.03);
}
.v2-social-links a:hover{border-color:rgba(95,229,255,.3);transform:translateY(-1px)}

.v2-sticky-player{
  position:fixed;
  z-index:99990;
  left:14px;right:14px;bottom:12px;
  min-height:58px;
  display:grid;
  grid-template-columns:38px minmax(120px,240px) 38px 42px minmax(120px,1fr) 42px minmax(90px,140px) auto;
  gap:9px;
  align-items:center;
  padding:8px 10px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:17px;
  background:rgba(4,8,14,.9);
  box-shadow:0 20px 55px rgba(0,0,0,.42),0 0 24px rgba(90,220,255,.08);
  backdrop-filter:blur(18px);
  transform:translateY(130%);
  opacity:0;
  transition:.28s ease;
}
.v2-sticky-player.is-visible{transform:translateY(0);opacity:1}
.v2-sticky-brand span{
  width:34px;height:34px;display:grid;place-items:center;border-radius:10px;
  background:linear-gradient(135deg,rgba(93,230,255,.15),rgba(157,111,255,.13));
  border:1px solid rgba(255,255,255,.09);
  font-size:9px;font-weight:900;
}
.v2-sticky-meta{display:grid;min-width:0}
.v2-sticky-meta small{font-size:7px;letter-spacing:.12em;color:#6f8297}
.v2-sticky-meta strong{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.v2-sticky-player button{
  width:34px;height:34px;border-radius:50%;border:1px solid rgba(90,225,255,.25);
  background:rgba(76,211,255,.08);color:#fff;cursor:pointer;
}
.v2-sticky-player>span{font:700 9px/1 monospace;color:#8393a7}
.v2-sticky-player input[type=range]{width:100%;accent-color:var(--v2-cyan)}
.v2-sticky-volume{display:flex;align-items:center;gap:5px;font-size:10px}
.v2-sticky-open{font-size:8px;font-weight:900;letter-spacing:.08em;color:#b7c7d8;text-decoration:none}

.v2-mobile-menu-button{display:none}

.v2-order-shell{
  min-height:100vh;
  width:min(760px,calc(100% - 28px));
  margin:0 auto;
  padding:60px 0;
}
.v2-order-brand{display:inline-flex;margin-bottom:20px;text-decoration:none;color:#fff;font-weight:900;letter-spacing:.06em}
.v2-order-brand span{color:#708196;font-weight:600}
.v2-order-card{
  padding:28px;border:1px solid rgba(255,255,255,.09);border-radius:24px;
  background:rgba(5,9,16,.78);box-shadow:0 28px 90px rgba(0,0,0,.3)
}
.v2-order-card h1{font-size:40px;margin:6px 0 8px}
.v2-order-card>p{color:#8f9eb0}
.v2-order-form{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:22px 0}
.v2-order-form label{display:grid;gap:7px}
.v2-order-form input{
  min-height:44px;border-radius:12px;border:1px solid rgba(255,255,255,.1);
  background:rgba(255,255,255,.04);color:#fff;padding:0 12px
}
.v2-order-form button{grid-column:1/-1}
.v2-order-result{
  display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:20px 0;
}
.v2-order-result>div{
  padding:12px;border:1px solid rgba(255,255,255,.07);border-radius:13px;background:rgba(255,255,255,.025)
}
.v2-order-result small{display:block;font-size:7px;letter-spacing:.1em;color:#6f8095}
.v2-order-result strong{display:block;margin-top:4px;font-size:11px}
.v2-order-download{margin:0 0 12px}

.v2-admin-title,.v2-settings-title,.v2-track-admin-head,.v2-admin-product-title{
  display:flex;justify-content:space-between;align-items:flex-start;gap:16px
}
.v2-admin-product-title{align-items:center}
.v2-metric-grid{
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:18px 0 22px
}
.v2-metric{
  padding:16px;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:rgba(255,255,255,.025)
}
.v2-metric span,.v2-metric small{display:block;font-size:8px;letter-spacing:.08em;color:#718196}
.v2-metric strong{display:block;font-size:25px;margin:6px 0}
.v2-pro-actions{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.v2-pro-action{
  display:grid;gap:5px;padding:15px;border:1px solid rgba(255,255,255,.08);
  border-radius:14px;text-decoration:none;color:#fff;background:rgba(255,255,255,.02)
}
.v2-pro-action span{font-size:9px;color:#78899d}
.v2-settings-panel{
  padding:18px;border:1px solid rgba(92,225,255,.13);border-radius:18px;
  background:linear-gradient(150deg,rgba(72,205,255,.035),rgba(145,93,255,.03));
}
.v2-settings-title{margin-bottom:16px}
.v2-settings-title h2{margin:4px 0 4px}
.v2-settings-grid,.v2-social-grid{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px
}
.v2-settings-help{
  margin-top:12px;padding:12px;border-radius:12px;background:rgba(0,0,0,.14);
  color:#94a4b7;font-size:10px
}
.v2-settings-help strong,.v2-settings-help span{display:block}
.v2-admin-tracklist{display:grid;gap:8px;margin:15px 0}
.v2-admin-track{
  display:grid;grid-template-columns:30px 34px minmax(300px,1fr) auto auto;
  align-items:center;gap:8px;padding:9px;border:1px solid rgba(255,255,255,.08);
  border-radius:13px;background:rgba(255,255,255,.02)
}
.v2-admin-track.is-dragging{opacity:.4}
.v2-drag{cursor:grab;color:#7e91a6;font-size:18px}
.v2-track-number{font:900 10px/1 monospace;color:#6f8297}
.v2-track-edit{display:grid;grid-template-columns:1.3fr 80px minmax(120px,1fr) auto;gap:6px}
.v2-track-edit input{
  min-width:0;border:1px solid rgba(255,255,255,.08);border-radius:9px;background:rgba(0,0,0,.15);color:#fff;padding:7px
}
.v2-track-state{display:grid;gap:3px}
.v2-status,.v2-preview-state{
  padding:4px 6px;border-radius:999px;border:1px solid rgba(255,255,255,.08);
  font-size:7px;font-weight:900;white-space:nowrap
}
.v2-status.is-on{color:#77eea8}.v2-status.is-off{color:#ffca75}.v2-preview-state{color:#8191a4}
.v2-count{padding:6px 8px;border-radius:999px;border:1px solid rgba(255,255,255,.08);font-size:9px;color:#8ea0b4}

@media(max-width:980px){
  .v2-spotlight-shell{grid-template-columns:1fr}
  .v2-spotlight-cover{max-width:480px;margin:0 auto;width:100%}
  .v2-trust-strip{grid-template-columns:repeat(2,1fr)}
  .v2-trust-strip>div:nth-child(2){border-right:0}
  .v2-metric-grid{grid-template-columns:repeat(2,1fr)}
  .v2-pro-actions{grid-template-columns:repeat(2,1fr)}
  .v2-sticky-player{
    grid-template-columns:36px 1fr 38px 1fr;
  }
  .v2-sticky-player>span,.v2-sticky-volume,.v2-sticky-open{display:none}
  .v2-sticky-player input[data-v2-sticky-seek]{grid-column:1/-1}
  .v2-admin-track{grid-template-columns:26px 30px 1fr}
  .v2-track-state,.v2-admin-track>form:last-child{grid-column:3}
  .v2-track-edit{grid-template-columns:1fr 72px}
  .v2-track-edit input[type=file],.v2-track-edit button{grid-column:1/-1}
}

@media(max-width:720px){
  body{padding-bottom:92px}
  .site-header{position:relative}
  .site-header nav{
    display:none!important;
    position:absolute;top:100%;left:10px;right:10px;z-index:9990;
    padding:10px;border:1px solid rgba(255,255,255,.1);border-radius:15px;
    background:rgba(5,9,16,.96);box-shadow:0 20px 50px rgba(0,0,0,.35);
  }
  .site-header nav.v2-mobile-open{display:grid!important;grid-template-columns:1fr 1fr;gap:7px}
  .v2-mobile-menu-button{
    display:inline-grid;place-items:center;width:40px;height:38px;border-radius:11px;
    border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.04);color:#fff
  }
  .v2-spotlight-shell{padding:16px;border-radius:22px;gap:20px}
  .v2-spotlight-content h2{font-size:38px}
  .v2-track{grid-template-columns:28px 1fr auto 34px}
  .v2-trust-strip{grid-template-columns:1fr 1fr;width:min(100% - 20px,1180px)}
  .v2-social-section{align-items:flex-start;flex-direction:column}
  .v2-social-links{justify-content:flex-start}
  .v2-order-form,.v2-order-result{grid-template-columns:1fr}
  .v2-settings-grid,.v2-social-grid{grid-template-columns:1fr}
  .v2-metric-grid,.v2-pro-actions{grid-template-columns:1fr 1fr}
  .v2-sticky-player{left:7px;right:7px;bottom:7px}
}

@media(max-width:500px){
  .v2-trust-strip{grid-template-columns:1fr}
  .v2-trust-strip>div{border-right:0;border-bottom:1px solid rgba(255,255,255,.06)}
  .v2-trust-strip>div:last-child{border-bottom:0}
  .v2-metric-grid,.v2-pro-actions{grid-template-columns:1fr}
}


/* Album File Manager v2.0.1 */
.album-files-current-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:8px;
}
.album-files-manage-list{
  display:grid!important;
  gap:7px!important;
  margin:8px 0 0!important;
  padding-left:0!important;
  list-style:none!important;
}
.album-files-manage-list li{
  display:flex!important;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:9px 10px!important;
}
.album-file-main{
  display:grid;
  gap:2px;
  min-width:0;
}
.album-file-main span{
  overflow-wrap:anywhere;
  font-weight:700;
}
.album-file-main small{
  color:#7f91a6;
}
.album-file-delete-btn{
  flex:0 0 auto;
  white-space:nowrap;
}
.album-replace-box{
  display:grid;
  gap:6px;
  margin-top:12px;
  padding:11px 12px;
  border:1px solid rgba(255,196,89,.13);
  border-radius:12px;
  background:rgba(255,183,59,.035);
}
.album-files-tip{
  display:block;
  margin-top:7px;
  color:#89dfff;
}
@media(max-width:620px){
  .album-files-manage-list li{
    align-items:flex-start;
    flex-direction:column;
  }
  .album-file-delete-btn{
    width:100%;
  }
}


/* ==========================================================
   DJ NIKOLAS — MOBILE ULTRA PRO v2.1
   Mobile-first visual refinement
   ========================================================== */

html{
  scroll-behavior:smooth;
  background:#04070d;
}
body{
  overflow-x:hidden;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}
img,video{
  max-width:100%;
}
button,a,input,select,textarea{
  -webkit-tap-highlight-color:transparent;
}
button,.btn,a{
  touch-action:manipulation;
}

/* refined header */
.site-header{
  width:min(1220px,calc(100% - 24px));
  margin:10px auto 0;
  border:1px solid rgba(255,255,255,.075);
  border-radius:18px;
  background:rgba(5,9,16,.76);
  backdrop-filter:blur(22px) saturate(145%);
  -webkit-backdrop-filter:blur(22px) saturate(145%);
  box-shadow:0 18px 55px rgba(0,0,0,.22);
}
.site-header .brand{
  letter-spacing:.02em;
}
.site-header nav a{
  min-height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 11px;
  border-radius:10px;
  transition:background .2s ease,border-color .2s ease,transform .2s ease;
}
.site-header nav a:hover{
  background:rgba(255,255,255,.045);
  transform:translateY(-1px);
}

.v21-mobile-brand-strip{
  display:none;
}

/* Spotlight — premium desktop too */
.v2-spotlight{
  padding-top:30px!important;
}
.v2-spotlight-shell{
  isolation:isolate;
  min-height:540px;
  border-color:rgba(255,255,255,.105);
  background:
    radial-gradient(circle at 8% 8%,rgba(68,222,255,.10),transparent 34%),
    radial-gradient(circle at 92% 92%,rgba(153,82,255,.10),transparent 38%),
    linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.012)),
    rgba(4,8,15,.78);
}
.v2-spotlight-cover{
  border-radius:28px;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.035) inset,
    0 28px 70px rgba(0,0,0,.44),
    0 0 70px rgba(85,221,255,.08);
}
.v2-spotlight-content{
  min-width:0;
}
.v2-spotlight-content .eyebrow{
  display:inline-flex;
  align-items:center;
  min-height:26px;
  padding:0 9px;
  border-radius:999px;
  border:1px solid rgba(94,232,255,.16);
  background:rgba(94,232,255,.045);
}
.v2-spotlight-content h2{
  text-wrap:balance;
}
.v2-spotlight-lead{
  font-size:13px;
}
.v2-track{
  transition:background .18s ease,transform .18s ease;
}
.v2-track:hover{
  background:rgba(255,255,255,.035);
  transform:translateX(2px);
}
.v2-track-play{
  min-width:36px;
  min-height:36px;
}

/* Product cards */
.product-card{
  position:relative;
  overflow:hidden;
  border-radius:21px!important;
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.product-card:hover{
  transform:translateY(-3px);
  border-color:rgba(110,225,255,.20)!important;
  box-shadow:0 24px 65px rgba(0,0,0,.28);
}
.product-card img,
.product-card video{
  border-radius:15px;
}
.product-card .btn,
.product-card button{
  min-height:42px;
  border-radius:12px;
}

/* Trust strip */
.v2-trust-strip{
  box-shadow:0 18px 50px rgba(0,0,0,.16);
}
.v2-trust-strip>div{
  min-height:64px;
}

/* sticky player */
.v2-sticky-player{
  bottom:max(12px,env(safe-area-inset-bottom));
}
.v2-sticky-player input[type=range]{
  height:18px;
}

/* Mobile quickbar hidden on desktop */
.v21-mobile-quickbar{
  display:none;
}

/* social */
.v2-social-links a{
  min-height:40px;
  display:inline-flex;
  align-items:center;
}

/* focus */
:focus-visible{
  outline:2px solid rgba(94,232,255,.75);
  outline-offset:2px;
}

/* ===================== PHONE ===================== */
@media(max-width:720px){
  :root{
    --v21-edge:12px;
  }

  html{
    scroll-padding-top:76px;
  }

  body{
    padding-bottom:154px!important;
  }

  .site-header{
    width:calc(100% - 16px);
    margin:8px auto 0;
    min-height:58px;
    border-radius:16px;
    padding:8px 9px!important;
    position:sticky!important;
    top:max(6px,env(safe-area-inset-top));
    z-index:9996;
  }

  .site-header .brand,
  .site-header .logo,
  .site-header>a:first-child{
    max-width:calc(100% - 56px);
  }

  .v2-mobile-menu-button{
    min-width:42px;
    width:42px;
    min-height:42px;
    height:42px;
    border-radius:12px;
    font-size:18px;
    box-shadow:0 8px 24px rgba(0,0,0,.16);
  }

  .site-header nav{
    top:calc(100% + 8px)!important;
    left:0!important;
    right:0!important;
    max-height:min(70vh,540px);
    overflow:auto;
    padding:10px!important;
    grid-template-columns:1fr 1fr!important;
    gap:7px!important;
    border-radius:16px!important;
    box-shadow:0 24px 70px rgba(0,0,0,.50)!important;
  }

  .site-header nav a,
  .site-header nav button{
    min-height:44px!important;
    padding:8px 10px!important;
    font-size:10px!important;
    border:1px solid rgba(255,255,255,.065);
    background:rgba(255,255,255,.025);
  }

  .v21-mobile-brand-strip{
    width:calc(100% - 24px);
    margin:18px auto 0;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    padding:8px 10px;
    border-top:1px solid rgba(255,255,255,.06);
    border-bottom:1px solid rgba(255,255,255,.06);
    color:#6f8196;
  }
  .v21-mobile-brand-strip span{
    color:#dffaff;
    font-size:9px;
    font-weight:900;
    letter-spacing:.17em;
  }
  .v21-mobile-brand-strip strong{
    font-size:7px;
    letter-spacing:.12em;
  }

  .hero{
    width:calc(100% - 20px)!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding-top:18px!important;
  }

  .hero h1{
    font-size:clamp(34px,11vw,52px)!important;
    line-height:.96!important;
    letter-spacing:-.045em!important;
    text-wrap:balance;
  }

  .hero p{
    font-size:13px!important;
    line-height:1.65!important;
  }

  .hero .btn,
  .hero button{
    min-height:48px!important;
    border-radius:13px!important;
  }

  .section{
    width:calc(100% - 20px)!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding-left:0!important;
    padding-right:0!important;
  }

  .section-head{
    align-items:flex-start!important;
    gap:10px!important;
  }

  .section-head h2{
    font-size:24px!important;
  }

  /* Spotlight phone card */
  .v2-spotlight{
    padding-top:14px!important;
  }
  .v2-spotlight-shell{
    min-height:0;
    padding:11px!important;
    gap:15px!important;
    border-radius:20px!important;
    background:
      radial-gradient(circle at 50% 0%,rgba(86,225,255,.10),transparent 34%),
      rgba(4,8,15,.82);
  }
  .v2-spotlight-cover{
    max-width:none!important;
    border-radius:17px!important;
    aspect-ratio:1/1;
  }
  .v2-spotlight-content{
    padding:2px 3px 5px;
  }
  .v2-spotlight-content h2{
    font-size:clamp(34px,12vw,48px)!important;
    margin-top:8px!important;
  }
  .v2-spotlight-lead{
    display:-webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient:vertical;
    overflow:hidden;
    font-size:12px!important;
    line-height:1.6!important;
  }
  .v2-spotlight-meta{
    gap:6px!important;
    margin:12px 0!important;
  }
  .v2-spotlight-meta span{
    font-size:7px!important;
    padding:6px 7px!important;
  }
  .v2-tracklist{
    margin:13px 0!important;
    max-height:292px;
    overflow:auto;
    overscroll-behavior:contain;
    scrollbar-width:thin;
  }
  .v2-track{
    grid-template-columns:28px minmax(0,1fr) auto 38px!important;
    min-height:52px!important;
    padding:7px 8px!important;
  }
  .v2-track-name strong{
    font-size:11px!important;
  }
  .v2-track-play{
    min-width:36px!important;
    min-height:36px!important;
    width:36px!important;
    height:36px!important;
  }

  .v2-spotlight-actions{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
  }
  .v2-spotlight-actions .btn,
  .v2-spotlight-actions button,
  .v2-spotlight-actions a{
    width:100%!important;
    min-height:49px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    border-radius:13px!important;
  }
  .v2-spotlight-price{
    margin-top:13px!important;
    padding:11px 12px;
    border:1px solid rgba(255,255,255,.07);
    border-radius:13px;
    background:rgba(255,255,255,.025);
  }
  .v2-spotlight-price strong{
    font-size:25px!important;
  }

  /* Trust cards stacked 2x2 */
  .v2-trust-strip{
    width:calc(100% - 20px)!important;
    margin:6px auto 20px!important;
    border-radius:16px!important;
  }
  .v2-trust-strip>div{
    min-height:68px!important;
    padding:11px!important;
  }
  .v2-trust-strip b{
    font-size:17px!important;
  }

  /* products on phone: single column for premium feel */
  .products-grid,
  .product-grid,
  #products .grid,
  #albums .grid{
    grid-template-columns:1fr!important;
    gap:13px!important;
  }
  .product-card{
    border-radius:18px!important;
    padding:11px!important;
  }
  .product-card:hover{
    transform:none!important;
  }
  .product-card h3{
    font-size:18px!important;
  }
  .product-card p{
    font-size:11px!important;
    line-height:1.55!important;
  }

  /* social */
  .v2-social-section{
    padding:16px!important;
    border-radius:18px!important;
  }
  .v2-social-section h2{
    font-size:22px!important;
  }
  .v2-social-links{
    display:grid!important;
    grid-template-columns:1fr 1fr;
    width:100%;
  }
  .v2-social-links a{
    min-height:44px!important;
    justify-content:center;
  }

  /* bottom quick navigation */
  .v21-mobile-quickbar{
    position:fixed;
    left:7px;
    right:7px;
    bottom:max(7px,env(safe-area-inset-bottom));
    z-index:99991;
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:3px;
    padding:5px;
    min-height:58px;
    border:1px solid rgba(255,255,255,.10);
    border-radius:16px;
    background:rgba(4,8,14,.93);
    box-shadow:0 20px 55px rgba(0,0,0,.46);
    backdrop-filter:blur(20px) saturate(140%);
    -webkit-backdrop-filter:blur(20px) saturate(140%);
  }
  .v21-mobile-quickbar a{
    min-width:0;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:2px;
    min-height:46px;
    padding:4px 2px;
    border-radius:11px;
    color:#91a3b7;
    text-decoration:none;
  }
  .v21-mobile-quickbar a:active{
    background:rgba(94,232,255,.08);
    color:#dffaff;
  }
  .v21-mobile-quickbar span{
    font-size:15px;
    line-height:1;
  }
  .v21-mobile-quickbar small{
    max-width:100%;
    overflow:hidden;
    text-overflow:ellipsis;
    font-size:6px;
    font-weight:900;
    letter-spacing:.08em;
    white-space:nowrap;
  }

  /* sticky audio above quickbar */
  .v2-sticky-player{
    left:7px!important;
    right:7px!important;
    bottom:calc(max(7px,env(safe-area-inset-bottom)) + 64px)!important;
    min-height:56px!important;
    border-radius:15px!important;
    padding:7px 8px!important;
    grid-template-columns:34px minmax(0,1fr) 38px!important;
    gap:7px!important;
  }
  .v2-sticky-brand{
    display:block!important;
  }
  .v2-sticky-brand span{
    width:32px!important;
    height:32px!important;
  }
  .v2-sticky-meta{
    min-width:0!important;
  }
  .v2-sticky-meta small{
    font-size:6px!important;
  }
  .v2-sticky-meta strong{
    max-width:100%;
    font-size:10px!important;
  }
  .v2-sticky-player button{
    width:36px!important;
    height:36px!important;
  }
  .v2-sticky-player input[data-v2-sticky-seek]{
    grid-column:1/-1!important;
    height:12px!important;
  }
  .v2-sticky-current,
  .v2-sticky-duration,
  .v2-sticky-volume,
  .v2-sticky-open{
    display:none!important;
  }

  /* shop banner */
  .shop-banner{
    border-radius:18px!important;
    padding:16px!important;
  }

  footer,
  .site-footer{
    padding-bottom:170px!important;
  }
}

/* Very small phones */
@media(max-width:390px){
  .site-header nav{
    grid-template-columns:1fr!important;
  }
  .v21-mobile-quickbar small{
    font-size:5.6px;
  }
  .v2-social-links{
    grid-template-columns:1fr!important;
  }
  .v2-spotlight-content h2{
    font-size:34px!important;
  }
}

/* Landscape phones */
@media(max-width:900px) and (orientation:landscape){
  .v21-mobile-quickbar{
    left:10px;
    right:10px;
  }
  .v2-tracklist{
    max-height:190px;
  }
}

/* Accessibility */
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto!important}
  *,
  *::before,
  *::after{
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    transition-duration:.01ms!important;
    scroll-behavior:auto!important;
  }
}

@media(max-width:720px){
  .v21-mobile-quickbar a.is-active{
    color:#ecfbff;
    background:linear-gradient(180deg,rgba(94,232,255,.08),rgba(155,115,255,.05));
    border:1px solid rgba(94,232,255,.10);
  }
  html.v21-menu-open{
    overflow:hidden;
  }
}


/* ==========================================================
   PRO FEATURES v2.2 — additive only, keeps v2.1 visual system
   ========================================================== */
.v22-launch-banner{
  width:min(1180px,calc(100% - 24px));
  margin:14px auto 0;
  min-height:54px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:10px 14px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:16px;
  background:
    radial-gradient(circle at 0% 50%,rgba(94,232,255,.09),transparent 30%),
    rgba(5,9,16,.72);
  backdrop-filter:blur(18px);
}
.v22-launch-banner>div:first-child{display:grid;gap:2px}
.v22-launch-banner span{font-size:7px;font-weight:900;letter-spacing:.14em;color:#83eaff}
.v22-launch-banner strong{font-size:13px}
.v22-launch-banner>a{
  text-decoration:none;color:#fff;font-size:8px;font-weight:900;letter-spacing:.08em;
  padding:9px 11px;border-radius:10px;border:1px solid rgba(255,255,255,.08);
}
.v22-launch-banner.is-live{
  border-color:rgba(115,244,169,.17);
  box-shadow:0 0 28px rgba(86,230,143,.05);
}
.v22-launch-countdown{
  display:grid;
  grid-template-columns:repeat(8,auto);
  gap:4px;
  align-items:baseline;
}
.v22-launch-countdown b{font:900 15px/1 monospace;color:#fff}
.v22-launch-countdown small{font-size:6px;color:#6f8297;margin-right:4px}

.v22-waveform{
  position:relative;
  height:54px;
  margin-top:9px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:12px;
  overflow:hidden;
  background:rgba(0,0,0,.15);
  cursor:pointer;
}
.v22-waveform canvas{
  width:100%;height:100%;display:block;
}
.v22-waveform-progress{
  position:absolute;left:0;top:0;bottom:0;width:0;
  pointer-events:none;
  border-right:1px solid rgba(255,255,255,.65);
  background:linear-gradient(90deg,rgba(94,232,255,.07),rgba(155,115,255,.025));
}

.v22-account-shell,.v22-library-shell{
  width:min(1180px,calc(100% - 24px));
  margin:0 auto;
  min-height:100vh;
  padding:54px 0 120px;
}
.v22-account-card{
  max-width:900px;
  padding:26px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:24px;
  background:rgba(5,9,16,.78);
  box-shadow:0 28px 90px rgba(0,0,0,.28);
}
.v22-account-card h1,.v22-library-head h1{margin:6px 0 8px;font-size:clamp(34px,5vw,52px)}
.v22-account-card>p,.v22-library-head p{color:#8999ad}
.v22-auth-tabs{
  display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:22px;
}
.v22-auth-tabs>section{
  padding:16px;border:1px solid rgba(255,255,255,.07);border-radius:16px;background:rgba(255,255,255,.02);
}
.v22-auth-tabs h2{margin-top:0}
.v22-auth-form{display:grid;gap:10px}
.v22-auth-form label{display:grid;gap:6px;font-size:10px}
.v22-auth-form input{
  min-height:44px;padding:0 12px;border-radius:11px;border:1px solid rgba(255,255,255,.09);
  background:rgba(0,0,0,.18);color:#fff;
}
.v22-account-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}

.v22-library-head{
  display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:22px;
}
.v22-library-actions{display:flex;gap:8px}
.v22-library-grid{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;
}
.v22-library-item{
  overflow:hidden;border:1px solid rgba(255,255,255,.08);border-radius:19px;background:rgba(5,9,16,.68);
}
.v22-library-cover{aspect-ratio:1/1;background:#0a101a;display:grid;place-items:center}
.v22-library-cover img,.v22-library-cover video{width:100%;height:100%;object-fit:cover;display:block}
.v22-library-cover>span{font-size:35px;font-weight:900;color:#53657b}
.v22-library-info{padding:13px}
.v22-library-info>small{font-size:7px;color:#79dff3;letter-spacing:.12em}
.v22-library-info h2{margin:5px 0 5px;font-size:18px}
.v22-library-info p{min-height:32px;color:#78899d;font-size:9px}
.v22-library-info .btn{width:100%;justify-content:center}
.v22-library-empty{
  padding:24px;border:1px dashed rgba(255,255,255,.09);border-radius:18px;background:rgba(255,255,255,.018);
}

.v22-feature-panel{
  margin-top:12px;padding:16px;border:1px solid rgba(94,232,255,.11);border-radius:15px;
  background:rgba(94,232,255,.018);
}
.v22-feature-panel h3{margin:5px 0 14px}
.v22-launch-settings{
  display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:10px;margin-top:12px;
}
.v22-launch-settings label{display:grid;gap:6px}
.v22-settings-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}

@media(max-width:900px){
  .v22-library-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .v22-launch-settings{grid-template-columns:1fr}
}
@media(max-width:720px){
  .v22-launch-banner{
    min-height:52px;
    width:calc(100% - 16px);
    margin-top:8px;
    padding:9px 10px;
  }
  .v22-launch-banner strong{font-size:11px}
  .v22-launch-countdown b{font-size:12px}
  .v22-launch-countdown small{font-size:5px}
  .v22-waveform{height:48px}
  .v22-account-shell,.v22-library-shell{width:calc(100% - 18px);padding-top:28px}
  .v22-account-card{padding:16px;border-radius:19px}
  .v22-auth-tabs{grid-template-columns:1fr}
  .v22-library-head{align-items:flex-start;flex-direction:column}
  .v22-library-actions{width:100%}
  .v22-library-actions .btn{flex:1}
  .v22-library-grid{grid-template-columns:1fr}
}
