:root {
  --ink: #1c1a24;
  --ink-2: #26232f;
  --card: #2e2a38;
  --line: #3d3849;
  --cream: #fbf3e4;
  --muted: #b9b1c4;
  --teal: #2b839a;
  --teal-hi: #4fd1e6;
  --orange: #f47b20;
  --red: #e63a3a;
  --radius: 16px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; background: var(--ink); color: var(--cream);
  font: 16px/1.5 Inter, system-ui, -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
.sr, .skip:not(:focus) { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.skip:focus { position: fixed; top: 12px; left: 12px; z-index: 10; background: var(--orange); color: var(--ink); padding: 8px 14px; border-radius: 8px; }

/* hero */
.hero {
  position: relative; overflow: hidden; text-align: center;
  padding: 56px 16px 40px;
  background: radial-gradient(120% 90% at 50% 10%, #2b839a 0%, #1f5f72 38%, var(--ink) 78%);
}
.rings {
  position: absolute; inset: -40% -20% auto; height: 140%; pointer-events: none; opacity: .18;
  background: repeating-radial-gradient(circle at 50% 38%, transparent 0 22px, #000 23px 24px);
}
.logo { position: relative; width: min(360px, 78vw); margin: 0 auto; filter: drop-shadow(0 18px 30px rgba(0,0,0,.45)); }
.tag { position: relative; margin: 22px auto 0; font-size: 1.15rem; font-weight: 600; line-height: 1.4; text-wrap: balance; }
/* one sentence per line, never an orphaned word */
.tag span { display: block; color: var(--orange); }
.jump { position: relative; display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-top: 22px; }
.jump a {
  text-decoration: none; font-weight: 700; padding: 10px 18px; border-radius: 999px;
  background: rgba(0,0,0,.28); border: 1px solid rgba(255,255,255,.18);
}
.jump a:hover, .jump a:focus-visible { background: var(--orange); color: var(--ink); border-color: var(--orange); }

main { max-width: 1180px; margin: 0 auto; padding: 0 16px; }

/* release cards */
.release { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; }
.release[hidden] { display: none; }
.cover { position: relative; display: block; aspect-ratio: 1; background: var(--ink-2); }
.cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.cover::after {
  content: ""; position: absolute; inset: 0; margin: auto; width: 64px; height: 64px; border-radius: 50%;
  background: var(--orange) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%231c1a24' d='M8 5v14l11-7z'/%3E%3C/svg%3E") center/32px no-repeat;
  opacity: 0; transform: scale(.85); transition: opacity .2s, transform .2s; box-shadow: 0 8px 24px rgba(0,0,0,.4);
}
.cover:hover img { transform: scale(1.03); }
.cover:hover::after, .cover:focus-visible::after { opacity: 1; transform: scale(1); }
.meta { padding: 14px 16px 16px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.release h3 { margin: 0; font-size: 1.02rem; line-height: 1.25; font-weight: 700; }
.date { margin: 0; color: var(--muted); font-size: .85rem; }
.stores { display: flex; gap: 8px; margin-top: auto; padding-top: 8px; }
.store {
  display: grid; place-items: center; width: 36px; height: 36px; border-radius: 10px;
  background: var(--ink-2); border: 1px solid var(--line); transition: background .15s, border-color .15s;
}
.store:hover, .store:focus-visible { background: var(--teal); border-color: var(--teal-hi); }
.ico { width: 18px; height: 18px; fill: var(--cream); }
.listen { font-weight: 700; font-size: .9rem; color: var(--orange); text-decoration: none; margin-top: 4px; }
.listen:hover, .listen:focus-visible { text-decoration: underline; }

/* latest */
.latest { margin-top: -8px; padding: 24px 0 8px; }
.featured { flex-direction: row; background: linear-gradient(135deg, #332d3f, var(--card)); }
.featured .cover { flex: 0 0 min(420px, 45%); }
.featured .meta { padding: 28px 32px; justify-content: center; gap: 10px; }
.featured h3 { font-family: "Archivo Black", Inter, sans-serif; font-weight: 400; font-size: clamp(1.6rem, 3.4vw, 2.6rem); line-height: 1.05; }
.featured .date { font-size: 1rem; }
.featured .stores { margin-top: 10px; }
.featured .store { width: 46px; height: 46px; border-radius: 12px; }
.featured .ico { width: 22px; height: 22px; }
.featured .listen {
  align-self: flex-start; margin-top: 12px; background: var(--orange); color: var(--ink);
  padding: 12px 20px; border-radius: 999px; font-size: 1rem;
}
.featured .listen:hover { text-decoration: none; filter: brightness(1.08); }
.kicker { margin: 0; text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; font-weight: 700; color: var(--teal-hi); }

/* catalog */
.catalog { padding: 40px 0 24px; }
.catalog-head { display: flex; align-items: end; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 18px; }
.catalog h2 { margin: 0; font-family: "Archivo Black", Inter, sans-serif; font-weight: 400; font-size: clamp(1.6rem, 3vw, 2.2rem); }
.search input {
  width: min(320px, 100%); padding: 12px 16px; border-radius: 999px; font: inherit; color: var(--cream);
  background: var(--ink-2); border: 1px solid var(--line);
}
.search input:focus { outline: 2px solid var(--teal-hi); outline-offset: 1px; }
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 18px; }
.empty { color: var(--muted); }

.foot { text-align: center; padding: 40px 16px 56px; color: var(--muted); border-top: 1px solid var(--line); margin-top: 32px; }
.foot img { margin: 0 auto 10px; }
.foot p { margin: 4px 0; }
.foot strong { color: var(--cream); }
.small { font-size: .82rem; }

a:focus-visible { outline: 2px solid var(--teal-hi); outline-offset: 2px; }

@media (max-width: 720px) {
  .featured { flex-direction: column; }
  .featured .cover { flex-basis: auto; }
  .featured .meta { padding: 20px; }
  .grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .meta { padding: 12px; }
  .store { width: 32px; height: 32px; }
}
@media (prefers-reduced-motion: reduce) { * { transition: none !important; scroll-behavior: auto !important; } }
