:root{--ink:#17110d;--wood:#6a351d;--red:#b52b20;--gold:#d7a84a;--cream:#f4e8d2;--paper:#fffaf0;--muted:#725f52;--max:1160px;--radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.6}img{display:block;width:100%;height:100%;object-fit:cover}a{color:inherit}.wrap{width:min(calc(100% - 40px),var(--max));margin:auto}.topbar{position:absolute;z-index:5;top:0;left:0;width:100%;display:flex;align-items:center;justify-content:space-between;padding:20px max(20px,calc((100vw - var(--max))/2));color:#fff}.brand img{width:150px;height:auto;max-height:52px;object-fit:contain}.hero{position:relative;min-height:720px;display:grid;align-items:end;color:#fff;background:var(--ink)}.hero-image,.hero-shade{position:absolute;inset:0}.hero-shade{background:linear-gradient(90deg,rgba(23,17,13,.9) 0%,rgba(23,17,13,.6) 50%,rgba(23,17,13,.18) 100%),linear-gradient(0deg,rgba(23,17,13,.72),transparent 55%)}.hero-content{position:relative;z-index:2;padding-bottom:86px}.eyebrow{margin:0 0 12px;color:var(--gold);font-size:.78rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.hero h1,.section h2,.final-cta h2{font-family:Georgia,"Times New Roman",serif;line-height:1.04;letter-spacing:-.035em}.hero h1{max-width:830px;margin:0;font-size:clamp(3rem,7vw,6.5rem)}.lead{max-width:680px;margin:24px 0 30px;font-size:clamp(1.05rem,2vw,1.35rem);color:#f9efe3}.actions{display:flex;flex-wrap:wrap;gap:12px}.button{display:inline-flex;min-height:50px;align-items:center;justify-content:center;padding:12px 22px;border:1px solid var(--red);border-radius:999px;background:var(--red);color:#fff;font-weight:800;text-decoration:none;cursor:pointer}.button:hover{filter:brightness(1.08)}.button-small{min-height:42px;padding:8px 17px}.button-ghost{border-color:rgba(255,255,255,.65);background:transparent}.quick-facts{display:flex;flex-wrap:wrap;gap:10px 28px;margin:34px 0 0;padding:0;list-style:none;color:#f3e4d5;font-size:.92rem}.quick-facts li+li:before{content:"·";margin-right:28px;color:var(--gold)}.section{padding:104px 0}.section h2{max-width:760px;margin:0 0 22px;font-size:clamp(2.5rem,5vw,4.8rem)}.section-intro{max-width:720px;margin:0 0 42px;color:var(--muted);font-size:1.1rem}.experience{background:var(--cream)}.photo-grid{display:grid;grid-template-columns:1.7fr 1fr;grid-template-rows:250px 250px;gap:16px}.photo-grid figure{margin:0;overflow:hidden;border-radius:var(--radius)}.photo-main{grid-row:1/3}.food{background:var(--ink);color:var(--cream)}.food .section-intro{color:#cdbdad}.dish-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.dish-grid article{overflow:hidden;border:1px solid #3b2d25;border-radius:var(--radius);background:#211812}.dish-grid img{height:220px}.dish-grid h3,.dish-grid p{margin-left:18px;margin-right:18px}.dish-grid h3{margin-bottom:4px}.dish-grid p{margin-top:0;margin-bottom:22px;color:#cdbdad;font-size:.94rem}.text-link{display:inline-block;margin-top:32px;color:var(--gold);font-weight:800}.occasions{background:#ead6b8}.occasion-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.occasion-grid article{padding:30px;border-top:3px solid var(--red);background:rgba(255,255,255,.43)}.occasion-grid span{color:var(--red);font-weight:900}.occasion-grid h3{font-family:Georgia,serif;font-size:1.55rem}.proof{background:var(--wood);color:#fff}.proof-inner{display:grid;grid-template-columns:1.5fr 1fr;gap:60px;align-items:center}.proof p{max-width:640px;color:#f4dfd1}.press-links{display:grid;grid-template-columns:1fr 1fr;gap:12px}.press-links span{display:grid;min-height:120px;place-items:center;border:1px solid rgba(255,255,255,.35);font-family:Georgia,serif;font-size:1.5rem}.visit-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px}.visit dl{margin:0}.visit dl div{padding:18px 0;border-bottom:1px solid #ddcdb8}.visit dt{font-size:.78rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:var(--red)}.visit dd{margin:4px 0 0}.final-cta{padding:110px 0 130px;text-align:center;color:#fff;background:linear-gradient(rgba(23,17,13,.88),rgba(23,17,13,.88)),url("assets/space-brand.jpg") center/cover}.final-cta h2{max-width:820px;margin:0 auto 30px;font-size:clamp(2.8rem,6vw,5.4rem)}.actions-center{justify-content:center}footer{padding:28px 0 100px;background:#100c09;color:#cdbdad}footer .wrap{display:flex;flex-wrap:wrap;gap:12px 28px;justify-content:space-between}footer a{color:#f4e8d2}.mobile-reserve{display:none}.consent{position:fixed;z-index:20;right:20px;bottom:20px;left:20px;max-width:880px;margin:auto;padding:22px;display:flex;gap:24px;align-items:center;justify-content:space-between;border:1px solid #d3b98e;border-radius:16px;background:#fffaf0;box-shadow:0 12px 50px rgba(0,0,0,.35)}.consent[hidden]{display:none}.consent p{margin:4px 0;font-size:.92rem}.consent-actions{display:flex;gap:8px;flex-shrink:0}.consent .button-ghost{color:var(--ink);border-color:#8d7562}@media(max-width:800px){.wrap{width:min(calc(100% - 28px),var(--max))}.topbar{padding:16px}.topbar .button{display:none}.brand img{width:128px}.hero{min-height:690px}.hero-shade{background:linear-gradient(0deg,rgba(23,17,13,.94) 0%,rgba(23,17,13,.58) 70%,rgba(23,17,13,.35) 100%)}.hero-content{padding-bottom:58px}.hero h1{font-size:clamp(2.8rem,13vw,4.6rem)}.actions .button{flex:1}.quick-facts{gap:8px 14px}.quick-facts li+li:before{margin-right:14px}.section{padding:72px 0}.photo-grid{grid-template-columns:1fr 1fr;grid-template-rows:300px 170px}.photo-main{grid-column:1/3;grid-row:auto}.dish-grid{grid-template-columns:1fr 1fr}.dish-grid img{height:180px}.occasion-grid,.proof-inner,.visit-grid{grid-template-columns:1fr}.proof-inner,.visit-grid{gap:30px}.consent{display:block;bottom:84px}.consent-actions{margin-top:14px}.consent-actions .button{flex:1}.mobile-reserve{position:fixed;z-index:10;right:0;bottom:0;left:0;display:block;padding:10px 14px;background:rgba(16,12,9,.96)}.mobile-reserve .button{width:100%}footer{padding-bottom:110px}}@media(max-width:520px){.dish-grid{grid-template-columns:1fr}.dish-grid img{height:230px}.photo-grid{display:block}.photo-grid figure{height:230px;margin-bottom:12px}.press-links{grid-template-columns:1fr}.consent-actions{flex-direction:column}.hero .actions{display:grid}.quick-facts li+li:before{content:"";margin:0}.quick-facts{display:grid}}
