:root{color-scheme:light only!important}:root{--color-green-dark: #274228;--color-ivory: #f5f3ed;--color-cream: #dddecb;--color-gold: #c9a961;--color-white: #ffffff;--color-text-dark: #2a2a2a;--color-text-light: #5a5a5a;--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:var(--color-ivory)}body{font-family:Georgia,Times New Roman,serif;color:var(--color-text-dark);line-height:1.6;background-color:var(--color-ivory)!important;color-scheme:light only}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)}.text-ivory{color:var(--color-ivory)}.bg-green{background-color:var(--color-green-dark)}.bg-cream{background-color:var(--color-cream)}.bg-ivory{background-color:var(--color-ivory)}.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-ivory)}.btn-primary:hover{background-color:var(--color-gold);color:var(--color-green-dark);opacity:1}.btn-gold{background-color:var(--color-green-dark);color:var(--color-ivory)}.btn-gold:hover{background-color:var(--color-gold);color:var(--color-green-dark);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}.floating-cart.svelte-12qhfyh{position:fixed;bottom:calc(16px + env(safe-area-inset-bottom,0px));right:calc(16px + env(safe-area-inset-right,0px));width:56px;height:56px;border-radius:50%;border:2px solid var(--color-ivory);background:var(--color-green-dark);color:var(--color-ivory);display:none;align-items:center;justify-content:center;box-shadow:0 10px 24px #0000002e;z-index:200;cursor:pointer;transition:all .3s ease}.floating-cart.svelte-12qhfyh:hover{background:var(--color-gold);color:var(--color-green-dark);border-color:var(--color-green-dark)}.floating-cart.svelte-12qhfyh svg:where(.svelte-12qhfyh){width:26px;height:26px}.floating-cart-badge.svelte-12qhfyh{position:absolute;top:-6px;right:-6px;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:var(--color-gold);color:var(--color-green-dark);font-size:.75rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;border:2px solid var(--color-green-dark)}.header.svelte-12qhfyh{position:sticky;top:0;z-index:100;padding:1rem 0;box-shadow:0 2px 10px #00000014;border-bottom:1px solid rgba(39,66,40,.1)}.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-text-dark);font-size:1.1rem;letter-spacing:.5px;position:relative;font-weight:500}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background-color:var(--color-green-dark);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-text-dark)}.cart-btn.svelte-12qhfyh:hover .cart-icon:where(.svelte-12qhfyh){stroke:var(--color-green-dark)}.cart-badge.svelte-12qhfyh{position:absolute;top:0;right:0;background-color:var(--color-green-dark);color:var(--color-ivory);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-ivory)}.mobile-menu-btn.svelte-12qhfyh{display:none;background:none;color:var(--color-text-dark);font-size:2rem}.footer.svelte-12qhfyh{padding:var(--spacing-lg) 0 var(--spacing-md);margin-top:0;border-top:1px solid rgba(39,66,40,.1)}.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-green-dark);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}.footer-section.svelte-12qhfyh p:where(.svelte-12qhfyh),.footer-section.svelte-12qhfyh ul:where(.svelte-12qhfyh) li:where(.svelte-12qhfyh) a:where(.svelte-12qhfyh){color:var(--color-text-dark)}.social-links.svelte-12qhfyh{display:flex;gap:1rem}.newsletter.svelte-12qhfyh{max-width:360px}.newsletter-form.svelte-12qhfyh{display:flex;flex-direction:column;gap:.5rem}.newsletter-fields.svelte-12qhfyh{display:flex;gap:.5rem;align-items:center;position:relative}.newsletter-fields.svelte-12qhfyh input[type=email]:where(.svelte-12qhfyh){flex:1;padding:.65rem .75rem;border:2px solid var(--color-green-dark);border-radius:6px;font-size:1rem;background:#fff}.newsletter-fields.svelte-12qhfyh button:where(.svelte-12qhfyh){padding:.7rem 1rem;border:none;background:var(--color-green-dark);color:var(--color-ivory);border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease}.newsletter-fields.svelte-12qhfyh button:where(.svelte-12qhfyh):hover{background:var(--color-gold);color:var(--color-green-dark)}.newsletter-consent.svelte-12qhfyh{font-size:.85rem;color:var(--color-text-light);margin:0;line-height:1.4}.newsletter-consent.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--color-green-dark);text-decoration:underline}.sr-only.svelte-12qhfyh{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.social-link.svelte-12qhfyh{color:var(--color-text-dark);text-decoration:none;transition:color .3s ease}.social-link.svelte-12qhfyh:hover{color:var(--color-green-dark)}.footer-bottom.svelte-12qhfyh{text-align:center;padding-top:var(--spacing-md);border-top:1px solid var(--color-green-dark)}.footer-bottom.svelte-12qhfyh p:where(.svelte-12qhfyh){color:var(--color-text-light)}@media (max-width: 768px){.floating-cart.svelte-12qhfyh{display:inline-flex}.nav-links.svelte-12qhfyh{display:none;position:absolute;top:100%;left:0;right:0;background:var(--color-ivory);flex-direction:column;padding:1rem 0;box-shadow:0 4px 10px #00000026;border-top:2px solid var(--color-green-dark)}.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}.newsletter.svelte-12qhfyh{max-width:none}.newsletter-fields.svelte-12qhfyh{flex-direction:column;align-items:stretch}.newsletter-fields.svelte-12qhfyh button:where(.svelte-12qhfyh){width:100%}.social-links.svelte-12qhfyh{justify-content:center}}
