.food-gallery{padding:145px 0 160px;background:#f2e9df;color:#3b2118}.food-gallery__heading{display:grid;grid-template-columns:180px 1fr .55fr;gap:clamp(30px,5vw,80px);align-items:end}.food-gallery__heading h2{margin:0;font:500 clamp(54px,6vw,90px)/.87 var(--serif);letter-spacing:-.04em}.food-gallery__heading h2 em{color:#6d3b2b;font-weight:500}.food-gallery__heading>p:last-child{margin:0 0 6px;color:#553b30;font:500 17px/1.6 var(--serif)}
.food-gallery__grid{display:grid;grid-template-columns:1.2fr .75fr .75fr;grid-template-rows:310px 230px 330px;gap:16px;margin-top:90px}.gallery-item{position:relative;margin:0;overflow:hidden;background:#392119}.gallery-item--hero{grid-row:1/3}.gallery-item--tall{grid-column:2;grid-row:1/3}.gallery-item--small{grid-column:3;grid-row:1}.gallery-item--wide{grid-column:1/3;grid-row:3}.gallery-item--square{grid-column:3;grid-row:2}.gallery-item--last{grid-column:3;grid-row:3}.gallery-item img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .7s ease,filter .7s ease}.gallery-item:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(32,14,9,.58),transparent 43%);pointer-events:none}.gallery-item:hover img{transform:scale(1.035);filter:saturate(1.08)}.gallery-item figcaption{position:absolute;z-index:2;left:19px;right:19px;bottom:17px;display:flex;align-items:center;gap:12px;color:#fff7ed;font-size:8px;font-weight:600;letter-spacing:.15em;text-transform:uppercase}.gallery-item figcaption span{color:#df9e76}
@media(max-width:950px){.food-gallery__heading{grid-template-columns:110px 1fr}.food-gallery__heading>p:last-child{grid-column:2;max-width:560px}.food-gallery__grid{grid-template-columns:1fr 1fr;grid-template-rows:360px 260px 300px 280px}.gallery-item--hero{grid-column:1;grid-row:1/3}.gallery-item--tall{grid-column:2;grid-row:1}.gallery-item--small{grid-column:2;grid-row:2}.gallery-item--wide{grid-column:1/3;grid-row:3}.gallery-item--square{grid-column:1;grid-row:4}.gallery-item--last{grid-column:2;grid-row:4}}
@media(max-width:650px){.food-gallery{padding:95px 0}.food-gallery__heading{grid-template-columns:1fr}.food-gallery__heading>p:last-child{grid-column:auto}.food-gallery__grid{grid-template-columns:1fr;grid-template-rows:none;margin-top:60px;gap:10px}.gallery-item,.gallery-item--hero,.gallery-item--tall,.gallery-item--small,.gallery-item--wide,.gallery-item--square,.gallery-item--last{grid-column:auto;grid-row:auto;height:280px}.gallery-item--hero,.gallery-item--wide{height:360px}}
