/* ============================================================
   MICHAELCBOUCHARD.COM  ·  "THE ATLAS, PRINTED IN DAYLIGHT"
   Warm ivory ground. Typography as the architecture. Plates
   mounted with real weight. Viridian and brass. No red here;
   red belongs to ShowBusiness.
   ============================================================ */
:root {
  --ivory: #f5efe1;
  --paper: #fdf9ee;
  --ink: #211c15;
  --ink-soft: #574c3c;
  --viridian: #186a5b;
  --viri-deep: #114c41;
  --brass: #a87d2e;
  --brass-lt: #c49a45;
  --shadow: rgba(33, 28, 21, 0.85);
  --disp: "Fraunces", Georgia, serif;
  --text: "Newsreader", Georgia, serif;
}
* { box-sizing: border-box; margin: 0; }
html { scroll-behavior: smooth; }
body {
  background:
    repeating-linear-gradient(0deg, rgba(33,28,21,0.022) 0 1px, transparent 1px 4px),
    repeating-linear-gradient(90deg, rgba(33,28,21,0.02) 0 1px, transparent 1px 4px),
    radial-gradient(1200px 500px at 50% -160px, rgba(196,154,69,0.12), transparent 70%),
    var(--ivory);
  color: var(--ink);
  font-family: var(--text);
  font-size: 1.06rem;
  line-height: 1.7;
}
.label {
  font-weight: 600; font-size: 0.72rem; letter-spacing: 0.3em;
  text-transform: uppercase; color: var(--brass);
}
.rule-pair { border-top: 1px solid var(--ink); position: relative; }
.rule-pair::after {
  content: ""; position: absolute; left: 0; right: 0; top: 4px;
  height: 3px; background: var(--ink);
}
.masthead { max-width: 1120px; margin: 0 auto; padding: 2.2rem 1.4rem 0; }
.masthead .rule-pair { margin-bottom: 1.1rem; }
.mast-row { display: flex; flex-wrap: wrap; align-items: baseline; gap: 0.8rem 2rem; padding-bottom: 1.1rem; }
.brand {
  font-family: var(--disp); font-weight: 900; font-size: clamp(1.5rem, 3vw, 2.1rem);
  color: var(--ink); text-decoration: none; letter-spacing: 0;
}
.brand .amp { color: var(--viridian); }
nav { margin-left: auto; display: flex; flex-wrap: wrap; gap: 1.5rem; }
nav a {
  font-weight: 600; font-size: 0.75rem; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--ink); text-decoration: none;
  border-bottom: 2px solid transparent; padding-bottom: 3px;
}
nav a:hover { border-bottom-color: var(--viridian); color: var(--viri-deep); }
.masthead .bottom-rule { border-bottom: 1px solid var(--ink); }
.hero { max-width: 1120px; margin: 0 auto; padding: 3.6rem 1.4rem 0; }
.hero .label { display: block; margin-bottom: 1.3rem; }
.thesis {
  font-family: var(--disp); font-weight: 900;
  font-size: clamp(2.6rem, 7vw, 5.2rem);
  line-height: 1.0; letter-spacing: -0.015em; color: var(--ink);
  max-width: 16ch;
}
.thesis em { font-style: normal; color: var(--viridian); }
.hero-cols {
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 2.4rem;
  margin-top: 2.2rem; align-items: start;
}
.hero-body { max-width: 58ch; font-size: 1.12rem; color: var(--ink-soft); }
.hero-body p + p { margin-top: 0.9rem; }
.epigraph {
  border-top: 3px solid var(--ink); border-bottom: 1px solid var(--ink);
  padding: 1.3rem 0.2rem;
}
.epigraph p {
  font-family: var(--disp); font-weight: 700; font-style: italic;
  font-size: 1.5rem; line-height: 1.3; color: var(--viri-deep);
}
.epigraph .attr { margin-top: 0.6rem; font-size: 0.78rem; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--brass); font-weight: 600; }
.plates { max-width: 1120px; margin: 4rem auto 0; padding: 0 1.4rem; }
.plates-head { display: flex; align-items: baseline; gap: 1.2rem; margin-bottom: 1.8rem; }
.plates-head h2 {
  font-family: var(--disp); font-weight: 900; font-size: 1.7rem; color: var(--ink);
}
.plates-head .line { flex: 1; height: 1px; background: var(--ink); position: relative; }
.plates-head .line::after {
  content: ""; position: absolute; right: 0; top: -3px;
  width: 7px; height: 7px; background: var(--brass); transform: rotate(45deg);
}
.grid { display: grid; gap: 1.6rem; grid-template-columns: repeat(6, 1fr); }
.plate {
  position: relative; display: block; text-decoration: none;
  background: var(--paper);
  border: 2px solid var(--ink);
  box-shadow:
    inset 0 0 0 5px var(--paper),
    inset 0 0 0 6px var(--brass-lt),
    9px 10px 0 -1px rgba(24,106,91,0.28);
  padding: 1.7rem 1.6rem 1.5rem;
  transition: transform 140ms ease, box-shadow 140ms ease;
}
.plate:hover {
  transform: translate(-3px, -4px);
  box-shadow:
    inset 0 0 0 5px var(--paper),
    inset 0 0 0 6px var(--brass-lt),
    14px 16px 0 -1px rgba(24,106,91,0.34);
}
.plate.w3 { grid-column: span 3; }
.plate.w2 { grid-column: span 2; }
.plate .numeral {
  font-family: var(--disp); font-weight: 900; font-size: 2.4rem;
  line-height: 1; color: var(--viridian);
}
.plate h3 {
  font-family: var(--disp); font-weight: 700; font-size: 1.6rem;
  color: var(--ink); margin: 0.5rem 0 0.55rem;
}
.plate p { font-size: 1rem; color: var(--ink-soft); }
.plate .go {
  display: inline-block; margin-top: 1rem;
  font-weight: 600; font-size: 0.72rem; letter-spacing: 0.24em;
  text-transform: uppercase; color: var(--viri-deep);
  border-bottom: 2px solid var(--brass-lt); padding-bottom: 2px;
}
.shelf { max-width: 1120px; margin: 4rem auto 0; padding: 0 1.4rem; }
.shelf-box {
  border-top: 3px solid var(--ink); border-bottom: 1px solid var(--ink);
  padding: 1.4rem 0.2rem;
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 0.7rem 1.2rem;
}
.shelf .label { margin-right: 0.6rem; }
.shelf a {
  font-family: var(--disp); font-style: italic; font-weight: 600;
  font-size: 1.08rem; color: var(--ink); text-decoration: none;
}
.shelf a:hover { color: var(--viridian); }
.shelf .sep { width: 5px; height: 5px; background: var(--brass); transform: rotate(45deg); align-self: center; }
footer {
  max-width: 1120px; margin: 3.6rem auto 0; padding: 0 1.4rem 3rem;
  text-align: center;
}
footer .rule-pair { margin-bottom: 2rem; }
footer .contact { margin-top: 0.9rem; font-size: 0.9rem; color: var(--ink-soft); }
footer .contact a { color: var(--viri-deep); text-decoration: none; border-bottom: 1px solid var(--brass-lt); }
footer .fine {
  margin-top: 1.4rem; font-size: 0.72rem; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--brass);
}
@media (max-width: 860px) {
  .hero-cols { grid-template-columns: 1fr; }
  .grid { grid-template-columns: 1fr; }
  .plate.w3, .plate.w2 { grid-column: span 1; }
}
@media (prefers-reduced-motion: reduce) { .plate { transition: none; } }
/* ---- interior plates ---- */
.page-head { max-width: 1120px; margin: 2.6rem auto 0; padding: 0 1.4rem; }
.page-head .label { display: block; margin-bottom: 0.7rem; }
.page-head h1 {
  font-family: var(--disp); font-weight: 900;
  font-size: clamp(2.2rem, 5vw, 3.6rem); line-height: 1.05; color: var(--ink);
}
.page-head .dek { margin-top: 0.8rem; max-width: 60ch; font-size: 1.12rem; color: var(--ink-soft); }
.article {
  max-width: 860px; margin: 2.2rem auto 0; padding: 2.4rem 2.2rem;
  background: var(--paper); border: 2px solid var(--ink);
  box-shadow: inset 0 0 0 5px var(--paper), inset 0 0 0 6px var(--brass-lt),
    9px 10px 0 -1px rgba(24,106,91,0.28);
}
.article .verbatim { white-space: pre-line; font-size: 1.02rem; }
.article a { color: var(--viri-deep); border-bottom: 1px solid var(--brass-lt); text-decoration: none; word-break: break-all; }
.article h2 {
  font-family: var(--disp); font-weight: 900; font-size: 1.5rem;
  color: var(--ink); margin: 1.8rem 0 0.6rem;
  border-bottom: 3px solid var(--ink); padding-bottom: 0.3rem;
}
.article h2:first-child { margin-top: 0; }
.btn-row { display: flex; flex-wrap: wrap; gap: 0.9rem; margin: 1.2rem 0 0.4rem; }
.btn {
  display: inline-block; text-decoration: none;
  font-weight: 600; font-size: 0.78rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--paper); background: var(--viridian);
  border: 2px solid var(--ink); padding: 0.7rem 1.2rem;
  box-shadow: 5px 6px 0 -1px rgba(33,28,21,0.75);
  transition: transform 120ms ease, box-shadow 120ms ease;
}
.btn:hover { transform: translate(-2px,-2px); box-shadow: 8px 9px 0 -1px rgba(33,28,21,0.8); }
.btn.alt { background: var(--paper); color: var(--viri-deep); }
.episodes { list-style: none; padding: 0; margin-top: 0.4rem; }
.episodes li { padding: 1rem 0; border-bottom: 1px solid var(--brass-lt); }
.episodes .guest { font-family: var(--disp); font-weight: 700; font-size: 1.25rem; color: var(--ink); }
.episodes .blurb { font-style: italic; color: var(--ink-soft); }
.spotify-frame { margin-top: 1.6rem; border: 2px solid var(--ink); box-shadow: 9px 10px 0 -1px rgba(24,106,91,0.28); }
.back-home { max-width: 1120px; margin: 2.4rem auto 0; padding: 0 1.4rem; }
@media print {
  .masthead nav, .back-home, footer .fine { display: none; }
  body { background: #fff; }
  .article { border: none; box-shadow: none; }
}
