:root {
  --butter: #f4d64e;
  --tomato: #e34832;
  --herb: #315631;
  --plum: #392332;
  --peach: #f2b69c;
  --paper: #fff9ea;
  --ink: #241f1b;
  --soft-ink: #655d55;
  --display: "Arial Black", "Arial Narrow", Arial, sans-serif;
  --body: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  --utility: Arial, Helvetica, sans-serif;
  --edge: clamp(1rem, 3vw, 3rem);
  --section-space: clamp(5rem, 9vw, 9rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 1.02rem; line-height: 1.55; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; }
button, input { font: inherit; }
::selection { background: var(--tomato); color: white; }
:focus-visible { outline: 4px solid var(--butter); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 20; left: 1rem; top: 1rem; padding: .8rem 1rem; background: white; color: var(--ink); transform: translateY(-180%); }
.skip-link:focus { transform: none; }

.site-header { background: var(--herb); color: var(--paper); border-bottom: .65rem solid var(--butter); }
.utility-bar { min-height: 3.25rem; padding: 0 var(--edge); position: relative; z-index: 2; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; border-bottom: 1px solid rgba(255,255,255,.35); font-family: var(--utility); font-size: .67rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.utility-bar p { margin: 0; }
.utility-bar nav { display: flex; gap: clamp(1rem, 3vw, 2.75rem); }
.utility-bar a { text-decoration-thickness: 1px; text-underline-offset: .35rem; }
.utility-bar a:hover { color: var(--butter); }
.subscribe-link { justify-self: end; }
.masthead { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 1.5vw; min-width: 0; padding: 1rem var(--edge) .2rem; color: var(--paper); font-family: var(--display); font-size: clamp(5.5rem, 11.7vw, 11.8rem); font-weight: 900; letter-spacing: -.085em; line-height: .76; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.masthead span { color: var(--butter); font-family: var(--body); font-style: italic; font-weight: 400; }
.masthead-note { margin: 0; padding: .6rem var(--edge) 1rem; text-align: right; font-family: var(--utility); font-size: .68rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }

.cover { padding-bottom: clamp(4rem, 8vw, 8rem); background: var(--paper); }
.cover-photo { height: min(64vw, 53rem); margin: 0; position: relative; background: #ddd4bf; overflow: hidden; }
.cover-photo img { object-position: 50% 54%; transition: transform .75s ease; }
.cover-photo:hover img { transform: scale(1.018); }
.cover-photo figcaption { position: absolute; right: 0; top: 0; padding: .65rem 1rem; background: var(--plum); color: white; font-family: var(--utility); font-size: .64rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.cover-label { width: min(70rem, calc(100% - 2 * var(--edge))); margin: clamp(-9rem, -10vw, -6rem) 0 0 var(--edge); padding: clamp(1.5rem, 4vw, 4rem); position: relative; z-index: 2; display: grid; grid-template-columns: 1.35fr .65fr; gap: 1rem 4rem; background: var(--tomato); color: var(--paper); box-shadow: 1rem 1rem 0 var(--butter); }
.label, .section-tag { margin: 0 0 1rem; font-family: var(--utility); font-size: .68rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.cover-label .label { grid-column: 1 / -1; }
.cover-label h1 { margin: 0; font-family: var(--display); font-size: clamp(3.4rem, 7.5vw, 7.6rem); line-height: .86; letter-spacing: -.06em; text-transform: uppercase; }
.cover-label > p:not(.label) { align-self: end; margin: 0; max-width: 36ch; font-size: clamp(1.1rem, 1.7vw, 1.45rem); }
.cover-label a { grid-column: 2; justify-self: start; font-family: var(--utility); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; text-underline-offset: .4rem; }
.cover-facts { width: min(62rem, calc(100% - 2 * var(--edge))); margin: 3rem auto 0; display: grid; grid-template-columns: repeat(4, 1fr); border-block: 3px solid var(--ink); }
.cover-facts div { padding: 1rem; border-left: 1px solid var(--ink); }
.cover-facts div:first-child { border-left: 0; }
.cover-facts dt { font-family: var(--utility); font-size: .65rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.cover-facts dd { margin: .1rem 0 0; font-size: 1.15rem; }

.counter { padding: var(--section-space) var(--edge); background: var(--peach); }
.counter-heading { display: grid; grid-template-columns: .35fr 1fr .6fr; gap: 2rem; align-items: end; margin-bottom: clamp(3rem, 6vw, 6rem); }
.counter-heading h2, .tomato-copy h2, .recipe-sheet h2, .weeknights h2, .technique h2, .journal h2, .newsletter h2 { margin: 0; font-family: var(--display); font-size: clamp(3.1rem, 6vw, 6.5rem); letter-spacing: -.06em; line-height: .9; text-transform: uppercase; }
.counter-heading > p:last-child { max-width: 30ch; margin: 0; }
.recipe-board { display: grid; grid-template-columns: repeat(12, 1fr); grid-template-rows: auto auto; gap: var(--edge); align-items: start; }
.recipe-card { background: var(--paper); border: 2px solid var(--ink); transition: transform .25s ease, box-shadow .25s ease; }
.recipe-card:hover { transform: translate(-5px, -5px); box-shadow: 7px 7px 0 var(--ink); }
.recipe-card figure { margin: 0; overflow: hidden; }
.recipe-card img { transition: transform .5s ease; }
.recipe-card:hover img { transform: scale(1.03); }
.recipe-copy { padding: 1.2rem; }
.recipe-copy span { font-family: var(--utility); font-size: .62rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.recipe-copy h3 { margin: .5rem 0; font-family: var(--display); font-size: clamp(1.7rem, 2.5vw, 2.7rem); line-height: .96; letter-spacing: -.04em; text-transform: uppercase; }
.recipe-copy p { margin: 0; color: var(--soft-ink); }
.potatoes { grid-column: 1 / span 6; }
.potatoes figure { height: 24rem; }
.beans { grid-column: 7 / span 3; margin-top: 6rem; }
.beans figure { height: 28rem; }
.focaccia { grid-column: 4 / span 7; }
.focaccia figure { height: 22rem; }
.pantry-note { grid-column: 10 / span 3; grid-row: 1; margin-top: 1rem; padding: 1.5rem; background: var(--butter); border: 2px solid var(--ink); transform: rotate(2.5deg); }
.pantry-note span { font-family: var(--utility); font-size: .65rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.pantry-note p { margin: 2rem 0 0; font-size: 1.25rem; line-height: 1.35; }

.tomatoes { min-height: 58rem; padding: var(--section-space) var(--edge); position: relative; display: grid; grid-template-columns: 1fr 1.1fr; align-items: center; gap: clamp(2rem, 7vw, 8rem); overflow: hidden; background: var(--tomato); color: var(--paper); }
.tomato-word { position: absolute; left: -.04em; top: -.2em; color: rgba(255,249,234,.12); font-family: var(--display); font-size: 23vw; line-height: 1; letter-spacing: -.08em; }
.tomatoes figure { margin: 0; aspect-ratio: 1; position: relative; border-radius: 50%; overflow: hidden; border: .8rem solid var(--butter); }
.tomato-copy { position: relative; z-index: 1; }
.tomato-copy h2 { max-width: 8ch; }
.tomato-intro { max-width: 42ch; margin: 2rem 0; font-size: clamp(1.2rem, 1.8vw, 1.55rem); }
.tomato-copy ul { list-style: none; margin: 2.5rem 0 0; padding: 0; border-top: 2px solid currentColor; }
.tomato-copy li { display: grid; grid-template-columns: 5rem 1fr; gap: 1rem; padding: .8rem 0; border-bottom: 1px solid currentColor; }
.tomato-copy li span { font-family: var(--utility); font-size: .67rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.tomato-copy li p { margin: 0; }

.feature-recipe { padding: var(--section-space) var(--edge); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 5vw, 5rem); background: var(--herb); color: var(--paper); }
.chicken-photo { margin: 0; min-height: 48rem; display: grid; grid-template-rows: 1fr auto; }
.chicken-photo img { object-position: center; border: 4px solid var(--paper); }
.chicken-photo figcaption { padding-top: .75rem; font-family: var(--utility); font-size: .66rem; font-weight: 700; letter-spacing: .06em; }
.recipe-sheet { align-self: center; padding: clamp(1.5rem, 4vw, 4rem); background: var(--paper); color: var(--ink); box-shadow: .8rem .8rem 0 var(--butter); }
.recipe-sheet header > p:not(.section-tag) { max-width: 48ch; font-size: 1.15rem; }
.recipe-sheet dl { display: flex; flex-wrap: wrap; margin: 2rem 0; border-block: 2px solid; }
.recipe-sheet dl div { flex: 1; min-width: 8rem; padding: .75rem; border-left: 1px solid; }
.recipe-sheet dl div:first-child { border-left: 0; }
.recipe-sheet dt { font-family: var(--utility); font-size: .62rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.recipe-sheet dd { margin: .15rem 0 0; }
.recipe-details { display: grid; grid-template-columns: .75fr 1.25fr; gap: 2.5rem; }
.recipe-details h3 { margin: 0; font-family: var(--display); font-size: 1.35rem; text-transform: uppercase; }
.recipe-details ul, .recipe-details ol { margin: .8rem 0 0; padding-left: 1.25rem; }
.recipe-details li { margin-bottom: .55rem; }

.weeknights { padding: var(--section-space) var(--edge); background: var(--paper); }
.weeknights > header { display: grid; grid-template-columns: .35fr 1.2fr; gap: 2rem; margin-bottom: 4rem; }
.weeknights h2 { max-width: 13ch; }
.weeknight-grid { display: grid; grid-template-columns: 1fr 1fr .65fr; border: 3px solid var(--ink); }
.weeknight-grid article { border-right: 2px solid var(--ink); }
.weeknight-grid article img { height: 22rem; }
.weeknight-grid article div { padding: 1.4rem; }
.weeknight-grid span { font-family: var(--utility); font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.weeknight-grid h3 { margin: .5rem 0; font-family: var(--display); font-size: clamp(1.6rem, 2.5vw, 2.6rem); line-height: .98; text-transform: uppercase; }
.weeknight-grid p { margin: 0; }
.formula { padding: 2rem; display: flex; flex-direction: column; justify-content: space-between; background: var(--plum); color: white; }
.formula p { font-family: var(--utility); font-size: .66rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.formula strong { font-family: var(--body); font-size: clamp(1.5rem, 2.3vw, 2.4rem); font-weight: 400; line-height: 1.2; }
.formula span { color: var(--peach); }

.technique { padding: var(--section-space) var(--edge); background: var(--butter); }
.technique > header { display: grid; grid-template-columns: .3fr 1fr .55fr; gap: 2rem; align-items: end; margin-bottom: 4rem; }
.technique > header > p:last-child { margin: 0; max-width: 33ch; }
.butter-steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); border-block: 3px solid var(--ink); }
.butter-steps li { min-height: 17rem; padding: 1.25rem; display: flex; flex-direction: column; justify-content: space-between; border-left: 1px solid var(--ink); }
.butter-steps li:first-child { border-left: 0; }
.butter-steps > li > span { font-family: var(--display); font-size: 4rem; line-height: 1; }
.butter-steps h3 { margin: 0; font-family: var(--display); font-size: 1.7rem; text-transform: uppercase; }
.butter-steps p { margin: .5rem 0 0; }
.use-it { margin: 1rem 0 0; text-align: right; font-family: var(--utility); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.journal { background: var(--plum); color: white; }
.journal-lead { display: grid; grid-template-columns: 1.15fr .85fr; align-items: stretch; }
.journal-lead img { height: clamp(29rem, 48vw, 44rem); }
.journal-lead > div { padding: clamp(2rem, 6vw, 6rem); display: flex; flex-direction: column; justify-content: flex-end; background: var(--peach); color: var(--ink); }
.journal-stories { display: grid; grid-template-columns: repeat(3, 1fr); padding: 0 var(--edge); }
.journal-stories article { min-height: 25rem; padding: 2.5rem 2rem; display: flex; flex-direction: column; border-left: 1px solid rgba(255,255,255,.35); }
.journal-stories article:first-child { border-left: 0; }
.journal-stories span { font-family: var(--utility); font-size: .63rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; color: var(--peach); }
.journal-stories h3 { margin: 1rem 0; font-family: var(--display); font-size: clamp(1.8rem, 3vw, 3.1rem); line-height: .95; text-transform: uppercase; }
.journal-stories p { max-width: 35ch; }
.journal-stories a { margin-top: auto; color: var(--butter); font-family: var(--utility); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; text-underline-offset: .35rem; }

.newsletter { padding: clamp(4rem, 8vw, 7rem) var(--edge); display: grid; grid-template-columns: .3fr 1fr .65fr; gap: clamp(2rem, 5vw, 6rem); align-items: end; background: var(--peach); border-bottom: .75rem solid var(--ink); }
.issue-stamp { align-self: start; width: 8rem; aspect-ratio: 1; margin: 0; display: grid; place-items: center; border: 3px solid; border-radius: 50%; font-family: var(--display); text-align: center; transform: rotate(-8deg); }
.newsletter-form { display: grid; grid-template-columns: 1fr auto; gap: .6rem; }
.newsletter-form label { grid-column: 1 / -1; font-family: var(--utility); font-size: .66rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.newsletter-form input { min-width: 0; height: 3.2rem; padding: .6rem; border: 3px solid var(--ink); background: var(--paper); }
.newsletter-form button { border: 3px solid var(--ink); padding: .7rem 1rem; background: var(--butter); color: var(--ink); cursor: pointer; font-family: var(--utility); font-size: .68rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; box-shadow: 4px 4px 0 var(--ink); transition: transform .15s, box-shadow .15s; }
.newsletter-form button:hover { transform: translate(2px, 2px); box-shadow: 2px 2px 0 var(--ink); }
.newsletter-form p { grid-column: 1 / -1; margin: .2rem 0 0; font-size: .8rem; }

.site-footer { padding: 3rem var(--edge); display: grid; grid-template-columns: 1fr .8fr .6fr .65fr; gap: 3rem; background: var(--ink); color: var(--paper); }
.footer-name { align-self: start; font-family: var(--display); font-size: clamp(2rem, 4vw, 4rem); line-height: .9; text-decoration: none; text-transform: uppercase; }
.site-footer > p { margin: 0; max-width: 32ch; }
.site-footer > p:last-child { font-family: var(--utility); font-size: .68rem; line-height: 1.8; }
.site-footer nav { display: grid; align-content: start; gap: .55rem; font-family: var(--utility); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.site-footer nav a { color: var(--butter); text-underline-offset: .25rem; }

@media (max-width: 1000px) {
  .utility-bar { grid-template-columns: 1fr auto; }
  .utility-bar p { display: none; }
  .masthead { font-size: 13vw; }
  .cover-label { grid-template-columns: 1fr; }
  .cover-label a { grid-column: 1; }
  .counter-heading { grid-template-columns: .3fr 1fr; }
  .counter-heading > p:last-child { grid-column: 2; }
  .potatoes { grid-column: 1 / span 7; }
  .beans { grid-column: 8 / span 5; }
  .pantry-note { grid-column: 8 / span 5; grid-row: 2; margin-top: 0; }
  .focaccia { grid-column: 1 / span 7; }
  .feature-recipe { grid-template-columns: .7fr 1.3fr; }
  .recipe-details { grid-template-columns: 1fr; }
  .weeknight-grid { grid-template-columns: 1fr 1fr; }
  .formula { grid-column: 1 / -1; min-height: 15rem; }
  .technique > header { grid-template-columns: .3fr 1fr; }
  .technique > header > p:last-child { grid-column: 2; }
  .butter-steps { grid-template-columns: 1fr 1fr; }
  .butter-steps li:nth-child(3) { border-left: 0; border-top: 1px solid; }
  .butter-steps li:nth-child(4) { border-top: 1px solid; }
  .newsletter { grid-template-columns: .25fr 1fr; }
  .newsletter-form { grid-column: 2; }
  .site-footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .utility-bar { display: block; padding-block: .8rem; overflow-x: auto; }
  .utility-bar nav { min-width: 25rem; justify-content: space-between; }
  .subscribe-link { display: none; }
  .masthead { padding-block: 1.1rem; flex-wrap: wrap; justify-content: center; font-size: 18vw; line-height: .72; white-space: normal; }
  .masthead span { width: 100%; text-align: center; font-size: .75em; line-height: .5; }
  .masthead-note { text-align: center; font-size: .58rem; }
  .cover-photo { height: 112vw; }
  .cover-photo figcaption { top: auto; bottom: 0; }
  .cover-label { width: calc(100% - 2 * var(--edge)); margin-top: -2rem; box-shadow: .55rem .55rem 0 var(--butter); }
  .cover-label h1 { font-size: clamp(3.2rem, 15vw, 4.5rem); }
  .cover-facts { grid-template-columns: 1fr 1fr; }
  .cover-facts div:nth-child(3) { border-left: 0; border-top: 1px solid; }
  .cover-facts div:nth-child(4) { border-top: 1px solid; }
  .counter-heading, .weeknights > header, .technique > header { display: block; }
  .counter-heading h2, .weeknights h2, .technique h2 { margin-bottom: 1.25rem; }
  .recipe-board { display: block; }
  .recipe-card, .beans, .pantry-note { margin: 0 0 2rem; }
  .potatoes figure, .beans figure, .focaccia figure { height: 82vw; max-height: 25rem; }
  .pantry-note { transform: none; }
  .tomatoes { min-height: auto; grid-template-columns: 1fr; }
  .tomato-word { font-size: 37vw; }
  .tomatoes figure { width: 85%; justify-self: center; }
  .tomato-copy h2 { font-size: clamp(3.2rem, 16vw, 5rem); }
  .feature-recipe { grid-template-columns: 1fr; }
  .chicken-photo { min-height: 32rem; }
  .recipe-sheet { box-shadow: .5rem .5rem 0 var(--butter); }
  .recipe-details { grid-template-columns: 1fr; }
  .weeknight-grid { display: block; }
  .weeknight-grid article { border-right: 0; border-bottom: 2px solid var(--ink); }
  .weeknight-grid article img { height: 70vw; }
  .formula { min-height: 19rem; }
  .butter-steps { grid-template-columns: 1fr; }
  .butter-steps li, .butter-steps li:nth-child(3) { min-height: 13rem; border-left: 0; border-top: 1px solid; }
  .butter-steps li:first-child { border-top: 0; }
  .use-it { text-align: left; }
  .journal-lead { grid-template-columns: 1fr; }
  .journal-lead img { height: 90vw; }
  .journal-stories { display: block; }
  .journal-stories article { min-height: 20rem; padding-inline: 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.35); }
  .newsletter { grid-template-columns: 1fr; }
  .issue-stamp { width: 6.5rem; }
  .newsletter-form { grid-column: 1; grid-template-columns: 1fr; }
  .newsletter-form label, .newsletter-form p { grid-column: 1; }
  .newsletter-form button { min-height: 3.2rem; }
  .site-footer { grid-template-columns: 1fr; gap: 2rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
