@import"https://fonts.googleapis.com/css2?family=Caveat:wght@400;700&family=Inter:wght@400;500;600&family=Playfair+Display:wght@400;600;700&display=swap";:root{--color-cream: #FFF8F0;--color-cream-dark: #F5EBE0;--color-orange: #E85D24;--color-orange-light: #FF7A45;--color-coral: #FF8066;--color-sage: #7CAE7A;--color-sage-light: #9BC49A;--color-charcoal: #3D2C29;--color-charcoal-light: #5C4742;--font-display: "Playfair Display", Georgia, serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-accent: "Caveat", cursive;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 2rem;--space-xl: 4rem;--space-2xl: 8rem;--ease-out-expo: cubic-bezier(.16, 1, .3, 1);--ease-out-back: cubic-bezier(.34, 1.56, .64, 1);--ease-in-out: cubic-bezier(.65, 0, .35, 1);--shadow-sm: 0 2px 8px rgba(61, 44, 41, .08);--shadow-md: 0 4px 16px rgba(61, 44, 41, .12);--shadow-lg: 0 8px 32px rgba(61, 44, 41, .16);--radius-sm: 8px;--radius-md: 16px;--radius-lg: 24px;--radius-full: 9999px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background-color:var(--color-cream);color:var(--color-charcoal);line-height:1.6;overflow-x:hidden;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:600;line-height:1.2}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}img,svg{display:block;max-width:100%}::selection{background-color:var(--color-orange);color:var(--color-cream)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-cream-dark)}::-webkit-scrollbar-thumb{background:var(--color-coral);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-orange)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 var(--space-lg)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.nav.svelte-ocbj1u{position:fixed;top:0;left:0;right:0;z-index:100;padding:var(--space-md) var(--space-lg);background:linear-gradient(to bottom,var(--color-cream) 0%,transparent 100%)}.nav-content.svelte-ocbj1u{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo.svelte-ocbj1u{display:flex;align-items:center;gap:var(--space-sm);cursor:pointer}.logo-text.svelte-ocbj1u{font-family:var(--font-accent);font-size:2rem;font-weight:700;color:var(--color-charcoal);transition:all .2s ease}.logo.svelte-ocbj1u:hover .logo-text:where(.svelte-ocbj1u){color:var(--color-orange);transform:scale(1.02)}.logo.svelte-ocbj1u:active .logo-text:where(.svelte-ocbj1u){transform:scale(.98)}.nav-items.svelte-ocbj1u{list-style:none;display:flex;gap:var(--space-sm);align-items:center}.nav-items.desktop.svelte-ocbj1u{display:none}.nav-link.svelte-ocbj1u{display:flex;align-items:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-md);border-radius:var(--radius-full);transition:all .2s ease;color:var(--color-charcoal)}.nav-link.svelte-ocbj1u:hover{background-color:var(--color-cream-dark);color:var(--color-orange)}.nav-link.active.svelte-ocbj1u{background-color:var(--color-orange);color:var(--color-cream)}.nav-icon.svelte-ocbj1u{display:flex;align-items:center;justify-content:center}.nav-label.svelte-ocbj1u{font-family:var(--font-body);font-size:.9rem;font-weight:500}.mobile-menu-btn.svelte-ocbj1u{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:var(--color-orange);border-radius:var(--radius-md);transition:transform .2s var(--ease-out-back)}.mobile-menu-btn.svelte-ocbj1u:hover{transform:scale(1.05)}.hamburger.svelte-ocbj1u{display:flex;flex-direction:column;gap:5px;width:24px}.hamburger.svelte-ocbj1u span:where(.svelte-ocbj1u){display:block;height:3px;background:var(--color-cream);border-radius:2px;transition:all .3s ease}.hamburger.open.svelte-ocbj1u span:where(.svelte-ocbj1u):nth-child(1){transform:rotate(45deg) translate(5px,6px)}.hamburger.open.svelte-ocbj1u span:where(.svelte-ocbj1u):nth-child(2){opacity:0}.hamburger.open.svelte-ocbj1u span:where(.svelte-ocbj1u):nth-child(3){transform:rotate(-45deg) translate(6px,-7px)}.mobile-menu.svelte-ocbj1u{position:absolute;top:100%;left:var(--space-md);right:var(--space-md);background:var(--color-cream);border-radius:var(--radius-lg);padding:var(--space-lg);box-shadow:var(--shadow-lg)}.nav-items.mobile.svelte-ocbj1u{flex-direction:column;gap:var(--space-sm)}.nav-items.mobile.svelte-ocbj1u .nav-link:where(.svelte-ocbj1u){width:100%;padding:var(--space-md);border-radius:var(--radius-md)}.nav-items.mobile.svelte-ocbj1u .nav-label:where(.svelte-ocbj1u){font-size:1.1rem}@media(min-width:768px){.nav-items.desktop.svelte-ocbj1u{display:flex}.mobile-menu-btn.svelte-ocbj1u,.mobile-menu.svelte-ocbj1u{display:none}}main.svelte-12qhfyh{min-height:100vh}
