:root{--color-primary: #3A3A3A;--color-secondary: #B87A4B;--color-accent: #6B9DAD;--color-bg: #F8F5F0;--color-dark: #1E1E1E;--color-light: #EDE8E1;--color-text: #2E2E2E;--color-highlight: #D4C4A8;--font-display: "Libre Baskerville", Georgia, serif;--font-body: "Figtree", system-ui, sans-serif;--space-xs: .5rem;--space-sm: 1rem;--space-md: 2rem;--space-lg: 4rem;--space-xl: 6rem;--space-2xl: 8rem;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 16px;--radius-xl: 24px;--transition-fast: .2s ease;--transition-base: .35s ease;--transition-slow: .6s ease}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);font-weight:400;color:var(--color-text);background-color:var(--color-bg);line-height:1.7;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}ul{list-style:none}::selection{background-color:var(--color-secondary);color:#fff}:focus-visible{outline:2px solid var(--color-secondary);outline-offset:3px}.nav-header.svelte-12qhfyh{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.25rem 0;transition:all var(--transition-base);background:transparent}.nav-header.scrolled.svelte-12qhfyh{background:#f8f5f0eb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:.75rem 0;box-shadow:0 1px #b87a4b1a}.nav-inner.svelte-12qhfyh{max-width:1320px;margin:0 auto;padding:0 clamp(1.25rem,4vw,3rem);display:flex;align-items:center;justify-content:space-between}.nav-logo.svelte-12qhfyh{display:flex;flex-direction:column;line-height:1.1;text-decoration:none;transition:opacity var(--transition-fast)}.nav-logo.svelte-12qhfyh:hover{opacity:.8}.logo-first.svelte-12qhfyh{font-family:var(--font-display);font-size:1.1rem;font-weight:400;color:var(--color-primary);letter-spacing:.02em}.logo-last.svelte-12qhfyh{font-family:var(--font-display);font-size:1.1rem;font-weight:700;color:var(--color-secondary);letter-spacing:.02em}.nav-links.svelte-12qhfyh{display:flex;gap:.25rem;align-items:center}.nav-link.svelte-12qhfyh{font-family:var(--font-body);font-size:.82rem;font-weight:500;color:var(--color-primary);padding:.5rem .75rem;position:relative;letter-spacing:.01em;transition:color var(--transition-fast)}.nav-link.svelte-12qhfyh:after{content:"";position:absolute;bottom:.25rem;left:.75rem;right:.75rem;height:1.5px;background:var(--color-secondary);transform:scaleX(0);transform-origin:left;transition:transform var(--transition-base)}.nav-link.svelte-12qhfyh:hover{color:var(--color-secondary)}.nav-link.svelte-12qhfyh:hover:after,.nav-link.active.svelte-12qhfyh:after{transform:scaleX(1)}.nav-link.active.svelte-12qhfyh{color:var(--color-secondary)}.hamburger.svelte-12qhfyh{display:none;flex-direction:column;gap:5px;padding:8px;z-index:1010}.hamburger-line.svelte-12qhfyh{width:24px;height:2px;background:var(--color-primary);transition:all var(--transition-base);transform-origin:center}.hamburger.open.svelte-12qhfyh .hamburger-line:where(.svelte-12qhfyh):nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.open.svelte-12qhfyh .hamburger-line:where(.svelte-12qhfyh):nth-child(2){opacity:0}.hamburger.open.svelte-12qhfyh .hamburger-line: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:#1e1e1e66;z-index:1001;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.mobile-panel.svelte-12qhfyh{position:fixed;top:0;right:0;bottom:0;width:min(85vw,360px);background:var(--color-bg);z-index:1002;display:flex;flex-direction:column;box-shadow:-8px 0 32px #0000001a}.mobile-panel-header.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid var(--color-light)}.mobile-panel-title.svelte-12qhfyh{font-family:var(--font-display);font-size:1rem;color:var(--color-primary)}.mobile-close.svelte-12qhfyh{color:var(--color-primary);padding:4px;transition:color var(--transition-fast)}.mobile-close.svelte-12qhfyh:hover{color:var(--color-secondary)}.mobile-links.svelte-12qhfyh{flex:1;padding:2rem;display:flex;flex-direction:column;gap:.25rem}.mobile-link.svelte-12qhfyh{display:block;font-family:var(--font-body);font-size:1.1rem;font-weight:500;color:var(--color-primary);padding:.85rem 0;border-bottom:1px solid var(--color-light);transition:color var(--transition-fast),padding-left var(--transition-base)}.mobile-link.svelte-12qhfyh:hover{color:var(--color-secondary);padding-left:.5rem}.mobile-panel-footer.svelte-12qhfyh{padding:1.5rem 2rem;border-top:1px solid var(--color-light)}.mobile-contact-link.svelte-12qhfyh{font-size:.9rem;color:var(--color-secondary);font-weight:500}main.svelte-12qhfyh{min-height:100vh}.site-footer.svelte-12qhfyh{background:var(--color-dark);color:#ffffffbf;padding:clamp(3rem,6vw,5rem) 0 0}.footer-inner.svelte-12qhfyh{max-width:1320px;margin:0 auto;padding:0 clamp(1.25rem,4vw,3rem)}.footer-top.svelte-12qhfyh{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:clamp(2rem,4vw,4rem);padding-bottom:clamp(2.5rem,5vw,4rem);border-bottom:1px solid rgba(255,255,255,.08)}.footer-brand.svelte-12qhfyh{max-width:300px}.footer-logo-first.svelte-12qhfyh{font-family:var(--font-display);font-size:1.2rem;font-weight:400;color:#fff}.footer-logo-last.svelte-12qhfyh{font-family:var(--font-display);font-size:1.2rem;font-weight:700;color:var(--color-secondary);margin-left:.35rem}.footer-tagline.svelte-12qhfyh{font-size:.85rem;color:var(--color-secondary);margin-top:.25rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.footer-philosophy.svelte-12qhfyh{margin-top:1rem;font-size:.9rem;line-height:1.7;color:#ffffff8c}.footer-heading.svelte-12qhfyh{font-family:var(--font-body);font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#fff6;margin-bottom:1.25rem}.footer-nav.svelte-12qhfyh ul:where(.svelte-12qhfyh),.footer-contact.svelte-12qhfyh ul:where(.svelte-12qhfyh){display:flex;flex-direction:column;gap:.6rem}.footer-nav.svelte-12qhfyh a:where(.svelte-12qhfyh),.footer-contact.svelte-12qhfyh a:where(.svelte-12qhfyh){font-size:.9rem;color:#ffffffa6;transition:color var(--transition-fast)}.footer-nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover,.footer-contact.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--color-secondary)}.footer-contact.svelte-12qhfyh li:where(.svelte-12qhfyh){display:flex;align-items:center;gap:.6rem;font-size:.9rem}.footer-contact.svelte-12qhfyh svg:where(.svelte-12qhfyh){flex-shrink:0;opacity:.5}.footer-bottom.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;font-size:.8rem;color:#ffffff59}.footer-mentions.svelte-12qhfyh a:where(.svelte-12qhfyh){color:#ffffff80;transition:color var(--transition-fast)}.footer-mentions.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--color-secondary)}.footer-credit.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--color-secondary);font-weight:500;transition:opacity var(--transition-fast)}.footer-credit.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{opacity:.8}@media(max-width:1024px){.nav-links.svelte-12qhfyh{display:none}.hamburger.svelte-12qhfyh{display:flex}.footer-top.svelte-12qhfyh{grid-template-columns:1fr 1fr}}@media(max-width:640px){.footer-top.svelte-12qhfyh{grid-template-columns:1fr;gap:2rem}.footer-bottom.svelte-12qhfyh{flex-direction:column;gap:.5rem;text-align:center}}
