.Hero-module__ZARIfG__hero{width:100%;min-height:78vh;padding-top:var(--header-height);background:#faf9f6;align-items:stretch;display:flex}.Hero-module__ZARIfG__inner{width:100%;min-height:calc(78vh - var(--header-height));grid-template-columns:55fr 45fr;transition:opacity .6s cubic-bezier(.4,0,.2,1);display:grid}.Hero-module__ZARIfG__fading{opacity:0}.Hero-module__ZARIfG__imagePane{background:#f0ede6;position:relative;overflow:hidden}.Hero-module__ZARIfG__imageFrame{width:100%;height:100%;min-height:calc(78vh - var(--header-height));transition:transform 8s linear;position:relative}.Hero-module__ZARIfG__zooming{transform:scale(1.1)}.Hero-module__ZARIfG__heroImage{object-fit:cover;object-position:center}.Hero-module__ZARIfG__imageOverlay{pointer-events:none;background:linear-gradient(90deg,#0000000d,#0000);width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__ZARIfG__contentPane{background:#faf9f6;justify-content:center;align-items:center;padding:clamp(56px,6vw,80px) clamp(40px,5vw,72px);display:flex}.Hero-module__ZARIfG__content{flex-direction:column;gap:0;max-width:420px;display:flex}.Hero-module__ZARIfG__content .reveal-up{opacity:0;transition:all 1s cubic-bezier(.16,1,.3,1);transform:translateY(30px)}.Hero-module__ZARIfG__content.Hero-module__ZARIfG__active .reveal-up{opacity:1;transform:translateY(0)}.Hero-module__ZARIfG__content.Hero-module__ZARIfG__active .delay-100{transition-delay:.15s}.Hero-module__ZARIfG__content.Hero-module__ZARIfG__active .delay-200{transition-delay:.3s}.Hero-module__ZARIfG__content.Hero-module__ZARIfG__active .delay-300{transition-delay:.45s}.Hero-module__ZARIfG__tagline{font-size:.7rem;font-family:var(--font-sans);text-transform:uppercase;letter-spacing:clamp(.22em,.7vw,.45em);color:var(--gold);margin-bottom:20px;font-weight:500;display:block}.Hero-module__ZARIfG__titleWrapper{margin-bottom:28px;overflow:hidden}.Hero-module__ZARIfG__title{font-family:var(--font-serif);letter-spacing:-.01em;color:#1a1a1a;text-transform:none;margin-bottom:0;font-size:clamp(2.4rem,4vw,3.5rem);font-weight:400;line-height:1.15}.Hero-module__ZARIfG__description{font-family:var(--font-sans);color:#666;letter-spacing:.02em;text-wrap:pretty;margin-bottom:48px;font-size:.9rem;font-weight:300;line-height:1.8}.Hero-module__ZARIfG__cta{font-family:var(--font-sans);letter-spacing:.3em;text-transform:uppercase;color:#1a1a1a;background:0 0;border:1px solid #1a1a1a;align-self:flex-start;margin-bottom:56px;padding:16px 40px;font-size:.7rem;font-weight:400;transition:all .45s cubic-bezier(.4,0,.2,1);display:inline-block}.Hero-module__ZARIfG__cta:hover{color:#fff;opacity:1;background:#1a1a1a}.Hero-module__ZARIfG__dots{align-items:center;gap:12px;display:flex}.Hero-module__ZARIfG__dot{cursor:pointer;background:#00000026;border:none;border-radius:0;width:32px;height:1.5px;padding:0;transition:all .4s}.Hero-module__ZARIfG__dot:hover{background:#0006}.Hero-module__ZARIfG__activeDot{background:#1a1a1a;width:52px}@media (max-width:900px){.Hero-module__ZARIfG__hero{min-height:auto;padding-bottom:0}.Hero-module__ZARIfG__inner{grid-template-rows:auto auto;grid-template-columns:1fr;min-height:auto}.Hero-module__ZARIfG__imagePane{height:clamp(300px,54vh,520px)}.Hero-module__ZARIfG__imageFrame{min-height:100%}.Hero-module__ZARIfG__contentPane{text-align:center;justify-content:center;padding:48px 24px 56px}.Hero-module__ZARIfG__content{align-items:center;max-width:100%}.Hero-module__ZARIfG__title{font-size:clamp(2rem,7vw,2.8rem)}.Hero-module__ZARIfG__cta{text-align:center;align-self:center;max-width:100%}}@media (max-width:480px){.Hero-module__ZARIfG__imagePane{height:42vh;min-height:280px}.Hero-module__ZARIfG__contentPane{padding:40px 20px 48px}.Hero-module__ZARIfG__title{margin-bottom:20px;font-size:clamp(1.85rem,9vw,2.15rem)}.Hero-module__ZARIfG__description{margin-bottom:36px;font-size:.85rem}.Hero-module__ZARIfG__cta{width:min(100%,320px);margin-bottom:40px;padding:14px 24px}.Hero-module__ZARIfG__dots{justify-content:center}}
.TrustBar-module__yxryaq__section{background:var(--white);border-top:1px solid var(--gray-light);border-bottom:1px solid var(--gray-light);padding:60px 0}.TrustBar-module__yxryaq__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(24px,3vw,40px);display:grid}.TrustBar-module__yxryaq__item{align-items:center;gap:20px;display:flex}.TrustBar-module__yxryaq__iconWrapper{width:56px;height:56px;color:var(--gold);background:#fbf9f4;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.TrustBar-module__yxryaq__textWrapper{flex-direction:column;display:flex}.TrustBar-module__yxryaq__title{font-family:var(--font-sans);letter-spacing:.1em;text-transform:uppercase;margin-bottom:4px;font-size:.875rem;font-weight:600}.TrustBar-module__yxryaq__description{color:#00000080;letter-spacing:.05em;font-size:.75rem}@media (max-width:1024px){.TrustBar-module__yxryaq__grid{grid-template-columns:repeat(2,1fr);gap:40px 20px}}@media (max-width:600px){.TrustBar-module__yxryaq__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 16px}.TrustBar-module__yxryaq__section{padding:48px 0}}@media (max-width:360px){.TrustBar-module__yxryaq__grid{grid-template-columns:1fr}}
.CategoryNavigation-module__eUWqva__section{background:var(--background);padding-top:80px;padding-bottom:40px}.CategoryNavigation-module__eUWqva__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(14px,2vw,24px);display:grid}.CategoryNavigation-module__eUWqva__categoryCard{group:hover;flex-direction:column;align-items:center;text-decoration:none;display:flex}.CategoryNavigation-module__eUWqva__imageWrapper{aspect-ratio:1/1.1;background:#fff;border-radius:4px;justify-content:center;align-items:center;width:100%;margin-bottom:20px;display:flex;position:relative;overflow:hidden}.CategoryNavigation-module__eUWqva__imageWrapper img{object-fit:cover;filter:contrast(1.18)brightness(1.12)saturate(1.08);mix-blend-mode:multiply;will-change:filter;width:100%;height:100%;transition:transform .8s cubic-bezier(.4,0,.2,1)}.CategoryNavigation-module__eUWqva__categoryCard:hover img{transform:scale(1.05)}.CategoryNavigation-module__eUWqva__categoryName{font-family:var(--font-serif);color:var(--foreground);text-transform:capitalize;letter-spacing:.05em;text-align:center;border-bottom:1px solid #0000;padding-bottom:2px;font-size:.95rem;transition:color .3s}.CategoryNavigation-module__eUWqva__categoryCard:hover .CategoryNavigation-module__eUWqva__categoryName{color:var(--gold);border-bottom-color:var(--gold)}@media (max-width:1024px){.CategoryNavigation-module__eUWqva__grid{grid-template-columns:repeat(2,1fr);gap:40px 20px}}@media (max-width:640px){.CategoryNavigation-module__eUWqva__section{padding-top:48px}.CategoryNavigation-module__eUWqva__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 14px}.CategoryNavigation-module__eUWqva__categoryName{font-size:.85rem}}@media (max-width:360px){.CategoryNavigation-module__eUWqva__grid{grid-template-columns:1fr}}
.CollectionSection-module__1sIV8W__section{background:var(--background)}.CollectionSection-module__1sIV8W__header{text-align:center;margin-bottom:clamp(44px,7vw,80px)}.CollectionSection-module__1sIV8W__title{margin-bottom:16px;font-size:clamp(1.75rem,5vw,2.5rem)}.CollectionSection-module__1sIV8W__subtitle{text-transform:uppercase;letter-spacing:.3em;opacity:.5;font-size:.875rem}.CollectionSection-module__1sIV8W__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(44px,6vw,60px) clamp(20px,3vw,40px);display:grid}@media (max-width:1024px){.CollectionSection-module__1sIV8W__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.CollectionSection-module__1sIV8W__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:36px 14px}.CollectionSection-module__1sIV8W__header{margin-bottom:48px}.CollectionSection-module__1sIV8W__title{font-size:1.75rem}}@media (max-width:380px){.CollectionSection-module__1sIV8W__grid{grid-template-columns:1fr}}
