body {
  padding: 3rem 1.5rem 5rem;
}
/* The Punchcutter's Case (#228), page members: the shell's h1/.topnav/footer
   display and .tagline flourish bindings live in BaseLayout (#263). */
h2, .card h3 {
  font-family: var(--font-display, 'Iowan Old Style', 'Palatino', Georgia, serif);
}
figcaption, .card p, .underhood {
  font-family: var(--font-flourish, 'Iowan Old Style', 'Palatino', Georgia, serif);
}
main { max-width: 1080px; }
header { margin-bottom: 2.5rem; }
/* Deliberate landing-page deviation (#268 follow-up): the wordmark alone is
   grander on home, whose head has no room name to fill the right side; the
   taller line box also restores the vertical presence the room pages get.
   Pinned above the shell's specificity because the layout's inline style
   renders after this file, so an equal-specificity rule here would lose.
   Home's other deviation is the grander footer below. */
header h1 { font-size: 2.25rem; }
h2 { letter-spacing: 0.06em; border-bottom: 1px solid var(--line-tan);
  padding-bottom: 0.3rem; margin-top: 3.5rem; }
.lede { max-width: 44rem; margin-inline: auto; line-height: 1.6; }
.seedline { letter-spacing: 0.25em; font-size: 0.78rem; color: var(--ink-faded); margin-top: 1rem; }
figure { margin: 1.5rem 0; }
figure img { width: 100%; height: auto; display: block;
  border: 1px solid var(--line-tan); box-shadow: 0 12px 34px rgb(61 47 31 / 0.2); }
figcaption { text-align: center; font-style: italic; color: var(--ink-brown); padding-top: 0.55rem; }
.banners { display: flex; flex-wrap: wrap; gap: 2.2rem; justify-content: center; margin-top: 1.8rem; }
.banner { width: 150px; text-align: center; }
.banner img { width: 100%; height: auto; border: 0; box-shadow: none;
  filter: drop-shadow(0 6px 14px rgb(61 47 31 / 0.22)); }
.banner figcaption { font-style: italic; color: var(--ink-brown); padding-top: 0.55rem; letter-spacing: 0.03em; }
.grid3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1.4rem; }
@media (max-width: 720px) { .grid3 { grid-template-columns: 1fr; } }
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.4rem; margin-top: 1.5rem; }
@media (max-width: 720px) { .cards { grid-template-columns: 1fr; } }
.card { display: block; border: 1.5px solid var(--ink-dark); border-radius: 4px;
  padding: 1.4rem 1.6rem; background: var(--parchment-panel); text-decoration: none; color: inherit;
  box-shadow: 0 6px 18px rgb(61 47 31 / 0.12); }
.card:hover { background: #f8f1e0; }
.card h3 { margin: 0 0 0.4rem; letter-spacing: 0.05em; }
.card p { margin: 0; font-style: italic; color: var(--ink-brown); line-height: 1.5; }
.how { line-height: 1.65; max-width: 46rem; }
.underhood { font-style: italic; color: var(--ink-brown); font-size: 0.92rem;
  line-height: 1.6; max-width: 46rem; margin-top: 0.5rem; }
.underhood a { color: #7a5c2e; }
code { background: var(--parchment-deep); padding: 0.1em 0.4em; border-radius: 3px;
  font-size: 0.9em; font-family: ui-monospace, 'SF Mono', Menlo, monospace; }
/* Landing-page footer deviations (#263): grander size and spacing, pinned
   above the shell rule for the same cascade reason as the masthead pins. */
main footer { font-size: 0.75rem; margin-top: 4.5rem; letter-spacing: 0.25em; }
