. page{min-height:100vh;background:radial-gradient(circle at top,#3a0a0f,#0a0506,#050405);color:#fff}.topbar{position:fixed;top:0;left:0;right:0;height:70px;background:#0006;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:0 5vw;z-index:100}.logo img{height:55px}.nav{display:flex;gap:1.2rem}.nav a{text-transform:uppercase;font-size:.8rem;letter-spacing:.06rem}.header-actions{display:flex;gap:.8rem}.btn{background:linear-gradient(135deg,#a3182f,#c82a43);border:none;border-radius:999px;padding:.5rem 1.1rem;text-transform:uppercase;font-size:.7rem;letter-spacing:.04rem;color:#fff}.btn.secondary{background:transparent;border:1px solid rgba(255,255,255,.35)}main{padding-top:70px}.hero{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center;padding:5rem 5vw 4rem}.hero-text h1{font-family:Playfair Display,serif;font-size:3rem;color:#e3b0b8;margin-bottom:1rem}.hero-text p{max-width:32rem;color:#fffc}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1.5rem}.hero-media{border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:1rem;background:#0000004d;display:flex;justify-content:center;align-items:center}.hero-frame{display:flex;width:100%;max-width:550px;border-radius:16px;overflow:hidden;aspect-ratio:3/2}.hero-images{display:flex;width:100%;height:100%}.hero-images img{width:25%;height:100%;object-fit:cover}.section{padding:4rem 5vw}.section h2{font-family:Playfair Display,serif;color:#e3b0b8;font-size:2.1rem;margin-bottom:.5rem}.menu-images{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.menu-images img{width:45%;border-radius:12px;border:1px solid rgba(255,255,255,.1)}.gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem}.gallery-item{border-radius:14px;aspect-ratio:4/5;background-position:center;background-size:cover}.reservation{text-align:center;background:linear-gradient(165deg,#c82a4373,#000000e6)}.footer{padding:2.2rem 5vw 3rem;background:#060304;display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;font-size:.8rem}@media (max-width:980px){.nav{display:none}.topbar{padding:0 1rem}.logo img{height:48px}.hero{grid-template-columns:1fr;padding:5.3rem 1.1rem 3.5rem}.hero-text h1{font-size:2.4rem}.hero-frame{max-width:100%;aspect-ratio:16/9}.section{padding:3.2rem 1.1rem}.menu-images img{width:100%}.footer{flex-direction:column;align-items:flex-start}}@media (max-width:540px){.hero-text h1{font-size:2.05rem}.hero-actions{flex-direction:column;align-items:flex-start}.header-actions{gap:.5rem}}body{margin:0;font-family:DM Sans,sans-serif;background:radial-gradient(circle at top,#3a0a0f,#0a0506,#050405);color:#fff}a{text-decoration:none;color:inherit}
