:root {
  --paper: #f8fbff;
  --ink: #0c1824;
  --muted: #607080;
  --rule: rgba(22,42,64,0.72);
  --hairline: rgba(40,70,100,0.16);
  --accent: #13263b;
  --accent-soft: rgba(70,110,150,0.06);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background:
    linear-gradient(to bottom, rgba(255,255,255,0.45), rgba(255,255,255,0)),
    #e7eef5;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", Times, serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.page {
  max-width: 1080px;
  margin: 0 auto;
  padding: 64px 64px 74px;
  background: var(--paper);
  border-left: 1px solid var(--hairline);
  border-right: 1px solid var(--hairline);
  box-shadow: 0 0 0 1px rgba(255,255,255,0.6) inset;
}

.site-header {
  position: relative;
  text-align: center;
  margin-bottom: 18px;
  padding-top: 130px;
  padding-bottom: 44px;
  border-bottom: 3px double var(--rule);
  overflow: hidden;
}

.site-title-link {
  position: relative;
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

.site-title {
  margin: 0;
  font-family: "Iowan Old Style", Georgia, "Times New Roman", Times, serif;
  font-size: clamp(1.9rem, 4vw, 3.6rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
  font-weight: 800;
  color: var(--ink);
  white-space: nowrap;
}

.section-title {
  margin: 0 0 10px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.05rem;
  line-height: 1;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  text-align: center;
  font-weight: 700;
}

.section-note {
  margin: 0 0 22px;
  text-align: center;
  font-family: Optima, Candara, "Avenir Next", Avenir, "Segoe UI", sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.latest {
  margin: 0 0 34px;
  padding: 22px 0 30px;
  border-bottom: 1px solid var(--rule);
  background: transparent;
}

.latest-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.latest-card:nth-child(n+7) {
  display: none;
}

.latest.is-expanded .latest-card:nth-child(n+7):nth-child(-n+36) {
  display: block;
}

.latest.is-expanded .latest-card:nth-child(n+37) {
  display: none;
}

.latest-card {
  color: inherit;
  text-decoration: none;
  display: block;
  text-align: center;
}

.latest-card:hover .latest-album {
  color: var(--accent);
}

.latest-cover {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  border-radius: 0;
  border: 1px solid rgba(0,0,0,0.16);
  box-shadow: none;
  filter: grayscale(0.03) contrast(1.03) saturate(0.96);
  transition: opacity 160ms ease, transform 160ms ease;
}

.latest-card:hover .latest-cover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.latest-album {
  margin: 11px auto 2px;
  font-size: 0.84rem;
  line-height: 1.15;
  font-weight: 650;
  letter-spacing: -0.02em;
  max-width: 96%;
  min-height: 2.45em;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-wrap: balance;
}

.latest-artist {
  margin: 0;
  font-family: Optima, Candara, "Avenir Next", Avenir, "Segoe UI", sans-serif;
  font-size: 0.68rem;
  line-height: 1.3;
  color: var(--muted);
}

.latest-toggle {
  margin: 28px auto 0;
  display: block;
  border: 1px solid var(--ink);
  border-radius: 0;
  padding: 8px 18px 7px;
  background: transparent;
  color: var(--ink);
  font-family: Optima, Candara, "Avenir Next", Avenir, "Segoe UI", sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
}

.latest-toggle:hover {
  background: var(--ink);
  color: var(--paper);
}

.latest.is-expanded .latest-toggle-more,
.latest:not(.is-expanded) .latest-toggle-less {
  display: none;
}

.artist-index {
  margin-top: 0;
  padding-top: 22px;
  padding-bottom: 28px;
}

.artist-list {
  margin: 0 auto;
  padding: 0;
  max-width: 760px;
  list-style: none;
  column-count: 3;
  column-gap: 20px;
  font-size: 0.98rem;
  line-height: 1.7;
}

.artist-list li {
  break-inside: avoid;
  margin: 0 0 2px;
}

.artist-list a {
  display: inline-flex;
  align-items: baseline;
  gap: 0.4em;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.artist-list a:hover {
  color: var(--accent);
  border-bottom-color: rgba(122,45,34,0.28);
}

.artist-title {
  margin: 0 0 10px;
  font-family: "Iowan Old Style", Georgia, "Times New Roman", Times, serif;
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 0.8rem;
  color: var(--accent);
  text-align: center;
}

.review-count {
  color: var(--muted);
  font-family: Optima, Candara, "Avenir Next", Avenir, "Segoe UI", sans-serif;
  font-size: 0.72em;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-footer {
  margin-top: 56px;
  padding-top: 14px;
  border-top: 1px solid var(--rule);
  text-align: center;
  font-family: Optima, Candara, "Avenir Next", Avenir, "Segoe UI", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.artist-page .site-header {
  margin-top: 0;
  padding-top: 0;
}

.artist-page .site-title {
  margin-top: 10;
}

.artist-page {
  padding-top: 10;
}

@media (max-width: 820px) {
  .page {
    margin: 0;
    padding: 10px 7px 20px;
    box-shadow: none;
  }

  .site-title {
    white-space: normal;
  }

  .latest {
    padding: 10px 0 10px;
  }

  .latest-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 16px;
  }

  .artist-list {
    column-count: 1;
  }
}

@media (max-width: 520px) {
  .latest-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .artist-list {
    column-count: 1;
    text-align: center;
  }
}

.artist-hero {
  padding: 26px 0 30px;
  border-bottom: 1px solid var(--rule);
  text-align: center;
}

.artist-photo {
  width: 62%;
  height: auto;
  display: block;
  margin: 0 auto 24px;
  border: 1px solid rgba(0,0,0,0.16);
  filter: grayscale(0.03) contrast(1.03) saturate(0.96);
}

.album-index {
  margin: 0 auto;
  max-width: 820px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px 13px;
  font-family: Optima, Candara, "Avenir Next", Avenir, "Segoe UI", sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.album-index a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.album-index a:hover {
  color: var(--accent);
  border-bottom-color: var(--hairline);
}

.reviews {
  padding-top: 38px;
}

.review {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 30px;
  padding: 0 0 34px;
  margin-bottom: 34px;
  border-bottom: 1px solid var(--hairline);
}

.review:last-child {
  margin-bottom: 0;
}

.album-cover {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  border: 1px solid rgba(0,0,0,0.16);
  filter: grayscale(0.03) contrast(1.03) saturate(0.96);
}

.album-title {
  margin: -4px 0 12px;
  font-family: "Iowan Old Style", Georgia, "Times New Roman", Times, serif;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 800;
  color: var(--ink);
}

.album-title i {
  font-style: italic;
}

.album-year,
.rating {
  font-family: Optima, Candara, "Avenir Next", Avenir, "Segoe UI", sans-serif;
  font-size: 0.46em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
  white-space: nowrap;
}

.rating {
  color: var(--accent);
  letter-spacing: 0.04em;
}

.review p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.66;
  color: #162230;
  text-align: left;
}

@media (max-width: 700px) {
  .artist-photo {
    width: 100%;
    max-width: 360px;
    height: auto;
  }

  .album-index {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }

  .review {
    display: block;
  }

  .album-cover {
    display: block;
    width: 100%;
    max-width: 260px;
    height: auto;
    margin: 0 auto 18px;
  }

  .album-title {
    text-align: center;
    line-height: 1.35;
  }

  .review p {
    font-size: 1rem;
    line-height: 1.65;
  }
}