:root{color-scheme:light;--bg:#f6f6f3;--paper:#fff;--ink:#171717;--muted:#6c6a64;--quiet:#8a877f;--line:#dedbd2;--soft:#ecebe6;--accent:#53483a}*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--bg);color:var(--ink)}a{color:inherit;text-decoration:none}a:hover{color:var(--accent)}img{max-width:100%}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.topbar{position:-webkit-sticky;position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:1rem 2rem;border-bottom:1px solid var(--line);background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.topbar h1{margin:.1rem 0 0;font-size:1rem;font-weight:500}.storefront-logo{display:inline-flex;color:var(--ink);font-size:1.15rem;font-weight:700;letter-spacing:.04em}.eyebrow,.tag{margin:0;color:var(--quiet);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:0}.shell{width:min(100%,1480px);margin:0 auto;padding:1.4rem 2rem 4rem}.page-shell{display:grid;grid-gap:3rem;gap:3rem}.hero{display:grid;grid-gap:.9rem;gap:.9rem;padding:2.8rem 0 2rem;border-bottom:1px solid var(--line)}.hero h2{margin:0;max-width:900px;font-family:Georgia,Times New Roman,serif;font-size:3.4rem;font-weight:400;line-height:1}.hero p{margin:0;max-width:680px;color:var(--muted);font-size:1rem;line-height:1.65}.editorial-hero{min-height:260px;align-content:end}.hero-with-image{grid-template-columns:minmax(280px,.92fr) minmax(320px,.88fr);gap:2rem;align-items:stretch;min-height:min(720px,calc(100vh - 5rem));overflow:hidden}.hero-copy{display:grid;grid-gap:.9rem;gap:.9rem}.page-hero-media{display:grid;place-items:center;width:100%;height:clamp(460px,72vh,680px);overflow:hidden;background:var(--soft)}.page-hero-image{display:block;width:100%;height:100%;object-fit:contain;object-position:center}.collection-module,.curated-home-section{display:grid;grid-gap:1.1rem;gap:1.1rem}.collection-hero,.curated-home-section>header{display:grid;grid-gap:.4rem;gap:.4rem;max-width:820px}.collection-hero h3,.curated-home-section h3,.story-feature h3{margin:0;font-family:Georgia,Times New Roman,serif;font-size:2rem;font-weight:400;line-height:1.08}.collection-hero p,.curated-home-section header p,.story-feature p{margin:0;color:var(--muted);line-height:1.55}.story-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:1.2rem;gap:1.2rem}.story-feature{display:grid;grid-gap:.55rem;gap:.55rem}.story-feature-image-link{display:block;overflow:hidden;background:var(--soft)}.story-feature-image{display:block;width:100%;aspect-ratio:4/5;object-fit:cover;transition:transform .22s ease}.story-feature-image-link:hover .story-feature-image{transform:scale(1.018)}.collection-hero-image{width:100%;aspect-ratio:16/9;max-height:660px;object-fit:contain;object-position:center;background:var(--soft)}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));grid-gap:2rem 1.2rem;gap:2rem 1.2rem}.product-card{display:grid;grid-gap:.75rem;gap:.75rem;min-width:0}.product-card-image-link{display:block;overflow:hidden;background:var(--soft)}.product-card img{display:block;width:100%;aspect-ratio:4/5;object-fit:cover;transition:transform .22s ease}.product-card-image-link:hover img{transform:scale(1.018)}.product-card-body{display:grid;grid-gap:.34rem;gap:.34rem;min-width:0}h3,h4,h5,p{margin-top:0;margin-bottom:0}.product-card h4{font-size:.98rem;font-weight:500;line-height:1.35}.price-line,.product-card-title-link{color:var(--ink)}.price-line{display:flex;gap:.45rem;align-items:baseline;flex-wrap:wrap}.price-line strong{font-size:.95rem;font-weight:600}.merchant-line,.price-line span,.related-inline{color:var(--muted);font-size:.86rem}.product-card-actions{display:flex;align-items:center;gap:.7rem;flex-wrap:wrap;padding-top:.25rem}.back-link a,.browse-pagination a,.cta-link,.quick-view-close,.quick-view-trigger,.text-cta{display:inline-flex;align-items:center;justify-content:center;min-height:2.35rem;border:1px solid var(--ink);border-radius:0;padding:.55rem .85rem;background:transparent;color:var(--ink);font:inherit;font-size:.82rem;cursor:pointer}.cta-strong{background:var(--ink);color:var(--paper)}.text-cta{width:max-content;min-height:auto;border:0;border-bottom:1px solid var(--ink);padding:0 0 .14rem;font-size:.92rem;font-weight:600}.quick-view-trigger{border-color:var(--line)}.quick-view-modal{position:fixed;inset:0;display:none;align-items:center;justify-content:center;padding:1.2rem;z-index:90}.quick-view-modal-open{display:flex}.quick-view-overlay{position:absolute;inset:0;border:0;background:hsla(0,0%,5%,.58);cursor:pointer}.quick-view-panel{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);width:min(980px,calc(100vw - 2rem));max-height:calc(100vh - 2rem);overflow:hidden;background:var(--paper);box-shadow:0 28px 80px rgba(0,0,0,.22)}.quick-view-media{position:relative;display:grid;place-items:center;min-height:520px;overflow:hidden;background:var(--soft);touch-action:pan-y}.quick-view-image{display:block;width:100%;height:100%;max-height:calc(100vh - 2rem);object-fit:contain}.quick-view-arrow{position:absolute;top:50%;z-index:3;display:grid;place-items:center;width:2.7rem;height:2.7rem;border:1px solid hsla(0,0%,9%,.22);background:hsla(0,0%,100%,.78);color:var(--ink);font:inherit;font-size:2rem;line-height:1;cursor:pointer;transform:translateY(-50%)}.quick-view-arrow-prev{left:.8rem}.quick-view-arrow-next{right:.8rem}.quick-view-details{display:grid;align-content:start;grid-gap:1.2rem;gap:1.2rem;padding:2rem;overflow-y:auto}.quick-view-header{display:grid;grid-gap:.45rem;gap:.45rem}.quick-view-header h5{font-family:Georgia,Times New Roman,serif;font-size:1.8rem;font-weight:400;line-height:1.08}.quick-view-description{color:var(--muted);line-height:1.65}.price-line.emphasized strong{font-size:1.08rem}.quick-view-close{justify-self:start;margin-top:.5rem}.collection-empty-state,.mini-shop-card,.story-shop-module{border-top:1px solid var(--line);padding-top:1rem}.story-shop-module{display:grid;grid-gap:1rem;gap:1rem}.story-shop-items{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1rem;gap:1rem}.mini-shop-card{display:grid;grid-gap:.4rem;gap:.4rem}.collection-empty-state{color:var(--muted)}.browse-pagination{display:flex;justify-content:space-between;gap:1rem;border-top:1px solid var(--line);padding-top:1.2rem}.back-link{margin:0 0 1rem}.deal-callout,.deal-pill,.deals-strip,.editorial-intro,.home-highlights,.placeholder-grid,.placeholder-module,.promo,.related-row,.surface-signals,.taxonomy-note,.taxonomy-support{display:none}@media (max-width:920px){.topbar{padding:.9rem 1rem}.shell{padding:1rem 1rem 3rem}.hero{padding-top:2rem}.hero h2{font-size:2.55rem}.hero-with-image,.quick-view-panel{grid-template-columns:1fr}.hero-with-image{min-height:0}.page-hero-media{height:clamp(360px,70vh,560px)}.quick-view-media{min-height:360px}}@media (max-width:560px){.topbar h1{font-size:.92rem}.hero h2{font-size:2.1rem}.product-grid,.story-grid{grid-template-columns:1fr}.quick-view-modal{padding:0}.quick-view-panel{width:100vw;max-height:100vh}.page-hero-media{height:clamp(340px,64vh,500px)}.quick-view-details{padding:1.2rem}.quick-view-arrow{width:2.35rem;height:2.35rem;font-size:1.65rem}}.storefront-brand-lockup{min-width:0;flex:0 0 auto}.storefront-nav-shell{gap:1rem;flex:1 1 520px}.storefront-nav-panel,.storefront-nav-shell{min-width:0;display:flex;align-items:center;justify-content:flex-end}.storefront-nav-panel{gap:1.35rem}.primary-nav,.secondary-nav{display:flex;align-items:center;gap:1.1rem;flex-wrap:wrap;justify-content:flex-end}.nav-static-item,.primary-nav a,.secondary-nav a,.secondary-nav summary{border:0;background:transparent;padding:0;color:var(--ink);font-size:.82rem;text-transform:uppercase;letter-spacing:0;cursor:pointer}.primary-nav a[aria-current=page],.secondary-nav a[aria-current=page]{border-bottom:1px solid var(--ink)}.nav-tree-item{position:relative}.nav-tree-item summary{list-style:none;white-space:nowrap}.nav-tree-item summary::-webkit-details-marker{display:none}.nav-tree-item summary:after{content:"+";margin-left:.35rem}.nav-submenu{position:absolute;right:0;z-index:60;display:grid;grid-gap:.7rem;gap:.7rem;min-width:220px;margin-top:.7rem;padding:1rem;border:1px solid var(--line);background:var(--paper);box-shadow:0 18px 42px rgba(0,0,0,.1)}.nav-submenu .nav-submenu{position:static;min-width:0;margin-top:.4rem;padding:.4rem 0 0 .7rem;border:0;border-left:1px solid var(--line);box-shadow:none}.storefront-nav-menu{display:block;position:relative;flex:0 0 auto}.storefront-nav-menu>summary{display:inline-grid;place-items:center;width:2.35rem;min-height:2.35rem;list-style:none;border:0;padding:0;background:transparent;color:var(--ink);font-size:.82rem;text-transform:uppercase;cursor:pointer}.storefront-nav-menu>summary::-webkit-details-marker{display:none}.menu-icon{display:grid;grid-gap:.25rem;gap:.25rem;width:1.35rem}.menu-icon span{display:block;height:1px;background:var(--ink)}.storefront-nav-menu .storefront-nav-panel{position:absolute;right:0;top:calc(100% + .75rem);width:min(380px,calc(100vw - 1.6rem));display:grid;justify-items:stretch;align-items:stretch;grid-gap:1rem;gap:1rem;padding:1rem;border:1px solid var(--line);background:var(--paper);box-shadow:0 20px 54px rgba(0,0,0,.16);z-index:80}.storefront-nav-menu:not([open]) .storefront-nav-panel{display:none}.storefront-nav-menu .primary-nav,.storefront-nav-menu .secondary-nav{display:grid;justify-content:stretch;grid-gap:.9rem;gap:.9rem}.storefront-nav-menu .nav-submenu,.storefront-nav-menu .nav-tree-item{position:static;width:100%;min-width:0;box-shadow:none}@media (max-width:980px){.storefront-nav-desktop{display:none}}@media (max-width:560px){.topbar{grid-gap:.8rem;gap:.8rem;display:grid;grid-template-columns:minmax(0,1fr) auto}}