@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');

/* ================================================================
   Session Solos Tab Viewer V2 — L.A. Dusk Noir
   Premium stock photography integration + type-based card accents
   Updated: 2026-03-13
   ================================================================ */

.ssv2,
.ssv2 * {
  box-sizing: border-box;
}

/* ── Astra theme overrides ─────────────────────────────────────── */

body.home .entry-title,
body.home .page-title {
  display: none !important;
}

body.home .ast-primary-header-bar {
  background: #000 !important;
}

body.home .ast-builder-grid-row {
  grid-template-columns: 1fr !important;
}

body.home .site-primary-header-wrap {
  justify-content: center !important;
}

body.home .ast-builder-social-element,
body.home .ast-header-social-wrap {
  display: none !important;
}

/* Full-bleed immersive canvas on homepage */
html,
body.home {
  background:
    radial-gradient(920px 320px at 50% 0%, rgba(255, 45, 123, 0.06), transparent 68%),
    radial-gradient(760px 280px at 82% 0%, rgba(69, 160, 255, 0.04), transparent 72%),
    linear-gradient(180deg, #08090f 0%, #05060c 42%, #03040a 100%),
    #04050b !important;
  overflow-x: clip;
}

body.home #page,
body.home .site {
  background: transparent !important;
}

body.home .site-content,
body.home .ast-plain-container,
body.home .site-main,
body.home #primary,
body.home article,
body.home .entry-content {
  background: transparent !important;
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-shadow: none !important;
  border: 0 !important;
  border-radius: 0 !important;
}

body.home .ast-plain-container.ast-no-sidebar #primary {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

body.home .ast-container {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Defeat Astra/global "entry-content > *" width clamps */
body.home .entry-content > .ssv2,
body.home .site-main .ssv2,
body.home .ast-container .ssv2,
body.home section.ssv2 {
  width: 100vw !important;
  max-width: 100vw !important;
  min-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

/* ── Main container ────────────────────────────────────────────── */

.ssv2 {
  position: relative;
  isolation: isolate;
  overflow: visible;
  color: var(--ss-text);
  font-family: 'Sora', sans-serif;
  width: 100vw;
  max-width: 100vw;
  margin: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  min-height: 100vh;
  padding: 0 clamp(16px, 3vw, 36px) 52px;
  background:
    radial-gradient(1200px 420px at 50% 0%, rgba(255, 52, 153, 0.07), transparent 66%),
    linear-gradient(180deg, rgba(8, 9, 14, 0.22) 0%, rgba(6, 7, 12, 0.58) 28%, rgba(4, 5, 9, 0.9) 62%, rgba(3, 4, 8, 0.985) 100%),
    #04050b;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

/* Page-wide scene */
.ssv2 {
  --ssv2-parallax-y: 0px;
}

.ssv2::before {
  content: '';
  position: absolute;
  inset: 0;
  transform: translateY(calc(var(--ssv2-parallax-y) * -1));
  background-image:
    linear-gradient(180deg, rgba(5, 6, 10, 0.18) 0%, rgba(5, 6, 10, 0.28) 12%, rgba(4, 5, 9, 0.58) 38%, rgba(3, 4, 8, 0.90) 66%, rgba(3, 4, 8, 0.98) 100%),
    linear-gradient(90deg, rgba(3, 4, 8, 0.72) 0%, rgba(3, 4, 8, 0.12) 20%, rgba(3, 4, 8, 0) 50%, rgba(3, 4, 8, 0.16) 80%, rgba(3, 4, 8, 0.74) 100%),
    radial-gradient(72% 34% at 50% 2%, rgba(255, 54, 166, 0.10), transparent 62%),
    radial-gradient(38% 24% at 80% 8%, rgba(32, 201, 255, 0.06), transparent 70%),
    url('./brand/stock/ss-la-dusk.webp');
  background-position:
    center top,
    center top,
    center top,
    center top,
    center top;
  background-size:
    auto,
    auto,
    auto,
    auto,
    100% auto;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-blend-mode: normal, normal, screen, screen, normal;
  pointer-events: none;
  z-index: 0;
  /* Feather bottom edge of photo — pixel-based so it works regardless of page height */
  -webkit-mask-image: linear-gradient(to bottom, black 0px, black 520px, transparent 820px);
  mask-image: linear-gradient(to bottom, black 0px, black 520px, transparent 820px);
}

/* Analog wear */
.ssv2::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), rgba(255, 255, 255, 0) 16%),
    url('./brand/stock/ss-prism-leak.webp'),
    radial-gradient(120% 70% at 50% 0%, rgba(255, 85, 188, 0.04), transparent 58%),
    url('./brand/stock/ss-grain-film.webp');
  background-size: auto, cover, auto, 1200px auto;
  background-position: center top, left top, center top, center top;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat;
  background-blend-mode: screen, screen, screen, overlay;
  mask-image: none;
  -webkit-mask-image: none;
  opacity: 0.06;
  pointer-events: none;
  z-index: 0;
}

/* Full-page vignette — darkens edges for seamless background blending */
.ssv2__vignette {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse 120% 100% at 50% 50%, transparent 40%, rgba(3, 4, 8, 0.4) 72%, rgba(3, 4, 8, 0.7) 100%);
}

.ssv2 > * {
  position: relative;
  z-index: 1;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

/* Keep every major band on the same centered rail */
.ssv2__hero,
.ssv2__toolbar,
.ssv2__filters,
.ssv2__chips,
.ssv2__stats,
.ssv2__results,
.ssv2__footer {
  width: min(100%, 1320px);
  margin-left: auto !important;
  margin-right: auto !important;
}

/* ── Hero section ──────────────────────────────────────────────── */

.ssv2__hero {
  position: relative;
  isolation: isolate;
  text-align: center;
  padding: 72px 0 40px;
  margin-bottom: 26px;
}

.ssv2__hero::before {
  content: '';
  position: absolute;
  inset: -34px -80px -6px;
  background:
    radial-gradient(54% 42% at 50% 0%, rgba(255, 57, 170, 0.12), transparent 68%),
    url('./brand/stock/ss-colored-smoke.webp');
  background-size: auto, max(100%, 960px) auto;
  background-position: center top, center 20%;
  background-repeat: no-repeat, no-repeat;
  background-blend-mode: normal, screen;
  opacity: 0.14;
  filter: blur(6px);
  pointer-events: none;
  z-index: -1;
  -webkit-mask-image: radial-gradient(ellipse 80% 90% at 50% 40%, black 30%, transparent 70%);
  mask-image: radial-gradient(ellipse 80% 90% at 50% 40%, black 30%, transparent 70%);
}

.ssv2__hero::after {
  content: '';
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: -6px;
  height: 132px;
  background:
    radial-gradient(55% 100% at 50% 0%, rgba(255, 43, 154, 0.14), transparent 72%),
    radial-gradient(45% 100% at 50% 0%, rgba(0, 208, 255, 0.08), transparent 78%);
  filter: blur(22px);
  opacity: 0.5;
  pointer-events: none;
  z-index: -1;
}

.ssv2__logo {
  display: block;
  margin: 0 auto 14px;
  width: min(100%, 440px);
  height: auto;
  filter: drop-shadow(0 0 24px rgba(255, 13, 139, 0.25)) drop-shadow(0 0 60px rgba(255, 13, 139, 0.08));
  transition: filter 300ms ease;
}

.ssv2__logo:hover {
  filter: drop-shadow(0 0 28px rgba(255, 13, 139, 0.35)) drop-shadow(0 0 70px rgba(255, 13, 139, 0.12));
}

.ssv2__tagline {
  margin: 0 0 22px;
  color: var(--ss-orchid);
  font-size: 0.84rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-weight: 600;
  text-shadow: 0 0 18px rgba(233, 108, 255, 0.2);
}

.ssv2__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 920px;
  padding: 0;
}

/* ── Pills (hero nav) ─────────────────────────────────────────── */

.ssv2__pill {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: var(--ss-text);
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.008)),
    rgba(255, 255, 255, 0.012);
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 0.66rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: transform 120ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease, color 150ms ease;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    inset 0 -10px 16px rgba(4, 5, 10, 0.22);
}

/* Defeat any theme-level underline defaults in content areas */
.ssv2 .ssv2__actions a,
.ssv2 .ssv2__actions a:link,
.ssv2 .ssv2__actions a:visited,
.ssv2 .ssv2__actions a:hover,
.ssv2 .ssv2__actions a:focus,
.ssv2 .ssv2__actions a:active,
.ssv2 .ssv2__actions a span {
  text-decoration: none !important;
  text-decoration-line: none !important;
}

.ssv2__pill::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.34), rgba(185, 93, 255, 0.2) 45%, rgba(255, 255, 255, 0.16));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.82;
  pointer-events: none;
}

.ssv2__pill::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 26%, rgba(255, 255, 255, 0.18) 49%, transparent 72%);
  transform: translateX(-150%);
  transition: transform 460ms ease;
  pointer-events: none;
}

.ssv2__pill:hover {
  transform: translateY(-1px);
  color: #ffffff;
  border-color: rgba(255, 45, 123, 0.34);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    rgba(255, 255, 255, 0.02);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -10px 16px rgba(6, 9, 20, 0.32),
    0 0 18px rgba(255, 45, 123, 0.1);
}

.ssv2__pill:hover::before {
  opacity: 1;
}

.ssv2__pill:hover::after {
  transform: translateX(150%);
}

.ssv2__pill:focus-visible {
  outline: none;
  border-color: rgba(255, 13, 139, 0.7);
  box-shadow:
    0 0 0 3px rgba(255, 13, 139, 0.2),
    0 0 20px rgba(255, 13, 139, 0.24);
}

.ssv2__pill--primary {
  border-color: rgba(255, 45, 123, 0.34);
  color: #fff;
  background:
    linear-gradient(180deg, rgba(9, 11, 18, 0.84), rgba(7, 9, 15, 0.94)),
    rgba(255, 255, 255, 0.02);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.09),
    inset 0 -10px 15px rgba(0, 0, 0, 0.42),
    0 0 14px rgba(255, 45, 123, 0.1);
  text-shadow: none;
}

.ssv2__pill--primary:hover {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 -10px 16px rgba(0, 0, 0, 0.56),
    0 0 24px rgba(255, 45, 123, 0.18);
  background:
    linear-gradient(180deg, rgba(11, 13, 22, 0.94), rgba(7, 9, 15, 0.98)),
    rgba(255, 255, 255, 0.02);
}

.ssv2__pill,
.ssv2__pill:visited,
.ssv2__pill:hover,
.ssv2__pill:focus,
.ssv2__pill:active {
  text-decoration: none !important;
}

/* ── Fretboard DNA promo + hub ───────────────────────────────── */

.ssv2__feature {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
  margin: 0 auto 20px;
  padding: 22px 22px 20px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(90% 120% at 0% 0%, rgba(255, 13, 139, 0.1), transparent 46%),
    radial-gradient(85% 110% at 100% 0%, rgba(0, 213, 255, 0.06), transparent 42%),
    linear-gradient(180deg, rgba(14, 16, 24, 0.98), rgba(8, 10, 16, 0.99));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    inset 0 -16px 26px rgba(6, 8, 16, 0.24),
    0 18px 40px rgba(0, 0, 0, 0.24);
}

.ssv2__feature::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--ss-hot), var(--ss-violet));
  opacity: 0.95;
}

.ssv2__feature-copy,
.ssv2__feature-list,
.ssv2__feature-actions {
  position: relative;
  z-index: 1;
}

.ssv2__feature-kicker {
  margin: 0 0 8px;
  color: var(--ss-hot-soft);
  font-family: 'Manrope', sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ssv2__feature-title {
  margin: 0 0 8px;
  color: #ffffff;
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.35rem, 2.1vw, 1.8rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.ssv2__feature-body {
  margin: 0;
  color: var(--ss-text-secondary);
  font-size: 0.94rem;
  line-height: 1.65;
  max-width: 34rem;
}

.ssv2__feature-list {
  display: grid;
  gap: 10px;
}

.ssv2__feature-item {
  display: grid;
  gap: 3px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.01)),
    rgba(255, 255, 255, 0.015);
}

.ssv2__feature-item strong {
  color: #ffffff;
  font-family: 'Manrope', sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.ssv2__feature-item span {
  color: var(--ss-text-secondary);
  font-size: 0.82rem;
  line-height: 1.5;
}

.ssv2__feature-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  min-width: 188px;
}

.ssv2__feature-actions .ssv2__download {
  min-height: 38px;
}

.ssv2__feature--hub {
  margin-bottom: 18px;
}

.ssv2__hero--dna {
  padding-bottom: 30px;
}

.ssv2__dna-browser {
  width: min(100%, 1320px);
  margin: 0 auto 18px;
}

.ssv2__dna-setup {
  margin: 0;
  color: var(--ss-text-secondary);
  font-size: 0.95rem;
  line-height: 1.72;
  max-width: 760px;
}

.ssv2__dna-grid-title {
  margin: 4px 0 0;
  color: #ffffff;
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.ssv2__dna-hero-copy {
  max-width: 880px;
  margin: 26px auto 0;
  display: grid;
  gap: 10px;
}

.ssv2__dna-heading {
  margin: 0;
  color: #ffffff;
  font-family: 'Sora', sans-serif;
  font-size: clamp(2.2rem, 4.8vw, 4.2rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.ssv2__dna-sub {
  margin: 0 auto;
  max-width: 720px;
  color: var(--ss-text-secondary);
  font-size: 1rem;
  line-height: 1.75;
}

.ssv2__results--dna {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  margin-bottom: 20px;
}

.ssv2__results--dna::before {
  opacity: 0.22;
}

.ssv2__dna-card {
  min-height: 0;
  gap: 10px;
}

.ssv2__dna-title-link {
  color: #ffffff;
  text-decoration: none;
}

.ssv2__dna-title-link:hover,
.ssv2__dna-title-link:focus-visible {
  color: #ffd6f0;
  text-decoration: underline;
  text-decoration-color: rgba(255, 13, 139, 0.7);
}

.ssv2__dna-badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 45, 123, 0.32);
  color: #ffffff;
  background: rgba(255, 13, 139, 0.13);
  font-family: 'Manrope', sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ssv2__dna-badge--coming {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.07);
  color: #f6f1ff;
}

.ssv2__dna-summary {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--ss-text-secondary);
  font-size: 0.92rem;
  line-height: 1.64;
}

.ssv2__dna-quickline {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #eef2ff;
  font-size: 0.84rem;
  line-height: 1.55;
  font-weight: 700;
}

.ssv2__dna-stats {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.ssv2__dna-stat,
.ssv2__dna-chip {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: #eef2ff;
  font-family: 'Manrope', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.ssv2__dna-hook {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #ffffff;
  font-size: 0.88rem;
  line-height: 1.58;
}

.ssv2__dna-card--coming {
  border-style: dashed;
  border-color: rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(120% 120% at 0% 0%, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0) 44%),
    radial-gradient(100% 120% at 100% 0%, rgba(185, 93, 255, 0.05), rgba(0, 0, 0, 0) 48%),
    linear-gradient(180deg, rgba(15, 17, 26, 0.96), rgba(11, 13, 20, 0.98));
}

.ssv2__dna-card--coming:hover {
  transform: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    inset 0 -18px 26px rgba(6, 8, 16, 0.26),
    0 12px 34px rgba(3, 4, 8, 0.24);
}

.ssv2__dna-coming-note {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding-top: 6px;
  color: #d7dbee;
  font-size: 0.84rem;
  line-height: 1.58;
}

.ssv2__dna-songs {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.ssv2__dna-chip {
  border-color: rgba(185, 93, 255, 0.22);
  background: rgba(185, 93, 255, 0.08);
  color: #f4ebff;
}

.ssv2__dna-note {
  width: min(100%, 1320px);
  margin: 0 auto 16px;
  padding: 14px 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ssv2__dna-note p {
  margin: 0;
  color: var(--ss-text-secondary);
  font-size: 0.92rem;
  line-height: 1.7;
}

.ssv2__dna-note strong {
  color: #ffffff;
}

/* ── Toolbar ───────────────────────────────────────────────────── */

.ssv2__toolbar {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  margin: 0 auto 16px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(16, 18, 27, 0.98), rgba(10, 12, 19, 0.99));
  background-color: rgba(12, 14, 21, 0.99);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -18px 26px rgba(6, 8, 16, 0.26),
    0 12px 34px rgba(3, 4, 8, 0.24);
  transition: border-radius 300ms ease, border-color 300ms ease, box-shadow 300ms ease;
}

/* Sticky frosted-glass toolbar */
.ssv2__toolbar.ssv2--stuck {
  position: sticky;
  top: 0;
  z-index: 100;
  border-radius: 0 0 16px 16px;
  background: rgba(10, 12, 19, 0.72);
  -webkit-backdrop-filter: blur(18px) saturate(1.6);
  backdrop-filter: blur(18px) saturate(1.6);
  border-color: rgba(255, 45, 123, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 8px 32px rgba(0, 0, 0, 0.4),
    0 0 24px rgba(255, 13, 139, 0.06);
}

.ssv2__toolbar::before {
  content: none;
}

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

.ssv2__search-wrap {
  min-width: 0;
}

.ssv2__search {
  width: 100%;
  color: #eef2ff !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  background: rgba(16, 19, 30, 0.98) !important;
  background-image: none !important;
  background-color: rgba(16, 19, 30, 0.98) !important;
  border-radius: 12px;
  height: 44px !important;
  min-height: 44px !important;
  line-height: 1.2 !important;
  padding: 0 14px !important;
  font-size: 0.92rem !important;
  font-family: 'Sora', sans-serif;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    inset 0 -12px 18px rgba(5, 7, 14, 0.22);
}

.ssv2__search::placeholder {
  color: #9096ac !important;
  opacity: 1;
}

.ssv2__search:focus {
  outline: none;
  border-color: rgba(255, 13, 139, 0.62) !important;
  background: rgba(16, 19, 30, 1) !important;
  background-image: none !important;
  background-color: rgba(16, 19, 30, 1) !important;
  box-shadow:
    0 0 0 1px rgba(255, 45, 123, 0.3),
    0 0 0 4px rgba(255, 45, 123, 0.08),
    0 0 22px -8px rgba(255, 45, 123, 0.18);
}

.ssv2__meta-actions {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

/* ── Toolbar buttons ───────────────────────────────────────────── */

.ssv2__btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  white-space: nowrap;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.02);
  color: #a7adc0;
  border-radius: 999px;
  padding: 7px 12px !important;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 0.72rem !important;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 150ms ease;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    inset 0 -10px 14px rgba(7, 10, 18, 0.24);
}

.ssv2__btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(116deg, transparent 30%, rgba(255, 255, 255, 0.16) 49%, transparent 70%);
  transform: translateX(-140%);
  transition: transform 420ms ease;
  pointer-events: none;
}

.ssv2__btn:hover {
  color: #e9edff;
  border-color: rgba(255, 45, 123, 0.24);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -10px 16px rgba(8, 12, 24, 0.3),
    0 0 12px rgba(255, 45, 123, 0.08);
}

.ssv2__btn:hover::after {
  transform: translateX(140%);
}

.ssv2__btn-icon {
  display: inline-flex;
  width: 14px;
  height: 14px;
  color: currentColor;
  opacity: 0.8;
}

.ssv2__btn-icon svg {
  width: 14px;
  height: 14px;
  display: block;
}

.ssv2__btn--primary,
.ssv2__btn[aria-pressed='true'] {
  border-color: rgba(255, 45, 123, 0.42);
  background:
    linear-gradient(180deg, rgba(9, 11, 18, 0.94), rgba(7, 9, 15, 0.98)),
    rgba(255, 255, 255, 0.02);
  color: #fff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -10px 14px rgba(0, 0, 0, 0.42),
    0 0 16px rgba(255, 45, 123, 0.12);
}

.ssv2__btn--primary .ssv2__btn-icon,
.ssv2__btn[aria-pressed='true'] .ssv2__btn-icon {
  opacity: 1;
}

/* ── Filter dropdowns ──────────────────────────────────────────── */

.ssv2__filters {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(4, minmax(160px, 1fr));
  gap: 12px;
  margin: 0 auto 12px;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(15, 17, 26, 0.97), rgba(9, 11, 18, 0.985));
  background-color: rgba(11, 13, 20, 0.985);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    inset 0 -14px 22px rgba(5, 7, 14, 0.22);
}

.ssv2__filters::before {
  content: none;
}

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

.ssv2__field {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.ssv2__field span {
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(149, 156, 181, 0.84);
  font-weight: 700;
  font-family: 'Manrope', sans-serif;
}

.ssv2 select {
  width: 100%;
  color: #e9edff !important;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background-color: rgba(16, 19, 30, 0.96) !important;
  border-radius: 12px;
  height: 42px !important;
  min-height: 42px !important;
  line-height: 1.25 !important;
  padding: 0 13px !important;
  font-size: 0.88rem !important;
  font-family: 'Sora', sans-serif;
  -webkit-appearance: none;
  appearance: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%236b6f82' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 32px !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    inset 0 -10px 18px rgba(5, 7, 14, 0.18);
}

.ssv2 select:focus {
  outline: none;
  border-color: rgba(185, 93, 255, 0.5);
  box-shadow: 0 0 0 3px rgba(185, 93, 255, 0.1);
}

/* ── Genre chips ───────────────────────────────────────────────── */

.ssv2__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 2px auto 14px;
  padding: 8px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.ssv2__chip {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.036);
  color: rgba(229, 234, 246, 0.8);
  border-radius: 999px;
  padding: 5px 11px;
  font-size: 0.72rem;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  cursor: pointer;
  letter-spacing: 0.01em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.24);
  transition: color 150ms ease, border-color 150ms ease, background 150ms ease, box-shadow 150ms ease;
}

.ssv2__chip:hover {
  color: var(--ss-text);
  border-color: rgba(255, 13, 139, 0.3);
  background: rgba(255, 13, 139, 0.07);
  box-shadow: 0 6px 16px rgba(7, 9, 17, 0.16);
}

.ssv2__chip.is-active {
  border-color: rgba(255, 45, 123, 0.42);
  background: rgba(255, 45, 123, 0.17);
  color: #fff;
  box-shadow: 0 0 12px rgba(255, 45, 123, 0.1);
}

/* ── Stats bar ─────────────────────────────────────────────────── */

.ssv2__stats {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  margin: 0 auto 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 11px 2px 10px;
  color: rgba(173, 180, 201, 0.76);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  overflow: hidden;
}

/* Neon wave divider accent */
.ssv2__stats::after {
  content: '';
  position: absolute;
  inset: -40px -60px;
  background: url('./brand/stock/ss-neon-wave.webp') center center / 100% auto no-repeat;
  opacity: 0.07;
  pointer-events: none;
  filter: blur(2px);
  border-radius: 40px;
  -webkit-mask-image: radial-gradient(ellipse 100% 100% at 50% 50%, black 30%, transparent 72%);
  mask-image: radial-gradient(ellipse 100% 100% at 50% 50%, black 30%, transparent 72%);
}

.ssv2__stats strong {
  color: var(--ss-hot);
  font-weight: 800;
}

/* ── Card grid ─────────────────────────────────────────────────── */

.ssv2__results {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(265px, 1fr));
  gap: 20px;
  margin: 0 auto;
  padding: 0 2px 4px;
  perspective: 1200px;
}

.ssv2__results::before {
  content: '';
  position: absolute;
  inset: -54px -66px -78px;
  background-image:
    radial-gradient(120% 84% at 50% 0%, rgba(18, 21, 34, 0.24), rgba(5, 7, 13, 0.7) 58%, rgba(3, 4, 8, 0.92) 100%),
    url('./brand/stock/ss-atmo-hero.webp');
  background-position:
    center top,
    center top;
  background-size:
    auto,
    100% auto;
  background-repeat: no-repeat, no-repeat;
  background-blend-mode: normal, luminosity;
  border-radius: 48px;
  filter: blur(22px);
  opacity: 0.4;
  pointer-events: none;
  z-index: 0;
  -webkit-mask-image: radial-gradient(ellipse 90% 88% at 50% 45%, black 35%, transparent 68%);
  mask-image: radial-gradient(ellipse 90% 88% at 50% 45%, black 35%, transparent 68%);
}

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

.ssv2__results.is-list {
  grid-template-columns: 1fr;
}

/* ── Cards ─────────────────────────────────────────────────────── */

.ssv2__card {
  background:
    radial-gradient(120% 120% at 0% 0%, rgba(255, 62, 147, 0.06), transparent 44%),
    radial-gradient(100% 120% at 100% 0%, rgba(27, 197, 255, 0.04), transparent 48%),
    linear-gradient(180deg, rgba(11, 13, 20, 0.982) 0%, rgba(7, 9, 15, 0.97) 100%);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 252px;
  position: relative;
  overflow: hidden;
  transition: border-color 200ms ease, box-shadow 250ms ease, transform 250ms cubic-bezier(0.22, 0.61, 0.36, 1);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.045),
    inset 0 -22px 32px rgba(4, 6, 14, 0.34),
    0 18px 42px rgba(0, 0, 0, 0.3);
}

/* Gradient border glow (invisible at rest, reveals on hover) */
.ssv2__card::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: 14px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 13, 139, 0), transparent 50%, rgba(185, 93, 255, 0));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  transition: background 250ms ease;
  z-index: 2;
}

/* Subtle top-edge shine */
.ssv2__card::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(75% 55% at 10% 0%, rgba(255, 255, 255, 0.032), transparent 72%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.012), transparent 34%);
  pointer-events: none;
  z-index: 2;
}

.ssv2__card:hover {
  border-color: rgba(255, 45, 123, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -18px 28px rgba(4, 6, 14, 0.32),
    0 22px 48px rgba(0, 0, 0, 0.38),
    0 0 28px rgba(255, 45, 123, 0.12),
    0 0 60px rgba(255, 13, 139, 0.05);
  transform: translateY(-3px) scale(1.008);
}

.ssv2__card:hover::before {
  background: linear-gradient(135deg, rgba(255, 13, 139, 0.35), transparent 55%, rgba(185, 93, 255, 0.25));
}

.ssv2__card:hover .ssv2__title {
  text-shadow: 0 0 18px rgba(255, 54, 166, 0.3);
}

/* ── Card type accent colors ──────────────────────────────────── */
/* Titles stay brand pink (#ff36a6) across all types.
   Type accent only appears on the sub-label text, hover glow,
   and subtle top-edge shine — intentional, not random. */

/* Guitar Solo (default/pink) — sub-label gets pink tint */
.ssv2__card[data-tab-type="guitar-solo"] .ssv2__sub-label,
.ssv2__card[data-tab-type="guitar-solos"] .ssv2__sub-label,
.ssv2__card[data-tab-type="outro-guitar-solo"] .ssv2__sub-label {
  color: rgba(255, 90, 175, 0.7);
}

/* Rhythm Guitar — cyan accent on sub-label + hover */
.ssv2__card[data-tab-type="rhythm-guitar"] .ssv2__sub-label {
  color: rgba(0, 200, 255, 0.7);
}

.ssv2__card[data-tab-type="rhythm-guitar"]:hover {
  border-color: rgba(0, 213, 255, 0.15);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    inset 0 -18px 28px rgba(4, 6, 14, 0.32),
    0 18px 42px rgba(0, 0, 0, 0.32),
    0 0 22px rgba(0, 213, 255, 0.08);
}

.ssv2__card[data-tab-type="rhythm-guitar"]:hover::before {
  background: linear-gradient(135deg, rgba(0, 213, 255, 0.3), transparent 55%, rgba(185, 93, 255, 0.2));
}

/* Guitar Part — violet accent on sub-label + hover */
.ssv2__card[data-tab-type="guitar-part"] .ssv2__sub-label {
  color: rgba(185, 120, 255, 0.7);
}

.ssv2__card[data-tab-type="guitar-part"]:hover {
  border-color: rgba(185, 93, 255, 0.15);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    inset 0 -18px 28px rgba(4, 6, 14, 0.32),
    0 18px 42px rgba(0, 0, 0, 0.32),
    0 0 22px rgba(185, 93, 255, 0.08);
}

.ssv2__card[data-tab-type="guitar-part"]:hover::before {
  background: linear-gradient(135deg, rgba(185, 93, 255, 0.3), transparent 55%, rgba(255, 13, 139, 0.2));
}

/* ── Card content ──────────────────────────────────────────────── */

.ssv2__title {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #ff36a6;
  font-size: clamp(1.08rem, 1.2vw, 1.125rem);
  line-height: 1.24;
  font-weight: 600;
  letter-spacing: -0.01em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.5em;
  text-shadow: 0 0 24px rgba(255, 13, 139, 0.11);
}

.ssv2__meta {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #f3f5fc;
  font-size: 0.9rem;
  line-height: 1.32;
  min-height: 1.3em;
  font-weight: 500;
  margin-top: 2px;
}

.ssv2__sub {
  position: relative;
  z-index: 1;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.3rem;
  color: #8a8e9f;
  font-size: 0.8rem;
  line-height: 1.4;
  min-height: 2.5em;
  letter-spacing: 0.005em;
}

.ssv2__sub-label {
  color: #8f93a5;
  font-weight: 500;
}

.ssv2__sub-value {
  color: #eef2ff;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0;
}

/* ── Download buttons ──────────────────────────────────────────── */

.ssv2__card-actions {
  position: relative;
  z-index: 1;
  margin-top: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding-top: 8px;
}

.ssv2__download {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-align: center;
  text-decoration: none !important;
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: 0.72rem !important;
  line-height: 1 !important;
  min-height: 34px;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  padding: 6px 10px !important;
  cursor: pointer;
  color: #fbfdff;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  transition: box-shadow 200ms ease, transform 130ms ease, background-position 260ms ease, border-color 180ms ease;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    inset 0 -10px 14px rgba(0, 0, 0, 0.38);
  background:
    linear-gradient(180deg, rgba(9, 11, 18, 0.9), rgba(7, 9, 14, 0.96)),
    rgba(255, 255, 255, 0.01);
}

.ssv2__download::before {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: 15px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.005) 48%, transparent 68%);
  pointer-events: none;
  z-index: 1;
}

.ssv2__download span {
  display: block;
  line-height: 1;
  white-space: nowrap;
  position: relative;
  z-index: 2;
  text-shadow: none;
}

.ssv2__download-icon {
  position: relative;
  z-index: 2;
}

.ssv2__download--pdf {
  border-color: rgba(255, 45, 123, 0.32);
  color: #ffffff;
  background:
    linear-gradient(180deg, rgba(255, 45, 123, 0.06), rgba(255, 45, 123, 0.02) 40%, rgba(9, 11, 18, 0.92)),
    rgba(255, 45, 123, 0.02);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    inset 0 -10px 14px rgba(0, 0, 0, 0.4),
    0 0 16px rgba(255, 45, 123, 0.08);
}

.ssv2__download--pdf .ssv2__download-icon {
  color: #ff5aaf;
}

.ssv2__download--pdf:hover {
  border-color: rgba(255, 45, 123, 0.52);
  background:
    linear-gradient(180deg, rgba(255, 45, 123, 0.10), rgba(255, 45, 123, 0.04) 40%, rgba(13, 11, 18, 0.96)),
    rgba(255, 45, 123, 0.03);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -10px 14px rgba(0, 0, 0, 0.42),
    0 0 22px rgba(255, 45, 123, 0.16);
}

.ssv2__download--gp {
  border-color: rgba(48, 194, 255, 0.28);
  color: #f8fdff;
  background:
    linear-gradient(180deg, rgba(0, 194, 255, 0.06), rgba(0, 194, 255, 0.02) 40%, rgba(9, 11, 18, 0.92)),
    rgba(0, 194, 255, 0.02);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    inset 0 -10px 14px rgba(0, 0, 0, 0.42),
    0 0 16px rgba(0, 189, 255, 0.08);
}

.ssv2__download--gp .ssv2__download-icon {
  color: #30c8ff;
}

.ssv2__download--gp:hover {
  border-color: rgba(48, 194, 255, 0.48);
  background:
    linear-gradient(180deg, rgba(0, 194, 255, 0.10), rgba(0, 194, 255, 0.04) 40%, rgba(9, 12, 20, 0.96)),
    rgba(0, 194, 255, 0.03);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -10px 14px rgba(0, 0, 0, 0.44),
    0 0 22px rgba(0, 189, 255, 0.16);
}

/* Shine sweep on hover */
.ssv2__download::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 32%, rgba(255, 255, 255, 0.08) 50%, transparent 68%);
  transform: translateX(-140%);
  transition: transform 500ms ease;
  pointer-events: none;
}

.ssv2__download:hover::after {
  transform: translateX(140%);
}

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

.ssv2__download:active {
  transform: translateY(0);
}

.ssv2__download:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 3px rgba(255, 13, 139, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.18) inset,
    0 10px 24px rgba(0, 0, 0, 0.38);
}

@media (prefers-reduced-motion: no-preference) {
  .ssv2__pill--primary {
    animation: ssv2-gradient-drift 8s ease-in-out infinite alternate;
  }
}

.ssv2__download-icon {
  width: 12px;
  height: 12px;
  display: inline-flex;
}

.ssv2__download-icon svg {
  width: 12px;
  height: 12px;
  display: block;
  color: currentColor;
}

.ssv2__sentinel {
  display: flex;
  justify-content: center;
  margin: 12px 0 4px;
}

.ssv2__sentinel span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(10, 12, 18, 0.55);
  color: #8f96ab;
  font-family: 'Manrope', sans-serif;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* ── Empty state ───────────────────────────────────────────────── */

.ssv2__empty {
  text-align: center;
  border: 1px dashed rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 32px 20px;
  color: var(--ss-muted);
}

.ssv2__empty h3 {
  margin: 0 0 6px;
  font-size: 1.1rem;
}

.ssv2__empty p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--ss-dim);
}

/* ── Footer ────────────────────────────────────────────────────── */

.ssv2__footer {
  position: relative;
  text-align: center;
  margin-top: 40px;
  color: var(--ss-dim);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 28px 0 18px;
  font-size: 0.72rem;
  letter-spacing: 0.02em;
  overflow: hidden;
}

/* Neon stone texture backdrop */
.ssv2__footer::before {
  content: '';
  position: absolute;
  inset: -20px -40px;
  background:
    linear-gradient(180deg, transparent 0%, rgba(3, 4, 8, 0.6) 40%, rgba(3, 4, 8, 0.3) 100%),
    url('./brand/stock/ss-neon-stone.webp');
  background-size: auto, 100% auto;
  background-position: center, center center;
  background-repeat: no-repeat, no-repeat;
  opacity: 0.06;
  pointer-events: none;
  filter: blur(1px);
  border-radius: 32px;
  -webkit-mask-image: radial-gradient(ellipse 100% 100% at 50% 50%, black 20%, transparent 70%);
  mask-image: radial-gradient(ellipse 100% 100% at 50% 50%, black 20%, transparent 70%);
}

/* Neon glow line above footer text */
.ssv2__footer::after {
  content: '';
  position: absolute;
  top: -1px;
  left: 20%;
  right: 20%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 13, 139, 0.3) 30%, rgba(185, 93, 255, 0.2) 70%, transparent);
  filter: blur(0.5px);
}

/* ── Animations ────────────────────────────────────────────────── */

@keyframes ssv2-enter {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ssv2-gradient-drift {
  0% {
    background-position: 36% 50%;
  }
  100% {
    background-position: 64% 50%;
  }
}

/* ── Scroll-reveal card entrance ──────────────────────────────── */

@keyframes ssv2-card-reveal {
  from {
    opacity: 0;
    transform: translateY(28px) scale(0.97);
    filter: blur(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

.ssv2__card {
  opacity: 0;
}

.ssv2__card.ssv2--visible {
  animation: ssv2-card-reveal 0.52s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}

/* Static DNA hub cards should never disappear if JS reveal hooks miss */
.ssv2--dna-hub .ssv2__results--dna .ssv2__card {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .ssv2__card { opacity: 1; }
  .ssv2__card.ssv2--visible { animation: none; opacity: 1; }
}

/* ── Logo neon breath ────────────────────────────────────────── */

@keyframes ssv2-neon-breath {
  0%, 100% {
    filter: drop-shadow(0 0 24px rgba(255, 13, 139, 0.25)) drop-shadow(0 0 60px rgba(255, 13, 139, 0.08));
  }
  50% {
    filter: drop-shadow(0 0 32px rgba(255, 13, 139, 0.38)) drop-shadow(0 0 80px rgba(255, 13, 139, 0.14));
  }
}

@media (prefers-reduced-motion: no-preference) {
  .ssv2__logo {
    animation: ssv2-neon-breath 4s ease-in-out infinite;
  }
}

/* ── Search focus glow expansion ─────────────────────────────── */

.ssv2__search-wrap {
  position: relative;
}

.ssv2__search-wrap::after {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 18px;
  background: radial-gradient(ellipse at center, rgba(255, 13, 139, 0.15), transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: 0;
}

.ssv2__search:focus ~ .ssv2__search-wrap::after,
.ssv2__search-wrap:focus-within::after {
  opacity: 1;
}

/* ── Download button hover shimmer ───────────────────────────── */

@keyframes ssv2-shimmer {
  from { transform: translateX(-100%); }
  to { transform: translateX(200%); }
}

.ssv2__download::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 30%, rgba(255, 255, 255, 0.12) 45%, rgba(255, 255, 255, 0.04) 55%, transparent 70%);
  transform: translateX(-100%);
  transition: none;
  pointer-events: none;
}

.ssv2__download:hover::after {
  animation: ssv2-shimmer 0.6s ease-out;
}

/* ── Custom scrollbar ────────────────────────────────────────── */

.ssv2::-webkit-scrollbar,
.ssv2 *::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.ssv2::-webkit-scrollbar-track,
.ssv2 *::-webkit-scrollbar-track {
  background: rgba(4, 5, 11, 0.6);
}

.ssv2::-webkit-scrollbar-thumb,
.ssv2 *::-webkit-scrollbar-thumb {
  background: rgba(255, 13, 139, 0.25);
  border-radius: 3px;
}

.ssv2::-webkit-scrollbar-thumb:hover,
.ssv2 *::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 13, 139, 0.45);
}

/* Firefox scrollbar */
.ssv2,
.ssv2__chips,
.ssv2__actions {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 13, 139, 0.25) rgba(4, 5, 11, 0.6);
}

/* ── Footer neon line pulse ──────────────────────────────────── */

@keyframes ssv2-neon-line {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

@media (prefers-reduced-motion: no-preference) {
  .ssv2__footer::after {
    animation: ssv2-neon-line 3s ease-in-out infinite;
  }
}

/* ── 3D card tilt ────────────────────────────────────────────── */

.ssv2__card {
  transform-style: preserve-3d;
  will-change: transform;
}

/* ── Branded back-to-top button (overrides Astra) ────────────── */

#ast-scroll-top,
.ast-scroll-top-icon {
  background: rgba(10, 12, 19, 0.82) !important;
  -webkit-backdrop-filter: blur(12px) saturate(1.4) !important;
  backdrop-filter: blur(12px) saturate(1.4) !important;
  border: 1px solid rgba(255, 45, 123, 0.28) !important;
  border-radius: 12px !important;
  box-shadow:
    0 0 20px rgba(255, 13, 139, 0.12),
    0 8px 24px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
  color: #ff36a6 !important;
  fill: #ff36a6 !important;
  width: 40px !important;
  height: 40px !important;
  right: 20px !important;
  bottom: 24px !important;
  transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease !important;
}

#ast-scroll-top:hover,
.ast-scroll-top-icon:hover {
  border-color: rgba(255, 45, 123, 0.52) !important;
  box-shadow:
    0 0 28px rgba(255, 13, 139, 0.22),
    0 8px 24px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
  transform: translateY(-2px) !important;
  color: #ff5aaf !important;
  fill: #ff5aaf !important;
}

#ast-scroll-top svg,
.ast-scroll-top-icon svg {
  fill: currentColor !important;
  color: inherit !important;
}

/* ── Hero parallax layer ─────────────────────────────────────── */

@media (prefers-reduced-motion: no-preference) {
  .ssv2::before {
    will-change: transform;
    transition: transform 0s linear;
  }
}

/* ── Interactive cursor spotlight ────────────────────────────── */

.ssv2__spotlight {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
  mix-blend-mode: screen;
}

.ssv2:hover .ssv2__spotlight,
.ssv2__spotlight.ssv2--spotlight-active {
  opacity: 1;
}

/* ── Tagline character reveal ────────────────────────────────── */

.ssv2__tagline {
  overflow: hidden;
}

.ssv2__tagline .ssv2__char {
  display: inline-block;
  opacity: 0;
  transform: translateY(8px);
  animation: ssv2-char-in 0.35s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

@keyframes ssv2-char-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ssv2__tagline .ssv2__char {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

/* ── Ambient floating particles ──────────────────────────────── */

.ssv2__particles {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.ssv2__particle {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  animation: ssv2-particle-rise linear infinite;
}

@keyframes ssv2-particle-rise {
  0% {
    opacity: 0;
    transform: translateY(0) scale(0.4);
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 0.6;
  }
  100% {
    opacity: 0;
    transform: translateY(-800px) scale(0.8);
  }
}

/* Particle size and color variants */
.ssv2__particle--pink {
  width: 2px;
  height: 2px;
  background: rgba(255, 13, 139, 0.6);
  box-shadow: 0 0 6px rgba(255, 13, 139, 0.4);
}

.ssv2__particle--blue {
  width: 1.5px;
  height: 1.5px;
  background: rgba(48, 200, 255, 0.5);
  box-shadow: 0 0 5px rgba(48, 200, 255, 0.3);
}

.ssv2__particle--white {
  width: 1px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 3px rgba(255, 255, 255, 0.2);
}

@media (prefers-reduced-motion: reduce) {
  .ssv2__particles { display: none; }
}

/* ── Tab Drop Banner ──────────────────────────────────────────── */

.ssv2__tabdrop {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 52px 24px;
  margin: 0 auto 32px;
  width: min(100%, 1320px);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(26, 18, 48, 0.55) 0%, rgba(17, 12, 29, 0.65) 100%);
  border: 1px solid rgba(255, 54, 166, 0.14);
  box-shadow:
    0 0 60px rgba(255, 13, 139, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  -webkit-backdrop-filter: blur(14px) saturate(1.3);
  backdrop-filter: blur(14px) saturate(1.3);
}

.ssv2__tabdrop--page {
  margin-bottom: 0;
  border-radius: 16px;
}

.ssv2__tabdrop-inner {
  max-width: 360px;
  margin: 0 auto;
}

.ssv2__tabdrop-kicker {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 54, 166, 0.75);
  margin: 0 0 10px;
}

.ssv2__tabdrop-headline {
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 800;
  color: #fff !important;
  margin: 0 0 10px;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.ssv2__tabdrop-sub {
  font-size: 0.9rem;
  color: rgba(200, 200, 230, 0.68);
  margin: 0 0 22px;
  line-height: 1.62;
}

.ssv2__tabdrop-form {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 10px !important;
  width: 100% !important;
  max-width: 320px !important;
  margin: 0 auto 12px !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

.ssv2__tabdrop-input {
  width: 100% !important;
  height: 44px !important;
  min-height: 44px !important;
  padding: 0 16px !important;
  font-size: 15px !important;
  font-family: inherit !important;
  background: #fff !important;
  color: #111 !important;
  border: 1.5px solid rgba(200, 200, 220, 0.35) !important;
  border-radius: 8px !important;
  outline: none !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  -webkit-appearance: none;
}

.ssv2__tabdrop-input:focus {
  border-color: rgba(255, 54, 166, 0.55) !important;
  box-shadow: 0 0 0 3px rgba(255, 54, 166, 0.12) !important;
}

.ssv2__tabdrop-btn {
  width: 100% !important;
  height: 44px !important;
  padding: 0 20px !important;
  font-size: 15px !important;
  font-family: inherit !important;
  font-weight: 600 !important;
  color: #fff !important;
  background: linear-gradient(135deg, #ec4899, #d946ef) !important;
  border: none !important;
  border-radius: 8px !important;
  cursor: pointer !important;
  box-shadow: 0 4px 20px rgba(236, 72, 153, 0.38) !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease !important;
  box-sizing: border-box !important;
}

.ssv2__tabdrop-btn:hover:not(:disabled) {
  transform: translateY(-2px) !important;
  box-shadow: 0 7px 28px rgba(236, 72, 153, 0.52) !important;
}

.ssv2__tabdrop-btn:disabled {
  opacity: 0.72 !important;
  cursor: default !important;
}

.ssv2__tabdrop-micro {
  font-size: 0.74rem;
  color: rgba(170, 170, 200, 0.5);
  margin: 0;
  letter-spacing: 0.03em;
  transition: color 0.25s ease;
  min-height: 1.2em;
}

.ssv2__tabdrop-status--success {
  color: rgba(100, 220, 150, 0.88) !important;
  font-size: 0.88rem !important;
  font-weight: 500 !important;
}

.ssv2__tabdrop-status--error {
  color: rgba(255, 110, 110, 0.88) !important;
}

/* Subscribe page standalone */
.ssv2__subscribe-body {
  max-width: 540px;
  margin: 0 auto 36px;
  text-align: center;
  color: rgba(195, 195, 228, 0.75);
  font-size: 0.95rem;
  line-height: 1.74;
}

.ssv2__subscribe-body p {
  margin: 0 0 14px;
}

.ssv2__subscribe-body p:last-child {
  margin: 0;
}

.ssv2__subscribe-back {
  display: inline-block;
  font-size: 0.8rem;
  color: rgba(255, 54, 166, 0.65);
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: color 0.2s ease;
}

.ssv2__subscribe-back:hover {
  color: #ff36a6;
}

/* ================================================================
   RESPONSIVE — Tablet (<980px)
   ================================================================ */

@media (max-width: 980px) {
  .ssv2 {
    padding: 0 10px 18px;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }

  .ssv2::before {
    inset: 0;
    /* Tablet: photo is shorter, feather sooner */
    -webkit-mask-image: linear-gradient(to bottom, black 0px, black 380px, transparent 620px);
    mask-image: linear-gradient(to bottom, black 0px, black 380px, transparent 620px);
  }

  .ssv2__hero {
    padding: 38px 0 18px;
    margin-bottom: 12px;
  }

  .ssv2__hero::before {
    inset: -18px -24px -2px;
    opacity: 0.1;
    -webkit-mask-image: radial-gradient(ellipse 85% 90% at 50% 40%, black 28%, transparent 68%);
    mask-image: radial-gradient(ellipse 85% 90% at 50% 40%, black 28%, transparent 68%);
  }

  .ssv2__hero::after {
    left: 8%;
    right: 8%;
    height: 96px;
  }

  .ssv2__logo {
    width: min(100%, 350px);
    margin-bottom: 8px;
  }

  .ssv2__tagline {
    font-size: 0.78rem;
    margin-bottom: 14px;
    letter-spacing: 0.06em;
  }

  .ssv2__actions {
    gap: 7px;
    max-width: 100%;
  }

  .ssv2__pill {
    padding: 7px 12px;
    font-size: 0.7rem;
  }

  .ssv2__tabdrop {
    padding: 36px 16px;
    margin-bottom: 22px;
  }

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

  .ssv2__feature-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-width: 0;
  }

  .ssv2__dna-sub {
    font-size: 0.94rem;
    line-height: 1.68;
  }

  .ssv2__dna-setup {
    font-size: 0.9rem;
  }

  .ssv2__toolbar {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 10px;
    margin-bottom: 10px;
  }

  .ssv2__toolbar.ssv2--stuck {
    border-radius: 0 0 12px 12px;
  }

  .ssv2__meta-actions {
    justify-content: flex-start;
    gap: 6px;
  }

  .ssv2__search {
    height: 40px !important;
    min-height: 40px !important;
    font-size: 0.88rem !important;
    padding: 0 12px !important;
  }

  .ssv2__filters {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 8px;
    padding: 10px;
  }

  .ssv2 select {
    height: 38px !important;
    min-height: 38px !important;
    font-size: 0.84rem !important;
  }

  .ssv2__chips {
    margin-bottom: 8px;
    padding: 4px 0;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .ssv2__chips::-webkit-scrollbar {
    display: none;
  }

  .ssv2__chip {
    flex: 0 0 auto;
    padding: 4px 10px;
    font-size: 0.70rem;
  }

  .ssv2__stats {
    font-size: 0.72rem;
    margin-bottom: 12px;
    padding: 8px 0;
  }

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

  .ssv2__results::before {
    inset: -26px -24px -34px;
    border-radius: 24px;
    filter: blur(18px);
  }

  .ssv2__card {
    min-height: auto !important;
    padding: 16px;
    gap: 5px;
  }

  .ssv2__title {
    font-size: clamp(0.98rem, 4.3vw, 1.1rem);
    min-height: 0;
    -webkit-line-clamp: 2;
  }

  .ssv2__meta {
    font-size: 0.83rem;
    min-height: 0;
  }

  .ssv2__sub {
    font-size: 0.77rem;
    min-height: 0;
    line-height: 1.3;
  }

  .ssv2__card-actions {
    margin-top: 4px;
    gap: 6px;
  }

  .ssv2__download {
    min-height: 34px;
    font-size: 0.7rem !important;
    padding: 6px 8px !important;
    gap: 5px;
  }

  .ssv2__download-icon,
  .ssv2__download-icon svg {
    width: 12px;
    height: 12px;
  }
}

/* ================================================================
   RESPONSIVE — Mobile (<640px)
   ================================================================ */

@media (max-width: 640px) {
  .ssv2 {
    padding: 0 8px 16px;
  }

  .ssv2__tabdrop {
    padding: 28px 14px;
    margin-bottom: 16px;
    border-radius: 14px;
  }

  .ssv2__tabdrop-input {
    font-size: 16px !important; /* prevent iOS auto-zoom */
  }

  .ssv2__tabdrop-btn {
    font-size: 16px !important;
  }

  .ssv2::before {
    inset: 0;
    background-position:
      center top,
      center top,
      center top,
      center top,
      center top;
    background-size:
      auto,
      auto,
      auto,
      auto,
      140% auto;
    /* Mobile: photo shorter at 140% zoom, feather earlier */
    -webkit-mask-image: linear-gradient(to bottom, black 0px, black 280px, transparent 460px);
    mask-image: linear-gradient(to bottom, black 0px, black 280px, transparent 460px);
  }

  .ssv2__hero {
    padding: 24px 0 10px;
    margin-bottom: 8px;
  }

  .ssv2__hero::before {
    inset: -8px -10px 4px;
    opacity: 0.10;
    background-size: auto, 640px auto;
    -webkit-mask-image: radial-gradient(ellipse 90% 90% at 50% 40%, black 25%, transparent 65%);
    mask-image: radial-gradient(ellipse 90% 90% at 50% 40%, black 25%, transparent 65%);
  }

  .ssv2__hero::after {
    left: 2%;
    right: 2%;
    bottom: -2px;
    height: 70px;
    opacity: 0.5;
  }

  .ssv2__logo {
    width: min(100%, 270px);
    margin-bottom: 6px;
  }

  .ssv2__tagline {
    font-size: 0.68rem;
    margin-bottom: 10px;
  }

  .ssv2__feature {
    padding: 18px 18px 16px;
    gap: 14px;
  }

  .ssv2__feature-title {
    font-size: clamp(1.2rem, 6vw, 1.5rem);
  }

  .ssv2__feature-body,
  .ssv2__feature-item span,
  .ssv2__dna-note p {
    font-size: 0.84rem;
  }

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

  .ssv2__dna-heading {
    font-size: clamp(1.9rem, 10vw, 2.7rem);
  }

  .ssv2__dna-sub {
    font-size: 0.9rem;
    line-height: 1.62;
  }

  .ssv2__dna-setup,
  .ssv2__dna-quickline {
    font-size: 0.82rem;
  }

  .ssv2__actions {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 2px 4px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .ssv2__actions::-webkit-scrollbar {
    display: none;
  }

  .ssv2__pill {
    flex: 0 0 auto;
    font-size: 0.62rem;
    padding: 6px 9px;
  }

  .ssv2__meta-actions {
    display: grid;
    grid-template-columns: 1fr 40px 40px;
    width: 100%;
  }

  .ssv2__meta-actions [data-ssv2-view] {
    width: 40px;
    justify-content: center;
    padding: 6px !important;
  }

  .ssv2__meta-actions [data-ssv2-view] .ssv2__btn-text {
    display: none;
  }

  .ssv2__meta-actions [data-ssv2-view] .ssv2__btn-icon,
  .ssv2__meta-actions [data-ssv2-view] .ssv2__btn-icon svg {
    width: 16px;
    height: 16px;
  }

  .ssv2__meta-actions [data-ssv2-action='copy-link'] {
    justify-content: center;
  }

  .ssv2__filters {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 7px;
  }

  .ssv2__chips {
    padding: 4px 0 6px;
  }

  .ssv2__card {
    padding: 14px;
    gap: 4px;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(11, 13, 20, 0.985) 0%, rgba(7, 9, 15, 0.972) 100%);
  }

  .ssv2__card::before {
    border-radius: 12px;
  }

  .ssv2__title {
    font-size: clamp(0.95rem, 4.4vw, 1.05rem);
    line-height: 1.22;
  }

  .ssv2__meta {
    font-size: 0.8rem;
  }

  .ssv2__sub {
    font-size: 0.74rem;
    line-height: 1.26;
  }

  .ssv2__sub-value {
    font-size: 0.82rem;
  }

  .ssv2__card-actions {
    margin-top: 2px;
  }

  .ssv2__download {
    min-height: 32px;
    font-size: 0.68rem !important;
    padding: 5px 6px !important;
  }

  .ssv2__dna-stats,
  .ssv2__dna-songs {
    gap: 6px;
  }
}
