/* Photo and text occupy separate regions. The media ratio never follows card text height. */
.product{min-width:0;display:flex;flex-direction:column;overflow:hidden;border:1px solid #ffffff14;border-radius:12px;background:linear-gradient(145deg,#292422,#201c1b);box-shadow:0 8px 22px #0002,inset 0 1px #ffffff06;transition:transform .25s var(--ease),box-shadow .25s,border-color .25s}
.product-media{display:block;position:relative;aspect-ratio:1;width:100%;padding:0;border:0;background:#26201e;overflow:hidden}
.product-image{display:block;width:100%;height:100%;object-fit:cover;transition:transform .5s var(--ease)}
.product-placeholder{display:grid;place-content:center;width:100%;height:100%;gap:10px;background:radial-gradient(ellipse at 50% 45%,#3b302a,#211d1b);color:#998a7d;font:italic 29px var(--display)}.product-placeholder small{font:10px var(--sans);color:#b4a59a}
.product-info{display:flex;flex:1;flex-direction:column;padding:18px}.product-top{font-size:10px;letter-spacing:.02em;color:#b9a99a;display:flex;justify-content:space-between;gap:8px;margin-bottom:10px}.product-top span:last-child{color:#dc9b88}.product-copy{border:0;padding:0;background:transparent;text-align:left;color:var(--cream)}.product h3{font:500 16px/1.45 var(--sans);letter-spacing:-.02em;margin:0;overflow-wrap:anywhere}.product-bottom{margin-top:auto;padding-top:24px;display:flex;align-items:center;justify-content:space-between;gap:8px}.product-bottom strong{font-size:19px;font-weight:600;white-space:nowrap}.product-bottom div>span{display:block;font-size:11px;color:#c1b2a5;margin-top:3px}.product-bottom button{width:42px;height:42px;border:1px solid #ffffff25;border-radius:8px;background:#ffffff06;font-size:26px;color:#eee5da;transition:background .2s,transform .2s}.product-bottom button:hover{background:var(--red);border-color:#c7423c}.product-bottom button:active{transform:scale(.93)}
@media(hover:hover){.product:hover{transform:translateY(-4px);border-color:#af7c5a66;box-shadow:0 18px 35px #0004}.product-media:hover .product-image{transform:scale(1.035)}}
.dish-dialog{width:min(820px,calc(100% - 32px));max-height:90dvh;padding:0;overflow:auto;border:1px solid #ffffff28;border-radius:16px;background:#241e1df5;color:var(--cream);box-shadow:0 30px 100px #0008}.dish-dialog::backdrop{background:#0b0809ba;backdrop-filter:blur(12px)}.dish-dialog-close{position:absolute;z-index:2;right:12px;top:12px;border:1px solid #ffffff35;background:#211919e8;backdrop-filter:blur(12px);border-radius:50%;width:42px;height:42px;font-size:28px}.dish-dialog-grid{display:grid;grid-template-columns:1fr 1fr}.dish-dialog-image{display:block;width:100%;height:100%;min-height:380px;object-fit:contain;background:#181514}.dish-dialog-info{padding:48px 28px 28px;display:flex;flex-direction:column}.dish-dialog-category{color:#c0aa96;font-size:11px;margin:0 0 16px}.dish-dialog h2{font:400 33px/1.12 var(--display);letter-spacing:-.035em}.dish-dialog-desc{color:#c6b9ad;font-size:14px;line-height:1.8;margin:22px 0}.dish-dialog-buy{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:auto;padding-top:20px;border-top:1px solid var(--line)}.dish-dialog-buy strong{display:block;font-size:22px}.dish-dialog-buy span{display:block;color:#bcae9f;font-size:12px;margin-top:5px}.dish-dialog-buy button{border:1px solid #ca403b;border-radius:6px;background:var(--red);color:#fff;min-height:46px;padding:12px 18px;font-size:12px}
@media(max-width:600px){.product{border-radius:9px}.product-info{padding:12px}.product h3{font-size:13px;line-height:1.5}.product-top{font-size:9px;margin-bottom:8px}.product-bottom{padding-top:18px}.product-bottom strong{font-size:17px}.product-bottom div>span{font-size:10px}.product-bottom button{width:40px;height:42px;flex-shrink:0}.dish-dialog-grid{grid-template-columns:1fr}.dish-dialog-image{height:auto;aspect-ratio:1;min-height:0;max-height:45dvh}.dish-dialog-info{padding:25px}.dish-dialog h2{font-size:30px}}
