:root {
  --ink: #16121a;
  --muted: #5f5967;
  --paper: #fff9f1;
  --paper-2: #f8efe2;
  --line: #d9cabb;
  --teal: #118f8b;
  --coral: #f06449;
  --yellow: #ffc857;
  --violet: #5f4bb6;
  --green: #2a9d6f;
  --shadow: 0 22px 70px rgba(22, 18, 26, 0.16);
  --radius: 8px;
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(17, 143, 139, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(95, 75, 182, 0.05) 1px, transparent 1px),
    var(--paper);
  background-size: 34px 34px;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.skip-link,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.skip-link:focus {
  z-index: 10;
  width: auto;
  height: auto;
  clip: auto;
  left: 16px;
  top: 16px;
  padding: 10px 14px;
  background: var(--ink);
  color: #fff;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 5;
  background: rgba(255, 249, 241, 0.88);
  border-bottom: 1px solid rgba(22, 18, 26, 0.12);
  backdrop-filter: blur(14px);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1180px;
  margin: 0 auto;
  padding: 16px 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 850;
  text-decoration: none;
  letter-spacing: 0;
}

.brand-mark {
  width: 26px;
  height: 18px;
  border: 2px solid var(--ink);
  border-radius: 4px;
  background: linear-gradient(90deg, var(--coral), var(--yellow), var(--teal));
  box-shadow: 3px 3px 0 var(--ink);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
}

.nav-links a {
  text-decoration: none;
}

.nav-links a:hover {
  color: var(--ink);
}

.nav-links a.active {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-color: var(--coral);
  text-decoration-thickness: 3px;
  text-underline-offset: 7px;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.section-band {
  max-width: 1180px;
  margin: 0 auto;
  padding: 76px 22px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.78fr);
  align-items: center;
  gap: 58px;
  min-height: calc(100vh - 72px);
  padding-top: 62px;
  padding-bottom: 48px;
}

.page-hero {
  padding-top: 92px;
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(22, 18, 26, 0.12);
}

.page-hero h1 {
  max-width: 980px;
}

.compact-band {
  padding-top: 48px;
}

.third-party-notice {
  display: inline-flex;
  margin: 0 0 22px;
  padding: 9px 12px;
  border: 1px solid rgba(240, 100, 73, 0.45);
  border-radius: 999px;
  background: rgba(240, 100, 73, 0.09);
  color: #8a2f20;
  font-size: 13px;
  font-weight: 850;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 810px;
  margin-bottom: 22px;
  font-size: clamp(48px, 7vw, 92px);
  line-height: 0.92;
  letter-spacing: 0;
}

h2 {
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: 0;
}

.hero-lede,
.section-heading p,
.info-grid p,
.soundtrack p,
.sources p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 34px 0 34px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: var(--radius);
  font-size: 15px;
  font-weight: 850;
  text-decoration: none;
}

.button.primary {
  color: #fff;
  background: var(--ink);
  box-shadow: 5px 5px 0 var(--coral);
}

.button.secondary {
  border: 1px solid var(--ink);
  background: #fff;
}

.fact-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 720px;
  margin: 0;
}

.fact-strip div {
  padding: 16px;
  border: 1px solid rgba(22, 18, 26, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.58);
}

dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

dd {
  margin: 6px 0 0;
  font-weight: 850;
}

.hero-art {
  display: grid;
  gap: 20px;
}

.cassette {
  position: relative;
  padding: 24px;
  aspect-ratio: 1.42;
  border: 3px solid var(--ink);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0)),
    linear-gradient(160deg, var(--yellow), var(--coral) 42%, var(--violet));
  box-shadow: 12px 12px 0 var(--ink);
  overflow: hidden;
}

.cassette::before,
.cassette::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.36);
}

.cassette::before {
  right: -54px;
  top: -54px;
}

.cassette::after {
  left: -70px;
  bottom: -70px;
}

.cassette-top,
.cassette-bottom {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  color: rgba(22, 18, 26, 0.72);
  font-size: 12px;
  font-weight: 900;
}

.cassette-label {
  position: relative;
  z-index: 1;
  margin-top: 18px;
  padding: 18px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: rgba(255, 249, 241, 0.92);
}

.cassette-label span {
  display: block;
  color: var(--muted);
  font-size: 18px;
  font-weight: 850;
}

.cassette-label strong {
  display: block;
  margin-top: 6px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 0.9;
}

.reels {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 72px 1fr 72px;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
}

.reels span {
  width: 72px;
  height: 72px;
  border: 13px solid var(--paper);
  border-radius: 50%;
  background: radial-gradient(circle, var(--ink) 0 6px, transparent 7px);
  box-shadow: inset 0 0 0 3px var(--ink), 0 0 0 3px var(--ink);
}

.window {
  height: 32px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: rgba(22, 18, 26, 0.7);
}

.cassette-bottom {
  margin-top: 24px;
}

.cassette-bottom span {
  display: block;
  width: 44px;
  height: 12px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: rgba(255, 249, 241, 0.65);
}

.track-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.track-list a {
  padding: 13px 14px;
  border: 1px solid rgba(22, 18, 26, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.directory {
  border-top: 1px solid rgba(22, 18, 26, 0.12);
}

.directory-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.intent-card,
.content-card {
  border: 1px solid rgba(22, 18, 26, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.68);
}

.intent-card {
  display: block;
  min-height: 214px;
  padding: 20px;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.intent-card:hover {
  transform: translateY(-3px);
  border-color: var(--ink);
  box-shadow: 6px 6px 0 rgba(22, 18, 26, 0.86);
}

.intent-card span {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(255, 200, 87, 0.26);
  color: #7b4b00;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.intent-card p,
.content-card p,
.content-card li,
.source-list p,
.source-list li,
.guide-table td {
  color: var(--muted);
  line-height: 1.65;
}

.two-column {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.content-card {
  padding: 24px;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 22px;
}

.guide-table {
  border-top: 1px solid rgba(22, 18, 26, 0.12);
}

.guide-table table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid rgba(22, 18, 26, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.68);
}

.guide-table th,
.guide-table td {
  padding: 16px;
  border-bottom: 1px solid rgba(22, 18, 26, 0.12);
  text-align: left;
  vertical-align: top;
}

.guide-table th {
  width: 24%;
  color: var(--ink);
  font-weight: 900;
}

.guide-table tr:last-child th,
.guide-table tr:last-child td {
  border-bottom: 0;
}

.source-list {
  border-top: 1px solid rgba(22, 18, 26, 0.12);
}

.source-list ul {
  display: grid;
  gap: 10px;
  margin-bottom: 0;
  padding-left: 20px;
}

.source-list a {
  font-weight: 850;
  text-underline-offset: 4px;
}

.info-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 48px;
  border-top: 1px solid rgba(22, 18, 26, 0.12);
}

.info-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.info-list div,
.score-panel,
.worth-panel,
.guide-panel,
.faq details,
.store-card,
.review-item {
  border: 1px solid rgba(22, 18, 26, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.68);
}

.info-list div {
  min-height: 128px;
  padding: 20px;
}

.info-list span,
.score-panel span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.info-list strong,
.score-panel strong {
  display: block;
  margin-top: 10px;
  font-size: 22px;
  line-height: 1.2;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(280px, 0.48fr);
  align-items: end;
  gap: 42px;
  margin-bottom: 34px;
}

.store-controls,
.guide-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.chip,
.tab {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--muted);
  font: inherit;
  font-size: 14px;
  font-weight: 850;
  cursor: pointer;
}

.chip.active,
.tab.active {
  border-color: var(--ink);
  color: #fff;
  background: var(--ink);
}

.store-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(190px, 1fr));
  gap: 14px;
}

.store-grid-featured {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: stretch;
  gap: 18px;
}

.store-grid-featured .store-card {
  grid-column: span 2;
}

.store-grid-featured .store-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.store-grid-featured .store-card:nth-child(5) {
  grid-column: 4 / span 2;
}

.store-card {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  padding: 20px;
}

.store-card[hidden] {
  display: none;
}

.store-card-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
}

.store-card-head h2,
.store-card-head h3 {
  overflow-wrap: anywhere;
  hyphens: auto;
}

.store-card-head h2 {
  margin-bottom: 0;
  font-size: clamp(30px, 3.1vw, 44px);
  line-height: 1;
}

.store-card-head span {
  flex: 0 0 auto;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(17, 143, 139, 0.1);
  color: #0f6f6d;
  font-size: 12px;
  font-weight: 850;
}

.store-card p,
.review-item p,
.worth-panel p,
.guide-panel,
.faq p,
.sources li {
  color: var(--muted);
  line-height: 1.6;
}

.store-card dl {
  display: grid;
  gap: 10px;
  margin: auto 0 18px;
}

.store-card dl div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-top: 1px solid rgba(22, 18, 26, 0.12);
  padding-top: 10px;
}

.store-grid-featured .store-card {
  min-height: 360px;
  padding: 24px;
}

.store-grid-featured .store-card p {
  max-width: 34rem;
  margin-top: 24px;
}

.store-grid-featured .store-card dl {
  margin-top: auto;
}

.store-grid-featured .store-card dd {
  max-width: 130px;
  text-align: right;
  line-height: 1.15;
}

.store-grid-featured .store-card .text-link {
  margin-top: 4px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font-weight: 900;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.text-link::after {
  content: "";
  width: 0.55em;
  height: 0.55em;
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  transform: rotate(45deg);
}

.split-section {
  border-top: 1px solid rgba(22, 18, 26, 0.12);
}

.review-summary {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 14px;
  margin-bottom: 14px;
}

.score-panel,
.worth-panel {
  padding: 22px;
}

.score-panel {
  background: var(--ink);
  color: #fff;
}

.score-panel span,
.score-panel p,
.score-panel small {
  color: rgba(255, 255, 255, 0.72);
}

.score-panel .text-link {
  color: #fff;
}

.review-list {
  display: grid;
  gap: 12px;
}

.review-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 22px;
  padding: 20px;
}

.review-meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
}

.review-meta a {
  color: var(--ink);
  font-weight: 900;
}

.guide {
  border-top: 1px solid rgba(22, 18, 26, 0.12);
}

.guide-panel {
  padding: 26px;
}

.guide-panel ul {
  display: grid;
  gap: 12px;
  margin-bottom: 0;
  padding-left: 22px;
}

.soundtrack {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 0.6fr);
  gap: 40px;
  align-items: center;
  border-top: 1px solid rgba(22, 18, 26, 0.12);
}

.sound-bars {
  display: flex;
  align-items: end;
  justify-content: space-between;
  height: 180px;
  padding: 18px;
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 8px 8px 0 var(--teal);
}

.sound-bars span {
  width: 12%;
  border-radius: 999px 999px 3px 3px;
  background: linear-gradient(180deg, var(--coral), var(--yellow));
}

.sound-bars span:nth-child(1) { height: 48%; }
.sound-bars span:nth-child(2) { height: 82%; }
.sound-bars span:nth-child(3) { height: 34%; }
.sound-bars span:nth-child(4) { height: 68%; }
.sound-bars span:nth-child(5) { height: 92%; }
.sound-bars span:nth-child(6) { height: 56%; }

.faq {
  border-top: 1px solid rgba(22, 18, 26, 0.12);
}

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

.faq details {
  padding: 0;
}

.faq summary {
  cursor: pointer;
  padding: 18px 20px;
  font-size: 18px;
  font-weight: 850;
}

.faq p {
  margin: 0;
  padding: 0 20px 20px;
}

.sources {
  border-top: 1px solid rgba(22, 18, 26, 0.12);
}

.sources ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 28px;
  padding-left: 18px;
}

.sources a {
  font-weight: 800;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 34px 22px 48px;
  border-top: 2px solid var(--ink);
}

.site-footer p {
  max-width: 900px;
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.site-footer a {
  font-weight: 900;
}

@media (max-width: 980px) {
  .hero,
  .info-grid,
  .section-heading,
  .review-summary,
  .soundtrack,
  .two-column {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .store-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .store-grid-featured {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .store-grid-featured .store-card,
  .store-grid-featured .store-card:nth-child(4),
  .store-grid-featured .store-card:nth-child(5) {
    grid-column: auto;
  }

  .directory-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .review-item {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .nav-toggle {
    display: block;
  }

  .nav {
    flex-wrap: wrap;
  }

  .nav-links {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding-top: 14px;
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    padding: 12px 0;
    border-top: 1px solid rgba(22, 18, 26, 0.1);
  }

  .section-band {
    padding: 52px 18px;
  }

  .page-hero {
    padding-top: 52px;
    padding-bottom: 34px;
  }

  .hero {
    gap: 32px;
    padding-top: 32px;
  }

  h1 {
    font-size: 38px;
    line-height: 0.98;
  }

  .hero-lede,
  .section-heading p,
  .info-grid p,
  .soundtrack p,
  .sources p {
    font-size: 16px;
    line-height: 1.55;
  }

  .third-party-notice {
    margin-bottom: 14px;
    font-size: 12px;
  }

  .hero-actions {
    margin: 22px 0;
  }

  .button {
    width: 100%;
  }

  .info-list,
  .store-grid,
  .directory-grid,
  .sources ul,
  .track-list,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .fact-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .fact-strip div {
    padding: 10px 8px;
  }

  .fact-strip dt {
    font-size: 10px;
  }

  .fact-strip dd {
    font-size: 12px;
    line-height: 1.25;
  }

  .store-card {
    min-height: auto;
  }

  .store-grid-featured {
    grid-template-columns: 1fr;
  }

  .store-grid-featured .store-card {
    min-height: auto;
  }

  .store-grid-featured .store-card-head h2 {
    font-size: 34px;
  }

  .intent-card {
    min-height: auto;
  }

  .guide-table {
    overflow-x: auto;
  }

  .guide-table table {
    min-width: 620px;
  }

  .cassette {
    aspect-ratio: 1.26;
    box-shadow: 7px 7px 0 var(--ink);
  }

  .cassette-label strong {
    font-size: 34px;
  }

  .reels {
    grid-template-columns: 54px 1fr 54px;
  }

  .reels span {
    width: 54px;
    height: 54px;
    border-width: 10px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .sound-bars span {
    animation: pulseBars 2.8s ease-in-out infinite;
  }

  .sound-bars span:nth-child(2n) {
    animation-delay: 0.35s;
  }

  .sound-bars span:nth-child(3n) {
    animation-delay: 0.75s;
  }

  @keyframes pulseBars {
    0%, 100% { transform: scaleY(0.92); transform-origin: bottom; }
    50% { transform: scaleY(1); transform-origin: bottom; }
  }
}
