:root {
  --ink: #0b0b0b;
  --paper: #f7f4ee;
  --white: #fff;
  --sand: #e9e0d3;
  --warm: #c98d55;
  --muted: #6c6964;
  --line: #d9d4cc;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --content: 1680px;
  --reading: 860px;
  color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--white); font: 400 1rem/1.7 var(--sans); text-rendering: optimizeLegibility; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
button, input { font: inherit; }
button { color: inherit; }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 500; line-height: 1.05; text-wrap: balance; }
h1 { font-size: clamp(2.7rem, 6vw, 6.5rem); }
h2 { font-size: clamp(2rem, 4vw, 4rem); }
h3 { font-size: clamp(1.35rem, 2vw, 2rem); }
p { margin: 0 0 1.2rem; }
:focus-visible { outline: 3px solid #c06b1c; outline-offset: 4px; }

.sr-only { position: absolute !important; 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; z-index: 1000; top: .75rem; left: .75rem; padding: .75rem 1rem; color: var(--ink); background: var(--white); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.content-width { width: min(calc(100% - 4rem), var(--content)); margin-inline: auto; }
.section-kicker { margin-bottom: .8rem; color: #986238; font-size: .75rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }

.site-header { position: relative; z-index: 100; display: flex; min-height: 84px; padding: .7rem clamp(1.25rem, 4vw, 4rem); align-items: center; justify-content: space-between; color: var(--white); background: var(--ink); border-bottom: 1px solid #282828; }
.brand, .footer-brand { display: block; width: clamp(145px, 16vw, 210px); }
.brand img, .footer-brand img { width: 100%; }
.main-nav { display: flex; align-items: center; gap: clamp(1rem, 2.6vw, 2.8rem); }
.main-nav a, .search-button { position: relative; padding: .55rem 0; color: var(--white); background: none; border: 0; text-decoration: none; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.main-nav a::after, .search-button::after { content: ""; position: absolute; right: 0; bottom: .15rem; left: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after, .search-button:hover::after { transform: scaleX(1); transform-origin: left; }
.search-button { padding-right: 1.6rem; }
.search-button::before { content: ""; position: absolute; top: .62rem; right: .12rem; width: .58rem; height: .58rem; border: 1.5px solid currentColor; border-radius: 50%; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--white); transition: transform .2s, opacity .2s; }

.home-hero { position: relative; height: clamp(540px, 68vh, 740px); color: var(--white); background: #151515; }
.hero-carousel, .hero-slide { position: relative; width: 100%; height: 100%; }
.hero-slide:not(.active) { display: none; }
.hero-carousel.is-enhanced .hero-slide { position: absolute; inset: 0; display: block; visibility: hidden; opacity: 0; transition: opacity .55s ease, visibility .55s; }
.hero-carousel.is-enhanced .hero-slide.active { visibility: visible; opacity: 1; }
.hero-slide::after, .detail-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.42) 44%, rgba(0,0,0,.08) 78%), linear-gradient(0deg, rgba(0,0,0,.22), transparent 52%); }
.hero-slide > img, .detail-hero > img { width: 100%; height: 100%; object-fit: cover; }
.hero-copy { position: absolute; z-index: 2; top: 50%; left: max(2rem, calc((100vw - var(--content)) / 2)); width: min(720px, calc(100% - 4rem)); transform: translateY(-50%); }
.hero-copy > span { display: block; margin-bottom: .8rem; color: #f0c59d; font-size: .76rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.hero-copy h1, .hero-copy h2 { font-size: clamp(3.5rem, 7vw, 7.4rem); }
.hero-copy p { max-width: 650px; margin: 1.15rem 0 1.6rem; color: #eee; font-size: clamp(1rem, 1.15vw, 1.2rem); }
.hero-copy > a { display: inline-block; padding: .88rem 1.25rem; color: var(--ink); background: var(--white); text-decoration: none; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: color .2s, background .2s; }
.hero-copy > a:hover { color: var(--white); background: var(--ink); }
.hero-arrow { position: absolute; z-index: 3; top: 50%; display: none; width: 48px; height: 58px; border: 1px solid rgba(255,255,255,.55); color: var(--white); background: rgba(0,0,0,.25); font: 300 2rem var(--sans); cursor: pointer; transform: translateY(-50%); }
.hero-carousel.is-enhanced .hero-arrow { display: block; }
.hero-arrow:hover { color: var(--ink); background: var(--white); }
.hero-arrow.previous { left: 1rem; }
.hero-arrow.next { right: 1rem; }
.hero-dots { position: absolute; z-index: 3; right: 2rem; bottom: 1.5rem; display: none; gap: .55rem; }
.hero-carousel.is-enhanced .hero-dots { display: flex; }
.hero-dots button { width: 34px; height: 3px; padding: 0; border: 0; background: rgba(255,255,255,.45); cursor: pointer; }
.hero-dots button[aria-current="true"] { background: var(--white); }

.home-intro { display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(2rem, 5vw, 5rem); padding-block: clamp(3.5rem, 5vw, 5.25rem); align-items: center; }
.home-intro h2 { font-size: clamp(2.5rem, 4vw, 4.7rem); }
.home-intro p { max-width: 680px; color: #45413c; font-size: clamp(1rem, 1.25vw, 1.22rem); }
.home-section, .ingredient-section, .steps, .faq, .sources, .related { padding-block: clamp(3rem, 4.25vw, 4.75rem); }
.section-heading-row { display: flex; margin-bottom: 1.75rem; gap: 1.5rem; align-items: end; justify-content: space-between; }
.outline-link, .print-button { display: inline-flex; min-height: 44px; padding: .7rem 1rem; align-items: center; justify-content: center; border: 1px solid currentColor; background: transparent; text-decoration: none; font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.outline-link:hover, .print-button:hover { color: var(--white); background: var(--ink); }
.outline-link.centered { width: max-content; margin: 1.75rem auto 0; }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.65rem 1.35rem; }
.card { min-width: 0; background: var(--white); }
.card-image { display: block; overflow: hidden; aspect-ratio: 1 / .82; background: #eee; }
.card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.8,.2,1); }
.card:hover .card-image img { transform: scale(1.035); }
.card-copy { padding: 1.35rem 0 0; }
.world-section .card-copy { padding-inline: 1.2rem; padding-bottom: 1.4rem; }
.card-copy > span { display: block; margin-bottom: .45rem; color: #93613b; font-size: .75rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.card-copy h3 { font-size: clamp(1.3rem, 1.4vw, 1.65rem); }
.card-copy h3 a { text-decoration: none; }
.card-copy p { display: -webkit-box; min-height: 3.4em; margin: .8rem 0 1rem; overflow: hidden; color: #5e5954; font-size: .9rem; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.text-link { font-size: .75rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.world-section { padding-block: clamp(3.75rem, 5.5vw, 6rem); color: var(--white); background: var(--ink); }
.world-section .section-kicker { color: #e4b183; }
.world-section .outline-link:hover { color: var(--ink); background: var(--white); }
.world-section .card { color: var(--ink); }
.ingredient-section > p { max-width: 680px; color: var(--muted); }
.ingredient-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); margin-top: 1.75rem; gap: .8rem; }
.ingredient-link { position: relative; overflow: hidden; aspect-ratio: 4 / 5; color: var(--white); background: var(--ink); text-decoration: none; }
.ingredient-link::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.82)); }
.ingredient-link img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.ingredient-link:hover img { transform: scale(1.045); }
.ingredient-link span { position: absolute; z-index: 1; right: .9rem; bottom: .8rem; left: .9rem; font: 500 clamp(1rem, 1.5vw, 1.35rem) var(--serif); }
.trust-section { padding-block: clamp(3.75rem, 5.5vw, 6rem); background: var(--paper); }
.trust-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(2.5rem, 5vw, 5rem); align-items: center; }
.trust-image { min-height: 430px; }
.trust-image img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; }
.trust-grid ul { margin: 1.5rem 0 2rem; padding: 0; list-style: none; }
.trust-grid li { padding: .65rem 0; border-bottom: 1px solid var(--line); }
.trust-grid li::before { content: "✓"; margin-right: .65rem; color: #916039; font-weight: 800; }

.breadcrumbs { display: flex; width: min(calc(100% - 4rem), var(--content)); min-height: 48px; margin: 0 auto; align-items: center; gap: .65rem; overflow: hidden; color: #625f5a; font-size: .77rem; white-space: nowrap; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs .sep { color: #aaa; }
.detail-hero { position: relative; height: clamp(500px, 66vh, 700px); color: var(--white); background: var(--ink); }
.detail-title { position: absolute; z-index: 2; bottom: 0; left: max(2rem, calc((100vw - var(--content)) / 2)); width: min(820px, calc(100% - 4rem)); padding: clamp(2rem, 3vw, 3.5rem); color: var(--ink); background: var(--white); }
.detail-title .section-kicker { margin-bottom: .7rem; }
.detail-title h1 { font-size: clamp(2.7rem, 5.5vw, 5.5rem); }
.detail-title > p { max-width: 670px; margin: 1.1rem 0; color: #4b4844; }
.byline { display: flex; flex-wrap: wrap; gap: .25rem 1rem; color: #615d58; font-size: .75rem; }
.direct-answer { display: grid; grid-template-columns: minmax(260px, .65fr) minmax(0, 1.35fr); padding-block: clamp(2rem, 3vw, 3rem); gap: clamp(1.5rem, 4vw, 4rem); align-items: start; border-bottom: 1px solid var(--line); }
.direct-answer h2 { font-size: clamp(1.8rem, 2.6vw, 2.8rem); }
.direct-answer p { max-width: 900px; margin: 0; color: #393632; font: 500 clamp(1.08rem, 1.4vw, 1.35rem)/1.55 var(--serif); }
.recipe-overview { padding-block: clamp(2.75rem, 4vw, 4.5rem); }
.recipe-facts { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line); }
.recipe-facts > div { padding: 1.4rem clamp(.7rem, 2vw, 2rem); border-right: 1px solid var(--line); }
.recipe-facts > div:last-child { border: 0; }
.recipe-facts span { display: block; color: var(--muted); font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.recipe-facts strong { font: 500 clamp(1.3rem, 2vw, 2rem) var(--serif); }
.recipe-columns { display: grid; grid-template-columns: 1fr 1fr; margin-top: 3rem; gap: clamp(2rem, 4vw, 4rem); align-items: start; }
.ingredients-panel { padding: clamp(1.5rem, 3vw, 3rem); background: var(--paper); }
.panel-heading { display: flex; padding-bottom: 1.5rem; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.panel-heading > div > span { color: var(--muted); font-size: .75rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.panel-heading h2 { font-size: clamp(2rem, 3vw, 3rem); }
.serving-control { display: flex; align-items: center; border: 1px solid #bbb5ac; }
.serving-control button { width: 38px; height: 40px; padding: 0; border: 0; background: transparent; font-size: 1.2rem; cursor: pointer; }
.serving-control button:hover { color: var(--white); background: var(--ink); }
.serving-control output { min-width: 36px; text-align: center; font-weight: 800; }
.ingredients-panel ul { margin: 1.4rem 0; padding: 0; list-style: none; }
.ingredients-panel li { display: grid; grid-template-columns: minmax(0, 1fr) auto; padding: .7rem 0; gap: 1rem; border-bottom: 1px solid var(--line); }
.ingredients-panel label { display: flex; gap: .65rem; align-items: center; }
.ingredients-panel input { width: 1rem; height: 1rem; accent-color: var(--ink); }
.ingredient-amount { font-weight: 750; }
.microcopy, figcaption { color: var(--muted); font-size: .76rem; }
.recipe-photo img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.recipe-photo figcaption { padding-top: .7rem; }
.steps { border-top: 1px solid var(--line); }
.steps ol { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 64px minmax(0, 1fr); padding: 1.6rem 0; border-top: 1px solid var(--line); }
.steps li:first-child { border-top: 0; }
.step-number { color: #a36b3e; font: 500 1.6rem var(--serif); }
.steps li h3 { margin-bottom: .7rem; }
.steps li p { color: #403d39; }
.tips { display: grid; grid-template-columns: 1.4fr 1fr; width: min(calc(100% - 4rem), var(--content)); margin-inline: auto; padding: clamp(2rem, 3.5vw, 3.75rem); gap: clamp(2rem, 4vw, 4rem); color: var(--white); background: var(--ink); }
.tips .section-kicker { color: #e4b183; }
.tips ul { padding-left: 1.2rem; }
.tips li { margin: .7rem 0; }
.tips aside { align-self: center; padding: 1.6rem; color: var(--ink); background: var(--white); }
.tips aside strong { font: 500 1.4rem var(--serif); }
.reference-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); padding-block: clamp(3rem, 4.25vw, 4.75rem); gap: 0; }
.reference-grid > div { padding: 0 clamp(1.5rem, 3vw, 3rem); border-left: 1px solid var(--line); }
.reference-grid > div:first-child { padding-left: 0; border-left: 0; }
.reference-grid > div:last-child { padding-right: 0; }
.reference-grid h2 { margin-bottom: 1.2rem; font-size: clamp(1.55rem, 2.2vw, 2.35rem); }
.reference-grid ul { margin: 0; padding-left: 1.1rem; }
.reference-grid li { margin-bottom: .65rem; color: #48443f; }
.reference-grid p { color: #48443f; }
.recipe-notes { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); padding-block: clamp(2.5rem, 3.5vw, 3.75rem); gap: clamp(2rem, 5vw, 5rem); border-block: 1px solid var(--line); }
.recipe-notes h2 { margin-bottom: 1rem; font-size: clamp(1.7rem, 2.4vw, 2.55rem); }
.recipe-notes p { color: #45413d; }
.context-links { display: flex; width: min(calc(100% - 4rem), var(--content)); margin: 1.75rem auto 0; gap: .75rem; align-items: center; flex-wrap: wrap; }
.context-links strong { margin-right: .5rem; font-size: .78rem; letter-spacing: .09em; text-transform: uppercase; }
.context-links a { padding: .55rem .8rem; border: 1px solid var(--line); text-decoration: none; font-size: .86rem; }
.context-links a:hover { color: var(--white); background: var(--ink); border-color: var(--ink); }
.faq { max-width: calc(var(--reading) + 3rem); }
.faq-list { margin-top: 2rem; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { padding: 1.25rem 2.2rem 1.25rem 0; font: 500 1.18rem var(--serif); cursor: pointer; }
.faq details p { padding: 0 0 1.4rem; color: #48443f; }
.sources { max-width: calc(var(--reading) + 3rem); background: var(--paper); border-inline: 1.5rem solid var(--white); }
.sources > * { margin-inline: clamp(1.25rem, 4vw, 3.5rem); }
.sources ol { padding-left: 1.2rem; }
.sources li { padding: .55rem 0; }
.sources li span { display: block; color: var(--muted); font-size: .8rem; }
.review-line { margin-top: 1.5rem; padding-top: 1rem; border-top: 1px solid var(--line); font-size: .85rem; }

.listing-hero, .editorial-hero { padding: clamp(3.5rem, 5vw, 5.5rem) max(2rem, calc((100vw - var(--content)) / 2)); background: var(--paper); }
.listing-hero p, .editorial-hero p { max-width: 760px; margin-top: 1.4rem; color: #504c47; font-size: clamp(1rem, 1.5vw, 1.25rem); }
.listing-count { display: flex; margin-top: 2.2rem; gap: .75rem; align-items: baseline; }
.listing-count strong { font: 500 2.5rem var(--serif); }
.listing-count span { color: var(--muted); font-size: .82rem; }
.listing { padding-block: 2.5rem clamp(3.75rem, 5vw, 5.5rem); }
.filter-row { display: flex; margin-bottom: 1.75rem; gap: 1rem; align-items: center; }
.filter-row label { font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.filter-row input { flex: 1; min-height: 48px; padding: .7rem 1rem; border: 1px solid #aaa59e; background: var(--white); }
.empty-filter { padding: 3rem; text-align: center; color: var(--muted); background: var(--paper); }
.editorial-page { width: 100%; margin: 0; }
.editorial-summary { display: grid; grid-template-columns: minmax(290px, .75fr) minmax(0, 1.7fr); padding-block: clamp(3.5rem, 5vw, 5.5rem); gap: clamp(2.5rem, 4vw, 4.5rem); align-items: start; }
.editorial-facts { position: sticky; top: 1.5rem; border-top: 1px solid var(--line); }
.editorial-facts > div { padding: 1rem 0; border-bottom: 1px solid var(--line); }
.editorial-facts span { display: block; color: var(--muted); font-size: .75rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.editorial-facts strong { font: 500 1.12rem/1.35 var(--serif); }
.editorial-copy { max-width: var(--reading); }
.editorial-copy > h2 { margin-bottom: 2rem; }
.editorial-copy section { padding: 1.7rem 0; border-top: 1px solid var(--line); }
.editorial-copy section h2 { margin-bottom: 1rem; font-size: clamp(1.6rem, 2.5vw, 2.5rem); }
.editorial-copy section p { color: #47433f; }
.story-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); padding-block: clamp(3.5rem, 5vw, 5.5rem); gap: 1.5rem; border-top: 1px solid var(--line); }
.story-list > .section-kicker, .story-list > h2 { grid-column: 1 / -1; }
.story-list > h2 { margin-bottom: .5rem; }
.feature-story { display: flex; min-width: 0; margin: 0; flex-direction: column; border: 1px solid var(--line); background: var(--white); }
.feature-story.reverse figure { order: 0; }
.feature-story figure { aspect-ratio: 4 / 3; margin: 0; overflow: hidden; background: #eee; }
.feature-story figure img { width: 100%; height: 100%; object-fit: cover; }
.feature-story > div { padding: 1.5rem; }
.feature-story h2 { font-size: clamp(1.7rem, 2.2vw, 2.35rem); }
.feature-story p:last-child { margin-bottom: 0; }
.feature-count { display: block; margin-bottom: .8rem; color: #a56d40; font: 500 1.2rem var(--serif); }
.lead-small { margin: .9rem 0; color: #625d57; font: italic 1.05rem/1.55 var(--serif); }
.static-page { width: min(calc(100% - 3rem), var(--reading)); padding-block: clamp(3.5rem, 5vw, 5.5rem); }
.static-page > header { padding-bottom: 2.5rem; border-bottom: 1px solid var(--line); }
.static-page h1 { font-size: clamp(2.8rem, 6vw, 5.8rem); }
.prose { padding-top: 1rem; }
.prose .lead { margin: 2rem 0; color: #504c47; font: 500 clamp(1.25rem, 2vw, 1.65rem)/1.5 var(--serif); }
.prose h2 { margin-top: 3.2rem; font-size: clamp(1.8rem, 3vw, 2.8rem); }
.prose h3 { margin-top: 2rem; }
.prose ul, .prose ol { padding-left: 1.25rem; }
.contact-button { display: inline-flex; min-height: 48px; margin: .5rem 0 2rem; padding: .8rem 1.1rem; align-items: center; color: var(--white); background: var(--ink); text-decoration: none; font-size: .76rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }

.site-footer { padding: clamp(3.5rem, 5vw, 5rem) max(2rem, calc((100vw - var(--content)) / 2)) 1.5rem; color: #e9e9e9; background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3rem; }
.footer-grid p { max-width: 350px; margin-top: 1rem; color: #aaa; }
.footer-grid nav { display: flex; flex-direction: column; gap: .55rem; }
.footer-grid strong { margin-bottom: .4rem; color: #d9ad82; font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid a { color: #eee; text-decoration: none; font-size: .88rem; }
.footer-grid a:hover, .footer-bottom a:hover { text-decoration: underline; }
.footer-bottom { display: flex; margin-top: 2.75rem; padding-top: 1.3rem; gap: .65rem 1.3rem; flex-wrap: wrap; border-top: 1px solid #333; color: #aaa; font-size: .75rem; }
.footer-bottom a { color: #bbb; text-decoration: none; }

.search-dialog { width: min(760px, calc(100% - 2rem)); max-height: min(720px, calc(100vh - 2rem)); padding: clamp(1.5rem, 5vw, 4rem); border: 0; color: var(--ink); background: var(--white); box-shadow: 0 25px 80px rgba(0,0,0,.45); }
.search-dialog::backdrop { background: rgba(0,0,0,.75); }
.search-dialog form { position: absolute; top: .7rem; right: .7rem; }
.dialog-close { width: 44px; height: 44px; border: 0; background: transparent; font-size: 2rem; cursor: pointer; }
.search-dialog h2 { margin-bottom: 1.4rem; }
.search-dialog label { display: block; margin-bottom: .35rem; font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.search-dialog input { width: 100%; min-height: 52px; padding: .7rem 1rem; border: 1px solid #8d8983; }
.search-results { margin-top: 1.5rem; }
.search-result { display: block; padding: 1rem 0; border-top: 1px solid var(--line); text-decoration: none; }
.search-result span { display: block; color: #96633c; font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.search-result strong { font: 500 1.2rem var(--serif); }
.no-results { color: var(--muted); }

@media (min-width: 1250px) {
  .featured-grid, .world-section .card-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .ingredient-grid { grid-template-columns: repeat(8, minmax(0, 1fr)); }
  .listing .card-grid, .related .card-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .steps ol { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 4rem; }
  .steps li:nth-child(-n+2) { border-top: 0; }
}

@media (max-width: 980px) {
  .card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ingredient-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .recipe-columns, .trust-grid { grid-template-columns: 1fr; }
  .editorial-summary { grid-template-columns: 1fr; }
  .editorial-facts { position: static; }
  .story-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .reference-grid { grid-template-columns: 1fr 1fr; gap: 2rem 0; }
  .reference-grid > div:nth-child(3) { grid-column: 1 / -1; padding: 2rem 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .trust-image, .trust-image img { min-height: 380px; }
  .footer-grid { grid-template-columns: 1.6fr 1fr 1fr; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 72px; }
  .content-width, .breadcrumbs, .tips, .context-links { width: min(calc(100% - 2rem), var(--content)); }
  .site-header { min-height: 70px; padding-inline: 1rem; }
  .brand { width: 145px; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: 70px 0 auto; display: grid; padding: 1.5rem; gap: 0; visibility: hidden; background: var(--ink); border-top: 1px solid #333; opacity: 0; transform: translateY(-10px); transition: opacity .2s, transform .2s, visibility .2s; }
  .main-nav.open { visibility: visible; opacity: 1; transform: none; }
  .main-nav a, .search-button { width: 100%; padding: 1rem 0; text-align: left; border-bottom: 1px solid #2c2c2c; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .home-hero { height: 560px; min-height: 0; }
  .hero-copy { left: 1.4rem; width: calc(100% - 2.8rem); }
  .hero-copy h1, .hero-copy h2 { font-size: clamp(2.8rem, 14vw, 4.7rem); }
  .hero-copy p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
  .hero-arrow { top: auto; bottom: 1rem; width: 42px; height: 42px; transform: none; }
  .hero-arrow.previous { left: 1.4rem; }
  .hero-arrow.next { right: auto; left: 4.4rem; }
  .hero-dots { right: 1.4rem; bottom: 2.1rem; }
  .home-intro { grid-template-columns: 1fr; padding-block: 3.25rem; }
  .home-section, .ingredient-section, .steps, .faq, .sources, .related { padding-block: 3.25rem; }
  .world-section, .trust-section { padding-block: 3.25rem; }
  .section-heading-row { align-items: start; flex-direction: column; }
  .card-grid { grid-template-columns: 1fr; }
  .ingredient-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ingredient-link { aspect-ratio: 4 / 5; }
  .detail-hero { height: 600px; min-height: 0; }
  .detail-title { left: 1rem; width: calc(100% - 2rem); padding: 1.5rem; }
  .detail-title h1 { font-size: clamp(2.6rem, 13vw, 4.6rem); }
  .recipe-facts { grid-template-columns: repeat(2, 1fr); }
  .recipe-facts > div:nth-child(2) { border-right: 0; }
  .recipe-facts > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .recipe-columns { margin-top: 2.5rem; }
  .ingredients-panel { padding: 1.25rem; }
  .steps li { grid-template-columns: 48px 1fr; }
  .tips { grid-template-columns: 1fr; padding: 2rem 1.25rem; }
  .direct-answer, .recipe-notes { grid-template-columns: 1fr; }
  .direct-answer { gap: 1rem; }
  .reference-grid { display: block; }
  .reference-grid > div, .reference-grid > div:first-child, .reference-grid > div:last-child, .reference-grid > div:nth-child(3) { padding: 1.6rem 0; border-top: 1px solid var(--line); border-left: 0; }
  .reference-grid > div:first-child { padding-top: 0; border-top: 0; }
  .sources { border-inline-width: 0; }
  .filter-row { align-items: stretch; flex-direction: column; }
  .editorial-summary { grid-template-columns: 1fr; }
  .editorial-facts { position: static; }
  .story-list { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 420px) {
  .ingredient-grid { grid-template-columns: 1fr 1fr; gap: .65rem; }
  .panel-heading { align-items: flex-start; gap: 1rem; flex-direction: column; }
  .ingredients-panel li { gap: .55rem; font-size: .9rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
}

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

@media print {
  .site-header, .breadcrumbs, .detail-hero > img, .detail-hero::after, .print-button, .faq, .related, .site-footer, .search-dialog, .tips, .recipe-photo { display: none !important; }
  body { color: #000; background: #fff; font-size: 11pt; }
  .detail-hero { height: auto; min-height: 0; }
  .detail-title { position: static; width: 100%; padding: 0 0 1cm; color: #000; }
  .recipe-overview, .steps, .sources { width: 100%; padding: .5cm 0; border: 0; }
  .recipe-columns { display: block; margin-top: .5cm; }
  .ingredients-panel { padding: .5cm; background: none; border: 1px solid #aaa; }
  .steps li { break-inside: avoid; }
  a { text-decoration: none; }
}
