@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Manrope:wght@300;400;500;600;700&display=swap");

/* ============ GREEN NUTRITIONAL PALETTE ============
   --deep-green   #1f3a2e   (espresso replacement)
   --forest       #2d5840   (primary green)
   --sage         #5a7f5e   (soft sage)
   --olive        #8ba374   (accent olive)
   --cream        #f5f1e8   (background cream)
   --off-white    #fbfaf4   (softer than white)
   --leaf         #6b8e57   (positive/success)
   --amber        #c98f3c   (warm accent, kept)
   --char         #15241d   (deepest text)
   ===================================================== */

*{box-sizing:border-box;margin:0;padding:0}
html,body{background:#fbfaf4;color:#1f2a22;font-family:"Manrope",sans-serif;font-size:14px;font-weight:400;line-height:1.65;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
a{color:#1f3a2e;text-decoration:none;transition:color .22s ease}
a:hover{color:#5a7f5e}
img{max-width:100%;display:block;border:0}
ul{list-style:none}
button{font-family:inherit;cursor:pointer}

h1,h2,h3,h4{font-family:"Cormorant Garamond",serif;font-weight:500;color:#15241d;line-height:1.15;letter-spacing:-.01em}
h1{font-size:35px;font-weight:400}
h2{font-size:22px;font-weight:500}
h3{font-size:20px;font-weight:500}

.master-wrapper-page{width:100%;min-height:100vh;display:flex;flex-direction:column;background:#fbfaf4}
.master-wrapper-content{flex:1;width:100%;max-width:1320px;margin:0 auto;padding:0 24px}

.ajax-loading-block-window,#dialog-notifications-success,#dialog-notifications-error,.bar-notification-container{display:none}

/* ========= HEADER ========= */
.header{position:sticky;top:0;z-index:100;background:#fbfaf4;border-bottom:1px solid rgba(139,163,116,.24)}
.header-upper{background:#15241d;padding:8px 30px;font-size:11.5px;display:flex;justify-content:space-between;align-items:center;min-height:36px;color:#c8d9b8;letter-spacing:.4px}
.header-text-wrapper.middle{color:#c8d9b8;font-family:"Cormorant Garamond",serif;font-style:italic;font-size:13px;letter-spacing:.3px}
.header-links-wrapper.last{display:flex;align-items:center}
.header-links.nav-panel ul{display:flex;gap:22px;align-items:center}
.header-links.nav-panel ul li a{color:#c8d9b8;font-size:11px;letter-spacing:1.2px;text-transform:uppercase;font-weight:500;display:inline-flex;align-items:center;gap:6px}
.header-links.nav-panel ul li a:hover{color:#fff}
.cart-pill{background:#8ba374;color:#15241d;font-size:10px;padding:2px 6px;border-radius:10px;min-width:18px;text-align:center;font-weight:700}
.close-button{display:none}

.header-lower{display:flex;align-items:center;padding:18px 30px;gap:40px;max-width:1400px;margin:0 auto}
.header-logo.desktop{flex-shrink:0}
.header-logo.desktop img,.header-logo.mobile img{width:auto;height:60px}

.header-menu.nav-panel{flex:1}
.mega-menu{display:flex;justify-content:center;gap:44px;align-items:center}
.mega-menu > li{position:relative;padding:8px 0}
.mega-menu > li > a{font-family:"Cormorant Garamond",serif;font-size:19px;font-weight:500;color:#1f3a2e;padding:6px 2px;display:inline-flex;align-items:center;letter-spacing:.3px}
.mega-menu > li > a:hover{color:#5a7f5e}
.mega-menu > li.has-sublist > a::after{content:"\25BE";margin-left:6px;font-size:9px;color:#8ba374}
.mega-menu .sublist-wrap{position:absolute;top:100%;left:50%;transform:translateX(-50%) translateY(6px);background:#fff;min-width:220px;padding:10px 0;box-shadow:0 14px 34px rgba(31,58,46,.1);opacity:0;visibility:hidden;transition:all .22s ease;z-index:10;border:1px solid rgba(139,163,116,.28)}
.mega-menu .has-sublist:hover .sublist-wrap{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}
.sublist li{padding:9px 20px}
.sublist li.back-button{display:none}
.sublist li a{font-size:13px;color:#2d4233;letter-spacing:.2px}
.sublist li a:hover{color:#5a7f5e}
.plus-button{display:none}

.search-cart-wrapper{flex-shrink:0;min-width:0}

.overlayOffCanvas{display:none;position:fixed;inset:0;background:rgba(21,36,29,.6);z-index:98}
body.mobile-nav-open .overlayOffCanvas{display:block}
.responsive-nav-wrapper{display:none;align-items:center;justify-content:space-between;padding:12px 16px;background:#fbfaf4;border-bottom:1px solid rgba(139,163,116,.24);position:sticky;top:0;z-index:99}
.responsive-nav-wrapper .button{cursor:pointer;padding:6px;width:32px;height:32px;background-repeat:no-repeat;background-position:center}
.responsive-nav-wrapper .button .txt{display:none}
.responsive-nav-wrapper .menu-button{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231f3a2e' stroke-width='1.6'><line x1='3' y1='7' x2='21' y2='7'/><line x1='3' y1='12' x2='21' y2='12'/><line x1='3' y1='17' x2='21' y2='17'/></svg>")}
.responsive-nav-wrapper .personal-button{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231f3a2e' stroke-width='1.6'><path d='M6 2L3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z'/><line x1='3' y1='6' x2='21' y2='6'/><path d='M16 10a4 4 0 0 1-8 0'/></svg>")}

.mobile-drawer{display:none;position:fixed;top:0;left:0;width:80%;max-width:340px;height:100vh;background:#fbfaf4;z-index:99;padding:60px 28px 30px;flex-direction:column;gap:6px;transform:translateX(-100%);transition:transform .3s ease;box-shadow:20px 0 40px rgba(0,0,0,.1)}
body.mobile-nav-open .mobile-drawer{transform:translateX(0)}
.mobile-drawer a{font-family:"Cormorant Garamond",serif;font-size:22px;padding:14px 0;border-bottom:1px solid rgba(139,163,116,.28);color:#1f3a2e}

/* ========= HERO (NEW LAYOUT) ========= */
.slider-wrapper{width:100%;position:relative}
.anywhere-slider.slickless{position:relative}
.anywhereslider-slide.picture-slide{position:relative;display:block;min-height:680px;overflow:hidden}

.hero-bg-image{position:absolute;inset:0;width:100%;height:100%;z-index:1;overflow:hidden}
.hero-bg-image img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}

.hero-dark-overlay{position:absolute;inset:0;background:linear-gradient(110deg,rgba(15,24,20,.82) 0%,rgba(15,24,20,.72) 45%,rgba(15,24,20,.5) 75%,rgba(15,24,20,.35) 100%);z-index:2}

.hero-grid{position:relative;z-index:3;max-width:1320px;margin:0 auto;padding:90px 40px;display:grid;grid-template-columns:1.3fr 1fr;gap:60px;align-items:center;min-height:680px}

.hero-overlay-content{color:#fff;max-width:640px}
.hero-eyebrow{display:inline-block;font-size:11px;letter-spacing:2.8px;text-transform:uppercase;color:#c8d9b8;margin-bottom:22px;font-weight:500}
.hero-overlay-content h1{font-family:"Cormorant Garamond",serif;font-size:76px;font-weight:400;color:#fff;margin-bottom:24px;line-height:1;letter-spacing:-.02em}
.hero-overlay-content h1 em{font-style:italic;color:#b5d19a;font-weight:500}
.hero-overlay-content .hero-sub{font-size:16px;margin-bottom:34px;font-weight:400;line-height:1.7;max-width:520px;color:#e8efd9}
.hero-actions{display:flex;align-items:center;gap:28px;flex-wrap:wrap;margin-bottom:44px}
.hero-cta{display:inline-block;background:#8ba374;border:1px solid #8ba374;padding:16px 40px;color:#15241d;font-size:11px;letter-spacing:3px;font-weight:700;text-transform:uppercase;transition:all .3s ease;font-family:"Manrope",sans-serif}
.hero-cta:hover{background:#b5d19a;border-color:#b5d19a;color:#15241d}
.hero-cta-link{color:#b5d19a;font-size:14px;font-style:italic;font-family:"Cormorant Garamond",serif;letter-spacing:.3px;border-bottom:1px solid transparent;padding-bottom:2px}
.hero-cta-link:hover{border-bottom-color:#b5d19a}

.hero-trust-row{display:flex;align-items:center;gap:24px;padding-top:28px;border-top:1px solid rgba(184,217,155,.25)}
.hero-trust-item{display:flex;flex-direction:column;gap:3px}
.hero-trust-item strong{font-family:"Cormorant Garamond",serif;font-size:28px;font-weight:600;color:#fff;line-height:1;letter-spacing:-.01em}
.hero-trust-item strong em{font-style:normal;font-size:18px;color:#b5d19a;font-weight:400}
.hero-trust-item span{font-size:10.5px;letter-spacing:1.8px;text-transform:uppercase;color:#a8c292;font-weight:500}
.hero-trust-divider{width:1px;height:36px;background:rgba(184,217,155,.3)}

.hero-side-card{justify-self:end;width:100%;max-width:340px;background:#fbfaf4;border-radius:4px;overflow:hidden;box-shadow:0 30px 70px rgba(0,0,0,.35);transform:rotate(1.5deg);transition:transform .45s ease}
.hero-side-card:hover{transform:rotate(0)}
.hero-side-image{width:100%;aspect-ratio:4/5;position:relative;overflow:hidden}
.hero-side-image img{width:100%;height:100%;object-fit:cover;display:block}
.hero-side-caption{padding:20px 22px 24px;display:flex;flex-direction:column;gap:6px;background:#fbfaf4}
.hero-side-eyebrow{font-size:10px;letter-spacing:2.2px;text-transform:uppercase;color:#2d5840;font-weight:700}
.hero-side-caption strong{font-family:"Cormorant Garamond",serif;font-size:21px;font-weight:500;color:#15241d;line-height:1.15;letter-spacing:-.005em}
.hero-side-price{font-size:13.5px;color:#2d4233;font-weight:600;margin-top:2px}
.hero-side-price em{font-style:normal;color:#7a8a78;text-decoration:line-through;font-weight:400;margin-left:4px;font-size:12px}

.slick-arrows{display:none}

/* ========= TAGLINE BAR ========= */
.greyArea{margin-bottom:55px;background:linear-gradient(90deg,#2d5840 0%,#3a6f50 50%,#2d5840 100%);color:#fff;position:relative;overflow:hidden}
.greyArea::before,.greyArea::after{content:"";position:absolute;top:50%;transform:translateY(-50%);width:40px;height:1px;background:rgba(255,255,255,.45)}
.greyArea::before{left:24%}
.greyArea::after{right:24%}
.row-rapper-padding{max-width:1400px;margin:0 auto}
.row-rapper-padding div{padding:22px 15px}
.row-rapper-padding h1{text-align:center;color:#fff;font-size:20px;font-family:"Cormorant Garamond",serif;font-weight:400;font-style:italic;letter-spacing:.3px}

/* ========= CATALOG ========= */
.catalog-section{padding:90px 0 60px;max-width:1320px;margin:0 auto}
.catalog-head{text-align:center;max-width:740px;margin:0 auto 60px;padding:0 20px}
.cat-eyebrow{display:inline-block;font-size:11px;letter-spacing:3px;text-transform:uppercase;color:#5a7f5e;margin-bottom:18px;font-weight:600}
.cat-title{font-family:"Cormorant Garamond",serif;font-size:46px;font-weight:400;line-height:1.1;margin-bottom:20px;color:#15241d;letter-spacing:-.015em}
.cat-sub{font-size:15px;color:#3d4e42;line-height:1.7;max-width:640px;margin:0 auto}

.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:34px;padding:0 20px}

.product-card{background:#fff;border:1px solid rgba(139,163,116,.25);border-radius:4px;overflow:hidden;display:flex;flex-direction:column;transition:transform .35s ease,box-shadow .35s ease;position:relative}
.product-card:hover{transform:translateY(-6px);box-shadow:0 22px 50px rgba(31,58,46,.14)}

.product-media{position:relative;aspect-ratio:3/4;overflow:hidden;background:#eaf0e0}
.product-media img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}
.product-card:hover .product-media img{transform:scale(1.035)}
.product-badge{position:absolute;top:16px;left:16px;background:#1f3a2e;color:#fff;font-size:9.5px;letter-spacing:1.8px;padding:7px 13px;font-weight:600;text-transform:uppercase;border-radius:2px}
.product-badge.amber{background:#c98f3c}
.product-badge.navy{background:#8ba374;color:#15241d}

.product-body{padding:26px 26px 28px;display:flex;flex-direction:column;gap:14px;flex:1}
.product-rating{display:flex;align-items:center;gap:8px;font-size:12.5px;color:#4a5b4e}
.stars{color:#c98f3c;letter-spacing:1px;font-size:13px}
.rate-num{font-weight:600;color:#1f3a2e}
.sold-num{color:#6a7b6e}

.product-title{font-family:"Cormorant Garamond",serif;font-size:26px;font-weight:500;line-height:1.15;color:#15241d;margin:0}
.product-desc{font-size:13.5px;line-height:1.7;color:#3d4e42;flex:1}

.product-meta{display:flex;align-items:flex-end;justify-content:space-between;margin-top:6px;padding-top:16px;border-top:1px solid rgba(139,163,116,.22)}
.price-block{display:flex;align-items:baseline;gap:10px}
.price-now{font-family:"Cormorant Garamond",serif;font-size:28px;font-weight:600;color:#15241d}
.price-was{font-size:13px;color:#8a9a8e;text-decoration:line-through}
.format-tag{font-size:10.5px;letter-spacing:1.5px;text-transform:uppercase;color:#3d4e42;background:#eaf0e0;padding:5px 10px;border-radius:2px;font-weight:500}

.preview-form{background:#f5f1e8;border:1px solid rgba(139,163,116,.3);border-radius:3px;padding:14px 16px;margin-top:4px}
.preview-label{display:block;margin-bottom:9px;font-style:italic;font-family:"Cormorant Garamond",serif;font-size:14px;letter-spacing:.2px;color:#1f3a2e}
.preview-row{display:flex;gap:8px;align-items:center}
.preview-row input{flex:1;background:#fff;border:1px solid #c4cfb6;padding:9px 12px;font-size:12.5px;font-family:inherit;color:#1f3a2e;outline:none;border-radius:2px;min-width:0}
.preview-row input:focus{border-color:#5a7f5e}
.preview-row button{background:#1f3a2e;color:#fff;border:0;padding:9px 14px;font-size:10.5px;letter-spacing:1.2px;text-transform:uppercase;font-weight:600;white-space:nowrap;border-radius:2px;transition:background .2s ease}
.preview-row button:hover{background:#5a7f5e}
.preview-row button:disabled{opacity:.75;cursor:not-allowed}

.product-cta{margin-top:4px;background:#1f3a2e;color:#fff;border:0;padding:15px 20px;font-size:11.5px;letter-spacing:2px;text-transform:uppercase;font-weight:600;transition:background .25s ease;border-radius:2px}
.product-cta:hover{background:#5a7f5e}

/* ========= PLACEHOLDERS (INNER) ========= */
.img-placeholder{width:100%;aspect-ratio:3/4;background:repeating-linear-gradient(45deg,#e8eedc 0,#e8eedc 12px,#d9e2c7 12px,#d9e2c7 24px);border:1px dashed rgba(45,88,64,.4);border-radius:4px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;color:#5a7f5e;font-family:"Manrope",sans-serif;font-size:11.5px;letter-spacing:1.5px;text-transform:uppercase;font-weight:600;text-align:center;padding:20px;position:relative}
.img-placeholder::before{content:"IMG";position:absolute;top:14px;left:14px;font-size:9.5px;color:#5a7f5e;letter-spacing:2px;font-weight:700;background:#fbfaf4;padding:3px 7px;border:1px solid rgba(139,163,116,.4);border-radius:2px}
.img-placeholder::after{content:attr(data-label);position:absolute;bottom:14px;right:14px;font-size:9px;color:#8ba374;letter-spacing:1px;font-weight:500;text-transform:none;font-style:italic}
.img-placeholder-portrait{aspect-ratio:4/5;border-radius:15px;background:repeating-linear-gradient(45deg,#dce5cc 0,#dce5cc 14px,#ccd8bb 14px,#ccd8bb 28px)}
.img-placeholder-wide{aspect-ratio:4/3;border-radius:15px;background:repeating-linear-gradient(45deg,#dce5cc 0,#dce5cc 14px,#ccd8bb 14px,#ccd8bb 28px)}

/* ========= REAL IMAGES — SIZING ========= */
.about-author-img{width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:15px;box-shadow:0 18px 40px rgba(31,58,46,.12);display:block}
.feature-blog-img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;border-radius:15px;box-shadow:0 18px 40px rgba(31,58,46,.1);display:block}
.blog-hero-img{width:100%;height:auto;aspect-ratio:16/7;object-fit:cover;border-radius:4px;display:block;box-shadow:0 18px 40px rgba(31,58,46,.12)}
.about-portrait-img{width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:15px;box-shadow:0 18px 40px rgba(31,58,46,.12);display:block}

/* ========= "WHAT'S INSIDE" ========= */
.inside-section{max-width:1320px;margin:40px auto 0;padding:60px 20px 30px}
.inside-head{text-align:center;max-width:740px;margin:0 auto 54px}
.inside-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.inside-item{background:#fff;border:1px solid rgba(139,163,116,.25);border-radius:3px;padding:34px 30px 32px;display:flex;flex-direction:column;gap:10px;transition:transform .3s ease,box-shadow .3s ease;position:relative;overflow:hidden}
.inside-item::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#5a7f5e 0%,#8ba374 100%);transform:scaleX(0);transform-origin:left;transition:transform .35s ease}
.inside-item:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(31,58,46,.1)}
.inside-item:hover::before{transform:scaleX(1)}
.inside-num{font-family:"Cormorant Garamond",serif;font-size:32px;color:#8ba374;font-style:italic;font-weight:500;line-height:1;margin-bottom:8px}
.inside-item h3{font-family:"Cormorant Garamond",serif;font-size:22px;font-weight:500;color:#15241d;line-height:1.2;letter-spacing:-.005em}
.inside-item p{font-size:13.5px;line-height:1.75;color:#3d4e42}

/* ========= ABOUT / FEATURE GRIDS ========= */
.grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;margin-bottom:55px;max-width:1200px;margin-left:auto;margin-right:auto;padding:40px 20px}
.grid-item{padding:15px}
.grid-item > img{margin-right:auto;margin-left:auto;display:block;border-radius:15px;width:100%;height:auto;box-shadow:0 18px 40px rgba(31,58,46,.1)}
.grid-item div h1{font-size:35px;line-height:1.1}
.grid-item div p{text-align:left;margin-top:14px;color:#3d4e42;font-size:14.5px;line-height:1.75}
.grid-item em{font-style:italic;color:#15241d}
.about-eyebrow{display:inline-block;font-size:10.5px;letter-spacing:3px;text-transform:uppercase;color:#5a7f5e;margin-bottom:16px;font-weight:600}

.grid-arrow{margin-bottom:55px;margin-top:24px}
.grid-arrow a{display:inline-block;width:auto;text-align:left;color:#1f3a2e;font-size:13px;letter-spacing:1.6px;font-weight:600;text-transform:uppercase;border-bottom:1px solid #1f3a2e;padding-bottom:4px;padding-right:26px;position:relative;transition:all .25s ease}
.grid-arrow a::after{content:"→";position:absolute;right:0;top:50%;transform:translateY(-55%);color:#8ba374;font-size:15px;transition:transform .25s ease}
.grid-arrow a:hover{color:#5a7f5e;border-color:#5a7f5e}
.grid-arrow a:hover::after{transform:translateY(-55%) translateX(4px)}

.standswithsmallbanner{background:linear-gradient(180deg,#eef2e3 0%,#dde5ce 100%);margin-bottom:55px;position:relative;overflow:hidden}
.standswithsmallbanner::before{content:"";position:absolute;top:20px;right:20px;width:80px;height:80px;border:1px solid rgba(90,127,94,.35);border-radius:50%}
.standswithsmallbanner::after{content:"";position:absolute;bottom:30px;left:30px;width:120px;height:1px;background:rgba(90,127,94,.4)}
.standswithsmallbanner .grid{margin-bottom:55px;padding:60px 20px;position:relative;z-index:1}
.standswithsmallbanner .grid-item > a > .grid-arrow{display:inline-block;font-size:13px;letter-spacing:1.6px;font-weight:600;text-transform:uppercase;color:#1f3a2e;border-bottom:1px solid #1f3a2e;padding-bottom:4px;padding-right:26px;position:relative;margin-top:24px}
.standswithsmallbanner .grid-item > a > .grid-arrow::after{content:"→";position:absolute;right:0;top:50%;transform:translateY(-55%);color:#8ba374;font-size:15px}

/* ========= TESTIMONIALS ========= */
.testimonials-section{padding:90px 0 60px;max-width:1320px;margin:0 auto}
.test-head{text-align:center;margin-bottom:56px;padding:0 20px}
.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;padding:0 20px}

.testimonial{background:#fff;border:1px solid rgba(139,163,116,.25);padding:30px 28px;display:flex;flex-direction:column;gap:16px;border-radius:3px;position:relative}
.testimonial::before{content:"\201C";position:absolute;top:-8px;left:22px;font-family:"Cormorant Garamond",serif;font-size:90px;color:#c4cfb6;line-height:1;font-weight:700}
.t-stars{color:#c98f3c;font-size:14px;letter-spacing:2px}
.t-quote{font-size:14px;line-height:1.75;color:#2d4233;font-style:italic;font-family:"Cormorant Garamond",serif;font-weight:400}
.t-author{margin-top:auto;padding-top:14px;border-top:1px solid rgba(139,163,116,.28);display:flex;flex-direction:column;gap:3px}
.t-author strong{font-family:"Manrope",sans-serif;font-size:13px;color:#15241d;font-weight:600;letter-spacing:.2px}
.t-author span{font-size:11.5px;color:#6a7b6e;letter-spacing:.5px}

.t-1{grid-column:span 2}
.t-3{grid-column:span 2}
.t-2{grid-column:span 1}
.t-4{grid-column:span 1}
.t-5{grid-column:span 1}
.t-6{grid-column:span 2}

/* ========= BUNDLE ========= */
.bundle-section{background:linear-gradient(135deg,#15241d 0%,#1f3a2e 50%,#2d5840 100%);color:#e8efd9;padding:80px 24px;margin:60px -24px;position:relative;overflow:hidden}
.bundle-section::before{content:"";position:absolute;top:-80px;right:-80px;width:240px;height:240px;border:1px solid rgba(139,163,116,.22);border-radius:50%}
.bundle-section::after{content:"";position:absolute;bottom:-60px;left:-60px;width:180px;height:180px;border:1px solid rgba(139,163,116,.16);border-radius:50%}
.bundle-inner{max-width:1160px;margin:0 auto;display:grid;grid-template-columns:1.25fr 1fr;gap:60px;align-items:center;position:relative;z-index:1}
.bundle-copy{padding-right:20px}
.bundle-eyebrow{display:inline-block;font-size:10.5px;letter-spacing:3px;text-transform:uppercase;color:#c8d9b8;margin-bottom:20px;font-weight:700;padding:6px 14px;background:rgba(139,163,116,.2);border:1px solid rgba(139,163,116,.45);border-radius:2px}
.bundle-title{font-family:"Cormorant Garamond",serif;font-size:52px;font-weight:400;color:#fff;margin-bottom:22px;letter-spacing:-.02em;line-height:1.05}
.bundle-lede{font-size:15px;color:#c8d9b8;line-height:1.8;margin-bottom:26px}
.bundle-list{display:flex;flex-direction:column;gap:11px;padding-left:0}
.bundle-list li{font-size:14px;color:#dde5c7;line-height:1.6;padding-left:30px;position:relative}
.bundle-list li::before{content:"";position:absolute;left:0;top:8px;width:18px;height:1px;background:#8ba374}
.bundle-list li::after{content:"";position:absolute;left:14px;top:4px;width:8px;height:8px;border-right:1px solid #8ba374;border-bottom:1px solid #8ba374;transform:rotate(-45deg)}

.bundle-offer{display:flex;justify-content:center}
.bundle-price-card{background:#fbfaf4;color:#1f3a2e;padding:40px 34px 34px;border-radius:3px;text-align:center;width:100%;max-width:380px;box-shadow:0 30px 60px rgba(0,0,0,.3);position:relative}
.bundle-price-card::before{content:"";position:absolute;top:-1px;left:-1px;right:-1px;height:6px;background:linear-gradient(90deg,#5a7f5e 0%,#8ba374 50%,#5a7f5e 100%);border-radius:3px 3px 0 0}
.bundle-label{display:block;font-size:11px;letter-spacing:2.5px;text-transform:uppercase;color:#6a7b6e;font-weight:600;margin-bottom:14px}
.bundle-price{display:flex;flex-direction:column;gap:4px;align-items:center;margin-bottom:10px}
.bundle-was{font-size:15px;color:#8a9a8e;text-decoration:line-through;letter-spacing:.3px}
.bundle-now{font-family:"Cormorant Garamond",serif;font-size:52px;font-weight:600;color:#15241d;line-height:1;letter-spacing:-.01em}
.bundle-save{display:inline-block;font-size:12px;font-weight:600;color:#8c5d1f;background:#f4e4c4;padding:6px 12px;border-radius:2px;margin-bottom:22px;letter-spacing:.2px}
.bundle-cta{width:100%;background:#1f3a2e;color:#fff;border:0;padding:17px;font-size:12px;letter-spacing:2.5px;text-transform:uppercase;font-weight:600;border-radius:2px;transition:background .25s ease;cursor:pointer;font-family:"Manrope",sans-serif}
.bundle-cta:hover{background:#5a7f5e}
.bundle-note{font-size:13px;color:#6a7b6e;line-height:1.5;margin-top:14px;font-style:italic;font-family:"Cormorant Garamond",serif}

/* ========= WHY ========= */
.why-section{background:#15241d;color:#dde5c7;padding:80px 20px;margin:40px -24px 0;border-radius:4px}
.why-inner{max-width:1100px;margin:0 auto}
.why-title{font-family:"Cormorant Garamond",serif;font-size:44px;font-weight:400;color:#fff;margin-bottom:48px;text-align:center;letter-spacing:-.01em}
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:36px}
.why-item{display:flex;flex-direction:column;gap:10px}
.why-num{font-family:"Cormorant Garamond",serif;font-size:36px;color:#8ba374;font-weight:500;font-style:italic;margin-bottom:4px}
.why-item h4{font-family:"Cormorant Garamond",serif;font-size:21px;font-weight:500;color:#fff;letter-spacing:-.005em}
.why-item p{font-size:13.5px;line-height:1.7;color:#b0c199}

/* ========= FAQ ========= */
.faq-section{max-width:960px;margin:40px auto 0;padding:70px 20px 30px}
.faq-head{text-align:center;margin-bottom:50px;max-width:740px;margin-left:auto;margin-right:auto}
.faq-list{display:flex;flex-direction:column;gap:14px}
.faq-item{background:#fff;border:1px solid rgba(139,163,116,.28);border-radius:3px;overflow:hidden;transition:border-color .25s ease}
.faq-item[open]{border-color:#5a7f5e;box-shadow:0 10px 30px rgba(31,58,46,.08)}
.faq-item summary{padding:22px 28px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:20px;list-style:none;transition:background .2s ease}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary:hover{background:#f5f1e8}
.faq-q{font-family:"Cormorant Garamond",serif;font-size:21px;font-weight:500;color:#15241d;line-height:1.3;letter-spacing:-.005em}
.faq-icon{flex-shrink:0;width:28px;height:28px;position:relative}
.faq-icon::before,.faq-icon::after{content:"";position:absolute;top:50%;left:50%;background:#5a7f5e;transition:transform .3s ease}
.faq-icon::before{width:14px;height:1.5px;transform:translate(-50%,-50%)}
.faq-icon::after{width:1.5px;height:14px;transform:translate(-50%,-50%)}
.faq-item[open] .faq-icon::after{transform:translate(-50%,-50%) rotate(90deg);opacity:0}
.faq-a{padding:4px 28px 24px}
.faq-a p{font-size:14px;line-height:1.8;color:#3d4e42}

/* ========= BLOG PAGE ========= */
.blog-hero{background:linear-gradient(180deg,#eef2e3 0%,#dde5ce 100%);padding:72px 24px 56px;border-bottom:1px solid rgba(139,163,116,.28);position:relative;overflow:hidden}
.blog-hero::before{content:"";position:absolute;top:40px;right:60px;width:100px;height:1px;background:rgba(90,127,94,.5)}
.blog-hero::after{content:"";position:absolute;bottom:-40px;left:-40px;width:160px;height:160px;border:1px solid rgba(90,127,94,.28);border-radius:50%}
.blog-hero-inner{max-width:860px;margin:0 auto;position:relative;z-index:1}
.blog-meta{display:inline-block;font-size:10.5px;letter-spacing:2.6px;text-transform:uppercase;color:#5a7f5e;font-weight:700;margin-bottom:20px}
.blog-hero-title{font-family:"Cormorant Garamond",serif;font-size:58px;font-weight:400;color:#15241d;line-height:1.05;margin-bottom:22px;letter-spacing:-.02em}
.blog-hero-lede{font-size:17px;color:#2d4233;line-height:1.65;max-width:680px;font-family:"Cormorant Garamond",serif;font-style:italic;font-weight:400;margin-bottom:32px}
.blog-author-row{display:flex;align-items:center;gap:14px;padding-top:22px;border-top:1px solid rgba(90,127,94,.35);max-width:420px}
.blog-author-avatar{width:48px;height:48px;border-radius:50%;background:#1f3a2e;color:#b5d19a;display:flex;align-items:center;justify-content:center;font-family:"Cormorant Garamond",serif;font-weight:600;font-size:17px;letter-spacing:1px;flex-shrink:0}
.blog-author-info{display:flex;flex-direction:column;gap:2px}
.blog-author-info strong{font-size:13.5px;font-weight:600;color:#15241d;letter-spacing:.1px}
.blog-author-info span{font-size:11.5px;color:#4a5b4e;letter-spacing:.3px}

.blog-feature-image{max-width:1100px;margin:-20px auto 0;padding:0 24px;position:relative;z-index:2}
.img-placeholder-hero{aspect-ratio:16/7;border-radius:4px;background:repeating-linear-gradient(45deg,#ccd8bb 0,#ccd8bb 16px,#bcc9a8 16px,#bcc9a8 32px)}

.blog-wrap{max-width:1180px;margin:0 auto;padding:60px 24px 80px;display:grid;grid-template-columns:1fr 300px;gap:60px;align-items:start}

.blog-article{background:#fff;padding:56px 60px 52px;border:1px solid rgba(139,163,116,.25);border-radius:3px;box-shadow:0 4px 22px rgba(31,58,46,.05)}
.blog-lead{font-family:"Cormorant Garamond",serif;font-size:20px;line-height:1.65;color:#1f3a2e;font-style:italic;font-weight:400;padding:0 0 28px;margin:0 0 36px;border-bottom:1px solid rgba(139,163,116,.32)}
.blog-article h2{font-family:"Cormorant Garamond",serif;font-size:30px;font-weight:500;color:#15241d;margin:44px 0 16px;letter-spacing:-.01em;line-height:1.2;position:relative;padding-left:18px}
.blog-article h2::before{content:"";position:absolute;left:0;top:14px;width:6px;height:22px;background:#8ba374}
.blog-article h2:first-of-type{margin-top:0}
.blog-article p{font-size:15.5px;line-height:1.9;color:#2d4233;margin-bottom:18px}
.blog-article p em{color:#15241d;font-style:italic}
.blog-article strong{color:#15241d;font-weight:600}

.blog-pullquote{margin:44px 0;padding:36px 40px;background:#1f3a2e;color:#e8efd9;border-radius:3px;position:relative}
.blog-pullquote::before{content:"\201C";position:absolute;top:-10px;left:24px;font-family:"Cormorant Garamond",serif;font-size:90px;color:#8ba374;line-height:1;font-weight:700}
.blog-pullquote p{font-family:"Cormorant Garamond",serif;font-size:22px;font-style:italic;line-height:1.55;margin:0;color:#e8efd9;font-weight:400}

.blog-signature{margin-top:50px;padding-top:28px;border-top:1px solid rgba(139,163,116,.32)}
.blog-signature p{font-family:"Cormorant Garamond",serif;font-size:17px;font-style:italic;color:#2d4233;line-height:1.6;margin:0}
.blog-signature strong{font-family:"Cormorant Garamond",serif;font-size:22px;font-style:normal;color:#15241d;font-weight:600}
.blog-signature span{display:block;font-family:"Manrope",sans-serif;font-size:11.5px;font-style:normal;letter-spacing:1.6px;text-transform:uppercase;color:#6a7b6e;font-weight:500;margin-top:4px}

.blog-side{position:sticky;top:120px;display:flex;flex-direction:column;gap:20px}
.blog-toc{display:flex;flex-direction:column;gap:2px;padding-left:0;counter-reset:toc}
.blog-toc li{counter-increment:toc;list-style:none}
.blog-toc li a{display:flex;align-items:baseline;gap:10px;padding:8px 0;font-size:13px;color:#2d4233;border-bottom:1px solid rgba(139,163,116,.2);transition:color .2s ease;font-family:"Cormorant Garamond",serif;font-weight:500}
.blog-toc li:last-child a{border-bottom:0}
.blog-toc li a::before{content:"0" counter(toc);font-family:"Manrope",sans-serif;font-size:10px;letter-spacing:1px;color:#8ba374;font-weight:700;min-width:22px;flex-shrink:0}
.blog-toc li a:hover{color:#5a7f5e}

/* ========= ABOUT PAGE ========= */
.about-wrap{max-width:1180px;margin:0 auto;padding:70px 24px 80px;display:grid;grid-template-columns:340px 1fr;gap:60px;align-items:start}

.about-portrait{position:sticky;top:120px;display:flex;flex-direction:column;gap:16px}
.about-portrait .img-placeholder{box-shadow:0 18px 40px rgba(31,58,46,.12)}
.about-portrait-caption{padding:14px 18px;background:#fff;border:1px solid rgba(139,163,116,.28);border-radius:3px;display:flex;flex-direction:column;gap:4px}
.about-portrait-caption strong{font-family:"Cormorant Garamond",serif;font-size:19px;font-weight:500;color:#15241d}
.about-portrait-caption span{font-size:11.5px;letter-spacing:.4px;color:#4a5b4e}

.about-body{background:#fff;padding:52px 52px 50px;border:1px solid rgba(139,163,116,.25);border-radius:3px;box-shadow:0 4px 22px rgba(31,58,46,.05)}
.about-body h2{font-family:"Cormorant Garamond",serif;font-size:28px;font-weight:500;color:#15241d;margin:36px 0 14px;letter-spacing:-.005em;padding-bottom:10px;position:relative}
.about-body h2:first-child{margin-top:0}
.about-body h2::after{content:"";position:absolute;bottom:0;left:0;width:42px;height:2px;background:#8ba374}
.about-body p{font-size:15px;line-height:1.9;color:#2d4233;margin-bottom:16px}
.about-body p em{color:#15241d;font-style:italic}

.about-cta-block{margin-top:44px;padding:32px 30px;background:linear-gradient(135deg,#eef2e3 0%,#dde5ce 100%);border-radius:3px;border:1px solid rgba(139,163,116,.35)}
.about-cta-block h3{font-family:"Cormorant Garamond",serif;font-size:26px;font-weight:500;color:#15241d;margin-bottom:10px;letter-spacing:-.005em}
.about-cta-block p{font-size:14.5px;line-height:1.75;color:#2d4233;margin-bottom:18px}
.about-cta-row{display:flex;gap:22px;flex-wrap:wrap}
.about-btn-primary{color:#1f3a2e;border-bottom:2px solid #1f3a2e;font-weight:700}
.about-btn-primary:hover{color:#5a7f5e;border-bottom-color:#5a7f5e}
.about-btn-ghost{color:#4a5b4e;border-bottom:1px solid rgba(139,163,116,.55)}
.about-btn-ghost:hover{color:#1f3a2e;border-bottom-color:#1f3a2e}

/* ========= CONTACT PAGE ========= */
.contact-wrap{max-width:780px;margin:0 auto;padding:60px 24px 80px}
.contact-card{background:#fff;padding:48px 48px 44px;border:1px solid rgba(139,163,116,.25);border-radius:3px;box-shadow:0 4px 22px rgba(31,58,46,.05);position:relative}

.contact-form{display:flex;flex-direction:column;gap:22px}
.form-row{display:flex;flex-direction:column;gap:7px;position:relative}
.form-row-split{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.form-row label{font-family:"Cormorant Garamond",serif;font-size:16px;font-weight:500;color:#15241d;letter-spacing:.1px}
.form-row label .req{color:#b5413b;font-style:normal}
.form-row label .opt{color:#6a7b6e;font-size:12px;font-family:"Manrope",sans-serif;font-style:italic;font-weight:400;margin-left:4px}
.form-row input,.form-row select,.form-row textarea{background:#f5f1e8;border:1px solid #c4cfb6;padding:13px 14px;font-size:14px;font-family:"Manrope",sans-serif;color:#15241d;outline:none;border-radius:2px;transition:border-color .2s ease,background .2s ease}
.form-row input:focus,.form-row select:focus,.form-row textarea:focus{border-color:#5a7f5e;background:#fff}
.form-row input.field-err,.form-row select.field-err,.form-row textarea.field-err{border-color:#b5413b;background:#fcf3f1}
.form-row textarea{resize:vertical;min-height:130px;line-height:1.6}
.form-row select{cursor:pointer;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231f3a2e' stroke-width='1.5'><polyline points='6 9 12 15 18 9'/></svg>");background-repeat:no-repeat;background-position:right 14px center;background-size:14px;appearance:none;padding-right:38px}
.form-err{color:#b5413b;font-size:12px;letter-spacing:.2px;min-height:1em;font-weight:500}
.form-hint{font-size:11px;color:#6a7b6e;letter-spacing:.3px;text-align:right;font-weight:500}

.form-check .check{display:flex;align-items:flex-start;gap:10px;cursor:pointer;user-select:none}
.form-check .check input{position:absolute;opacity:0;pointer-events:none}
.check-box{width:18px;height:18px;border:1.5px solid #8ba374;background:#f5f1e8;border-radius:2px;flex-shrink:0;margin-top:2px;position:relative;transition:all .2s ease}
.check input:checked ~ .check-box{background:#1f3a2e;border-color:#1f3a2e}
.check input:checked ~ .check-box::after{content:"";position:absolute;top:2px;left:5px;width:5px;height:9px;border-right:2px solid #b5d19a;border-bottom:2px solid #b5d19a;transform:rotate(45deg)}
.check-text{font-size:13px;line-height:1.55;color:#2d4233}
.check-text a{color:#1f3a2e;border-bottom:1px solid #8ba374;font-weight:500}
.check-text a:hover{color:#5a7f5e}
.check-text .req{color:#b5413b;font-weight:600;margin-left:2px}

.contact-submit{margin-top:14px;background:#1f3a2e;color:#fff;border:0;padding:17px 24px;font-size:12px;letter-spacing:2.5px;text-transform:uppercase;font-weight:600;border-radius:2px;cursor:pointer;transition:background .25s ease;position:relative;overflow:hidden}
.contact-submit:hover{background:#5a7f5e}
.contact-submit:disabled{opacity:.8;cursor:not-allowed}
.cf-btn-spin{display:none;align-items:center;gap:10px;justify-content:center}
.mini-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite;display:inline-block}
.contact-submit.loading .cf-btn-text{display:none}
.contact-submit.loading .cf-btn-spin{display:inline-flex}

.contact-success{display:none;flex-direction:column;align-items:center;gap:14px;text-align:center;padding:20px 0}
.contact-success.visible{display:flex}
.contact-success .success-check{width:72px;height:72px}
.contact-success h3{font-family:"Cormorant Garamond",serif;font-size:30px;font-weight:500;color:#15241d;margin-top:10px}
.contact-success p{font-size:14.5px;color:#2d4233;line-height:1.7;max-width:460px}
.contact-ticket{font-size:11.5px;letter-spacing:1.8px;text-transform:uppercase;color:#4a5b4e;padding:9px 16px;background:#eef2e3;border-radius:2px;font-weight:600;margin-top:4px}
.contact-ticket strong{color:#15241d;font-weight:700;letter-spacing:1.2px}
.contact-reset{margin-top:14px;background:transparent;color:#1f3a2e;border:1px solid #1f3a2e;padding:13px 32px;font-size:11.5px;letter-spacing:2.2px;text-transform:uppercase;font-weight:600;border-radius:2px;cursor:pointer;transition:all .25s ease}
.contact-reset:hover{background:#1f3a2e;color:#fff}

/* ========= POLICY PAGES ========= */
.policy-hero{background:linear-gradient(180deg,#eef2e3 0%,#dde5ce 100%);padding:70px 24px 56px;position:relative;overflow:hidden;border-bottom:1px solid rgba(139,163,116,.28)}
.policy-hero::before{content:"";position:absolute;top:30px;right:40px;width:110px;height:110px;border:1px solid rgba(90,127,94,.35);border-radius:50%}
.policy-hero::after{content:"";position:absolute;bottom:20px;left:60px;width:80px;height:1px;background:rgba(90,127,94,.5)}
.policy-hero-inner{max-width:980px;margin:0 auto;position:relative;z-index:1}
.policy-eyebrow{display:inline-block;font-size:10.5px;letter-spacing:3px;text-transform:uppercase;color:#5a7f5e;margin-bottom:18px;font-weight:700}
.policy-title{font-family:"Cormorant Garamond",serif;font-size:54px;font-weight:400;color:#15241d;line-height:1.05;margin-bottom:18px;letter-spacing:-.02em}
.policy-lede{font-size:16px;color:#2d4233;line-height:1.7;max-width:620px;font-family:"Cormorant Garamond",serif;font-style:italic;font-weight:400;margin-bottom:22px}
.policy-date{display:inline-block;font-size:11px;letter-spacing:1.8px;text-transform:uppercase;color:#4a5b4e;font-weight:600;padding:8px 14px;background:rgba(251,250,244,.75);border:1px solid rgba(139,163,116,.35);border-radius:2px}

.policy-wrap{max-width:1180px;margin:0 auto;padding:70px 24px 80px;display:grid;grid-template-columns:1fr 300px;gap:60px;align-items:start}

.policy-body{background:#fff;padding:56px 56px 50px;border:1px solid rgba(139,163,116,.25);border-radius:3px;box-shadow:0 4px 22px rgba(31,58,46,.05)}
.policy-body h2{font-family:"Cormorant Garamond",serif;font-size:26px;font-weight:500;color:#15241d;margin:36px 0 14px;letter-spacing:-.005em;padding-bottom:8px;position:relative}
.policy-body h2:first-child{margin-top:0}
.policy-body h2::after{content:"";position:absolute;bottom:0;left:0;width:42px;height:2px;background:#8ba374}
.policy-body p{font-size:14.5px;line-height:1.85;color:#2d4233;margin-bottom:14px}
.policy-body p:last-child{margin-bottom:0}
.policy-body ul{margin:14px 0 18px 24px;list-style:disc}
.policy-body ul li{font-size:14.5px;line-height:1.8;color:#2d4233;margin-bottom:6px;padding-left:6px}
.policy-body strong{color:#15241d;font-weight:600}

.policy-side{position:sticky;top:120px;display:flex;flex-direction:column;gap:20px}
.policy-side-card{background:#fff;padding:28px 24px;border:1px solid rgba(139,163,116,.25);border-radius:3px}
.policy-side-card.dark{background:#15241d;color:#dde5c7;border-color:#15241d}
.side-eyebrow{display:block;font-size:10px;letter-spacing:2.2px;text-transform:uppercase;color:#5a7f5e;font-weight:700;margin-bottom:16px}
.side-eyebrow.light{color:#c8d9b8}
.policy-side-list{display:flex;flex-direction:column;gap:2px}
.policy-side-list li{padding:0}
.policy-side-list a{display:block;padding:9px 0;font-size:13.5px;color:#2d4233;border-bottom:1px solid rgba(139,163,116,.22);transition:color .2s ease,padding .2s ease;font-family:"Cormorant Garamond",serif;font-weight:500}
.policy-side-list li:last-child a{border-bottom:0}
.policy-side-list a:hover{color:#5a7f5e;padding-left:6px}
.side-text{font-size:13px;line-height:1.65;color:#b0c199;margin-bottom:16px}
.side-btn{display:inline-block;font-size:11.5px;letter-spacing:2px;text-transform:uppercase;color:#fff;border-bottom:1px solid #8ba374;padding-bottom:4px;font-weight:600}
.side-btn:hover{color:#8ba374}

/* ========= FOOTER ========= */
.footer{background:#fbfaf4;color:#1f3a2e;margin-top:60px}
.footer-upper{background:#eef2e3;padding:36px 20px;text-align:center;border-top:1px solid rgba(139,163,116,.28)}
.footer-upper .social .title{font-family:"Cormorant Garamond",serif;font-size:28px;color:#15241d;font-weight:500;letter-spacing:.2px}
.footer-tagline{margin-top:6px;font-size:12px;letter-spacing:2px;text-transform:uppercase;color:#4a5b4e;font-weight:500}

.footer-middle{background:#fff;padding:60px 20px;border-top:1px solid rgba(139,163,116,.22)}
.footer-blocks{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.3fr;gap:46px;max-width:1320px;margin:0 auto}
.footer-block{font-size:13px}
.footer-block .title{margin-bottom:18px}
.footer-block .title strong{font-family:"Cormorant Garamond",serif;font-size:18px;font-weight:600;color:#15241d;letter-spacing:.2px;text-transform:none}
.footer-block .list li{padding:5px 0}
.footer-menu__link{color:#2d4233;font-size:13px}
.footer-menu__link:hover{color:#5a7f5e}
.footer-contact-list .footer-contact-line{font-size:13px;color:#2d4233;line-height:1.55;display:block}
.footer-logo-wrap{margin-bottom:18px}
.footer-logo-wrap img{height:60px;width:auto}
.footer-about p{font-size:13px;color:#2d4233;line-height:1.7;max-width:300px}

.footer-imprint{background:#eef2e3;padding:24px 20px;border-top:1px solid rgba(139,163,116,.28);border-bottom:1px solid rgba(139,163,116,.28)}
.imprint-inner{display:grid;grid-template-columns:repeat(5,1fr);gap:24px;max-width:1320px;margin:0 auto;align-items:start}
.imprint-col{display:flex;flex-direction:column;gap:4px}
.imprint-label{font-size:10px;letter-spacing:1.8px;text-transform:uppercase;color:#4a5b4e;font-weight:600}
.imprint-val{font-size:12.5px;color:#15241d;font-weight:500}

.footer-lower{background:#fbfaf4;padding:22px 20px;border-top:1px solid rgba(139,163,116,.22)}
.footer-texts{display:flex;justify-content:space-between;align-items:center;max-width:1320px;margin:0 auto;flex-wrap:wrap;gap:16px}
.footer-text.copyright .txt{font-size:12px;color:#4a5b4e}

/* ========= CART DRAWER ========= */
.cart-drawer{position:fixed;top:0;right:0;width:420px;max-width:100%;height:100vh;background:#fbfaf4;z-index:200;transform:translateX(100%);transition:transform .35s ease;display:flex;flex-direction:column;box-shadow:-20px 0 50px rgba(0,0,0,.16)}
.cart-drawer.open{transform:translateX(0)}
.cart-backdrop{position:fixed;inset:0;background:rgba(21,36,29,.6);z-index:199;opacity:0;visibility:hidden;transition:all .3s ease}
.cart-backdrop.open{opacity:1;visibility:visible}
.cart-head{padding:22px 26px;border-bottom:1px solid rgba(139,163,116,.28);display:flex;align-items:center;justify-content:space-between}
.cart-head strong{font-family:"Cormorant Garamond",serif;font-size:22px;font-weight:500;color:#15241d}
.cart-close{background:transparent;border:0;font-size:28px;color:#1f3a2e;cursor:pointer;line-height:1;padding:0 6px}
.cart-items{flex:1;overflow-y:auto;padding:18px 26px}
.cart-empty{color:#6a7b6e;font-style:italic;text-align:center;padding:50px 10px;font-family:"Cormorant Garamond",serif;font-size:16px}
.cart-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 0;border-bottom:1px solid rgba(139,163,116,.22)}
.cart-row-info{display:flex;flex-direction:column;gap:3px}
.cart-row-info strong{font-size:13.5px;font-weight:600;color:#15241d}
.cart-row-info span{font-size:12px;color:#4a5b4e}
.cart-remove{background:transparent;border:0;font-size:20px;color:#6a7b6e;cursor:pointer;padding:2px 6px}
.cart-remove:hover{color:#b5413b}
.cart-foot{padding:20px 26px;border-top:1px solid rgba(139,163,116,.28);background:#eef2e3}
.cart-total-row{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:14px}
.cart-total-row span:first-child{font-size:12px;letter-spacing:1.5px;text-transform:uppercase;color:#4a5b4e;font-weight:600}
.cart-total-row span:last-child{font-family:"Cormorant Garamond",serif;font-size:26px;font-weight:600;color:#15241d}
.cart-checkout{width:100%;background:#1f3a2e;color:#fff;border:0;padding:15px;font-size:12px;letter-spacing:2.5px;text-transform:uppercase;font-weight:600;border-radius:2px;transition:background .25s ease}
.cart-checkout:hover{background:#5a7f5e}

/* ========= CHECKOUT MODAL ========= */
.checkout-modal .modal-card{max-width:760px;width:100%;padding:0;max-height:92vh;display:flex;flex-direction:column;text-align:left}
.checkout-modal{align-items:flex-start;padding:40px 20px;overflow-y:auto}
.checkout-head{padding:32px 40px 22px;border-bottom:1px solid rgba(139,163,116,.28);position:relative;background:#eef2e3;border-radius:4px 4px 0 0}
.checkout-eyebrow{display:inline-block;font-size:10px;letter-spacing:2.6px;text-transform:uppercase;color:#5a7f5e;font-weight:700;margin-bottom:8px}
.checkout-title{font-family:"Cormorant Garamond",serif;font-size:26px;font-weight:500;color:#15241d;letter-spacing:-.005em;line-height:1.2;margin:0}
.checkout-close{position:absolute;top:22px;right:26px;background:transparent;border:0;font-size:28px;color:#1f3a2e;cursor:pointer;line-height:1;padding:0 6px}
.checkout-close:hover{color:#5a7f5e}

.checkout-form{padding:28px 40px 36px;display:flex;flex-direction:column;gap:20px;overflow-y:auto}
.form-row-triple{grid-template-columns:1fr 1fr 1fr}

.payment-methods{display:flex;flex-direction:column;gap:10px;margin-top:4px}
.payment-methods.field-err{padding:6px;border:1px solid #b5413b;border-radius:3px;background:#fcf3f1}
.pay-option{cursor:pointer;display:block;position:relative}
.pay-option input{position:absolute;opacity:0;pointer-events:none}
.pay-card{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 18px;background:#f5f1e8;border:1.5px solid #c4cfb6;border-radius:3px;transition:all .2s ease}
.pay-option:hover .pay-card{border-color:#8ba374;background:#eef2e3}
.pay-option input:checked ~ .pay-card{border-color:#1f3a2e;background:#fff;box-shadow:0 4px 18px rgba(31,58,46,.08)}
.pay-label{display:flex;flex-direction:column;gap:3px}
.pay-label strong{font-family:"Cormorant Garamond",serif;font-size:17px;font-weight:600;color:#15241d;letter-spacing:-.005em}
.pay-label span{font-size:12px;color:#4a5b4e;letter-spacing:.2px}
.pay-tick{width:22px;height:22px;border:1.5px solid #a8b59a;border-radius:50%;background:#fff;position:relative;flex-shrink:0;transition:all .2s ease}
.pay-option input:checked ~ .pay-card .pay-tick{border-color:#1f3a2e;background:#1f3a2e}
.pay-option input:checked ~ .pay-card .pay-tick::after{content:"";position:absolute;top:5px;left:5px;width:8px;height:8px;background:#b5d19a;border-radius:50%}

.checkout-summary{margin-top:4px;padding:18px 20px;background:#15241d;color:#dde5c7;border-radius:3px;display:flex;flex-direction:column;gap:8px}
.checkout-summary-row{display:flex;justify-content:space-between;align-items:baseline;font-size:13px;color:#b0c199;letter-spacing:.2px}
.checkout-summary-row span:first-child{font-family:"Manrope",sans-serif}
.checkout-summary-row span:last-child{font-weight:600;color:#f0f5e6;font-family:"Cormorant Garamond",serif;font-size:15px}
.checkout-summary-total{padding-top:8px;margin-top:2px;border-top:1px solid rgba(139,163,116,.35)}
.checkout-summary-total span:first-child{color:#fff;font-size:13px;letter-spacing:1.2px;text-transform:uppercase;font-weight:600}
.checkout-summary-total span:last-child{font-family:"Cormorant Garamond",serif;font-size:24px;font-weight:600;color:#fff}

.checkout-pay-btn{margin-top:8px;background:#1f3a2e;color:#fff;border:0;padding:18px 24px;font-size:12px;letter-spacing:2.5px;text-transform:uppercase;font-weight:700;border-radius:2px;cursor:pointer;transition:background .25s ease;font-family:"Manrope",sans-serif;position:relative}
.checkout-pay-btn:hover{background:#5a7f5e}
.checkout-pay-btn:disabled{opacity:.8;cursor:not-allowed}
.co-btn-spin{display:none;align-items:center;gap:10px;justify-content:center}
.checkout-pay-btn.loading .co-btn-text{display:none}
.checkout-pay-btn.loading .co-btn-spin{display:inline-flex}

.checkout-backdrop{z-index:250}
.checkout-modal{z-index:260}

/* ========= MODAL ========= */
.modal-overlay{position:fixed;inset:0;background:rgba(15,24,20,.75);z-index:300;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .3s ease;backdrop-filter:blur(4px);padding:20px}
.modal-overlay.open{opacity:1;visibility:visible}
.modal-card{background:#fbfaf4;border-radius:4px;max-width:460px;width:100%;padding:50px 40px;text-align:center;box-shadow:0 30px 80px rgba(0,0,0,.35);animation:modalIn .4s ease}
@keyframes modalIn{from{opacity:0;transform:translateY(20px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}
.modal-spinner,.modal-success{display:flex;flex-direction:column;align-items:center;gap:16px}
.spinner-ring{width:58px;height:58px;border:3px solid rgba(139,163,116,.3);border-top-color:#5a7f5e;border-radius:50%;animation:spin 1s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}
.modal-processing{font-family:"Cormorant Garamond",serif;font-size:22px;color:#15241d;font-weight:500;margin-top:10px}
.modal-sub{font-size:12px;letter-spacing:1.6px;text-transform:uppercase;color:#6a7b6e;font-weight:500}
.success-check{width:70px;height:70px}
.success-check svg{width:100%;height:100%}
.success-check svg circle{animation:drawCircle .6s ease forwards;stroke-dasharray:151;stroke-dashoffset:151}
.success-check svg path{animation:drawCheck .4s .6s ease forwards;stroke-dasharray:40;stroke-dashoffset:40}
@keyframes drawCircle{to{stroke-dashoffset:0}}
@keyframes drawCheck{to{stroke-dashoffset:0}}
.success-title{font-family:"Cormorant Garamond",serif;font-size:32px;font-weight:500;color:#15241d;margin-top:8px}
.success-body{font-size:14px;color:#2d4233;line-height:1.7;max-width:360px}
.success-order{font-size:12px;letter-spacing:1.5px;text-transform:uppercase;color:#4a5b4e;font-weight:500;padding:10px 16px;background:#eef2e3;border-radius:2px}
.success-order strong{color:#15241d;font-weight:700}
.modal-close-btn{margin-top:16px;background:#1f3a2e;color:#fff;border:0;padding:13px 36px;font-size:11px;letter-spacing:2.2px;text-transform:uppercase;font-weight:600;border-radius:2px;transition:background .25s ease}
.modal-close-btn:hover{background:#5a7f5e}

/* ========= TOAST ========= */
.toast{position:fixed;bottom:30px;left:50%;transform:translateX(-50%) translateY(100px);background:#1f3a2e;color:#f5f1e8;padding:14px 24px;font-size:13px;border-radius:3px;z-index:400;opacity:0;transition:all .3s ease;box-shadow:0 10px 30px rgba(0,0,0,.24);max-width:90%}
.toast.show{transform:translateX(-50%) translateY(0);opacity:1}

/* ========= RESPONSIVE ========= */
@media (max-width:1100px){
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .footer-blocks{grid-template-columns:1fr 1fr;gap:32px}
  .imprint-inner{grid-template-columns:repeat(3,1fr);gap:18px}
  .why-grid{grid-template-columns:repeat(2,1fr);gap:32px}
  .testimonials-grid{grid-template-columns:repeat(2,1fr)}
  .t-1,.t-2,.t-3,.t-4,.t-5,.t-6{grid-column:span 1}
  .policy-wrap{grid-template-columns:1fr;gap:40px;padding:50px 20px 70px}
  .policy-side{position:static}
  .policy-body{padding:42px 36px 38px}
  .inside-grid{grid-template-columns:repeat(2,1fr);gap:24px}
  .bundle-inner{grid-template-columns:1fr;gap:44px}
  .bundle-copy{padding-right:0}
  .bundle-title{font-size:42px}
  .blog-wrap{grid-template-columns:1fr;gap:40px;padding:50px 20px 70px}
  .blog-side{position:static}
  .blog-article{padding:42px 40px 40px}
  .about-wrap{grid-template-columns:260px 1fr;gap:40px;padding:54px 20px 70px}
  .about-body{padding:42px 38px 40px}
  .hero-grid{padding:70px 30px;grid-template-columns:1.2fr .9fr;gap:40px;min-height:620px}
  .hero-overlay-content h1{font-size:60px}
  .hero-side-card{max-width:300px}
}

@media (max-width:900px){
  .header-upper{padding:6px 18px;font-size:10.5px}
  .header-text-wrapper.middle{display:none}
  .header-lower{padding:14px 18px;gap:20px}
  .mega-menu{gap:22px}
  .mega-menu > li > a{font-size:16px}
  .grid{grid-template-columns:1fr;padding:20px 16px;gap:30px}
  .hero-overlay-content h1{font-size:52px}
  .cat-title{font-size:36px}
  .hero-grid{grid-template-columns:1fr;padding:60px 24px;min-height:auto}
  .anywhereslider-slide.picture-slide{min-height:auto}
  .hero-side-card{justify-self:center;max-width:280px;margin-top:20px;transform:rotate(0)}
  .hero-trust-row{gap:18px}
  .hero-trust-item strong{font-size:24px}
}

@media (max-width:768px){
  .header-lower,.header-upper,.header-menu.nav-panel{display:none}
  .responsive-nav-wrapper{display:flex}
  .mobile-drawer{display:flex}
  .hero-overlay-content h1{font-size:40px}
  .hero-overlay-content .hero-sub{font-size:14px}
  .hero-cta{padding:12px 28px;font-size:10.5px;letter-spacing:2.4px}
  .hero-trust-row{flex-wrap:wrap;gap:14px}
  .hero-trust-divider{display:none}
  .hero-trust-item{flex-direction:row;align-items:baseline;gap:8px}
  .hero-trust-item strong{font-size:22px}
  .hero-trust-item span{font-size:10px}
  .catalog-section{padding:60px 0 40px}
  .product-grid{grid-template-columns:1fr;gap:28px}
  .footer-blocks{grid-template-columns:1fr;gap:30px}
  .footer-middle{padding:40px 18px}
  .footer-texts{flex-direction:column;align-items:flex-start}
  .row-rapper-padding h1{font-size:16px}
  .greyArea::before,.greyArea::after{display:none}
  .testimonials-grid{grid-template-columns:1fr;gap:18px}
  .testimonials-section{padding:60px 0 40px}
  .why-section{padding:56px 20px;margin:40px -16px 0}
  .why-title{font-size:34px;margin-bottom:34px}
  .why-grid{grid-template-columns:1fr;gap:28px}
  .imprint-inner{grid-template-columns:repeat(2,1fr);gap:16px}
  .cat-title{font-size:30px}
  .cart-drawer{width:100%}
  .modal-card{padding:40px 26px}
  .success-title{font-size:26px}
  .checkout-modal{padding:0}
  .checkout-modal .modal-card{max-height:100vh;border-radius:0}
  .checkout-head{padding:26px 22px 18px;border-radius:0}
  .checkout-title{font-size:22px}
  .checkout-form{padding:22px 22px 30px;gap:18px}
  .form-row-triple{grid-template-columns:1fr;gap:18px}
  .checkout-close{top:18px;right:18px}
  .pay-card{padding:12px 14px}
  .pay-label strong{font-size:15.5px}
  .policy-hero{padding:50px 20px 42px}
  .policy-title{font-size:36px}
  .policy-lede{font-size:15px}
  .policy-body{padding:32px 24px 30px}
  .policy-body h2{font-size:22px;margin:28px 0 12px}
  .policy-body p,.policy-body ul li{font-size:14px}
  .inside-section{padding:48px 16px 20px}
  .inside-grid{grid-template-columns:1fr;gap:18px}
  .inside-item{padding:28px 24px 26px}
  .bundle-section{padding:60px 20px;margin:40px -16px}
  .bundle-title{font-size:34px}
  .bundle-lede{font-size:14px}
  .bundle-price-card{padding:32px 26px 28px}
  .bundle-now{font-size:42px}
  .faq-section{padding:52px 16px 20px}
  .faq-item summary{padding:18px 22px;gap:14px}
  .faq-q{font-size:17px}
  .faq-a{padding:2px 22px 20px}
  .blog-hero{padding:52px 20px 40px}
  .blog-hero-title{font-size:38px}
  .blog-hero-lede{font-size:15.5px}
  .blog-wrap{padding:40px 16px 60px}
  .blog-article{padding:32px 24px 30px}
  .blog-article h2{font-size:23px;margin:32px 0 12px;padding-left:14px}
  .blog-article h2::before{width:4px;height:18px;top:10px}
  .blog-article p,.blog-lead{font-size:14.5px}
  .blog-lead{font-size:17px}
  .blog-pullquote{padding:28px 26px;margin:32px 0}
  .blog-pullquote p{font-size:18px}
  .about-wrap{grid-template-columns:1fr;gap:28px;padding:40px 16px 60px}
  .about-portrait{position:static;max-width:340px;margin:0 auto}
  .about-body{padding:32px 24px 30px}
  .about-body h2{font-size:24px;margin:28px 0 12px}
  .about-body p{font-size:14.5px}
  .about-cta-block{padding:26px 22px}
  .about-cta-row{flex-direction:column;gap:14px;align-items:flex-start}
  .contact-wrap{padding:40px 16px 60px}
  .contact-card{padding:30px 22px 28px}
  .form-row-split{grid-template-columns:1fr;gap:22px}
  .hero-grid{padding:50px 20px}
}

@media (max-width:480px){
  .hero-overlay-content h1{font-size:32px;margin-bottom:16px}
  .hero-eyebrow{margin-bottom:14px}
  .hero-actions{flex-direction:column;align-items:flex-start;gap:18px;margin-bottom:30px}
  .hero-cta{width:100%;text-align:center}
  .hero-side-card{max-width:240px}
  .greyArea{margin-bottom:35px}
  .footer-upper{padding:26px 16px}
  .imprint-inner{grid-template-columns:1fr;gap:14px}
  .product-body{padding:22px 20px 24px}
  .product-title{font-size:22px}
  .price-now{font-size:24px}
  .preview-row{flex-direction:column;align-items:stretch}
  .preview-row button{width:100%}
  .cat-title{font-size:26px}
  .testimonial{padding:26px 22px}
}
