:root{--green: #4a9e5c;--green-dark: #3a8a4a;--coral: #e8856a;--gold: #c9a96e;--cream: #fdf8f3;--cream-dark: #f5ede0;--text: #2c2c2c;--text-light: #6b6b6b;--white: #ffffff;--shadow: 0 4px 24px rgba(0,0,0,.08);--shadow-hover: 0 8px 32px rgba(0,0,0,.14);--radius: 16px;--radius-sm: 8px;--transition: .3s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Lato,Helvetica Neue,Arial,sans-serif;color:var(--text);background:var(--cream);line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}ul{list-style:none}button{cursor:pointer;border:none;background:none;font-family:inherit}h1,h2,h3,h4{font-family:Playfair Display,Georgia,serif;line-height:1.2;color:var(--text)}h1{font-size:clamp(2.2rem,5vw,3.8rem);font-weight:700}h2{font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:600}h3{font-size:clamp(1.3rem,2.5vw,1.8rem);font-weight:600}h4{font-size:1.1rem;font-weight:600}p{font-size:1rem;color:var(--text-light);line-height:1.7}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:16px 36px;border-radius:50px;font-size:1rem;font-weight:700;letter-spacing:.5px;transition:var(--transition);text-transform:uppercase}.btn-primary{background:var(--green);color:var(--white);box-shadow:0 4px 16px #4a9e5c59}.btn-primary:hover{background:var(--green-dark);transform:translateY(-2px);box-shadow:0 8px 24px #4a9e5c73}.btn-coral{background:var(--coral);color:var(--white);box-shadow:0 4px 16px #e8856a59}.btn-coral:hover{background:#d4724f;transform:translateY(-2px)}.btn-outline{border:2px solid var(--green);color:var(--green);background:transparent}.btn-outline:hover{background:var(--green);color:var(--white)}.btn-gold{background:linear-gradient(135deg,var(--gold),#e0b97a);color:var(--white);box-shadow:0 4px 16px #c9a96e66}.btn-gold:hover{transform:translateY(-2px)}.container{max-width:1200px;margin:0 auto;padding:0 24px}.section{padding:80px 0}.section-sm{padding:48px 0}.section-header{text-align:center;margin-bottom:56px}.section-header .eyebrow{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:var(--coral);margin-bottom:12px}.section-header h2{margin-bottom:16px}.section-header p{max-width:560px;margin:0 auto}.badge{display:inline-block;padding:4px 14px;border-radius:50px;font-size:.72rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase}.badge-green{background:#4a9e5c1f;color:var(--green)}.badge-coral{background:#e8856a1f;color:var(--coral)}.badge-gold{background:#c9a96e26;color:#a07a3a}.badge-popular{background:linear-gradient(135deg,var(--coral),#f0a080);color:var(--white)}.announcement-bar{background:var(--green);color:var(--white);padding:10px 0;overflow:hidden;position:relative}.announcement-bar__track{display:flex;gap:80px;animation:marquee 22s linear infinite;white-space:nowrap;width:max-content}.announcement-bar__track:hover{animation-play-state:paused}.announcement-bar__item{font-size:.82rem;font-weight:600;letter-spacing:.5px}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.site-header{background:var(--white);border-bottom:1px solid rgba(0,0,0,.06);position:sticky;top:0;z-index:100;box-shadow:0 2px 12px #0000000d}.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:72px;gap:32px}.site-header__logo{font-family:Playfair Display,serif;font-size:1.7rem;font-weight:700;color:var(--green);letter-spacing:-.5px;flex-shrink:0}.site-header__logo img{height:48px;width:auto}.site-nav{display:flex;gap:4px;align-items:center}.site-nav a{font-size:.88rem;font-weight:600;color:var(--text);padding:8px 14px;border-radius:var(--radius-sm);transition:var(--transition);white-space:nowrap}.site-nav a:hover{color:var(--green);background:#4a9e5c12}.site-header__icons{display:flex;align-items:center;gap:8px}.cart-icon-btn{position:relative;padding:8px;border-radius:var(--radius-sm);transition:var(--transition);color:var(--text)}.cart-icon-btn:hover{background:#4a9e5c12;color:var(--green)}.cart-icon-btn svg{width:24px;height:24px}.cart-count{position:absolute;top:2px;right:2px;background:var(--coral);color:var(--white);font-size:.65rem;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1}.cart-count[data-count="0"]{display:none}.mobile-menu-btn{display:none;flex-direction:column;gap:5px;padding:8px;cursor:pointer}.mobile-menu-btn span{display:block;width:22px;height:2px;background:var(--text);border-radius:2px;transition:var(--transition)}.mobile-nav{display:none;flex-direction:column;background:var(--white);padding:16px 24px 24px;border-top:1px solid rgba(0,0,0,.06);gap:4px}.mobile-nav.open{display:flex}.mobile-nav a{font-size:1rem;font-weight:600;color:var(--text);padding:12px 0;border-bottom:1px solid rgba(0,0,0,.05);transition:var(--transition)}.mobile-nav a:hover{color:var(--green)}.hero{min-height:92vh;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:0;overflow:hidden;background:var(--cream)}.hero__content{padding:80px 64px 80px 80px;display:flex;flex-direction:column;gap:24px}.hero__eyebrow{display:flex;align-items:center;gap:10px;font-size:.78rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--coral)}.hero__eyebrow:before{content:"";display:block;width:32px;height:2px;background:var(--coral);border-radius:2px}.hero__title{font-size:clamp(2.6rem,4.5vw,4.2rem);font-weight:700;line-height:1.1;color:var(--text)}.hero__title span{color:var(--green);font-style:italic}.hero__subtitle{font-size:1.15rem;color:var(--text-light);line-height:1.7;max-width:420px}.hero__actions{display:flex;gap:16px;flex-wrap:wrap;align-items:center}.hero__badges{display:flex;gap:12px;flex-wrap:wrap;margin-top:8px}.hero__image{height:92vh;position:relative;overflow:hidden}.hero__image img{width:100%;height:100%;object-fit:cover;object-position:center}.hero__image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,rgba(253,248,243,.3),transparent);pointer-events:none}.brand-story{background:var(--white);overflow:hidden}.brand-story__inner{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:72px}.brand-story__image{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);aspect-ratio:4/5}.brand-story__image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.brand-story__image:hover img{transform:scale(1.03)}.brand-story__content{display:flex;flex-direction:column;gap:24px}.brand-story__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:8px}.stat-item{text-align:center;padding:20px 12px;background:var(--cream);border-radius:var(--radius-sm)}.stat-item__number{font-family:Playfair Display,serif;font-size:2rem;font-weight:700;color:var(--green);display:block}.stat-item__label{font-size:.78rem;color:var(--text-light);margin-top:4px}.problem-solution{background:var(--cream-dark)}.problem-solution__grid{display:grid;grid-template-columns:1fr auto 1fr;gap:32px;align-items:center}.ps-card{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.ps-card__image{aspect-ratio:4/3;overflow:hidden}.ps-card__image img{width:100%;height:100%;object-fit:cover}.ps-card__body{padding:28px;background:var(--white)}.ps-card__title{font-size:1.2rem;font-weight:700;margin-bottom:12px;display:flex;align-items:center;gap:10px}.ps-card--problem .ps-card__title{color:#c0392b}.ps-card--solution .ps-card__title{color:var(--green)}.ps-card__list{display:flex;flex-direction:column;gap:8px}.ps-card__list li{font-size:.9rem;color:var(--text-light);display:flex;align-items:flex-start;gap:8px;padding:8px 0;border-bottom:1px solid rgba(0,0,0,.04)}.ps-card__list li:before{flex-shrink:0;margin-top:2px}.ps-card--problem li:before{content:"\2717";color:#c0392b;font-weight:700}.ps-card--solution li:before{content:"\2713";color:var(--green);font-weight:700}.ps-arrow{display:flex;flex-direction:column;align-items:center;gap:8px;color:var(--coral);font-size:2rem;font-weight:700}.ps-arrow span{font-size:.72rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--text-light)}.how-it-works{background:var(--white)}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;position:relative}.steps-grid:before{content:"";position:absolute;top:52px;left:calc(16.67% + 28px);right:calc(16.67% + 28px);height:2px;background:linear-gradient(to right,var(--green),var(--coral));z-index:0}.step-card{text-align:center;display:flex;flex-direction:column;align-items:center;gap:20px;position:relative;z-index:1}.step-card__number{width:56px;height:56px;border-radius:50%;background:var(--green);color:var(--white);font-family:Playfair Display,serif;font-size:1.4rem;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #4a9e5c4d;flex-shrink:0}.step-card__image{width:100%;aspect-ratio:1;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.step-card__image img{width:100%;height:100%;object-fit:cover}.step-card h3{margin-bottom:8px}.product-bundle{background:var(--cream)}.product-bundle__inner{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.product-gallery{position:sticky;top:96px}.gallery-main{border-radius:var(--radius);overflow:hidden;margin-bottom:16px;aspect-ratio:1;box-shadow:var(--shadow)}.gallery-main img{width:100%;height:100%;object-fit:cover}.gallery-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.gallery-thumb{border-radius:var(--radius-sm);overflow:hidden;aspect-ratio:1;cursor:pointer;border:2px solid transparent;transition:var(--transition)}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.gallery-thumb.active,.gallery-thumb:hover{border-color:var(--green)}.product-buy{display:flex;flex-direction:column;gap:28px}.product-buy__title{font-size:clamp(1.8rem,3vw,2.6rem);line-height:1.2}.product-buy__rating{display:flex;align-items:center;gap:10px}.stars{color:#f5b642;font-size:1.1rem;letter-spacing:2px}.rating-text{font-size:.88rem;color:var(--text-light)}.bundle-label{font-size:.78rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--text-light);margin-bottom:12px}.bundle-options{display:flex;flex-direction:column;gap:12px}.bundle-option{display:flex;align-items:center;gap:16px;padding:18px 20px;border:2px solid rgba(0,0,0,.08);border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);background:var(--white);position:relative}.bundle-option:hover{border-color:var(--green)}.bundle-option.selected{border-color:var(--green);background:#4a9e5c0a}.bundle-option.popular{border-color:var(--coral)}.bundle-option.popular.selected{border-color:var(--coral);background:#e8856a0a}.bundle-option__radio{width:20px;height:20px;border-radius:50%;border:2px solid rgba(0,0,0,.2);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:var(--transition)}.bundle-option.selected .bundle-option__radio{border-color:var(--green);background:var(--green)}.bundle-option.selected .bundle-option__radio:after{content:"";width:8px;height:8px;background:var(--white);border-radius:50%}.bundle-option__info{flex:1}.bundle-option__name{font-weight:700;font-size:.95rem;color:var(--text)}.bundle-option__desc{font-size:.8rem;color:var(--text-light);margin-top:2px}.bundle-option__price{text-align:right}.bundle-option__price .price-current{font-family:Playfair Display,serif;font-size:1.3rem;font-weight:700;color:var(--text)}.bundle-option__price .price-old{font-size:.82rem;color:var(--text-light);text-decoration:line-through;display:block}.popular-tag{position:absolute;top:-10px;right:16px;background:var(--coral);color:var(--white);font-size:.68rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;padding:3px 10px;border-radius:50px}.add-to-cart-btn{width:100%;padding:18px;font-size:1.1rem;border-radius:var(--radius-sm);background:linear-gradient(135deg,var(--green),var(--green-dark));color:var(--white);font-weight:700;letter-spacing:.5px;box-shadow:0 4px 20px #4a9e5c66;transition:var(--transition)}.add-to-cart-btn:hover{transform:translateY(-2px);box-shadow:0 8px 28px #4a9e5c80}.trust-badges{display:flex;gap:20px;flex-wrap:wrap}.trust-badge{display:flex;align-items:center;gap:6px;font-size:.8rem;color:var(--text-light);font-weight:600}.trust-badge svg{width:16px;height:16px;color:var(--green);flex-shrink:0}.product-details{background:var(--white)}.details-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.details-block{display:flex;flex-direction:column;gap:20px}.details-block h3{margin-bottom:4px}.spec-list{display:flex;flex-direction:column;gap:0}.spec-row{display:flex;justify-content:space-between;align-items:center;padding:14px 0;border-bottom:1px solid rgba(0,0,0,.06);font-size:.9rem}.spec-row:last-child{border-bottom:none}.spec-row__key{color:var(--text-light);font-weight:500}.spec-row__val{font-weight:700;color:var(--text);text-align:right}.included-list{display:flex;flex-direction:column;gap:12px}.included-item{display:flex;align-items:center;gap:12px;padding:14px 18px;background:var(--cream);border-radius:var(--radius-sm);font-size:.9rem;font-weight:600}.included-item__icon{width:36px;height:36px;background:var(--green);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);font-size:1rem;flex-shrink:0}.comparison-table{width:100%;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);border-collapse:collapse}.comparison-table th{padding:16px 20px;font-size:.85rem;font-weight:700;letter-spacing:1px;text-transform:uppercase}.comparison-table th:first-child{background:#f0f0f0;color:var(--text-light)}.comparison-table th:nth-child(2){background:#fce8e8;color:#c0392b}.comparison-table th:nth-child(3){background:var(--green);color:var(--white)}.comparison-table td{padding:14px 20px;font-size:.9rem;border-bottom:1px solid rgba(0,0,0,.05)}.comparison-table td:first-child{font-weight:600;color:var(--text-light);background:#fafafa}.comparison-table td:nth-child(2){background:#fff8f8;color:#c0392b}.comparison-table td:nth-child(3){background:#4a9e5c0a;color:var(--green);font-weight:700}.testimonials{background:var(--cream-dark)}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.review-card{background:var(--white);border-radius:var(--radius);padding:28px;box-shadow:var(--shadow);transition:var(--transition);display:flex;flex-direction:column;gap:16px}.review-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover)}.review-card__header{display:flex;align-items:center;gap:12px}.review-card__avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0;background:var(--cream-dark)}.review-card__avatar img{width:100%;height:100%;object-fit:cover}.review-card__name{font-weight:700;font-size:.95rem}.review-card__location{font-size:.78rem;color:var(--text-light)}.review-card__stars{color:#f5b642;font-size:.95rem;letter-spacing:2px}.review-card__text{font-size:.92rem;line-height:1.65;color:var(--text-light)}.review-card__verified{font-size:.75rem;color:var(--green);font-weight:600;display:flex;align-items:center;gap:4px;margin-top:auto}.lifestyle-gallery{background:var(--white)}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:auto auto;gap:16px}.gallery-grid__item{border-radius:var(--radius-sm);overflow:hidden;aspect-ratio:1}.gallery-grid__item:first-child{grid-column:span 2;grid-row:span 2;aspect-ratio:unset}.gallery-grid__item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.gallery-grid__item:hover img{transform:scale(1.04)}.faq{background:var(--cream)}.faq-list{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:12px}.faq-item{background:var(--white);border-radius:var(--radius-sm);overflow:hidden;box-shadow:var(--shadow)}.faq-item__question{display:flex;justify-content:space-between;align-items:center;padding:22px 24px;cursor:pointer;font-weight:700;font-size:.95rem;color:var(--text);gap:16px;transition:var(--transition)}.faq-item__question:hover{color:var(--green)}.faq-item__icon{width:28px;height:28px;border-radius:50%;background:var(--cream);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.2rem;transition:var(--transition);color:var(--green)}.faq-item.open .faq-item__icon{transform:rotate(45deg);background:var(--green);color:var(--white)}.faq-item__answer{max-height:0;overflow:hidden;transition:max-height .35s ease}.faq-item.open .faq-item__answer{max-height:300px}.faq-item__answer p{padding:0 24px 22px;font-size:.92rem;line-height:1.7}.final-cta{background:linear-gradient(135deg,var(--green),var(--green-dark));color:var(--white);text-align:center;padding:100px 0}.final-cta h2,.final-cta p{color:var(--white)}.final-cta p{opacity:.85;margin:16px auto 40px;max-width:480px;font-size:1.1rem}.final-cta .btn-gold{background:linear-gradient(135deg,#e0b97a,var(--gold));font-size:1.05rem;padding:18px 48px;box-shadow:0 4px 24px #00000040}.site-footer{background:#1a1a1a;color:#ffffffbf;padding:64px 0 32px}.site-footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:48px;margin-bottom:48px}.footer-brand__logo{font-family:Playfair Display,serif;font-size:1.6rem;font-weight:700;color:var(--white);margin-bottom:12px}.footer-brand p{font-size:.88rem;line-height:1.7;margin-bottom:20px}.footer-social{display:flex;gap:10px}.social-btn{width:38px;height:38px;border-radius:var(--radius-sm);background:#ffffff14;display:flex;align-items:center;justify-content:center;transition:var(--transition);color:#ffffffbf}.social-btn:hover{background:var(--green);color:var(--white);transform:translateY(-2px)}.social-btn svg{width:18px;height:18px}.footer-col h4{color:var(--white);font-size:.85rem;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:16px}.footer-col ul{display:flex;flex-direction:column;gap:8px}.footer-col a{font-size:.88rem;transition:var(--transition)}.footer-col a:hover{color:var(--white)}.footer-contact{display:flex;flex-direction:column;gap:12px}.footer-contact a{font-size:.88rem;display:flex;align-items:center;gap:8px}.site-footer__bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.site-footer__bottom p{font-size:.8rem}.payment-icons{display:flex;gap:8px;align-items:center}.payment-icon{background:#ffffff1a;border-radius:4px;padding:4px 10px;font-size:.72rem;font-weight:700;color:#ffffffb3;white-space:nowrap}.mobile-sticky-bar{display:none;position:fixed;bottom:0;left:0;right:0;z-index:90;background:var(--white);padding:12px 16px;border-top:1px solid rgba(0,0,0,.08);box-shadow:0 -4px 20px #0000001a}.mobile-sticky-bar__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;max-width:480px;margin:0 auto}.sticky-price{font-family:Playfair Display,serif;font-size:1.3rem;font-weight:700}.sticky-price small{font-size:.75rem;text-decoration:line-through;color:var(--text-light);font-family:Lato,sans-serif;font-weight:400}.sticky-cart-btn{flex:1;padding:14px;background:var(--green);color:var(--white);border-radius:var(--radius-sm);font-weight:700;font-size:.95rem;text-align:center;transition:var(--transition)}.sticky-cart-btn:hover{background:var(--green-dark)}.exit-popup-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:200;align-items:center;justify-content:center;padding:20px}.exit-popup-overlay.active{display:flex}.exit-popup{background:var(--white);border-radius:var(--radius);max-width:480px;width:100%;overflow:hidden;box-shadow:0 20px 60px #0000004d;position:relative;animation:popup-in .35s ease}@keyframes popup-in{0%{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.exit-popup__image{height:200px;overflow:hidden}.exit-popup__image img{width:100%;height:100%;object-fit:cover}.exit-popup__body{padding:32px;text-align:center}.exit-popup__body h3{font-size:1.7rem;margin-bottom:8px}.exit-popup__body p{margin-bottom:24px}.exit-popup__form{display:flex;flex-direction:column;gap:12px}.exit-popup__form input{padding:14px 18px;border:2px solid rgba(0,0,0,.1);border-radius:var(--radius-sm);font-size:.95rem;font-family:inherit;transition:var(--transition);outline:none}.exit-popup__form input:focus{border-color:var(--green)}.exit-popup__close{position:absolute;top:12px;right:12px;width:32px;height:32px;background:#ffffffe6;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:var(--text);cursor:pointer;transition:var(--transition);z-index:1}.exit-popup__close:hover{background:var(--white);transform:rotate(90deg)}.exit-popup__skip{font-size:.8rem;color:var(--text-light);cursor:pointer;margin-top:12px;display:block;transition:var(--transition)}.exit-popup__skip:hover{color:var(--text)}.page-hero{background:linear-gradient(135deg,var(--cream),var(--cream-dark));padding:80px 0 60px;text-align:center}.page-hero .eyebrow{display:block;font-size:.75rem;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:var(--coral);margin-bottom:12px}.page-hero h1{margin-bottom:16px}.page-hero p{max-width:480px;margin:0 auto}.contact-form{max-width:600px;margin:0 auto;display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-size:.85rem;font-weight:700;color:var(--text)}.form-group input,.form-group textarea,.form-group select{padding:14px 18px;border:2px solid rgba(0,0,0,.08);border-radius:var(--radius-sm);font-size:.95rem;font-family:inherit;color:var(--text);background:var(--white);transition:var(--transition);outline:none}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--green)}.form-group textarea{min-height:140px;resize:vertical}.order-tracker{display:flex;align-items:center;justify-content:center;gap:0;margin:48px auto;max-width:640px;flex-wrap:wrap}.tracker-step{display:flex;flex-direction:column;align-items:center;gap:10px;flex:1;min-width:120px}.tracker-step__dot{width:52px;height:52px;border-radius:50%;background:var(--cream-dark);border:3px solid rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center;font-size:1.4rem;transition:var(--transition);z-index:1}.tracker-step.active .tracker-step__dot{background:var(--green);border-color:var(--green);box-shadow:0 4px 16px #4a9e5c59}.tracker-step.done .tracker-step__dot{background:var(--green-dark);border-color:var(--green-dark)}.tracker-step__label{font-size:.8rem;font-weight:700;text-align:center}.tracker-line{flex:1;height:3px;background:#00000014;margin-bottom:36px;max-width:80px}.tracker-line.active{background:var(--green)}@media(max-width:1024px){.hero{grid-template-columns:1fr;min-height:auto}.hero__content{padding:64px 40px;order:1}.hero__image{height:60vw;max-height:520px;order:0}.brand-story__inner{grid-template-columns:1fr;gap:40px}.brand-story__image{aspect-ratio:16/9}.product-bundle__inner{grid-template-columns:1fr}.product-gallery{position:static}.details-grid{grid-template-columns:1fr}.reviews-grid{grid-template-columns:repeat(2,1fr)}.site-footer__grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){.section{padding:56px 0}.steps-grid{grid-template-columns:1fr;gap:32px}.steps-grid:before{display:none}.problem-solution__grid{grid-template-columns:1fr}.ps-arrow{transform:rotate(90deg)}.reviews-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(2,1fr)}.gallery-grid__item:first-child{grid-column:span 2;aspect-ratio:16/9}.gallery-thumbs{grid-template-columns:repeat(4,1fr)}.site-nav{display:none}.mobile-menu-btn{display:flex}.mobile-sticky-bar{display:block}body{padding-bottom:76px}.hero__content{padding:40px 24px 48px}.site-footer__grid{grid-template-columns:1fr;gap:32px}.site-footer__bottom{flex-direction:column;text-align:center}.brand-story__stats{grid-template-columns:repeat(3,1fr)}}@media(max-width:480px){.bundle-option{flex-wrap:wrap}.hero__actions{flex-direction:column;align-items:flex-start}.gallery-grid{grid-template-columns:1fr 1fr}.brand-story__stats{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/theme.css.map */
