@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap";:root{--text:#555;--text-h:#333;--bg:#fff;--border:#e5e4e7;--green-primary:#5a7a2d;--green-dark:#4a6824;--green-light:#7cb342;--footer-bg:#f5f5f0;--sans:"Segoe UI", system-ui, -apple-system, Roboto, sans-serif;--heading:"Segoe UI", system-ui, -apple-system, Roboto, sans-serif;--serif:"Playfair Display", Georgia, serif;--mono:ui-monospace, Consolas, monospace;font-family:var(--sans);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{background-color:var(--bg);color:var(--text);margin:0;padding:0;font-size:16px;line-height:1.5}#root{width:100%;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:var(--heading);color:var(--text-h)}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}button{cursor:pointer}ul{margin:0;padding:0;list-style:none}.header{z-index:1000;background-color:#fff;border-bottom:1px solid #e5e4e7;width:100%;position:sticky;top:0}.header-container{box-sizing:border-box;background-color:#0000;justify-content:space-between;align-items:center;max-width:1440px;margin:0 auto;padding:16px 60px;display:flex}.header-logo{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.header-logo img{object-fit:contain;width:auto;height:58px}.header-nav-desktop{align-items:center;margin-left:auto;margin-right:36px;display:flex}.nav-links{align-items:center;gap:40px;margin:0;padding:0;list-style:none;display:flex}.nav-link{color:#333;letter-spacing:.2px;white-space:nowrap;border-bottom:2px solid #0000;padding-bottom:4px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:17px;font-weight:500;text-decoration:none;transition:border-color .25s,color .25s}.nav-link:hover{color:#111;border-bottom-color:#222}.nav-link.active{color:#111;border-bottom-color:#111}.header-icons-desktop{align-items:center;gap:20px;display:flex}.header-icon-btn{cursor:pointer;color:#333;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;font-size:22px;transition:color .2s;display:flex}.header-icon-btn:hover{color:#111}.mobile-menu-btn{cursor:pointer;color:#5a7a2d;background:0 0;border:none;justify-content:center;align-items:center;padding:6px;font-size:28px;display:none}.mobile-overlay{z-index:1001;opacity:0;background:#0006;width:100%;height:100%;transition:opacity .3s;display:none;position:fixed;top:0;left:0}.mobile-overlay.open{opacity:1;display:block}.mobile-menu{z-index:1002;background:#fff;flex-direction:column;width:280px;max-width:80vw;height:100vh;transition:right .3s;display:none;position:fixed;top:0;right:-100%;overflow-y:auto;box-shadow:-4px 0 20px #00000026}.mobile-menu.open{right:0}.mobile-menu-header{border-bottom:1px solid #e5e4e7;justify-content:space-between;align-items:center;padding:14px 20px;display:flex}.mobile-menu-header .header-logo img{height:44px}.mobile-close-btn{cursor:pointer;color:#333;background:0 0;border:none;justify-content:center;align-items:center;padding:6px;font-size:24px;transition:color .2s;display:flex}.mobile-close-btn:hover{color:#111}.mobile-nav{padding:20px 0}.mobile-nav-links{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.mobile-nav-link{color:#333;border-left:3px solid #0000;padding:14px 24px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:400;text-decoration:none;transition:background-color .2s,color .2s;display:block}.mobile-nav-link:hover{color:#111;background-color:#f5f5f0}.mobile-nav-link.active{color:#111;background-color:#f5f8f0;border-left-color:#5a7a2d;font-weight:500}.mobile-menu-icons{border-top:1px solid #e5e4e7;justify-content:center;align-items:center;gap:28px;margin-top:auto;padding:20px 24px;display:flex}.mobile-icon-btn{cursor:pointer;color:#333;background:0 0;border:none;justify-content:center;align-items:center;padding:8px;font-size:22px;transition:color .2s;display:flex}.mobile-icon-btn:hover{color:#5a7a2d}@media (width>=1600px){.header-container{max-width:2000px;padding:18px 80px}.header-logo img{height:94px}.nav-links{gap:44px}.nav-link{font-size:20px;font-weight:500}.header-icon-btn{font-size:24px}.header-icons-desktop{gap:22px}}@media (width<=1600px) and (width>=1441px){.header-container{max-width:1440px;padding:16px 60px}}@media (width<=1440px){.header-container{max-width:1280px;padding:14px 48px}.header-logo img{height:54px}.nav-links{gap:32px}.nav-link{font-size:15px}.header-icon-btn{font-size:20px}.header-icons-desktop{gap:18px}}@media (width<=1280px){.header-container{padding:12px 32px}.header-logo img{height:48px}.nav-links{gap:26px}.nav-link{font-size:14px}.header-icons-desktop{gap:16px}.header-icon-btn{font-size:19px}.header-nav-desktop{margin-right:28px}}@media (width<=768px){.header-container{max-width:100%;padding:12px 16px}.header-logo img{height:44px}.header-nav-desktop,.header-icons-desktop{display:none}.mobile-menu-btn,.mobile-menu{display:flex}}@media (width<=400px){.header-container{padding:10px 12px}.header-logo img{height:40px}.mobile-menu{width:260px}.mobile-nav-link{padding:12px 20px;font-size:15px}.mobile-menu-icons{gap:24px}.mobile-icon-btn{font-size:20px}}.footer{background-color:#f5f5f0;border-top:1px solid #e5e4e7;width:100%}.footer-container{box-sizing:border-box;max-width:1440px;margin:0 auto;padding:0 60px}.footer-top{gap:60px;padding:56px 0 44px;display:flex}.footer-brand{flex-direction:column;flex:0 0 260px;max-width:260px;display:flex}.footer-logo{margin-bottom:22px;text-decoration:none;display:inline-block}.footer-logo img{object-fit:contain;width:auto;height:66px}.footer-tagline{color:#444;margin:0 0 28px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:15px;line-height:1.6}.footer-social-icons{align-items:center;gap:14px;display:flex}.social-icon-btn{color:#fff;background-color:#5a7a2d;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;text-decoration:none;transition:background-color .25s,transform .2s;display:flex}.social-icon-btn:hover{background-color:#4a6824;transform:scale(1.05)}.footer-links-section{flex:1;grid-template-columns:repeat(4,1fr);gap:32px;display:grid}.footer-column{flex-direction:column;display:flex}.footer-column-title{color:#5a7a2d;letter-spacing:.2px;margin:0 0 20px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:17px;font-weight:600}.footer-link-list{flex-direction:column;gap:14px;margin:0;padding:0;list-style:none;display:flex}.footer-link{color:#444;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:15px;line-height:1.4;text-decoration:none;transition:color .2s}.footer-link:hover{color:#222}.footer-newsletter{min-width:0}.newsletter-text{color:#444;margin:0 0 18px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:14px;line-height:1.6}.newsletter-form{flex-direction:column;gap:12px;display:flex}.newsletter-input{color:#333;box-sizing:border-box;background:#fff;border:1px solid #d1d1c7;border-radius:6px;outline:none;width:100%;padding:11px 16px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:14px;transition:border-color .25s}.newsletter-input::placeholder{color:#999}.newsletter-input:focus{border-color:#5a7a2d}.newsletter-btn{color:#fff;cursor:pointer;letter-spacing:.3px;background-color:#5a7a2d;border:none;border-radius:6px;width:100%;padding:12px 20px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:15px;font-weight:500;transition:background-color .25s}.newsletter-btn:hover{background-color:#4a6824}.footer-bottom{border-top:1px solid #d9d9d0;justify-content:space-between;align-items:center;padding:22px 0;display:flex}.footer-copyright{color:#555;margin:0;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:14px}.footer-bottom-links{align-items:center;gap:28px;display:flex}.footer-bottom-link{color:#444;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:14px;text-decoration:none;transition:color .2s}.footer-bottom-link:hover{color:#222}@media (width>=1600px){.footer-container{max-width:2000px;padding:0 80px}.footer-top{gap:72px;padding:64px 0 48px}.footer-brand{flex:0 0 280px;max-width:280px}.footer-logo img{height:82px}.footer-tagline{font-size:16px}.footer-column-title{font-size:18px}.footer-link{font-size:16px}.newsletter-text{font-size:15px}.footer-copyright,.footer-bottom-link{font-size:14px}}@media (width<=1440px){.footer-container{max-width:1280px;padding:0 48px}.footer-top{gap:44px;padding:48px 0 40px}.footer-brand{flex:0 0 230px;max-width:230px}.footer-logo img{height:58px}.footer-tagline{font-size:14px}.footer-column-title{margin-bottom:18px;font-size:16px}.footer-link{font-size:14px}.footer-link-list{gap:12px}.newsletter-text{font-size:13.5px}}@media (width<=1280px){.footer-container{padding:0 32px}.footer-top{gap:32px;padding:40px 0 36px}.footer-brand{flex:0 0 210px;max-width:210px}.footer-logo img{height:54px}.footer-tagline{font-size:13px}.footer-column-title{margin-bottom:16px;font-size:15px}.footer-link{font-size:13px}.footer-link-list{gap:10px}.newsletter-text{font-size:13px}}@media (width<=1024px){.footer-container{max-width:100%;padding:0 24px}.footer-top{flex-direction:column;gap:32px;padding:36px 0 32px}.footer-brand{text-align:center;flex:none;align-items:center;max-width:100%}.footer-tagline{max-width:340px}.footer-social-icons{justify-content:center}.footer-links-section{grid-template-columns:repeat(2,1fr);gap:32px}}@media (width<=768px){.footer-container{max-width:100%;padding:0 20px}.footer-top{flex-direction:column;gap:28px;padding:32px 0 24px;display:flex}.footer-brand{text-align:center;flex:none;order:1;align-items:center;width:100%;max-width:100%}.footer-logo{margin-bottom:20px}.footer-logo img{height:56px}.footer-tagline{color:#444;text-align:center;max-width:320px;margin:0 auto 24px;font-size:15px;line-height:1.55}.footer-social-icons{justify-content:center;gap:14px}.social-icon-btn{width:40px;height:40px;font-size:16px}.footer-links-section{order:2;grid-template-columns:1fr 1fr 1fr;grid-template-areas:"newsletter newsletter newsletter""shop about support";gap:28px 12px;width:100%;display:grid}.footer-newsletter{text-align:center;flex-direction:column;grid-area:newsletter;align-items:center;width:100%;max-width:360px;margin:0 auto;display:flex}.footer-newsletter .footer-column-title{color:#5a7a2d;text-align:center;margin:0 0 12px;font-size:17px;font-weight:600}.newsletter-text{text-align:center;color:#444;max-width:300px;margin:0 0 16px;font-size:14px}.newsletter-form{flex-direction:column;align-items:center;gap:10px;width:100%;display:flex}.newsletter-input{text-align:center;width:100%;padding:12px 16px;font-size:14px}.newsletter-btn{width:100%;padding:13px 20px;font-size:15px}.footer-col-shop{text-align:center;grid-area:shop;align-items:center}.footer-col-about{text-align:center;grid-area:about;align-items:center}.footer-col-support{text-align:center;grid-area:support;align-items:center}.footer-column-title{color:#5a7a2d;text-align:center;margin:0 0 14px;font-size:15px;font-weight:600}.footer-link-list{text-align:center;align-items:center;gap:10px}.footer-link{color:#444;text-align:center;font-size:13px}.footer-bottom{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:20px 0}.footer-copyright{text-align:center;font-size:13px}.footer-bottom-links{justify-content:center;gap:24px}.footer-bottom-link{font-size:13px}}@media (width<=480px){.footer-container{padding:0 16px}.footer-top{gap:24px;padding:28px 0 22px}.footer-logo img{height:52px}.footer-tagline{max-width:280px;margin:0 auto 20px;font-size:14px}.footer-links-section{gap:24px 8px}.footer-column-title{margin-bottom:12px;font-size:14px}.footer-link{font-size:12.5px}.footer-link-list{gap:8px}.newsletter-text{font-size:13.5px}.footer-copyright,.footer-bottom-link{font-size:12.5px}.footer-bottom-links{gap:20px}.social-icon-btn{width:38px;height:38px;font-size:15px}}@media (width<=360px){.footer-container{padding:0 12px}.footer-links-section{gap:22px 6px}.footer-column-title{margin-bottom:10px;font-size:13px}.footer-link{font-size:12px}.footer-link-list{gap:7px}}.layout{flex-direction:column;width:100%;min-height:100vh;display:flex}.main-content{flex:1;width:100%}.floating-leaves-container{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.floating-leaf-wrapper{will-change:transform;transform-origin:50%;transition:transform .3s;position:absolute}.floating-leaf{will-change:transform;opacity:.85;width:100%;height:100%}.floating-leaf img{object-fit:contain;filter:drop-shadow(0 4px 8px #00000014);width:320%;height:320%;margin-top:-110%;margin-left:-110%;display:block}.drift-1{animation-name:driftWave1;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes driftWave1{0%{transform:translate(0)rotate(0)}25%{transform:translate(20px,-18px)rotate(8deg)}50%{transform:translate(35px,10px)rotate(-6deg)}75%{transform:translate(15px,25px)rotate(12deg)}to{transform:translate(-10px,8px)rotate(-4deg)}}.drift-2{animation-name:driftWave2;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes driftWave2{0%{transform:translate(0)rotate(0)}20%{transform:translate(-15px,-22px)rotate(-10deg)}40%{transform:translate(-28px,-8px)rotate(15deg)}60%{transform:translate(-18px,18px)rotate(-8deg)}80%{transform:translate(8px,28px)rotate(12deg)}to{transform:translate(15px,5px)rotate(-5deg)}}.drift-3{animation-name:driftWave3;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes driftWave3{0%{transform:translate(0)rotate(0)}30%{transform:translate(12px,-25px)rotate(10deg)}55%{transform:translate(-8px,-35px)rotate(-12deg)}80%{transform:translate(-20px,-10px)rotate(8deg)}to{transform:translate(-5px,15px)rotate(-6deg)}}@media (width>=1600px){.floating-leaf-wrapper{transform:scale(1.4)}}@media (width>=1920px){.floating-leaf-wrapper{transform:scale(1.7)}}@media (width>=2560px){.floating-leaf-wrapper{transform:scale(1.5)}}@media (width>=3200px){.floating-leaf-wrapper{transform:scale(2.6)}}@media (width<=768px){.floating-leaf-wrapper{transform:scale(1);top:var(--mob-top)!important;left:var(--mob-left)!important;width:var(--mob-size)!important;height:var(--mob-size)!important}.floating-leaf{opacity:.65}.floating-leaf img{filter:drop-shadow(0 2px 4px #0000000f);width:200%;height:200%;margin-top:-40%;margin-left:-40%}}@media (width<=480px){.floating-leaf-wrapper{transform:scale(.85)}.floating-leaf{opacity:.6}}@media (width<=360px){.floating-leaf-wrapper{transform:scale(.7)}}@media (prefers-reduced-motion:reduce){.floating-leaf,.floating-leaf-wrapper{animation:none}}.hero-section{background-color:#fff;width:100%;min-height:calc(100vh - 90px);padding:0 0 60px;position:relative;overflow:hidden}.hero-container{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:60px;max-width:1440px;min-height:calc(100vh - 150px);margin:0 auto;padding:0 60px;display:grid;position:relative}.hero-left{flex-direction:column;padding-left:20px;display:flex}.hero-tagline{color:#222;letter-spacing:.3px;margin:0 0 24px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:600}.hero-title{color:#7cb342;letter-spacing:-2px;margin:0 0 40px;font-family:Playfair Display,Georgia,serif;font-size:150px;font-weight:500;line-height:1}.hero-subtitle{color:#1a1a1a;letter-spacing:.2px;margin:0 0 20px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:26px;font-weight:700}.hero-description{color:#555;max-width:440px;margin:0 0 32px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.6}.hero-divider{background-color:#d1d1d1;width:320px;height:1px;margin:0 0 32px}.hero-buttons{align-items:center;gap:0;display:flex}.btn-shop-now{color:#fff;cursor:pointer;clip-path:polygon(0 0,92% 0,100% 50%,92% 100%,0 100%);text-align:left;z-index:2;background-color:#7cb342;border:none;min-width:180px;padding:18px 50px 18px 32px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:500;transition:background-color .25s,transform .2s;position:relative}.btn-shop-now:hover{background-color:#6ba035}.btn-explore{color:#fff;cursor:pointer;clip-path:polygon(0 0,92% 0,100% 50%,92% 100%,0 100%);background-color:#2a2a2a;border:none;min-width:200px;margin-left:-20px;padding:18px 50px 18px 42px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:500;transition:background-color .25s}.btn-explore:hover{background-color:#1a1a1a}.hero-right{flex-direction:column;align-items:center;gap:30px;display:flex;position:relative}.product-showcase{justify-content:center;align-items:center;width:100%;max-width:500px;display:flex;position:relative}.product-ring{justify-content:center;align-items:center;width:460px;height:460px;display:flex;position:relative}.ring-svg{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.product-image-wrapper{background-color:#f5f5f0;border-radius:50%;justify-content:center;align-items:center;width:92%;height:92%;display:flex;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}.product-image-wrapper img{object-fit:cover;object-position:center;width:100%;height:100%}.product-dots{z-index:3;flex-direction:column;gap:14px;display:flex;position:absolute;top:50%;right:-30px;transform:translateY(-50%)}.dot{background-color:#1a1a1a;border-radius:50%;width:12px;height:12px;display:block}.offers-box{z-index:2;-webkit-backdrop-filter:blur(10px);background-color:#ffffff4d;border:1.5px dashed #b8b8b8;border-radius:8px;width:100%;max-width:560px;padding:18px 22px;position:relative}.offers-header{border-bottom:1px dashed #d1d1d1;justify-content:space-between;align-items:center;margin-bottom:14px;padding-bottom:14px;display:flex}.offers-title{color:#1a1a1a;letter-spacing:.5px;margin:0;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:13px;font-weight:600}.offers-nav{align-items:center;gap:18px;display:flex}.offer-nav-btn{cursor:pointer;color:#333;letter-spacing:.5px;background:0 0;border:none;align-items:center;gap:4px;padding:4px 2px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:12px;font-weight:500;transition:color .2s;display:flex}.offer-nav-btn:hover{color:#7cb342}.offer-nav-btn svg{font-size:14px}.offer-body{align-items:center;gap:16px;display:flex}.offer-product-image{background-color:#f0f0e8;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:62px;height:62px;display:flex;overflow:hidden}.offer-product-image img{object-fit:cover;width:100%;height:100%}.offer-info{flex:1;min-width:0}.offer-name{color:#1a1a1a;letter-spacing:.3px;margin:0 0 4px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:15px;font-weight:700}.offer-size{color:#666;letter-spacing:.5px;margin:0;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:12px}.offer-price{flex-direction:column;flex-shrink:0;align-items:flex-start;gap:2px;display:flex}.price-discount{color:#1a1a1a;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:20px;font-weight:700}.btn-purchase{color:#fff;cursor:pointer;white-space:nowrap;background-color:#a4c96a;border:none;border-radius:6px;flex-shrink:0;padding:10px 18px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:12px;font-weight:500;transition:background-color .25s}.btn-purchase:hover{background-color:#8fb857}@media (width>=1600px){.hero-container{gap:80px;max-width:2000px;padding:0 80px}.hero-title{font-size:170px}.hero-tagline,.hero-description{font-size:20px}.product-ring{width:500px;height:500px}.offers-box{z-index:2;-webkit-backdrop-filter:blur(10px);background-color:#ffffff4d;border:1.5px dashed #b8b8b8;border-radius:8px;width:100%;max-width:570px;padding:18px 22px;position:relative}.offers-header{border-bottom:1px dashed #d1d1d1;justify-content:space-between;align-items:center;margin-bottom:14px;padding-bottom:14px;display:flex}.offers-title{color:#1a1a1a;letter-spacing:.5px;margin:0;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:17px;font-weight:600}.offers-nav{align-items:center;gap:18px;display:flex}.offer-nav-btn{cursor:pointer;color:#333;letter-spacing:.5px;background:0 0;border:none;align-items:center;gap:4px;padding:4px 2px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:15px;font-weight:500;transition:color .2s;display:flex}.offer-nav-btn:hover{color:#7cb342}.offer-nav-btn svg{font-size:17px}.offer-body{align-items:center;gap:16px;display:flex}.offer-product-image{background-color:#f0f0e8;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;display:flex;overflow:hidden}.offer-product-image img{object-fit:cover;width:100%;height:100%}.offer-info{flex:1;min-width:0}.offer-name{color:#1a1a1a;letter-spacing:.3px;margin:0 0 4px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:19px;font-weight:700}.offer-size{color:#666;letter-spacing:.5px;margin:0;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:15px}.offer-price{flex-direction:column;flex-shrink:0;align-items:flex-start;gap:2px;display:flex}.price-original{color:#999;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:15px;text-decoration:line-through}.price-discount{color:#1a1a1a;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:22px;font-weight:700}.btn-purchase{color:#fff;cursor:pointer;white-space:nowrap;background-color:#a4c96a;border:none;border-radius:6px;flex-shrink:0;padding:10px 18px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:500;transition:background-color .25s}.btn-purchase:hover{background-color:#8fb857}}@media (width<=1440px){.hero-container{gap:48px;max-width:1280px;padding:0 48px}.hero-title{font-size:130px}.product-ring{width:420px;height:420px}}@media (width<=1280px){.hero-container{gap:40px;padding:0 40px}.hero-tagline{font-size:14px}.hero-title{margin-bottom:30px;font-size:110px}.hero-subtitle{font-size:22px}.hero-description{font-size:15px}.hero-divider{width:280px}.btn-shop-now,.btn-explore{padding:15px 40px;font-size:15px}.btn-shop-now{min-width:160px;padding-left:28px}.btn-explore{min-width:180px;padding-left:38px}.product-ring{width:380px;height:380px}.offers-box{max-width:520px;padding:16px 18px}}@media (width<=1024px){.hero-container{grid-template-columns:1fr;gap:60px;padding:0 32px}.hero-left{text-align:center;align-items:center;padding-left:0}.hero-description{text-align:center}.hero-divider{margin:0 auto 32px}.hero-right{order:-1}.product-dots{display:none}}@media (width<=768px){.hero-section{min-height:auto;padding:20px 0 40px}.hero-container{flex-direction:column;gap:24px;min-height:auto;padding:0 20px;display:flex}.hero-right{order:1;display:contents}.product-showcase{order:1;justify-content:center;align-items:center;width:100%;display:flex}.product-ring{width:320px;max-width:90vw;height:320px}.product-dots{display:none}.hero-left{order:2;display:contents}.hero-tagline{letter-spacing:1px;text-transform:uppercase;text-align:center;order:2;margin:0 0 4px;font-size:13px;font-weight:600}.hero-title{text-align:center;order:2;margin:0 0 12px;font-size:68px;line-height:1}.hero-subtitle{text-align:center;order:2;margin:0 0 12px;font-size:22px}.hero-description{text-align:center;order:2;max-width:100%;margin:0 0 8px;padding:0 10px;font-size:14px}.hero-divider{display:none}.offers-box{order:3;max-width:100%;margin:8px 0 0;padding:12px 14px}.offers-title,.offer-nav-btn{font-size:11px}.offers-nav{gap:12px}.offer-body{gap:10px}.offer-product-image{width:50px;height:50px}.offer-name{font-size:13px}.offer-size{font-size:10px}.price-original{font-size:11px}.price-discount{font-size:16px}.btn-purchase{white-space:normal;text-align:center;border-radius:4px;max-width:70px;padding:8px 12px;font-size:10px;line-height:1.2}.hero-buttons{order:4;justify-content:center;width:100%;max-width:360px;margin:12px auto 0}.btn-shop-now,.btn-explore{text-align:center;flex:1;min-width:0;padding:16px 20px;font-size:15px}.btn-shop-now{padding-left:24px}.btn-explore{margin-left:-16px;padding-left:32px}}@media (width<=480px){.hero-container{padding:0 16px}.product-ring{width:280px;height:280px}.hero-title{font-size:58px}.hero-subtitle{font-size:20px}.hero-description{font-size:13.5px}.btn-shop-now,.btn-explore{padding:14px 16px;font-size:14px}.offer-body{gap:8px}.offer-product-image{width:46px;height:46px}.offer-name{font-size:12px}.btn-purchase{max-width:64px;padding:7px 10px;font-size:9.5px}.price-discount{font-size:15px}}@media (width<=360px){.product-ring{width:250px;height:250px}.hero-title{font-size:50px}}.purity-section{background-color:#f5f8ee;width:100%;padding:70px 0 90px;position:relative;overflow:hidden}.purity-container{box-sizing:border-box;max-width:1440px;margin:0 auto;padding:0 60px}.purity-heading{flex-direction:column;align-items:center;margin-bottom:50px;display:flex}.purity-title{color:#7cb342;letter-spacing:.2px;text-align:center;margin:0 0 12px;font-family:Playfair Display,Georgia,serif;font-size:34px;font-weight:700}.purity-underline{background-color:#8ca131;border-radius:2px;width:100px;height:3px}.purity-cards{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.purity-card{text-align:center;background-color:#fff;border-radius:10px;flex-direction:column;align-items:center;min-height:240px;padding:36px 28px;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 2px 8px #0000000a}.purity-card:hover{transform:translateY(-4px);box-shadow:0 6px 18px #00000014}.card-icon-wrapper{background-color:#eaf1dc;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:22px;display:flex}.card-icon{color:#7a8f4e;justify-content:center;align-items:center;font-size:28px;display:flex}.card-title{color:#7cb342;letter-spacing:.8px;margin:0 0 14px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:700}.card-description{color:#555;max-width:220px;margin:0;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:14px;line-height:1.55}@media (width>=1600px){.purity-container{max-width:2000px;padding:0 80px}.purity-title{font-size:40px}.purity-cards{gap:32px}.purity-card{min-height:260px;padding:42px 32px}.card-icon-wrapper{width:70px;height:70px}.card-icon{font-size:32px}.card-title{font-size:19px}.card-description{font-size:17.5px;font-weight:500}}@media (width<=1440px){.purity-container{max-width:1280px;padding:0 48px}.purity-section{padding:60px 0 80px}.purity-title{font-size:32px}.purity-cards{gap:22px}.purity-card{min-height:230px;padding:32px 24px}}@media (width<=1280px){.purity-container{padding:0 40px}.purity-section{padding:55px 0 70px}.purity-heading{margin-bottom:40px}.purity-title{font-size:30px}.purity-cards{gap:18px}.purity-card{min-height:220px;padding:28px 20px}.card-icon-wrapper{width:58px;height:58px;margin-bottom:18px}.card-icon{font-size:25px}.card-title{letter-spacing:.6px;margin-bottom:12px;font-size:15px}.card-description{font-size:13.5px}}@media (width<=1024px){.purity-container{padding:0 32px}.purity-section{padding:50px 0 60px}.purity-cards{grid-template-columns:repeat(2,1fr);gap:22px}.purity-card{min-height:230px;padding:32px 24px}}@media (width<=768px){.purity-container{padding:0 20px}.purity-section{padding:40px 0 50px}.purity-heading{margin-bottom:30px}.purity-title{font-size:22px}.purity-underline{width:80px;height:2.5px}.purity-cards{grid-template-columns:repeat(2,1fr);gap:14px}.purity-card{border-radius:8px;min-height:200px;padding:24px 16px}.card-icon-wrapper{width:54px;height:54px;margin-bottom:14px}.card-icon{font-size:22px}.card-title{letter-spacing:.5px;margin-bottom:10px;font-size:13px;line-height:1.3}.card-description{max-width:100%;font-size:12.5px;line-height:1.5}}@media (width<=480px){.purity-container{padding:0 16px}.purity-section{padding:32px 0 40px}.purity-heading{margin-bottom:24px}.purity-title{font-size:20px}.purity-underline{width:70px}.purity-cards{gap:12px}.purity-card{min-height:180px;padding:22px 12px}.card-icon-wrapper{width:50px;height:50px;margin-bottom:12px}.card-icon{font-size:20px}.card-title{margin-bottom:8px;font-size:12px}.card-description{font-size:11.5px}}@media (width<=360px){.purity-card{min-height:170px;padding:20px 10px}.card-title{font-size:11.5px}.card-description{font-size:11px}}.bestsellers-section{background-color:#fff;width:100%;padding:70px 0 80px;position:relative;overflow:hidden}.bestsellers-container{box-sizing:border-box;max-width:1440px;margin:0 auto;padding:0 60px}.bestsellers-header{justify-content:space-between;align-items:center;margin-bottom:36px;display:flex}.bestsellers-title{color:#7cb342;letter-spacing:.3px;margin:0;font-family:Playfair Display,Georgia,serif;font-size:42px;font-weight:700}.bestsellers-nav{align-items:center;gap:12px;display:flex}.nav-btn{cursor:pointer;color:#444;background-color:#fff;border:1.5px solid #d1d1d1;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:20px;transition:all .25s;display:flex}.nav-btn:hover:not(.disabled){color:#7cb342;background-color:#f5f8ee;border-color:#7cb342}.nav-btn.disabled{opacity:.4;cursor:not-allowed}.products-scroll-wrapper{width:100%;position:relative;overflow:hidden}.products-scroll{scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;gap:24px;padding:6px 2px 20px;display:flex;overflow-x:auto}.products-scroll::-webkit-scrollbar{display:none}.product-card{scroll-snap-align:start;background-color:#fff;border-radius:10px;flex-direction:column;flex:0 0 calc(25% - 18px);min-width:0;transition:box-shadow .3s,transform .3s;display:flex;overflow:hidden;box-shadow:0 2px 10px #0000000f}.product-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0000001a}.product-image-container{aspect-ratio:1;background-color:#f5f5f0;width:100%;position:relative;overflow:hidden}.product-image{object-fit:cover;width:100%;height:100%;transition:filter .3s}.product-image.blurred{filter:blur(8px);opacity:.9}.product-tag{color:#1a1a1a;z-index:2;background-color:#fff;border-radius:20px;padding:6px 14px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:13px;font-weight:600;position:absolute;top:14px;left:14px;box-shadow:0 2px 6px #00000014}.tag-bestseller,.tag-coming-soon{color:#1a1a1a}.product-info{flex-direction:column;flex:1;gap:8px;padding:18px 18px 20px;display:flex}.product-name{color:#7cb342;margin:0;font-family:Playfair Display,Georgia,serif;font-size:20px;font-weight:700;line-height:1.2}.product-description{color:#555;min-height:42px;margin:0 0 12px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:14px;line-height:1.5}.product-footer{justify-content:space-between;align-items:center;gap:12px;margin-top:auto;display:flex}.product-price{flex-direction:column;flex-shrink:0;gap:2px;display:flex}.price-original{color:#999;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:13px;text-decoration:line-through}.price-current{color:#7cb342;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:20px;font-weight:700}.btn-add-cart{color:#fff;cursor:pointer;white-space:nowrap;z-index:1;background-color:#a4c96a;border:none;border-radius:30px;padding:12px 22px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:14px;font-weight:500;transition:background-color .3s;position:relative;overflow:visible}.btn-add-cart:hover{background-color:#92b85a}.btn-text{z-index:3;position:relative}.btn-leaf{pointer-events:none;z-index:2;width:32px;height:32px;transition:transform .5s cubic-bezier(.34,1.4,.64,1),opacity .4s;position:absolute}.btn-leaf-bl{bottom:-6px;left:-8px;transform:rotate(-15deg)}.btn-leaf-tr{top:-8px;right:-8px;transform:rotate(165deg)}.btn-add-cart:hover .btn-leaf-bl{transform:translate(-2px,-35px)rotate(-45deg)}.btn-add-cart:hover .btn-leaf-tr{transform:translate(2px,35px)rotate(195deg)}@media (width>=1600px){.bestsellers-container{max-width:2000px;padding:0 80px}.product-tag{color:#1a1a1a;z-index:2;background-color:#fff;border-radius:20px;padding:6px 14px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:600;position:absolute;top:14px;left:14px;box-shadow:0 2px 6px #00000014}.bestsellers-title{font-size:48px}.btn-leaf{pointer-events:none;z-index:2;width:42px;height:42px;transition:transform .5s cubic-bezier(.34,1.4,.64,1),opacity .4s;position:absolute}.products-scroll{gap:28px}.product-card{flex:0 0 calc(25% - 21px)}.product-name{font-size:23px}.product-description{font-size:17px}.price-current{font-size:22px}.nav-btn{width:46px;height:46px;font-size:22px}.btn-add-cart{color:#fff;cursor:pointer;white-space:nowrap;z-index:1;background-color:#a4c96a;border:none;border-radius:30px;padding:12px 22px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:19px;font-weight:500;transition:background-color .3s;position:relative;overflow:visible}}@media (width<=1440px){.bestsellers-container{max-width:1280px;padding:0 48px}.bestsellers-section{padding:60px 0 70px}.bestsellers-title{font-size:38px}.products-scroll{gap:20px}.product-card{flex:0 0 calc(25% - 15px)}.product-name{font-size:19px}}@media (width<=1280px){.bestsellers-container{padding:0 40px}.bestsellers-section{padding:55px 0 65px}.bestsellers-title{font-size:34px}.bestsellers-header{margin-bottom:28px}.products-scroll{gap:18px}.product-card{flex:0 0 calc(33.3333% - 12px)}.product-name{font-size:18px}.product-description{min-height:40px;font-size:13.5px}.price-current{font-size:18px}.btn-add-cart{padding:10px 18px;font-size:13px}.btn-leaf{width:28px;height:28px}.btn-add-cart:hover .btn-leaf-bl{transform:translate(-2px,-52px)rotate(-45deg)}.btn-add-cart:hover .btn-leaf-tr{transform:translate(2px,52px)rotate(195deg)}}@media (width<=1024px){.bestsellers-container{padding:0 32px}.bestsellers-section{padding:50px 0 60px}.bestsellers-title{font-size:32px}.products-scroll{gap:20px}.product-card{flex:0 0 calc(50% - 10px)}}@media (width<=768px){.bestsellers-container{padding:0 20px}.bestsellers-section{padding:40px 0 50px}.bestsellers-header{margin-bottom:24px}.bestsellers-title{font-size:28px}.nav-btn{width:38px;height:38px;font-size:18px}.products-scroll{gap:16px}.product-card{scroll-snap-align:center;flex:0 0 100%}.product-name{font-size:20px}.product-description{min-height:auto;font-size:14px}.price-current{font-size:22px}.btn-add-cart{padding:12px 22px;font-size:14px}.btn-leaf{width:34px;height:34px}}@media (width<=480px){.bestsellers-container{padding:0 16px}.bestsellers-section{padding:32px 0 40px}.bestsellers-title{font-size:24px}.nav-btn{width:34px;height:34px;font-size:16px}.product-info{padding:16px 16px 18px}.product-name{font-size:18px}.product-description{font-size:13.5px}.price-current{font-size:20px}.btn-add-cart{padding:10px 18px;font-size:13px}.btn-leaf{width:30px;height:30px}.product-tag{padding:5px 12px;font-size:12px}}@media (width<=360px){.bestsellers-title{font-size:22px}.product-name{font-size:17px}.btn-add-cart{padding:9px 14px;font-size:12px}}.heritage-section{background-color:#f5f8ee;width:100%;padding:70px 0;position:relative;overflow:hidden}.heritage-container{box-sizing:border-box;grid-template-columns:1fr 1fr;align-items:center;gap:60px;max-width:1440px;margin:0 auto;padding:0 60px;display:grid}.heritage-image-wrapper{aspect-ratio:1/.95;border-radius:12px;width:80%;height:70%;overflow:hidden;box-shadow:0 4px 20px #00000014}.heritage-image{object-fit:cover;width:100%;height:100%;display:block}.heritage-content{flex-direction:column;padding-right:30px;display:flex}.heritage-title{color:#7cb342;letter-spacing:2px;margin:0 0 14px;font-family:Playfair Display,Georgia,serif;font-size:34px;font-weight:700}.heritage-italic{color:#7cb342;letter-spacing:.2px;margin:0 0 26px;font-family:Playfair Display,Georgia,serif;font-size:17px;font-style:italic;font-weight:500}.heritage-description{color:#333;margin:0 0 20px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:15px;line-height:1.7}.heritage-description:last-of-type{margin-bottom:28px}.heritage-btn{cursor:pointer;color:#7cb342;background:0 0;border:none;border-bottom:1.5px solid #7cb342;align-self:flex-start;align-items:center;gap:10px;padding:4px 0;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:15px;font-weight:500;transition:gap .25s,color .25s;display:inline-flex}.heritage-btn:hover{color:#5a8f2a;gap:14px}.heritage-btn-icon{font-size:16px;transition:transform .25s}.heritage-btn:hover .heritage-btn-icon{transform:translate(2px)}.ritual-section{background-color:#fff;width:100%;padding:50px 0 60px}.ritual-container{box-sizing:border-box;max-width:1440px;margin:0 auto;padding:0 60px}.ritual-header{text-align:center;margin-bottom:30px}.ritual-title{color:#7cb342;letter-spacing:.3px;margin:0 0 8px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:18px;font-weight:700}.ritual-handle{color:#444;margin:0;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:15px}.ritual-dot{color:#7cb342;margin:0 6px}.ritual-grid{grid-template-columns:repeat(4,1fr);gap:16px;width:100%;display:grid}.ritual-image-wrapper{aspect-ratio:1;cursor:pointer;background-color:#f5f5f0;border-radius:4px;width:100%;overflow:hidden}.ritual-image{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.ritual-image-wrapper:hover .ritual-image{transform:scale(1.05)}@media (width>=1600px){.heritage-container,.ritual-container{max-width:2000px;padding:0 80px}.heritage-container{gap:80px}.heritage-title{font-size:40px}.heritage-italic{font-size:19px;font-style:italic}.heritage-description{font-size:17px}.heritage-btn{font-size:19px}.ritual-title{font-size:22px}.ritual-handle{font-size:18px}.ritual-grid{gap:20px}}@media (width<=1440px){.heritage-container,.ritual-container{max-width:1280px;padding:0 48px}.heritage-section{padding:60px 0}.heritage-container{gap:50px}.heritage-title{font-size:32px}.ritual-grid{gap:14px}}@media (width<=1280px){.heritage-container,.ritual-container{padding:0 40px}.heritage-section{padding:55px 0}.heritage-container{gap:40px}.heritage-title{font-size:30px}.heritage-italic{margin-bottom:22px;font-size:16px}.heritage-description{font-size:14.5px;line-height:1.65}.heritage-content{padding-right:15px}.ritual-section{padding:45px 0 55px}}@media (width<=1024px){.heritage-container,.ritual-container{padding:0 32px}.heritage-section{padding:50px 0}.heritage-container{grid-template-columns:1fr;gap:36px}.heritage-content{padding-right:0}.heritage-image-wrapper{max-width:600px;margin:0 auto}.ritual-grid{gap:14px}}@media (width<=768px){.heritage-section{padding:32px 0 36px}.heritage-container{gap:26px;padding:0 20px}.heritage-image-wrapper{aspect-ratio:1/.75;border-radius:8px;max-width:100%}.heritage-title{letter-spacing:1.5px;margin-bottom:12px;font-size:30px}.heritage-italic{margin-bottom:20px;font-size:15px}.heritage-description{margin-bottom:16px;font-size:14.5px;line-height:1.65}.heritage-description:last-of-type{margin-bottom:22px}.heritage-btn{font-size:14.5px}.ritual-section{padding:32px 0 36px}.ritual-container{padding:0 20px}.ritual-header{margin-bottom:22px}.ritual-title{margin-bottom:6px;font-size:16px}.ritual-handle{font-size:14px}.ritual-grid{grid-template-columns:repeat(2,1fr);gap:12px}}@media (width<=480px){.heritage-container{padding:0 16px}.heritage-title{letter-spacing:1.2px;font-size:26px}.heritage-italic,.heritage-description,.heritage-btn{font-size:14px}.ritual-container{padding:0 16px}.ritual-title{font-size:15px}.ritual-handle{font-size:13px}.ritual-grid{gap:10px}}@media (width<=360px){.heritage-title{font-size:23px}.heritage-description{font-size:13.5px}.ritual-grid{gap:8px}}.home-page{width:100%;overflow-x:hidden}.page-placeholder{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:50vh;padding:40px 20px;display:flex}.page-placeholder h1{color:#333;margin:0 0 12px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:42px;font-weight:500}.page-placeholder p{color:#777;margin:0;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:16px}@media (width<=768px){.page-placeholder{min-height:40vh;padding:32px 16px}.page-placeholder h1{font-size:28px}.page-placeholder p{font-size:14px}}
