/* ==========================================================================
   JOY ON PAPER — radio-joyonpaper.com — The Radio Archives
   Sister publication of Readers mZINE (readersmzine.com): identical
   literary-magazine design system, extended with archive components.
   ========================================================================== */

/* ---- Design tokens ---- */
:root {
  /* color roles */
  --paper:      #f6f1e7;   /* page background — warm cream */
  --paper-deep: #eee6d6;   /* tinted panels */
  --ink:        #23201b;   /* body text */
  --ink-soft:   #57503f;   /* captions, muted text */
  --red:        #b32421;   /* brand red — JOY ON PAPER masthead */
  --red-deep:   #8c1b18;   /* hover / pressed */
  --gold:       #96793d;   /* fine accents */
  --rule:       #c9bda4;   /* hairline rules */
  --rule-dark:  #23201b;   /* heavy rules */

  /* type */
  --font-display: "Playfair Display", "Georgia", serif;
  --font-zine:    "Italiana", "Didot", serif;
  --font-body:    "Lora", "Georgia", serif;
  --font-caps:    "Inter", "Helvetica Neue", sans-serif;

  /* type ramp (5 steps) */
  --text-display: clamp(3.4rem, 9.5vw, 7rem);
  --text-headline: clamp(1.9rem, 4vw, 2.8rem);
  --text-subhead: 1.35rem;
  --text-body: 1.0625rem;
  --text-caption: 0.875rem;

  /* spacing scale */
  --s1: 4px;  --s2: 8px;  --s3: 12px; --s4: 16px;
  --s5: 24px; --s6: 32px; --s7: 48px; --s8: 64px; --s9: 96px;

  --measure: 62ch;
  --container: 1240px;
}

/* ---- Reset & base ---- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: var(--text-body);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--red); text-decoration-color: var(--rule); text-underline-offset: 3px; }
a:hover { color: var(--red-deep); }

.container { max-width: var(--container); margin-inline: auto; padding-inline: var(--s5); }

.skip-link {
  position: absolute; left: -999px; top: 0;
  background: var(--ink); color: var(--paper); padding: var(--s3) var(--s4);
  z-index: 100;
}
.skip-link:focus { left: 0; }

/* ---- Typography helpers ---- */
.kicker {
  font-family: var(--font-caps);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.kicker--red { color: var(--red); }

h1, h2, h3 { font-family: var(--font-display); line-height: 1.15; margin: 0 0 var(--s4); }
h2 { font-size: var(--text-headline); font-weight: 700; }
h3 { font-size: var(--text-subhead); font-weight: 700; }
p  { margin: 0 0 var(--s4); max-width: var(--measure); }

/* ---- Rules (the magazine lines) ---- */
.rule       { border: 0; border-top: 1px solid var(--rule); margin: 0; }
.rule--dark { border-top: 2px solid var(--rule-dark); }
.rule--double {
  border: 0; height: 7px; margin: 0;
  border-top: 3px solid var(--rule-dark);
  border-bottom: 1px solid var(--rule-dark);
}

/* ==========================================================================
   The Joy on Paper family strip
   ========================================================================== */
.family {
  border-bottom: 1px solid var(--rule);
  padding: var(--s3) 0;
}
.family__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: var(--s1) var(--s4);
}
.family__label {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 0.9rem;
  color: var(--ink-soft);
}
.family__entry {
  font-family: var(--font-caps);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
a.family__entry { text-decoration: none; }
a.family__entry:hover { color: var(--red); }
.family__entry--current { color: var(--red); }
.family__dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--red);
  vertical-align: 2px;
  margin-right: var(--s2);
}
.family__sep { color: var(--rule); font-size: 0.68rem; }
@media (max-width: 560px) {
  .family__label { display: none; }
}

/* ==========================================================================
   Masthead
   ========================================================================== */
.topbar {
  border-bottom: 1px solid var(--rule);
  padding: var(--s3) 0;
}
.topbar__inner {
  display: flex; justify-content: space-between; align-items: center; gap: var(--s4);
}
.topbar .kicker { font-size: 0.68rem; }

.masthead { text-align: center; padding: var(--s7) 0 var(--s5); }
.masthead__brand {
  font-size: var(--text-display);
  line-height: 0.95;
  margin: 0;
}
.masthead__brand a { text-decoration: none; }
.brand-readers {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0.02em;
  color: var(--red);
}
.brand-mzine {
  display: block;
  font-family: var(--font-zine);
  font-weight: 400;
  font-size: 0.52em;
  letter-spacing: 0.14em;
  color: var(--ink);
  margin-top: -0.08em;
}
.masthead__tagline {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
  color: var(--ink-soft);
  max-width: none;
  margin: var(--s4) auto 0;
}

/* Joy on Paper masthead: longer wordmark, Italiana sub-brand */
.masthead__brand--joy { font-size: clamp(2.5rem, 7.4vw, 5.4rem); }
.masthead__brand--joy .brand-readers { letter-spacing: 0.03em; white-space: nowrap; }
.brand-archives {
  font-size: 0.4em;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-top: 0.08em;
}

/* ---- Navigation ---- */
.site-nav {
  border-top: 1px solid var(--rule-dark);
  border-bottom: 1px solid var(--rule-dark);
}
.site-nav ul {
  list-style: none; margin: 0; padding: var(--s3) 0;
  display: flex; justify-content: center; flex-wrap: wrap;
  gap: var(--s2) var(--s7);
}
.site-nav a {
  font-family: var(--font-caps);
  font-size: 0.8rem; font-weight: 600;
  letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--ink); text-decoration: none;
  padding: var(--s2) 0;
}
.site-nav a:hover { color: var(--red); }
.site-nav a[aria-current="page"] {
  color: var(--red);
  border-bottom: 2px solid var(--red);
}

/* ==========================================================================
   Buttons
   ========================================================================== */
.btn {
  display: inline-block;
  font-family: var(--font-caps);
  font-size: 0.8rem; font-weight: 600;
  letter-spacing: 0.22em; text-transform: uppercase;
  padding: var(--s4) var(--s5);
  border: 1.5px solid var(--red);
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}
.btn--primary { background: var(--red); color: var(--paper); }
.btn--primary:hover { background: var(--red-deep); border-color: var(--red-deep); color: var(--paper); }
.btn--ghost { background: transparent; color: var(--red); }
.btn--ghost:hover { background: var(--red); color: var(--paper); }
.btn--sm { padding: var(--s3) var(--s4); font-size: 0.7rem; letter-spacing: 0.18em; }
.btn-row { display: flex; flex-wrap: wrap; gap: var(--s4); }
.btn-row--center { justify-content: center; }

/* ==========================================================================
   Sections
   ========================================================================== */
.section { padding: var(--s8) 0; }
.section__head { text-align: center; margin-bottom: var(--s6); }
.section__head h2 { margin-top: var(--s3); }
.section__head .rule--double { max-width: 120px; margin: var(--s4) auto 0; }
.section__head p { margin-inline: auto; }
.section__more { text-align: center; margin: var(--s6) 0 0; max-width: none; }
.section--tinted { background: var(--paper-deep); }

/* ---- Hero ---- */
.hero { padding: var(--s8) 0; }
.hero__grid {
  display: grid;
  grid-template-columns: minmax(280px, 420px) 1fr;
  gap: var(--s8);
  align-items: center;
}
.hero__cover {
  margin: 0;
  transform: rotate(-1.2deg);
}
.hero__cover img {
  border: 1px solid var(--rule);
  box-shadow: 12px 14px 0 var(--paper-deep), 12px 14px 0 1px var(--rule);
}
.hero__copy h2 { font-size: clamp(1.9rem, 3.4vw, 2.7rem); }
.hero__copy .lede,
.hero--center .lede {
  font-size: 1.2rem;
  font-family: var(--font-display);
  font-style: italic;
  color: var(--ink-soft);
}
.hero--center { text-align: center; max-width: 820px; }
.hero--center h2 { font-size: clamp(2rem, 4.2vw, 3.1rem); margin-top: var(--s3); }
.hero--center p { margin-inline: auto; }
.hero--center .btn-row { justify-content: center; margin-top: var(--s5); }

/* ---- Feature story rows ---- */
.story { padding: var(--s8) 0; }
.story__grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: var(--s8);
  align-items: center;
}
.story__grid--flip { grid-template-columns: 0.8fr 1.2fr; }
.story figure { margin: 0; }
.story figure img { border: 1px solid var(--rule); }
.story figcaption {
  font-size: var(--text-caption);
  font-style: italic;
  color: var(--ink-soft);
  padding-top: var(--s3);
  border-bottom: 1px solid var(--rule);
  padding-bottom: var(--s3);
}

/* drop cap for the lead paragraph of a story */
.dropcap::first-letter {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 3.3em;
  line-height: 0.85;
  float: left;
  padding-right: 0.12em;
  color: var(--red);
}

/* ---- Stats band ---- */
.stats {
  background: var(--ink);
  color: var(--paper);
  padding: var(--s8) 0;
}
.stats .kicker { color: var(--gold); }
.stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--s6);
  text-align: center;
  margin: var(--s6) 0;
}
.stat__number {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  color: var(--paper);
  display: block;
  line-height: 1;
}
.stat__label {
  font-family: var(--font-caps);
  font-size: 0.75rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--rule);
  display: block;
  margin-top: var(--s3);
}
.stats p { color: var(--paper-deep); margin-inline: auto; text-align: center; }

/* ---- Editor's note ---- */
.note {
  max-width: 720px;
  margin-inline: auto;
  border-top: 3px solid var(--rule-dark);
  border-bottom: 3px solid var(--rule-dark);
  padding: var(--s6) var(--s5);
  text-align: center;
}
.note h2 { font-style: italic; }
.note p { margin-inline: auto; }
.note .btn-row { margin: var(--s5) 0; }
.note__signature {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.3rem;
  color: var(--red);
  margin-top: var(--s5);
}

/* ---- Feature cards ---- */
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s6);
}
.card {
  background: #fffdf8;
  border: 1px solid var(--rule);
  display: flex;
  flex-direction: column;
}
.card img { aspect-ratio: 16 / 9; object-fit: cover; border-bottom: 1px solid var(--rule); }
.card__media { display: block; }
.card__ph {
  aspect-ratio: 16 / 9;
  display: grid; place-items: center;
  background: var(--paper-deep);
  border-bottom: 1px solid var(--rule);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 3rem;
  color: var(--gold);
}
.card__body { padding: var(--s5); display: flex; flex-direction: column; gap: var(--s3); flex: 1; }
.card__body .kicker { font-size: 0.68rem; }
.card__body h3 { margin: 0; }
.card__body p { font-size: 0.95rem; color: var(--ink-soft); margin: 0; }
.card__title-link { color: var(--ink); text-decoration: none; }
.card__title-link:hover { color: var(--red); }
.card__link {
  font-family: var(--font-caps);
  font-size: 0.75rem; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase;
  text-decoration: none;
  margin-top: auto; padding-top: var(--s3);
}

.empty-state {
  text-align: center;
  border: 1px solid var(--rule);
  background: #fffdf8;
  padding: var(--s8) var(--s6);
  max-width: 720px;
  margin-inline: auto;
}
.empty-state h2 { font-style: italic; }
.empty-state p { margin-inline: auto; }

/* ---- Prose pages ---- */
.prose { max-width: 720px; margin-inline: auto; }
.prose h2 { margin-top: var(--s7); }
.prose figure { margin: var(--s6) 0; }
.prose figure img { border: 1px solid var(--rule); }
.prose figcaption {
  font-size: var(--text-caption); font-style: italic; color: var(--ink-soft);
  padding-top: var(--s3);
}

.pullquote {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.5rem;
  line-height: 1.4;
  color: var(--red);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: var(--s5) 0;
  margin: var(--s6) 0;
  text-align: center;
}

/* ==========================================================================
   Archive components — the interview article
   ========================================================================== */
.article { max-width: 760px; margin-inline: auto; }
.article__head { text-align: center; margin-bottom: var(--s6); }
.article__title {
  font-size: clamp(1.9rem, 4.4vw, 2.9rem);
  font-weight: 800;
  margin: var(--s3) 0 0;
}
.article__rule { max-width: 120px; margin: var(--s5) auto 0; }
.article figure { margin: var(--s6) 0; }
.article figure img { border: 1px solid var(--rule); margin-inline: auto; }
.article__lead img { box-shadow: 8px 10px 0 var(--paper-deep), 8px 10px 0 1px var(--rule); }
.article__sub {
  font-size: 1.45rem;
  margin: var(--s7) 0 var(--s4);
}
.article > p, .article .links-block, .article .audio-block, .article .article__sub {
  margin-left: auto; margin-right: auto;
}
.article > p { max-width: var(--measure); }

/* ---- Audio player block ---- */
.audio-block {
  border: 1px solid var(--rule);
  background: #fffdf8;
  box-shadow: 6px 8px 0 var(--paper-deep);
  padding: var(--s5);
  margin: var(--s6) 0;
}
.audio-block__caption {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.1rem;
  margin: 0 0 var(--s3);
  max-width: none;
}
.audio-block__kicker {
  display: block;
  font-family: var(--font-caps);
  font-size: 0.65rem; font-weight: 600;
  letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--red);
  margin-bottom: var(--s2);
}
.audio-block audio { width: 100%; display: block; }
.audio-block--missing { box-shadow: none; background: var(--paper-deep); border-style: dashed; }
.audio-missing {
  font-style: italic;
  color: var(--ink-soft);
  margin: 0;
  max-width: none;
}

/* ---- Links list ---- */
.links-block {
  margin-top: var(--s7);
  border-top: 1px solid var(--rule);
  padding-top: var(--s5);
}
.links-block .kicker { display: block; margin-bottom: var(--s4); }

/* ---- Prev / next pager ---- */
.pager {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--s4);
  max-width: 810px;
  margin-top: var(--s7);
}
.pager__cell {
  display: block;
  border: 1px solid var(--rule);
  background: #fffdf8;
  padding: var(--s4) var(--s5);
  text-decoration: none;
  color: var(--ink);
}
.pager__cell:hover { border-color: var(--red); color: var(--ink); }
.pager__cell--empty { border: 0; background: transparent; }
.pager__cell--next { text-align: right; }
.pager__label {
  display: block;
  font-family: var(--font-caps);
  font-size: 0.65rem; font-weight: 600;
  letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--red);
  margin-bottom: var(--s2);
}
.pager__title {
  display: block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.02rem;
  line-height: 1.3;
}

/* ==========================================================================
   Archive components — the archives index
   ========================================================================== */
.archives__lede {
  font-family: var(--font-display);
  font-style: italic;
  color: var(--ink-soft);
  font-size: 1.15rem;
  margin-top: var(--s4);
}

/* ---- Filter bar ---- */
.filterbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--s3);
  border-top: 2px solid var(--rule-dark);
  border-bottom: 1px solid var(--rule-dark);
  padding: var(--s4) 0;
  margin-bottom: var(--s5);
}
.filterbar input[type="search"],
.filterbar select {
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--ink);
  background: #fffdf8;
  border: 1px solid var(--rule);
  border-radius: 0;
  padding: var(--s3) var(--s4);
  min-height: 46px;
}
.filterbar input[type="search"] { flex: 1 1 240px; min-width: 180px; }
.filterbar select {
  appearance: none;
  -webkit-appearance: none;
  font-family: var(--font-caps);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  padding-right: calc(var(--s4) + 26px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7'%3E%3Cpath d='M1 1l4.5 4.5L10 1' fill='none' stroke='%23b32421' stroke-width='1.6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right var(--s4) center;
  transition: border-color 0.15s ease;
}
.filterbar select:hover { border-color: var(--red); }
.filterbar input:focus, .filterbar select:focus {
  outline: 2px solid var(--red);
  outline-offset: 1px;
  border-color: var(--red);
}
.filterbar__count {
  margin-left: auto;
  font-family: var(--font-caps);
  font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--ink-soft);
  white-space: nowrap;
}

/* ---- Category chips ---- */
.chip {
  display: inline-block;
  font-family: var(--font-caps);
  font-size: 0.62rem; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  border: 1px solid var(--rule);
  padding: 2px 9px;
  color: var(--ink-soft);
  background: #fffdf8;
}
.chip--interview { color: var(--red); border-color: var(--red); }
.chip--award { color: var(--gold); border-color: var(--gold); }
.chip--onair { color: var(--ink); border-color: var(--ink); }

/* ---- Interview rows ---- */
.row-list { border-top: 1px solid var(--rule); }
.irow {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: var(--s5);
  padding: var(--s5) 0;
  border-bottom: 1px solid var(--rule);
}
.irow[hidden] { display: none; }
.irow__thumb { display: block; }
.irow__thumb img {
  width: 110px; height: 110px;
  object-fit: cover;
  border: 1px solid var(--rule);
}
.irow__ph {
  width: 110px; height: 110px;
  display: grid; place-items: center;
  background: var(--paper-deep);
  border: 1px solid var(--rule);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 2.4rem;
  color: var(--gold);
}
.irow__meta {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: var(--s3);
  margin: 0 0 var(--s2);
  max-width: none;
}
.irow__date { font-size: 0.82rem; font-style: italic; color: var(--ink-soft); }
.irow h3 { font-size: 1.28rem; margin: 0 0 var(--s2); }
.irow h3 a { color: var(--ink); text-decoration: none; }
.irow h3 a:hover { color: var(--red); }
.irow__excerpt { font-size: 0.95rem; color: var(--ink-soft); margin: 0; max-width: 72ch; }

/* ==========================================================================
   Archive components — home page
   ========================================================================== */

/* ---- Testimonial cards ---- */
.testimonials {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--s5);
}
.tcard {
  margin: 0;
  background: #fffdf8;
  border: 1px solid var(--rule);
  border-top: 3px solid var(--red);
  padding: var(--s6);
  display: flex;
  flex-direction: column;
}
.tcard__quote { margin: 0 0 var(--s4); }
.tcard__quote p {
  font-style: italic;
  font-size: 1rem;
  margin: 0;
  max-width: none;
}
.tcard figcaption { margin-top: auto; }
.tcard__name {
  display: block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.05rem;
}
.tcard__role {
  display: block;
  font-family: var(--font-caps);
  font-size: 0.68rem; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold);
  margin-top: var(--s1);
}

/* ---- Book-to-film cards ---- */
.film-intro { max-width: 720px; margin: 0 auto var(--s6); }
.film-intro p { margin-inline: auto; }
.film-intro__plea {
  text-align: center;
  font-family: var(--font-display);
  color: var(--ink-soft);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: var(--s4) 0;
}
.film-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: var(--s5);
}
.film-card {
  background: #fffdf8;
  border: 1px solid var(--rule);
  border-top: 3px solid var(--gold);
  padding: var(--s5);
}
.film-card__author {
  font-family: var(--font-caps);
  font-size: 0.66rem; font-weight: 600;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--red);
  margin: 0 0 var(--s2);
}
.film-card h3 { font-size: 1.15rem; margin-bottom: var(--s3); }
.film-card p { font-size: 0.9rem; color: var(--ink-soft); margin: 0; max-width: none; }
.film-card__links { margin-top: var(--s4); gap: var(--s2); }

/* ==========================================================================
   Footer
   ========================================================================== */
.footer {
  margin-top: var(--s8);
  border-top: 3px solid var(--rule-dark);
  padding: var(--s7) 0 var(--s6);
  text-align: center;
}
.footer__brand {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.5rem;
  color: var(--red);
  letter-spacing: 0.02em;
}
.footer__brand .brand-mzine {
  display: inline;
  font-size: 0.9em;
  letter-spacing: 0.12em;
}
.footer nav ul {
  list-style: none; padding: 0;
  display: flex; justify-content: center; flex-wrap: wrap;
  gap: var(--s2) var(--s6);
  margin: var(--s4) 0;
}
.footer nav a {
  font-family: var(--font-caps); font-size: 0.75rem; font-weight: 600;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--ink); text-decoration: none;
}
.footer nav a:hover { color: var(--red); }
.footer__fine {
  font-size: var(--text-caption);
  color: var(--ink-soft);
  font-style: italic;
  max-width: none;
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 900px) {
  .hero__grid, .story__grid, .story__grid--flip { grid-template-columns: 1fr; gap: var(--s6); }
  .hero__cover { max-width: 360px; margin-inline: auto; }
  .story__grid figure { order: -1; max-width: 480px; }
  .stats__grid { grid-template-columns: repeat(2, 1fr); }
  .cards { grid-template-columns: 1fr; max-width: 480px; margin-inline: auto; }
  .testimonials { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .section, .hero, .story { padding: var(--s6) 0; }
  /* keep "The Joy on Paper Family:" in the accessible name, hide it visually */
  .family__label {
    position: absolute;
    width: 1px; height: 1px;
    margin: -1px; padding: 0; border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }
  .topbar__inner { justify-content: center; }
  .topbar__inner .kicker:last-child { display: none; }
  .site-nav ul { gap: var(--s2) var(--s5); }
  .irow { grid-template-columns: 84px 1fr; gap: var(--s4); }
  .irow__thumb img, .irow__ph { width: 84px; height: 84px; }
  .irow__ph { font-size: 1.8rem; }
  .pager { grid-template-columns: 1fr; }
  .pager__cell--next { text-align: left; }
  .filterbar__count { margin-left: 0; flex-basis: 100%; }
}
