*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper)}a{color:inherit;text-decoration:none}.topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px clamp(18px,5vw,78px);background:color-mix(in srgb,var(--paper) 90%,white);border-bottom:1px solid var(--line);backdrop-filter:blur(18px)}.brand{display:flex;align-items:center;gap:12px;font-weight:950}.brand span{width:38px;height:38px;border-radius:8px;display:grid;place-items:center;background:var(--ink);color:white}nav{display:flex;gap:20px;color:var(--muted);font-size:14px}.button,.ghost{min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:0 18px;border-radius:6px;font-weight:900}.button{background:var(--accent);color:var(--buttonText);box-shadow:0 14px 34px color-mix(in srgb,var(--accent) 32%,transparent)}.ghost{background:white;border:1px solid var(--line)}section{padding:78px clamp(18px,5vw,78px)}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(46px,7vw,96px);line-height:.92;letter-spacing:0;margin-bottom:18px}h2{font-size:clamp(31px,4.4vw,58px);line-height:1.03;letter-spacing:0;margin-bottom:14px}h3{font-size:23px;line-height:1.18;margin-bottom:10px}.lead{font-size:clamp(17px,2vw,21px);line-height:1.68;color:var(--muted);max-width:720px}.eyebrow{color:var(--accent);font-weight:950;font-size:13px;letter-spacing:.1em;text-transform:uppercase;margin-bottom:14px}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:28px;margin-bottom:30px}.section-head p{max-width:520px;color:var(--muted);line-height:1.65}.card{background:var(--panel);border:1px solid var(--line);border-radius:8px;padding:28px;box-shadow:0 16px 42px rgba(15,20,18,.06)}.card p,.card li{color:var(--muted);line-height:1.65}.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.photo{min-height:440px;border-radius:8px;background-size:cover;background-position:center;box-shadow:var(--shadow)}.pill{display:inline-flex;padding:8px 10px;border-radius:999px;background:color-mix(in srgb,var(--accent) 16%,white);color:var(--accent);font-size:12px;font-weight:950;letter-spacing:.08em;text-transform:uppercase;margin-bottom:18px}.quote{font-size:23px;line-height:1.35;color:var(--ink)}.split{display:grid;grid-template-columns:.95fr 1.05fr;gap:24px;align-items:stretch}.stack{display:grid;gap:18px}.list{display:grid;gap:10px;margin:18px 0 0;padding:0;list-style:none}.list li{display:flex;justify-content:space-between;gap:14px;padding:14px 0;border-bottom:1px solid var(--line);font-weight:850}.list span{color:var(--accent);white-space:nowrap}.dark{background:var(--ink);color:white}.dark p,.dark li{color:rgba(255,255,255,.74)}.dark .card{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.15);box-shadow:none}.cta{display:flex;justify-content:space-between;align-items:center;gap:24px;border-radius:8px;background:var(--ink);color:white;padding:clamp(30px,5vw,62px)}.cta p{color:rgba(255,255,255,.72);max-width:680px}.form{display:grid;gap:12px}.input{min-height:50px;border:1px solid var(--line);border-radius:6px;background:white;padding:12px 14px;font:inherit;width:100%}textarea.input{min-height:150px;resize:vertical}details{background:white;border:1px solid var(--line);border-radius:8px;padding:20px 22px;margin-bottom:12px}summary{cursor:pointer;font-weight:900}details p{color:var(--muted);margin-bottom:0}footer{display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap;padding:32px clamp(18px,5vw,78px);border-top:1px solid var(--line);color:var(--muted)}footer strong{color:var(--ink)}@media(max-width:960px){nav{display:none}.section-head,.cta,footer{align-items:flex-start;flex-direction:column}.grid-2,.grid-3,.split{grid-template-columns:1fr}.photo{min-height:340px}}
:root{--ink:#20211d;--muted:#6f716a;--paper:#fbfaf4;--panel:#fff;--accent:#cf4a32;--buttonText:#fff;--line:#e7e1d3;--shadow:0 24px 72px rgba(32,33,29,.16)}.restaurant h1,.restaurant h2{font-family:Georgia,"Times New Roman",serif;font-weight:700}.restaurant .hero{display:grid;grid-template-columns:.9fr 1.1fr;gap:54px;align-items:center;min-height:86vh;padding:70px clamp(18px,5vw,78px)}.restaurant .hero-dish{min-height:620px;border-radius:8px;background:url("https://images.unsplash.com/photo-1504674900247-0877df9cc836?auto=format&fit=crop&w=1600&q=84") center/cover;box-shadow:var(--shadow);position:relative}.restaurant .reserve-strip{position:absolute;left:18px;right:18px;bottom:18px;display:grid;grid-template-columns:repeat(3,1fr) auto;gap:1px;background:var(--line);border-radius:8px;overflow:hidden}.restaurant .reserve-strip div,.restaurant .reserve-strip a{background:white;padding:18px}.restaurant .menu-board{display:grid;grid-template-columns:1fr 1fr;gap:18px}.restaurant .dish{display:grid;grid-template-columns:150px 1fr;gap:18px;align-items:center;border-bottom:1px solid var(--line);padding:18px 0}.restaurant .dish-img{height:110px;border-radius:8px;background-size:cover;background-position:center}.restaurant .editorial{font-family:Georgia,"Times New Roman",serif;font-size:clamp(32px,4vw,56px);line-height:1.08}.restaurant .hours{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}.restaurant .hours div{background:white;padding:24px}@media(max-width:960px){.restaurant .hero,.restaurant .reserve-strip,.restaurant .menu-board,.restaurant .hours{grid-template-columns:1fr}.restaurant .hero-dish{min-height:430px}.restaurant .dish{grid-template-columns:1fr}}