
:root{--cream:#fff8ed;--paper:#fffdf8;--ink:#2c160f;--brown:#6d321c;--red:#9f271f;--gold:#d9a441;--muted:#6f5a4c;--line:#ead8bd;--shadow:0 18px 45px rgba(68,35,16,.14)}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;background:var(--cream);color:var(--ink);font-family:Georgia,'Times New Roman',serif;line-height:1.55}
img{max-width:100%;display:block} a{color:inherit}
.topbar{background:#421b13;color:#fff;text-align:center;padding:.55rem 1rem;font-size:.92rem;letter-spacing:.02em}
.header{position:sticky;top:0;z-index:10;background:rgba(255,248,237,.94);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.header-inner{max-width:1180px;margin:auto;padding:1rem 1.2rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}
.brand{display:flex;align-items:center;gap:.8rem;text-decoration:none;font-weight:800;color:var(--brown);font-size:1.08rem;letter-spacing:.02em}.brand img{height:46px;width:auto}.nav{display:flex;gap:1rem;flex-wrap:wrap}.nav a{text-decoration:none;font-weight:700;color:var(--brown)}.nav a:hover{color:var(--red)}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.1rem;border-radius:999px;text-decoration:none;font-weight:800;border:2px solid transparent;box-shadow:0 8px 20px rgba(89,43,20,.12)}.btn.primary{background:var(--red);color:#fff}.btn.secondary{background:#fff;color:var(--brown);border-color:var(--line)}
.hero{min-height:72vh;display:grid;place-items:center;position:relative;isolation:isolate;background:linear-gradient(90deg,rgba(45,20,10,.82),rgba(45,20,10,.32)),var(--hero);background-size:cover;background-position:center}.hero-content{max-width:1120px;width:100%;padding:6rem 1.2rem;color:#fff}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-weight:800;color:#ffd987;font-size:.9rem}.hero h1{font-size:clamp(2.6rem,7vw,6rem);line-height:.92;margin:.5rem 0}.hero p{font-size:clamp(1.05rem,2vw,1.35rem);max-width:680px}.hero-actions{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1.4rem}
.section{max-width:1180px;margin:auto;padding:4.2rem 1.2rem}.section-title{display:flex;justify-content:space-between;align-items:end;gap:1rem;margin-bottom:1.5rem}.section-title h2{font-size:clamp(2rem,4vw,3.5rem);line-height:1;margin:0;color:var(--brown)}.section-title p{max-width:520px;color:var(--muted);margin:0}
.menu-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem}.menu-card{background:var(--paper);border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:var(--shadow)}.menu-card img{height:220px;width:100%;object-fit:cover}.menu-card-body{padding:1.2rem}.menu-card h3{font-size:1.45rem;margin:0 0 .35rem;color:var(--brown)}.menu-card p{color:var(--muted);margin:.2rem 0 1rem}.text-link{font-weight:800;color:var(--red);text-decoration:none}
.split{display:grid;grid-template-columns:1.05fr .95fr;gap:2rem;align-items:center}.panel{background:#fff;border:1px solid var(--line);border-radius:28px;padding:2rem;box-shadow:var(--shadow)}.panel h2{font-size:clamp(2rem,4vw,3.3rem);line-height:1;margin:.2rem 0;color:var(--brown)}.panel p,.panel li{color:var(--muted)}.photo-stack{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.photo-stack img,.big-photo{border-radius:24px;box-shadow:var(--shadow);height:330px;width:100%;object-fit:cover}.photo-stack img:nth-child(2){margin-top:2.2rem}
.gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.gallery figure{margin:0;background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:0 10px 28px rgba(68,35,16,.10)}.gallery img{height:210px;width:100%;object-fit:cover}.gallery figcaption{padding:.75rem 1rem;color:var(--muted);font-size:.95rem}
.items{columns:2;column-gap:2rem;padding-left:1.1rem}.items li{break-inside:avoid;margin:.35rem 0}
.hours{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;color:var(--muted)}.footer{background:#32150f;color:#fff;margin-top:3rem}.footer-inner{max-width:1180px;margin:auto;padding:2.2rem 1.2rem;display:grid;grid-template-columns:1fr 1fr;gap:1rem}.footer a{color:#fff}.note{font-size:.9rem;color:#f2d9ba}.page-hero{background:#4a2015;color:#fff;padding:4rem 1.2rem}.page-hero-inner{max-width:1180px;margin:auto}.page-hero h1{font-size:clamp(2.4rem,5vw,4.5rem);margin:0}.crumb{color:#ffd987;text-decoration:none;font-weight:800}.contact-box{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.contact-box div{background:#fff;border:1px solid var(--line);border-radius:18px;padding:1rem}
@media(max-width:850px){.header-inner{align-items:flex-start;flex-direction:column}.menu-grid,.gallery{grid-template-columns:1fr 1fr}.split,.footer-inner,.contact-box{grid-template-columns:1fr}.items{columns:1}.hero{min-height:65vh}.photo-stack img:nth-child(2){margin-top:0}}
@media(max-width:560px){.menu-grid,.gallery{grid-template-columns:1fr}.nav{font-size:.95rem}.hero-content{padding:4rem 1rem}.menu-card img,.gallery img{height:240px}}
