.Navbar-module__cRh5nW__navbar{width:100%;padding:2.5rem var(--gutter);z-index:100;transition:background-color .6s var(--ease-luxury), padding .6s var(--ease-luxury), backdrop-filter .6s var(--ease-luxury), border-color .6s var(--ease-luxury);border-bottom:1px solid #0000;grid-template-columns:1fr auto 1fr;align-items:center;display:grid;position:fixed;top:0;left:0}.Navbar-module__cRh5nW__navbar.Navbar-module__cRh5nW__scrolled{padding:.8rem var(--gutter);background:var(--bg-overlay);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--gold-border)}.Navbar-module__cRh5nW__logoLink{justify-content:center;align-items:center;display:flex}.Navbar-module__cRh5nW__logo{object-fit:contain;width:auto;height:auto;max-height:120px;transition:transform .6s var(--ease-luxury)}.Navbar-module__cRh5nW__logoLink:hover .Navbar-module__cRh5nW__logo{transform:scale(1.03)}.Navbar-module__cRh5nW__navLeft{align-items:center;gap:3.5rem;display:flex}.Navbar-module__cRh5nW__navRight{justify-content:flex-end;align-items:center;gap:2.5rem;display:flex}.Navbar-module__cRh5nW__navLink{text-transform:uppercase;letter-spacing:.18em;color:var(--text-secondary);transition:color var(--duration-fast) var(--ease-luxury);font-size:.7rem;font-weight:400;position:relative}.Navbar-module__cRh5nW__navLink:after{content:"";background:var(--gold-primary);width:0;height:1px;transition:width var(--duration-base) var(--ease-luxury);position:absolute;bottom:-3px;left:0}.Navbar-module__cRh5nW__navLink:hover{color:var(--text-primary)}.Navbar-module__cRh5nW__navLink:hover:after{width:100%}.Navbar-module__cRh5nW__iconBtn{color:var(--text-secondary);transition:color .4s var(--ease-luxury), filter .4s var(--ease-luxury);cursor:pointer;background:0 0;border:none;align-items:center;display:flex;position:relative}.Navbar-module__cRh5nW__cartBadge{background:var(--gold-primary);color:var(--bg-raised);border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:.6rem;font-weight:600;display:flex;position:absolute;top:-6px;right:-8px}.Navbar-module__cRh5nW__iconBtn:hover{color:var(--gold-primary);filter:drop-shadow(0 0 8px #b08d5766)}.Navbar-module__cRh5nW__menuBtn{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.Navbar-module__cRh5nW__bar{background:var(--text-primary);width:22px;height:1px;transition:transform var(--duration-base) var(--ease-luxury), opacity var(--duration-base) var(--ease-luxury);transform-origin:50%;display:block}.Navbar-module__cRh5nW__barTop{transform:translateY(6px)rotate(45deg)}.Navbar-module__cRh5nW__barMid{opacity:0}.Navbar-module__cRh5nW__barBot{transform:translateY(-6px)rotate(-45deg)}.Navbar-module__cRh5nW__mobileMenu{background:var(--bg-deep);z-index:99;opacity:0;pointer-events:none;transition:opacity var(--duration-slow) var(--ease-luxury), transform var(--duration-slow) var(--ease-luxury);flex-direction:column;justify-content:center;align-items:center;gap:3rem;display:flex;position:fixed;inset:0;transform:translateY(-10px)}.Navbar-module__cRh5nW__mobileMenu.Navbar-module__cRh5nW__mobileMenuOpen{opacity:1;pointer-events:all;transform:translateY(0)}.Navbar-module__cRh5nW__mobileMenu a{font-family:var(--font-serif);color:var(--text-primary);letter-spacing:.05em;transition:color var(--duration-fast) var(--ease-luxury);font-size:2.5rem;font-weight:300}.Navbar-module__cRh5nW__mobileMenu a:hover{color:var(--gold-primary)}.Navbar-module__cRh5nW__dropdownContainer{align-items:center;display:flex;position:relative}.Navbar-module__cRh5nW__dropdownBtn{cursor:pointer;background:0 0;border:none;align-items:center;gap:.6rem;padding:0;display:flex}.Navbar-module__cRh5nW__chevron{transition:transform .4s var(--ease-luxury);opacity:.7}.Navbar-module__cRh5nW__chevronRotated{transform:rotate(180deg)}.Navbar-module__cRh5nW__dropdownMenu{background:var(--bg-overlay);-webkit-backdrop-filter:blur(24px);border:1px solid var(--gold-border);opacity:0;visibility:hidden;min-width:220px;transition:opacity .4s var(--ease-luxury), transform .4s var(--ease-luxury), visibility .4s;z-index:110;flex-direction:column;margin-top:1.5rem;padding:1.5rem 0;display:flex;position:absolute;top:100%;left:-1rem;transform:translateY(10px);box-shadow:0 20px 40px #3b2a221a}.Navbar-module__cRh5nW__dropdownVisible{opacity:1;visibility:visible;transform:translateY(0)}.Navbar-module__cRh5nW__dropdownItem{text-transform:uppercase;letter-spacing:.15em;color:var(--text-secondary);transition:all .3s var(--ease-luxury);white-space:nowrap;padding:.8rem 2rem;font-size:.65rem}.Navbar-module__cRh5nW__dropdownItem:hover{color:var(--gold-primary);background:#b08d571a;padding-left:2.5rem}.Navbar-module__cRh5nW__mobileCategoryHeading{text-transform:uppercase;letter-spacing:.2em;color:var(--gold-primary);opacity:.8;margin-bottom:1rem;font-size:.8rem}.Navbar-module__cRh5nW__mobileCategories{flex-direction:column;align-items:center;gap:1.2rem;margin-bottom:2rem;display:flex}.Navbar-module__cRh5nW__mobileCategories a{font-weight:300;font-family:var(--font-serif)!important;color:var(--text-secondary)!important;font-size:1.4rem!important}.Navbar-module__cRh5nW__mobileDivider{background:var(--gold-border);width:40px;height:1px;margin-bottom:2rem}@media (max-width:768px){.Navbar-module__cRh5nW__navLeft,.Navbar-module__cRh5nW__navRight .Navbar-module__cRh5nW__navLink{display:none}.Navbar-module__cRh5nW__menuBtn{display:flex}.Navbar-module__cRh5nW__navbar{padding:1.5rem var(--gutter);grid-template-columns:1fr auto 1fr}.Navbar-module__cRh5nW__logo{max-height:80px}}
.Footer-module__3hUVsW__footer{background:var(--bg-deep);border-top:1px solid var(--gold-border)}.Footer-module__3hUVsW__ctaStrip{padding:6rem var(--gutter);border-bottom:1px solid var(--gold-border);background:var(--bg-surface);grid-template-columns:1fr 1fr;gap:4rem;display:grid}.Footer-module__3hUVsW__ctaContent{flex-direction:column;justify-content:center;gap:2.5rem;display:flex}.Footer-module__3hUVsW__ctaTitle{font-size:clamp(2rem,3vw,2.8rem);font-weight:300;line-height:1.2}.Footer-module__3hUVsW__ctaTitle em{color:var(--gold-pale);font-style:italic}.Footer-module__3hUVsW__emailBlock{flex-direction:column;justify-content:center;gap:1rem;display:flex}.Footer-module__3hUVsW__emailBlock p{font-family:var(--font-serif);margin-top:.5rem;font-size:.95rem}.Footer-module__3hUVsW__emailForm{gap:0;margin-top:.5rem;display:flex}.Footer-module__3hUVsW__emailInput{border:1px solid var(--gold-border);color:var(--text-primary);font-size:.85rem;font-family:var(--font-sans);transition:border-color var(--duration-fast) var(--ease-luxury), background-color var(--duration-fast) var(--ease-luxury);background:0 0;border-right:none;outline:none;flex:1;padding:1.25rem 1.5rem}.Footer-module__3hUVsW__emailInput:focus{border-color:var(--gold-primary);background:#fff6}.Footer-module__3hUVsW__emailInput::placeholder{color:var(--text-muted)}.Footer-module__3hUVsW__grid{padding:5rem var(--gutter);grid-template-columns:1.5fr 1fr 1fr 1fr;gap:4rem;display:grid}.Footer-module__3hUVsW__brandCol{text-align:left;flex-direction:column;grid-column:1/2;align-items:flex-start;gap:1.5rem;display:flex}.Footer-module__3hUVsW__wordmark{display:none}.Footer-module__3hUVsW__footerLogo{object-fit:contain;width:auto;height:auto;max-height:120px;transition:transform .4s var(--ease-luxury);margin-bottom:2rem}.Footer-module__3hUVsW__footerLogo:hover{transform:scale(1.02)}.Footer-module__3hUVsW__tagline{font-family:var(--font-serif);color:var(--text-primary);letter-spacing:.05em;text-transform:uppercase;font-size:1.2rem;font-style:normal;line-height:1.5}.Footer-module__3hUVsW__socials{gap:1.5rem;margin-top:.5rem;display:flex}.Footer-module__3hUVsW__socials a{text-transform:uppercase;letter-spacing:.15em;color:var(--text-muted);transition:color var(--duration-fast) var(--ease-luxury);font-size:.7rem}.Footer-module__3hUVsW__socials a:hover{color:var(--gold-primary)}.Footer-module__3hUVsW__linkCol{flex-direction:column;gap:1.5rem;display:flex}.Footer-module__3hUVsW__colTitle{text-transform:uppercase;letter-spacing:.2em;font-size:.7rem;font-weight:500;font-family:var(--font-sans);color:var(--text-primary)}.Footer-module__3hUVsW__links{flex-direction:column;gap:.85rem;display:flex}.Footer-module__3hUVsW__links a{color:var(--text-muted);transition:color var(--duration-fast) var(--ease-luxury);font-size:.85rem}.Footer-module__3hUVsW__links a:hover{color:var(--gold-primary)}.Footer-module__3hUVsW__bottomBar{padding:1.75rem var(--gutter);border-top:1px solid var(--gold-border);color:var(--text-muted);letter-spacing:.05em;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;font-size:.7rem;display:flex}.Footer-module__3hUVsW__legal{gap:2rem;display:flex}.Footer-module__3hUVsW__legal a{color:var(--text-muted);transition:color var(--duration-fast) var(--ease-luxury)}.Footer-module__3hUVsW__legal a:hover{color:var(--gold-primary)}.Footer-module__3hUVsW__madeIn{font-family:var(--font-serif);font-style:italic}@media (max-width:1100px){.Footer-module__3hUVsW__grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.Footer-module__3hUVsW__ctaStrip{grid-template-columns:1fr;gap:3rem}.Footer-module__3hUVsW__grid{grid-template-columns:1fr 1fr;gap:2.5rem}.Footer-module__3hUVsW__bottomBar{text-align:center;flex-direction:column}}@media (max-width:500px){.Footer-module__3hUVsW__grid{grid-template-columns:1fr}.Footer-module__3hUVsW__emailForm{flex-direction:column}.Footer-module__3hUVsW__emailInput{border-right:1px solid var(--gold-border);border-bottom:none}}
.Hero-module___w2HtG__hero{align-items:center;width:100%;height:100vh;min-height:700px;display:flex;position:relative;overflow:hidden}.Hero-module___w2HtG__gate{background-color:var(--bg-deep);z-index:20;will-change:transform;width:50%;height:100%;transition:transform .9s cubic-bezier(.76,0,.24,1);position:absolute;top:0}.Hero-module___w2HtG__gateLeft{left:0}.Hero-module___w2HtG__gateRight{right:0}.Hero-module___w2HtG__media{z-index:0;position:absolute;inset:0}.Hero-module___w2HtG__heroVideo{object-fit:cover;width:100%;height:100%}.Hero-module___w2HtG__videoOverlay{z-index:1;background:0 0;position:absolute;inset:0}.Hero-module___w2HtG__content{z-index:10;padding:0 var(--gutter);will-change:opacity, transform;max-width:700px;position:relative}.Hero-module___w2HtG__eyebrow{margin-bottom:1.75rem;display:block}.Hero-module___w2HtG__title{color:#fff;text-shadow:0 2px 15px #0000004d;margin-bottom:1.75rem;font-size:clamp(3.5rem,7vw,6.5rem);font-weight:300;line-height:1.05}.Hero-module___w2HtG__title em{color:var(--gold-primary);font-style:italic;font-weight:400}.Hero-module___w2HtG__subtitle{color:#fff;font-size:1.05rem;line-height:1.7;font-family:var(--font-serif);letter-spacing:.02em;text-shadow:0 2px 10px #0000004d;margin-bottom:3rem;font-weight:400}.Hero-module___w2HtG__ctas{flex-wrap:wrap;gap:1.5rem;display:flex}.Hero-module___w2HtG__scrollHint{opacity:.5;align-items:center;gap:1.5rem;display:flex;position:absolute;bottom:3rem;left:0}.Hero-module___w2HtG__scrollLabel{writing-mode:vertical-lr;text-orientation:mixed}.Hero-module___w2HtG__scrollLine{background:linear-gradient(to bottom, var(--text-secondary), transparent);width:1px;height:70px;position:relative;overflow:hidden}.Hero-module___w2HtG__scrollDot{background:var(--gold-primary);border-radius:2px;width:3px;height:20px;animation:2s ease-in-out infinite Hero-module___w2HtG__scrollBounce;position:absolute;top:-20px;left:-1px}@keyframes Hero-module___w2HtG__scrollBounce{0%{opacity:0;top:-20px}20%{opacity:1}80%{opacity:1}to{opacity:0;top:70px}}.Hero-module___w2HtG__metaStrip{bottom:2.5rem;right:var(--gutter);text-transform:uppercase;letter-spacing:.2em;color:var(--text-muted);z-index:10;align-items:center;gap:1rem;font-size:.65rem;display:flex;position:absolute}.Hero-module___w2HtG__dividerDot{color:var(--gold-border)}@media (max-width:768px){.Hero-module___w2HtG__title{font-size:clamp(2.8rem,10vw,3.5rem)}.Hero-module___w2HtG__ctas{flex-direction:column}.Hero-module___w2HtG__metaStrip{display:none}.Hero-module___w2HtG__scrollHint{bottom:2rem}}
.FeaturedCollections-module__SXCDeW__section{padding:var(--space-xl) var(--gutter);background:var(--bg-surface)}.FeaturedCollections-module__SXCDeW__header{text-align:center;margin-bottom:4rem}.FeaturedCollections-module__SXCDeW__title{margin:1rem 0 1.25rem}.FeaturedCollections-module__SXCDeW__desc{max-width:520px;font-family:var(--font-serif);margin:0 auto;font-size:1.05rem}.FeaturedCollections-module__SXCDeW__grid{max-width:var(--content-max);grid-template-rows:auto auto;grid-template-columns:1.4fr 1fr;gap:1.5px;margin:0 auto;display:grid}.FeaturedCollections-module__SXCDeW__card{aspect-ratio:3/4;cursor:pointer;background:var(--bg-raised);display:block;position:relative;overflow:hidden}.FeaturedCollections-module__SXCDeW__cardLarge{aspect-ratio:auto;grid-row:span 2}.FeaturedCollections-module__SXCDeW__imageWrap{position:absolute;inset:0}.FeaturedCollections-module__SXCDeW__image{object-fit:cover;transition:transform .9s cubic-bezier(.25,.46,.45,.94),filter .9s}.FeaturedCollections-module__SXCDeW__card:hover .FeaturedCollections-module__SXCDeW__image{transform:scale(1.05)}.FeaturedCollections-module__SXCDeW__imageOverlay{transition:background var(--duration-slow) var(--ease-luxury);background:0 0;position:absolute;inset:0}.FeaturedCollections-module__SXCDeW__cardContent{transition:transform var(--duration-slow) var(--ease-luxury);flex-direction:column;padding:2.5rem;display:flex;position:absolute;bottom:0;left:0;right:0;transform:translateY(10px)}.FeaturedCollections-module__SXCDeW__card:hover .FeaturedCollections-module__SXCDeW__cardContent{transform:translateY(0)}.FeaturedCollections-module__SXCDeW__cardLabel{color:var(--gold-primary);margin-bottom:.75rem}.FeaturedCollections-module__SXCDeW__cardTitle{color:#fff;text-shadow:0 2px 10px #0006;margin-bottom:.4rem;font-size:clamp(1.5rem,2.5vw,2rem)}.FeaturedCollections-module__SXCDeW__cardSubtitle{color:#fff;text-transform:uppercase;letter-spacing:.12em;opacity:.9;text-shadow:0 2px 8px #0000004d;margin-bottom:.75rem;font-size:.75rem}.FeaturedCollections-module__SXCDeW__cardMood{font-family:var(--font-serif);color:#fff;opacity:0;transition:opacity var(--duration-base) var(--ease-luxury) .1s;text-shadow:0 2px 8px #0000004d;font-size:.95rem;font-style:italic;display:block}.FeaturedCollections-module__SXCDeW__card:hover .FeaturedCollections-module__SXCDeW__cardMood{opacity:1}@media (max-width:900px){.FeaturedCollections-module__SXCDeW__grid{grid-template-columns:1fr}.FeaturedCollections-module__SXCDeW__cardLarge{aspect-ratio:3/4;grid-row:span 1}}
.ShopByOccasion-module__6Qwnla__section{padding:var(--space-xl) var(--gutter)}.ShopByOccasion-module__6Qwnla__headerRow{text-align:center;flex-direction:column;align-items:center;gap:1rem;margin-bottom:4rem;display:flex}.ShopByOccasion-module__6Qwnla__title{margin-top:.75rem}.ShopByOccasion-module__6Qwnla__row{width:100%;min-height:700px;padding:6rem 0 8rem;position:relative;overflow:hidden}.ShopByOccasion-module__6Qwnla__rowInner{will-change:transform;gap:6rem;display:flex}.ShopByOccasion-module__6Qwnla__row::-webkit-scrollbar{display:none}.ShopByOccasion-module__6Qwnla__tile{cursor:pointer;will-change:transform;flex-direction:column;flex:0 0 320px;align-items:center;gap:2rem;text-decoration:none;transition:transform .15s ease-out;display:flex}.ShopByOccasion-module__6Qwnla__imageWrap{aspect-ratio:.75;border-radius:24px;width:100%;position:relative;overflow:hidden}.ShopByOccasion-module__6Qwnla__image{object-fit:cover;transition:transform .7s var(--ease-luxury), filter .5s var(--ease-luxury)}.ShopByOccasion-module__6Qwnla__tile:hover .ShopByOccasion-module__6Qwnla__image{filter:brightness(1.05);transform:scale(1.06)}.ShopByOccasion-module__6Qwnla__overlay{background:0 0;position:absolute;inset:0}.ShopByOccasion-module__6Qwnla__ring{border:1.5px solid var(--gold-border);opacity:0;transition:opacity .5s var(--ease-luxury), transform .5s var(--ease-luxury);position:absolute;inset:0;transform:scale(1.02)}.ShopByOccasion-module__6Qwnla__tile:hover .ShopByOccasion-module__6Qwnla__ring{opacity:1;transform:scale(1)}.ShopByOccasion-module__6Qwnla__label{font-size:.95rem;font-family:var(--font-serif);color:var(--text-primary);letter-spacing:.02em;text-align:center;transition:color var(--duration-fast) var(--ease-luxury);margin-top:.5rem}.ShopByOccasion-module__6Qwnla__tile:hover .ShopByOccasion-module__6Qwnla__label{color:var(--gold-primary)}.ShopByOccasion-module__6Qwnla__count{text-transform:uppercase;letter-spacing:.18em;color:var(--text-muted);margin-top:-.25rem;font-size:.7rem}@media (max-width:900px){.ShopByOccasion-module__6Qwnla__tile{flex:0 0 320px}.ShopByOccasion-module__6Qwnla__row{gap:1.5rem}}@media (max-width:600px){.ShopByOccasion-module__6Qwnla__tile{flex:0 0 280px}.ShopByOccasion-module__6Qwnla__row{gap:1rem}}
.ModelShowcase-module__Zu78JG__section{background-color:var(--bg-deep);padding:8rem 0;overflow:hidden}.ModelShowcase-module__Zu78JG__container{padding:0 var(--gutter)}.ModelShowcase-module__Zu78JG__header{text-align:center;max-width:800px;margin-bottom:5rem;margin-left:auto;margin-right:auto}.ModelShowcase-module__Zu78JG__titleRow{justify-content:center;align-items:center;margin-top:1rem;margin-bottom:2rem;display:flex}.ModelShowcase-module__Zu78JG__title{color:var(--text-primary);margin:0;font-size:clamp(2.5rem,5vw,4rem);font-weight:300}.ModelShowcase-module__Zu78JG__gridWrapper{width:100%;position:relative}.ModelShowcase-module__Zu78JG__navButtons{z-index:10;pointer-events:none;justify-content:space-between;padding:0 1rem;display:flex;position:absolute;top:45%;left:0;right:0;transform:translateY(-50%)}.ModelShowcase-module__Zu78JG__navBtn{pointer-events:auto;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:56px;height:56px;color:var(--gold-primary);cursor:pointer;transition:all .4s var(--ease-luxury);background:#f7f3eecc;border:1px solid #d4af3766;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;display:flex;box-shadow:0 10px 30px #0000001a}.ModelShowcase-module__Zu78JG__navBtn:hover{background:var(--gold-primary);color:#fff;border-color:var(--gold-primary);transform:scale(1.1)}.ModelShowcase-module__Zu78JG__desc{font-family:var(--font-serif);color:var(--text-secondary);opacity:.8;font-size:1.1rem;line-height:1.7}.ModelShowcase-module__Zu78JG__grid{scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;gap:3rem;margin-bottom:2rem;padding:2rem 0 4rem;display:flex;overflow-x:auto}.ModelShowcase-module__Zu78JG__grid::-webkit-scrollbar{display:none}.ModelShowcase-module__Zu78JG__videoCard{scroll-snap-align:center;aspect-ratio:9/16;transition:transform .6s var(--ease-luxury);border:1px solid var(--gold-border);cursor:pointer;border-radius:12px;flex:0 0 280px;position:relative;overflow:hidden;box-shadow:0 20px 40px #3b2a2214}@media (max-width:1200px){.ModelShowcase-module__Zu78JG__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.ModelShowcase-module__Zu78JG__grid{grid-template-columns:1fr;gap:3rem}.ModelShowcase-module__Zu78JG__section{padding:5rem 0}.ModelShowcase-module__Zu78JG__modalContent{border-radius:0;max-width:100%}}.ModelShowcase-module__Zu78JG__videoCard:hover{border-color:var(--gold-primary);transform:translateY(-10px)}.ModelShowcase-module__Zu78JG__videoWrap{position:absolute;inset:0}.ModelShowcase-module__Zu78JG__video{object-fit:cover;width:100%;height:100%}.ModelShowcase-module__Zu78JG__overlay{background:0 0;position:absolute;inset:0}.ModelShowcase-module__Zu78JG__content{z-index:2;position:absolute;bottom:2rem;left:2rem;right:2rem}.ModelShowcase-module__Zu78JG__cardLabel{text-transform:uppercase;letter-spacing:.2em;color:var(--gold-pale);margin-bottom:.5rem;font-size:.65rem;display:block}.ModelShowcase-module__Zu78JG__cardTitle{color:#fff;text-shadow:0 2px 10px #0006;font-size:1.25rem;font-weight:300}.ModelShowcase-module__Zu78JG__modalOverlay{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);z-index:2000;background:#f7f3eefa;justify-content:center;align-items:center;padding:2rem;animation:.4s ModelShowcase-module__Zu78JG__fadeIn;display:flex;position:fixed;inset:0}.ModelShowcase-module__Zu78JG__modalContent{aspect-ratio:9/16;background:var(--bg-raised);height:70vh;animation:ModelShowcase-module__Zu78JG__slideUp .5s var(--ease-luxury);border:1px solid #d4af374d;border-radius:12px;flex-direction:column;display:flex;position:relative;overflow:hidden;box-shadow:0 0 80px #3b2a2226}.ModelShowcase-module__Zu78JG__modalHeader{z-index:10;pointer-events:none;justify-content:center;display:flex;position:absolute;top:2rem;left:0;right:0}.ModelShowcase-module__Zu78JG__modalLogo{filter:drop-shadow(0 2px 4px #00000080)}.ModelShowcase-module__Zu78JG__modalVideo{object-fit:cover;width:100%;height:100%}.ModelShowcase-module__Zu78JG__modalInfo{color:var(--text-primary);background:0 0;padding:3rem 2rem 2rem;position:absolute;bottom:0;left:0;right:0}.ModelShowcase-module__Zu78JG__modalLabel{text-transform:uppercase;letter-spacing:.2em;color:var(--gold-pale);margin-bottom:.5rem;font-size:.7rem;display:block}.ModelShowcase-module__Zu78JG__modalTitle{color:#fff;text-shadow:0 2px 15px #0006;font-size:2rem;font-weight:300}.ModelShowcase-module__Zu78JG__closeBtn{color:var(--text-primary);cursor:pointer;z-index:2001;opacity:.6;background:0 0;border:none;font-size:3rem;transition:opacity .3s;position:absolute;top:2rem;right:2rem}.ModelShowcase-module__Zu78JG__closeBtn:hover{opacity:1}@keyframes ModelShowcase-module__Zu78JG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ModelShowcase-module__Zu78JG__slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}
.ShopPage-module__4ODY4W__container{min-height:100vh;padding-top:8rem}.ShopPage-module__4ODY4W__header{padding:6rem var(--gutter) 4rem;text-align:center}.ShopPage-module__4ODY4W__title{color:var(--text-primary);margin:1.5rem 0;font-size:clamp(3rem,5vw,4.5rem);font-weight:300}.ShopPage-module__4ODY4W__subtitle{font-family:var(--font-serif);color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.6}.ShopPage-module__4ODY4W__grid{padding:4rem var(--gutter) 8rem;grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.ShopPage-module__4ODY4W__colCard{aspect-ratio:4/5;background:var(--bg-surface);border-radius:4px;position:relative;overflow:hidden}.ShopPage-module__4ODY4W__imageWrap{position:absolute;inset:0}.ShopPage-module__4ODY4W__image{object-fit:cover;width:100%;height:100%;transition:transform 1s var(--ease-luxury)}.ShopPage-module__4ODY4W__colCard:hover .ShopPage-module__4ODY4W__image{transform:scale(1.05)}.ShopPage-module__4ODY4W__overlay{background:linear-gradient(#0000 40%,#080706e6 100%);position:absolute;inset:0}.ShopPage-module__4ODY4W__content{z-index:2;position:absolute;bottom:2.5rem;left:2rem;right:2rem}.ShopPage-module__4ODY4W__count{text-transform:uppercase;letter-spacing:.2em;color:var(--gold-pale);margin-bottom:.5rem;font-size:.65rem;display:block}.ShopPage-module__4ODY4W__colTitle{color:var(--text-primary);margin-bottom:.5rem;font-size:1.75rem;font-weight:300}.ShopPage-module__4ODY4W__colMood{font-family:var(--font-serif);color:var(--text-secondary);opacity:.8;font-size:.9rem;font-style:italic}.ShopPage-module__4ODY4W__productGrid{padding:4rem var(--gutter) 8rem;grid-template-columns:repeat(4,1fr);gap:4rem 2.5rem;display:grid}@media (max-width:1200px){.ShopPage-module__4ODY4W__productGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:1024px){.ShopPage-module__4ODY4W__grid,.ShopPage-module__4ODY4W__productGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.ShopPage-module__4ODY4W__grid,.ShopPage-module__4ODY4W__productGrid{grid-template-columns:1fr;gap:3rem}}
.HandloomHighlight-module__YMi7qG__section{background:var(--bg-surface);grid-template-columns:1fr 1fr;min-height:80vh;display:grid}.HandloomHighlight-module__YMi7qG__mediaCol{position:relative;overflow:hidden}.HandloomHighlight-module__YMi7qG__mediaWrap{position:absolute;inset:0}.HandloomHighlight-module__YMi7qG__media{object-fit:cover;transition:transform 1.2s var(--ease-luxury)}.HandloomHighlight-module__YMi7qG__mediaCol:hover .HandloomHighlight-module__YMi7qG__media{transform:scale(1.03)}.HandloomHighlight-module__YMi7qG__mediaOverlay{background:0 0;position:absolute;inset:0}.HandloomHighlight-module__YMi7qG__statCard{background:var(--bg-overlay);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--gold-border);flex-direction:column;gap:.3rem;padding:1.5rem 2rem;display:flex;position:absolute;bottom:3rem;left:3rem}.HandloomHighlight-module__YMi7qG__statNumber{font-family:var(--font-serif);color:var(--gold-primary);font-size:3.5rem;font-weight:400;line-height:1}.HandloomHighlight-module__YMi7qG__statLabel{text-transform:uppercase;letter-spacing:.2em;color:var(--text-secondary);font-size:.7rem}.HandloomHighlight-module__YMi7qG__contentCol{padding:var(--space-xl) calc(var(--gutter) * .7) var(--space-xl) var(--space-md);flex-direction:column;justify-content:center;display:flex}.HandloomHighlight-module__YMi7qG__title{margin:1.25rem 0;font-size:clamp(2rem,3.5vw,3rem)}.HandloomHighlight-module__YMi7qG__title em{color:var(--gold-pale);font-style:italic}.HandloomHighlight-module__YMi7qG__divider{background:var(--gold-primary);width:50px;height:1px;margin:1.5rem 0}.HandloomHighlight-module__YMi7qG__body{font-family:var(--font-serif);color:var(--text-secondary);font-size:1.05rem;line-height:1.8}.HandloomHighlight-module__YMi7qG__statsRow{border-top:1px solid var(--gold-border);gap:3rem;margin-top:3rem;padding-top:2.5rem;display:flex}.HandloomHighlight-module__YMi7qG__statItem{flex-direction:column;gap:.4rem;display:flex}.HandloomHighlight-module__YMi7qG__statBig{font-family:var(--font-serif);color:var(--gold-primary);font-size:2.5rem;font-weight:300;line-height:1}.HandloomHighlight-module__YMi7qG__statSmall{text-transform:uppercase;letter-spacing:.18em;color:var(--text-muted);font-size:.65rem}@media (max-width:900px){.HandloomHighlight-module__YMi7qG__section{grid-template-columns:1fr}.HandloomHighlight-module__YMi7qG__mediaCol{height:50vw;min-height:300px;position:relative}.HandloomHighlight-module__YMi7qG__mediaWrap{width:100%;height:100%;position:relative}.HandloomHighlight-module__YMi7qG__mediaOverlay{background:linear-gradient(to bottom, transparent 60%, var(--bg-surface) 100%)}.HandloomHighlight-module__YMi7qG__contentCol{padding:var(--space-lg) var(--gutter)}}
.Contact-module__J3q-aa__container{padding-top:var(--space-xl);padding-bottom:var(--space-xl);max-width:var(--content-max);padding-left:var(--gutter);padding-right:var(--gutter);margin:0 auto}.Contact-module__J3q-aa__header{text-align:center;margin-bottom:var(--space-lg);max-width:800px;margin-left:auto;margin-right:auto}.Contact-module__J3q-aa__title{color:var(--text-primary);margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem)}.Contact-module__J3q-aa__subtitle{color:var(--text-secondary);font-size:1.1rem;line-height:1.6}.Contact-module__J3q-aa__grid{gap:var(--space-lg);grid-template-columns:1fr 1.5fr;align-items:start;display:grid}.Contact-module__J3q-aa__infoSection{flex-direction:column;gap:3rem;display:flex}.Contact-module__J3q-aa__infoBlock h3{text-transform:uppercase;letter-spacing:.1em;color:var(--gold-primary);margin-bottom:1rem;font-size:1.2rem}.Contact-module__J3q-aa__infoBlock p,.Contact-module__J3q-aa__infoBlock a{color:var(--text-secondary);font-size:1.1rem;line-height:1.8;display:block}.Contact-module__J3q-aa__socials{gap:1.5rem;margin-top:1rem;display:flex}.Contact-module__J3q-aa__socialLink{text-transform:uppercase;letter-spacing:.1em;color:var(--text-primary);border-bottom:1px solid var(--gold-border);padding-bottom:2px;font-size:.9rem}.Contact-module__J3q-aa__formCard{background:var(--bg-raised);border:1px solid #b08d571a;border-radius:4px;padding:3.5rem;box-shadow:0 20px 60px #3b2a220d}.Contact-module__J3q-aa__formGroup{margin-bottom:2rem}.Contact-module__J3q-aa__label{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:.75rem;font-size:.75rem;display:block}.Contact-module__J3q-aa__input,.Contact-module__J3q-aa__textarea{border:none;border-bottom:1px solid var(--gold-border);width:100%;font-family:var(--font-sans);color:var(--text-primary);background:0 0;padding:1rem 0;font-size:1rem;transition:border-color .3s}.Contact-module__J3q-aa__input:focus,.Contact-module__J3q-aa__textarea:focus{border-bottom-color:var(--gold-primary);outline:none}.Contact-module__J3q-aa__textarea{resize:vertical;min-height:120px}.Contact-module__J3q-aa__submitBtn{width:100%;margin-top:1rem}@media (max-width:1024px){.Contact-module__J3q-aa__grid{gap:var(--space-md);grid-template-columns:1fr}.Contact-module__J3q-aa__formCard{padding:2rem}}@media (max-width:768px){.Contact-module__J3q-aa__title{font-size:2.5rem}.Contact-module__J3q-aa__container{padding-top:var(--space-lg)}}
.HelpPage-module__Jp37tG__container{min-height:100vh;padding-top:180px;padding-bottom:120px}.HelpPage-module__Jp37tG__header{text-align:center;max-width:800px;padding:0 var(--gutter);margin:0 auto 80px}.HelpPage-module__Jp37tG__label{text-transform:uppercase;letter-spacing:.3em;color:var(--gold-primary);margin-bottom:1.5rem;font-size:.75rem;font-weight:500;display:block}.HelpPage-module__Jp37tG__title{font-size:clamp(2.5rem,5vw,4rem);font-family:var(--font-serif);color:var(--text-primary);margin-bottom:2rem;font-weight:400}.HelpPage-module__Jp37tG__description{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.8}.HelpPage-module__Jp37tG__content{max-width:900px;padding:0 var(--gutter);margin:0 auto}.HelpPage-module__Jp37tG__placeholderSection{background:var(--bg-surface);border:1px solid var(--gold-border);text-align:center;border-radius:4px;flex-direction:column;align-items:center;gap:2rem;padding:100px 40px;display:flex}.HelpPage-module__Jp37tG__placeholderIcon{color:var(--gold-primary);opacity:.5}.HelpPage-module__Jp37tG__placeholderText{font-family:var(--font-serif);color:var(--text-muted);font-size:1.5rem;font-style:italic}.HelpPage-module__Jp37tG__infoGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;margin-top:80px;display:grid}.HelpPage-module__Jp37tG__infoCard{border:1px solid var(--gold-border);transition:all .4s var(--ease-luxury);padding:3rem}.HelpPage-module__Jp37tG__infoCard:hover{background:var(--bg-surface);border-color:var(--gold-primary);transform:translateY(-5px)}.HelpPage-module__Jp37tG__cardTitle{font-family:var(--font-serif);color:var(--text-primary);margin-bottom:1rem;font-size:1.25rem}.HelpPage-module__Jp37tG__cardText{color:var(--text-secondary);font-size:.9rem;line-height:1.6}@media (max-width:768px){.HelpPage-module__Jp37tG__container{padding-top:140px}.HelpPage-module__Jp37tG__header{margin-bottom:50px}.HelpPage-module__Jp37tG__placeholderSection{padding:60px 20px}}
.LegalPage-module__1E_YSG__main{background-color:var(--bg-cream);min-height:100vh;padding-top:10rem;padding-bottom:8rem}.LegalPage-module__1E_YSG__header{text-align:center;max-width:800px;padding:0 var(--gutter);margin:0 auto 5rem}.LegalPage-module__1E_YSG__title{font-family:var(--font-serif);color:var(--text-primary);margin-top:1.5rem;margin-bottom:1rem;font-size:clamp(3rem,6vw,4.5rem)}.LegalPage-module__1E_YSG__lastUpdated{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;font-size:.8rem}.LegalPage-module__1E_YSG__content{max-width:700px;padding:0 var(--gutter);margin:0 auto}.LegalPage-module__1E_YSG__section{margin-bottom:4rem}.LegalPage-module__1E_YSG__sectionTitle{font-family:var(--font-serif);color:var(--gold-primary);border-bottom:1px solid var(--gold-border);margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.5rem}.LegalPage-module__1E_YSG__section p{color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.8}.LegalPage-module__1E_YSG__section ul{margin-bottom:1.5rem;padding-left:1.5rem;list-style-type:none}.LegalPage-module__1E_YSG__section li{color:var(--text-secondary);margin-bottom:1rem;padding-left:1.5rem;line-height:1.8;position:relative}.LegalPage-module__1E_YSG__section li:before{content:"·";color:var(--gold-primary);font-size:1.5rem;font-weight:700;line-height:1;position:absolute;left:0}.LegalPage-module__1E_YSG__address{color:var(--text-primary);border:1px solid var(--gold-border);background-color:var(--bg-surface);border-radius:4px;margin-top:1rem;padding:1.5rem;font-style:normal;line-height:1.8}@media (max-width:768px){.LegalPage-module__1E_YSG__main{padding-top:8rem}.LegalPage-module__1E_YSG__title{font-size:2.5rem}.LegalPage-module__1E_YSG__sectionTitle{font-size:1.25rem}}
.CraftReel-module__Cr5cpG__section{padding:var(--space-xl) var(--gutter);background:var(--bg-deep)}.CraftReel-module__Cr5cpG__header{margin-bottom:4rem}.CraftReel-module__Cr5cpG__headerTop{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.CraftReel-module__Cr5cpG__navBtns{gap:.75rem;display:flex}.CraftReel-module__Cr5cpG__navBtn{border:1px solid var(--gold-border);color:var(--gold-primary);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.CraftReel-module__Cr5cpG__navBtn:hover{background:var(--gold-primary);color:#fff;transform:scale(1.05)}.CraftReel-module__Cr5cpG__title{text-align:left}.CraftReel-module__Cr5cpG__reelContainer{scrollbar-width:none;-ms-overflow-style:none;gap:1.5rem;padding-bottom:2rem;display:flex;overflow-x:auto}.CraftReel-module__Cr5cpG__reelContainer::-webkit-scrollbar{display:none}.CraftReel-module__Cr5cpG__reelCard{aspect-ratio:9/16;background:var(--bg-surface);cursor:pointer;border-radius:12px;flex:0 0 240px;position:relative;overflow:hidden}.CraftReel-module__Cr5cpG__placeholder{background:linear-gradient(90deg, var(--bg-surface) 25%, #d4af371a 37%, var(--bg-surface) 63%);background-size:400% 100%;width:100%;height:100%;animation:2s linear infinite CraftReel-module__Cr5cpG__shimmer}@keyframes CraftReel-module__Cr5cpG__shimmer{0%{background-position:100%}to{background-position:0%}}.CraftReel-module__Cr5cpG__video{object-fit:cover;width:100%;height:100%;transition:transform .8s}.CraftReel-module__Cr5cpG__reelCard:hover .CraftReel-module__Cr5cpG__video{transform:scale(1.05)}.CraftReel-module__Cr5cpG__reelCard:hover .CraftReel-module__Cr5cpG__overlay{opacity:1}.CraftReel-module__Cr5cpG__reelTitle{color:#fff;font-family:var(--font-serif);letter-spacing:.05em;text-align:center;font-size:1.2rem}.CraftReel-module__Cr5cpG__globalMuteBtn{display:none}.CraftReel-module__Cr5cpG__playIcon{opacity:.8;filter:drop-shadow(0 4px 10px #0000004d);margin-bottom:1rem}.CraftReel-module__Cr5cpG__overlay{opacity:0;background:linear-gradient(#0000 40%,#0009 100%);flex-direction:column;justify-content:center;align-items:center;padding:2rem;transition:opacity .4s;display:flex;position:absolute;inset:0}.CraftReel-module__Cr5cpG__modal{-webkit-backdrop-filter:blur(20px);z-index:2000;background:#f7f3eef2;justify-content:center;align-items:center;padding:2rem;animation:.4s CraftReel-module__Cr5cpG__fadeIn;display:flex;position:fixed;inset:0}.CraftReel-module__Cr5cpG__modalBranding{z-index:2100;pointer-events:none;justify-content:center;width:100%;display:flex;position:absolute;top:2rem;left:0}.CraftReel-module__Cr5cpG__modalLogo{object-fit:contain;filter:drop-shadow(0 2px 10px #00000080);width:auto;height:40px}.CraftReel-module__Cr5cpG__closeModal{cursor:pointer;z-index:2100;background:0 0;border:none;transition:transform .3s;position:absolute;top:2rem;right:2rem}.CraftReel-module__Cr5cpG__closeModal:hover{transform:rotate(90deg)}.CraftReel-module__Cr5cpG__modalContent{background:var(--bg-raised);border:1px solid var(--gold-border);border-radius:12px;width:100%;max-width:480px;height:65vh;animation:.6s cubic-bezier(.23,1,.32,1) CraftReel-module__Cr5cpG__scaleIn;position:relative;overflow:hidden;box-shadow:0 20px 60px #3b2a221a}.CraftReel-module__Cr5cpG__modalVideo{object-fit:cover;width:100%;height:100%}.CraftReel-module__Cr5cpG__modalInfo{width:100%;color:var(--text-primary);background:0 0;padding:3rem 2rem;position:absolute;bottom:0;left:0}.CraftReel-module__Cr5cpG__modalTitle{font-family:var(--font-serif);color:#fff;text-shadow:0 2px 15px #0006;margin-top:.5rem;font-size:2rem}@keyframes CraftReel-module__Cr5cpG__scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes CraftReel-module__Cr5cpG__fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.CraftReel-module__Cr5cpG__reelCard{flex:0 0 250px}}
.ProductCard-module__6z8Uqa__card{cursor:pointer;group-hover:scale(1.05);flex-direction:column;gap:1.25rem;display:flex}.ProductCard-module__6z8Uqa__imageWrapper{aspect-ratio:3/4;background-color:var(--bg-raised);position:relative;overflow:hidden}.ProductCard-module__6z8Uqa__image{object-fit:cover;transition:transform .8s cubic-bezier(.22,1,.36,1)}.ProductCard-module__6z8Uqa__card:hover .ProductCard-module__6z8Uqa__image{transform:scale(1.08)}.ProductCard-module__6z8Uqa__newBadge{background-color:var(--gold-primary);color:var(--bg-deep);text-transform:uppercase;letter-spacing:.1em;z-index:2;padding:.4rem .8rem;font-size:.6rem;font-weight:600;position:absolute;top:1rem;left:1rem}.ProductCard-module__6z8Uqa__overlay{opacity:0;z-index:1;background:#ffffff1a;justify-content:center;align-items:center;transition:opacity .4s;display:flex;position:absolute;inset:0}.ProductCard-module__6z8Uqa__card:hover .ProductCard-module__6z8Uqa__overlay{opacity:1}.ProductCard-module__6z8Uqa__quickView{text-transform:uppercase;letter-spacing:.2em;color:#fff;border-bottom:1px solid #fff;padding-bottom:2px;font-size:.7rem}.ProductCard-module__6z8Uqa__info{justify-content:space-between;align-items:flex-end;gap:1rem;display:flex}.ProductCard-module__6z8Uqa__meta{flex-direction:column;flex:1;gap:.4rem;display:flex}.ProductCard-module__6z8Uqa__addBtn{border:1px solid var(--gold-border);color:var(--gold-primary);text-transform:uppercase;letter-spacing:.1em;cursor:pointer;white-space:nowrap;background:0 0;padding:.6rem 1rem;font-size:.65rem;transition:all .3s}.ProductCard-module__6z8Uqa__addBtn:hover{background:var(--gold-primary);color:var(--bg-deep)}.ProductCard-module__6z8Uqa__fabric{text-transform:uppercase;letter-spacing:.15em;color:var(--gold-primary);font-size:.65rem}.ProductCard-module__6z8Uqa__name{font-family:var(--font-serif);color:var(--text-primary);font-size:1.25rem;font-weight:400;line-height:1.2}.ProductCard-module__6z8Uqa__price{color:var(--text-secondary);font-size:.9rem;font-weight:300}
