:root{--gold:#D4AF37;--black:#0B0B0B;--cream:#F4EFE8;--muted: rgba(244,239,232,.85);--maxw: 1100px}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;background:var(--black);color:var(--cream);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.4}.container{max-width:var(--maxw);margin:0 auto;padding:20px}.header{display:flex;align-items:center;justify-content:space-between;padding:14px 0;gap:12px}.brand{display:flex;align-items:center;gap:12px}.logo{width:56px;height:56px;border-radius:10px;background:#111;display:flex;align-items:center;justify-content:center}.nav{display:flex;gap:16px;align-items:center;font-weight:600}.btn-visit{background:var(--gold);color:var(--black);padding:10px 16px;border-radius:999px;font-weight:700}.hero{min-height:60vh;display:flex;align-items:center;gap:24px;padding:36px 0}.hero-left{flex:1}.hero-right{width:480px;max-width:45%;border-radius:14px;overflow:hidden;box-shadow:0 20px 50px #0009}.hero-right img{width:100%;height:100%;object-fit:cover;display:block}.tag{color:var(--gold);font-family:Playfair Display,serif;letter-spacing:2px;text-transform:uppercase}h1{font-family:Playfair Display,serif;font-size:42px;margin:8px 0;line-height:1.02}.lead{color:var(--muted);max-width:720px}.two-col{display:grid;grid-template-columns:1fr 420px;gap:24px;align-items:center}.menu-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:14px}.card{background:linear-gradient(180deg,#ffffff05,#ffffff03);padding:14px;border-radius:12px;border:1px solid rgba(255,255,255,.03)}@media (max-width:980px){.two-col{grid-template-columns:1fr}.hero-right{max-width:48%}h1{font-size:34px}}@media (max-width:640px){.nav{display:none}.hero{flex-direction:column;gap:18px}.hero-right{width:100%}}
