:root {
  color-scheme: dark;
  --night: #07090d;
  --panel: #171c24;
  --cream: #f5efe0;
  --muted: #aab1b2;
  --line: rgba(245, 239, 224, 0.16);
  --gold: #caa34a;
  --green: #0b7b6f;
  --rose: #b35264;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", sans-serif;
}

* { box-sizing: border-box; }
body {
  background: radial-gradient(circle at 82% 8%, rgba(179, 82, 100, 0.2), transparent 28%),
    radial-gradient(circle at 12% 24%, rgba(11, 123, 111, 0.18), transparent 30%),
    linear-gradient(180deg, var(--night), #10141b 52%, #090b10);
  color: var(--cream);
  margin: 0;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.site-header {
  align-items: center;
  background: rgba(7, 9, 13, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 16px clamp(18px, 4vw, 54px);
  position: sticky;
  top: 0;
  z-index: 20;
}
.brand { display: grid; gap: 3px; text-decoration: none; }
.brand span, .eyebrow, .section-kicker { color: var(--green); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.brand strong { font-size: 16px; }
.top-nav { display: flex; gap: 4px; }
.top-nav a, .button, .shop-link {
  border: 1px solid var(--line);
  border-radius: 6px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 850;
  justify-content: center;
  min-height: 40px;
  padding: 9px 12px;
  text-decoration: none;
}
.button.primary { background: var(--gold); border-color: var(--gold); color: #111; }
.shop-link {
  background: #11161d;
  border-color: #11161d;
  color: var(--cream);
}
.shop-link--spotify,
.shop-link--youtube {
  align-items: center;
  display: inline-flex;
}
.shop-link--spotify::before,
.shop-link--youtube::before {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 10px;
  font-weight: 900;
  height: 18px;
  justify-content: center;
  margin-right: 7px;
  width: 18px;
}
.shop-link--amazon {
  background: #252c3a;
  border-color: #252c3a;
  color: #fff;
}
.shop-link--rakuten {
  background: #b71f14;
  border-color: #b71f14;
  color: #fff;
}
.shop-link--yahoo {
  background: #f17732;
  border-color: #f17732;
  color: #fff;
}
.shop-link--spotify {
  background: #1db954;
  border-color: #1db954;
  color: #07120b;
}
.shop-link--spotify::before {
  background: rgba(7, 18, 11, 0.16);
  color: #07120b;
  content: "♪";
}
.shop-link--youtube {
  background: #d92525;
  border-color: #d92525;
  color: #fff;
}
.shop-link--youtube::before {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  content: "▶";
  font-size: 9px;
}
.shop-link:hover {
  transform: translateY(-1px);
}
.album-review { display: grid; gap: 40px; padding-bottom: 72px; }
.hero {
  align-items: center;
  display: grid;
  gap: clamp(30px, 4vw, 48px);
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  padding: clamp(44px, 6vw, 88px) clamp(22px, 4vw, 58px) 28px;
}

@media (min-width: 1100px) {
  .hero {
    gap: clamp(48px, 6vw, 110px);
    grid-template-columns: minmax(0, 1fr) minmax(360px, 480px);
    padding-inline: max(clamp(72px, 7vw, 120px), calc((100vw - 1500px) / 2));
  }
}
h1, h2, h3, p { margin: 0; }
h1 { font-size: clamp(40px, 6vw, 82px); line-height: 1; }
.lead, .body-text { color: #d7dcda; line-height: 1.85; }
.hero-copy {
  display: grid;
  gap: 16px;
  padding: clamp(8px, 1.4vw, 18px) 0;
}
.hero-copy .breadcrumb-list {
  margin-bottom: 2px;
}
.hero-copy .eyebrow {
  margin-top: 4px;
}
.hero-copy .lead {
  max-width: 760px;
}
.hero-copy .button-row {
  margin-top: 2px;
}
.hero-card {
  align-self: center;
  background: rgba(245, 239, 224, 0.95);
  border-radius: 8px;
  color: #15171b;
  display: grid;
  gap: 14px;
  padding: 14px;
}

.hero-share-slot {
  justify-self: center;
  width: min(100%, 540px);
}
.hero-image { aspect-ratio: 16 / 10; border-radius: 7px; object-fit: cover; width: 100%; }
.album-meta-card {
  display: grid;
  gap: 10px;
  padding: 4px 2px 2px;
}
.album-meta-card span {
  color: #3d403f;
  font-size: 14px;
  line-height: 1.5;
}
.album-meta-card strong {
  color: #111316;
  font-size: 18px;
  line-height: 1.25;
}
.album-meta-card p {
  color: #2d302f;
  line-height: 1.75;
}
.content-layout {
  align-items: start;
  display: grid;
  gap: clamp(24px, 3vw, 34px);
  grid-template-columns: minmax(0, 1fr) minmax(220px, 280px);
  padding: 0 clamp(22px, 4vw, 58px);
}
.main-column, .side-rail { display: grid; gap: 22px; }
.side-rail {
  align-content: start;
  align-self: start;
  position: sticky;
  top: 92px;
}
.section, .rail-panel {
  background: rgba(23, 28, 36, 0.78);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 16px;
  padding: clamp(18px, 3vw, 28px);
}
.rail-panel {
  gap: 12px;
  padding: 16px;
}
.rail-panel h3 {
  font-size: 18px;
  line-height: 1.25;
  margin: 0;
}
.rail-cta {
  background: rgba(245, 239, 224, 0.95);
  color: #15171b;
}
.ad-panel {
  background: linear-gradient(135deg, rgba(11, 123, 111, 0.18), rgba(202, 163, 74, 0.12));
}
.ad-box {
  align-items: center;
  border: 1px dashed rgba(245, 239, 224, 0.32);
  border-radius: 8px;
  color: var(--muted);
  display: flex;
  font-size: 13px;
  font-weight: 800;
  justify-content: center;
  min-height: 120px;
}
.section-header { display: grid; gap: 8px; }
.section h2 { font-size: clamp(26px, 3vw, 42px); line-height: 1.1; }
.check-list, .toc-list, .related-list { display: grid; gap: 9px; margin: 0; padding-left: 20px; }
.media-grid { display: grid; gap: 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.link-grid { display: grid; gap: 12px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.media-embed { margin: 0; }
.media-embed iframe { aspect-ratio: 16 / 9; border: 0; border-radius: 8px; width: 100%; }
.media-embed figcaption { color: var(--muted); font-size: 13px; margin-top: 6px; }
.product-box, .link-card {
  background: #fffdf7;
  border-radius: 8px;
  color: #15171b;
  display: grid;
  gap: 10px;
  padding: 14px;
  text-decoration: none;
}
.product-box {
  border-left: 5px solid var(--gold);
}
.product-box .section-kicker {
  color: var(--green);
}
#links .link-card.has-image {
  background:
    linear-gradient(180deg, rgba(12, 14, 18, 0.16), rgba(9, 10, 13, 0.68)),
    linear-gradient(90deg, rgba(12, 16, 19, 0.42), rgba(12, 16, 19, 0.12)),
    var(--card-image) center / cover;
  border-color: rgba(255, 250, 238, 0.18);
  box-shadow: 0 18px 36px rgba(10, 12, 16, 0.18);
  min-height: 176px;
  overflow: hidden;
  position: relative;
}
#links .link-card.has-image::after {
  background:
    linear-gradient(135deg, rgba(202, 162, 75, 0.12), transparent 48%),
    linear-gradient(90deg, rgba(21, 91, 82, 0.1), transparent 62%),
    linear-gradient(0deg, rgba(255, 250, 238, 0.04), transparent 54%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}
#links .link-card.has-image span,
#links .link-card.has-image strong,
#links .link-card.has-image small {
  position: relative;
  z-index: 1;
}
#links .link-card.has-image span,
#links .link-card.has-image small {
  color: rgba(255, 250, 238, 0.84);
}
#links .link-card.has-image strong {
  color: #fffaf0;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.58);
}
.bottom-cta {
  background: rgba(245, 239, 224, 0.95);
  border-color: rgba(202, 163, 74, 0.5);
  color: #15171b;
}
.bottom-cta .body-text {
  color: #3a3326;
}
.button-row { display: flex; flex-wrap: wrap; gap: 8px; }
.cta-groups {
  display: grid;
  gap: 12px;
}
.action-group {
  display: grid;
  gap: 7px;
}
.action-group > span {
  color: #69716f;
  font-size: 12px;
  font-weight: 900;
}
.service-group {
  background: rgba(255, 253, 247, 0.72);
  border: 1px solid rgba(245, 239, 224, 0.2);
  border-radius: 8px;
  padding: 12px;
}
.service-group--youtube {
  background: rgba(217, 37, 37, 0.1);
  border-color: rgba(217, 37, 37, 0.24);
}
.service-group--youtube > span {
  color: #ffb4b4;
}
.service-group--spotify {
  background: rgba(29, 185, 84, 0.12);
  border-color: rgba(29, 185, 84, 0.26);
}
.service-group--spotify > span {
  color: #79df9b;
}
@media (max-width: 980px) {
  .hero, .content-layout, .media-grid { grid-template-columns: 1fr; }
  .hero-share-slot { justify-self: stretch; width: 100%; }
  .side-rail { position: static; }
}

@media (min-width: 981px) {
  .hero-copy {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .hero-card {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    max-width: 540px;
    width: 100%;
  }

  .hero-share-slot {
    grid-column: 2;
    grid-row: 2;
    margin-top: -12px;
  }
}

@media (max-width: 720px) {
  .link-grid { grid-template-columns: 1fr; }
}
