:root{--green:#103743;--red:#a0191f;--gold:#d9aa4e;--cream:#f5f0e7;--paper:#fffdfa}
.nav{background:#fff;border-bottom:4px solid var(--red)}
.hero{background:linear-gradient(90deg,rgba(16,55,67,.96) 0%,rgba(16,55,67,.84) 34%,rgba(16,55,67,.12) 65%),var(--cms-hero-image,url('/assets/photos/pub-front.webp')) center/cover}
.hero-copy{background:rgba(16,55,67,.17)}
.hero h1{font-size:clamp(3.3rem,6.5vw,6.7rem)}
.hero h1 em{color:#f2c45f}
.hero-badges{background:rgba(160,25,31,.94)}
.food-photos{display:grid;grid-template-columns:1.1fr .9fr 1.1fr;gap:1rem;margin:4rem 0 1rem}
.food-photos figure{margin:0;height:330px;overflow:hidden;background:#eee}
.food-photos figure:nth-child(2){transform:translateY(2rem)}
.food-photos img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.food-photos figure:hover img{transform:scale(1.035)}
.menu-panel{background:var(--red)}
.story{padding:0;grid-template-columns:1fr 1fr;gap:0;background:var(--green)}
.story-photo{min-height:720px}
.story-photo img{width:100%;height:100%;object-fit:cover;display:block}
.story-main{padding:clamp(4rem,8vw,8rem)}
.story-cards{margin-top:3rem;border-top:1px solid #ffffff2b}
footer{background:var(--green);border-top:6px solid var(--red)}
@media(max-width:850px){.hero{background:linear-gradient(180deg,rgba(16,55,67,.9),rgba(16,55,67,.6)),var(--cms-hero-image,url('/assets/photos/pub-front.webp')) 57% center/cover}.food-photos{grid-template-columns:1fr 1fr}.food-photos figure{height:260px}.food-photos figure:nth-child(2){transform:none}.food-photos figure:last-child{grid-column:1/-1}.story{grid-template-columns:1fr}.story-photo{min-height:390px}.story-main{padding:4rem 1.5rem}}
@media(max-width:520px){.food-photos{grid-template-columns:1fr}.food-photos figure,.food-photos figure:last-child{grid-column:auto;height:230px}.story-photo{min-height:290px}}
