@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;0,800;1,400&family=Inter:wght@300;400;500;600;700&display=swap";:root{--bg-primary: #0a0a0f;--bg-secondary: #111118;--bg-card: #16161f;--bg-elevated: #1c1c28;--gold: #c8a45e;--gold-light: #e0c87a;--gold-dark: #a8883e;--gold-glow: rgba(200, 164, 94, .15);--text-primary: #f0ece4;--text-secondary: #a09a8c;--text-muted: #6b6560;--accent: #c8a45e;--white: #ffffff;--border: rgba(200, 164, 94, .12);--border-strong: rgba(200, 164, 94, .25);--font-display: "Playfair Display", Georgia, serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--section-pad: clamp(4rem, 8vw, 8rem);--container: min(1200px, 90vw)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:var(--font-body);background:var(--bg-primary);color:var(--text-primary);line-height:1.7;overflow-x:hidden}h1,h2,h3,h4{font-family:var(--font-display);font-weight:700;line-height:1.2;letter-spacing:-.01em}h1{font-size:clamp(2.4rem,5vw,4rem)}h2{font-size:clamp(1.8rem,3.5vw,2.8rem)}h3{font-size:clamp(1.3rem,2.5vw,1.8rem)}a{color:var(--gold);text-decoration:none;transition:color .3s}a:hover{color:var(--gold-light)}img{max-width:100%;height:auto;display:block}.container{width:var(--container);margin:0 auto}.section{padding:var(--section-pad) 0;position:relative}.section-label{font-family:var(--font-body);font-size:.75rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem;display:flex;align-items:center;gap:.75rem}.section-label:before{content:"";width:2rem;height:1px;background:var(--gold)}.section-title{color:var(--text-primary);margin-bottom:1.5rem}.section-subtitle{color:var(--text-secondary);font-size:clamp(1rem,1.5vw,1.15rem);max-width:600px;line-height:1.8}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.9rem 2rem;border-radius:3px;font-family:var(--font-body);font-size:.85rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;transition:all .35s cubic-bezier(.4,0,.2,1);cursor:pointer;border:none;text-decoration:none}.btn-primary{background:var(--gold);color:var(--bg-primary)}.btn-primary:hover{background:var(--gold-light);color:var(--bg-primary);transform:translateY(-2px);box-shadow:0 8px 30px #c8a45e4d}.btn-outline{background:transparent;color:var(--gold);border:1px solid var(--border-strong)}.btn-outline:hover{background:var(--gold-glow);border-color:var(--gold);color:var(--gold-light)}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:6px;padding:2rem;transition:all .4s cubic-bezier(.4,0,.2,1)}.card:hover{border-color:var(--border-strong);transform:translateY(-4px);box-shadow:0 20px 60px #0006}.gold-divider{width:60px;height:2px;background:linear-gradient(90deg,var(--gold),transparent);margin:1.5rem 0}.grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.star-icon{color:var(--gold);font-size:1rem}.fade-up{opacity:1;transform:translateY(0)}html.js-ready .fade-up{opacity:0;transform:translateY(30px);transition:opacity .8s cubic-bezier(.4,0,.2,1),transform .8s cubic-bezier(.4,0,.2,1)}html.js-ready .fade-up.visible{opacity:1;transform:translateY(0)}@media(max-width:768px){.grid-2,.grid-3{grid-template-columns:1fr}}.loc-hero{position:relative;min-height:60vh;display:flex;align-items:center;padding:9rem 0 3rem;background:radial-gradient(ellipse at 50% 80%,rgba(200,164,94,.08) 0%,transparent 60%),linear-gradient(180deg,var(--bg-secondary) 0%,var(--bg-primary) 100%)}.loc-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c8a45e' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");pointer-events:none}.loc-hero-content{position:relative;text-align:center}.loc-hero h1{font-size:clamp(2.4rem,6vw,4rem);line-height:1.05;margin:.5rem 0 1rem}.loc-hero-sub{max-width:640px;margin:0 auto 2rem;color:var(--text-secondary);font-size:1.05rem;line-height:1.7}.loc-hero-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.loc-intro{max-width:760px;margin:0 auto 3rem;text-align:center}.loc-intro h2{font-size:clamp(1.6rem,3.5vw,2.2rem)}.loc-intro .gold-divider{margin:1rem auto 1.5rem}.loc-intro p{color:var(--text-secondary);line-height:1.8;margin-bottom:1.2rem}.loc-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;max-width:800px;margin:0 auto}.loc-stat{text-align:center;padding:1.5rem 1rem;border:1px solid rgba(200,164,94,.2);border-radius:12px;background:var(--bg-secondary)}.loc-stat-value{display:block;font-size:1.8rem;font-weight:700;color:var(--text-primary)}.loc-stat-label{display:block;font-size:.8rem;color:var(--text-secondary);margin-top:.35rem}.loc-svc-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-top:2.5rem}.loc-svc{padding:2rem;border:1px solid rgba(200,164,94,.15);border-radius:14px;background:var(--bg-primary);transition:all .2s}.loc-svc:hover{border-color:#c8a45e80;transform:translateY(-4px)}.loc-svc-icon{font-size:2rem}.loc-svc h3{margin:.75rem 0 .5rem}.loc-svc p{color:var(--text-secondary);line-height:1.6;font-size:.92rem}.loc-two-col{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.loc-h2{font-size:clamp(1.4rem,3vw,2rem);margin:.5rem 0}.loc-two-col p{color:var(--text-secondary);line-height:1.75}.loc-venue-list{list-style:none;padding:0;margin:1.25rem 0;display:grid;gap:.6rem}.loc-venue-list li{padding-left:1.6rem;position:relative;color:var(--text-secondary)}.loc-venue-list li:before{content:"✦";position:absolute;left:0;color:var(--gold, #c8a45e)}.loc-note{font-size:.9rem;margin-top:1rem}.gold-link{color:var(--gold, #c8a45e);text-decoration:none;font-weight:600}.loc-area-tags{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.25rem}.loc-area-tag{padding:.5rem 1rem;border:1px solid rgba(200,164,94,.3);border-radius:20px;font-size:.85rem;color:var(--text-secondary);background:var(--bg-secondary)}.loc-testimonial{max-width:720px;margin:0 auto;text-align:center}.loc-stars{color:var(--gold, #c8a45e);font-size:1.3rem;letter-spacing:2px}.loc-quote{font-size:1.25rem;line-height:1.7;font-style:italic;color:var(--text-primary);margin:1rem 0 1.5rem}.loc-author{display:flex;flex-direction:column;gap:.2rem;margin-bottom:1.5rem}.loc-author span{color:var(--text-secondary);font-size:.9rem}.loc-faq{max-width:780px;margin:2.5rem auto 0;display:grid;gap:.75rem}.loc-faq-item{border:1px solid rgba(200,164,94,.2);border-radius:12px;background:var(--bg-secondary);overflow:hidden}.loc-faq-item summary{padding:1.2rem 1.5rem;cursor:pointer;font-weight:600;color:var(--text-primary);list-style:none;position:relative}.loc-faq-item summary:after{content:"+";position:absolute;right:1.5rem;color:var(--gold, #c8a45e);font-size:1.3rem;transition:transform .2s}.loc-faq-item[open] summary:after{transform:rotate(45deg)}.loc-faq-item summary::-webkit-details-marker{display:none}.loc-faq-item p{padding:0 1.5rem 1.3rem;color:var(--text-secondary);line-height:1.7;margin:0}.loc-cta{text-align:center;max-width:640px;margin:0 auto}.loc-cta h2{font-size:clamp(1.6rem,3.5vw,2.4rem);margin-bottom:1rem}.loc-cta p{color:var(--text-secondary);margin-bottom:1.75rem;line-height:1.7}@media(max-width:768px){.loc-stats{grid-template-columns:repeat(2,1fr)}.loc-two-col{grid-template-columns:1fr;gap:2rem}}.header.svelte-12qhfyh{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.2rem 0;transition:all .4s cubic-bezier(.4,0,.2,1);background:transparent}.header.scrolled.svelte-12qhfyh{background:#0a0a0ff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:.7rem 0;border-bottom:1px solid var(--border)}.header-inner.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between}.logo.svelte-12qhfyh{display:flex;align-items:center;text-decoration:none;order:2;flex-shrink:0;margin:0 1.5rem}.logo.svelte-12qhfyh:hover{opacity:.9}.logo-img.svelte-12qhfyh{height:40px;width:auto;transition:height .4s}.header.scrolled.svelte-12qhfyh .logo-img:where(.svelte-12qhfyh){height:32px}.nav-group.svelte-12qhfyh{display:flex;align-items:center;list-style:none;gap:.1rem}.nav-left.svelte-12qhfyh{order:1;justify-content:flex-end}.nav-right.svelte-12qhfyh{order:3;justify-content:flex-start}.nav-item.svelte-12qhfyh{position:relative}.nav-link.svelte-12qhfyh{padding:.5rem .7rem;font-size:.8rem;font-weight:500;letter-spacing:.03em;color:var(--text-secondary);transition:color .3s;text-decoration:none;white-space:nowrap}.nav-link.svelte-12qhfyh:hover,.nav-link.active.svelte-12qhfyh{color:var(--gold)}.caret.svelte-12qhfyh{font-size:.65em;margin-left:.15rem;opacity:.6}.dropdown.svelte-12qhfyh{position:absolute;top:100%;left:0;min-width:200px;background:#0f0f14f7;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border);border-radius:6px;padding:.5rem 0;list-style:none;opacity:0;visibility:hidden;transform:translateY(6px);transition:all .25s ease;box-shadow:0 8px 30px #0006}.nav-item.has-dropdown.svelte-12qhfyh:hover .dropdown:where(.svelte-12qhfyh){opacity:1;visibility:visible;transform:translateY(0)}.dropdown-link.svelte-12qhfyh{display:block;padding:.55rem 1.2rem;font-size:.8rem;color:var(--text-secondary);text-decoration:none;transition:all .2s;white-space:nowrap}.dropdown-link.svelte-12qhfyh:hover{color:var(--gold);background:#c8a45e0f}.btn-sm{padding:.6rem 1.4rem;font-size:.75rem}.hamburger.svelte-12qhfyh{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001;order:4}.hamburger.svelte-12qhfyh span:where(.svelte-12qhfyh){width:24px;height:2px;background:var(--text-primary);transition:all .3s;border-radius:2px}.hamburger.open.svelte-12qhfyh span:where(.svelte-12qhfyh):nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.open.svelte-12qhfyh span:where(.svelte-12qhfyh):nth-child(2){opacity:0}.hamburger.open.svelte-12qhfyh span:where(.svelte-12qhfyh):nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.footer.svelte-12qhfyh{background:var(--bg-secondary);border-top:1px solid var(--border);padding:4rem 0 2rem}.footer-grid.svelte-12qhfyh{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1fr;gap:2.5rem;margin-bottom:3rem}.footer-brand.svelte-12qhfyh{max-width:300px}.footer-logo.svelte-12qhfyh{margin-bottom:1rem}.footer-logo-img.svelte-12qhfyh{height:45px;width:auto}.footer-tagline.svelte-12qhfyh{color:var(--text-muted);font-size:.9rem;line-height:1.7}.footer-col.svelte-12qhfyh{display:flex;flex-direction:column;gap:.6rem}.footer-col.svelte-12qhfyh h4:where(.svelte-12qhfyh){font-family:var(--font-body);font-size:.8rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-bottom:.5rem}.footer-col.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--text-secondary);font-size:.88rem;transition:color .3s;text-decoration:none}.footer-col.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--gold-light)}.footer-area.svelte-12qhfyh{color:var(--text-muted);font-size:.85rem;margin-top:.5rem}.footer-bottom.svelte-12qhfyh{padding-top:2rem;border-top:1px solid var(--border);text-align:center}.footer-bottom.svelte-12qhfyh p:where(.svelte-12qhfyh){font-size:.8rem;color:var(--text-muted)}.mobile-menu.svelte-12qhfyh{display:none}@media(max-width:900px){.hamburger.svelte-12qhfyh{display:flex}.header-inner.svelte-12qhfyh{justify-content:space-between}.logo.svelte-12qhfyh{order:1;margin:0}.hamburger.svelte-12qhfyh{order:2}.nav-left.svelte-12qhfyh,.nav-right.svelte-12qhfyh{display:none}.mobile-menu.svelte-12qhfyh{display:flex;flex-direction:column;position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;padding:5.5rem 0 2rem;background:#09090efc;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);overflow-y:auto;-webkit-overflow-scrolling:touch;opacity:0;transform:translateY(-10px);pointer-events:none;transition:opacity .3s ease,transform .3s ease}.mobile-menu.open.svelte-12qhfyh{opacity:1;transform:none;pointer-events:all}.m-nav.svelte-12qhfyh{display:flex;flex-direction:column;padding:0 1.25rem;gap:.4rem}.m-row.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem 1.1rem;font-family:var(--font-body);font-size:1.05rem;font-weight:600;color:var(--text-primary);background:#ffffff05;border:1px solid var(--border);border-radius:12px;text-decoration:none;cursor:pointer;transition:background .2s ease,border-color .2s ease}.m-row.svelte-12qhfyh:hover,.m-row.svelte-12qhfyh:active{background:#c6a6641a;border-color:var(--border-strong)}.m-row.active.svelte-12qhfyh{color:var(--gold-light);border-color:var(--border-strong)}.m-toggle.svelte-12qhfyh{text-align:left}.m-caret.svelte-12qhfyh{font-size:.9rem;color:var(--gold);transition:transform .28s ease}.m-item.expanded.svelte-12qhfyh .m-caret:where(.svelte-12qhfyh){transform:rotate(180deg)}.m-sub.svelte-12qhfyh{display:flex;flex-direction:column;max-height:0;overflow:hidden;transition:max-height .32s ease;padding:0 .5rem}.m-item.expanded.svelte-12qhfyh .m-sub:where(.svelte-12qhfyh){max-height:32rem}.m-sublink.svelte-12qhfyh{padding:.7rem 1.4rem;font-size:.95rem;color:var(--text-secondary);text-decoration:none;border-radius:8px;transition:color .2s ease,background .2s ease}.m-sublink.svelte-12qhfyh:first-child{margin-top:.35rem}.m-sublink.svelte-12qhfyh:hover,.m-sublink.svelte-12qhfyh:active{color:var(--gold-light);background:#ffffff08}.m-sublink.active.svelte-12qhfyh{color:var(--gold-light)}.m-cta.svelte-12qhfyh{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-top:1.75rem;padding:1.5rem 1.25rem 0}.m-cta-btn.svelte-12qhfyh{width:100%;max-width:320px;text-align:center}.m-phone.svelte-12qhfyh{color:var(--text-secondary);font-size:1rem;font-weight:600;text-decoration:none}.m-phone.svelte-12qhfyh:hover{color:var(--gold-light)}.footer-grid.svelte-12qhfyh{grid-template-columns:1fr 1fr;gap:2rem}}@media(max-width:520px){.footer-grid.svelte-12qhfyh{grid-template-columns:1fr}}
