:root{color-scheme:light only!important}:root{--color-green-dark: #274228;--color-cream: #dddecb;--color-gold: #c9a961;--color-white: #ffffff;--color-text-dark: #1a1a1a;--color-text-light: #666666;--max-width: 1400px;--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 2rem;--spacing-lg: 4rem;--spacing-xl: 6rem}*{margin:0;padding:0;box-sizing:border-box}html{color-scheme:light only;background-color:#fff}body{font-family:Georgia,Times New Roman,serif;color:var(--color-text-dark);line-height:1.6;background-color:#fff!important;color-scheme:light only}@media (prefers-color-scheme: dark){html,body{background-color:#fff!important;color:var(--color-text-dark)!important}section{background-color:#fff!important}.bg-cream{background-color:var(--color-cream)!important}}h1,h2,h3,h4,h5,h6{font-weight:400;line-height:1.2}h1{font-size:clamp(2rem,5vw,3.5rem);margin-bottom:var(--spacing-md)}h2{font-size:clamp(1.75rem,4vw,2.5rem);margin-bottom:var(--spacing-sm)}h3{font-size:clamp(1.25rem,3vw,1.75rem);margin-bottom:var(--spacing-sm)}p{margin-bottom:var(--spacing-sm);color:var(--color-text-light)}a{color:inherit;text-decoration:none;transition:opacity .3s ease}a:hover{opacity:.7}button{font-family:inherit;cursor:pointer;border:none;transition:all .3s ease}img{max-width:100%;height:auto;display:block}.container{max-width:var(--max-width);margin:0 auto;padding:0 var(--spacing-md)}@media (max-width: 768px){.container{padding:0 var(--spacing-sm)}}.text-center{text-align:center}.text-gold{color:var(--color-gold)}.text-cream{color:var(--color-cream)}.bg-green{background-color:var(--color-green-dark)}.bg-cream{background-color:var(--color-cream)}.btn{display:inline-block;padding:1rem 2.5rem;font-size:1rem;font-weight:500;text-align:center;border-radius:4px;transition:all .3s ease}.btn-primary{background-color:var(--color-green-dark);color:var(--color-cream)}.btn-primary:hover{background-color:var(--color-gold);color:var(--color-green-dark);opacity:1}.btn-gold{background-color:var(--color-gold);color:var(--color-green-dark)}.btn-gold:hover{background-color:var(--color-green-dark);color:var(--color-gold);opacity:1}section{padding:var(--spacing-lg) 0}@media (max-width: 768px){section{padding:var(--spacing-md) 0}}.app.svelte-12qhfyh{display:flex;flex-direction:column;min-height:100vh}main.svelte-12qhfyh{flex:1}.header.svelte-12qhfyh{position:sticky;top:0;z-index:100;padding:1rem 0;box-shadow:0 2px 10px #0000001a}.nav.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between}.logo.svelte-12qhfyh img:where(.svelte-12qhfyh){height:160px;width:auto}.nav-links.svelte-12qhfyh{display:flex;list-style:none;gap:2rem;align-items:center}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--color-cream);font-size:1.1rem;letter-spacing:.5px;position:relative}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background-color:var(--color-gold);transition:width .3s ease}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover:after{width:100%}.cart-btn.svelte-12qhfyh{position:relative;background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.cart-btn.svelte-12qhfyh:hover{transform:scale(1.1)}.cart-icon.svelte-12qhfyh{width:28px;height:28px;stroke:var(--color-cream)}.cart-btn.svelte-12qhfyh:hover .cart-icon:where(.svelte-12qhfyh){stroke:var(--color-gold)}.cart-badge.svelte-12qhfyh{position:absolute;top:0;right:0;background-color:var(--color-gold);color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;border:2px solid var(--color-green-dark)}.mobile-menu-btn.svelte-12qhfyh{display:none;background:none;color:var(--color-cream);font-size:2rem}.footer.svelte-12qhfyh{padding:var(--spacing-lg) 0 var(--spacing-md);margin-top:var(--spacing-xl)}.footer-content.svelte-12qhfyh{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:var(--spacing-md);margin-bottom:var(--spacing-md)}.footer-section.svelte-12qhfyh h3:where(.svelte-12qhfyh),.footer-section.svelte-12qhfyh h4:where(.svelte-12qhfyh){color:var(--color-gold);margin-bottom:var(--spacing-sm)}.footer-section.svelte-12qhfyh ul:where(.svelte-12qhfyh){list-style:none}.footer-section.svelte-12qhfyh ul:where(.svelte-12qhfyh) li:where(.svelte-12qhfyh){margin-bottom:.5rem}.social-links.svelte-12qhfyh{display:flex;gap:1rem}.social-link.svelte-12qhfyh{color:var(--color-cream);text-decoration:none;transition:color .3s ease}.social-link.svelte-12qhfyh:hover{color:var(--color-gold)}.footer-bottom.svelte-12qhfyh{text-align:center;padding-top:var(--spacing-md);border-top:1px solid var(--color-gold)}@media (max-width: 768px){.nav-links.svelte-12qhfyh{display:none;position:absolute;top:100%;left:0;right:0;background:var(--color-green-dark);flex-direction:column;padding:1rem 0;box-shadow:0 4px 10px #0003}.nav-links.mobile-open.svelte-12qhfyh{display:flex}.nav-links.svelte-12qhfyh li:where(.svelte-12qhfyh){width:100%;text-align:center;padding:.75rem 0}.mobile-menu-btn.svelte-12qhfyh{display:block;border:none;cursor:pointer;padding:.5rem}.logo.svelte-12qhfyh img:where(.svelte-12qhfyh){height:85px}.footer-content.svelte-12qhfyh{grid-template-columns:1fr;text-align:center}.social-links.svelte-12qhfyh{justify-content:center}}
