.cart-page{padding:2rem 0 3rem;display:grid;gap:1.1rem}.cart-page h1{font-size:clamp(1.5rem,3vw,2.3rem)}.cart-page__layout{display:grid;gap:1rem;grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);align-items:start}.cart-page .card{padding:1rem}.cart-page__items{display:grid;gap:1rem}.cart-page__item{display:grid;gap:.75rem;grid-template-columns:5.4rem 1fr;padding-bottom:.95rem;border-bottom:1px solid var(--color-line)}.cart-page__item:last-child{border-bottom:0;padding-bottom:0}.cart-page__item-media img{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:.6rem}.cart-page__item-body{display:grid;gap:.4rem}.cart-page__item-body h2{font-size:1rem;margin:0}.cart-page__item-body h2 a{text-decoration:none}.cart-page__item-variant{margin:0;color:var(--color-muted);font-size:.88rem}.cart-page__item-price-group{display:flex;align-items:center;flex-wrap:wrap;gap:.45rem}.cart-page__item-save{border-radius:999px;background:#1869452e;border:1px solid rgba(74,157,111,.4);color:#78c69c;padding:.14rem .44rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.cart-page__item-compare{color:var(--color-muted);text-decoration:line-through;font-size:.92rem;font-weight:600}.cart-page__item-price{margin:0;color:var(--color-foreground);font-size:1.05rem;font-weight:700}.cart-page__item-line-savings{margin:0;color:#78c69c;font-size:.84rem;font-weight:600}.cart-page__summary{display:grid;gap:.75rem}.cart-page__summary-row{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.cart-page__summary-values{display:grid;justify-items:end;gap:.16rem;text-align:right}.cart-page__summary-savings{color:#78c69c;font-size:.88rem;font-weight:700}.cart-page__summary-compare{color:var(--color-muted);text-decoration:line-through;font-size:.95rem}.cart-page__empty{padding:1rem;display:grid;gap:.8rem;max-width:30rem}@media(max-width:990px){.cart-page__layout{grid-template-columns:1fr}}.collection-page{padding:2rem 0 3rem;display:grid;gap:1.1rem}.collection-page__head{display:grid;gap:.5rem}.collection-page__grid{display:grid;gap:.85rem;grid-template-columns:repeat(4,minmax(0,1fr))}.collection-page__item{overflow:hidden}.collection-page__image-link img{width:100%;aspect-ratio:1 / 1;object-fit:cover}.collection-page__body{padding:.85rem;display:grid;gap:.5rem}.collection-page__body h2{font-size:1rem}.collection-page__body h2 a{text-decoration:none}.collection-page__pagination{margin-top:.9rem}@media(max-width:1200px){.collection-page__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.collection-page__grid{grid-template-columns:1fr}}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.contact-page{padding:2rem 0 3.8rem;background:radial-gradient(circle at top center,rgba(201,162,75,.08),transparent 24%),linear-gradient(180deg,#f3f5f8,#f8f9fb 46%,#f3f5f8)}.contact-page__hero{max-width:42rem;display:grid;gap:.9rem;margin:0 auto 1.8rem;text-align:center;justify-items:center}.contact-page__kicker{display:inline-flex;align-items:center;width:fit-content;padding:.32rem .82rem;border-radius:999px;border:1px solid rgba(195,160,99,.2);background:#ffffffe6;color:#9a7531;font-size:.76rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.contact-page__hero h1{margin:0;color:var(--color-foreground);font-size:clamp(2.4rem,6vw,4.2rem);line-height:1;letter-spacing:-.03em}.contact-page__intro{max-width:34rem;color:var(--color-muted);line-height:1.65;font-size:1rem}.contact-page__form-wrap{max-width:70rem;margin:0 auto}.contact-page__form-shell{border-radius:1.2rem;border:1px solid rgba(195,160,99,.16);background:linear-gradient(180deg,#fffffffa,#f6f8fbfa);box-shadow:0 18px 50px #20283814;padding:1.6rem;display:grid;gap:1rem}.contact-page__form{display:grid;gap:1rem}.contact-page__fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.contact-page__field{display:grid;gap:.48rem}.contact-page__field--full{grid-column:1 / -1}.contact-page__field span{color:#8c785a;font-size:.82rem;font-weight:700;letter-spacing:.34em;text-transform:uppercase}.contact-page__field input,.contact-page__field textarea{width:100%;border-radius:0;border:1px solid rgba(195,160,99,.12);background:#f5f7faf2;color:var(--color-foreground);padding:1rem 1.05rem;box-sizing:border-box}.contact-page__field input::placeholder,.contact-page__field textarea::placeholder{color:#8a9099}.contact-page__field input:focus,.contact-page__field textarea:focus{outline:none;border-color:#c3a06359;box-shadow:0 0 0 3px #c3a06314}.contact-page__status{border-radius:.85rem;padding:.9rem 1rem;font-weight:600}.contact-page__status--success{border:1px solid rgba(74,157,111,.4);background:#18694524;color:#9ae2bb}.contact-page__status--error{border:1px solid rgba(168,64,64,.4);background:#6518182e;color:#ffd5d5}.contact-page__submit{width:11rem;margin:0 auto;justify-content:center;min-height:3.5rem;letter-spacing:.24em;text-transform:uppercase}@media(max-width:990px){.contact-page{padding:1.6rem 0 2.8rem}.contact-page__fields{grid-template-columns:1fr}.contact-page__hero h1{font-size:clamp(2rem,12vw,3rem)}.contact-page__form-shell{padding:1.15rem;border-radius:1rem}.contact-page__submit{width:100%}}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.site-footer{margin-top:4rem;padding:2.8rem 0 1.5rem;border-top:1px solid var(--color-line);background:linear-gradient(180deg,#f3f5f8,#eceff3);color:var(--color-foreground)}.site-footer__inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.25fr) minmax(0,1fr);gap:2.2rem;align-items:start}.site-footer__kicker{margin:0 0 .6rem;font-size:.86rem;letter-spacing:.22em;text-transform:uppercase;color:#8d7a62;position:relative;padding-top:.8rem}.site-footer__kicker:before{content:"";position:absolute;left:0;top:0;width:1.75rem;height:1px;background:#d8c5a1}.site-footer__links-col{display:grid;gap:.72rem;align-content:start}.site-footer__links-col a{color:#5f4c33;text-decoration:none;font-size:1.12rem;line-height:1.4}.site-footer__links-col a:hover{color:#b88d38}.site-footer__newsletter-copy{margin:0;max-width:34ch;color:var(--color-muted);font-size:1.12rem;line-height:1.45}.site-footer__newsletter-form{margin-top:.85rem;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:.8rem}.site-footer__newsletter-form input{border:0;border-bottom:2px solid #d5be8a;border-radius:0;background:transparent;padding:.45rem 0;color:var(--color-foreground)}.site-footer__newsletter-form button{border:0;background:transparent;color:#8d7a62;font-size:1.7rem;line-height:1;padding:0;min-width:auto}.site-footer__business-col{display:grid;gap:.45rem}.site-footer__business-col p{margin:0;color:#736553;font-size:1.12rem;line-height:1.45}.site-footer__statement{margin-top:2.1rem;display:grid;gap:.7rem}.site-footer__statement span{width:1.75rem;height:1px;background:#d8c5a1}.site-footer__statement p{margin:0;max-width:25ch;font-size:1.18rem;line-height:1.52;color:#6b5944;font-style:italic}.site-footer__bottom{margin-top:2.4rem;padding-top:1.8rem;border-top:1px solid var(--color-line);display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:1rem}.site-footer__logo{margin:0;color:#b88d38;font-size:clamp(1.75rem,2.5vw,3rem);line-height:1;letter-spacing:.03em;text-transform:uppercase}.site-footer__currency-form{margin:0}.site-footer__currency-form select{border:0;background:transparent;color:var(--color-foreground);font-size:1.08rem;padding:.2rem 1.2rem .2rem .2rem}.site-footer__copyright{justify-self:end;color:#8d7a62;font-size:.95rem}@media(max-width:990px){.site-footer{padding-top:2.2rem}.site-footer__inner{grid-template-columns:1fr;gap:1.6rem}.site-footer__newsletter-copy{max-width:none}.site-footer__statement{margin-top:1.2rem}.site-footer__statement p{max-width:none;font-size:1.03rem}.site-footer__bottom{grid-template-columns:1fr;justify-items:center;text-align:center;gap:.7rem;margin-top:1.6rem;padding-top:1.3rem}.site-footer__copyright{justify-self:center}}body{padding-top:var(--site-header-height, 0px)}body.site-header-menu-open{overflow:hidden;touch-action:none}.site-header{background:#fffffff5;border-bottom:1px solid var(--color-line);position:fixed;left:0;right:0;top:0;z-index:200;overflow:visible}.site-header__top{background:#fffffff5;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);min-height:5.4rem;display:grid;align-items:center;grid-template-columns:1fr auto 1fr;position:relative;z-index:3;overflow:visible}.site-header__menu-toggle{justify-self:start;border:0;background:transparent;padding:0;min-width:auto;box-shadow:none;border-radius:0;text-transform:none;letter-spacing:0;color:inherit}.site-header__menu-icon{cursor:pointer;display:grid;gap:.24rem;width:2rem}.site-header__menu-icon span{display:block;width:1.35rem;height:1px;background:var(--color-foreground);transition:transform .22s ease,opacity .2s ease;transform-origin:center}.site-header--drawer-open .site-header__menu-icon span:nth-child(1){transform:translateY(.34rem) rotate(45deg)}.site-header--drawer-open .site-header__menu-icon span:nth-child(2){opacity:0}.site-header--drawer-open .site-header__menu-icon span:nth-child(3){transform:translateY(-.34rem) rotate(-45deg)}.site-header__drawer-shell{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;pointer-events:none}.site-header__drawer-overlay{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#5e4b232e;opacity:0;transition:opacity .22s ease;box-shadow:none;min-width:auto;padding:0}.site-header__drawer-panel{position:absolute;left:0;top:0;width:min(23.8rem,calc(100vw - 2.8rem));height:100%;background:#fff;border-right:1px solid var(--color-line);padding:1.15rem 1.25rem 1.5rem;display:grid;grid-template-rows:auto 1fr auto;gap:.8rem;transform:translate3d(-100%,0,0);transition:transform .28s cubic-bezier(.22,1,.36,1);will-change:transform;overflow-y:auto;overscroll-behavior:contain}.site-header__drawer-head{display:flex;justify-content:flex-end}.site-header__drawer-close{border:0;background:transparent;color:var(--color-foreground);font-size:2rem;line-height:1;box-shadow:none;min-width:auto;padding:0;text-transform:none;letter-spacing:0}.site-header__drawer-nav{display:grid;align-content:start}.site-header__drawer-nav a{text-decoration:none;color:var(--color-foreground);padding:.95rem 0;border-bottom:1px solid var(--color-line);text-transform:uppercase;letter-spacing:.14em;font-size:1.02rem;font-weight:500;opacity:0;transform:translate3d(-.8rem,0,0);transition:opacity .22s ease,transform .3s cubic-bezier(.22,1,.36,1);transition-delay:calc(var(--item-index, 0) * .03s)}.site-header__drawer-login{align-self:end;text-decoration:none;color:var(--color-foreground);font-size:1.32rem;line-height:1.2}.site-header--drawer-open{z-index:2147483000}.site-header--drawer-open .site-header__drawer-shell{pointer-events:auto}.site-header--drawer-open .site-header__drawer-overlay{opacity:1}.site-header--drawer-open .site-header__drawer-panel{transform:translateZ(0)}.site-header--drawer-open .site-header__drawer-shell,.site-header--drawer-open .site-header__drawer-overlay,.site-header--drawer-open .site-header__drawer-panel{z-index:2147483000}.site-header--drawer-open .site-header__drawer-nav a{opacity:1;transform:translateZ(0)}.site-header__brand{text-decoration:none;justify-self:center;font-size:clamp(1.8rem,3vw,2.4rem);letter-spacing:.06em;font-family:var(--font-heading--family);color:#b88d38;text-shadow:0 0 10px rgba(211,172,89,.16)}.site-header__logo{max-height:2.6rem;width:auto;filter:sepia(1) saturate(2.1) hue-rotate(350deg) brightness(1.02) contrast(1.03)}.site-header__actions{justify-self:end;display:flex;align-items:center;gap:.8rem}.site-header__actions a{text-decoration:none}.site-header__actions svg{width:1.36rem;height:1.36rem}.site-header__cart{position:relative}.site-header__cart-count{position:absolute;right:-.42rem;top:-.36rem;min-width:1rem;height:1rem;padding:0 .2rem;display:grid;place-items:center;border-radius:999px;background:#e1543f;color:#fff;font-size:.62rem;font-weight:700;line-height:1}.site-cart__shell{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483000;pointer-events:none}.site-cart__overlay{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#5e4b232e;opacity:0;transition:opacity .24s ease;box-shadow:none;min-width:auto;padding:0}.site-cart__panel{position:absolute;right:0;top:0;width:min(29.5rem,100vw);height:100%;background:#fff;border-left:1px solid var(--color-line);display:grid;grid-template-rows:auto 1fr auto;transform:translate3d(100%,0,0);transition:transform .28s cubic-bezier(.22,1,.36,1);will-change:transform}.site-cart__brand-row{padding:.95rem 1.25rem .85rem;border-bottom:1px solid var(--color-line);display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.site-cart__brand{grid-column:2;justify-self:center;display:inline-flex;align-items:center;justify-content:center;padding:.4rem .8rem;border:1px solid rgba(211,172,89,.45);border-radius:.8rem;background:linear-gradient(180deg,#fffffffa,#f7f8fafa);box-shadow:0 10px 24px #7355231f}.site-cart__brand-logo{display:block;max-height:2.25rem;width:auto;filter:sepia(1) saturate(2.1) hue-rotate(350deg) brightness(1.02) contrast(1.03)}.site-cart__header{padding:.95rem 1.25rem 1rem;border-bottom:1px solid var(--color-line);display:grid;gap:.3rem}.site-cart__header h2{margin:0;font-size:1.2rem;letter-spacing:.06em;font-weight:700;text-transform:uppercase}.site-cart__close{grid-column:3;justify-self:end;border:0;background:transparent;box-shadow:none;min-width:auto;padding:0;font-size:2rem;color:var(--color-foreground);line-height:1;text-transform:none;letter-spacing:0}.site-cart__cart-note{margin:0;color:var(--color-muted);font-size:.9rem;line-height:1.45}.site-cart__body{padding:1rem 1.25rem;overflow-y:auto}.site-cart__demand-banner{display:grid;gap:.18rem;padding:.95rem 1.25rem;border-bottom:1px solid rgba(195,160,99,.18);background:linear-gradient(180deg,#d3b470f2,#ebd292f5);color:#141414;text-align:center}.site-cart__demand-banner strong{font-size:.98rem;letter-spacing:.06em;text-transform:uppercase}.site-cart__demand-banner span{font-size:.95rem;line-height:1.35;font-weight:600}.site-cart__demand-timer{font-size:1.05rem;font-weight:800}.site-cart__empty{margin:0;color:var(--color-muted);font-size:1.03rem;line-height:1.5}.site-cart__items{display:grid;gap:1rem}.site-cart__item{display:grid;grid-template-columns:5.2rem 1fr auto;gap:.85rem;padding-bottom:1rem;border-bottom:1px solid var(--color-line)}.site-cart__item-media img{display:block;width:100%;height:auto;background:#f2f4f7}.site-cart__item-title{margin:0 0 .2rem;font-size:1.23rem;line-height:1.28}.site-cart__item-title a{color:var(--color-foreground);text-decoration:none}.site-cart__item-variant{margin:0 0 .55rem;color:var(--color-muted);font-size:.86rem}.site-cart__qty{display:inline-flex;align-items:center;border:1px solid var(--color-line);border-radius:.35rem;overflow:hidden}.site-cart__qty button{border:0;background:#f3f5f8;min-width:auto;padding:.34rem .56rem;line-height:1;color:var(--color-foreground);box-shadow:none}.site-cart__qty span{min-width:1.8rem;text-align:center;font-size:.95rem;color:var(--color-foreground)}.site-cart__remove{margin-top:.45rem;border:0;background:transparent;min-width:auto;box-shadow:none;padding:0;font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;color:#8e7c63;text-decoration:underline}.site-cart__item-price{display:grid;justify-items:end;align-content:start;gap:.18rem;text-align:right;white-space:nowrap}.site-cart__item-price-final{font-size:1.04rem;color:var(--color-foreground);font-weight:700}.site-cart__item-price-compare{font-size:.92rem;color:var(--color-muted);text-decoration:line-through}.site-cart__item-price-save{border-radius:999px;background:#6c8a7424;border:1px solid rgba(108,138,116,.32);color:#56715f;padding:.16rem .46rem;font-size:.72rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.site-cart__footer{border-top:1px solid var(--color-line);padding:1rem 1.25rem 1.15rem;background:#f7f8fa}.site-cart__subtotal-row{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;text-transform:uppercase;letter-spacing:.18em;font-size:.8rem}.site-cart__subtotal-values{display:grid;justify-items:end;gap:.14rem;text-align:right}.site-cart__subtotal-savings{color:#56715f;font-size:.82rem;letter-spacing:0;text-transform:none;font-weight:700}.site-cart__subtotal-compare{color:var(--color-muted);font-size:.92rem;letter-spacing:0;text-decoration:line-through;text-transform:none}.site-cart__subtotal-row strong{font-size:1.15rem;letter-spacing:0}.site-cart__checkout{width:100%;justify-content:center;margin:.9rem 0 0}.site-cart__view-cart{margin-top:.66rem;display:inline-block;width:100%;text-align:center;color:#8e7c63;text-decoration:none;font-size:.85rem;text-transform:uppercase;letter-spacing:.12em}.site-header--cart-open .site-cart__shell{pointer-events:auto}.site-header--cart-open .site-cart__overlay{opacity:1}.site-header--cart-open .site-cart__panel{transform:translateZ(0)}.site-header--cart-open,.site-header--cart-open .site-cart__shell,.site-header--cart-open .site-cart__overlay,.site-header--cart-open .site-cart__panel{z-index:2147483000}.header-announcement{width:100%;overflow:hidden;color:#5b472a;background:linear-gradient(90deg,#f7f3e8,#e6d4a2 55%,#fbf8ef);border-top:1px solid rgba(211,172,89,.24);position:relative;z-index:1}.header-announcement__marquee{min-height:2.2rem;display:flex;align-items:center;gap:1rem;font-size:.84rem;letter-spacing:.07em;text-transform:uppercase;white-space:nowrap;width:max-content;animation:header-marquee 42s linear infinite;padding-right:1rem}@keyframes header-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:990px){.site-header__top{min-height:4.5rem}.site-header__brand{font-size:clamp(1.5rem,7vw,2rem)}.site-header__drawer-panel{width:min(21rem,calc(100vw - 2.2rem));padding:1rem 1rem 1.25rem}.site-cart__panel{width:100vw}.site-cart__header h2{font-size:1.05rem}.site-cart__item{grid-template-columns:4.5rem 1fr auto;gap:.6rem}.site-cart__item-title{font-size:1.03rem}.site-cart__brand-row,.site-cart__header,.site-cart__body,.site-cart__footer{padding-inline:1rem}}@media(prefers-reduced-motion:reduce){.site-header__drawer-overlay,.site-header__drawer-panel,.site-header__drawer-nav a,.site-header__menu-icon span,.site-cart__overlay,.site-cart__panel{transition:none}.header-announcement__marquee{animation:none;transform:none}}@media(max-width:640px){.site-header__actions{gap:.45rem;padding-left:.2rem}.site-header__actions svg{width:1.18rem;height:1.18rem}}.welcome{display:grid;grid-template-columns:var(--content-grid);background:radial-gradient(circle at 16% 0%,rgba(201,162,75,.12),transparent 34%),#f3f5f8;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media(max-width:1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#fff;color:var(--color-muted);line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:var(--color-foreground)}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fff;box-shadow:#c9a24b29 0 -3px inset;border:1px solid #d3ac59;border-radius:4px;color:#9a7531;padding:3px 10px 5px;text-decoration:none}.home-benefits{padding:4.2rem 0;background:linear-gradient(180deg,#f3f5f8,#eceff3)}.home-benefits__head{margin-bottom:2.2rem}.home-benefits__eyebrow{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;color:transparent;background:linear-gradient(95deg,#a97a25,#d3ac59 45%,#f2e1a8);-webkit-background-clip:text;background-clip:text;letter-spacing:.16em;text-transform:uppercase;font-size:.8rem;font-weight:700;position:relative;animation:benefit-kicker-sheen 4.4s ease-in-out infinite}.home-benefits__eyebrow:before{content:"";width:2rem;height:1px;background:linear-gradient(90deg,#b88931,#e3c57f)}.home-benefits__head h2{max-width:18ch;margin-inline:auto;font-size:clamp(2rem,4vw,4rem);color:var(--color-foreground)}.home-benefits__head h2 em{color:transparent;background:linear-gradient(95deg,#a97a25,#ddb96b 42%,#f4e6b6);-webkit-background-clip:text;background-clip:text;font-style:italic;text-shadow:0 0 16px rgba(203,157,83,.34),0 0 28px rgba(117,83,38,.2);position:relative;animation:benefit-emphasis-sheen 5.2s ease-in-out infinite}@keyframes benefit-kicker-sheen{0%,to{filter:brightness(1)}45%{filter:brightness(1.18)}}@keyframes benefit-emphasis-sheen{0%,to{filter:brightness(1);text-shadow:0 0 16px rgba(211,172,89,.18),0 0 28px rgba(184,137,49,.1)}50%{filter:brightness(1.18);text-shadow:0 0 22px rgba(226,190,128,.24),0 0 36px rgba(184,137,49,.14)}}@media(prefers-reduced-motion:reduce){.home-benefits__eyebrow,.home-benefits__head h2 em{animation:none}}.home-benefits__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;align-items:stretch}.home-benefits__item{min-height:18.8rem;border:1px solid var(--color-line);border-radius:1.15rem;padding:1.55rem 1.2rem 1.2rem;background:linear-gradient(180deg,#fff,#f5f7fa);text-align:center;display:grid;justify-items:center;align-content:start;gap:.72rem;position:relative;transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}.home-benefits__item:before{content:"";position:absolute;left:0;top:0;width:100%;height:4px;border-radius:1.15rem 1.15rem 0 0;background:transparent;transition:background .24s ease}.home-benefits__icon{width:var(--benefit-icon-size);height:var(--benefit-icon-size);border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:radial-gradient(circle at 28% 20%,#fff6db,#e0c175 52%,#c7922f);color:#4a381f;box-shadow:0 10px 22px #b8893138;transition:transform .24s ease,box-shadow .24s ease}.home-benefits__icon img{width:calc(var(--benefit-icon-size) * .37);height:calc(var(--benefit-icon-size) * .37);object-fit:contain;filter:brightness(0) invert(1)}.home-benefits__icon svg{width:calc(var(--benefit-icon-size) * .37);height:calc(var(--benefit-icon-size) * .37)}.home-benefits__item h3{margin-top:.45rem;font-size:clamp(1.2rem,1.7vw,1.95rem);color:var(--color-foreground)}.home-benefits__item p{color:var(--color-muted);font-size:1.01rem;max-width:20ch}.home-benefits__item:hover{transform:translateY(-6px);border-color:#caa04d;box-shadow:0 22px 38px #b8893124}.home-benefits__item:hover:before{background:linear-gradient(90deg,#c09035,#efd79a)}.home-benefits__item:hover .home-benefits__icon{transform:translateY(-2px) scale(1.03);box-shadow:0 12px 26px #b8893133}@media(max-width:1024px){.home-benefits__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-benefits__item{min-height:17.2rem}}@media(max-width:760px){.home-benefits{padding:3rem 0}.home-benefits__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.home-benefits__item{min-height:14.5rem;padding:1rem .8rem .9rem}}.home-faq{padding:3rem 0 3.6rem;background:linear-gradient(180deg,#f3f5f8,#eceff3)}.home-faq .section-head{align-items:center;text-align:center;margin-bottom:1.3rem}.home-faq .section-head .badge{display:inline-flex;align-items:center;gap:.65rem;position:relative;border:0;border-radius:0;background:transparent;padding:0;color:transparent;background-image:linear-gradient(95deg,#a97a25,#d3ac59 45%,#f2e1a8);-webkit-background-clip:text;background-clip:text;letter-spacing:.24em;font-size:.75rem;font-weight:700;text-shadow:0 0 10px rgba(211,172,89,.12);animation:faq-kicker-sheen 4.4s ease-in-out infinite}.home-faq .section-head .badge:before{content:"";display:block;flex:0 0 1.75rem;width:1.75rem;height:1px;background:linear-gradient(90deg,#b88931,#e3c57f)}.home-faq .section-head h2{text-wrap:balance}@keyframes faq-kicker-sheen{0%,to{filter:brightness(1)}45%{filter:brightness(1.18)}}.home-faq__items{display:grid;gap:.65rem;max-width:56rem;margin-inline:auto}.home-faq__item{padding:.9rem 1rem}.home-faq__item summary{font-weight:700;cursor:pointer;color:var(--color-foreground)}.home-faq__item div{margin-top:.65rem}@media(prefers-reduced-motion:reduce){.home-faq .section-head .badge{animation:none}}.home-featured-products{padding:3rem 0;display:grid;gap:1rem;background:linear-gradient(180deg,#f3f5f8,#eceff3)}.home-featured-products .section-head{align-items:center;text-align:center;margin-bottom:.6rem}.home-featured-products .section-head .badge{display:inline-flex;align-items:center;gap:.65rem;position:relative;border:0;border-radius:0;background:transparent;padding:0;color:transparent;background-image:linear-gradient(95deg,#a97a25,#d3ac59 45%,#f2e1a8);-webkit-background-clip:text;background-clip:text;letter-spacing:.24em;font-size:.75rem;font-weight:700;text-shadow:0 0 10px rgba(211,172,89,.12);animation:featured-kicker-sheen 4.4s ease-in-out infinite}.home-featured-products .section-head .badge:before{content:"";display:block;flex:0 0 1.75rem;width:1.75rem;height:1px;background:linear-gradient(90deg,#b88931,#e3c57f)}.home-featured-products .section-head h2{text-wrap:balance}@keyframes featured-kicker-sheen{0%,to{filter:brightness(1)}45%{filter:brightness(1.18)}}.home-featured-products__head{display:grid;gap:.8rem}.home-featured-products__guide{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem}.home-featured-products__guide p{color:var(--color-foreground);font-weight:600}.home-featured-products__controls{justify-self:end;display:flex;gap:.5rem}.home-featured-products__nav{width:2.3rem;height:2.3rem;border-radius:999px;border:1px solid var(--color-line);background:#fff;color:var(--color-foreground);font-size:1.4rem;line-height:1;padding:0;box-shadow:none;text-transform:none}.home-featured-products__track{--featured-gap: 1rem;display:flex;gap:1rem;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:.2rem;cursor:grab}.home-featured-products__track::-webkit-scrollbar{display:none}.home-featured-products__track.is-dragging{cursor:grabbing;-webkit-user-select:none;user-select:none;scroll-snap-type:none}.home-featured-products__slide{flex:0 0 calc((100% - var(--featured-gap)) / 2);position:relative;min-height:36rem;border-radius:.7rem;overflow:hidden;scroll-snap-align:start;background:#fff;border:1px solid var(--color-line)}.home-featured-products__slide--coming-soon{background:radial-gradient(circle at 20% 15%,#f4deb0,#d3ac59 55%,#c09133)}.home-featured-products__slide--coming-soon .home-featured-products__overlay{background:linear-gradient(180deg,#f4e7ba33 14%,#765a2980)}.home-featured-products__slide-media,.home-featured-products__slide-media img,.home-featured-products__overlay{position:absolute;top:0;right:0;bottom:0;left:0}.home-featured-products__slide-media img{width:100%;height:100%;object-fit:cover}.home-featured-products__overlay{background:linear-gradient(180deg,#fffaef0a 24%,#4e3c1c8a)}.home-featured-products__slide-content{position:absolute;z-index:2;inset:auto 1.2rem 1.2rem;display:grid;gap:.55rem;color:#fffdf8;text-align:center}.home-featured-products__slide-kicker{text-transform:uppercase;letter-spacing:.18em;font-size:.85rem;color:#f7ead0}.home-featured-products__slide-content h3{font-size:clamp(1.8rem,3.1vw,3rem);color:#fffaf4}.home-featured-products__slide-content p{color:#f4ead8;font-size:1.15rem}.home-featured-products__slide-actions{margin-top:.5rem;display:flex;justify-content:center}.home-featured-products__slide-actions .button{border-color:#fff8e8f2;color:#4b3922;background:#fff8e8e6}@media(max-width:990px){.home-featured-products__guide{flex-direction:column;align-items:flex-start}.home-featured-products__track{--featured-gap: .9rem}.home-featured-products__slide{flex-basis:85%;min-height:26rem}.home-featured-products__slide-content p{font-size:1rem}}@media(prefers-reduced-motion:reduce){.home-featured-products .section-head .badge{animation:none}}.home-hero{position:relative;min-height:auto;isolation:isolate;overflow:visible;background:transparent}.home-hero__background,.home-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0}.home-hero__background{position:relative;inset:auto;z-index:0;background:transparent}.home-hero__image{width:100%;height:auto;object-fit:contain;object-position:top center;display:block}.home-hero__image-link{display:block;position:relative;z-index:2}.home-hero__overlay{z-index:1;background:transparent;pointer-events:none}.home-hero__content{min-height:auto;display:grid;align-content:start;gap:.9rem;padding:.85rem 0 1.4rem;justify-items:start}.home-hero__panel{width:min(68rem,100%);display:grid;gap:0;padding:0;border:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.home-hero__actions{margin-top:0;display:flex;flex-wrap:wrap;gap:.65rem;position:absolute;right:clamp(1rem,5vw,4.2rem);bottom:clamp(7.2rem,13vw,12rem);left:auto;top:auto;transform:none;justify-content:flex-end;z-index:3;width:auto}.home-hero__stats-wrap{padding-top:.55rem;padding-bottom:.55rem;background:linear-gradient(180deg,#f3f5f8,#eceff3);border-top:1px solid rgba(214,176,88,.18);border-bottom:1px solid rgba(214,176,88,.18);width:100%}.home-hero__stats{margin-top:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;width:min(68rem,calc(100% - 2rem));margin-inline:auto;align-items:stretch}.home-hero__stat{position:relative;min-height:5.8rem;border:1px solid rgba(221,198,152,.52);background:linear-gradient(180deg,#fffffffa,#fffdfa);border-radius:1.3rem;padding:.95rem 1.15rem .9rem;text-align:center;box-shadow:0 10px 22px #8a70380d,inset 0 1px #ffffffe6;display:grid;align-content:center;gap:.28rem}.home-hero__stat:before{content:"";position:absolute;left:50%;top:.6rem;width:2.2rem;height:2px;border-radius:999px;transform:translate(-50%);background:linear-gradient(90deg,#d6b05800,#d6b058e6,#d6b05800)}.home-hero__stat-number{margin:0;font-size:clamp(1.28rem,2vw,1.85rem);line-height:1;color:#4a3318;font-weight:700;letter-spacing:-.04em}.home-hero__stat-text{margin:0;font-size:.95rem;line-height:1.28;color:#645031cc;max-width:24ch;margin-inline:auto}@media(max-width:990px){.home-hero{overflow:visible}.home-hero__background{min-height:clamp(18rem,68vw,28rem)}.home-hero__image-link{display:block;min-height:inherit;height:100%}.home-hero__image{width:100%;min-height:clamp(18rem,68vw,28rem);height:100%;object-fit:cover;object-position:center top}.home-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent}.home-hero__content{min-height:auto;margin-top:0;padding:.8rem 0 1.4rem;justify-items:center;text-align:center}.home-hero__panel{width:100%;padding:0}.home-hero__actions{justify-content:center;left:50%;right:auto;bottom:1rem;top:auto;transform:translate(-50%);width:min(100% - 1.2rem,30rem)}.home-hero__stats{grid-template-columns:repeat(3,minmax(0,1fr));width:calc(100% - 1rem);gap:.45rem}.home-hero__stat{min-height:4.9rem;padding:.82rem .45rem .72rem;border-radius:1rem}.home-hero__stat-number{font-size:1.05rem}.home-hero__stat-text{font-size:.74rem;line-height:1.22}.home-hero__stat:before{top:.48rem;width:1.6rem}}.home-testimonials{padding:4rem 0;display:grid;gap:1.4rem;background:linear-gradient(180deg,#eef1f4,#f4f6f8)}.home-testimonials .section-head{align-items:center;text-align:center;margin-bottom:.5rem}.home-testimonials .section-head .badge{display:inline-flex;align-items:center;gap:.65rem;position:relative;border:0;border-radius:0;background:transparent;padding:0;color:transparent;background-image:linear-gradient(95deg,#4f5a66,#8d6e3f 45%,#a0adbc);-webkit-background-clip:text;background-clip:text;letter-spacing:.24em;font-size:.75rem;font-weight:700;text-shadow:0 0 10px rgba(92,108,126,.16);animation:testimonials-kicker-sheen 4.4s ease-in-out infinite}.home-testimonials .section-head .badge:before{content:"";display:block;flex:0 0 1.75rem;width:1.75rem;height:1px;background:linear-gradient(90deg,#4d5864,#cdae77)}.home-testimonials .section-head h2{text-wrap:balance}@keyframes testimonials-kicker-sheen{0%,to{filter:brightness(1)}45%{filter:brightness(1.18)}}.home-testimonials h3{font-size:clamp(1.4rem,2.2vw,2rem);color:#232b34;margin-bottom:.8rem}.home-testimonials__text-block,.home-testimonials__image-block{display:grid;gap:.9rem}.home-testimonials__text-grid{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;touch-action:pan-x;padding-bottom:.2rem}.home-testimonials__text-grid::-webkit-scrollbar{display:none}.home-testimonials__text-card{flex:0 0 min(32.2rem,calc((100% - 2rem) / 3));scroll-snap-align:start;border:1px solid #d8dde3;border-radius:1rem;background:linear-gradient(180deg,#f8fafc,#f2f5f8);padding:1.2rem;display:grid;gap:.75rem;position:relative;overflow:hidden;isolation:isolate;transition:transform .22s ease,box-shadow .22s ease;will-change:transform}.home-testimonials__text-card:hover{transform:translateY(-7px) scale(1.028);box-shadow:0 20px 34px #4e5c6f2e}.home-testimonials__text-card:before{content:"";position:absolute;left:.9rem;right:.9rem;top:.6rem;height:4px;border-radius:999px;background:linear-gradient(90deg,#687482,#9aa5b2)}.home-testimonials__stars{color:transparent;background:linear-gradient(95deg,#b8872f,#e3bb62 36%,#f4dd9a 50%,#d4a444 72%,#a57623);-webkit-background-clip:text;background-clip:text;text-shadow:0 0 10px rgba(223,184,93,.26);letter-spacing:.08em;font-size:1.12rem;animation:testimonial-star-shine 4.8s ease-in-out infinite}.home-testimonials__text-quote{color:#2e3844;font-size:1.12rem;line-height:1.55}.home-testimonials__text-meta{display:grid;gap:.2rem}.home-testimonials__text-meta strong{color:#202933;font-size:1.15rem}.home-testimonials__text-meta span{color:#687482;font-size:1rem}.home-testimonials__verified{justify-self:start;display:inline-flex;align-items:center;gap:.44rem;padding:.46rem .94rem;border-radius:999px;background:linear-gradient(180deg,#f1f5f2,#e8efea);border:1px solid #d4dfd8;color:#5d7a6b;font-weight:700;font-size:.9rem;line-height:1;letter-spacing:.01em}.home-testimonials__verified:before{content:"\2713";width:1rem;height:1rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:radial-gradient(circle at 30% 28%,#d8efe0,#89b89e 60%,#6a977f);color:#355847;font-size:.72rem;font-weight:800;line-height:1;box-shadow:inset 0 0 0 1px #ffffff94}.home-testimonials__text-controls{display:flex;justify-content:center;align-items:center;gap:.55rem;margin-top:.2rem}.home-testimonials__text-dots{display:inline-flex;align-items:center;gap:.36rem}.home-testimonials__text-dot{width:.48rem;height:.48rem;border-radius:999px;border:0;padding:0;background:#bcc5ce;opacity:.7;transition:transform .2s ease,opacity .2s ease,background-color .2s ease}.home-testimonials__text-dot.is-active{width:1.15rem;border-radius:999px;background:linear-gradient(90deg,#6c7a8a,#99a8b8);opacity:1}.home-testimonials__toolbar{display:flex;align-items:center;gap:.7rem;justify-content:space-between;margin:.4rem 0 .9rem}.home-testimonials__summary{flex:1 1 auto;min-width:0;display:inline-flex;align-items:center;gap:.65rem;padding:.72rem .86rem;border-radius:.75rem;border:1px solid #d9dfe6;background:#fff;color:#101317;box-shadow:0 6px 20px #22272e0f}.home-testimonials__summary-stars{color:#f1b800;font-size:1.18rem;letter-spacing:.06em;line-height:1;flex:0 0 auto}.home-testimonials__summary-count{color:#101317;font-size:1rem;line-height:1.1;font-weight:600}.home-testimonials__summary-chevron{margin-left:auto;width:.62rem;height:.62rem;border-right:1.5px solid #3d4651;border-bottom:1.5px solid #3d4651;transform:rotate(45deg);flex:0 0 auto;transition:transform .2s ease}.home-testimonials__summary[aria-expanded=false] .home-testimonials__summary-chevron{transform:rotate(-135deg)}.home-testimonials__filter-wrap{position:relative;flex:0 0 auto}.home-testimonials__tools-button{width:3rem;height:3rem;border-radius:.75rem;border:1px solid #d9dfe6;background:#fff;color:#101317;box-shadow:0 6px 20px #22272e0f;font-size:1.05rem;line-height:1;padding:0}.home-testimonials__filter-menu{position:absolute;right:0;top:calc(100% + .45rem);min-width:11rem;padding:.35rem;border-radius:.75rem;border:1px solid #d9dfe6;background:#fff;box-shadow:0 12px 30px #22272e1f;display:grid;gap:.15rem;z-index:20}.home-testimonials__filter-menu[hidden]{display:none}.home-testimonials__filter-option{width:100%;border:0;background:transparent;color:#101317;text-align:left;font:inherit;font-size:.92rem;line-height:1.2;padding:.72rem .82rem;border-radius:.55rem;cursor:pointer}.home-testimonials__filter-option:hover,.home-testimonials__filter-option.is-active{background:#f4f7fa}.home-testimonials__reviews-shell{overflow:hidden;max-height:none;transition:max-height .28s ease,opacity .24s ease}.home-testimonials__reviews-shell.is-collapsed{opacity:0;max-height:0;pointer-events:none}.home-testimonials__write-review{width:100%;display:inline-flex;align-items:center;justify-content:center;margin:0 0 1.05rem;min-height:3.3rem;border-radius:.8rem;border:1px solid #d5dbe2;background:#f7f7f8;color:#111317;font-size:1.08rem;line-height:1;font-weight:600}.home-testimonials__actions{display:grid;grid-template-columns:auto auto auto;justify-content:center;align-items:center;gap:.75rem;margin-top:.2rem}.home-testimonials__expand-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:.8rem}.home-testimonials__mobile-grid,.home-testimonials__mobile-actions{display:none}.home-testimonials__nav{width:2.45rem;height:2.45rem;border-radius:999px;border:1px solid #d0d7de;background:#f8fafd;color:#2e3640;font-size:1.5rem;line-height:1;padding:0;box-shadow:none;text-transform:none}.home-testimonials__track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 3.44rem)/5);gap:.86rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;align-items:start;padding-block:.2rem .9rem;cursor:grab;touch-action:pan-x}.home-testimonials__track.is-dragging{cursor:grabbing;-webkit-user-select:none;user-select:none}.home-testimonials__track::-webkit-scrollbar{display:none}.home-testimonials__card{scroll-snap-align:start;background:linear-gradient(180deg,#fbfcfd,#f2f4f7);border:1px solid #d7dde4;cursor:pointer;transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease;border-radius:.35rem;overflow:hidden;position:relative;align-self:start}.home-testimonials__card--expanded{transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease,opacity .28s ease,max-height .34s ease,margin .34s ease;max-height:40rem}.home-testimonials__card--expanded.is-collapsed{opacity:0;max-height:0;margin:0;pointer-events:none}.home-testimonials__card--mobile-grid-item{max-height:40rem;transition:opacity .28s ease,max-height .34s ease,margin .34s ease,transform .24s ease,box-shadow .24s ease,border-color .24s ease}.home-testimonials__card--mobile-grid-item.is-collapsed{opacity:0;max-height:0;margin:0;pointer-events:none}.home-testimonials__mobile-copy{display:grid;gap:.72rem;padding:.95rem .9rem 1rem;background:#fff}.home-testimonials__mobile-meta{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.home-testimonials__mobile-meta h4{margin:0;font-size:.96rem;line-height:1.12;color:#111317;font-weight:600}.home-testimonials__mobile-verified{display:inline-flex;align-items:center;gap:.36rem;color:#111317;font-size:.82rem;line-height:1;font-weight:600}.home-testimonials__mobile-verified-icon{width:.92rem;height:.92rem;border-radius:999px;border:1.4px solid #111317;position:relative;flex:0 0 auto}.home-testimonials__mobile-verified-icon:before{content:"";position:absolute;left:.25rem;top:.13rem;width:.22rem;height:.44rem;border-right:1.5px solid #111317;border-bottom:1.5px solid #111317;transform:rotate(45deg)}.home-testimonials__mobile-stars{margin:0;color:#f1b800;font-size:1.1rem;line-height:1;letter-spacing:.08em}.home-testimonials__mobile-review{margin:0;color:#111317;font-size:.98rem;line-height:1.28;letter-spacing:-.02em;font-weight:500}.home-testimonials__mobile-product{display:grid;grid-template-columns:3.3rem minmax(0,1fr);gap:.7rem;align-items:center;padding-top:.82rem;border-top:1px solid #eceef2}.home-testimonials__mobile-product-image{border-radius:.2rem;overflow:hidden;background:#f7f8fa;aspect-ratio:1 / 1}.home-testimonials__mobile-product-image img{width:100%;height:100%;display:block;object-fit:cover}.home-testimonials__mobile-product strong{color:#111317;font-size:.88rem;line-height:1.28;font-weight:500}.home-testimonials__mobile-product a{color:inherit;text-decoration:none}.home-testimonials__card--offset-0{margin-top:0}.home-testimonials__card--offset-1{margin-top:1.1rem}.home-testimonials__card--offset-2{margin-top:2rem}.home-testimonials__card--tall .home-testimonials__image-wrap img,.home-testimonials__card--tall .home-testimonials__placeholder{aspect-ratio:3 / 4}.home-testimonials__card--classic .home-testimonials__image-wrap img,.home-testimonials__card--classic .home-testimonials__placeholder{aspect-ratio:4 / 5}.home-testimonials__card--compact .home-testimonials__image-wrap img,.home-testimonials__card--compact .home-testimonials__placeholder{aspect-ratio:1 / 1}.home-testimonials__card:hover{transform:translateY(-7px) scale(1.01);box-shadow:0 22px 36px #4d586633;border-color:#c7cfd8}.home-testimonials__card:focus-visible,.home-testimonials__all-card:focus-visible{outline:2px solid #7d8c9c;outline-offset:2px}.home-testimonials__image-wrap{overflow:hidden}.home-testimonials__image-wrap img{width:100%;aspect-ratio:4 / 5;object-fit:cover;transition:transform .4s ease}.home-testimonials__card:hover .home-testimonials__image-wrap img{transform:scale(1.06)}.home-testimonials__placeholder{width:100%;height:auto;aspect-ratio:4 / 5;display:block;background:linear-gradient(160deg,#eef2f6,#d7dde6);color:#95a1af}.home-testimonials__bubble{width:3.5rem;height:3.5rem;border-radius:999px;background:linear-gradient(180deg,#f4f6f8,#e1e6ec);color:#222b35;margin:-1.75rem auto 0;z-index:2;position:relative;display:flex;align-items:center;justify-content:center;font-family:var(--font-heading--family);font-size:1.36rem;border:1px solid #d5dce4;box-shadow:0 8px 14px #3d4a5929,inset 0 1px #fffffff2;transition:transform .24s ease,box-shadow .24s ease}.home-testimonials__bubble:after{content:"";position:absolute;right:-.04rem;bottom:.16rem;width:.92rem;height:.92rem;border-radius:999px;background:linear-gradient(130deg,#f4d87f,#e1b945 55%,#bf911e);border:1px solid #faf2d0;box-shadow:0 2px 7px #a37e2d59}.home-testimonials__bubble:before{content:"\2713";position:absolute;right:.22rem;bottom:.24rem;z-index:1;font-size:.58rem;line-height:1;color:#fffdf4;font-weight:700}.home-testimonials__card:hover .home-testimonials__bubble{transform:translateY(-2px);box-shadow:0 12px 18px #3d4a5933,inset 0 1px #fffffff2}.home-testimonials__body{padding:.95rem 1.05rem 1.2rem;text-align:center;display:grid;gap:.62rem;background:#f8fafc;min-height:13.5rem;align-content:start}.home-testimonials__card--tall .home-testimonials__body{min-height:13.7rem}.home-testimonials__card--classic .home-testimonials__body{min-height:13rem}.home-testimonials__card--compact .home-testimonials__body{min-height:11.2rem}.home-testimonials__body h4{font-size:1.85rem;line-height:1.04;color:#212a34;font-weight:500}.home-testimonials__short{color:#2f3945;font-size:1.06rem;line-height:1.4;min-height:5.9rem;position:relative;padding-inline:.2rem}.home-testimonials__short:before,.home-testimonials__short:after{color:#8b98a8;font-size:1.35rem;line-height:1;position:relative;top:.12rem}.home-testimonials__short:before{content:"\201c";margin-right:.28rem}.home-testimonials__short:after{content:"\201d";margin-left:.28rem}.home-testimonials__body .home-testimonials__stars{margin-top:.1rem;font-size:1.22rem;letter-spacing:.12em}.home-testimonials__more{padding-inline:1.4rem;background:#f7fafd;color:#2f3844;border:1px solid #afb8c2}.home-testimonials__dialog,.home-testimonials__all{border:0;border-radius:1rem;width:min(56rem,calc(100vw - 2rem));max-height:calc(100vh - 2rem);padding:0;background:#f8fafd;margin:0;position:fixed;left:50%;top:50%;transform:translate(-50%,-50%)}.home-testimonials__dialog::backdrop,.home-testimonials__all::backdrop{background:#191f2694}.home-testimonials__dialog-shell{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);position:relative;align-items:stretch;min-height:min(84vh,42rem)}.home-testimonials__close{position:absolute;left:.8rem;top:.8rem;width:2.2rem;height:2.2rem;border-radius:.45rem;border:0;box-shadow:none;background:#1b232d52;color:#f1f5fa;font-size:2rem;line-height:1;padding:0;z-index:2;text-transform:none;letter-spacing:0}.home-testimonials__dialog-media{background:#d8dfe7}.home-testimonials__dialog-media img{width:100%;height:100%;object-fit:cover;min-height:34rem}.home-testimonials__dialog-content{padding:1.6rem;display:flex;flex-direction:column;gap:.8rem;justify-content:center;width:min(100%,30rem);margin-inline:auto}.home-testimonials__dialog-content h4{font-size:2.2rem;color:#27323d}.home-testimonials__dialog-stars{color:#6f899f;font-size:1.45rem;letter-spacing:.08em}.home-testimonials__dialog-review{color:#2f3a46;font-size:1.45rem;line-height:1.42}.home-testimonials__dialog-product{margin-top:auto;padding-top:1rem;border-top:1px solid #d8dde3;display:grid;gap:.65rem}.home-testimonials__dialog-product-meta{display:flex;align-items:center;gap:.7rem}.home-testimonials__dialog-product-meta img{width:2.25rem;height:2.25rem;border-radius:.3rem;object-fit:cover;border:1px solid #d8dde3;background:#eef2f6;display:none}.home-testimonials__dialog-product strong{font-size:1.35rem;color:#26313c}.home-testimonials__dialog--no-media .home-testimonials__dialog-shell{grid-template-columns:minmax(0,1fr);min-height:auto}.home-testimonials__dialog--no-media .home-testimonials__dialog-content{width:min(100%,44rem);padding:2.2rem 1.8rem 1.8rem;margin-inline:auto;min-height:min(70vh,36rem)}.home-testimonials__dialog--no-media .home-testimonials__dialog-product{width:min(100%,36rem);justify-self:center}.home-testimonials__all{width:min(82rem,calc(100vw - 2rem));border:1px solid #d4dbe3}.home-testimonials__write-dialog{width:min(46rem,calc(100vw - 2rem));max-width:calc(100vw - 2rem);border:1px solid #d4dbe3;border-radius:1rem;padding:0;background:#fff;position:fixed;top:0;right:0;bottom:0;left:0;margin:auto;overflow:hidden;box-sizing:border-box}.home-testimonials__write-dialog::backdrop{background:#0000008c}.home-testimonials__write-shell{position:relative;display:grid;gap:0;min-height:min(76vh,58rem);padding:1.35rem 1.7rem 1.2rem;width:100%;min-width:0;overflow-x:hidden;overflow-y:auto;box-sizing:border-box}.home-testimonials__write-step{min-height:min(58vh,39rem);min-width:0;overflow-x:hidden}.home-testimonials__write-stage{width:min(100%,32rem);margin:0 auto;min-height:min(58vh,39rem);display:grid;align-content:center;justify-items:center;gap:.9rem;text-align:center;min-width:0;padding-inline:.6rem;box-sizing:border-box}.home-testimonials__write-stage--success{gap:1.1rem}.home-testimonials__write-success-mark{width:4.9rem;height:4.9rem;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid rgba(184,135,47,.24);background:linear-gradient(180deg,#fffdf6,#f5ebcb);color:#b8872f;font-size:2rem;line-height:1;font-weight:700;box-shadow:0 16px 34px #b8872f24}.home-testimonials__write-stage h4{margin:0;color:#111317;font-size:clamp(1.55rem,2.8vw,2.35rem);line-height:1.08;font-weight:600;letter-spacing:-.03em;width:100%;max-width:100%;white-space:normal;overflow-wrap:anywhere;word-break:normal;text-wrap:balance;padding-inline:.35rem;box-sizing:border-box}.home-testimonials__write-stage>p{margin:-.25rem 0 0;color:#4b5159;font-size:.95rem;line-height:1.4}.home-testimonials__rate-picker{display:flex;align-items:center;justify-content:center;flex-wrap:nowrap;gap:clamp(.35rem,1.6vw,.85rem);margin-top:.55rem;width:min(100%,30rem);min-width:0}.home-testimonials__rate-star{border:0;background:transparent;color:#efbc18;font-size:clamp(2.35rem,5vw,3.35rem);line-height:1;padding:0;transition:transform .2s ease,opacity .2s ease,filter .2s ease,color .2s ease;flex:0 1 auto}.home-testimonials__rate-star:hover{transform:scale(1.06)}.home-testimonials__rate-star.is-filled{color:#efbc18}.home-testimonials__rate-star.is-burst{animation:testimonials-rate-burst .42s ease;filter:drop-shadow(0 0 10px rgba(239,188,24,.35))}@keyframes testimonials-rate-burst{0%{transform:scale(.9)}45%{transform:scale(1.16)}to{transform:scale(1)}}.home-testimonials__rate-labels{width:min(100%,28rem);display:flex;justify-content:space-between;gap:1rem;color:#111317;font-size:.95rem;line-height:1.2;padding-inline:.25rem;box-sizing:border-box}.home-testimonials__media-options{width:min(100%,32rem);display:grid;gap:.9rem;margin-top:.25rem}.home-testimonials__media-option{width:100%;display:grid;gap:.95rem;padding:1.3rem;border-radius:1rem;border:1px solid #d2d7dd;background:#fff;text-align:center;box-shadow:0 18px 40px #1113170d}.home-testimonials__media-option strong{color:#111317;font-size:.95rem;line-height:1.2;font-weight:600}.home-testimonials__media-option span{display:inline-flex;align-items:center;justify-content:center;min-height:3.35rem;border-radius:.8rem;background:#111;color:#fff;font-size:.95rem;line-height:1;font-weight:600}.home-testimonials__media-option.is-selected{border-color:#111317;box-shadow:0 0 0 2px #11131714,0 20px 44px #11131712}.home-testimonials__write-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;width:min(100%,41rem)}.home-testimonials__write-shell label{display:grid;gap:.35rem;width:100%;text-align:left}.home-testimonials__write-shell label span{color:#20262d;font-size:.88rem;line-height:1.1;font-weight:600}.home-testimonials__write-shell input,.home-testimonials__write-shell select,.home-testimonials__write-shell textarea{width:100%;border:1px solid #cfd5dc;border-radius:.85rem;background:#fff;color:#101317;padding:.86rem .95rem;font:inherit}.home-testimonials__write-inline-field{width:min(100%,35rem)}.home-testimonials__write-inline-field--compact{width:min(100%,32rem)}.home-testimonials__write-review-field textarea{resize:none;min-height:16rem;padding-top:1rem}.home-testimonials__write-review-field{width:min(100%,35rem)}.home-testimonials__write-legal{width:min(100%,35rem);margin:0;color:#3c4047;font-size:.88rem;line-height:1.45;text-align:center}.home-testimonials__write-footer{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.9rem;margin-top:auto}.home-testimonials__write-back,.home-testimonials__write-skip{border:0;background:transparent;color:#111317;font-size:.95rem;line-height:1;font-weight:600;padding:0}.home-testimonials__write-progress{justify-self:center;display:inline-flex;align-items:center;gap:.55rem}.home-testimonials__write-progress span{width:5.5rem;max-width:14vw;height:.42rem;border-radius:999px;background:#d7d9de}.home-testimonials__write-progress span.is-active{background:#111}.home-testimonials__write-skip{min-width:8rem}.home-testimonials__write-skip.is-disabled{opacity:.38;pointer-events:none}.home-testimonials__all .home-testimonials__close{background:#e3e9f0;color:#2d3743}.home-testimonials__all-shell{position:relative;padding:0;display:grid;gap:0}.home-testimonials__all-head{display:flex;align-items:center;justify-content:space-between;padding:1.05rem 1.25rem .8rem;border-top:1px solid #e3e8ef;border-bottom:1px solid #e3e8ef;margin-top:3.35rem}.home-testimonials__all-rating{display:inline-flex;align-items:center;gap:.9rem}.home-testimonials__all-stars{margin:0;color:transparent;background:linear-gradient(95deg,#b8872f,#e3bb62 36%,#f4dd9a 50%,#d4a444 72%,#a57623);-webkit-background-clip:text;background-clip:text;font-size:2rem;letter-spacing:.1em}.home-testimonials__all-count{margin:0;color:#202833;font-size:2rem;line-height:1}.home-testimonials__all-tools{width:2.4rem;height:2.4rem;border-radius:.2rem;border:1px solid #d2d9e2;background:#f8fbff;color:#2f3741;box-shadow:none;min-width:auto;padding:0;font-size:1.15rem;line-height:1;text-transform:none;letter-spacing:0}.home-testimonials__all-tabs{display:flex;align-items:center;gap:.7rem;padding:.75rem 1.25rem 1rem}.home-testimonials__all-tabs span{display:inline-flex;align-items:center;gap:.38rem;font-size:1.06rem;line-height:1;color:#313b47;background:#e8edf3;border-radius:.28rem;padding:.48rem .62rem}.home-testimonials__all-tabs span em{font-style:normal;font-size:.95rem;color:#414c59;background:#d5dce5;padding:.12rem .38rem;border-radius:.2rem}.home-testimonials__all-tabs span.is-active{background:#e2e8f0;color:#1f2732}.home-testimonials__all-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;max-height:calc(100vh - 12rem);overflow-y:auto;padding:0 1.25rem 1.2rem;border-top:1px solid #e6ebf2}.home-testimonials__all-card{border:1px solid #d9dee4;background:#fbfcfe;cursor:pointer;border-radius:.38rem;overflow:hidden;display:block;width:100%;margin:0;box-shadow:0 3px 10px #47546314;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.home-testimonials__all-image{width:100%;height:13.6rem;overflow:hidden;background:#eef2f7;border-bottom:1px solid #e0e7ef}.home-testimonials__all-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #47546329;border-color:#c8d0d9}.home-testimonials__all-image img,.home-testimonials__all-image .home-testimonials__placeholder{width:100%;height:100%;object-fit:cover;object-position:center center;display:block}.home-testimonials__all-card-body{padding:.72rem;display:grid;gap:.5rem;background:#fbfcfe;min-height:9.8rem;align-content:start}.home-testimonials__all-meta{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.home-testimonials__all-card-body h4{font-size:1.02rem;color:#1f2833;margin:0}.home-testimonials__all-meta span{font-size:.88rem;color:#2f3a47;white-space:nowrap}.home-testimonials__all-card-body p{color:#4e5d6f;font-size:.92rem;line-height:1.42;margin:0}.home-testimonials__all-card-body .home-testimonials__stars{font-size:1.02rem;line-height:1;margin:0;text-shadow:none;animation:none}.home-testimonials__all-product{display:flex;align-items:center;gap:.52rem;border-top:1px solid #e3e8ef;padding-top:.52rem;margin-top:.1rem}.home-testimonials__all-product img{width:2rem;height:2rem;border-radius:.24rem;border:1px solid #d7dee7;object-fit:cover;background:#fff}.home-testimonials__all-product span{font-size:.88rem;color:#34404d;line-height:1.22}@keyframes testimonial-star-shine{0%,to{filter:brightness(1)}48%{filter:brightness(1.22)}}.home-testimonials{background:linear-gradient(180deg,#f3f5f8,#eceff3)}.home-testimonials .section-head .badge{background-image:linear-gradient(95deg,#8a6a36,#c6a46a 45%,#f0dfbd);text-shadow:0 0 10px rgba(169,127,62,.22)}.home-testimonials .section-head .badge:before{background:linear-gradient(90deg,#6f532a,#c6a46a)}.home-testimonials h3,.home-testimonials__text-quote,.home-testimonials__text-meta strong,.home-testimonials__body h4,.home-testimonials__short{color:var(--color-foreground)}.home-testimonials__text-meta span,.home-testimonials__all-card-body p,.home-testimonials__all-product span{color:var(--color-muted)}.home-testimonials__text-card,.home-testimonials__card,.home-testimonials__all-card,.home-testimonials__dialog,.home-testimonials__all,.home-testimonials__all-card-body,.home-testimonials__body{background:#fff;border-color:var(--color-line)}.home-testimonials__text-card:before{background:linear-gradient(90deg,#8a6a36,#d8bb86)}.home-testimonials__verified{background:linear-gradient(180deg,#fff,#f2f5f9);border-color:#d9dde3;color:#66707d}.home-testimonials__verified:before{background:radial-gradient(circle at 30% 28%,#d9e3ef,#c9ae77 60%,#8e7040);color:#2a1e0f;box-shadow:inset 0 0 0 1px #fff5e28c}.home-testimonials__text-dot{background:#6f5a37}.home-testimonials__text-dot.is-active{background:linear-gradient(90deg,#8a6a36,#d8bb86)}.home-testimonials__nav,.home-testimonials__more,.home-testimonials__all-tools{border-color:var(--color-line);background:#fff;color:var(--color-foreground)}.home-testimonials__placeholder{background:linear-gradient(160deg,#f2f4f7,#e8ecf1);color:#8d7a62}.home-testimonials__bubble{background:linear-gradient(180deg,#fffaf0,#f5e9c9);color:#7b612f;border-color:#d9dde3;box-shadow:0 8px 14px #c9a24b24}.home-testimonials__bubble:after{border-color:#c8d2de}.home-testimonials__short:before,.home-testimonials__short:after{color:#92a0b2}.home-testimonials__dialog-content h4,.home-testimonials__dialog-product strong,.home-testimonials__all-count,.home-testimonials__all-card-body h4{color:var(--color-foreground)}.home-testimonials__dialog-review,.home-testimonials__all-meta span{color:var(--color-muted)}.home-testimonials__dialog-stars{color:#b3c1d3}.home-testimonials__dialog-product,.home-testimonials__all-head,.home-testimonials__all-grid,.home-testimonials__all-product,.home-testimonials__all-image{border-color:var(--color-line)}.home-testimonials__dialog-media,.home-testimonials__all-image{background:#f3f5f8}.home-testimonials__all-tabs span{color:#c7d1dd;background:#edf1f5}.home-testimonials__all-tabs span em{color:#ccd6e2;background:#dbe3ec}.home-testimonials__all-tabs span.is-active{background:#d6dde6;color:#ccd6e2}.home-testimonials__dialog::backdrop,.home-testimonials__all::backdrop{background:#000000b3}.home-testimonials__dialog-shell,.home-testimonials__all-shell,.home-testimonials__dialog-content,.home-testimonials__all-head,.home-testimonials__all-grid{background:#fff}@media(max-width:1280px){.home-testimonials__text-grid{gap:.8rem}.home-testimonials__text-card{flex-basis:min(28rem,calc((100% - .8rem)/2))}.home-testimonials__track{grid-auto-columns:minmax(0,calc((100% - 2.58rem)/4))}.home-testimonials__all-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:990px){.home-testimonials__text-grid{gap:.75rem}.home-testimonials__text-card{flex-basis:84%;min-height:14rem}.home-testimonials__track{grid-auto-columns:calc((100% - .75rem)/2)}.home-testimonials__expand-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.home-testimonials__actions,.home-testimonials__toolbar{gap:.55rem}.home-testimonials__summary{padding:.68rem .78rem}.home-testimonials__summary-stars{font-size:1.04rem}.home-testimonials__summary-count{font-size:.92rem}.home-testimonials__body{min-height:12.2rem}.home-testimonials__body h4{font-size:1.58rem}.home-testimonials__short{min-height:4.8rem;font-size:1rem}.home-testimonials__dialog-shell{grid-template-columns:1fr}.home-testimonials__dialog-content,.home-testimonials__dialog--no-media .home-testimonials__dialog-content{width:100%;padding:1.2rem 1rem 1rem}.home-testimonials__dialog-media img{min-height:16rem}.home-testimonials__all-grid{grid-template-columns:repeat(2,minmax(0,1fr));padding-inline:.9rem}.home-testimonials__all-image{height:12.2rem}.home-testimonials__dialog-review{font-size:1.1rem}}@media(prefers-reduced-motion:reduce){.home-testimonials .section-head .badge,.home-testimonials__stars{animation:none}.home-testimonials__text-card,.home-testimonials__all-card{transition:none}}@media(max-width:700px){.home-testimonials__toolbar{gap:.5rem;margin:.25rem 0 .8rem}.home-testimonials__summary{padding:.62rem .72rem;border-radius:.65rem;gap:.48rem}.home-testimonials__summary-stars{font-size:.96rem}.home-testimonials__summary-count{font-size:.86rem}.home-testimonials__tools-button{width:2.6rem;height:2.6rem;border-radius:.65rem;font-size:.94rem}.home-testimonials__write-review{min-height:2.9rem;margin-bottom:.85rem;border-radius:.72rem;font-size:.96rem}.home-testimonials__track,.home-testimonials__actions,.home-testimonials__expand-list{display:none}.home-testimonials__mobile-grid{display:block;column-count:2;column-gap:.72rem;margin-top:.2rem}.home-testimonials__mobile-actions{display:flex;justify-content:center;margin-top:.75rem}.home-testimonials__mobile-actions .home-testimonials__more{min-width:min(100%,14rem)}.home-testimonials__card--mobile-grid-item{display:inline-block;width:100%;margin:0 0 .72rem;break-inside:avoid;vertical-align:top}.home-testimonials__card--mobile-grid-item .home-testimonials__bubble,.home-testimonials__card--mobile-grid-item .home-testimonials__body{display:none}.home-testimonials__mobile-image-wrap img,.home-testimonials__card--mobile-grid-item .home-testimonials__placeholder{aspect-ratio:auto;min-height:10rem}.home-testimonials__mobile-copy{gap:.62rem;padding:.82rem .78rem .9rem}.home-testimonials__mobile-meta h4{font-size:.9rem}.home-testimonials__mobile-verified{font-size:.76rem}.home-testimonials__mobile-stars{font-size:.98rem}.home-testimonials__mobile-review{font-size:.88rem;line-height:1.3}.home-testimonials__mobile-product{grid-template-columns:2.8rem minmax(0,1fr);gap:.58rem;padding-top:.68rem}.home-testimonials__mobile-product strong{font-size:.78rem;line-height:1.24}.home-testimonials__write-dialog{width:min(100vw - 1rem,28rem);border-radius:.85rem}.home-testimonials__write-shell{min-height:min(86vh,44rem);padding:1rem .9rem}.home-testimonials__write-grid{grid-template-columns:1fr;gap:.72rem}.home-testimonials__write-step,.home-testimonials__write-stage{min-height:auto}.home-testimonials__write-stage{gap:.78rem;width:100%}.home-testimonials__write-stage h4{font-size:1.6rem;max-width:12ch}.home-testimonials__rate-picker{gap:.45rem}.home-testimonials__rate-star{font-size:2.7rem}.home-testimonials__media-option{padding:1rem;gap:.75rem}.home-testimonials__media-option span{min-height:3rem;border-radius:.72rem;font-size:.92rem}.home-testimonials__write-shell input,.home-testimonials__write-shell select,.home-testimonials__write-shell textarea{padding:.72rem .78rem}.home-testimonials__write-review-field textarea{min-height:12rem}.home-testimonials__write-footer{grid-template-columns:1fr auto;gap:.8rem}.home-testimonials__write-progress{order:3;grid-column:1 / -1;justify-self:center}.home-testimonials__write-progress span{width:3.2rem;max-width:none}.home-testimonials__write-success-mark{width:4.1rem;height:4.1rem;font-size:1.72rem}.home-testimonials__write-skip{justify-self:end}.home-testimonials__expand-list{grid-template-columns:1fr;gap:.72rem}.home-testimonials__all-head{margin-top:3.1rem;padding:.8rem .8rem .7rem}.home-testimonials__all-stars{font-size:1.3rem}.home-testimonials__all-count{font-size:1.2rem}.home-testimonials__all-tabs{padding:.55rem .8rem .75rem;gap:.45rem;overflow-x:auto;white-space:nowrap}.home-testimonials__all-tabs span{font-size:.82rem;padding:.38rem .46rem}.home-testimonials__all-grid{grid-template-columns:1fr;max-height:calc(100vh - 9rem);padding:0 .8rem .85rem}.home-testimonials__all-image{height:11rem}}@media(max-width:560px){.home-testimonials__write-dialog{width:calc(100vw - 1rem);max-width:calc(100vw - 1rem);border-radius:.85rem}.home-testimonials__write-shell{min-height:min(72vh,42rem);padding:.95rem .85rem .9rem}.home-testimonials__close{left:.55rem;top:.55rem;width:2rem;height:2rem;font-size:1.6rem}.home-testimonials__write-step,.home-testimonials__write-stage{min-height:min(50vh,28rem)}.home-testimonials__write-stage{width:100%;gap:.72rem;padding-top:1.6rem}.home-testimonials__write-stage h4{font-size:clamp(1.1rem,7vw,1.55rem);line-height:1.12;max-width:100%;overflow-wrap:anywhere}.home-testimonials__write-stage>p{font-size:.86rem;max-width:100%}.home-testimonials__rate-picker{gap:.28rem;justify-content:space-between}.home-testimonials__rate-star{font-size:clamp(2.35rem,11vw,2.9rem);line-height:.95}.home-testimonials__rate-labels{width:100%;font-size:.76rem;gap:.5rem}.home-testimonials__write-grid{grid-template-columns:1fr;gap:.72rem;width:100%}.home-testimonials__write-inline-field,.home-testimonials__write-inline-field--compact{width:100%}.home-testimonials__write-shell input,.home-testimonials__write-shell select,.home-testimonials__write-shell textarea{border-radius:.72rem;padding:.76rem .82rem;font-size:.95rem}.home-testimonials__write-review-field textarea{min-height:11.5rem}.home-testimonials__write-footer{margin-top:.3rem;gap:.6rem;grid-template-columns:auto 1fr auto;align-items:center}.home-testimonials__write-progress{max-width:100%;gap:.32rem}.home-testimonials__write-progress span{height:.32rem}}.our-story-page{padding:2.4rem 0 3.8rem;background:linear-gradient(180deg,#f3f5f8,#eceff3)}.our-story-page__shell{display:grid;gap:1rem}.our-story-page__hero{display:grid;justify-items:center;text-align:center;margin-bottom:.2rem}.our-story-page__hero h1{margin:0;color:#232934;font-size:clamp(2.2rem,5vw,4rem);line-height:.98;letter-spacing:-.05em}.our-story-page__poster,.our-story-page__chapter{max-width:56rem;width:100%;margin-inline:auto;background:linear-gradient(180deg,#fffffffa,#f7f9fb);border:1px solid rgba(213,220,228,.9);box-shadow:0 18px 44px #49546112}.our-story-page__poster{overflow:hidden;padding:0}.our-story-page__poster a,.our-story-page__poster img{display:block;width:100%}.our-story-page__poster img{height:auto}.our-story-page__chapters{display:grid;gap:1rem}.our-story-page__chapter{padding:1.35rem 1.4rem;display:grid;gap:.8rem}.our-story-page__chapter h2{margin:0;color:#232934;font-size:clamp(1.35rem,2.5vw,1.95rem);line-height:1.12;letter-spacing:-.04em}.our-story-page__rte{color:#5b6673;font-size:1rem;line-height:1.75}@media(max-width:990px){.our-story-page{padding:1.7rem 0 2.8rem}.our-story-page__chapter{padding:1rem;gap:.7rem}}.page-content{padding:2rem 0 3rem;display:grid;gap:1rem}.page-content__body{max-width:52rem;padding:1.1rem}.policy-page{padding:2rem 0 3rem}.policy-page__grid{display:grid;gap:.9rem;max-width:56rem;margin-inline:auto}.policy-page__grid .card{padding:1rem}.policy-page__grid h2{margin-bottom:.55rem}.policy-document{padding:2.4rem 0 3.4rem;background:linear-gradient(180deg,#f3f5f8,#f8f9fb)}.policy-document .section-head{margin-bottom:1.2rem}.policy-document .section-head .badge{border-color:#e4d8c4;background:#fff;color:#8d7a62}.policy-document__updated{font-size:.92rem;color:var(--color-muted);letter-spacing:.04em;text-transform:uppercase}.policy-document__content{max-width:56rem;margin-inline:auto;padding:1.4rem;border-color:var(--color-line);background:linear-gradient(180deg,#fff,#f5f7fa)}.policy-document__intro{color:var(--color-muted);font-size:1.03rem;line-height:1.65;margin-bottom:1.1rem}.policy-document__grid{display:grid;gap:.9rem}.policy-document__item{border:1px solid var(--color-line);border-radius:.85rem;padding:1rem;background:#fff}.policy-document__item h2{font-size:1.18rem;color:var(--color-foreground);margin-bottom:.5rem}.policy-document__item .rte{color:var(--color-muted);line-height:1.68;font-size:1rem}.policy-document__contact{margin-top:1.1rem;padding-top:1rem;border-top:1px solid var(--color-line);display:grid;gap:.35rem}.policy-document__contact strong{color:var(--color-foreground);font-size:1rem}.policy-document__contact a{color:#b88d38;text-decoration:none;font-weight:600}@media(max-width:990px){.policy-document{padding:1.8rem 0 2.6rem}.policy-document__content{padding:1rem}.policy-document__item{padding:.85rem}}.product-healthy-growth{padding:3rem 0}.product-healthy-growth__layout{display:grid;gap:.9rem;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.product-healthy-growth__media,.product-healthy-growth__content{padding:.9rem;border-color:var(--color-line);background:#fff}.product-healthy-growth__media img,.product-healthy-growth__placeholder{width:100%;aspect-ratio:5 / 4;object-fit:cover;border-radius:.85rem;display:block}.product-healthy-growth__content{display:grid;gap:.65rem;align-content:center}.product-healthy-growth__content h2{font-size:clamp(1.9rem,3.4vw,3rem);color:var(--color-foreground);text-transform:lowercase}.product-healthy-growth__content .rte{color:var(--color-muted);line-height:1.7}@media(max-width:990px){.product-healthy-growth__layout{grid-template-columns:1fr}}.product-how-to-use{padding:1.3rem 0;background:var(--color-background)}.product-how-to-use__inner{border:1px solid var(--color-line);border-radius:.65rem;background:var(--color-surface);overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:0}.product-how-to-use__media{background:#f3f5f8}.product-how-to-use__media img,.product-how-to-use__placeholder{width:100%;height:100%;min-height:clamp(18rem,42vw,32rem);object-fit:cover;display:block}.product-how-to-use__content{padding:clamp(1.15rem,2.4vw,2.1rem);display:grid;gap:.75rem;align-content:center}.product-how-to-use__content h2{margin:0;color:var(--color-foreground);font-size:clamp(1.7rem,4vw,3rem);line-height:.96;letter-spacing:-.02em}.product-how-to-use__content .rte,.product-how-to-use__content .rte p{margin:0;color:var(--color-muted);font-size:clamp(1rem,1.2vw,1.2rem);line-height:1.8;font-weight:600}@media(max-width:990px){.product-how-to-use{padding:1rem 0}.product-how-to-use__inner{grid-template-columns:1fr}.product-how-to-use__content{padding:1rem;gap:.6rem}.product-how-to-use__content h2{font-size:clamp(1.5rem,7vw,2.15rem)}.product-how-to-use__content .rte,.product-how-to-use__content .rte p{font-size:1rem;line-height:1.65}}.product-ingredients{padding:3.2rem 0;display:grid;gap:.95rem;background:linear-gradient(180deg,#f3f5f8,#f8f9fb)}.product-ingredients__grid{display:grid;gap:.8rem;grid-template-columns:repeat(4,minmax(0,1fr))}.product-ingredients__item{padding:1rem;border-color:var(--color-line);background:#fff;text-align:center;display:grid;gap:.55rem}.product-ingredients__icon{width:4.4rem;height:4.4rem;margin-inline:auto;border-radius:999px;overflow:hidden;background:#f3f5f8;border:1px solid #e4d8c4}.product-ingredients__icon img,.product-ingredients__placeholder{width:100%;height:100%;object-fit:cover;display:block}.product-ingredients__item h3{color:var(--color-foreground);font-size:1.15rem}.product-ingredients__item p{color:var(--color-muted)}@media(max-width:990px){.product-ingredients__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.product-proven-results{padding:3.2rem 0;display:grid;gap:1rem;background:linear-gradient(180deg,#f3f5f8,#f8f9fb)}.product-proven-results__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.product-proven-results__item{padding:1rem;border-color:var(--color-line);background:#fff;display:grid;gap:.4rem;text-align:center}.product-proven-results__percent{font-size:clamp(2rem,3.2vw,2.9rem);line-height:1;font-weight:700;color:#b88d38}.product-proven-results__item h3{font-size:1.2rem;color:var(--color-foreground)}.product-proven-results__item p{color:var(--color-muted)}.product-proven-results__item span{color:#8d7a62;font-size:.88rem;text-transform:uppercase;letter-spacing:.06em}.product-proven-results__note{max-width:70ch;margin-inline:auto;color:var(--color-muted);text-align:center}@media(max-width:990px){.product-proven-results__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.product-results-evidence{padding:1.5rem 0;background:var(--color-background)}.product-results-evidence__inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1.2rem;align-items:start;border:1px solid var(--color-line);border-radius:.75rem;background:var(--color-surface);padding:clamp(.9rem,2vw,1.6rem)}.product-results-evidence__intro h2{margin:0;color:var(--color-foreground);font-size:clamp(1.55rem,3.2vw,2.9rem);line-height:1.08;letter-spacing:-.02em;text-transform:uppercase}.product-results-evidence__intro .rte,.product-results-evidence__intro .rte p{margin:.8rem 0 0;color:var(--color-muted);font-size:clamp(1rem,1.2vw,1.18rem);line-height:1.75;font-weight:600}.product-results-evidence__list{display:grid}.product-results-evidence__item{border-bottom:1px solid var(--color-line);padding:.7rem 0;display:grid;grid-template-columns:auto minmax(0,1fr);gap:.8rem;align-items:center;opacity:0;transform:translateY(10px);transition:opacity .55s ease,transform .55s ease}.product-results-evidence__item:last-child{border-bottom:0}.product-results-evidence__ring{width:clamp(3.5rem,6.2vw,5rem);aspect-ratio:1 / 1;border-radius:999px;display:grid;place-items:center;color:var(--color-foreground);font-weight:800;font-size:clamp(1rem,1.4vw,1.5rem);background:radial-gradient(circle at center,var(--color-surface) 63%,transparent 64%),conic-gradient(var(--color-accent) calc(var(--ring-progress, 0) * 1%),var(--color-line) 0)}.product-results-evidence__ring span{transform:translateY(.02rem)}.product-results-evidence__item p{margin:0;color:var(--color-muted);font-size:clamp(1.1rem,1.8vw,1.9rem);line-height:1.35;font-weight:500}.product-results-evidence.is-visible .product-results-evidence__item{opacity:1;transform:translateY(0)}.product-results-evidence.is-visible .product-results-evidence__item:nth-child(2){transition-delay:.14s}.product-results-evidence.is-visible .product-results-evidence__item:nth-child(3){transition-delay:.28s}@media(max-width:990px){.product-results-evidence{padding:1rem 0}.product-results-evidence__inner{grid-template-columns:1fr;gap:.8rem;padding:.9rem}.product-results-evidence__item p{font-size:1.25rem}}.product-results-showcase{background:var(--results-bg);padding:1.6rem 0 1.9rem}.product-results-showcase__inner{display:grid;gap:.95rem}.product-results-showcase h2{margin:0;text-align:center;color:var(--color-foreground);font-size:clamp(1.5rem,3.2vw,2.35rem);line-height:1.06;font-weight:800;text-wrap:balance}.product-results-showcase__grid{border:1px solid var(--color-line);border-radius:1rem;overflow:hidden;display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:.6rem;background:linear-gradient(180deg,#fffffff5,#f4f6f9fa);padding:.6rem;box-shadow:0 16px 34px #20283814}.product-results-showcase__single{margin:0;position:relative;overflow:hidden;border-radius:.75rem;background:#fff;border:1px solid var(--color-line)}.product-results-showcase__single:after{content:"";position:absolute;inset:auto 0 0;height:4px;background:linear-gradient(90deg,#d3ac5900,#d3ac59b3 48%,#d3ac5900);pointer-events:none}.product-results-showcase__single img{width:100%;height:100%;object-fit:cover;display:block}.product-results-showcase__placeholder{display:block;width:100%;min-height:100%;color:var(--color-muted);background:#f3f5f8}.product-results-showcase__bottom{margin:0;text-align:center;font-size:clamp(1.45rem,3vw,2.2rem);line-height:1.05;font-weight:800;color:#9a7531;letter-spacing:-.02em}@media(max-width:1024px){.product-results-showcase{padding:1.2rem 0 1.4rem}.product-results-showcase__grid{grid-template-columns:1fr}.product-results-showcase__single{min-height:min(70vw,20rem)}}.product-risk-support{padding:2.8rem 0 3.6rem}.product-risk-support__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.product-risk-support__card{padding:1.2rem;border-color:var(--color-line);background:linear-gradient(180deg,#fff,#f5f7fa);display:grid;align-content:start;gap:.65rem}.product-risk-support__card h2{font-size:clamp(1.45rem,2.5vw,2.2rem);color:var(--color-foreground)}.product-risk-support__card p{color:var(--color-muted)}.product-risk-support__card .button{justify-self:start}@media(max-width:990px){.product-risk-support__grid{grid-template-columns:1fr}}.product-page{padding:1.35rem 0 2.8rem;background:var(--color-background)}.product-page__layout{width:min(100% - 2rem,1360px);margin-inline:auto;display:grid;grid-template-columns:minmax(0,560px) minmax(420px,1fr);gap:clamp(1.5rem,2.2vw,2.75rem);align-items:start;justify-content:center;padding-inline:clamp(.35rem,1vw,.75rem)}.product-page__layout>*{width:100%;min-width:0}.product-page__media-col{position:sticky;top:calc(var(--site-header-height, 0px) + 1rem);align-self:start;justify-self:start;display:grid;gap:.9rem;min-width:0;z-index:0}.product-page__media-main{width:100%;max-width:560px;border-radius:1.15rem;overflow:hidden;background:var(--color-surface);border:1px solid var(--color-line);box-shadow:0 20px 40px #23283014;padding:0}.product-page__hero-image{width:100%;height:auto;display:block}.product-page__detail-pagination{margin-top:.25rem;display:flex;align-items:center;justify-content:flex-start;gap:.9rem;width:100%;max-width:560px}.product-page__detail-pagination-track{display:flex;align-items:center;gap:.7rem;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;flex:1 1 auto;max-width:min(100%,30rem);padding:0;cursor:grab;-webkit-user-select:none;user-select:none;scroll-behavior:smooth}.product-page__detail-pagination-track::-webkit-scrollbar{display:none}.product-page__detail-pagination-track.is-dragging{cursor:grabbing}.product-page__detail-arrow{width:3.9rem;height:3.9rem;border:1px solid var(--color-line);background:#fff;color:#2f3135;box-shadow:0 10px 24px #2328300f;min-width:auto;padding:0;border-radius:0;font-size:1.7rem;line-height:1;letter-spacing:0;text-transform:none;transition:background-color .2s ease,color .2s ease,transform .2s ease}.product-page__detail-arrow:hover{background:#f7f8fa;color:#2f3135;transform:translateY(-1px)}.product-page__detail-thumb{flex:0 0 4.1rem;width:4.1rem;height:4.8rem;border:1px solid #e2e5ea;border-radius:0;padding:0;background:#fff;box-shadow:none;min-width:auto;overflow:hidden;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.product-page__detail-thumb img{width:100%;height:100%;object-fit:cover;display:block}.product-page__detail-thumb.is-active{border-color:var(--color-accent);box-shadow:0 0 0 1px #d3ac5938;transform:translateY(-1px)}.product-page__content-col{background:var(--color-background);display:grid;gap:.78rem;min-width:0;padding:.2rem 0 0 1rem;position:relative;z-index:1}.product-page__rating-row{display:inline-flex;align-items:center;gap:.4rem}.product-page__stars{color:var(--color-accent);font-size:.92rem;letter-spacing:.08em}.product-page__rating-row p{margin:0;color:var(--color-muted);font-size:.92rem}.product-page__content-col h1{margin:0;font-size:clamp(2rem,4vw,4rem);line-height:.96;color:var(--color-foreground);letter-spacing:-.02em}.product-page__price-row{display:inline-flex;align-items:center;flex-wrap:wrap;gap:.55rem;border:1px solid rgba(211,172,89,.28);border-radius:.8rem;background:linear-gradient(180deg,#fffffffa,#f4f6f9fa);padding:.52rem .72rem;box-shadow:inset 0 0 0 1px #d3ac5914}.product-page__price-row:not(.is-discounted){background:transparent;border-color:transparent;padding:0}.product-page__compare{margin:0;color:var(--color-muted);text-decoration:line-through;font-size:1.08rem;font-weight:700}.product-page__price{margin:0;color:#c65d51;font-size:clamp(1.55rem,3vw,2.15rem);font-weight:800;letter-spacing:-.02em}.product-page__price-row:not(.is-discounted) .product-page__price{color:var(--color-foreground)}.product-page__save-pill{border-radius:.5rem;background:#c65d51;color:#fff;padding:.36rem .66rem;font-size:.9rem;font-weight:700;line-height:1;box-shadow:inset 0 -1px #0000002e}.product-page__price-note{border-radius:999px;border:1px solid rgba(211,172,89,.26);background:#d3ac5924;color:#9a7531;padding:.2rem .52rem;font-size:.78rem;font-weight:700;line-height:1;letter-spacing:.04em;text-transform:uppercase}.product-page__benefits{margin:.2rem 0 0;padding:0;list-style:none;display:grid;gap:.48rem}.product-page__benefits li{position:relative;padding-left:1.65rem;color:var(--color-foreground);font-weight:600;font-size:clamp(1rem,1.6vw,1.2rem)}.product-page__benefits li:before{content:"\2713";position:absolute;left:0;top:.02rem;width:1.18rem;height:1.18rem;border-radius:999px;background:var(--color-accent);color:#35270f;font-size:.8rem;display:grid;place-items:center}.product-page__urgency{margin:.1rem 0 0;color:#fff;font-size:1rem;font-weight:700;display:inline-flex;align-items:center;gap:.42rem;background:linear-gradient(90deg,#6a1010,#8b1717);border:1px solid #a33232;border-radius:999px;padding:.28rem .72rem;animation:product-urgency-flash 1.3s ease-in-out infinite}.product-page__urgency:before{content:"\26a0";color:#ffd7d7;font-size:.92rem;animation:product-urgency-pulse 1.1s ease-in-out infinite}@keyframes product-urgency-pulse{0%,to{opacity:.45;transform:scale(.9)}55%{opacity:1;transform:scale(1.08)}}@keyframes product-urgency-flash{0%,to{box-shadow:0 0 #d24a4a1a;filter:brightness(1)}50%{box-shadow:0 0 0 5px #d24a4a38;filter:brightness(1.1)}}.product-page__shipping-line{margin:0;color:var(--color-muted);font-size:.9rem;letter-spacing:.03em;text-transform:uppercase}.product-page__assurance-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem}.product-page__assurance-grid article{border:1px solid var(--color-line);background:var(--color-surface);border-radius:.55rem;padding:.55rem;text-align:center;display:grid;gap:.15rem;grid-template-rows:minmax(2.4rem,auto) auto;align-content:start;height:100%}.product-page__assurance-grid strong{font-size:.92rem;color:var(--color-foreground);line-height:1.25;display:flex;align-items:center;justify-content:center}.product-page__assurance-grid span{font-size:.78rem;color:var(--color-muted);line-height:1.35}.product-page__form{margin-top:.15rem;display:grid;gap:.5rem}.product-page__form label{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:var(--color-muted)}.product-page__form select{border:1px solid var(--color-line);border-radius:.45rem;background:var(--color-surface);color:var(--color-foreground);padding:.65rem .75rem}.product-page__qty-picker{margin-top:.25rem;display:grid;gap:.38rem}.product-page__sku-group{display:grid;gap:.55rem;margin-top:.1rem}.product-page__sku-head{display:grid;gap:.12rem}.product-page__sku-heading{margin:0;color:var(--color-foreground);font-size:.96rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.product-page__sku-subheading{margin:0;color:var(--color-muted);font-size:.86rem}.product-page__sku-options{display:grid;gap:.5rem}.product-page__sku-card{width:100%;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.8rem;text-align:left;padding:.85rem .9rem;border-radius:.9rem;border:1px solid var(--color-line);background:linear-gradient(180deg,#fffffffa,#f4f6f9fa);color:var(--color-foreground);transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.product-page__sku-card:hover{border-color:#c3a06380;transform:translateY(-1px)}.product-page__sku-card.is-active{border-color:var(--color-accent);box-shadow:0 0 0 1px #d3ac5952;background:linear-gradient(180deg,#fffbecfa,#f9f1d6fa);color:#4a381f}.product-page__sku-copy{display:grid;gap:.28rem}.product-page__sku-radio{width:1.35rem;height:1.35rem;border-radius:999px;border:2px solid rgba(211,172,89,.5);display:inline-block;position:relative;flex:0 0 auto}.product-page__sku-card.is-active .product-page__sku-radio{border-color:#b88d38}.product-page__sku-card.is-active .product-page__sku-radio:after{content:"";position:absolute;top:.18rem;right:.18rem;bottom:.18rem;left:.18rem;border-radius:999px;background:#b88d38}.product-page__sku-title-row{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap}.product-page__sku-title-row strong{font-size:1rem;letter-spacing:-.01em}.product-page__sku-copy p,.product-page__sku-meta{margin:0;color:var(--color-muted);font-size:.86rem;line-height:1.45}.product-page__sku-card.is-active .product-page__sku-copy p,.product-page__sku-card.is-active .product-page__sku-meta{color:#4a381fc2}.product-page__sku-badge{border-radius:999px;background:#d3ac5924;border:1px solid rgba(211,172,89,.32);color:#9a7531;padding:.16rem .46rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.product-page__sku-price-note{border-radius:999px;background:#6c8a7424;border:1px solid rgba(108,138,116,.3);color:#56715f;padding:.28rem .6rem;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.product-page__sku-price-stack{display:grid;justify-items:end;gap:.16rem;text-align:right}.product-page__sku-total{font-size:clamp(1.4rem,2vw,2rem);line-height:1;letter-spacing:-.03em}.product-page__sku-compare{color:var(--color-muted);text-decoration:line-through;font-size:.98rem;font-weight:600}.product-page__sku-save{border-radius:999px;background:#b88d38;color:#fffaf1;padding:.18rem .52rem;font-size:.76rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.product-page__sku-card.is-active .product-page__sku-price-note{border-color:#b88d382e;background:#b88d381f;color:#8f6a28}.product-page__qty-picker>span{color:var(--color-muted);font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;font-weight:700}.product-page__qty-controls{width:100%;display:inline-grid;grid-template-columns:3rem minmax(0,1fr) 3rem;align-items:center;border:1px solid var(--color-line);border-radius:.6rem;overflow:hidden;background:var(--color-surface)}.product-page__qty-btn{width:100%;height:3.25rem;border:0;background:#f3f5f8;color:var(--color-foreground);font-size:1.2rem;line-height:1;display:grid;place-items:center;padding:0}.product-page__qty-input{width:100%;height:3.25rem;border:0;border-left:1px solid var(--color-line);border-right:1px solid var(--color-line);background:var(--color-surface);color:var(--color-foreground);text-align:center;font-weight:700}.product-page__qty-input::-webkit-outer-spin-button,.product-page__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-page__add-btn{width:100%;margin-top:.2rem;min-height:3.25rem;font-size:1.15rem;font-weight:700;border-radius:.9rem}.product-page__checkout-btn{margin-top:.2rem;width:100%;min-height:3.25rem;border-radius:.9rem;border:1px solid var(--color-line);background:var(--color-accent);color:#35270f;font-size:1.15rem;font-weight:700}.product-page__checkout-btn:hover{filter:brightness(1.03)}.product-page__checkout-btn[disabled]{opacity:.55;cursor:not-allowed;filter:none}.product-page__paypal-button{margin-top:.2rem;width:100%;min-height:3.25rem;border-radius:999px;border:1px solid #efc14f;background:linear-gradient(180deg,#ffd66a,#ffc83d);box-shadow:inset 0 1px #ffffffa6,0 8px 18px #cf9a2124;display:grid;place-items:center;padding:0;transition:transform .2s ease,filter .2s ease,opacity .2s ease}.product-page__paypal-wordmark{font-size:1.5rem;line-height:1;font-weight:800;letter-spacing:-.04em;font-style:italic}.product-page__paypal-wordmark-pay{color:#003087}.product-page__paypal-wordmark-pal{color:#009cde}.product-page__paypal-button:hover{filter:brightness(1.02);transform:translateY(-1px)}.product-page__paypal-button[disabled]{opacity:.5;cursor:not-allowed;transform:none;filter:none}.product-page__orders-pill{margin:.35rem 0 0;justify-self:center;background:#eef1f5;color:var(--color-foreground);border-radius:999px;padding:.4rem .9rem;font-weight:700;font-size:.9rem}.product-page__delivery-note{margin:.1rem 0;color:var(--color-foreground);font-size:1rem}.product-page__update-box{border:1px solid #dbc9a6;background:#fff;border-radius:.55rem;padding:.7rem;display:grid;gap:.15rem}.product-page__update-box strong{color:var(--color-foreground)}.product-page__update-box p{margin:0;color:var(--color-muted)}.product-page__review-card{margin:.15rem 0 0;overflow:hidden;display:grid;gap:0;border:1px solid rgba(223,227,232,.9);border-radius:.5rem;background:#fff;box-shadow:0 10px 28px #23283014}.product-page__review-toggle{width:100%;display:grid;grid-template-columns:3.4rem minmax(0,1fr) 1rem;gap:.7rem;align-items:center;padding:.78rem .8rem;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.product-page__review-toggle-media{display:block;border-radius:.35rem;overflow:hidden;background:#f6f7f9;aspect-ratio:1 / 1}.product-page__review-toggle-media img{width:100%;height:100%;display:block;object-fit:cover}.product-page__review-toggle-copy{display:grid;gap:.42rem;min-width:0}.product-page__review-toggle-icon{width:.72rem;height:.72rem;border-right:1.5px solid #817363;border-bottom:1.5px solid #817363;transform:rotate(45deg);transition:transform .28s ease;justify-self:center}.product-page__review-card.is-open .product-page__review-toggle-icon{transform:rotate(-135deg)}.product-page__review-panel{display:block;opacity:0;transition:max-height .34s ease,opacity .24s ease}.product-page__review-card.is-open .product-page__review-panel{opacity:1}.product-page__review-media{overflow:hidden;background:#f6f7f9;aspect-ratio:1.1 / 1}.product-page__review-media img{width:100%;height:100%;display:block;object-fit:cover}.product-page__review-copy{display:grid;gap:.55rem;align-content:start;min-width:0;padding:.78rem .8rem .84rem}.product-page__review-topline{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap}.product-page__review-author{color:#101114;font-size:.92rem;line-height:1.1}.product-page__review-badge{display:inline-flex;align-items:center;gap:.38rem;color:#101114;font-size:.84rem;font-weight:700;line-height:1.1}.product-page__review-badge:before{content:"\2713";width:.92rem;height:.92rem;border-radius:999px;border:1.5px solid #101114;background:transparent;flex:0 0 auto;color:#101114;display:grid;place-items:center;font-size:.62rem;line-height:1;font-weight:800}.product-page__review-stars{color:#f1b800;letter-spacing:.08em;font-size:1.02rem;line-height:1}.product-page__review-text{margin:0;color:#111216;font-size:clamp(.98rem,1.6vw,1.25rem);line-height:1.14;letter-spacing:-.03em;font-weight:500}.product-page__review-product{display:grid;grid-template-columns:3.8rem minmax(0,1fr);gap:.5rem;align-items:center;border-top:1px solid #eceef2;padding-top:.62rem}.product-page__review-product-image{border-radius:.2rem;overflow:hidden;background:#f7f8fa}.product-page__review-product-image img{width:100%;height:100%;display:block;object-fit:cover}.product-page__review-product-title{color:#101114;font-size:.92rem;line-height:1.28}.product-page__description{display:grid;gap:.72rem;padding-top:.15rem;color:var(--color-foreground);font-size:.98rem;line-height:1.7}.product-page__description-card{border-top:1px solid var(--color-line);border-bottom:1px solid var(--color-line);padding:.16rem 0}.product-page__description-toggle{width:100%;border:0;background:transparent;padding:.38rem 0;display:flex;align-items:center;justify-content:space-between;gap:1rem;cursor:pointer;color:var(--color-foreground);font:inherit;font-weight:700;text-align:left}.product-page__description-toggle-icon{position:relative;width:.92rem;height:.92rem;flex:0 0 auto}.product-page__description-toggle-icon:before,.product-page__description-toggle-icon:after{content:"";position:absolute;inset:50% auto auto 50%;width:.82rem;height:1.5px;background:currentColor;border-radius:999px;transform:translate(-50%,-50%);transition:transform .18s ease,opacity .18s ease}.product-page__description-toggle-icon:after{transform:translate(-50%,-50%) rotate(90deg)}.product-page__description-card.is-open .product-page__description-toggle-icon:after{opacity:0;transform:translate(-50%,-50%) rotate(90deg) scaleX(.2)}.product-page__description-panel{overflow:hidden;max-height:0;transition:max-height .22s ease}.product-page__description-card.is-open .product-page__description-panel{max-height:none;overflow:visible}.product-page__description p{margin:0;color:inherit}.product-page__description ul,.product-page__description ol{margin:0;padding-left:1.2rem}.product-page__description li{margin:.24rem 0}.product-page__description strong{color:var(--color-foreground)}.product-page__details-card{border-top:1px solid var(--color-line);padding:.5rem 0}.product-page__details-card summary{cursor:pointer;font-weight:700;color:var(--color-foreground)}.product-page__details-card p,.product-page__details-card .rte{margin:.45rem 0 0;color:var(--color-muted);line-height:1.6}.product-page__mobile-buy-jump{display:none}@media(max-width:990px){.product-page{overflow-x:clip}.product-page__layout{grid-template-columns:1fr;width:calc(100% - 1rem);max-width:100%;padding-inline:0;overflow-x:clip}.product-page__media-col{position:static;justify-self:stretch;width:100%;max-width:100%;justify-items:stretch;overflow-x:clip}.product-page__media-main{width:100%;max-width:none;min-height:0;max-height:none;display:block;padding:.22rem;aspect-ratio:1 / 1;height:auto;background:linear-gradient(180deg,#fff,#f7f8fa);box-shadow:0 10px 22px #2328300d}.product-page__hero-image{width:100%;height:100%;aspect-ratio:auto;max-width:100%;object-fit:cover;object-position:center;max-height:none;display:block;margin-inline:auto;background:transparent;border-radius:.58rem}.product-page__content-col{width:100%;max-width:100%;padding-inline:.15rem;overflow-x:clip}.product-page__detail-pagination{width:100%;max-width:none;gap:.28rem;margin-inline:0;min-width:0}.product-page__detail-pagination-track{min-width:0;gap:.22rem}.product-page__detail-arrow{width:2.1rem;height:2.1rem;font-size:.96rem}.product-page__detail-thumb{flex:0 0 2.65rem;width:2.65rem;height:3.1rem}}@media(min-width:761px)and (max-width:1024px){.product-page__detail-pagination{gap:.55rem}.product-page__detail-pagination-track{max-width:min(100%,14.5rem);gap:.45rem}.product-page__detail-arrow{width:3rem;height:3rem;font-size:1.35rem}.product-page__detail-thumb{flex-basis:3.4rem;width:3.4rem;height:4rem}.product-page__content-col h1{font-size:clamp(1.9rem,8vw,2.8rem)}.product-page__assurance-grid{grid-template-columns:1fr}.product-page__sku-card{grid-template-columns:auto 1fr}.product-page__sku-price-stack{grid-column:1 / -1;justify-items:start;text-align:left;padding-left:2.15rem}.product-page__add-btn,.product-page__checkout-btn{font-size:1rem;min-height:3.3rem}}@media(max-width:760px){.product-page{padding:.75rem 0 2rem}.product-page__layout{width:calc(100% - .5rem);max-width:100%;gap:.55rem}.product-page__media-col,.product-page__content-col{gap:.5rem}.product-page__media-main{width:100%;border-radius:.72rem;padding:.18rem;aspect-ratio:1 / 1;height:auto;background:linear-gradient(180deg,#fff,#f7f8fa)}.product-page__hero-image{width:100%;max-width:100%;height:100%;aspect-ratio:auto;object-fit:cover;object-position:center;background:#fbfbfc;max-height:none;border-radius:.56rem}.product-page__detail-pagination{gap:.24rem;justify-content:space-between;width:100%;max-width:none}.product-page__detail-pagination-track{flex:1 1 auto;width:auto;max-width:none;gap:.18rem;overflow-x:auto}.product-page__detail-arrow{width:1.92rem;height:1.92rem;font-size:.86rem;flex:0 0 auto}.product-page__detail-thumb{flex:0 0 2.3rem;width:2.3rem;height:2.7rem}.product-page__rating-row{order:-2;flex-wrap:wrap;gap:.25rem .45rem;justify-content:center;text-align:center}.product-page__rating-row p{font-size:.84rem;line-height:1.35}.product-page__content-col h1{order:-3;font-size:clamp(2rem,9.5vw,3rem);line-height:.98;overflow-wrap:anywhere;text-align:center}.product-page__price-row{order:-1;gap:.45rem;padding:.7rem .8rem;border-radius:1rem}.product-page__price{font-size:clamp(1.9rem,7vw,2.4rem)}.product-page__compare{font-size:1rem}.product-page__save-pill,.product-page__price-note{font-size:.74rem}.product-page__shipping-line{font-size:.78rem;line-height:1.45}.product-page__benefits li{font-size:.98rem;line-height:1.45;width:fit-content;max-width:100%;margin-inline:auto;text-align:left}.product-page__urgency{width:fit-content;max-width:100%;font-size:.86rem;line-height:1.3;flex-wrap:wrap;justify-self:center;margin-inline:auto;text-align:center}.product-page__sku-card{padding:.8rem;gap:.65rem;border-radius:1rem}.product-page__sku-price-stack{padding-left:1.95rem;gap:.22rem}.product-page__sku-total{font-size:1.45rem}.product-page__qty-btn,.product-page__qty-input,.product-page__add-btn,.product-page__checkout-btn,.product-page__paypal-button .shopify-payment-button__button{min-height:3.15rem}.product-page__orders-pill{justify-self:start;font-size:.84rem;padding:.38rem .7rem}.product-page__review-card{border-radius:.45rem}.product-page__review-toggle{grid-template-columns:3rem minmax(0,1fr) .9rem;gap:.6rem;padding:.68rem .72rem}.product-page__review-media{aspect-ratio:1.14 / 1}.product-page__review-text{font-size:clamp(.9rem,5.2vw,1.18rem);line-height:1.15}.product-page__review-copy{padding:.64rem .7rem .74rem;gap:.45rem}.product-page__review-author{font-size:.82rem}.product-page__review-badge{font-size:.76rem}.product-page__review-badge:before{width:.82rem;height:.82rem;font-size:.54rem}.product-page__review-stars{font-size:.96rem}.product-page__review-product{grid-template-columns:3.3rem minmax(0,1fr);gap:.48rem;padding-top:.58rem}.product-page__review-product-title{font-size:.76rem;line-height:1.16}.product-page__review-badge{font-size:.82rem}.product-page__review-badge:before{width:.9rem;height:.9rem;font-size:.58rem}.product-page__review-stars{font-size:1.05rem}.product-page__review-product{grid-template-columns:3.8rem minmax(0,1fr);gap:.55rem;padding-top:.68rem}.product-page__review-product-title{font-size:.84rem}.product-page__delivery-note{font-size:.92rem;line-height:1.5}.product-page__mobile-buy-jump{position:fixed;right:.9rem;bottom:calc(1rem + env(safe-area-inset-bottom,0px));z-index:35;display:inline-grid;align-items:center;justify-content:center;width:2.2rem;height:2.2rem;min-height:0;padding:0;border-radius:999px;border:1px solid rgba(194,160,92,.18);background:#ffffffb8;color:#3b2e20;font-size:.82rem;font-weight:700;box-shadow:0 8px 20px #23283014;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.product-page__mobile-buy-jump-icon{width:100%;height:100%;display:grid;place-items:center;color:#8a6728;font-size:.92rem;line-height:1;font-weight:700}.product-page__mobile-buy-jump[hidden]{display:none}}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/7/compiled_assets/styles.css.map */
