@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap";:root{--surface:#f8f9fa;--surface-soft:#edeeef;--surface-card:#fff;--forest:#012d1d;--forest-2:#006044;--sage:#a5d0b9;--mint:#dff3e6;--bark:#5d2e0c;--amber:#d8954c;--ink:#191c1d;--muted:#5d6661;--line:#d9e2dc;--shadow:0 24px 60px #012d1d14}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--surface);color:var(--ink);margin:0;font-family:Inter,system-ui,sans-serif}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.data-state{text-align:center;place-content:center;align-items:center;min-height:100vh;padding:24px;display:grid}.data-state h1{color:var(--forest);margin-bottom:14px;font-size:clamp(36px,6vw,64px)}.data-state p{color:var(--muted);margin:0;line-height:1.7}.announcement{background:var(--forest);color:#fff;letter-spacing:.08em;text-align:center;text-transform:uppercase;white-space:nowrap;padding:9px 18px;font-size:12px;font-weight:700;overflow:hidden}.announcement span{padding-left:100%;animation:18s linear infinite marquee;display:inline-block}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}.site-header{z-index:20;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f8f9faed;border-bottom:1px solid #5d2e0c33;grid-template-columns:160px 1fr auto;align-items:center;min-height:72px;padding:0 64px;display:grid;position:sticky;top:0}.brand{color:var(--forest-2);align-items:center;gap:10px;font-family:Playfair Display,serif;font-size:18px;font-weight:700;line-height:.9;display:inline-flex}.brand-logo{object-fit:contain;flex:none;width:44px;height:44px}.brand-text{white-space:nowrap;flex-direction:row;gap:5px;display:inline-flex}.desktop-nav{justify-content:center;gap:34px;display:flex}.desktop-nav a{color:var(--forest);letter-spacing:.05em;text-transform:uppercase;font-size:12px;font-weight:800}.header-actions{align-items:center;gap:8px;display:flex}.icon-button,.cart-button{color:var(--forest-2);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;min-width:38px;height:38px;padding:0;display:inline-flex}.cart-button{gap:4px;font-size:12px;font-weight:800}.menu-button{display:none}.mobile-panel{background:var(--surface-card);box-shadow:var(--shadow);z-index:40;gap:20px;width:88vw;max-width:320px;padding:30px;display:grid;position:fixed;inset:0 0 auto auto}.mobile-panel a{color:var(--forest);font-family:Playfair Display,serif;font-size:24px;font-weight:700}.close-button{justify-self:end}.hero{min-height:calc(100vh - 112px);position:relative;overflow:hidden}.hero:after{content:"";background:#012d1d0f;position:absolute;inset:0}.hero img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.hero-instagram-link{color:#f05a95;z-index:55;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:inline-flex;position:fixed;top:50%;right:clamp(10px,4vw,44px);transform:translateY(-50%);box-shadow:0 12px 28px #012d1d2e}.hero-instagram-link:hover{color:#d62976;transform:translateY(-50%)scale(1.04)}.hero-instagram-link .instagram-icon{width:24px;height:24px}.hero-content{color:#fff;z-index:1;max-width:660px;padding:120px 64px 130px;position:relative}.eyebrow{color:var(--forest-2);letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:800;display:inline-block}.hero .eyebrow{color:var(--sage)}h1,h2,h3{margin:0;font-family:Playfair Display,Georgia,serif}.hero h1{max-width:580px;margin:20px 0;font-size:clamp(54px,9vw,116px);line-height:.88}.hero p{max-width:520px;margin:0;font-size:20px;line-height:1.6}.hero-actions{flex-wrap:wrap;gap:14px;margin-top:34px;display:flex}.primary-button,.secondary-button,.add-button{cursor:pointer;border-radius:4px;align-items:center;gap:10px;min-height:46px;padding:0 20px;font-weight:800;display:inline-flex}.primary-button{background:var(--forest);border:1px solid var(--forest);color:#fff;box-shadow:inset 0 -2px #0000003d}.secondary-button{color:#fff;background:#ffffff1f;border:1px solid #ffffff94}.feature-strip{z-index:5;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));justify-content:center;gap:1px;max-width:1180px;margin:-46px auto 100px;padding:0 24px;display:grid;position:relative}.feature-strip article{background:var(--surface-card);box-shadow:var(--shadow);align-items:center;gap:15px;min-height:94px;padding:22px;display:flex}.feature-strip svg{color:var(--forest-2);flex:none}.feature-strip h2{margin-bottom:4px;font-family:Inter,system-ui,sans-serif;font-size:15px}.feature-strip p{color:var(--muted);margin:0;font-size:13px}.section-intro{text-align:center;max-width:760px;margin:0 auto 34px;padding:0 24px}.section-intro h2,.shop-toolbar h2,.heritage-section h2{color:var(--forest);margin:12px 0 14px;font-size:clamp(34px,5vw,58px);line-height:1.02}.section-intro p,.heritage-section p,.ritual-grid p,.site-footer p{color:var(--muted);margin:0;line-height:1.7}.category-grid{grid-template-columns:repeat(3,1fr);gap:18px;max-width:1180px;margin:0 auto 110px;padding:0 24px;display:grid}.category-card{background:var(--surface-card);border:1px solid var(--line);color:var(--forest);cursor:pointer;text-align:left;border-radius:8px;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;min-height:92px;padding:24px;transition:border-color .18s,transform .18s;display:grid}.category-card span{color:var(--amber);font-weight:800}.category-card strong{font-family:Playfair Display,serif;font-size:24px}.category-card:hover,.category-card.active{border-color:var(--forest-2);transform:translateY(-2px)}.shop-section{grid-template-columns:250px 1fr;align-items:start;gap:38px;max-width:1280px;margin:0 auto 120px;padding:0 24px;display:grid}.filters{background:var(--surface-card);border:1px solid var(--line);border-radius:8px;gap:10px;padding:22px;display:grid;position:sticky;top:100px}.filter-heading{color:var(--forest);text-transform:uppercase;align-items:center;gap:8px;margin-bottom:8px;font-weight:900;display:flex}.filter-option{color:var(--muted);cursor:pointer;text-align:left;background:0 0;border:0;border-radius:4px;padding:12px;font-weight:700}.filter-option.active,.filter-option:hover{background:var(--mint);color:var(--forest)}.range-card{border-top:1px solid var(--line);gap:14px;margin-top:14px;padding-top:22px;display:grid}.range-card>span{color:var(--forest);letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:900}.range-track{background:var(--surface-soft);border-radius:999px;height:6px;overflow:hidden}.range-track span{background:var(--forest-2);width:62%;height:100%;display:block}.range-values{color:var(--muted);justify-content:space-between;display:flex}.shop-toolbar{justify-content:space-between;align-items:end;gap:22px;margin-bottom:28px;display:flex}.shop-toolbar h2{margin-bottom:0;font-size:clamp(30px,4vw,48px)}.toolbar-controls{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.search-box,.sort-box{background:var(--surface-card);border:1px solid var(--line);border-radius:4px;align-items:center;gap:8px;min-height:44px;padding:0 12px;display:inline-flex}.search-box:focus-within{border-color:var(--forest-2);box-shadow:0 0 0 3px #0060441f}.search-box input,.sort-box select{color:var(--forest);background:0 0;border:0;outline:0;min-width:130px}.sort-box span{color:var(--muted);text-transform:uppercase;font-size:12px;font-weight:800}.sort-box select{appearance:none;min-width:112px}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;display:grid}.product-card{background:var(--surface-card);border-radius:8px;transition:box-shadow .18s,transform .18s;overflow:hidden;box-shadow:0 16px 44px #012d1d0d}.product-card:hover{transform:translateY(-3px);box-shadow:0 22px 54px #012d1d1a}.product-image{background:var(--mint);aspect-ratio:3/4;min-height:320px;position:relative}.product-image img{object-fit:contain;object-position:top center;width:100%;height:100%}.product-image span{color:var(--bark);background:#ffd8c5;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:900;position:absolute;top:14px;right:14px}.product-copy{flex-direction:column;min-height:292px;padding:22px;display:flex}.product-copy small{color:var(--forest-2);letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px;font-size:11px;font-weight:900;display:block}.product-copy h3{color:var(--forest);min-height:54px;font-size:24px;line-height:1.1}.product-weight{color:var(--muted);margin:10px 0 0;font-size:13px}.price-row{align-items:baseline;gap:9px;margin-top:10px;display:flex}.price-row strong{color:var(--forest-2)}.price-row span{color:var(--muted);font-size:13px;text-decoration:line-through}.note-row{flex-wrap:wrap;gap:7px;margin:16px 0 20px;display:flex}.note-row span{background:var(--mint);color:var(--forest);border-radius:999px;padding:6px 9px;font-size:12px;font-weight:700}.add-button{background:var(--forest);color:#fff;white-space:nowrap;border:0;border-bottom:3px solid #001f14;border-radius:6px;justify-content:center;width:100%;min-height:50px;margin-top:auto;font-size:16px;transition:background .18s,transform .18s}.add-button:hover{background:var(--forest-2);transform:translateY(-1px)}.add-button svg{stroke-width:2.4px;flex:none}.heritage-section{background:var(--forest);color:#fff;grid-template-columns:minmax(0,1fr) minmax(320px,.82fr);align-items:center;gap:52px;margin:0 0 105px;padding:86px 64px;display:grid}.heritage-section .eyebrow,.heritage-section h2,.heritage-section h3,.heritage-section p{color:#fff}.heritage-copy{gap:28px;display:grid}.heritage-story h2,.heritage-story h3{margin-bottom:14px}.heritage-story h3{font-size:clamp(28px,4vw,42px);line-height:1.04}.heritage-section p{color:#ffffffc7;max-width:620px}.heritage-section img{object-fit:contain;background:#f7f1df;border-radius:8px;justify-self:center;width:min(100%,420px);height:520px;padding:18px;box-shadow:0 24px 58px #00000038}.ritual-section{max-width:1180px;margin:0 auto 110px;padding:0 24px}.compact{margin-bottom:28px}.ritual-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.ritual-grid article{background:var(--surface-card);border:1px solid var(--line);border-radius:8px;padding:28px}.ritual-grid svg{color:var(--amber)}.ritual-grid h3{color:var(--forest);margin:18px 0 10px;font-size:30px}.site-footer{color:#fff;background:#003d2b;grid-template-columns:1.2fr .6fr 1fr;gap:54px;padding:80px 64px 60px;display:grid}.site-footer h2{color:var(--sage);margin-bottom:20px;font-size:50px;line-height:.95}.site-footer h3{color:var(--sage);letter-spacing:.08em;text-transform:uppercase;margin-bottom:18px;font-family:Inter,system-ui,sans-serif;font-size:12px;font-weight:900}.site-footer p{color:#ffffffbd;max-width:410px}.site-footer a{color:#ffffffd1;margin:12px 0;font-size:14px;display:block}.footer-contact{gap:12px;margin-top:18px;display:grid}.footer-contact p{color:#ffffffd1;margin:0;font-size:16px;line-height:1.35}.footer-contact span{color:#fff;font-weight:800}.footer-contact a{color:#d7f7e3;font-size:inherit;margin:0;display:inline}.footer-contact a:hover{color:#fff}.powered-by{color:#ffffffa3;text-align:center;border-top:1px solid #ffffff24;flex-wrap:wrap;grid-column:1/-1;justify-content:center;gap:8px;padding-top:22px;font-size:13px;display:flex}.powered-by a{color:#d7f7e3;font-size:inherit;text-underline-offset:4px;margin:0;font-weight:900;-webkit-text-decoration:underline #d7f7e373;text-decoration:underline #d7f7e373;display:inline}.powered-by a:hover{color:#fff;text-decoration-color:#fff}.social-link{color:#d7f7e3;align-items:center;gap:10px;margin-top:18px;font-weight:900;display:inline-flex}.social-link:hover{color:#fff}.instagram-icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9px;flex:none;width:24px;height:24px}.scroll-top-button{background:var(--amber);color:#fff;z-index:50;border:2px solid #fff4d2;border-radius:0;justify-content:center;align-items:center;width:44px;height:44px;transition:background .18s,transform .18s;display:inline-flex;position:fixed;bottom:22px;right:22px;box-shadow:0 12px 26px #5d2e0c3d}.scroll-top-button:hover{background:#c98432;transform:translateY(-3px)}.cart-overlay{z-index:60;background:#012d1d73;justify-content:flex-end;display:flex;position:fixed;inset:0}.cart-panel{background:var(--surface-card);flex-direction:column;width:min(100%,480px);max-width:480px;height:100vh;padding:28px;display:flex;overflow:auto;box-shadow:-18px 0 60px #012d1d2e}.cart-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:start;gap:18px;padding-bottom:20px;display:flex}.cart-header h2{color:var(--forest);margin-top:8px;font-size:36px;line-height:1}.empty-cart{color:var(--muted);margin:28px 0 0;line-height:1.7}.cart-items{gap:14px;margin:22px 0;display:grid}.cart-item{border:1px solid var(--line);border-radius:8px;grid-template-columns:78px 1fr auto;align-items:center;gap:14px;padding:12px;display:grid}.cart-item img{aspect-ratio:1;object-fit:cover;border-radius:6px;width:78px;height:78px}.cart-item h3{color:var(--forest);font-size:19px;line-height:1.15}.cart-item p{color:var(--muted);margin:5px 0 10px;font-size:13px}.cart-item>strong{color:var(--forest-2);white-space:nowrap;font-size:14px}.quantity-row{align-items:center;gap:8px;display:inline-flex}.quantity-row button{background:var(--mint);color:var(--forest);cursor:pointer;border:0;border-radius:4px;width:28px;height:28px;font-weight:900}.quantity-row span{color:var(--forest);text-align:center;min-width:22px;font-weight:900}.cart-total{border-top:1px solid var(--line);justify-content:space-between;align-items:center;margin-top:auto;padding:22px 0;display:flex}.cart-total span{color:var(--muted);text-transform:uppercase;font-weight:800}.cart-total strong{color:var(--forest);font-family:Playfair Display,serif;font-size:32px}.whatsapp-button{color:#fff;cursor:pointer;background:#128c4a;border:0;border-radius:4px;width:100%;min-height:48px;font-weight:900}.cart-note{color:var(--muted);text-align:center;margin:14px 0 0;font-size:13px;line-height:1.6}@media (width<=1040px){.site-header{grid-template-columns:auto 1fr;padding:0 24px}.desktop-nav{display:none}.header-actions{justify-content:end}.menu-button{display:inline-flex}.hero-content{padding:100px 24px 120px}.feature-strip,.category-grid,.ritual-grid{grid-template-columns:repeat(2,1fr)}.shop-section{grid-template-columns:1fr}.filters{position:static}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.heritage-section,.site-footer{grid-template-columns:1fr;padding-left:24px;padding-right:24px}}@media (width<=680px){.announcement{padding:8px 14px;font-size:11px;line-height:1.4}.site-header{grid-template-columns:1fr auto;min-height:64px;padding:0 16px}.brand{font-size:16px}.brand-logo{width:38px;height:38px}.cart-button span{display:none}.cart-button{display:inline-flex}.hero{aspect-ratio:1774/887;min-height:0}.hero:after{background:#012d1d0f}.hero img{object-fit:contain}.hero-content{padding:72px 20px 92px}.hero h1{font-size:56px}.hero p{font-size:17px}.hero-actions{flex-direction:column;align-items:stretch}.primary-button,.secondary-button{justify-content:center;width:100%}.feature-strip,.category-grid,.product-grid,.ritual-grid{grid-template-columns:1fr}.feature-strip{margin:12px auto 76px;padding:0 16px}.feature-strip article{min-height:82px;padding:18px}.section-intro{padding:0 20px}.section-intro h2,.shop-toolbar h2,.heritage-section h2{font-size:34px}.category-grid,.shop-section,.ritual-section{padding-left:16px;padding-right:16px}.category-card{min-height:78px;padding:18px}.category-card strong{font-size:22px}.filters{padding:16px}.shop-toolbar{flex-direction:column;align-items:stretch}.toolbar-controls,.search-box,.sort-box,.search-box input,.sort-box select{width:100%}.product-grid{gap:22px}.product-image{aspect-ratio:1/.78}.product-copy{min-height:auto;padding:18px}.product-copy h3{min-height:0;font-size:28px}.add-button{min-height:48px;font-size:15px}.heritage-section{padding-top:64px;padding-bottom:64px}.heritage-section img{width:100%;height:380px;padding:12px}.site-footer{gap:36px;padding-top:58px;padding-bottom:42px}.site-footer h2{font-size:42px}.powered-by{line-height:1.6}.cart-panel{border-radius:14px 14px 0 0;width:100%;height:92vh;margin-top:auto;padding:22px}.cart-overlay{align-items:flex-end}.cart-item{grid-template-columns:64px 1fr}.cart-item img{width:64px;height:64px}.cart-item>strong{grid-column:2}.scroll-top-button{width:40px;height:40px;bottom:16px;right:16px}}
