@font-face {
  font-family: "Onest";
  src: url("fonts/Onest-Variable.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: oklch(1 0 0);
  --surface: oklch(0.965 0 0);
  --ink: oklch(0.19 0.018 32);
  --muted: oklch(0.45 0.025 32);
  --primary: oklch(0.56 0.16 31);
  --primary-dark: oklch(0.43 0.135 31);
  --accent: oklch(0.29 0.075 219);
  --line: oklch(0.87 0.012 32);
  --focus: oklch(0.64 0.15 218);
  --on-color: oklch(1 0 0);
  --success: oklch(0.46 0.12 150);
  --danger: oklch(0.48 0.18 27);
  --font: "Onest", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shell: 78rem;
  --narrow: 47rem;
  --radius: 12px;
  --space-1: 0.5rem;
  --space-2: 0.75rem;
  --space-3: 1rem;
  --space-4: 1.5rem;
  --space-5: 2rem;
  --space-6: 3rem;
  --space-7: 4.5rem;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--font); font-size: 1rem; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.2em; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -0.025em; text-wrap: balance; }
p { text-wrap: pretty; }
.shell { width: min(calc(100% - 2rem), var(--shell)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 1rem; top: 1rem; z-index: 50; transform: translateY(-160%); background: var(--ink); color: var(--on-color); padding: 0.75rem 1rem; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }

.site-header { position: sticky; top: 0; z-index: 20; background: oklch(1 0 0 / 0.96); border-bottom: 1px solid var(--line); }
.header-row { min-height: 4.75rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.wordmark { display: inline-flex; align-items: baseline; color: var(--ink); text-decoration: none; font-size: 1.38rem; letter-spacing: -0.045em; }
.wordmark span { font-weight: 420; }
.wordmark strong { color: var(--primary); font-weight: 820; }
.site-nav { display: flex; align-items: center; gap: clamp(1rem, 2vw, 2rem); font-weight: 590; }
.site-nav > a { text-decoration: none; padding-block: 1.6rem; border-bottom: 2px solid transparent; }
.site-nav > a:hover, .site-nav > a[aria-current="page"] { color: var(--primary-dark); border-bottom-color: var(--primary); }
.header-search input { width: 12rem; border: 0; border-bottom: 1px solid var(--ink); padding: 0.55rem 0; background: transparent; color: var(--ink); }
.header-search input::placeholder { color: var(--muted); opacity: 1; }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--ink); font-weight: 700; padding: 0.75rem; }

.hero { display: grid; grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr); min-height: min(46rem, calc(100vh - 4.75rem)); align-items: stretch; padding-block: clamp(1.5rem, 4vw, 4rem); gap: clamp(2rem, 6vw, 6rem); }
.hero-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; max-width: 34rem; padding-block: 2rem; }
.hero-intro { color: var(--primary-dark); font-weight: 750; margin-bottom: 1.2rem; }
.hero h1 { font-size: clamp(3rem, 6.3vw, 5.75rem); letter-spacing: -0.04em; margin-bottom: 1.5rem; max-width: 9ch; }
.hero-dek { font-size: clamp(1.1rem, 1.5vw, 1.35rem); color: var(--muted); max-width: 33rem; margin-bottom: 2rem; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 1rem 2rem; margin: 0 0 2rem; padding: 1.25rem 0; border-block: 1px solid var(--line); width: 100%; }
.hero-facts div { min-width: 6rem; }
.hero-facts dt { color: var(--muted); font-size: 0.8rem; }
.hero-facts dd { margin: 0; font-weight: 700; }
.hero-image { display: block; overflow: hidden; border-radius: var(--radius); background: var(--surface); min-height: 30rem; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms var(--ease); }
.hero-image:hover img { transform: scale(1.02); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 0.75rem; min-height: 3rem; padding: 0.75rem 1.15rem; border: 0; border-radius: 8px; background: var(--primary); color: var(--on-color); font-weight: 760; text-decoration: none; transition: background 180ms var(--ease), transform 180ms var(--ease); }
.button:hover { background: var(--primary-dark); transform: translateY(-1px); }
.text-link { color: var(--primary-dark); font-weight: 720; }

.section { padding-block: var(--space-7); }
.section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-bottom: 2rem; border-bottom: 1px solid var(--ink); padding-bottom: 1rem; }
.section-heading h2 { font-size: clamp(2rem, 4vw, 3.4rem); margin: 0; }
.section-heading > a { color: var(--primary-dark); font-weight: 700; white-space: nowrap; }
.recipe-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 1fr)); gap: 2.5rem 1.5rem; }
.recipe-card { min-width: 0; }
.recipe-card__image { display: block; overflow: hidden; aspect-ratio: 4 / 3; border-radius: 10px; background: var(--surface); }
.recipe-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms var(--ease); }
.recipe-card:hover .recipe-card__image img { transform: scale(1.025); }
.recipe-card__body { padding-top: 1rem; }
.recipe-card__category { font-size: 0.82rem; color: var(--primary-dark); font-weight: 760; margin-bottom: 0.65rem; }
.recipe-card__category a { text-decoration: none; }
.recipe-card h3 { font-size: clamp(1.35rem, 2.1vw, 1.75rem); margin-bottom: 0.65rem; }
.recipe-card h3 a { text-decoration: none; }
.recipe-card h3 a:hover { color: var(--primary-dark); }
.recipe-card__body > p:not(.recipe-card__category) { color: var(--muted); margin-bottom: 1rem; }
.recipe-card__meta { display: flex; gap: 0.75rem; color: var(--muted); font-size: 0.82rem; }
.recipe-card__meta span + span::before { content: "·"; margin-right: 0.75rem; }

.category-band { background: var(--accent); color: var(--on-color); padding-block: var(--space-7); }
.section-heading--light { border-bottom-color: oklch(1 0 0 / 0.4); }
.section-heading--light > a { color: var(--on-color); }
.category-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: clamp(1.5rem, 4vw, 4rem); border-top: 1px solid oklch(1 0 0 / 0.25); }
.category-links a { min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: baseline; gap: 1rem; text-decoration: none; padding: 1.3rem 0; border-bottom: 1px solid oklch(1 0 0 / 0.25); }
.category-links span { min-width: 0; font-size: clamp(1.1rem, 2vw, 1.5rem); font-weight: 700; }
.category-links small { color: oklch(1 0 0 / 0.72); white-space: nowrap; }
.category-links a:hover span { text-decoration: underline; text-underline-offset: 0.2em; }
.promise { display: none !important; }

.listing-page { padding-block: clamp(3.5rem, 7vw, 7rem); min-height: 65vh; }
.page-header { max-width: 52rem; margin-bottom: 3rem; }
.page-header h1 { font-size: clamp(3rem, 7vw, 5.8rem); margin-bottom: 1rem; }
.page-header > p { font-size: 1.2rem; color: var(--muted); max-width: 48rem; }
.filter-bar { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(12rem, 0.7fr) auto; gap: 1rem; align-items: end; background: var(--surface); padding: 1rem; margin-bottom: 1.25rem; border-radius: 10px; }
.filter-bar label { display: block; font-size: 0.82rem; font-weight: 700; margin-bottom: 0.35rem; }
.filter-bar input, .filter-bar select { width: 100%; min-height: 3rem; border: 1px solid var(--line); border-radius: 7px; background: var(--bg); color: var(--ink); padding: 0.6rem 0.8rem; }
.results-line { color: var(--muted); margin-bottom: 2rem; }
.recipe-grid--archive { grid-template-columns: repeat(auto-fit, minmax(min(100%, 20rem), 1fr)); }
.category-directory { border-top: 1px solid var(--ink); }
.category-directory a { display: grid; grid-template-columns: 1fr auto 2rem; align-items: center; gap: 1rem; padding: 1.5rem 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.category-directory span { font-size: clamp(1.5rem, 4vw, 3rem); font-weight: 720; letter-spacing: -0.03em; }
.category-directory small { color: var(--muted); }
.category-directory b { color: var(--primary); font-size: 1.5rem; transition: transform 180ms var(--ease); }
.category-directory a:hover b { transform: translateX(0.25rem); }
.breadcrumb { display: flex; gap: 0.5rem; font-size: 0.9rem; font-weight: 700; color: var(--primary-dark) !important; margin-bottom: 1.25rem; }
.empty-state { padding-block: 5rem; text-align: center; max-width: 42rem; }
.empty-state h1, .empty-state h2 { font-size: clamp(2rem, 5vw, 4rem); }

.recipe-header { padding-block: clamp(2rem, 5vw, 5rem); display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.recipe-heading, .recipe-hero-image, .ingredients, .method { min-width: 0; }
.recipe-heading h1 { font-size: clamp(3.2rem, 7vw, 6rem); max-width: 10ch; margin-bottom: 1.5rem; letter-spacing: -0.04em; }
.recipe-dek { color: var(--muted); font-size: clamp(1.1rem, 1.8vw, 1.35rem); max-width: 34rem; }
.recipe-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 2rem 0 0; border-top: 1px solid var(--line); }
.recipe-facts div { padding: 0.85rem 0; border-bottom: 1px solid var(--line); }
.recipe-facts dt { color: var(--muted); font-size: 0.78rem; }
.recipe-facts dd { margin: 0; font-weight: 740; }
.recipe-hero-image { margin: 0; }
.recipe-hero-image img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); }
.recipe-hero-image figcaption { color: var(--muted); font-size: 0.75rem; margin-top: 0.5rem; }
.recipe-content { display: grid; grid-template-columns: minmax(16rem, 0.7fr) minmax(0, 1.3fr); gap: clamp(3rem, 8vw, 8rem); padding-block: clamp(3rem, 7vw, 7rem); border-top: 1px solid var(--ink); }
.ingredients h2, .method > h2 { font-size: clamp(2rem, 4vw, 3.1rem); margin-bottom: 0.4rem; }
.serving-note { color: var(--muted); }
.sticky-block { position: sticky; top: 7rem; }
.ingredients ul { list-style: none; padding: 0; margin: 1.5rem 0 0; border-top: 1px solid var(--line); }
.ingredients li { border-bottom: 1px solid var(--line); }
.ingredients label { display: flex; gap: 0.8rem; padding: 0.8rem 0; cursor: pointer; }
.ingredients input { width: 1.25rem; height: 1.25rem; accent-color: var(--primary); flex: 0 0 auto; margin-top: 0.15rem; }
.ingredients input:checked + span { text-decoration: line-through; color: var(--muted); }
.steps { list-style: none; margin: 2rem 0 0; padding: 0; }
.steps li { display: grid; grid-template-columns: 2.75rem 1fr; gap: 1rem; padding-block: 1.5rem; border-top: 1px solid var(--line); }
.step-number { display: grid; place-items: center; align-self: start; width: 2.5rem; height: 2.5rem; border-radius: 50%; background: var(--primary); color: var(--on-color); font-weight: 800; }
.steps h3 { font-size: 1.3rem; margin-bottom: 0.45rem; }
.steps p { max-width: 65ch; margin: 0; font-size: 1.05rem; }
.recipe-notes { margin-top: 3rem; background: var(--surface); padding: clamp(1.25rem, 3vw, 2rem); border-radius: 10px; }
.recipe-notes h2 { font-size: 1.5rem; }
.recipe-notes li + li { margin-top: 0.6rem; }

.about-page { padding-block: clamp(4rem, 9vw, 8rem); }
.about-page > header { max-width: 65rem; margin-bottom: 5rem; }
.about-page > header h1 { font-size: clamp(3rem, 7vw, 6rem); max-width: 16ch; }
.about-page > header p { font-size: clamp(1.2rem, 2vw, 1.55rem); color: var(--muted); max-width: 45rem; }
.about-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border-block: 1px solid var(--line); }
.about-grid section { background: var(--bg); padding: 2rem clamp(1rem, 3vw, 2.5rem); }
.about-grid h2 { font-size: 1.5rem; }
.about-grid p { color: var(--muted); }
.error-page { min-height: 70vh; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; max-width: 55rem; }
.error-code { color: var(--primary); font-weight: 800; }
.error-page h1 { font-size: clamp(3rem, 7vw, 6rem); }
.error-page > p:not(.error-code) { color: var(--muted); font-size: 1.2rem; }

.site-footer { background: var(--ink); color: var(--on-color); padding-top: clamp(3.5rem, 7vw, 7rem); }
.footer-lead { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(20rem, 0.85fr); gap: clamp(3rem, 8vw, 8rem); align-items: end; padding-bottom: clamp(3rem, 6vw, 5rem); border-bottom: 3px double oklch(1 0 0 / 0.4); }
.footer-wordmark { display: inline-block; color: var(--on-color); font-size: clamp(3.5rem, 8vw, 7.5rem); font-weight: 420; line-height: 0.9; letter-spacing: -0.04em; text-decoration: none; }
.footer-wordmark strong { color: oklch(0.69 0.18 36); font-weight: 820; }
.footer-lead > div p { max-width: 46rem; margin: 1.75rem 0 0; color: oklch(1 0 0 / 0.74); font-size: clamp(1rem, 1.5vw, 1.2rem); }
.footer-search label { display: block; margin-bottom: 0.8rem; font-size: clamp(1.25rem, 2.2vw, 2rem); font-weight: 740; letter-spacing: -0.02em; }
.footer-search > div { display: grid; grid-template-columns: 1fr auto; border-bottom: 1px solid oklch(1 0 0 / 0.72); }
.footer-search input { min-width: 0; border: 0; background: transparent; color: var(--on-color); padding: 0.9rem 0; outline: 0; }
.footer-search input::placeholder { color: oklch(1 0 0 / 0.58); opacity: 1; }
.footer-search button { width: 3rem; border: 0; background: transparent; color: var(--on-color); font-size: 1.5rem; }
.mega-footer-grid { display: grid; grid-template-columns: 1.05fr 1.2fr 0.75fr; gap: clamp(2rem, 6vw, 6rem); padding-block: clamp(3rem, 6vw, 5rem); }
.mega-footer-grid h2 { margin-bottom: 1.35rem; color: oklch(1 0 0 / 0.58); font-size: 0.78rem; letter-spacing: 0.04em; text-transform: uppercase; }
.footer-categories { display: grid; grid-template-columns: 1fr 1fr; gap: 0 1.5rem; }
.footer-categories a { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 1rem; padding: 0.8rem 0; border-bottom: 1px solid oklch(1 0 0 / 0.18); text-decoration: none; }
.footer-categories a:hover span { color: oklch(0.77 0.15 45); }
.footer-categories small, .footer-latest small { color: oklch(1 0 0 / 0.52); }
.footer-latest { list-style: none; padding: 0; margin: 0; border-top: 1px solid oklch(1 0 0 / 0.18); }
.footer-latest li { display: grid; grid-template-columns: 2rem minmax(0, 1fr) auto; align-items: baseline; gap: 0.75rem; padding: 0.8rem 0; border-bottom: 1px solid oklch(1 0 0 / 0.18); }
.footer-latest li > span { color: oklch(0.77 0.15 45); font-size: 0.75rem; font-weight: 760; }
.footer-latest a { font-weight: 670; text-decoration: none; }
.footer-latest a:hover { text-decoration: underline; text-underline-offset: 0.25em; }
.footer-about > p { color: oklch(1 0 0 / 0.7); max-width: 30ch; }
.footer-about nav { display: flex; flex-direction: column; align-items: flex-start; gap: 0.65rem; margin-top: 1.5rem; }
.footer-bottom { display: grid; grid-template-columns: 1fr auto 1fr; gap: 2rem; align-items: center; min-height: 5rem; border-top: 1px solid oklch(1 0 0 / 0.25); color: oklch(1 0 0 / 0.56); font-size: 0.78rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a { justify-self: end; color: var(--on-color); }

@media (max-width: 860px) {
  .menu-toggle { display: block; }
  .site-nav { display: none; position: fixed; inset: 4.75rem 0 auto; background: var(--bg); border-bottom: 1px solid var(--line); padding: 1rem; flex-direction: column; align-items: stretch; gap: 0; }
  .site-nav[data-open="true"] { display: flex; }
  .site-nav > a { padding: 0.9rem 0; border-bottom: 1px solid var(--line); }
  .header-search { padding-block: 1rem; }
  .header-search input { width: 100%; }
  .hero, .recipe-header, .recipe-content { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-copy { padding-bottom: 0; }
  .hero h1 { max-width: 12ch; }
  .hero-image { min-height: auto; aspect-ratio: 4 / 3; }
  .category-links { grid-template-columns: 1fr 1fr; }
  .sticky-block { position: static; }
  .about-grid { grid-template-columns: 1fr; }
  .mega-footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-about { grid-column: 1 / -1; }
  .footer-about > p { max-width: 55ch; }
}

@media (max-width: 600px) {
  .shell { width: min(calc(100% - 1.25rem), var(--shell)); }
  .hero { gap: 0.75rem; padding-top: 0.75rem; }
  .hero h1, .recipe-heading h1 { font-size: clamp(2.8rem, 15vw, 4.5rem); }
  .hero-image { border-radius: 8px; }
  .section { padding-block: 3.5rem; }
  .section-heading { align-items: flex-end; }
  .section-heading h2 { font-size: 2rem; }
  .category-links { grid-template-columns: 1fr; }
  .filter-bar { grid-template-columns: 1fr; }
  .recipe-header { padding-top: 1.5rem; }
  .recipe-content { gap: 3rem; }
  .recipe-facts { grid-template-columns: 1fr 1fr; }
  .footer-lead, .mega-footer-grid, .footer-bottom { grid-template-columns: 1fr; }
  .footer-lead { gap: 2.5rem; }
  .footer-wordmark { font-size: clamp(3.25rem, 17vw, 5.5rem); }
  .footer-about { grid-column: auto; }
  .footer-bottom { gap: 0.5rem; padding-block: 1.5rem; }
  .footer-bottom a { justify-self: start; }
  .category-directory a { grid-template-columns: 1fr auto; }
  .category-directory b { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}

/* Editorial front page */
.site-header { position: relative; background: var(--bg); }
.masthead { min-height: 7.25rem; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 3px double var(--ink); }
.masthead .wordmark { grid-column: 2; font-size: clamp(2.25rem, 5vw, 4rem); letter-spacing: -0.04em; line-height: 1; }
.masthead-meta { display: flex; flex-direction: column; gap: 0.15rem; font-size: 0.78rem; color: var(--muted); font-weight: 620; }
.masthead-meta span:last-child { color: var(--primary-dark); }
.nav-rule { border-bottom: 1px solid var(--ink); }
.site-nav { width: min(calc(100% - 2rem), var(--shell)); margin-inline: auto; justify-content: center; min-height: 2.9rem; gap: clamp(0.8rem, 2.4vw, 2.25rem); font-size: 0.85rem; }
.site-nav > a { padding-block: 0.65rem; border: 0; }
.site-nav > a:hover, .site-nav > a[aria-current="page"] { text-decoration: underline; text-underline-offset: 0.3em; }
.header-search { margin-left: auto; }
.header-search input { width: 9.5rem; padding-block: 0.3rem; }

.front-page { display: grid; grid-template-columns: minmax(0, 1.8fr) minmax(18rem, 0.8fr); gap: clamp(1.5rem, 3vw, 3rem); padding-block: clamp(1.5rem, 3.5vw, 3rem); border-bottom: 1px solid var(--ink); }
.lead-story { min-width: 0; }
.lead-story__image { display: block; aspect-ratio: 16 / 9; overflow: hidden; background: var(--surface); margin-bottom: 1.1rem; }
.lead-story__image img { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms var(--ease); }
.lead-story__image:hover img { transform: scale(1.018); }
.lead-story .hero-intro { margin-bottom: 0.45rem; font-size: 0.82rem; }
.lead-story h1 { font-size: clamp(2.4rem, 5vw, 4.8rem); max-width: 14ch; margin-bottom: 0.75rem; letter-spacing: -0.04em; }
.lead-story h1 a { text-decoration: none; }
.lead-story h1 a:hover { color: var(--primary-dark); }
.lead-story .hero-dek { max-width: 52rem; margin-bottom: 0.85rem; font-size: clamp(1rem, 1.5vw, 1.2rem); }
.story-meta { display: flex; flex-wrap: wrap; gap: 0.4rem 1.25rem; font-size: 0.82rem; color: var(--muted); font-weight: 620; }
.story-meta span + span::before { content: "·"; margin-right: 1.25rem; }
.front-page__secondary { border-top: 1px solid var(--ink); }
.compact-story { display: grid; grid-template-columns: auto 1fr; gap: 0.8rem; padding-block: 1rem; border-bottom: 1px solid var(--line); }
.compact-story__number { font-size: 0.8rem; color: var(--primary-dark); font-weight: 780; padding-top: 0.18rem; }
.compact-story .recipe-card__category { margin-bottom: 0.3rem; }
.compact-story h3 { font-size: clamp(1.1rem, 1.7vw, 1.45rem); margin-bottom: 0.35rem; }
.compact-story h3 a { text-decoration: none; }
.compact-story h3 a:hover { color: var(--primary-dark); }
.compact-story p:not(.recipe-card__category) { color: var(--muted); font-size: 0.9rem; line-height: 1.45; margin-bottom: 0.4rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.story-time { color: var(--muted); font-size: 0.75rem; }

.news-ticker { background: var(--ink); color: var(--on-color); }
.news-ticker .shell { display: flex; align-items: center; gap: 1.5rem; min-height: 3rem; overflow: hidden; white-space: nowrap; font-size: 0.84rem; }
.news-ticker strong { color: oklch(0.78 0.14 55); }
.news-ticker a { color: oklch(1 0 0 / 0.82); text-decoration: none; }
.news-ticker a::before { content: "•"; margin-right: 1.5rem; color: var(--primary); }
.section--news { padding-top: clamp(2.5rem, 5vw, 4.5rem); }
.section--news .section-heading p { margin: 0 0 0 auto; color: var(--muted); font-size: 0.85rem; }
.section--news .recipe-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 2.25rem 1.25rem; }
.section--news .recipe-card h3 { font-size: clamp(1.2rem, 1.8vw, 1.55rem); }

.desk { padding-block: clamp(3rem, 6vw, 6rem); border-top: 1px solid var(--ink); }
.desk--tint { background: var(--surface); border-top: 0; }
.desk--tint .shell { padding-block: clamp(3rem, 6vw, 6rem); }
.desk-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-bottom: 1.5rem; border-bottom: 3px double var(--ink); padding-bottom: 0.8rem; }
.desk-heading h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.6rem); }
.desk-heading a { color: var(--primary-dark); font-weight: 700; white-space: nowrap; }
.desk-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(18rem, 0.55fr); gap: 2rem; }
.desk-grid > .recipe-card { grid-row: 1 / span 4; }
.desk-grid .recipe-card__image { aspect-ratio: 16 / 10; }
.archive-block { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-block: clamp(3.5rem, 7vw, 7rem); }
.archive-block h2 { font-size: clamp(2.4rem, 5vw, 5rem); margin-bottom: 0.35rem; }
.archive-block p { color: var(--muted); margin: 0; }
.recipe-intro { margin-bottom: 3rem; padding-bottom: 1.5rem; border-bottom: 1px solid var(--line); }
.recipe-intro h2, .practical-note h2 { font-size: 1.5rem; }
.recipe-intro p, .practical-note p { max-width: 68ch; }
.practical-note { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.related-recipes { padding-block: clamp(3rem, 7vw, 7rem); border-top: 1px solid var(--ink); }
.related-recipes .section-heading p { color: var(--muted); margin: 0 0 0 auto; }

@media (max-width: 980px) {
  .masthead { grid-template-columns: 1fr auto auto; }
  .masthead .wordmark { grid-column: 2; }
  .masthead .menu-toggle { grid-column: 3; justify-self: end; display: block; }
  .nav-rule { border-bottom: 0; }
  .site-nav { display: none; position: absolute; inset: 7.25rem 0 auto; width: 100%; background: var(--bg); border-bottom: 1px solid var(--ink); padding: 1rem; flex-direction: column; align-items: stretch; gap: 0; z-index: 20; }
  .site-nav[data-open="true"] { display: flex; }
  .site-nav > a { padding: 0.75rem 0; border-bottom: 1px solid var(--line); }
  .front-page { grid-template-columns: minmax(0, 1.35fr) minmax(16rem, 0.65fr); }
  .section--news .recipe-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  .masthead { min-height: 5.5rem; grid-template-columns: 1fr auto; }
  .masthead-meta { display: none; }
  .masthead .wordmark { grid-column: 1; justify-self: start; font-size: 2.15rem; }
  .masthead .menu-toggle { grid-column: 2; }
  .site-nav { inset: 5.5rem 0 auto; }
  .front-page, .desk-grid { grid-template-columns: 1fr; }
  .lead-story h1 { font-size: clamp(2.5rem, 13vw, 4.2rem); }
  .front-page__secondary { margin-top: 0.5rem; }
  .news-ticker .shell { overflow-x: auto; }
  .section--news .section-heading p, .related-recipes .section-heading p { display: none; }
  .section--news .recipe-grid { grid-template-columns: 1fr 1fr; gap: 2rem 0.75rem; }
  .section--news .recipe-card__body > p:not(.recipe-card__category) { display: none; }
  .desk-grid > .recipe-card { grid-row: auto; }
  .desk-heading { align-items: flex-end; }
  .desk-heading a { font-size: 0.8rem; }
  .archive-block { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 430px) {
  .section--news .recipe-grid { grid-template-columns: 1fr; }
  .story-meta span + span::before { margin-right: 0.6rem; }
  .story-meta { gap: 0.4rem 0.6rem; }
}
