html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}body{margin:0;padding:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#324b5a;background-color:#d9b382}:root{--wood-warm: #8b4513;--wood-light: #d2b48c;--beige-light: #f5f5dc;--steel-gray: #5a6c7d;--steel-dark: #2f4f4f;--deep-blue: #1e3a5f;--burgundy: #800020;--aged-copper: #b87333;--cream: #fff8dc;--charcoal: #36454f;--gold-accent: #daa520;--earth-brown: #8b4513;--sage-green: #9caf88;--font-serif: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;--font-sans: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--shadow-soft: 0 4px 20px rgba(0, 0, 0, .08);--shadow-medium: 0 8px 30px rgba(0, 0, 0, .12);--shadow-strong: 0 12px 40px rgba(0, 0, 0, .15);--space-xs: .5rem;--space-sm: 1rem;--space-md: 1.5rem;--space-lg: 2rem;--space-xl: 3rem;--space-xxl: 4rem}body{font-family:var(--font-sans);line-height:1.7;color:var(--charcoal);background:linear-gradient(135deg,var(--cream) 0%,var(--beige-light) 100%);font-weight:400;letter-spacing:.01em}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);font-weight:700;line-height:1.3;color:var(--steel-dark);margin-bottom:var(--space-sm);letter-spacing:-.01em}h1{font-size:clamp(2rem,4vw,3.5rem);letter-spacing:-.02em}h2{font-size:clamp(1.5rem,3vw,2.5rem)}h3{font-size:clamp(1.25rem,2.5vw,2rem)}p{margin-bottom:var(--space-sm);font-size:1.1rem;color:var(--steel-gray)}a{color:var(--aged-copper);text-decoration:none;transition:color .3s ease}a:hover{color:var(--wood-warm)}body{width:100vw}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:focus-visible{outline:3px solid var(--aged-copper);outline-offset:2px;border-radius:2px}:focus:not(:focus-visible){outline:none}.header.svelte-12qhfyh{background:#fff8dcf2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(139,69,19,.1);box-shadow:var(--shadow-soft);position:sticky;top:0;z-index:1000;transition:all .3s ease}.header.svelte-12qhfyh:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--wood-warm) 0%,var(--aged-copper) 50%,var(--steel-dark) 100%)}.nav-container.svelte-12qhfyh{margin:0 var(--space-xl);display:flex;justify-content:space-between;align-items:center;height:80px}.logo.svelte-12qhfyh{display:flex;align-items:center;gap:var(--space-sm);text-decoration:none;color:var(--steel-dark);transition:all .3s ease;padding:var(--space-xs);border-radius:8px}.logo-image.svelte-12qhfyh{height:65px;aspect-ratio:1 / 1;object-fit:contain;border-radius:50%;background-color:#ffffff1a;padding:5px}.logo.svelte-12qhfyh h1:where(.svelte-12qhfyh){color:var(--steel-dark);font-size:clamp(1.2rem,2.5vw,1.8rem);font-weight:700;font-family:var(--font-serif);margin:0;letter-spacing:-.01em}.nav-menu.svelte-12qhfyh{display:flex;list-style:none;margin:0;padding:0;gap:var(--space-xl)}.nav-link.svelte-12qhfyh{color:var(--steel-dark);text-decoration:none;font-weight:500;font-family:var(--font-sans);font-size:1.1rem;transition:all .3s ease;position:relative;padding:var(--space-xs) var(--space-sm);border-radius:6px;letter-spacing:.01em}.nav-link.svelte-12qhfyh:after{content:"";position:absolute;bottom:-2px;left:50%;width:0;height:2px;background:linear-gradient(90deg,var(--wood-warm),var(--aged-copper));transition:all .3s ease;transform:translate(-50%)}.nav-link.svelte-12qhfyh:hover{color:var(--wood-warm);background:#8b45130d}.nav-link.svelte-12qhfyh:hover:after{width:80%}.hamburger.svelte-12qhfyh{display:none;flex-direction:column;cursor:pointer;background:none;border:none;padding:var(--space-xs);border-radius:4px;transition:background .3s ease}.hamburger.svelte-12qhfyh:hover,.hamburger.svelte-12qhfyh:focus{background:#8b45131a;outline:none}.hamburger.svelte-12qhfyh:focus-visible{outline:2px solid var(--wood-warm);outline-offset:2px}.bar.svelte-12qhfyh{width:25px;height:3px;background-color:var(--wood-warm);margin:3px 0;transition:.3s}.main.svelte-12qhfyh{min-height:calc(100vh - 140px)}.footer.svelte-12qhfyh{background:linear-gradient(135deg,var(--deep-blue) 0%,var(--steel-gray) 100%);color:#fff;padding:2rem 0 1rem;margin-top:4rem}.footer-container.svelte-12qhfyh{max-width:1200px;margin:0 auto;padding:0 1rem}.footer-content.svelte-12qhfyh{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section.svelte-12qhfyh h3:where(.svelte-12qhfyh),.footer-section.svelte-12qhfyh h4:where(.svelte-12qhfyh){color:var(--aged-copper);margin-bottom:1rem}.footer-section.svelte-12qhfyh p:where(.svelte-12qhfyh){margin-bottom:.5rem;color:#ccc}.footer-section.svelte-12qhfyh>.contact-item:where(.svelte-12qhfyh){display:grid;grid-template-columns:1.5rem auto;align-items:center;gap:.5rem}.social-links.svelte-12qhfyh{display:flex;flex-direction:column;gap:.5rem}.social-links.svelte-12qhfyh a:where(.svelte-12qhfyh){color:#ccc;transition:color .3s ease;display:inline-flex;align-items:center;gap:.5rem}.social-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--aged-copper)}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media (max-width: 768px){.nav-menu.svelte-12qhfyh{position:fixed;left:-100%;top:70px;flex-direction:column;background-color:var(--wood-light);color:var(--deep-blue);width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px #0000000d;padding:2rem 0}.nav-menu.svelte-12qhfyh a:where(.svelte-12qhfyh){font-family:var(--font-sans);font-size:1.3rem}.nav-menu.active{left:0}.hamburger.svelte-12qhfyh{display:flex}.hamburger.active .bar:nth-child(2){opacity:0}.hamburger.active .bar:nth-child(1){transform:translateY(9.5px) rotate(45deg)}.hamburger.active .bar:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.footer-content.svelte-12qhfyh{grid-template-columns:1fr;text-align:center}.social-links.svelte-12qhfyh{flex-direction:row;justify-content:center}}
