*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg: #0f0e0c;--color-bg-alt: #1a1815;--color-surface: #252219;--color-gold: #c9a84c;--color-gold-light: #e0c97f;--color-text: #ede8df;--color-text-muted: #a39e93;--color-accent: #8b2020;--color-accent-light: #b84040;--font-heading: "Playfair Display", Georgia, serif;--font-body: "Lato", "Helvetica Neue", sans-serif;--max-width: 1200px;--nav-height: 72px}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);background:var(--color-bg);color:var(--color-text);line-height:1.7;-webkit-font-smoothing:antialiased;overflow-x:hidden}h1,h2,h3,h4,h5{font-family:var(--font-heading);font-weight:700;line-height:1.2;color:var(--color-gold)}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)}h4{font-size:clamp(1.1rem,2vw,1.4rem)}a{color:var(--color-gold);text-decoration:none;transition:color .3s ease}a:hover{color:var(--color-gold-light)}img{max-width:100%;height:auto;display:block}ul{list-style:none}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{margin-bottom:.5rem}.section-header .divider{width:60px;height:2px;background:var(--color-gold);margin:1rem auto}.section-header p{color:var(--color-text-muted);max-width:600px;margin:0 auto;font-size:1.05rem}.btn{display:inline-block;padding:.85rem 2rem;border:2px solid var(--color-gold);color:var(--color-gold);font-family:var(--font-body);font-weight:700;font-size:.9rem;text-transform:uppercase;letter-spacing:1.5px;border-radius:2px;cursor:pointer;transition:all .3s ease;background:transparent}.btn:hover,.btn-filled{background:var(--color-gold);color:var(--color-bg)}.btn-filled:hover{background:var(--color-gold-light);color:var(--color-bg)}.quote-block{border-left:3px solid var(--color-gold);padding:1.5rem 2rem;margin:2rem 0;background:var(--color-bg-alt);border-radius:0 4px 4px 0}.quote-block p{font-family:var(--font-heading);font-style:italic;font-size:1.15rem;color:var(--color-text);margin-bottom:.75rem}.quote-block cite{color:var(--color-gold);font-style:normal;font-size:.9rem;font-weight:700}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-gold);border-radius:4px}.navbar.svelte-12qhfyh{position:fixed;top:0;left:0;width:100%;z-index:1000;background:#0f0e0cf2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(201,168,76,.15);height:var(--nav-height)}.nav-inner.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between;height:var(--nav-height)}.logo.svelte-12qhfyh{display:flex;align-items:center;gap:.75rem;text-decoration:none}.logo-icon.svelte-12qhfyh{width:27px}.logo-text.svelte-12qhfyh{display:flex;flex-direction:column;line-height:1.1}.logo-name.svelte-12qhfyh{font-family:var(--font-heading);font-size:1.3rem;font-weight:700;color:var(--color-gold)}.logo-sub.svelte-12qhfyh{font-size:.7rem;text-transform:uppercase;letter-spacing:3px;color:var(--color-text-muted)}.nav-links.svelte-12qhfyh{display:flex;align-items:center;gap:2rem}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh){font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--color-text);position:relative;transition:color .3s}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):not(.nav-cta):after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--color-gold);transition:width .3s}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):not(.nav-cta):hover:after,.nav-links a.active:after{width:100%}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover,.nav-links a.active{color:var(--color-gold)}.nav-cta.svelte-12qhfyh{padding:.5rem 1.2rem!important;font-size:.8rem!important}.hamburger.svelte-12qhfyh{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px;z-index:1001}.hamburger.svelte-12qhfyh span:where(.svelte-12qhfyh){width:26px;height:2px;background:var(--color-gold);transition:all .3s;display:block}.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(--color-bg-alt);border-top:1px solid rgba(201,168,76,.15);padding-top:3rem}.footer-inner.svelte-12qhfyh{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding-bottom:2rem}.footer-col.svelte-12qhfyh h4:where(.svelte-12qhfyh){font-size:1rem;margin-bottom:.75rem}.footer-col.svelte-12qhfyh p:where(.svelte-12qhfyh){color:var(--color-text-muted);font-size:.9rem;line-height:1.8}.footer-col.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--color-text-muted)}.footer-col.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--color-gold)}.footer-bottom.svelte-12qhfyh{border-top:1px solid rgba(201,168,76,.1);padding:1.2rem 0;text-align:center}.footer-bottom.svelte-12qhfyh p:where(.svelte-12qhfyh){font-size:.8rem;color:var(--color-text-muted)}@media(max-width:768px){.hamburger.svelte-12qhfyh{display:flex}.nav-links.svelte-12qhfyh{position:fixed;top:0;right:-100%;width:75%;max-width:320px;height:100vh;height:100dvh;background:var(--color-bg-alt);flex-direction:column;justify-content:center;gap:2rem;transition:right .35s ease;border-left:1px solid rgba(201,168,76,.15)}.nav-links.open.svelte-12qhfyh{right:0}.footer-inner.svelte-12qhfyh{grid-template-columns:1fr 1fr}}@media(max-width:480px){.footer-inner.svelte-12qhfyh{grid-template-columns:1fr;text-align:center}}
