:root{
  --bg:#0d0b07;
  --bg-2:#14100a;
  --card:#16120a;
  --gold:#d9a94c;
  --gold-soft:#e8c684;
  --gold-dim:rgba(217,169,76,.28);
  --rust:#a8482a;
  --rust-soft:#c9613f;
  --glow:rgba(217,169,76,.22);
  --ink:#f3ece0;
  --ink-dim:#a99e8c;
  --line:rgba(217,169,76,.16);
  --parchment:#ece1cb;
  --parchment-lit:#f6efe0;
  --spotify:#1db954;
  --radius:14px;
  --maxw:1120px;
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--bg);
  color:var(--ink);
  font-family:'Inter',system-ui,-apple-system,'Segoe UI',sans-serif;
  font-size:16px;
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
/* warm vignette so the dark never reads as flat black */
body::before{
  content:'';
  position:fixed; inset:0; z-index:-1; pointer-events:none;
  background:
    radial-gradient(900px 520px at 50% -10%, rgba(217,169,76,.13), transparent 62%),
    radial-gradient(700px 500px at 100% 100%, rgba(168,72,42,.11), transparent 60%);
}
img{max-width:100%; height:auto; display:block}
a{color:inherit; text-decoration:none}

.wrap{max-width:var(--maxw); margin:0 auto; padding:0 24px}

.skip{position:absolute; left:-9999px}
.skip:focus{left:16px; top:16px; z-index:99; background:var(--gold); color:#1a1408; padding:10px 16px; border-radius:8px}

:focus-visible{outline:2px solid var(--gold); outline-offset:3px; border-radius:6px}

/* ---------- header ---------- */
.site-head{
  position:sticky; top:0; z-index:40;
  background:rgba(13,11,7,.82);
  backdrop-filter:blur(12px);
  border-bottom:1px solid var(--line);
}
.site-head .wrap{display:flex; align-items:center; justify-content:space-between; gap:20px; height:64px}
.brand{
  font-family:'Bebas Neue',Impact,sans-serif;
  font-size:1.35rem; letter-spacing:.14em; color:var(--gold);
  white-space:nowrap;
}
.head-nav{display:flex; gap:8px}
.head-nav a{
  font-size:.78rem; font-weight:600; letter-spacing:.1em; text-transform:uppercase;
  color:var(--ink-dim);
  padding:8px 14px; border:1px solid transparent; border-radius:999px;
  transition:color .2s, border-color .2s, background .2s;
}
.head-nav a:hover{color:var(--gold); border-color:var(--gold-dim); background:rgba(217,169,76,.06)}
.head-nav a.is-active{color:var(--gold); border-color:var(--gold-dim); background:rgba(217,169,76,.10)}

/* ---------- hero ---------- */
.hero{padding:76px 0 56px; text-align:center}
.cover-frame{
  width:min(330px,74vw); margin:0 auto 34px; position:relative;
  border:1px solid var(--gold-dim); border-radius:var(--radius);
  padding:9px; background:linear-gradient(160deg,rgba(217,169,76,.09),rgba(168,72,42,.05));
  box-shadow:0 26px 70px -22px rgba(0,0,0,.9), 0 0 0 1px rgba(0,0,0,.4) inset;
}
.cover-frame img{border-radius:7px; width:100%; height:auto; aspect-ratio:1; object-fit:cover}
.cover-fallback{
  display:none; aspect-ratio:1; border-radius:7px;
  background:linear-gradient(150deg,var(--bg-2),#241a0c);
  place-items:center; text-align:center; padding:24px;
  font-family:'Zilla Slab',Georgia,serif; color:var(--gold); font-size:1.15rem; line-height:1.35;
}
.cover-frame.is-missing img{display:none}
.cover-frame.is-missing .cover-fallback{display:grid}

.tag{
  display:inline-flex; align-items:center; gap:9px;
  font-size:.72rem; font-weight:600; letter-spacing:.22em; text-transform:uppercase;
  color:var(--gold); border:1px solid var(--gold-dim); background:rgba(217,169,76,.07);
  padding:7px 16px; border-radius:999px; margin-bottom:22px;
}
.tag .dot{width:6px; height:6px; border-radius:50%; background:var(--gold); box-shadow:0 0 10px var(--gold)}
.hero h1{
  font-family:'Zilla Slab',Georgia,serif; font-weight:700;
  font-size:clamp(2.3rem,7vw,4.1rem); line-height:1.05; margin:0 0 14px;
  background:linear-gradient(180deg,var(--ink) 22%,var(--gold-soft));
  -webkit-background-clip:text; background-clip:text; color:transparent;
}
.hero .by{
  font-family:'Bebas Neue',Impact,sans-serif; letter-spacing:.3em; text-transform:uppercase;
  color:var(--ink-dim); font-size:1rem; margin:0 0 18px;
}
.hero .blurb{max-width:52ch; margin:0 auto; color:var(--ink-dim); font-size:1.02rem}

/* ---------- panels ---------- */
.panel{padding:0 0 96px; scroll-margin-top:82px}
.panel-head{display:flex; align-items:baseline; gap:16px; flex-wrap:wrap; margin-bottom:26px}
.panel-head h2{
  font-family:'Bebas Neue',Impact,sans-serif; letter-spacing:.08em;
  font-size:clamp(1.9rem,4.6vw,2.7rem); margin:0; color:var(--ink);
}
.panel-head .rule{flex:1; height:1px; background:linear-gradient(90deg,var(--gold-dim),transparent); min-width:40px}
.panel-head .note{font-size:.82rem; color:var(--ink-dim)}

.spotify-frame{
  border:1px solid var(--gold-dim); border-radius:var(--radius); padding:10px;
  background:linear-gradient(160deg,rgba(217,169,76,.07),transparent);
  box-shadow:0 22px 60px -30px rgba(0,0,0,.9);
}
.spotify-frame iframe{display:block; border:0; border-radius:10px; width:100%; height:452px}

/* Platform buttons.
   The logo PNGs are transparent cutouts and several use black wordmarks,
   so they need a light panel to sit on. Warm parchment rather than stark
   white — it reads as an enamel sign and stays in the album's palette.
   No colour filters: these are official lockups, shown as-is. */
.platforms{
  display:grid; grid-template-columns:repeat(4,1fr); gap:16px; margin-top:22px;
}
.plat{
  display:grid; place-items:center; overflow:hidden;
  padding:14px 18px;
  background:var(--parchment);
  border:1px solid var(--gold-dim); border-radius:12px;
  transition:border-color .25s, box-shadow .25s, transform .25s, background .25s;
}
.plat img{
  width:100%; height:auto; aspect-ratio:2/1; object-fit:contain;
  transition:transform .45s;
}
.plat:hover{
  transform:translateY(-4px);
  background:var(--parchment-lit); border-color:var(--gold);
  box-shadow:0 16px 36px -16px rgba(0,0,0,.85), 0 0 28px -6px var(--glow);
}
.plat:hover img{transform:scale(1.05)}

/* video grid */
.videos{display:grid; grid-template-columns:repeat(auto-fill,minmax(300px,1fr)); gap:20px}
.vid{
  border:1px solid var(--line); border-radius:12px; overflow:hidden; background:var(--bg-2);
  transition:border-color .25s, transform .25s, box-shadow .25s;
}
.vid:hover{transform:translateY(-3px); border-color:rgba(201,97,63,.5); box-shadow:0 20px 48px -26px rgba(168,72,42,.7)}
.vid-shell{position:relative; aspect-ratio:16/9; width:100%; background:#000; cursor:pointer; border:0; padding:0; display:block}
.vid-shell img{width:100%; height:100%; object-fit:cover; opacity:.82; transition:opacity .3s, transform .5s}
.vid:hover .vid-shell img{opacity:1; transform:scale(1.04)}
.vid-shell iframe{position:absolute; inset:0; width:100%; height:100%; border:0}
.vid-play{position:absolute; inset:0; display:grid; place-items:center; pointer-events:none}
.vid-play span{
  width:62px; height:62px; border-radius:50%;
  background:rgba(13,11,7,.72); border:1px solid var(--gold-dim);
  display:grid; place-items:center; backdrop-filter:blur(3px);
  transition:background .25s, border-color .25s, transform .25s;
}
.vid:hover .vid-play span{background:var(--rust); border-color:var(--rust-soft); transform:scale(1.08)}
.vid-play svg{width:22px; height:22px; fill:var(--ink); margin-left:3px}
.vid-meta{padding:15px 17px 17px}
.vid-tag{
  display:inline-block; margin-bottom:8px;
  font-size:.64rem; font-weight:600; letter-spacing:.16em; text-transform:uppercase;
  color:var(--gold); background:rgba(217,169,76,.09);
  border:1px solid var(--gold-dim); border-radius:999px; padding:3px 10px;
}
.vid-meta h3{margin:0 0 4px; font-size:1rem; font-weight:600; line-height:1.35}
.vid-meta p{margin:0; font-size:.82rem; color:var(--ink-dim)}

/* featured row — up to 3, larger cards with a gold edge */
.videos--featured{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}
.vid--featured{border-color:var(--gold-dim); background:linear-gradient(165deg,#191308,#100d08)}
.vid--featured:hover{border-color:var(--gold); box-shadow:0 22px 52px -26px rgba(0,0,0,.9), 0 0 30px -8px var(--glow)}
.vid--featured .vid-play span{width:70px; height:70px}
.vid--featured:hover .vid-play span{background:var(--gold); border-color:var(--gold-soft)}
.vid--featured:hover .vid-play svg{fill:#1a1408}
.vid--featured .vid-meta{padding:17px 19px 19px}
.vid--featured .vid-meta h3{font-size:1.1rem}

/* a panel that sits directly above another — no double gap */
.panel--tight{padding-bottom:44px}

.empty{
  border:1px dashed var(--gold-dim); border-radius:var(--radius);
  padding:44px 28px; text-align:center; color:var(--ink-dim); background:rgba(217,169,76,.03);
}
.empty strong{display:block; color:var(--ink); font-size:1.05rem; margin-bottom:8px}

.btn{
  display:inline-flex; align-items:center; gap:10px; margin-top:22px;
  padding:13px 26px; border-radius:999px;
  border:1px solid var(--gold-dim); background:rgba(217,169,76,.07); color:var(--gold);
  font-size:.82rem; font-weight:600; letter-spacing:.12em; text-transform:uppercase;
  transition:background .25s, border-color .25s, box-shadow .25s, transform .25s;
}
.btn:hover{background:rgba(217,169,76,.14); border-color:var(--gold); box-shadow:0 0 24px -6px var(--glow); transform:translateY(-2px)}
.btn svg{width:18px; height:18px}

/* ---------- footer ---------- */
.site-foot{border-top:1px solid var(--line); padding:34px 0 44px; text-align:center}
.site-foot .brand{display:block; margin-bottom:8px}
.site-foot p{margin:0; font-size:.8rem; color:var(--ink-dim)}

/* ---------- sub-page header (listen.html / watch.html) ---------- */
.page-hero{padding:60px 0 40px}
.page-hero .wrap{display:flex; align-items:center; gap:26px; flex-wrap:wrap}
.page-hero .thumb{
  width:104px; flex:none; border:1px solid var(--gold-dim); border-radius:10px;
  padding:6px; background:linear-gradient(160deg,rgba(217,169,76,.09),rgba(168,72,42,.05));
}
.page-hero .thumb img{border-radius:5px; width:100%; height:auto; aspect-ratio:1; object-fit:cover}
.page-hero .thumb--mark{display:grid; place-items:center; aspect-ratio:1; color:var(--rust-soft)}
.page-hero .thumb--mark svg{width:56%; height:auto; opacity:.85}
.page-hero .copy{flex:1; min-width:min(100%,260px)}
.page-hero h1{
  font-family:'Bebas Neue',Impact,sans-serif; letter-spacing:.06em;
  font-size:clamp(2.4rem,6vw,3.4rem); line-height:.95; margin:0 0 10px; color:var(--ink);
}
.page-hero .kicker{
  display:block; font-size:.72rem; font-weight:600; letter-spacing:.24em;
  text-transform:uppercase; color:var(--gold); margin-bottom:12px;
}
.page-hero p{margin:0; color:var(--ink-dim); max-width:56ch}

.back{
  display:inline-flex; align-items:center; gap:8px; margin-bottom:6px;
  font-size:.74rem; font-weight:600; letter-spacing:.14em; text-transform:uppercase;
  color:var(--ink-dim); transition:color .2s;
}
.back:hover{color:var(--gold)}
.back svg{width:14px; height:14px; transition:transform .25s}
.back:hover svg{transform:translateX(-4px)}

/* cross-link to the other page */
.crosslink{
  display:flex; align-items:center; justify-content:space-between; gap:20px; flex-wrap:wrap;
  margin-top:14px; padding:26px 30px;
  border:1px solid var(--line); border-radius:var(--radius);
  background:linear-gradient(165deg,var(--bg-2),#100d08);
  transition:border-color .28s, transform .28s, box-shadow .28s;
}
.crosslink:hover{transform:translateY(-3px); border-color:var(--edge); box-shadow:0 20px 50px -28px var(--wash)}
.crosslink .label{font-size:.72rem; font-weight:600; letter-spacing:.22em; text-transform:uppercase; color:var(--gold); display:block; margin-bottom:6px}
.crosslink strong{
  font-family:'Bebas Neue',Impact,sans-serif; font-weight:400;
  font-size:1.9rem; letter-spacing:.05em; color:var(--ink); display:block; line-height:1;
}
.crosslink .go{
  display:inline-flex; align-items:center; gap:10px; flex:none;
  font-size:.8rem; font-weight:600; letter-spacing:.14em; text-transform:uppercase; color:var(--gold);
}
.crosslink .go svg{width:16px; height:16px; transition:transform .28s}
.crosslink:hover .go svg{transform:translateX(6px)}
.crosslink--listen{--wash:rgba(29,185,84,.24); --edge:rgba(29,185,84,.5)}
.crosslink--watch {--wash:rgba(168,72,42,.30); --edge:rgba(201,97,63,.55)}

/* ---------- responsive ---------- */
@media (max-width:860px){
  .platforms{grid-template-columns:repeat(2,1fr); gap:12px}
  .page-hero{padding:42px 0 32px}
  .page-hero .wrap{gap:18px}
  .page-hero .thumb{width:76px}
  .crosslink{padding:22px 24px}
  .spotify-frame iframe{height:400px}
  .hero{padding:52px 0 40px}
}
@media (max-width:480px){
  .site-head .wrap{height:58px}
  .head-nav a{padding:7px 11px; font-size:.72rem}
  .brand{font-size:1.1rem; letter-spacing:.1em}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{transition-duration:.01ms !important; animation-duration:.01ms !important}
}
