:root{--midnight-wine:#1d0e16;--deep-burgundy:#681b38;--velvet-rose:#b73863;--blush-ivory:#f8e9ed;--soft-blush:#fff7f6;--champagne-gold:#c7a269;--warm-ivory:#fff9f5;--soft-black:#181214;--muted:#74656b;--line:#351b261f;--shadow:0 18px 50px #421c2c17;--radius-sm:14px;--radius-md:22px;--container:min(1320px, calc(100% - 48px))}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--soft-black);-webkit-font-smoothing:antialiased;background:#fff;margin:0;font-family:Manrope,sans-serif}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{width:var(--container);margin-inline:auto}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.site-header{border-bottom:1px solid var(--line);z-index:50;background:#fffffff5}.header-main{grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;min-height:92px;display:grid}.mobile-toggle{border:1px solid var(--line);width:44px;height:44px;color:var(--deep-burgundy);cursor:pointer;background:#fff;border-radius:50%;justify-content:center;align-items:center;display:none}.brand{text-align:center;min-width:210px;color:var(--deep-burgundy);justify-self:center;position:relative}.brand-name{letter-spacing:.09em;font-family:Cormorant Garamond,serif;font-size:clamp(34px,3vw,48px);font-weight:600;line-height:.82;display:block}.brand-tagline{letter-spacing:.08em;color:#a96879;margin-top:10px;font-size:11px;display:block}.brand-moon{color:var(--champagne-gold);font-size:26px;position:absolute;top:-8px;right:4px;transform:rotate(-12deg)}.header-spacer{min-width:250px}.header-actions{justify-self:end;align-items:center;gap:12px;display:flex}.search-box{border:1px solid var(--line);background:#fff;border-radius:999px;align-items:center;gap:12px;width:min(280px,24vw);height:48px;padding:0 18px;transition:border-color .2s,box-shadow .2s;display:flex}.search-box:focus-within{border-color:#681b386b;box-shadow:0 0 0 4px #b7386314}.search-box i{color:var(--deep-burgundy);font-size:18px}.search-box input{width:100%;color:var(--soft-black);background:0 0;border:0;outline:0}.search-box input::placeholder{color:#9a8f93}.icon-button{border:1px solid var(--line);width:46px;height:46px;color:var(--soft-black);cursor:pointer;background:#fff;border-radius:50%;justify-content:center;align-items:center;transition:transform .2s,border-color .2s;display:inline-flex;position:relative}.icon-button:hover{border-color:#681b3859;transform:translateY(-2px)}.icon-button i{font-size:18px}.bag-count{background:var(--velvet-rose);color:#fff;border:2px solid #fff;border-radius:999px;justify-content:center;align-items:center;min-width:21px;height:21px;padding:0 5px;font-size:11px;font-weight:700;display:inline-flex;position:absolute;top:-5px;right:-4px}.category-nav{border-top:1px solid #351b260f}.category-list{justify-content:center;align-items:center;gap:clamp(24px,4vw,58px);min-height:68px;margin:0;padding:0;list-style:none;display:flex}.category-list a{color:#302a2c;align-items:center;gap:8px;padding:22px 0;font-size:15px;font-weight:500;display:inline-flex;position:relative}.category-list a:after{content:"";background:var(--deep-burgundy);height:1px;transition:right .25s;position:absolute;bottom:16px;left:0;right:100%}.category-list a:hover:after{right:0}.category-list i{font-size:11px}.hero{padding:20px 0 0}.hero-frame{border-radius:var(--radius-md);box-shadow:var(--shadow);background:#efd6cb;position:relative;overflow:hidden}.hero-frame img{aspect-ratio:1636/740;object-fit:cover;width:100%}.hero-link{z-index:2;position:absolute;inset:0}.hero-link:focus-visible{outline:4px solid var(--champagne-gold);outline-offset:-6px}.mobile-hero{display:none}.products-section{padding:clamp(72px,8vw,112px) 0 96px}.section-head{justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:36px;display:flex}.eyebrow{color:var(--velvet-rose);letter-spacing:.18em;text-transform:uppercase;margin:0 0 10px;font-size:12px;font-weight:700}.section-title{max-width:700px;color:var(--midnight-wine);margin:0;font-family:Cormorant Garamond,serif;font-size:clamp(38px,4.2vw,58px);font-weight:600;line-height:.98}.section-copy{max-width:620px;color:var(--muted);margin:14px 0 0;font-size:15px;line-height:1.75}.filter-tabs{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.filter-tab{border:1px solid var(--line);min-height:42px;color:var(--muted);cursor:pointer;background:#fff;border-radius:999px;padding:0 18px;font-size:13px;font-weight:600;transition:all .2s}.filter-tab:hover,.filter-tab.active{color:#fff;background:var(--deep-burgundy);border-color:var(--deep-burgundy)}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;display:grid}.product-card{opacity:1;min-width:0;transition:opacity .25s,transform .25s;transform:translateY(0)}.product-card.is-hidden{display:none}.product-media{aspect-ratio:4/5;border-radius:var(--radius-sm);background:var(--soft-blush);border:1px solid #351b2614;position:relative;overflow:hidden}.product-media img{object-fit:cover;width:100%;height:100%;transition:opacity .45s,transform .65s cubic-bezier(.2,.7,.2,1);position:absolute;inset:0}.product-image-alt{opacity:0}.product-card:hover .product-image-main{opacity:0;transform:scale(1.025)}.product-card:hover .product-image-alt{opacity:1;transform:scale(1.025)}.product-badge{z-index:3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--deep-burgundy);letter-spacing:.08em;text-transform:uppercase;background:#fff9f5e6;border-radius:999px;padding:8px 11px;font-size:11px;font-weight:700;position:absolute;top:14px;left:14px}.wishlist{z-index:3;width:40px;height:40px;color:var(--deep-burgundy);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;background:#ffffffe0;border:0;border-radius:50%;justify-content:center;align-items:center;transition:transform .2s,background .2s;display:inline-flex;position:absolute;top:14px;right:14px}.wishlist:hover{background:#fff;transform:scale(1.06)}.quick-add{z-index:4;color:#fff;cursor:pointer;opacity:0;background:#1d0e16ed;border:0;border-radius:10px;justify-content:center;align-items:center;gap:9px;min-height:46px;font-size:13px;font-weight:700;transition:transform .3s,opacity .3s,background .2s;display:flex;position:absolute;bottom:14px;left:14px;right:14px;transform:translateY(70px)}.product-card:hover .quick-add,.quick-add:focus-visible{opacity:1;transform:translateY(0)}.quick-add:hover{background:var(--deep-burgundy)}.product-info{padding:18px 4px 0}.product-category{color:#9e7a86;letter-spacing:.11em;text-transform:uppercase;margin:0 0 7px;font-size:11px;font-weight:700}.product-title{color:var(--soft-black);margin:0;font-family:Cormorant Garamond,serif;font-size:23px;font-weight:600;line-height:1.05}.product-meta{justify-content:space-between;align-items:center;gap:14px;margin-top:12px;display:flex}.price{color:var(--deep-burgundy);font-size:14px;font-weight:700}.swatches{align-items:center;gap:7px;display:flex}.swatch{border:2px solid #fff;border-radius:50%;width:15px;height:15px;box-shadow:0 0 0 1px #351b2633}.section-footer{justify-content:center;margin-top:46px;display:flex}.view-all{border:1px solid var(--deep-burgundy);min-height:50px;color:var(--deep-burgundy);background:#fff;border-radius:999px;justify-content:center;align-items:center;gap:10px;padding:0 24px;font-size:13px;font-weight:700;transition:all .2s;display:inline-flex}.view-all:hover{color:#fff;background:var(--deep-burgundy)}.offer-section{padding:0 0 clamp(76px,8vw,112px)}.offer-shell{background:var(--midnight-wine);border-radius:28px;grid-template-columns:minmax(0,.94fr) minmax(380px,1.06fr);min-height:500px;display:grid;position:relative;overflow:hidden;box-shadow:0 24px 70px #1d0e162e}.offer-shell:before{content:"";background:var(--champagne-gold);z-index:2;width:5px;height:100%;position:absolute;top:0;left:0}.offer-copy{z-index:3;color:var(--warm-ivory);flex-direction:column;justify-content:center;padding:clamp(48px,6vw,88px);display:flex;position:relative}.offer-eyebrow{color:#e5c996;letter-spacing:.18em;text-transform:uppercase;align-items:center;gap:10px;margin:0 0 18px;font-size:12px;font-weight:700;display:inline-flex}.offer-eyebrow:before{content:"";background:currentColor;width:34px;height:1px}.offer-title{letter-spacing:-.025em;max-width:640px;margin:0;font-family:Cormorant Garamond,serif;font-size:clamp(44px,5vw,72px);font-weight:600;line-height:.94}.offer-text{color:#fff9f5bd;max-width:570px;margin:24px 0 0;font-size:15px;line-height:1.75}.offer-tags{flex-wrap:wrap;gap:9px;margin-top:26px;display:flex}.offer-tag{color:#fff9f5db;border:1px solid #fff9f529;border-radius:999px;align-items:center;gap:8px;min-height:36px;padding:0 13px;font-size:12px;font-weight:600;display:inline-flex}.offer-tag i{color:var(--champagne-gold);font-size:13px}.offer-actions{flex-wrap:wrap;gap:12px;margin-top:34px;display:flex}.offer-button{border-radius:999px;justify-content:center;align-items:center;gap:10px;min-height:50px;padding:0 22px;font-size:13px;font-weight:700;transition:transform .2s,background .2s,color .2s,border-color .2s;display:inline-flex}.offer-button:hover{transform:translateY(-2px)}.offer-button--primary{background:var(--warm-ivory);color:var(--deep-burgundy)}.offer-button--primary:hover{background:#fff}.offer-button--secondary{color:var(--warm-ivory);border:1px solid #fff9f547}.offer-button--secondary:hover{border-color:var(--champagne-gold);color:#f0d7a8}.offer-visual{background:#f2dedb;min-height:500px;position:relative}.offer-visual img{object-fit:cover;object-position:center;width:100%;height:100%}.offer-visual:after{content:"";pointer-events:none;border:1px solid #ffffff2e;position:absolute;inset:0}.offer-stamp{z-index:2;aspect-ratio:1;width:118px;color:var(--deep-burgundy);text-align:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fff9f5eb;border-radius:50%;place-items:center;padding:18px;font-family:Cormorant Garamond,serif;font-size:20px;font-weight:700;line-height:1;display:grid;position:absolute;bottom:24px;left:24px;box-shadow:0 16px 42px #1d0e162e}.offer-stamp small{letter-spacing:.14em;text-transform:uppercase;margin-top:5px;font-family:Manrope,sans-serif;font-size:9px;font-weight:700;display:block}.site-footer{background:var(--midnight-wine);color:var(--warm-ivory)}.footer-main{grid-template-columns:minmax(260px,1.35fr) repeat(3,minmax(150px,.65fr));gap:clamp(34px,5vw,78px);padding:clamp(64px,7vw,92px) 0 54px;display:grid}.footer-brand{max-width:390px}.footer-logo{color:var(--warm-ivory);flex-direction:column;display:inline-flex}.footer-logo strong{letter-spacing:.08em;font-family:Cormorant Garamond,serif;font-size:43px;font-weight:600;line-height:.86}.footer-logo span{color:#d6b6bf;letter-spacing:.11em;margin-top:10px;font-size:10px}.footer-description{color:#fff9f5a8;max-width:360px;margin:24px 0 0;font-size:14px;line-height:1.75}.footer-contact{color:#f0d7a8;align-items:center;gap:10px;margin-top:24px;font-size:13px;font-weight:700;display:inline-flex}.footer-contact:hover{color:#fff}.footer-heading{color:#e8cb96;letter-spacing:.16em;text-transform:uppercase;margin:0 0 20px;font-size:11px;font-weight:700}.footer-links{gap:13px;margin:0;padding:0;list-style:none;display:grid}.footer-links a{color:#fff9f5b8;align-items:center;gap:8px;width:fit-content;font-size:13px;line-height:1.45;transition:color .2s,transform .2s;display:inline-flex}.footer-links a:hover{color:#fff;transform:translate(3px)}.footer-socials{flex-wrap:wrap;gap:9px;margin-top:26px;display:flex}.footer-social{color:#fff9f5c7;letter-spacing:.04em;border:1px solid #fff9f526;border-radius:999px;justify-content:center;align-items:center;min-height:38px;padding:0 13px;font-size:11px;font-weight:700;transition:all .2s;display:inline-flex}.footer-social:hover{border-color:var(--champagne-gold);color:#fff}.footer-bottom{color:#fff9f585;border-top:1px solid #fff9f51c;justify-content:space-between;align-items:center;gap:24px;min-height:74px;font-size:11px;display:flex}.footer-bottom-links{flex-wrap:wrap;align-items:center;gap:20px;display:flex}.footer-bottom a:hover{color:#fff}.back-to-top{color:#e8cb96;align-items:center;gap:8px;font-weight:700;display:inline-flex}@media (max-width:980px){.offer-shell{grid-template-columns:1fr 1fr}.offer-copy{padding:54px 42px}.footer-main{grid-template-columns:1.2fr repeat(2,minmax(150px,.8fr))}.footer-column:last-child{grid-column:2/-1}}@media (max-width:760px){.offer-shell{grid-template-columns:1fr}.offer-copy{padding:48px 28px}.offer-title{max-width:560px;font-size:clamp(44px,12vw,60px)}.offer-visual{min-height:430px}.footer-main{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1;max-width:560px}.footer-column:last-child{grid-column:auto}.footer-bottom{flex-direction:column;align-items:flex-start;padding:22px 0}}@media (max-width:520px){.offer-section{padding-bottom:68px}.offer-shell{border-radius:20px}.offer-copy{padding:42px 22px}.offer-title{font-size:45px}.offer-text{font-size:14px}.offer-actions{flex-direction:column}.offer-button{width:100%}.offer-visual{min-height:360px}.offer-stamp{width:102px;font-size:18px;bottom:16px;left:16px}.footer-main{grid-template-columns:1fr;gap:34px;padding-top:58px}.footer-brand,.footer-column:last-child{grid-column:auto}.footer-description{font-size:13px}.footer-bottom-links{gap:14px}}.toast{z-index:80;color:#fff;background:var(--midnight-wine);opacity:0;pointer-events:none;border-radius:14px;align-items:center;gap:12px;max-width:min(360px,100% - 48px);padding:15px 18px;transition:all .25s;display:flex;position:fixed;bottom:24px;right:24px;transform:translateY(18px);box-shadow:0 18px 46px #1d0e1640}.toast.show{opacity:1;transform:translateY(0)}.toast i{color:#e9c98d}.toast span{font-size:13px;line-height:1.45}@media (max-width:1100px){:root{--container:min(100% - 36px, 1120px)}.header-spacer{min-width:120px}.search-box{width:220px}.category-list{scrollbar-width:none;justify-content:flex-start;gap:24px;overflow-x:auto}.category-list::-webkit-scrollbar{display:none}.category-list li{flex:none}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:820px){:root{--container:min(100% - 28px, 760px)}.site-header{position:sticky;top:0}.header-main{grid-template-columns:auto 1fr auto;gap:12px;min-height:76px}.mobile-toggle{display:inline-flex}.header-spacer{display:none}.brand{min-width:0}.brand-name{font-size:34px}.brand-tagline{margin-top:7px;font-size:9px}.brand-moon{font-size:20px;right:-6px}.search-box{display:none}.header-actions{gap:7px}.icon-button{width:42px;height:42px}.category-nav{border:1px solid var(--line);box-shadow:var(--shadow);opacity:0;visibility:hidden;background:#fff;border-radius:18px;transition:all .25s;position:fixed;top:84px;left:14px;right:14px;transform:translateY(-10px)}.category-nav.open{opacity:1;visibility:visible;transform:translateY(0)}.category-list{gap:0;min-height:0;max-height:calc(100vh - 110px);padding:12px 18px;display:grid;overflow-y:auto}.category-list a{border-bottom:1px solid var(--line);justify-content:space-between;padding:14px 2px}.category-list li:last-child a{border-bottom:0}.category-list a:after{display:none}.hero{padding-top:14px}.hero-frame{display:none}.mobile-hero{border-radius:var(--radius-md);box-shadow:var(--shadow);background:radial-gradient(circle at 85% 15%,#c7a2694d,#0000 28%),linear-gradient(145deg,#f7ded8,#fff6f3 56%,#efd2d0);display:grid;overflow:hidden}.mobile-hero-copy{text-align:center;padding:38px 26px 18px}.mobile-hero-copy .eyebrow{margin-bottom:12px}.mobile-hero-title{color:var(--deep-burgundy);margin:0;font-family:Cormorant Garamond,serif;font-size:clamp(42px,12vw,66px);font-weight:600;line-height:.86}.mobile-hero-copy p:not(.eyebrow){color:#69565c;max-width:460px;margin:18px auto 0;font-size:14px;line-height:1.65}.mobile-hero-button{background:var(--deep-burgundy);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-height:48px;margin-top:22px;padding:0 24px;font-size:13px;font-weight:700;display:inline-flex}.mobile-products{grid-template-columns:1fr 1fr;gap:10px;padding:0 10px 10px;display:grid}.mobile-products img{aspect-ratio:4/5;object-fit:cover;border-radius:16px;width:100%}.section-head{flex-direction:column;align-items:flex-start}.filter-tabs{justify-content:flex-start}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 14px}.quick-add{opacity:1;min-height:42px;transform:none}}@media (max-width:520px){:root{--container:calc(100% - 24px)}.header-main{min-height:70px}.brand-name{font-size:29px}.brand-tagline{display:none}.brand-moon{font-size:17px;top:-3px;right:-3px}.icon-button:first-of-type{display:none}.products-section{padding:64px 0 72px}.section-title{font-size:43px}.section-copy{font-size:14px}.filter-tabs{scrollbar-width:none;flex-wrap:nowrap;width:100%;padding-bottom:4px;overflow-x:auto}.filter-tabs::-webkit-scrollbar{display:none}.filter-tab{flex:none}.product-grid{gap:18px 10px}.product-media{border-radius:12px}.product-badge{padding:6px 8px;font-size:9px;top:9px;left:9px}.wishlist{width:34px;height:34px;top:9px;right:9px}.quick-add{padding:0 8px;font-size:11px;bottom:8px;left:8px;right:8px}.product-info{padding-top:13px}.product-category{margin-bottom:5px;font-size:9px}.product-title{font-size:18px}.product-meta{flex-direction:column;align-items:flex-start;gap:9px;margin-top:9px}.price{font-size:12px}.toast{max-width:calc(100% - 24px);bottom:12px;right:12px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
