:root{--color-bg: #faf8f5;--color-bg-2: #f5f0e8;--color-bg-3: #ebe3d5;--color-surface: #ffffff;--color-surface-2: #fdfcfb;--color-gold: #a88f5d;--color-gold-light: #c2aa78;--color-gold-dark: #7d6942;--color-cream: #2c2a27;--color-white: #ffffff;--color-text: #3d3b37;--color-text-muted: #757065;--color-text-faint: #9e978b;--color-border: rgba(168, 143, 93, .18);--color-border-light: rgba(0, 0, 0, .05);--color-error: #d9534f;--color-success: #2b8a5d;--font-heading: "Playfair Display", Georgia, serif;--font-body: "Poppins", -apple-system, sans-serif;--space-xs: .5rem;--space-sm: 1rem;--space-md: 1.5rem;--space-lg: 1.75rem;--space-xl: 2.25rem;--space-2xl: 3rem;--space-3xl: 4.5rem;--transition-fast: .15s ease;--transition-base: .3s ease;--transition-slow: .6s ease;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 16px;--radius-xl: 24px;--radius-full: 9999px;--shadow-sm: 0 2px 12px rgba(0,0,0,.4);--shadow-md: 0 8px 32px rgba(0,0,0,.5);--shadow-lg: 0 20px 60px rgba(0,0,0,.6);--shadow-gold: 0 0 40px rgba(201,169,110,.15);--container-max: 1400px;--container-pad: 2rem;--header-h: 96px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:clip;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);background-color:var(--color-bg);color:var(--color-text);line-height:1.7;font-size:15px;overflow-x:hidden}img,video{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}ul,ol{list-style:none}input,textarea,select{font-family:inherit}.skip-to-content{position:absolute;top:-100px;left:var(--space-sm);background:var(--color-gold);color:var(--color-bg);padding:var(--space-xs) var(--space-sm);border-radius:var(--radius-sm);font-weight:600;z-index:9999;transition:top var(--transition-fast)}.skip-to-content:focus{top:var(--space-xs)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);line-height:1.2;font-weight:600;color:var(--color-cream)}.h1{font-size:clamp(2.5rem,6vw,5rem);font-weight:700}.h2{font-size:clamp(2rem,4vw,3.5rem)}.h3{font-size:clamp(1.5rem,3vw,2.2rem)}.h4{font-size:clamp(1.1rem,2vw,1.4rem)}.h5{font-size:1rem;font-family:var(--font-body);letter-spacing:.15em;text-transform:uppercase}.text-gold{color:var(--color-gold)}.text-muted{color:var(--color-text-muted)}.text-center{text-align:center}.text-italic{font-style:italic}.container{max-width:var(--container-max);margin:0 auto;padding:0 var(--container-pad)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.9rem 2.2rem;font-family:var(--font-body);font-size:.85rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;border-radius:var(--radius-sm);transition:all var(--transition-base);white-space:nowrap;cursor:pointer}.btn--primary{background:linear-gradient(135deg,var(--color-gold),var(--color-gold-dark));color:var(--color-bg);border:1px solid transparent;box-shadow:0 4px 20px #c9a96e4d}.btn--primary:hover{background:linear-gradient(135deg,var(--color-gold-light),var(--color-gold));transform:translateY(-2px);box-shadow:0 8px 30px #c9a96e73}.btn--outline{background:transparent;color:var(--color-gold);border:1px solid var(--color-gold)}.btn--outline:hover{background:#c9a96e14;transform:translateY(-2px)}.btn--ghost{background:#ffffff0d;color:var(--color-cream);border:1px solid var(--color-border-light);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn--ghost:hover{background:#ffffff1a;border-color:var(--color-gold);color:var(--color-gold)}.btn--full{width:100%}.btn--sm{padding:.6rem 1.4rem;font-size:.78rem}.btn--lg{padding:1.1rem 2.8rem;font-size:.9rem}.btn--loading{opacity:.7;pointer-events:none}.section-eyebrow{display:inline-flex;align-items:center;gap:.8rem;font-size:.75rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--color-gold);margin-bottom:1rem}.section-eyebrow:before,.section-eyebrow:after{content:"";display:block;width:30px;height:1px;background:var(--color-gold);opacity:.6}.gold-line{width:60px;height:2px;background:linear-gradient(90deg,transparent,var(--color-gold),transparent);margin:1.2rem auto}.page-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;z-index:200;opacity:0;pointer-events:none;transition:opacity var(--transition-base);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.page-overlay.active{opacity:1;pointer-events:all}.site-header{position:sticky;top:0;z-index:500;width:100%;max-width:100%;height:var(--header-h);display:flex;align-items:center;background:#faf8f5f0;backdrop-filter:blur(20px) saturate(160%);-webkit-backdrop-filter:blur(20px) saturate(160%);border-bottom:1px solid var(--color-border-light);transition:all var(--transition-base)}.site-header.scrolled{background:#fffffffa;box-shadow:var(--shadow-sm)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:var(--container-max);min-width:0;margin:0 auto;padding:0 var(--container-pad);gap:var(--space-md)}.site-logo{display:flex;flex-direction:column;text-decoration:none;flex:0 1 auto;min-width:0;align-self:center}.site-logo__text{font-family:var(--font-heading);font-size:1.4rem;font-weight:700;color:var(--color-cream);letter-spacing:.02em;line-height:1}.site-logo__tagline{font-family:var(--font-body);font-size:.62rem;letter-spacing:.25em;text-transform:uppercase;color:var(--color-gold);margin-top:2px}.site-logo__image{display:block;width:min(440px,64vw);height:auto;max-height:88px;object-fit:contain;object-position:left center}.site-logo__image--mobile{width:min(320px,72vw);max-height:64px}.site-logo__image--mark{height:40px;max-width:40px}.site-nav{display:flex;align-items:center;gap:.2rem}.site-nav__link{padding:.5rem .9rem;font-size:.8rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-muted);border-radius:var(--radius-sm);transition:all var(--transition-fast);position:relative}.site-nav__link:after{content:"";position:absolute;bottom:4px;left:.9rem;right:.9rem;height:1px;background:var(--color-gold);transform:scaleX(0);transition:transform var(--transition-base)}.site-nav__link:hover,.site-nav__link.active{color:var(--color-gold)}.site-nav__link:hover:after,.site-nav__link.active:after{transform:scaleX(1)}.header-actions{display:flex;align-items:center;flex-shrink:0;gap:var(--space-xs)}.header-icon-btn{width:42px;height:42px;display:flex;align-items:center;justify-content:center;color:var(--color-text-muted);border-radius:var(--radius-sm);transition:all var(--transition-fast);position:relative}.header-icon-btn:hover{color:var(--color-gold);background:#c9a96e14}.header-icon-btn svg{width:22px;height:22px}.cart-count{position:absolute;top:4px;right:4px;width:17px;height:17px;background:var(--color-gold);color:var(--color-bg);font-size:.65rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1}.cart-count:empty{display:none}.mobile-menu-btn{display:none;width:42px;height:42px;align-items:center;justify-content:center;flex-direction:column;gap:5px;color:var(--color-text);border-radius:var(--radius-sm)}.mobile-menu-btn span{display:block;width:22px;height:1.5px;background:currentColor;transition:all var(--transition-base);transform-origin:center}.mobile-menu-btn.open span:nth-child(1){transform:rotate(45deg) translate(4.5px,4.5px)}.mobile-menu-btn.open span:nth-child(2){opacity:0;transform:scaleX(0)}.mobile-menu-btn.open span:nth-child(3){transform:rotate(-45deg) translate(4.5px,-4.5px)}.mobile-nav{position:fixed;top:0;right:0;width:min(380px,85vw);height:100vh;height:100dvh;background:var(--color-surface);border-left:1px solid var(--color-border);z-index:600;transform:translate(100%);transition:transform .4s cubic-bezier(.25,.46,.45,.94);display:flex;flex-direction:column;overflow-y:auto}.mobile-nav.open{transform:translate(0)}.mobile-nav__header{padding:1.5rem var(--space-md);border-bottom:1px solid var(--color-border-light);display:flex;align-items:center;justify-content:space-between}.mobile-nav__close{color:var(--color-text-muted);font-size:1.5rem}.mobile-nav__list{padding:var(--space-md);flex:1}.mobile-nav__item{border-bottom:1px solid var(--color-border-light)}.mobile-nav__link{display:block;padding:1rem .5rem;font-size:1rem;font-weight:500;color:var(--color-text);letter-spacing:.04em;transition:color var(--transition-fast)}.mobile-nav__link:hover{color:var(--color-gold)}.mobile-nav__footer{padding:var(--space-md);border-top:1px solid var(--color-border-light)}.search-bar{position:fixed;top:0;left:0;right:0;z-index:700;background:var(--color-surface);border-bottom:1px solid var(--color-border);padding:var(--space-md) var(--container-pad);transform:translateY(-100%);transition:transform var(--transition-base);display:flex;align-items:center;gap:var(--space-sm)}.search-bar.open{transform:translateY(0)}.search-bar__input{flex:1;background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text);padding:.8rem 1.2rem;border-radius:var(--radius-sm);font-size:.95rem;outline:none}.search-bar__input:focus{border-color:var(--color-gold)}.search-bar__input::placeholder{color:var(--color-text-faint)}.hero{position:relative;min-height:calc(100svh - var(--header-h));height:calc(100svh - var(--header-h));display:flex;align-items:center;overflow:hidden;background:#1c1814}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__slider{overflow:hidden}.hero__slides{position:relative;width:100%;height:100%}.hero__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity 1.1s ease;pointer-events:none}.hero__slide.is-active{opacity:1;pointer-events:auto;z-index:1}.hero__bg img,.hero__slide img{display:block;width:100%;height:100%;object-fit:cover;object-position:center center;transform:scale(1);transition:transform 8s ease;will-change:transform}.hero__slide.is-active img,.hero.loaded .hero__slide.is-active img{transform:scale(1.06)}.hero__slider-dots{position:absolute;bottom:1.35rem;left:50%;transform:translate(-50%);z-index:3;display:flex;gap:.45rem}.hero__slider-dot{width:7px;height:7px;border-radius:var(--radius-full);border:none;padding:0;background:#ffffff8c;cursor:pointer;transition:all .3s ease}.hero__slider-dot.active{width:22px;background:var(--color-gold)}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,#faf8f561,#faf8f52e 45%,#1c18141f);z-index:1;pointer-events:none}.hero__content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;align-items:center;justify-content:center;padding:var(--space-3xl) var(--container-pad)}.hero__inner{display:flex;align-items:center;justify-content:center;animation:heroFadeIn 1.2s cubic-bezier(.25,.46,.45,.94) both}.hero__ctas{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:center}.hero__ctas .btn--ghost{background:#ffffffe6;color:var(--color-text);border-color:#a88f5d59;box-shadow:0 8px 24px #00000014}.hero__ctas .btn--primary{box-shadow:0 8px 24px #c9a96e59}.hero__scroll{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--color-gold);font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;animation:scrollBounce 2s ease infinite}.hero__scroll svg{width:20px;height:20px}@keyframes heroFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes scrollBounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(6px)}}.featured-collections{padding:var(--space-2xl) 0;background:var(--color-bg-2);position:relative;overflow:hidden}.featured-collections--compact{padding:var(--space-md) 0 var(--space-sm)}.featured-collections__footer{margin-top:1.25rem}.section-featured-collections+.shopify-section .product-showcase{padding-top:var(--space-sm)}.hero-section+.section-featured-collections .featured-collections--compact{padding-top:var(--space-sm)}.featured-collections--compact .section-header--compact{margin-bottom:var(--space-md);max-width:28rem;margin-left:auto;margin-right:auto}.featured-collections--compact .section-header__title{font-size:clamp(1.25rem,2.5vw,1.6rem);margin-bottom:.35rem}.featured-collections--compact .section-header__desc{font-size:.82rem;line-height:1.5;max-width:22rem;margin-top:.5rem}.featured-collections--compact .gold-line{margin:.5rem auto 0}.featured-collections:before{content:"";position:absolute;top:-1px;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--color-gold),transparent)}.section-header{text-align:center;margin-bottom:var(--space-lg)}.section-header__title{margin-bottom:var(--space-sm)}.section-header__desc{font-size:1rem;color:var(--color-text-muted);max-width:500px;margin:0 auto}.collections-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.collection-card{position:relative;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:3/4;background:var(--color-surface);cursor:pointer;group:true}.collection-card:first-child{grid-row:span 1}.collection-card--tall{aspect-ratio:unset;grid-row:span 2}.collection-card__img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.25,.46,.45,.94)}.collection-card:hover .collection-card__img{transform:scale(1.06)}.collection-card__img--embroidered{object-position:center 12%}.collection-card__img--coord{object-position:center 20%}.collection-card__img--bridal{object-position:center 15%}.collection-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.85) 0%,rgba(0,0,0,.5) 42%,rgba(0,0,0,.12) 72%,transparent 100%);transition:opacity var(--transition-base)}.collection-card__body{position:absolute;bottom:0;left:0;right:0;padding:1.8rem;transform:translateY(4px);transition:transform var(--transition-base);z-index:1}.collection-card:hover .collection-card__body{transform:translateY(0)}.collection-card__eyebrow{font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;color:var(--color-gold-light);margin-bottom:.4rem;font-weight:600}.collection-card__title{font-family:var(--font-heading);font-size:clamp(1.3rem,2.5vw,1.8rem);color:#fff;margin-bottom:.5rem;text-shadow:0 1px 10px rgba(0,0,0,.4)}.collection-card__count{font-size:.8rem;color:#ffffffe6;margin-bottom:1rem}.collection-card__cta{display:inline-flex;align-items:center;gap:.4rem;font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#fff;opacity:0;transform:translateY(8px);transition:all var(--transition-base)}.collection-card:hover .collection-card__cta{opacity:1;transform:translateY(0)}.collection-card__cta svg{width:14px;height:14px}.collection-card__badge{position:absolute;top:1.2rem;right:1.2rem;background:#c9a96e26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(201,169,110,.3);color:var(--color-gold);font-size:.68rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:.35rem .75rem;border-radius:var(--radius-full)}.product-showcase{padding:var(--space-lg) 0;background:var(--color-bg);position:relative}.product-showcase--grid .section-header--compact{margin-bottom:var(--space-lg)}.product-showcase--grid .section-header__title{font-size:clamp(1.35rem,3vw,1.75rem)}.showcase-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem .875rem}.products-scroll{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:var(--space-xl)}.product-card{position:relative;border-radius:var(--radius-md);overflow:hidden;background:var(--color-surface);border:1px solid var(--color-border-light);transition:all var(--transition-base);group:true}.product-card:hover{border-color:var(--color-border);transform:translateY(-4px);box-shadow:var(--shadow-lg),var(--shadow-gold)}.product-card__image-wrap{position:relative;aspect-ratio:3/4;overflow:hidden;background:var(--color-surface-2)}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__image-alt{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .5s ease}.product-card:hover .product-card__image-alt{opacity:1}.product-card__badge{position:absolute;top:.8rem;left:.8rem;font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.25rem .6rem;border-radius:var(--radius-full);z-index:1}.badge--new{background:var(--color-gold);color:var(--color-bg)}.badge--sale{background:var(--color-error);color:#fff}.badge--bestseller{background:#c9a96e33;border:1px solid var(--color-gold);color:var(--color-gold);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.product-card__actions{position:absolute;bottom:0;left:0;right:0;padding:1rem;display:flex;gap:.5rem;transform:translateY(100%);transition:transform .35s cubic-bezier(.25,.46,.45,.94);z-index:2}.product-card:hover .product-card__actions{transform:translateY(0)}.product-card__atc{flex:1;background:var(--color-gold);color:var(--color-bg);border:none;padding:.7rem;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition-fast)}.product-card__atc:hover{background:var(--color-gold-light)}.product-card__wish{width:38px;height:38px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-sm);color:var(--color-cream);transition:all var(--transition-fast)}.product-card__wish:hover{background:#c9a96e33;color:var(--color-gold)}.product-card__info{padding:1rem 1.2rem 1.2rem}.product-card__vendor{font-size:.65rem;letter-spacing:.14em;text-transform:uppercase;color:var(--color-gold);margin-bottom:.25rem;font-weight:500}.product-card__title{font-family:var(--font-heading);font-size:1rem;font-weight:500;color:var(--color-cream);line-height:1.3;margin-bottom:.6rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__prices{display:flex;align-items:center;gap:.6rem}.product-card__price{font-size:.95rem;font-weight:600;color:var(--color-cream)}.product-card__price--compare{font-size:.8rem;color:var(--color-text-faint);text-decoration:line-through}.product-card__price--sale{color:var(--color-gold)}.product-card__swatches{display:flex;gap:.3rem;margin-top:.6rem}.swatch{width:16px;height:16px;border-radius:50%;border:1.5px solid var(--color-border-light);cursor:pointer;transition:border-color var(--transition-fast)}.swatch:hover,.swatch.active{border-color:var(--color-gold)}.products-tabs{display:flex;gap:.5rem;justify-content:center;margin-bottom:var(--space-xl)}.products-tab{padding:.5rem 1.4rem;font-size:.78rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-muted);border:1px solid var(--color-border-light);border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-fast);background:transparent}.products-tab.active,.products-tab:hover{background:#c9a96e1a;border-color:var(--color-gold);color:var(--color-gold)}.brand-story{padding:var(--space-3xl) 0;background:var(--color-bg-2);overflow:hidden}.brand-story__grid{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.brand-story__image-wrap{position:relative}.brand-story__image{position:relative;z-index:1;width:100%;aspect-ratio:4/5;object-fit:cover;object-position:center top;border-radius:var(--radius-xl);display:block}.brand-story__image-accent{position:absolute;bottom:-1.25rem;right:-1.25rem;width:42%;max-width:200px;aspect-ratio:4/5;border:2px solid var(--color-gold);border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-md);z-index:0;background:var(--color-bg)}.brand-story__image-accent img{width:100%;height:100%;object-fit:cover;object-position:center top}.brand-story__years{position:absolute;top:2rem;left:-2rem;z-index:2;background:var(--color-gold);color:var(--color-bg);padding:1.2rem 1.5rem;border-radius:var(--radius-md);text-align:center;box-shadow:var(--shadow-md)}.brand-story__years-number{font-family:var(--font-heading);font-size:2.5rem;font-weight:700;line-height:1}.brand-story__years-label{font-size:.65rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.brand-story__content{max-width:500px}.brand-story__title{margin-bottom:1.5rem}.brand-story__text{font-size:1rem;color:var(--color-text-muted);line-height:1.9;margin-bottom:2rem}.brand-story__features{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:2.5rem}.brand-feature{display:flex;align-items:flex-start;gap:.75rem}.brand-feature__icon{width:36px;height:36px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#c9a96e1a;border:1px solid var(--color-border);border-radius:var(--radius-sm);color:var(--color-gold)}.brand-feature__icon svg{width:18px;height:18px}.brand-feature__text{font-size:.82rem;color:var(--color-text-muted);line-height:1.5}.brand-feature__text strong{color:var(--color-cream);display:block;margin-bottom:2px}.testimonials{padding:var(--space-3xl) 0;background:var(--color-bg);position:relative;overflow:hidden}.testimonials:before{content:'"';position:absolute;top:-2rem;left:50%;transform:translate(-50%);font-family:var(--font-heading);font-size:20rem;color:#c9a96e08;line-height:1;pointer-events:none;-webkit-user-select:none;user-select:none}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:var(--space-xl)}.testimonial-card{background:var(--color-surface);border:1px solid var(--color-border-light);border-radius:var(--radius-lg);padding:2rem;position:relative;transition:all var(--transition-base)}.testimonial-card:hover{border-color:var(--color-border);transform:translateY(-4px);box-shadow:var(--shadow-lg)}.testimonial-card--featured{background:linear-gradient(135deg,#c9a96e14,#c9a96e05);border-color:var(--color-border)}.testimonial-card__quote-icon{color:var(--color-gold);opacity:.5;margin-bottom:1rem}.testimonial-card__quote-icon svg{width:32px;height:32px}.testimonial-card__stars{display:flex;gap:.2rem;margin-bottom:1rem}.testimonial-card__stars svg{width:16px;height:16px;fill:var(--color-gold);color:var(--color-gold)}.testimonial-card__text{font-size:.92rem;color:var(--color-text-muted);line-height:1.8;font-style:italic;margin-bottom:1.5rem}.testimonial-card__author{display:flex;align-items:center;gap:.75rem}.testimonial-card__avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;border:2px solid var(--color-border)}.testimonial-card__name{font-size:.85rem;font-weight:600;color:var(--color-cream)}.testimonial-card__role{font-size:.72rem;color:var(--color-text-faint);letter-spacing:.06em}.newsletter{padding:var(--space-3xl) 0;background:var(--color-bg-2);position:relative;overflow:hidden}.newsletter:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 800px 500px at 50% 50%,rgba(201,169,110,.08) 0%,transparent 70%);pointer-events:none}.newsletter__inner{max-width:640px;margin:0 auto;text-align:center;position:relative;z-index:1}.newsletter__title{margin-bottom:.75rem}.newsletter__desc{font-size:1rem;color:var(--color-text-muted);margin-bottom:2.5rem;line-height:1.7}.newsletter__form{display:flex;gap:0;max-width:480px;margin:0 auto;border:1px solid var(--color-border);border-radius:var(--radius-sm);overflow:hidden;background:var(--color-surface);transition:border-color var(--transition-fast)}.newsletter__form:focus-within{border-color:var(--color-gold)}.newsletter__input{flex:1;background:transparent;border:none;padding:.95rem 1.2rem;font-size:.9rem;color:var(--color-text);outline:none}.newsletter__input::placeholder{color:var(--color-text-faint)}.newsletter__submit{background:var(--color-gold);color:var(--color-bg);border:none;padding:.95rem 1.6rem;font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:background var(--transition-fast);white-space:nowrap}.newsletter__submit:hover{background:var(--color-gold-light)}.newsletter__perks{display:flex;justify-content:center;gap:2rem;margin-top:1.5rem;flex-wrap:wrap}.newsletter__perk{display:flex;align-items:center;gap:.4rem;font-size:.75rem;color:var(--color-text-faint)}.newsletter__perk svg{width:14px;height:14px;color:var(--color-gold)}.site-footer{background:var(--color-bg-2);border-top:1px solid var(--color-border-light)}.site-footer__main{padding:var(--space-xl) 0 var(--space-lg);display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:var(--space-xl)}.footer-brand__logo{font-family:var(--font-heading);font-size:1.5rem;color:var(--color-cream);font-weight:700;margin-bottom:.25rem}.footer-brand__tagline{font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:var(--color-gold);margin-bottom:1.2rem}.footer-brand__desc{font-size:.85rem;color:var(--color-text-faint);line-height:1.8;max-width:280px;margin-bottom:1.5rem}.footer-social{display:flex;gap:.6rem}.footer-social__link{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border:1px solid var(--color-border-light);border-radius:var(--radius-sm);color:var(--color-text-faint);transition:all var(--transition-fast)}.footer-social__link:hover{border-color:var(--color-gold);color:var(--color-gold);background:#c9a96e14}.footer-social__link svg{width:16px;height:16px}.footer-col__title{font-family:var(--font-body);font-size:.72rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--color-cream);margin-bottom:1.2rem}.footer-col__links{display:flex;flex-direction:column;gap:.6rem}.footer-col__link{font-size:.85rem;color:var(--color-text-faint);transition:color var(--transition-fast);display:flex;align-items:center;gap:.4rem}.footer-col__link:hover{color:var(--color-gold)}.footer-contact-item{display:flex;align-items:flex-start;gap:.6rem;font-size:.83rem;color:var(--color-text-faint);margin-bottom:.75rem;line-height:1.5}.footer-contact-item svg{width:16px;height:16px;flex-shrink:0;margin-top:2px;color:var(--color-gold)}.site-footer__bottom{border-top:1px solid var(--color-border-light);padding:1.5rem var(--container-pad);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;max-width:var(--container-max);margin:0 auto}.footer-bottom__copy{font-size:.78rem;color:var(--color-text-faint)}.footer-bottom__copy a{color:var(--color-gold)}.footer-bottom__policies{display:flex;gap:1.5rem;flex-wrap:wrap}.footer-bottom__policy-link{font-size:.78rem;color:var(--color-text-faint);transition:color var(--transition-fast)}.footer-bottom__policy-link:hover{color:var(--color-gold)}.footer-bottom__credit{font-size:.78rem;color:var(--color-text-faint)}.footer-bottom__credit a{color:var(--color-gold);transition:color var(--transition-fast)}.footer-bottom__credit a:hover{color:var(--color-gold-light)}.payment-icon{background:var(--color-surface-2);border:1px solid var(--color-border-light);border-radius:4px;padding:.2rem .5rem;font-size:.65rem;color:var(--color-text-muted);letter-spacing:.04em;font-weight:600}.cart-drawer{position:fixed;top:0;right:0;width:min(420px,95vw);height:100vh;z-index:800;transform:translate(100%);transition:transform .4s cubic-bezier(.25,.46,.45,.94);display:flex}.cart-drawer.open{transform:translate(0)}.cart-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1}.cart-drawer__inner{display:flex;flex-direction:column;background:var(--color-bg-2);border-left:1px solid var(--color-border);width:100%;height:100%}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem var(--space-md);border-bottom:1px solid var(--color-border-light)}.cart-drawer__title{font-family:var(--font-heading);font-size:1.2rem;color:var(--color-cream)}.cart-drawer__close{color:var(--color-text-muted);transition:color var(--transition-fast);padding:.3rem}.cart-drawer__close:hover{color:var(--color-gold)}.cart-drawer__body{flex:1;overflow-y:auto;padding:var(--space-md)}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:1rem;text-align:center;color:var(--color-text-muted);padding:3rem 1rem}.cart-empty svg{opacity:.3}.wishlist-count{position:absolute;top:2px;right:2px;min-width:16px;height:16px;padding:0 4px;border-radius:var(--radius-full);background:var(--color-gold);color:#fff;font-size:.58rem;font-weight:700;line-height:16px;text-align:center;display:none}.wishlist-drawer .cart-drawer__body{display:flex;flex-direction:column;gap:.75rem}.wishlist-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;text-align:center;color:var(--color-text-muted);padding:3rem 1rem;flex:1}.wishlist-empty svg{opacity:.35}.wishlist-items{display:flex;flex-direction:column;gap:0;flex:1}.wishlist-item{display:flex;gap:.85rem;padding:1rem 0;border-bottom:1px solid var(--color-border-light);position:relative}.wishlist-item__image{width:72px;height:92px;border-radius:var(--radius-sm);overflow:hidden;flex-shrink:0;background:#fff}.wishlist-item__image img{width:100%;height:100%;object-fit:contain}.wishlist-item__details{flex:1;min-width:0}.wishlist-item__title{display:block;font-size:.82rem;font-weight:500;color:var(--color-text);margin-bottom:.25rem;line-height:1.35}.wishlist-item__price{font-size:.8rem;color:var(--color-gold-dark);font-weight:600;margin-bottom:.55rem}.wishlist-item__remove{color:var(--color-text-muted);padding:.25rem;align-self:flex-start}.wishlist-item__remove:hover{color:var(--color-error)}.wishlist-drawer__footer{padding-top:.5rem;margin-top:auto}.wishlist-page{padding:.85rem 0 var(--space-lg)}.wishlist-page__header{margin-bottom:1.25rem}.wishlist-page__title{font-family:var(--font-heading);font-size:clamp(1.35rem,2.5vw,1.75rem);color:var(--color-cream);margin:0}.wishlist-page__intro{margin:.35rem 0 0;font-size:.82rem;color:var(--color-text-muted)}.wishlist-page__empty{max-width:420px;margin:0 auto;padding:var(--space-xl) 0}.wishlist-page__empty h2{color:var(--color-text);margin:0 0 .5rem}.wishlist-page__empty p{color:var(--color-text-muted);margin:0 0 1.5rem}.cart-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--color-border-light);position:relative}.cart-item__image{width:80px;height:100px;border-radius:var(--radius-sm);overflow:hidden;flex-shrink:0;background:var(--color-surface)}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__details{flex:1}.cart-item__title{font-size:.88rem;font-weight:500;color:var(--color-cream);margin-bottom:.2rem}.cart-item__variant{font-size:.75rem;color:var(--color-text-faint);margin-bottom:.4rem}.cart-item__price{font-size:.9rem;font-weight:600;color:var(--color-gold);margin-bottom:.6rem}.cart-item__qty{display:inline-flex;align-items:center;gap:.5rem;border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:.2rem}.qty-btn{width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:var(--color-text-muted);font-size:1rem;transition:color var(--transition-fast)}.qty-btn:hover{color:var(--color-gold)}.cart-item__qty span{font-size:.85rem;min-width:20px;text-align:center}.cart-item__remove{position:absolute;top:.5rem;right:0;color:var(--color-text-faint);transition:color var(--transition-fast);padding:.3rem}.cart-item__remove:hover{color:var(--color-error)}.cart-footer{padding:1.5rem 0 0;border-top:1px solid var(--color-border-light);margin-top:1rem;display:flex;flex-direction:column;gap:.75rem}.cart-subtotal{display:flex;justify-content:space-between;font-size:1rem;font-weight:600;color:var(--color-cream)}.cart-note{font-size:.75rem;color:var(--color-text-faint);text-align:center}.toast{position:fixed;bottom:2rem;right:2rem;background:var(--color-surface);border:1px solid var(--color-gold);color:var(--color-cream);padding:1rem 1.5rem;border-radius:var(--radius-md);display:flex;align-items:center;gap:.75rem;font-size:.88rem;font-weight:500;box-shadow:var(--shadow-lg);z-index:9000;transform:translateY(100px);opacity:0;transition:all .4s cubic-bezier(.25,.46,.45,.94);pointer-events:none}.toast.show{transform:translateY(0);opacity:1}.toast svg{color:var(--color-success)}.product-page{padding:.75rem 0 var(--space-lg);overflow-x:clip}.product-page .container{max-width:100%}.product-info{min-width:0;max-width:100%}.product-page__breadcrumb{font-size:.78rem;color:var(--color-text-faint);margin-bottom:.85rem;display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.product-page__breadcrumb a{color:var(--color-text-faint);transition:color var(--transition-fast)}.product-page__breadcrumb a:hover,.product-page__breadcrumb-current{color:var(--color-gold)}.product-page__grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-2xl);align-items:start}.product-page__grid>*{min-width:0}.product-gallery{display:grid;grid-template-columns:80px 1fr;grid-template-areas:"thumbs main";gap:1rem;align-items:start;width:100%;max-width:100%;min-width:0}.product-gallery__main{grid-area:main;width:100%;max-width:100%;aspect-ratio:3/4;border-radius:var(--radius-lg);overflow:hidden;background:var(--color-bg);position:relative}.product-gallery__thumbs{grid-area:thumbs;display:flex;flex-direction:column;gap:.6rem}.gallery-thumb{-webkit-appearance:none;appearance:none;padding:0;margin:0;border:2px solid transparent;border-radius:var(--radius-sm);overflow:hidden;cursor:pointer;transition:border-color var(--transition-fast);background:var(--color-bg);aspect-ratio:1;flex-shrink:0;width:100%}.gallery-thumb.active{border-color:var(--color-gold)}.gallery-thumb:focus-visible{outline:2px solid var(--color-gold);outline-offset:2px}.gallery-thumb img{display:block;width:100%;height:100%;object-fit:cover}.product-gallery__main-img{display:block;width:100%;height:100%;max-width:100%;object-fit:contain;object-position:center center}.product-info__title{font-size:clamp(1.8rem,3vw,2.5rem);color:var(--color-cream);margin-bottom:.5rem}.product-info__price{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem .75rem;margin-bottom:1.5rem;max-width:100%}.product-info__price .product-card__badge{position:static;flex-shrink:0}.product-price--main{font-family:var(--font-heading);font-size:1.8rem;font-weight:600;color:var(--color-gold)}.product-price--compare{font-size:1.1rem;color:var(--color-text-faint);text-decoration:line-through}.variant-label{font-size:.78rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--color-cream);margin-bottom:.6rem}.variant-options{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.variant-btn{min-width:48px;height:40px;padding:0 1rem;border:1px solid var(--color-border-light);border-radius:var(--radius-sm);color:var(--color-text-muted);font-size:.8rem;font-weight:500;cursor:pointer;background:var(--color-surface);transition:all var(--transition-fast)}.variant-btn:hover,.variant-btn.active{border-color:var(--color-gold);color:var(--color-gold);background:#c9a96e14}.variant-btn.unavailable{opacity:.4;text-decoration:line-through;cursor:not-allowed}.product-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.25rem;max-width:100%}.product-actions .btn{flex:1 1 auto;min-width:0}.product-tabs{border-top:1px solid var(--color-border-light);margin-top:1.25rem}.product-tab-nav{display:flex;border-bottom:1px solid var(--color-border-light)}.product-tab-btn{flex:1;padding:1rem;font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted);border-bottom:2px solid transparent;cursor:pointer;transition:all var(--transition-fast);text-align:center}.product-tab-btn.active{color:var(--color-gold);border-bottom-color:var(--color-gold)}.product-tab-content{padding:1.5rem 0;font-size:.9rem;color:var(--color-text-muted);line-height:1.8;display:none}.product-tab-content.active{display:block}.collection-page{padding-bottom:var(--space-md)}.collection-hero{position:relative;min-height:clamp(220px,38vw,420px);background-size:cover;background-position:center 20%;background-repeat:no-repeat;display:flex;align-items:flex-end;margin-bottom:.5rem}.collection-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0f0c0a26,#0f0c0a8c 55%,#0f0c0ad1)}.collection-hero__content{position:relative;z-index:1;width:100%;padding:2rem var(--container-pad) 1.75rem}.collection-hero__eyebrow{font-size:.68rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--color-gold);margin-bottom:.35rem}.collection-hero__title{font-family:var(--font-heading);font-size:clamp(1.75rem,4vw,2.75rem);color:var(--color-cream);line-height:1.15;margin-bottom:.45rem}.collection-hero__desc{max-width:36rem;font-size:clamp(.82rem,1.5vw,.95rem);line-height:1.55;color:#faf8f5e0}.collection-page--embroidered .collection-page__body{padding-top:.85rem}.collection-page__body{padding-top:.75rem}.collection-toolbar{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.75rem 1rem;padding:0 0 1rem;border-bottom:1px solid var(--color-border-light);margin-bottom:1.25rem}.collection-count{font-size:.78rem;color:var(--color-text-muted);white-space:nowrap}.collection-filters{display:flex;gap:.4rem;flex-wrap:wrap;justify-content:center}.filter-btn{padding:.35rem .75rem;font-size:.72rem;font-weight:500;border:1px solid var(--color-border-light);border-radius:var(--radius-full);color:var(--color-text-muted);background:var(--color-surface);cursor:pointer;transition:all var(--transition-fast)}.filter-btn:hover,.filter-btn.active{border-color:var(--color-gold);color:var(--color-gold-dark);background:#a88f5d14}.collection-sort{display:flex;align-items:center;gap:.45rem;justify-self:end}.collection-sort label{font-size:.72rem;color:var(--color-text-muted);white-space:nowrap}.collection-sort__select{background:var(--color-surface);border:1px solid var(--color-border-light);color:var(--color-text);padding:.35rem .65rem;border-radius:var(--radius-sm);font-size:.72rem;font-family:var(--font-body);outline:none;cursor:pointer}.collection-sort__select:focus{border-color:var(--color-gold)}.collection-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem .875rem;padding-bottom:1.5rem}.product-card--catalog .product-card__catalog-link{display:flex;flex-direction:column;height:100%;color:inherit;text-decoration:none;cursor:pointer}.product-card--catalog .product-card__catalog-link:focus-visible{outline:2px solid var(--color-gold);outline-offset:2px}.product-card--catalog .product-card__catalog-link .product-card__title{color:var(--color-text)}.product-card--catalog{display:flex;flex-direction:column;height:100%;border:none;border-radius:0;background:transparent;overflow:visible}.product-card--catalog:hover{transform:none;box-shadow:none}.product-card--catalog .product-card__image-wrap{display:block;height:320px;max-height:320px;aspect-ratio:unset;border-radius:var(--radius-sm);overflow:hidden;background:var(--color-bg);border:none}.product-card--catalog .product-card__image{width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform .35s ease}.product-card--catalog:hover .product-card__image{transform:scale(1.015)}.product-card--catalog .product-card__info--catalog{padding:.65rem .35rem 0;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.45rem;flex:1}.product-card--catalog .product-card__title{font-family:var(--font-body);font-size:.875rem;font-weight:400;line-height:1.45;margin:0;color:var(--color-text);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;width:100%}.product-card--catalog .product-card__catalog-link:hover .product-card__title{color:var(--color-gold-dark)}.product-card__prices--catalog{display:flex;flex-wrap:wrap;justify-content:center;align-items:baseline;gap:.15rem .35rem;line-height:1.55;width:100%;text-align:center}.product-card__price-label{font-weight:400;color:var(--color-text);font-size:.8125rem}.product-card__price-single{font-size:.875rem;font-weight:600;color:var(--color-text)}.product-card__price-sale .product-card__price-amount{font-size:.8125rem;font-weight:600;color:var(--color-text)}.product-card__price-regular{font-size:.8125rem;color:var(--color-text-muted)}.product-card__price-amount--was{text-decoration:line-through}.product-card__save{font-size:.8125rem;font-weight:400;color:var(--color-text)}.product-card--catalog .product-card__badge{top:.4rem;left:.4rem;font-size:.62rem;padding:.18rem .45rem;z-index:1}.product-card--demo .product-card__image-wrap{position:relative}.product-card--demo .product-card__image-alt{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .45s ease}.product-card--demo .product-card__image,.product-card--demo .product-card__image-alt{object-fit:cover;object-position:center top;background:transparent}.product-card--demo:hover .product-card__image-alt{opacity:1}.product-card--demo:hover .product-card__image{opacity:0}.collection-demo-note{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem .75rem;margin-bottom:1rem;padding:.55rem .85rem;font-size:.78rem;color:var(--color-text-muted);background:#a88f5d14;border:1px solid rgba(168,143,93,.2);border-radius:var(--radius-sm)}.collection-demo-note__badge{font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-gold-dark);background:#a88f5d26;padding:.2rem .5rem;border-radius:var(--radius-full)}.collection-grid__placeholder{width:100%;height:100%;background:linear-gradient(135deg,#f5f0e8,#ebe3d5);display:flex;align-items:center;justify-content:center}.collection-empty{text-align:center;padding:1.5rem 0 1rem;color:var(--color-text-muted)}.collection-empty h2{margin-bottom:.45rem;color:var(--color-cream)}.collection-empty p{font-size:.85rem;max-width:34rem;margin:0 auto 1rem}.collection-pagination{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:.4rem;padding:.85rem 0 .25rem}.collection-pagination__page{min-width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;padding:0 .45rem;border-radius:var(--radius-sm);font-size:.78rem;color:var(--color-text-muted);text-decoration:none;border:1px solid transparent}.collection-pagination__page:hover{color:var(--color-gold-dark);border-color:var(--color-border-light)}.collection-pagination__page.is-active{background:var(--color-gold);color:var(--color-bg);font-weight:600}.cart-page{padding:var(--space-2xl) 0;min-height:60vh;overflow-x:clip}.cart-page__items{min-width:0;max-width:100%;overflow-x:hidden}.cart-page__item-product{display:flex;gap:1rem;align-items:flex-start;min-width:0}.cart-page__item-image{flex-shrink:0;width:90px;height:120px;border-radius:var(--radius-sm);object-fit:cover}.cart-page__item-details{flex:1;min-width:0}.cart-page__item-title{font-family:var(--font-heading);font-size:1rem;color:var(--color-cream);display:block;word-break:break-word}.cart-page__item-meta{font-size:.78rem;color:var(--color-text-faint);margin-top:.25rem}.cart-page__item-price{font-size:.85rem;color:var(--color-gold);margin-top:.4rem;font-weight:600}.cart-page__item-remove{font-size:.72rem;color:var(--color-text-faint);text-decoration:underline;margin-top:.5rem;display:inline-block}.cart-page__item-remove:hover{color:var(--color-error)}.cart-page__qty{display:inline-flex;align-items:center;border:1px solid var(--color-border);border-radius:var(--radius-sm);overflow:hidden}.cart-page__qty-btn{width:32px;height:36px;background:var(--color-surface);color:var(--color-text-muted);font-size:1.1rem;border:none;cursor:pointer}.cart-page__qty-btn:hover{color:var(--color-gold)}.cart-page__qty-input{width:44px;height:36px;text-align:center;background:transparent;border:none;color:var(--color-cream);font-size:.88rem;font-family:var(--font-body)}.cart-page__item-total{font-size:.95rem;font-weight:600;color:var(--color-cream);white-space:nowrap}.cart-page__title{font-size:clamp(2rem,4vw,3rem);text-align:center;margin-bottom:var(--space-xl)}.cart-page__grid{display:grid;grid-template-columns:1fr 360px;gap:3rem;align-items:start}.cart-page__table th{text-align:left;font-size:.72rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--color-text-muted);padding-bottom:1rem;border-bottom:1px solid var(--color-border-light)}.cart-page__table td{padding:1.5rem 0;border-bottom:1px solid var(--color-border-light);vertical-align:middle}.cart-page__cell--qty{text-align:center}.cart-page__cell--total{text-align:right}.cart-summary{background:var(--color-surface);border:1px solid var(--color-border-light);border-radius:var(--radius-lg);padding:2rem;position:sticky;top:calc(var(--header-h) + 2rem)}.cart-summary__title{font-size:1.1rem;margin-bottom:1.5rem}.cart-summary__row{display:flex;justify-content:space-between;font-size:.88rem;margin-bottom:.75rem;color:var(--color-text-muted)}.cart-summary__row--total{font-size:1rem;font-weight:700;color:var(--color-cream);border-top:1px solid var(--color-border-light);padding-top:1rem;margin-top:.5rem}.contact-page{background:var(--color-bg)}.contact-page__hero{padding:1.15rem 0 .85rem;background:var(--color-bg);border-bottom:1px solid var(--color-border-light);text-align:left}.contact-page__hero-inner{max-width:var(--container-max)}.contact-page__title{font-family:var(--font-heading);font-size:clamp(1.35rem,2.5vw,1.75rem);font-weight:600;color:var(--color-cream);margin:0;line-height:1.25}.contact-page__intro{max-width:32rem;margin:.35rem 0 0;color:var(--color-text-muted);font-size:.82rem;line-height:1.5}.contact-page__body{padding:1rem 0 var(--space-lg)}.contact-page__layout{display:grid;grid-template-columns:minmax(280px,360px) minmax(0,1fr);gap:1.5rem;align-items:start}.contact-page__card{background:var(--color-surface);border:1px solid var(--color-border-light);border-radius:var(--radius-lg);padding:1.75rem;box-shadow:0 10px 30px #0000000a}.contact-page__card-title{font-family:var(--font-heading);font-size:1.35rem;color:var(--color-cream);margin-bottom:.5rem}.contact-page__card-text{font-size:.88rem;line-height:1.65;color:var(--color-text-muted);margin-bottom:1.25rem}.contact-page__list{display:flex;flex-direction:column;gap:1rem}.contact-page__list-item{display:flex;align-items:flex-start;gap:.85rem;font-size:.9rem;color:var(--color-text);line-height:1.5}.contact-page__icon{width:2.25rem;height:2.25rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-full);background:#a88f5d1a;color:var(--color-gold-dark)}.contact-page__icon svg{width:1rem;height:1rem}.contact-page__label{display:block;font-size:.68rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-faint);margin-bottom:.15rem}.contact-page__list-item a{color:var(--color-gold-dark);text-decoration:none}.contact-page__list-item a:hover{color:var(--color-gold)}.contact-page__note{display:flex;align-items:center;gap:.65rem;margin-top:1rem;padding:.85rem 1rem;border-radius:var(--radius-md);background:#a88f5d14;border:1px solid var(--color-border);font-size:.8rem;color:var(--color-text-muted)}.contact-page__note svg{flex-shrink:0;color:var(--color-gold)}.contact-page__form{display:flex;flex-direction:column;gap:1.25rem}.contact-page__fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.contact-page__field{display:flex;flex-direction:column;gap:.4rem}.contact-page__field--full{grid-column:1 / -1}.contact-page__field label{font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted)}.contact-page__field input,.contact-page__field textarea{width:100%;background:var(--color-surface-2);border:1px solid var(--color-border-light);border-radius:var(--radius-sm);padding:.85rem 1rem;font-size:.9rem;color:var(--color-text);transition:border-color var(--transition-fast),box-shadow var(--transition-fast)}.contact-page__field input::placeholder,.contact-page__field textarea::placeholder{color:var(--color-text-faint)}.contact-page__field input:focus,.contact-page__field textarea:focus{outline:none;border-color:var(--color-gold);box-shadow:0 0 0 3px #a88f5d1f}.contact-page__field textarea{resize:vertical;min-height:140px}.contact-page__alert{padding:.9rem 1rem;border-radius:var(--radius-sm);font-size:.88rem;line-height:1.5}.contact-page__alert--success{background:#2b8a5d1a;border:1px solid rgba(43,138,93,.2);color:var(--color-success)}.contact-page__alert--error{background:#d9534f14;border:1px solid rgba(217,83,79,.2);color:var(--color-error)}.page-404{min-height:50vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:var(--space-lg) var(--container-pad)}.page-404__number{font-family:var(--font-heading);font-size:clamp(6rem,15vw,14rem);font-weight:900;line-height:1;color:transparent;-webkit-text-stroke:2px var(--color-border);margin-bottom:1rem}.page-404__title{font-size:2rem;margin-bottom:1rem}.page-404__text{font-size:1rem;color:var(--color-text-muted);margin-bottom:2.5rem;max-width:400px;margin-left:auto;margin-right:auto}.place-order-page{padding:.65rem 0 var(--space-md);overflow-x:hidden}.place-order-page__inner{min-width:0}.place-order-page__title{font-family:var(--font-heading);font-size:clamp(1.25rem,2.5vw,1.65rem);color:var(--color-cream);margin-bottom:.25rem}.place-order-page__intro{font-size:.8rem;color:var(--color-text-muted);margin-bottom:1rem;line-height:1.45}.place-order-page__grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:1rem;align-items:start}.place-order-page__grid>*{min-width:0}.place-order-page__summary,.place-order-page__form{background:var(--color-surface);border:1px solid var(--color-border-light);border-radius:var(--radius-lg);padding:1rem}.place-order-page__form{display:flex;flex-direction:column;gap:0}.place-order-page__heading{font-family:var(--font-heading);font-size:1rem;color:var(--color-cream);margin-bottom:.75rem}.place-order-page__items{display:flex;flex-direction:column;gap:.65rem;margin-bottom:.75rem}.place-order-page__item{display:flex;gap:.6rem;align-items:flex-start}.place-order-page__item img{width:52px;height:66px;object-fit:cover;border-radius:var(--radius-sm);flex-shrink:0}.place-order-page__item-title{font-size:.8rem;color:var(--color-cream);line-height:1.35}.place-order-page__item-meta{font-size:.72rem;color:var(--color-text-faint);margin-top:.15rem}.place-order-page__row{display:flex;justify-content:space-between;gap:.75rem;font-size:.78rem;color:var(--color-text-muted);padding:.25rem 0}.place-order-page__row--total{border-top:1px solid var(--color-border-light);margin-top:.25rem;padding-top:.55rem;font-size:.88rem;font-weight:600;color:var(--color-cream)}.place-order-page__fields{display:grid;grid-template-columns:1fr 1fr;gap:.6rem}.place-order-page__field{display:flex;flex-direction:column;gap:.25rem;min-width:0}.place-order-page__field--full{grid-column:1 / -1}.place-order-page__field label{font-size:.68rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--color-text-muted);line-height:1.3}.place-order-page__field input,.place-order-page__field select{width:100%;max-width:100%;box-sizing:border-box;padding:.55rem .65rem;border:1px solid var(--color-border-light);border-radius:var(--radius-sm);background:var(--color-bg);color:var(--color-cream);font-size:16px;line-height:1.3;min-height:2.5rem}.place-order-page__field select{font-size:.85rem;padding-right:1.75rem}.place-order-page__field input:focus,.place-order-page__field select:focus{outline:none;border-color:var(--color-gold)}.place-order-page__field input:invalid:not(:placeholder-shown),.place-order-page__field select:invalid{border-color:#dc505080}.place-order-page__error{font-size:.78rem;color:var(--color-error);margin:.5rem 0 0}.place-order-page__enable-hint{font-size:.72rem;color:var(--color-text-faint);text-align:center;margin:.65rem 0 0;line-height:1.4}.place-order-page__enable-hint[hidden]{display:none}.place-order-page__submit{margin-top:.5rem;padding:.75rem 1.5rem;font-size:.82rem}.place-order-page__hint{font-size:.7rem;color:var(--color-text-faint);text-align:center;margin-top:.55rem}.place-order-page__loading,.place-order-page__empty{font-size:.85rem;color:var(--color-text-muted)}#placeOrderSubmit:disabled{opacity:.45;cursor:not-allowed}.fade-up{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}.fade-up.visible{opacity:1;transform:translateY(0)}.fade-up-delay-1{transition-delay:.1s}.fade-up-delay-2{transition-delay:.2s}.fade-up-delay-3{transition-delay:.3s}.fade-up-delay-4{transition-delay:.4s}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.skeleton{background:linear-gradient(90deg,var(--color-surface) 25%,var(--color-surface-2) 50%,var(--color-surface) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:var(--radius-sm)}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media(min-width:1200px){.showcase-grid{gap:.875rem 1rem}}@media(max-width:1024px){.place-order-page__grid{grid-template-columns:1fr}.place-order-page__summary{margin-bottom:.25rem}:root{--container-pad: 1.5rem}.site-nav{display:none}.mobile-menu-btn{display:flex}.site-header__inner{gap:.75rem}.site-logo__tagline{display:none}.header-actions{gap:.15rem}.header-actions a.header-icon-btn[href="/account"]{display:none}.header-icon-btn,.mobile-menu-btn{width:38px;height:38px}.header-icon-btn svg{width:20px;height:20px}.hero__headline{font-size:clamp(2.5rem,6vw,4.5rem)}.collections-grid{grid-template-columns:repeat(2,1fr)}.collection-card--tall{aspect-ratio:3/4;grid-row:span 1}.products-scroll{grid-template-columns:repeat(3,1fr)}.showcase-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.brand-story__grid{grid-template-columns:1fr;gap:3rem}.brand-story__image-wrap{max-width:500px;margin:0 auto}.testimonials-grid{grid-template-columns:repeat(2,1fr)}.site-footer__main{grid-template-columns:1fr 1fr;gap:2.5rem}.product-page__grid{gap:3rem}.product-gallery__main{aspect-ratio:unset;height:auto}.product-gallery__main-img{object-fit:contain;object-position:center center}.collection-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.product-card--catalog .product-card__image-wrap{height:280px;max-height:280px}.collection-toolbar{grid-template-columns:1fr auto}.collection-filters{grid-column:1 / -1;justify-content:flex-start}.cart-page__grid{grid-template-columns:1fr}.contact-page__layout{grid-template-columns:1fr;max-width:640px;margin:0 auto}}@media(max-width:768px){:root{--container-pad: 1rem;--header-h: 82px}.site-header__inner{padding:0 .75rem;gap:.5rem}.site-logo__text{font-size:1.15rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.site-logo__image{width:min(320px,74vw);max-height:64px}.header-actions{gap:.1rem}.header-actions #searchBtn{display:none}.header-icon-btn,.mobile-menu-btn{width:36px;height:36px}.header-icon-btn svg{width:19px;height:19px}.mobile-menu-btn span{width:20px}.hero{min-height:calc(100svh - var(--header-h));height:calc(100svh - var(--header-h))}.hero__overlay{background:linear-gradient(105deg,#faf8f57a,#faf8f538,#faf8f514)}.hero__content{padding:var(--space-lg) var(--container-pad)}.hero__inner{width:100%}.hero__ctas{flex-direction:column;width:100%;max-width:240px;gap:.55rem}.hero__ctas .btn{width:100%;justify-content:center;padding:.62rem 1.15rem;font-size:.72rem;letter-spacing:.07em}.hero__ctas .btn svg{width:13px;height:13px}.hero__ctas .btn--ghost{background:#ffffffb8;box-shadow:0 4px 14px #0000000f}.hero__ctas .btn--primary{box-shadow:0 4px 16px #c9a96e47}.hero__scroll{display:none}.hero__slider-dots{bottom:1rem}.hero-section+.section-featured-collections .featured-collections--compact{padding-top:.65rem}.featured-collections--compact{padding-top:.65rem;padding-bottom:.5rem}.featured-collections__footer{margin-top:.65rem}.section-featured-collections+.shopify-section .product-showcase{padding-top:.5rem;padding-bottom:var(--space-md)}.product-showcase--grid .section-header--compact{margin-bottom:var(--space-sm)}.brand-story,.testimonials,.newsletter{padding-top:var(--space-lg);padding-bottom:var(--space-lg)}.site-footer__main{padding-top:var(--space-lg);padding-bottom:var(--space-md)}.featured-collections--compact .section-header--compact{margin-bottom:.85rem}.featured-collections--compact .section-header__desc{margin-top:.35rem}.featured-collections--compact .gold-line{margin:.35rem auto 0}.collections-grid{grid-template-columns:1fr;gap:1rem}.collection-card{aspect-ratio:4/3}.products-scroll{grid-template-columns:repeat(2,1fr);gap:1rem}.showcase-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.625rem .5rem}.products-tabs{flex-wrap:wrap}.brand-story__features{grid-template-columns:1fr}.brand-story__years{top:1rem;left:.75rem}.brand-story__image-accent{width:38%;max-width:140px;bottom:-.75rem;right:-.5rem}.testimonials-grid{grid-template-columns:1fr}.newsletter__form{flex-direction:column;border:none;background:transparent;gap:.75rem}.newsletter__input{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:.9rem 1.2rem}.newsletter__submit{border-radius:var(--radius-sm);padding:.9rem}.newsletter__perks{gap:1rem}.site-footer__main{grid-template-columns:1fr;gap:1.5rem}.site-footer__bottom{flex-direction:column;text-align:center}.footer-bottom__policies{justify-content:center}.contact-page__layout,.contact-page__fields{grid-template-columns:1fr}.contact-page__hero{padding:1rem 0 .75rem}.contact-page__body{padding:.85rem 0 var(--space-md)}.place-order-page__grid,.place-order-page__fields,.product-page__grid{grid-template-columns:1fr}.product-page{padding-top:.5rem;padding-bottom:var(--space-md);overflow-x:visible}.product-page__breadcrumb{margin-bottom:.65rem}.product-info,#productForm{width:100%;max-width:100%;min-width:0}.product-info__title{overflow-wrap:anywhere}.product-info__price{gap:.45rem .65rem}.product-info__price .product-price--main{font-size:1.5rem}.product-actions{flex-direction:column;align-items:stretch;width:100%}.product-actions .btn{flex:none;width:100%;max-width:100%}.product-actions [data-wishlist]{min-width:0!important;width:100%}.product-gallery{grid-template-columns:1fr;grid-template-areas:"main" "thumbs";gap:.75rem;width:100%;max-width:100%}.product-gallery__thumbs{display:flex;flex-direction:row;flex-wrap:nowrap;grid-area:thumbs;gap:.5rem;overflow-x:auto;overflow-y:hidden;padding:.15rem 0 .25rem;-webkit-overflow-scrolling:touch;scrollbar-width:none}.product-gallery__thumbs::-webkit-scrollbar{display:none}.gallery-thumb{flex:0 0 72px;width:72px;height:72px}.product-gallery__main{grid-area:main;width:100%;max-width:100%;aspect-ratio:unset;height:auto;overflow:hidden}.product-gallery__main-img{display:block;width:100%!important;max-width:100%!important;height:auto!important;object-fit:contain!important;object-position:center center}.product-tab-nav{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.product-tab-nav::-webkit-scrollbar{display:none}.product-tab-btn{flex:0 0 auto;padding:.85rem .7rem;font-size:.7rem}.cart-page{padding:var(--space-lg) 0}.cart-page__title{font-size:1.65rem;text-align:left;margin-bottom:1.25rem}.cart-page__table{display:block;width:100%}.cart-page__table thead{display:none}.cart-page__table tbody{display:block}.cart-page__row{display:grid;grid-template-columns:1fr auto;grid-template-areas:"product product" "qty total";gap:.75rem 1rem;padding:1rem 0;border-bottom:1px solid var(--color-border-light)}.cart-page__table td{display:block;padding:0;border:none}.cart-page__cell--product{grid-area:product}.cart-page__cell--qty{grid-area:qty;text-align:left!important}.cart-page__cell--total{grid-area:total;text-align:right!important;align-self:center}.cart-page__item-image{width:76px;height:102px}.cart-summary{position:static;padding:1.25rem}.collection-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.625rem .5rem}.collection-page__body{padding-top:.65rem}.collection-page{padding-bottom:var(--space-sm)}.collection-hero{min-height:clamp(180px,52vw,260px);background-position:center 15%}.collection-hero__content{padding:1.35rem var(--container-pad) 1.15rem}.collection-hero__desc{font-size:.78rem}.collection-pagination{padding:.85rem 0 .25rem}.wishlist-page{padding:.65rem 0 var(--space-md)}.collection-toolbar{grid-template-columns:1fr;gap:.65rem;padding-bottom:.85rem;margin-bottom:1rem}.collection-sort{justify-self:start;width:100%}.collection-sort__select{flex:1;min-width:0}.collection-filters{overflow-x:auto;flex-wrap:nowrap;justify-content:flex-start;padding-bottom:.15rem;-webkit-overflow-scrolling:touch;scrollbar-width:none}.collection-filters::-webkit-scrollbar{display:none}.filter-btn{flex-shrink:0}.product-card--catalog .product-card__image-wrap{height:240px;max-height:240px}.product-card--catalog .product-card__info--catalog{padding:.55rem .2rem 0;gap:.35rem}.product-card--catalog .product-card__title{font-size:.8125rem}.product-card__price-single,.product-card__price-label,.product-card__price-sale .product-card__price-amount,.product-card__price-regular,.product-card__save{font-size:.78rem}.hero__stats{display:none}}@media(max-width:480px){.hero__headline{font-size:2.2rem}.hero__ctas{max-width:210px;gap:.45rem}.hero__ctas .btn{padding:.55rem .95rem;font-size:.67rem}.products-scroll{grid-template-columns:1fr 1fr}.cart-page__grid{gap:1.5rem}}
/*# sourceMappingURL=/cdn/shop/t/14/assets/theme.css.map */
