.food-hero{background:#183153;color:#fff}.food-hero .wrap{display:grid;grid-template-columns:1fr 1fr;min-height:370px;align-items:center;gap:35px}.food-hero h1{color:#fff;font-size:clamp(2.6rem,5vw,4.5rem);line-height:1.08;margin:10px 0}.food-hero p{color:#e5eff0;font-size:1.1rem;line-height:1.6}.food-hero img{width:100%;height:340px;object-fit:cover;border-radius:24px}.food-main{padding:45px 0 75px}.food-main h2{color:#183153;font-size:clamp(1.8rem,3vw,2.5rem)}.food-intro{max-width:700px;color:#526579}.food-controls{display:flex;gap:12px;flex-wrap:wrap;align-items:center;margin:26px 0}.food-controls input{flex:1;min-width:230px;padding:13px;border:1px solid #b9cbc3;border-radius:12px;font:inherit}.food-categories{display:flex;flex-wrap:wrap;gap:8px}.food-categories button{border:1px solid #b9d3c1;border-radius:30px;background:#fff;padding:9px 13px;cursor:pointer;color:#183153;font-weight:700}.food-categories button[aria-pressed=true]{background:#e3f3e9;border-color:#217251}.food-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:20px 0 60px}.food-card{background:#fff;border:1px solid #d9e5dd;border-radius:19px;overflow:hidden;box-shadow:0 6px 20px #1731530b}.food-card-symbol{display:grid;place-items:center;height:115px;background:#e7f1e8;font-size:3rem}.food-card>div{padding:18px}.food-card small{color:#247252;font-weight:800}.food-card h3{margin:10px 0;font-size:1.25rem}.food-card a{color:#183153}.food-card p{color:#526579}.food-card button{border:0;background:none;color:#176747;padding:0;font:inherit;font-weight:800;cursor:pointer}.food-share{background:#f7f3e9;border:1px solid #e4dfcf;border-radius:20px;padding:26px;max-width:840px}.food-share form{display:grid;gap:12px}.food-share label{display:grid;gap:5px;font-weight:700}.food-share input,.food-share textarea,.food-share select{padding:11px;border:1px solid #bbc9c4;border-radius:10px;font:inherit;max-width:100%}.food-share textarea{min-height:85px}.food-share .food-row{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.food-share button{justify-self:start;padding:12px 20px;border:0;border-radius:30px;background:#183153;color:white;font:inherit;font-weight:800;cursor:pointer}.food-dialog{max-width:700px;width:calc(100% - 25px);border:1px solid #d9e5dd;border-radius:18px;padding:25px;max-height:85vh}.food-dialog li{margin-bottom:8px}.food-recipe{max-width:760px;margin:auto;padding:40px 20px 90px}.food-recipe h1{font-size:clamp(2rem,5vw,3.5rem);color:#183153}.food-recipe li{line-height:1.65;margin-bottom:8px}.food-recipe .food-meta{color:#176747;font-weight:800}.food-recipe .food-note{background:#f1f7f1;padding:18px;border-radius:15px}.food-photo-note{font-size:.82rem;color:#556}
@media(max-width:750px){.food-hero .wrap{grid-template-columns:1fr;padding-top:38px;padding-bottom:30px}.food-hero img{height:240px}.food-grid{grid-template-columns:1fr 1fr}}@media(max-width:520px){.food-grid,.food-share .food-row{grid-template-columns:1fr}}

.food-card img.food-card-symbol{width:100%;height:115px;object-fit:cover;display:block}

/* A compact browse feed, shared with the app's vertical recipe flow. */
.food-hero .btn.soft{color:#183153;background:#fff;border-color:#fff;margin:5px 8px 5px 0}
.food-hero .btn.soft:hover,.food-hero .btn.soft:focus-visible{background:#f1ead7;color:#102b4b;outline:3px solid #f4ca58;outline-offset:3px}
.food-grid{display:flex;flex-direction:column;max-width:940px;gap:14px;margin:20px 0 42px}
.food-card{display:grid;grid-template-columns:180px minmax(0,1fr);min-height:180px}
.food-card-symbol{height:100%;min-height:180px;font-size:3.4rem;background:linear-gradient(145deg,#f5e8c7,#e2f1e8);width:100%;object-fit:cover}
.food-card>div{padding:20px 24px}
.food-card h3{margin:7px 0;font-size:1.38rem}.food-card p{margin:7px 0;line-height:1.5}
.food-card .food-tags{display:flex;gap:7px;flex-wrap:wrap}
.food-tags span{background:#e6f3ea;color:#176747;padding:4px 9px;border-radius:999px;font-size:.8rem;font-weight:700}
.food-card .food-details{color:#176747;font-weight:800}
.food-app-note{max-width:940px;background:#eef5f1;border:1px solid #c7dbcd;padding:18px 22px;border-radius:18px;margin:25px 0 35px;color:#183153}
.food-categories{max-width:940px}.food-categories button:focus-visible,.food-card a:focus-visible{outline:3px solid #e2b042;outline-offset:3px}
@media(max-width:600px){.food-card{grid-template-columns:105px minmax(0,1fr);min-height:150px}.food-card-symbol{min-height:150px;font-size:2.4rem}.food-card>div{padding:12px}.food-card h3{font-size:1.1rem}}
