:root{--navy:#10283d;--gold:#c79a45;--cream:#f6f0e6;--ink:#191713;--green:#173e35;--line:#d7cdbd}*{box-sizing:border-box}body{margin:0;background:var(--cream);color:var(--ink);font:16px/1.6 Arial,sans-serif}h1,h2,h3{font-family:Georgia,serif;line-height:1.03}a{color:inherit}header{height:76px;padding:0 6vw;display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid var(--line)}header a{text-decoration:none;color:var(--navy);font:1.25rem Georgia,serif}.language{font:700 .8rem Arial,sans-serif!important;letter-spacing:.15em}.food-hero{display:grid;grid-template-columns:minmax(340px,.8fr) minmax(0,1.2fr);min-height:680px;background:var(--navy);color:#fff}.food-hero>img.authentic-poster{width:100%;height:100%;min-height:680px;object-fit:contain;background:#23160f}.food-copy{padding:7vw 6vw;align-self:center}.eyebrow{text-transform:uppercase;letter-spacing:.15em;font-size:.72rem;font-weight:700;color:var(--gold)}.food-copy h1{font-size:clamp(4rem,8vw,8rem);margin:.4rem 0}.lede{font-size:1.18rem;max-width:650px;color:#e4e9eb}.actions{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.5rem}.button{display:inline-block;padding:.85rem 1.1rem;background:var(--gold);color:var(--navy);text-decoration:none;font-weight:700;border:1px solid var(--gold)}.button.outline{background:transparent;color:inherit}.food-section{padding:6vw 7vw}.food-section h2,.story h2{font-size:clamp(2.5rem,5vw,5rem);max-width:900px}.food-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2.5rem}.food-grid article{background:#fff;border:1px solid var(--line);padding:1.7rem;min-height:200px}.food-grid h3{font-size:1.55rem}.story{display:grid;grid-template-columns:1fr 1fr;align-items:center;background:#fff}.story img{width:100%;height:620px;object-fit:cover}.story.no-photo{display:block}.story.no-photo div{max-width:980px;margin:auto}.story div{padding:7vw}.visit{background:var(--green);color:#fff}.notice{max-width:780px;margin-top:2rem;color:#d5e0dc}footer{padding:2rem 7vw;display:flex;justify-content:space-between;background:var(--navy);color:#fff}@media(max-width:850px){.food-hero,.story{grid-template-columns:1fr}.food-hero>img.authentic-poster{min-height:0;height:auto;max-height:none}.food-grid{grid-template-columns:1fr}.food-copy,.food-section,.story div{padding:4rem 1.4rem}footer{flex-direction:column;gap:1rem}}
