.recipe-hero{padding-block:clamp(2rem,1rem + 4vw,4rem)}.recipe-hero-grid{grid-template-columns:1fr 1fr;align-items:start;gap:clamp(2rem,1rem + 4vw,4rem);display:grid}.recipe-hero-copy h1{margin-top:.8rem;font-size:clamp(2rem,1.2rem + 3.5vw,3.4rem)}.recipe-meta{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem 1rem;max-width:44rem;margin-top:1.8rem;display:grid}.recipe-meta .meta-item{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-md);box-shadow:var(--shadow-card);flex-direction:column;gap:.2rem;padding:1rem 1.2rem;display:flex}.recipe-meta .meta-item strong{font-family:var(--font-display);font-size:var(--fs-h3);color:var(--ink);line-height:1.1}.recipe-meta .meta-note{color:var(--ink-soft);font-size:.82rem}.recipe-meta .meta-secondary{flex-wrap:wrap;grid-column:1/-1;gap:.35rem 1.4rem;margin:.2rem 0 0;padding:0;list-style:none;display:flex}.recipe-meta .meta-secondary li{align-items:baseline;gap:.45rem;font-size:.92rem;display:inline-flex}.recipe-meta .meta-secondary .meta-label{margin:0}.recipe-meta .meta-secondary strong{font-family:var(--font-display);color:var(--ink);font-size:1rem}.recipe-image-wrap{border-radius:var(--r-xl);aspect-ratio:4/3;background:radial-gradient(130% 120% at 70% 20%,#fbe6d6 0%,#f3cfb4 50%,#e7b794 100%);place-items:center;display:grid;overflow:hidden}.recipe-image-wrap img{object-fit:cover;width:100%;height:100%}.recipe-photo{object-fit:cover;width:100%;height:100%;display:block}.recipe-image-wrap .emoji-plate{filter:drop-shadow(0 12px 18px #2f352833);font-size:clamp(5rem,2rem + 10vw,8rem)}.recipe-body{grid-template-columns:1fr 1.6fr;align-items:start;gap:2rem;margin-top:3rem;display:grid}.recipe-body>section.recipe-video{margin-top:0}.ingredients-list li{border-bottom:1px solid var(--line);padding:.5rem 0;font-size:1rem}.ingredients-list li:last-child{border-bottom:none}.ingredients-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.6rem .75rem;margin-bottom:1rem;display:flex}.ingredients-head .recipe-section-title{margin:0}.add-all-btn{font-family:var(--font-sans);color:var(--sage-ink);cursor:pointer;border:1px solid var(--sage-soft);border-radius:var(--r-pill);transition:background var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease);background:#7c8a5a1f;align-items:center;gap:.4rem;padding:.45rem .85rem;font-size:.85rem;font-weight:700;display:inline-flex}.add-all-btn:hover{background:#7c8a5a38}.add-all-btn.is-added{color:#fff;background:var(--sage);border-color:var(--sage)}.add-all-btn svg{width:16px;height:16px}.ingredients-list--check li{padding:0}.ingredient-check{cursor:pointer;align-items:flex-start;gap:.65rem;padding:.5rem 0;display:flex}.ingredient-check__box{cursor:pointer;width:1.15rem;height:1.15rem;accent-color:var(--sage);flex-shrink:0;margin-top:.18rem}.ingredient-check__text{line-height:1.5}.ingredient-check__box:checked~.ingredient-check__text{color:var(--ink-soft)}.ingredient-subhead{font-family:var(--font-display);color:var(--sage-ink);border-bottom:none;margin-top:.7rem;padding:.3rem 0 .2rem;font-weight:700}.ingredients-list--check .ingredient-subhead:first-child{margin-top:0}.instruction-steps{counter-reset:step-counter;flex-direction:column;gap:1.4rem;padding:0;list-style:none;display:flex}.instruction-steps li{display:block}.instruction-steps li:before{content:counter(step-counter);counter-increment:step-counter;background:var(--clay-ink);color:#fff;width:42px;height:42px;font-family:var(--font-display);border-radius:14px 14px 16px 12px;flex-shrink:0;place-items:center;font-size:1.1rem;font-weight:800;display:grid}.instruction-steps li:nth-child(2n):before{background:var(--sage-ink)}.step-header{align-items:center;gap:.7rem;margin-bottom:.5rem;display:flex}.step-content h3{flex:1;min-width:0;margin:0;font-size:1.1rem}.step-content p{color:var(--ink-soft)}.recipe-section-title{margin:0 0 1rem;font-size:1.4rem}.recipe-title{margin-top:.8rem;font-size:clamp(2rem,1.2rem + 3.5vw,3.4rem)}.recipe-description{color:var(--ink-soft);font-size:var(--fs-lead);max-width:60ch;margin-top:1.1rem}.answer-first{background:var(--bone-2);border-left:4px solid var(--sage);border-radius:0 var(--r-md) var(--r-md) 0;max-width:70ch;margin-top:1.6rem;padding:1rem 1.3rem 1.1rem 1.2rem}.answer-first__label{font-family:var(--font-sans);font-size:var(--fs-eyebrow);letter-spacing:.16em;text-transform:uppercase;color:var(--sage-ink);margin:0 0 .35rem;font-weight:700}.answer-first__summary{color:var(--ink);font-size:var(--fs-body);margin:0;line-height:1.6}.recipe-plate{border-radius:var(--r-xl);aspect-ratio:4/3;background:radial-gradient(130% 120% at 70% 20%,#fbe6d6 0%,#f3cfb4 50%,#e7b794 100%);place-items:center;margin-top:1rem;display:grid;overflow:hidden}.recipe-meta .meta-label{text-transform:uppercase;letter-spacing:.1em;color:var(--sage-ink);margin-bottom:.15rem;font-size:.78rem;font-weight:700;display:block}.recipe-meta .meta-rating{flex-direction:column;gap:.25rem;display:flex}.recipe-author{color:var(--ink-soft);flex-wrap:wrap;align-items:center;gap:.35rem .6rem;margin-top:.9rem;font-size:.9rem;display:flex}.recipe-author .avatar{background:linear-gradient(135deg, var(--sage), var(--sage-soft));width:30px;height:30px;color:var(--bone);font-weight:800;font-family:var(--font-display);border-radius:50%;flex-shrink:0;place-items:center;font-size:.85rem;display:grid}.recipe-author .author-credit{align-items:baseline;gap:.35rem;display:inline-flex}.recipe-author .author-label{font-weight:600}.recipe-author .author-name{font-family:var(--font-display);color:var(--ink);font-size:1rem;font-weight:800;text-decoration:none}.recipe-author .author-date{align-items:baseline;gap:.6rem;display:inline-flex}.recipe-author .author-date .sep{color:var(--sage-soft)}.recipe-author .author-name:hover,.recipe-author .author-name:focus-visible{text-underline-offset:2px;text-decoration:underline}.instruction-steps .step-number{background:var(--clay-ink);color:#fff;width:44px;height:44px;font-family:var(--font-display);cursor:pointer;transition:background var(--dur-fast) var(--ease), transform var(--dur-fast) var(--ease);border-radius:14px 14px 16px 12px;flex-shrink:0;place-items:center;font-size:1.1rem;font-weight:800;display:grid;position:relative}.instruction-steps .step-number>*{grid-area:1/1}.instruction-steps .step-number .step-done{opacity:0;cursor:pointer;width:100%;height:100%;margin:0;position:absolute;inset:0}.instruction-steps .step-number__check{opacity:0;transition:opacity var(--dur-fast) var(--ease), transform var(--dur-fast) var(--ease);transform:scale(.6)}.instruction-steps .step-number:hover{transform:scale(1.06)}.instruction-steps .step-number:has(.step-done:focus-visible){outline:3px solid var(--sage);outline-offset:3px}.instruction-steps li:has(.step-done:checked) .step-number{background:var(--sage-ink)}.instruction-steps li:has(.step-done:checked) .step-number__digit{opacity:0}.instruction-steps li:has(.step-done:checked) .step-number__check{opacity:1;transform:scale(1)}.instruction-steps li:has(.step-done:checked) .step-content h3{color:var(--ink-soft);text-decoration:line-through;text-decoration-color:var(--sage-soft);text-decoration-thickness:2px}.instruction-steps li:has(.step-done:checked) .step-content p{opacity:.72}.instructions-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.4rem 1rem;margin-bottom:1rem;display:flex}.instructions-head .recipe-section-title{margin:0}.steps-progress{color:var(--sage-ink);margin:0;font-size:.85rem;font-weight:700}.steps-progress[hidden]{display:none}@media (width>=901px){.recipe-body>.ingredients-section{overscroll-behavior:contain;max-height:calc(100vh - 6rem);position:sticky;top:5.25rem;overflow-y:auto}}.instruction-steps li:has(.step-number):before{display:none}.instruction-steps li:nth-child(2n) .step-number{background:var(--sage-ink)}.recipe-faq-section,.related-recipes-section{margin-top:3rem}.ingredients-section,.instructions-section{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);box-shadow:var(--shadow-card);flex-direction:column;padding:clamp(1.3rem,1rem + 1.5vw,1.9rem);display:flex}.servings-selector{border-bottom:1px solid var(--line);flex-wrap:wrap;align-items:center;gap:.6rem .9rem;margin-bottom:1.1rem;padding-bottom:1rem;display:flex}.servings-selector__label{font-family:var(--font-display);color:var(--ink);font-size:.95rem;font-weight:700}.servings-selector__controls{align-items:center;gap:.5rem;display:flex}.servings-selector__btn{width:44px;height:44px;font-family:var(--font-display);color:var(--sage-ink);cursor:pointer;border:1px solid var(--sage-soft);border-radius:var(--r-sm);transition:background var(--dur-fast) var(--ease);background:#7c8a5a1f;place-items:center;font-size:1.3rem;font-weight:700;display:grid}.servings-selector__btn:hover:not(:disabled){background:#7c8a5a38}.servings-selector__btn:disabled{opacity:.45;cursor:not-allowed}.servings-selector__value{min-width:2.6rem;font-family:var(--font-display);color:var(--ink);text-align:center;font-size:1.1rem;font-weight:800}.meal-prep-tip{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);box-shadow:var(--shadow-card);max-width:70ch;margin-top:2rem;padding:1.2rem 1.4rem}.meal-prep-tip .recipe-section-title{align-items:center;gap:.5rem;margin-bottom:.6rem;display:flex}.meal-prep-tip__text{color:var(--ink-soft);font-size:var(--fs-lead);margin:0}.recipe-pairings{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);box-shadow:var(--shadow-card);max-width:70ch;margin-top:2rem;padding:1.2rem 1.4rem}.recipe-pairings .recipe-section-title{align-items:center;gap:.5rem;margin-bottom:.4rem;display:flex}.recipe-pairings__lede{color:var(--ink-soft);margin:0 0 .8rem}.recipe-pairings__list{gap:.55rem;margin:0;padding:0;list-style:none;display:grid}.recipe-pairings__item{flex-wrap:wrap;align-items:baseline;gap:.35rem .6rem;display:flex}.recipe-pairings__role{font-size:var(--fs-meta);letter-spacing:.02em;text-transform:uppercase;color:var(--ink-soft);min-width:15ch;font-weight:700}.recipe-pairings__item a{text-underline-offset:.16em;font-weight:600;text-decoration-thickness:1.5px}.nutrition-section{margin-top:2rem}.nutrition-table{border-collapse:collapse;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);width:100%;max-width:32rem;box-shadow:var(--shadow-card);overflow:hidden}.nutrition-table th,.nutrition-table td{text-align:left;border-bottom:1px solid var(--line);padding:.7rem 1.1rem}.nutrition-table tr:last-child th,.nutrition-table tr:last-child td{border-bottom:none}.nutrition-table tr:nth-child(2n){background:var(--bone)}.nutrition-table th{font-family:var(--font-display);color:var(--ink);font-weight:700}.nutrition-table td{color:var(--sage-ink);text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap;font-weight:700}.nutrition-table__note{color:var(--ink-soft);margin:.6rem 0 0;font-size:.85rem}.meal-prep-band{align-items:start;gap:2rem;margin-top:2rem;display:grid}.meal-prep-band .meal-prep-tip,.meal-prep-band .nutrition-section{margin-top:0}.meal-prep-band .meal-prep-tip,.meal-prep-band .nutrition-table{max-width:none}.rate-cta{border-radius:var(--r-lg);background:var(--bone-2);border:1px solid var(--line);color:var(--ink);transition:border-color var(--dur-fast) var(--ease), box-shadow var(--dur-base) var(--ease);flex-wrap:wrap;align-items:center;gap:.5rem 1rem;margin:2rem 0 0;padding:1rem 1.4rem;text-decoration:none;display:flex}.rate-cta:hover,.rate-cta:focus-visible{border-color:var(--sage);box-shadow:var(--shadow-card)}.rate-cta__stars{letter-spacing:.08em;color:var(--clay-ink);font-size:1.35rem;line-height:1}.rate-cta__text{flex:18rem;font-size:.95rem}.rate-cta__text strong{font-family:var(--font-display);font-weight:700}.rate-cta__count{color:var(--sage-ink);white-space:nowrap;font-size:.85rem;font-weight:700}@media (width<=900px){.recipe-hero-grid{grid-template-columns:1fr}.recipe-hero-grid .recipe-image-wrap{order:-1}.recipe-meta{max-width:none}.recipe-body{grid-template-columns:1fr}.recipe-body>section.recipe-video .recipe-video__frame{margin-inline:auto}}@media (width>=900px){.meal-prep-band--split{grid-template-columns:1fr 1fr}}@media (width>=901px){.recipe-body--with-video>.ingredients-section{grid-area:1/1}.recipe-body--with-video>section.recipe-video{grid-area:2/1}.recipe-body--with-video>.instructions-section{grid-area:1/2/span 2}}
