/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.relative{position:relative}.start{inset-inline-start:var(--spacing)}.table{display:table}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}:root{--ink:#18342d;--green:#1e654f;--deep:#133f33;--mint:#dcece4;--cream:#f8f3e9;--paper:#fffdf9;--coral:#ee8e72;--line:#d9e1db;--muted:#65756f}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);margin:0;font-family:Arial,Helvetica,sans-serif}button,input,select{font:inherit}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}.announcement{background:var(--deep);color:#fff;letter-spacing:.05em;text-align:center;justify-content:center;align-items:center;gap:12px;min-height:38px;padding:8px 20px;font-size:12px;display:flex}.site-header{z-index:30;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffdf9f2;border-bottom:1px solid #18342d1a;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;height:80px;padding:0 max(24px,50vw - 620px);display:grid;position:sticky;top:0}.brand{letter-spacing:-.04em;align-items:center;gap:11px;width:max-content;font-family:Georgia,serif;font-size:29px;font-weight:700;display:inline-flex}.brand-mark{background:var(--green);color:#fff;border-radius:50% 50% 46% 54%;place-items:center;width:38px;height:38px;font-family:Georgia,serif;font-size:23px;font-style:italic;display:grid;transform:rotate(-4deg)}.nav{align-items:center;gap:34px;font-size:14px;font-weight:600;display:flex}.nav a{position:relative}.nav a:after{content:"";background:var(--coral);height:2px;transition:right .2s;position:absolute;bottom:-7px;left:0;right:100%}.nav a:hover:after{right:0}.header-actions{justify-content:flex-end;gap:10px;display:flex}.cart-button,.icon-button{color:var(--ink);cursor:pointer;background:0 0;border:0}.cart-button{text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:10px;font-size:13px;font-weight:700;display:inline-flex}.cart-button strong{background:var(--coral);color:#fff;border-radius:50%;place-items:center;min-width:27px;height:27px;display:grid}.menu-button{font-size:25px;display:none}.hero{grid-template-columns:1fr 1.08fr;align-items:center;gap:64px;max-width:1240px;min-height:680px;margin:0 auto;padding:72px 24px 84px;display:grid}.hero-copy{padding-left:4%}.eyebrow{color:var(--green);text-transform:uppercase;letter-spacing:.18em;margin-bottom:16px;font-size:11px;font-weight:800;display:block}.hero h1{letter-spacing:-.055em;margin:0;font-family:Georgia,serif;font-size:clamp(50px,5.5vw,80px);font-weight:500;line-height:.98}.hero h1 em{color:var(--green);font-weight:500}.hero-copy>p{max-width:530px;color:var(--muted);margin:28px 0;font-size:18px;line-height:1.7}.hero-actions{align-items:center;gap:28px;display:flex}.primary-button,.secondary-button{text-transform:uppercase;letter-spacing:.1em;border-radius:3px;justify-content:center;align-items:center;min-height:50px;padding:0 27px;font-size:13px;font-weight:800;display:inline-flex}.primary-button{background:var(--green);color:#fff;box-shadow:0 10px 28px #1e654f2e}.secondary-button{border:1px solid var(--green);color:var(--green)}.text-link{border-bottom:1px solid #18342d59;padding-bottom:4px;font-size:14px;font-weight:800}.text-link span{color:var(--coral)}.trust-row{color:var(--muted);flex-wrap:wrap;gap:18px;margin-top:36px;font-size:12px;display:flex}.hero-visual{min-width:0;position:relative}.hero-visual:before{content:"";background:var(--mint);z-index:-1;border-radius:48% 52% 45% 55%/54% 46%;width:78%;height:86%;position:absolute;top:-18px;right:-18px}.hero-visual img{aspect-ratio:1.15;object-fit:cover;border-radius:46% 54% 48% 52%/52% 43% 57% 48%;width:100%;display:block;box-shadow:0 22px 60px #18342d29}.floating-note{background:#fff;align-items:center;gap:10px;max-width:215px;padding:15px 18px;font-size:12px;font-weight:700;line-height:1.4;display:flex;position:absolute;bottom:30px;left:-38px;box-shadow:0 13px 34px #18342d24}.pulse{background:var(--coral);border-radius:50%;flex:none;width:10px;height:10px;box-shadow:0 0 0 5px #ee8e722e}.category-section,.catalog-section,.faq-section{padding:100px max(24px,50vw - 600px)}.category-section{background:var(--cream)}.section-heading,.catalog-topline{justify-content:space-between;align-items:end;gap:60px;margin-bottom:46px;display:flex}.section-heading h2,.catalog-topline h2,.faq-section h2{letter-spacing:-.035em;max-width:660px;margin:0;font-family:Georgia,serif;font-size:clamp(36px,4vw,52px);font-weight:500;line-height:1.05}.section-heading>p{max-width:340px;color:var(--muted);margin:0;line-height:1.7}.category-grid{grid-template-columns:repeat(5,1fr);gap:12px;display:grid}.category-card{text-align:left;min-height:230px;color:var(--ink);cursor:pointer;background:#ffffffb8;border:1px solid #18342d1a;padding:26px 22px;transition:transform .2s,background .2s,color .2s;position:relative}.category-card:hover,.category-card.active{background:var(--green);color:#fff;transform:translateY(-5px)}.category-icon{background:var(--mint);width:54px;height:54px;color:var(--green);border-radius:50%;place-items:center;margin-bottom:44px;font-family:Georgia,serif;font-size:30px;display:grid}.category-card strong,.category-card small{display:block}.category-card strong{margin-bottom:8px;font-family:Georgia,serif;font-size:23px}.category-card small{color:currentColor;opacity:.65;line-height:1.4}.category-arrow{font-size:19px;position:absolute;top:18px;right:18px}.catalog-section{min-height:650px}.catalog-topline{align-items:center;margin-bottom:30px}.search-box{border-bottom:1px solid var(--line);width:min(340px,100%);color:var(--muted);align-items:center;gap:10px;padding:12px 3px;display:flex}.search-box input{width:100%;color:var(--ink);background:0 0;border:0;outline:0}.filter-row{flex-wrap:wrap;gap:8px;margin-bottom:40px;display:flex}.filter-pill{border:1px solid var(--line);color:var(--muted);cursor:pointer;background:#fff;border-radius:99px;padding:9px 17px;font-size:12px;font-weight:700}.filter-pill.active{background:var(--ink);color:#fff;border-color:var(--ink)}.catalog-message{text-align:center;color:var(--muted);padding:70px}.catalog-message.error{color:#9a2e2e}.empty-catalog{text-align:center;background:linear-gradient(135deg,#dcece473,#f8f3e966);border:1px dashed #c9d5ce;flex-direction:column;justify-content:center;align-items:center;min-height:350px;margin:30px 0 0;padding:45px;display:flex}.empty-symbol{background:var(--mint);width:70px;height:70px;color:var(--green);border-radius:50%;place-items:center;font-family:Georgia,serif;font-size:32px;font-style:italic;display:grid}.empty-catalog h3{margin:20px 0 8px;font-family:Georgia,serif;font-size:28px}.empty-catalog p{color:var(--muted);max-width:530px;margin:0 0 24px;line-height:1.6}.product-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.product-card{background:#fff;border:1px solid #e7ebe8;overflow:hidden}.product-image{aspect-ratio:1.12;background:var(--cream);color:var(--green);place-items:center;font:50px Georgia,serif;display:grid;position:relative;overflow:hidden}.product-image img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.product-card:hover .product-image img{transform:scale(1.04)}.product-category{text-transform:uppercase;letter-spacing:.09em;background:#ffffffe6;padding:7px 10px;font:800 10px Arial,sans-serif;position:absolute;top:15px;left:15px}.product-copy{padding:20px}.product-copy h3{margin:0 0 8px;font:22px Georgia,serif}.product-copy>p{min-height:43px;color:var(--muted);font-size:13px;line-height:1.6}.product-bottom{justify-content:space-between;align-items:center;gap:12px;margin-top:18px;display:flex}.product-bottom strong{font-size:17px}.product-bottom button{background:var(--green);color:#fff;cursor:pointer;border:0;padding:10px 14px;font-size:12px;font-weight:800}.product-bottom button:disabled{cursor:not-allowed;background:#9aaca4}.benefits-section{background:var(--deep);color:#fff;grid-template-columns:repeat(3,1fr);gap:50px;padding:85px max(24px,50vw - 600px);display:grid}.benefits-section article{border-left:1px solid #ffffff40;padding-left:24px}.benefits-section span{color:var(--coral);font:italic 19px Georgia,serif}.benefits-section h3{margin:18px 0 10px;font:25px Georgia,serif}.benefits-section p{color:#ffffffad;margin:0;font-size:14px;line-height:1.7}.faq-section{grid-template-columns:.8fr 1.2fr;gap:100px;display:grid}.faq-section>div:first-child>p{color:var(--muted);max-width:410px;line-height:1.7}.faq-list details{border-top:1px solid var(--line);padding:22px 0}.faq-list details:last-child{border-bottom:1px solid var(--line)}.faq-list summary{cursor:pointer;justify-content:space-between;gap:20px;font-weight:700;list-style:none;display:flex}.faq-list summary::-webkit-details-marker{display:none}.faq-list details p{color:var(--muted);padding-right:40px;font-size:14px;line-height:1.7}footer{color:#ffffffb8;background:#0d2e25;grid-template-columns:1.6fr 1fr 1.25fr 1.35fr;gap:44px;padding:72px max(24px,50vw - 600px) 30px;font-size:13px;display:grid}footer>div:not(.footer-brand){flex-direction:column;gap:13px;display:flex}footer strong{color:#fff;margin-bottom:7px}.brand.light{color:#fff}.brand.light .brand-mark{background:var(--coral)}.footer-brand p{margin-top:17px}.footer-bottom{border-top:1px solid #ffffff1f;grid-column:1/-1;margin-top:30px;padding-top:24px}.drawer-layer{z-index:60;position:fixed;inset:0}.drawer-backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0a1a158c;border:0;position:absolute;inset:0}.cart-drawer{background:var(--paper);flex-direction:column;width:min(470px,100%);display:flex;position:absolute;top:0;bottom:0;right:0;box-shadow:-20px 0 50px #00000024}.drawer-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:start;padding:28px 30px 22px;display:flex}.drawer-header h2{margin:0;font:30px Georgia,serif}.drawer-header button{cursor:pointer;background:0 0;border:0;font-size:30px}.cart-items{flex:1;padding:20px 30px;overflow-y:auto}.empty-cart{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}.empty-cart>span{color:var(--green);font-size:44px}.empty-cart h3{margin:18px 0 5px;font:28px Georgia,serif}.empty-cart p{color:var(--muted)}.empty-cart button{border:1px solid var(--green);color:var(--green);cursor:pointer;background:0 0;margin-top:15px;padding:12px 20px}.cart-item{border-bottom:1px solid var(--line);grid-template-columns:78px 1fr auto;gap:15px;padding:16px 0;display:grid}.cart-thumb{background:var(--cream);width:78px;height:88px;color:var(--green);place-items:center;font:27px Georgia,serif;display:grid;overflow:hidden}.cart-thumb img{object-fit:cover;width:100%;height:100%}.cart-item h3{margin:3px 0 7px;font:18px Georgia,serif}.cart-item p{margin:0 0 10px;font-size:13px}.quantity{border:1px solid var(--line);width:max-content;display:flex}.quantity button,.remove{cursor:pointer;background:0 0;border:0}.quantity button{width:28px;height:27px}.quantity span{place-items:center;min-width:24px;font-size:12px;display:grid}.remove{color:var(--muted);align-self:start;font-size:19px}.cart-summary{border-top:1px solid var(--line);background:#fff;padding:24px 30px 28px}.cart-summary label{grid-template-columns:1fr 150px;align-items:center;gap:12px;margin-bottom:17px;font-size:13px;display:grid}.cart-summary select{border:1px solid var(--line);background:var(--paper);color:var(--ink);padding:10px}.cart-summary>div{justify-content:space-between;font-size:17px;display:flex}.cart-summary small,.cart-summary>p{color:var(--muted);font-size:11px;line-height:1.5;display:block}.checkout-button{background:var(--green);color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.08em;border:0;width:100%;min-height:52px;margin-top:18px;font-size:12px;font-weight:800}.cart-summary>p{text-align:center;margin-bottom:0}.whatsapp-float{z-index:40;color:#fff;background:#25d366;border-radius:50%;place-items:center;width:54px;height:54px;font-weight:900;display:grid;position:fixed;bottom:20px;right:20px;box-shadow:0 10px 25px #0003}@media (width<=900px){.site-header{grid-template-columns:1fr auto}.menu-button{display:block}.nav{background:#fff;flex-direction:column;align-items:stretch;gap:0;display:none;position:absolute;top:80px;left:0;right:0;box-shadow:0 12px 30px #18342d1f}.nav-open{display:flex}.nav a{border-bottom:1px solid var(--line);padding:17px 24px}.hero{grid-template-columns:1fr;gap:45px;min-height:auto;padding-top:60px}.hero-copy{padding-left:0}.hero-visual{width:min(650px,94%);margin-left:auto}.category-grid{grid-template-columns:repeat(2,1fr)}.category-card:last-child{grid-column:span 2}.product-grid{grid-template-columns:repeat(2,1fr)}.faq-section{grid-template-columns:1fr;gap:50px}footer{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.announcement span:nth-child(2),.announcement span:nth-child(3){display:none}.site-header{height:68px;padding:0 18px}.nav{top:68px}.brand{font-size:24px}.brand-mark{width:34px;height:34px;font-size:20px}.cart-button>span{display:none}.hero{padding:42px 20px 62px}.hero h1{font-size:48px}.hero-copy>p{font-size:16px}.hero-actions{flex-direction:column;align-items:flex-start;gap:18px}.trust-row{flex-direction:column;gap:8px}.hero-visual{width:100%}.floating-note{bottom:-18px;left:12px}.category-section,.catalog-section,.faq-section{padding:72px 20px}.section-heading,.catalog-topline{flex-direction:column;align-items:flex-start;gap:24px}.category-grid{grid-template-columns:1fr 1fr}.category-card{min-height:190px;padding:18px}.category-card:last-child{grid-column:span 2}.category-icon{margin-bottom:28px}.product-grid{grid-template-columns:1fr}.benefits-section{grid-template-columns:1fr;gap:34px;padding:65px 20px}footer{grid-template-columns:1fr}.footer-bottom{grid-column:1}.drawer-header,.cart-items,.cart-summary{padding-left:20px;padding-right:20px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}.admin-gate{background:var(--cream);flex-direction:column;gap:16vh;min-height:100vh;padding:38px max(24px,50vw - 560px);display:flex}.admin-gate>div{max-width:600px}.admin-gate h1,.admin-title h1,.policies h1{letter-spacing:-.045em;margin:0 0 22px;font:500 clamp(42px,6vw,68px)/1 Georgia,serif}.admin-gate p,.admin-title p{color:var(--muted);font-size:17px;line-height:1.7}.admin-gate small{color:var(--muted);margin:18px 0;display:block}.admin-back{width:max-content;margin-top:22px;font-size:13px;font-weight:700;display:block}.admin-shell{background:#f5f7f5;min-height:100vh}.admin-header{border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;align-items:center;height:78px;padding:0 max(24px,50vw - 590px);display:flex}.admin-header>div{color:var(--muted);align-items:center;gap:18px;font-size:12px;display:flex}.admin-header>div a{color:var(--green);font-weight:800}.admin-title{padding:64px max(24px,50vw - 590px) 38px}.admin-title h1{font-size:48px}.admin-title p{margin-bottom:0}.admin-grid{grid-template-columns:420px 1fr;align-items:start;gap:24px;max-width:1180px;margin:0 auto;padding:0 24px 80px;display:grid}.product-form,.admin-products{background:#fff;border:1px solid #e5eae6;padding:28px}.form-title{justify-content:space-between;align-items:center;gap:15px;margin-bottom:24px;display:flex}.form-title h2{margin:0;font:26px Georgia,serif}.form-title button,.form-title a{color:var(--green);cursor:pointer;background:0 0;border:0;font-size:12px;font-weight:800}.product-form label{flex-direction:column;gap:8px;margin-bottom:17px;font-size:12px;font-weight:800;display:flex}.product-form input,.product-form textarea,.product-form select{border:1px solid var(--line);background:var(--paper);outline-color:var(--green);width:100%;color:var(--ink);padding:12px;font-weight:400}.product-form textarea{resize:vertical;min-height:95px}.form-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.product-form .check-label{flex-direction:row;align-self:center;align-items:center;margin-top:28px}.check-label input{width:auto}.form-message{color:var(--green);font-size:12px;font-weight:700}.product-form .primary-button{cursor:pointer;border:0;width:100%}.admin-products article{border-top:1px solid var(--line);grid-template-columns:72px 1fr auto;align-items:center;gap:14px;padding:15px 0;display:grid}.admin-thumb{background:var(--cream);width:72px;height:72px;color:var(--green);place-items:center;font:26px Georgia,serif;display:grid;overflow:hidden}.admin-thumb img{object-fit:cover;width:100%;height:100%}.admin-products article>div:nth-child(2){flex-direction:column;gap:5px;display:flex}.admin-products article span,.admin-products article small{color:var(--muted);font-size:11px}.admin-products article>div:last-child{flex-direction:column;gap:8px;display:flex}.admin-products article button{color:var(--green);cursor:pointer;background:0 0;border:0;font-size:11px;font-weight:800}.admin-products article button:last-child{color:#a33b33}.admin-empty{text-align:center;min-height:230px;color:var(--muted);border:1px dashed var(--line);place-items:center;display:grid}.policies{background:var(--paper);min-height:100vh}.policies header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;height:80px;padding:0 max(24px,50vw - 500px);font-size:13px;font-weight:700;display:flex}.policies article{max-width:820px;margin:0 auto;padding:85px 24px 110px}.policies .lead{color:var(--muted);margin-bottom:65px;font-size:18px;line-height:1.7}.policies section{border-top:1px solid var(--line);padding:28px 0}.policies section h2{margin:0 0 12px;font:27px Georgia,serif}.policies section p{color:var(--muted);margin:0;line-height:1.8}.policies section a{color:var(--green);font-weight:800}@media (width<=800px){.admin-grid{grid-template-columns:1fr}.admin-header>div span{display:none}.policies header{height:70px}.policies header>.brand{font-size:22px}.form-row{grid-template-columns:1fr}.product-form .check-label{margin-top:0}}.product-form label small{color:var(--muted);font-size:11px;font-weight:400}.image-preview{background:var(--cream);border:1px solid var(--line);align-items:center;gap:15px;margin:-4px 0 17px;padding:12px;display:flex}.image-preview img{object-fit:cover;background:#fff;width:82px;height:82px}.image-preview button{color:#a33b33;cursor:pointer;background:0 0;border:0;font-size:11px;font-weight:800}
