/* ============================================================
   Akari Play — "Vault" design system
   Ink, ivory, copper — a record sleeve, not a dashboard.
   Fraunces display serif + system sans body. Left rail nav.
   New brand mark kept. Same markup, same mechanisms.
   ============================================================ */
:root {
  --ink: #0e0c0a;
  --ink-2: #1a1512;
  --ink-3: #262019;
  --ink-line: #322a20;
  --ivory: #f2ede4;
  --ivory-dim: #b8ae9e;
  --copper: #c87f4a;
  --copper-hot: #e29a63;
  --copper-deep: #a9673a;
  --error: #d96a5b;
  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --sans: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --mono: ui-monospace, "SF Mono", Menlo, monospace;
  --r: 20px;
  --r-sm: 12px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--ink);
  color: var(--ivory);
  font-family: var(--sans);
  line-height: 1.62;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
}
/* warm vignette — the sleeve's paper grain of light */
body::before {
  content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(1100px 600px at 82% -8%, rgba(200,127,74,.10), transparent 58%),
    radial-gradient(900px 520px at 6% 2%, rgba(200,127,74,.06), transparent 55%);
}
main { flex: 1; width: 100%; max-width: 1060px; margin: 0 auto; padding: 0 24px; }
a { color: var(--copper-hot); text-decoration: none; }
a:hover { text-decoration: underline; text-decoration-color: rgba(200,127,74,.5); }
::selection { background: rgba(200,127,74,.35); color: var(--ivory); }

/* ---------------- left side nav ---------------- */
/* No box — just wordmark pinned top-left and the link titles as a body
   floating in the vertical middle of the screen, with breathing room. */
.side-nav {
  position: fixed; left: 40px; top: 0.68cm; bottom: 0.68cm; z-index: 50;
  display: flex; flex-direction: column; align-items: flex-start;
  pointer-events: none;
}
.side-brand { pointer-events: auto; margin-bottom: 8px; }
/* corner mark reads like it has a light burning inside it */
.side-brand .brand-icon {
  box-shadow: 0 0 0 1px rgba(0,210,255,.4), 0 0 16px rgba(0,210,255,.55), 0 0 40px rgba(112,0,255,.4);
  animation: iconGlow 3.6s ease-in-out infinite;
}
@keyframes iconGlow {
  0%, 100% { box-shadow: 0 0 0 1px rgba(0,210,255,.35), 0 0 14px rgba(0,210,255,.45), 0 0 32px rgba(112,0,255,.3); filter: brightness(1); }
  50% { box-shadow: 0 0 0 1px rgba(0,210,255,.6), 0 0 26px rgba(0,210,255,.85), 0 0 58px rgba(112,0,255,.55); filter: brightness(1.14) saturate(1.1); }
}
.side-links {
  flex: 1; display: flex; flex-direction: column; align-items: flex-start;
  justify-content: center; gap: 40px; pointer-events: auto;
}
.side-links a, .side-links .linklike {
  color: var(--ivory-dim); font-weight: 600; font-size: .82rem;
  text-transform: uppercase; letter-spacing: 0.2em;
  font-family: var(--sans); position: relative;
  transition: color .22s ease, letter-spacing .22s ease;
}
.side-links a:hover, .side-links .linklike:hover {
  color: var(--copper-hot); text-decoration: none; letter-spacing: 0.26em;
}
.side-links a::before {
  content: ""; position: absolute; left: -18px; top: 50%; width: 0; height: 1.5px;
  transform: translateY(-50%); background: var(--copper);
  box-shadow: 0 0 8px rgba(200,127,74,.6); transition: width .24s ease;
}
.side-links a:hover::before { width: 12px; }
.with-side { padding-left: 220px; }

/* ---------------- wordmark / footer ---------------- */
.wordmark {
  display: inline-flex; align-items: center; gap: 11px;
  font-family: var(--serif); font-weight: 600; font-style: italic;
  font-size: 1.42rem; color: var(--ivory); letter-spacing: -0.015em;
}
.wordmark:hover { text-decoration: none; }
.wordmark .tld { color: var(--copper); font-style: normal; }
.wordmark.small { font-size: 1.12rem; }
.brand-icon {
  width: 34px; height: 34px; border-radius: 10px; display: block;
  box-shadow: 0 0 0 1px rgba(200,127,74,.25), 0 4px 18px rgba(0,0,0,.5);
}
.wordmark.small .brand-icon { width: 26px; height: 26px; border-radius: 8px; }
.site-foot {
  border-top: 1px solid var(--ink-3); margin-top: 104px; padding: 44px 24px 60px;
  text-align: center; color: var(--ivory-dim); font-size: 0.9rem;
}
.site-foot .wordmark { justify-content: center; margin-bottom: 10px; }
.inline { display: inline; }
.linklike { background: none; border: none; color: var(--ivory-dim); font: inherit; cursor: pointer; }
.linklike:hover { color: var(--copper-hot); }

/* ---------------- type ---------------- */
h1 { font-family: var(--serif); font-weight: 600; font-size: clamp(2.3rem, 5.6vw, 4.3rem); line-height: 1.05; letter-spacing: -0.02em; }
h1 em { color: var(--copper-hot); font-style: italic; }
h2 { font-family: var(--serif); font-weight: 600; font-size: clamp(1.5rem, 3vw, 2.3rem); line-height: 1.12; letter-spacing: -0.01em; margin-bottom: 16px; }
h3 { font-family: var(--serif); font-weight: 600; font-size: 1.12rem; margin-bottom: 6px; }
.kicker {
  display: inline-flex; align-items: center; gap: 10px;
  text-transform: uppercase; letter-spacing: 0.24em; font-size: 0.72rem;
  color: var(--copper); margin-bottom: 15px; font-weight: 600;
}
.kicker::before { content: ""; width: 22px; height: 1px; background: var(--copper); }
.lede { font-size: 1.13rem; color: var(--ivory-dim); max-width: 46rem; }
.muted { color: var(--ivory-dim); font-weight: 400; font-size: 0.92em; }
.small { font-size: 0.85rem; }
.mono { font-family: var(--mono); font-size: 0.82rem; }
.error { color: var(--error); margin: 10px 0; }
.notice { color: var(--copper-hot); margin: 10px 0; }
.big { font-size: 1.25rem; }

/* --- paint-splatter: a flicked-brush sprinkle of the icon's teal/violet,
   ONLY on the white titles & subtitles (h1/h2). Not on copper or body text. --- */
h1, h2 { position: relative; }
h1::after, h2::after {
  content: ""; position: absolute; inset: -14% -6% -20%; pointer-events: none; z-index: 3;
  background-repeat: no-repeat;
  background-image:
    radial-gradient(circle, #00d2ff 46%, transparent 48%),
    radial-gradient(circle, #7000ff 46%, transparent 48%),
    radial-gradient(circle, #00d2ff 46%, transparent 48%),
    radial-gradient(circle, #8b00ff 46%, transparent 48%),
    radial-gradient(circle, #00d2ff 46%, transparent 48%),
    radial-gradient(circle, #7000ff 46%, transparent 48%),
    radial-gradient(circle, #00d2ff 46%, transparent 48%),
    radial-gradient(circle, #8b00ff 46%, transparent 48%),
    radial-gradient(circle, #00d2ff 46%, transparent 48%),
    radial-gradient(circle, #7000ff 46%, transparent 48%),
    radial-gradient(circle, #00d2ff 46%, transparent 48%),
    radial-gradient(circle, #8b00ff 46%, transparent 48%);
  background-size: 5px 5px, 3px 3px, 4px 4px, 3px 3px, 6px 6px, 3px 3px,
                   4px 4px, 5px 5px, 3px 3px, 4px 4px, 3px 3px, 5px 5px;
  background-position:
    5% 26%, 13% 74%, 21% 12%, 29% 58%, 40% 86%, 47% 20%,
    57% 63%, 64% 9%, 72% 80%, 81% 34%, 89% 68%, 96% 16%;
  opacity: .8;
}
/* copper (yellow) headings and plain text stay clean */
.slogan-banner h2::after, .strip strong::after, .plan-price::after { content: none; }

/* ---------------- buttons ---------------- */
.btn {
  display: inline-block; padding: 13px 26px; border-radius: 999px;
  border: 1px solid var(--ink-line); background: var(--ink-2); color: var(--ivory);
  font: 600 0.95rem var(--sans); cursor: pointer; transition: all .18s ease;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn-primary { background: var(--copper); border-color: var(--copper); color: #17100a; }
.btn-primary:hover { background: var(--copper-hot); box-shadow: 0 6px 28px rgba(200,127,74,.35); }
.btn-ghost { background: transparent; }
.btn-ghost:hover { border-color: var(--copper); }
.btn-big { padding: 16px 38px; font-size: 1.05rem; }

/* ---------------- landing ---------------- */
.hero { padding: 92px 0 60px; position: relative; }
.hero .lede { margin: 22px 0 30px; }
.cta-row { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-mark {
  float: right; width: clamp(120px, 22vw, 224px); height: auto; margin: 0 0 18px 28px;
  border-radius: 26%;
  box-shadow: 0 0 0 1px rgba(200,127,74,.18), 0 24px 70px rgba(0,0,0,.55);
  animation: markfloat 7s ease-in-out infinite;
}
@keyframes markfloat {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-9px) rotate(1deg); }
}
.strip {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1px; background: var(--ink-3); border: 1px solid var(--ink-3);
  border-radius: var(--r); overflow: hidden; margin: 32px 0 82px;
}
.strip div { background: var(--ink-2); padding: 23px 20px; text-align: center; }
.strip strong { display: block; font-family: var(--serif); font-weight: 600; font-size: 1.95rem; color: var(--copper-hot); }
.strip span { font-size: 0.82rem; color: var(--ivory-dim); }
.explain { padding: 44px 0; }
.explain.alt { border-top: 1px solid var(--ink-3); border-bottom: 1px solid var(--ink-3); margin: 44px 0; }
.steps { list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 30px; margin-top: 28px; }
.steps li { transition: transform .25s ease; }
.steps li:hover { transform: translateY(-3px); }
.steps .n { font-family: var(--serif); font-style: italic; font-weight: 500; font-size: 2.4rem; color: var(--copper); display: block; margin-bottom: 8px; }
.steps p { color: var(--ivory-dim); font-size: 0.95rem; }
.cta-final { text-align: center; padding: 96px 0 40px; }
.cta-final h2 { margin-bottom: 28px; }

/* ---------------- cards & forms ---------------- */
.card {
  background: var(--ink-2); border: 1px solid var(--ink-3); border-radius: var(--r);
  padding: 34px; margin: 26px 0;
}
.card.narrow { max-width: 440px; margin: 80px auto; }
.wide { padding-top: 44px; }
.stack { display: flex; flex-direction: column; gap: 16px; margin-top: 18px; }
label { display: flex; flex-direction: column; gap: 6px; font-size: 0.9rem; color: var(--ivory-dim); }
input, textarea {
  background: var(--ink); border: 1px solid var(--ink-3); border-radius: var(--r-sm);
  color: var(--ivory); padding: 11px 14px; font: 1rem var(--sans);
  transition: border-color .2s ease, box-shadow .2s ease;
}
input:focus, textarea:focus { outline: none; border-color: var(--copper); box-shadow: 0 0 0 3px rgba(200,127,74,.12); }
input[type="file"] { padding: 10px; font-size: 0.85rem; }
.checkline { flex-direction: row; align-items: center; gap: 10px; color: var(--ivory-dim); font-size: 0.9rem; cursor: pointer; }
.checkline input { width: auto; accent-color: var(--copper); }
.field-aside { margin: -4px 0 2px; font-size: 0.86rem; text-align: right; }
.field-aside a { color: var(--copper-hot); }

/* ---------------- studio ---------------- */
.tracks { margin: 26px 0; }
.track-row {
  display: flex; gap: 22px; align-items: flex-start;
  background: var(--ink-2); border: 1px solid var(--ink-3); border-radius: var(--r);
  padding: 24px; margin-bottom: 18px;
}
.track-row .grow { flex: 1; min-width: 0; }
.seal svg { display: block; }
.stat-line { color: var(--copper-hot); font-size: 0.88rem; margin: 4px 0 10px; }
.stat-line strong { color: var(--copper-hot); }
.link-line { overflow-wrap: anywhere; margin-top: 4px; }
details summary { cursor: pointer; color: var(--copper-hot); font-size: 0.9rem; margin: 6px 0; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0; }
.chip {
  font-size: 0.78rem; padding: 5px 12px; border-radius: 999px;
  border: 1px solid var(--ink-line); background: var(--ink); color: var(--ivory);
  cursor: pointer; font-family: var(--sans);
  transition: border-color .2s ease;
}
.chip:hover { border-color: var(--copper); text-decoration: none; }
.mini-h { text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.68rem; color: var(--copper); margin: 16px 0 6px; font-weight: 700; }
.embed-code { background: var(--ink); border: 1px solid var(--ink-3); border-radius: var(--r-sm); padding: 12px; overflow-x: auto; white-space: pre-wrap; word-break: break-all; }
.ug { list-style: none; font-size: 0.85rem; color: var(--ivory-dim); }
.ug li { padding: 5px 0; border-bottom: 1px dashed var(--ink-3); }
.ug strong { color: var(--ivory); }

/* ---------------- track page / vault ---------------- */
.vault { background: radial-gradient(1200px 600px at 50% -100px, #201812 0%, var(--ink) 60%); }
.listen-hero, .player-room { max-width: 620px; margin: 0 auto; padding: 72px 0 40px; text-align: center; }
.big-seal { display: flex; justify-content: center; margin-bottom: 26px; }
.meta { color: var(--ivory-dim); margin: 10px 0 4px; }
.story { font-family: var(--serif); font-style: italic; font-size: 1.1rem; color: var(--ivory-dim); margin: 18px 0; }
.pact {
  border: 1px solid var(--ink-3); border-radius: var(--r); background: rgba(26,21,18,.7);
  padding: 20px 24px; margin: 26px 0; font-size: 0.95rem; color: var(--ivory-dim); text-align: left;
}
.pact em { color: var(--copper-hot); font-style: italic; }
.pact strong { color: var(--copper-hot); }
.buy-form { max-width: 370px; margin: 0 auto; text-align: left; }
.price-input { display: flex; align-items: center; gap: 0; border: 1px solid var(--ink-3); border-radius: var(--r-sm); background: var(--ink); overflow: hidden; transition: border-color .2s ease, box-shadow .2s ease; }
.price-input:focus-within { border-color: var(--copper); box-shadow: 0 0 0 3px rgba(200,127,74,.12); }
.price-input .cur { padding: 0 4px 0 14px; color: var(--copper-hot); font-family: var(--serif); font-size: 1.2rem; }
.price-input input { border: none; border-radius: 0; background: transparent; font-family: var(--serif); font-size: 1.2rem; padding-left: 4px; }
.price-input input:focus { box-shadow: none; }

/* ---------------- player room ---------------- */
.room main { display: flex; align-items: center; justify-content: center; min-height: 100vh; }
.breathing { animation: breathe 6s ease-in-out infinite; }
@keyframes breathe { 0%,100% { transform: scale(1); opacity: .92; } 50% { transform: scale(1.04); opacity: 1; } }
.transport { margin-top: 34px; }
.progress { height: 3px; background: var(--ink-3); border-radius: 2px; margin: 26px auto 10px; max-width: 420px; overflow: hidden; }
#bar { height: 100%; width: 0%; background: linear-gradient(90deg, var(--copper), var(--copper-hot)); transition: width .5s linear; }
#clock { color: var(--ivory-dim); }

/* ---------------- embed card ---------------- */
.embed-body { background: var(--ink); }
.embed-body::before { display: none; }
.embed-body main { padding: 0; max-width: none; }
.embed-card {
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  text-align: center; padding: 30px 20px; color: var(--ivory); height: 100vh; justify-content: center;
}
.embed-card:hover { text-decoration: none; }
.embed-card h2 { margin: 0; }

@media (max-width: 900px) {
  .side-nav {
    position: sticky; top: 0; left: 0; right: 0; bottom: auto;
    flex-direction: row; align-items: center; justify-content: space-between;
    gap: 14px; padding: 12px 18px;
    background: rgba(14,12,10,.82); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--ink-3);
  }
  .side-brand { margin-bottom: 0; }
  .side-links { flex: 0 1 auto; flex-direction: row; align-items: center; flex-wrap: wrap; justify-content: flex-end; gap: 16px; }
  .side-links a, .side-links .linklike { font-size: .72rem; letter-spacing: .16em; }
  .side-links a::before { display: none; }
  .with-side { padding-left: 0; }
}
@media (max-width: 640px) {
  .track-row { flex-direction: column; }
  .hero { padding-top: 44px; }
  .hero-mark { float: none; display: block; margin: 0 auto 26px; }
}

/* ---------------- plans ---------------- */
.plan-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 22px; align-items: stretch; }
.plan-card { display: flex; flex-direction: column; gap: 10px; text-align: left; margin: 0; transition: transform .25s ease; }
.plan-card:hover { transform: translateY(-3px); }
.plan-card .ug { flex: 1; margin: 6px 0 14px; }
.plan-card.current { border-color: var(--copper); box-shadow: 0 0 0 1px var(--copper); }
.plan-price { font-family: var(--serif); font-weight: 600; font-size: 2.1rem; color: var(--ivory); margin: 0; }
.plan-price .muted { font-size: 1rem; }
.plan-status { border-left: 3px solid var(--copper); }
.plan-status .stat-line { margin: 8px 0; }

/* ---------------- audience home / snippets / spotlights ---------------- */
.home-hero { padding: 74px 0 30px; }
.home-h { margin: 32px 0 6px; }
.home-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 18px; margin: 18px 0 30px; }
.snip-card { background: var(--ink-2); border: 1px solid var(--ink-3); border-radius: var(--r); padding: 20px; display: flex; flex-direction: column; gap: 10px; align-items: flex-start; }
.snip-card h3 { margin: 0; }
.snip-card audio { width: 100%; height: 34px; }
.snip-card .meta { margin: 0; font-size: 0.85rem; }
.snip-card.spot { border-color: var(--copper); box-shadow: 0 6px 30px rgba(200,127,74,.18); }
/* The Vault — a horizontal, scrollable row of every artist's snippet */
.vault-lede { margin: 0 0 14px; }
.vault-row { display: flex; gap: 16px; overflow-x: auto; padding: 2px 2px 16px;
  scroll-snap-type: x proximity; -webkit-overflow-scrolling: touch; }
.vault-row .snip-card { flex: 0 0 264px; scroll-snap-align: start; }
.vault-row .snip-card h3 a { color: var(--ivory); }
.vault-row::-webkit-scrollbar { height: 8px; }
.vault-row::-webkit-scrollbar-thumb { background: var(--ink-3); border-radius: 999px; }
.snip-head { display: flex; justify-content: space-between; align-items: center; width: 100%; gap: 10px; }
.snip-preview { display: flex; align-items: center; gap: 12px; margin: 8px 0 2px; }
.snip-preview .snip-play { cursor: pointer; }
.snip-window { font-size: 0.85rem; }
.snip-saved { margin-top: 6px; }
.snip-saved audio { height: 34px; vertical-align: middle; }
.track-danger { margin-top: 14px; }
.linklike.danger { color: #e2536b; opacity: .8; font-size: 0.85rem; }
.linklike.danger:hover { opacity: 1; text-decoration: underline; }

/* ---- like heart (Vault collects, no count shown) ---- */
.like-btn { flex: none; width: 34px; height: 34px; border-radius: 999px; border: 1px solid var(--ink-3);
  background: transparent; color: var(--ivory-dim); font-size: 1rem; line-height: 1; cursor: pointer;
  transition: color .15s ease, border-color .15s ease, background .15s ease; }
.like-btn:hover { border-color: var(--copper); color: var(--copper); }
.like-btn.liked { color: #e2536b; border-color: #e2536b; background: rgba(226,83,107,.14); }
.like-btn:disabled { opacity: .6; cursor: default; }

/* ---- real audience metrics on the Akari ---- */
.spot-metrics { display: flex; flex-wrap: wrap; gap: 16px; margin: 2px 0 6px;
  font: 700 0.82rem var(--sans); color: var(--copper-hot); }
.spot-metrics small { color: var(--ivory-dim); font-weight: 500; }

/* ---- carousels (Akari auto-slide, Vault manual) ---- */
.caro { position: relative; margin: 18px 0 30px; }
.caro-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 6;
  width: 42px; height: 42px; border-radius: 999px; border: 1px solid var(--ink-3);
  background: rgba(20,15,11,.72); color: var(--ivory); font-size: 1.5rem; line-height: 1;
  cursor: pointer; backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
  transition: border-color .15s ease, color .15s ease; }
.caro-arrow:hover { border-color: var(--copper); color: var(--copper-hot); }
.caro-arrow.prev { left: 6px; } .caro-arrow.next { right: 6px; }
.akari-frame .caro-arrow.prev { left: 10px; }
.akari-frame .caro-arrow.next { right: 10px; }
/* The Akari frame IS the card: one border, one background, one glow, drawn once.
   Only .akari-track moves inside it, so with several artists the outline holds
   still and the contents slide within it. */
.akari-frame { position: relative; }   /* NOT overflow:hidden — the "In the light" badge sits above the top edge */
/* Vertical padding only. overflow:hidden clips at the PADDING box, so any
   horizontal padding here would let the neighbouring slide peek in at rest —
   the extra room is bought vertically, where nothing is queued up beside it. */
.akari-viewport { overflow: hidden; padding: 14px 0; margin: -14px 0; }
.akari-track { display: flex; transition: transform .5s ease; }
.akari-slide { flex: 0 0 100%; min-width: 100%; position: relative; }
.akari-rank { position: absolute; top: 14px; right: 24px; z-index: 4;
  font: 700 0.78rem var(--sans); letter-spacing: .04em; color: var(--copper-hot);
  background: rgba(20,15,11,.72); border: 1px solid var(--copper); border-radius: 999px; padding: 3px 11px; }
.caro-dots { display: flex; gap: 8px; justify-content: center; margin-top: 14px; }
.caro-dot { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 999px;
  background: var(--ink-3); cursor: pointer; transition: background .15s ease; }
.caro-dot.on { background: var(--copper); }
.vault-caro .vault-row { margin: 0; }
@media (max-width: 700px) { .caro-arrow { width: 36px; height: 36px; font-size: 1.3rem; } }
.spot-tag { text-transform: uppercase; letter-spacing: 0.16em; font-size: 0.66rem; font-weight: 700; color: #17100a; background: var(--copper); border-radius: 999px; padding: 3px 10px; }
.slogan-banner { background: linear-gradient(120deg, #241a11, var(--ink-2)); border: 1px solid var(--copper); border-radius: var(--r); padding: 34px; margin: 34px 0; }
.slogan-banner h2 { color: var(--copper-hot); font-style: italic; }
.slogan-banner p { color: var(--ivory-dim); max-width: 46rem; margin: 12px 0 18px; }
.slogan-banner strong { color: var(--copper-hot); }
.snippet-form { display: flex; gap: 12px; align-items: end; flex-wrap: wrap; margin: 6px 0; }
.snippet-form label { font-size: 0.8rem; color: var(--ivory-dim); display: flex; flex-direction: column; gap: 4px; }
.snippet-form input { width: 90px; }
.home-btn {
  position: fixed; top: 18px; left: 20px; z-index: 10; color: var(--ivory-dim);
  border: 1px solid var(--ink-3); border-radius: 999px; padding: 7px 16px; font-size: 0.85rem;
  background: rgba(20,15,11,.6); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
}
.home-btn:hover { border-color: var(--copper); color: var(--copper-hot); text-decoration: none; }

/* ---------------- spotlight feature card ---------------- */
.spot-list { display: flex; flex-direction: column; gap: 20px; margin: 18px 0 30px; }
.spot-feature { position: relative; background: var(--ink-2); border: 1px solid var(--copper); border-radius: var(--r); padding: 26px; box-shadow: 0 8px 34px rgba(200,127,74,.16); }
.spot-feature .spot-tag { position: absolute; top: -11px; left: 22px; }
.spot-cols { display: flex; gap: 24px; flex-wrap: wrap; align-items: flex-start; }
/* picture slot = a fixed 4:5 frame; the media fills it (object-fit cover) and
   the artist's zoom/focus (inline transform) crops within it. */
.spot-media { flex: 0 1 280px; min-width: 180px; max-width: 280px; align-self: center;
  aspect-ratio: 4 / 5; overflow: hidden; border-radius: 14px; background: var(--ink);
  box-shadow: 0 10px 34px rgba(0,0,0,.5); }
.spot-media img, .spot-media video { width: 100%; height: 100%; object-fit: cover; display: block; }
/* artist attribution ("Find the artist" + handle) sits atop the right column */
.spot-attr { margin-bottom: 12px; }
.spot-attr .mini-h { margin-top: 0; }

/* studio framing control */
.frame-ctl { margin: 8px 0 4px; }
.frame-preview { max-width: 220px; margin: 8px 0; box-shadow: 0 6px 22px rgba(0,0,0,.45); }
.frame-empty { display: flex; align-items: center; justify-content: center; height: 100%;
  padding: 12px; text-align: center; font-size: 0.8rem; color: var(--ivory-dim); }
.range-row { display: flex; align-items: center; gap: 10px; font-size: 0.85rem;
  color: var(--ivory-dim); margin: 7px 0; }
.range-row input[type=range] { flex: 1; accent-color: var(--copper); }
.spot-info { flex: 1 1 260px; min-width: 220px; display: flex; flex-direction: column; gap: 10px; align-items: flex-start; }
.spot-artist {
  align-self: flex-start; margin: 0;
  font-family: var(--sans); text-transform: uppercase; letter-spacing: 0.16em;
  font-size: 0.72rem; font-weight: 700; color: var(--copper-hot);
  border: 1px solid var(--copper); border-radius: 999px; padding: 4px 13px;
  background: transparent;
}
.spot-info h3 { margin: 0; font-size: 1.3rem; }
.spot-info h3 a { color: var(--ivory); }
.spot-info audio { width: 100%; height: 34px; }
.spot-info .meta { margin: 0; font-size: 0.85rem; }
.style-desc { color: var(--ivory-dim); font-style: italic; font-size: 0.92rem; border-left: 2px solid var(--copper); padding-left: 12px; }
.spot-social { flex: 0 1 300px; min-width: 220px; }
.spot-portrait { width: 100%; border-radius: 14px; margin-top: 12px; display: block; box-shadow: 0 10px 34px rgba(0,0,0,.5); }
/* framed (zoomable) right-side portrait — a fixed 4:5 slot, media crops within */
.spot-portrait-frame { width: 100%; aspect-ratio: 4 / 5; overflow: hidden; border-radius: 14px;
  margin-bottom: 12px; background: var(--ink); box-shadow: 0 10px 34px rgba(0,0,0,.5); }
.spot-portrait-frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
.spot-social iframe { width: 100%; aspect-ratio: 16/9; border: 0; border-radius: 14px; box-shadow: 0 10px 34px rgba(0,0,0,.5); }

audio { color-scheme: dark; }

@media (prefers-reduced-motion: reduce) {
  .breathing, .hero-mark, .side-brand .brand-icon { animation: none; }
}

/* legal documents — long-form reading, narrower measure than a card of stats */
.legal-doc { text-align: left; line-height: 1.65; }
.legal-doc h2 { margin: 1.9em 0 .5em; font-size: 1.05rem; }
.legal-doc h2:first-of-type { margin-top: 1.2em; }
.legal-doc p { margin: 0 0 .9em; }
.foot-legal { font-size: .85rem; opacity: .75; }
.foot-legal a { text-decoration: none; }
.foot-legal a:hover { text-decoration: underline; }
/* Contact and trading identity: quieter than the legal row, but never hidden —
   a buyer deciding whether to trust a charge should not have to hunt for it. */
.foot-contact { font-size: .85rem; opacity: .8; margin-top: 8px; }
.foot-contact a { text-decoration: none; color: var(--copper); }
.foot-contact a:hover { text-decoration: underline; }
.foot-who { font-size: .78rem; opacity: .55; margin-top: 6px; }
/* The reassurance line under the pay button — who takes the money, what shows
   on the statement, and how to undo it. Said before paying, not after. */
.buy-fine { font-size: .82rem; opacity: .7; margin-top: 12px; line-height: 1.5; }
.buy-fine a { color: var(--copper); }

/* earnings & payouts */
.payout-status .fineprint { font-size: .8rem; opacity: .6; margin-top: .8em; }
.payout-dest { display: flex; flex-wrap: wrap; gap: .6rem; align-items: flex-end; margin-top: 1rem; }
.payout-dest label { display: flex; flex-direction: column; gap: .25rem; font-size: .85rem; }
.payout-dest select, .payout-dest input { padding: .45rem .6rem; }
