*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--black: #12100e;--charcoal: #1c1a18;--dark-gray: #262320;--medium-gray: #3a3632;--muted: #857f78;--silver: #b3aea7;--light-silver: #d1cdc7;--off-white: #f0ece6;--cream: #f8f6f2;--warm-white: #fdfbf9;--white: #ffffff;--accent: #d2a76f;--accent-hover: #e8c495;--font-serif: "Cormorant Garamond", "Georgia", serif;--font-sans: "Inter", "Helvetica Neue", sans-serif;--section-pad: clamp(80px, 10vw, 160px);--container-max: 1320px;--container-narrow: 900px}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-sans);font-weight:400;font-size:16px;line-height:1.7;color:var(--off-white);background-color:var(--black);overflow-x:hidden}a{text-decoration:none;color:inherit;transition:color .3s ease}img{display:block;max-width:100%;height:auto}ul,ol{list-style:none}.container{width:100%;max-width:var(--container-max);margin:0 auto;padding:0 clamp(24px,4vw,60px)}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.reveal{opacity:0;transform:translateY(40px);transition:opacity .9s cubic-bezier(.23,1,.32,1),transform .9s cubic-bezier(.23,1,.32,1)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}.reveal-delay-5{transition-delay:.5s}.reveal-fade{opacity:0;transition:opacity 1.2s cubic-bezier(.23,1,.32,1)}.reveal-fade.visible{opacity:1}.reveal-scale{opacity:0;transform:scale(.96);transition:opacity 1s cubic-bezier(.23,1,.32,1),transform 1s cubic-bezier(.23,1,.32,1)}.reveal-scale.visible{opacity:1;transform:scale(1)}.btn{display:inline-block;font-family:var(--font-sans);font-size:12px;font-weight:500;letter-spacing:.2em;text-transform:uppercase;padding:16px 44px;border:1px solid var(--off-white);color:var(--off-white);background:transparent;cursor:pointer;transition:all .4s cubic-bezier(.23,1,.32,1);position:relative;overflow:hidden}.btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:var(--off-white);transition:left .4s cubic-bezier(.23,1,.32,1);z-index:0}.btn:hover:before{left:0}.btn:hover{color:var(--black);border-color:var(--off-white)}.btn span{position:relative;z-index:1}.btn-light{border-color:var(--charcoal);color:var(--charcoal)}.btn-light:before{background:var(--charcoal)}.btn-light:hover{color:var(--warm-white);border-color:var(--charcoal)}.btn-accent{border-color:var(--accent);color:var(--accent)}.btn-accent:before{background:var(--accent)}.btn-accent:hover{color:var(--black);border-color:var(--accent)}.nav{position:fixed;top:0;left:0;width:100%;z-index:1000;padding:0 clamp(24px,4vw,60px);transition:background-color .5s ease,backdrop-filter .5s ease}.nav.scrolled{background-color:#0a0a0aeb;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.nav-inner{display:flex;align-items:center;justify-content:space-between;height:80px;max-width:var(--container-max);margin:0 auto;border-bottom:1px solid rgba(255,255,255,.06)}.nav.scrolled .nav-inner{border-bottom-color:#ffffff14}.nav-logo{font-family:var(--font-serif);font-size:22px;font-weight:600;letter-spacing:.08em;color:var(--off-white);text-transform:uppercase}.nav-logo em{font-style:normal;font-weight:300;opacity:.6;margin-left:4px}.nav-links{display:flex;gap:36px;align-items:center}.nav-links a{font-size:11px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--silver);transition:color .3s ease}.nav-links a:hover{color:var(--off-white)}.nav-actions{display:flex;align-items:center;gap:24px}.nav-actions a{font-size:11px;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--silver);transition:color .3s ease}.nav-actions a:hover{color:var(--off-white)}.cart-count{background:var(--accent);color:var(--black);font-size:9px;font-weight:700;width:18px;height:18px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;margin-left:4px;vertical-align:middle}.menu-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none;padding:8px}.menu-toggle span{display:block;width:24px;height:1.5px;background:var(--off-white);transition:all .3s ease;transform-origin:center}.nav.menu-open .menu-toggle span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.nav.menu-open .menu-toggle span:nth-child(2){opacity:0}.nav.menu-open .menu-toggle span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.mobile-drawer{display:none;flex-direction:column;gap:0;background:#0a0a0af7;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:20px clamp(24px,4vw,60px) 32px;border-top:1px solid rgba(255,255,255,.06);max-width:var(--container-max);margin:0 auto}.nav.menu-open .mobile-drawer{display:flex}.mobile-drawer a{font-size:13px;font-weight:400;letter-spacing:.12em;text-transform:uppercase;color:var(--silver);padding:14px 0;border-bottom:1px solid rgba(255,255,255,.04);transition:color .3s ease}.mobile-drawer a:last-child{border-bottom:none}.mobile-drawer a:hover{color:var(--off-white)}.mobile-drawer-divider{height:1px;background:#ffffff14;margin:8px 0}.hero{position:relative;min-height:100vh;background:var(--black);overflow:hidden;display:flex;align-items:center}.hero-bg-mood{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background-color:var(--black);transition:background-color 1.5s cubic-bezier(.23,1,.32,1)}.hero-bg-mood:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 75% 50%,rgba(255,255,255,.04) 0%,transparent 60%)}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background:linear-gradient(to right,#12100ee6,#12100e80 45%,#12100e0d)}.hero-overlay:after{content:"";position:absolute;bottom:0;left:0;right:0;height:200px;background:linear-gradient(to top,var(--black),transparent)}.hero-container{position:relative;z-index:5;display:flex;align-items:center;justify-content:space-between;width:100%;height:100vh;min-height:700px;padding-top:80px}.hero-content{width:45%;max-width:540px;position:relative;z-index:10}.hero-tag{font-family:var(--font-sans);font-size:11px;font-weight:500;letter-spacing:.3em;text-transform:uppercase;color:var(--accent);margin-bottom:28px;opacity:0;transform:translateY(20px);animation:heroFadeUp 1s .3s cubic-bezier(.23,1,.32,1) forwards}.hero-title{font-family:var(--font-serif);font-size:clamp(40px,5.5vw,76px);font-weight:400;line-height:1.08;letter-spacing:-.02em;color:var(--off-white);margin-bottom:28px;opacity:0;transform:translateY(30px);animation:heroFadeUp 1.1s .5s cubic-bezier(.23,1,.32,1) forwards}.hero-subtitle{font-family:var(--font-sans);font-size:clamp(15px,1.2vw,18px);font-weight:300;line-height:1.75;color:var(--silver);max-width:440px;margin-bottom:48px;opacity:0;transform:translateY(20px);animation:heroFadeUp 1s .7s cubic-bezier(.23,1,.32,1) forwards}.hero-cta{opacity:0;transform:translateY(20px);animation:heroFadeUp 1s .9s cubic-bezier(.23,1,.32,1) forwards}@keyframes heroFadeUp{to{opacity:1;transform:translateY(0)}}.hero-showcase{width:55%;height:100%;position:relative;display:flex;align-items:center;justify-content:center;perspective:1200px;transform-style:preserve-3d}.hero-cards{position:relative;width:100%;height:60vh;max-height:800px;transform-style:preserve-3d}.hero-card{position:absolute;top:50%;left:50%;width:clamp(260px,25vw,420px);aspect-ratio:3/4.2;margin-top:calc(clamp(260px,25vw,420px)*-.7);margin-left:calc(clamp(260px,25vw,420px)/-2);transform-origin:center center;will-change:transform,opacity,filter;border-radius:6px;overflow:hidden;box-shadow:0 40px 80px #0009,0 0 0 1px #ffffff0a;background:#1a1a1a;opacity:0}.hero-card-product{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.hero-card-product img{width:100%;height:100%;object-fit:cover;transition:transform 1.2s cubic-bezier(.23,1,.32,1)}.hero-card.is-active .hero-card-product img{transform:scale(1.05)}.hero-active-title{position:absolute;bottom:8%;right:0;font-family:var(--font-serif);font-size:clamp(32px,4vw,56px);color:var(--off-white);letter-spacing:-.01em;opacity:0;transition:opacity .4s ease,transform .4s ease;transform:translateY(10px)}.hero-active-title.visible{opacity:.9;transform:translateY(0)}.hero-progress{position:absolute;bottom:8%;left:50%;transform:translate(-50%);display:flex;gap:12px;z-index:20}.hp-dot{width:32px;height:2px;background:#fff3;cursor:pointer;transition:background .4s ease,transform .4s ease}.hp-dot:hover{background:#fff6}.hp-dot.is-active{background:var(--accent);transform:scaleY(1.5)}@media(max-width:1024px){.hero-container{flex-direction:column;justify-content:flex-start;padding-top:100px;height:auto;min-height:100vh}.hero-content{width:100%;max-width:none;text-align:center;margin-bottom:20px}.hero-overlay{background:linear-gradient(to bottom,#12100ee6,#12100e66)}.hero-showcase{width:100%;flex-grow:1;min-height:400px;padding-bottom:40px}.hero-card{width:220px;margin-top:-154px;margin-left:-110px;box-shadow:0 20px 40px #0009}.hero-active-title{bottom:50px;right:auto;left:50%;transform:translate(-50%) translateY(10px);font-size:28px;text-align:center;width:100%}.hero-active-title.visible{transform:translate(-50%) translateY(0)}.hero-progress{bottom:20px}}.collection-simple{background:var(--black);padding:var(--section-pad) 0}.collection-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:48px 32px;margin-top:60px}.collection-card{display:flex;flex-direction:column;gap:20px;cursor:pointer}.collection-card-img{width:100%;aspect-ratio:4/5;overflow:hidden;background:var(--charcoal);border-radius:4px;position:relative;box-shadow:0 10px 30px #0003}.collection-card-img img{width:100%;height:100%;object-fit:cover;transform:scale(1.02);transition:transform 1s cubic-bezier(.23,1,.32,1)}.collection-card:hover .collection-card-img img{transform:scale(1.06)}.collection-card-info h3{font-family:var(--font-serif);font-size:28px;color:var(--off-white);margin-bottom:8px;font-weight:400;letter-spacing:-.01em}.collection-card-info p{font-family:var(--font-sans);font-size:15px;color:var(--silver);font-weight:300;line-height:1.6}@media(max-width:768px){.collection-grid{grid-template-columns:1fr;gap:40px}.collection-card-img{aspect-ratio:1/1}}.transition-section{height:200px;background:linear-gradient(to bottom,var(--black),var(--warm-white))}.featured{background:var(--warm-white);padding:var(--section-pad) 0;color:var(--charcoal)}.section-header{text-align:center;margin-bottom:72px}.section-label{font-size:11px;font-weight:500;letter-spacing:.3em;text-transform:uppercase;color:var(--accent);margin-bottom:16px}.section-title{font-family:var(--font-serif);font-size:clamp(32px,4vw,50px);font-weight:400;color:var(--charcoal);letter-spacing:-.01em}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.product-card{position:relative;overflow:hidden;cursor:pointer}.product-image-wrap{position:relative;overflow:hidden;background:var(--cream);aspect-ratio:3 / 4;border-radius:4px}.product-image-wrap img{width:100%;height:100%;object-fit:cover;transform:scale(1.02);transition:transform .8s cubic-bezier(.23,1,.32,1)}.product-card:hover .product-image-wrap img{transform:scale(1.06)}.product-quick-view{position:absolute;bottom:0;left:0;right:0;padding:16px;text-align:center;background:#0a0a0ae6;opacity:0;transform:translateY(100%);transition:all .4s cubic-bezier(.23,1,.32,1)}.product-card:hover .product-quick-view{opacity:1;transform:translateY(0)}.product-quick-view span{font-size:10px;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--off-white)}.product-info{padding:20px 0 0}.product-name{font-family:var(--font-serif);font-size:18px;font-weight:500;color:var(--charcoal);margin-bottom:6px}.product-type{font-size:12px;color:var(--muted);letter-spacing:.05em;margin-bottom:10px}.product-price{font-size:15px;font-weight:500;color:var(--charcoal)}.featured-cta{text-align:center;margin-top:64px}.craftsmanship{background:var(--cream);padding:var(--section-pad) 0;color:var(--charcoal)}.craft-layout{display:grid;grid-template-columns:1fr 1fr;gap:clamp(40px,6vw,100px);align-items:center}.craft-image-wrap{position:relative;overflow:hidden}.craft-image-wrap img{width:100%;height:auto;transition:transform 6s cubic-bezier(.23,1,.32,1)}.craft-image-wrap:hover img{transform:scale(1.03)}.craft-content{padding:40px 0}.craft-label{font-size:11px;font-weight:500;letter-spacing:.3em;text-transform:uppercase;color:var(--accent);margin-bottom:24px}.craft-title{font-family:var(--font-serif);font-size:clamp(32px,3.5vw,48px);font-weight:400;line-height:1.15;color:var(--charcoal);margin-bottom:28px}.craft-text{font-size:15px;font-weight:300;line-height:1.8;color:var(--muted);margin-bottom:20px}.craft-features{margin-top:36px;display:flex;flex-direction:column;gap:16px}.craft-feature{display:flex;align-items:center;gap:16px}.craft-feature-icon{width:36px;height:36px;border:1px solid var(--accent);display:flex;align-items:center;justify-content:center;flex-shrink:0}.craft-feature-icon svg{width:16px;height:16px;stroke:var(--accent);fill:none;stroke-width:1.5}.craft-feature-text{font-size:14px;color:var(--charcoal);font-weight:400}.brand-story{position:relative;padding:var(--section-pad) 0;background:var(--charcoal);color:var(--off-white);overflow:hidden}.brand-story-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.brand-story-bg img{width:100%;height:100%;object-fit:cover;opacity:.2}.brand-story-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background:#141414bf}.brand-story-content{position:relative;z-index:3;text-align:center;max-width:720px;margin:0 auto}.brand-story-label{font-size:11px;font-weight:500;letter-spacing:.3em;text-transform:uppercase;color:var(--accent);margin-bottom:28px}.brand-story-title{font-family:var(--font-serif);font-size:clamp(32px,4vw,52px);font-weight:400;line-height:1.15;margin-bottom:32px}.brand-story-text{font-size:16px;font-weight:300;line-height:1.85;color:var(--light-silver);margin-bottom:24px}.brand-story-cta{margin-top:44px}.confidence{background:var(--warm-white);padding:var(--section-pad) 0;color:var(--charcoal)}.confidence-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px}.confidence-item{text-align:center;padding:40px 24px;border:1px solid rgba(10,10,10,.06);transition:border-color .4s ease}.confidence-item:hover{border-color:var(--accent)}.confidence-icon{width:48px;height:48px;margin:0 auto 24px;display:flex;align-items:center;justify-content:center}.confidence-icon svg{width:32px;height:32px;stroke:var(--accent);fill:none;stroke-width:1.2}.confidence-title{font-family:var(--font-serif);font-size:20px;font-weight:500;color:var(--charcoal);margin-bottom:12px}.confidence-text{font-size:13px;font-weight:300;line-height:1.7;color:var(--muted)}.newsletter{background:var(--dark-gray);padding:var(--section-pad) 0;color:var(--off-white);text-align:center}.newsletter-label{font-size:11px;font-weight:500;letter-spacing:.3em;text-transform:uppercase;color:var(--accent);margin-bottom:20px}.newsletter-title{font-family:var(--font-serif);font-size:clamp(28px,3.5vw,44px);font-weight:400;margin-bottom:16px}.newsletter-subtitle{font-size:15px;font-weight:300;color:var(--silver);max-width:500px;margin:0 auto 40px}.newsletter-form{display:flex;max-width:520px;margin:0 auto;gap:0}.newsletter-input{flex:1;font-family:var(--font-sans);font-size:13px;padding:16px 24px;background:#ffffff0d;border:1px solid rgba(255,255,255,.12);border-right:none;color:var(--off-white);outline:none;transition:border-color .3s ease}.newsletter-input::placeholder{color:var(--muted);letter-spacing:.05em}.newsletter-input:focus{border-color:var(--accent)}.newsletter-btn{font-family:var(--font-sans);font-size:11px;font-weight:500;letter-spacing:.2em;text-transform:uppercase;padding:16px 32px;background:var(--accent);border:1px solid var(--accent);color:var(--black);cursor:pointer;transition:all .3s ease}.newsletter-btn:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.newsletter-privacy{font-size:11px;color:var(--muted);margin-top:20px}.footer{background:var(--black);padding:80px 0 40px;color:var(--silver);border-top:1px solid rgba(255,255,255,.06)}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:60px;margin-bottom:60px}.footer-brand{max-width:300px}.footer-logo{font-family:var(--font-serif);font-size:20px;font-weight:600;color:var(--off-white);letter-spacing:.08em;text-transform:uppercase;margin-bottom:20px}.footer-brand-text{font-size:13px;font-weight:300;line-height:1.7;color:var(--muted)}.footer-col-title{font-size:11px;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--off-white);margin-bottom:24px}.footer-links{display:flex;flex-direction:column;gap:14px}.footer-links a{font-size:13px;font-weight:300;color:var(--muted);transition:color .3s ease}.footer-links a:hover{color:var(--off-white)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:40px;border-top:1px solid rgba(255,255,255,.06)}.footer-copyright{font-size:12px;font-weight:300;color:var(--muted)}.footer-socials{display:flex;gap:20px}.footer-socials a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid rgba(255,255,255,.08);transition:border-color .3s ease}.footer-socials a:hover{border-color:var(--accent)}.footer-socials svg{width:14px;height:14px;fill:var(--silver);transition:fill .3s ease}.footer-socials a:hover svg{fill:var(--accent)}@media(max-width:1024px){.products-grid{grid-template-columns:repeat(2,1fr);gap:24px}.confidence-grid{grid-template-columns:repeat(2,1fr)}.craft-layout{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr;gap:40px}.category-story__track{height:auto!important}.category-story__stage{position:relative;height:auto;overflow:visible}.cs-panel{position:relative;pointer-events:auto;flex-direction:column;min-height:90vh}.cs-panel__backdrop{position:relative;width:100%;height:50vh;min-height:320px;opacity:1}.cs-panel__backdrop img{opacity:.7;filter:none;transform:none}.cs-panel__backdrop:after{background:linear-gradient(to bottom,transparent 30%,rgba(10,10,10,.85) 100%)}.cs-panel__product{display:none}.cs-panel__content{position:relative;opacity:1;transform:none;padding:40px clamp(24px,4vw,60px) 60px;max-width:100%;pointer-events:auto}.cs-panel__divider{transform:scaleX(1)}.cs-progress{display:none}}@media(max-width:768px){.nav-links,.nav-actions{display:none}.menu-toggle{display:flex}.hero-content{margin-left:0;padding:0 24px}.products-grid{grid-template-columns:repeat(2,1fr);gap:16px}.confidence-grid{grid-template-columns:1fr}.newsletter-form{flex-direction:column;gap:12px}.newsletter-input{border-right:1px solid rgba(255,255,255,.12)}.footer-grid{grid-template-columns:1fr;gap:36px}.footer-bottom{flex-direction:column;gap:20px;text-align:center}.cs-panel{min-height:80vh}.cs-panel__name{font-size:clamp(32px,8vw,48px)}}@media(max-width:480px){.products-grid{grid-template-columns:1fr}.cs-panel__backdrop{height:40vh;min-height:260px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.reveal,.reveal-fade,.reveal-scale{opacity:1!important;transform:none!important}.hero-tag,.hero-title,.hero-subtitle,.hero-cta,.hero-scroll-indicator{opacity:1!important;transform:none!important;animation:none!important}.hero-bg img{opacity:.55!important;transform:none!important}.scroll-line{animation:none!important}.category-story__track{height:auto!important}.category-story__stage{position:relative;height:auto}.cs-panel{position:relative;pointer-events:auto;flex-direction:column;min-height:80vh}.cs-panel__backdrop{position:relative;width:100%;height:50vh;opacity:1!important}.cs-panel__backdrop img{opacity:.7!important;filter:none!important;transform:none!important}.cs-panel__backdrop:after{background:linear-gradient(to bottom,transparent 30%,rgba(10,10,10,.85) 100%)}.cs-panel__product{display:none}.cs-panel__content{position:relative;opacity:1!important;transform:none!important;padding:40px clamp(24px,4vw,60px) 60px;max-width:100%;pointer-events:auto}.cs-panel__divider{transform:scaleX(1)!important}.cs-progress{display:none}}:root{--black: #171310;--charcoal: #211c18;--dark-gray: #2d2823;--medium-gray: #423a33;--muted: #8d8379;--silver: #c4bdb4;--light-silver: #ded7ce;--off-white: #f7f0e7;--cream: #f6f1ea;--warm-white: #fffaf4;--accent: #c7965b;--accent-hover: #ddb477}body{background:radial-gradient(circle at 78% 22%,rgba(199,150,91,.1),transparent 32%),linear-gradient(180deg,#171310,#120f0d)}.nav.scrolled{background-color:#171310d6;backdrop-filter:blur(18px) saturate(120%);-webkit-backdrop-filter:blur(18px) saturate(120%)}.nav-inner{height:78px;border-bottom-color:#f7f0e71a}.nav-logo{letter-spacing:.12em}.nav-links a,.nav-actions a{color:#f7f0e7ad}.nav-links a:hover,.nav-actions a:hover{color:var(--off-white)}.hero{min-height:100svh;background:radial-gradient(circle at 72% 44%,rgba(199,150,91,.16),transparent 34%),radial-gradient(circle at 18% 80%,rgba(95,64,40,.2),transparent 38%),var(--black)}.hero-bg-mood{background-color:#201610;transition:background-color .9s cubic-bezier(.22,1,.36,1)}.hero-bg-mood:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(255,255,255,.045),transparent 32%),radial-gradient(circle at 70% 48%,rgba(210,167,111,.13),transparent 42%);mix-blend-mode:screen;opacity:.85}.hero-bg-mood:after{background:linear-gradient(90deg,#171310db,#1713105c 52%,#1713102e),radial-gradient(circle at 76% 52%,rgba(255,255,255,.075),transparent 46%)}.hero-overlay{background:linear-gradient(to right,#171310e0,#17131075 44%,#17131014),linear-gradient(to bottom,rgba(0,0,0,.16),transparent 28%,rgba(0,0,0,.26) 100%)}.hero-container{min-height:720px;gap:clamp(28px,4vw,72px)}.hero-title{font-size:clamp(46px,6vw,88px);line-height:.98;letter-spacing:-.035em}.hero-subtitle{color:#f7f0e7bd;font-size:clamp(15px,1.1vw,17px)}.hero-tag,.section-label,.craft-label,.brand-story-label,.newsletter-label{color:var(--accent);letter-spacing:.34em}.btn{border-radius:0;border-color:#f7f0e7c2;background:#f7f0e705;min-height:56px;display:inline-flex;align-items:center;justify-content:center}.btn:hover{transform:translateY(-1px)}.hero-showcase{perspective:1500px}.hero-cards{height:min(68vh,760px)}.hero-card{width:clamp(285px,27vw,455px);border-radius:2px;box-shadow:0 44px 90px #0000008a,0 12px 28px #0000004d,0 0 0 1px #f7f0e717;background:linear-gradient(145deg,#2b241f,#100d0b)}.hero-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,.08),transparent 30%,rgba(0,0,0,.2)),linear-gradient(90deg,rgba(0,0,0,.14),transparent 28%,rgba(255,255,255,.04))}.hero-card-product img{object-fit:cover;object-position:center top;filter:saturate(.95) contrast(1.06)}.hero-card.is-active .hero-card-product img{transform:scale(1.035)}.hero-active-title{right:4%;bottom:9%;color:#f7f0e7eb;text-shadow:0 22px 50px rgba(0,0,0,.55)}.hp-dot{width:38px;height:2px;background:#f7f0e73d}.hp-dot.is-active{background:var(--accent)}.collection-simple{background:linear-gradient(180deg,#171310,#211a15);padding-top:clamp(90px,9vw,140px)}.collection-grid{gap:clamp(22px,3vw,40px)}.collection-card-img{border-radius:0;box-shadow:0 28px 70px #0000004d}.collection-card-info h3{font-size:clamp(24px,2.2vw,34px)}.transition-section{height:140px;background:linear-gradient(to bottom,#211a15,var(--warm-white))}.featured,.confidence{background:var(--warm-white)}.products-grid{gap:clamp(18px,2vw,30px)}.product-image-wrap{background:#f1ebe3}.product-name{font-size:19px}.product-type{color:#6e6258}.product-price{font-weight:600}@media(max-width:1024px){.hero{min-height:100svh}.hero-container{justify-content:flex-start;min-height:100svh;padding-top:104px;padding-bottom:34px;gap:18px}.hero-content{text-align:left;margin-bottom:0}.hero-title{font-size:clamp(42px,10vw,64px);max-width:680px}.hero-subtitle{max-width:520px;margin-bottom:28px}.hero-showcase{height:46vh;min-height:340px;align-items:center}.hero-cards{height:100%}.hero-card{width:clamp(215px,48vw,320px);margin-top:calc(clamp(215px,48vw,320px)*-.7);margin-left:calc(clamp(215px,48vw,320px)/-2);box-shadow:0 26px 54px #0000007a,0 0 0 1px #f7f0e714}.hero-active-title{bottom:32px;right:auto;left:50%;width:100%;text-align:center;font-size:clamp(26px,7vw,38px);transform:translate(-50%) translateY(8px)}.hero-active-title.visible{transform:translate(-50%) translateY(0)}.hero-progress{bottom:6px}.collection-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 16px}.collection-card-info p{font-size:13px}}@media(max-width:768px){.nav{padding:0 20px}.nav-inner{height:70px}.nav-logo{font-size:18px}.mobile-drawer{min-height:calc(100svh - 70px);padding:22px 20px 32px}.hero-container{padding-top:88px}.hero-title{font-size:clamp(38px,11vw,54px)}.hero-tag{font-size:10px;letter-spacing:.26em;margin-bottom:18px}.hero-subtitle{font-size:14px;line-height:1.65}.btn{width:100%;max-width:320px;min-height:54px;padding:14px 28px}.hero-showcase{height:42vh;min-height:310px}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 12px}.product-name{font-size:16px;line-height:1.25}.product-type{font-size:11px;line-height:1.35}.product-price{font-size:14px}.section-header{margin-bottom:44px}}@media(max-width:480px){.container{padding-left:18px;padding-right:18px}.hero-card{width:min(245px,66vw);margin-top:calc(min(245px,66vw)*-.7);margin-left:calc(min(245px,66vw)/-2)}.collection-grid{grid-template-columns:1fr}.collection-card-img{aspect-ratio:4 / 4.6}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.confidence-item{padding:28px 20px}.newsletter-title{font-size:32px}}@media(max-width:350px){.products-grid{grid-template-columns:1fr}.hero-title{font-size:36px}.hero-showcase{min-height:285px}}.category-story,.category-story__track,.category-story__stage,.cs-panel,.cs-panel__backdrop,.cs-panel__product,.cs-progress{max-width:100%}:root{--black: #1a1410;--charcoal: #251d18;--dark-gray: #302720;--medium-gray: #4a3d34;--muted: #82756b;--silver: #c8bdb1;--light-silver: #e1d8ce;--off-white: #f8f0e6;--cream: #efe3d5;--warm-white: #f3eadf;--accent: #c99a61;--accent-hover: #dfb87b}body{background:#1a1410}.hero{background:radial-gradient(circle at 74% 42%,rgba(201,154,97,.18),transparent 34%),radial-gradient(circle at 18% 78%,rgba(90,58,36,.18),transparent 40%),linear-gradient(135deg,#211813,#130f0d)}.hero-bg-mood{background-color:#241912}.hero-bg-mood:after{background:linear-gradient(90deg,#1a1410d1,#1a141061 52%,#1a141024),radial-gradient(circle at 75% 52%,rgba(236,210,174,.1),transparent 45%)}.hero-overlay{background:linear-gradient(to right,#1a1410d6,#1a141066 46%,#1a14100f),linear-gradient(to bottom,rgba(0,0,0,.1),transparent 34%,rgba(0,0,0,.22) 100%)}.hero-card,.collection-card-img,.product-image-wrap,.craft-image-wrap{border-radius:10px;overflow:hidden;outline:none;border:0;isolation:isolate}.hero-card{border-radius:10px;box-shadow:0 44px 90px #0000007a,0 14px 34px #0000004d,inset 0 0 0 1px #f8f0e60e;background:#241d18}.hero-card:after{border-radius:inherit;background:linear-gradient(180deg,rgba(255,255,255,.04),transparent 30%,rgba(0,0,0,.18)),linear-gradient(90deg,rgba(0,0,0,.1),transparent 30%,rgba(255,255,255,.025))}.hero-card-product{top:-8px;right:-8px;bottom:-8px;left:-8px}.hero-card-product img{width:100%;height:100%;max-width:none;object-fit:cover;object-position:center top;transform:scale(1.035);filter:saturate(.96) contrast(1.04);backface-visibility:hidden}.hero-card.is-active .hero-card-product img{transform:scale(1.065)}.collection-simple .section-header{margin-bottom:clamp(46px,6vw,76px)}.collection-simple .section-label{color:var(--accent);opacity:1}.collection-simple .section-title{color:var(--off-white);opacity:1;text-shadow:0 18px 45px rgba(0,0,0,.3)}.collection-simple{background:radial-gradient(circle at 78% 8%,rgba(201,154,97,.09),transparent 30%),linear-gradient(180deg,#1a1410,#261d17 72%,#33251b);padding-top:clamp(82px,8vw,128px);padding-bottom:clamp(82px,8vw,132px)}.collection-grid{gap:clamp(28px,3.4vw,48px)}.collection-card-img{border-radius:10px;background:#211a15;box-shadow:0 26px 66px #00000057}.collection-card-img img{width:calc(100% + 16px);height:calc(100% + 16px);max-width:none;margin:-8px;object-fit:cover;object-position:center top;transform:scale(1.018);filter:saturate(.96) contrast(1.03)}.collection-card:hover .collection-card-img img{transform:scale(1.055)}.collection-card-info h3{color:var(--off-white)}.collection-card-info p{color:#f8f0e6b3}.transition-section{height:clamp(190px,16vw,280px);background:linear-gradient(180deg,#33251b,#5b4432 26%,#b79b7d 62%,#f0e5d8)}.featured{background:linear-gradient(180deg,#f0e5d8,#f6eee5);color:var(--charcoal);padding-top:clamp(82px,8vw,126px)}.featured-header{margin-bottom:clamp(46px,5vw,68px)}.featured .section-title{color:#251d18}.product-image-wrap{border-radius:8px;background:#eadfce;box-shadow:0 18px 48px #34281f1f}.product-image-wrap img{width:calc(100% + 12px);height:calc(100% + 12px);max-width:none;margin:-6px;object-fit:cover;object-position:center top}.product-card:hover .product-image-wrap img{transform:scale(1.045)}.product-info{padding-top:18px}.product-name{font-family:var(--font-serif);font-size:clamp(18px,1.35vw,21px);line-height:1.16;color:#241c17}.product-type,.product-price{font-family:var(--font-sans)}.featured-cta .btn{min-width:250px;min-height:62px;padding:18px 58px;font-size:12.5px;border-color:#251d18;color:#251d18}.featured-cta .btn:before{background:#251d18}.featured-cta .btn:hover{color:#f8f0e6}.craftsmanship{background:linear-gradient(180deg,#f6eee5,#eadfce);padding-top:clamp(70px,7vw,108px);padding-bottom:clamp(70px,7vw,108px)}.craft-layout{grid-template-columns:minmax(0,.96fr) minmax(0,1.04fr);gap:clamp(34px,5vw,72px);align-items:center}.craft-image-wrap{aspect-ratio:5 / 4;background:#d9c7b3;box-shadow:0 22px 58px #34281f29}.craft-image-wrap img{width:calc(100% + 10px);height:calc(100% + 10px);max-width:none;margin:-5px;object-fit:cover;object-position:center}.craft-content{padding:0}.confidence{background:#f3eadf}.newsletter{background:radial-gradient(circle at 50% 0%,rgba(201,154,97,.1),transparent 34%),#251d18}body,button,input,textarea,select,.nav-links a,.nav-actions a,.product-type,.product-price,.collection-card-info p,.craft-text,.confidence-text,.footer-links a{font-family:var(--font-sans)}h1,h2,h3,.nav-logo,.footer-logo,.hero-active-title,.product-name,.collection-card-info h3,.craft-title,.brand-story-title,.newsletter-title,.confidence-title{font-family:var(--font-serif)}@media(max-width:1024px){.hero-container{gap:22px}.hero-content{max-width:720px}.hero-showcase{min-height:330px}.hero-card{border-radius:10px}.collection-simple .section-title{font-size:clamp(34px,7vw,54px)}.transition-section{height:190px}.craft-layout{grid-template-columns:1fr;gap:34px}.craft-image-wrap{aspect-ratio:16 / 10}}@media(max-width:768px){.hero{min-height:auto}.hero-container{min-height:100svh;padding-bottom:28px}.hero-title{line-height:1.02}.hero-showcase{height:40vh;min-height:300px}.hero-card-product{top:-7px;right:-7px;bottom:-7px;left:-7px}.collection-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 14px}.collection-card-img{aspect-ratio:4 / 5}.collection-card-info h3{font-size:24px}.collection-card-info p{font-size:12.5px;line-height:1.5}.featured-cta .btn{width:100%;max-width:340px;min-width:0}}@media(max-width:480px){.hero-showcase{min-height:285px}.hero-card{width:min(232px,64vw);margin-top:calc(min(232px,64vw)*-.7);margin-left:calc(min(232px,64vw)/-2)}.hero-active-title{bottom:30px}.hero-progress{bottom:2px}.collection-grid{grid-template-columns:1fr}.collection-card-img{aspect-ratio:4 / 4.7}.transition-section{height:160px}.products-grid{gap:18px 12px}.product-info{padding-top:14px}}:root{--paper: #efe6d9;--paper-2: #eadfce;--paper-3: #f3ebdf;--espresso: #231813;--espresso-soft: #30211a}.collection-simple{background:radial-gradient(circle at 78% 8%,rgba(201,154,97,.08),transparent 28%),linear-gradient(180deg,#1a1410,#241a14 56%,#2c1f17)!important;padding-top:clamp(72px,7vw,108px)!important;padding-bottom:clamp(62px,6vw,92px)!important}.collection-simple .section-header{margin-bottom:clamp(34px,4vw,56px)!important}.collection-simple .section-title{font-size:clamp(30px,4.2vw,50px)}.transition-section{height:clamp(96px,10vw,150px)!important;background:linear-gradient(180deg,#2c1f17 0%,#4d382a 35%,#90715b 68%,var(--paper) 100%)!important}.featured,.craftsmanship,.confidence{background:var(--paper)!important}.featured{padding-top:clamp(62px,6vw,88px)!important;padding-bottom:clamp(54px,5vw,80px)!important}.featured .section-header,.confidence .section-header{margin-bottom:clamp(36px,4vw,54px)!important}.featured-cta{margin-top:42px!important;margin-bottom:0!important}.craftsmanship{padding-top:clamp(42px,4.5vw,64px)!important;padding-bottom:clamp(56px,5vw,78px)!important}.craft-layout{gap:clamp(28px,4vw,48px)!important}.craft-image-wrap{aspect-ratio:5 / 4!important}.craft-content{padding:0!important}.brand-story{padding:clamp(64px,6vw,92px) 0!important;min-height:0!important}.brand-story-bg img{opacity:.28!important;object-position:center center!important}.brand-story-overlay{background:linear-gradient(180deg,#140e0abd,#140e0aa8)!important}.brand-story-content{max-width:840px!important}.brand-story-title{margin-bottom:22px!important}.brand-story-text{max-width:760px;margin-left:auto!important;margin-right:auto!important;margin-bottom:18px!important}.brand-story-cta{margin-top:30px!important}.confidence{padding-top:clamp(56px,5vw,78px)!important;padding-bottom:clamp(56px,5vw,78px)!important}.footer{margin-top:0!important}.hero-card,.collection-card-img,.product-image-wrap,.craft-image-wrap{border-radius:10px!important;overflow:hidden!important;background:#1d1713!important}.hero-card-product,.collection-card-img,.product-image-wrap,.craft-image-wrap{position:relative}.hero-card-product img,.collection-card-img img,.product-image-wrap img,.craft-image-wrap img{width:100%!important;height:100%!important;max-width:none!important;margin:0!important;object-fit:cover!important;backface-visibility:hidden;transform:scale(1.06) translateZ(0)!important;clip-path:inset(3px round 10px)}.hero-card.is-active .hero-card-product img{transform:scale(1.08) translateZ(0)!important}.collection-card:hover .collection-card-img img,.product-card:hover .product-image-wrap img,.craft-image-wrap:hover img{transform:scale(1.09) translateZ(0)!important}.hero-card[data-index="0"] .hero-card-product img,.collection-card:nth-child(1) .collection-card-img img{clip-path:inset(2px 2px 2px 4px round 10px)}.hero-card[data-index="1"] .hero-card-product img,.collection-card:nth-child(2) .collection-card-img img{clip-path:inset(2px 8px 2px 2px round 10px);object-position:54% top!important}.hero-card[data-index="2"] .hero-card-product img,.collection-card:nth-child(3) .collection-card-img img{clip-path:inset(2px 5px 6px 4px round 10px);object-position:center 8%!important}.hero-card[data-index="3"] .hero-card-product img,.collection-card:nth-child(4) .collection-card-img img{clip-path:inset(6px 3px 2px 3px round 10px)}.collection-card-img:after,.hero-card:before,.hero-card:after,.product-image-wrap:after,.craft-image-wrap:after{border-radius:inherit}.newsletter{display:none!important}@media(max-width:1024px){.transition-section{height:88px!important}.brand-story{padding:56px 0!important}}@media(max-width:768px){.collection-simple{padding-top:58px!important;padding-bottom:56px!important}.collection-simple .section-header,.featured .section-header,.confidence .section-header{margin-bottom:28px!important}.collection-grid{gap:18px 12px!important}.collection-card-info h3{font-size:22px!important;margin-bottom:6px}.collection-card-info p{font-size:12px!important}.transition-section{height:68px!important}.featured{padding-top:50px!important;padding-bottom:46px!important}.products-grid{gap:16px 12px!important}.featured-cta{margin-top:30px!important}.craftsmanship{padding-top:34px!important;padding-bottom:48px!important}.craft-layout{gap:24px!important}.brand-story{padding:48px 0!important}.brand-story-content{max-width:100%!important}.brand-story-title{font-size:clamp(30px,9vw,44px)!important}.brand-story-text{font-size:15px!important;line-height:1.7!important}.confidence{padding-top:46px!important;padding-bottom:52px!important}.footer{padding-top:52px!important}}@media(max-width:480px){.collection-grid{grid-template-columns:1fr 1fr!important}.collection-card-img{aspect-ratio:1 / 1.16!important}.product-info{padding-top:10px!important}.product-name{font-size:17px!important}}.transition-section{display:none!important;height:0!important;min-height:0!important;padding:0!important;margin:0!important;background:transparent!important}.featured{background:linear-gradient(180deg,#2c1f17 0px,#7b604a 34px,#dbcdbf 78px,var(--paper) 116px,var(--paper) 100%)!important;padding-top:clamp(74px,6vw,100px)!important}.collection-card{gap:16px!important}.collection-card-img{background:#1f1712!important;border-radius:12px!important;overflow:hidden!important;box-shadow:0 24px 54px #00000047!important}.collection-card-img:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:2;border-radius:inherit;box-shadow:inset 0 0 0 1px #ffffff08}.collection-card-img img{display:block!important;width:100%!important;height:100%!important;margin:0!important;max-width:none!important;object-fit:cover!important;object-position:center top!important;transform:scale(1.11) translateZ(0)!important;filter:saturate(.97) contrast(1.04)!important;clip-path:inset(8px round 12px)!important}.collection-card:hover .collection-card-img img{transform:scale(1.14) translateZ(0)!important}.collection-card:nth-child(1) .collection-card-img img{clip-path:inset(8px 10px 8px 8px round 12px)!important;object-position:49% 12%!important}.collection-card:nth-child(2) .collection-card-img img{clip-path:inset(8px 18px 8px 8px round 12px)!important;object-position:44% 12%!important}.collection-card:nth-child(3) .collection-card-img img{clip-path:inset(8px 16px 18px 8px round 12px)!important;object-position:48% 10%!important}.collection-card:nth-child(4) .collection-card-img img{clip-path:inset(14px 10px 8px 10px round 12px)!important;object-position:51% 11%!important}.hero-card{border-radius:12px!important}.hero-card-product img{transform:scale(1.09) translateZ(0)!important;clip-path:inset(10px round 12px)!important}.hero-card.is-active .hero-card-product img{transform:scale(1.12) translateZ(0)!important}.hero-card[data-index="1"] .hero-card-product img{clip-path:inset(8px 16px 8px 8px round 12px)!important;object-position:44% 10%!important}.hero-card[data-index="2"] .hero-card-product img{clip-path:inset(8px 14px 16px 8px round 12px)!important;object-position:48% 8%!important}.section-header{margin-bottom:clamp(28px,3vw,44px)!important}.products-grid{gap:22px!important}.product-image-wrap{border-radius:10px!important}.product-image-wrap img{clip-path:inset(6px round 10px)!important;transform:scale(1.05) translateZ(0)!important}.product-card:hover .product-image-wrap img{transform:scale(1.08) translateZ(0)!important}.brand-story{padding-top:54px!important;padding-bottom:62px!important}.brand-story-content{max-width:780px!important}.confidence-grid{gap:22px!important}.confidence-item{padding:30px 18px!important}@media(max-width:900px){.nav-inner{height:72px!important}.hero-container{padding-top:88px!important;min-height:auto!important;gap:18px!important}.hero-content{margin-bottom:0!important}.hero-title{margin-bottom:18px!important}.hero-subtitle{margin-bottom:28px!important}.hero-showcase{height:38vh!important;min-height:270px!important}.collection-simple{padding-top:46px!important;padding-bottom:42px!important}.collection-grid{gap:16px!important}.featured{padding-top:46px!important;padding-bottom:42px!important;background:var(--paper)!important}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px 12px!important}.craftsmanship,.brand-story,.confidence{padding-top:42px!important;padding-bottom:46px!important}.craft-layout{gap:20px!important}.confidence-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}.footer{padding-top:44px!important;padding-bottom:28px!important}}@media(max-width:640px){.hero-container{padding-top:82px!important;padding-bottom:18px!important}.hero-tag{margin-bottom:16px!important}.hero-title{font-size:clamp(36px,12vw,56px)!important;line-height:.98!important}.hero-subtitle{font-size:14px!important;line-height:1.65!important;margin-bottom:22px!important}.hero-showcase{height:34vh!important;min-height:236px!important}.hero-card{width:min(210px,58vw)!important;margin-top:calc(min(210px,58vw)*-.7)!important;margin-left:calc(min(210px,58vw)/-2)!important}.hero-active-title{font-size:24px!important;bottom:24px!important}.hp-dot{width:22px!important}.collection-grid{grid-template-columns:1fr!important;gap:20px!important}.collection-card{gap:12px!important}.collection-card-img{aspect-ratio:4 / 4.75!important}.collection-card-info h3{font-size:26px!important}.collection-card-info p{font-size:13px!important}.products-grid{gap:16px 10px!important}.product-name{font-size:16px!important;line-height:1.14!important}.product-type,.product-price{font-size:12px!important}.craft-image-wrap{aspect-ratio:1 / .88!important}.craft-title,.brand-story-title,.section-title,.newsletter-title{line-height:1.05!important}.craft-text,.brand-story-text,.confidence-text{font-size:14px!important;line-height:1.65!important}.confidence-grid{grid-template-columns:1fr!important}.footer-grid{gap:28px!important}}@media(max-width:420px){.container{padding:0 18px!important}.hero-showcase{min-height:220px!important}.hero-active-title{font-size:22px!important}.collection-card-img img,.product-image-wrap img,.craft-image-wrap img{clip-path:inset(7px round 10px)!important}.featured-cta .btn,.btn{min-height:54px!important;padding:15px 24px!important}}.transition-section{display:none!important;height:0!important;min-height:0!important;background:transparent!important}.featured{background:var(--paper)!important;padding-top:clamp(68px,6vw,92px)!important;border-top:1px solid rgba(63,45,34,.06)}.collection-simple{padding-bottom:clamp(54px,5vw,72px)!important}.collection-card-img{background:#1c1511!important;overflow:hidden!important}.collection-card-img img{transform:scale(1.13) translateZ(0)!important}.collection-card:nth-child(2) .collection-card-img img{clip-path:inset(10px 22px 10px 10px round 12px)!important;object-position:43% 11%!important}.collection-card:nth-child(3) .collection-card-img img{clip-path:inset(10px 18px 24px 10px round 12px)!important;object-position:47% 9%!important}.collection-card:nth-child(4) .collection-card-img img{clip-path:inset(18px 12px 10px 12px round 12px)!important;object-position:51% 11%!important}@media(max-width:900px){.hero-content{position:relative!important;z-index:8!important;margin-bottom:6px!important}.hero-showcase{position:relative!important;z-index:2!important;margin-top:22px!important;overflow:hidden!important}.hero-card{top:57%!important}}@media(max-width:640px){.hero{padding-bottom:0!important}.hero-container{min-height:auto!important;padding-bottom:24px!important}.hero-content{margin-bottom:4px!important}.hero-cta{margin-bottom:8px!important}.hero-showcase{margin-top:26px!important;height:36vh!important;min-height:255px!important;overflow:hidden!important}.hero-cards{height:100%!important}.hero-card{width:min(190px,52vw)!important;top:59%!important;margin-top:calc(min(190px,52vw)*-.7)!important;margin-left:calc(min(190px,52vw)/-2)!important}.hero-active-title{bottom:20px!important;font-size:20px!important;width:auto!important;max-width:90%!important;text-align:center!important}.hero-progress{bottom:6px!important}.collection-simple{padding-top:42px!important;padding-bottom:40px!important}.section-header{margin-bottom:24px!important}.section-title{font-size:clamp(30px,8.5vw,42px)!important}.collection-grid{grid-template-columns:1fr!important;gap:18px!important;margin-top:0!important}.collection-card-img{aspect-ratio:4 / 4.9!important}.featured{padding-top:40px!important;padding-bottom:40px!important}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px 10px!important}.craftsmanship,.brand-story,.confidence{padding-top:38px!important;padding-bottom:42px!important}.craft-layout,.footer-grid{gap:18px!important}}@media(max-width:420px){.hero-showcase{min-height:238px!important}.hero-card{width:min(176px,50vw)!important;top:60%!important;margin-top:calc(min(176px,50vw)*-.7)!important;margin-left:calc(min(176px,50vw)/-2)!important}.hero-title{font-size:clamp(34px,11.5vw,50px)!important}.btn,.featured-cta .btn{min-height:52px!important;padding:14px 20px!important}}@media(min-width:1025px){.collection-grid{grid-template-columns:repeat(6,1fr)!important}.collection-grid>:nth-child(1),.collection-grid>:nth-child(2),.collection-grid>:nth-child(3){grid-column:span 2}.collection-grid>:nth-child(4){grid-column:2 / span 2}.collection-grid>:nth-child(5){grid-column:4 / span 2;gap:22px!important}}.hero-progress{gap:10px!important}.hero-card[data-index="4"] .hero-card-product img{clip-path:inset(10px 10px 10px 10px round 12px)!important;object-position:center 8%!important}.collection-card:nth-child(5) .collection-card-img img{clip-path:inset(10px 10px 10px 10px round 12px)!important;object-position:center 8%!important}@media(max-width:1024px){.collection-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:640px){.collection-grid{grid-template-columns:1fr!important}}.nav-logo.nav-logo-image{display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;width:clamp(150px,13vw,205px)!important;height:58px!important;padding:0!important;margin:0!important;border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;text-decoration:none!important;overflow:visible!important;line-height:0!important;color:transparent!important}.nav-logo.nav-logo-image img{display:block!important;width:100%!important;height:auto!important;max-height:54px!important;object-fit:contain!important;object-position:left center!important;opacity:1!important;filter:drop-shadow(0 2px 12px rgba(0,0,0,.28))!important}.nav-logo.nav-logo-image:before,.nav-logo.nav-logo-image:after{display:none!important;content:none!important}@media(max-width:1024px){.nav-logo.nav-logo-image{width:158px!important;height:52px!important}.nav-logo.nav-logo-image img{max-height:48px!important}}@media(max-width:480px){.nav-logo.nav-logo-image{width:138px!important;height:48px!important}.nav-logo.nav-logo-image img{max-height:44px!important}}.nav-logo.nav-logo-image{width:auto!important;min-width:150px!important;height:58px!important}.nav-logo.nav-logo-image img{width:auto!important;height:54px!important;max-width:190px!important;max-height:54px!important;aspect-ratio:auto!important}@media(max-width:1024px){.nav-logo.nav-logo-image{min-width:132px!important;height:52px!important}.nav-logo.nav-logo-image img{height:48px!important;max-width:165px!important;max-height:48px!important}}@media(max-width:480px){.nav-logo.nav-logo-image{min-width:118px!important;height:48px!important}.nav-logo.nav-logo-image img{height:42px!important;max-width:145px!important;max-height:42px!important}}details>summary{list-style:none}details>summary::-webkit-details-marker{display:none}details[open] summary span{transform:rotate(45deg)}summary span{transition:transform .3s ease;display:inline-block}.active-nav{position:relative;color:var(--off-white)!important}.active-nav:after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:1px;background-color:var(--off-white);opacity:.3;transform-origin:center}@keyframes subtleFade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.collection-card-vertical:hover .collection-card-img img{transform:scale(1.02)!important}.collection-card-vertical:hover .btn{background:var(--silver)!important;color:var(--black)!important}@media(max-width:1024px){.collection-horizontal-row{grid-template-columns:repeat(3,1fr)!important}}@media(max-width:640px){.collection-horizontal-row{grid-template-columns:repeat(2,1fr)!important}}@media(max-width:640px){.collection-horizontal-row>:last-child:nth-child(odd){grid-column:1 / -1;justify-self:center;width:calc(50% - 10px)}}.nav-cart-link,.header-cart,.cart-link,.nav-cart,#nav-cart{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;line-height:1!important;vertical-align:middle!important;padding-top:0!important;padding-bottom:0!important;margin-top:0!important;margin-bottom:0!important;text-decoration:none!important}.nav-cart-link svg,.header-cart svg,.cart-link svg,.nav-cart svg,#nav-cart svg{display:block!important;width:18px!important;height:18px!important;flex-shrink:0!important;margin:0!important;padding:0!important;position:static!important;transform:none!important}.cart-count,.cart-badge,.cart-count-bubble,.nav-cart-link .cart-count,#nav-cart .cart-count{width:22px!important;height:22px!important;min-width:22px!important;max-width:22px!important;min-height:22px!important;max-height:22px!important;padding:0!important;margin:0!important;border-radius:999px!important;display:inline-grid!important;place-items:center!important;position:static!important;inset:auto!important;transform:none!important;line-height:1!important;box-sizing:border-box!important;vertical-align:middle!important;background:#f3eadf!important;color:#17110d!important;font-size:12px!important;font-weight:700!important;letter-spacing:0!important;text-align:center!important}.cart-count__number,.cart-count span,.cart-badge span,.cart-count-bubble span{display:block!important;line-height:1!important;margin:0!important;padding:0!important;height:1em!important;text-align:center!important;transform:translateY(.5px)!important;position:static!important}@media(max-width:640px){:root{--section-pad: clamp(50px, 8vw, 70px) !important}.collection-hero{padding-top:clamp(60px,8vw,80px)!important;padding-bottom:20px!important}.hero-content{padding:20px 24px 30px!important}.container{padding-left:20px!important;padding-right:20px!important}.product-grid{grid-template-columns:repeat(2,1fr)!important;column-gap:12px!important;row-gap:32px!important}.product-info{padding:12px 0 0!important}.product-title{font-size:14px!important;margin-bottom:4px!important}.product-price{font-size:13px!important}.product-img{aspect-ratio:4/5!important;height:auto!important}.nav-inner{height:70px!important;padding:0 20px!important;align-items:center!important}body{padding-top:70px!important}.nav-logo.nav-logo-image{min-width:120px!important;height:auto!important;display:flex!important;align-items:center!important}.nav-logo.nav-logo-image img{height:auto!important;max-height:40px!important;width:100%!important}}.product-page{padding:clamp(80px,12vw,120px) 0}.product-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:clamp(40px,8vw,80px)}.collection-toolbar{display:flex;justify-content:space-between;margin-bottom:32px;color:var(--silver);font-size:14px}.collection-filters{margin-bottom:32px}.filter-form{display:flex;gap:20px;flex-wrap:wrap;align-items:flex-start}.filter-group{position:relative;border:1px solid var(--silver);padding:8px 16px;min-width:150px}.product-price-large{font-size:24px;margin-bottom:32px;color:var(--silver)}.product-options{margin-bottom:32px}body{padding-top:0!important;background:var(--black)!important}.main-content{padding-top:0!important}.nav{position:sticky!important;top:0!important;z-index:1000!important;width:100%!important;padding:0 clamp(18px,3vw,56px)!important;background:#120d0af5!important;backdrop-filter:blur(14px)!important;-webkit-backdrop-filter:blur(14px)!important}.nav-inner{height:84px!important;max-width:var(--container-max)!important;margin:0 auto!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:28px!important;border-bottom:1px solid rgba(240,236,230,.09)!important}.nav-left{display:flex!important;align-items:center!important;gap:clamp(26px,3.5vw,52px)!important;min-width:0!important;flex:1 1 auto!important}.nav-logo.nav-logo-image{display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;flex:0 0 auto!important;width:var(--sigma-logo-width, 170px)!important;min-width:auto!important;max-width:190px!important;height:58px!important;line-height:0!important;overflow:hidden!important}.nav-logo.nav-logo-image img{display:block!important;width:100%!important;height:auto!important;max-width:190px!important;max-height:54px!important;object-fit:contain!important;object-position:left center!important}.nav-links{display:flex!important;align-items:center!important;gap:clamp(16px,2vw,32px)!important;flex-wrap:nowrap!important;min-width:0!important}.nav-links a,.nav-actions a{white-space:nowrap!important;color:var(--silver)!important;font-size:11px!important;letter-spacing:.16em!important;text-transform:uppercase!important}.nav-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:clamp(14px,2vw,24px)!important;flex:0 0 auto!important}.menu-toggle{display:none!important}.hamburger-line{display:block!important;width:24px!important;height:1.5px!important;background:var(--off-white)!important;margin:5px 0!important;transition:transform .3s ease,opacity .3s ease!important}.nav.menu-open .hamburger-line--top{transform:translateY(6.5px) rotate(45deg)!important}.nav.menu-open .hamburger-line--middle{opacity:0!important}.nav.menu-open .hamburger-line--bottom{transform:translateY(-6.5px) rotate(-45deg)!important}.mobile-drawer{display:none!important}.nav.menu-open .mobile-drawer{display:flex!important}.hero{min-height:calc(100svh - 84px)!important;padding:clamp(42px,5vw,72px) 0!important;background:var(--black)!important;overflow:hidden!important}.hero-bg-mood{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:1!important;background-color:#111413!important;background-size:cover!important;background-position:center!important;transition:background-color 1s ease!important}.hero-container{min-height:calc(100svh - 160px)!important;height:auto!important;padding-top:0!important;display:grid!important;grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr)!important;align-items:center!important;gap:clamp(40px,6vw,92px)!important}.hero-content{width:auto!important;max-width:600px!important;padding:0!important;text-align:left!important}.hero-title{margin:0 0 24px!important;max-width:620px!important;line-height:1.03!important;font-size:clamp(44px,5vw,76px)!important}.hero-subtitle{margin:0 0 36px!important;max-width:520px!important;line-height:1.72!important}.hero-showcase{width:100%!important;height:min(62vh,660px)!important;min-height:420px!important}.hero-cards{height:100%!important}.hero-card{text-decoration:none!important;width:clamp(240px,24vw,380px)!important;border-radius:14px!important;background:#161210!important}.hero-active-title{pointer-events:none!important;z-index:25!important}.hp-dot{border:0!important;padding:0!important}.featured,.featured .section-header,.template-index .featured{background:var(--black)!important;color:var(--off-white)!important}.featured .section-title,.featured h2,.featured .product-name,.featured .product-price{color:var(--off-white)!important}.featured .product-type{color:var(--silver)!important}.product-grid,.products-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:clamp(18px,2vw,28px)!important}.product-card a{color:inherit!important;text-decoration:none!important}.product-card .product-image-wrap{background:#1b1713!important;border:1px solid rgba(240,236,230,.06)!important}.product-card .product-name{color:var(--off-white)!important}.product-card .product-price{color:var(--light-silver)!important}.collection-toolbar,.collection-filters{color:var(--silver)!important}.collection-filters{margin-bottom:28px!important}.filter-form{align-items:center!important;gap:12px!important}.filter-group{min-width:132px!important;padding:7px 12px!important;border:1px solid rgba(240,236,230,.18)!important;background:#ffffff06!important;color:var(--off-white)!important}.filter-group-display{background:#17110d!important;border:1px solid rgba(240,236,230,.2)!important;box-shadow:0 22px 60px #00000073!important}.product-page{padding:clamp(58px,7vw,100px) 0!important}.product-layout{display:grid!important;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr)!important;gap:clamp(38px,6vw,88px)!important;align-items:start!important}.product-details{position:sticky;top:110px}.product-media-gallery img{border-radius:6px}.product-price-large{color:var(--light-silver)!important}.collection-list-page{padding:clamp(70px,9vw,140px) 0;background:var(--black)}.collection-list-header{max-width:760px;margin:0 auto 52px;text-align:center}.collection-list-title{font-family:var(--font-serif);font-size:clamp(42px,5vw,72px);font-weight:400;color:var(--off-white);margin-bottom:18px}.collection-list-intro{color:var(--silver);font-size:clamp(15px,1.3vw,18px);line-height:1.75}.collection-list-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px}.collection-list-card{display:block;color:inherit;text-decoration:none}.collection-list-image{aspect-ratio:4 / 5;overflow:hidden;border-radius:12px;background:#17110d;border:1px solid rgba(240,236,230,.07)}.collection-list-image img{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.23,1,.32,1)}.collection-list-card:hover img{transform:scale(1.045)}.collection-list-copy{padding-top:16px}.collection-list-copy h2{font-family:var(--font-serif);color:var(--off-white);font-size:26px;font-weight:400}.collection-list-copy p{color:var(--silver);font-size:12px;text-transform:uppercase;letter-spacing:.14em}.footer{background:#0e0a08!important;border-top:1px solid rgba(240,236,230,.08)!important}.footer-grid{grid-template-columns:1fr 1.4fr 1fr 1fr!important}.footer-col h4{color:var(--off-white)!important;margin-bottom:18px!important}.footer-links li{margin-bottom:10px!important}.footer-links a{color:var(--silver)!important;font-size:13px!important}.footer-logo{color:var(--off-white)!important;display:inline-block!important;margin-bottom:14px!important}.brand-sub{color:var(--silver)!important;max-width:360px!important}@media(max-width:1180px){.nav-links{gap:16px!important}.nav-links a{font-size:10px!important;letter-spacing:.12em!important}.nav-logo.nav-logo-image{width:min(var(--sigma-logo-width, 158px),158px)!important}.nav-actions{gap:14px!important}}@media(max-width:1024px){.nav{padding:0 20px!important}.nav-inner{height:72px!important}.menu-toggle{display:inline-flex!important;flex-direction:column!important;justify-content:center!important;order:2!important;flex:0 0 auto!important}.nav-left{flex:1 1 auto!important;justify-content:flex-start!important;gap:16px!important}.nav-links{display:none!important}.nav-actions a:not(.nav-cart-link){display:none!important}.nav-logo.nav-logo-image{width:142px!important;height:48px!important;max-width:150px!important}.nav-logo.nav-logo-image img{max-height:42px!important}.mobile-drawer{position:absolute!important;top:72px!important;left:0!important;right:0!important;max-width:none!important;min-height:calc(100svh - 72px)!important;margin:0!important;background:#0e0a08fa!important}.hero{min-height:auto!important;padding:44px 0 64px!important}.hero-container{min-height:auto!important;grid-template-columns:1fr!important;gap:26px!important}.hero-content{max-width:700px!important}.hero-showcase{height:42vh!important;min-height:330px!important}.product-grid,.products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.product-layout{grid-template-columns:1fr!important}.product-details{position:static!important}.collection-list-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:36px!important}}@media(max-width:640px){.container{padding-left:20px!important;padding-right:20px!important}.nav-inner{height:68px!important}.mobile-drawer{top:68px!important;min-height:calc(100svh - 68px)!important}.nav-logo.nav-logo-image{width:126px!important}.nav-cart-label{display:none!important}.hero-title{font-size:clamp(36px,10vw,48px)!important}.hero-subtitle{font-size:15px!important;margin-bottom:26px!important}.hero-showcase{min-height:290px!important;height:38vh!important}.hero-card{width:min(235px,65vw)!important}.hero-active-title{bottom:26px!important;font-size:28px!important}.product-grid,.products-grid{gap:14px 12px!important}.collection-list-grid{grid-template-columns:1fr}.collection-toolbar{align-items:flex-start!important;flex-direction:column!important;gap:14px!important}.filter-form{display:block!important}.filter-group{margin-bottom:10px!important;width:100%!important}.cart-item{grid-template-columns:82px 1fr!important;gap:16px!important}.cart-footer{display:block!important}.footer-grid{grid-template-columns:1fr!important}}html,body{overflow-x:hidden!important}.shopify-section{scroll-margin-top:104px!important}.nav{position:sticky!important;top:0!important;z-index:1000!important;padding:0 clamp(18px,3vw,52px)!important;background:#100b08fa!important;backdrop-filter:blur(14px) saturate(115%)!important;-webkit-backdrop-filter:blur(14px) saturate(115%)!important;border-bottom:1px solid rgba(247,240,231,.08)!important}.nav-inner{height:74px!important;max-width:var(--container-max)!important;margin:0 auto!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:22px!important;border-bottom:0!important;overflow:visible!important}.nav-left{display:flex!important;align-items:center!important;gap:clamp(24px,3vw,46px)!important;min-width:0!important;flex:1 1 auto!important}.nav-logo.nav-logo-image{display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;width:auto!important;min-width:145px!important;max-width:165px!important;height:50px!important;line-height:0!important;overflow:visible!important;flex:0 0 auto!important}.nav-logo.nav-logo-image img{display:block!important;width:auto!important;height:auto!important;max-width:min(var(--sigma-logo-width, 160px),165px)!important;max-height:46px!important;object-fit:contain!important;object-position:left center!important}.nav-links{display:flex!important;align-items:center!important;flex-wrap:nowrap!important;gap:clamp(18px,2vw,34px)!important;min-width:0!important}.nav-links a,.nav-actions a{white-space:nowrap!important;line-height:1!important;font-size:11px!important;letter-spacing:.16em!important;color:#f7f0e7c2!important}.nav-links a.active-nav,.nav-links a:hover,.nav-actions a:hover{color:var(--off-white)!important}.cart-count{width:22px!important;height:22px!important;min-width:22px!important;display:inline-grid!important;place-items:center!important;padding:0!important;line-height:1!important}.hero{min-height:calc(100svh - 74px)!important;padding:clamp(34px,4.5vw,58px) 0!important;overflow:hidden!important}.hero-container{min-height:clamp(610px,calc(100svh - 150px),780px)!important;height:auto!important;padding-top:0!important;display:grid!important;grid-template-columns:minmax(0,.86fr) minmax(380px,1.14fr)!important;align-items:center!important;gap:clamp(32px,4.5vw,74px)!important}.hero-content{max-width:540px!important;width:100%!important;position:relative!important;z-index:30!important}.hero-title{font-size:clamp(42px,4.2vw,66px)!important;line-height:1.02!important;letter-spacing:-.03em!important;max-width:540px!important;margin-bottom:24px!important;overflow-wrap:normal!important}.hero-subtitle{max-width:500px!important;margin-bottom:34px!important}.hero-card{width:clamp(230px,22vw,355px)!important;border-radius:10px!important}.collection-page{padding-top:clamp(18px,2.5vw,34px)!important;background:var(--black)!important}.collection-hero{padding-top:clamp(112px,10vw,150px)!important;padding-bottom:36px!important;scroll-margin-top:104px!important}.collection-hero h1{font-size:clamp(42px,4.8vw,64px)!important;line-height:1.05!important}.collection-horizontal-row{align-items:start!important;margin-top:28px!important}.collection-card-vertical .collection-card-img{border-radius:10px!important;box-shadow:0 20px 50px #0000006b!important}.collection-filters{margin:28px 0 26px!important}.filter-form{display:flex!important;align-items:center!important;gap:10px!important;flex-wrap:wrap!important}.filter-group{min-width:118px!important;padding:0!important;border:1px solid rgba(247,240,231,.18)!important;background:#f7f0e706!important}.filter-group>summary{padding:11px 14px!important;font-size:12px!important;letter-spacing:.04em!important}.filter-group-display{min-width:240px!important;margin-top:8px!important;background:#120d0a!important;border:1px solid rgba(247,240,231,.22)!important;padding:14px!important}.collection-toolbar{align-items:center!important;margin-top:20px!important;margin-bottom:30px!important}.collection-toolbar select,.sort-form select{min-width:170px!important;background:#120d0a!important;border:1px solid rgba(247,240,231,.22)!important;color:var(--off-white)!important}.product-grid,.products-grid{gap:clamp(22px,2.6vw,34px)!important}.product-image-wrap{aspect-ratio:4 / 5!important;overflow:hidden!important;border-radius:10px!important}.product-image-wrap img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center top!important}.product-name{font-size:clamp(18px,1.35vw,24px)!important;line-height:1.12!important}.product-info{padding-top:16px!important}.product-page{padding:clamp(54px,6vw,88px) 0!important}.product-layout{display:grid!important;grid-template-columns:minmax(0,.98fr) minmax(340px,.92fr)!important;gap:clamp(34px,5vw,72px)!important;align-items:start!important}.product-media-gallery>div:first-child{max-height:680px!important;border-radius:10px!important}.product-media-gallery img{object-position:center top!important}.product-details{top:96px!important}.product-details h1{font-size:clamp(34px,3.6vw,56px)!important;line-height:1.08!important;margin-bottom:16px!important}.product-price-large{font-size:clamp(20px,1.7vw,26px)!important;margin-bottom:26px!important}.product-details .rte{margin-bottom:28px!important}.product-options select{min-height:52px!important}.craftsmanship{background:#f4ece1!important}.craft-title{color:#19120e!important}.craft-text{color:#4a4038!important}.brand-story{background:#120d0a!important}@media(max-width:1280px){.nav-links{gap:16px!important}.nav-links a,.nav-actions a{font-size:10px!important;letter-spacing:.12em!important}.nav-logo.nav-logo-image{min-width:132px!important;max-width:150px!important}.nav-logo.nav-logo-image img{max-height:40px!important;max-width:150px!important}.hero-title{font-size:clamp(40px,4vw,58px)!important}}@media(max-width:1024px){.nav{padding:0 18px!important}.nav-inner{height:68px!important}.menu-toggle{display:inline-flex!important;flex-direction:column!important;justify-content:center!important;order:2!important}.nav-left{flex:1 1 auto!important;gap:14px!important}.nav-logo.nav-logo-image{min-width:122px!important;max-width:136px!important;height:44px!important}.nav-logo.nav-logo-image img{max-height:36px!important;max-width:136px!important}.nav-links{display:none!important}.nav-actions a:not(.nav-cart-link){display:none!important}.mobile-drawer{top:68px!important;min-height:calc(100svh - 68px)!important}.hero{padding:38px 0 58px!important;min-height:auto!important}.hero-container{grid-template-columns:1fr!important;min-height:auto!important;gap:26px!important}.hero-content{max-width:720px!important;text-align:center!important;margin:0 auto!important}.hero-title{max-width:720px!important;margin-left:auto!important;margin-right:auto!important}.hero-subtitle{margin-left:auto!important;margin-right:auto!important}.hero-showcase{min-height:330px!important;height:40vh!important}.collection-hero{padding-top:78px!important}.product-grid,.products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.product-layout{grid-template-columns:1fr!important}.product-details{position:static!important}}@media(max-width:640px){.nav-inner{height:64px!important}.mobile-drawer{top:64px!important;min-height:calc(100svh - 64px)!important}.nav-logo.nav-logo-image{min-width:112px!important;max-width:124px!important}.nav-logo.nav-logo-image img{max-height:32px!important;max-width:124px!important}.nav-cart-label{display:none!important}.hero-title{font-size:clamp(34px,10vw,46px)!important;line-height:1.03!important}.hero-subtitle{font-size:14px!important}.hero-showcase{min-height:280px!important;height:36vh!important}.hero-card{width:min(220px,62vw)!important}.hero-active-title{bottom:26px!important;font-size:26px!important}.collection-horizontal-row{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}.collection-horizontal-row>:last-child:nth-child(odd){grid-column:1 / -1!important;justify-self:center!important;width:min(48%,220px)!important}.filter-form{display:block!important}.filter-group{width:100%!important;margin-bottom:10px!important}.product-name{font-size:15px!important}.product-page{padding:38px 0 64px!important}.product-details h1{font-size:clamp(31px,9vw,42px)!important}}html,body{overflow-x:hidden!important;background:#120d0a!important}:root{--sigma-header-h: 76px}.nav{position:sticky!important;top:0!important;z-index:1000!important;width:100%!important;padding:0 clamp(18px,3vw,52px)!important;background:#120d0a!important;border-bottom:1px solid rgba(247,240,231,.1)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.nav-inner{height:var(--sigma-header-h)!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:20px!important;max-width:1680px!important;margin:0 auto!important;border:0!important;overflow:visible!important}.nav-left{display:flex!important;align-items:center!important;gap:clamp(28px,3.2vw,54px)!important;min-width:0!important;flex:1 1 auto!important}.nav-logo.nav-logo-image{width:160px!important;min-width:160px!important;max-width:160px!important;height:54px!important;display:inline-flex!important;align-items:center!important;line-height:0!important;overflow:visible!important}.nav-logo.nav-logo-image img{width:auto!important;height:auto!important;max-width:160px!important;max-height:48px!important;object-fit:contain!important;object-position:left center!important}.nav-links{display:flex!important;align-items:center!important;gap:clamp(20px,2vw,36px)!important;flex-wrap:nowrap!important;min-width:0!important}.nav-links a,.nav-actions a{white-space:nowrap!important;font-size:11px!important;letter-spacing:.16em!important;line-height:1!important;color:#f7f0e7b8!important}.nav-actions{display:flex!important;align-items:center!important;gap:clamp(14px,2vw,24px)!important;flex:0 0 auto!important}.nav-cart-link{display:inline-flex!important;align-items:center!important;gap:8px!important}.nav-cart-link svg{width:18px!important;height:18px!important;display:block!important}.cart-count{width:22px!important;height:22px!important;min-width:22px!important;display:inline-grid!important;place-items:center!important;border-radius:999px!important;padding:0!important;margin:0!important;line-height:1!important;background:#f3eadf!important;color:#17110d!important}.cart-count__number{line-height:1!important;transform:translateY(.5px)!important}.main-content,body{padding-top:0!important}.shopify-section{scroll-margin-top:calc(var(--sigma-header-h) + 22px)!important}.hero{min-height:calc(100svh - var(--sigma-header-h))!important;padding:clamp(36px,5vw,64px) 0!important;overflow:hidden!important;background:radial-gradient(circle at 68% 42%,rgba(199,150,91,.12),transparent 38%),#120d0a!important}.hero-container{min-height:min(720px,calc(100svh - 150px))!important;height:auto!important;display:grid!important;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr)!important;align-items:center!important;gap:clamp(36px,5vw,78px)!important;padding-top:0!important}.hero-content{max-width:570px!important;z-index:5!important}.hero-title{font-size:clamp(46px,4.5vw,72px)!important;line-height:1.02!important;letter-spacing:-.035em!important;margin:0 0 24px!important;max-width:590px!important}.hero-subtitle{max-width:520px!important;font-size:clamp(15px,1.05vw,17px)!important;line-height:1.75!important;color:#f7f0e7bd!important}.hero-showcase{height:min(60vh,620px)!important;min-height:380px!important;overflow:visible!important}.hero-cards{height:100%!important;width:100%!important;overflow:visible!important}.hero-card{width:clamp(245px,23vw,370px)!important;border-radius:10px!important}.hero-card-product{aspect-ratio:4 / 5!important}.hero-card-product img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center top!important}.hero-active-title{right:3%!important;bottom:8%!important;font-size:clamp(34px,3.6vw,52px)!important}.sigma-collection-page{background:#120d0a!important;padding:0 0 clamp(72px,8vw,120px)!important}.sigma-editorial-hero{display:grid!important;grid-template-columns:minmax(0,.9fr) minmax(360px,.78fr)!important;gap:clamp(42px,6vw,92px)!important;align-items:center!important;padding-top:clamp(52px,6vw,86px)!important;padding-bottom:clamp(42px,5vw,70px)!important;border-bottom:1px solid rgba(247,240,231,.08)!important}.sigma-editorial-copy{max-width:620px!important}.sigma-eyebrow{color:var(--accent)!important;text-transform:uppercase!important;letter-spacing:.32em!important;font-size:10px!important;margin-bottom:18px!important}.sigma-editorial-copy h1,.sigma-collection-intro h1{font-family:var(--font-serif)!important;font-size:clamp(42px,4.8vw,68px)!important;line-height:1.04!important;font-weight:400!important;margin:0 0 22px!important;color:var(--off-white)!important}.sigma-editorial-copy .rte,.sigma-collection-copy{color:#f7f0e7b3!important;font-size:16px!important;line-height:1.75!important;max-width:640px!important}.sigma-editorial-media{aspect-ratio:4 / 5!important;max-height:510px!important;overflow:hidden!important;border-radius:12px!important;background:#201914!important;box-shadow:0 34px 80px #0000006b!important}.sigma-editorial-media img,.sigma-editorial-media svg{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center top!important}.sigma-collection-intro{text-align:center!important;padding-top:clamp(52px,6vw,86px)!important;padding-bottom:28px!important}.sigma-collection-copy{margin:0 auto!important}.sigma-category-row-wrap{padding-bottom:clamp(44px,5vw,72px)!important}.sigma-category-row{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:clamp(16px,2vw,28px)!important}.sigma-category-card{display:block!important;color:var(--off-white)!important}.sigma-category-image{aspect-ratio:4 / 5!important;overflow:hidden!important;border-radius:10px!important;background:#201914!important;box-shadow:0 22px 52px #0000005c!important}.sigma-category-image img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center top!important;transition:transform .7s ease!important}.sigma-category-card:hover img{transform:scale(1.04)!important}.sigma-category-card h3{font-family:var(--font-serif)!important;font-size:clamp(18px,1.45vw,25px)!important;font-weight:400!important;margin:16px 0 0!important;color:var(--off-white)!important}.sigma-product-zone{padding-top:clamp(30px,4vw,56px)!important}.collection-toolbar{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:20px!important;margin:0 0 30px!important;color:#f7f0e7b8!important}.collection-toolbar select,.sort-form select{background:#120d0a!important;border:1px solid rgba(247,240,231,.22)!important;color:var(--off-white)!important;padding:10px 14px!important;min-width:170px!important}.sigma-filter-drawer>summary{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:42px!important;padding:0 16px!important;border:1px solid rgba(247,240,231,.22)!important;color:var(--off-white)!important;cursor:pointer!important;text-transform:uppercase!important;letter-spacing:.14em!important;font-size:11px!important}.sigma-filter-drawer .filter-form{margin-top:14px!important;display:flex!important;gap:10px!important;flex-wrap:wrap!important}.filter-group{position:relative!important;min-width:140px!important;border:1px solid rgba(247,240,231,.16)!important;background:#f7f0e706!important;padding:0!important}.filter-group>summary{padding:11px 14px!important;cursor:pointer!important;display:flex!important;justify-content:space-between!important;gap:12px!important;color:var(--off-white)!important}.filter-group-display{position:absolute!important;top:100%!important;left:-1px!important;min-width:250px!important;background:#120d0a!important;border:1px solid rgba(247,240,231,.22)!important;padding:14px!important;z-index:20!important}.filter-group-display ul{margin:0!important;padding:0!important}.filter-group-display li{margin-bottom:9px!important}.filter-group-display label{display:flex!important;align-items:center!important;gap:9px!important;color:#f7f0e7c7!important}.filter-actions{display:flex!important;align-items:center!important;gap:12px!important}.filter-actions .btn{min-height:42px!important;padding:0 16px!important}.active-filters{display:flex!important;gap:10px!important;margin-top:14px!important;flex-wrap:wrap!important}.active-filter-remove{display:inline-flex!important;padding:6px 12px!important;border:1px solid rgba(247,240,231,.22)!important;border-radius:999px!important;color:#f7f0e7b8!important;font-size:12px!important}.product-grid,.products-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:clamp(22px,2.6vw,34px)!important}.product-page{background:#120d0a!important;padding:clamp(52px,6vw,86px) 0 clamp(78px,8vw,128px)!important}.product-layout{display:grid!important;grid-template-columns:minmax(0,.98fr) minmax(340px,.88fr)!important;gap:clamp(36px,5vw,76px)!important;align-items:start!important}.product-media-gallery>div:first-child{max-height:650px!important;border-radius:12px!important;overflow:hidden!important}.product-details h1{font-size:clamp(36px,3.8vw,58px)!important;line-height:1.06!important;margin-bottom:16px!important}.product-price-large{font-size:clamp(20px,1.6vw,26px)!important;margin-bottom:24px!important;color:#f7f0e7e0!important}.product-options{margin-bottom:24px!important}@media(max-width:1280px){.nav-logo.nav-logo-image{width:145px!important;min-width:145px!important;max-width:145px!important}.nav-logo.nav-logo-image img{max-width:145px!important;max-height:42px!important}.nav-links{gap:17px!important}.nav-links a,.nav-actions a{font-size:10px!important;letter-spacing:.12em!important}}@media(max-width:1024px){:root{--sigma-header-h: 68px}.nav{padding:0 18px!important}.nav-inner{height:var(--sigma-header-h)!important}.nav-links{display:none!important}.nav-actions a:not(.nav-cart-link){display:none!important}.menu-toggle{display:inline-flex!important;flex-direction:column!important;justify-content:center!important}.nav-left{gap:14px!important}.nav-logo.nav-logo-image{width:126px!important;min-width:126px!important;max-width:126px!important;height:44px!important}.nav-logo.nav-logo-image img{max-width:126px!important;max-height:34px!important}.mobile-drawer{top:var(--sigma-header-h)!important;min-height:calc(100svh - var(--sigma-header-h))!important;max-width:none!important;margin:0!important}.hero{min-height:auto!important;padding:42px 0 62px!important}.hero-container{grid-template-columns:1fr!important;min-height:auto!important;gap:28px!important}.hero-content{text-align:center!important;margin:0 auto!important}.hero-title,.hero-subtitle{margin-left:auto!important;margin-right:auto!important}.hero-showcase{min-height:330px!important;height:42vh!important}.sigma-editorial-hero{grid-template-columns:1fr!important;padding-top:46px!important}.sigma-editorial-media{max-height:470px!important}.sigma-category-row{grid-template-columns:repeat(3,minmax(0,1fr))!important}.product-grid,.products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.product-layout{grid-template-columns:1fr!important}.product-details{position:static!important}}@media(max-width:640px){:root{--sigma-header-h: 64px}.container{padding-left:20px!important;padding-right:20px!important}.nav-logo.nav-logo-image{width:112px!important;min-width:112px!important;max-width:112px!important}.nav-logo.nav-logo-image img{max-width:112px!important;max-height:31px!important}.nav-cart-label{display:none!important}.hero-title{font-size:clamp(34px,10vw,46px)!important}.hero-subtitle{font-size:14px!important}.hero-showcase{min-height:280px!important;height:36vh!important}.hero-card{width:min(220px,62vw)!important}.hero-active-title{bottom:22px!important;font-size:26px!important}.sigma-editorial-hero{padding-top:34px!important;padding-bottom:36px!important;gap:24px!important}.sigma-editorial-copy h1,.sigma-collection-intro h1{font-size:clamp(34px,10vw,44px)!important}.sigma-category-row{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}.sigma-category-row>:last-child:nth-child(odd){grid-column:1 / -1!important;justify-self:center!important;width:min(48%,220px)!important}.collection-toolbar{align-items:flex-start!important;flex-direction:column!important;gap:14px!important}.sigma-filter-drawer .filter-form{display:block!important}.filter-group{width:100%!important;margin-bottom:10px!important}.filter-group-display{position:static!important;min-width:0!important;margin-top:8px!important}.product-grid,.products-grid{gap:16px 12px!important}}.sigma-design-mode .main-content>.shopify-section:first-child,.sigma-design-mode .main-content>section:first-child{margin-top:26px!important}.sigma-design-mode .nav{z-index:50!important}@media(max-width:640px){.nav{padding-left:14px!important;padding-right:14px!important}.nav-left{gap:10px!important;min-width:0!important}.nav-logo.nav-logo-image{width:96px!important;min-width:96px!important;max-width:96px!important;height:40px!important;overflow:visible!important}.nav-logo.nav-logo-image img{width:auto!important;max-width:96px!important;max-height:28px!important;object-fit:contain!important;object-position:left center!important}.menu-toggle{width:38px!important;height:38px!important;padding:0!important;margin-left:6px!important}.hamburger-line{width:26px!important;height:2px!important;margin:3px 0!important}.nav-actions{gap:8px!important}.nav-cart-link svg{width:17px!important;height:17px!important}.cart-count{width:22px!important;height:22px!important;min-width:22px!important}}.collection-simple-header{text-align:center!important;max-width:760px!important;margin:0 auto clamp(28px,4vw,46px)!important}.collection-simple-header .section-label{color:var(--accent)!important;text-transform:uppercase!important;letter-spacing:.34em!important;font-size:10px!important;margin:0 0 12px!important}.collection-simple-header .section-title{font-family:var(--font-serif)!important;color:var(--off-white)!important;font-weight:400!important;font-size:clamp(34px,4vw,58px)!important;line-height:1.08!important;margin:0!important}.collection-simple .collection-grid{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:clamp(16px,2vw,28px)!important;align-items:start!important}.collection-simple .collection-card.large{grid-column:auto!important;grid-row:auto!important}.collection-simple .collection-card-img{aspect-ratio:4 / 5!important;min-height:0!important;max-height:none!important;border-radius:10px!important}.collection-simple .collection-card-info h3{font-size:clamp(18px,1.45vw,25px)!important;margin-top:14px!important;line-height:1.12!important}@media(max-width:1024px){.collection-simple .collection-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(max-width:640px){.collection-simple{padding-top:54px!important;padding-bottom:58px!important}.collection-simple-header{margin-bottom:24px!important;padding:0 4px!important}.collection-simple-header .section-title{font-size:clamp(30px,8.5vw,38px)!important}.collection-simple .collection-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px 14px!important}.collection-simple .collection-card-img{aspect-ratio:4 / 5!important}.collection-simple .collection-card-info h3{font-size:17px!important;margin-top:10px!important}.collection-simple .collection-grid>:last-child:nth-child(odd){grid-column:1 / -1!important;justify-self:center!important;width:min(48%,210px)!important}}.sigma-category-image,.collection-card-img,.product-image-wrap{background:linear-gradient(135deg,#17110d,#241914)!important}.sigma-category-image img,.collection-card-img img,.product-image-wrap img{opacity:1!important}@media(max-width:640px){.sigma-collection-intro{padding-top:34px!important;padding-bottom:22px!important}.sigma-collection-copy{font-size:14px!important;line-height:1.68!important}.sigma-category-row-wrap{padding-bottom:42px!important}.sigma-category-card h3{font-size:17px!important;margin-top:10px!important}.sigma-editorial-copy .rte{font-size:14px!important;line-height:1.7!important}}@media(max-width:640px){.footer{padding-top:48px!important;padding-bottom:32px!important}.footer-grid{gap:30px!important}.footer a,.footer p{font-size:14px!important;line-height:1.7!important}}html,body{max-width:100%;overflow-x:hidden!important}@media(max-width:640px){:root{--sigma-header-h: 62px !important}.nav{min-height:var(--sigma-header-h)!important;padding-left:12px!important;padding-right:12px!important}.nav-inner{height:var(--sigma-header-h)!important;min-height:var(--sigma-header-h)!important;gap:8px!important;align-items:center!important;overflow:visible!important}.nav-left{display:flex!important;align-items:center!important;gap:10px!important;flex:1 1 auto!important;min-width:0!important}.nav-logo.nav-logo-image{order:1!important;width:92px!important;min-width:92px!important;max-width:92px!important;height:38px!important;flex:0 0 92px!important;overflow:visible!important;display:inline-flex!important;align-items:center!important}.nav-logo.nav-logo-image img{display:block!important;width:auto!important;max-width:92px!important;max-height:30px!important;object-fit:contain!important;object-position:left center!important}.menu-toggle{order:2!important;width:34px!important;height:34px!important;min-width:34px!important;padding:0!important;margin:0 0 0 auto!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;flex-direction:column!important;border:0!important}.hamburger-line{width:23px!important;height:2px!important;margin:2.7px 0!important;display:block!important;background:#f7f0e7eb!important}.nav-actions{flex:0 0 auto!important;gap:6px!important;display:inline-flex!important;align-items:center!important}.nav-cart-link{gap:5px!important;padding:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.nav-cart-link svg{width:16px!important;height:16px!important}.cart-count{width:20px!important;height:20px!important;min-width:20px!important;display:inline-grid!important;place-items:center!important;padding:0!important;line-height:1!important}.cart-count__number{font-size:11px!important;line-height:1!important;transform:translateY(.5px)!important}.sigma-design-mode .main-content>.shopify-section:first-child,.sigma-design-mode .main-content>section:first-child{margin-top:46px!important}}.sigma-craftsmanship-section{background:linear-gradient(180deg,#f6eee5,#eadfce)!important;color:#19120e!important;padding:clamp(70px,7vw,108px) 0!important}.sigma-craftsmanship-section .craft-layout{display:grid!important;grid-template-columns:minmax(0,.96fr) minmax(0,1.04fr)!important;gap:clamp(34px,5vw,72px)!important;align-items:center!important}.sigma-craftsmanship-section .craft-image-wrap{width:100%!important;aspect-ratio:5 / 4!important;background:#d9c7b3!important;border-radius:14px!important;overflow:hidden!important;box-shadow:0 22px 58px #34281f29!important}.sigma-craftsmanship-section .craft-image-wrap img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;display:block!important;margin:0!important;max-width:none!important}.sigma-craftsmanship-section .craft-content{padding:0!important;max-width:560px!important}.sigma-craftsmanship-section .craft-title{color:#19120e!important;font-family:var(--font-serif)!important;font-size:clamp(34px,4.2vw,58px)!important;line-height:1.05!important;margin:0 0 24px!important}.sigma-craftsmanship-section .craft-text{color:#4a4038!important;font-size:clamp(15px,1.2vw,18px)!important;line-height:1.78!important;margin-bottom:34px!important}.sigma-craftsmanship-section .craft-label{color:#a46f3e!important;letter-spacing:.3em!important;text-transform:uppercase!important;font-size:10px!important;margin:0 0 16px!important}.sigma-craftsmanship-section .craft-cta{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:230px!important}@media(max-width:768px){.sigma-craftsmanship-section{padding:54px 0 58px!important}.sigma-craftsmanship-section .craft-layout{display:flex!important;flex-direction:column!important;gap:24px!important;align-items:stretch!important}.sigma-craftsmanship-section .craft-image-wrap{order:1!important;width:100%!important;max-width:420px!important;margin:0 auto!important;aspect-ratio:4 / 3!important;border-radius:12px!important}.sigma-craftsmanship-section .craft-content{order:2!important;width:100%!important;max-width:420px!important;margin:0 auto!important;text-align:left!important}.sigma-craftsmanship-section .craft-title{font-size:clamp(31px,9vw,42px)!important;line-height:1.06!important;margin-bottom:18px!important}.sigma-craftsmanship-section .craft-text{font-size:15px!important;line-height:1.72!important;margin-bottom:26px!important}.sigma-craftsmanship-section .craft-cta{width:100%!important;min-width:0!important;padding-left:18px!important;padding-right:18px!important}}@media(max-width:420px){.sigma-craftsmanship-section .craft-image-wrap,.sigma-craftsmanship-section .craft-content{max-width:100%!important}}.mobile-nav-links{display:flex!important;flex-direction:column!important;align-items:stretch!important;width:100%!important;gap:0!important}.mobile-nav-links a{display:block!important;width:100%!important;padding:14px 0!important;font-size:14px!important;line-height:1.35!important;letter-spacing:.14em!important;white-space:normal!important;border-bottom:1px solid rgba(255,255,255,.06)!important}.mobile-drawer{padding-top:10px!important}.mobile-drawer .active-nav{color:var(--off-white)!important}.sigma-craftsmanship-section .craft-cta,.sigma-craftsmanship-section .craft-cta.btn,.sigma-craftsmanship-section .craft-cta.btn-light{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:56px!important;padding:16px 26px!important;border:1px solid #1b1410!important;background:#1b1410!important;color:#f6eee5!important;text-decoration:none!important;letter-spacing:.2em!important;font-size:12px!important;font-weight:500!important;box-shadow:0 10px 28px #1b14101f!important}.sigma-craftsmanship-section .craft-cta:before{display:none!important}.sigma-craftsmanship-section .craft-cta:hover{background:#2b211b!important;border-color:#2b211b!important;color:#f6eee5!important;transform:translateY(-1px)!important}@media(max-width:768px){.mobile-drawer{padding-left:20px!important;padding-right:20px!important;padding-bottom:22px!important}.mobile-nav-links a{font-size:13px!important;letter-spacing:.13em!important}.sigma-craftsmanship-section .craft-cta,.sigma-craftsmanship-section .craft-cta.btn,.sigma-craftsmanship-section .craft-cta.btn-light{width:100%!important;min-width:0!important;max-width:100%!important;text-align:center!important}}@media(min-width:1025px){.collection-simple .collection-grid{grid-template-columns:repeat(6,minmax(0,1fr))!important}.collection-simple .collection-grid>:nth-child(1){grid-column:span 2!important}}.sigma-craftsmanship-section{background:#f2e8db!important;color:#1b1410!important;padding:clamp(70px,7vw,112px) 0!important}.sigma-craftsmanship-section .craft-layout{display:grid!important;grid-template-columns:minmax(0,1.04fr) minmax(0,.96fr)!important;gap:clamp(44px,5vw,86px)!important;align-items:center!important}.sigma-craftsmanship-section .craft-image-wrap{aspect-ratio:1 / .78!important;border-radius:10px!important;overflow:hidden!important;background:#d9c7b3!important;box-shadow:0 28px 70px #2e221921!important}.sigma-craftsmanship-section .craft-image-wrap img{width:100%!important;height:100%!important;max-width:none!important;margin:0!important;object-fit:cover!important;object-position:center center!important}.sigma-craftsmanship-section .craft-content{padding:0!important;max-width:620px!important}.sigma-craftsmanship-section .craft-label{color:#b98a56!important;font-size:11px!important;letter-spacing:.32em!important;text-transform:uppercase!important;margin-bottom:28px!important}.sigma-craftsmanship-section .craft-title{color:#1b1410!important;font-family:var(--font-serif)!important;font-size:clamp(42px,4.2vw,72px)!important;line-height:1.07!important;font-weight:400!important;margin:0 0 34px!important}.sigma-craftsmanship-section .craft-text{color:#73685d!important;font-size:16px!important;line-height:1.82!important;max-width:620px!important;margin-bottom:0!important}.sigma-craftsmanship-section .craft-text p{margin:0 0 24px!important}.sigma-craftsmanship-section .craft-features{margin-top:34px!important;gap:16px!important}.sigma-craftsmanship-section .craft-feature-icon{width:42px!important;height:42px!important;border-color:#b98a568c!important}.sigma-craftsmanship-section .craft-feature-icon svg{width:18px!important;height:18px!important;stroke:#b98a56!important;fill:none!important;stroke-width:1.35!important}.sigma-craftsmanship-section .craft-feature-text{color:#1b1410!important;font-size:15px!important;font-weight:400!important}.sigma-brand-story-section{position:relative!important;min-height:520px!important;padding:clamp(86px,8vw,138px) 0!important;background:#120d0a!important;display:flex!important;align-items:center!important;overflow:hidden!important}.sigma-brand-story-section .brand-story-bg,.sigma-brand-story-section .brand-story-overlay{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important}.sigma-brand-story-section .brand-story-bg img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;opacity:.46!important}.sigma-brand-story-section .brand-story-overlay{background:linear-gradient(180deg,#120a06d1,#120a06c2)!important}.sigma-brand-story-section .brand-story-content{position:relative!important;z-index:2!important;max-width:920px!important;text-align:center!important;margin:0 auto!important}.sigma-brand-story-section .brand-story-label{color:#b98a56!important;font-size:11px!important;letter-spacing:.32em!important;margin-bottom:28px!important}.sigma-brand-story-section .brand-story-title{color:#f5eee6!important;font-size:clamp(46px,4.7vw,76px)!important;line-height:1.08!important;font-weight:400!important;margin:0 0 32px!important}.sigma-brand-story-section .brand-story-text{color:#f5eee6d6!important;font-size:17px!important;line-height:1.85!important;max-width:920px!important;margin:0 auto!important}.sigma-brand-story-section .brand-story-text p{margin:0 auto 24px!important}.sigma-brand-story-section .brand-story-cta{margin-top:36px!important}.sigma-brand-story-section .btn,.sigma-brand-story-section .btn-outline-dark{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:58px!important;padding:18px 54px!important;border:1px solid rgba(245,238,230,.75)!important;background:transparent!important;color:#f5eee6!important;letter-spacing:.2em!important;font-size:12px!important;text-decoration:none!important}.sigma-commitment-section{background:#f2e8db!important;color:#1b1410!important;padding:clamp(78px,7vw,122px) 0 clamp(70px,7vw,110px)!important}.sigma-commitment-section .commitment-header{text-align:center!important;margin-bottom:clamp(56px,5vw,78px)!important}.sigma-commitment-section .section-label{color:#b98a56!important;margin-bottom:26px!important}.sigma-commitment-section .section-title{color:#1b1410!important;font-family:var(--font-serif)!important;font-size:clamp(44px,4.8vw,72px)!important;font-weight:400!important;line-height:1.1!important}.sigma-commitment-section .confidence-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:28px!important}.sigma-commitment-section .confidence-item{min-height:280px!important;padding:48px 32px 42px!important;border:1px solid rgba(27,20,16,.08)!important;background:#ffffff14!important;text-align:center!important}.sigma-commitment-section .confidence-icon{margin-bottom:34px!important}.sigma-commitment-section .confidence-icon svg{stroke:#b98a56!important;fill:none!important}.sigma-commitment-section .confidence-title{color:#1b1410!important;font-size:22px!important;font-weight:400!important;margin-bottom:18px!important}.sigma-commitment-section .confidence-text{color:#817568!important;font-size:15px!important;line-height:1.72!important}.footer{background:#130d0a!important;padding:clamp(76px,7vw,118px) 0 42px!important;color:#81766b!important;border-top:none!important;margin-top:0!important}.footer .footer-grid{display:grid!important;grid-template-columns:minmax(280px,2.2fr) minmax(120px,1fr) minmax(120px,1fr) minmax(170px,1.25fr)!important;gap:clamp(54px,7vw,118px)!important;align-items:start!important;margin-bottom:72px!important}.footer .footer-brand{max-width:380px!important}.footer .footer-logo{font-family:var(--font-serif)!important;display:inline-block!important;color:#f5eee6!important;font-size:24px!important;letter-spacing:.12em!important;font-weight:600!important;margin-bottom:30px!important;text-decoration:none!important}.footer .footer-brand-text{color:#81766b!important;font-size:15px!important;line-height:1.75!important;max-width:360px!important}.footer .footer-col-title,.footer .footer-col h4{color:#f5eee6!important;font-family:var(--font-sans)!important;font-size:12px!important;letter-spacing:.28em!important;text-transform:uppercase!important;margin:0 0 34px!important;font-weight:600!important}.footer .footer-links{list-style:none!important;padding:0!important;margin:0!important;display:flex!important;flex-direction:column!important;gap:20px!important}.footer .footer-links li{margin:0!important}.footer .footer-links a{color:#81766b!important;font-size:15px!important;text-decoration:none!important;font-weight:300!important;line-height:1.3!important}.footer .footer-links a:hover{color:#f5eee6!important}.footer .footer-legal{grid-column:1 / 2!important;margin-top:40px!important}.footer .footer-bottom{border-top:1px solid rgba(245,238,230,.08)!important;padding-top:48px!important;display:flex!important;align-items:center!important;justify-content:space-between!important}.footer .footer-copyright{color:#81766b!important;font-size:13px!important}.footer .footer-socials{display:flex!important;gap:18px!important}.footer .footer-socials a{width:44px!important;height:44px!important;border:1px solid rgba(245,238,230,.1)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.footer .footer-socials svg{width:15px!important;height:15px!important;fill:#81766b!important}@media(max-width:980px){.sigma-craftsmanship-section .craft-layout{grid-template-columns:1fr!important;gap:34px!important}.sigma-craftsmanship-section .craft-image-wrap{aspect-ratio:4 / 3!important}.sigma-commitment-section .confidence-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.footer .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:44px!important}.footer .footer-legal{grid-column:auto!important;margin-top:0!important}}@media(max-width:640px){.sigma-craftsmanship-section{padding:0 0 58px!important}.sigma-craftsmanship-section .container{width:100%!important;max-width:none!important;padding:0 20px!important}.sigma-craftsmanship-section .craft-image-wrap{margin-left:-20px!important;margin-right:-20px!important;border-radius:0!important;aspect-ratio:1 / .82!important}.sigma-craftsmanship-section .craft-content{max-width:100%!important}.sigma-craftsmanship-section .craft-label{margin-top:38px!important;margin-bottom:18px!important}.sigma-craftsmanship-section .craft-title{font-size:clamp(42px,13vw,58px)!important}.sigma-craftsmanship-section .craft-text{font-size:16px!important;line-height:1.75!important}.sigma-craftsmanship-section .craft-feature{gap:18px!important}.sigma-craftsmanship-section .craft-feature-icon{width:46px!important;height:46px!important}.sigma-brand-story-section{min-height:560px!important;padding:78px 0!important}.sigma-brand-story-section .brand-story-content{padding-left:20px!important;padding-right:20px!important}.sigma-brand-story-section .brand-story-title{font-size:clamp(38px,12vw,56px)!important}.sigma-brand-story-section .brand-story-text{font-size:15px!important;line-height:1.78!important}.sigma-brand-story-section .btn{width:100%!important;max-width:300px!important;padding-left:24px!important;padding-right:24px!important}.sigma-commitment-section{padding:60px 0!important}.sigma-commitment-section .commitment-header{margin-bottom:36px!important}.sigma-commitment-section .section-title{font-size:clamp(40px,12vw,54px)!important}.sigma-commitment-section .confidence-grid{grid-template-columns:1fr!important;gap:14px!important}.sigma-commitment-section .confidence-item{min-height:0!important;padding:34px 24px!important}.footer{padding:54px 0 34px!important}.footer .footer-grid{grid-template-columns:1fr!important;gap:34px!important;margin-bottom:44px!important}.footer .footer-logo{font-size:22px!important;margin-bottom:22px!important}.footer .footer-brand-text{font-size:14px!important}.footer .footer-col-title,.footer .footer-col h4{margin-bottom:20px!important}.footer .footer-links{gap:18px!important}.footer .footer-links a{font-size:16px!important}.footer .footer-bottom{display:block!important;padding-top:34px!important}.footer .footer-socials{margin-top:26px!important}}.product-options select option,.product-options select optgroup{color:#111!important;background:#fff!important}@media(max-width:640px){.sigma-craftsmanship-section .craft-image-wrap{aspect-ratio:4 / 3!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important}.sigma-craftsmanship-section .craft-image-wrap img{object-fit:cover!important;object-position:center center!important}.sigma-brand-story-section .brand-story-title{max-width:340px!important;margin-left:auto!important;margin-right:auto!important;font-size:clamp(36px,10.6vw,48px)!important;line-height:1.08!important;word-break:normal!important;overflow-wrap:normal!important}.nav .menu-toggle{position:relative!important;width:34px!important;height:34px!important;margin-left:auto!important;margin-right:8px!important}.nav .menu-toggle .hamburger-line{position:absolute!important;left:50%!important;top:50%!important;width:23px!important;height:2px!important;margin:0!important;border-radius:2px!important;transform-origin:center!important}.nav .menu-toggle .hamburger-line--top{transform:translate(-50%,calc(-50% - 6px))!important}.nav .menu-toggle .hamburger-line--middle{transform:translate(-50%,-50%)!important}.nav .menu-toggle .hamburger-line--bottom{transform:translate(-50%,calc(-50% + 6px))!important}.nav.menu-open .menu-toggle .hamburger-line--top{transform:translate(-50%,-50%) rotate(45deg)!important}.nav.menu-open .menu-toggle .hamburger-line--middle{opacity:0!important;transform:translate(-50%,-50%) scaleX(0)!important}.nav.menu-open .menu-toggle .hamburger-line--bottom{transform:translate(-50%,-50%) rotate(-45deg)!important}}@media(max-width:640px){.sigma-craftsmanship-section .craft-image-wrap{width:calc(100% + 40px)!important;max-width:none!important;margin:0 -20px!important;aspect-ratio:16 / 10!important;border-radius:0!important}.sigma-craftsmanship-section .craft-image-wrap img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;display:block!important}}
/*# sourceMappingURL=/cdn/shop/t/14/assets/sigma.css.map */
