: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; }
[hidden] { display: none !important; }
figure { margin: 0; }
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(440px, 60vh, 640px); 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; bottom: 1.2rem; display: none; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.55); color: var(--white); background: rgba(0,0,0,.25); font: 300 2rem var(--sans); cursor: pointer; }
.hero-carousel.is-enhanced .hero-arrow { display: block; }
.hero-arrow:hover { color: var(--ink); background: var(--white); }
.hero-arrow.previous { left: max(2rem, calc((100vw - var(--content)) / 2)); }
.hero-arrow.next { left: max(5.5rem, calc((100vw - var(--content)) / 2 + 3.5rem)); }
.hero-pause { position: absolute; z-index: 3; bottom: 1.2rem; left: max(9rem, calc((100vw - var(--content)) / 2 + 7rem)); min-height: 48px; padding: .5rem 1rem; color: white; border: 1px solid #aaa; background: #171717aa; cursor: pointer; }
.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: 44px; padding: 0; border: 0; background: linear-gradient(transparent 20px, #ffffff70 20px, #ffffff70 23px, transparent 23px); cursor: pointer; }
.hero-dots button[aria-current="true"] { background: linear-gradient(transparent 20px, white 20px, white 23px, transparent 23px); }

.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 h1 { 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(2rem, 3.25vw, 3.5rem); }
.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(2.5rem, 4vw, 4rem); 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(5, minmax(0, 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(2.5rem, 4vw, 4rem); 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; flex-wrap: wrap; width: min(calc(100% - 4rem), var(--content)); min-height: 48px; margin: 0 auto; padding-block: .6rem; align-items: center; gap: .25rem .65rem; color: #625f5a; font-size: .875rem; }
.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-jump { display: flex; flex-wrap: wrap; gap: .65rem 1.5rem; padding-block: 1rem; border-bottom: 1px solid var(--line); }
.recipe-jump a { min-height: 44px; display: inline-flex; align-items: center; font-weight: 650; font-size: .9rem; }
.recipe-timing { margin-top: 1rem; color: #5b5752; font-size: .9rem; }
.recipe-equipment { margin-top: 1.2rem; }
.before-start { margin-top: 1.4rem; border-top: 1px solid #555; padding-top: 1rem; }
.before-start h3 { font-size: 1.25rem; margin-bottom: .6rem; }
.before-start ul { padding-left: 1.15rem; }
.before-start li { margin-block: .55rem; font-size: 1rem; line-height: 1.65; }
.source-scope { font-size: 1rem; line-height: 1.7; margin-bottom: 1.1rem; }
.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: 44px; height: 44px; padding: 0; border: 0; background: transparent; font-size: 1.2rem; cursor: pointer; }
.serving-control button:disabled { opacity: .35; cursor: default; }
.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 { flex-shrink: 0; width: 1.1rem; height: 1.1rem; accent-color: var(--ink); }
.ingredients-panel label:has(input:checked) span { color: #756f65; text-decoration: line-through; }
.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 .source-note { color: #d4c7ba; }
.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(2rem, 3.25vw, 3.5rem); 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); }
.page-evidence { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); gap: clamp(1.5rem, 4vw, 4rem); padding-block: clamp(2rem, 3vw, 3rem); align-items: start; }
.page-evidence > section { min-width: 0; width: 100%; margin: 0; padding: 0; }
.page-evidence h2 { margin-bottom: 1.3rem; font-size: clamp(1.8rem, 2.8vw, 3rem); }
.faq-list { margin-top: 1rem; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; padding: 1.15rem 0; font: 500 1.18rem/1.45 var(--serif); cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; flex: 0 0 1rem; color: #986238; font: 400 1.4rem var(--sans); }
.faq details[open] summary::after { content: "−"; }
.faq details p { padding: 0 0 1.4rem; color: #48443f; }
.faq .answer-link { display: inline-block; padding: .2rem 0 .9rem; font-size: .8rem; text-underline-offset: .2em; }
.faq details[open] p { padding-bottom: .5rem; }
.faq details[id], .editorial-copy section[id] { scroll-margin-top: 1rem; }
.faq details:target { border-color: #986238; }
.page-evidence > .sources { padding: clamp(1.25rem, 2.5vw, 2.5rem); background: var(--paper); }
.sources a { overflow-wrap: anywhere; }
.guide-table-wrap { max-width: 100%; overflow-x: auto; margin-block: 1.5rem; }
.editorial-copy { min-width: 0; }
.guide-table { width: 100%; min-width: 30rem; border-collapse: collapse; font-size: 1rem; line-height: 1.55; }
.guide-table caption { padding: 0 0 1rem; text-align: left; font-weight: 700; }
.guide-table th, .guide-table td { padding: 1rem; vertical-align: top; text-align: left; border-bottom: 1px solid var(--line); }
.guide-table thead { background: var(--paper); }
.guide-table tbody th { width: 25%; font-weight: 600; }
.guide-table td { width: 37.5%; }
.guide-practice { padding-block: 2rem; border-block: 1px solid var(--line); }
.guide-practice h2 { margin-bottom: 1.5rem; }
.guide-practice ol { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem 3rem; padding-left: 1.4rem; }
.guide-practice li { padding-left: .5rem; }
.guide-practice li::marker { color: #986238; font-weight: 700; }
.guide-practice p { margin: 0; }
.guided-method { padding-block: clamp(1.8rem, 3vw, 3rem); border-top: 1px solid var(--line); }
.guided-method header { margin-bottom: 1.5rem; }
.guided-method h2 { max-width: 28ch; }
.method-meta { margin-top: .7rem; color: var(--muted); }
.guided-columns { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.6fr); gap: clamp(1.5rem, 3vw, 3rem); }
.guided-columns > div { min-width: 0; }
.guided-columns h3 { margin-bottom: .8rem; font: 500 1.5rem/1.25 var(--serif); }
.guided-columns ul, .guided-columns ol { padding-left: 1.35rem; }
.guided-columns li { margin-bottom: .85rem; padding-left: .25rem; }
.guided-ingredients { padding: 1.5rem; background: var(--paper); align-self: start; }
.guided-ingredients h3:not(:first-child) { margin-top: 1.6rem; }
.method-adjust { padding-top: 1rem; border-top: 1px solid var(--line); }
.listing-paths { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; padding-bottom: 2rem; }
.listing-paths section { min-width: 0; padding: 1.3rem; background: var(--paper); }
.listing-paths h2 { margin-bottom: .7rem; font-size: 1.6rem; }
.listing-paths ul { padding-left: 1.1rem; margin-bottom: 0; }
.listing-paths li { margin-bottom: .5rem; }
.card-facts { display: block; margin-top: .5rem; color: var(--muted); font-size: .85rem; }
@media (max-width: 760px) {
  .guided-columns, .listing-paths { grid-template-columns: 1fr; }
  .guided-ingredients { padding: 1.2rem; }
}
.sources ol { padding-left: 1.2rem; }
.sources li { padding: .55rem 0; }
.sources li span { display: block; margin-top: .35rem; color: #58544e; font-size: .9rem; }
.review-line { margin-top: 1.5rem; padding-top: 1rem; border-top: 1px solid var(--line); font-size: .85rem; }
.related > h2 { margin-bottom: 1.5rem; }
.feature-story a.text-link { display: inline-block; margin-top: 1rem; }
.source-note { font-size: .875rem; color: #58544e; }
.serving-reset { min-height: 44px; margin-top: .5rem; padding: .4rem .7rem; border: 1px solid #aaa59e; background: transparent; cursor: pointer; font-size: .875rem; }
.portion-notice { padding: 1rem 1.2rem; border-left: 3px solid #986238; background: var(--paper); font-size: .95rem; }
.portion-measure { margin-top: .75rem; font-size: .9rem; line-height: 1.6; }
html:not(.js) .serving-control, html:not(.js) .search-button,
html:not(.js) .filter-row, html:not(.js) .print-button { display: none; }

.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(2.5rem, 4vw, 4rem); 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 h3 { 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(2.5rem, 4vw, 4rem); 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 h3 { font-size: clamp(1.7rem, 2.2vw, 2.35rem); }
.feature-story p:last-child { margin-bottom: 0; }
.feature-count { display: block; margin-bottom: .7rem; color: #865229; font: 600 .875rem var(--sans); letter-spacing: .03em; }
.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(2.5rem, 4vw, 4rem); }
.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); }
.search-result small { display: block; margin-top: .25rem; color: var(--muted); font-size: .8rem; }

/* V28: print an actionable preparation without changing the reading layout. */
html:not(.js) [data-print] { display: none; }
.variant-option > .print-button { margin-top: .5rem; }
.guided-method .section-heading-row { flex-wrap: wrap; gap: 1rem; }
.guided-method .section-heading-row h2 { flex: 1 1 18rem; min-width: 0; }
.guided-ingredients label { cursor: pointer; }
.guided-ingredients input { accent-color: var(--ink); }
.guided-ingredients label:has(input:checked) span { text-decoration: line-through; color: var(--muted); }
@media print {
  .recipe-variants { display: block !important; margin-top: .4cm; }
  .variant-option { break-inside: avoid; padding: .25cm 0; }
  .variant-option .microcopy { font-size: 9pt; }
  .print-origin { display: block; font-size: 9pt; overflow-wrap: anywhere; }
  .guided-method { width: 100%; padding: .3cm 0; margin: 0; }
  .guided-columns { display: block; }
  .guided-method h2 { font-size: 20pt; }
  .guided-method h3 { font-size: 13pt; break-after: avoid; }
  .guided-method input { display: none; }
  .guided-ingredients label:has(input:checked) span { color: #000; text-decoration: none; }
  .guided-method li { break-inside: avoid; }
  .method-reference a::after, .method-control-reference a::after { content: " — " attr(href); font-size: 8pt; overflow-wrap: anywhere; }
  .print-selection .print-ancestor { display: block !important; width: auto !important; max-width: none !important; padding: 0 !important; margin: 0 !important; border: 0 !important; }
  .print-selection .print-ancestor > :not(.print-ancestor):not(.print-target) { display: none !important; }
  .print-selection .print-target { display: block !important; width: 100%; padding: 0; border: 0; }
}
.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) {
  .page-evidence { grid-template-columns: 1fr; }
  .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) {
  .guide-practice ol { grid-template-columns: 1fr; gap: 1.3rem; }
  .guide-table th, .guide-table td { padding: .8rem; }
  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: 440px; 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: 1rem; bottom: 1rem; gap: .2rem; }
  .hero-dots button { width: 26px; }
  .hero-pause { bottom: 1rem; left: 7.4rem; min-height: 42px; padding: .4rem .6rem; font-size: .875rem; }
  .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: auto; min-height: 0; background: white; }
  .detail-hero > img { height: 290px; }
  .detail-hero::after { display: none; }
  .detail-title { position: relative; left: auto; width: calc(100% - 2rem); margin: -2.5rem auto 0; padding: 1.5rem .5rem 0; }
  .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; }
  .page-evidence { padding-block: 2rem; }
  .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 (max-width: 760px) {
  html:not(.js) .site-header { flex-wrap: wrap; }
  html:not(.js) .menu-toggle { display: none; }
  html:not(.js) .main-nav { position: static; display: flex; width: 100%; flex-wrap: wrap; gap: .5rem 1rem; padding: .5rem 0 0; visibility: visible; opacity: 1; transform: none; }
  html:not(.js) .main-nav a { width: auto; padding: .5rem 0; border: 0; }
}

@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 {
  .recipe-jump, .serving-control, .reference-grid, .context-links, .direct-answer { display: none !important; }
  .content-width { width: 100%; }
  .steps ol { display: block; }
  .ingredients-panel input { display: none; }
  .site-header, .breadcrumbs, .detail-hero > img, .detail-hero::after, .print-button, .faq, .related, .site-footer, .search-dialog, .recipe-photo, .serving-reset { 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; }
  .tips { display: block; width: 100%; padding: .3cm 0; background: none; color: #000; break-inside: avoid; }
  .tips h2 { font-size: 16pt; }
  .tips p, .tips .source-note { color: #000; }
  .tips .section-kicker { display: none; }
  .tips aside { display: block; padding: .2cm 0; background: none; color: #000; }
  .portion-notice { font-size: 10pt; }
  a { text-decoration: none; }
}

/* V15: shared evidence layout, compact home, contextual preparations. */
.home-intro { padding-block: clamp(2rem, 3.5vw, 3.5rem); gap: clamp(1.5rem, 4vw, 4rem); }
.home-intro h1 { font-size: clamp(2rem, 3.3vw, 3.4rem); }
.home-choices { display: flex; gap: .6rem; flex-wrap: wrap; margin-top: 1.25rem; }
.home-choices a, .home-choices button { display: inline-flex; align-items: center; min-height: 44px; padding: .6rem .85rem; border: 1px solid var(--line); font: inherit; font-size: .85rem; color: var(--ink); background: white; text-decoration: none; cursor: pointer; }
.home-choices a:hover, .home-choices button:hover { border-color: var(--ink); }
html:not(.js) .home-choices button { display: none; }
.page-evidence, .page-evidence > section, .faq-list, .sources ol { min-width: 0; }
.page-evidence .faq { padding: 0; }
.page-evidence .sources { overflow-wrap: anywhere; }
.guide-connections { padding-block: 2rem; border-top: 1px solid var(--line); }
.guide-connections ul { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); list-style: none; padding: 0; gap: 1.5rem; }
.guide-connections li { min-width: 0; }
.guide-connections li a { display: inline-block; padding-block: .7rem; font-weight: 600; text-underline-offset: .2em; }
.guide-connections li p { color: var(--muted); font-size: .95rem; margin: 0; }
.vessel-advice { margin-top: 1rem; padding-top: .8rem; border-top: 1px solid var(--line); }
.step-quantity { font-weight: 600; }
.variant-options { margin-top: 1.5rem; padding-top: 1.25rem; border-top: 1px solid var(--line); }
.variant-option h3 { margin-bottom: .75rem; font-size: 1.35rem; line-height: 1.25; }
.variant-option + .variant-option { margin-top: 1.5rem; }
.main-nav a, .search-button, .text-link, .outline-link, .print-button { font-size: .875rem; }
.microcopy, figcaption, .byline { font-size: .875rem; line-height: 1.6; }
.card-copy p { font-size: 1rem; }
.page-evidence h2, .variant-option h3 { overflow-wrap: anywhere; }
.page-evidence .sources > ol { margin-bottom: 1rem; }
.page-evidence .sources > .review-line { margin-bottom: 0; }
@media screen and (min-width: 761px) {
 .detail-hero { display: grid; align-items: end; height: auto; min-height: clamp(500px, 66vh, 700px); }
 .detail-hero > img { position: absolute; inset: 0; height: 100%; }
 .detail-title { position: relative; left: auto; bottom: auto; margin-left: max(2rem, calc((100vw - var(--content)) / 2)); margin-top: 3rem; }
}
@media (max-width: 760px) {
 .home-intro { gap: 1rem; padding-block: 2rem; }
 .guide-connections ul { grid-template-columns: 1fr; gap: 1rem; }
 .home-section, .ingredient-section, .steps, .related { padding-block: 2.25rem; }
}

/* V15: practical troubleshooting, complete search and useful printed recipes. */
.print-origin { display: none; }
.recipe-troubleshooting { min-width: 0; }
.recipe-troubleshooting details { border-top: 1px solid var(--line); }
.recipe-troubleshooting summary { padding: .9rem 0; min-height: 44px; cursor: pointer; font-weight: 600; line-height: 1.5; overflow-wrap: anywhere; }
.recipe-troubleshooting details p { padding-bottom: .75rem; color: #48443f; }
.search-result-list { list-style: none; margin: 0; padding: 0; }
.search-status { color: var(--muted); margin: 1rem 0; font-size: .9rem; }
.search-more, .filter-reset { min-height: 44px; padding: .7rem 1rem; border: 1px solid #aaa59e; background: var(--white); color: var(--ink); font: inherit; font-size: .9rem; cursor: pointer; }
.search-more { width: 100%; margin-top: 1rem; }
.search-more:hover, .filter-reset:hover { border-color: var(--ink); }
.filter-row { flex-wrap: wrap; }
.filter-row input { min-width: min(100%, 16rem); }
.filter-status { flex-basis: 100%; margin: 0; font-size: .9rem; color: var(--muted); }
.method-storage { margin-top: 1.25rem; padding-top: 1.25rem; border-top: 1px solid var(--line); }
@media print {
  @page { margin: 14mm; }
  .recipe-page .print-origin { display: block; margin: 0 0 .35cm; font-size: 9pt; overflow-wrap: anywhere; }
  .recipe-page .detail-hero { background: none; }
  .recipe-page .detail-title { margin: 0; padding: 0 0 .3cm; }
  .recipe-page .detail-title h1 { font-size: 25pt; }
  .recipe-page .byline { font-size: 9pt; }
  .recipe-page .recipe-facts strong { font-size: 14pt; }
  .recipe-page .ingredients-panel label:has(input:checked) span { color: #000; text-decoration: none; }
  .recipe-page .ingredients-panel li { break-inside: avoid; }
  .recipe-page .ingredients-panel .microcopy { display: none; }
  .recipe-page h2 { font-size: 16pt; break-after: avoid; }
  .recipe-page h3 { font-size: 13pt; break-after: avoid; }
  .recipe-page .steps li { padding-block: .25cm; grid-template-columns: 1cm minmax(0, 1fr); }
  .recipe-page .recipe-notes, .recipe-page .page-evidence { display: block; width: 100%; padding: .25cm 0; margin: 0; border: 0; }
  .recipe-page .recipe-conservation { break-inside: avoid; }
  .recipe-page .page-evidence > .sources { padding: .25cm 0; background: none; border-top: 1px solid #aaa; }
  .recipe-page .sources ol { margin: .2cm 0; }
  .recipe-page .sources li { padding: .12cm 0; break-inside: avoid; font-size: 9pt; }
  .recipe-page .sources li span { font-size: 9pt; }
  .recipe-page .sources li > a::after { content: " — " attr(href); font-size: 8pt; overflow-wrap: anywhere; }
  .recipe-page .recipe-conservation .source-note > a::after { content: " — https://www.cuisineo.com/methode-editoriale.html#conservation"; font-size: 8pt; overflow-wrap: anywhere; }
  .recipe-page .recipe-conservation p { margin-bottom: .15cm; }
  .recipe-page .section-kicker { display: none; }
}

/* V28: complete variants, useful ingredient lists and compact recipe selection. */
.ingredient-export { margin-top: 1rem; }
.ingredient-export .outline-link { text-transform: none; letter-spacing: 0; font-size: .9rem; }
.copy-status { font-size: .875rem; line-height: 1.5; margin: .5rem 0 0; }
.copy-status:empty { display: none; }
.ingredient-export label { display: block; margin-top: .6rem; font-size: .9rem; }
.ingredient-export textarea { display: block; width: 100%; max-width: 100%; margin-top: .5rem; padding: .8rem; color: var(--ink); background: white; border: 1px solid #888; font: inherit; font-size: .9rem; resize: vertical; }
html:not(.js) .ingredient-export { display: none; }
.variant-recipe { border-block: 1px solid var(--line); margin-block: 1rem; }
.variant-recipe > summary { padding-block: .8rem; cursor: pointer; font-weight: 600; min-height: 44px; }
.variant-recipe h4 { font: 600 1.1rem/1.4 var(--sans); margin: 1.25rem 0 .6rem; }
.variant-recipe li { margin-bottom: .7rem; }
.variant-recipe .variant-ingredients { list-style: none; padding: 0; }
.variant-ingredients label { display: flex; align-items: baseline; gap: .5rem; cursor: pointer; }
.variant-ingredients input { accent-color: var(--ink); }
.variant-ingredients label:has(input:checked) span { text-decoration: line-through; color: var(--muted); }
.variant-meta { color: var(--muted); font-size: .9rem; }
.card-copy .card-facts { display: block; min-height: 0; overflow: visible; -webkit-line-clamp: unset; margin: .5rem 0 1rem; font-size: .875rem; line-height: 1.5; }
.filter-field { display: flex; flex: 1 1 12rem; flex-direction: column; min-width: 0; gap: .5rem; }
.filter-keyword { flex-basis: 18rem; }
.filter-field input, .filter-field select { min-width: 0; width: 100%; min-height: 48px; padding: .7rem; color: var(--ink); border: 1px solid #aaa59e; background: white; font: inherit; }
.filter-row { align-items: end; }
.filter-explanation { order: 2; flex-basis: 100%; margin: 0; font-size: .875rem; color: var(--muted); }
.filter-status { order: 3; }
@media (max-width: 760px) {
 .filter-row { align-items: stretch; }
 .filter-field { flex-basis: auto; }
}
@media print {
 .ingredient-export, .variant-recipe > summary { display: none !important; }
 .variant-recipe { border: 0; }
 .variant-recipe > :not(summary) { display: block; }
 .variant-recipe input { display: none; }
 .variant-ingredients label:has(input:checked) span { color: #000; text-decoration: none; }
 .variant-recipe ul, .variant-recipe ol { display: block; }
 .variant-recipe li { break-inside: avoid; }
 .variant-recipe h4 { font-size: 12pt; break-after: avoid; }
 .variant-recipe .source-note a::after { content: " — " attr(href); overflow-wrap: anywhere; font-size: 8pt; }
.variant-option { break-inside: auto; }
}

/* V30: complete preparations expand across the grid, keeping the reading width. */
.guide-contents { padding-block: 1rem; }
.guide-contents ul { list-style: none; padding: 0; margin: .6rem 0 0; }
.guide-contents a { display: block; padding-block: .55rem; text-underline-offset: .2em; }
.feature-story > .feature-preparation { margin: 0 1.5rem 1.5rem; }
.feature-preparation > summary { font-size: 1rem; }
.feature-story:has(> .feature-preparation[open]) { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, .7fr) minmax(0, 1fr); align-items: start; }
.feature-story:has(> .feature-preparation[open]) > figure { width: 100%; max-height: 300px; }
.feature-preparation[open] { grid-column: 1 / -1; min-width: 0; }
.feature-preparation h4 { font: 500 1.3rem/1.4 var(--serif); }
.feature-preparation .preparation-heading h4 { font-size: clamp(1.65rem, 2.5vw, 2.3rem); }
.feature-method-columns { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.4fr); gap: 2rem; }
.feature-method-columns > div { min-width: 0; }
.feature-method-columns ol { padding-left: 1.4rem; }
.preparation-references { border-top: 1px solid var(--line); margin-top: 1.5rem; }
.preparation-references ul { padding-left: 1.25rem; }
.preparation-references a { overflow-wrap: anywhere; }
.preparation-actions { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; }
.filter-restriction-note { flex-basis: 100%; font-size: .9rem; }
@media (max-width: 760px) {
 .feature-story:has(> .feature-preparation[open]), .feature-method-columns { grid-template-columns: minmax(0, 1fr); }
 .feature-story > .feature-preparation { margin-inline: 1rem; }
 .feature-method-columns { gap: .5rem; }
 .feature-method-columns .guided-ingredients { padding: 1rem; }
}
@media print {
 .guide-contents, .preparation-actions { display: none !important; }
 .feature-story:has(> .feature-preparation[open]), .feature-method-columns { display: block; }
 .feature-preparation { margin: 0 !important; }
 .feature-preparation li { break-inside: avoid; }
}

/* Fiches uniques : mêmes repères graphiques, aucune colonne de variantes vide. */
.reference-recipe .recipe-notes { grid-template-columns: 1fr; padding-block: 1.8rem; }
.reference-recipe .recipe-conservation { max-width: 88ch; }
.reference-recipe .reference-grid { padding-block: 2rem; }
.reference-recipe .steps { padding-bottom: 1.5rem; }
.recipe-reference > div { max-width: 80ch; }
.recipe-reference h2 { margin-bottom: .8rem; }
.recipe-reference p { margin-bottom: 1.2rem; }

/* A moved preparation retains a compact destination for existing links. */
.feature-recipe-reference { margin-top: 1rem; }

/* V37: keep recipe grids and long words within the viewport when text grows. */
.recipe-facts > div, .recipe-columns > *, .panel-heading > div,
.ingredients-panel label, .ingredients-panel label span, .steps li > div { min-width: 0; }
.recipe-facts, .recipe-facts > div, .ingredients-panel, .panel-heading > div { max-width: 100%; }
.recipe-facts > div, .ingredients-panel, .recipe-page h1, .recipe-page h2,
.recipe-page h3, .steps li > div { overflow-wrap: anywhere; }
.panel-heading { flex-wrap: wrap; gap: 1rem; }
.recipe-page .tips > * { min-width: 0; max-width: 100%; overflow-wrap: anywhere; }
@media (max-width: 420px) {
  .recipe-page .tips, .recipe-page .ingredients-panel { padding-inline: clamp(.75rem, 4vw, 1.25rem); }
  .recipe-page .tips > aside { padding-inline: clamp(.75rem, 4vw, 1.6rem); }
  .recipe-page .tips, .recipe-page .ingredients-panel { hyphens: auto; }
}

/* V38: long FAQ labels and quantities remain readable with enlarged text. */
.faq summary { min-width: 0; overflow-wrap: anywhere; }
.recipe-page .ingredients-panel li { grid-template-columns: minmax(0, 1fr) fit-content(45%); }
.recipe-page .ingredient-amount { min-width: 0; overflow-wrap: anywhere; }
@media (max-width: 420px) {
  .recipe-page .steps li { grid-template-columns: minmax(48px, max-content) minmax(0, 1fr); column-gap: .5rem; }
}

/* V44 : repères courts intégrés à la liste, sources par rôle. */
.ingredient-choice { margin: 1rem 0 0; font-size: 1rem; line-height: 1.65; }
.restriction-scope { margin-top: .75rem; }
.sources h3 { font-family: var(--sans, sans-serif); font-size: 1rem; line-height: 1.4; margin: 1.1rem 0 .25rem; }
.piece-yield { display:block; font-size:.875rem; margin-top:.3rem; line-height:1.4; }
.search-restriction-scope { margin:.5rem 0; }

/* Keep guide titles and long labels readable when text size is enlarged. */
.detail-title, .guided-method, .feature-story, .guide-contents {
  min-width: 0;
  overflow-wrap: anywhere;
}
.guided-method .outline-link, .guided-method .print-button,
.feature-story .outline-link, .feature-story .print-button {
  max-width: 100%;
  white-space: normal;
}
main { overflow-wrap: anywhere; }
main .outline-link, main .print-button { max-width: 100%; white-space: normal; }
