/* Recipe reading flow: useful photos, early actions, compact nutrition. */
.site-redesign .recipe-hero-image {grid-column:1;grid-row:1}
.site-redesign .recipe-intro {grid-column:2;grid-row:1;min-width:0}
.site-redesign .recipe-facts {display:grid;grid-template-columns:repeat(auto-fit,minmax(135px,1fr));gap:18px;padding:20px}
.site-redesign .recipe-facts>div {min-width:0;align-items:flex-start}
.site-redesign .recipe-facts>div>svg {flex-shrink:0;margin-top:4px}
.site-redesign .recipe-facts small {margin-bottom:4px}
.site-redesign .recipe-calorie-fact a {text-underline-offset:3px}
.site-redesign .recipe-brine-caveat {display:block;font-size:11px;color:var(--muted);margin-top:5px;line-height:1.5}
.site-redesign .recipe-story-layout {min-width:0}
.site-redesign .recipe-story-layout.has-ingredient-photo {display:grid;grid-template-columns:minmax(0,1fr) 250px;gap:34px;align-items:center}
.site-redesign .article-story>:first-child {margin-top:0}
.site-redesign .article-story>:last-child {margin-bottom:0}
.site-redesign .recipe-ingredient-photos figure {margin:0}
.site-redesign .recipe-ingredient-photos img {display:block;width:100%;height:auto;max-height:340px;object-fit:contain;border-radius:10px}
.site-redesign .recipe-ingredient-photos figcaption {font-size:12px;line-height:1.6;color:var(--muted);margin-top:10px}
.site-redesign .recipe-paper .step-content img {display:block;width:auto;height:auto;max-width:100%;max-height:340px;object-fit:contain;margin:18px 0 6px}
.site-redesign .step-content p {margin:0 0 12px}
.site-redesign .recipe-paper .recipe-nutrition {margin:0;padding:24px 32px;border:0;border-bottom:1px solid var(--line);border-radius:0;background:var(--paper)}
.site-redesign .nutrition-overview {display:flex;align-items:center;gap:20px 36px;flex-wrap:wrap}
.site-redesign .nutrition-overview strong {margin:5px 0 0;font-size:28px}
.site-redesign .nutrition-serving-basis p {margin:0;font-size:13px}
.site-redesign .nutrition-serving-basis .nutrition-brine-note {font-weight:600;margin-top:5px}
.site-redesign .nutrition-details {margin-top:12px}
.site-redesign .nutrition-details summary {cursor:pointer;font-size:13px;font-weight:650;width:fit-content;padding:5px 0;text-underline-offset:3px}
.site-redesign .nutrition-details summary:hover {text-decoration:underline}
.site-redesign .nutrition-details summary:focus-visible {outline:2px solid var(--teal);outline-offset:4px;border-radius:2px}
.site-redesign .recipe-nutrition .nutrition-details-content {max-width:780px;padding-top:6px}
.site-redesign .recipe-nutrition .nutrition-details-content p {font-size:13px;max-width:none;margin:10px 0;line-height:1.8}
.site-redesign .recipe-nutrition .nutrition-details-content strong {display:inline;font-family:inherit;font-size:inherit;font-weight:650;margin:0}
@media(max-width:1000px){
 .site-redesign .recipe-story-layout.has-ingredient-photo {grid-template-columns:minmax(0,1fr) 210px;gap:24px}
 .site-redesign .recipe-facts {grid-template-columns:repeat(auto-fit,minmax(125px,1fr))}
}
@media(max-width:750px){
 .site-redesign .recipe-story-layout.has-ingredient-photo {grid-template-columns:1fr}
 .site-redesign .recipe-ingredient-photos {width:min(100%,300px);margin:4px auto 0}
}
@media(max-width:650px){
 .site-redesign .recipe-hero {display:flex;flex-direction:column;gap:22px;align-items:stretch}
 .site-redesign .recipe-intro {display:contents}
 .site-redesign .recipe-title-block {order:0}
 .site-redesign .recipe-title-block h1 {font-size:34px;line-height:1.1;margin:12px 0 0}
 .site-redesign .recipe-actions {order:1;margin:0;gap:10px}
 .site-redesign .recipe-actions>.button {padding:12px 18px;font-size:13px}
 .site-redesign .recipe-hero-image {order:2}
 .site-redesign .recipe-hero-image>img {height:350px}
 .site-redesign .recipe-summary {order:3;margin:0;font-size:15px;line-height:1.8}
 .site-redesign .recipe-byline {order:4;margin:0}
 .site-redesign .recipe-facts {order:5;margin:0;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;padding:18px}
 .site-redesign .recipe-calorie-fact {grid-column:1/-1}
 .site-redesign .recipe-calorie-fact>span {display:flex;align-items:baseline;flex-wrap:wrap;gap:5px 12px}
 .site-redesign .recipe-calorie-fact small {margin:0}
 .site-redesign .recipe-brine-caveat {width:100%;margin:0}
 .site-redesign .recipe-paper .recipe-nutrition {padding:20px 22px}
 .site-redesign .nutrition-overview {gap:10px}
 .site-redesign .nutrition-serving-basis {flex-basis:100%}
 .site-redesign .recipe-ingredient-photos img {max-height:320px}
 .site-redesign .recipe-paper .step-content img {max-height:320px}
}
@media print {
 .site-redesign .recipe-paper .recipe-nutrition {padding:12px 0;background:transparent;border-bottom:1px solid #ccc;break-inside:avoid}
 .site-redesign .nutrition-details summary {display:none}
 .site-redesign .nutrition-details[open] {margin-top:6px}
 .site-redesign .recipe-nutrition .nutrition-overview strong {font-size:20px}
 .site-redesign .recipe-paper .step-content img {max-height:180px}
}
