:root{--color-primary:#7a1732;--color-primary-dark:#5c1025;--color-primary-soft:#7a173212;--color-accent:#c8a54b;--color-accent-soft:#c8a54b24;--color-bg:#fff;--color-bg-elevated:#fff;--color-bg-muted:#f5f5f4;--color-text:#1c1512;--color-text-muted:#6f6157;--color-text-light:#9a8b7e;--color-border:#1c15121a;--color-success:#2d6a4f;--color-danger:#9b2226;--font-display:"Playfair Display", Georgia, serif;--font-body:"Inter", system-ui, sans-serif;--radius-sm:6px;--radius-md:12px;--radius-lg:18px;--radius-xl:24px;--shadow-sm:0 1px 3px #1c15120a;--shadow-md:0 10px 30px #1c151212;--shadow-lg:0 24px 60px #1c15121a;--container:min(1240px, calc(100% - 3rem));--header-height:76px;--ease-out:cubic-bezier(.22, 1, .36, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;min-height:100vh;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul,ol{list-style:none}input,select,textarea{font-family:inherit}h1,h2,h3,h4{font-family:var(--font-display);letter-spacing:-.01em;font-weight:500;line-height:1.25}.container{width:var(--container);margin-inline:auto}.page-shell{min-height:calc(100vh - var(--header-height));padding-block:2.5rem 4rem}.btn{letter-spacing:.12em;text-transform:uppercase;transition:all .3s var(--ease-out);white-space:nowrap;border-radius:2px;justify-content:center;align-items:center;gap:.5rem;padding:.95rem 1.85rem;font-size:.78rem;font-weight:550;display:inline-flex}.btn-primary{background:var(--color-primary);color:#fff}.btn-primary:hover{background:var(--color-primary-dark);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn-secondary{color:var(--color-primary);border:1.5px solid var(--color-primary);background:0 0}.btn-secondary:hover{background:var(--color-primary-soft)}.btn-accent{background:var(--color-accent);color:var(--color-text)}.btn-accent:hover{filter:brightness(.95);transform:translateY(-1px)}.btn-ghost{background:var(--color-bg-muted);color:var(--color-text)}.btn-ghost:hover{background:var(--color-border)}.btn-icon{border:1.5px solid var(--color-border);background:var(--color-bg-elevated);width:44px;height:44px;color:var(--color-text);border-radius:50%;justify-content:center;align-items:center;padding:0;transition:all .25s;display:inline-flex}.btn-icon:hover{border-color:var(--color-primary);color:var(--color-primary)}.btn-icon.active{background:var(--color-primary-soft);border-color:var(--color-primary);color:var(--color-primary)}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.price-row{flex-wrap:wrap;align-items:baseline;gap:.75rem;display:flex}.price-current{font-family:var(--font-body);color:var(--color-primary);font-size:1.75rem;font-weight:700}.price-old{color:#9a9a9a;font-size:1rem;text-decoration:line-through}.discount-badge{color:#8a6d28;letter-spacing:.04em;text-transform:uppercase;background:#f0e8d4;border-radius:999px;align-items:center;padding:.28rem .7rem;font-size:.75rem;font-weight:700;display:inline-flex}.rating-stars{color:var(--color-accent);gap:2px;display:inline-flex}.section-header{justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:2.25rem;display:flex}.section-header h2{letter-spacing:-.02em;font-size:clamp(1.85rem,3.2vw,2.6rem);font-weight:500}.section-eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--color-accent);margin-bottom:.65rem;font-size:.7rem;font-weight:600}.link-arrow{color:var(--color-primary);letter-spacing:.08em;text-transform:uppercase;transition:gap .25s var(--ease-out);align-items:center;gap:.4rem;font-size:.78rem;font-weight:550;display:inline-flex}.link-arrow:hover{gap:.7rem}.product-grid{grid-template-columns:repeat(4,1fr);gap:2rem 1.5rem;display:grid}@media (width<=1024px){.product-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}@media (width<=768px){.product-grid{grid-template-columns:repeat(2,1fr);gap:1rem}:root{--container:min(100%, calc(100% - 1.5rem));--header-height:64px}}@media (width<=400px){.product-grid{grid-template-columns:1fr}}.carousel-track{scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:1.25rem;padding-block:.65rem .85rem;display:flex;overflow:auto visible}.carousel-track::-webkit-scrollbar{display:none}.carousel-track__slide{scroll-snap-align:start;box-sizing:border-box;flex:0 0 calc(25% - .95rem);min-width:220px;overflow:visible}@media (width<=1024px){.carousel-track__slide{flex:0 0 calc(33.333% - .85rem)}}@media (width<=768px){.carousel-track__slide{flex:0 0 calc(50% - .65rem);min-width:180px}}.sr-only{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skeleton{background:linear-gradient(90deg, var(--color-bg-muted) 25%, #efe8dc 50%, var(--color-bg-muted) 75%);border-radius:var(--radius-md);background-size:200% 100%;animation:1.4s infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.site-header{z-index:100;background:#fff;border-bottom:1px solid #e5e5e5;position:sticky;top:0;box-shadow:0 1px #0000000a,0 8px 24px #1a14100f}.site-header__announcement{background:var(--color-primary);color:#fff;letter-spacing:.14em;text-transform:uppercase;justify-content:center;align-items:center;gap:.85rem;padding:.5rem 1rem;font-size:.68rem;display:flex}.site-header__announcement .dot{background:var(--color-accent);border-radius:50%;width:3px;height:3px}.site-header__bar{height:var(--header-height);justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.site-header__logo{font-family:var(--font-display);letter-spacing:.16em;color:var(--color-primary);font-size:1.7rem;font-weight:600}.site-header__nav{gap:2.15rem;display:flex}.site-header__nav a{letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-muted);font-size:.78rem;font-weight:550;transition:color .2s;position:relative}.site-header__nav a:hover,.site-header__nav a.active{color:var(--color-primary)}.site-header__nav a.active:after{content:"";background:var(--color-accent);height:1px;position:absolute;bottom:-8px;left:0;right:0}.site-header__icons{align-items:center;gap:1.15rem;display:flex}.site-header__icon{color:#1a1a1a;cursor:pointer;background:#ececec;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s,color .2s;display:flex;position:relative}.site-header__icon:hover{color:var(--color-primary);background:#e2e2e2}.site-header__cart{cursor:pointer;color:inherit;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex;position:relative}.site-header__cart:hover .site-header__icon{color:var(--color-primary);background:#e2e2e2}.site-header__cart:hover .site-header__cart-amount{background:var(--color-primary-dark,#5c1025)}.site-header__cart-amount{z-index:3;background:var(--color-primary);color:#fff;white-space:nowrap;pointer-events:none;border-radius:999px;padding:.18rem .5rem;font-size:.62rem;font-weight:700;line-height:1.2;transition:background .2s;position:absolute;top:-.45rem;left:50%;transform:translate(-50%);box-shadow:0 2px 6px #7a173240}.site-header__cart-badge{color:#fff;background:#e85d04;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:.65rem;font-weight:700;line-height:1;display:flex;position:absolute;top:auto;bottom:-2px;right:-2px}.site-header__account{border:1px solid var(--color-border);width:44px;height:44px;color:var(--color-primary);background:#fff;border-radius:50%}.site-header__account:hover{border-color:var(--color-primary);background:var(--color-primary-soft);color:var(--color-primary)}.site-header__account.is-signed-in{background:var(--color-primary);border-color:var(--color-primary);color:#fff;padding:0;overflow:hidden}.site-header__avatar{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}.site-header__initials{color:#fff;font-size:.95rem;font-weight:600;line-height:1}.site-header__count{background:var(--color-primary);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:.65rem;font-weight:700;line-height:1;display:flex;position:absolute;top:-2px;right:-2px}.site-header__menu-btn{color:var(--color-text);display:none}@media (width<=768px){.site-header__menu-btn{display:flex}.site-header__announcement span:nth-child(n+3),.site-header__announcement .dot{display:none}.site-header__nav{background:var(--color-bg);border-bottom:1px solid var(--color-border);box-shadow:var(--shadow-md);flex-direction:column;gap:0;padding:.5rem 0;display:none;position:absolute;top:100%;left:0;right:0}.site-header__nav.is-open{display:flex}.site-header__nav a{padding:.9rem 1.25rem}.site-header__nav a.active:after{display:none}.site-header__logo{position:absolute;left:50%;transform:translate(-50%)}.site-header__icons{gap:.75rem}}.site-footer{color:#fffdf8c7;background:#1c1512;margin-top:0;padding-top:4rem}.site-footer__grid{grid-template-columns:1.5fr 1fr 1fr;gap:2.5rem;padding-bottom:3rem;display:grid}.site-footer__logo{font-family:var(--font-display);letter-spacing:.16em;color:#fff;margin-bottom:1rem;font-size:1.55rem;display:inline-block}.site-footer__brand p{opacity:.75;max-width:34ch;font-size:.9rem;line-height:1.7}.site-footer h4{font-family:var(--font-body);letter-spacing:.16em;text-transform:uppercase;color:var(--color-accent);margin-bottom:1rem;font-size:.7rem;font-weight:600}.site-footer ul{flex-direction:column;gap:.65rem;display:flex}.site-footer a{color:#fffdf8b8;font-size:.9rem;transition:color .2s}.site-footer a:hover{color:#fff}.site-footer__bottom{opacity:.55;border-top:1px solid #ffffff1a;padding-block:1.25rem;font-size:.78rem}@media (width<=768px){.site-footer__grid{grid-template-columns:1fr;gap:2rem}}.qty-selector{border:1.5px solid var(--color-border);background:#fff;border-radius:999px;flex:none;align-items:center;width:fit-content;max-width:100%;display:inline-flex;overflow:hidden}.qty-selector button{width:40px;height:40px;color:var(--color-text);flex:none;justify-content:center;align-items:center;transition:background .2s,color .2s;display:flex}.qty-selector button:hover:not(:disabled){background:var(--color-bg-muted);color:var(--color-primary)}.qty-selector button:disabled{opacity:.35;cursor:not-allowed}.qty-selector input{text-align:center;border:none;border-inline:1px solid var(--color-border);font-variant-numeric:tabular-nums;-moz-appearance:textfield;background:0 0;flex:none;width:40px;height:40px;font-size:.92rem;font-weight:600}.qty-selector input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.qty-selector input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-drawer__backdrop{z-index:220;cursor:pointer;background:#1a141073;border:none;position:fixed;inset:0}.cart-drawer{z-index:230;background:#fff;flex-direction:column;width:min(420px,100vw);height:100vh;display:flex;position:fixed;top:0;right:0;box-shadow:-12px 0 40px #1a141024}.cart-drawer__header{border-bottom:1px solid #ebebeb;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.35rem 1.35rem 1.1rem;display:flex}.cart-drawer__header h2{font-family:var(--font-display);color:var(--color-text);margin:0 0 .2rem;font-size:1.55rem}.cart-drawer__header p{color:var(--color-text-muted);margin:0;font-size:.85rem}.cart-drawer__close{width:40px;height:40px;color:var(--color-text);cursor:pointer;background:#f3f3f3;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}.cart-drawer__close:hover{color:var(--color-primary);background:#e8e8e8}.cart-drawer__empty{text-align:center;color:var(--color-text-muted);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.65rem;padding:2rem;display:flex}.cart-drawer__empty h3{font-family:var(--font-body);color:var(--color-text);margin:.5rem 0 0;font-size:1.1rem}.cart-drawer__empty p{margin:0 0 .85rem;font-size:.9rem}.cart-drawer__list{flex-direction:column;flex:1;gap:.85rem;margin:0;padding:.75rem 1.15rem;list-style:none;display:flex;overflow-y:auto}.cart-drawer__item{background:#fff;border:1px solid #ececec;border-radius:4px;grid-template-columns:72px 1fr auto;gap:.85rem;padding:.85rem;display:grid}.cart-drawer__thumb{background:#f5f5f5;border-radius:3px;width:72px;height:72px;overflow:hidden}.cart-drawer__thumb img{object-fit:cover;width:100%;height:100%;display:block}.cart-drawer__info{flex-direction:column;gap:.35rem;min-width:0;display:flex}.cart-drawer__info>a{color:var(--color-text);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.88rem;font-weight:600;line-height:1.35;display:-webkit-box;overflow:hidden}.cart-drawer__info>a:hover{color:var(--color-primary)}.cart-drawer__price{color:var(--color-text-muted);margin:0;font-size:.82rem}.cart-drawer__info .qty-selector{align-self:flex-start;width:fit-content;height:auto;margin-top:.25rem}.cart-drawer__info .qty-selector button{width:34px;height:34px}.cart-drawer__info .qty-selector input{width:34px;height:34px;font-size:.85rem}.cart-drawer__side{flex-direction:column;justify-content:space-between;align-items:flex-end;gap:.5rem;display:flex}.cart-drawer__side strong{color:var(--color-primary);font-size:.9rem}.cart-drawer__side button{width:32px;height:32px;color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}.cart-drawer__side button:hover{color:#9b2c2c;background:#f5f0f0}.cart-drawer__footer{background:#fafafa;border-top:1px solid #ebebeb;padding:1.15rem 1.35rem 1.5rem}.cart-drawer__total{justify-content:space-between;align-items:center;margin-bottom:.35rem;display:flex}.cart-drawer__total span{color:var(--color-text-muted);font-size:.92rem}.cart-drawer__total strong{color:var(--color-text);font-size:1.25rem}.cart-drawer__note{color:var(--color-text-light);margin:0 0 1rem;font-size:.78rem}.cart-drawer__checkout{width:100%}.cart-drawer__continue{text-align:center;color:var(--color-primary);text-underline-offset:3px;margin-top:.85rem;font-size:.85rem;font-weight:600;text-decoration:underline;display:block}.layout{flex-direction:column;min-height:100vh;display:flex}.layout__main{background:var(--color-bg);flex:1}.toast{z-index:200;background:var(--color-text);color:#fff;box-shadow:var(--shadow-lg);pointer-events:none;border-radius:999px;padding:.85rem 1.5rem;font-size:.85rem;font-weight:500;position:fixed;bottom:1.75rem;left:50%;transform:translate(-50%)}.product-card{background:var(--color-bg);border-radius:var(--radius-md);transition:box-shadow .3s var(--ease-out), border-color .3s var(--ease-out);isolation:isolate;border:1px solid #1c151214;position:relative;overflow:hidden;box-shadow:0 2px 8px #1c15120a}.product-card:hover{border-color:#7a173238;box-shadow:0 4px 14px #1c151214}.carousel-track .product-card:hover{border-color:#7a173238}.product-card__link{color:inherit;display:block}.product-card__media{aspect-ratio:4/5;border-radius:var(--radius-md) var(--radius-md) 0 0;background:linear-gradient(160deg,#f6efe6 0%,#ebe1d4 100%);margin-bottom:0;position:relative;overflow:hidden}.product-card__image{object-fit:cover;width:100%;height:100%;transition:transform .85s var(--ease-out), filter .4s ease}.product-card:hover .product-card__image{filter:saturate(1.05);transform:scale(1.05)}.product-card__badge{background:var(--color-primary);color:#fff;letter-spacing:.06em;z-index:2;padding:.3rem .55rem;font-size:.65rem;font-weight:600;position:absolute;top:14px;left:14px}.product-card__tag{color:var(--color-text);letter-spacing:.08em;text-transform:uppercase;z-index:2;background:#fffdf8f0;padding:.3rem .55rem;font-size:.65rem;font-weight:600;position:absolute;top:14px;left:14px}.product-card__badge+.product-card__tag{top:46px}.product-card__wishlist{z-index:3;width:38px;height:38px;color:var(--color-text);box-shadow:var(--shadow-sm);cursor:pointer;background:#fffffff5;border:1.5px solid #1a14102e;border-radius:50%;justify-content:center;align-items:center;transition:color .2s,background .2s,border-color .2s,transform .2s;display:flex;position:absolute;top:12px;right:12px}.product-card__wishlist:hover,.product-card__wishlist.is-active{color:var(--color-primary);border-color:var(--color-primary)}.product-card__wishlist:hover{transform:scale(1.05)}.product-card__body{text-align:center;background:var(--color-bg);padding:1rem .85rem 1.15rem}.product-card__collection{letter-spacing:.16em;text-transform:uppercase;color:var(--color-text-light);margin-bottom:.4rem;font-size:.65rem}.product-card__title{font-family:var(--font-display);-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.55em;margin-bottom:.45rem;font-size:1.08rem;font-weight:500;line-height:1.3;display:-webkit-box;overflow:hidden}.product-card__meta{justify-content:center;align-items:center;gap:.35rem;margin-bottom:.75rem;display:flex}.product-card__meta .rating-stars{letter-spacing:.06em;color:#d4a017;font-size:.78rem;line-height:1}.product-card__reviews{color:var(--color-text);font-size:.8rem;font-weight:500}.product-card__footer{justify-content:space-between;align-items:center;gap:.65rem;display:flex}.product-card__price{flex-wrap:wrap;flex:1;justify-content:flex-start;align-items:center;gap:.4rem;min-width:0}.product-card__price .price-current{font-family:var(--font-body);color:var(--color-primary);font-size:1.05rem;font-weight:700}.product-card__price .price-old{color:#9a9a9a;font-size:.78rem}.product-card__price .discount-badge{color:#8a6d28;background:#f0e8d4;padding:.18rem .45rem;font-size:.62rem;font-weight:700}.product-card__add-cart{border:1.5px solid var(--color-primary);height:36px;color:var(--color-text);letter-spacing:.04em;cursor:pointer;background:#fff;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;gap:.35rem;padding:0 .85rem;font-size:.72rem;font-weight:600;transition:background .2s,color .2s;display:inline-flex}.product-card__add-cart:hover{background:var(--color-primary);color:#fff}@media (width<=768px){.product-card__title{min-height:auto;font-size:.95rem}.product-card__body{text-align:left}.product-card__meta{justify-content:flex-start}.product-card__add-cart span{display:none}.product-card__add-cart{width:36px;padding:0}}.product-gallery{top:calc(var(--header-height) + 1.25rem);grid-template-columns:72px 1fr;align-items:stretch;gap:.85rem;display:grid;position:sticky}.product-gallery__main{aspect-ratio:4/3;cursor:zoom-in;box-shadow:none;background:#fff;border:1px solid #e8e8e8;border-radius:2px;position:relative;overflow:hidden}.product-gallery__image{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .15s ease-out}.product-gallery__zoom-btn{width:42px;height:42px;color:var(--color-text);box-shadow:var(--shadow-sm);z-index:2;background:#fff;border:1px solid #e8e8e8;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;bottom:16px;right:16px}.product-gallery__zoom-btn:hover{color:var(--color-primary);background:#fff}.product-gallery__thumbs{scrollbar-width:none;flex-direction:column;order:-1;align-self:stretch;gap:.55rem;height:100%;min-height:0;display:flex;overflow:hidden}.product-gallery__thumbs::-webkit-scrollbar{display:none}.product-gallery__thumb{opacity:1;background:#fff;border:2px solid #e8e8e8;border-radius:2px;flex:1 1 0;width:72px;height:auto;min-height:0;padding:0;transition:border-color .2s;overflow:hidden}.product-gallery__thumb img{object-fit:cover;width:100%;height:100%;display:block}.product-gallery__thumb:hover,.product-gallery__thumb.is-active{border-color:var(--color-primary)}.product-lightbox{z-index:1000;background:#1a1410eb;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:2rem;display:flex;position:fixed;inset:0}.product-lightbox img{object-fit:contain;border-radius:var(--radius-md);max-width:min(900px,92vw);max-height:75vh}.product-lightbox__close{color:#fff;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:background .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.product-lightbox__close:hover{background:#fff3}.product-lightbox__thumbs{gap:.5rem;display:flex}.product-lightbox__thumbs button{opacity:.6;border:2px solid #0000;border-radius:2px;width:56px;height:56px;overflow:hidden}.product-lightbox__thumbs button.is-active{border-color:var(--color-accent);opacity:1}.product-lightbox__thumbs img{object-fit:cover;width:100%;height:100%;max-height:none}@media (width<=960px){.product-gallery{grid-template-columns:1fr;position:static}.product-gallery__thumbs{flex-direction:row;order:1;height:auto;overflow:auto hidden}.product-gallery__thumb{flex:none;width:72px;height:54px}}.product-actions{flex-direction:column;gap:1rem;margin-block:1.75rem;display:flex}.product-actions__stock{align-items:center;gap:1.25rem;display:flex}.product-actions__stock-label{color:var(--color-text);white-space:nowrap;flex-shrink:0;font-size:.92rem;font-weight:700}.product-actions__stock-bar{background:#2d6a4f29;border-radius:999px;flex:1;min-width:0;max-width:none;height:8px;overflow:hidden}.product-actions__stock-bar>span{border-radius:inherit;background:var(--color-success);height:100%;display:block}.product-actions__out{color:#9b2c2c;font-size:.92rem;font-weight:700}.product-actions__row{align-items:stretch;gap:.85rem;display:flex}.product-actions__row .qty-selector{border-width:1px;border-radius:999px;flex:none;align-self:center;width:fit-content}.product-actions__row .qty-selector button{width:46px;height:50px}.product-actions__row .qty-selector input{font-variant-numeric:tabular-nums;width:44px;height:50px;font-weight:600}.product-actions__cart{border:1.5px solid var(--color-primary);min-height:52px;color:var(--color-text);background:#fff;border-radius:999px;flex:1;justify-content:center;align-items:center;gap:.55rem;padding:.85rem 1.35rem;font-size:.95rem;font-weight:600;transition:background .2s,color .2s,border-color .2s;display:inline-flex}.product-actions__cart:hover:not(:disabled){background:var(--color-primary-soft);color:var(--color-primary)}.product-actions__cart:disabled,.product-actions__buy:disabled{opacity:.45;cursor:not-allowed}.product-actions__buy{background:var(--color-primary);color:#fff;letter-spacing:.01em;border:none;border-radius:999px;justify-content:center;align-items:center;width:100%;min-height:54px;padding:.95rem 1.5rem;font-size:1rem;font-weight:700;transition:background .2s,transform .2s;display:inline-flex}.product-actions__buy:hover:not(:disabled){background:var(--color-primary-dark)}.product-actions__secondary{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding-top:.35rem;display:flex}.product-actions__secondary button{color:var(--color-text);align-items:center;gap:.45rem;padding:.35rem .15rem;font-size:.86rem;font-weight:500;transition:color .2s;display:inline-flex}.product-actions__secondary button:hover,.product-actions__secondary button.is-active{color:var(--color-primary)}.product-actions__bulk{color:var(--color-primary);margin-top:.15rem;font-size:.86rem;font-weight:500}.product-actions__bulk:hover{text-decoration:underline}@media (width<=560px){.product-actions__row{flex-direction:column}.product-actions__row .qty-selector{justify-content:flex-start;width:fit-content}.product-actions__row .qty-selector input{flex:none}.product-actions__secondary{flex-direction:column;align-items:flex-start;gap:.85rem}.product-actions__stock{flex-direction:column;align-items:stretch}.product-actions__stock-bar{max-width:none}}.delivery-info{background:var(--color-bg-muted);border-radius:var(--radius-md);grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:.5rem;padding:1.25rem;display:grid}.delivery-info__item{align-items:flex-start;gap:.75rem;display:flex}.delivery-info__item svg{color:var(--color-primary);flex-shrink:0;margin-top:2px}.delivery-info__item strong{margin-bottom:.15rem;font-size:.8rem;font-weight:600;display:block}.delivery-info__item p{color:var(--color-text-muted);font-size:.75rem;line-height:1.4}@media (width<=700px){.delivery-info{grid-template-columns:1fr}}.product-info{padding-top:.25rem}.product-info__collection{letter-spacing:.16em;text-transform:uppercase;color:var(--color-accent);margin-bottom:.65rem;font-size:.7rem;font-weight:600}.product-info__title{color:var(--color-text);letter-spacing:-.02em;margin-bottom:.75rem;font-size:clamp(1.9rem,3.6vw,2.85rem);line-height:1.15}.product-info__desc{max-width:38em;margin-bottom:1.15rem}.product-info__desc p{color:var(--color-text-muted);margin:0;font-size:.95rem;line-height:1.65}.product-info__view-more{color:var(--color-primary);text-underline-offset:3px;cursor:pointer;background:0 0;border:none;margin-top:.45rem;padding:0;font-size:.88rem;font-weight:600;text-decoration:underline}.product-info__view-more:hover{color:var(--color-primary-dark)}.product-info__rating{align-items:center;margin-bottom:1.15rem;display:flex}.product-info__reviews{cursor:pointer;background:0 0;border:none;align-items:center;gap:.4rem;padding:0;display:inline-flex}.product-info__reviews .rating-stars{letter-spacing:.08em;color:#d4a017;font-size:.95rem;line-height:1}.product-info__review-count{color:var(--color-text);font-size:.9rem;font-weight:500}.product-info__reviews:hover .product-info__review-count{color:var(--color-primary)}.product-info__price{align-items:center;gap:.85rem;margin-bottom:1.25rem}.product-info__price .price-current{font-family:var(--font-body);color:var(--color-primary);letter-spacing:-.02em;font-size:1.85rem;font-weight:700;line-height:1}.product-info__price .price-old{color:#9a9a9a;font-size:1.05rem}.product-info__price .discount-badge{color:#8a6d28;letter-spacing:.04em;background:#f0e8d4;margin-left:.15rem;padding:.35rem .85rem;font-size:.78rem;font-weight:700}.product-info__loyalty{color:#7a1732;background:#fff8e8;border:1.5px solid #d4b45a38;border-radius:999px;align-items:center;gap:.55rem;max-width:100%;margin-bottom:1.35rem;padding:.55rem 1.05rem .55rem .85rem;display:inline-flex}.product-info__loyalty-icon{color:#c8a54b;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.product-info__loyalty p{margin:0;font-size:.88rem;line-height:1.35}.product-info__loyalty strong{font-weight:700}.product-info__meta{border-bottom:1px solid var(--color-border);justify-content:flex-start;align-items:flex-start;gap:2.75rem;margin-bottom:1.35rem;padding:1.1rem 0;display:flex}.meta-label{letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-light);margin-bottom:.3rem;font-size:.65rem;display:block}.meta-value{font-size:.9rem;font-weight:500}@media (width<=600px){.product-info__meta{flex-direction:column;gap:.85rem}}.write-review-modal__backdrop{z-index:300;cursor:pointer;background:#1c151273;border:none;position:fixed;inset:0}.write-review-modal__viewport{z-index:301;pointer-events:none;justify-content:center;align-items:center;padding:1.25rem;display:flex;position:fixed;inset:0}.write-review-modal{pointer-events:auto;background:var(--color-bg);border-radius:var(--radius-md);width:min(520px,100%);max-height:min(90vh,640px);box-shadow:var(--shadow-lg);padding:1.75rem 1.75rem 1.35rem;position:relative;overflow-y:auto}.write-review-modal__close{color:var(--color-text-muted);border-radius:var(--radius-sm);padding:.35rem;position:absolute;top:1rem;right:1rem}.write-review-modal__close:hover{color:var(--color-text);background:var(--color-bg-muted)}.write-review-modal__form{flex-direction:column;gap:0;display:flex}.write-review-modal__block{padding-right:1.5rem}.write-review-modal__heading{font-family:var(--font-body);color:var(--color-text);margin:0 0 .85rem;font-size:1.05rem;font-weight:600}.write-review-modal__stars{gap:.15rem;margin-bottom:.85rem;display:flex}.write-review-modal__star{color:#d8d8d8;cursor:pointer;background:0 0;border:none;padding:.1rem;font-size:1.65rem;line-height:1;transition:color .15s,transform .15s}.write-review-modal__star:hover{transform:scale(1.08)}.write-review-modal__star.is-active{color:var(--color-accent)}.write-review-modal__name input{border:none;border-bottom:1px solid var(--color-border);width:100%;font:inherit;color:var(--color-text);background:0 0;padding:.45rem 0;font-size:.88rem}.write-review-modal__name input::placeholder{color:var(--color-text-light)}.write-review-modal__name input:focus{border-bottom-color:var(--color-primary);outline:none}.write-review-modal__rule{border:none;border-top:1px solid var(--color-border);margin:1.35rem 0}.write-review-modal__rule--inner{margin:0}.write-review-modal__composer{border:1px solid var(--color-border);background:var(--color-bg);border-radius:2px;overflow:hidden}.write-review-modal__field{padding:.65rem .85rem .75rem;display:block}.write-review-modal__field--desc{padding-bottom:.5rem}.write-review-modal__field--title{padding-top:.5rem}.write-review-modal__label{color:var(--color-text-light);margin-bottom:.35rem;font-size:.72rem;display:block}.write-review-modal__field textarea,.write-review-modal__field input{width:100%;font:inherit;color:var(--color-text);resize:vertical;background:0 0;border:none;min-height:2.5rem;padding:0;font-size:.92rem}.write-review-modal__field textarea{min-height:7rem;line-height:1.55}.write-review-modal__field textarea::placeholder,.write-review-modal__field input::placeholder{color:#b8b8b8}.write-review-modal__field textarea:focus,.write-review-modal__field input:focus{outline:none}.write-review-modal__footer{justify-content:space-between;align-items:center;gap:1rem;margin-top:1.35rem;padding-top:.25rem;display:flex}.write-review-modal__photo{cursor:pointer}.write-review-modal__photo-btn{border:1px solid var(--color-border);width:44px;height:44px;color:var(--color-text-muted);background:var(--color-bg-muted);border-radius:2px;justify-content:center;align-items:center;transition:border-color .2s,color .2s;display:flex}.write-review-modal__photo:hover .write-review-modal__photo-btn{color:var(--color-primary);border-color:#7a173259}.write-review-modal__submit{letter-spacing:.14em;min-width:120px;padding:.85rem 1.5rem;font-size:.72rem}.write-review-modal__submit:disabled{opacity:.45;cursor:not-allowed}@media (width<=480px){.write-review-modal{padding:1.35rem 1.15rem 1.15rem}.write-review-modal__block{padding-right:.5rem}}.review-section{scroll-margin-top:calc(var(--header-height) + 1rem);width:100%}.review-section__top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem 1.25rem;margin-bottom:1.5rem;display:flex}.review-section__aspects{flex-wrap:wrap;flex:1;gap:.5rem;min-width:min(100%,280px);display:flex}.review-chip{border:1px solid var(--color-border);background:var(--color-bg);color:var(--color-text-muted);border-radius:999px;padding:.45rem .85rem;font-size:.82rem;font-weight:500;transition:border-color .2s,color .2s,background .2s}.review-chip:hover{color:var(--color-text);border-color:#7a173259}.review-chip.is-active{border-color:var(--color-primary);color:var(--color-primary);background:var(--color-primary-soft)}.review-section__dashboard{border-bottom:1px solid var(--color-border);grid-template-columns:minmax(0,220px) minmax(0,1fr);align-items:start;gap:2rem;margin-bottom:1.25rem;padding-bottom:1.5rem;display:grid}.review-section__overview{flex-direction:column;gap:.5rem;display:flex}.review-section__counts{color:var(--color-text-muted);font-size:.88rem;line-height:1.45}.review-stars{--rating:0;--star-size:1.15rem;font-size:var(--star-size);letter-spacing:.12em;line-height:1;display:inline-block;position:relative}.review-stars:before{content:"★★★★★";color:var(--color-bg-muted)}.review-stars:after{content:"★★★★★";width:calc((var(--rating) / 5) * 100%);color:var(--color-success);white-space:nowrap;position:absolute;top:0;left:0;overflow:hidden}.review-stars--sm{--star-size:.85rem}.review-stars--lg{--star-size:1.35rem}.review-section__bars{flex-direction:column;gap:.45rem;max-width:420px;display:flex}.review-bar-row{color:var(--color-text-muted);grid-template-columns:2.25rem 1fr 2rem;align-items:center;gap:.65rem;font-size:.82rem;display:grid}.review-bar-row__label{justify-content:flex-end;align-items:center;gap:.15rem;display:inline-flex}.review-bar-row__star{color:var(--color-text-light);font-size:.75rem}.review-bar-row__track{background:var(--color-bg-muted);border-radius:999px;height:6px;overflow:hidden}.review-bar-row__fill{background:var(--color-success);border-radius:999px;min-width:2px;height:100%;display:block}.review-bar-row__count{text-align:right;font-variant-numeric:tabular-nums}.review-section__sort{flex-wrap:wrap;align-items:center;gap:.75rem 1rem;margin-bottom:1.25rem;display:flex}.review-section__sort-label{color:var(--color-text-muted);font-size:.88rem}.review-section__sort-options{flex-wrap:wrap;gap:.45rem;display:flex}.review-sort{background:var(--color-bg-muted);color:var(--color-text-muted);border:1px solid #0000;border-radius:999px;padding:.4rem .75rem;font-size:.8rem;font-weight:500;transition:background .2s,color .2s,border-color .2s}.review-sort:hover{color:var(--color-text)}.review-sort.is-active{background:var(--color-primary-soft);color:var(--color-primary);border-color:#7a173240}.review-section__empty{color:var(--color-text-muted);border-bottom:1px solid var(--color-border);padding:1rem 0 1.5rem;font-size:.95rem}.review-section__list{flex-direction:column;width:100%;list-style:none;display:flex}.review-item{border-bottom:1px solid var(--color-border);padding:1.35rem 0}.review-item:last-child{border-bottom:none}.review-item__headline{flex-wrap:wrap;align-items:center;gap:.35rem .5rem;margin-bottom:.35rem;display:flex}.review-item__score{color:var(--color-text);font-size:.88rem;font-weight:600}.review-item__title{color:var(--color-text);font-size:.95rem;font-weight:600}.review-item__meta{color:var(--color-text-light);margin-bottom:.5rem;font-size:.78rem}.review-item__body{color:var(--color-text);margin-bottom:.65rem;font-size:.92rem;line-height:1.55}.review-item__author{color:var(--color-text-light);margin-bottom:.85rem;font-size:.82rem}.review-item__actions{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.65rem;display:flex}.review-item__votes{align-items:center;gap:.35rem;display:flex}.review-vote{border-radius:var(--radius-sm);border:1px solid var(--color-border);background:var(--color-bg);color:var(--color-text-muted);align-items:center;gap:.35rem;padding:.35rem .65rem;font-size:.78rem;font-weight:500;transition:border-color .2s,color .2s,background .2s;display:inline-flex}.review-vote--icon{padding:.35rem .5rem}.review-vote:hover,.review-vote.is-active{color:var(--color-primary);border-color:#7a17324d}.review-item__menu-wrap{flex-shrink:0;position:relative}.review-item__menu{color:var(--color-text-light);border-radius:var(--radius-sm);border:1px solid #0000;padding:.35rem}.review-item__menu:hover,.review-item__menu.is-open{color:var(--color-text);background:var(--color-bg-muted);border-color:var(--color-border)}.review-item__dropdown{z-index:20;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-sm);min-width:11rem;box-shadow:var(--shadow-md);margin:0;padding:.35rem 0;list-style:none;position:absolute;top:calc(100% + .35rem);right:0}.review-item__dropdown-item{text-align:left;width:100%;color:var(--color-text);cursor:pointer;background:0 0;border:none;padding:.55rem .85rem;font-size:.82rem;font-weight:500;display:block}.review-item__dropdown-item:hover{background:var(--color-bg-muted);color:var(--color-primary)}.review-item__footer{color:var(--color-text-light);flex-wrap:wrap;align-items:center;gap:.5rem 1rem;font-size:.78rem;display:flex}.review-item__verified{color:var(--color-text-muted);align-items:center;gap:.25rem;display:inline-flex}.review-item__verified svg{color:var(--color-text)}.review-section__write{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:.5rem;margin-left:auto;display:flex}.review-section__write-toggle{white-space:nowrap;font-size:.78rem}.review-form{flex-direction:column;gap:.9rem;width:100%;max-width:640px;display:flex}.review-form__heading{font-family:var(--font-body);margin:0;font-size:1.05rem;font-weight:600}.review-form__success{color:var(--color-success);margin:0;font-size:.88rem}.review-form__stars{gap:.2rem;display:flex}.review-form__star{color:var(--color-border);cursor:pointer;background:0 0;border:none;padding:0;font-size:1.35rem;line-height:1}.review-form__star.is-active,.review-form__star:hover{color:var(--color-accent)}.review-form__row{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.review-form__field{flex-direction:column;gap:.35rem;display:flex}.review-form__field span{letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-light);font-size:.72rem;font-weight:600}.review-form__field input,.review-form__field textarea{border:1px solid var(--color-border);background:var(--color-bg);width:100%;font:inherit;color:var(--color-text);resize:vertical;padding:.7rem .85rem;font-size:.92rem}.review-form__field input:focus,.review-form__field textarea:focus{outline-offset:1px;border-color:var(--color-primary);outline:2px solid #7a173240}.review-form__actions{flex-wrap:wrap;gap:.65rem;margin-top:.25rem;display:flex}@media (width<=720px){.review-section__dashboard{grid-template-columns:1fr;gap:1.25rem}.review-section__bars{max-width:none}.review-form__row{grid-template-columns:1fr}}@media (width<=480px){.review-section__sort{flex-direction:column;align-items:flex-start}.review-section__top{flex-direction:column;align-items:stretch}.review-section__write{align-items:stretch;margin-left:0}.review-section__write-toggle{width:100%}}.product-tabs{border:1px solid var(--color-border);background:var(--color-bg-elevated);scroll-margin-top:calc(var(--header-height) + 1rem);margin-top:2.5rem;padding:0 1.5rem 1.75rem}.product-tabs__nav{border-bottom:1px solid var(--color-border);scrollbar-width:none;gap:.15rem;margin-bottom:2rem;display:flex;overflow-x:auto}.product-tabs__nav::-webkit-scrollbar{display:none}.product-tabs__tab{letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-muted);white-space:nowrap;border-bottom:2px solid #0000;align-items:center;gap:.4rem;margin-bottom:-1px;padding:.95rem 1.2rem;font-size:.78rem;font-weight:550;transition:color .2s,border-color .2s;display:inline-flex}.product-tabs__tab:hover{color:var(--color-text)}.product-tabs__tab.is-active{color:var(--color-primary);border-bottom-color:var(--color-primary)}.product-tabs__count{letter-spacing:0;text-transform:none;background:var(--color-bg-muted);color:var(--color-text-muted);border-radius:999px;padding:.1rem .45rem;font-size:.65rem}.product-tabs__panel{min-height:160px}.tab-content{width:100%}.tab-content p{color:var(--color-text-muted);max-width:none;font-size:1.02rem;line-height:1.85}.spec-table{gap:0;max-width:640px;display:grid}.spec-table>div{border-bottom:1px solid var(--color-border);grid-template-columns:180px 1fr;gap:1rem;padding:1rem 0;display:grid}.spec-table dt{letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-light);font-size:.72rem;font-weight:600}.spec-table dd{color:var(--color-text);font-size:.95rem}@media (width<=560px){.spec-table>div{grid-template-columns:1fr;gap:.25rem}.product-tabs__tab{padding:.85rem;font-size:.72rem}}.breadcrumb{color:var(--color-text-muted);flex-wrap:wrap;align-items:center;gap:.4rem;margin-bottom:1.25rem;font-size:.8rem;display:flex}.breadcrumb a:hover{color:var(--color-primary)}.breadcrumb span[aria-current=page]{color:var(--color-text);white-space:nowrap;text-overflow:ellipsis;max-width:200px;overflow:hidden}.breadcrumb svg{opacity:.5;flex-shrink:0}.product-carousel{margin-top:0}.product-carousel__controls{gap:.5rem;display:flex}.product-carousel__empty{color:var(--color-text-muted);font-size:.95rem}.image-zoom{cursor:zoom-in;width:100%;height:100%;overflow:hidden}.image-zoom img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .12s ease-out}.hero-banner-wrap{padding:1.25rem 0 2.25rem}.hero-banner-container{width:var(--container);margin-inline:auto}.hero-banner{background:#1a1410;border-radius:24px;width:100%;height:clamp(380px,42vw,520px);position:relative;overflow:hidden;box-shadow:0 4px 24px #1c151214,0 1px 3px #1c15120a}.hero-banner__slide{position:absolute;inset:0}.hero-banner__img{object-fit:cover;object-position:center right;width:100%;height:100%;display:block;position:absolute;inset:0}.hero-banner__veil{z-index:1;pointer-events:none;background:linear-gradient(90deg,#120c0ad1 0%,#120c0a9e 28%,#120c0a38 52%,#120c0a0f 72%,#0000 100%);position:absolute;inset:0}.hero-banner__content{z-index:2;align-items:center;max-width:58%;padding:clamp(2rem,5vw,3.5rem) clamp(3.5rem,8vw,5rem) clamp(2rem,5vw,3.5rem) clamp(2rem,5vw,3.75rem);display:flex;position:absolute;inset:0}.hero-banner__copy{max-width:30rem}.hero-banner__eyebrow{letter-spacing:.04em;color:#fffdf8e0;margin-bottom:.85rem;font-size:.8rem;font-weight:500}.hero-banner__content h1{font-family:var(--font-display);color:#fffdf8;letter-spacing:-.02em;text-wrap:balance;margin-bottom:1rem;font-size:clamp(1.85rem,3.6vw,2.85rem);font-weight:700;line-height:1.18}.hero-banner__desc{color:#fffdf8c7;-webkit-line-clamp:3;-webkit-box-orient:vertical;max-width:28em;margin-bottom:1.75rem;font-size:clamp(.9rem,1.4vw,1rem);line-height:1.65;display:-webkit-box;overflow:hidden}.hero-banner__cta{background:var(--color-primary);color:#fff;letter-spacing:.02em;border-radius:999px;justify-content:center;align-items:center;padding:.9rem 1.85rem;font-size:.88rem;font-weight:600;transition:background .25s,transform .25s,box-shadow .25s;display:inline-flex;box-shadow:0 8px 24px #7a173247}.hero-banner__cta:hover{background:var(--color-primary-dark);transform:translateY(-2px);box-shadow:0 12px 28px #7a173257}.hero-banner__dots{z-index:4;flex-direction:column;align-items:center;gap:.7rem;display:flex;position:absolute;top:50%;right:1.5rem;transform:translateY(-50%)}.hero-banner__dot{background:0 0;border:2px solid #fffdf873;border-radius:50%;width:10px;height:10px;padding:0;transition:transform .3s,border-color .3s,background .3s,box-shadow .3s}.hero-banner__dot:hover{border-color:#fffdf8d9}.hero-banner__dot.is-active{border-color:var(--color-primary);width:14px;height:14px;box-shadow:0 0 0 3px var(--color-primary);background:#fffdf8}@media (width<=900px){.hero-banner{border-radius:20px;height:clamp(360px,58vw,460px)}.hero-banner__content{max-width:72%;padding:1.75rem 2.75rem 1.75rem 1.5rem}.hero-banner__content h1{margin-bottom:.65rem;font-size:clamp(1.55rem,5.5vw,2rem)}.hero-banner__desc{-webkit-line-clamp:2;margin-bottom:1.35rem}.hero-banner__dots{gap:.55rem;right:1rem}}@media (width<=560px){.hero-banner-wrap{padding:.75rem 0 1.75rem}.hero-banner{border-radius:16px;height:clamp(340px,72vw,420px)}.hero-banner__veil{background:linear-gradient(#120c0a26 0%,#120c0a8c 45%,#120c0ae0 100%)}.hero-banner__content{align-items:flex-end;max-width:100%;padding:1.5rem 1.25rem 3.25rem}.hero-banner__copy{max-width:100%}.hero-banner__desc{display:none}.hero-banner__dots{flex-direction:row;top:auto;bottom:1.1rem;right:50%;transform:translate(50%)}.hero-banner__dot.is-active{width:12px;height:12px;box-shadow:0 0 0 2px var(--color-primary)}}@media (prefers-reduced-motion:reduce){.hero-banner__cta{transition:none}.hero-banner__cta:hover{transform:none}}.shop-collections{padding-block:var(--home-section-gap,4.5rem)}.shop-collections__header{justify-content:space-between;align-items:flex-end;gap:1.5rem;margin-bottom:2.75rem;display:flex}.shop-collections__header h2{letter-spacing:-.02em;font-size:clamp(2rem,4vw,2.75rem);line-height:1.15}.shop-collections__view-all{flex-shrink:0;margin-bottom:.25rem}.shop-collections__layout{flex-direction:column;gap:1.25rem;display:flex}.shop-collections__card{color:#fffdf8;background:#1a1410;border-radius:20px;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s cubic-bezier(.22,1,.36,1);display:block;position:relative;overflow:hidden;box-shadow:0 4px 24px #1c15120f,0 1px 3px #1c15120a}.shop-collections__card:hover{transform:translateY(-6px);box-shadow:0 20px 48px #1c151224,0 8px 16px #1c151214}.shop-collections__card--featured{min-height:420px}.shop-collections__card--standard{height:100%;min-height:300px}.shop-collections__media{position:absolute;inset:0;overflow:hidden}.shop-collections__img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .3s cubic-bezier(.22,1,.36,1)}.shop-collections__card:hover .shop-collections__img{transform:scale(1.05)}.shop-collections__placeholder{background:radial-gradient(70% 60% at 50% 40%,#c8a54b33,#0000),linear-gradient(160deg,#3d1524,#1a1410);width:100%;height:100%}.shop-collections__gradient{background:linear-gradient(#120c0a14 0%,#120c0a59 55%,#120c0ad1 100%);transition:background .3s;position:absolute;inset:0}.shop-collections__card:hover .shop-collections__gradient{background:linear-gradient(#120c0a26 0%,#120c0a80 50%,#120c0aeb 100%)}.shop-collections__body{z-index:1;min-height:inherit;flex-direction:column;justify-content:flex-end;height:100%;padding:2rem 2.25rem;display:flex;position:relative}.shop-collections__card--standard .shop-collections__body{padding:1.5rem 1.65rem}.shop-collections__badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);letter-spacing:.14em;text-transform:uppercase;color:var(--color-accent);background:#fffdf824;border-radius:999px;align-self:flex-start;margin-bottom:.85rem;padding:.35rem .75rem;font-size:.68rem;font-weight:600}.shop-collections__title{font-family:var(--font-display);letter-spacing:-.02em;margin-bottom:.5rem;font-size:clamp(1.5rem,2.5vw,2.35rem);font-weight:600;line-height:1.15}.shop-collections__card--standard .shop-collections__title{margin-bottom:.35rem;font-size:clamp(1.15rem,1.8vw,1.35rem)}.shop-collections__desc{color:#fffdf8d1;max-width:42ch;margin-bottom:.75rem;font-size:.95rem;line-height:1.65}.shop-collections__count{letter-spacing:.06em;text-transform:uppercase;color:#fffdf88c;margin-bottom:1rem;font-size:.78rem}.shop-collections__card--standard .shop-collections__count{margin-bottom:.65rem}.shop-collections__cta{letter-spacing:.16em;text-transform:uppercase;width:fit-content;color:var(--color-accent);align-items:center;gap:.45rem;font-size:.72rem;font-weight:600;transition:transform .3s cubic-bezier(.22,1,.36,1);display:inline-flex}.shop-collections__card:hover .shop-collections__cta{transform:translate(6px)}.shop-collections__grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.shop-collections__grid>*{min-height:0}.shop-collections__chips{border-top:1px solid var(--color-border);flex-wrap:wrap;gap:.65rem;margin-top:2.5rem;padding-top:2rem;display:flex}.shop-collections__chip{border:1px solid var(--color-border);background:var(--color-bg-elevated);letter-spacing:.03em;color:var(--color-text-muted);border-radius:999px;padding:.7rem 1.35rem;font-size:.8rem;font-weight:500;transition:background .3s,color .3s,border-color .3s,transform .3s,box-shadow .3s}.shop-collections__chip:hover{background:var(--color-primary);border-color:var(--color-primary);color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px #7a173238}@media (width<=1024px){.shop-collections__grid{grid-template-columns:repeat(2,1fr)}.shop-collections__card--featured{min-height:360px}.shop-collections__card--standard{min-height:280px}}@media (width<=640px){.shop-collections{padding-block:var(--home-section-gap,3.5rem)}.shop-collections__header{flex-direction:column;align-items:flex-start;margin-bottom:2rem}.shop-collections__grid{grid-template-columns:1fr;gap:1rem}.shop-collections__card--featured{min-height:320px}.shop-collections__card--standard{min-height:260px}.shop-collections__body{padding:1.5rem 1.35rem}.shop-collections__chips{gap:.5rem;margin-top:2rem;padding-top:1.5rem}.shop-collections__chip{padding:.6rem 1.1rem;font-size:.76rem}}@media (prefers-reduced-motion:reduce){.shop-collections__card,.shop-collections__img,.shop-collections__gradient,.shop-collections__cta,.shop-collections__chip{transition:none}.shop-collections__card:hover,.shop-collections__card:hover .shop-collections__img,.shop-collections__card:hover .shop-collections__cta{transform:none}}.home{--home-section-gap:4.5rem}.home-trust{border-bottom:1px solid var(--color-border);background:radial-gradient(ellipse 50% 60% at 100% 0%, #c8a54b14, transparent), var(--color-bg-elevated);padding-block:1.5rem}.home-trust__grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.home-trust__item{align-items:flex-start;gap:.75rem;padding:.35rem .25rem;display:flex}.home-trust__item svg{color:var(--color-primary);flex-shrink:0;margin-top:2px}.home-trust__item strong{margin-bottom:.1rem;font-size:.84rem;display:block}.home-trust__item p{color:var(--color-text-muted);font-size:.76rem}.home-loved{padding-block:var(--home-section-gap)}.home-carousels{padding-block:var(--home-section-gap);gap:var(--home-section-gap);flex-direction:column;display:flex}.home-carousels .product-carousel{margin-top:0}.home-bulk{background:linear-gradient(135deg, #5c1025 0%, var(--color-primary) 48%, #8a2a45 100%);color:#fff;padding-block:var(--home-section-gap);margin-top:0}.home-bulk__grid{grid-template-columns:1.3fr .9fr;align-items:stretch;gap:2rem;display:grid}.home-bulk__copy{max-width:34rem}.home-bulk .section-eyebrow{color:var(--color-accent)}.home-bulk h2{margin-bottom:1rem;font-size:clamp(2rem,3.4vw,2.8rem)}.home-bulk__copy>p:not(.section-eyebrow){opacity:.9;margin-bottom:1.75rem;line-height:1.75}.home-bulk__panel{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#fffdf814;border:1px solid #ffffff29;padding:2rem}.home-bulk__panel svg{color:var(--color-accent);margin-bottom:.85rem}.home-bulk__panel h3{margin-bottom:1rem;font-size:1.35rem}.home-bulk__panel ul{gap:.65rem;display:grid}.home-bulk__panel li{opacity:.9;padding-left:1rem;font-size:.92rem;position:relative}.home-bulk__panel li:before{content:"";background:var(--color-accent);border-radius:50%;width:5px;height:5px;position:absolute;top:.55em;left:0}@media (width<=1024px){.home{--home-section-gap:3.5rem}.home-trust__grid{grid-template-columns:repeat(2,1fr)}.home-bulk__grid{grid-template-columns:1fr}}@media (width<=640px){.home{--home-section-gap:3rem}.home-trust__grid{grid-template-columns:1fr}}.shop-page{padding-bottom:5rem}.shop-hero{background:#1a1410;align-items:flex-end;min-height:280px;margin-bottom:0;display:flex;position:relative;overflow:hidden}.shop-hero__media{position:absolute;inset:0}.shop-hero__media img{object-fit:cover;opacity:.55;width:100%;height:100%}.shop-hero__fallback{background:radial-gradient(70% 80% at 85% 20%,#c8a54b59,#0000),linear-gradient(135deg,#3d1524 0%,#1a1410 55%,#2a1c14 100%);width:100%;height:100%}.shop-hero__veil{background:linear-gradient(105deg,#120c0ae0 0%,#120c0a73 55%,#120c0a40 100%),linear-gradient(#0000 50%,#120c0a8c);position:absolute;inset:0}.shop-hero__content{z-index:1;color:#fffdf8;padding-block:3.5rem 2.75rem;position:relative}.shop-hero__eyebrow{letter-spacing:.18em;text-transform:uppercase;color:#e8c996f2;margin-bottom:.75rem;font-size:.72rem;font-weight:600}.shop-hero__content h1{color:#fffdf8;max-width:16ch;margin-bottom:.75rem;font-size:clamp(2.2rem,5vw,3.4rem);line-height:1.12}.shop-hero__subtitle{color:#fffdf8c7;max-width:38rem;margin-bottom:1.35rem;font-size:1.02rem;line-height:1.7}.shop-hero__stats{letter-spacing:.06em;text-transform:uppercase;color:#fffdf89e;flex-wrap:wrap;gap:.65rem 1.25rem;font-size:.78rem;display:flex}.shop-hero__stats span{padding-right:1.25rem;position:relative}.shop-hero__stats span:not(:last-child):after{content:"";background:var(--color-accent);border-radius:50%;width:4px;height:4px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.shop-page__layout{grid-template-columns:260px 1fr;align-items:start;gap:2.75rem;padding-top:2rem;display:grid}.shop-sidebar{top:calc(var(--header-height) + 1.25rem);background:var(--color-bg-elevated);border:1px solid var(--color-border);flex-direction:column;gap:1.75rem;padding:1.35rem;display:flex;position:sticky}.shop-sidebar__head{display:none}.shop-sidebar__close{color:var(--color-text)}.shop-sidebar__block h3,.shop-main__sort{letter-spacing:.14em;text-transform:uppercase;color:var(--color-text-light);margin-bottom:.7rem;font-size:.68rem;font-weight:600;display:block}.shop-sidebar__links{flex-direction:column;gap:.15rem;display:flex}.shop-sidebar__links button{text-align:left;color:var(--color-text-muted);justify-content:space-between;align-items:center;padding:.6rem .65rem;font-size:.9rem;transition:all .2s;display:flex}.shop-sidebar__links button:hover{color:var(--color-primary);background:var(--color-primary-soft)}.shop-sidebar__links button.is-active{color:var(--color-primary);background:var(--color-primary-soft);font-weight:600}.shop-sidebar__count{color:var(--color-text-light);font-size:.72rem}.shop-sidebar__backdrop{display:none}.shop-main__toolbar{border-bottom:1px solid var(--color-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.85rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.shop-main__toolbar>p{color:var(--color-text-muted);margin-right:auto;font-size:.85rem}.shop-main__filter-btn{border:1px solid var(--color-border);background:var(--color-bg-elevated);color:var(--color-text);align-items:center;gap:.4rem;padding:.55rem .85rem;font-size:.82rem;display:none}.shop-main__search{border:1px solid var(--color-border);background:var(--color-bg-elevated);min-width:min(240px,100%);color:var(--color-text-muted);align-items:center;gap:.5rem;padding:.55rem .85rem;display:flex}.shop-main__search input{width:100%;color:var(--color-text);background:0 0;border:none;outline:none;font-size:.85rem}.shop-main__sort{align-items:center;gap:.65rem;margin-bottom:0;display:flex}.shop-main__sort select{border:1px solid var(--color-border);background:var(--color-bg-elevated);color:var(--color-text);outline:none;padding:.55rem .75rem;font-size:.85rem}.shop-active-filter{background:var(--color-primary-soft);color:var(--color-primary);justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;padding:.75rem 1rem;font-size:.88rem;display:flex}.shop-active-filter button{align-items:center;gap:.25rem;font-size:.8rem;font-weight:600;display:inline-flex}.shop-main__grid{grid-template-columns:repeat(3,1fr)}.shop-page__empty{text-align:center;padding:5rem 1rem}.shop-page__empty h3{margin-bottom:.4rem;font-size:1.5rem}.shop-page__empty p{color:var(--color-text-muted);margin-bottom:1.25rem}.shop-explore{border-top:1px solid var(--color-border);margin-top:4rem;padding-top:2.5rem}.shop-explore h2{font-family:var(--font-display);margin-bottom:1.35rem;font-size:1.75rem}.shop-explore__grid{grid-template-columns:repeat(5,1fr);gap:.85rem;display:grid}.shop-explore__card{aspect-ratio:3/4;color:#fff;background:#1a1410;position:relative;overflow:hidden}.shop-explore__card img{object-fit:cover;opacity:.72;width:100%;height:100%;transition:transform .6s var(--ease-out), opacity .3s ease}.shop-explore__card:hover img{opacity:.85;transform:scale(1.06)}.shop-explore__card>div{background:linear-gradient(#0000,#120c0ad9);padding:1rem .9rem 1.1rem;position:absolute;inset:auto 0 0}.shop-explore__card h3{font-family:var(--font-display);margin-bottom:.2rem;font-size:1rem;line-height:1.25}.shop-explore__card p{letter-spacing:.08em;text-transform:uppercase;opacity:.75;font-size:.72rem}@media (width<=1100px){.shop-main__grid{grid-template-columns:repeat(2,1fr)}.shop-explore__grid{grid-template-columns:repeat(3,1fr)}}@media (width<=900px){.shop-page__layout{grid-template-columns:1fr}.shop-main__filter-btn{display:inline-flex}.shop-sidebar{z-index:60;width:min(320px,88vw);transition:transform .3s var(--ease-out);box-shadow:var(--shadow-lg);position:fixed;top:0;bottom:0;left:0;overflow-y:auto;transform:translate(-105%)}.shop-sidebar.is-open{transform:translate(0)}.shop-sidebar__head{justify-content:space-between;align-items:center;display:flex}.shop-sidebar__head h2{font-family:var(--font-display);font-size:1.35rem}.shop-sidebar__backdrop{z-index:55;background:#120c0a73;display:block;position:fixed;inset:0}.shop-explore__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.shop-hero__content{padding-block:2.5rem 2rem}.shop-main__grid{grid-template-columns:repeat(2,1fr);gap:1rem .75rem}.shop-main__toolbar{flex-wrap:wrap}.shop-main__toolbar>p{order:3;width:100%;margin-right:0}.shop-main__search{flex:140px;min-width:0}.shop-main__sort{flex:none}}:is(.layout__main:has(.pdp),.layout__main:has(.pdp-loading),.layout__main:has(.pdp-empty)),.page-shell.pdp,.page-shell.pdp-loading,.page-shell.pdp-empty{background:var(--color-bg)}.pdp{--pdp-section-gap:3.75rem;padding-block:1.5rem 5rem}.pdp__breadcrumb-bar{margin-bottom:var(--pdp-section-gap);border-bottom:1px solid var(--color-border);color:var(--color-text-muted);justify-content:space-between;align-items:center;gap:1rem;padding-bottom:1rem;font-size:.85rem;display:flex}.pdp__breadcrumb-bar a:hover{color:var(--color-primary)}.pdp__hero{margin-bottom:var(--pdp-section-gap);grid-template-columns:1.08fr .92fr;align-items:start;gap:clamp(2rem,4vw,4.5rem);display:grid}.pdp__trust{margin:0 0 var(--pdp-section-gap);border-block:1px solid var(--color-border);grid-template-columns:repeat(4,1fr);gap:.85rem;padding:1.35rem 0;display:grid}.pdp .product-tabs{margin-top:0;margin-bottom:var(--pdp-section-gap)}.pdp__more{gap:var(--pdp-section-gap);flex-direction:column;display:flex}.pdp__more .product-carousel .section-header{margin-bottom:1.85rem}.pdp__more .section-eyebrow{margin-bottom:.75rem}.pdp__trust-item{color:var(--color-text-muted);align-items:flex-start;gap:.75rem;font-size:.86rem;line-height:1.4;display:flex}.pdp__trust-item strong{color:var(--color-text);margin-bottom:.15rem;font-size:.88rem;font-weight:600;display:block}.pdp__trust-item svg{color:var(--color-primary);flex-shrink:0;margin-top:.15rem}.pdp-loading__grid{grid-template-columns:1fr 1fr;gap:3rem;display:grid}.pdp-loading__gallery{aspect-ratio:4/3}.pdp-loading__info{flex-direction:column;gap:1rem;padding-top:1rem;display:flex}.pdp-empty{text-align:center;padding-block:6rem}.pdp-empty h1{margin-bottom:.5rem;font-size:2rem}.pdp-empty p{color:var(--color-text-muted);margin-bottom:1.5rem}@media (width<=960px){.pdp{--pdp-section-gap:3rem}.pdp__hero,.pdp-loading__grid{grid-template-columns:1fr;gap:2rem}.pdp__trust{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.pdp{--pdp-section-gap:2.5rem}.pdp__trust{grid-template-columns:1fr}}.bulk-page__header{max-width:36rem;margin-bottom:2.5rem}.bulk-page__header h1{margin-bottom:.75rem;font-size:clamp(2rem,4vw,2.75rem)}.bulk-page__header p:last-child{color:var(--color-text-muted);line-height:1.7}.bulk-form{background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--radius-lg);max-width:640px;box-shadow:var(--shadow-sm);flex-direction:column;gap:1.25rem;padding:2rem;display:flex}.bulk-form__row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.bulk-form label{letter-spacing:.04em;text-transform:uppercase;color:var(--color-text-muted);flex-direction:column;gap:.4rem;font-size:.8rem;font-weight:500;display:flex}.bulk-form input,.bulk-form textarea{border:1.5px solid var(--color-border);border-radius:var(--radius-sm);text-transform:none;letter-spacing:normal;color:var(--color-text);background:var(--color-bg);outline:none;padding:.85rem 1rem;font-size:.95rem;font-weight:400;transition:border-color .2s}.bulk-form input:focus,.bulk-form textarea:focus{border-color:var(--color-primary)}.bulk-form .btn{align-self:flex-start;margin-top:.5rem}@media (width<=600px){.bulk-form__row{grid-template-columns:1fr}.bulk-form{padding:1.25rem}}.auth-page{justify-content:center;padding-block:3rem 5rem;display:flex}.auth-card{background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--radius-lg);width:min(100%,460px);max-width:100%;box-shadow:var(--shadow-sm);box-sizing:border-box;padding:2.25rem;overflow:hidden}.auth-card h1{color:var(--color-primary);margin-bottom:.5rem;font-size:2rem}.auth-card__lead{color:var(--color-text-muted);margin-bottom:1.75rem;font-size:.95rem;line-height:1.6}.auth-form{flex-direction:column;gap:1.1rem;display:flex}.auth-form__row{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:.85rem;width:100%;display:grid}.auth-form label{letter-spacing:.06em;text-transform:uppercase;min-width:0;color:var(--color-text-muted);flex-direction:column;gap:.4rem;font-size:.75rem;font-weight:500;display:flex}.auth-form input{box-sizing:border-box;border:1.5px solid var(--color-border);border-radius:var(--radius-sm);text-transform:none;letter-spacing:normal;width:100%;min-width:0;max-width:100%;color:var(--color-text);background:var(--color-bg);outline:none;padding:.85rem 1rem;font-size:.95rem;font-weight:400}.auth-form input:focus{border-color:var(--color-primary)}.auth-form__error{color:var(--color-danger);border-radius:var(--radius-sm);background:#9b22260f;padding:.65rem .85rem;font-size:.85rem}.auth-form .btn{width:100%;margin-top:.35rem}.auth-card__switch{text-align:center;color:var(--color-text-muted);margin-top:1.5rem;font-size:.9rem}.auth-card__switch a{color:var(--color-primary);font-weight:600}.auth-card__switch a:hover{text-decoration:underline}@media (width<=520px){.auth-form__row{grid-template-columns:1fr}.auth-card{padding:1.5rem}}.account-page__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:2rem;display:flex}.account-page__header h1{color:var(--color-primary);margin-bottom:.35rem;font-size:clamp(2rem,4vw,2.75rem)}.account-page__header p{color:var(--color-text-muted);font-size:.95rem}.account-page__continue{flex-shrink:0}.account-layout{grid-template-columns:280px 1fr;align-items:start;gap:1.5rem;display:grid}.account-sidebar,.account-panel{background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.account-sidebar{padding:1.5rem 1rem}.account-sidebar__user{border-bottom:1px solid var(--color-border);margin-bottom:.75rem;padding:.5rem .85rem 1.25rem}.account-sidebar__user strong{letter-spacing:.04em;text-transform:uppercase;margin-bottom:.25rem;font-size:.95rem;display:block}.account-sidebar__user span{color:var(--color-text-muted);word-break:break-all;font-size:.8rem}.account-sidebar__nav{flex-direction:column;gap:.25rem;display:flex}.account-sidebar__nav button{border-radius:var(--radius-sm);width:100%;color:var(--color-text);text-align:left;align-items:center;gap:.75rem;padding:.85rem .9rem;font-size:.9rem;font-weight:500;transition:background .2s,color .2s;display:flex}.account-sidebar__nav button:hover{background:var(--color-bg-muted)}.account-sidebar__nav button.is-active{background:var(--color-primary);color:#fff}.account-sidebar__signout{margin-top:.5rem;color:var(--color-text-muted)!important}.account-panel{min-height:420px;padding:1.75rem 2rem}.account-panel__title{color:var(--color-primary);margin-bottom:1.75rem;font-size:1.65rem}.account-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:3.5rem 1rem;display:flex}.account-empty svg{color:var(--color-primary);opacity:.35;margin-bottom:.5rem}.account-empty h3{font-family:var(--font-body);font-size:1.1rem;font-weight:600}.account-empty p{color:var(--color-text-muted);margin-bottom:1rem;font-size:.9rem}.account-wishlist-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.25rem;display:grid}.account-wishlist-remove{color:var(--color-text-muted);text-underline-offset:3px;margin-top:.5rem;font-size:.8rem;text-decoration:underline}.account-wishlist-remove:hover{color:var(--color-danger)}.account-offers{flex-direction:column;gap:1rem;display:flex}.account-offer{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-bg);justify-content:space-between;align-items:center;gap:1rem;padding:1.15rem 1.25rem;display:flex}.account-offer h3{font-family:var(--font-body);margin-bottom:.25rem;font-size:1rem;font-weight:600}.account-offer p{color:var(--color-text-muted);font-size:.85rem}.account-offer code{letter-spacing:.06em;color:var(--color-primary);background:var(--color-primary-soft);white-space:nowrap;border-radius:999px;padding:.45rem .75rem;font-size:.8rem;font-weight:600}.account-address-list{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.account-address-list li{border:1px solid var(--color-border);border-radius:var(--radius-md);justify-content:space-between;gap:1rem;padding:1.15rem 1.25rem;display:flex}.account-address-list strong{margin-bottom:.35rem;font-size:.9rem;display:block}.account-address-list p{color:var(--color-text-muted);font-size:.85rem;line-height:1.55}.link-danger{color:var(--color-danger);white-space:nowrap;align-self:flex-start;font-size:.8rem}.account-form{flex-direction:column;gap:1rem;max-width:520px;display:flex}.account-form h3{font-family:var(--font-body);margin-top:.5rem;font-size:1rem;font-weight:600}.account-form__row{grid-template-columns:1fr 1fr;gap:.85rem;display:grid}.account-form__row--3{grid-template-columns:1fr 1fr 1fr}.account-form label{letter-spacing:.05em;text-transform:uppercase;color:var(--color-text-muted);flex-direction:column;gap:.35rem;font-size:.75rem;font-weight:500;display:flex}.account-form input:not([type=checkbox]){border:1.5px solid var(--color-border);border-radius:var(--radius-sm);text-transform:none;letter-spacing:normal;color:var(--color-text);background:var(--color-bg);outline:none;padding:.8rem .95rem;font-size:.95rem;font-weight:400}.account-form input:not([type=checkbox]):focus{border-color:var(--color-primary)}.account-form input:disabled{opacity:.65;cursor:not-allowed}.account-form__check{align-items:center;text-transform:none!important;letter-spacing:normal!important;color:var(--color-text)!important;flex-direction:row!important;gap:.5rem!important;font-size:.9rem!important}.account-form .btn{align-self:flex-start;margin-top:.25rem}.account-muted{color:var(--color-text-muted);font-size:.9rem}@media (width<=900px){.account-layout{grid-template-columns:1fr}.account-sidebar__nav{flex-flow:wrap}.account-sidebar__nav button{flex:auto;width:auto}}@media (width<=600px){.account-panel{padding:1.25rem}.account-form__row,.account-form__row--3{grid-template-columns:1fr}.account-offer{flex-direction:column;align-items:flex-start}}
