@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:0;transform:translateY(30px);transition:opacity .8s cubic-bezier(.4,0,.2,1),transform .8s cubic-bezier(.4,0,.2,1)}.fade-up.visible{opacity:1;transform:translateY(0)}@media(max-width:768px){.grid-2,.grid-3{grid-template-columns:1fr}}.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;gap:3rem;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)}@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-group.svelte-12qhfyh{position:fixed;top:0;right:0;bottom:0;left:0;flex-direction:column;justify-content:center;align-items:center;gap:.3rem;background:#0a0a0ffa;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);opacity:0;pointer-events:none;transition:opacity .35s}.nav-left.svelte-12qhfyh{padding-bottom:1rem;border-bottom:1px solid var(--border)}.nav-right.svelte-12qhfyh{padding-top:1rem}.nav-group.open.svelte-12qhfyh{opacity:1;pointer-events:all}.nav-link.svelte-12qhfyh{font-size:1.1rem;padding:.7rem 1.5rem}.dropdown.svelte-12qhfyh{position:static;opacity:1;visibility:visible;transform:none;background:transparent;border:none;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;padding:0}.nav-item.has-dropdown.svelte-12qhfyh:hover .dropdown:where(.svelte-12qhfyh){transform:none}.dropdown-link.svelte-12qhfyh{font-size:.95rem;padding:.4rem 2.5rem;color:var(--text-muted)}.footer-grid.svelte-12qhfyh{grid-template-columns:1fr 1fr;gap:2rem}}@media(max-width:520px){.footer-grid.svelte-12qhfyh{grid-template-columns:1fr}}
