/* After the Head · Ink on Black (Look 02 inverted, per Rich 2026-08-18)
   True black ground, ivory ink, Blue Note cobalt accent, brick red as rare secondary. */
:root {
  --bg: #0E0E0C;
  --bg2: #171713;
  --ink: #F0EAD9;
  --muted: #97917F;
  --accent: #4A74E8;
  --accent2: #D25A3C;
  --line: #26261F;
}
* { box-sizing: border-box; }
html { background: var(--bg); }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: 'Iowan Old Style', Palatino, 'Palatino Linotype', Georgia, serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
.disp, h1, h2, h3, .btn, .navlinks, .eyebrow, .chip {
  font-family: 'Avenir Next Condensed', 'AvenirNextCondensed-DemiBold', 'Arial Narrow', 'Helvetica Neue', sans-serif;
}
.wrap { max-width: 1060px; margin: 0 auto; padding: 0 24px; }
.prose { max-width: 68ch; }
a { color: var(--ink); text-decoration: underline; text-decoration-color: var(--accent); text-underline-offset: 3px; }
a:hover { color: var(--accent); }
a:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; border-radius: 2px; }

.eyebrow { font-weight: 700; font-size: 12px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--accent); margin: 0 0 10px; }
h1 { font-weight: 700; font-size: clamp(40px, 7vw, 76px); line-height: 0.98; letter-spacing: 0.01em; text-transform: uppercase; margin: 0 0 18px; text-wrap: balance; }
h2 { font-weight: 700; font-size: 30px; letter-spacing: 0.02em; text-transform: uppercase; margin: 0 0 18px; text-wrap: balance; }
h3 { font-weight: 600; font-size: 18px; letter-spacing: 0.04em; text-transform: uppercase; color: var(--accent); margin: 26px 0 8px; }
section { padding: 52px 0; border-top: 1px solid var(--line); }
section.flush { border-top: none; }

/* nav */
.nav { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 0; flex-wrap: wrap; }
.nav .brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.navlinks { display: flex; gap: 20px; flex-wrap: wrap; font-weight: 600; letter-spacing: 0.1em; font-size: 13px; text-transform: uppercase; }
.navlinks a { color: var(--muted); text-decoration: none; }
.navlinks a:hover, .navlinks a[aria-current="page"] { color: var(--ink); }

/* buttons */
.btn { display: inline-block; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; font-size: 14px; padding: 12px 20px; border-radius: 4px; text-decoration: none; cursor: pointer; border: none; }
.btn.primary { background: var(--accent); color: #0E0E0C; }
.btn.primary:hover { background: #6288F0; color: #0E0E0C; }
.btn.ghost { border: 1px solid var(--line); color: var(--ink); background: transparent; }
.btn.ghost:hover { border-color: var(--accent); color: var(--ink); }

/* hero */
.hero { padding: 64px 0 56px; }
.hero-full { position: relative; border-bottom: 1px solid var(--line); overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center 30%; filter: grayscale(1) contrast(1.05); opacity: 0.42; }
.hero-scrim { position: absolute; inset: 0; background: linear-gradient(90deg, #0E0E0C 12%, rgba(14,14,12,0.72) 55%, rgba(14,14,12,0.35) 100%); }
.hero-full .wrap { position: relative; }
.photo { width: 100%; border-radius: 8px; border: 1px solid var(--line); display: block; filter: grayscale(1); }
.photo-credit { font-size: 11.5px; color: var(--muted); margin-top: 6px; line-height: 1.4; }
.podart { width: 128px; height: 128px; border-radius: 8px; flex: none; border: 1px solid var(--line); }
.photo-side { display: grid; grid-template-columns: 1.2fr 1fr; gap: 26px; align-items: start; }
@media (max-width: 820px) { .photo-side { grid-template-columns: 1fr; } }
.hero .tag { font-size: 19px; font-style: italic; color: var(--muted); max-width: 52ch; margin: 0 0 26px; }
.cta-row { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }

/* email capture */
.email { display: flex; gap: 8px; margin-top: 22px; max-width: 440px; }
.email input { flex: 1; padding: 12px 14px; border-radius: 4px; border: 1px solid var(--line); background: var(--bg2); color: var(--ink); font-family: inherit; font-size: 15px; }
.email input:focus-visible { outline: 2px solid var(--accent); outline-offset: 1px; }
.fine { font-size: 12.5px; color: var(--muted); margin-top: 8px; }

/* cards + grids */
.card { background: var(--bg2); border: 1px solid var(--line); border-radius: 6px; padding: 18px; }
.grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.grid4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
@media (max-width: 900px) { .grid4 { grid-template-columns: repeat(2, 1fr); } .grid3 { grid-template-columns: 1fr; } .grid2 { grid-template-columns: 1fr; } }
.chip { display: inline-block; font-size: 10.5px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 2px 8px; border-radius: 999px; border: 1px solid var(--line); color: var(--muted); margin-bottom: 10px; }

.artist-card .nm { font-family: 'Avenir Next Condensed', 'Arial Narrow', sans-serif; font-weight: 700; font-size: 18px; letter-spacing: 0.03em; text-transform: uppercase; }
.artist-card .inst { color: var(--accent); font-size: 12.5px; font-family: 'Avenir Next Condensed', 'Arial Narrow', sans-serif; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; margin: 4px 0 8px; }
.artist-card .blurb { color: var(--muted); font-size: 13.5px; line-height: 1.45; }
a.cardlink { text-decoration: none; display: block; }
a.cardlink:hover .card { border-color: var(--accent); }
a.cardlink .card { transition: border-color 120ms ease; height: 100%; }

/* podcast block */
.pod { display: flex; gap: 22px; align-items: center; background: var(--bg2); border: 1px solid var(--line); border-radius: 8px; padding: 24px; flex-wrap: wrap; }
.play { width: 64px; height: 64px; border-radius: 50%; background: var(--accent); flex: none; position: relative; }
.play::after { content: ""; position: absolute; left: 26px; top: 20px; border-left: 18px solid var(--bg); border-top: 12px solid transparent; border-bottom: 12px solid transparent; }
audio { width: 100%; max-width: 640px; margin-top: 14px; }

/* callout */
.callout { background: var(--bg2); border: 1px solid var(--accent); border-radius: 8px; padding: 24px; }

/* footer */
footer { border-top: 1px solid var(--line); padding: 36px 0 60px; color: var(--muted); font-size: 13px; }
footer .legal-links { display: flex; gap: 18px; flex-wrap: wrap; font-family: 'Avenir Next Condensed', 'Arial Narrow', sans-serif; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; font-size: 11.5px; margin-bottom: 16px; }
footer .legal-links a { color: var(--muted); }
footer p { max-width: 78ch; line-height: 1.55; margin: 6px 0; }

/* prose pages (legal, profiles, guides) */
.page { padding: 46px 0 70px; }
.page h1 { font-size: clamp(34px, 5.5vw, 54px); }
.page .updated { color: var(--muted); font-size: 13px; margin-bottom: 26px; }
.page p, .page li { max-width: 68ch; }
.page ul { padding-left: 22px; }

@media (prefers-reduced-motion: reduce) { * { transition: none !important; } }

/* live listings (tonight + artist pages, populated by /assets/listings.js) */
.listings { margin: 18px 0 0; }
.listings-updated { margin: 0 0 16px; }
.listings-day { margin: 22px 0 8px; }
.listings-list { list-style: none; margin: 0; padding: 0; }
.listings-item { padding: 8px 0; border-top: 1px solid var(--line); font-size: 15px; }
.listings-item:first-child { border-top: none; }
.listings-venue { color: var(--accent); font-family: 'Avenir Next Condensed', 'Arial Narrow', sans-serif; font-weight: 600; font-size: 12.5px; letter-spacing: 0.1em; text-transform: uppercase; }
.listings-date { color: var(--muted); font-family: 'Avenir Next Condensed', 'Arial Narrow', sans-serif; font-weight: 600; font-size: 12.5px; letter-spacing: 0.08em; text-transform: uppercase; }
.listings-time { color: var(--muted); font-size: 13px; }
