@import"https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;600;700;800;900&display=swap";:root{--color-bg: #FDF3E6;--color-dark-green: #2B3428;--color-olive: #4A553D;--color-gold: #B8944E;--color-gold-light: #D4AC6A;--color-gold-pale: #F0E4C8;--color-white: #FFFFFF;--color-cream-dark: #EDE6D8;--color-cream-mid: #F2EDE4;--color-text: #2B3428;--color-text-muted: #6B7A65;--color-text-light: #9BA890;--color-border: rgba(43, 52, 40, .1);--font: "Heebo", "Arial Hebrew", Arial, sans-serif;--nav-h: 72px;--bar-h: 40px;--max-w: 1200px;--max-w-narrow: 760px;--r-sm: 8px;--r-md: 16px;--r-lg: 28px;--r-xl: 40px;--r-full: 9999px;--shadow-xs: 0 1px 4px rgba(43,52,40,.06);--shadow-sm: 0 2px 12px rgba(43,52,40,.08);--shadow-md: 0 6px 28px rgba(43,52,40,.11);--shadow-lg: 0 12px 48px rgba(43,52,40,.15);--shadow-gold: 0 8px 32px rgba(184,148,78,.22);--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-in-out: cubic-bezier(.4, 0, .2, 1);--t-fast: .18s;--t-med: .32s;--t-slow: .55s}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font);background:var(--color-bg);color:var(--color-text);direction:rtl;text-align:right;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:clip}img,video{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{cursor:pointer;border:none;background:none;font-family:var(--font)}input,textarea,select{font-family:var(--font)}h1,h2,h3,h4,h5,h6{font-family:var(--font);color:var(--color-dark-green);line-height:1.2;font-weight:700}.display{font-size:clamp(40px,6vw,72px);font-weight:900;line-height:1.08;letter-spacing:-.02em}.h1{font-size:clamp(32px,4vw,52px);font-weight:800;letter-spacing:-.02em}.h2{font-size:clamp(26px,3vw,40px);font-weight:700;letter-spacing:-.01em}.h3{font-size:clamp(20px,2.5vw,28px);font-weight:600}.h4{font-size:clamp(17px,2vw,22px);font-weight:600}.body-lg{font-size:clamp(16px,1.5vw,19px);line-height:1.7}.body{font-size:16px;line-height:1.65}.body-sm{font-size:14px;line-height:1.6}.caption{font-size:12px;font-weight:500;letter-spacing:.06em;text-transform:uppercase}.text-muted{color:var(--color-text-muted)}.text-gold{color:var(--color-gold)}.text-white{color:var(--color-white)}.text-center{text-align:center}.text-right{text-align:right}.container{width:100%;max-width:var(--max-w);margin-inline:auto;padding-inline:24px}.container--narrow{max-width:var(--max-w-narrow)}.section{padding-block:96px}.section--lg{padding-block:128px}.section--sm{padding-block:64px}.grid{display:grid}.flex{display:flex}.gap-sm{gap:12px}.gap-md{gap:24px}.gap-lg{gap:40px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 32px;border-radius:var(--r-full);font-size:16px;font-weight:700;line-height:1;transition:all var(--t-med) var(--ease-out);white-space:nowrap}.btn--primary{background:var(--color-gold);color:var(--color-white);box-shadow:var(--shadow-gold)}.btn--primary:hover{background:var(--color-gold-light);transform:translateY(-2px);box-shadow:0 12px 40px #b8944e59}.btn--primary:active{transform:translateY(0)}.btn--dark{background:var(--color-dark-green);color:var(--color-white);box-shadow:var(--shadow-md)}.btn--dark:hover{background:var(--color-olive);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn--outline{background:transparent;color:var(--color-dark-green);border:2px solid var(--color-dark-green)}.btn--outline:hover{background:var(--color-dark-green);color:var(--color-white)}.btn--lg{padding:18px 44px;font-size:18px}.btn--sm{padding:10px 22px;font-size:14px}.btn--full{width:100%}.btn--add-cart{background:var(--color-dark-green);color:var(--color-white);font-size:18px;font-weight:700;padding:20px 40px;border-radius:var(--r-full);width:100%;box-shadow:var(--shadow-md);transition:all var(--t-med) var(--ease-out)}.btn--add-cart:hover{background:var(--color-olive);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.badge{display:inline-block;padding:4px 14px;border-radius:var(--r-full);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.badge--gold{background:var(--color-gold-pale);color:var(--color-gold)}.badge--green{background:#4a553d1f;color:var(--color-olive)}.badge--dark{background:var(--color-dark-green);color:var(--color-white)}.section-label{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-gold);margin-bottom:16px}.section-label:before{content:"";display:inline-block;width:24px;height:2px;background:var(--color-gold);border-radius:2px}.stars{display:inline-flex;gap:2px;color:var(--color-gold);font-size:18px}.stars svg{width:18px;height:18px;fill:var(--color-gold)}.divider{width:60px;height:3px;background:var(--color-gold);border-radius:3px;margin-block:20px}.divider--center{margin-inline:auto}.announcement-bar{background:#2b3428;color:#f9f5ef;text-align:center;padding:10px 16px;position:relative;z-index:1001;border-bottom:1px solid rgba(249,245,239,.08)}.announcement-bar__text{font-size:14px;font-weight:500;letter-spacing:.01em;margin:0}.announcement-bar__text strong{color:var(--color-gold)}#shopify-section-header{position:sticky;top:0;z-index:1000;background:var(--color-bg)}.site-header{position:relative;height:var(--nav-h);display:flex;align-items:center;background:var(--color-bg);border-bottom:1px solid rgba(43,52,40,.08);transition:box-shadow var(--t-med) ease}.site-header.scrolled{box-shadow:0 2px 16px #2b342814}.header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;width:100%;padding-inline:20px}.header__logo{font-size:28px;font-weight:400;color:var(--color-dark-green);letter-spacing:.01em;transition:opacity var(--t-fast);line-height:1}.header__logo:hover{opacity:.75}.header__logo-img{display:block;height:38px;width:auto;object-fit:contain;margin:0 auto}@media(max-width:768px){.header__logo-img{height:30px}}.logo-word{font-family:Playfair Display,Georgia,serif;font-weight:400;color:var(--color-dark-green);letter-spacing:.04em;direction:ltr;display:inline-block}.header__nav{display:flex;align-items:center;gap:32px}.header__nav a{font-size:15px;font-weight:600;color:var(--color-dark-green);transition:color var(--t-fast);position:relative}.header__nav a:after{content:"";position:absolute;bottom:-3px;inset-inline:0;height:2px;background:var(--color-gold);border-radius:2px;transform:scaleX(0);transition:transform var(--t-med) var(--ease-out)}.header__nav a:hover{color:var(--color-dark-green)}.header__nav a:hover:after{transform:scaleX(1)}.header__logo{justify-self:center}.header__hamburger{justify-self:start;display:flex;flex-direction:column;gap:5px;padding:6px;background:none;border:none;cursor:pointer}.header__hamburger span{display:block;width:22px;height:2px;background:var(--color-dark-green);border-radius:2px;transition:transform .3s ease,opacity .3s ease}.header__actions{justify-self:end;display:flex;align-items:center}.header__cart{position:relative;display:flex;align-items:center;padding:6px;color:var(--color-dark-green);transition:opacity .2s}.header__cart:hover{opacity:.65}.header__cart-count{position:absolute;top:0;inset-inline-start:0;width:18px;height:18px;background:var(--color-gold);color:#fff;font-size:11px;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center}.mobile-nav-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#141c1280;opacity:0;visibility:hidden;transition:opacity .35s ease,visibility .35s ease;z-index:1999;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.mobile-nav-backdrop.is-open{opacity:1;visibility:visible}.mobile-nav{position:fixed;top:0;right:0;width:min(320px,85vw);height:100dvh;background:var(--color-bg);color:#000;transform:translate(100%);transition:transform .4s cubic-bezier(.4,0,.2,1);z-index:2000;display:flex;flex-direction:column;box-shadow:-8px 0 40px #00000026}.mobile-nav.is-open{transform:translate(0)}.mobile-nav__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid rgba(43,52,40,.1)}.mobile-nav__logo{color:var(--color-dark-green)!important;font-size:22px}.mobile-nav__logo-link{display:block;line-height:1}.mobile-nav__logo-img{display:block;height:30px;width:auto;object-fit:contain}.mobile-nav__close{background:none;border:none;color:#000;cursor:pointer;padding:4px;display:flex;align-items:center;opacity:.5;transition:opacity .2s}.mobile-nav__close:hover{opacity:1}.mobile-nav__links{list-style:none;flex:1;padding:12px 0;overflow-y:auto}.mobile-nav__links li a{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;font-size:17px;font-weight:500;color:#000;text-decoration:none;border-bottom:1px solid rgba(43,52,40,.07);transition:background .2s;letter-spacing:.01em}.mobile-nav__links li a:after{content:"\2190";font-size:14px;opacity:.3;transition:opacity .2s}.mobile-nav__links li a:hover{background:#2b34280a}.mobile-nav__links li a:hover:after{opacity:.7}.mobile-nav__footer{padding:24px;border-top:1px solid rgba(43,52,40,.1)}.mobile-nav__footer-btn{display:block;width:100%;text-align:center}.hero{position:relative;isolation:isolate;min-height:100svh;display:grid;grid-template-columns:1fr 1fr;align-items:center;overflow:hidden;background:var(--color-dark-green)}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__bg-image{width:100%;height:100%;object-fit:cover;object-position:35% center;opacity:1;filter:saturate(1.35) contrast(1.08) brightness(1.04)}.hero__bg-image--mobile,.hero__bg-video{display:none}.hero__bg-video-desktop{display:block}.hero__bg-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#141c1200,#141c1285 45%,#141c12e6)}.hero__content{position:relative;z-index:2;grid-column:1;max-width:none;padding:64px 48px 64px 24px;padding-inline-end:0;animation:heroFadeIn 1s var(--ease-out) .2s both}.hero__inner{max-width:560px}.hero__btn-outline{color:#f9f5ef;border-color:#f9f5ef66}.hero__eyebrow{display:inline-flex;align-items:center;gap:10px;margin-bottom:28px}.hero__eyebrow-dot{width:8px;height:8px;border-radius:50%;background:var(--color-gold);animation:pulse 2s infinite}.hero__eyebrow-text{font-size:13px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--color-gold)}.hero__title{font-size:clamp(42px,5.5vw,76px);font-weight:900;line-height:1.06;letter-spacing:-.03em;color:#f9f5ef;margin-bottom:8px}.hero__title-accent,.hero__title em{color:var(--color-gold);font-style:normal}.hero__subtitle{font-size:clamp(17px,1.8vw,22px);font-weight:300;color:#f9f5efc7;line-height:1.55;margin-bottom:40px;max-width:480px}.hero__actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.hero__trust{display:flex;align-items:center;gap:10px;margin-top:48px;padding-top:32px;border-top:1px solid rgba(249,245,239,.15)}.hero__trust-stars{display:flex;gap:2px}.hero__trust-star{color:var(--color-gold);font-size:16px}.hero__trust-text{font-size:14px;color:#f9f5ef99;font-weight:400}.hero__trust-text strong{color:#f9f5ef;font-weight:600}.hero__visual{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;padding:64px 24px 64px 48px;animation:heroSlideIn 1s var(--ease-out) .4s both}.hero__product-frame{position:relative;width:100%;max-width:460px;aspect-ratio:1}.hero__product-blob{position:absolute;top:-5%;right:-5%;bottom:-5%;left:-5%;border-radius:60% 40% 55% 45%/45% 55% 40% 60%;background:radial-gradient(circle at 40% 40%,#b8944e2e,#4a553d1f);animation:blobFloat 8s ease-in-out infinite}.hero__product-img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 20px 60px rgba(0,0,0,.5));animation:floatY 4s ease-in-out infinite;position:relative;z-index:1}.hero__title-float{display:none}.hero__scroll-hint{position:absolute;bottom:32px;inset-inline:0;display:flex;justify-content:center;z-index:2;animation:bounceDown 2s ease-in-out infinite}.hero__scroll-hint svg{width:24px;height:24px;stroke:#fff6}.hydration{background:var(--color-dark-green);color:var(--color-white)}.hydration__header{text-align:center;margin-bottom:64px}.hydration__header .section-label{color:var(--color-gold)}.hydration__header .section-label:before{background:var(--color-gold)}.hydration__header .h2{color:var(--color-white)}.hydration__header .text-muted{color:#ffffffb3!important}.hydration__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.hydration__card{background:var(--color-white);border-radius:var(--r-lg);padding:40px 32px;border:1px solid var(--color-border);transition:all var(--t-med) var(--ease-out);position:relative;overflow:hidden}.hydration__card:before{content:"";position:absolute;top:0;inset-inline-end:0;width:80px;height:80px;background:radial-gradient(circle,rgba(184,148,78,.1),transparent);border-radius:50%;transform:translate(30px,-30px)}.hydration__card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.hydration__icon{width:56px;height:56px;background:var(--color-gold-pale);border-radius:var(--r-md);display:flex;align-items:center;justify-content:center;margin-bottom:24px;color:var(--color-gold)}.hydration__icon svg{width:28px;height:28px}.hydration__stat{font-size:48px;font-weight:900;color:var(--color-dark-green);line-height:1;margin-bottom:8px}.hydration__label{font-size:18px;font-weight:600;color:var(--color-dark-green);margin-bottom:10px}.hydration__desc{font-size:15px;color:var(--color-text-muted);line-height:1.6}.benefits{background:var(--color-dark-green)}.benefits__inner{display:grid;grid-template-columns:1fr 1.2fr;gap:80px;align-items:center}.benefits__visual{position:relative;max-width:480px;display:flex;flex-direction:column;align-items:center;justify-content:center}.benefits__visual-bg{display:none}.benefits__product-img{width:100%;max-width:400px;height:auto;object-fit:contain;filter:drop-shadow(0 15px 30px rgba(0,0,0,.22)) drop-shadow(0 30px 60px rgba(0,0,0,.18));animation:floatY 5s ease-in-out infinite .5s;position:relative;z-index:1}.benefits__image-container{position:relative;width:100%;max-width:440px;margin:auto;display:flex;flex-direction:column;align-items:center}.benefits__custom-img{width:100%;height:auto;aspect-ratio:1;border-radius:var(--r-lg);border:1px solid rgba(255,255,255,.15);box-shadow:0 20px 50px #00000059;animation:floatPhoto 6s ease-in-out infinite;position:relative;z-index:2;object-fit:cover}.benefits__image-shadow{width:75%;height:14px;background:radial-gradient(ellipse at center,#00000073,#0000 70%);margin-top:10px;border-radius:50%;animation:scaleShadow 6s ease-in-out infinite;z-index:1;pointer-events:none}@keyframes floatPhoto{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes scaleShadow{0%,to{transform:scale(1);opacity:1}50%{transform:scale(.8);opacity:.55}}.benefits__content{color:var(--color-white)}.benefits__header{margin-bottom:48px}.benefits__header .section-label{color:var(--color-gold)}.benefits__header .section-label:before{background:var(--color-gold)}.benefits__title{font-size:clamp(28px,3.5vw,44px);font-weight:800;color:var(--color-white);letter-spacing:-.02em;margin-bottom:16px}.benefits__subtitle{font-size:17px;color:#ffffffa6;line-height:1.65}.benefits__list{display:flex;flex-direction:column;gap:24px}.benefit-item{display:flex;align-items:flex-start;gap:20px;padding:24px;background:#ffffff0d;border-radius:var(--r-md);border:1px solid rgba(255,255,255,.08);transition:all var(--t-med) var(--ease-out)}.benefit-item:hover{background:#ffffff17;border-color:#b8944e4d;transform:translate(-4px)}.benefit-item__icon{width:48px;height:48px;flex-shrink:0;background:var(--color-gold-pale);border-radius:var(--r-sm);display:flex;align-items:center;justify-content:center;color:var(--color-gold)}.benefit-item__icon svg{width:24px;height:24px}.benefit-item__title{font-size:17px;font-weight:700;color:var(--color-white);margin-bottom:4px}.benefit-item__desc{font-size:14px;color:#ffffff8c;line-height:1.55}.trust{background:var(--color-cream-dark, #EDE9E1)}.trust__header{text-align:center;margin-bottom:32px}.trust__header .h2{margin-bottom:0}.trust__header .divider{margin-top:16px}.trust__header .section-label{display:inline-flex;align-items:center;gap:10px;justify-content:center}.trust__header .section-label:after{content:"";display:inline-block;width:24px;height:2px;background:var(--color-gold);border-radius:2px}.trust__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.trust__cta{text-align:center;margin-top:48px}.trust__rating-summary{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:48px;flex-wrap:wrap}.trust__rating-stars{color:var(--color-gold);font-size:22px;letter-spacing:3px}.trust__rating-score{font-size:30px;font-weight:900;color:var(--color-dark-green);line-height:1}.trust__rating-label{font-size:14px;color:var(--color-text-muted)}.review-card{background:var(--color-white);border-radius:var(--r-lg);padding:32px;border:1px solid var(--color-border);transition:transform var(--t-med) var(--ease-out),box-shadow var(--t-med) var(--ease-out);position:relative;overflow:hidden}.review-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-6px)}.review-card--featured{border:2px solid var(--color-gold);background:linear-gradient(160deg,#fffdf8 0%,var(--color-white) 100%)}.review-card--featured:before{content:"\2b50  \5d1\5d9\5e7\5d5\5e8\5ea  \5e0\5d1\5d7\5e8\5ea";position:absolute;top:-1px;right:24px;background:var(--color-gold);color:var(--color-white);font-size:11px;font-weight:700;padding:4px 14px;border-radius:0 0 var(--r-sm) var(--r-sm);letter-spacing:.04em}.review-card__quote{position:absolute;top:-28px;right:16px;font-size:140px;line-height:1;color:var(--color-gold, #B8944E);opacity:.09;font-family:Georgia,serif;pointer-events:none;-webkit-user-select:none;user-select:none}.review-card__stars{margin-bottom:16px;display:flex;gap:2px}.review-card__text{font-size:15px;line-height:1.75;color:var(--color-text);margin-bottom:20px}.review-card__author{display:flex;align-items:center;gap:12px}.review-card__avatar{width:46px;height:46px;border-radius:50%;background:linear-gradient(135deg,var(--color-cream-dark),var(--color-cream-mid));display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;color:var(--color-olive);flex-shrink:0;box-shadow:0 0 0 2px var(--color-white),0 0 0 4px var(--color-gold)}.review-card__name{font-size:15px;font-weight:700;color:var(--color-dark-green);display:flex;align-items:center;gap:6px;flex-wrap:wrap}.review-card__verified{display:inline-flex;align-items:center;font-size:10px;font-weight:700;color:#2d7a4f;background:#e6f4ec;padding:2px 8px;border-radius:999px;letter-spacing:.02em}.review-card__meta{font-size:13px;color:var(--color-text-muted);margin-top:2px}.trust__badges{margin-top:64px;padding-top:48px;border-top:1px solid var(--color-border);display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.trust-badge{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}.trust-badge__icon{width:56px;height:56px;background:var(--color-white);border-radius:var(--r-md);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-sm);color:var(--color-olive)}.trust-badge__icon svg{width:28px;height:28px}.trust-badge__label{font-size:14px;font-weight:600;color:var(--color-dark-green)}.trust-badge__sub{font-size:12px;color:var(--color-text-muted)}.brand-values{background:var(--color-bg)}.brand-values__header{text-align:center;margin-bottom:56px}.brand-values__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.brand-value{display:flex;flex-direction:column;align-items:flex-start;gap:16px;padding:36px 32px;background:var(--color-cream, #F5F0E8);border-radius:var(--r-lg);border:none;border-right:3px solid var(--color-gold, #B8944E);position:relative}.brand-value__num{position:absolute;top:16px;left:20px;font-size:13px;font-weight:700;letter-spacing:.08em;color:var(--color-gold, #B8944E);opacity:.55;font-variant-numeric:tabular-nums}.brand-value__icon{width:52px;height:52px;border-radius:12px;background:var(--color-white);display:flex;align-items:center;justify-content:center;color:var(--color-dark-green);flex-shrink:0;box-shadow:0 2px 8px #0000000f}.brand-value__title{font-size:18px;font-weight:700;color:var(--color-dark-green);margin:0}.brand-value__text{font-size:15px;color:var(--color-text-light);line-height:1.6;margin:0}@media(max-width:768px){.brand-values__grid{grid-template-columns:1fr;gap:16px}.brand-value{padding:24px 20px;flex-direction:row;align-items:flex-start;gap:20px}.brand-value__icon{width:44px;height:44px;border-radius:10px;flex-shrink:0}.brand-value__title{font-size:16px;margin-bottom:4px}.brand-value__num{font-size:12px;top:14px;left:14px}}.newsletter{background:var(--color-cream-dark, #EDE9E1);border-top:3px solid var(--color-gold, #B8944E)}.newsletter__inner{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.newsletter__paw{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;background:var(--color-cream, #F5F0E8);border:2px solid var(--color-gold, #B8944E);font-size:22px;margin-bottom:18px;box-shadow:0 2px 8px #b8944e26}.newsletter__label{color:var(--color-gold, #B8944E)!important}.newsletter__title{font-size:clamp(20px,2.5vw,26px);font-weight:700;color:var(--color-dark-green);margin:8px 0 10px;line-height:1.3}.newsletter__sub{font-size:14px;color:var(--color-text-light);margin:0;line-height:1.6}.newsletter__row{display:flex;gap:10px}.newsletter__input{flex:1;padding:14px 18px;border:1.5px solid var(--color-border);border-radius:8px;font-size:15px;font-family:inherit;background:var(--color-white);color:var(--color-dark-green);direction:rtl;transition:border-color .2s,box-shadow .2s}.newsletter__input::placeholder{color:var(--color-text-muted)}.newsletter__input:focus{outline:none;border-color:var(--color-gold, #B8944E);box-shadow:0 0 0 3px #b8944e1f}.newsletter__btn{white-space:nowrap;padding:14px 28px}.newsletter__success{margin-top:12px;font-size:14px;color:var(--color-dark-green);font-weight:600}@media(max-width:768px){.newsletter__inner{grid-template-columns:1fr;gap:24px}.newsletter__row{flex-direction:column}.newsletter__btn{width:100%;justify-content:center}}.brand-story{background:var(--color-dark-green);position:relative;overflow:hidden}.bs__bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.bs__kanji{position:absolute;font-size:420px;font-weight:900;color:var(--color-gold);opacity:.03;right:-40px;top:50%;transform:translateY(-50%);line-height:1;-webkit-user-select:none;user-select:none}.bs__year{position:absolute;font-size:220px;font-weight:900;color:#fff;opacity:.025;left:-10px;bottom:-20px;line-height:1;-webkit-user-select:none;user-select:none;letter-spacing:-6px}.bs__circle{position:absolute;width:600px;height:600px;border-radius:50%;border:1px solid rgba(184,148,78,.08);top:50%;right:-200px;transform:translateY(-50%)}.bs__topbar{display:flex;align-items:center;justify-content:space-between;padding-bottom:28px;border-bottom:1px solid rgba(184,148,78,.18);margin-bottom:56px}.bs__label{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--color-gold)}.bs__timeline{display:flex;align-items:center;gap:12px}.bs__tl-dot{width:6px;height:6px;border-radius:50%;background:var(--color-gold);opacity:.6;flex-shrink:0}.bs__tl-text{font-size:11px;color:#fff6;letter-spacing:.05em}.bs__tl-line{width:56px;height:1px;background:linear-gradient(to left,var(--color-gold),rgba(184,148,78,.15))}.bs__main{display:grid;grid-template-columns:1fr;max-width:680px;margin-bottom:64px}.bs__quote-col{position:relative}.bs__quote{border:1px solid rgba(184,148,78,.3);border-radius:var(--r-lg);padding:40px 36px 36px;background:#b8944e0a;position:relative}.bs__quote-mark{font-size:100px;line-height:.55;color:var(--color-gold);opacity:.25;font-family:Georgia,serif;margin-bottom:20px;display:block}.bs__quote-text{font-size:20px;font-weight:600;color:var(--color-white);line-height:1.65;margin:0 0 28px;font-style:normal}.bs__quote-bar{width:36px;height:2px;background:var(--color-gold);margin-bottom:14px;border-radius:2px}.bs__quote-cite{font-size:11px;color:var(--color-gold);letter-spacing:.08em;font-style:normal;text-transform:uppercase}.bs__stamp{position:absolute;bottom:-22px;left:32px;width:72px;height:72px;border-radius:50%;background:var(--color-gold);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #b8944e66}.bs__stamp-inner{text-align:center}.bs__stamp-top{font-size:7px;font-weight:800;color:var(--color-dark-green);letter-spacing:.06em;line-height:1}.bs__stamp-heart{font-size:18px;color:var(--color-dark-green);line-height:1.2}.bs__stamp-bot{font-size:7px;font-weight:800;color:var(--color-dark-green);letter-spacing:.06em;line-height:1}.bs__title{font-size:clamp(56px,8vw,96px);font-weight:900;color:var(--color-white);line-height:.95;margin-bottom:32px;letter-spacing:-3px}.bs__text{font-size:17px;line-height:1.9;color:#fff9;margin-bottom:40px}.bs__cta{display:inline-flex;align-items:center;gap:10px;background:var(--color-gold);color:var(--color-dark-green);font-size:15px;font-weight:700;padding:14px 30px;border-radius:var(--r-full);text-decoration:none;transition:transform var(--t-fast) var(--ease-out),box-shadow var(--t-fast)}.bs__cta:hover{transform:translateY(-2px);box-shadow:0 8px 28px #b8944e73}.bs__values{border-top:1px solid rgba(184,148,78,.18);padding-top:40px;display:flex;align-items:center;justify-content:center;gap:0}.bs__value{display:flex;flex-direction:column;align-items:center;gap:8px;padding:0 40px}.bs__value-icon{font-size:24px}.bs__value-name{font-size:12px;font-weight:700;color:#ffffff8c;letter-spacing:.08em;text-transform:uppercase}.bs__value-sep{width:1px;height:48px;background:#b8944e33;flex-shrink:0}.final-cta{background:var(--color-dark-green);position:relative;overflow:hidden}.final-cta:before{content:"";position:absolute;top:-100px;inset-inline-end:-100px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(184,148,78,.12),transparent 70%)}.final-cta:after{content:"";position:absolute;bottom:-80px;inset-inline-start:-60px;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(74,85,61,.2),transparent 70%)}.final-cta__inner{position:relative;z-index:1;text-align:center;max-width:640px;margin-inline:auto}.final-cta__title{font-size:clamp(32px,4.5vw,56px);font-weight:900;color:var(--color-white);line-height:1.1;letter-spacing:-.02em;margin-bottom:16px}.final-cta__sub{font-size:18px;color:#ffffffa6;margin-bottom:40px;line-height:1.6}.final-cta__actions{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}.final-cta__reassurance{margin-top:24px;display:flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap}.final-cta__reassurance span{font-size:13px;color:#ffffff80;display:flex;align-items:center;gap:6px}.final-cta__reassurance svg{width:14px;height:14px;stroke:#fff6}.site-footer{background:var(--color-dark-green)}.footer__wrap{max-width:600px;margin:0 auto;padding:48px 20px 28px}.footer__newsletter{margin-bottom:32px;border-top:1px solid rgba(255,255,255,.08);padding-top:20px}.footer__nl-text{font-size:13px;color:var(--color-white);margin-bottom:12px;text-align:right}.footer__nl-row{display:flex;align-items:center;border-bottom:1px solid rgba(255,255,255,.2);padding-bottom:8px;gap:10px}.footer__nl-input{flex:1;background:none;border:none;outline:none;color:var(--color-white);font-size:14px;font-family:var(--font);direction:rtl;text-align:right}.footer__nl-input::placeholder{color:#ffffff4d}.footer__nl-btn{background:none;border:none;cursor:pointer;color:#fff9;display:flex;align-items:center;padding:0;transition:color var(--t-fast);flex-shrink:0}.footer__nl-btn:hover{color:var(--color-white)}.footer__top{text-align:center;padding-bottom:28px;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:0}.footer__logo{display:inline-block}.footer__logo .logo-word{font-size:26px;color:#f9f5ef}.footer__accordion{border-bottom:1px solid rgba(255,255,255,.08)}.footer__acc-item{border-top:1px solid rgba(255,255,255,.08)}.footer__acc-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:18px 0;font-size:15px;font-weight:600;color:#f9f5ef;background:none;border:none;cursor:pointer;font-family:var(--font);text-align:right}.footer__acc-icon{color:#f9f5ef73;flex-shrink:0;transition:transform var(--t-med)}.footer__acc-item.open .footer__acc-icon{transform:rotate(180deg)}.footer__acc-panel{max-height:0;overflow:hidden;transition:max-height var(--t-slow) var(--ease-out)}.footer__acc-item.open .footer__acc-panel{max-height:400px}.footer__acc-panel nav{display:flex;flex-direction:column;gap:14px;padding-bottom:20px}.footer__acc-panel nav a{font-size:14px;color:#f9f5ef8c;transition:color var(--t-fast)}.footer__acc-panel nav a:hover{color:var(--color-gold)}.footer__contact-info{display:flex;flex-direction:column;gap:14px;padding-bottom:20px}.footer__contact-row{display:flex;align-items:center;gap:10px;font-size:14px;color:#f9f5ef8c;transition:color var(--t-fast)}.footer__contact-row:hover{color:var(--color-gold)}.footer__contact-row svg{flex-shrink:0;color:#f9f5ef59}.footer__bottom{padding-top:24px;text-align:center}.footer__copyright{font-size:12px;color:#ffffff40}.product-page{padding-top:calc(var(--nav-h) + 40px)}.product-simple{max-width:900px;margin:0 auto;padding:40px 24px 80px}.product-simple__breadcrumb{font-size:13px;color:var(--color-text-muted);margin-bottom:32px}.product-simple__breadcrumb a{color:var(--color-text-muted);text-decoration:none}.product-simple__breadcrumb a:hover{color:var(--color-dark-green)}.product-simple__inner{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.product-simple__img{width:100%;border-radius:16px;aspect-ratio:1;object-fit:cover;background:var(--color-cream)}.product-simple__img-placeholder{width:100%;aspect-ratio:1;border-radius:16px;background:var(--color-cream);display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:600;color:var(--color-dark-green)}.product-simple__title{font-size:28px;font-weight:700;color:var(--color-dark-green);margin-bottom:12px;line-height:1.2}.product-simple__price{font-size:32px;font-weight:900;color:var(--color-dark-green);margin-bottom:20px}.product-simple__desc{font-size:16px;color:var(--color-text-muted);line-height:1.6;margin-bottom:28px}.product-simple__cta{width:100%;text-align:center;margin-bottom:16px}.product-simple__shipping{font-size:13px;color:var(--color-text-muted);text-align:center}@media(max-width:768px){.product-simple__inner{grid-template-columns:1fr;gap:28px}}.product-hero{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start;margin-bottom:120px}.product-gallery__main{aspect-ratio:1;border-radius:var(--r-xl);overflow:hidden;background:var(--color-cream-dark);margin-bottom:16px;position:relative;cursor:zoom-in}.product-gallery__main img,.product-gallery__main video{width:100%;height:100%;object-fit:cover;transition:transform var(--t-slow) var(--ease-out)}.product-gallery__main:hover img,.product-gallery__main:hover video{transform:scale(1.04)}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.product-gallery__thumb{aspect-ratio:1;border-radius:var(--r-md);overflow:hidden;cursor:pointer;border:2px solid transparent;transition:all var(--t-fast);background:var(--color-cream-dark)}.product-gallery__thumb img,.product-gallery__thumb video{width:100%;height:100%;object-fit:cover;pointer-events:none}.product-gallery__thumb.active{border-color:var(--color-gold)}.product-gallery__thumb:hover{opacity:.85}.product-info__eyebrow{display:flex;align-items:center;gap:10px;margin-bottom:20px}.product-info__title{font-size:clamp(28px,3.5vw,44px);font-weight:900;color:var(--color-dark-green);line-height:1.1;margin-bottom:8px;letter-spacing:-.02em}.product-info__tagline{font-size:17px;color:var(--color-text-muted);margin-bottom:24px;line-height:1.5}.product-info__reviews{display:flex;align-items:center;gap:10px;margin-bottom:24px}.product-info__reviews-count{font-size:14px;color:var(--color-text-muted)}.product-info__price{display:flex;align-items:baseline;gap:12px;margin-bottom:32px}.product-info__price-current{font-size:38px;font-weight:900;color:var(--color-dark-green)}.product-info__price-compare{font-size:22px;color:var(--color-text-light);text-decoration:line-through}.product-info__price-save{font-size:14px;font-weight:700;background:var(--color-gold-pale);color:var(--color-gold);padding:3px 10px;border-radius:var(--r-full)}.product-info__quick-benefits{display:flex;flex-direction:column;gap:12px;margin-bottom:32px;padding:24px;background:var(--color-cream-mid);border-radius:var(--r-lg)}.quick-benefit{display:flex;align-items:center;gap:12px;font-size:15px;color:var(--color-dark-green)}.quick-benefit__check{width:22px;height:22px;background:var(--color-dark-green);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.quick-benefit__check svg{width:12px;height:12px;stroke:#fff}.product-info__variants{margin-bottom:28px}.variants-label{font-size:14px;font-weight:600;color:var(--color-dark-green);margin-bottom:10px}.variants-options{display:flex;gap:10px;flex-wrap:wrap}.variant-btn{padding:8px 20px;border-radius:var(--r-full);border:2px solid var(--color-border);font-size:14px;font-weight:600;color:var(--color-text-muted);transition:all var(--t-fast)}.variant-btn:hover,.variant-btn.selected{border-color:var(--color-dark-green);color:var(--color-dark-green);background:var(--color-cream-dark)}.product-info__cta{display:flex;flex-direction:column;gap:12px;margin-bottom:28px}.product-info__shipping{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--color-text-muted)}.product-info__shipping svg{width:18px;height:18px;stroke:var(--color-olive)}.product-info__secure{display:flex;align-items:center;gap:16px;padding-top:20px;border-top:1px solid var(--color-border);flex-wrap:wrap}.product-info__secure-item{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--color-text-muted)}.product-info__secure-item svg{width:16px;height:16px;stroke:var(--color-olive)}.how-it-works{background:var(--color-dark-green)}.how-it-works__header{text-align:center;margin-bottom:72px}.how-it-works__header .section-label{color:var(--color-gold)}.how-it-works__header .section-label:before{background:var(--color-gold)}.how-it-works__header h2{color:var(--color-white)}.how-it-works__header p{color:#fff9;font-size:17px;margin-top:16px}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;position:relative}.steps-grid:before{content:"";position:absolute;top:36px;inset-inline:80px;height:1px;background:linear-gradient(to left,transparent,rgba(184,148,78,.3),rgba(184,148,78,.3),transparent)}.step-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:20px}.step-card__num{width:72px;height:72px;border-radius:50%;border:2px solid rgba(184,148,78,.4);display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:900;color:var(--color-gold);background:#b8944e14;flex-shrink:0;position:relative;z-index:1;transition:all var(--t-med)}.step-card:hover .step-card__num{background:var(--color-gold);color:var(--color-white);border-color:var(--color-gold);transform:scale(1.08)}.step-card__icon{font-size:36px}.step-card__title{font-size:18px;font-weight:700;color:var(--color-white)}.step-card__desc{font-size:14px;color:#ffffff8c;line-height:1.65}.faq-section{background:var(--color-cream-mid);padding-block:80px}.faq-section__header{text-align:center;margin-bottom:48px}.faq-list{max-width:780px;margin-inline:auto;display:flex;flex-direction:column;gap:16px}.faq-item{background:var(--color-white);border-radius:16px;border:1px solid rgba(43,52,40,.08);overflow:hidden;box-shadow:0 4px 20px #2b342805;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1),border-color .4s cubic-bezier(.16,1,.3,1)}.faq-item:hover{transform:translateY(-2px);box-shadow:0 12px 28px #2b34280f;border-color:#b8944e59}.faq-item.open{border-color:var(--color-gold);box-shadow:0 16px 36px #2b342814}.faq-item__q{display:flex;align-items:center;justify-content:space-between;padding:24px 32px;cursor:pointer;font-size:18px;font-weight:700;color:var(--color-dark-green);-webkit-user-select:none;user-select:none;transition:background-color .3s ease;background:transparent;width:100%;border:none;text-align:right}.faq-item__q:hover{background:#b8944e08}.faq-item__q-icon{width:32px;height:32px;border-radius:50%;background:#b8944e14;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .4s cubic-bezier(.16,1,.3,1);margin-inline-start:20px}.faq-item__q-icon svg{width:16px;height:16px;stroke:var(--color-gold);stroke-width:2.5px;transition:stroke .3s}.faq-item.open .faq-item__q-icon{background:var(--color-gold);transform:rotate(180deg)}.faq-item.open .faq-item__q-icon svg{stroke:var(--color-white)}.faq-item__a{max-height:0;overflow:hidden;padding:0 32px;opacity:0;transform:translateY(-8px);transition:max-height .4s cubic-bezier(.16,1,.3,1),opacity .35s ease,transform .35s ease,padding .4s cubic-bezier(.16,1,.3,1)}.faq-item.open .faq-item__a{max-height:350px;padding:0 32px 24px;opacity:1;transform:translateY(0)}.faq-item__a p{font-size:15px;color:var(--color-text-muted);line-height:1.8;padding-top:20px;border-top:1px solid rgba(43,52,40,.08)}.cart-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#141c1280;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1997;opacity:0;pointer-events:none;transition:opacity var(--t-med) ease}.cart-backdrop.is-open{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;top:0;left:0;bottom:0;width:min(380px,92vw);background:#f9f5ef;z-index:1998;display:flex;flex-direction:column;transform:translate(-100%);transition:transform .35s var(--ease-out);box-shadow:4px 0 32px #141c1226}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:20px 20px 16px;border-bottom:1px solid rgba(43,52,40,.1);flex-shrink:0}.cart-drawer__title{font-size:17px;font-weight:700;color:var(--color-dark-green)}.cart-drawer__close{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--color-dark-green);background:#2b342812;transition:background var(--t-fast)}.cart-drawer__close:hover{background:#2b342824}.cart-drawer__body{flex:1;overflow-y:auto;padding:16px 20px}.cart-drawer__loading{text-align:center;padding:40px 0;color:var(--color-text-muted);font-size:14px}.cart-drawer__empty{display:flex;flex-direction:column;align-items:center;gap:20px;padding:60px 0 40px;text-align:center}.cart-drawer__empty p{font-size:16px;color:var(--color-text-muted)}.cart-item{display:grid;grid-template-columns:72px 1fr auto;gap:14px;align-items:start;padding:16px 0;border-bottom:1px solid rgba(43,52,40,.08)}.cart-item:last-child{border-bottom:none}.cart-item__img{width:72px;height:72px;object-fit:cover;border-radius:10px;background:#fff}.cart-item__info{display:flex;flex-direction:column;gap:4px}.cart-item__title{font-size:14px;font-weight:600;color:var(--color-dark-green);line-height:1.3}.cart-item__variant{font-size:12px;color:var(--color-text-muted)}.cart-item__qty{display:flex;align-items:center;gap:10px;margin-top:8px}.cart-item__qty-btn{width:26px;height:26px;border-radius:50%;border:1px solid rgba(43,52,40,.2);display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:500;color:var(--color-dark-green);line-height:1;transition:background var(--t-fast),border-color var(--t-fast)}.cart-item__qty-btn:hover{background:var(--color-dark-green);color:#f9f5ef;border-color:var(--color-dark-green)}.cart-item__qty span{font-size:14px;font-weight:600;min-width:20px;text-align:center}.cart-item__price{font-size:15px;font-weight:700;color:var(--color-dark-green);white-space:nowrap}.cart-drawer__footer{padding:16px 20px 24px;border-top:1px solid rgba(43,52,40,.1);background:#f9f5ef;flex-shrink:0}.cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;font-size:16px;font-weight:700;color:var(--color-dark-green)}.cart-drawer__checkout{display:block;width:100%;text-align:center}.fp-section{padding:60px 20px;background:var(--color-cream)}.fp-inner{max-width:900px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:16px;align-items:center}@media(min-width:768px){.fp-inner{grid-template-columns:1fr 1fr;gap:60px}}.fp-media{background:var(--color-bg);border-radius:20px;overflow:hidden;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 40px #2b34281a}.fp-img{width:100%;height:100%;object-fit:contain;transition:opacity .2s}.fp-gallery{display:flex;flex-direction:column;gap:10px}.fp-gallery__main{background:var(--color-bg);border-radius:20px;overflow:hidden;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 40px #2b34281a}.fp-gallery__main img{width:100%;height:100%;object-fit:contain;transition:opacity .2s}.fp-gallery__thumbs{display:flex;gap:8px}.fp-thumb{flex:1;aspect-ratio:1;border-radius:10px;overflow:hidden;cursor:pointer;border:2px solid transparent;background:var(--color-bg);transition:border-color var(--t-fast)}.fp-thumb img{width:100%;height:100%;object-fit:contain}.fp-thumb.active{border-color:var(--color-gold)}.fp-thumb:hover{border-color:var(--color-gold-light)}.fp-price-wrap{display:flex;align-items:center;gap:10px;margin-bottom:24px;flex-wrap:wrap}.fp-price-current{font-size:32px;font-weight:900;color:var(--color-dark-green)}.fp-price-compare{font-size:18px;color:var(--color-text-light);text-decoration:line-through}.fp-price-badge{font-size:12px;font-weight:700;background:#e6f4ec;color:#2d7a4f;padding:3px 10px;border-radius:999px}.fp-benefits{list-style:none;display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.fp-benefits li{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--color-text-muted)}.fp-benefit-check{width:20px;height:20px;background:var(--color-dark-green);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff}.fp-variant-selector{margin-bottom:20px}.fp-option-row{margin-bottom:14px}.fp-option-name{font-size:13px;color:var(--color-text-muted);margin-bottom:8px;display:block;font-weight:500}.fp-option-name strong{color:var(--color-dark-green);font-weight:700}.fp-color-swatches{display:flex;gap:10px;flex-wrap:wrap}.fp-color-swatch{width:34px;height:34px;border-radius:50%;border:2.5px solid transparent;cursor:pointer;transition:box-shadow var(--t-fast) var(--ease-out),border-color var(--t-fast);outline:none;padding:0;flex-shrink:0}.fp-color-swatch:hover{box-shadow:0 0 0 2px var(--color-white),0 0 0 4px var(--color-gold)}.fp-color-swatch.active{border-color:var(--color-dark-green);box-shadow:0 0 0 2px var(--color-white),0 0 0 4px var(--color-dark-green)}.fp-design-btns{display:flex;gap:8px;flex-wrap:wrap}.fp-design-btn{padding:7px 20px;border-radius:var(--r-full);border:1.5px solid var(--color-border);font-size:13px;font-weight:600;color:var(--color-dark-green);background:var(--color-white);cursor:pointer;transition:all var(--t-fast) var(--ease-out);font-family:var(--font)}.fp-design-btn:hover:not(.active){border-color:var(--color-gold);color:var(--color-gold)}.fp-design-btn.active{border-color:var(--color-dark-green);background:var(--color-dark-green);color:var(--color-white)}.fp-trust-badges{display:flex;gap:8px;padding-top:16px;border-top:2px solid var(--color-gold-pale);margin-top:4px}.fp-trust-badge{flex:1;display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px 6px 10px;background:var(--color-cream-mid);border-radius:var(--r-sm);border:1px solid var(--color-border);text-align:center}.fp-trust-badge svg{color:var(--color-gold)}.fp-trust-badge__title{font-size:12px;font-weight:700;color:var(--color-dark-green);display:block}.fp-trust-badge__sub{font-size:10px;color:var(--color-text-muted);display:block;margin-top:1px;line-height:1.3}.fp-img-placeholder{width:100%;height:100%;background:var(--color-cream-dark, #EDE8E0);display:flex;align-items:center;justify-content:center}.fp-info{display:flex;flex-direction:column;gap:0}.fp-label{font-size:15px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-gold);margin-bottom:12px;display:block}.fp-title{font-size:clamp(30px,6vw,40px);font-weight:900;color:var(--color-dark-green);line-height:1.15;margin-bottom:14px}.fp-desc{font-size:14px;color:var(--color-text-muted);line-height:1.7;margin-bottom:20px}.fp-price{font-size:26px;font-weight:700;color:var(--color-dark-green);margin-bottom:24px}.fp-actions{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.fp-form{width:100%}@media(max-width:767px){.fp-section{padding:40px 20px}.fp-title{margin-bottom:10px}.fp-desc{margin-bottom:14px}.fp-benefits{gap:8px;margin-bottom:14px}.fp-variant-selector{margin-bottom:14px}.fp-option-row{margin-bottom:10px}.fp-price-wrap,.fp-actions{margin-bottom:16px}}.fp-add-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;transition:background var(--t-med),transform .1s}.fp-add-btn.added{background:var(--color-olive)}.fp-add-btn:active{transform:scale(.98)}.fp-page-link{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:var(--color-dark-green);text-decoration:underline;text-underline-offset:3px;text-decoration-color:#2b34284d;transition:text-decoration-color var(--t-med)}.fp-page-link:hover{text-decoration-color:var(--color-gold);color:var(--color-gold)}.fp-page-link svg{flex-shrink:0}.fp-trust{display:flex;flex-direction:column;gap:8px;padding-top:20px;border-top:1px solid rgba(43,52,40,.1)}.fp-trust li{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--color-text-muted)}.fp-trust li svg{color:var(--color-olive);flex-shrink:0}.page-content{padding:60px 20px 80px;background:var(--color-cream);min-height:50vh}.page-content__inner{max-width:720px;margin:0 auto}.page-content__title{font-size:clamp(28px,5vw,42px);font-weight:900;color:var(--color-dark-green);margin-bottom:32px;padding-bottom:20px;border-bottom:2px solid rgba(43,52,40,.1)}.page-content__body{font-size:16px;line-height:1.8;color:var(--color-text)}.page-content__body h2{font-size:20px;font-weight:700;margin:32px 0 12px;color:var(--color-dark-green)}.page-content__body h3{font-size:17px;font-weight:600;margin:24px 0 8px}.page-content__body p{margin-bottom:16px}.page-content__body ul,.page-content__body ol{margin:0 0 16px;padding-inline-start:24px}.page-content__body li{margin-bottom:6px}.page-content__empty{font-size:16px;color:var(--color-text-muted);padding:40px 0}@keyframes heroFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes heroSlideIn{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes floatY{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes blobFloat{0%,to{border-radius:60% 40% 55% 45%/45% 55% 40% 60%;transform:rotate(0)}33%{border-radius:40% 60% 45% 55%/55% 45% 60% 40%;transform:rotate(3deg)}66%{border-radius:50% 50% 60% 40%/40% 60% 50% 50%;transform:rotate(-3deg)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.85)}}@keyframes bounceDown{0%,to{transform:translateY(0);opacity:.5}50%{transform:translateY(8px);opacity:1}}@keyframes countUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.reveal{opacity:0;transform:translateY(28px);transition:opacity var(--t-slow) var(--ease-out),transform var(--t-slow) var(--ease-out)}.reveal.from-left{transform:translate(-28px)}.reveal.from-right{transform:translate(28px)}.reveal.scale-in{transform:scale(.93)}.reveal.visible{opacity:1;transform:none}.reveal.delay-1{transition-delay:.1s}.reveal.delay-2{transition-delay:.2s}.reveal.delay-3{transition-delay:.3s}.reveal.delay-4{transition-delay:.4s}.reveal.delay-5{transition-delay:.5s}.reveal.delay-6{transition-delay:.6s}@media(max-width:1024px){.hero{grid-template-columns:1fr}.hero__content{padding:60px 24px 0;order:2}.hero__visual{order:1;padding:40px 24px 0;max-height:380px}.hero__product-frame{max-width:300px}.benefits__inner{grid-template-columns:1fr;gap:48px}.benefits__visual{max-width:300px;margin-inline:auto;order:-1}.brand-story__inner{grid-template-columns:1fr;gap:48px}.brand-story__visual{display:none}.bs__main{grid-template-columns:1fr;gap:40px}.bs__topbar{flex-direction:column;align-items:flex-start;gap:18px;width:100%}.bs__label{font-size:13px;letter-spacing:.1em;font-weight:700}.bs__timeline{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;flex-wrap:nowrap}.bs__tl-text{font-size:12px;font-weight:700;color:#fffffff2;white-space:nowrap}.bs__tl-line{flex:1;min-width:15px;max-width:50px;height:1px}.bs__tl-dot{width:6px;height:6px}.bs__text{font-size:19px;line-height:1.8;color:#ffffffd9}.bs__cta{font-size:17px}.bs__value-name{font-size:15px}.bs__value-icon{font-size:28px}.bs__title{font-size:clamp(52px,14vw,80px);letter-spacing:-2px}.bs__quote{padding:28px 24px}.bs__quote-text{font-size:18px}.bs__value{padding:0 20px}.bs__stamp{left:20px}.hydration__grid,.trust__grid{grid-template-columns:1fr}.trust__badges{grid-template-columns:repeat(2,1fr)}.product-hero{grid-template-columns:1fr;gap:40px}.steps-grid{grid-template-columns:repeat(2,1fr)}.steps-grid:before{display:none}.included-grid{grid-template-columns:1fr}.site-footer__grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){:root{--nav-h: 64px}.section{padding-block:64px}.section--lg{padding-block:80px}.header__nav{display:none}.header__hamburger{display:flex}.header__cta .btn{display:none}.header__cta .btn:last-child{display:inline-flex}.trust__badges{grid-template-columns:repeat(2,1fr);gap:20px}.steps-grid{grid-template-columns:1fr 1fr}.site-footer__grid{grid-template-columns:1fr;gap:40px}.footer__bottom{flex-direction:column;gap:16px;text-align:center}.hero{grid-template-columns:1fr;height:calc(100svh - var(--nav-h) - var(--bar-h));min-height:520px;align-items:flex-end}.hero__bg-image--desktop,.hero__bg-video-desktop,.hero__bg-image--mobile{display:none}.hero__bg-video{display:block;object-position:50% 20%}.hero__bg-img-fallback{display:none}.hero__bg-gradient{background:linear-gradient(to top,#141c12e6,#141c1294 38%,#141c1200 68%)}.hero__content{grid-column:1;padding:0 20px 36px;width:100%}.hero__eyebrow,.hero__subtitle{display:none}.hero__inner{max-width:100%}.hero__title{display:none}.hero__title-float{display:block;position:absolute;top:38%;right:20px;left:20px;z-index:3;font-size:clamp(42px,11vw,58px);font-weight:900;line-height:1.06;letter-spacing:-.03em;color:#f9f5ef;text-shadow:0 0 40px rgba(0,0,0,.6),0 2px 8px rgba(0,0,0,.5);animation:heroFadeIn 1s var(--ease-out) .2s both}.hero__title-float em{color:#f9f5ef;font-style:normal}.hero__mobile-eyebrow{display:none}.hero__subtitle{font-size:15px;max-width:100%;margin-bottom:28px}.hero__trust{display:none}.hero .hero__actions{flex-direction:column;width:100%;gap:10px}.hero .hero__actions .btn{width:100%;justify-content:center}.hero__visual,.hero__scroll-hint{display:none}}@media(max-width:480px){:root{--nav-h: 64px}.container{padding-inline:16px}.btn--lg{padding:16px 32px;font-size:16px}.hydration__stat{font-size:36px}.product-gallery__thumbs{grid-template-columns:repeat(4,1fr)}.trust__badges{grid-template-columns:1fr 1fr}.steps-grid{grid-template-columns:1fr}.final-cta__actions{flex-direction:column}.hero__actions{flex-direction:column;align-items:stretch;gap:10px}.hero__content{padding:0 20px 36px}}.about-page{background:var(--color-bg);padding-block:80px 120px}.about-page__header{margin-bottom:56px}.about-page__label{display:inline-block;font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--color-gold);margin-bottom:12px}.about-page__title{font-size:clamp(36px,6vw,54px);font-weight:900;color:var(--color-dark-green);letter-spacing:-1.5px;margin-bottom:16px}.about-page__hero-image{position:relative;border-radius:var(--r-lg);overflow:hidden;margin-bottom:64px;box-shadow:var(--shadow-md);transition:transform var(--t-med) var(--ease-out)}.about-page__hero-image:hover{transform:scale(1.01)}.about-page__img{width:100%;max-height:440px;object-fit:cover;display:block}.about-page__img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(43,52,40,.15),transparent);pointer-events:none}.about-block{margin-bottom:64px}.about-block__header{display:flex;align-items:center;gap:16px;margin-bottom:24px}.about-block__num{font-size:20px;font-weight:800;color:var(--color-gold);font-family:monospace,sans-serif;border-bottom:2px solid var(--color-gold);line-height:1.2}.about-page__subtitle{font-size:clamp(22px,3.5vw,28px);font-weight:800;color:var(--color-dark-green);margin:0}.about-block__body p{font-size:16px;line-height:1.85;color:var(--color-text);margin-bottom:20px}.about-block__body p:last-child{margin-bottom:0}.about-page__quote{background:#f2ede4;padding:40px 32px 32px;border-right:4px solid var(--color-gold);border-radius:var(--r-md);margin-block:56px;position:relative;box-shadow:var(--shadow-xs);overflow:hidden}.about-page__quote-mark{font-size:96px;color:var(--color-gold);opacity:.12;position:absolute;top:-24px;right:16px;font-family:Playfair Display,serif;line-height:1;-webkit-user-select:none;user-select:none}.about-page__quote-text{font-size:clamp(18px,2.5vw,22px);font-style:italic;font-weight:600;line-height:1.7;color:var(--color-dark-green)!important;margin:0!important;position:relative;z-index:1;font-family:Heebo,sans-serif}.about-page__quote-decor{position:absolute;left:0;bottom:0;width:100px;height:100px;background:radial-gradient(circle,rgba(184,148,78,.08),transparent 70%);pointer-events:none}.about-values{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:32px;margin-bottom:40px}.about-value-card{background:#f2ede4;padding:32px 24px;border-radius:var(--r-md);border:1px solid rgba(43,52,40,.06);transition:all var(--t-med) var(--ease-out);text-align:center}.about-value-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-sm);border-color:#b8944e40}.about-value-card__icon{font-size:32px;display:block;margin-bottom:16px}.about-value-card__title{font-size:16px;font-weight:700;color:var(--color-dark-green);margin-bottom:8px}.about-value-card__desc{font-size:14px;line-height:1.6;color:var(--color-text-muted)}.about-page__join-text{background:#b8944e12;padding:32px 24px;border-radius:var(--r-md);margin-top:48px;border:1px dashed rgba(184,148,78,.3)}.about-page__join-text p{font-size:18px;font-weight:600;line-height:1.7;color:var(--color-dark-green);margin:0}.about-page__cta-wrapper{margin-top:72px}.about-page__cta-btn{padding:18px 44px;box-shadow:var(--shadow-gold)}.about-page__cta-btn:hover{transform:translateY(-3px);box-shadow:0 16px 48px #b8944e66}@media(max-width:768px){.about-page{padding-block:48px 80px}.about-page__header{margin-bottom:36px}.about-page__hero-image{margin-bottom:40px}.about-page__img{max-height:280px}.about-values{grid-template-columns:1fr;gap:16px}.about-block{margin-bottom:48px}.about-page__quote{padding:32px 24px 24px;margin-block:40px}.about-page__join-text p{font-size:16px}.about-page__cta-wrapper{margin-top:48px}.about-page__cta-btn{width:100%}}.faq-page{background:var(--color-bg);padding-block:80px 120px}.faq-page__header{margin-bottom:56px}.faq-page__title{font-size:clamp(36px,6vw,54px);font-weight:900;color:var(--color-dark-green);letter-spacing:-1.5px;margin-bottom:16px}.faq-page__intro{font-size:16px;line-height:1.65;color:var(--color-text-muted);max-width:580px;margin:0 auto}.sticky-cart-bar{position:fixed;left:0;bottom:0;width:100%;z-index:1000;background:var(--color-bg);border-top:1px solid rgba(43,52,40,.06);box-shadow:0 -10px 30px #2b342814;transform:translateY(100%);transition:transform .4s cubic-bezier(.16,1,.3,1)}.sticky-cart-bar.is-visible{transform:translateY(0)}.sticky-cart-bar__container{display:flex;align-items:center;justify-content:space-between;padding:12px 24px;max-width:var(--max-w);margin:0 auto;width:100%}.sticky-cart-bar__product{display:flex;align-items:center;gap:14px}.sticky-cart-bar__img{width:50px;height:50px;object-fit:contain;border-radius:8px;background:var(--color-white);border:1px solid rgba(43,52,40,.08);padding:3px;flex-shrink:0}.sticky-cart-bar__details{display:flex;flex-direction:column;gap:2px;text-align:right}.sticky-cart-bar__title{font-size:15px;font-weight:700;color:var(--color-dark-green);margin:0;line-height:1.2}.sticky-cart-bar__price-wrap{display:flex;align-items:baseline;gap:8px}.sticky-cart-bar__price{font-size:22px;font-weight:900;color:var(--color-dark-green)}.sticky-cart-bar__compare{font-size:14px;color:var(--color-text-light);text-decoration:line-through;font-weight:500}.sticky-cart-bar__actions{display:flex;align-items:center}.sticky-cart-bar__btn{width:auto;padding:12px 32px;font-size:15px;font-weight:800;border-radius:30px;background:var(--color-gold)!important;color:var(--color-white)!important;border:none;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;box-shadow:0 4px 12px #b8944e33;transition:transform .2s ease,background-color .2s ease,box-shadow .2s ease;text-decoration:none}.sticky-cart-bar__btn:hover{background:var(--color-dark-green)!important;color:var(--color-white)!important;transform:translateY(-2px);box-shadow:0 6px 18px #2b342826}.sticky-cart-bar__btn:active{transform:translateY(0)}@media(max-width:768px){.sticky-cart-bar{left:50%;bottom:16px;transform:translate(-50%,150%);width:calc(100% - 32px);max-width:340px;background:transparent!important;border-top:none!important;box-shadow:none!important;pointer-events:none}.sticky-cart-bar.is-visible{transform:translate(-50%)}.sticky-cart-bar__container{padding:0;justify-content:center}.sticky-cart-bar__product{display:none}.sticky-cart-bar__actions{width:100%}.sticky-cart-bar__btn{pointer-events:auto;width:100%;padding:14px 20px;font-size:16px;border-radius:40px;box-shadow:0 8px 30px #2b342840}.sticky-cart-bar__btn:hover{background:var(--color-gold)!important;color:var(--color-white)!important;transform:translateY(-2px) scale(1.02);box-shadow:0 10px 35px #2b34284d}.sticky-cart-bar__btn:active{transform:translate(0) scale(.97)}}
/*# sourceMappingURL=/cdn/shop/t/32/assets/theme.css.map */
