:root{--green:#164f3b;--green2:#1d6b4f;--cream:#f7f3ea;--ink:#18231f;--muted:#66716c;--line:#e4e1d8;--white:#fff;--radius:18px;--shadow:0 12px 35px rgba(24,35,31,.08)}*{box-sizing:border-box}body{margin:0;font-family:'DM Sans',Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.55}a{color:inherit;text-decoration:none}.announcement{background:var(--green);color:#fff;text-align:center;font-size:13px;padding:9px 15px}.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}.header-inner{min-height:76px;display:flex;align-items:center;gap:28px}.logo{font-family:'Playfair Display',serif;font-size:30px;font-weight:700;color:var(--green);white-space:nowrap}.nav{display:flex;align-items:center;gap:22px;flex:1}.nav a{font-size:14px;font-weight:600}.nav a:hover{color:var(--green2)}.header-actions{display:flex;gap:14px;align-items:center}.icon-link{font-size:14px;font-weight:700}.menu-toggle{display:none;border:0;background:none;font-size:25px}.hero{background:var(--cream);padding:76px 0}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:50px;align-items:center}.eyebrow{color:var(--green2);font-size:12px;letter-spacing:1.5px;font-weight:800}.hero h1{font-family:'Playfair Display',serif;font-size:clamp(42px,5vw,68px);line-height:1.02;margin:12px 0 18px}.hero p{font-size:18px;color:var(--muted);max-width:590px}.buttons{display:flex;gap:12px;margin-top:28px;flex-wrap:wrap}.btn{display:inline-block;padding:13px 21px;border-radius:999px;font-weight:700;font-size:14px;border:1px solid var(--green)}.btn-primary{background:var(--green);color:#fff}.btn-secondary{background:#fff;color:var(--green)}.hero-image{min-height:430px;border-radius:28px;background:#e9e4d7 center/cover no-repeat;box-shadow:var(--shadow)}.section{padding:70px 0}.section-head{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:28px}.section h2{font-family:'Playfair Display',serif;font-size:36px;margin:0}.section-intro{color:var(--muted);margin:8px 0 0}.link-more{font-weight:700;color:var(--green)}.category-grid,.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.category-card{min-height:240px;border-radius:var(--radius);padding:24px;background:linear-gradient(145deg,#f3f0e8,#e7eee9);display:flex;align-items:end;box-shadow:var(--shadow);transition:.2s}.category-card:hover{transform:translateY(-3px)}.category-card h3{font-size:22px;margin:0}.category-card span{display:block;color:var(--muted);font-size:13px;margin-top:5px}.product-card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff}.product-card img,.product-placeholder{width:100%;aspect-ratio:1/1;object-fit:contain!important;object-position:center!important;background:#f3f1ea;display:block}.product-card .collection-product-image img,.collection-product-image img{width:100%!important;height:100%!important;aspect-ratio:1/1!important;object-fit:contain!important;object-position:center!important;display:block}.collection-product-image{width:100%!important;aspect-ratio:1/1!important;height:auto!important;background:#f7f3ea!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important}.product-info{padding:16px}.product-info h3{font-size:15px;margin:0 0 7px}.price{font-weight:800;color:var(--green)}.trust{background:var(--green);color:#fff;padding:30px 0}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.trust-item{text-align:center}.trust-item strong{display:block;font-size:16px}.trust-item span{font-size:13px;opacity:.78}.site-footer{background:#102d24;color:#dce8e2;padding:55px 0 25px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:50px}.footer-logo{font-family:'Playfair Display',serif;font-size:30px;color:#fff}.footer h3{font-size:14px;color:#fff;margin-top:0}.footer-links{display:grid;gap:9px;font-size:14px;color:#b9cbc2}.copyright{border-top:1px solid rgba(255,255,255,.12);margin-top:40px;padding-top:20px;font-size:12px;color:#9eb1a8}.collection-page{padding:55px 0}.collection-title{font-family:'Playfair Display',serif;font-size:44px;margin:0 0 12px}.collection-desc{color:var(--muted);max-width:700px;margin-bottom:30px}.mobile-shop{display:none}@media(max-width:900px){.nav{display:none}.menu-toggle{display:block}.header-inner{justify-content:space-between}.mobile-shop{display:block}.hero-grid{grid-template-columns:1fr}.hero-image{min-height:320px}.category-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.trust-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.hero{padding:52px 0}.hero h1{font-size:44px}.hero p{font-size:16px}.category-grid,.product-grid{grid-template-columns:1fr}.section{padding:52px 0}.section-head{align-items:start;flex-direction:column}.footer-grid{grid-template-columns:1fr}.logo{font-size:27px}}.nav{display:flex;align-items:center;gap:4px;flex:1;justify-content:center}.nav-item{position:relative}.nav-item>a{display:block;padding:10px 9px;text-decoration:none}.nav-item.has-dropdown>a:after{content:' ▾';font-size:.72em}.dropdown{display:none;position:absolute;top:100%;left:0;min-width:220px;background:#fffdf7;border:1px solid #e7e1d5;border-radius:10px;padding:8px;box-shadow:0 14px 30px rgba(20,40,25,.12);z-index:50}.dropdown a{display:block;padding:9px 11px;text-decoration:none;border-radius:7px}.dropdown a:hover{background:#f2f5ef}.nav-item:hover .dropdown,.nav-item:focus-within .dropdown{display:block}.mobile-nav{padding:15px 0 22px;gap:8px;background:#fffdf7}.mobile-nav>a{display:block;padding:9px 0;text-decoration:none;font-weight:600}.mobile-subnav{display:grid;gap:5px;padding:0 0 7px 15px}.mobile-subnav a{font-size:.94rem;padding:5px 0;text-decoration:none}@media(max-width:1050px){.nav{gap:0}.nav-item>a{padding:9px 5px;font-size:.88rem}}@media(max-width:800px){.nav{display:none}.header-actions{margin-left:auto}.menu-toggle{display:inline-flex}.header-inner{gap:12px}}@media(min-width:801px){.menu-toggle{display:none}.mobile-nav{display:none!important}}@media(max-width:800px){body{font-size:15px;overflow-x:hidden}.announcement{font-size:12px;padding:8px 12px}.site-header{box-shadow:0 2px 14px rgba(24,35,31,.07)}.header-inner{min-height:64px;padding:0 4px}.logo{font-size:25px}.header-actions{gap:8px}.icon-link{font-size:0;width:38px;height:38px;display:flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:50%;background:#fff}.header-actions .icon-link:first-child:before{content:'⌕';font-size:22px;line-height:1}.header-actions .icon-link:last-child:before{content:'🛒';font-size:17px}.menu-toggle{width:40px;height:40px;border:1px solid var(--line);border-radius:50%;font-size:20px;align-items:center;justify-content:center;color:var(--green);background:#fff}.hero{padding:38px 0 42px}.hero-grid{gap:26px}.hero h1{font-size:40px;letter-spacing:-.6px}.hero p{font-size:16px;line-height:1.6;margin-top:12px}.buttons{display:grid;grid-template-columns:1fr;gap:10px;margin-top:22px}.btn{width:100%;text-align:center;padding:14px 18px}.hero-image{min-height:260px;border-radius:20px;order:-1}.section{padding:42px 0}.section h2{font-size:29px}.section-head{margin-bottom:20px}.category-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.category-card{min-height:155px;border-radius:14px;padding:15px}.category-card h3{font-size:17px;line-height:1.2}.category-card span{font-size:11px}.product-card{border-radius:14px}.product-card img,.product-placeholder,.collection-product-image,.product-card .collection-product-image img,.collection-product-image img{aspect-ratio:1/1!important}.product-info{padding:11px}.product-info h3{font-size:13px;line-height:1.35}.price{font-size:14px}.trust{padding:24px 0}.trust-grid{grid-template-columns:repeat(2,1fr);gap:9px}.trust-item{padding:12px 7px;background:rgba(255,255,255,.06);border-radius:12px}.trust-item strong{font-size:13px}.trust-item span{font-size:11px;line-height:1.4}.site-footer{padding:38px 0 20px}.footer-grid{grid-template-columns:1fr;gap:28px}.footer-logo{font-size:27px}.footer-links{font-size:13px}.collection-page{padding:34px 0}.collection-title{font-size:34px;line-height:1.08}.collection-desc{font-size:14px;margin-bottom:22px}.product-detail-grid{gap:0}.product-page-image{aspect-ratio:1/1;border-radius:16px}.product-detail-info{padding-top:22px}.product-detail-price{font-size:25px}.product-retail-note{font-size:12px}.product-option{height:50px;font-size:16px;border-radius:10px}.purchase-row{gap:9px;margin-bottom:22px}.quantity-input{height:50px;width:78px;border-radius:10px}.product-add-button{height:50px;border-radius:999px;font-size:15px;box-shadow:0 6px 18px rgba(22,79,59,.18)}.product-description{font-size:14px}.business-note{font-size:12px;padding:14px;border-radius:12px}.mobile-nav{border-top:1px solid var(--line);box-shadow:0 12px 25px rgba(24,35,31,.08);padding:13px 18px 18px}.mobile-nav>a{padding:12px 4px;border-bottom:1px solid #eeeae1;font-size:15px}.mobile-subnav{padding-left:14px}.mobile-subnav a{padding:8px 0;font-size:14px}}@media(max-width:420px){.header-inner{gap:7px}.logo{font-size:23px}.header-actions{gap:5px}.icon-link,.menu-toggle{width:36px;height:36px}.hero h1{font-size:36px}.hero-image{min-height:230px}.category-card{min-height:145px}.category-card h3{font-size:16px}.product-info h3{font-size:12.5px}.product-detail-price{font-size:24px}}