.recipe-database{min-height:65vh;padding:80px 0;background:var(--cream)}.recipe-database header h1{font:700 clamp(3rem,6vw,5rem) Georgia;margin:10px 0;color:var(--berry-dark)}.recipe-database header p{color:var(--muted)}.recipe-search{max-width:760px;margin:35px 0}.recipe-search label{display:block;font-weight:700;margin-bottom:7px}.recipe-search div{display:flex}.recipe-search input{flex:1;padding:14px 18px;border:1px solid var(--line);border-radius:999px 0 0 999px}.recipe-search button{border:0;background:var(--leaf-dark);color:#fff;padding:12px 25px;border-radius:0 999px 999px 0;font-weight:700}.public-recipe-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.public-recipe-grid article{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 8px 24px rgba(45,61,37,.08)}.public-recipe-grid img{width:100%;height:280px;object-fit:cover;object-position:top}.public-recipe-grid article div{padding:24px}.public-recipe-grid h2{font:700 1.5rem Georgia;margin:8px 0}.public-recipe-grid p{color:var(--muted)}.public-recipe-grid small{font-weight:700}.no-recipes{grid-column:1/-1;padding:35px;background:#fff;border-radius:18px}.structured-recipe{padding:65px 0;background:var(--cream)}.structured-header{display:grid;grid-template-columns:1fr .75fr;gap:55px;align-items:center;margin:35px 0 50px}.structured-header h1{font:700 clamp(3rem,6vw,5.5rem) Georgia;color:var(--berry-dark);margin:10px 0}.structured-header>div>p{font-size:1.12rem;color:var(--muted)}.structured-header>img{border-radius:20px;max-height:540px;width:100%;object-fit:cover;object-position:top;box-shadow:var(--shadow)}.structured-body{display:grid;grid-template-columns:.75fr 1.25fr;gap:35px}.structured-body>aside,.structured-body>.steps{background:#fff;border-radius:20px;padding:30px}.structured-body h2{font:700 2rem Georgia;color:var(--leaf-dark)}.structured-body aside h3{font:700 1.2rem Georgia;color:var(--berry)}.structured-body ul{padding-left:20px}.structured-body li{margin:9px 0}.steps ol{list-style:none;padding:0}.steps li{display:grid;grid-template-columns:42px 1fr;gap:15px;padding:16px 0;border-bottom:1px solid var(--line)}.steps li>span{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--leaf);color:#fff;font-weight:800}.steps li p{margin:5px 0}.steps li small{display:block;color:var(--berry);font-weight:700}.recipe-sources{margin-top:30px;padding:25px;background:#fff;border-radius:18px}.recipe-sources h2{font:700 1.25rem Georgia}@media(max-width:850px){.public-recipe-grid{grid-template-columns:1fr 1fr}.structured-header,.structured-body{grid-template-columns:1fr}}@media(max-width:580px){.public-recipe-grid{grid-template-columns:1fr}.recipe-search div{display:grid;gap:8px}.recipe-search input,.recipe-search button{border-radius:999px}.structured-body>aside,.structured-body>.steps{padding:22px}}
.archived-notice{min-height:55vh;padding-top:5rem;padding-bottom:5rem}.archived-notice h1{max-width:760px;font-size:clamp(2.2rem,5vw,4rem)}.archived-notice p{max-width:650px;margin-bottom:2rem;font-size:1.15rem}
.step-image{width:min(100%,32rem);max-height:22rem;object-fit:cover;border-radius:1rem;margin:0 0 .8rem}
