.recipe-detail-page{background:#f5f1e8;color:#17363d}.recipe-detail-main{width:min(1180px,calc(100% - 32px));margin:28px auto 64px}.recipe-loading,.recipe-missing{background:#fff;border:1px solid #ded4c3;border-radius:24px;padding:48px;text-align:center}.recipe-page-hero{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);gap:28px;align-items:stretch;background:linear-gradient(145deg,#0f343b,#102a31);color:#fff;border-radius:28px;overflow:hidden;box-shadow:0 24px 70px #0b202633}.recipe-page-hero img{width:100%;height:100%;min-height:460px;object-fit:cover}.recipe-page-copy{padding:clamp(28px,5vw,60px);display:flex;flex-direction:column;justify-content:center}.recipe-eyebrow{color:#e6bd69;text-transform:uppercase;letter-spacing:.12em;font-weight:900;margin:0 0 12px}.recipe-page-copy h1{font-family:Georgia,serif;font-size:clamp(2.3rem,6vw,5rem);line-height:.98;margin:0 0 18px}.recipe-page-copy>p:not(.recipe-eyebrow){font-size:1.08rem;line-height:1.72;color:#eef5f3}.recipe-facts{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:24px}.recipe-facts div{background:#ffffff12;border:1px solid #ffffff24;border-radius:14px;padding:14px}.recipe-facts strong,.recipe-facts span{display:block}.recipe-facts span{font-size:.78rem;color:#d6e2df;margin-top:4px}.recipe-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.recipe-actions a,.recipe-actions button{border:0;border-radius:999px;padding:13px 18px;font-weight:900;text-decoration:none;cursor:pointer}.recipe-actions .primary{background:#d7aa51;color:#102f36}.recipe-actions .secondary{background:#fff;color:#12343b}.recipe-content-grid{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:24px;margin-top:26px}.recipe-panel{background:#fff;border:1px solid #e0d6c6;border-radius:24px;padding:clamp(22px,4vw,38px);box-shadow:0 12px 34px #1c3c4212}.recipe-panel h2{font:700 clamp(1.55rem,3vw,2.2rem) Georgia,serif;color:#12343b;margin:0 0 20px}.ingredient-list,.method-list{margin:0;padding:0;list-style:none}.ingredient-list{display:grid;gap:4px}.ingredient-list label{display:flex;gap:12px;align-items:flex-start;padding:12px 0;border-bottom:1px solid #eee6da;line-height:1.5}.ingredient-list input{margin-top:5px;accent-color:#be8b2c}.method-list{counter-reset:steps;display:grid;gap:18px}.method-list li{counter-increment:steps;display:grid;grid-template-columns:42px 1fr;gap:14px;line-height:1.65}.method-list li:before{content:counter(steps);width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#12343b;color:#fff;font-weight:900}.method-list strong{display:block;color:#12343b;margin-bottom:4px}.nutrition-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.nutrition-grid div{background:#f5f0e7;border-radius:14px;padding:14px;text-align:center}.nutrition-grid strong,.nutrition-grid span{display:block}.nutrition-grid span{font-size:.76rem;color:#66777a;margin-top:4px}.recipe-support-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:24px}.recipe-support-grid article{background:#fff;border:1px solid #e0d6c6;border-radius:20px;padding:24px}.recipe-support-grid h3{color:#12343b;margin-top:0}.recipe-support-grid p{line-height:1.65}.recipe-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.recipe-tags span{background:#153f46;color:#fff;border-radius:999px;padding:7px 11px;font-size:.82rem;font-weight:800}.recipe-note{margin-top:22px;color:#586b6f;font-size:.9rem}.recipe-image-fallback{background:linear-gradient(145deg,#d8b86c,#8d6323);display:grid;place-items:center;color:#fff;font-size:5rem;font-weight:900}
@media(max-width:900px){.recipe-page-hero,.recipe-content-grid{grid-template-columns:1fr}.recipe-page-hero img{min-height:320px;max-height:480px}.recipe-support-grid{grid-template-columns:1fr 1fr}.recipe-facts{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.recipe-detail-main{width:min(100% - 18px,1180px);margin-top:12px}.recipe-page-hero{border-radius:20px}.recipe-page-copy{padding:24px 20px}.recipe-page-hero img{min-height:260px}.recipe-facts,.nutrition-grid,.recipe-support-grid{grid-template-columns:1fr 1fr}.recipe-actions{display:grid}.recipe-actions a,.recipe-actions button{text-align:center;width:100%}.recipe-content-grid{gap:14px}.recipe-panel{border-radius:18px;padding:20px}.method-list li{grid-template-columns:36px 1fr}.method-list li:before{width:36px;height:36px}.recipe-support-grid article:last-child{grid-column:1/-1}}
@media(max-width:390px){.recipe-facts,.nutrition-grid,.recipe-support-grid{grid-template-columns:1fr}.recipe-support-grid article:last-child{grid-column:auto}}
.related-recipes{margin-top:34px}.related-recipes-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:18px}.related-recipes-heading h2{font:700 clamp(1.8rem,4vw,2.8rem) Georgia,serif;color:#12343b;margin:4px 0 6px}.related-recipes-heading p{margin:0;color:#5d7074}.related-recipes-heading>a{background:#12343b;color:#fff;border-radius:999px;padding:12px 18px;text-decoration:none;font-weight:900;white-space:nowrap}.related-recipe-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.related-recipe-card{background:#fff;border:1px solid #e0d6c6;border-radius:22px;overflow:hidden;box-shadow:0 12px 34px #1c3c4212;display:flex;flex-direction:column}.related-image-link{display:block;aspect-ratio:16/10;background:#e9e1d4;overflow:hidden}.related-image-link img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.related-recipe-card:hover .related-image-link img{transform:scale(1.025)}.related-recipe-copy{padding:18px;display:flex;flex-direction:column;flex:1}.related-recipe-copy>p{margin:0 0 7px;color:#7a6848;font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.related-recipe-copy h3{font:700 1.28rem Georgia,serif;margin:0 0 12px;line-height:1.2}.related-recipe-copy h3 a{color:#12343b;text-decoration:none}.related-recipe-copy>div{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:16px}.related-recipe-copy>div span{background:#f3eee5;border-radius:999px;padding:6px 9px;font-size:.76rem;font-weight:800;color:#40575c}.related-view{margin-top:auto;background:#d7aa51;color:#102f36;border-radius:999px;padding:11px 15px;text-decoration:none;text-align:center;font-weight:900}
@media(max-width:900px){.related-recipe-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.related-recipes-heading{align-items:stretch;flex-direction:column}.related-recipes-heading>a{text-align:center}.related-recipe-grid{grid-template-columns:1fr}}
