:root{--color-primary: #1a1a1a;--color-accent: #8b7355;--color-accent-light: #c4a882;--color-accent-hover: #7a6548;--color-background: #faf8f5;--color-background-secondary: #f3ede6;--color-background-dark: #1a1a1a;--color-text: #1a1a1a;--color-text-secondary: #6b6560;--color-text-light: #9b9590;--color-text-on-dark: #faf8f5;--color-text-on-dark-muted: rgba(250, 248, 245, .6);--color-muted: #8a8680;--color-border: #e8e2da;--color-border-light: #f0ebe4;--container-width: 1200px;--container-width-wide: 1400px;--font-heading: "Cormorant Garamond", "Georgia", serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 40px;--space-2xl: 64px;--space-3xl: 96px;--space-4xl: 128px;--nav-height: 72px;--container: var(--container-width);--container-wide: var(--container-width-wide);--ease: cubic-bezier(.25, .1, .25, 1);--ease-out: cubic-bezier(0, 0, .2, 1);--duration-fast: .2s;--duration-normal: .35s;--duration-slow: .6s;--bg-primary: var(--color-background);--bg-secondary: var(--color-background-secondary);--bg-dark: var(--color-background-dark);--bg-card: #ffffff;--text-primary: var(--color-text);--text-secondary: var(--color-text-secondary);--text-light: var(--color-text-light);--text-on-dark: var(--color-text-on-dark);--text-on-dark-muted: var(--color-text-on-dark-muted);--accent: var(--color-accent);--accent-light: var(--color-accent-light);--accent-hover: var(--color-accent-hover);--border: var(--color-border);--border-light: var(--color-border-light)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:var(--nav-height);-webkit-text-size-adjust:100%;scrollbar-width:thin;scrollbar-color:var(--color-border) var(--color-background-secondary)}body{background-color:var(--color-background);font-family:var(--font-body);color:var(--color-text);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;position:relative}body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;pointer-events:none;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:200px 200px}::selection{background-color:var(--color-accent-light);color:var(--color-text)}img{max-width:100%;display:block;height:auto}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}ul,ol{list-style:none}input,textarea{font-family:inherit;font-size:inherit}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:400;color:var(--color-text)}h1{font-size:clamp(2.5rem,6vw,4.5rem);line-height:1.1;letter-spacing:-.02em}h2{font-size:clamp(2rem,4vw,3rem);line-height:1.15}h3{font-size:clamp(1.3rem,2.5vw,1.8rem);line-height:1.25}h4{font-size:1.2rem;line-height:1.3}p{max-width:65ch}.overline{font-family:var(--font-body);font-size:.7rem;text-transform:uppercase;letter-spacing:.15em;color:var(--color-text-light)}.announcement-bar{background-color:var(--color-background-secondary);padding:10px var(--space-lg);text-align:center;position:relative}.announcement-bar p{font-size:.75rem;color:var(--color-text-secondary);letter-spacing:.05em;margin:0 auto;max-width:none}.announcement-close{position:absolute;right:var(--space-lg);top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:var(--color-text-secondary);padding:4px;display:flex;align-items:center;justify-content:center;transition:color var(--duration-fast) var(--ease)}.announcement-close:hover{color:var(--color-text)}.announcement-close svg{width:16px;height:16px}.site-header{position:sticky;top:0;left:0;width:100%;z-index:100;background:var(--color-background);transition:background var(--duration-normal) var(--ease),border-color var(--duration-normal) var(--ease),backdrop-filter var(--duration-normal) var(--ease);border-bottom:1px solid transparent}.site-header.nav-scrolled{background:#faf8f5eb;border-bottom:1px solid var(--color-border-light);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.site-header.nav-hero-overlay{background:transparent;border-bottom-color:transparent}.site-header.nav-hero-overlay .nav-logo,.site-header.nav-hero-overlay .nav-links a,.site-header.nav-hero-overlay .nav-icons a,.site-header.nav-hero-overlay .nav-icons button,.site-header.nav-hero-overlay .icon-btn,.site-header.nav-hero-overlay .cart-btn{color:#faf8f5e6}.site-header.nav-hero-overlay .nav-links a:hover,.site-header.nav-hero-overlay .nav-icons a:hover,.site-header.nav-hero-overlay .icon-btn:hover,.site-header.nav-hero-overlay .cart-btn:hover{color:#fff}.nav-container{display:flex;align-items:center;justify-content:space-between;height:var(--nav-height);max-width:var(--container-width-wide);margin:0 auto;padding:0 var(--space-lg)}.nav-logo{font-family:var(--font-heading);font-size:1.6rem;font-weight:500;letter-spacing:.05em;color:var(--color-text);text-decoration:none;flex-shrink:0}.nav-links{display:flex;align-items:center;gap:var(--space-xl)}.nav-links a{font-family:var(--font-body);font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-secondary);text-decoration:none;position:relative;padding:4px 0;transition:color var(--duration-fast) var(--ease)}.nav-links a:after{content:"";position:absolute;bottom:0;left:50%;right:50%;height:1px;background-color:var(--color-text);transition:left var(--duration-normal) var(--ease),right var(--duration-normal) var(--ease)}.nav-links a:hover{color:var(--color-text)}.nav-links a:hover:after{left:0;right:0}.nav-icons{display:flex;align-items:center;gap:var(--space-md)}.nav-icons a,.nav-icons button{display:inline-flex;align-items:center;justify-content:center;color:var(--color-text-secondary);transition:color var(--duration-fast) var(--ease)}.nav-icons a:hover,.nav-icons button:hover{color:var(--color-text)}.nav-icons svg{width:20px;height:20px;stroke-width:1.5}.icon-btn{display:inline-flex;align-items:center;justify-content:center;background:none;border:none;padding:4px;color:var(--color-text-secondary);cursor:pointer;transition:color var(--duration-fast) var(--ease)}.icon-btn:hover{color:var(--color-text)}.icon-btn svg{width:20px;height:20px;stroke-width:1.5}.cart-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;background:none;border:none;padding:4px;color:var(--color-text-secondary);cursor:pointer;transition:color var(--duration-fast) var(--ease)}.cart-btn:hover{color:var(--color-text)}.cart-btn svg{width:20px;height:20px;stroke-width:1.5}.cart-count{font-size:.65rem;font-weight:600;background:var(--color-text);color:var(--color-background);width:16px;height:16px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;margin-left:-6px;margin-top:-8px;line-height:1}.cart-count[data-count="0"],.cart-count:empty{display:none}.hamburger-btn{display:none!important;flex-direction:column;justify-content:center;align-items:center;width:28px;height:28px;gap:6px;cursor:pointer;z-index:110;background:none;border:none;padding:0}.hamburger-btn span{display:block;width:24px;height:1px;background-color:var(--color-text);transition:transform var(--duration-normal) var(--ease),opacity var(--duration-fast) var(--ease);transform-origin:center}.hamburger-btn.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger-btn.active span:nth-child(2){opacity:0}.hamburger-btn.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:var(--color-background);z-index:105;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-xl);opacity:0;pointer-events:none;transition:opacity var(--duration-normal) var(--ease)}.mobile-menu-overlay.active,body.menu-open .mobile-menu-overlay{opacity:1;pointer-events:all}.mobile-menu-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-xl)}.mobile-menu-nav{display:flex;flex-direction:column;align-items:center;gap:var(--space-lg)}.mobile-menu-nav a{font-family:var(--font-heading);font-size:2rem;font-weight:400;color:var(--color-text);text-decoration:none;letter-spacing:.02em;transition:color var(--duration-fast) var(--ease)}.mobile-menu-nav a:hover{color:var(--color-accent)}.mobile-menu-close{position:absolute;top:var(--space-lg);right:var(--space-lg);background:none;border:none;cursor:pointer;color:var(--color-text);z-index:110;padding:4px;display:flex;align-items:center;justify-content:center}.mobile-menu-close svg{width:24px;height:24px;stroke-width:1.5}.mobile-menu-footer{margin-top:var(--space-xl);text-align:center}.mobile-menu-footer a{font-size:.85rem;color:var(--color-text-secondary);text-decoration:none;transition:color var(--duration-fast) var(--ease)}.mobile-menu-footer a:hover{color:var(--color-text)}.hero{position:relative;height:100vh;height:100svh;width:100%;overflow:hidden;display:flex;flex-direction:column}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden}.hero-bg img,.hero-bg .hero-bg-img{width:100%;height:100%;object-fit:cover;animation:heroZoom 20s ease-in-out infinite alternate}.hero-bg:empty{background:linear-gradient(135deg,#2a1f14,#1a120a 40%,#0d0907)}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(135deg,#1e12088c,#140c05b3 40%,#0a0602d9)}.hero-inner{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;max-width:var(--container-width-wide);width:100%;margin:0 auto;padding:var(--space-4xl) var(--space-lg);flex:1;gap:var(--space-2xl)}.hero-text{display:flex;flex-direction:column;justify-content:center;max-width:55%}.hero-text .overline{margin-bottom:var(--space-lg);color:#faf8f580}.hero-heading{font-size:clamp(3rem,7vw,5rem);color:#faf8f5;margin-bottom:var(--space-lg);line-height:1.05;letter-spacing:-.02em}.hero-subtitle{color:#faf8f5cc;font-size:1rem;line-height:1.7;margin-bottom:var(--space-xl);max-width:45ch}.hero-cta-group{display:flex;flex-direction:row;align-items:center;gap:24px}.hero-btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(250,248,245,.6);padding:14px 40px;color:#faf8f5;background:transparent;font-family:var(--font-body);font-size:.8rem;text-transform:uppercase;letter-spacing:.15em;cursor:pointer;transition:background var(--duration-normal) var(--ease),color var(--duration-normal) var(--ease),border-color var(--duration-normal) var(--ease);text-decoration:none}.hero-btn:hover,.hero-btn--filled{background:#faf8f5;color:var(--color-background-dark);border-color:#faf8f5}.hero-btn--filled:hover{background:transparent;color:#faf8f5;border-color:#faf8f599}.hero-link{color:#faf8f5b3;font-size:.85rem;text-decoration:underline;text-underline-offset:6px;text-decoration-thickness:1px;transition:color var(--duration-fast) var(--ease),text-underline-offset var(--duration-normal) var(--ease)}.hero-link:hover{color:#faf8f5;text-underline-offset:10px}.hero-cta{display:inline-flex;align-items:center;gap:var(--space-sm);font-family:var(--font-body);font-size:.85rem;color:#faf8f5cc;text-decoration:underline;text-underline-offset:6px;text-decoration-thickness:1px;text-decoration-color:#faf8f566;transition:text-underline-offset var(--duration-normal) var(--ease),color var(--duration-fast) var(--ease)}.hero-cta:hover{text-underline-offset:10px;color:#faf8f5}.hero-cta .arrow{display:inline-block;transition:transform var(--duration-normal) var(--ease)}.hero-cta:hover .arrow{transform:translate(4px)}.hero-featured{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:var(--space-md);flex-shrink:0;max-width:320px}.hero-featured-card{display:flex;align-items:center;gap:var(--space-md);background:#ffffff14;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:12px;padding:var(--space-md);border:1px solid rgba(255,255,255,.1)}.hero-featured-image{width:120px;height:160px;object-fit:cover;border-radius:8px;flex-shrink:0}.hero-featured-content{display:flex;align-items:center;gap:var(--space-md)}.hero-featured-info{display:flex;flex-direction:column;gap:4px}.hero-featured-label{font-size:.65rem;text-transform:uppercase;letter-spacing:.15em;color:#faf8f580}.hero-featured-btn{font-size:.75rem;color:#faf8f5b3;text-decoration:underline;text-underline-offset:3px;margin-top:4px;transition:color var(--duration-fast) var(--ease)}.hero-featured-btn:hover{color:#faf8f5}.hero-featured-arrow{width:36px;height:36px;border-radius:50%;border:1px solid rgba(250,248,245,.25);background:#ffffff0d;color:#faf8f5;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background var(--duration-fast) var(--ease);flex-shrink:0}.hero-featured-arrow:hover{background:#ffffff26}.hero-featured-arrow svg{width:14px;height:14px}.hero-featured-price{font-family:var(--font-heading);font-size:clamp(2.5rem,5vw,4rem);color:#faf8f5;font-weight:300;line-height:1}.hero-featured-name{font-family:var(--font-heading);font-size:1.2rem;color:#faf8f5d9;font-weight:400;text-align:right}.hero-featured-desc{font-size:.8rem;color:#faf8f580;text-align:right;max-width:240px}.hero-featured-nav{display:flex;gap:var(--space-sm);margin-top:var(--space-sm)}.hero-featured-nav button{width:40px;height:40px;border-radius:50%;border:1px solid rgba(250,248,245,.3);background:transparent;color:#faf8f5;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background var(--duration-fast) var(--ease),border-color var(--duration-fast) var(--ease)}.hero-featured-nav button:hover{background:#faf8f526;border-color:#faf8f599}.hero-featured-nav svg{width:16px;height:16px}.hero-social{position:absolute;left:24px;bottom:50%;transform:translateY(50%);z-index:3;display:flex;flex-direction:column;align-items:center;gap:var(--space-md)}.hero-social a{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;border:1px solid rgba(250,248,245,.2);color:#faf8f599;transition:color var(--duration-fast) var(--ease),border-color var(--duration-fast) var(--ease),background var(--duration-fast) var(--ease)}.hero-social a:hover{color:#faf8f5;border-color:#faf8f580;background:#faf8f514}.hero-social svg{width:14px;height:14px}.hero-bestsellers{position:absolute;bottom:0;left:0;right:0;z-index:3;background:#0000004d;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;gap:var(--space-xl);padding:16px var(--space-lg);border-top:1px solid rgba(250,248,245,.08)}.hero-bestsellers-label{font-family:var(--font-body);font-size:.65rem;text-transform:uppercase;letter-spacing:.15em;color:#faf8f580;white-space:nowrap;flex-shrink:0}.hero-bestseller-item{display:flex;align-items:center;gap:var(--space-md);text-decoration:none;padding:6px 0;transition:opacity var(--duration-fast) var(--ease)}.hero-bestseller-item:hover{opacity:.8}.hero-bestseller-item img{width:40px;height:40px;object-fit:cover;border-radius:4px;flex-shrink:0}.hero-bestseller-info{display:flex;flex-direction:column;gap:2px}.hero-bestseller-name{font-size:.8rem;color:#faf8f5e6;white-space:nowrap}.hero-bestseller-price{font-size:.75rem;color:#faf8f580}.hero-image{position:relative;overflow:hidden}.hero-image-placeholder{width:100%;height:100%;min-height:500px;background:linear-gradient(135deg,#d4c4a8,#c67b5c,#8b6b4f);object-fit:cover}.hero-image img{width:100%;height:100%;object-fit:cover}@keyframes heroZoom{0%{transform:scale(1)}to{transform:scale(1.05)}}.marquee-strip{overflow:hidden;padding:20px 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.marquee-strip:hover .marquee-track,.marquee-strip.marquee-paused .marquee-track{animation-play-state:paused}.marquee-track{display:flex;align-items:center;gap:var(--space-xl);width:max-content;animation:marquee 40s linear infinite}.marquee-content{display:flex;align-items:center;gap:var(--space-xl)}.marquee-track span,.marquee-content span{font-size:.7rem;text-transform:uppercase;letter-spacing:.2em;color:var(--color-text-light);white-space:nowrap}.marquee-track .separator,.marquee-content .separator{width:4px;height:4px;border-radius:50%;background-color:var(--color-text-light);flex-shrink:0;opacity:.5}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.collection-grid{padding:var(--space-4xl) 0}.collection-grid .section-header{text-align:center;margin-bottom:var(--space-2xl)}.bento-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:auto auto;gap:var(--space-md);max-width:var(--container-width-wide);margin:0 auto;padding:0 var(--space-lg)}.bento-card{position:relative;border-radius:8px;overflow:hidden;cursor:pointer;transition:box-shadow var(--duration-normal) var(--ease)}.bento-card:nth-child(1){grid-column:1 / 3;grid-row:1 / 3}.bento-card:nth-child(2){grid-column:3;grid-row:1}.bento-card:nth-child(3){grid-column:4;grid-row:1}.bento-card:nth-child(4){grid-column:3 / 5;grid-row:2}.bento-card--tall{grid-column:1 / 3;grid-row:1 / 3}.bento-card--wide{grid-column:3 / 5;grid-row:2}.bento-card:hover{box-shadow:0 12px 40px #0000001a}.bento-card-image{width:100%;height:100%;min-height:300px;transition:transform var(--duration-slow) var(--ease)}.bento-card:hover .bento-card-image{transform:scale(1.03)}.bento-card:nth-child(1) .bento-card-image{min-height:616px}.bento-bg--her{background:linear-gradient(160deg,#e8d5c4,#c9a88b,#b08b72)}.bento-bg--him{background:linear-gradient(160deg,#8b7b6b,#6b5b4b,#4a3f35)}.bento-bg--unisex{background:linear-gradient(160deg,#a8b09b,#8b9b7b,#6b7b5b)}.bento-bg--gifts{background:linear-gradient(160deg,#d4c4a8,#c4b498,#b4a488)}.bento-card-image img{width:100%;height:100%;object-fit:cover;transition:transform var(--duration-slow) var(--ease)}.bento-card:hover .bento-card-image img{transform:scale(1.03)}.bento-card-content{position:absolute;bottom:0;left:0;right:0;padding:var(--space-xl) var(--space-lg);background:linear-gradient(to top,rgba(0,0,0,.45) 0%,transparent 100%);transition:background var(--duration-slow) var(--ease)}.bento-card:hover .bento-card-content{background:linear-gradient(to top,rgba(0,0,0,.55) 0%,transparent 100%)}.bento-card-content h3{color:#fff;font-family:var(--font-heading);margin-bottom:var(--space-xs)}.bento-card-link{font-family:var(--font-body);font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#ffffffd9;transition:color var(--duration-fast) var(--ease)}.bento-card:hover .bento-card-link{color:#fff}.bestsellers{padding:var(--space-4xl) 0}.bestsellers .section-header{text-align:center;margin-bottom:var(--space-2xl)}.bestsellers .section-header .overline{margin-bottom:var(--space-sm)}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-xl);max-width:var(--container-width);margin:0 auto;padding:0 var(--space-lg)}.product-card{text-decoration:none;display:block;transition:transform var(--duration-normal) var(--ease),box-shadow var(--duration-normal) var(--ease)}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #00000014}.product-card-link{text-decoration:none;color:inherit;display:block}.product-card-link:hover .product-card{transform:translateY(-4px);box-shadow:0 8px 30px #00000014}.product-image{position:relative;aspect-ratio:3 / 4;border-radius:4px;overflow:hidden;background:var(--color-background-secondary)}.product-image img{width:100%;height:100%;object-fit:cover;border-radius:4px;transition:transform .5s var(--ease)}.product-card:hover .product-image img,.product-card-link:hover .product-image img{transform:scale(1.05)}.product-image-placeholder{width:100%;height:100%;background:linear-gradient(160deg,#e8d5c4,#d4c4b4,#c4b4a4);transition:transform .5s var(--ease)}.product-card:hover .product-image-placeholder,.product-card-link:hover .product-image-placeholder{transform:scale(1.05)}.product-bg--1{background:linear-gradient(160deg,#e8d5c4,#d4c4b4,#c4b4a4)}.product-bg--2{background:linear-gradient(160deg,#d4c4a8,#c4b498,#b4a488)}.product-bg--3{background:linear-gradient(160deg,#c9a88b,#b89878,#a88868)}.product-bg--4{background:linear-gradient(160deg,#8b7b6b,#7a6a5a,#695949)}.product-bg--5{background:linear-gradient(160deg,#a8b09b,#8b9b7b,#7a8a6a)}.product-bg--6{background:linear-gradient(160deg,#b08b72,#9e7b62,#8c6b52)}.product-bg--7{background:linear-gradient(160deg,#c4a882,#b49872,#a48862)}.product-bg--8{background:linear-gradient(160deg,#6b5b4b,#5a4a3a,#493929)}.product-badge{position:absolute;top:var(--space-sm);left:var(--space-sm);font-family:var(--font-body);font-size:.65rem;text-transform:uppercase;letter-spacing:.1em;padding:4px 10px;background:var(--color-text);color:var(--color-background);z-index:1}.product-info{padding-top:var(--space-md)}.product-name{font-family:var(--font-heading);font-size:1.1rem;font-weight:400;color:var(--color-text);margin-bottom:var(--space-xs)}.product-family{font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-light);margin-bottom:var(--space-sm)}.product-price{font-family:var(--font-body);font-weight:500;color:var(--color-text);font-size:.95rem;margin-bottom:var(--space-md)}.product-price .price--on-sale{color:var(--color-accent)}.product-price .price--compare{text-decoration:line-through;color:var(--color-text-light);font-weight:400;margin-left:4px}.add-to-bag-btn{display:inline-block;border:1px solid var(--color-border);padding:10px 24px;background:transparent;font-family:var(--font-body);font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text);cursor:pointer;transition:background var(--duration-normal) var(--ease),color var(--duration-normal) var(--ease),border-color var(--duration-normal) var(--ease)}.add-to-bag-btn:hover{background:var(--color-text);color:#fff;border-color:var(--color-text)}.add-to-bag-btn[disabled],.add-to-bag-btn.adding{opacity:.7;cursor:wait}.add-to-bag-btn.added{background:var(--color-accent);border-color:var(--color-accent);color:#fff}@media(max-width:768px){.products-grid.products-grid--scroll{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:var(--space-md);padding:0 var(--space-lg);-webkit-overflow-scrolling:touch;scrollbar-width:none}.products-grid.products-grid--scroll::-webkit-scrollbar{display:none}.products-grid.products-grid--scroll .product-card{flex:0 0 70%;scroll-snap-align:start}}.philosophy{width:100%;background:var(--color-background-dark);padding:120px var(--space-lg);text-align:center}.philosophy-inner{max-width:800px;margin:0 auto}.philosophy-label{font-family:var(--font-body);font-size:.7rem;text-transform:uppercase;letter-spacing:.15em;color:var(--color-text-on-dark-muted);margin-bottom:var(--space-xl)}.philosophy-divider{width:40px;height:1px;background:var(--color-text-on-dark-muted);margin:var(--space-xl) auto}.philosophy-quote{font-family:var(--font-heading);font-style:italic;font-size:clamp(1.5rem,3vw,2.2rem);font-weight:400;color:var(--color-text-on-dark);line-height:1.6;max-width:800px;margin:0 auto}.philosophy-quote p{max-width:none}.philosophy-tagline{font-family:var(--font-body);font-size:.7rem;text-transform:uppercase;letter-spacing:.2em;color:var(--color-text-on-dark-muted);margin-top:0}.soul-section{padding:var(--space-4xl) 0;background:var(--color-background)}.soul-section .section-header{text-align:center;margin-bottom:var(--space-2xl)}.soul-section .section-header .overline{margin-bottom:var(--space-sm)}.soul-description{color:var(--color-text-secondary);font-size:.95rem;max-width:50ch;margin:0 auto;text-align:center;line-height:1.7}.category-cards{padding:var(--space-4xl) 0}.category-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-md);max-width:var(--container-width);margin:0 auto;padding:0 var(--space-lg)}.category-card{position:relative;aspect-ratio:1 / 1;border-radius:8px;overflow:hidden;cursor:pointer;transition:box-shadow var(--duration-normal) var(--ease)}.category-card:hover{box-shadow:0 12px 40px #0000001f}.category-card-image{width:100%;height:100%;transition:transform var(--duration-slow) var(--ease)}.category-card-image img{width:100%;height:100%;object-fit:cover;transition:transform var(--duration-slow) var(--ease)}.category-card:hover .category-card-image,.category-card:hover .category-card-image img{transform:scale(1.05)}.category-bg--new{background:linear-gradient(160deg,#d4c4a8,#b8a48c,#9c8470)}.category-bg--shop{background:linear-gradient(160deg,#8b7b6b,#7a6a5a,#695949)}.category-bg--gifts{background:linear-gradient(160deg,#c4a882,#b49872,#a48862)}.category-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;backdrop-filter:blur(1px);-webkit-backdrop-filter:blur(1px);display:flex;align-items:center;justify-content:center;transition:background var(--duration-normal) var(--ease),backdrop-filter var(--duration-normal) var(--ease)}.category-card:hover .category-card-overlay{background:#0000004d;backdrop-filter:blur(0px);-webkit-backdrop-filter:blur(0px)}.category-card-overlay h3{font-family:var(--font-heading);color:#fff;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:400;letter-spacing:.05em;text-align:center;text-shadow:0 2px 12px rgba(0,0,0,.25)}.newsletter{padding:var(--space-4xl) var(--space-lg);text-align:center;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.newsletter-inner{max-width:500px;margin:0 auto}.newsletter .overline,.newsletter-heading,.newsletter h2{margin-bottom:var(--space-md)}.newsletter-subtitle,.newsletter p{color:var(--color-text-secondary);font-size:.9rem;margin:0 auto var(--space-xl)}.newsletter-form{display:flex;gap:0}.newsletter-form input[type=email]{flex:1;border:1px solid var(--color-border);border-right:none;border-radius:0;padding:14px 20px;background:transparent;font-family:var(--font-body);font-size:.85rem;color:var(--color-text);transition:border-color var(--duration-fast) var(--ease)}.newsletter-form input[type=email]::placeholder{color:var(--color-text-light)}.newsletter-form input[type=email]:focus{border-color:var(--color-accent);outline:none}.newsletter-form input[type=email].input-error{border-color:#c0392b}.newsletter-form input[type=email].input-error:focus{border-color:#c0392b}.newsletter-form .errors li,.newsletter-form-error{font-size:.8rem;color:#c0392b;margin-top:var(--space-sm);text-align:left}.newsletter-success{font-size:.9rem;color:var(--color-text-secondary);padding:var(--space-lg)}.newsletter-submit,.newsletter-form button[type=submit]{background:var(--color-text);color:#fff;padding:14px 32px;border:1px solid var(--color-text);border-radius:0;font-family:var(--font-body);font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;transition:background var(--duration-normal) var(--ease),border-color var(--duration-normal) var(--ease);white-space:nowrap}.newsletter-submit:hover,.newsletter-form button[type=submit]:hover{background:var(--color-accent);border-color:var(--color-accent)}.site-footer{border-top:1px solid var(--color-border);padding-top:var(--space-3xl);padding-bottom:var(--space-xl);background:var(--color-background-secondary)}.footer-inner{max-width:var(--container-width);margin:0 auto;padding:0 var(--space-lg)}.footer-columns{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:48px}.footer-column-title{font-family:var(--font-heading);font-size:1.1rem;font-weight:400;margin-bottom:var(--space-lg);color:var(--color-text)}.footer-column p,.footer-about-text{font-size:.85rem;color:var(--color-text-secondary);line-height:1.7}.footer-column ul,.footer-links{display:flex;flex-direction:column;gap:var(--space-sm)}.footer-column ul li a,.footer-links li a,.footer-links a{font-size:.85rem;color:var(--color-text-secondary);text-decoration:none;transition:color var(--duration-fast) var(--ease)}.footer-column ul li a:hover,.footer-links li a:hover,.footer-links a:hover{color:var(--color-text)}.footer-social{display:inline-flex;align-items:center;gap:var(--space-md);margin-top:var(--space-md)}.footer-social a{display:inline-flex;align-items:center;justify-content:center;color:var(--color-text-secondary);transition:color var(--duration-fast) var(--ease)}.footer-social a:hover{color:var(--color-text)}.footer-social svg{width:18px;height:18px}.footer-payments{display:flex;align-items:center;gap:var(--space-sm);margin-top:var(--space-md)}.payment-label{font-size:.75rem;color:var(--color-text-light)}.footer-payments svg{width:32px;height:20px;opacity:.5}.footer-bottom{border-top:1px solid var(--color-border);padding-top:var(--space-lg);margin-top:48px;display:flex;align-items:center;justify-content:space-between}.footer-copyright{font-size:.75rem;color:var(--color-text-light)}.footer-bottom p{font-size:.75rem;color:var(--color-text-light);max-width:none}.footer-bottom-links{display:flex;gap:var(--space-lg)}.footer-bottom-links a{font-size:.75rem;color:var(--color-text-light);text-decoration:none;transition:color var(--duration-fast) var(--ease)}.footer-bottom-links a:hover{color:var(--color-text)}.reveal{opacity:0;transform:translateY(30px);transition:opacity .8s var(--ease),transform .8s var(--ease)}.reveal.active{opacity:1;transform:translateY(0)}.reveal-stagger>*{opacity:0;transform:translateY(20px);transition:opacity .6s var(--ease),transform .6s var(--ease)}.reveal-stagger.active>*{opacity:1;transform:translateY(0)}.reveal-stagger.active>*:nth-child(1){transition-delay:0ms}.reveal-stagger.active>*:nth-child(2){transition-delay:.1s}.reveal-stagger.active>*:nth-child(3){transition-delay:.2s}.reveal-stagger.active>*:nth-child(4){transition-delay:.3s}.reveal-stagger.active>*:nth-child(5){transition-delay:.4s}.reveal-stagger.active>*:nth-child(6){transition-delay:.5s}.reveal-stagger.active>*:nth-child(7){transition-delay:.6s}.reveal-stagger.active>*:nth-child(8){transition-delay:.7s}.container{max-width:var(--container-width);margin:0 auto;padding:0 var(--space-lg)}.container-wide{max-width:var(--container-width-wide);margin:0 auto;padding:0 var(--space-lg)}.section{padding:var(--space-4xl) 0}.text-center{text-align:center}.visually-hidden,.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.section-header{text-align:center}.section-header .overline{display:block;margin-bottom:var(--space-sm)}.section-title{margin-bottom:var(--space-md)}.section-subtitle{color:var(--color-text-secondary);font-size:.95rem;margin:0 auto}.section-header h2{margin-bottom:var(--space-md)}.section-header p{color:var(--color-text-secondary);font-size:.95rem;margin:0 auto}.section-header:after{content:"";display:block;width:40px;height:1px;background:var(--color-accent);margin:16px auto 0}.deco-line{width:40px;height:1px;background:var(--color-border);margin:var(--space-lg) auto}.img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.35) 0%,transparent 60%);pointer-events:none}.tag{display:inline-block;font-family:var(--font-body);font-size:.65rem;text-transform:uppercase;letter-spacing:.12em;padding:4px 10px;border:1px solid var(--color-border);color:var(--color-text-secondary)}.breadcrumbs{display:flex;align-items:center;gap:var(--space-sm);font-size:.75rem;color:var(--color-text-light);padding:var(--space-md) 0}.breadcrumbs a{color:var(--color-text-light);text-decoration:none;transition:color var(--duration-fast) var(--ease)}.breadcrumbs a:hover{color:var(--color-text)}.breadcrumbs .separator{color:var(--color-border)}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton{background:linear-gradient(90deg,var(--color-background-secondary) 25%,var(--color-border-light) 50%,var(--color-background-secondary) 75%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite;border-radius:4px}.back-to-top{position:fixed;bottom:var(--space-xl);right:var(--space-xl);width:44px;height:44px;border-radius:50%;background:var(--color-background);border:1px solid var(--color-border);display:flex;align-items:center;justify-content:center;color:var(--color-text-secondary);cursor:pointer;opacity:0;pointer-events:none;transition:opacity var(--duration-normal) var(--ease),background var(--duration-fast) var(--ease),color var(--duration-fast) var(--ease);z-index:50}.back-to-top.visible{opacity:1;pointer-events:all}.back-to-top:hover{background:var(--color-text);color:#fff;border-color:var(--color-text)}.back-to-top svg{width:18px;height:18px}.shopify-section{display:block}.shopify-section--loading{min-height:200px}.predictive-search{position:absolute;top:100%;left:0;right:0;background:var(--color-background);border:1px solid var(--color-border);border-top:none;z-index:200;max-height:60vh;overflow-y:auto}.predictive-search__result-item a{display:flex;align-items:center;gap:var(--space-md);padding:var(--space-sm) var(--space-md);transition:background var(--duration-fast) var(--ease)}.predictive-search__result-item a:hover{background:var(--color-background-secondary)}.quantity-wrapper{display:flex;align-items:center;border:1px solid var(--color-border)}.quantity-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:var(--color-text-secondary);transition:color var(--duration-fast) var(--ease);font-size:1rem}.quantity-btn:hover{color:var(--color-text)}.quantity-input{width:48px;text-align:center;border:none;border-left:1px solid var(--color-border);border-right:1px solid var(--color-border);height:36px;background:transparent;color:var(--color-text);font-size:.9rem}.quantity-input:focus{outline:none}.errors,.form__message{background:#fdf0ef;border:1px solid #f5c6c2;border-radius:4px;padding:var(--space-sm) var(--space-md);margin-bottom:var(--space-md)}.errors li,.form__message p{font-size:.85rem;color:#c0392b;max-width:none}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none}.reveal-stagger>*{opacity:1;transform:none}.marquee-track,.hero-bg img,.hero-bg .hero-bg-img{animation:none}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--color-background-secondary)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-light)}@media(max-width:1200px){.bento-grid{gap:var(--space-sm)}.bento-card:nth-child(1) .bento-card-image{min-height:500px}.products-grid{gap:var(--space-lg)}}@media(max-width:1024px){.hero-inner{flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:var(--space-3xl) var(--space-lg)}.hero-text{max-width:80%}.hero-actions{justify-content:center}.hero-featured,.hero-social{display:none}.hero{min-height:auto}.hero-image{order:-1;height:40vh;min-height:300px}.hero-image-placeholder{min-height:100%}.bento-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto}.bento-card:nth-child(1){grid-column:1;grid-row:1}.bento-card:nth-child(2){grid-column:2;grid-row:1}.bento-card:nth-child(3){grid-column:1;grid-row:2}.bento-card:nth-child(4){grid-column:2;grid-row:2}.bento-card:nth-child(1) .bento-card-image{min-height:360px}.bento-card-image{min-height:300px}.products-grid{grid-template-columns:repeat(2,1fr)}.category-cards-grid{gap:var(--space-sm)}}@media(max-width:768px){.nav-links{display:none}.hamburger-btn{display:flex!important}.mobile-menu-overlay{display:flex}.hero{min-height:80vh}.hero-inner{align-items:center;text-align:center;padding:80px 20px 60px}.hero-heading{font-size:clamp(2.2rem,6vw,3.5rem)}.hero-text,.hero-subtitle{max-width:100%}.hero-actions{justify-content:center;flex-wrap:wrap}.hero-cta-group{flex-direction:column;align-items:center;gap:16px}.hero-bestseller-item:nth-child(n+4){display:none}.bestsellers,.collection-grid{padding:var(--space-3xl) 0}.philosophy,.newsletter{padding:var(--space-3xl) var(--space-lg)}.footer-columns{grid-template-columns:1fr 1fr;gap:var(--space-xl)}.footer-bottom{flex-direction:column;gap:var(--space-md);text-align:center}.footer-bottom-links{justify-content:center}.category-cards-grid{grid-template-columns:1fr 1fr}.category-card:nth-child(3){grid-column:1 / -1;aspect-ratio:2 / 1}.newsletter-form{flex-direction:column}.newsletter-form input[type=email]{border-right:1px solid var(--color-border);border-bottom:none}.newsletter-submit,.newsletter-form button[type=submit]{width:100%}}@media(max-width:480px){:root{--space-4xl: 80px;--space-3xl: 64px}.hero{min-height:70vh}.hero-bestsellers{display:none}.hero-inner{padding:70px 16px 48px;align-items:center;text-align:center}.hero-heading{font-size:clamp(2rem,8vw,2.8rem)}.hero-text{max-width:100%;padding:0}.hero-actions{justify-content:center;flex-wrap:wrap;gap:16px}.bento-grid{grid-template-columns:1fr}.bento-card:nth-child(1),.bento-card:nth-child(2),.bento-card:nth-child(3),.bento-card:nth-child(4){grid-column:1;grid-row:auto}.bento-card:nth-child(1) .bento-card-image,.bento-card-image{min-height:260px}.products-grid{grid-template-columns:1fr;gap:var(--space-xl)}.category-cards-grid{grid-template-columns:1fr}.category-card:nth-child(3){grid-column:auto;aspect-ratio:1 / 1}.footer-columns{grid-template-columns:1fr;gap:var(--space-lg)}.hero-text{padding:var(--space-xl) var(--space-md)}.hero-image{height:35vh}.philosophy{padding:var(--space-3xl) var(--space-md)}}.main-collection{background:var(--color-background, #faf8f5);padding:40px 0 80px}.collection-header{width:100%;background:#f2f0ed;text-align:center;padding:64px 40px 56px;margin-bottom:48px;position:relative}.collection-header:after{content:"";display:block;width:48px;height:1px;background:#c8a96e;margin:20px auto 0}.collection-header__title{font-family:var(--font-heading, "Cormorant Garamond", serif);font-size:clamp(2.4rem,5vw,4rem);font-weight:300;color:#1a1a1a;margin:0;letter-spacing:.04em;line-height:1.1}.collection-header__description{font-family:var(--font-body, "Inter", sans-serif);font-size:.88rem;color:#00000080;margin-top:16px;line-height:1.7;max-width:520px;margin-left:auto;margin-right:auto;letter-spacing:.02em}.collection-toolbar{max-width:1400px;margin:0 auto;padding:0 40px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px}.collection-sort-select{font-family:var(--font-body, "Inter", sans-serif);font-size:.8rem;letter-spacing:.06em;border:1px solid rgba(0,0,0,.18);padding:8px 36px 8px 16px;background:transparent;color:#1a1a1a;cursor:pointer;outline:none;appearance:none;-webkit-appearance:none;border-radius:0}.collection-toolbar__count{font-family:var(--font-body, "Inter", sans-serif);font-size:.78rem;color:#00000073;letter-spacing:.06em;margin:0}.product-grid{max-width:1400px;margin:0 auto;padding:0 40px;display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.product-grid--2-col{grid-template-columns:repeat(2,1fr)}.product-grid--3-col{grid-template-columns:repeat(3,1fr)}.product-grid--4-col{grid-template-columns:repeat(4,1fr)}.product-grid--5-col{grid-template-columns:repeat(5,1fr)}.product-grid__item{display:flex;flex-direction:column}.product-grid .product-card{display:flex;flex-direction:column;height:100%;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:4px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;text-decoration:none;color:inherit}.product-grid .product-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001a}.product-grid .product-card__link{text-decoration:none;color:inherit;display:flex;flex-direction:column;flex:1}.product-grid .product-image{position:relative;aspect-ratio:1 / 1;overflow:hidden;background:#f5f3f0}.product-grid .product-image img,.product-grid .product-image__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;padding:20px;box-sizing:border-box;transition:transform .5s ease,opacity .4s ease}.product-grid .product-image__img--hover{opacity:0}.product-grid .product-card:hover .product-image__img--hover{opacity:1}.product-grid .product-card:hover .product-image img{transform:scale(1.04)}.product-grid .product-info{padding:14px 16px 8px;flex:1;display:flex;flex-direction:column;gap:4px}.product-grid .product-family{font-family:var(--font-body, "Inter", sans-serif);font-size:.65rem;letter-spacing:.14em;text-transform:uppercase;color:#c8a96e;margin:0}.product-grid .product-name{font-family:var(--font-heading, "Cormorant Garamond", serif);font-size:1.05rem;font-weight:400;color:#1a1a1a;margin:0;line-height:1.3}.product-grid .product-price{margin-top:6px}.product-grid .product-price__regular,.product-grid .product-price__from,.product-grid .product-price__sale{font-family:var(--font-body, "Inter", sans-serif);font-size:.88rem;font-weight:400;color:#1a1a1a}.product-grid .product-price__compare{font-size:.78rem;color:#00000059;text-decoration:line-through;margin-right:6px}.product-grid .product-card__badge{position:absolute;top:10px;left:10px;font-family:var(--font-body, "Inter", sans-serif);font-size:.6rem;letter-spacing:.1em;text-transform:uppercase;padding:4px 10px;z-index:2}.product-grid .product-card__badge--sale{background:#1a1a1a;color:#fff}.product-grid .product-card__badge--sold-out{background:#0006;color:#fff}.product-grid .product-card__form{margin:0}.product-grid .add-to-bag-btn{display:block;width:100%;padding:12px 16px;margin:8px 0 0;background:#1a1a1a;color:#fff;font-family:var(--font-body, "Inter", sans-serif);font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;text-align:center;text-decoration:none;border:none;cursor:pointer;transition:background .25s ease;border-radius:0;box-sizing:border-box}.product-grid .add-to-bag-btn:hover{background:#c8a96e}.product-grid .add-to-bag-btn--options{background:transparent;color:#1a1a1a;border:1px solid rgba(0,0,0,.18)}.product-grid .add-to-bag-btn--options:hover{background:#1a1a1a;color:#fff;border-color:#1a1a1a}.product-grid .add-to-bag-btn--disabled{background:#0000001a;color:#0006;cursor:not-allowed}.collection-empty{max-width:1400px;margin:0 auto;padding:80px 40px;text-align:center;font-family:var(--font-body, "Inter", sans-serif);color:#00000080}.pagination{max-width:1400px;margin:48px auto 0;padding:0 40px}.pagination__list{display:flex;list-style:none;margin:0;padding:0;gap:8px;justify-content:center;align-items:center}.pagination__link{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;border:1px solid rgba(0,0,0,.15);font-family:var(--font-body, "Inter", sans-serif);font-size:.8rem;color:#1a1a1a;text-decoration:none;transition:all .2s ease}.pagination__link:hover{background:#1a1a1a;color:#fff;border-color:#1a1a1a}.pagination__current{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;background:#c8a96e;color:#fff;font-family:var(--font-body, "Inter", sans-serif);font-size:.8rem}.nav-links a.active{color:#fff;position:relative}.nav-links a.active:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:1.5px;background:#c8a96e}.site-header--light-page .nav-links a.active{color:#1a1a1a;font-weight:500}.site-header--light-page .nav-links a.active:after{background:#c8a96e}@media(max-width:1024px){.product-grid{grid-template-columns:repeat(3,1fr);padding:0 24px;gap:16px}.collection-header,.collection-toolbar,.pagination{padding-left:24px;padding-right:24px}}@media(max-width:768px){.product-grid,.product-grid--3-col,.product-grid--4-col,.product-grid--5-col{grid-template-columns:repeat(2,1fr);padding:0 16px;gap:12px}.collection-header,.collection-toolbar,.pagination{padding-left:16px;padding-right:16px}.collection-header__title{font-size:1.8rem}.product-grid .product-name{font-size:.95rem}.product-grid .add-to-bag-btn{padding:10px 12px;font-size:.68rem}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/theme.css.map */
