:root {
  color-scheme: light;
  --paper: #fffdf8;
  --ink: #24221d;
  --muted: #646157;
  --tomato: #aa281f;
  --basil: #284e36;
  --line: #d7d3c8;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}
* { box-sizing: border-box; }
body { margin: 0; border-top: 7px solid var(--tomato); }
a { color: inherit; text-underline-offset: .25em; }
a:hover { color: var(--tomato); }
a:focus-visible { outline: 3px solid var(--basil); outline-offset: 5px; }
img { display: block; max-width: 100%; height: auto; }
.skip-link { position: absolute; top: -100px; left: 1rem; padding: .75rem; background: white; z-index: 5; }
.skip-link:focus { top: 1rem; }
.masthead, main, footer { width: min(1180px, calc(100% - 4rem)); margin-inline: auto; }
.masthead { padding-block: 1.4rem; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 1rem 2rem; flex-wrap: wrap; }
.wordmark { font-family: Georgia, "Times New Roman", serif; font-size: 1.65rem; font-weight: 700; text-decoration: none; }
.wordmark span { color: var(--tomato); }
nav { display: flex; gap: .5rem 1.5rem; flex-wrap: wrap; }
nav a { display: inline-block; padding-block: .6rem; font-size: .9375rem; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; }
h1 { margin: 1.15rem 0 1.4rem; font-size: clamp(2.4rem, 4.6vw, 4rem); line-height: 1.1; font-weight: 400; letter-spacing: -.035em; }
h1 em { color: var(--tomato); font-weight: 400; }
.eyebrow, .section-number { font-size: .875rem; letter-spacing: .09em; text-transform: uppercase; font-weight: 650; color: var(--basil); }
.introduction { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(2rem, 5vw, 4rem); padding-block: 3rem; }
.intro-copy { max-width: 36rem; font-size: 1.125rem; line-height: 1.75; }
.archive-link { display: inline-block; color: var(--tomato); padding-block: .7rem; font-weight: 600; }
.feature-photo { display: block; position: relative; text-decoration: none; overflow: hidden; background: #191814; }
.feature-photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.feature-caption { display: block; padding: .8rem 1rem; color: var(--paper); font-size: .9375rem; }
.feature-photo:hover .feature-caption { text-decoration: underline; }
.journal-note { margin: 0; border-block: 1px solid var(--line); padding: 1rem 0; color: var(--muted); font-size: .9375rem; }
.journal-note span { margin-inline: .5rem; }
.journal-section { padding-block: 2.5rem 1rem; scroll-margin-top: 1.5rem; }
.section-heading { display: flex; align-items: end; justify-content: space-between; flex-wrap: wrap; gap: 1rem 2rem; padding-bottom: 1.5rem; }
.section-number { margin: 0 0 .5rem; }
h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); font-weight: 400; line-height: 1.2; margin: 0; }
.section-heading > p { color: var(--muted); margin: 0; max-width: 25rem; }
.story-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem; }
#pizza-adventures .story-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.story-card { min-width: 0; border-top: 3px solid var(--basil); }
.story-link { display: flex; flex-direction: column; height: 100%; text-decoration: none; }
.card-photo { overflow: hidden; background: #e7e1d5; }
.card-photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
#pizza-adventures .card-photo img { aspect-ratio: 16 / 10; object-position: center 74%; }
.card-quotation { aspect-ratio: 16 / 10; background: var(--tomato); color: var(--paper); display: flex; flex-direction: column; justify-content: center; padding: clamp(1.3rem, 3.5vw, 3rem); font: clamp(1.6rem, 3vw, 2.65rem)/1.2 Georgia, serif; }
.card-quotation em { font-weight: 400; }
.card-copy { padding-block: 1rem 1.5rem; display: flex; flex-direction: column; flex-grow: 1; }
.date { margin: 0 0 .6rem; color: var(--muted); font-size: .875rem; }
h3 { font-size: 1.6rem; line-height: 1.18; font-weight: 400; margin: 0 0 .7rem; }
.story-link:hover h3 { text-decoration: underline; }
.excerpt { color: var(--ink); margin: 0 0 1rem; }
.card-venue { color: var(--basil); font-size: .875rem; margin: 0 0 .7rem; }
.read-story { display: block; margin-top: auto; color: var(--tomato); font-size: .9375rem; font-weight: 600; }
.read-story span { padding-left: .25rem; }
footer { margin-top: 2.5rem; padding: 1.5rem 0 2rem; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; font-size: .9375rem; color: var(--muted); }
footer p { margin: 0; }
footer a { padding-block: .5rem; }
.footer-dot { margin-inline: .6rem; color: var(--tomato); }
.post { max-width: 960px; margin: 0 auto; padding-block: 2rem 1rem; }
.post-heading, .post-copy { max-width: 750px; margin-inline: auto; }
.back-link { display: inline-block; padding-block: .7rem; color: var(--tomato); font-size: .9375rem; }
.post-heading .eyebrow { margin-top: 1.5rem; }
.post-heading h1 { max-width: 20ch; }
.post-date { color: var(--muted); font-size: .9375rem; margin: 1.5rem 0 .5rem; }
.venue { color: var(--basil); margin: .5rem 0 1rem; }
.post-copy { font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.2rem, 2.2vw, 1.5rem); line-height: 1.75; padding-block: .5rem 1.75rem; overflow-wrap: break-word; }
.post-copy p { margin: 1rem 0; }
.post-photos { display: grid; gap: 1.5rem; }
.post-photos figure { margin: 0; }
.post-photos img { width: 100%; }
.post-lead-photo { margin-block: 1.75rem .75rem; }
.post-lead-photo figure { margin: 0; }
.post-lead-photo img { width: 100%; }
.post figcaption { color: var(--muted); font-size: .9375rem; padding: .65rem 0; }
.pizza-photo-notes { max-width: 750px; margin: 0 auto 2rem; padding: 1.25rem 1.5rem; border-left: 3px solid var(--basil); background: #f1ecdf; }
.pizza-photo-notes h2 { color: var(--basil); font-size: 1.4rem; }
.pizza-photo-notes p { margin: .75rem 0 0; }
.archive-credit { border-top: 1px solid var(--line); padding-top: 1.2rem; margin-top: 2rem; color: var(--muted); font-size: .875rem; }
.recipe-home-link { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem 2rem; padding: 1.5rem 2rem; margin-top: 2rem; background: #f1ecdf; }
.recipe-home-link .eyebrow { margin: 0 0 .6rem; }
.recipe-home-link h2 { font-size: 2rem; font-weight: 400; margin: 0 0 .5rem; }
.recipe-home-link p { margin: 0; }
@media (max-width: 800px) {
  .introduction { grid-template-columns: 1fr; gap: 1.5rem; padding-block: 2rem; }
  .intro-text { max-width: 40rem; }
  .feature-photo img { max-height: 30rem; }
  .story-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 540px) {
  .masthead, main, footer { width: calc(100% - 2rem); }
  .masthead { align-items: flex-start; gap: .5rem; }
  nav { gap: .25rem 1rem; }
  .intro-copy { font-size: 1.0625rem; }
  .story-grid, #pizza-adventures .story-grid { grid-template-columns: 1fr; gap: 1rem; }
  .section-heading { gap: .8rem; }
  .journal-note span { margin-inline: .1rem; }
  .post { padding-top: 1rem; }
}
@media print {
  body { border: 0; }
  nav, .skip-link, .archive-link, .back-link { display: none; }
  .masthead, main, footer { width: 100%; }
  .introduction { padding-block: 1rem; }
  .story-card, figure { break-inside: avoid; }
  .post-photos img { max-height: 80vh; width: auto; }
}
