@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Cinzel:wght@500;700&display=swap";:root{--color-primary:#c9a66b;--color-on-primary:#fffef8;--color-secondary:#ede4d3;--color-accent:#b89157;--color-background:#101b1a;--color-foreground:#f3eee2;--color-muted:#172423;--color-panel:#f3ede1;--color-panel-ink:#1b2a29;--color-border:#2a3b39;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem;--shadow-sm:0 1px 2px #040a0926;--shadow-md:0 10px 22px #040a0947;--shadow-lg:0 16px 34px #040a095c;--shadow-xl:0 24px 46px #040a096b}*{box-sizing:border-box}html,body,#root{margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--color-background);color:var(--color-foreground);font-family:Manrope,sans-serif;line-height:1.5}h1,h2,h3{letter-spacing:.02em;margin:0;font-family:Cinzel,serif}a{color:inherit;text-decoration:none}.container{width:min(1120px,92vw);margin:0 auto}.section{padding:var(--space-3xl) 0}.section-muted{background:#131f1e}.hero{min-height:86vh;color:var(--color-on-primary);place-items:center;display:grid;position:relative;overflow:hidden}.top-nav{z-index:5;padding-top:1rem;position:absolute;top:0;left:0;right:0}.nav-inner{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0d1918ad;border:1px solid #e9dabe61;border-radius:999px;justify-content:space-between;align-items:center;padding:.65rem 1rem;display:flex}.brand{color:#d8b77c;font-family:Cinzel,serif;font-size:1rem;font-weight:700}.nav-links{text-transform:uppercase;letter-spacing:.06em;color:#d8ded7;gap:1rem;font-size:.88rem;font-weight:600;display:flex}.hero img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.hero:after{content:"";background:linear-gradient(120deg,#091110db,#122421b3);position:absolute;inset:0}.hero-content{z-index:1;text-align:center;padding-top:4rem;position:relative}.hero h1{text-transform:uppercase;font-size:clamp(2.3rem,5.1vw,4.7rem)}.hero p{color:#ece7db;max-width:60ch;margin:1rem auto 2rem;font-size:clamp(1rem,2vw,1.2rem)}.btn-row{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.btn{letter-spacing:.04em;text-transform:uppercase;cursor:pointer;border:1px solid #0000;border-radius:.45rem;justify-content:center;align-items:center;min-height:48px;padding:.82rem 1.35rem;font-weight:700;transition:transform .2s,opacity .2s,background .2s;display:inline-flex}.btn:hover{opacity:.97;transform:translateY(-1px)}.btn-primary{background:var(--color-primary);color:#132221}.btn-secondary{color:#172625;background:#ffffffeb;border-color:#d6d1c3}.menu-grid,.feature-grid,.testimonial-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.2rem;margin-top:1rem;display:grid}.section h2{text-transform:uppercase;color:#ece4d3}.card,.feature-card,.testimonial-card,.private-event-box,.contact-box,.map-wrap{background:var(--color-panel);color:var(--color-panel-ink);box-shadow:var(--shadow-md);border:1px solid #e4d7bf;border-radius:.9rem}.card{overflow:hidden}.card img{object-fit:cover;width:100%;height:220px;display:block}.card-body{padding:1rem}.card h3{color:#1a2b29;margin-bottom:.4rem;font-size:1.35rem}.price{color:#8f6a37;font-weight:700}.about{grid-template-columns:1.1fr .9fr;align-items:center;gap:2rem;display:grid}.about h2{color:#efe7d5}.about p{color:#d3dbc7}.about-gallery{grid-template-columns:1fr 1fr;gap:.8rem;display:grid}.about-gallery img{object-fit:cover;border-radius:.7rem;width:100%;height:180px}.feature-card,.testimonial-card,.private-event-box,.contact-box,.map-wrap{padding:1.25rem}.feature-card h3,.private-event-box h3{color:#19302e;margin-bottom:.45rem}.testimonial-card{margin:0}.testimonial-card footer{color:#34504b;margin-top:.55rem;font-weight:700}.contact-box a{color:#755622;font-weight:700}ul.hours{margin:.6rem 0 0;padding-left:1rem}.map-wrap iframe{border:0;border-radius:.8rem;width:100%;height:360px;margin-top:.8rem}.site-footer{color:#d6decd;background:#0d1716;border-top:1px solid #2e403d}.footer-inner{justify-content:space-between;align-items:center;gap:1rem;min-height:72px;display:flex}.footer-inner a{color:#c9a66b}@media (width<=900px){.about{grid-template-columns:1fr}.nav-inner{border-radius:.85rem}.nav-links{flex-wrap:wrap;justify-content:flex-end;gap:.65rem;font-size:.78rem}}@media (width<=640px){.footer-inner{flex-direction:column;justify-content:center;padding:.8rem 0}}
