:root{color-scheme:dark;--font-serif:Georgia,'Times New Roman',serif;--font-sans:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;--bg-primary:#121212;--bg-secondary:#1a1a1a;--bg-tertiary:#242424;--surface-primary:#181818;--surface-neutral:#f4f2ed;--text-primary:#f5f5f7;--text-secondary:#aaa9ae;--text-muted:#76757b;--input-bg:#181818;--input-text:#fff;--overlay-bg:rgba(18,18,18,.78);--gold-primary:#c5a880;--gold-hover:#e3d4c1;--gold-glow:rgba(197,168,128,.35);--border-color:rgba(255,255,255,.12);--glass-bg:var(--overlay-bg);--transition-fast:all .2s ease;--transition-smooth:all .45s cubic-bezier(.25,1,.5,1)}
[data-theme="light"]{color-scheme:light;--bg-primary:#f7f5f0;--bg-secondary:#eeebe4;--bg-tertiary:#e2ddd3;--surface-primary:#fff;--surface-neutral:#f6f3ed;--text-primary:#1b1a18;--text-secondary:#5e5a54;--text-muted:#817b72;--input-bg:#fff;--input-text:#1b1a18;--overlay-bg:rgba(247,245,240,.88);--gold-primary:#927044;--gold-hover:#aa8656;--gold-glow:rgba(146,112,68,.24);--border-color:rgba(27,26,24,.16)}
*{box-sizing:border-box;margin:0;padding:0;-webkit-font-smoothing:antialiased}html{scroll-behavior:smooth}body{background:var(--bg-primary);color:var(--text-primary);font-family:var(--font-sans);line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none;transition:var(--transition-fast)}img{display:block;max-width:100%;height:auto}button,input,select,textarea{font:inherit}button{color:inherit}.page-width{width:100%;max-width:1400px;margin:0 auto;padding:0 40px}.section{padding:100px 0}.section-heading{text-align:center;max-width:680px;margin:0 auto 50px}.section-heading h1,.section-heading h2{font-family:var(--font-serif);font-size:clamp(2.5rem,4.8vw,4rem);font-weight:500;line-height:1.15;margin:0 0 12px}.section-heading p{color:var(--text-secondary)}.eyebrow{color:var(--gold-primary)!important;text-transform:uppercase;letter-spacing:.18em;font-size:.78rem;font-weight:600;margin-bottom:12px}.rte{color:var(--text-secondary);line-height:1.75}

.site-header{position:fixed;inset:0 0 auto;z-index:100;width:100%;background:var(--glass-bg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-color)}.header-container{height:80px;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:5px;font-family:var(--font-serif);font-size:1.8rem;font-weight:700;letter-spacing:.1em}.logo span{color:var(--gold-primary)}.nav-menu{display:flex;align-items:center;gap:32px}.nav-link{position:relative;padding:8px 0;font-size:.82rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase}.nav-link::after{content:'';position:absolute;bottom:0;left:50%;width:0;height:1px;background:var(--gold-primary);transform:translateX(-50%);transition:var(--transition-fast)}.nav-link:hover::after,.nav-link.active::after{width:100%}.header-actions{display:flex;align-items:center;gap:14px}.header-icon-btn{position:relative;display:grid;place-items:center;width:38px;height:38px;padding:0;border:0;border-radius:50%;background:transparent;cursor:pointer}.header-icon-btn:hover,.header-icon-btn.active{color:var(--gold-primary);background:color-mix(in srgb,var(--text-primary) 7%,transparent)}.theme-toggle__sun,.theme-toggle__moon{grid-area:1/1}.theme-toggle__sun{display:none}[data-theme="light"] .theme-toggle__sun{display:block}[data-theme="light"] .theme-toggle__moon{display:none}.cart-count-badge{position:absolute;top:-2px;right:-2px;display:grid;place-items:center;min-width:17px;height:17px;padding:0 4px;border-radius:999px;background:var(--gold-primary);color:#121212;font-size:.65rem;font-weight:700}main{min-height:70vh}

.hero{position:relative;height:min(860px,100vh);min-height:680px;overflow:hidden}.hero-bg-carousel,.hero-slide{position:absolute;inset:0}.hero-slide{opacity:0;background-position:center;background-size:cover;transform:scale(1.025);transition:opacity 1.1s ease,transform 7s ease}.hero-slide__image{width:100%;height:100%;object-fit:cover}.hero-slide.active{opacity:1;transform:scale(1)}.hero-slide::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,8,8,.82) 0%,rgba(8,8,8,.47) 43%,rgba(8,8,8,.08) 78%),linear-gradient(0deg,rgba(8,8,8,.35),transparent 45%)}.hero-content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding-top:80px}.hero-tagline{color:var(--gold-primary);font-size:.78rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase}.hero-title{max-width:760px;margin:18px 0 22px;font-family:var(--font-serif);font-size:clamp(3.6rem,7vw,6.8rem);font-weight:500;line-height:.98;letter-spacing:-.025em}.hero-description{max-width:630px;color:#ddd;font-size:1.05rem;line-height:1.8}.hero-actions{display:flex;gap:16px;margin-top:34px}.btn-primary,.btn-secondary,.button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 26px;border:1px solid var(--gold-primary);border-radius:3px;font-weight:600;cursor:pointer}.btn-primary,.button{background:var(--gold-primary);color:#121212}.btn-primary:hover,.button:hover{background:var(--gold-hover);border-color:var(--gold-hover)}.btn-secondary{background:rgba(18,18,18,.22);color:#fff;backdrop-filter:blur(8px)}.btn-secondary:hover{background:var(--gold-primary);color:#121212}

.category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.category-card{position:relative;height:520px;overflow:hidden;border-radius:16px;background:var(--bg-secondary)}.category-card img{width:100%;height:100%;object-fit:cover;transition:transform .55s cubic-bezier(.25,1,.5,1)}.category-card:hover img{transform:scale(1.035)}.category-card::after{content:'';position:absolute;inset:30% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.88))}.category-card>span{position:absolute;z-index:2;left:36px;right:36px;bottom:34px}.category-card strong{display:block;font-family:var(--font-serif);font-size:2.15rem;font-weight:500}.category-card small{display:block;margin-top:14px;color:var(--gold-primary);font-size:.78rem;font-weight:600;letter-spacing:.13em;text-transform:uppercase}

.lookbook-section{background:var(--bg-secondary)}.lookbook-container{position:relative;aspect-ratio:16/9;overflow:hidden;border-radius:18px;background:#0d0d0d}.lookbook-carousel-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .75s ease}.lookbook-carousel-slide.active{opacity:1;visibility:visible}.lookbook-img{width:100%;height:100%;object-fit:cover}.lookbook-carousel-arrow{position:absolute;z-index:5;top:50%;width:54px;height:54px;border:1px solid rgba(255,255,255,.8);border-radius:50%;background:rgba(18,18,18,.52);color:#fff;font-size:1.8rem;line-height:1;transform:translateY(-50%);cursor:pointer;backdrop-filter:blur(8px)}.lookbook-carousel-arrow:hover{background:var(--gold-primary);color:#121212}.lookbook-carousel-prev{left:24px}.lookbook-carousel-next{right:24px}.lookbook-carousel-dots{position:absolute;z-index:5;bottom:24px;left:50%;display:flex;gap:9px;transform:translateX(-50%)}.lookbook-carousel-dot{width:10px;height:10px;padding:0;border:1px solid #fff;border-radius:999px;background:transparent;cursor:pointer;transition:var(--transition-fast)}.lookbook-carousel-dot.active{width:30px;background:var(--gold-primary);border-color:var(--gold-primary)}.hotspot{position:absolute;z-index:4;transform:translate(-50%,-50%)}.hotspot-btn{position:relative;display:block;width:28px;height:28px;padding:0;border:4px solid #fff;border-radius:50%;background:var(--gold-primary);box-shadow:0 0 0 10px rgba(197,168,128,.28);cursor:pointer}.hotspot-btn::before{content:'';position:absolute;inset:-14px;border:1px solid rgba(255,255,255,.8);border-radius:50%;animation:hotspot-pulse 2s ease-out infinite}.hotspot-card{position:absolute;left:50%;bottom:48px;display:flex;flex-direction:column;width:230px;padding:14px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:rgba(18,18,18,.94);box-shadow:0 18px 45px rgba(0,0,0,.35);opacity:0;visibility:hidden;transform:translate(-50%,10px);transition:var(--transition-fast);pointer-events:none}.hotspot:hover .hotspot-card,.hotspot:focus-within .hotspot-card{opacity:1;visibility:visible;transform:translate(-50%,0);pointer-events:auto}.hotspot-card-img{width:100%;height:115px;margin-bottom:10px;object-fit:contain;background:#fff;border-radius:4px}.hotspot-card strong{font-family:var(--font-serif);font-size:1rem;line-height:1.35}.hotspot-card>span{margin-top:6px;color:var(--gold-primary);font-size:.78rem}@keyframes hotspot-pulse{0%{opacity:.9;transform:scale(.8)}75%,100%{opacity:0;transform:scale(1.75)}}

.collection-groups{display:grid;gap:76px}.collection-group{min-width:0}.collection-group__heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:26px;padding-bottom:16px;border-bottom:1px solid var(--border-color)}.collection-group__heading h3{font-family:var(--font-serif);font-size:clamp(2rem,3.6vw,3.15rem);font-weight:500;line-height:1.08}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px}.product-card{min-width:0}.product-card img{width:100%;aspect-ratio:1;object-fit:contain;background:#fff;border-radius:12px;transition:transform .4s ease}.product-card:hover img{transform:translateY(-4px)}.product-card h2,.product-card h3{margin:16px 0 8px;font-family:var(--font-serif);font-size:1.24rem;font-weight:500;line-height:1.4}.product-card p,.price{color:var(--gold-primary);font-weight:700}.empty-state{grid-column:1/-1;padding:50px;text-align:center;border:1px dashed var(--border-color);color:var(--text-secondary)}

.trade-section{background:var(--bg-secondary)}.trade-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.trade-grid h2{margin:12px 0 20px;font-family:var(--font-serif);font-size:clamp(2.6rem,5vw,4rem);font-weight:500;line-height:1.08}.trade-form{min-width:0}.trade-form .shopify-app-block{width:100%}.trade-form__setup,.trade-form__unavailable{padding:28px;border:1px dashed var(--border-color);background:var(--input-bg);color:var(--text-secondary);line-height:1.6}.product-page select,.product-page input,.search-form input{width:100%;padding:15px;border:1px solid var(--border-color);background:var(--input-bg);color:var(--input-text);outline:0}.product-page select:focus,.product-page input:focus,.search-form input:focus{border-color:var(--gold-primary)}.site-footer{padding:70px max(40px,calc((100vw - 1400px)/2));border-top:1px solid var(--border-color)}.site-footer__brand{max-width:680px}.site-footer h2{margin:0 0 14px;font-family:var(--font-serif);font-size:2.4rem;font-weight:500}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

.product-page{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(330px,.9fr);gap:clamp(42px,6vw,78px);align-items:start;padding-top:140px}.product-page__info{max-width:590px}.product-page h1{margin:8px 0 14px;font-family:var(--font-serif);font-size:clamp(2rem,3.2vw,2.75rem);font-weight:500;line-height:1.12;letter-spacing:-.015em}.product-page__description{max-width:58ch;font-size:1rem}.product-page form{display:grid;gap:18px;margin-top:26px}.product-gallery{display:grid;grid-template-columns:78px minmax(0,1fr);gap:16px;min-width:0}.product-gallery__thumbnails{display:flex;flex-direction:column;gap:10px;max-height:650px;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin}.product-gallery__thumbnail{flex:0 0 auto;width:72px;aspect-ratio:1;padding:4px;overflow:hidden;border:1px solid var(--border-color);border-radius:5px;background:var(--surface-primary);cursor:pointer}.product-gallery__thumbnail:hover,.product-gallery__thumbnail.is-active{border-color:var(--gold-primary);box-shadow:0 0 0 1px var(--gold-primary)}.product-gallery__thumbnail:focus-visible,.product-option__button:focus-visible,.theme-toggle:focus-visible{outline:2px solid var(--gold-primary);outline-offset:3px}.product-gallery__thumbnail img{width:100%;height:100%;object-fit:contain;background:#fff}.product-gallery__stage{display:grid;place-items:center;min-height:520px;aspect-ratio:1;padding:clamp(12px,2vw,28px);overflow:hidden;border-radius:8px;background:var(--surface-neutral)}.product-gallery__stage img,.product-gallery__placeholder{width:100%;height:100%;object-fit:contain}.product-options{display:none;gap:18px}.js .product-options{display:grid}.product-option{min-width:0;border:0}.product-option legend,.product-form__quantity>span{margin-bottom:8px;color:var(--text-secondary);font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.product-option__values{display:flex;flex-wrap:wrap;gap:9px}.product-option__button{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:8px 13px;border:1px solid var(--border-color);border-radius:4px;background:var(--surface-primary);color:var(--text-primary);font-size:.88rem;cursor:pointer}.product-option__button:hover,.product-option__button.is-selected{border-color:var(--gold-primary);box-shadow:inset 0 0 0 1px var(--gold-primary)}.product-option__button:disabled{opacity:.38;cursor:not-allowed;text-decoration:line-through}.product-option__swatch{width:19px;height:19px;border:1px solid var(--border-color);border-radius:50%;background:var(--swatch-color,var(--gold-primary));box-shadow:inset 0 0 0 2px var(--surface-primary)}.product-variant-fallback label{display:block;margin-bottom:7px;color:var(--text-secondary);font-size:.8rem}.product-page.is-enhanced .product-variant-fallback{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.product-availability{color:var(--text-secondary);font-size:.9rem}.product-form__quantity{display:grid;gap:2px;max-width:130px}.product-form__quantity input{min-height:48px}.product-form__submit{width:100%}.product-form__submit:disabled{opacity:.45;cursor:not-allowed}.cart-line{display:grid;grid-template-columns:140px 1fr;gap:24px;padding:22px 0;border-bottom:1px solid var(--border-color)}.cart-line img{width:140px;height:140px;object-fit:contain;background:#fff}.search-page{min-height:75vh;padding-top:160px}.search-form{display:flex;max-width:760px;margin:0 auto 34px}.search-form input{min-height:54px}.search-form .btn-primary{flex:0 0 auto;min-height:54px;border-radius:0}.search-summary{margin:0 0 28px;color:var(--text-secondary);text-align:center}.search-results{margin-top:30px}

.product-story{padding:clamp(72px,9vw,130px) 0;background:var(--bg-secondary)}.product-story-module,.product-story__module{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:clamp(34px,6vw,84px);align-items:center;margin:0 auto clamp(64px,9vw,120px)}.product-story__module--media-right{grid-template-columns:minmax(300px,.85fr) minmax(0,1.15fr)}.product-story__module--media-right .product-story__media{order:2}.product-story__module--no-media{display:block;max-width:760px}.product-story__module--no-media .product-story__copy{max-width:none;padding:clamp(28px,5vw,54px);border:1px solid var(--border-color);border-radius:12px;background:var(--surface-primary)}.product-story-module__media,.product-story__media{min-height:360px;overflow:hidden;border-radius:12px;background:var(--surface-neutral)}.product-story-module__media img,.product-story__media img{width:100%;height:100%;object-fit:cover}.product-story-module__content,.product-story__copy{max-width:520px}.product-story-module__content h2,.product-story-module__content h3,.product-story__copy h2,.product-story__copy h3{margin-bottom:16px;font-family:var(--font-serif);font-size:clamp(2rem,3.8vw,3.25rem);font-weight:500;line-height:1.1}.product-story-module__content p,.product-story__text{color:var(--text-secondary);font-size:1rem;line-height:1.8}.product-story__eyebrow{margin-bottom:12px;color:var(--gold-primary);font-size:.78rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.product-story-hero,.product-story__hero{position:relative;min-height:520px;margin-bottom:clamp(64px,9vw,120px);overflow:hidden;border-radius:16px}.product-story__hero--no-media{min-height:auto;border:1px solid var(--border-color);background:var(--surface-primary)}.product-story__hero--no-media .product-story__hero-copy{min-height:auto;max-width:760px;color:var(--text-primary);background:transparent}.product-story__hero--no-media .product-story__text{color:var(--text-secondary)}.product-story-hero img,.product-story__hero-media,.product-story__hero-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.product-story-hero__content,.product-story__hero-copy{position:relative;z-index:1;display:flex;min-height:520px;max-width:650px;flex-direction:column;justify-content:flex-end;padding:clamp(32px,6vw,72px);color:#fff;background:linear-gradient(90deg,rgba(0,0,0,.72),transparent)}.product-story__hero-copy .product-story__text{color:rgba(255,255,255,.86)}

@media(max-width:900px){.page-width{padding:0 24px}.nav-menu{gap:18px}.nav-link{font-size:.72rem}.hero{min-height:650px}.category-card{height:430px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.trade-grid,.product-page,.product-story-module,.product-story__module,.product-story__module--media-right{grid-template-columns:1fr;gap:50px}.product-page__info{max-width:none}.product-story__module--media-right .product-story__media{order:0}.site-footer{padding-left:24px;padding-right:24px}.lookbook-container{aspect-ratio:4/3}}
@media(max-width:680px){.page-width{padding:0 20px}.header-container{height:68px}.logo{font-size:1.35rem}.nav-menu{display:none}.header-actions{gap:8px}.hero{height:720px;min-height:0}.hero-content{padding-top:68px}.hero-title{font-size:3.35rem}.hero-description{font-size:.95rem}.hero-actions{width:100%;flex-direction:column}.hero-actions a{width:100%}.section{padding:72px 0}.category-grid,.product-grid{grid-template-columns:1fr}.collection-groups{gap:56px}.collection-group__heading{display:block}.collection-group__heading h3{font-size:2.2rem}.category-card{height:390px}.lookbook-container{aspect-ratio:3/4}.lookbook-carousel-arrow{width:44px;height:44px}.lookbook-carousel-prev{left:12px}.lookbook-carousel-next{right:12px}.hotspot-card{width:190px}.trade-grid h2{font-size:2.7rem}.site-footer{padding-top:50px;padding-bottom:50px}.search-page{padding-top:120px}.search-form{flex-direction:column;gap:10px}.search-form .btn-primary{width:100%}.product-page{padding-top:108px;gap:34px}.product-page h1{font-size:clamp(1.8rem,8vw,2.25rem)}.product-gallery{display:flex;flex-direction:column}.product-gallery__stage{order:1;min-height:0}.product-gallery__thumbnails{order:2;flex-direction:row;max-height:none;overflow-x:auto;overflow-y:hidden;padding:3px}.product-gallery__thumbnail{width:68px}.product-story-module,.product-story__module,.product-story__module--media-right{grid-template-columns:1fr}.product-story__module--media-right .product-story__media{order:0}.product-story-module__media,.product-story__media{min-height:260px}.product-story-hero,.product-story__hero,.product-story-hero__content,.product-story__hero-copy{min-height:430px}.cart-line{grid-template-columns:90px 1fr}.cart-line img{width:90px;height:90px}}
