
:root{
  --bg:#070b14; --ink:#eef3ff; --muted:#a9b8d8;
  --card:rgba(255,255,255,.06); --border:rgba(255,255,255,.10);
  --brand1:#6aa8ff; --brand2:#9a6bff; --accent:#00d4ff;
  --glow: 0 20px 80px rgba(60,120,255,.25);
}
*{box-sizing:border-box}
body{
  margin:0; color:var(--ink);
  background:
    radial-gradient(1200px 700px at -10% -10%, rgba(106,168,255,.18), transparent),
    radial-gradient(900px 600px at 110% 0%, rgba(154,107,255,.15), transparent),
    var(--bg);
  font:16px/1.6 'Manrope', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
a{color:#cfe0ff;text-decoration:none} a:hover{text-decoration:underline}
.container{max-width:1180px;margin:0 auto;padding:1.2rem}
.hero{
  position:sticky; top:0; z-index:40; backdrop-filter: blur(10px);
  background:linear-gradient(145deg, rgba(106,168,255,.15), rgba(154,107,255,.15));
  border-bottom:1px solid var(--border);
}
.nav{display:flex; align-items:center; gap:1rem}
.brand{font-weight:800; letter-spacing:.2px; display:inline-flex; align-items:center; gap:.6rem}
.logo{width:30px;height:30px;border-radius:8px; box-shadow: 0 6px 20px rgba(0,0,0,.35)}
nav{display:flex; gap:.9rem; margin-left:auto}
nav a{padding:.6rem .6rem; border-radius:.6rem}
.btn{display:inline-block; background:linear-gradient(135deg, var(--brand1), var(--brand2));
  color:#fff; border:0; padding:.78rem 1.05rem; border-radius:1rem; box-shadow: var(--glow); transition:.2s transform}
.btn:hover{transform:translateY(-1px)}
.btn.ghost{background:transparent; border:1px solid var(--border); box-shadow:none}
.card{background:var(--card); border:1px solid var(--border); border-radius:1rem; box-shadow:0 18px 60px rgba(0,0,0,.28)}
.section{padding:1.25rem; margin:1rem 0}
.muted{color:var(--muted)}
.grid-3{display:grid; grid-template-columns:repeat(3,1fr); gap:1rem}
.grid-2{display:grid; grid-template-columns:repeat(2,1fr); gap:1rem}
.row{display:flex; gap:.6rem; flex-wrap:wrap}
.cover{width:100%; height:auto; border-radius:1rem}
.hero-cta{display:flex; align-items:center; justify-content:space-between; gap:1rem}
.hero-copy h1{
  font-size: clamp(32px, 4.2vw, 54px);
  line-height: 1.05;
  margin: .2rem 0 .6rem;
  background: linear-gradient(90deg, #fff, #b5c9ff);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.pill{display:inline-block; padding:.36rem .7rem; border-radius:999px; background:rgba(16,42,84,.55); color:#e3efff; font-size:.86rem}
.playbar{display:flex; align-items:center; gap:.6rem; padding:.6rem .8rem; border-radius:.9rem; background:rgba(255,255,255,.05); border:1px solid var(--border)}
.playbar .dot{width:10px;height:10px;border-radius:50%; background:var(--accent); box-shadow:0 0 0 6px rgba(0,212,255,.15)}
.footer-grid{display:grid; grid-template-columns:1.6fr 1fr 1fr; gap:1rem}
.center{text-align:center}
/* Cards hover */
.card:hover{transform:translateY(-1px); transition:.2s ease}
/* Reveal anim */
[data-reveal]{opacity:0; transform: translateY(18px); transition: .65s cubic-bezier(.2,.7,.3,1)}
[data-reveal].show{opacity:1; transform:none}
/* Mobile nav */
.hamb{display:none; margin-left:auto; padding:.5rem .7rem; border:1px solid var(--border); border-radius:.7rem; background:transparent; color:#fff}
@media (max-width:920px){
  .grid-3, .grid-2, .footer-grid{grid-template-columns:1fr}
  nav{display:none}
  .hamb{display:inline-block}
  .hero-cta{flex-direction:column; align-items:flex-start}
}
/* Mobile drawer */
#drawer{position:fixed; inset:0 0 0 auto; width:min(80vw, 360px); background:#0b1225; border-left:1px solid var(--border);
  transform: translateX(100%); transition:.28s ease; z-index:50; padding:1rem}
#drawer.show{transform: translateX(0)}
#drawer a{display:block; padding:.85rem 1rem; border-radius:.6rem}
#drawer .close{position:absolute; top:10px; right:10px; border:1px solid var(--border); background:transparent; color:#fff; border-radius:.6rem; padding:.45rem .6rem}
hr.sep{border:0; border-top:1px solid var(--border); margin:1rem 0}


.iconbtn{display:inline-flex;align-items:center;gap:.55rem;background:rgba(255,255,255,.06);
  border:1px solid var(--border); padding:.7rem .9rem; border-radius:.9rem; transition:.2s transform}
.iconbtn:hover{transform:translateY(-1px)}
.iconbtn svg{width:18px;height:18px;display:inline-block}

.features{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.feature{display:flex;gap:.75rem;align-items:flex-start;background:rgba(255,255,255,.05);border:1px solid var(--border);padding:1rem;border-radius:1rem}
.feature svg{width:22px;height:22px;flex:0 0 22px;margin-top:.2rem}
@media (max-width:980px){.features{grid-template-columns:1fr 1fr}}
@media (max-width:560px){.features{grid-template-columns:1fr}}


/* Landing billboard */
.billboard{
  position:relative; min-height:70vh; margin:1.2rem 0; border-radius:1rem;
  background: url('/assets/photos/hero-bg.jpg') center/cover no-repeat;
  overflow:hidden; border:1px solid var(--border);
  box-shadow:0 24px 80px rgba(0,0,0,.35);
}
.billboard::after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom, rgba(7,11,20,.2), rgba(7,11,20,.65))}
.billboard-inner{position:relative;z-index:2;padding:clamp(18px,4vw,42px)}
.billboard-inner h2{font-size:clamp(28px,6vw,64px);line-height:1.06;margin:.2rem 0 .4rem}
/* Marquee */
.marquee{overflow:hidden; border:1px solid var(--border); border-radius:1rem; margin:1.2rem 0; background:rgba(255,255,255,.04)}
.marquee .track{display:flex;gap:2rem;white-space:nowrap;animation:marq 28s linear infinite;padding:1rem 1.2rem;color:#cfe0ff;font-weight:700;letter-spacing:.08em}
@keyframes marq{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
/* Sticky split */
.split{display:grid; grid-template-columns:1.2fr 1fr; gap:1rem; margin:1.2rem 0}
.split.sticky{position:relative}
.split-media{
  border-radius:1rem; background:url('/assets/photos/hero-bg.jpg') center/cover no-repeat;
  min-height:380px; border:1px solid var(--border);
}
.split-copy{display:flex;flex-direction:column;justify-content:center}
/* Parallax */
[data-parallax]{will-change:transform; transform:translate3d(0,0,0)}


#latest-release .cover{box-shadow:0 24px 80px rgba(0,0,0,.35)}
#listen-platforms .iconbtn{font-weight:600}


/* Slow intro fade for top hero & platforms */
.hero, .hero + main .card.section:first-of-type, #listen-platforms {
  animation: fadeIntro 1.2s ease forwards;
  opacity: 0;
}
.hero { animation-delay: .08s; }
#listen-platforms { animation-delay: .25s; }
@keyframes fadeIntro { from { opacity: 0; transform: translateY(8px);} to { opacity: 1; transform:none;} }


/* Compact latest release bulletin under title */
.bulletin{
  display:flex; align-items:center; gap:.8rem; margin:.8rem 0 0;
  background: rgba(255,255,255,.06); border:1px solid var(--border);
  border-radius: .9rem; padding:.6rem .8rem;
  animation: fadeIntro 1s ease .12s forwards; opacity:0;
}
.bulletin .thumb{width:56px;height:56px;border-radius:.8rem;flex:0 0 56px;box-shadow:0 10px 30px rgba(0,0,0,.35)}
.bulletin .line1{margin-bottom:.4rem}


/* Creative landing layout */
.sitebar{position:sticky;top:0;z-index:40;backdrop-filter: blur(10px);background:linear-gradient(145deg, rgba(106,168,255,.15), rgba(154,107,255,.15));border-bottom:1px solid var(--border)}
.hero-full{position:relative;min-height:88vh;background:url('/assets/photos/hero-bg.jpg') center/cover no-repeat;display:flex;align-items:flex-end}
.hero-full .scrim{position:absolute;inset:0;background:linear-gradient(to bottom, rgba(7,11,20,.2), rgba(7,11,20,.75))}
/* Home hero uses the blue Word Around Town cover as the full landing background */
.hero-full.home-hero{
  min-height: 100vh;
  background: url('/assets/photos/homepage-bg.jpg') center/cover no-repeat;
}
.hero-full.home-hero .scrim{
  background:
    radial-gradient(120% 120% at 30% 0%, rgba(106,168,255,.30), transparent 55%),
    linear-gradient(to bottom, rgba(7,11,20,.10), rgba(7,11,20,.78));
}

.display{font-family:'Syne', system-ui, sans-serif;font-size: clamp(40px, 9vw, 120px);line-height:.9;margin:0;background: linear-gradient(90deg,#fff,#c7d6ff);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero-inner{position:relative;z-index:2;padding: min(8vh, 80px) 1.25rem}
.tagline{color:#d7e2ff;opacity:.85;margin:.5rem 0 1rem}
.bulletin.slim{display:flex;align-items:center;gap:.7rem;background:rgba(255,255,255,.07);border:1px solid var(--border);border-radius:.9rem;padding:.5rem .7rem;max-width:640px}
.bulletin .dot{width:10px;height:10px;border-radius:50%;background:#00d4ff;box-shadow:0 0 0 6px rgba(0,212,255,.16)}
.platforms{margin-top:.9rem}
.mosaic{display:grid;grid-template-columns:repeat(6,1fr);gap:.6rem}
.mosaic-item{overflow:hidden;border-radius:14px;border:1px solid var(--border);transform:translateZ(0)}
.mosaic-item img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.mosaic-item:hover img{transform:scale(1.06)}
.tilt{transform-style:preserve-3d; transition: transform .18s ease; will-change: transform}
/* softer shadows for cards */
.card{box-shadow:0 20px 70px rgba(0,0,0,.32)}
/* fade-in hero & platforms */
.hero-full{animation: fadeIntro 1.2s ease .05s forwards; opacity:0}
.platforms{animation: fadeIntro 1s ease .22s forwards; opacity:0}
@keyframes fadeIntro{from{opacity:0; transform: translateY(8px)} to{opacity:1; transform:none}}
@media (max-width:980px){.mosaic{grid-template-columns:repeat(3,1fr)}}


/* Glass header and split nav */
.sitebar.glass{
  backdrop-filter: blur(14px);
  background: linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  border-bottom: 1px solid var(--border);
}
.header-split{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:.6rem}
.header-split .nav-left, .header-split .nav-right{display:flex;gap:.8rem;align-items:center}
.centerbrand{justify-self:center}
.brand-title{
  font-weight:900; letter-spacing:.5px;
  font-size: clamp(22px, 3vw, 34px);
  line-height:1;
  background: linear-gradient(90deg, #ffffff, #d8e3ff);
  -webkit-background-clip:text; background-clip:text; color:transparent;
  text-shadow: 0 10px 40px rgba(0,0,0,.35);
}

/* Glass buttons (bigger) */
.iconbtn.glass{
  display:inline-flex; align-items:center; gap:.65rem;
  padding: .95rem 1.15rem;
  border-radius: 1rem;
  border: 1px solid rgba(255,255,255,.22);
  background: linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,.06));
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 60px rgba(0,0,0,.28);
  font-weight:700;
  transform: translateZ(0);
}
.iconbtn.glass svg{width:22px;height:22px}
.platforms.xl{gap:.75rem; flex-wrap:wrap}

/* Small glass button for Contact in header */
.btn.small{padding:.55rem .85rem; border-radius:.7rem}

/* Bio block spacing */
.bio p{color:var(--ink); opacity:.88; font-size:1.05rem}


/* Normal header (brand left, nav right) with subtle glass */
.sitebar{position:sticky;top:0;z-index:40;backdrop-filter: blur(10px);
  background:linear-gradient(145deg, rgba(106,168,255,.10), rgba(154,107,255,.10));
  border-bottom:1px solid var(--border);
}
.nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:.6rem}
.brand{display:inline-flex;align-items:center;gap:.6rem;font-weight:800;letter-spacing:.2px}
.logo{width:28px;height:28px;border-radius:8px;box-shadow:0 4px 14px rgba(0,0,0,.25)}
nav a{margin:0 .5rem}

/* Make platform buttons the star */
.platforms{margin-top:1rem;display:flex;flex-wrap:wrap;gap:.8rem}
.iconbtn{display:inline-flex;align-items:center;gap:.7rem;font-weight:800;
  padding:1rem 1.2rem;border-radius:1rem;border:1px solid rgba(255,255,255,.22);
  background:linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,.06));
  box-shadow:0 20px 70px rgba(0,0,0,.32);
  backdrop-filter: blur(10px);
  transform: translateZ(0);
}
.iconbtn svg{width:22px;height:22px}
.iconbtn:hover{transform:translateY(-2px)}
.btn{display:inline-block;background:linear-gradient(135deg, var(--brand1), var(--brand2));color:white;border:0;border-radius:14px;padding:.78rem 1.05rem;box-shadow:0 12px 44px rgba(0,0,0,.28)}
.btn.pill{border-radius:999px}

/* Latest release badge on the side (right of hero title) */
.hero-full .hero-inner{position:relative}
.latest-float{
  position:absolute; right:0; top:0; transform: translateY(-20%);
  display:flex; align-items:center; gap:.6rem;
  background:rgba(255,255,255,.08); border:1px solid var(--border);
  padding:.5rem .7rem; border-radius:999px;
  backdrop-filter: blur(8px);
}
.latest-float .dot{width:10px;height:10px;border-radius:50%;background:#00d4ff;box-shadow:0 0 0 6px rgba(0,212,255,.16)}

@media (max-width:980px){
  .latest-float{position:static; transform:none; margin-top:.6rem}
}


/* Centered hero with title and buttons */
.hero-full.hero-centered{
  display:flex; align-items:center; justify-content:center; min-height:88vh;
}
.hero-full.hero-centered .hero-inner{ text-align:center; max-width:920px; margin:0 auto; }
.hero-full.hero-centered .tagline{ display:block; } /* focus on buttons per request */
.platforms{ justify-content:center; }

/* Center About block and widen line-length a touch */
.bio{ max-width:860px; margin: 2rem auto; text-align:center; }
.bio h2{ margin-bottom:.4rem }
.bio p{ font-size:1.08rem; line-height:1.75 }


.latest-inline{
  display:inline-flex; align-items:center; gap:.65rem;
  background: rgba(255,255,255,.10);
  border:1px solid var(--border);
  padding:.55rem .8rem; border-radius:999px;
  margin:.7rem auto 0; 
}
.hero-full.hero-centered .latest-inline{ justify-content:center }
.latest-inline .dot{width:10px;height:10px;border-radius:50%;background:#00d4ff;box-shadow:0 0 0 6px rgba(0,212,255,.16)}
.hero-full.hero-centered .platforms{ margin-top:.9rem }


/* Huge centered title and bottom-aligned buttons */
.hero-full.hero-centered{ display:flex; align-items:center; justify-content:center; min-height:92vh; }
.hero-full.hero-centered .hero-inner{ position:relative; text-align:center; max-width:1100px; margin:0 auto; }
.hero-full.hero-centered .display{ font-size: clamp(56px, 12vw, 160px); letter-spacing:.5px; }
.hero-full.hero-centered .tagline{ display:block; }
.hero-full.hero-centered .platforms{ position:absolute; bottom:clamp(18px, 4vh, 36px); left:50%; transform:translateX(-50%); margin-top:0; justify-content:center; }


/* Hard reset for hero layout */
.hero-full.hard-center{
  min-height: calc(100svh - var(--navH, 64px));
  display:flex; align-items:center; justify-content:center;
  position:relative;
}
.hero-full.hard-center .hero-inner{
  position:relative; text-align:center; width:100%;
}
.display.super{
  font-family:'Syne', system-ui, sans-serif;
  font-size: clamp(64px, 14vw, 180px);
  line-height:.88; margin:0;
  background: linear-gradient(90deg, #ffffff, #c7d6ff);
  -webkit-background-clip:text; background-clip:text; color:transparent;
  text-shadow: 0 10px 40px rgba(0,0,0,.35);
}
.hero-full.hard-center .platforms.rail{
  position:absolute;
  left: clamp(12px, 4vw, 56px);  /* slide left */
  transform:none;
  bottom: clamp(6px, 1.2vh, 16px); /* a bit lower than v16 */
  z-index:3;
  display:grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(5, 190px); /* equal widths so #3 (YouTube) is middle */
  justify-content: start; /* left-align the rail */
  gap:12px;
}
/* Slightly larger glass buttons */
.iconbtn{
  display:inline-flex; align-items:center; gap:.7rem; font-weight:800;
  padding:1.05rem 1.3rem; border-radius:1rem;
  border:1px solid rgba(255,255,255,.22);
  background:linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,.06));
  box-shadow:0 20px 70px rgba(0,0,0,.32);
  backdrop-filter: blur(10px);
}
.iconbtn svg{width:22px;height:22px}
.iconbtn:hover{transform:translateY(-2px)}
@media (max-width:980px){
  .display.super{font-size: clamp(52px, 18vw, 110px);}
}


/* Position buttons lower and align in one row on desktop */
.hero-full.hard-center .platforms.rail{ bottom: clamp(8px, 2vh, 18px); justify-content:center; gap:.8rem; }
.platforms.xl{ flex-wrap: nowrap; }
@media (max-width: 640px){
  .hero-full.hard-center .platforms.rail{
    grid-template-columns: repeat(2, 150px);
    left: clamp(8px, 4vw, 28px);
  }
}
}


/* Put buttons much lower, and make the middle (YouTube) sit on the X center */
.hero-full.hard-center .platforms.rail{
  bottom: clamp(80px, 18vh, 240px); /* push further down */
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(5, max-content);
  justify-content: center; /* center grid so the 3rd item is dead center */
  gap: .9rem;
}
@media (max-width: 768px){
  .hero-full.hard-center .platforms.rail{
    bottom: clamp(28px, 8vh, 100px);
    grid-auto-flow: row;
    grid-template-columns: repeat(2, minmax(0, max-content));
    justify-content: center;
  }
}


/* Equal-width buttons; center row; set very low bottom offset */
.hero-full.hard-center .platforms.rail{
  position:absolute; left:50%; transform:translateX(-50%);
  bottom: max(2vh, 14px); /* near bottom so it never touches the title */
  z-index: 3; width: max-content;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(5, 190px); /* equal columns ensures the 3rd (YouTube) sits dead center */
  justify-content: center; gap: 12px;
  pointer-events: auto;
}
.iconbtn{ min-width: 190px; justify-content:center; }
@media (max-width: 960px){
  .hero-full.hard-center .platforms.rail{
    grid-template-columns: repeat(3, 160px);
    left: clamp(10px, 4vw, 40px);
    bottom: clamp(10px, 2.5vh, 24px);
  }
}
}
@media (max-width: 640px){
  .hero-full.hard-center .platforms.rail{
    grid-template-columns: repeat(2, 150px);
  }
}


/* ---- HERO BUTTON ROW RESET (v18) ---- */
.hero-full.hard-center .platforms{
  position: static;            /* remove absolute positioning */
  left: auto; transform:none; bottom: auto;
  margin: clamp(24px, 5vh, 56px) auto 0;  /* space under the big title */
  display:flex;
  align-items:center;
  justify-content:center;      /* center whole row */
  gap: 14px;
  flex-wrap: nowrap;
  max-width: 100%;
}
/* Equal button widths for perfect visual centering (YouTube stays 3rd/middle) */
.hero-full.hard-center .platforms .iconbtn{
  width: 190px;                /* equal width */
  min-width: 190px;
  justify-content:center;
}
@media (max-width: 980px){
  .hero-full.hard-center .platforms{
    flex-wrap: wrap;
    row-gap: 12px;
  }
  .hero-full.hard-center .platforms .iconbtn{
    width: 46%;
    min-width: 160px;
  }
}
@media (max-width: 560px){
  .hero-full.hard-center .platforms .iconbtn{
    width: 100%;
    min-width: 0;
  }
}


/* neutralize old rail rules */
.hero-full.hard-center .platforms.rail{ position: static; left:auto; bottom:auto; transform:none; display:flex; justify-content:center; gap:14px; }


/* --- Glassy header with bold nav (v20) --- */
.sitebar{
  position:sticky; top:0; z-index:40;
  backdrop-filter: blur(14px);
  background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
  border-bottom:1px solid rgba(255,255,255,.18);
}
.sitebar .nav a{
  font-weight: 800;
}
.sitebar .brand{
  font-weight: 900;
}
.sitebar .btn{
  font-weight: 800;
}
/* Subtle hover emphasis */
.sitebar nav a:hover{
  text-decoration:none;
  filter: brightness(1.15);
}


/* Tagline under title */
.hero-full .tagline{
  color:#d7e2ff; opacity:.9; margin:.6rem auto 0; font-weight:700; letter-spacing:.02em;
}

/* Play glyph inside hero buttons */
.iconbtn .play{
  margin-left:.35rem; font-weight:900; line-height:1; transform: translateY(1px);
  opacity:.9;
}
.iconbtn:hover .play{ transform: translate(2px,1px); }


/* Equal hero button sizes */
.hero-full .platforms{display:flex;justify-content:center;gap:14px;flex-wrap:nowrap}
.hero-full .platforms .iconbtn{width:190px;min-width:190px;justify-content:center}
@media (max-width:980px){
  .hero-full .platforms{flex-wrap:wrap;row-gap:12px}
  .hero-full .platforms .iconbtn{width:46%;min-width:160px}
}
@media (max-width:560px){
  .hero-full .platforms .iconbtn{width:100%;min-width:0}
}


/* v24: force subtitle visible + equal button sizes */
.hero-full.hero-centered .tagline{ display:block !important; }
.hero-full .platforms{ display:flex; justify-content:center; gap:14px; flex-wrap:nowrap !important; }
.hero-full .platforms .iconbtn{ width:190px !important; min-width:190px !important; justify-content:center !important; }
@media (max-width:980px){
  .hero-full .platforms{ flex-wrap:wrap !important; row-gap:12px; }
  .hero-full .platforms .iconbtn{ width:46% !important; min-width:160px !important; }
}
@media (max-width:560px){
  .hero-full .platforms .iconbtn{ width:100% !important; min-width:0 !important; }
}


/* Featured Single block */
.single-feature .single-wrap{display:grid;grid-template-columns:160px 1fr;gap:1rem;align-items:center}
.single-feature .single-cover{width:160px;height:160px;object-fit:cover;border-radius:14px;box-shadow:0 18px 60px rgba(0,0,0,.28);border:1px solid var(--border)}
.single-feature .single-title{margin:.2rem 0 .4rem}
@media (max-width:640px){
  .single-feature .single-wrap{grid-template-columns:1fr;justify-items:center;text-align:center}
  .single-feature .single-cover{width:140px;height:140px}
}


/* Listen row + related links */
.listen-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin:.6rem 0 1rem}
.listen-row .listen-label{opacity:.8;margin-right:.25rem}
.btn.small{padding:.55rem .8rem;border-radius:.7rem;font-weight:800;border:1px solid var(--border)}
.song-related{margin:2rem 0 0;display:flex;flex-direction:column;gap:.5rem}
.song-related h3{margin:0 0 .4rem 0}
.song-related a{opacity:.95}


/* v7: Make FAQ match About card styling */
section.faq.bio{
  max-width: none;        /* use the container/card defaults */
  text-align: left;       /* match About text alignment */
  margin: var(--section-gap, 2rem) auto;
}
section.faq.bio details{
  display: block;         /* full width like normal content */
  width: 100%;
  margin: .5rem 0;
}
section.faq.bio summary{
  font-weight: 800;
}


/* v8: FAQ matches About width/spacing exactly */
section.faq.bio{
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: left !important;
}
section.faq.bio details{
  width: 100% !important;
  display: block !important;
  margin: .5rem 0 !important;
}


/* ===== Premium Artist Refresh v30 ===== */
body{
  font-family:'Manrope', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  letter-spacing:.01em;
}
h1,h2,h3,.display,.brand{font-family:'Syne', system-ui, sans-serif;}
/* tighten the neon: keep depth, reduce "template glow" */
:root{
  --card: rgba(255,255,255,.05);
  --border: rgba(255,255,255,.12);
  --glow: 0 18px 60px rgba(0,0,0,.55);
}
/* Header */
.sitebar{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(14px);
  background: rgba(7,11,20,.55);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.sitebar .nav{padding:14px 0;}
.sitebar .brand{gap:10px; font-weight:800; letter-spacing:.02em;}
.sitebar nav a{opacity:.9}
.sitebar nav a:hover{opacity:1; transform: translateY(-1px);}
.hamb{border-radius:14px}

/* Hero */
.hero-full{
  position:relative;
  min-height: min(78vh, 860px);
  display:grid;
  align-items:center;
  background:
    radial-gradient(900px 520px at 80% 20%, rgba(106,168,255,.18), transparent 60%),
    linear-gradient(180deg, rgba(7,11,20,.25), rgba(7,11,20,.92)),
    url('/assets/hero-bg.jpg');
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.hero-full .scrim{
  position:absolute; inset:0;
  background:
    radial-gradient(900px 520px at 20% 10%, rgba(154,107,255,.16), transparent 55%),
    linear-gradient(180deg, rgba(7,11,20,.15), rgba(7,11,20,.88));
  pointer-events:none;
}
.hero-inner{position:relative; text-align:center; padding: clamp(72px, 10vh, 120px) 0;}
.hero-kicker{
  margin:.75rem auto 0;
  max-width: 52ch;
  font-weight:800;
  color: rgba(238,243,255,.92);
  text-transform: none;
}
.hero-sub{
  margin:.4rem auto 0;
  color: rgba(169,184,216,.98);
  font-weight:700;
  letter-spacing:.08em;
  text-transform: uppercase;
  font-size:.95rem;
}

/* Platform buttons */
.platforms.xl{display:flex; gap:12px; justify-content:center; flex-wrap:wrap; margin-top: clamp(18px, 4vh, 42px);}
.iconbtn{
  min-width: 180px;
  padding: 14px 18px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  box-shadow: 0 14px 40px rgba(0,0,0,.35);
}
.iconbtn:hover{background: rgba(255,255,255,.10); transform: translateY(-2px);}

/* New: cover strip */
.cover-strip-section{padding: 28px 0 10px;}
.cover-strip-section .section-title{margin:0; font-size: clamp(1.3rem, 2.2vw, 1.8rem);}
.cover-strip-section .lead{margin:.45rem 0 1.1rem;}
.cover-strip{
  display:flex;
  gap: 14px;
  overflow-x:auto;
  padding: 6px 4px 18px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.cover-strip::-webkit-scrollbar{height:10px}
.cover-strip::-webkit-scrollbar-thumb{background: rgba(255,255,255,.18); border-radius:999px}
.cover-tile{
  flex: 0 0 auto;
  width: 152px;
  scroll-snap-align: start;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.05);
  overflow:hidden;
  text-decoration:none;
  color: var(--ink);
  box-shadow: 0 16px 44px rgba(0,0,0,.35);
  transform: translateZ(0);
}
.cover-tile img{
  width:100%;
  aspect-ratio:1/1;
  object-fit:cover;
  display:block;
}
.cover-label{
  padding:10px 12px 12px;
  font-weight:800;
  font-size:.92rem;
  line-height:1.1;
  color: rgba(238,243,255,.94);
}
.cover-tile:hover{transform: translateY(-3px); background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.16);}

/* Cards & sections */
.card, .section{
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.05);
}
.card:hover{border-color: rgba(255,255,255,.16)}

/* Mobile tweaks */
@media (max-width: 520px){
  .cover-tile{width: 132px}
  .iconbtn{min-width: 46vw}
}


/* Premium artist homepage upgrades */
.portrait-wrap{
  width: min(520px, 92vw);
  margin: 1.25rem auto 0;
  position: relative;
}
.portrait{
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 28px;
  background: url('/assets/photos/hero-bg.jpg') center 22% / cover no-repeat;
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 26px 90px rgba(0,0,0,.55), 0 10px 32px rgba(106,168,255,.14);
  overflow: hidden;
  position: relative;
  transform: translateZ(0);
  filter: contrast(1.06) saturate(1.08);
}
.portrait::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(120% 80% at 50% 0%, rgba(106,168,255,.22), transparent 55%),
    linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.46));
  pointer-events:none;
}
.portrait::before{
  content:"";
  position:absolute;
  inset:-2px;
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(106,168,255,.85), rgba(154,107,255,.55), rgba(255,255,255,.06));
  filter: blur(14px);
  opacity: .55;
  pointer-events:none;
  z-index:-1;
}
@media (min-width: 840px){
  .portrait-wrap{ width: min(640px, 68vw); }
  .portrait{ border-radius: 32px; }
}

\.cover-scroller{
  margin-top: 28px;
  padding: 0 1.25rem 2.2rem;
}
.cover-scroller .scroller-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 0 0 .7rem;
}
.cover-scroller h2{margin:0;font-size:clamp(18px,2.2vw,26px);letter-spacing:.02em}
.cover-scroller .muted{margin:0;max-width:58ch}
.cover-row{
  display:flex;
  gap: 14px;
  overflow-x:auto;
  padding: 10px 4px 18px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.cover-row::-webkit-scrollbar{height:10px}
.cover-row::-webkit-scrollbar-thumb{background:rgba(255,255,255,.14);border-radius:999px}
.cover-row::-webkit-scrollbar-track{background:rgba(255,255,255,.04);border-radius:999px}
.cover-item{
  flex: 0 0 auto;
  width: 142px;
  text-decoration:none;
  color: var(--ink);
  scroll-snap-align: start;
}
.cover-item img{
  width:100%;
  aspect-ratio: 1 / 1;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 18px 55px rgba(0,0,0,.38);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.cover-item span{
  display:block;
  margin-top: .55rem;
  font-size: .92rem;
  opacity: .92;
  color: #dbe6ff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cover-item:hover img{
  transform: translateY(-2px) scale(1.01);
  filter: brightness(1.03);
  box-shadow: 0 22px 70px rgba(0,0,0,.45);
}

@media (max-width: 420px){
  .cover-item{width: 128px}
}


/* Splash preload (1s) */
.splash{
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  background: radial-gradient(120% 120% at 30% 0%, rgba(106,168,255,.22), transparent 55%),
              linear-gradient(180deg, rgba(5,10,25,1), rgba(2,6,18,1));
  transition: opacity .45s ease, transform .45s ease;
}
.splash.hidden{
  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;
}
.splash-card{
  width: min(520px, 86vw);
  border-radius: 28px;
  padding: 18px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 26px 90px rgba(0,0,0,.55);
  backdrop-filter: blur(10px);
}
.splash-card img{
  width: 100%;
  height: auto;
  border-radius: 18px;
  display:block;
}
.splash-note{
  margin: 12px 6px 0;
  font-weight: 800;
  letter-spacing: .02em;
  color: rgba(215,226,255,.9);
  text-align:center;
  font-size: 14px;
}
body.is-loading{
  overflow: hidden;
}

/* Glass button system */
.btn, .iconbtn, button.btn, a.btn{
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.22);
  color: rgba(245,248,255,.98);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 14px 40px rgba(0,0,0,.35);
}
.btn:hover, .iconbtn:hover, button.btn:hover, a.btn:hover{
  background: rgba(255,255,255,.16);
  border-color: rgba(255,255,255,.32);
  transform: translateY(-1px);
}
.btn:active, .iconbtn:active, button.btn:active, a.btn:active{
  transform: translateY(0);
}

/* Blue header to match Word Around Town hero */
.sitebar{
  background: rgba(20, 84, 190, .35);
  border-bottom: 1px solid rgba(140, 195, 255, .22);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.sitebar .brand, .sitebar a{
  color: rgba(245,248,255,.98);
}
.sitebar a:hover{
  color: rgba(225,240,255,1);
}
.sitebar .btn{
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.26);
}

/* Premium male R&B headline typography */
.hero-full.home-hero .display.super{
  font-family: 'Syne', system-ui, sans-serif;
  font-weight: 900;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  font-size: clamp(52px, 9.8vw, 140px);
  line-height: .86;
  margin: 0;
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(205,225,255,.92) 55%, rgba(120,170,255,.78) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow:
    0 18px 60px rgba(0,0,0,.55),
    0 2px 0 rgba(0,0,0,.15);
}
.hero-full.home-hero .display.super::after{
  content: "";
  display: block;
  width: clamp(80px, 12vw, 170px);
  height: 4px;
  margin: 14px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(130,190,255,0), rgba(130,190,255,.85), rgba(130,190,255,0));
  opacity: .9;
}

/* Ensure the COREY DEAN headline always fits on screen */
.hero-full.home-hero .display.super{
  max-width: 12ch;
  margin-left: auto;
  margin-right: auto;
  padding-inline: 10px;
  text-wrap: balance;
  word-break: keep-all;
}
@media (max-width: 420px){
  .hero-full.home-hero .display.super{
    font-size: clamp(42px, 13vw, 86px);
    line-height: .90;
    letter-spacing: -0.03em;
  }
  .hero-full.home-hero .display.super::after{
    width: 110px;
    margin-top: 10px;
  }
}

/* R&B headline refresh: new font + smaller size */
.hero-full.home-hero .display.super{
  font-family: 'Bebas Neue', system-ui, sans-serif !important;
  text-transform: uppercase;
  letter-spacing: .02em;
  font-weight: 400; /* Bebas Neue is naturally bold/condensed */
  font-size: clamp(44px, 7.2vw, 104px);
  line-height: .92;
  max-width: 14ch;
}
@media (max-width: 420px){
  .hero-full.home-hero .display.super{
    font-size: clamp(40px, 12vw, 72px);
    line-height: .96;
  }
}

/* Modern readable body font */
body{
  font-family: 'Urbanist', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

/* Header sits on top of hero image with glass look */
.sitebar{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9998;
  background: rgba(8, 18, 40, .22);
  border-bottom: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.sitebar .nav{ padding-top: 14px; padding-bottom: 14px; }
.hero-full.home-hero{
  padding-top: 86px; /* make space for fixed header */
  background-position: center top;
}
@media (max-width: 560px){
  .hero-full.home-hero{ padding-top: 78px; }
  .sitebar .nav{ padding-top: 12px; padding-bottom: 12px; }
}


/* Scrim tuned for warm portrait background */
.hero-full.home-hero .scrim{
  background:
    radial-gradient(110% 120% at 25% 0%, rgba(255,210,160,.14), transparent 56%),
    linear-gradient(to bottom, rgba(0,0,0,.12), rgba(0,0,0,.72));
}



/* Slightly stronger header glass over portrait */
.sitebar{
  background: rgba(8, 12, 22, .38);
  border-bottom-color: rgba(255,255,255,.12);
}



/* Scrim tuned for rose/flame background */
.hero-full.home-hero .scrim{
  background:
    radial-gradient(110% 120% at 70% 10%, rgba(255,120,160,.16), transparent 58%),
    radial-gradient(120% 120% at 25% 80%, rgba(120,190,255,.10), transparent 60%),
    linear-gradient(to bottom, rgba(0,0,0,.18), rgba(0,0,0,.78));
}



.sitebar{
  background: rgba(10, 10, 16, .44);
  border-bottom-color: rgba(255,255,255,.12);
}


}


}


/* Desktop: center the red rose + flames under the header (reduce visible stem) */
@media (min-width: 900px){
  .hero-full.home-hero{ background-position: center 54%; }
}
@media (min-width: 1200px){
  .hero-full.home-hero{ background-position: center 50%; }
}
@media (min-width: 1500px){
  .hero-full.home-hero{ background-position: center 48%; }
}

/* Slightly darker scrim so headline + buttons pop on bright flames */
.hero-full.home-hero .scrim{
  background:
    radial-gradient(110% 120% at 70% 10%, rgba(255,120,160,.18), transparent 56%),
    radial-gradient(120% 120% at 25% 80%, rgba(120,190,255,.12), transparent 58%),
    linear-gradient(to bottom, rgba(0,0,0,.22), rgba(0,0,0,.84));
}

/* Bigger, more premium male R&B headline for Corey Dean */
.hero-full.home-hero .display.super{
  font-family: 'Bebas Neue', system-ui, sans-serif !important;
  font-size: clamp(54px, 8.6vw, 132px);
  line-height: .88;
  letter-spacing: .03em;
  text-transform: uppercase;
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(235,240,255,.92) 55%, rgba(170,205,255,.76) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 20px 70px rgba(0,0,0,.55);
  padding-inline: 10px;
}
.hero-full.home-hero .display.super::after{
  content: "";
  display: block;
  width: clamp(90px, 14vw, 190px);
  height: 4px;
  margin: 12px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(130,190,255,0), rgba(130,190,255,.92), rgba(255,140,175,.55), rgba(130,190,255,0));
  opacity: .95;
}
@media (max-width: 420px){
  .hero-full.home-hero .display.super{
    font-size: clamp(46px, 13vw, 88px);
    line-height: .92;
  }
}

/* Creative premium headline font */
.hero-full.home-hero .display.super{
  font-family: 'Cinzel Decorative', serif !important;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: clamp(50px, 7.8vw, 122px);
  line-height: .90;
}
@media (max-width: 420px){
  .hero-full.home-hero .display.super{
    font-size: clamp(44px, 12.5vw, 86px);
  }
}
/* Clean modern body font */
body{
  font-family: 'Sora', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

/* Luxe modern R&B headline: Bodoni Moda */
.hero-full.home-hero .display.super{
  font-family: 'Bodoni Moda', serif !important;
  font-weight: 900;
  letter-spacing: .01em;
  text-transform: uppercase;
  font-size: clamp(52px, 8.2vw, 130px);
  line-height: .88;
}
.hero-full.home-hero .display.super::after{
  height: 3px;
  opacity: .9;
}
@media (max-width: 420px){
  .hero-full.home-hero .display.super{
    font-size: clamp(46px, 13vw, 92px);
    line-height: .92;
  }
}
/* Keep modern readable body */
body{
  font-family: 'Sora', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

/* Headline: Anastasia Script (requested). If not installed, falls back to Allura. */
.hero-full.home-hero .display.super{
  font-family: 'Anastasia Script', 'Allura', cursive !important;
  font-weight: 800; /* may be ignored by script fonts, so we fake boldness below */
  letter-spacing: .01em;
  text-transform: none;
  font-size: clamp(58px, 8.8vw, 144px);
  line-height: .86;
  /* Fake "bold" for script: subtle stroke + stronger shadow */
  -webkit-text-stroke: 0.6px rgba(255,255,255,.32);
  text-shadow:
    0 22px 80px rgba(0,0,0,.60),
    0 2px 0 rgba(0,0,0,.20);
}
@media (max-width: 420px){
  .hero-full.home-hero .display.super{
    font-size: clamp(50px, 14vw, 104px);
    line-height: .90;
  }
}
body{
  font-family: 'Sora', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}


/* Slightly bigger Corey Dean headline */
.hero-full.home-hero .display.super{
  font-size: clamp(66px, 9.6vw, 168px);
}
@media (max-width: 420px){
  .hero-full.home-hero .display.super{
    font-size: clamp(56px, 15.5vw, 112px);
  }
}


/* Make all hero platform buttons the same size */
.hero-full.home-hero .links a,
.hero-full.home-hero .links .btn,
.hero-full.home-hero .buttons a,
.hero-full.home-hero .buttons .btn,
.hero-full.home-hero .platforms a,
.hero-full.home-hero .platforms .btn{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
  width: 100%;
  min-height: 54px;
  padding: 14px 16px;
  border-radius: 16px;
  white-space: nowrap;
}
.hero-full.home-hero .links a svg,
.hero-full.home-hero .buttons a svg,
.hero-full.home-hero .platforms a svg{
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
}

/* Loader title matches hero typography */
.splash-title{
  font-family: 'Anastasia Script', 'Allura', cursive;
  font-weight: 800;
  font-size: clamp(44px, 7vw, 78px);
  line-height: .9;
  text-align: center;
  margin: 4px 4px 10px;
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(235,240,255,.92) 55%, rgba(170,205,255,.76) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 18px 70px rgba(0,0,0,.55);
  -webkit-text-stroke: 0.6px rgba(255,255,255,.28);
}

/* Loader spacing: keep cover from touching the title descenders (like 'y') */
.splash-title{ margin-bottom: 18px; }
.splash-card img{ margin-top: 10px; }

/* Fix: remove odd 'y' shadow artifact on loader title */
.splash-title{
  -webkit-text-stroke: 0 !important;
  text-shadow: 0 14px 55px rgba(0,0,0,.45) !important;
  line-height: 1.02 !important;
  padding-bottom: 10px;
  filter: none !important;
}

/* Featured release spotlight */
.featured-spotlight{
  padding: 26px 0 10px;
}
.spotlight-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap: 14px;
  margin-bottom: 14px;
}
.spotlight-title{
  font-size: 24px;
  margin: 6px 0 6px;
  letter-spacing: .01em;
}
.spotlight-grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 14px;
}
.spot-card{
  display:block;
  text-decoration:none;
  border-radius: 22px;
  overflow:hidden;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.10);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 18px 70px rgba(0,0,0,.35);
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.spot-card:hover{
  transform: translateY(-2px);
  border-color: rgba(255,255,255,.18);
  background: rgba(255,255,255,.07);
}
.spot-media{
  aspect-ratio: 1 / 1;
  background: rgba(0,0,0,.25);
}
.spot-media img{
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;
}
.spot-body{
  padding: 14px 14px 16px;
}
.spot-name{
  font-weight: 900;
  letter-spacing: .02em;
  font-size: 18px;
  color: rgba(245,248,255,.98);
}
.spot-tag{
  margin-top: 6px;
  font-size: 13px;
  color: rgba(230,238,255,.72);
}
.spot-cta{
  margin-top: 12px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-weight: 800;
  color: rgba(200,230,255,.95);
}
@media (max-width: 860px){
  .spotlight-grid{ grid-template-columns: 1fr; }
  .spot-media{ aspect-ratio: 16/10; }
}

/* Extra breathing room under the Corey Dean script so nothing touches the 'y' descenders */
.hero-full.home-hero .display.super{
  padding-bottom: 14px;
}
.hero-full.home-hero .display.super::after{
  margin-top: 26px;
}
.hero-full.home-hero .tagline{
  margin-top: 18px !important;
}

/* More spacing under the script headline */
.hero-full.home-hero .display.super{
  padding-bottom: 22px;
}
.hero-full.home-hero .display.super::after{
  margin-top: 34px;
}
.hero-full.home-hero .tagline{
  margin-top: 24px !important;
}


/* Spotlight cards: simplified content (no description line) */
.spot-tag{ display:none !important; }
.spot-body{ padding: 14px 14px 14px; }
.spot-cta{ margin-top: 10px; }


/* Site-wide typography consistency (homepage as source of truth) */
:root{
  --font-body: 'Sora', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  --font-display: 'Anastasia Script', 'Allura', cursive;
}
html, body{
  font-family: var(--font-body);
}
h1,h2,h3,h4,h5,h6,
.nav a, .sitebar a,
.btn, .pill, .spot-name{
  font-family: var(--font-body);
}
.display.super,
.splash-title{
  font-family: var(--font-display) !important;
}
/* Keep headings feeling premium and consistent */
h1,h2{
  letter-spacing: .01em;
}

/* Song pages: artist line under title */
.artist-sub{
  margin-top: 6px;
  font-family: var(--font-body, 'Sora', system-ui, sans-serif);
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(230,238,255,.78);
}

/* Footer subheader under artist name */
.footer-sub{
  margin-top: 2px;
  font-size: 12px;
  letter-spacing: .04em;
  color: rgba(235,242,255,.72);
}
.footer-brand .brandline{
  flex-wrap: wrap;
}
.footer-brand .brandline .footer-sub{
  width: 100%;
  margin-left: 38px; /* aligns under name beside logo */
}
@media (max-width: 520px){
  .footer-brand .brandline .footer-sub{
    margin-left: 0;
  }
}

/* Footer brand subheader */
footer .brand{
  display:flex;
  align-items:flex-start;
  gap:10px;
}
footer .brand-text{
  display:flex;
  flex-direction:column;
  line-height:1.1;
}
footer .brand-name{
  font-weight:900;
  letter-spacing:.02em;
}
footer .brand-sub{
  margin-top:4px;
  font-size:12px;
  color: rgba(235,242,255,.72);
}

/* FAQ dropdown reliability */
.faq details{ cursor:pointer; }
.faq summary{ cursor:pointer; list-style:none; }
.faq summary::-webkit-details-marker{ display:none; }
.faq details > p{ margin: 10px 0 0; }


/* SEO-supporting content block (human-readable, not spammy) */
.seo-bio{ padding: 26px 0 10px; }
.seo-h{ font-size: 20px; margin: 0 0 10px; }
.seo-chips{ display:flex; flex-wrap:wrap; gap:10px; margin-top: 12px; }
.chip{
  display:inline-flex;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(245,248,255,.9);
  font-size: 12px;
}

