:root{--font-sans:'Geist','Geist Fallback',sans-serif;--background:oklch(1 0 0);--foreground:oklch(.145 0 0);--primary:#132335;--primary-foreground:oklch(.985 0 0);--accent-gold:#c29f41;--border-subtle:rgba(255,255,255,.1);--radius:.625rem;--transition-ease:cubic-bezier(.22,1,.36,1)}*,*:before,*:after{box-sizing:border-box}#custom-header{position:fixed;top:0;left:0;right:0;z-index:50;background:0 0;transition:background .3s ease,box-shadow .3s ease,backdrop-filter .3s ease;animation:headerSlideDown .5s var(--transition-ease) both}@keyframes headerSlideDown{from{transform:translateY(-100%)}to{transform:translateY(0)}}#custom-header.scrolled,#custom-header:has(#mobile-menu.open){background:rgba(19,35,53,.98);box-shadow:0 4px 24px rgba(0,0,0,.35);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.header-inner{display:flex;align-items:center;justify-content:space-between;max-width:80rem;margin:0 auto;padding:.75rem 1rem;position:relative;z-index:10}.logo{display:flex;align-items:center;text-decoration:none;font-family:var(--font-sans);font-weight:700;font-size:1.125rem;letter-spacing:-.02em;line-height:1;z-index:10}.logo-text{color:#fff !important}.logo-divider{color:rgba(255,255,255,.4) !important;margin:0 .125rem}.logo-highlight{color:var(--accent-gold) !important}.nav-desktop{display:none;align-items:center;gap:.25rem}.nav-desktop a{display:inline-block;padding:.5rem .75rem;border-radius:var(--radius);font-family:var(--font-sans);font-size:.875rem;font-weight:500;color:rgba(255,255,255,.8) !important;text-decoration:none !important;transition:background .2s ease,color .2s ease}.nav-desktop a:hover{background:rgba(255,255,255,.1);color:#fff !important}.header-right{display:none;align-items:center;gap:.75rem}.phone-link{display:flex;align-items:center;gap:.5rem;font-family:var(--font-sans);font-size:.875rem;font-weight:500;color:rgba(255,255,255,.8) !important;text-decoration:none !important;transition:color .2s ease}.phone-link:hover{color:var(--accent-gold) !important}.cta-button{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:var(--radius);background:var(--accent-gold) !important;color:#0d1a25 !important;font-family:var(--font-sans);font-size:.875rem;font-weight:600;text-decoration:none !important;transition:opacity .2s ease;white-space:nowrap}.cta-button:hover{opacity:.85}#mobile-toggle{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:2.5rem;height:2.5rem;border:none;background:0 0;cursor:pointer;border-radius:var(--radius);padding:.5rem;z-index:10;transition:background .2s ease}#mobile-toggle:hover{background:rgba(255,255,255,.1)}.toggle-bar{display:block;width:20px;height:2px;background:#fff;border-radius:2px;transition:transform .3s var(--transition-ease),opacity .3s ease,width .3s ease;transform-origin:center}#mobile-toggle.active .toggle-bar:nth-child(1){transform:translateY(7px) rotate(45deg)}#mobile-toggle.active .toggle-bar:nth-child(2){opacity:0;width:0}#mobile-toggle.active .toggle-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}#mobile-menu{overflow:hidden;max-height:0;border-top:1px solid transparent;background:var(--primary);transition:max-height .35s var(--transition-ease),border-color .35s ease}#mobile-menu.open{max-height:100vh;border-top-color:var(--border-subtle)}#mobile-menu nav{display:flex;flex-direction:column;padding:1rem}#mobile-menu nav a{display:block;padding:.75rem 0;border-bottom:1px solid var(--border-subtle);font-family:var(--font-sans);font-size:.875rem;font-weight:500;color:rgba(255,255,255,.9) !important;text-decoration:none !important;opacity:0;transform:translateX(-16px);transition:opacity .3s ease,transform .3s ease,color .2s ease}#mobile-menu nav a:hover{color:var(--accent-gold) !important}#mobile-menu nav a.visible{opacity:1;transform:translateX(0)}#mobile-menu nav a.mobile-cta,#mobile-menu nav a.cta-button{border-bottom:none;margin-top:1rem;text-align:center;padding:.625rem 1rem}@media (min-width:640px){.header-inner{padding-top:1rem;padding-bottom:1rem}.logo{font-size:1.25rem}}@media (min-width:1024px){.header-inner{padding-left:2rem;padding-right:2rem}.nav-desktop{display:flex}.header-right{display:flex}#mobile-toggle{display:none}#mobile-menu{display:none !important}}#custom-footer{background:#132335 !important;padding:2rem 0;opacity:1 !important}.footer-inner{max-width:80rem;margin:0 auto;padding:0 1rem}.footer-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.footer-brand{grid-column:span 2}.footer-logo{display:inline-flex;align-items:center;text-decoration:none !important;font-family:var(--font-sans);font-weight:700;font-size:1.125rem;letter-spacing:-.02em;line-height:1}#custom-footer .footer-logo-text{color:#fff !important}#custom-footer .footer-logo-divider{color:rgba(255,255,255,.4) !important;margin:0 .125rem}#custom-footer .footer-logo-highlight{color:var(--accent-gold) !important}#custom-footer .footer-tagline{margin-top:.5rem;font-family:var(--font-sans);font-size:.6875rem;line-height:1.6;color:rgba(255,255,255,.7) !important}#custom-footer .footer-social{display:flex;gap:.5rem;margin-top:.75rem}#custom-footer .social-icon{display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:.375rem;background:rgba(255,255,255,.1) !important;color:rgba(255,255,255,.7) !important;text-decoration:none !important;transition:background .2s ease,color .2s ease;flex-shrink:0}#custom-footer .social-icon svg{width:.75rem;height:.75rem;fill:currentColor}#custom-footer .social-icon:hover{background:rgba(194,159,65,.2) !important;color:var(--accent-gold) !important}#custom-footer .footer-col-title{font-family:var(--font-sans);font-size:.625rem;font-weight:600 !important;text-transform:uppercase;letter-spacing:.08em;color:#fff !important;margin-bottom:0}#custom-footer .footer-contact-list{display:flex;flex-direction:column;gap:.375rem;margin-top:.5rem}#custom-footer .footer-contact-item{display:flex;align-items:center;gap:.375rem;font-family:var(--font-sans);font-size:.6875rem;color:rgba(255,255,255,.7) !important;text-decoration:none !important;transition:color .2s ease}#custom-footer .footer-contact-item svg{flex-shrink:0;stroke:currentColor}#custom-footer .footer-contact-item span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#custom-footer .footer-contact-item:hover{color:var(--accent-gold) !important}#custom-footer .footer-link-list{list-style:none;margin:.5rem 0 0;padding:0;display:flex;flex-direction:column;gap:.25rem}#custom-footer .footer-link-list a{font-family:var(--font-sans);font-size:.6875rem;color:rgba(255,255,255,.7) !important;text-decoration:none !important;transition:color .2s ease}#custom-footer .footer-link-list a:hover{color:var(--accent-gold) !important}#custom-footer .footer-bottom{margin-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);padding-top:1rem;text-align:center}#custom-footer .footer-copy{font-family:var(--font-sans);font-size:.5625rem;color:rgba(255,255,255,.5) !important}@media (min-width:640px){#custom-footer{padding:2.5rem 0}.footer-inner{padding:0 1.5rem}.footer-grid{gap:2rem}.footer-logo{font-size:1.25rem}#custom-footer .footer-tagline{margin-top:.75rem;font-size:.75rem}#custom-footer .footer-social{margin-top:1rem}#custom-footer .social-icon{width:2rem;height:2rem}#custom-footer .social-icon svg{width:.875rem;height:.875rem}#custom-footer .footer-col-title{font-size:.75rem}#custom-footer .footer-contact-list{gap:.5rem;margin-top:.75rem}#custom-footer .footer-contact-item{font-size:.75rem}#custom-footer .footer-link-list{margin-top:.75rem;gap:.375rem}#custom-footer .footer-link-list a{font-size:.75rem}#custom-footer .footer-bottom{margin-top:2rem;padding-top:1.25rem}#custom-footer .footer-copy{font-size:.625rem}}@media (min-width:768px){.footer-grid{grid-template-columns:repeat(4,1fr)}.footer-brand{grid-column:span 1}}@media (min-width:1024px){#custom-footer{padding:3.5rem 0}.footer-inner{padding:0 2rem}.footer-grid{grid-template-columns:repeat(5,1fr)}#custom-footer .footer-tagline{font-size:.875rem}#custom-footer .footer-copy{font-size:.75rem}}