.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}:root{--color-primary: #2563eb;--color-primary-dark: #1d4ed8;--color-accent: #f59e0b;--color-text: #111827;--color-text-muted: #6b7280;--color-bg: #ffffff;--color-bg-muted: #f9fafb;--color-border: #e5e7eb;--font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--radius: .5rem;--shadow-sm: 0 1px 3px rgb(0 0 0 / .1);--shadow-md: 0 4px 12px rgb(0 0 0 / .1);--container-max: 1200px;--container-pad: clamp(1rem, 5vw, 2rem)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg);line-height:1.6;-webkit-font-smoothing:antialiased}img,video{max-width:100%;display:block}a{color:var(--color-primary)}a:hover{color:var(--color-primary-dark)}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:700}.container{max-width:var(--container-max);margin-inline:auto;padding-inline:var(--container-pad)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}#back-to-top{position:fixed;bottom:1.5rem;right:1.5rem;z-index:999;width:2.75rem;height:2.75rem;border-radius:50%;background:var(--color-primary);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px #00000040;opacity:0;transform:translateY(8px);transition:opacity .2s,transform .2s,background .15s}#back-to-top:not([hidden]){opacity:1;transform:translateY(0)}#back-to-top[hidden]{display:flex!important;pointer-events:none}#back-to-top:hover{background:var(--color-primary-dark)}#back-to-top:focus-visible{outline:3px solid var(--color-accent);outline-offset:2px}html,body{background:var(--color-bg, #fff)}.navbar[data-astro-cid-mxg4okxv]{position:sticky;top:0;z-index:200;background:var(--color-bg);border-bottom:1px solid var(--color-border);box-shadow:var(--shadow-sm)}.navbar__inner[data-astro-cid-mxg4okxv]{display:flex;align-items:center;justify-content:space-between;height:4rem}.navbar__brand[data-astro-cid-mxg4okxv]{font-size:1.25rem;font-weight:700;text-decoration:none;color:var(--color-text);white-space:nowrap}.navbar__brand[data-astro-cid-mxg4okxv]:hover{color:var(--color-primary)}.navbar__menu[data-astro-cid-mxg4okxv]{display:flex}.navbar__list[data-astro-cid-mxg4okxv]{display:flex;gap:2rem;list-style:none}.navbar__link[data-astro-cid-mxg4okxv]{text-decoration:none;color:var(--color-text-muted);font-weight:500;transition:color .15s}.navbar__link[data-astro-cid-mxg4okxv]:hover{color:var(--color-primary)}.navbar__item--has-dropdown[data-astro-cid-mxg4okxv]{position:relative}.navbar__dropdown-toggle[data-astro-cid-mxg4okxv]{display:flex;align-items:center;gap:.3rem;background:none;border:none;cursor:pointer;font:inherit;padding:0}.navbar__dropdown-arrow[data-astro-cid-mxg4okxv]{transition:transform .2s;flex-shrink:0;opacity:.7}.navbar__item--has-dropdown[data-astro-cid-mxg4okxv]:hover .navbar__dropdown-arrow[data-astro-cid-mxg4okxv],.navbar__item--has-dropdown[data-astro-cid-mxg4okxv].is-open .navbar__dropdown-arrow[data-astro-cid-mxg4okxv]{transform:rotate(180deg);opacity:1}.navbar__dropdown[data-astro-cid-mxg4okxv]{display:none;position:absolute;top:calc(100% + .5rem);left:-.5rem;min-width:160px;background:var(--color-bg);border:1px solid var(--color-border);border-radius:.5rem;box-shadow:0 8px 24px #00000026;list-style:none;padding:.35rem 0;z-index:300}.navbar__item--has-dropdown[data-astro-cid-mxg4okxv]:hover .navbar__dropdown[data-astro-cid-mxg4okxv],.navbar__item--has-dropdown[data-astro-cid-mxg4okxv].is-open .navbar__dropdown[data-astro-cid-mxg4okxv]{display:block}.navbar__dropdown-link[data-astro-cid-mxg4okxv]{display:block;padding:.6rem 1rem;white-space:nowrap;border-bottom:none}.navbar__dropdown-link[data-astro-cid-mxg4okxv]:hover{background:var(--color-bg-muted)}.navbar__toggle[data-astro-cid-mxg4okxv]{display:none;flex-direction:column;justify-content:center;gap:5px;width:2.5rem;height:2.5rem;background:none;border:none;cursor:pointer;padding:.25rem;color:var(--color-text)}.navbar__bar[data-astro-cid-mxg4okxv]{display:block;width:100%;height:2px;background:currentColor;border-radius:2px;transition:transform .2s,opacity .2s}.navbar__toggle[data-astro-cid-mxg4okxv].is-open .navbar__bar[data-astro-cid-mxg4okxv]:nth-child(1){transform:translateY(7px) rotate(45deg)}.navbar__toggle[data-astro-cid-mxg4okxv].is-open .navbar__bar[data-astro-cid-mxg4okxv]:nth-child(2){opacity:0}.navbar__toggle[data-astro-cid-mxg4okxv].is-open .navbar__bar[data-astro-cid-mxg4okxv]:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.footer[data-astro-cid-zf7ng2qv]{background:var(--color-text);color:#d1d5db;padding-top:3rem}.footer__inner[data-astro-cid-zf7ng2qv]{display:flex;flex-wrap:wrap;gap:2.5rem;justify-content:space-between;align-items:flex-start;padding-bottom:2.5rem}.footer__brand[data-astro-cid-zf7ng2qv]{max-width:240px}.footer__name[data-astro-cid-zf7ng2qv]{font-size:1.25rem;font-weight:700;color:#fff;text-decoration:none}.footer__name[data-astro-cid-zf7ng2qv]:hover{color:var(--color-accent, #f59e0b)}.footer__tagline[data-astro-cid-zf7ng2qv]{margin-top:.5rem;font-size:.9rem;opacity:.75;line-height:1.5}.footer__nav[data-astro-cid-zf7ng2qv] ul[data-astro-cid-zf7ng2qv],.footer__links[data-astro-cid-zf7ng2qv]{list-style:none;display:flex;flex-direction:column;gap:.6rem}.footer__nav[data-astro-cid-zf7ng2qv] a[data-astro-cid-zf7ng2qv],.footer__links[data-astro-cid-zf7ng2qv] a[data-astro-cid-zf7ng2qv]{color:#d1d5db;text-decoration:none;font-size:.95rem;transition:color .15s}.footer__nav[data-astro-cid-zf7ng2qv] a[data-astro-cid-zf7ng2qv]:hover,.footer__links[data-astro-cid-zf7ng2qv] a[data-astro-cid-zf7ng2qv]:hover{color:#fff}.footer__social[data-astro-cid-zf7ng2qv]{list-style:none;display:flex;gap:1rem;align-items:center}.footer__social[data-astro-cid-zf7ng2qv] a[data-astro-cid-zf7ng2qv]{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:50%;background:#ffffff14;color:#d1d5db;text-decoration:none;transition:background .15s,color .15s}.footer__social[data-astro-cid-zf7ng2qv] a[data-astro-cid-zf7ng2qv]:hover{background:var(--color-primary);color:#fff}.footer__social[data-astro-cid-zf7ng2qv] svg[data-astro-cid-zf7ng2qv]{width:1.1rem;height:1.1rem}.footer__bottom[data-astro-cid-zf7ng2qv]{border-top:1px solid rgb(255 255 255 / .1);padding-block:1.25rem}.footer__bottom[data-astro-cid-zf7ng2qv] p[data-astro-cid-zf7ng2qv]{font-size:.85rem;opacity:.6;text-align:center}@media(max-width:640px){.footer__inner[data-astro-cid-zf7ng2qv]{flex-direction:column;gap:2rem}}:root{--color-primary: #2d6a4f;--color-primary-dark: #1b4332;--color-accent: #c07c1a;--color-text: #1a1a18;--color-text-muted: #6b6b60;--color-bg: #f9f5ef;--color-bg-muted: #f0ebe0;--color-border: #d6cfc4}.footer-info{display:flex;flex-direction:column;gap:.75rem;font-size:.88rem;color:#9ca3af;min-width:200px}.footer-info__address,.footer-info__hours{display:flex;align-items:flex-start;gap:.5rem}.footer-info__address a{color:inherit;text-decoration:none}.footer-info__address a:hover{text-decoration:underline}.footer-hours__pill{display:inline-block;padding:.1rem .5rem;border-radius:9999px;font-size:.78rem;font-weight:600;margin-right:.25rem}.footer-hours__pill--open{background:#14532d;color:#bbf7d0}.footer-hours__pill--closed{background:#450a0a;color:#fca5a5}#age-gate{position:fixed;inset:0;z-index:9999;background:#0f190ff7;display:flex;align-items:center;justify-content:center;padding:1.5rem}#age-gate.hidden{display:none}.age-gate__box{background:#1b4332;border:1px solid #2d6a4f;border-radius:1rem;padding:3rem 2.5rem;max-width:480px;width:100%;text-align:center;color:#f9f5ef}.age-gate__icon{font-size:3rem;margin-bottom:1rem;display:block}.age-gate__box h2{font-size:1.75rem;font-weight:700;margin-bottom:.5rem;color:#fff}.age-gate__box p{color:#a7c4b0;margin-bottom:2rem;font-size:.95rem;line-height:1.6}.age-gate__buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.age-gate__btn{padding:.75rem 2rem;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;border:none;transition:opacity .15s}.age-gate__btn:hover{opacity:.88}.age-gate__btn--yes{background:#c07c1a;color:#fff}.age-gate__btn--no{background:transparent;border:1px solid #4a7c59;color:#a7c4b0}.age-gate__disclaimer{margin-top:1.5rem;font-size:.78rem;color:#6b9e7a}.hero{background:linear-gradient(135deg,#0f2419,#1b4332 60%,#2d6a4f);color:#f9f5ef;padding-block:6rem;text-align:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;pointer-events:none}.hero__inner{position:relative;max-width:700px;margin:0 auto;padding-inline:1.5rem}.hero__badge{display:inline-block;background:#c07c1a33;border:1px solid rgba(192,124,26,.5);color:#e0a84a;padding:.3rem 1rem;border-radius:9999px;font-size:.82rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-bottom:1.25rem}.hero h1{font-size:clamp(2rem,5vw,3.25rem);font-weight:800;line-height:1.15;margin-bottom:1rem;color:#fff}.hero p{font-size:1.15rem;color:#a7c4b0;margin-bottom:2rem;line-height:1.7}.hero__ctas{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary{display:inline-block;background:#c07c1a;color:#fff;padding:.75rem 2rem;border-radius:.5rem;font-weight:600;text-decoration:none;transition:background .15s}.btn-primary:hover{background:#a86814}.btn-outline{display:inline-block;border:2px solid rgba(255,255,255,.3);color:#f9f5ef;padding:.73rem 2rem;border-radius:.5rem;font-weight:600;text-decoration:none;transition:border-color .15s,color .15s}.btn-outline:hover{border-color:#ffffffb3;color:#fff}.info-bar{background:#1b4332;color:#f9f5ef;padding-block:1.5rem}.info-bar__grid{display:flex;flex-wrap:wrap;gap:1rem 2.5rem;align-items:center;justify-content:center;font-size:.9rem}.info-bar__item{display:flex;align-items:center;gap:.5rem;color:#a7c4b0}.info-bar__item a{color:inherit;text-decoration:none}.info-bar__item a:hover{color:#fff}.info-bar__item svg{flex-shrink:0;color:#c07c1a}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:700;color:var(--color-primary-dark);margin-bottom:.5rem}.section-header p{color:var(--color-text-muted);font-size:1.05rem;max-width:560px;margin-inline:auto}.categories{background:var(--color-bg);padding-block:5rem}.categories__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.5rem}.cat-card{background:#fff;border:1px solid var(--color-border);border-radius:.75rem;padding:2rem 1.5rem;text-align:center;transition:box-shadow .2s,transform .2s}.cat-card:hover{box-shadow:0 8px 24px #1b43321f;transform:translateY(-3px)}.cat-card__icon{width:56px;height:56px;background:#e8f5ee;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;color:var(--color-primary)}.cat-card h3{font-size:1.1rem;font-weight:700;color:var(--color-primary-dark);margin-bottom:.5rem}.cat-card p{font-size:.9rem;color:var(--color-text-muted);line-height:1.6}.products-section{padding-block:5rem;background:var(--color-bg)}.products-section+.products-section{background:#fff;border-top:1px solid var(--color-border)}.products-section:nth-child(2n){background:#fff}.products-category-label{display:inline-block;background:#e8f5ee;color:var(--color-primary-dark);padding:.25rem .9rem;border-radius:9999px;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:1rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.25rem;margin-top:2rem}.product-card{background:var(--color-bg-muted);border:1px solid var(--color-border);border-radius:.75rem;padding:1.25rem}.product-card h4{font-size:.95rem;font-weight:700;color:var(--color-primary-dark);margin-bottom:.35rem}.product-card p{font-size:.85rem;color:var(--color-text-muted);line-height:1.5}.about-hero{background:linear-gradient(135deg,#0f2419,#1b4332);color:#f9f5ef;padding-block:5rem;text-align:center}.about-hero h1{font-size:clamp(1.8rem,4vw,3rem);font-weight:800;color:#fff;margin-bottom:1rem}.about-hero p{color:#a7c4b0;font-size:1.1rem;max-width:560px;margin-inline:auto;line-height:1.7}.story{padding-block:5rem;background:var(--color-bg)}.story__grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media(max-width:700px){.story__grid{grid-template-columns:1fr;gap:2rem}}.story__text h2{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:700;color:var(--color-primary-dark);margin-bottom:1rem}.story__text p{color:var(--color-text-muted);line-height:1.8;margin-bottom:1rem}.story__values{display:flex;flex-direction:column;gap:1rem}.story__value{display:flex;gap:1rem;align-items:flex-start}.story__value-icon{width:42px;height:42px;background:#e8f5ee;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--color-primary)}.story__value-text h4{font-weight:700;color:var(--color-primary-dark);margin-bottom:.2rem}.story__value-text p{font-size:.9rem;color:var(--color-text-muted);margin:0;line-height:1.5}.contact-hero{background:linear-gradient(135deg,#0f2419,#1b4332);color:#f9f5ef;padding-block:4rem;text-align:center}.contact-hero h1{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;color:#fff;margin-bottom:.75rem}.contact-hero p{color:#a7c4b0;font-size:1.05rem}.info-cards{padding-block:4rem;background:#fff}.info-cards__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.info-card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:.75rem;padding:1.75rem;text-align:center}.info-icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;background:#e8f5ee;border-radius:50%;margin:0 auto 1rem;color:var(--color-primary)}.info-card h3{font-size:1rem;font-weight:700;color:var(--color-primary-dark);margin-bottom:.4rem}.info-card p{font-size:.9rem;color:var(--color-text-muted);line-height:1.6}.info-card a{color:var(--color-primary);text-decoration:none}.info-card a:hover{text-decoration:underline}.page-hero{background:linear-gradient(135deg,#0f2419,#1b4332);color:#f9f5ef;padding-block:4rem;text-align:center}.page-hero h1{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;color:#fff;margin-bottom:.75rem}.page-hero p{color:#a7c4b0;font-size:1.05rem;max-width:540px;margin-inline:auto}.prose-section{padding-block:5rem;background:var(--color-bg)}.prose{max-width:720px;margin-inline:auto;padding-inline:1.5rem;color:var(--color-text);line-height:1.8}.prose h2{font-size:1.35rem;font-weight:700;color:var(--color-primary-dark);margin:2rem 0 .5rem}.prose p{margin-bottom:1rem}.prose a{color:var(--color-primary)}.container{max-width:1100px;margin-inline:auto;padding-inline:1.5rem}@media(max-width:600px){.hero{padding-block:4rem}.categories,.products-section,.story{padding-block:3.5rem}}
