:root {
  --ink: #16120c;
  --paper: #f4efe4;
  --rule: #c9b99a;
  --accent: #7a1f1f;
  --muted: #6a6256;
  --card: #fffdf8;
  --oyotta-mark: #176B45;
  --brand-neutral: #16120c;
}
* { box-sizing: border-box; }
html { background: var(--paper); }
body {
  margin: 0;
  color: var(--ink);
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, "Times New Roman", serif;
  line-height: 1.65;
  background: var(--paper);
}
a { color: var(--accent); }
a:hover { text-decoration-thickness: 2px; }
.skip { position: absolute; left: -999px; }
header.site {
  border-bottom: 3px solid var(--ink);
  padding: 1.25rem 1.5rem 1rem;
}
.brand { font-size: 0.75rem; letter-spacing: 0.28em; text-transform: uppercase; margin: 0; color: var(--brand-neutral); }
.brand .oyotta-mark,
.publisher-mark .oyotta-mark,
footer.site .oyotta-mark {
  color: var(--oyotta-mark);
  font-weight: 650;
}
.brand .brand-rest,
.publisher-mark .brand-rest,
footer.site .brand-rest {
  color: var(--brand-neutral);
  font-weight: 500;
}
.publisher-mark {
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 1.5rem 0 0;
  color: var(--brand-neutral);
}
.brand-sub { margin: 0.2rem 0 0; font-size: 0.95rem; color: var(--muted); }
nav.site {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.1rem;
  margin-top: 0.85rem;
}
nav.site a {
  color: var(--ink);
  text-decoration: none;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: "Avenir Next", "Segoe UI", sans-serif;
}
nav.site a:hover { text-decoration: underline; }
.notice {
  background: #efe4c8;
  border-left: 4px solid var(--accent);
  padding: 0.7rem 1rem;
  margin: 0;
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.9rem;
}
main { max-width: 920px; margin: 0 auto; padding: 1.5rem; }
h1 { font-weight: 600; letter-spacing: -0.02em; line-height: 1.15; margin: 0.4rem 0 1rem; }
h2 { border-bottom: 1px solid var(--rule); padding-bottom: 0.35rem; }
.lede { font-size: 1.15rem; }
.meta, .cite, figcaption {
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.88rem;
  color: var(--muted);
}
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1.1rem;
}
.card {
  background: var(--card);
  border: 1px solid var(--rule);
  padding: 0.9rem;
  text-decoration: none;
  color: inherit;
  display: block;
}
.card img { width: 100%; height: auto; display: block; margin-bottom: 0.6rem; }
.card h3 { margin: 0 0 0.35rem; font-size: 1.05rem; }
table.tracks { width: 100%; border-collapse: collapse; font-family: "Avenir Next", "Segoe UI", sans-serif; font-size: 0.92rem; }
table.tracks th, table.tracks td { text-align: left; padding: 0.35rem 0.4rem; border-bottom: 1px solid var(--rule); }
.cover-hero { max-width: 520px; width: 100%; height: auto; border: 1px solid var(--ink); }
footer.site {
  border-top: 2px solid var(--ink);
  margin-top: 3rem;
  padding: 1.5rem;
  font-size: 0.88rem;
  color: var(--muted);
  font-family: "Avenir Next", "Segoe UI", sans-serif;
}
footer.site a { color: var(--muted); }
.rev { font-size: 0.8rem; color: var(--muted); }
dl.facts dt { font-family: "Avenir Next", "Segoe UI", sans-serif; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); }
dl.facts dd { margin: 0 0 0.7rem; }
.audio-row { margin: 0.4rem 0; }
