:root{--bg:#fffaf7;--bg-soft:#fff2ec;--surface:#fffaf7db;--surface-strong:#fffdfb;--border:#aa6c5e24;--text:#372522;--text-soft:#372522b8;--accent:#d48f80;--accent-strong:#b76d61;--shadow:0 24px 60px #bb817129;--hero-gradient:linear-gradient(135deg, #efa79a 0%, #f4bdb0 38%, #faebe5 100%);--page-gradient:radial-gradient(circle at top left, #efa79a47, transparent 30%), radial-gradient(circle at top right, #f4bdb033, transparent 26%), linear-gradient(180deg, #fff8f4 0%, #fffdfb 100%)}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html{scroll-behavior:smooth}body{background:var(--page-gradient);color:var(--text);margin:0;font-family:Manrope,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}.app-shell{min-height:100vh}.page-shell{width:min(1420px,100% - 3.25rem);margin:0 auto}.site-header{z-index:20;border-bottom:1px solid var(--border);position:sticky;top:0}.site-header:before{content:"";z-index:-1;-webkit-backdrop-filter:blur(14px);background:#fffbf8f0;position:absolute;inset:0}.site-header__top{grid-template-columns:1fr auto 1fr;align-items:center;padding:.45rem 0;display:grid}.site-header__bottom{border-top:1px solid #aa6c5e1a}.site-brand{flex-shrink:0;justify-content:flex-start;justify-self:start;align-items:center;margin:0;display:inline-flex}.site-brand__logo{object-fit:contain;width:auto;height:52px;display:block}.site-nav{flex-wrap:nowrap;justify-content:center;align-items:stretch;gap:.7rem;min-width:0;padding:.32rem 0 .26rem;display:flex}.site-nav__item{position:relative}.site-nav__trigger,.site-nav__link{min-height:44px;color:var(--text-soft);letter-spacing:.14em;text-transform:uppercase;white-space:nowrap;background:0 0;border:0;justify-content:center;align-items:center;padding:.58rem .76rem .68rem;font-size:.76rem;transition:color .18s;display:inline-flex;position:relative}.site-nav__text,.site-action__text{transition:transform .18s,letter-spacing .18s,opacity .18s;display:inline-block}.site-nav__trigger:after,.site-nav__link:after{content:"";background:var(--accent);transform-origin:50%;border-radius:999px;height:3px;transition:transform .18s;position:absolute;bottom:.2rem;left:.72rem;right:.72rem;transform:scaleX(0)}.site-nav__trigger:hover,.site-nav__trigger.is-active,.site-nav__link.is-active,.site-nav__link:hover{color:var(--accent-strong)}.site-nav__trigger.is-active,.site-nav__link.is-active{font-weight:700}.site-nav__trigger:hover .site-nav__text,.site-nav__trigger.is-active .site-nav__text,.site-nav__link.is-active .site-nav__text,.site-nav__link:hover .site-nav__text{letter-spacing:.18em;transform:translateY(-1px)}.site-nav__trigger:hover:after,.site-nav__trigger.is-active:after,.site-nav__link.is-active:after,.site-nav__link:hover:after{transform:scaleX(1)}.site-actions{flex-shrink:0;justify-content:flex-end;justify-self:end;align-items:center;gap:.5rem;margin:0;display:flex;position:relative}.site-action-return{min-height:40px;color:var(--accent-strong);white-space:nowrap;background:#ffffffd6;border:1px solid #aa6c5e29;border-radius:999px;padding:0 .9rem;font-size:.82rem;font-weight:800;transition:transform .18s,border-color .18s,background .18s}.site-action-return:hover{background:#fffffffa;border-color:#aa6c5e47;transform:translateY(-1px)}.site-search{background:#fffffff0;border:1px solid #aa6c5e29;border-radius:999px;justify-self:center;align-items:center;gap:.65rem;width:100%;min-height:54px;padding:.35rem .5rem .35rem 1rem;transition:transform .22s,box-shadow .22s,border-color .22s;display:flex;position:relative;overflow:hidden;box-shadow:0 14px 30px #b76d6114}.site-search-stack{justify-self:center;width:clamp(320px,40vw,640px);margin:0;position:relative}.site-search:before{content:"";opacity:.72;pointer-events:none;background:linear-gradient(135deg,#fff0,#ffe9e3e0,#fff0);width:24%;transition:transform .52s;position:absolute;top:-35%;bottom:-35%;left:-18%;transform:translate(-230%)skew(-20deg)}.site-search:hover,.site-search:focus-within{border-color:#aa6c5e47;transform:translateY(-1px);box-shadow:0 18px 38px #b76d6124}.site-search:hover:before,.site-search:focus-within:before{transform:translate(620%)skew(-20deg)}.site-search__icon{z-index:1;color:var(--accent-strong);letter-spacing:.12em;text-transform:uppercase;white-space:nowrap;font-size:.74rem;font-weight:800;transition:color .18s,transform .18s;position:relative}.site-search:focus-within .site-search__icon{color:#a85f50;transform:translate(1px)}.site-search__field{flex:1;align-items:center;min-width:0;display:flex;position:relative}.site-search input{z-index:1;min-width:0;color:var(--text);background:0 0;border:0;flex:1;font-size:1.05rem;position:relative}.site-search__typing{pointer-events:none;color:#523b38a3;opacity:.92;white-space:nowrap;align-items:center;gap:.18rem;font-size:1.05rem;transition:opacity .18s;display:inline-flex;position:absolute;inset:50% 0 auto;transform:translateY(-50%)}.site-search:focus-within .site-search__typing,.site-search__field.has-value .site-search__typing{opacity:0}.site-search__cursor{background:#523b38b8;width:1px;height:1.02em;animation:.82s step-end infinite search-cursor-blink}.site-search input:focus{outline:none}.site-search button{z-index:1;color:#fff;background:linear-gradient(135deg,#d79182,#ebb0a3);border:0;border-radius:999px;min-width:56px;min-height:40px;padding:0 .8rem;font-weight:800;transition:transform .18s,box-shadow .18s,filter .18s;position:relative}.site-search button:hover,.site-search:focus-within button{filter:saturate(1.04);transform:translateY(-1px)scale(1.02);box-shadow:0 12px 26px #b76d613d}.site-search-panel{z-index:26;background:#fffcf9fa;border:1px solid #aa6c5e24;border-radius:22px;gap:.95rem;padding:1.2rem 1.4rem;display:grid;position:absolute;top:calc(100% + .7rem);left:0;right:0;box-shadow:0 20px 42px #765c5824}.site-search-panel__section{gap:.65rem;display:grid}.site-search-panel__heading{color:var(--accent-strong);letter-spacing:.12em;text-transform:uppercase;font-size:.76rem;font-weight:800}.site-search-panel--two-col{grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);gap:0;display:grid;overflow:hidden;padding:0!important}.site-search-panel__left{border-right:1px solid #aa6c5e1a;align-content:start;gap:1rem;padding:1.2rem 1.4rem;display:grid}.site-search-panel__right{background:#fffaf799;align-content:start;gap:.9rem;padding:1.2rem 1.4rem;display:grid}.site-search-panel__trending{gap:.55rem;display:grid}.site-search-panel__trend-card{text-align:left;cursor:pointer;background:#fff;border:1px solid #aa6c5e1a;border-radius:16px;align-items:center;gap:.75rem;width:100%;padding:.6rem;transition:border-color .18s,background .18s,transform .15s;display:flex}.site-search-panel__trend-card:hover{background:#fffaf7fa;border-color:#aa6c5e3d;transform:translateY(-1px)}.site-search-panel__trend-thumb{background:radial-gradient(circle at top left, #ffffff80, transparent 30%), linear-gradient(145deg, var(--tone-a,#f7e5e1), var(--tone-b,#fff5f0));border-radius:12px;flex-shrink:0;width:52px;height:62px;overflow:hidden}.site-search-panel__trend-thumb img{object-fit:contain;object-position:center;width:100%;height:100%;display:block}.site-search-panel__trend-info{gap:.2rem;min-width:0;display:grid}.site-search-panel__trend-info strong{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:.83rem;font-weight:700;overflow:hidden}.site-search-panel__trend-info span{color:var(--accent-strong);font-size:.8rem;font-weight:600}.site-search-panel__suggestions{border-bottom:1px solid #aa6c5e17;flex-wrap:wrap;gap:.45rem;padding-bottom:.6rem;display:flex}.site-search-panel__chip{color:var(--text);cursor:pointer;white-space:nowrap;background:#fffcf9e6;border:1.5px solid #aa6c5e2e;border-radius:999px;align-items:center;gap:.35rem;padding:.38rem .85rem;font-family:inherit;font-size:.8rem;font-weight:600;transition:border-color .18s,background .18s,color .18s,transform .15s;display:inline-flex}.site-search-panel__chip:hover{border-color:var(--accent);color:var(--accent-strong);background:#d48f8014;transform:translateY(-1px)}.site-search-panel__chip--cat{background:#d48f8012;border-color:#aa6c5e47}.site-search-panel__chip--cat:hover{background:#d48f8026}.site-search-panel__chip svg{opacity:.55;flex-shrink:0}.site-search-panel__results{gap:.55rem;display:grid}.site-search-panel__product{text-align:left;background:#fff;border:1px solid #aa6c5e1f;border-radius:18px;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:.75rem;width:100%;padding:.8rem .9rem;transition:transform .18s,border-color .18s,background .18s;display:grid}.site-search-panel__product:hover{background:#fffaf7f5;border-color:#aa6c5e3d;transform:translateY(-1px)}.site-search-panel__product-copy strong{color:var(--text)}.site-search-panel__product-copy span,.site-search-panel__empty{color:var(--text-soft);font-size:.84rem}.site-search-panel__product-thumb{background:#fff7f3e6;border-radius:16px;width:58px;height:72px;overflow:hidden}.site-search-panel__product-thumb img{object-fit:contain;object-position:center;width:100%;height:100%;display:block}.site-search-panel__product-copy{gap:.2rem;min-width:0;display:grid}.site-search-panel__product-price{font-size:.98rem}.site-action-button{min-height:38px;color:var(--text);background:#fffc;border:1px solid #aa6c5e29;border-radius:999px;justify-content:center;align-items:center;gap:.48rem;padding:.38rem .72rem;transition:transform .18s,border-color .18s,background .18s,color .18s;display:inline-flex;position:relative}.site-action-button--icon{border-radius:999px;width:44px;min-width:44px;min-height:44px;padding:0}.site-action-button:hover{color:var(--text);background:#fffffff5;border-color:#aa6c5e47;transform:translateY(-1px)}.site-utility-backdrop{z-index:34;pointer-events:none;background:#171f2e47;animation:.22s forwards backdropFadeIn;position:fixed;inset:0}.site-utility-panel{z-index:35;background:#fffffffa;border-left:1px solid #d6deecf2;flex-direction:column;gap:0;width:min(470px,100vw);padding:0;animation:.3s cubic-bezier(.16,1,.3,1) forwards panelSlideInSide;display:flex;position:fixed;top:0;bottom:0;right:0;overflow:hidden;transform:translate(100%);box-shadow:-24px 0 56px #151f2e29}.site-utility-panel__header,.site-utility-panel__footer{justify-content:space-between;align-items:center;gap:1rem;padding:1.45rem 1.9rem;display:flex}.site-utility-panel__header{border-bottom:1px solid #e8eef6}.site-utility-panel__heading{gap:.24rem;display:grid}.site-utility-panel__header strong,.site-utility-panel__footer strong,.site-utility-panel__empty strong{color:#1b2434;font-size:1.15rem;font-weight:800;display:block}.site-utility-panel__header span,.site-utility-panel__copy span,.site-utility-panel__meta span,.site-utility-panel__empty span,.site-utility-panel__footer span{color:#7c889d;font-size:.9rem}.site-utility-panel__title-row{flex-wrap:wrap;align-items:baseline;gap:1rem;display:flex}.site-utility-panel__view-cart,.site-utility-panel__close{color:#8a96aa;background:0 0;border:0;flex:none}.site-utility-panel__view-cart{text-underline-offset:.18em;padding:0;font-size:.96rem;font-weight:700;text-decoration:underline}.site-utility-panel__close{justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.site-utility-panel__close svg{width:18px;height:18px}.site-utility-panel__header--cart{align-items:flex-start}.site-utility-panel__heading--cart strong{letter-spacing:-.03em;font-size:clamp(1.85rem,1.5rem + .8vw,2.2rem)}.site-utility-panel__heading--cart span{display:none}.site-utility-panel__list{scrollbar-width:thin;scrollbar-color:#cad3e2 transparent;flex:auto;align-content:start;gap:0;min-height:0;padding:0 1.9rem;display:grid;overflow-y:auto}.site-utility-panel__list--cart{padding-bottom:1.2rem}.site-utility-panel__item{border-top:1px solid #e8eef6;grid-template-columns:72px minmax(0,1fr) auto;align-items:start;gap:1rem;padding:1rem 0;display:grid}.site-utility-panel__item--cart{grid-template-columns:102px minmax(0,1fr) 28px;gap:1.2rem;padding:1.45rem 0}.site-utility-panel__item:first-child{border-top:0}.site-utility-panel__thumb-button{background:0 0;border:0;flex:none;padding:0}.site-utility-panel__thumb{background:radial-gradient(circle at top left, #ffffff9e, transparent 24%), linear-gradient(145deg, var(--tone-a), var(--tone-b));border:1px solid #e3eaf4;border-radius:18px;flex:none;width:72px;height:88px;position:relative;overflow:hidden}.site-utility-panel__thumb img{object-fit:contain;object-position:center;width:100%;height:100%;padding:.35rem;display:block}.site-utility-panel__copy{align-content:start;gap:.38rem;min-width:0;display:grid}.site-utility-panel__copy--cart{gap:.3rem}.site-utility-panel__link{width:100%;color:var(--text);text-align:left;background:0 0;border:0;padding:0;font-size:.96rem;font-weight:800;line-height:1.35}.site-utility-panel__link--cart{color:#1e2940;font-size:.95rem;line-height:1.35}.site-utility-panel__category{display:block}.site-utility-panel__details{flex-wrap:wrap;gap:.32rem .6rem;display:flex}.site-utility-panel__details--stacked{gap:.25rem;margin-top:.05rem;display:grid}.site-utility-panel__spec{color:#748199;flex-wrap:wrap;align-items:center;gap:.32rem;font-size:.95rem;display:flex}.site-utility-panel__spec-label{color:#1f2941;font-weight:700}.site-utility-panel__line-price{color:#1f2941;font-size:1rem;font-weight:800}.site-utility-panel__unit-price{color:#7d8aa1;font-size:.96rem;font-weight:700}.site-utility-panel__controls{flex-wrap:wrap;align-items:center;gap:.55rem;margin-top:.2rem;display:flex}.site-utility-panel__controls--cart{margin-top:.55rem}.site-utility-panel__stepper{background:#f9fbfe;border:1px solid #d7e0ed;border-radius:12px;align-items:center;gap:0;display:inline-flex;overflow:hidden}.site-utility-panel__variant,.checkout-item__variant{align-items:center;gap:.45rem;min-height:20px;display:inline-flex}.site-utility-panel__variant-swatch,.checkout-item__variant-swatch{border:1px solid #3725221f;border-radius:999px;flex:none;width:10px;height:10px}.site-utility-panel__stepper button{color:#7d8aa1;background:0 0;border:0;width:40px;height:38px;padding:0;font-size:1.15rem;font-weight:700;line-height:1}.site-utility-panel__stepper strong{text-align:center;color:#1f2941;border-left:1px solid #d7e0ed;border-right:1px solid #d7e0ed;justify-content:center;align-items:center;min-width:38px;height:38px;font-size:.98rem;font-weight:800;display:inline-flex}.site-utility-panel__remove{width:fit-content;min-height:30px;color:var(--accent-strong);background:#ffffffdb;border:1px solid #aa6c5e29;border-radius:999px;padding:0 .8rem;font-size:.8rem;font-weight:700}.site-utility-panel__item-side{justify-content:center;align-items:flex-end;min-width:28px;height:100%;padding-bottom:.3rem;display:flex}.site-utility-panel__remove-icon{color:#c2cad8;background:0 0;border:0;justify-content:center;align-items:center;width:30px;height:30px;padding:0;display:inline-flex}.site-utility-panel__remove-icon svg{width:18px;height:18px}.site-utility-panel__meta{text-align:right;align-content:start;justify-items:end;gap:.25rem;min-width:56px;padding-top:.2rem;display:grid}.site-utility-panel__meta strong{color:#1b2434;font-size:1rem;font-weight:800}.site-utility-panel__meta--single{align-self:center;padding-top:0}.site-utility-panel__empty{gap:.35rem;padding:1.6rem 1.9rem;display:grid}.site-utility-panel__footer{margin-top:auto}.site-utility-panel__footer--cart{background:linear-gradient(#fffffff5,#fff 18%);border-top:1px solid #e8eef6;gap:.7rem;padding:1.35rem 1.9rem 1.6rem;display:grid}.site-utility-panel__note-button{color:#7f8da6;letter-spacing:.08em;text-transform:uppercase;background:0 0;border:0;width:fit-content;padding:0;font-size:.9rem;font-weight:800;display:inline-flex}.site-utility-panel__footer-copy{color:#78859c;margin:0;font-size:.95rem;line-height:1.45}.site-utility-panel__footer-copy strong{color:#1f2941;font-size:inherit;font-weight:800;display:inline}.site-utility-panel--wishlist .site-utility-panel__footer{padding:1.2rem 1.4rem}.site-utility-panel__checkout{background:linear-gradient(135deg,#4fd0ea,#3196de);border-radius:18px;width:100%;min-height:58px;padding:0 1.35rem;box-shadow:0 18px 30px #3195de3d}.site-utility-panel__checkout span{color:inherit;font-size:inherit;font-weight:800}.site-utility-panel--wishlist .site-utility-panel__header button:not(.site-utility-panel__close){min-height:32px;color:var(--accent-strong);background:#ffffffd1;border:1px solid #aa6c5e29;border-radius:999px;flex:none;padding:0 .8rem;font-size:.8rem;font-weight:700}.site-utility-panel--wishlist .site-utility-panel__list{padding-bottom:1rem}@keyframes panelSlideInSide{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes backdropFadeIn{0%{opacity:0}to{opacity:1}}.site-action__icon{stroke:currentColor;fill:none;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:18px;height:18px}.site-action__count{min-width:18px;min-height:18px;color:var(--accent-strong);letter-spacing:0;background:#d791822e;border:1px solid #fffbf8f0;border-radius:999px;justify-content:center;align-items:center;padding:0 .26rem;font-size:.64rem;font-weight:800;display:inline-flex;position:absolute;top:-4px;right:-4px}@keyframes search-cursor-blink{0%,45%{opacity:1}46%,to{opacity:0}}.site-header__nav-region{position:relative}.site-header__mega{padding-top:0;position:absolute;top:calc(100% - 1px);left:0;right:0}.site-header__mega:before{content:"";height:18px;position:absolute;top:-18px;left:0;right:0}.site-mega-menu{border:1px solid #aa6c5e24;border-top:0;border-bottom:1px solid var(--border);background:#fffbf8fa;border-radius:0 0 30px 30px;grid-template-columns:repeat(4,minmax(0,1fr));gap:2.5rem;padding:2.1rem 2rem 2.45rem;animation:.18s mega-menu-reveal;display:grid;box-shadow:0 26px 56px #765c5821}.site-mega-menu__column{border-left:1px solid #aa6c5e29;gap:1.1rem;padding:0 1.6rem;display:grid}.site-mega-menu__column:first-child{border-left:0;padding-left:.4rem}.site-mega-menu__column:last-child{padding-right:.4rem}.site-mega-menu__heading{color:#462e31eb;letter-spacing:.18em;text-transform:uppercase;margin:0;font-size:.82rem;font-weight:800;animation:.36s both text-rise}.site-mega-menu__links{gap:1rem;display:grid}.site-mega-menu__link{color:#462e31cc;width:fit-content;font-size:.98rem;line-height:1.45;transition:color .16s,transform .16s;animation:.4s both text-rise}.site-mega-menu__link:hover{color:var(--text);transform:translate(3px)}.hero-section{grid-template-columns:minmax(0,.92fr) minmax(500px,1.08fr);align-items:center;gap:2.2rem;padding:3rem 0 1.35rem;display:grid}.hero-copy__eyebrow,.section-heading__eyebrow,.newsletter-section__eyebrow,.editorial-panel__tag{width:fit-content;color:var(--accent-strong);letter-spacing:.12em;text-transform:uppercase;background:#fff4efe6;border:1px solid #b76d6129;border-radius:999px;padding:.5rem .9rem;font-size:.78rem;font-weight:700;animation:.42s both text-rise;display:inline-flex}.hero-copy h1,.section-heading h2,.newsletter-section h2,.state-card h1{letter-spacing:-.03em;margin:1rem 0;font-family:Fraunces,serif;font-weight:600;line-height:.96;animation:.56s both text-rise}.hero-copy h1{max-width:8.5ch;margin:0;font-size:clamp(3rem,5.2vw,5.4rem)}.hero-copy p,.section-heading p,.editorial-panel p,.product-card__body p,.service-card p,.site-footer p,.state-card p{color:var(--text-soft);line-height:1.75;animation:.66s both text-rise}.button{border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-height:50px;padding:0 1.4rem;font-weight:700;display:inline-flex}.button:disabled{opacity:.5;cursor:not-allowed}.button--primary{color:#fff;background:linear-gradient(135deg,#d79182,#ebb0a3);box-shadow:0 16px 30px #b76d6138}.button--secondary{border-color:var(--border);background:#fffaf7e0}.hero-metrics{grid-template-columns:repeat(3,1fr);gap:1.15rem;margin-top:2.3rem;display:grid}.metric-card,.hero-spotlight-card,.banner-card,.category-card,.editorial-highlight-card,.product-card,.service-card,.newsletter-section,.editorial-panel,.state-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow)}.metric-card{border-radius:24px;padding:1.1rem}.metric-card strong{margin-bottom:.4rem;font-family:Fraunces,serif;font-size:1.5rem;display:block}.metric-card span,.product-card__meta span{color:var(--text-soft);font-size:.9rem}.hero-visual{display:block}.hero-visual__canvas{background:var(--hero-gradient);min-height:500px;box-shadow:var(--shadow);border-radius:36px;position:relative;overflow:hidden}.hero-orb{filter:blur(2px);background:#fffaf78c;border-radius:999px;position:absolute}.hero-orb--large{width:240px;height:240px;inset:auto auto 2.2rem 1.8rem}.hero-orb--small{width:102px;height:102px;inset:1.7rem 1.7rem auto auto}.hero-shape{border-radius:28px;position:absolute}.hero-shape--outline{background:linear-gradient(140deg,#ffffff14,#fff0);border:1px solid #ffffff57;inset:2rem}.hero-shape--panel{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffcf9bd;border:1px solid #ffffff75;width:44%;height:22%;inset:auto 2rem 2rem auto}.hero-shape--accent{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffcf9d1;border:1px solid #ffffff7a;width:34%;height:17%;inset:1.8rem auto auto 1.8rem}.hero-spotlight-card,.banner-card,.editorial-highlight-card,.service-card{border-radius:24px;padding:1.2rem}.hero-spotlight-card h3,.category-card h3,.editorial-panel h3,.editorial-highlight-card h3,.product-card__body h3,.service-card h3{margin:0 0 .65rem;font-family:Fraunces,serif;font-size:1.1rem;font-weight:600}.content-section{padding:2.4rem 0;scroll-margin-top:5rem}.section-heading{gap:.45rem;margin-bottom:1.6rem;display:grid}.section-heading--center{text-align:center;justify-items:center}.section-heading h2,.newsletter-section h2,.state-card h1{max-width:12ch;font-size:clamp(2rem,4vw,3.4rem)}.section-heading p{max-width:60ch}.hero-banner-section{padding:0 0 2.6rem}.hero-banner-slider{touch-action:pan-y;-webkit-user-select:none;user-select:none;position:relative;overflow:hidden;transform:translateZ(0)}.hero-banner-slider.is-dragging{cursor:grabbing}.hero-banner-track{will-change:transform;width:100%;transition:transform .36s cubic-bezier(.22,1,.36,1);display:flex}.hero-banner-track.is-loop-reset,.hero-banner-slider.is-dragging .hero-banner-track{transition:none}.hero-banner{background:linear-gradient(135deg, var(--tone-a), var(--tone-b));isolation:isolate;flex:0 0 100%;height:clamp(420px,100vh,758px);min-height:clamp(420px,100vh,758px);position:relative;overflow:hidden}@media (width>=768px){.hero-banner{height:758px;min-height:758px;max-height:758px}}.hero-banner__image,.hero-banner__overlay{width:100%;height:100%;position:absolute;inset:0}.hero-banner__image{object-fit:cover;opacity:0;transition:opacity .4s}.hero-banner__image.is-loaded{opacity:1}.hero-banner__overlay{background:linear-gradient(90deg,#fff8f366 0%,#fff8f32e 24%,#fff8f300 54%),linear-gradient(#2218170f 0%,#2218172e 100%)}.hero-banner__shell{z-index:1;min-height:inherit;align-items:end;display:grid;position:relative}.hero-banner__content{color:#3c3515;gap:.85rem;max-width:min(38rem,45vw);padding:clamp(2.5rem,5vw,4.5rem) 0;display:grid}.hero-banner__eyebrow{letter-spacing:.14em;text-transform:uppercase;background:#fffcf9b8;border:1px solid #4c3a151f;border-radius:999px;width:fit-content;padding:.45rem .9rem;font-size:.76rem;font-weight:800;display:inline-flex}.hero-banner__title{letter-spacing:-.04em;margin:0;font-family:Manrope,sans-serif;font-size:clamp(2.6rem,5vw,4.2rem);font-weight:800;line-height:.96}.hero-banner__description{color:#3c3515db;max-width:30rem;margin:0;font-size:clamp(1rem,1.35vw,1.35rem);line-height:1.55}.hero-banner__button{color:#fff;letter-spacing:.01em;background:#493f14f5;border-radius:10px;justify-content:center;align-items:center;width:fit-content;min-height:52px;margin-top:.4rem;padding:0 1.55rem;font-size:1.05rem;font-weight:800;transition:transform .18s,background .18s,box-shadow .18s;display:inline-flex}.hero-banner__button:hover{background:#3a3211fa;transform:translateY(-1px);box-shadow:0 18px 30px #3a32112e}.hero-banner-slider__nav{z-index:2;color:#3c3515e0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffcf9bd;border:1px solid #fffcf96b;border-radius:999px;justify-content:center;align-items:center;width:52px;height:52px;margin-top:-26px;transition:transform .18s,background .18s,border-color .18s;display:inline-flex;position:absolute;top:50%}.hero-banner-slider__nav:hover{background:#fffcf9eb;border-color:#fffcf99e;transform:translateY(-1px)}.hero-banner-slider__nav span{font-size:2rem;line-height:1}.hero-banner-slider__nav--prev{left:1.4rem}.hero-banner-slider__nav--next{right:1.4rem}.hero-banner-slider__dots{z-index:2;justify-content:center;gap:.55rem;display:flex;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}.hero-banner-slider__dot{cursor:pointer;background:#fffcf99e padding-box padding-box;border:4px solid #0000;border-radius:999px;width:18px;height:18px;padding:0;transition:transform .18s,background .18s,width .18s}.hero-banner-slider__dot.is-active{background:#fffcf9eb;width:40px}.category-grid,.banner-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.banner-card{background:radial-gradient(circle at top right, #ffffff94, transparent 26%), linear-gradient(145deg, var(--tone-a), var(--tone-b));align-content:end;gap:.85rem;min-height:280px;display:grid;position:relative;overflow:hidden}.banner-card__image{object-fit:cover;object-position:center;opacity:0;width:100%;height:100%;transition:opacity .4s;position:absolute;inset:0}.banner-card__image.is-loaded{opacity:1}.banner-card__overlay{pointer-events:none;background:linear-gradient(135deg,#f8aa99bf,#ffffff26);position:absolute;inset:0}.banner-card__content{z-index:1;gap:.85rem;display:grid;position:relative}.banner-card__eyebrow{color:#372522a8;letter-spacing:.12em;text-transform:uppercase;font-size:.82rem;font-weight:800}.banner-card a{width:fit-content;margin-top:.35rem;font-weight:800;display:inline-flex}.cat-strips{gap:.55rem;width:100%;height:clamp(500px,60vh,750px);margin-top:1.5rem;display:flex}.cat-strip{cursor:pointer;background:linear-gradient(155deg, var(--tone-a), var(--tone-b));border-radius:20px;flex-direction:column;flex:1;justify-content:flex-end;text-decoration:none;transition:flex .7s cubic-bezier(.22,1,.36,1),transform .4s cubic-bezier(.22,1,.36,1);display:flex;position:relative;overflow:hidden}.cat-strip.is-active{cursor:default;flex:4}.cat-strip:hover:not(.is-active){z-index:5;transform:translateY(-4px)}.cat-strip__bg{z-index:0;background-image:var(--strip-img,none);filter:brightness(.85)grayscale(.2);background-position:50%;background-size:cover;transition:transform .85s cubic-bezier(.22,1,.36,1),filter .5s;position:absolute;inset:0}.cat-strip.is-active .cat-strip__bg{filter:brightness()grayscale(0);transform:scale(1.05)}.cat-strip__overlay{z-index:1;opacity:.85;background:linear-gradient(#160e0c0d 0%,#160e0c66 60%,#160e0cf2 100%);transition:opacity .6s;position:absolute;inset:0}.cat-strip.is-active .cat-strip__overlay{opacity:.65}.cat-strip__vlabel{z-index:2;color:#ffffffe6;white-space:nowrap;pointer-events:none;letter-spacing:.1em;text-transform:uppercase;font-family:Fraunces,serif;font-size:1.5rem;font-weight:700;transition:opacity .4s cubic-bezier(.22,1,.36,1),transform .4s cubic-bezier(.22,1,.36,1);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-90deg)}.cat-strip.is-active .cat-strip__vlabel{opacity:0;transform:translate(-50%,-20%)rotate(-90deg)scale(.8)}.cat-strip__index{z-index:3;color:#ffffff4d;letter-spacing:.1em;font-family:Manrope,sans-serif;font-size:.9rem;font-weight:800;position:absolute;top:1.8rem;right:1.8rem}.cat-strip__badge{z-index:3;-webkit-backdrop-filter:blur(10px);color:#fff;text-transform:uppercase;letter-spacing:.08em;opacity:0;background:#ffffff1f;border:1px solid #ffffff2e;border-radius:999px;padding:.4rem .9rem;font-size:.65rem;font-weight:800;transition:opacity .4s cubic-bezier(.22,1,.36,1) .1s,transform .4s cubic-bezier(.22,1,.36,1) .1s;position:absolute;top:1.8rem;left:1.8rem;transform:translateY(-10px)}.cat-strip.is-active .cat-strip__badge{opacity:1;transform:translateY(0)}.cat-strip__badge-dot{background:#7edc89;border-radius:50%;width:6px;height:6px;margin-right:.5rem;animation:2s ease-in-out infinite badgePulse;display:inline-block;box-shadow:0 0 8px #7edc8999}.cat-strip__content{z-index:2;opacity:0;pointer-events:none;width:100%;max-width:600px;padding:clamp(2rem,5vw,4rem);transition:opacity .6s cubic-bezier(.22,1,.36,1) .2s,transform .6s cubic-bezier(.22,1,.36,1) .2s;position:relative;transform:translateY(30px)}.cat-strip.is-active .cat-strip__content{opacity:1;pointer-events:auto;transform:translateY(0)}.cat-strip__title{color:#fff;letter-spacing:-.02em;margin:0;font-family:Fraunces,serif;font-size:clamp(2.2rem,5vw,4.2rem);font-weight:700;line-height:.95}.cat-strip__desc{color:#ffffffbf;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;margin:1.2rem 0 2rem;font-size:clamp(.95rem,1.2vw,1.15rem);line-height:1.55;display:-webkit-box;overflow:hidden}.cat-strip__cta{color:#1e120f;text-transform:uppercase;letter-spacing:.05em;background:#fffffffa;border-radius:14px;align-items:center;gap:.8rem;padding:.9rem 1.8rem;font-size:.95rem;font-weight:800;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s cubic-bezier(.22,1,.36,1);display:inline-flex}.cat-strip__cta:hover{transform:translateY(-2px)scale(1.02);box-shadow:0 12px 24px #00000040}.cat-strip__cta svg{transition:transform .3s}.cat-strip__cta:hover svg{transform:translate(4px)}.cat-strip__glow{transform-origin:0;background:#fffc;height:5px;transition:transform .6s cubic-bezier(.22,1,.36,1) .3s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.cat-strip.is-active .cat-strip__glow{transform:scaleX(1)}@media (width<=860px){.hero-banner-section{display:none}.cat-strips{scroll-snap-type:none;flex-direction:column;gap:.65rem;width:100%;height:auto;margin:.5rem 0 0;padding:0;display:flex;overflow:visible}.cat-strip,.cat-strip.is-active{height:150px;min-width:unset;max-width:unset;scroll-snap-align:none;border-radius:20px;flex:none;transition:transform .16s,box-shadow .16s;transform:none;box-shadow:0 4px 22px #00000024}.cat-strip:hover:not(.is-active){transform:none}.cat-strip:active{transform:scale(.984);box-shadow:0 2px 10px #00000038}.cat-strip__bg,.cat-strip.is-active .cat-strip__bg{filter:brightness(.8)saturate(1.12);transition:none;transform:none}.cat-strip__overlay,.cat-strip.is-active .cat-strip__overlay{opacity:1;background:linear-gradient(#0000 0%,#0602011a 32%,#06020194 62%,#060201f5 100%);transition:none}.cat-strip__vlabel,.cat-strip.is-active .cat-strip__vlabel{display:none}.cat-strip__index{color:#ffffff38;letter-spacing:.12em;font-size:.7rem;top:1rem;right:1.1rem}.cat-strip__badge,.cat-strip.is-active .cat-strip__badge{opacity:1;-webkit-backdrop-filter:blur(8px);background:#ffffff21;border:1px solid #fff3;padding:.28rem .68rem;font-size:.6rem;transition:none;top:1rem;left:1rem;transform:none}.cat-strip__content,.cat-strip.is-active .cat-strip__content{opacity:1;pointer-events:auto;flex-direction:row;justify-content:space-between;align-items:flex-end;max-width:100%;padding:.85rem 1rem 1rem;transition:none;display:flex;transform:none}.cat-strip__title{letter-spacing:-.02em;flex:1;min-width:0;font-size:clamp(1.2rem,4.5vw,1.5rem);line-height:1}.cat-strip__desc{display:none}.cat-strip__cta{letter-spacing:0;text-transform:none;background:#ffffffeb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;gap:0;width:34px;height:34px;margin-bottom:.1rem;margin-left:.75rem;padding:0;font-size:0;display:flex;box-shadow:0 2px 12px #0000002e}.cat-strip__cta svg{color:#1e120f;width:15px;height:15px}.cat-strip__cta:hover{transform:none;box-shadow:0 2px 12px #0000002e}.cat-strip__glow,.cat-strip.is-active .cat-strip__glow{opacity:.4;height:3px;transition:none;transform:scaleX(1)}}.category-page__header{gap:1rem;padding:1.5rem 0 .9rem;display:grid}.category-page__breadcrumbs,.product-detail__breadcrumbs{color:var(--text-soft);flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.88rem;display:flex}.product-detail__breadcrumbs--top{grid-column:1/-1;padding-bottom:.25rem}.category-page__breadcrumbs a,.category-page__breadcrumb-button,.product-detail__breadcrumbs a{color:var(--accent-strong);background:0 0;border:0;align-items:center;padding:0;font-weight:700;transition:color .18s;display:inline-flex}.category-page__breadcrumbs a:hover,.category-page__breadcrumb-button:hover,.product-detail__breadcrumbs a:hover{color:var(--text)}.category-page__breadcrumbs [aria-current=page],.product-detail__breadcrumbs [aria-current=page]{color:var(--text);font-weight:700}.category-page__heading-row,.category-page-menu__column{box-shadow:var(--shadow);background:#fffcf9eb;border:1px solid #aa6c5e1f}.category-page__heading-row{border-radius:28px;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:1rem;padding:1.35rem 1.5rem;display:grid}.category-page__eyebrow{width:fit-content;color:var(--accent-strong);letter-spacing:.12em;text-transform:uppercase;font-size:.82rem;font-weight:800;display:inline-flex}.category-page__heading{gap:.7rem;display:grid}.category-page__title{letter-spacing:-.04em;margin:0;font-family:Fraunces,serif;font-size:clamp(2.35rem,4vw,3.8rem);font-weight:600;line-height:.95}.category-page__description{max-width:64ch;color:var(--text-soft);margin:0;line-height:1.8}.category-page__meta{text-align:right;background:radial-gradient(circle at 100% 0,#ffffffa3,#0000 24%),linear-gradient(145deg,#f3a7972e,#fde7dfa3);border:1px solid #aa6c5e24;border-radius:24px;align-content:center;gap:.25rem;min-width:176px;padding:1rem 1.15rem;display:grid}.category-page__meta strong{font-family:Fraunces,serif;font-size:clamp(1.9rem,2.5vw,2.4rem);line-height:1}.category-page__meta span{color:var(--text-soft);font-size:.92rem}.category-page-menu{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.category-page-menu__column{border-radius:26px;gap:1rem;padding:1.35rem;display:grid}.category-page-menu__heading{color:#462e31eb;letter-spacing:.16em;text-transform:uppercase;margin:0;font-size:.82rem;font-weight:800;animation:.36s both text-rise}.category-page-menu__links{gap:.8rem;display:grid}.category-page-menu__links button{width:100%;color:var(--text);text-align:left;background:#ffffffe6;border:1px solid #aa6c5e24;border-radius:18px;justify-content:flex-start;padding:.95rem 1rem;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex}.category-page-menu__links button span{transition:transform .18s,letter-spacing .18s;animation:.42s both text-rise;display:inline-block}.category-page-menu__links button:hover{border-color:#aa6c5e38;transform:translateY(-1px);box-shadow:0 14px 26px #765c581a}.category-page-menu__links button:hover span{letter-spacing:.02em;transform:translate(4px)}.editorial-section{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:1.3rem;padding:2.4rem 0;display:grid}.editorial-story{gap:1rem;display:grid}.editorial-panel{background:linear-gradient(135deg,#fff7f3eb,#fae5dfe0),linear-gradient(145deg,#f0aca1,#fff5f0);border-radius:28px;padding:1.5rem}.editorial-highlights{gap:1rem;display:grid}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.product-grid-toolbar{background:#fffcf9db;border:1px solid #aa6c5e1f;border-radius:22px;justify-content:space-between;align-items:center;gap:1rem;margin:-.15rem 0 1.2rem;padding:.95rem 1rem;display:flex}.product-grid-toolbar span{color:var(--text-soft)}.product-grid-toolbar button{color:var(--text);background:#fff;border:1px solid #aa6c5e29;border-radius:999px;padding:.7rem 1rem;font-weight:700}.product-card{background:#fffffff0;border:1px solid #aa6c5e1f;border-radius:28px;flex-direction:column;display:flex;overflow:hidden}.product-card--interactive{cursor:pointer;transition:transform .18s,border-color .18s,box-shadow .18s}.product-card--interactive:hover,.product-card--interactive:focus-visible{border-color:#aa6c5e33;transform:translateY(-3px);box-shadow:0 16px 34px #765c581a}.product-card--interactive:focus-visible{outline:none}.product-card__art{aspect-ratio:1;background:radial-gradient(circle at top left, #ffffffa3, transparent 24%), linear-gradient(145deg, var(--tone-a), var(--tone-b));position:relative;overflow:hidden}.product-card__image{object-fit:contain;object-position:center top;transform-origin:50%;opacity:1;width:100%;height:100%;transition:opacity .24s,transform .28s;position:absolute;inset:0}.product-card__image--variant{opacity:0;pointer-events:none}.product-card__image--variant.is-active{opacity:1;pointer-events:auto}.product-card__image--hover{opacity:0}.product-card--has-hover-image.product-card--interactive:hover .product-card__image--hover,.product-card--has-hover-image.product-card--interactive:focus-visible .product-card__image--hover{opacity:1}.product-card--has-hover-image.product-card--interactive:hover .product-card__image:not(.product-card__image--hover),.product-card--has-hover-image.product-card--interactive:focus-visible .product-card__image:not(.product-card__image--hover),.product-card--has-hover-image.product-card--interactive:hover .product-card__image--hover.product-card__image--variant,.product-card--has-hover-image.product-card--interactive:focus-visible .product-card__image--hover.product-card__image--variant{opacity:0}.product-card--has-hover-image.product-card--interactive:hover .product-card__image--hover.product-card__image--variant.is-active.is-loaded,.product-card--has-hover-image.product-card--interactive:focus-visible .product-card__image--hover.product-card__image--variant.is-active.is-loaded{opacity:1}.product-card--interactive:hover .product-card__image,.product-card--interactive:focus-visible .product-card__image{transform:scale(1.06)}.product-card__badge{z-index:3;color:var(--text-soft);background:#ffffffa3;border-radius:999px;padding:.45rem .8rem;font-size:.9rem;display:inline-flex;position:absolute;top:1rem;right:1rem}.product-card__badge.is-sale,.product-detail__badge.is-sale{color:#fff;background:#e53935;border:none;font-weight:700;box-shadow:0 4px 12px #e5393533}.product-card__badge--oos,.product-detail__badge--oos{color:#fff;letter-spacing:.04em;background:#000000b8;border:none;font-weight:700}.product-card__wishlist{z-index:3;width:42px;height:42px;color:var(--text);background:#ffffffeb;border:1px solid #ffffffa8;border-radius:999px;justify-content:center;align-items:center;transition:transform .18s,background .18s,border-color .18s,color .18s;display:inline-flex;position:absolute;top:1rem;left:1rem}.product-card__wishlist svg{stroke:currentColor;fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.product-card__wishlist:hover,.product-card__wishlist.is-active{color:#fff;background:#d48f80f5;border-color:#d48f80f5;transform:translateY(-1px)}.product-card__swatches{z-index:3;flex-wrap:wrap;gap:.45rem;max-width:calc(100% - 2rem);display:inline-flex;position:absolute;bottom:1rem;left:1rem}.product-card__swatch{border:1px solid #ffffffeb;border-radius:999px;width:16px;height:16px;padding:0;transition:transform .16s,box-shadow .16s;box-shadow:0 0 0 1px #3725221f}.product-card__swatch.is-active{transform:scale(1.08);box-shadow:0 0 0 2px #ffffffeb,0 0 0 4px #d48f8057}.product-card__swatch.is-oos,.product-detail__swatch.is-oos{opacity:.6;position:relative;overflow:hidden}.product-card__swatch.is-oos:after,.product-detail__swatch.is-oos:after{content:"";pointer-events:none;background:#dc2626;width:130%;height:2px;position:absolute;top:50%;left:-15%;transform:rotate(-45deg);box-shadow:0 0 0 .5px #00000040}.product-card__body{flex-direction:column;flex:1;gap:.42rem;padding:1rem 1rem 1.1rem;display:flex}.product-card__body h3,.product-card__body p{margin:0}.product-card__body p{-webkit-line-clamp:2;text-overflow:ellipsis;overflow-wrap:break-word;word-break:normal;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.product-card__meta{justify-content:space-between;align-items:flex-end;gap:.8rem;display:flex}.product-card__price-group{justify-items:end;gap:.15rem;display:grid}.product-card__price-compare,.product-detail__price-compare{color:var(--text-soft);opacity:.7;font-size:.82rem;text-decoration:line-through}.product-card__meta strong{color:var(--accent-strong);letter-spacing:-.02em;border-radius:6px;margin-right:-.4rem;padding:.1rem .4rem;font-size:1.45rem;font-weight:800}.product-card__price-group:has(.product-card__price-compare) strong{color:#d93025;background:#d9302514}.product-card__price-group:not(:has(.product-card__price-compare)):before{content:"";height:1rem;display:block}.product-card__actions{flex-wrap:wrap;gap:.65rem;margin-top:auto;padding-top:.35rem;display:flex}.product-card__button{border:1px solid var(--border);width:100%;color:var(--text);background:#fff;border-radius:999px;justify-content:center;padding:.8rem 1rem;transition:transform .18s,border-color .18s,background .18s,color .18s}.product-card__button:hover{border-color:var(--accent);background:var(--accent);color:#fff;transform:translateY(-1px)}.product-card__button--primary.is-added{background:var(--accent);border-color:var(--accent);color:#fff}.product-grid-empty{box-shadow:var(--shadow);background:#fffcf9eb;border:1px solid #aa6c5e24;border-radius:24px;margin-top:1rem;padding:1.4rem 1.5rem}.product-grid-empty h3{margin:0 0 .4rem;font-family:Fraunces,serif;font-size:1.2rem}.product-grid-empty p{color:var(--text-soft);margin:0}.product-detail{grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);gap:2rem;padding:1.6rem 0 1rem;display:grid}.product-detail__content{background:#fffffff0;border:1px solid #aa6c5e1f;border-radius:28px}.product-detail__gallery{flex-direction:row;align-items:flex-start;gap:.85rem;display:flex;container-type:inline-size}.product-detail__thumb-rail{scrollbar-width:thin;scrollbar-color:var(--accent) transparent;flex-direction:column;flex-shrink:0;align-items:flex-start;gap:.55rem;width:68px;max-height:calc(100cqi - 68px - .85rem);padding-bottom:.5rem;padding-right:3px;display:flex;overflow:hidden auto}.product-detail__media{aspect-ratio:1;min-width:0;min-height:unset;cursor:zoom-in;--zoom-x:50%;--zoom-y:50%;--zoom-scale:1;background:#fff;border:1px solid #aa6c5e1f;border-radius:28px;flex:1;position:relative;overflow:hidden}.product-detail__image{object-fit:cover;object-position:center;width:100%;height:100%;transform-origin:var(--zoom-x) var(--zoom-y);transform:scale(var(--zoom-scale));will-change:transform;transition:transform .18s ease-out;position:absolute;inset:0}.product-detail__content{background:0 0;border:0;border-radius:0;align-content:start;gap:1.35rem;padding:.4rem 0 0;display:grid}.product-detail__eyebrow,.checkout-page__header span{color:var(--accent-strong);letter-spacing:.12em;text-transform:uppercase;font-size:.82rem}.product-detail__title,.checkout-page__header h1{margin:0;font-family:DM Sans,sans-serif;font-size:clamp(2rem,3.2vw,3.25rem);font-weight:700;line-height:1.02}.product-detail__price-row{flex-wrap:wrap;align-items:center;gap:.65rem;display:flex}.product-detail__price-row.is-oos strong{opacity:.38}.product-detail__oos-tag{color:#dc2626;letter-spacing:.07em;text-transform:uppercase;background:#fee2e2;border-radius:999px;align-items:center;gap:.38rem;padding:.38rem .9rem;font-size:.82rem;font-weight:700;display:inline-flex}.product-detail__badge{color:var(--text);letter-spacing:.08em;text-transform:uppercase;background:#f2b0a13d;border-radius:999px;align-items:center;padding:.35rem .75rem;font-size:.85rem;font-weight:700;display:inline-flex}.product-detail__price-row strong{font-size:2rem}.product-detail__price-row span,.checkout-page__header p{color:var(--text-soft)}.product-detail__shipping-note,.product-detail__cart-note{color:var(--text-soft);margin:-.55rem 0 0;font-size:.94rem}.product-detail__description{color:var(--text);margin:.5rem 0;font-size:1.05rem;line-height:1.6}.product-detail__option-group{gap:.8rem;display:grid}.product-detail__option-heading{flex-wrap:wrap;align-items:baseline;gap:.45rem;display:flex}.product-detail__option-heading strong{text-transform:uppercase;letter-spacing:.08em;color:var(--accent-strong);font-size:.86rem}.product-detail__option-heading span{color:var(--text-soft);font-size:1rem}.product-detail__swatches{flex-wrap:wrap;gap:.7rem;display:flex}.product-detail__swatch{appearance:none;cursor:pointer;border:1px solid #37252229;border-radius:999px;width:38px;height:38px;padding:0;transition:transform .16s,box-shadow .16s}.product-detail__swatch.is-active{transform:scale(1.04);box-shadow:0 0 0 3px #fff,0 0 0 4px #d48f808c}.product-detail__sizes{flex-wrap:wrap;gap:.65rem;display:flex}.product-detail__size-chip{appearance:none;cursor:pointer;background:#fff;border:1px solid #d48f8038;border-radius:14px;justify-content:center;align-items:center;min-width:68px;min-height:50px;padding:0 1.1rem;transition:transform .16s,border-color .16s,background-color .16s;display:inline-flex}.product-detail__size-chip.is-active{border-color:var(--accent);color:var(--accent-strong);background:#d48f801f;transform:translateY(-1px)}.product-detail__size-note{color:var(--accent-strong);margin:-.05rem 0 0;font-size:.9rem}.product-detail__thumbnail{appearance:none;cursor:pointer;background:#f8f4f2;border:2px solid #0000;border-radius:8px;flex-shrink:0;width:62px;height:62px;padding:0;transition:border-color .18s;overflow:hidden}.product-detail__thumbnail.is-active{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.product-detail__thumbnail img{object-fit:cover;object-position:center;pointer-events:none;width:100%;height:100%;display:block}.product-detail__quantity{background:#fff;border:1px solid #d48f8038;border-radius:14px;grid-template-columns:52px minmax(64px,1fr) 52px;align-items:center;width:min(272px,100%);display:inline-grid;overflow:hidden}.product-detail__quantity button,.product-detail__quantity strong{justify-content:center;align-items:center;min-height:46px;display:inline-flex}.product-detail__quantity button{cursor:pointer;color:var(--accent-strong);background:0 0;border:0;font-size:1.4rem}.product-detail__quantity strong{font-size:1rem;font-weight:600}.product-detail__purchase-notes{gap:.5rem;margin-top:-.2rem;display:grid}.product-detail__purchase-notes div{color:var(--text-soft);align-items:center;gap:.55rem;font-size:.95rem;display:flex}.product-detail__purchase-dot{background:#d48f806b;border-radius:999px;flex:none;width:10px;height:10px}.product-detail__purchase-dot.is-live{background:#6dbf51}.product-detail__specs{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;display:grid}.product-detail__specs div,.checkout-summary__rows div{background:#fffcf9cc;border:1px solid #aa6c5e1a;border-radius:18px;gap:.3rem;padding:.95rem 1rem;display:grid}.product-detail__specs span,.checkout-summary__rows span,.checkout-summary span,.checkout-item__copy span,.checkout-item__meta span{color:var(--text-soft);font-size:.86rem}.product-detail__specs strong,.checkout-summary strong{font-size:.98rem;font-weight:800}.product-detail__actions{gap:.85rem;display:grid}.product-detail__actions .button{width:100%;min-height:56px}.product-detail__actions .button--primary{background:var(--accent);box-shadow:none}.product-detail__actions .button--secondary{color:var(--accent-strong);background:#fff;border-color:#d48f8047}.checkout-page{padding:1.5rem 0 2rem}.checkout-layout{grid-template-columns:minmax(0,1.25fr) minmax(300px,.55fr);align-items:start;gap:1.4rem;display:grid}.checkout-left{gap:1.2rem;display:grid}.checkout-section{background:#fffffff0;border:1px solid #aa6c5e1f;border-radius:28px;padding:1.6rem}.checkout-section__title{color:var(--text);align-items:center;gap:.6rem;margin:0 0 1.2rem;font-size:1rem;font-weight:700;display:flex}.checkout-section__title svg{opacity:.6;flex-shrink:0}.checkout-list{gap:.8rem;display:grid}.checkout-item{background:#fffcf9d1;border:1px solid #aa6c5e1a;border-radius:20px;align-items:center;gap:1rem;padding:1rem;display:flex}.checkout-item--readonly{cursor:default}.checkout-item__thumb-button{cursor:pointer;background:0 0;border:0;flex-shrink:0;padding:0}.checkout-item__thumb{background:radial-gradient(circle at top left, #ffffff9e, transparent 24%), linear-gradient(145deg, var(--tone-a), var(--tone-b));border-radius:20px;width:80px;height:80px;overflow:hidden}.checkout-item__thumb img{object-fit:contain;object-position:center;width:100%;height:100%;display:block}.checkout-item__copy{flex:1;gap:.28rem;min-width:0;display:grid}.checkout-item__link{width:fit-content;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:0;padding:0;font-size:.97rem;font-weight:800;text-decoration:none}.checkout-item__link:hover{color:var(--accent-strong)}.checkout-item__cat{color:var(--text-soft);font-size:.8rem}.checkout-item__variant{color:var(--text-soft);align-items:center;gap:.4rem;font-size:.82rem;display:flex}.checkout-item__variant-swatch{border:1px solid #0000001a;border-radius:50%;flex-shrink:0;width:14px;height:14px;display:inline-block}.checkout-item__qty{color:var(--text-soft);font-size:.82rem;font-weight:600}.checkout-item__meta{text-align:right;flex-shrink:0;justify-items:end;gap:.25rem;display:grid}.checkout-item__meta strong{color:var(--text);font-size:1.05rem;font-weight:800}.checkout-item__meta span{color:var(--text-soft);font-size:.78rem}.checkout-form{gap:1rem;display:grid}.checkout-form__row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.checkout-form__field{gap:.4rem;display:grid}.checkout-form__field label{color:var(--text);font-size:.84rem;font-weight:700}.checkout-form__req{color:var(--accent-strong)}.checkout-form__opt{color:var(--text-soft);font-size:.78rem;font-weight:400}.checkout-form__field input,.checkout-form__field textarea{width:100%;color:var(--text);box-sizing:border-box;background:#fffcf9e6;border:1.5px solid #aa6c5e2e;border-radius:14px;outline:none;padding:.75rem 1rem;font-family:inherit;font-size:.92rem;transition:border-color .2s,box-shadow .2s}.checkout-form__field input:focus,.checkout-form__field textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px #d48f8026}.checkout-form__field textarea{resize:vertical;min-height:80px}.checkout-summary{background:#fffffff0;border:1px solid #aa6c5e1f;border-radius:28px;align-content:start;gap:1rem;padding:1.6rem;display:grid;position:sticky;top:6rem}.checkout-summary__title{color:var(--text);margin:0;font-size:1rem;font-weight:700}.checkout-summary__items{border-bottom:1px solid #aa6c5e1a;gap:.6rem;padding-bottom:.6rem;display:grid}.checkout-summary__line{justify-content:space-between;align-items:flex-start;gap:.5rem;font-size:.84rem;display:flex}.checkout-summary__line span{color:var(--text-soft);line-height:1.4}.checkout-summary__line strong{flex-shrink:0;font-weight:700}.checkout-summary__rows{gap:.6rem;display:grid}.checkout-summary__rows>div{justify-content:space-between;align-items:center;gap:.5rem;font-size:.88rem;display:flex}.checkout-summary__rows span{color:var(--text-soft)}.checkout-summary__total{border-top:1.5px solid #aa6c5e29;justify-content:space-between;align-items:center;gap:.9rem;padding-top:.6rem;font-size:1.05rem;font-weight:700;display:flex}.checkout-summary__total strong{font-size:1.2rem;font-weight:800}.checkout-summary__place-order{width:100%;margin-top:.4rem}.checkout-empty{text-align:center;background:#fffffff0;border:1px solid #aa6c5e1f;border-radius:28px;place-items:center;gap:1rem;padding:3rem 2rem;display:grid}.checkout-empty svg{opacity:.3}.checkout-empty strong{font-size:1.2rem;font-weight:800}.checkout-empty p{color:var(--text-soft);margin:0}.checkout-success{text-align:center;background:#fffffff0;border:1px solid #aa6c5e1f;border-radius:28px;place-items:center;gap:1.2rem;max-width:520px;margin:2rem auto;padding:4rem 2rem;display:grid}.checkout-success__icon{width:72px;height:72px;color:var(--accent-strong);background:linear-gradient(135deg,#fff0eb,#f8c8b966);border-radius:50%;justify-content:center;align-items:center;display:flex}.checkout-success__icon svg{width:40px;height:40px}.checkout-success h1{margin:0;font-size:2rem;font-weight:800}.checkout-success p{color:var(--text-soft);margin:0;line-height:1.6}@keyframes mega-menu-reveal{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes text-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.service-section{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;padding:1rem 0 2.4rem;display:grid}.service-card--highlight{background:linear-gradient(135deg,#fff2ecf5,#f8aa9938),#fffcf9e0}.newsletter-section{border-radius:32px;grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);align-items:center;gap:1rem;margin:0 auto 2rem;padding:2rem;display:grid}.newsletter-form{gap:.8rem;display:flex}.newsletter-form input{border:1px solid var(--border);background:#ffffffe6;border-radius:999px;flex:1;min-height:54px;padding:0 1rem}.newsletter-form button{color:#fff;background:linear-gradient(135deg,#cf8778,#ebb0a3);border:0;border-radius:999px;min-width:150px;font-weight:700}.site-utility-panel__wish-price{color:var(--text);font-size:.95rem;font-weight:800}.site-utility-panel__wish-actions{flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.2rem;display:flex}.site-utility-panel__add-to-cart{background:var(--accent-strong,#b05a4e);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:999px;padding:.45rem 1rem;font-family:inherit;font-size:.8rem;font-weight:700;transition:background .2s,transform .15s}.site-utility-panel__add-to-cart:hover{background:color-mix(in srgb, var(--accent-strong) 85%, #000);transform:translateY(-1px)}.site-utility-panel__empty-icon{opacity:.25;width:56px;height:56px;margin-bottom:.2rem}.site-utility-panel__empty-cta{width:100%;margin-top:.4rem}.category-sort-bar{flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:.9rem;display:flex}.category-sort-bar__label{color:var(--text-soft);text-transform:uppercase;letter-spacing:.07em;white-space:nowrap;font-size:.82rem;font-weight:700}.category-sort-bar__options{flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}.category-sort-bar__option{color:var(--text-soft);cursor:pointer;white-space:nowrap;background:#fffcf9cc;border:1.5px solid #aa6c5e2e;border-radius:999px;padding:.42rem 1rem;font-family:inherit;font-size:.82rem;font-weight:600;transition:border-color .2s,background .2s,color .2s}.category-sort-bar__option:hover{border-color:var(--accent);color:var(--accent-strong);background:#d48f800f}.category-sort-bar__option.is-active{border-color:var(--accent-strong);background:var(--accent-strong);color:#fff}.category-sort-bar__select{display:none}.site-footer{background:var(--surface);border-top:1px solid var(--border);margin-top:.5rem}.site-footer__inner{grid-template-columns:1.6fr 2fr;gap:3rem;padding:3rem 0 2rem;display:grid}.site-footer__cols-row{grid-template-columns:1fr 1fr;gap:3rem;display:grid}.site-footer__copy--mobile{display:none}.site-footer__brand{align-content:start;gap:.9rem;display:grid}.site-footer__logo{object-fit:contain;width:auto;height:52px;display:block}.site-footer__desc{color:var(--text-soft);max-width:300px;font-size:.9rem;line-height:1.65}.site-footer__copy{color:var(--text-soft);opacity:.6;margin-top:.4rem;font-size:.78rem}.site-footer__col{align-content:start;gap:1rem;display:grid}.site-footer__col-title{color:var(--text);letter-spacing:-.01em;margin:0;font-family:Fraunces,serif;font-size:1rem;font-weight:600}.site-footer__nav{gap:.5rem;display:grid}.site-footer__nav-link{color:var(--text-soft);font-size:.88rem;text-decoration:none;transition:color .2s}.site-footer__nav-link:hover{color:var(--accent-strong)}.site-footer__socials{gap:.55rem;display:grid}.site-footer__social-link{color:var(--text-soft);align-items:center;gap:.65rem;font-size:.88rem;text-decoration:none;transition:color .2s,transform .2s;display:inline-flex}.site-footer__social-link:hover{color:var(--social-color,var(--accent-strong));transform:translate(3px)}.site-footer__social-icon{width:34px;height:34px;color:var(--social-color,var(--text-soft));background:#0000000a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;transition:background .2s,transform .2s;display:flex}.site-footer__social-link:hover .site-footer__social-icon{background:color-mix(in srgb, var(--social-color,var(--accent)) 12%, transparent);transform:scale(1.08)}.social-widget{z-index:30;flex-direction:column;gap:.3rem;display:flex;position:fixed;top:50%;right:0;transform:translateY(-50%)}.social-widget__toggle{display:none}@keyframes socialIn{0%{opacity:0;transform:translate(80px)}to{opacity:1;transform:translate(0)}}@keyframes socialInUp{0%{opacity:0;transform:translateY(20px)scale(.8)}to{opacity:1;transform:translateY(0)scale(1)}}.social-widget__item{background:var(--gradient,var(--bg,#333));height:44px;color:var(--color,#fff);animation:.55s cubic-bezier(.22,1,.36,1) both socialIn;animation-delay:calc(var(--i) * .1s + .15s);border-radius:22px 0 0 22px;align-items:center;gap:.55rem;padding:0 10px 0 14px;text-decoration:none;transition:transform .22s cubic-bezier(.22,1,.36,1),box-shadow .22s;display:flex;box-shadow:-3px 3px 14px #00000038}.social-widget__item:hover{transform:translate(-5px);box-shadow:-6px 5px 22px #0000004d}.social-widget__label{letter-spacing:.01em;color:#fff;white-space:nowrap;font-size:.8rem;font-weight:700}.social-widget__icon{color:#fff;flex-shrink:0;justify-content:center;align-items:center;display:flex}.loading-screen{z-index:99999;background:#fdf6f0;place-items:center;display:grid;position:fixed;inset:0}.loading-screen__inner{flex-direction:column;align-items:center;gap:.5rem;animation:.6s both loadFadeIn;display:flex}@keyframes loadFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.loading-screen__logo-mark{color:#b05a4e;width:64px;height:64px;margin-bottom:.5rem;animation:1.8s ease-in-out infinite loadPulse}@keyframes loadPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(.96)}}.loading-screen__brand{letter-spacing:-.02em;color:#3d2219;margin:0;font-size:1.5rem;font-weight:800}.loading-screen__tagline{letter-spacing:.14em;text-transform:uppercase;color:#b05a4e;opacity:.85;margin:0;font-size:.82rem}.loading-screen__dots{gap:.4rem;margin-top:1.2rem;display:flex}.loading-screen__dots span{background:#b05a4e;border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite loadDot}.loading-screen__dots span:nth-child(2){animation-delay:.2s}.loading-screen__dots span:nth-child(3){animation-delay:.4s}@keyframes loadDot{0%,80%,to{opacity:.2;transform:scale(.8)}40%{opacity:1;transform:scale(1.2)}}.state-screen{place-items:center;min-height:100vh;padding:1rem;display:grid}.state-card{border-radius:30px;max-width:620px;padding:2rem}.state-card--error{border-color:#a7473633}@media (width<=1100px){.site-header__top,.category-page__heading-row,.product-detail,.hero-section,.editorial-section,.newsletter-section{grid-template-columns:1fr}.site-actions,.site-nav{justify-content:flex-start}.page-shell{width:min(1180px,100% - 2rem)}.site-header__top{gap:1.15rem}.site-nav{flex-wrap:wrap}.site-actions{padding-left:0}.site-utility-panel{width:min(420px,100vw)}.site-header__mega{position:static}.site-mega-menu{box-shadow:none;grid-template-columns:repeat(2,minmax(0,1fr));padding:1.5rem}.category-page-menu,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-page__heading-row{padding:1.2rem}.category-page__meta{text-align:left;min-width:0}.product-detail__specs{grid-template-columns:1fr}.product-detail__media{min-height:unset}.checkout-summary{position:static}.checkout-layout{grid-template-columns:1fr}}.site-mobile-menu-btn{display:none}.site-utility-backdrop{display:block}.site-mobile-drawer{display:none}@media (width<=760px){.page-shell{width:calc(100% - 1.4rem)}.site-header__top{grid-template:"hamburger brand actions""search search search"/44px 1fr auto;align-items:center;gap:0;padding:0;display:grid}.site-mobile-menu-btn{width:44px;height:44px;color:var(--text);background:0 0;border:0;border-radius:12px;flex-shrink:0;grid-area:hamburger;justify-content:center;align-items:center;padding:0;display:inline-flex}.site-mobile-menu-btn svg{width:22px;height:22px}.site-mobile-menu-btn:active{background:var(--bg-soft)}.site-brand{grid-area:brand;justify-content:center;margin-right:0;padding:.65rem 0}.site-brand__logo{width:auto;height:38px}.site-search-stack{border-top:1px solid var(--border);grid-area:search;width:100%;padding:.5rem .7rem .65rem}.site-actions{min-width:unset;grid-area:actions;padding-right:.1rem}.site-header__bottom{display:none}.site-utility-backdrop{z-index:199;pointer-events:auto;background:#1e12106b;animation:.22s forwards backdropFadeIn;display:block;position:fixed;inset:0}@keyframes backdropFadeIn{0%{opacity:0}to{opacity:1}}.site-utility-panel{border-left:0;border-top:1px solid var(--border);z-index:200;border-radius:20px 20px 0 0;width:100%;max-height:78svh;animation:.26s cubic-bezier(.25,.46,.45,.94) forwards panelSlideUp;position:fixed;inset:auto 0 0}@keyframes panelSlideUp{0%{opacity:.7;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.site-search-panel{border-top:none;border-radius:0 0 16px 16px;margin-top:0;top:100%;left:-.7rem;right:-.7rem;box-shadow:0 16px 32px #765c5829}.site-search-panel--two-col{grid-template-columns:1fr}.site-search-panel__right{display:none}.site-search-panel__left{border-right:none}.site-search{border-radius:14px;width:100%;max-width:100%}.site-search button{display:none}.site-mobile-drawer{z-index:200;display:block;position:fixed;inset:0}.site-mobile-drawer__backdrop{-webkit-backdrop-filter:blur(4px);background:#1e12107a;animation:.22s forwards mDrawerFadeIn;position:absolute;inset:0}@keyframes mDrawerFadeIn{0%{opacity:0}to{opacity:1}}@keyframes mDrawerSlideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}.site-mobile-drawer__panel{background:var(--bg);flex-direction:column;width:min(82vw,340px);animation:.28s cubic-bezier(.25,.46,.45,.94) forwards mDrawerSlideIn;display:flex;position:absolute;top:0;bottom:0;left:0;overflow-y:auto;box-shadow:8px 0 40px #3c231e2e}.site-mobile-drawer__head{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 1.2rem;display:flex}.site-mobile-drawer__logo{width:auto;height:44px;display:block}.site-mobile-drawer__close{background:var(--bg-soft);width:40px;height:40px;color:var(--text);border:0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.site-mobile-drawer__close svg{width:18px;height:18px}.site-mobile-drawer__nav{flex:1;padding:.5rem 0 2rem;overflow-y:auto}.site-mobile-drawer__group{border-bottom:1px solid var(--border)}.site-mobile-drawer__item{width:100%;color:var(--text);letter-spacing:.04em;text-align:left;text-transform:uppercase;background:0 0;border:0;justify-content:space-between;align-items:center;padding:.95rem 1.3rem;font-size:.95rem;font-weight:600;display:flex}.site-mobile-drawer__item:active{background:var(--bg-soft)}.site-mobile-drawer__chevron{width:18px;height:18px;color:var(--accent);flex-shrink:0;transition:transform .2s}.site-mobile-drawer__item.is-expanded .site-mobile-drawer__chevron{transform:rotate(180deg)}.site-mobile-drawer__sub{background:#d48f800a;flex-direction:column;padding:.2rem 0 .8rem;display:flex}.site-mobile-drawer__sub-all{color:var(--accent-strong);text-align:left;text-transform:capitalize;background:0 0;border:0;padding:.7rem 1.6rem;font-size:.85rem;font-weight:700}.site-mobile-drawer__sub-link{color:var(--text-soft);text-align:left;background:0 0;border:0;padding:.6rem 1.6rem;font-size:.88rem;font-weight:500}.site-mobile-drawer__sub-link:active{background:var(--bg-soft);color:var(--accent-strong)}.hero-metrics,.hero-spotlights,.banner-grid,.category-page-menu,.service-section{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.product-card__body{padding:.65rem .5rem .75rem}.product-card__body h3{margin-bottom:.4rem;font-size:.82rem}.product-card__body p{display:none}.product-card__meta{margin-bottom:.3rem;font-size:.72rem}.product-card__button{min-height:38px;padding:.55rem .6rem;font-size:.75rem}.product-card__badge{padding:.3rem .7rem;font-size:.72rem;top:.6rem;left:auto;right:.6rem}.product-card__wishlist{width:32px;height:32px;top:.6rem;right:.6rem}.product-card__swatches{gap:4px;bottom:.6rem;right:.6rem}.product-card__swatch{width:14px;height:14px}.category-grid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-direction:row;gap:.8rem;padding-bottom:.4rem;display:flex;overflow-x:auto}.category-grid::-webkit-scrollbar{display:none}.category-card{scroll-snap-align:start;flex:0 0 calc(50vw - 1.4rem);min-width:0}.product-detail__gallery{flex-direction:column}.product-detail__media{aspect-ratio:1;width:100%;min-height:unset;border-radius:20px;order:1}.product-detail__thumb-rail{flex-direction:row;order:2;width:100%;max-height:none;padding-bottom:.5rem;padding-right:0;overflow:auto hidden}.product-detail__thumbnail{border-radius:8px;width:56px;height:56px}.product-detail__specs{grid-template-columns:1fr}.product-detail__actions .button{width:100%}.hero-banner{border-radius:20px;height:480px;min-height:480px;max-height:480px}.hero-banner__content{max-width:100%;padding:2rem 0}.hero-banner__overlay{background:linear-gradient(#fff8f34d 0%,#fff8f300 28%,#22181733 100%)}.hero-banner__button{width:100%;max-width:280px}.hero-banner-slider__nav{width:40px;height:40px;margin-top:-20px}.hero-banner-slider__nav--prev{left:.7rem}.hero-banner-slider__nav--next{right:.7rem}.hero-section{padding-top:1.5rem}.hero-visual__canvas{border-radius:20px;min-height:300px}.section-heading h2{font-size:1.5rem}.newsletter-form{flex-direction:column;gap:.6rem}.newsletter-form input{border-radius:12px}.newsletter-form button{border-radius:12px;width:100%}.site-utility-panel{z-index:200;border-radius:24px 24px 20px 20px;width:auto;max-height:72vh;position:fixed;inset:auto .6rem 72px;box-shadow:0 -8px 40px #765c5833}.site-utility-panel__header,.site-utility-panel__footer--cart{padding-left:1rem;padding-right:1rem}.site-utility-panel__heading--cart strong{font-size:1.55rem}.site-utility-panel__item{grid-template-columns:48px minmax(0,1fr) auto;gap:.7rem}.site-utility-panel__item--cart{grid-template-columns:64px minmax(0,1fr) 26px;gap:.8rem}.site-utility-panel__thumb{border-radius:14px;width:48px;height:60px}.site-utility-panel__item--cart .site-utility-panel__thumb{width:64px;height:76px}.site-utility-panel__title-row{gap:.7rem}.site-utility-panel__view-cart{font-size:.88rem}.site-utility-panel__stepper button{width:34px;height:34px}.site-utility-panel__stepper strong{min-width:34px;height:34px}.site-utility-panel__checkout{min-height:52px;font-size:.96rem}.site-utility-panel__meta{min-width:44px}.checkout-item{grid-template-columns:82px minmax(0,1fr);align-items:start;display:grid}.checkout-item__meta{text-align:left;justify-items:start}.product-grid-toolbar{flex-direction:column;align-items:flex-start;gap:.5rem}.category-sort-bar__options{display:none}.category-sort-bar__select{color:var(--text);cursor:pointer;background:#fffcf9e6;border:1.5px solid #aa6c5e33;border-radius:14px;outline:none;padding:.5rem 1rem;font-family:inherit;font-size:.88rem;font-weight:600;display:block}.checkout-form__row{grid-template-columns:1fr}.checkout-section,.checkout-summary{border-radius:20px;padding:1.2rem}.site-footer__inner{grid-template-columns:1fr;gap:0;padding:0 0 1rem}.site-footer__brand{text-align:center;border-bottom:1px solid var(--border);justify-items:center;padding:1.8rem 1.2rem 1.6rem}.site-footer__desc{max-width:100%;font-size:.85rem}.site-footer__cols-row{grid-template-columns:1fr 1fr;display:grid}.site-footer__col{border-bottom:1px solid var(--border);padding:1.4rem 1.2rem}.site-footer__col:first-of-type{border-right:1px solid var(--border)}.site-footer__socials{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}.site-footer__social-link{gap:.45rem;font-size:.82rem}.site-footer__social-icon{width:30px;height:30px}.site-footer__copy--desktop{display:none}.site-footer__copy--mobile{text-align:center;color:var(--text-soft);opacity:.6;margin:0;padding:1rem 1.2rem .5rem;font-size:.75rem;display:block}.social-widget{flex-direction:column-reverse;align-items:flex-end;gap:.5rem;top:auto;bottom:20px;right:16px;transform:none}.social-widget__toggle{background:var(--accent-strong,#b05a4e);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 18px #00000040}.social-widget__toggle:hover{transform:scale(1.08);box-shadow:0 6px 24px #0000004d}.social-widget__item{height:44px;animation:.4s cubic-bezier(.22,1,.36,1) both socialInUp;animation-delay:calc(var(--i) * 70ms);border-radius:22px;padding:0 12px;display:none;box-shadow:0 4px 14px #00000038}.social-widget.is-open .social-widget__item{display:flex}.social-widget__label{font-size:.78rem}.site-mega-menu{grid-template-columns:1fr}}
