.recipe-archive-hero { border-bottom: 4px solid var(--accent); background: var(--paper); }
.recipe-archive-hero h1 { max-width: 1050px; margin: 18px 0 24px; font-size: clamp(4rem,8vw,8.5rem); line-height: .86; }
.recipe-archive-hero p { max-width: 700px; font-size: 1.15rem; }
.recipe-archive-grid { display: grid; gap: 26px; }
.recipe-list-card { display: grid; grid-template-columns: minmax(300px,.85fr) minmax(0,1.15fr); border: 1px solid var(--ink); background: var(--paper); }
.recipe-list-visual { position: relative; display: flex; min-height: 460px; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 34px; background: var(--accent); color: var(--paper); text-decoration: none; }
.recipe-list-card:nth-child(even) .recipe-list-visual { background: var(--accent-dark); }
.recipe-list-visual::after { position: absolute; right: -80px; bottom: -100px; width: 290px; height: 290px; border: 44px solid currentColor; border-radius: 50%; content: ''; opacity: .88; }
.recipe-list-visual > span { position: relative; z-index: 1; font: 800 clamp(6rem,11vw,11rem)/.8 var(--sans); letter-spacing: -.08em; }
.recipe-list-visual small { position: relative; z-index: 1; font-size: .65rem; font-weight: 800; letter-spacing: .14em; }
.recipe-list-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.recipe-list-body { display: flex; flex-direction: column; justify-content: center; padding: clamp(36px,6vw,80px); }
.recipe-status { display: inline-block; width: max-content; padding: 7px 9px; background: var(--ink); color: var(--paper); box-shadow: inset 0 -3px var(--accent); font-size: .62rem; font-weight: 850; letter-spacing: .1em; }
.recipe-list-body h2 { margin: 22px 0 18px; font-size: clamp(2.6rem,5vw,5rem); line-height: .92; }
.recipe-list-body h2 a { color: inherit; text-decoration: none; }
.recipe-list-body > p { max-width: 650px; color: var(--muted); font-size: 1.02rem; }
.recipe-card-facts { display: grid; grid-template-columns: repeat(3,1fr); margin: 28px 0; border-top: 1px solid var(--stone); }
.recipe-card-facts div { padding: 12px 8px 12px 0; border-bottom: 1px solid var(--stone); }
.recipe-card-facts dt,.recipe-hero-facts dt,.recipe-sidebar dt { color: var(--muted); font-size: .63rem; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.recipe-card-facts dd,.recipe-hero-facts dd,.recipe-sidebar dd { margin: 4px 0 0; font-weight: 700; }

.recipe-single-hero { border-bottom: 4px solid var(--accent); background: var(--paper); }
.recipe-single-hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(50px,8vw,110px); align-items: center; }
.recipe-single-heading h1 { max-width: 900px; margin: 24px 0; font-size: clamp(3.8rem,7vw,7.8rem); line-height: .88; }
.recipe-single-heading > p { max-width: 720px; font-size: 1.12rem; }
.recipe-back { display: block; margin-bottom: 26px; color: var(--ink); font-size: .72rem; font-weight: 800; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.recipe-hero-facts { display: grid; grid-template-columns: repeat(3,1fr); margin: 36px 0 0; border-top: 1px solid var(--ink); }
.recipe-hero-facts div { padding: 13px 12px 13px 0; border-bottom: 1px solid var(--ink); }
.recipe-single-visual { min-width: 0; margin: 0; }
.recipe-single-visual img,.recipe-visual-type { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.recipe-visual-type { position: relative; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 36px; background: var(--accent-dark); color: var(--paper); }
.recipe-visual-type::after { position: absolute; right: -90px; bottom: -90px; width: 300px; height: 300px; border: 46px solid currentColor; border-radius: 50%; content: ''; }
.recipe-visual-type span { position: relative; z-index: 1; font: 800 clamp(8rem,16vw,15rem)/.8 var(--sans); }
.recipe-visual-type small { position: relative; z-index: 1; font-size: .65rem; font-weight: 800; letter-spacing: .14em; }
.recipe-content-grid { display: grid; grid-template-columns: minmax(0,1.3fr) minmax(280px,.7fr); gap: clamp(50px,9vw,130px); align-items: start; }
.recipe-prose { max-width: 780px; }
.recipe-prose > p:first-child { font: 500 clamp(1.5rem,2.5vw,2.2rem)/1.35 var(--serif); }
.recipe-prose h2 { margin-top: 64px; padding-top: 18px; border-top: 1px solid var(--ink); font-size: clamp(2.5rem,4.5vw,4.5rem); }
.recipe-prose h3 { margin-top: 36px; font-size: 1.8rem; }
.recipe-prose li { margin-bottom: 9px; padding-left: 5px; }
.recipe-prose ol li::marker { color: var(--accent); font-weight: 800; }
.recipe-sidebar { position: sticky; top: 120px; padding: 30px; border: 1px solid var(--ink); background: var(--lime); }
.recipe-sidebar dl { margin: 24px 0; border-top: 1px solid var(--stone); }
.recipe-sidebar dl div { padding: 12px 0; border-bottom: 1px solid var(--stone); }
.recipe-source { margin-top: 30px; padding-top: 20px; border-top: 1px solid var(--ink); }
.recipe-source p { color: var(--muted); font-size: .82rem; }
.recipe-source a { color: var(--oxide-text); font-size: .78rem; font-weight: 750; }
.recipe-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 28px; }
.recipe-tags span { padding: 6px 8px; border: 1px solid var(--stone); font-size: .66rem; }

.sv2-home-recipes { display: grid; gap: 14px; }
.sv2-home-recipe-card { display: grid; grid-template-columns: 150px minmax(0,1fr); min-width: 0; border: 1px solid var(--ink); background: var(--paper); }
.sv2-home-recipe-visual { position: relative; display: flex; min-height: 235px; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 18px; background: var(--accent); color: var(--paper); text-decoration: none; }
.sv2-home-recipe-card:nth-child(even) .sv2-home-recipe-visual { background: var(--accent-dark); }
.sv2-home-recipe-visual::after { position: absolute; right: -44px; bottom: -54px; width: 150px; height: 150px; border: 24px solid currentColor; border-radius: 50%; content: ''; }
.sv2-home-recipe-visual span { position: relative; z-index: 1; font: 800 4rem/.8 var(--sans); }
.sv2-home-recipe-visual small { position: relative; z-index: 1; font-size: .52rem; font-weight: 800; letter-spacing: .1em; }
.sv2-home-recipe-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.sv2-home-recipe-body { min-width: 0; padding: 24px; }
.sv2-home-recipe-body h3 { margin: 13px 0 9px; font-size: clamp(1.7rem,2.6vw,2.6rem); line-height: 1; }
.sv2-home-recipe-body > p { margin: 0; color: var(--muted); font-size: .83rem; }
.sv2-home-recipe-facts { display: flex; gap: 18px; margin: 17px 0; color: var(--muted); font-size: .68rem; }
.sv2-cook-title .recipe-all-link { display: inline-block; margin-top: 24px; color: var(--ink); }

@media (max-width: 900px) {
  .recipe-list-card,.recipe-single-hero-grid,.recipe-content-grid { grid-template-columns: 1fr; }
  .recipe-list-visual { min-height: 360px; }
  .recipe-sidebar { position: static; }
}

@media (max-width: 560px) {
  .recipe-archive-hero h1,.recipe-single-heading h1 { font-size: 3.7rem; }
  .recipe-list-visual { min-height: 290px; }
  .recipe-list-body { padding: 30px 24px; }
  .recipe-card-facts,.recipe-hero-facts { grid-template-columns: 1fr 1fr; }
  .recipe-single-visual img,.recipe-visual-type { aspect-ratio: 1; }
  .sv2-home-recipe-card { grid-template-columns: 105px minmax(0,1fr); }
  .sv2-home-recipe-visual { min-height: 100%; padding: 14px; }
  .sv2-home-recipe-visual span { font-size: 2.8rem; }
  .sv2-home-recipe-body { padding: 20px; }
  .sv2-home-recipe-facts { display: grid; gap: 4px; }
}
