.about-story{padding:clamp(5.5rem,9vw,8rem) 0;background-color:var(--color-background, #FDF8F3);overflow:hidden}.about-story__inner{max-width:var(--home-max, 1120px);margin:0 auto;padding:0 var(--home-pad, 1.5rem);display:grid;grid-template-columns:.95fr 1.05fr;gap:2.25rem;align-items:center;width:100%}.about-story__images{position:relative}.about-story__image-main{border-radius:16px;overflow:hidden;aspect-ratio:5/5.4;max-height:420px}.about-story__image-main .about-story__img{width:100%;height:100%;object-fit:cover}.about-story__image-secondary{position:absolute;bottom:-3rem;right:-3rem;width:45%;border-radius:16px;overflow:hidden;aspect-ratio:1;border:8px solid var(--color-background);box-shadow:0 20px 60px #00000026}.about-story__image-secondary .about-story__img{width:100%;height:100%;object-fit:cover}.about-story__image-accent{position:absolute;top:-20px;left:-20px;width:100%;height:100%;background:var(--color-button-primary);opacity:.2;border-radius:16px;z-index:-1}.about-story__content{padding-left:.5rem}.about-story__eyebrow{display:inline-block;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:var(--color-button-primary);margin-bottom:.65rem}.about-story__title{font-size:clamp(1.4rem,2.8vw,1.9rem);font-weight:650;line-height:1.18;letter-spacing:-.02em;margin-bottom:.9rem}.about-story__text{font-size:.9375rem;line-height:1.65;color:#6b5c4a;margin-bottom:1.25rem}.about-story__text p{margin:0 0 .65rem}.about-story__button{display:inline-flex;align-items:center;gap:.75rem;font-size:.9375rem;font-weight:600;color:var(--color-foreground);text-decoration:none;padding-bottom:.5rem;border-bottom:2px solid var(--color-foreground);transition:all .3s ease}.about-story__button:hover{color:var(--color-button-primary);border-color:var(--color-button-primary)}.about-story__button svg{transition:transform .3s ease}.about-story__button:hover svg{transform:translate(5px)}.about-story__stats{display:flex;gap:3rem;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(0,0,0,.1)}.about-story__stat{display:flex;flex-direction:column;gap:.25rem}.about-story__stat-number{font-size:2rem;font-weight:700;color:var(--color-button-primary);line-height:1}.about-story__stat-title{font-size:.8125rem;opacity:.7}@media screen and (max-width:968px){.about-story{min-height:auto}.about-story__inner{grid-template-columns:1fr;gap:4rem}.about-story{padding:5rem 0}.about-story__images{max-width:500px;margin:0 auto}.about-story__image-secondary{right:0;bottom:-2rem}.about-story__content{padding-left:0;text-align:center}.about-story__stats{justify-content:center}}@media screen and (max-width:480px){.about-story__stats{flex-direction:column;gap:1.5rem;align-items:center}}.cart-page{padding:3rem 0 6rem;min-height:60vh}.cart-page__inner{max-width:1200px;margin:0 auto;padding:0 1.5rem}.cart-page__header{text-align:center;margin-bottom:3rem}.cart-page__title{font-size:clamp(2rem,4vw,2.5rem);font-weight:700;color:#2d2416;margin-bottom:.5rem}.cart-page__count{font-size:1rem;opacity:.7;color:#2d2416}.cart-page__empty{text-align:center;padding:4rem 0}.cart-page__empty-icon{margin-bottom:2rem;opacity:.3}.cart-page__empty-icon svg{color:#2d2416}.cart-page__empty-title{font-size:1.5rem;font-weight:600;color:#2d2416;margin-bottom:.75rem}.cart-page__empty-text{font-size:1rem;opacity:.7;color:#2d2416;margin-bottom:2rem}.cart-page__form{display:grid;grid-template-columns:1fr 380px;gap:3rem;align-items:start}.cart-page__items{display:flex;flex-direction:column;gap:1.5rem}.cart-item{display:grid;grid-template-columns:120px 1fr auto;gap:1.5rem;padding:1.5rem;background:#fff;border-radius:16px;border:1px solid rgba(184,134,11,.1);position:relative}.cart-item__image{aspect-ratio:1;border-radius:12px;overflow:hidden;background:var(--color-secondary)}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__details{display:flex;flex-direction:column;gap:.5rem}.cart-item__title{font-size:1.0625rem;font-weight:600;color:#2d2416;text-decoration:none;transition:color .2s ease}.cart-item__title:hover{color:var(--color-button-primary)}.cart-item__variant{font-size:.875rem;opacity:.7;color:#2d2416}.cart-item__discounts{display:flex;flex-direction:column;gap:.25rem}.cart-item__discount{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:#27ae60;font-weight:500}.cart-item__bottom{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:1rem}.cart-item__quantity{display:flex;flex-direction:column;gap:.375rem}.cart-item__quantity-label{font-size:.75rem;font-weight:500;opacity:.6}.cart-item__quantity-wrapper{display:flex;align-items:center;border:1px solid rgba(0,0,0,.1);border-radius:8px;overflow:hidden}.cart-item__qty-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;transition:background-color .2s ease}.cart-item__qty-btn:hover{background:var(--color-secondary)}.cart-item__quantity-input{width:50px;height:36px;border:none;border-left:1px solid rgba(0,0,0,.1);border-right:1px solid rgba(0,0,0,.1);text-align:center;font-size:.9375rem;font-weight:600;-moz-appearance:textfield}.cart-item__quantity-input::-webkit-outer-spin-button,.cart-item__quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-item__price{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.cart-item__price--original{font-size:.875rem;text-decoration:line-through;opacity:.5}.cart-item__price--final{font-size:1.125rem;font-weight:700;color:#2d2416}.cart-item__remove{position:absolute;top:1rem;right:1rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:none;border:none;border-radius:50%;cursor:pointer;opacity:.4;transition:all .2s ease}.cart-item__remove:hover{opacity:1;background:#fee;color:#e74c3c}.cart-page__footer{background:#fff;border-radius:20px;padding:2rem;border:1px solid rgba(184,134,11,.1);position:sticky;top:6rem}.cart-page__totals{margin-bottom:1.5rem}.cart-page__discounts{display:flex;flex-direction:column;gap:.5rem;padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid rgba(0,0,0,.08)}.cart-page__discount{display:flex;justify-content:space-between;font-size:.9375rem;color:#27ae60;font-weight:500}.cart-page__subtotal{display:flex;justify-content:space-between;font-size:1.25rem;font-weight:700;color:#2d2416;margin-bottom:.5rem}.cart-page__note{font-size:.8125rem;opacity:.6;margin:0}.cart-page__actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.cart-page__update{width:100%}.cart-page__checkout{width:100%;gap:.5rem}.cart-page__security{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid rgba(0,0,0,.08);font-size:.8125rem;opacity:.7}.cart-page__continue{display:block;text-align:center;margin-top:1rem;font-size:.9375rem;color:var(--color-button-primary);text-decoration:none;transition:opacity .2s ease}.cart-page__continue:hover{opacity:.7}@media screen and (max-width:968px){.cart-page__form{grid-template-columns:1fr}.cart-page__footer{position:relative;top:0}}@media screen and (max-width:600px){.cart-item{grid-template-columns:80px 1fr;gap:1rem}.cart-item__remove{position:static;margin-top:.5rem}.cart-item__bottom{flex-direction:column;align-items:flex-start;gap:1rem}.cart-item__price{align-items:flex-start;flex-direction:row;gap:.75rem}}.category-grid{padding:clamp(5.5rem,9vw,8rem) 0;background:linear-gradient(180deg,#faf4ed,#fdf8f3)}.category-grid__inner{max-width:var(--home-max, 1120px);margin:0 auto;padding:0 var(--home-pad, 1.5rem)}.category-grid__bento{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:minmax(140px,180px);gap:.85rem}.category-grid__card{position:relative;display:block;border-radius:var(--home-radius, 16px);overflow:hidden;text-decoration:none;box-shadow:var(--home-shadow, 0 8px 28px rgba(45,36,22,.07));border:1px solid rgba(255,255,255,.35);transition:transform .35s ease,box-shadow .35s ease}.category-grid__card--featured{grid-column:span 2;grid-row:span 2;min-height:100%}.category-grid__card--wide{grid-column:span 2}.category-grid__card:hover{transform:translateY(-4px);box-shadow:var(--home-shadow-hover, 0 16px 40px rgba(45,36,22,.12))}.category-grid__media{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(145deg,#f5ede4,#e8ddd0)}.category-grid__image{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}.category-grid__card:hover .category-grid__image{transform:scale(1.06)}.category-grid__placeholder{width:100%;height:100%;background:radial-gradient(circle at 30% 30%,rgba(184,134,11,.2),transparent 50%),linear-gradient(145deg,#faf4ed,#ede4d8)}.category-grid__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 35%,rgba(30,22,12,.72) 100%);pointer-events:none}.category-grid__body{position:absolute;left:0;right:0;bottom:0;padding:1rem 1.05rem 1.05rem;color:#fff;z-index:1}.category-grid__card--featured .category-grid__body{padding:1.35rem 1.35rem 1.25rem}.category-grid__name{margin:0;font-size:1rem;font-weight:650;letter-spacing:-.01em;line-height:1.2}.category-grid__card--featured .category-grid__name{font-size:1.35rem}.category-grid__count{margin:.25rem 0 0;font-size:.75rem;opacity:.85}@media screen and (max-width:900px){.category-grid__bento{grid-template-columns:repeat(2,1fr);grid-auto-rows:minmax(130px,160px)}.category-grid__card--featured{grid-column:span 2;grid-row:span 1;min-height:200px}.category-grid__card--wide{grid-column:span 2}}@media screen and (max-width:520px){.category-grid__bento{gap:.65rem;grid-auto-rows:minmax(120px,140px)}.category-grid__card--featured{min-height:180px}.category-grid__name{font-size:.9375rem}}.collection{padding:3rem 0 6rem}.collection__inner{max-width:1400px;margin:0 auto;padding:0 1.5rem}.collection__header{text-align:center;margin-bottom:3rem}.collection__title{font-size:clamp(2rem,5vw,3rem);font-weight:700;margin-bottom:.75rem}.collection__description{font-size:1.0625rem;opacity:.8;max-width:600px;margin:0 auto .5rem}.collection__count{font-size:.875rem;opacity:.6;margin:0}.collection__pagination{margin-top:3rem;display:flex;justify-content:center}.collection__empty{text-align:center;padding:4rem 0;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.collection__empty svg{opacity:.2}.collection__empty p{font-size:1.125rem;opacity:.7}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media screen and (max-width:768px){.product-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.collection{padding:2rem 0 4rem}}@media screen and (max-width:480px){.product-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%}.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}.featured-collection{padding:5.5rem 0 5.75rem;background-color:var(--color-background, #FDF8F3)}.featured-collection .home-section-header{margin-bottom:2.25rem}.featured-collection .home-title{font-size:clamp(1.15rem,2.2vw,1.4rem)}.featured-collection .home-desc{font-size:.85rem;margin-top:.3rem}.featured-collection__inner{max-width:var(--home-max, 1120px);margin:0 auto;padding:0 var(--home-pad, 1.5rem);width:100%}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}.product-card{position:relative;display:flex;flex-direction:column;background-color:#fff;border-radius:var(--home-radius-sm, 12px);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;box-shadow:var(--home-shadow, 0 8px 28px rgba(45,36,22,.07));border:1px solid rgba(45,36,22,.05)}.product-card:hover{transform:translateY(-4px);box-shadow:var(--home-shadow-hover, 0 16px 40px rgba(45,36,22,.12))}.product-card__image{position:relative;aspect-ratio:1;overflow:hidden;background-color:var(--color-secondary)}.product-card__image-link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:block;width:100%;height:100%;cursor:pointer}a.product-card__image{display:block;cursor:pointer;text-decoration:none;color:inherit}.product-card__img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.25,.46,.45,.94);pointer-events:none}.product-card:hover .product-card__img{transform:scale(1.1)}.product-card__image:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent);z-index:3;opacity:0;transition:opacity .3s ease;pointer-events:none}.product-card:hover .product-card__image:before{opacity:1;animation:shimmer .8s ease}@keyframes shimmer{0%{left:-100%}to{left:100%}}.product-card__badges{position:absolute;top:1rem;left:1rem;display:flex;flex-direction:column;gap:.5rem;z-index:2;pointer-events:none}.product-card__badge{display:inline-block;padding:.375rem .75rem;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:4px}.product-card__badge--sale{background-color:var(--color-button-primary);color:#fff}.product-card__badge--new{background-color:var(--color-accent);color:#fff}.product-card__badge--best{background-color:#2d2416;color:#fff}.product-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background:linear-gradient(to top,rgba(0,0,0,.6) 0%,transparent 50%);display:flex;align-items:flex-end;justify-content:center;padding:1.5rem;opacity:0;transition:opacity .3s ease;pointer-events:none}.product-card:hover .product-card__overlay{opacity:1}.product-card__overlay-form{pointer-events:auto}.product-card__quick-view{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;background-color:#fff;color:var(--color-foreground);font-size:.875rem;font-weight:600;border:none;border-radius:var(--button-radius);cursor:pointer;transform:translateY(20px);transition:all .4s cubic-bezier(.25,.46,.45,.94);box-shadow:0 4px 15px #00000026;pointer-events:auto}.product-card:hover .product-card__quick-view{transform:translateY(0)}.product-card__quick-view:hover{background-color:var(--color-button-primary);color:#fff;box-shadow:0 6px 20px #c4956a66}.product-card__quick-view svg{transition:transform .3s ease}.product-card__quick-view:hover svg{transform:scale(1.1)}.product-card__content{padding:.65rem .7rem .8rem;display:flex;flex-direction:column;gap:.15rem;flex:1}.product-card__vendor{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;opacity:.6;margin:0}.product-card__title{font-size:.8125rem;font-weight:600;margin:0;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__title a{color:var(--color-foreground);text-decoration:none;transition:color .2s ease}.product-card__title a:hover{color:var(--color-button-primary)}.product-card__price{display:flex;align-items:center;gap:.75rem;margin-top:.25rem}.product-card__price-current{font-size:.9rem;font-weight:700;color:var(--color-button-primary)}.product-card__price-compare{font-size:.9375rem;text-decoration:line-through;opacity:.5}.product-card__actions{margin-top:auto;padding-top:.75rem}.product-card__overlay-form{width:100%;display:flex;justify-content:center}.product-card__add-to-cart{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.55rem .7rem;background-color:var(--color-foreground);color:var(--color-background);font-size:.75rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .25s ease;position:relative;overflow:hidden;text-decoration:none}.product-card__add-to-cart--link{background-color:transparent;color:var(--color-foreground);border:1.5px solid rgba(45,36,22,.18)}.product-card__add-to-cart--link:hover{background-color:var(--color-foreground);color:var(--color-background);border-color:var(--color-foreground)}.product-card__add-to-cart:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.product-card__add-to-cart:hover:before{left:100%}.product-card__add-to-cart:hover{background-color:var(--color-button-primary);transform:translateY(-2px);box-shadow:0 6px 20px #c4956a59}.product-card__add-to-cart:disabled{opacity:.5;cursor:not-allowed}.product-card__add-to-cart svg{flex-shrink:0}@media screen and (max-width:1024px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:768px){.featured-collection{padding:4rem 0 4.25rem}.product-card__overlay{opacity:1;background:linear-gradient(to top,rgba(0,0,0,.45) 0%,transparent 55%)}.product-card__quick-view{transform:none;padding:.65rem .95rem;font-size:.75rem}.product-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.product-card__content{padding:1rem}.product-card__title{font-size:.9375rem}.product-card__price-current{font-size:1rem}.product-card__add-to-cart{padding:.75rem;font-size:.8125rem}}.footer{background:linear-gradient(180deg,#2d2416,#1a150d);margin-top:auto;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.footer:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at top,rgba(184,134,11,.08) 0%,transparent 60%);pointer-events:none}.footer__inner{max-width:1120px;margin:0 auto;padding:2.25rem 1.5rem 1.5rem;width:100%;box-sizing:border-box;position:relative;z-index:5}.footer__top{display:grid;grid-template-columns:1fr 2fr;gap:2rem 2.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(253,248,243,.1)}.footer__brand{max-width:280px}.footer__logo{font-size:1.25rem;font-weight:700;color:#fdf8f3;text-decoration:none;display:inline-block;margin-bottom:.65rem;letter-spacing:-.02em;transition:color .3s ease}.footer__logo:hover{color:#d4a574}.footer__tagline{font-size:.8125rem;line-height:1.5;opacity:.6;color:#fdf8f3;margin-bottom:.9rem}.footer__social{display:flex;gap:.5rem}.footer__social-link{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#fdf8f314;color:#fdf8f3;transition:all .25s ease;border:1px solid rgba(253,248,243,.1)}.footer__social-link:hover{background:linear-gradient(135deg,#b8860b,#d4a017);color:#fff;transform:translateY(-4px);box-shadow:0 8px 25px #b8860b66;border-color:transparent}.footer__social-link svg{width:15px;height:15px}.footer__links{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem 1.5rem}.footer__column{min-width:0}.footer__heading{font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;margin-bottom:.65rem;color:#d4a574}.footer__list{list-style:none;display:flex;flex-direction:column;gap:.4rem}.footer__list a,.footer__list span{font-size:.8125rem;color:#fdf8f3a6;text-decoration:none;transition:all .2s ease;display:flex;align-items:center;gap:.45rem}.footer__list a:hover{opacity:1;color:#d4a574}.footer__list a:hover svg{stroke:#d4a574}.footer__contact-link{display:flex;align-items:center;gap:.625rem}.footer__contact-link svg{opacity:.5;transition:opacity .3s ease;stroke:currentColor}.footer__list a:hover .footer__contact-link svg{opacity:1}.footer__bottom{padding:1rem 0 0}.footer__bottom-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem 1rem}.footer__copyright{font-size:.75rem;opacity:.4;color:#fdf8f3;margin:0}.footer__legal{display:flex;gap:1rem}.footer__legal a{font-size:.75rem;color:#fdf8f380;text-decoration:none;transition:all .2s ease}.footer__legal a:hover{opacity:1;color:#d4a574}.footer__payment{display:flex;gap:.75rem;align-items:center}.footer__payment-icon{display:flex;align-items:center;justify-content:center;opacity:.5;transition:opacity .3s ease}.footer__payment-icon:hover{opacity:.8}.footer__payment-icon svg{height:24px;width:auto}.footer__decoration{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:.5rem;opacity:.3}.footer__decoration span{width:3px;height:3px;background:#d4a574;border-radius:50%}.footer__decoration span:nth-child(2){height:6px}@media screen and (max-width:968px){.footer{min-height:auto}.footer__top{grid-template-columns:1fr;gap:3rem}.footer__brand{max-width:none}.footer__links{grid-template-columns:repeat(2,1fr);gap:2rem}}@media screen and (max-width:600px){.footer__inner{padding:1.75rem 1.15rem 1.25rem}.footer__links{grid-template-columns:1fr;gap:2rem}.footer__bottom-inner{flex-direction:column;text-align:center;gap:1.25rem}.footer__payment{justify-content:center;flex-wrap:wrap}.footer__legal{flex-direction:column;gap:.75rem}}.header{position:sticky;top:0;left:0;right:0;z-index:100;background-color:#fdf8f3f5;border-bottom:1px solid rgba(45,36,22,.06);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.header__inner{display:grid;grid-template-columns:minmax(auto,max-content) minmax(0,1fr) auto;align-items:center;column-gap:2rem;min-height:4.25rem;padding:.75rem clamp(1rem,3vw,2rem);width:100%;max-width:1320px;margin:0 auto}.header__brand{display:flex;align-items:center;gap:.35rem;min-width:0;z-index:2}.header__menu-toggle{display:none;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:transparent;color:var(--color-foreground);cursor:pointer;border-radius:50%;flex-shrink:0}.header__logo{text-decoration:none;position:static;transform:none;flex-shrink:1;min-width:0}.header__logo-text{display:block;font-size:clamp(.9rem,1.5vw,1.05rem);font-weight:650;color:var(--color-foreground);letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;line-height:1.2;overflow:hidden;text-overflow:ellipsis;max-width:min(280px,28vw)}.header__nav{min-width:0;display:flex;justify-content:center;overflow:visible}.header__nav-inner{display:flex;align-items:center;justify-content:center;flex-wrap:nowrap;gap:.15rem .1rem;max-width:100%}.header__nav-item{position:relative;flex:0 0 auto}.header__nav-link{display:inline-flex;align-items:center;gap:.2rem;font-size:.78rem;font-weight:500;color:var(--color-foreground);text-decoration:none;padding:.5rem .65rem;transition:color .2s ease,background .2s ease;border-radius:8px;white-space:nowrap;line-height:1.2}.header__nav-caret{opacity:.55;flex-shrink:0;transition:transform .2s ease}.header__nav-item--has-children:hover .header__nav-caret{transform:rotate(180deg)}.header__nav-link:hover{color:var(--color-button-primary);background:#b8860b0f}.header__dropdown{position:absolute;top:calc(100% + .35rem);left:50%;transform:translate(-50%) translateY(6px);min-width:220px;padding:.5rem;background:#fdf8f3;border:1px solid rgba(45,36,22,.08);border-radius:12px;box-shadow:0 12px 32px #2d24161f;opacity:0;visibility:hidden;transition:opacity .18s ease,transform .18s ease,visibility .18s ease;z-index:120}.header__nav-item--has-children:hover .header__dropdown,.header__nav-item--has-children:focus-within .header__dropdown{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.header__dropdown-link{display:block;padding:.65rem .85rem;border-radius:8px;font-size:.875rem;font-weight:500;color:#2d2416;text-decoration:none;transition:background .15s ease,color .15s ease}.header__dropdown-link:hover{background:#b8860b1a;color:var(--color-button-primary, #B8860B)}.header__actions{display:flex;align-items:center;justify-content:flex-end;gap:.15rem;flex-shrink:0}.header__action-btn,.header__cart{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;color:var(--color-foreground);text-decoration:none;border:none;background:transparent;cursor:pointer;transition:all .2s ease}.header__action-btn:hover,.header__cart:hover{background-color:#2d24160f;color:var(--color-button-primary)}.header__cart{position:relative}.header__cart-count{position:absolute;top:2px;right:2px;background-color:var(--color-button-primary);color:#fff;font-size:.625rem;font-weight:700;min-width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0 3px}.announcement-bar{background-color:#2d2416;color:#fdf8f3;padding:.55rem 0}.announcement-bar--accent{background:linear-gradient(90deg,#b8860b,#d4a017);color:#fff}.announcement-bar--default{background-color:#2d2416;color:#fdf8f3}.announcement-bar__inner{max-width:1200px;margin:0 auto;padding:0 1rem;text-align:center}.announcement-bar__message{font-size:.75rem;font-weight:500;margin:0;letter-spacing:.02em}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;pointer-events:none}.mobile-menu.is-open{pointer-events:auto}.mobile-menu__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#00000080;opacity:0;transition:opacity .3s ease}.mobile-menu.is-open .mobile-menu__overlay{opacity:1}.mobile-menu__panel{position:absolute;top:0;left:0;width:100%;max-width:320px;height:100%;background-color:var(--color-background);transform:translate(-100%);transition:transform .3s ease;display:flex;flex-direction:column}.mobile-menu.is-open .mobile-menu__panel{transform:translate(0)}.mobile-menu__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid rgba(0,0,0,.08)}.mobile-menu__logo{font-size:1.125rem;font-weight:600;color:var(--color-foreground);text-decoration:none}.mobile-menu__close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:none;border:none;cursor:pointer;color:var(--color-foreground)}.mobile-menu__nav{flex:1;overflow-y:auto;padding:1rem 0}.mobile-menu__link{display:block;font-size:1rem;font-weight:500;color:var(--color-foreground);text-decoration:none;padding:.875rem 1.5rem;transition:background-color .2s ease}.mobile-menu__link:hover{background-color:#00000008}.mobile-menu__group{border:none}.mobile-menu__link--parent{display:flex;align-items:center;justify-content:space-between;list-style:none;cursor:pointer}.mobile-menu__link--parent::-webkit-details-marker{display:none}.mobile-menu__group[open] .mobile-menu__link--parent svg{transform:rotate(180deg)}.mobile-menu__link--parent svg{transition:transform .2s ease;opacity:.55}.mobile-menu__children{background:#b8860b0a;padding-bottom:.35rem}.mobile-menu__link--child{padding-left:2rem;font-size:.9375rem;font-weight:450;opacity:.9}.search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;background-color:var(--color-background);display:flex;align-items:flex-start;justify-content:center;padding-top:10vh;opacity:0;visibility:hidden;transition:all .3s ease}.search-overlay.is-open{opacity:1;visibility:visible}.search-overlay__inner{width:100%;max-width:600px;padding:0 2rem}.search-overlay__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.search-overlay__title{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;opacity:.5;margin:0}.search-overlay__close{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:none;border:none;cursor:pointer;color:var(--color-foreground)}.search-overlay__input{width:100%;font-size:1.5rem;font-weight:400;border:none;border-bottom:1px solid rgba(0,0,0,.15);background:transparent;padding:.75rem 0;outline:none;color:var(--color-foreground)}.search-overlay__input::placeholder{color:#0000004d}@media screen and (max-width:1100px){.header__inner{grid-template-columns:minmax(0,1fr) auto;column-gap:1rem}.header__menu-toggle{display:flex}.header__nav{display:none}.header__logo-text{max-width:min(240px,52vw)}}@media screen and (max-width:640px){.header__inner{min-height:3.75rem;padding:.55rem .85rem}.header__logo-text{font-size:.875rem;letter-spacing:.03em;max-width:min(180px,48vw)}.header__action-btn,.header__cart{width:38px;height:38px}}.image-collage{min-height:100vh;padding:6rem 0;background-color:var(--color-background);display:flex;flex-direction:column;justify-content:center}.image-collage__header{max-width:var(--page-width);margin:0 auto;padding:0 var(--page-margin);text-align:center;margin-bottom:4rem;width:100%}.image-collage__eyebrow{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.2em;color:var(--color-button-primary);margin-bottom:1rem}.image-collage__title{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:1rem}.image-collage__description{font-size:1.0625rem;opacity:.7;max-width:500px;margin:0 auto}.image-collage__grid{max-width:var(--page-width);margin:0 auto;padding:0 var(--page-margin);display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,280px);gap:1rem}.image-collage__item{position:relative;overflow:hidden;border-radius:8px}.image-collage__item--large{grid-column:span 2;grid-row:span 2}.image-collage__item--wide{grid-column:span 2}.image-collage__link{display:block;width:100%;height:100%;text-decoration:none}.image-collage__img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.image-collage__link:hover .image-collage__img{transform:scale(1.08)}.image-collage__placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--color-secondary) 0%,#E8E0D5 100%)}.image-collage__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.6) 0%,transparent 50%);display:flex;align-items:flex-end;padding:1.5rem;opacity:0;transition:opacity .3s ease}.image-collage__link:hover .image-collage__overlay{opacity:1}.image-collage__label{color:#fff;font-size:1rem;font-weight:600;letter-spacing:.02em}@media screen and (max-width:968px){.image-collage{min-height:auto}.image-collage__grid{grid-template-columns:repeat(2,1fr);grid-template-rows:auto}.image-collage__item--large{grid-column:span 2;grid-row:span 1;aspect-ratio:16/9}.image-collage__item{aspect-ratio:1}.image-collage__item--wide{grid-column:span 2}.image-collage__overlay{opacity:1;background:linear-gradient(to top,rgba(0,0,0,.5) 0%,transparent 60%)}}@media screen and (max-width:480px){.image-collage__grid{grid-template-columns:1fr}.image-collage__item--large,.image-collage__item--wide{grid-column:span 1}}.gallery{min-height:100vh;padding:6rem 0;background-color:var(--color-secondary);display:flex;flex-direction:column;justify-content:center}.gallery__header{max-width:var(--page-width);margin:0 auto;padding:0 var(--page-margin);display:flex;align-items:center;justify-content:space-between;margin-bottom:3rem;flex-wrap:wrap;gap:1.5rem;width:100%}.gallery__header-content{flex:1}.gallery__eyebrow{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--color-button-primary);margin-bottom:.75rem}.gallery__title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;margin-bottom:.5rem}.gallery__description{font-size:1rem;opacity:.7;max-width:400px}.gallery__instagram{display:inline-flex;align-items:center;gap:.5rem;font-size:.9375rem;font-weight:600;color:var(--color-foreground);text-decoration:none;padding:.75rem 1.5rem;border:2px solid var(--color-foreground);border-radius:var(--button-radius);transition:all .3s ease}.gallery__instagram:hover{background-color:var(--color-foreground);color:var(--color-background)}.gallery__grid{display:grid;grid-template-columns:repeat(6,1fr);gap:.5rem}.gallery__item{position:relative;aspect-ratio:1;overflow:hidden;display:block;text-decoration:none}.gallery__image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.gallery__placeholder{width:100%;height:100%;background-color:var(--color-background);display:flex;align-items:center;justify-content:center;opacity:.3}.gallery__placeholder svg{width:40%;height:40%}.gallery__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.gallery__overlay svg{color:#fff;width:32px;height:32px}.gallery__item:hover .gallery__image{transform:scale(1.1)}.gallery__item:hover .gallery__overlay{opacity:1}@media screen and (max-width:968px){.gallery{min-height:auto}.gallery__grid{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:768px){.gallery{min-height:auto;padding:4rem 0}.gallery__header{flex-direction:column;align-items:flex-start;text-align:left}.gallery__instagram{width:100%;justify-content:center}.gallery__grid{grid-template-columns:repeat(2,1fr)}}.logo-list{min-height:100vh;padding:4rem 0;background-color:var(--color-background);border-top:1px solid rgba(0,0,0,.05);border-bottom:1px solid rgba(0,0,0,.05);display:flex;align-items:center}.logo-list__inner{max-width:var(--page-width);margin:0 auto;padding:0 var(--page-margin);width:100%}.logo-list__heading{text-align:center;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;opacity:.5;margin-bottom:2rem}.logo-list__grid{display:flex;align-items:center;justify-content:center;gap:3rem;flex-wrap:wrap}.logo-list__item{flex:0 0 auto}.logo-list__item--placeholder{width:120px;height:40px;display:flex;align-items:center;justify-content:center;opacity:.2}.logo-list__image{height:40px;width:auto;object-fit:contain;filter:grayscale(100%);opacity:.6;transition:all .3s ease}.logo-list__image:hover{filter:grayscale(0%);opacity:1}.logo-placeholder-svg{width:100%;height:100%}@media screen and (max-width:768px){.logo-list__grid{gap:2rem}.logo-list__item--placeholder{width:80px;height:30px}}.marquee-banner{background-color:var(--color-foreground);color:var(--color-background);padding:.875rem 0;overflow:hidden}.marquee-banner__track{display:flex;width:fit-content;animation:marquee 40s linear infinite}.marquee-banner:hover .marquee-banner__track{animation-play-state:paused}.marquee-banner__content{display:flex;align-items:center;gap:3rem;padding-right:3rem}.marquee-banner__item{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;white-space:nowrap}.marquee-banner__item svg{color:var(--color-button-primary);flex-shrink:0}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.newsletter{padding:clamp(5.5rem,9vw,8rem) 0 5.5rem;background:radial-gradient(ellipse 50% 80% at 85% 20%,rgba(184,134,11,.1),transparent 50%),linear-gradient(180deg,#faf4ed,#f3e9dc);position:relative;overflow:hidden}.newsletter__inner{max-width:640px;margin:0 auto;padding:1.75rem 1.5rem;text-align:center;position:relative;z-index:1;background:#ffffff8c;border:1px solid rgba(45,36,22,.06);border-radius:20px;box-shadow:0 12px 40px #2d24160f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.newsletter__eyebrow{display:inline-block;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:var(--color-button-primary);margin-bottom:.5rem}.newsletter__title{font-size:clamp(1.35rem,2.8vw,1.75rem);font-weight:650;letter-spacing:-.02em;margin:0 0 .55rem;color:#2d2416}.newsletter__description{font-size:.9rem;color:#6b5c4a;line-height:1.55;margin:0 auto 1.25rem;max-width:28rem}.newsletter__form{display:flex;gap:.55rem;max-width:440px;margin:0 auto .75rem}.newsletter__input-wrapper{flex:1}.newsletter__input{width:100%;padding:.8rem 1rem;font-size:.9rem;border:1.5px solid rgba(45,36,22,.12);border-radius:12px;background-color:#fff;transition:border-color .2s ease}.newsletter__input:focus{outline:none;border-color:var(--color-button-primary)}.newsletter__input::placeholder{opacity:.5}.newsletter__button{white-space:nowrap;min-height:46px!important;padding:.75rem 1.1rem!important;font-size:.875rem!important;border-radius:12px!important}.newsletter__success{color:#2d6a4f;font-weight:600;margin-bottom:.75rem;font-size:.9rem}.newsletter__disclaimer{font-size:.75rem;color:#8d7d6a;margin:0}@media screen and (max-width:600px){.newsletter{padding:2.5rem 0 3rem}.newsletter__inner{padding:1.35rem 1.1rem}.newsletter__form{flex-direction:column}.newsletter__button{width:100%!important}}.parallax-banner{position:relative;width:100%;height:100vh;min-height:600px;display:flex;align-items:center;justify-content:center;overflow:hidden}.parallax-banner__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.parallax-banner__image{width:100%;height:120%;object-fit:cover;object-position:center;margin-top:-10%}.parallax-banner__placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--color-secondary) 0%,#D4C4B5 100%)}.parallax-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0000004d,#00000080)}.parallax-banner__content{position:relative;z-index:1;width:100%;text-align:center;padding:0 var(--page-margin)}.parallax-banner__inner{max-width:700px;margin:0 auto}.parallax-banner__eyebrow{display:inline-block;font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.2em;color:var(--color-button-primary);background-color:#fffffff2;padding:.5rem 1.25rem;border-radius:50px;margin-bottom:1.5rem}.parallax-banner__title{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;color:#fff;margin-bottom:1.25rem;text-shadow:0 2px 20px rgba(0,0,0,.3)}.parallax-banner__description{font-size:1.125rem;color:#ffffffe6;line-height:1.7;margin-bottom:2rem;max-width:550px;margin-left:auto;margin-right:auto;text-shadow:0 1px 10px rgba(0,0,0,.2)}.parallax-banner__button{padding:1.125rem 2.5rem}@media screen and (max-width:768px){.parallax-banner{height:auto;min-height:100vh}.parallax-banner__title{font-size:clamp(1.75rem,6vw,2.5rem)}.parallax-banner__description{font-size:1rem}}.process{min-height:100vh;padding:6rem 0;background-color:var(--color-secondary);display:flex;flex-direction:column;justify-content:center}.process__header{max-width:var(--page-width);margin:0 auto;padding:0 var(--page-margin);text-align:center;margin-bottom:5rem;width:100%}.process__eyebrow{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.2em;color:var(--color-button-primary);margin-bottom:1rem}.process__title{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:1.25rem}.process__description{font-size:1.0625rem;opacity:.8;max-width:550px;margin:0 auto;line-height:1.7}.process__grid{max-width:var(--page-width);margin:0 auto;padding:0 var(--page-margin);display:grid;grid-template-columns:repeat(4,1fr);gap:3rem;position:relative}.process__grid:before{content:"";position:absolute;top:40px;left:10%;right:10%;height:2px;background:linear-gradient(to right,transparent,var(--color-button-primary) 20%,var(--color-button-primary) 80%,transparent);opacity:.3}.process__step{text-align:center;position:relative}.process__step-number{width:80px;height:80px;border-radius:50%;background-color:var(--color-background);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:1.5rem;font-weight:700;color:var(--color-button-primary);box-shadow:0 10px 40px #0000001a;position:relative;z-index:1}.process__step-icon{width:60px;height:60px;border-radius:50%;background-color:var(--color-button-primary);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#fff}.process__step-title{font-size:1.125rem;font-weight:700;margin-bottom:.75rem}.process__step-desc{font-size:.9375rem;opacity:.7;line-height:1.6}.process__image{max-width:1000px;margin:5rem auto 0;padding:0 var(--page-margin);border-radius:20px;overflow:hidden;box-shadow:0 30px 80px #00000026}.process__img{width:100%;height:auto;display:block}@media screen and (max-width:968px){.process{min-height:auto}.process__grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}.process__grid:before{display:none}.process{padding:5rem 0}}@media screen and (max-width:480px){.process__grid{grid-template-columns:1fr;gap:2rem}.process__step-number{width:60px;height:60px;font-size:1.25rem}.process__step-icon{width:50px;height:50px}}.promo-banner{padding:0}.promo-banner__inner{max-width:var(--home-max, 1120px);margin:0 auto;padding:4.25rem var(--home-pad, 1.5rem) 4.5rem;display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;width:100%}.promo-banner__item{position:relative;display:block;border-radius:14px;overflow:hidden;text-decoration:none;aspect-ratio:2.4 / 1;min-height:140px;max-height:180px;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 8px 22px #2d241614}.promo-banner__item:hover{transform:scale(1.02)}.promo-banner__image{position:absolute;top:0;right:0;bottom:0;left:0;background-color:var(--color-secondary)}.promo-banner__img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.promo-banner__item:hover .promo-banner__img{transform:scale(1.08)}.promo-banner__placeholder{width:100%;height:100%;opacity:.2}.promo-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0006,#0003,#0009)}.promo-banner__content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:flex-end;padding:.9rem 1.05rem;z-index:1}.promo-banner__eyebrow{font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--color-button-primary);background-color:#fffffff2;padding:.25rem .6rem;border-radius:50px;display:inline-block;margin-bottom:.4rem;width:fit-content}.promo-banner__title{font-size:clamp(1rem,1.8vw,1.2rem);font-weight:650;color:#fff;margin:0 0 .45rem;text-shadow:0 2px 8px rgba(0,0,0,.28)}.promo-banner__button{display:inline-flex;align-items:center;gap:.35rem;font-size:.75rem;font-weight:600;color:#fff;padding:.4rem .85rem;background-color:#fff3;border:1px solid rgba(255,255,255,.4);border-radius:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:fit-content;transition:all .3s ease}.promo-banner__item:hover .promo-banner__button{background-color:#ffffff4d;border-color:#fff9}@media screen and (max-width:768px){.promo-banner{min-height:auto;padding:0}.promo-banner__inner{grid-template-columns:1fr;gap:.65rem;padding:3.25rem 1rem 3.5rem}.promo-banner__item{aspect-ratio:2.1 / 1;min-height:110px;max-height:140px}.promo-banner__content{padding:.8rem .95rem}}.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}.split-hero{min-height:100vh;display:flex;align-items:stretch}.split-hero__grid{display:grid;grid-template-columns:1fr 1fr;width:100%}.split-hero__media{position:relative;overflow:hidden}.split-hero__image{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.25,.46,.45,.94)}.split-hero:hover .split-hero__image{transform:scale(1.05)}.split-hero__placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--color-secondary) 0%,#E8E0D5 100%)}.split-hero__media-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,rgba(0,0,0,.1) 0%,transparent 50%)}.split-hero__content{display:flex;align-items:center;justify-content:center;background-color:var(--color-background);padding:6rem}.split-hero__inner{max-width:500px}.split-hero__eyebrow{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.2em;color:var(--color-button-primary);margin-bottom:1.5rem}.split-hero__title{font-size:clamp(2.25rem,4vw,3.5rem);font-weight:700;line-height:1.1;margin-bottom:1.5rem;color:var(--color-foreground)}.split-hero__description{font-size:1.125rem;line-height:1.7;opacity:.8;margin-bottom:2.5rem}.split-hero__actions{display:flex;align-items:center;gap:2rem;margin-bottom:3rem}.split-hero__actions .button{padding:1rem 2rem}.split-hero__link{font-size:.9375rem;font-weight:600;color:var(--color-foreground);text-decoration:underline;text-underline-offset:4px;transition:color .3s ease}.split-hero__link:hover{color:var(--color-button-primary)}.split-hero__stats{display:flex;gap:3rem;padding-top:2.5rem;border-top:1px solid rgba(0,0,0,.1)}.split-hero__stat{display:flex;flex-direction:column;gap:.25rem}.split-hero__stat-number{font-size:2.5rem;font-weight:700;color:var(--color-button-primary);line-height:1}.split-hero__stat-label{font-size:.8125rem;opacity:.7}@media screen and (max-width:968px){.split-hero__grid{grid-template-columns:1fr}.split-hero{min-height:auto}.split-hero__media{aspect-ratio:4/3}.split-hero__content{padding:4rem 2rem}.split-hero__stats{gap:2rem}.split-hero__stat-number{font-size:2rem}}.testimonials{padding:clamp(5.5rem,9vw,8rem) 0;background:linear-gradient(180deg,#faf4ed,#f7efe6)}.testimonials__inner{max-width:var(--home-max, 1120px);margin:0 auto;padding:0 var(--home-pad, 1.5rem);width:100%}.testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.9rem}.testimonial{background-color:#fff;padding:1.15rem 1.2rem;border-radius:14px;border:1px solid rgba(45,36,22,.06);transition:transform .25s ease,box-shadow .25s ease;box-shadow:0 6px 20px #2d24160d}.testimonial:hover{transform:translateY(-3px);box-shadow:0 12px 28px #2d24161a}.testimonial__stars{display:flex;gap:.25rem;margin-bottom:1rem}.testimonial__quote{font-size:.9rem;line-height:1.55;margin:0 0 1rem;color:#3d3428;font-style:normal}.testimonial__author{display:flex;align-items:center;gap:1rem}.testimonial__avatar,.testimonial__avatar-placeholder{width:48px;height:48px;border-radius:50%;object-fit:cover}.testimonial__avatar-placeholder{background-color:var(--color-button-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem}.testimonial__author-info{flex:1}.testimonial__author-name{font-weight:600;margin:0;font-size:.9375rem}.testimonial__author-title{font-size:.8125rem;opacity:.7;margin:0}@media screen and (max-width:968px){.testimonials__grid{grid-template-columns:1fr;max-width:500px;margin:0 auto}}@media screen and (max-width:768px){.testimonials{min-height:auto;padding:4rem 0}.testimonials__header{margin-bottom:2.5rem}.testimonial{padding:1.5rem}}.value-props{padding:.45rem 0;background:#fff;border-block:1px solid rgba(45,36,22,.06)}.value-props__inner{max-width:var(--home-max, 1120px);margin:0 auto;padding:0 var(--home-pad, 1.5rem);width:100%}.value-props__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;align-items:center}.value-prop{display:flex;flex-direction:row;align-items:center;text-align:left;gap:.45rem;padding:.35rem .65rem;border-right:1px solid rgba(45,36,22,.06);min-height:0}.value-prop:last-child{border-right:none}.value-prop__icon{width:26px;height:26px;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#faf4ed,#f3e9dc);border-radius:7px;color:var(--color-button-primary);flex-shrink:0}.value-prop__icon svg{width:13px;height:13px}.value-prop__content{max-width:none;min-width:0}.value-prop__title{font-size:.75rem;font-weight:650;margin:0;color:#2d2416;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.value-prop__description{display:none}@media screen and (max-width:900px){.value-props__grid{grid-template-columns:repeat(2,1fr)}.value-prop{border-right:none;border-bottom:1px solid rgba(45,36,22,.05);padding:.4rem .35rem}.value-prop:nth-child(odd){border-right:1px solid rgba(45,36,22,.05)}.value-prop:nth-last-child(-n+2){border-bottom:none}}@media screen and (max-width:480px){.value-props{padding:.35rem 0}.value-prop__title{font-size:.6875rem;white-space:normal}.value-prop__icon{width:22px;height:22px}}.video-banner{position:relative;width:100%;height:100vh;min-height:600px;display:flex;align-items:center;justify-content:center;overflow:hidden}.video-banner__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.video-banner__video,.video-banner__image{width:100%;height:100%;object-fit:cover}.video-banner__placeholder{width:100%;height:100%;background:linear-gradient(135deg,#2c2c2c,#1a1a1a)}.video-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0006,#00000080,#000000b3)}.video-banner__content{position:relative;z-index:1;width:100%;text-align:center;padding:0 var(--page-margin)}.video-banner__inner{max-width:700px;margin:0 auto}.video-banner__eyebrow{display:inline-block;font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.2em;color:var(--color-button-primary);background-color:#fffffff2;padding:.5rem 1.25rem;border-radius:50px;margin-bottom:1.5rem}.video-banner__title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;color:#fff;margin-bottom:1.25rem;text-shadow:0 2px 20px rgba(0,0,0,.3)}.video-banner__description{font-size:1.25rem;color:#ffffffe6;line-height:1.7;margin-bottom:2.5rem;max-width:550px;margin-left:auto;margin-right:auto;text-shadow:0 1px 10px rgba(0,0,0,.2)}.video-banner__button{padding:1.125rem 2.5rem;display:inline-flex;align-items:center;gap:.75rem}.video-banner__button svg{transition:transform .3s ease}.video-banner__button:hover svg{transform:scale(1.2)}@media screen and (max-width:768px){.video-banner{height:auto;min-height:100vh}.video-banner__title{font-size:clamp(2rem,8vw,2.5rem)}.video-banner__description{font-size:1rem}}.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}.trust-badges{display:flex;align-items:center;justify-content:center;gap:1.5rem;padding:1.25rem 0;flex-wrap:wrap;border-top:1px solid rgba(0,0,0,.08);margin-top:.5rem}.trust-badge{display:flex;align-items:center;gap:.375rem;font-size:.75rem;color:var(--color-foreground);opacity:.8}.trust-badge svg{width:16px;height:16px;color:var(--color-button-primary);flex-shrink:0}@media screen and (max-width:768px){.trust-badges{gap:1rem}.trust-badge{font-size:.6875rem}}.whatsapp-float{position:fixed;right:1.25rem;bottom:1.25rem;z-index:9990;display:inline-flex;align-items:center;gap:.55rem;min-height:3.5rem;padding:.7rem 1rem .7rem .85rem;border-radius:999px;background:#25d366;color:#fff;text-decoration:none;box-shadow:0 10px 28px #25d36661,0 2px 8px #0000001f;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.whatsapp-float:hover{background:#1ebe57;transform:translateY(-2px) scale(1.03);box-shadow:0 14px 32px #25d36673,0 4px 12px #00000024;color:#fff}.whatsapp-float:focus-visible{outline:2px solid #128C7E;outline-offset:3px}.whatsapp-float__icon{width:1.75rem;height:1.75rem;flex-shrink:0;display:block}.whatsapp-float__label{font-size:.875rem;font-weight:650;letter-spacing:.01em;line-height:1;white-space:nowrap}.whatsapp-float__pulse{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;box-shadow:0 0 #25d3668c;animation:whatsapp-pulse 2.2s ease-out infinite;pointer-events:none}@keyframes whatsapp-pulse{0%{box-shadow:0 0 #25d36680}70%{box-shadow:0 0 0 14px #25d36600}to{box-shadow:0 0 #25d36600}}@media screen and (max-width:640px){.whatsapp-float{right:1rem;bottom:1rem;min-height:3.25rem;padding:.65rem .9rem .65rem .75rem}.whatsapp-float__label{font-size:.8125rem}}@media(prefers-reduced-motion:reduce){.whatsapp-float,.whatsapp-float__pulse{animation:none;transition:none}}
/*# sourceMappingURL=/cdn/shop/t/3/compiled_assets/styles.css.map */
