@font-face{font-family:Inter;font-style:normal;font-weight:300 700;font-display:swap;src:url(/fonts/Inter-latin-ext.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:300 700;font-display:swap;src:url(/fonts/Inter-latin.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/PlayfairDisplay-600-latin.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/PlayfairDisplay-700-latin.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--cream:#fff8f0;--cream-dark:#f5ede0;--olive:#4a5d3a;--olive-light:#6b8a54;--gold:#c8a96e;--gold-light:#d4bc8a;--burgundy:#8b2635;--burgundy-light:#a63345;--text:#2c1810;--text-muted:#6b5b4f;--white:#fff;--font-heading:"Playfair Display", Georgia, serif;--font-body:"Inter", system-ui, sans-serif;--transition:.3s ease;--max-width:1200px;--radius:8px;--shadow:0 4px 24px #2c181014;--shadow-lg:0 8px 48px #2c18101f}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);color:var(--text);background:var(--cream);-webkit-font-smoothing:antialiased;line-height:1.7;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}h1,h2,h3,h4{font-family:var(--font-heading);font-weight:600;line-height:1.2}h1{font-size:clamp(2.5rem,5vw,4rem)}h2{font-size:clamp(2rem,4vw,3rem)}h3{font-size:clamp(1.5rem,3vw,2rem)}.container{max-width:var(--max-width);margin:0 auto;padding:0 clamp(1.5rem,4vw,3rem)}section{padding:clamp(3rem,8vw,6rem) 0}.btn{border-radius:var(--radius);font-family:var(--font-body);cursor:pointer;transition:all var(--transition);border:none;align-items:center;gap:8px;padding:12px 28px;font-size:.95rem;font-weight:500;display:inline-flex}.btn-primary{background:var(--olive);color:var(--white)}.btn-primary:hover{background:var(--olive-light);transform:translateY(-1px)}.btn-outline{color:var(--olive);border:2px solid var(--olive);background:0 0}.btn-outline:hover{background:var(--olive);color:var(--white)}.btn-gold{background:var(--gold);color:var(--text)}.btn-gold:hover{background:var(--gold-light);transform:translateY(-1px)}.section-label{font-family:var(--font-body);letter-spacing:3px;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem;font-size:.8rem;font-weight:600}.section-title{font-family:var(--font-heading);color:var(--text);margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem)}.section-desc{color:var(--text-muted);max-width:540px;font-size:1.05rem;line-height:1.8}.divider{background:var(--gold);border-radius:2px;width:60px;height:3px;margin:1rem 0 1.5rem}.navbar{z-index:1000;transition:all var(--transition);padding:1rem 0;position:fixed;top:0;left:0;right:0}.navbar.scrolled{-webkit-backdrop-filter:blur(20px);background:#fff8f0f2;padding:.6rem 0;box-shadow:0 2px 20px #2c18100f}.navbar-inner{max-width:var(--max-width);justify-content:space-between;align-items:center;margin:0 auto;padding:0 clamp(1.5rem,4vw,3rem);display:flex}.navbar-logo{font-family:var(--font-heading);color:var(--text);font-size:1.6rem;font-weight:700}.navbar-logo span{color:var(--olive)}.navbar-links{align-items:center;gap:2rem;list-style:none;display:flex}.navbar-links a{color:var(--text-muted);transition:color var(--transition);font-size:.9rem;font-weight:500;position:relative}.navbar-links a:hover,.navbar-links a.active{color:var(--olive)}.navbar-links a:after{content:"";background:var(--gold);width:0;height:2px;transition:width var(--transition);position:absolute;bottom:-4px;left:0}.navbar-links a:hover:after,.navbar-links a.active:after{width:100%}.navbar-cta{color:var(--white)!important;padding:10px 24px!important;font-size:.85rem!important}.mobile-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.mobile-toggle span{background:var(--text);width:24px;height:2px;transition:all var(--transition);border-radius:2px}.hero{background:var(--cream);align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:0;position:absolute;inset:0}.hero-bg img{object-fit:cover;width:100%;height:100%}.hero-overlay{z-index:1;background:linear-gradient(135deg,#fff8f0eb 0%,#fff8f0b3 50%,#fff8f066 100%);position:absolute;inset:0}.hero-content{z-index:2;max-width:600px;position:relative}.hero-label{font-family:var(--font-body);letter-spacing:3px;text-transform:uppercase;color:var(--gold);margin-bottom:1rem;font-size:.8rem;font-weight:600}.hero-title{font-family:var(--font-heading);color:var(--text);margin-bottom:1rem;font-size:clamp(3rem,6vw,5rem);line-height:1.05}.hero-title span{color:var(--olive)}.hero-desc{color:var(--text-muted);max-width:480px;margin-bottom:2rem;font-size:1.1rem;line-height:1.8}.hero-btns{flex-wrap:wrap;gap:12px;display:flex}.hero-scrolldown{z-index:2;color:var(--text-muted);letter-spacing:2px;text-transform:uppercase;flex-direction:column;align-items:center;gap:8px;font-size:.75rem;animation:2s ease-in-out infinite float;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}@keyframes float{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(-8px)}}.split{grid-template-columns:1fr 1fr;min-height:500px;display:grid}.split.reverse{direction:rtl}.split.reverse>*{direction:ltr}.split-image{position:relative;overflow:hidden}.split-image img{object-fit:cover;width:100%;height:100%}.split-content{flex-direction:column;justify-content:center;padding:clamp(2rem,5vw,4rem);display:flex}.menu-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.menu-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);transition:all var(--transition);overflow:hidden}.menu-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.menu-card-image{height:220px;overflow:hidden}.menu-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.menu-card:hover .menu-card-image img{transform:scale(1.05)}.menu-card-body{padding:1.5rem}.menu-card-body h3{margin-bottom:.5rem;font-size:1.25rem}.menu-card-body p{color:var(--text-muted);margin-bottom:1rem;font-size:.9rem}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}.gallery-item{border-radius:var(--radius);aspect-ratio:4/3;cursor:pointer;overflow:hidden}.gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.gallery-item:hover img{transform:scale(1.05)}.location-grid{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;display:grid}.location-info{flex-direction:column;gap:2rem;display:flex}.location-item{align-items:flex-start;gap:1rem;display:flex}.location-icon{background:var(--olive);width:48px;height:48px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.2rem;display:flex}.location-item h3{margin-bottom:.25rem;font-size:1.1rem}.location-item p{color:var(--text-muted);font-size:.95rem}.map-container{border-radius:var(--radius);box-shadow:var(--shadow);height:400px;overflow:hidden}.map-container iframe{border:none;width:100%;height:100%}.footer{background:var(--text);color:var(--cream);padding:4rem 0 0}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.footer-brand p{color:#fff8f099;margin-top:1rem;line-height:1.8}.footer h4{font-family:var(--font-heading);color:var(--cream);margin-bottom:1.25rem;font-size:1.1rem}.footer ul{list-style:none}.footer ul li{margin-bottom:.75rem}.footer ul a{color:#fff8f099;transition:color var(--transition);font-size:.9rem}.footer ul a:hover{color:var(--gold)}.footer-bottom{text-align:center;color:#fff8f066;border-top:1px solid #fff8f01a;padding:1.5rem 0;font-size:.85rem}@media (width<=1024px){.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=768px){.navbar-links{display:none}.mobile-toggle{display:flex}.split{grid-template-columns:1fr}.split-image{height:300px}.location-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:2rem}.hero-title{font-size:clamp(2.5rem,8vw,3.5rem)}}.scroll-top{background:var(--olive);width:48px;height:48px;color:var(--white);cursor:pointer;box-shadow:var(--shadow);transition:all var(--transition);opacity:0;pointer-events:none;z-index:999;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;display:flex;position:fixed;bottom:2rem;right:2rem;transform:translateY(10px)}.scroll-top.visible{opacity:1;pointer-events:auto;transform:translateY(0)}.scroll-top:hover{background:var(--olive-light);transform:translateY(-2px)}
