:root{--coffee:#321d11;--cream:#f7ead5;--gold:#c99a43;--red:#b93737}*{box-sizing:border-box}body{margin:0;background:var(--cream);color:var(--coffee);font:16px/1.55 Arial,sans-serif}a{color:inherit}header{min-height:72px;padding:1rem 6vw;background:#fff;display:flex;align-items:center}header a{text-decoration:none;font:1.3rem Georgia,serif}.food-hero{display:grid;grid-template-columns:1fr 1fr;min-height:720px;background:var(--coffee);color:#fff}.food-hero img{width:100%;height:100%;object-fit:cover;object-position:top}.food-copy{padding:7vw;display:flex;flex-direction:column;justify-content:center}.eyebrow{text-transform:uppercase;letter-spacing:.16em;color:var(--gold);font-size:.72rem;font-weight:700}h1,h2,h3{font-family:Georgia,serif;line-height:1.05}h1{font-size:clamp(3.5rem,7vw,7rem);margin:.4rem 0}h2{font-size:clamp(2.4rem,5vw,4.5rem)}.lede{font-size:1.25rem;max-width:650px}.actions{display:flex;gap:.7rem;flex-wrap:wrap;margin-top:1.5rem}.button{padding:.9rem 1.1rem;background:var(--gold);color:#17100b;text-decoration:none;font-weight:700}.button.outline{background:transparent;color:#fff;border:1px solid #fff}.food-section{padding:6vw}.food-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.food-grid article{background:#fff;padding:1.5rem}.story{display:grid;grid-template-columns:.85fr 1.15fr;background:#fff}.story img{width:100%;height:100%;object-fit:cover}.story>div{padding:6vw}.visit{background:var(--coffee);color:#fff}.notice{padding:1rem;border-left:4px solid var(--gold);background:#fff2;color:#f8e6ca}.language{margin-left:auto;font:700 .8rem Arial}footer{padding:2rem 6vw;background:#1c1009;color:#fff;display:flex;justify-content:space-between;gap:1rem}@media(max-width:760px){.food-hero,.story{grid-template-columns:1fr}.food-hero{min-height:0}.food-hero img{height:auto}.food-copy{padding:4rem 1.3rem}.food-grid{grid-template-columns:1fr}.food-section,.story>div{padding:4rem 1.3rem}footer{flex-direction:column}}
