:root{--color-primary: #1A3A5C;--color-secondary: #2AABB3;--color-accent: #E8B84A;--color-bg: #FAFBFC;--color-dark: #0F1D2F;--color-light: #EEF3F7;--color-text: #2C3E50;--font-display: "Fraunces", Georgia, serif;--font-body: "Outfit", system-ui, sans-serif;--radius-sm: 6px;--radius-md: 12px;--radius-lg: 20px;--shadow-sm: 0 1px 3px rgba(15, 29, 47, .06);--shadow-md: 0 4px 16px rgba(15, 29, 47, .08);--shadow-lg: 0 8px 32px rgba(15, 29, 47, .12);--shadow-xl: 0 16px 48px rgba(15, 29, 47, .16);--max-width: 1200px;--header-h: 80px;--transition: .3s cubic-bezier(.4, 0, .2, 1)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);font-weight:400;color:var(--color-text);background:var(--color-bg);line-height:1.7;font-size:clamp(15px,1.6vw,17px);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);color:var(--color-primary);line-height:1.25;font-weight:600}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.6rem,3.5vw,2.5rem)}h3{font-size:clamp(1.2rem,2.5vw,1.6rem)}a{text-decoration:none;color:inherit;transition:color var(--transition)}img{max-width:100%;height:auto;display:block}ul{list-style:none}button{border:none;background:none;cursor:pointer;font-family:inherit}:focus-visible{outline:2px solid var(--color-secondary);outline-offset:3px}::selection{background:var(--color-secondary);color:#fff}.site-header.svelte-12qhfyh{position:fixed;top:0;left:0;right:0;z-index:1000;height:var(--header-h);background:#fafbfcd9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid transparent;transition:all var(--transition)}.site-header.scrolled.svelte-12qhfyh{background:#fafbfcf7;border-bottom-color:var(--color-light);box-shadow:var(--shadow-sm);height:68px}.header-inner.svelte-12qhfyh{max-width:var(--max-width);margin:0 auto;padding:0 clamp(1rem,4vw,2rem);height:100%;display:flex;align-items:center;justify-content:space-between;gap:2rem}.logo.svelte-12qhfyh{display:flex;flex-direction:column;gap:0;text-decoration:none;flex-shrink:0}.logo.svelte-12qhfyh .logo-text:where(.svelte-12qhfyh){font-family:var(--font-display);font-size:1.3rem;font-weight:700;color:var(--color-primary);line-height:1.2}.logo.svelte-12qhfyh .logo-sub:where(.svelte-12qhfyh){font-family:var(--font-body);font-size:.72rem;font-weight:500;color:var(--color-secondary);letter-spacing:.08em;text-transform:uppercase}.desktop-nav.svelte-12qhfyh{display:flex;align-items:center;gap:clamp(1rem,2.5vw,2rem)}.nav-link.svelte-12qhfyh{font-family:var(--font-body);font-size:.9rem;font-weight:500;color:var(--color-text);padding:.4rem 0;position:relative;transition:color var(--transition)}.nav-link.svelte-12qhfyh:after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:var(--color-secondary);border-radius:1px;transition:width var(--transition)}.nav-link.svelte-12qhfyh:hover,.nav-link.active.svelte-12qhfyh{color:var(--color-primary)}.nav-link.svelte-12qhfyh:hover:after,.nav-link.active.svelte-12qhfyh:after{width:100%}.cta-btn.svelte-12qhfyh{display:inline-flex;align-items:center;justify-content:center;padding:.65rem 1.5rem;font-family:var(--font-body);font-size:.88rem;font-weight:600;color:#fff;background:var(--color-secondary);border-radius:var(--radius-sm);transition:all var(--transition);white-space:nowrap}.cta-btn.svelte-12qhfyh:hover{background:var(--color-primary);transform:translateY(-1px);box-shadow:var(--shadow-md)}.desktop-cta.svelte-12qhfyh{flex-shrink:0}.hamburger.svelte-12qhfyh{display:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;padding:4px;z-index:1010}.hamburger.svelte-12qhfyh .bar:where(.svelte-12qhfyh){display:block;width:100%;height:2px;background:var(--color-primary);border-radius:2px;transition:all var(--transition);transform-origin:center}.hamburger.open.svelte-12qhfyh .bar:where(.svelte-12qhfyh):nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.open.svelte-12qhfyh .bar:where(.svelte-12qhfyh):nth-child(2){opacity:0;transform:scaleX(0)}.hamburger.open.svelte-12qhfyh .bar:where(.svelte-12qhfyh):nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-overlay.svelte-12qhfyh{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f1d2f80;z-index:999;animation:svelte-12qhfyh-fadeIn .3s ease}.mobile-drawer.svelte-12qhfyh{position:fixed;top:0;right:0;bottom:0;width:min(320px,85vw);background:#fff;z-index:1005;padding:calc(var(--header-h) + 1.5rem) 2rem 2rem;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;justify-content:space-between;box-shadow:var(--shadow-xl)}.mobile-drawer.open.svelte-12qhfyh{transform:translate(0)}.mobile-nav.svelte-12qhfyh{display:flex;flex-direction:column;gap:.25rem}.mobile-link.svelte-12qhfyh{font-family:var(--font-body);font-size:1.05rem;font-weight:500;color:var(--color-text);padding:.75rem 0;border-bottom:1px solid var(--color-light);transition:color var(--transition)}.mobile-link.svelte-12qhfyh:hover,.mobile-link.active.svelte-12qhfyh{color:var(--color-secondary)}.mobile-cta.svelte-12qhfyh{margin-top:1.5rem;text-align:center}.mobile-contact.svelte-12qhfyh{display:flex;flex-direction:column;gap:.5rem}.mobile-contact.svelte-12qhfyh a:where(.svelte-12qhfyh){font-size:.88rem;color:var(--color-secondary);font-weight:500}main.svelte-12qhfyh{min-height:100vh;padding-top:var(--header-h)}.site-footer.svelte-12qhfyh{background:var(--color-dark);color:#fffc;padding:clamp(3rem,6vw,5rem) 0 0}.footer-inner.svelte-12qhfyh{max-width:var(--max-width);margin:0 auto;padding:0 clamp(1rem,4vw,2rem);display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:clamp(2rem,4vw,3rem)}.footer-col.svelte-12qhfyh h4:where(.svelte-12qhfyh){font-family:var(--font-body);font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#ffffff80;margin-bottom:1.2rem}.footer-brand.svelte-12qhfyh .footer-logo:where(.svelte-12qhfyh){display:flex;flex-direction:column;margin-bottom:1rem}.footer-brand.svelte-12qhfyh .footer-logo:where(.svelte-12qhfyh) .logo-text:where(.svelte-12qhfyh){font-family:var(--font-display);font-size:1.2rem;font-weight:700;color:#fff;line-height:1.2}.footer-brand.svelte-12qhfyh .footer-logo:where(.svelte-12qhfyh) .logo-sub:where(.svelte-12qhfyh){font-family:var(--font-body);font-size:.7rem;font-weight:500;color:var(--color-secondary);letter-spacing:.08em;text-transform:uppercase}.footer-desc.svelte-12qhfyh{font-size:.88rem;line-height:1.7;color:#fff9;margin-bottom:1.2rem}.footer-nav.svelte-12qhfyh ul:where(.svelte-12qhfyh){display:flex;flex-direction:column;gap:.5rem}.footer-nav.svelte-12qhfyh a:where(.svelte-12qhfyh){font-size:.9rem;color:#ffffffb3;transition:color var(--transition)}.footer-nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--color-secondary)}.footer-contact.svelte-12qhfyh ul:where(.svelte-12qhfyh){display:flex;flex-direction:column;gap:.75rem}.footer-contact.svelte-12qhfyh li:where(.svelte-12qhfyh){display:flex;align-items:flex-start;gap:.6rem;font-size:.88rem;color:#ffffffb3}.footer-contact.svelte-12qhfyh li:where(.svelte-12qhfyh) svg:where(.svelte-12qhfyh){flex-shrink:0;margin-top:3px;color:var(--color-secondary)}.footer-contact.svelte-12qhfyh a:where(.svelte-12qhfyh){color:#ffffffb3;transition:color var(--transition)}.footer-contact.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--color-secondary)}.footer-hours.svelte-12qhfyh ul:where(.svelte-12qhfyh){display:flex;flex-direction:column;gap:.5rem}.footer-hours.svelte-12qhfyh li:where(.svelte-12qhfyh){display:flex;justify-content:space-between;gap:1rem;font-size:.88rem}.footer-hours.svelte-12qhfyh li:where(.svelte-12qhfyh) span:where(.svelte-12qhfyh):first-child{color:#ffffffb3}.footer-hours.svelte-12qhfyh li:where(.svelte-12qhfyh) span:where(.svelte-12qhfyh):last-child{font-weight:500;color:#ffffffe6}.footer-bottom.svelte-12qhfyh{max-width:var(--max-width);margin:0 auto;padding:1.5rem clamp(1rem,4vw,2rem);margin-top:clamp(2rem,4vw,3rem);border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem;font-size:.82rem;color:#fff6}.footer-mentions.svelte-12qhfyh a:where(.svelte-12qhfyh){color:#ffffff80;font-weight:400;transition:color var(--transition)}.footer-mentions.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--color-secondary)}.footer-bottom.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--color-secondary);font-weight:500;transition:color var(--transition)}.footer-bottom.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--color-accent)}@keyframes svelte-12qhfyh-fadeIn{0%{opacity:0}to{opacity:1}}@media(max-width:900px){.desktop-nav.svelte-12qhfyh,.desktop-cta.svelte-12qhfyh{display:none}.hamburger.svelte-12qhfyh{display:flex}.footer-inner.svelte-12qhfyh{grid-template-columns:1fr 1fr}}@media(max-width:560px){.footer-inner.svelte-12qhfyh{grid-template-columns:1fr}.footer-bottom.svelte-12qhfyh{flex-direction:column;text-align:center}}
