:root{--ink:#163128;--ink-muted:#51645d;--canvas:#f4f0e8;--canvas-strong:#ece6d9;--panel:#fbf7f0;--line:rgba(22,49,40,0.14);--accent:#d96b54;--accent-soft:#f6d9d0;--success:#2d4e40;--shadow:0 24px 64px rgba(22,49,40,0.12);--radius-xl:28px;--radius-lg:22px;--radius-md:18px;--max-width:1240px;--touch-target:44px;--gutter:1rem;--section-space:2.75rem;--section-space-lg:4rem;--card-padding:1.25rem;--hero-media-height:19rem;--detail-media-height:21rem}*{box-sizing:border-box;min-width:0}html{scroll-behavior:smooth}body[data-embedded-preview=mobile-preview],html[data-embedded-preview=mobile-preview]{overscroll-behavior-y:none}body{margin:0;min-width:320px;background:radial-gradient(circle at top left,rgba(217,107,84,.08),transparent 24%),linear-gradient(180deg,#f7f3ec 0,var(--canvas) 100%);color:var(--ink);font-family:var(--font-body),sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}img{display:block;max-width:100%}.site-frame{display:flex;min-height:100vh;flex-direction:column}.site-frame>main{flex:1 0 auto}.container{width:min(var(--max-width),calc(100% - (var(--gutter) * 2)));margin:0 auto}.section{padding:var(--section-space) 0}.section-copy,.section-header__content{display:flex;flex-direction:column;gap:1rem}.section-copy .section-lead,.section-header__content .section-lead{margin:0}.section-header{display:flex;flex-direction:column;gap:1rem;align-items:flex-start}.section-grid{margin-top:1.75rem}.eyebrow{display:none;align-items:center;gap:.5rem;padding:.45rem .8rem;border:1px solid var(--line);border-radius:999px;color:var(--ink-muted);background:rgba(255,255,255,.56);font-size:.9rem;letter-spacing:.02em}.display{font-size:clamp(2.9rem,14vw,4.5rem);line-height:.95}.display,.section-title{margin:0;font-family:var(--font-display),serif;letter-spacing:-.05em}.section-title{font-size:clamp(2.2rem,10vw,3.4rem);line-height:.98}.section-lead{margin:1rem 0 0;max-width:42rem;color:var(--ink-muted);font-size:1rem;line-height:1.65}.button-row{display:flex;flex-direction:column;gap:.75rem;width:100%}.button-row>*{width:100%}.button{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:max(var(--touch-target),3.1rem);padding:.85rem 1.2rem;border-radius:999px;border:1px solid transparent;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background-color .16s ease}.button:hover{transform:translateY(-1px)}.button-primary{background:var(--ink);color:white;box-shadow:0 14px 30px rgba(22,49,40,.18)}.button-secondary{border-color:var(--line);background:rgba(255,255,255,.7);color:var(--ink)}.button-accent{background:var(--accent);color:white;box-shadow:0 14px 30px rgba(217,107,84,.24)}.button-tertiary{width:-moz-fit-content;width:fit-content;min-height:auto;padding:0;border-radius:0;border:0;background:transparent;box-shadow:none;border-bottom:1px solid;color:var(--accent)}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:rgba(247,243,236,.86);border-bottom:1px solid rgba(22,49,40,.08)}.site-header__inner{display:grid;grid-gap:.8rem;gap:.8rem;padding-block:.95rem;position:relative}.site-search-bar{padding:.75rem 0 .9rem;background:#1a5133;border-bottom:1px solid rgba(255,255,255,.08)}.site-search-form{display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-gap:.75rem;gap:.75rem;align-items:center;padding:.45rem;border:1px solid var(--line);border-radius:1rem;background:rgba(255,255,255,.92);box-shadow:0 16px 32px rgba(22,49,40,.12)}.site-search-store{position:relative;display:flex;align-items:center;justify-self:start;min-height:var(--touch-target)}.site-search-store__label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-search-store__trigger{width:auto;min-width:max-content;min-height:var(--touch-target);padding:.4rem .85rem;border:0;border-right:1px solid rgba(22,49,40,.12);outline:none;background:transparent;color:var(--ink);cursor:pointer;font:inherit;text-align:left}.site-search-store:after{content:none}.site-search-store__trigger-text{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.site-search-menu{position:absolute;top:calc(100% + .45rem);left:0;z-index:30;display:grid;grid-gap:.2rem;gap:.2rem;width:min(21rem,calc(100vw - 2rem));max-height:min(22rem,60vh);padding:.5rem;overflow-y:auto;border:1px solid var(--line);border-radius:1rem;background:rgba(255,255,255,.98);box-shadow:0 24px 40px rgba(22,49,40,.18)}.site-search-menu__heading{padding:.35rem .65rem .25rem;color:var(--ink-muted);font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.site-search-menu__heading--strong{color:var(--ink);font-weight:700}.site-search-menu__path{padding:.3rem .65rem .15rem;color:var(--ink-muted);font-size:.92rem;line-height:1.3}.site-search-menu__item{display:block;width:100%;padding:.7rem .85rem;border:0;border-radius:.85rem;background:transparent;color:var(--ink);cursor:pointer;font:inherit;text-align:left}.site-search-menu__item:focus-visible,.site-search-menu__item:hover{outline:none;background:rgba(22,49,40,.08)}.site-search-menu__item--back{border-bottom:1px solid rgba(22,49,40,.08);border-radius:.85rem .85rem .35rem .35rem;margin-bottom:.1rem}.site-search-menu__item--strong{font-weight:700}.site-search-form input{width:100%;min-height:var(--touch-target);padding:.4rem .85rem;border:0;outline:none;background:transparent;color:var(--ink)}.site-search-form input::placeholder{color:var(--ink-muted)}.site-search-button{display:inline-flex;align-items:center;justify-content:center;width:max(var(--touch-target),3rem);height:max(var(--touch-target),3rem);border:0;border-radius:999px;background:var(--ink);color:white;box-shadow:0 14px 30px rgba(22,49,40,.24);cursor:pointer}.site-search-button svg{width:1.15rem;height:1.15rem}.brand{display:inline-flex;align-items:center;gap:.85rem;padding-right:6.5rem}.brand__mark{width:48px;height:48px;flex:0 0 auto}.brand__mark-image,.brand__mark-placeholder{width:100%;height:100%;display:block}.brand__mark-placeholder{border-radius:18px;background:linear-gradient(135deg,rgba(22,49,40,.12),rgba(22,49,40,.04))}.brand__mark-image{object-fit:contain}.brand__wordmark{display:flex;min-width:0;flex-direction:column;gap:.1rem}.brand__title{font-family:var(--font-display),serif;font-size:clamp(1.45rem,6vw,1.75rem);line-height:.95;letter-spacing:-.04em}.brand__meta--placeholder,.brand__title--placeholder{display:block;border-radius:999px;background:linear-gradient(135deg,rgba(22,49,40,.12),rgba(22,49,40,.04))}.brand__title--placeholder{width:10rem;height:1.5rem}.brand__meta{color:var(--ink-muted);font-size:.88rem}.brand__meta--placeholder{width:7rem;height:.8rem}.site-nav{display:none;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.site-nav a{display:inline-flex;align-items:center;justify-content:center;min-height:var(--touch-target);padding:.7rem 1rem;border-radius:999px;color:var(--ink-muted)}.site-nav a:hover,.site-nav a[data-active=true]{background:rgba(22,49,40,.06);color:var(--ink)}.header-shop-icon-frame,.site-nav__shop-icon-frame{position:relative;display:none;overflow:hidden;width:1.6rem;height:1.6rem;flex:0 0 auto}.header-shop-icon-frame{display:inline-flex}.header-shop-icon,.site-nav__shop-icon{width:100%;height:100%;object-fit:contain;transform-origin:center}.header-actions{position:absolute;top:.95rem;right:0;display:flex;align-items:center;gap:.45rem}.header-chip{align-items:center;justify-content:center;gap:.55rem;width:2.75rem;min-width:2.75rem;min-height:2.75rem;padding:0;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.66);color:var(--ink)}.header-chip,.header-chip--shop{display:inline-flex}.header-chip__label{display:none}.header-account-icon-frame{position:relative;overflow:hidden;width:1.5rem;height:1.5rem;flex:0 0 auto}.header-account-icon{width:100%;height:100%;object-fit:contain;transform-origin:center}.header-cart-icon{display:inline-flex;align-items:center;justify-content:center}.header-cart-icon,.header-cart-icon-frame{position:relative;width:1.5rem;height:1.5rem}.header-cart-icon-frame{overflow:hidden;flex:0 0 auto}.header-cart-icon-image{width:100%;height:100%;object-fit:contain;transform-origin:center}.header-bag{position:relative;width:1.4rem;height:1.2rem;border:2px solid;border-radius:.28rem .28rem .38rem .38rem}.header-bag:before{content:"";position:absolute;inset:-.6rem .26rem auto;height:.7rem;border:2px solid;border-bottom:0;border-radius:.8rem .8rem 0 0}.header-badge{position:absolute;left:-.22rem;bottom:-.18rem;display:inline-flex;align-items:center;justify-content:center;min-width:.9rem;min-height:.9rem;padding:0 .22rem;border-radius:999px;background:#d4473f;color:white;font-size:.58rem;font-weight:700;line-height:1}.page-hero{padding:var(--section-space) 0}.hero-grid{display:grid;grid-gap:1.25rem;gap:1.25rem;align-items:stretch}.hero-copy{display:flex;flex-direction:column;gap:1.35rem}.hero-copy p{margin:0;color:var(--ink-muted);font-size:1rem;line-height:1.7}.hero-card{position:relative;overflow:hidden;min-height:var(--hero-media-height);border-radius:var(--radius-xl);border:1px solid rgba(255,255,255,.6);background:linear-gradient(145deg,rgba(255,255,255,.72),rgba(255,255,255,.18)),linear-gradient(180deg,#efe7db,#e4dacb);box-shadow:var(--shadow)}.hero-card:after{content:"";position:absolute;inset:auto -5rem -5rem auto;width:14rem;height:14rem;background:radial-gradient(circle,rgba(217,107,84,.28),transparent 62%)}.catalog-grid,.category-grid,.featured-grid,.stats-bar,.trust-grid{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.stat-card{padding:1.1rem;border-radius:var(--radius-md);border:1px solid var(--line);background:rgba(255,255,255,.62)}.stat-card strong{display:block;font-size:1.5rem;font-weight:700}.stat-card span{color:var(--ink-muted);font-size:.95rem}.trust-card{padding:var(--card-padding);border-radius:var(--radius-lg);border:1px solid var(--line);background:rgba(255,255,255,.56)}.category-card h3,.product-card h3,.trust-card h3{margin:0;font-family:var(--font-display),serif;letter-spacing:-.04em}.category-card p,.product-card p,.trust-card p{margin:.85rem 0 0;color:var(--ink-muted);line-height:1.65}.category-card{display:flex;min-height:100%;flex-direction:column;overflow:hidden;border-radius:var(--radius-xl);border:1px solid rgba(22,49,40,.14);background:linear-gradient(180deg,rgba(255,255,255,.68),rgba(255,255,255,.42));transition:transform .16s ease,box-shadow .16s ease}.category-card:hover,.product-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.category-card__visual,.product-card__visual{position:relative;overflow:hidden;flex:0 0 auto;min-height:13rem;border-bottom:1px solid rgba(22,49,40,.09);background:radial-gradient(circle at top left,rgba(217,107,84,.16),transparent 25%),linear-gradient(180deg,#f4ede2,#ece3d6)}.category-card__content,.product-card__content{display:flex;flex:1 1;flex-direction:column;padding:1.4rem}.category-card__content h3{font-size:1.9rem}.category-card__content p,.product-card__content p{flex:1 1}.product-card{--product-card-content-padding:0.55rem;--product-card-content-gap:0.3rem;--product-card-title-row-min:2.35rem;--product-card-meta-row-min:2.9rem;--product-card-tag-row-min:1.5rem;--product-card-controls-height:.2rem;display:flex;height:100%;flex-direction:column;overflow:hidden;border-radius:var(--radius-lg);border:1px solid var(--line);background:rgba(255,255,255,.72)}.product-card__title-link,.product-card__visual-link{color:inherit;text-decoration:none}.product-card__visual-link{display:block}.product-card__title-link:hover h3{color:var(--accent)}.product-card h3{font-size:1.5rem;margin:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.catalog-grid .product-card__visual,.featured-grid .product-card__visual{height:8.75rem;min-height:8.75rem}.catalog-grid .product-card__visual .artwork-image,.catalog-grid .product-card__visual .illustration,.featured-grid .product-card__visual .artwork-image,.featured-grid .product-card__visual .illustration{box-sizing:border-box;padding:1rem}.catalog-grid .product-card__visual .artwork-image,.featured-grid .product-card__visual .artwork-image{object-fit:contain}.catalog-grid .product-card__content,.featured-grid .product-card__content{padding:var(--product-card-content-padding);display:grid;grid-template-rows:minmax(var(--product-card-title-row-min),auto) minmax(var(--product-card-meta-row-min),auto) 1fr var(--product-card-controls-height);grid-gap:var(--product-card-content-gap);gap:var(--product-card-content-gap);flex:1 1 auto}.catalog-grid .product-card h3,.featured-grid .product-card h3{font-size:1.35rem;line-height:1.1}.product-card__meta{display:flex;flex-direction:column;align-items:flex-start;gap:.85rem;margin-top:0;padding-top:0;align-self:stretch}.catalog-grid .product-card__meta,.featured-grid .product-card__meta{gap:.3rem;min-height:var(--product-card-meta-row-min)}.product-card__price{font-size:1.1rem;font-weight:700;white-space:nowrap}.catalog-grid .product-card__price,.featured-grid .product-card__price{font-size:.95rem}.product-card__tags{display:flex;flex-wrap:wrap;gap:.45rem}.catalog-grid .product-card__tags,.featured-grid .product-card__tags{gap:.35rem;min-height:var(--product-card-tag-row-min);align-content:flex-start}.product-card__tag{display:inline-flex;padding:.35rem .7rem;border-radius:999px;background:rgba(22,49,40,.08);color:var(--ink-muted);font-size:.85rem;white-space:nowrap}.catalog-grid .product-card__tag,.featured-grid .product-card__tag{padding:.22rem .45rem;font-size:.72rem}.product-card__controls{display:flex;align-items:center;justify-content:space-between;gap:.55rem;width:100%;margin-left:0;margin-top:0;padding-top:0;align-self:start;justify-self:start;min-height:var(--product-card-controls-height)}.product-card__controls .quantity-stepper{margin-left:auto}.cart-shell,.catalog-shell,.checkout-shell,.product-detail-shell{padding:var(--section-space) 0 var(--section-space-lg)}.catalog-intro{margin-bottom:2rem}.catalog-store-intro{display:flex;flex-direction:column;gap:1rem}.catalog-store-intro__copy{display:flex;flex-direction:column;gap:.6rem}.catalog-store-buttons{display:flex;flex-wrap:wrap;gap:.75rem}.catalog-store-button{display:inline-flex;align-items:center;justify-content:center;min-height:var(--touch-target);padding:.7rem 1.2rem;border:1px solid rgba(22,49,40,.14);border-radius:999px;background:rgba(255,255,255,.88);color:var(--ink-muted);cursor:pointer;font:inherit;font-weight:700;transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}.catalog-store-button[data-active=true]{border-color:rgba(22,49,40,.45);background:var(--ink);color:white;box-shadow:0 14px 28px rgba(22,49,40,.18)}.cart-layout,.catalog-layout,.checkout-layout,.product-detail-grid{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem;align-items:start}.catalog-sidebar-toggle{width:100%;justify-content:space-between;margin-bottom:1rem}.catalog-sidebar-toggle__label{font-weight:700}.catalog-sidebar-toggle__meta{color:var(--ink-muted);font-size:.92rem}.catalog-sidebar-toggle[data-open=true]{margin-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.catalog-sidebar-toggle[data-open=true]+.catalog-layout{margin-top:-1px}.catalog-sidebar{display:none;flex-direction:column;gap:1.4rem;padding:1.3rem;border-radius:var(--radius-lg);border:1px solid var(--line);background:rgba(255,255,255,.62)}.catalog-sidebar[data-open=true]{display:flex;border-top-left-radius:0;border-top-right-radius:0}.catalog-sidebar h2,.catalog-sidebar h3{margin:0;font-family:var(--font-display),serif;letter-spacing:-.04em}.catalog-sidebar__title{display:none}.sidebar-group{display:flex;flex-direction:column;gap:.85rem;padding-top:1rem;border-top:1px solid rgba(22,49,40,.08)}.filter-link{display:inline-flex;gap:.6rem;border:0;background:transparent;color:var(--ink-muted);text-align:left;cursor:pointer}.filter-link[data-active=true]{color:var(--accent)}.filter-link--sub{padding-left:.95rem;font-size:.95rem}.catalog-filter-group{display:flex;flex-direction:column;gap:.55rem}.catalog-filter-group__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.catalog-filter-group__header .filter-link{flex:1 1}.catalog-filter-group__toggle{border:0;padding:0;background:transparent;color:var(--ink-muted);cursor:pointer}.catalog-filter-group__children{display:flex;flex-direction:column;gap:.45rem;padding-left:.15rem}.catalog-main{display:flex;flex-direction:column;gap:1.35rem}.catalog-summary,.catalog-toolbar,.catalog-topbar{display:flex;flex-direction:column;gap:1rem}.catalog-toolbar__main,.catalog-toolbar__sub{display:contents}.catalog-summary,.catalog-topbar{width:100%}.catalog-toolbar{flex-direction:column;gap:.75rem}.catalog-summary--top{order:1}.catalog-toolbar__sub .catalog-summary{order:2}.catalog-topbar{order:3}.catalog-toolbar__sub .catalog-pagination{order:4}.catalog-summary--top{align-items:flex-start;min-width:0}.catalog-summary__headline{display:flex;flex-direction:column;gap:.35rem;margin:0}.catalog-summary__filters{display:flex;flex-wrap:wrap;align-items:center;gap:.55rem}.catalog-summary__headline-meta{color:var(--ink-muted);font-size:1rem;letter-spacing:-.02em}.catalog-summary__headline-count{display:inline-block;color:var(--ink);font-size:1.05rem;line-height:1}.catalog-topbar{align-items:flex-end;gap:.55rem}.catalog-summary__label{color:var(--ink-muted)}.catalog-tag-rail{display:flex;flex-wrap:wrap;align-items:center;gap:.7rem}.catalog-tag-rail__header{display:inline-flex;flex-wrap:wrap;align-items:center;gap:.6rem}.catalog-tag-rail__view-toggle{display:inline-flex;flex-wrap:wrap;align-items:center;gap:.5rem}.chip-row{display:flex;flex-wrap:wrap;gap:.7rem}.chip-row--active-filters,.chip-row--filter-rail{align-items:center}.chip-row--active-filters{flex:1 1 auto;min-width:0}.chip{display:inline-flex;align-items:center;gap:.45rem;padding:.55rem .85rem;border-radius:999px;background:rgba(22,49,40,.08);color:var(--ink)}.chip--button{border:1px solid transparent;cursor:pointer;transition:background-color .16s ease,border-color .16s ease,color .16s ease}.chip--button[data-active=true]{border-color:rgba(217,107,84,.18);background:rgba(217,107,84,.14);color:var(--accent)}.chip button{border:0;background:transparent;cursor:pointer;color:var(--ink-muted)}.select-shell{width:100%;padding:.85rem 1rem;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.7)}.catalog-topbar .select-shell{width:auto;min-width:0;padding-left:.5rem;padding-right:.5rem}.select-shell select{width:100%;border:0;outline:none;background:transparent;color:var(--ink)}.catalog-topbar .select-shell select{width:auto;min-width:0}.catalog-pagination{display:flex;align-items:center;justify-content:space-between;gap:.85rem;width:100%}.catalog-pagination__label{min-width:5.5rem;text-align:center;color:var(--ink-muted);font-weight:600}.catalog-pagination__arrow{border:1px solid var(--line);border-radius:999px;min-width:max(var(--touch-target),2.8rem);min-height:max(var(--touch-target),2.8rem);background:rgba(255,255,255,.82);color:var(--ink);cursor:pointer}.catalog-pagination__arrow:disabled{opacity:.45;cursor:default}.catalog-pagination--bottom{display:flex;margin-top:1.4rem}.catalog-pagination--bottom .catalog-pagination{width:100%}.product-detail__back{margin-bottom:1.4rem}.product-detail__visual{overflow:hidden;min-height:var(--detail-media-height);border-radius:var(--radius-xl);border:1px solid var(--line);background:radial-gradient(circle at bottom right,rgba(217,107,84,.14),transparent 24%),linear-gradient(180deg,#f4ede2,#ece3d6)}.product-detail__content{display:flex;flex-direction:column;gap:1rem}.product-detail__category-link{display:inline-flex;align-self:flex-start;color:var(--ink-muted);font-size:.98rem;line-height:1.2;border-bottom:1px solid transparent;transition:color .16s ease,border-color .16s ease}.product-detail__category-link:hover{color:var(--accent);border-color:currentColor}.product-detail__price{font-size:1.75rem;font-weight:600;letter-spacing:-.04em}.product-detail__group{display:flex;flex-direction:column;gap:.85rem}.product-detail__group h2{margin:0;font-size:1.2rem}.option-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(9rem,1fr));grid-gap:.75rem;gap:.75rem}.option-pill{min-height:max(var(--touch-target),3rem);padding:.7rem 1rem;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.72);color:var(--ink);cursor:pointer}.option-pill[data-active=true]{border-color:var(--ink);background:rgba(22,49,40,.08)}.quantity-stepper{display:inline-flex;align-items:center;gap:.2rem;width:-moz-fit-content;width:fit-content;max-width:100%;padding:.2rem;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.72);box-shadow:0 12px 24px rgba(22,49,40,.06)}.quantity-stepper--compact{padding:.12rem;gap:.1rem;box-shadow:none}.quantity-stepper button,.quantity-stepper__value{display:inline-flex;align-items:center;justify-content:center;min-height:max(var(--touch-target),2.85rem)}.quantity-stepper button{border:0;gap:.28rem;padding:0 .85rem;border-radius:999px;background:rgba(22,49,40,.04);color:var(--ink);cursor:pointer}.quantity-stepper button:hover{background:rgba(22,49,40,.08)}.quantity-stepper__symbol{font-size:1.2rem;line-height:1}.quantity-stepper__delta,.quantity-stepper__value{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.quantity-stepper__delta{font-size:.95rem;font-weight:600}.quantity-stepper__value{min-width:2.9rem;padding:0 .45rem;font-size:1rem;font-weight:700}.quantity-stepper--compact .quantity-stepper__value,.quantity-stepper--compact button{min-height:2rem}.quantity-stepper--compact button{padding:0 .55rem}.quantity-stepper--compact .quantity-stepper__value{min-width:2.2rem;padding:0 .28rem;font-size:.9rem}.purchase-list-button{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:2.38rem;min-width:2.38rem;height:2.38rem;min-height:2.38rem;padding:0;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.82);box-shadow:0 12px 24px rgba(22,49,40,.06);cursor:pointer;transform:none;transition:background-color .16s ease,border-color .16s ease,transform .16s ease}.purchase-list-button:disabled{cursor:default;opacity:1}.purchase-list-button[data-saved=true]{border-color:var(--line);background:#1a5133;box-shadow:0 12px 24px rgba(22,49,40,.12)}.purchase-list-button__frame{display:inline-flex;align-items:center;justify-content:center;width:1.72rem;height:1.72rem;overflow:hidden;border-radius:999px}.purchase-list-button[data-saved=true] .purchase-list-button__frame{background:transparent}.purchase-list-button__icon{width:100%;height:100%;object-fit:cover;transform-origin:center}.cart-summary__actions,.product-detail__actions{display:flex;flex-direction:column;margin-top:1.25rem;gap:1rem}.product-detail__purchase-row{display:flex;align-items:center;gap:.75rem;width:100%}.product-card__controls .purchase-list-button,.product-detail__purchase-row .purchase-list-button{flex:0 0 auto}.cart-summary__actions .button,.product-detail__actions .button{width:100%}.product-detail__purchase-row .button{width:auto;min-width:0;flex:1 1 auto}.product-detail__status{margin:0;color:var(--accent);font-weight:600}.product-detail__description{margin:0;color:var(--ink);font-size:1.05rem;line-height:1.7}.product-detail__disclaimer{margin:0;padding:.95rem 1rem;border:1px solid rgba(22,49,40,.08);border-radius:18px;background:rgba(255,255,255,.66);color:var(--ink-muted);line-height:1.6}.product-detail__share{display:flex;flex-wrap:wrap;gap:.85rem}.share-icon{display:inline-flex;align-items:center;justify-content:center;width:max(var(--touch-target),2.75rem);height:max(var(--touch-target),2.75rem);border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.78);color:var(--ink)}.product-detail__related{padding-bottom:0}.cart-header{margin-bottom:1.75rem;align-items:stretch}.cart-header,.checkout-panel__header{display:flex;flex-direction:column;gap:1rem}.checkout-panel__header{margin-bottom:1.5rem}.checkout-panel__header .section-copy{gap:.85rem}.checkout-panel__actions{margin-bottom:.65rem}.checkout-form{display:flex;flex-direction:column;gap:1rem}.checkout-panel__body{display:grid;grid-gap:1rem;gap:1rem}.checkout-panel-shell,.checkout-summary{display:flex;flex-direction:column;gap:1rem}.checkout-panel__actions{width:-moz-fit-content;width:fit-content}.checkout-panel__actions--desktop{display:none}.checkout-form h2{margin:0;font-family:var(--font-display),serif;font-size:1.8rem;line-height:.98;letter-spacing:-.04em}.checkout-form__grid{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem}.checkout-field{display:flex;flex-direction:column;gap:.45rem}.checkout-field span{color:var(--ink);font-weight:600}.checkout-field input,.checkout-field textarea{width:100%;min-height:max(var(--touch-target),3.3rem);padding:.95rem 1rem;border:1px solid var(--line);border-radius:var(--radius-md);background:rgba(255,255,255,.88);color:var(--ink);outline:none}.checkout-field__control{position:relative}.checkout-field--password input{padding-right:5.75rem}.reset-password__field input{padding-right:1rem}.checkout-field textarea{min-height:7rem;resize:vertical}.checkout-panel[data-collapsed=true] .checkout-panel__body{display:none}.checkout-field input:focus,.checkout-field textarea:focus{border-color:rgba(22,49,40,.28);box-shadow:0 0 0 3px rgba(22,49,40,.08)}.checkout-field input[data-invalid=true]{border-color:rgba(217,107,84,.5);background:rgba(217,107,84,.08);box-shadow:0 0 0 3px rgba(217,107,84,.12)}.checkout-field input[data-invalid=true]:focus{border-color:rgba(217,107,84,.65);box-shadow:0 0 0 3px rgba(217,107,84,.16)}.checkout-field--full{grid-column:1/-1}.checkout-field__message{margin:0;font-size:.92rem;line-height:1.5}.checkout-field__message--hint{color:var(--ink-muted)}.checkout-field__message--error{color:#9f412f}.account-field-toggle{position:absolute;top:50%;right:.75rem;transform:translateY(-50%);min-height:auto;padding:.2rem .35rem;border:0;background:transparent;color:var(--ink-muted);cursor:pointer}.account-field-toggle:hover{color:var(--ink)}.checkout-error{margin:0;padding:.95rem 1rem;border:1px solid rgba(217,107,84,.24);border-radius:var(--radius-md);background:rgba(217,107,84,.1);color:#9f412f;line-height:1.6}.checkout-summary,.checkout-summary .checkout-panel{display:flex;flex-direction:column}.checkout-summary__label{color:var(--ink-muted)}.checkout-summary__stack{display:flex;flex-direction:column;gap:.9rem;margin-top:1.25rem}.checkout-summary__item{padding-bottom:.9rem;border-bottom:1px solid rgba(22,49,40,.08)}.checkout-summary__item:last-child{padding-bottom:0;border-bottom:0}.checkout-summary__item-header{display:flex;justify-content:space-between;gap:.75rem;align-items:flex-start}.checkout-summary__item-copy{min-width:0}.checkout-summary__item-link{display:inline-block;color:inherit;font-family:var(--font-display),serif;font-size:1.2rem;line-height:1;letter-spacing:-.04em}.checkout-summary__item-link:hover{color:var(--accent)}.checkout-summary__item-meta{margin:.3rem 0 0;color:var(--ink-muted);line-height:1.5}.cart-summary__row strong,.cart-summary__total strong,.checkout-summary__item-header strong{flex:0 0 5.75rem;width:5.75rem;text-align:right}.checkout-summary__actions{margin-top:1.5rem}.checkout-summary__actions .button{width:100%}.checkout-success{display:flex;flex-direction:column;gap:1rem}.checkout-success__reference{margin:0;color:var(--ink-muted);font-weight:700}.cart-panel{padding:1.35rem;border:1px solid var(--line);border-radius:var(--radius-xl);background:rgba(255,255,255,.72);box-shadow:0 18px 40px rgba(22,49,40,.06)}.cart-panel__header{display:flex;flex-direction:column;gap:1rem;align-items:stretch}.cart-panel__actions-row{justify-content:flex-end;flex-direction:row;flex-wrap:nowrap;align-items:center}.cart-panel__actions-row>.button,.cart-shell .cart-header>.button,.stub-panel__actions>.button{width:auto;padding-inline:1rem}.cart-panel__actions-row>.button{flex:1 1}.cart-panel__header h2{margin:0;font-family:var(--font-display),serif;font-size:1.8rem;line-height:.98;letter-spacing:-.04em}.cart-stack{display:flex;flex-direction:column;gap:.65rem;margin-top:1.5rem}.cart-list-item{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:.75rem;gap:.75rem}.cart-list-item[data-has-visual=true]{grid-template-columns:4.9rem minmax(0,1fr);align-items:start}.cart-list-item__visual{overflow:hidden;min-height:4.9rem;border-radius:20px;border:1px solid rgba(22,49,40,.08);background:radial-gradient(circle at top left,rgba(217,107,84,.16),transparent 25%),linear-gradient(180deg,#f4ede2,#ece3d6)}.cart-list-item__header{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"title stepper" "meta remove";align-items:end;grid-gap:.85rem;gap:.85rem}.cart-list-item__actions,.cart-list-item__copy{display:contents}.cart-list-item__actions .quantity-stepper{grid-area:stepper;justify-self:end;align-self:start;transform:translateX(.9rem)}.cart-list-item__actions .button-tertiary{grid-area:remove;justify-self:end;align-self:end}.cart-item{display:grid;grid-template-columns:4.9rem minmax(0,1fr);grid-gap:.75rem;gap:.75rem;padding:.9rem;align-items:center;border:1px solid var(--line);border-radius:var(--radius-lg);background:rgba(255,255,255,.6)}.cart-item[data-has-visual=false]{grid-template-columns:minmax(0,1fr)}.cart-item__visual{overflow:hidden;min-height:4.9rem;border-radius:20px;border:1px solid rgba(22,49,40,.08);background:radial-gradient(circle at top left,rgba(217,107,84,.16),transparent 25%),linear-gradient(180deg,#f4ede2,#ece3d6)}.cart-item__content{display:flex;flex-direction:column;gap:.5rem;min-width:0}.cart-item__row{display:flex;flex-direction:row;justify-content:space-between;gap:.55rem;align-items:flex-start}.cart-item h3{margin:0;font-family:var(--font-display),serif;font-size:clamp(1rem,4vw,1.2rem);line-height:.98;letter-spacing:-.04em}.cart-item__row>:first-child{min-width:0;flex:1 1 auto}.cart-item__link{display:-webkit-box;color:inherit;text-decoration:none;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-item__link:hover{text-decoration:underline}.cart-item__option{margin:.2rem 0 0;font-size:.9rem;color:var(--ink-muted)}.cart-item__row--actions{align-items:center;justify-content:flex-end;gap:.55rem}.cart-item__row--actions>:first-child{min-width:0;flex:0 0 auto}.cart-item__stepper{flex:0 0 auto}.cart-item__row--actions .button{width:auto;min-height:auto;padding:.2rem 0;white-space:nowrap}.cart-item__row strong{flex:0 0 auto;white-space:nowrap}.cart-summary__rows{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.cart-summary__row,.cart-summary__total{display:flex;justify-content:space-between;gap:1rem;align-items:center}.cart-summary__total{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(22,49,40,.08);font-size:1.1rem}.search-shell{display:flex;flex-direction:column;gap:.8rem;padding:.75rem;border:1px solid var(--line);border-radius:var(--radius-md);background:rgba(255,255,255,.7)}.search-shell input{width:100%;border:0;outline:none;background:transparent;color:var(--ink)}.empty-state,.storefront-unavailable__panel,.stub-panel{padding:1.5rem;border-radius:var(--radius-lg);border:1px solid var(--line);background:rgba(255,255,255,.68)}.empty-state__title{margin:0}.empty-state__copy{margin:.75rem 0 0;color:var(--ink-muted)}.storefront-loading-shell{min-height:32rem}.storefront-loading-panel{border:1px solid var(--line);background:rgba(255,255,255,.54);box-shadow:0 18px 40px rgba(22,49,40,.04)}.storefront-loading-stack{display:flex;flex-direction:column;gap:1rem}.storefront-loading-block,.storefront-loading-pill{display:block;border-radius:999px;background:linear-gradient(135deg,rgba(22,49,40,.12),rgba(22,49,40,.04))}.storefront-loading-block--title{width:min(100%,32rem);height:4.25rem;border-radius:28px}.storefront-loading-block--card-title{width:90%;height:2.6rem;border-radius:22px}.storefront-loading-block--section{width:min(100%,14rem);height:1.15rem}.storefront-loading-block--body{width:min(100%,28rem);height:1rem}.account-shell{padding:3rem 0 4rem}.account-shell__header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1.5rem}.account-folder{display:grid;grid-gap:0;gap:0}.account-folder__tabs{display:flex;flex-wrap:wrap;gap:0;align-items:flex-end;margin-bottom:-1px;position:relative;z-index:1}.account-folder__tab{width:auto;min-height:0;padding:.95rem 1.45rem .85rem;border:1px solid rgba(22,49,40,.12);border-bottom:none;border-radius:1.4rem 1.4rem 0 0;background:#f8f4ee;color:var(--ink-muted);font-family:var(--font-display);font-size:clamp(1rem,1rem + .55vw,1.45rem);font-weight:600;line-height:1;box-shadow:none;margin-left:-.4rem;position:relative}.account-folder__tab:first-child{margin-left:0}.account-folder__tab[data-active=true]{background:#ffffff;color:var(--ink);z-index:2}.account-folder__tab:focus-visible{outline:2px solid rgba(22,49,40,.22);outline-offset:2px}.account-folder__panel{padding:1.25rem;border:1px solid rgba(22,49,40,.12);border-radius:0 1.8rem 1.8rem 1.8rem;background:rgba(255,255,255,.78);box-shadow:0 18px 40px rgba(57,41,27,.08)}.account-folder__panel>.account-panel{gap:1rem}@media (max-width:760px){.account-folder__tabs{gap:0;margin-bottom:-1px;padding-left:.33rem}.account-folder__tab{margin-left:-.3rem;padding:.85rem 1.2rem .8rem;font-size:clamp(.96rem,.9rem + .7vw,1.2rem)}.account-folder__tab:first-child{margin-left:0}.account-folder__panel{border-radius:0 1.4rem 1.4rem 1.4rem}}.account-grid{display:grid;grid-gap:1.25rem;gap:1.25rem}.account-grid--single{max-width:38rem}.account-panel{display:grid;grid-gap:1rem;gap:1rem}.account-panel__toggle{width:auto;min-height:auto;padding:.55rem .95rem}.account-panel__body{display:grid;grid-gap:1rem;gap:1rem}.account-saved-cart__search{width:min(100%,14rem)}.account-saved-cart__search input{width:100%;min-height:max(var(--touch-target),3rem);padding:.85rem 1rem;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.82);color:var(--ink);outline:none}.account-saved-cart__search input:focus{border-color:rgba(22,49,40,.28);box-shadow:0 0 0 3px rgba(22,49,40,.08)}.account-panel--saved-cart{align-content:flex-start;align-self:flex-start;display:flex;flex-direction:column}.account-panel--saved-cart .cart-panel__header{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"title restore" "search search";align-items:start;grid-gap:.9rem 1rem;gap:.9rem 1rem}.account-panel--saved-cart .cart-panel__header h2{grid-area:title}.account-panel--saved-cart .account-saved-cart__restore{grid-area:restore;justify-self:end;align-self:start}.account-panel--saved-cart .account-saved-cart__search{grid-area:search}.account-empty-copy,.account-panel__description,.account-saved-cart__meta,.checkout-note{color:var(--ink-muted);font-size:.98rem;line-height:1.6;margin:0}.account-form{display:grid;grid-gap:1rem;gap:1rem}.account-manage__grid{grid-template-columns:1fr}.account-inline-link{width:-moz-fit-content;width:fit-content;min-height:auto;padding:0;border:0;background:none;color:var(--accent);cursor:pointer;font:inherit;text-decoration:underline;text-underline-offset:.16em}.account-inline-link:hover{color:color-mix(in srgb,var(--accent) 82%,var(--ink) 18%)}.account-reset-request__actions{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.account-reset-request__actions .button{width:auto}.account-manage__actions{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;flex-wrap:wrap}.account-manage__apply{display:inline-flex;align-items:center;justify-self:flex-end;gap:.7rem;color:var(--ink-muted);font-size:.95rem;line-height:1.4}.account-manage__apply input{width:1rem;height:1rem;margin:0}.account-feedback{border-radius:1rem;margin:0;padding:.8rem 1rem}.account-feedback--success,.checkout-note{background:rgba(28,96,73,.08);color:var(--success)}.account-saved-cart__stack{display:grid;align-content:flex-start;grid-gap:.75rem;gap:.75rem}.account-saved-cart__slot{min-height:3.7rem;border-top:1px solid rgba(22,49,40,.08)}.account-saved-cart{display:flex;flex-direction:column;gap:.9rem}.account-saved-cart__footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.account-saved-cart__footer-actions{display:inline-flex;align-items:center;gap:.85rem;flex-wrap:wrap}.account-saved-cart__clear,.account-saved-cart__restore{width:auto;flex:0 0 auto;white-space:nowrap}.account-saved-cart__pager{display:inline-grid;grid-template-columns:auto auto auto;align-items:center;gap:.85rem;margin-left:auto}.account-saved-cart__pager-button{width:3.35rem;min-width:3.35rem;min-height:3.35rem;padding:0;border-radius:999px;font-size:1.6rem;line-height:1}.account-saved-cart__page-count{color:var(--ink);font-size:.94rem;font-weight:600;text-align:center;white-space:nowrap}.account-saved-cart__item-actions{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;margin-left:auto;flex:0 0 auto;white-space:nowrap}.account-saved-cart__item-actions .button{width:auto;min-height:auto}.account-saved-cart .checkout-summary__item-header{align-items:center}.account-saved-cart .checkout-summary__item-copy{flex:1 1 auto}.account-saved-cart__item-copy-primary,.account-saved-cart__item-copy-secondary{display:grid;grid-gap:.3rem;gap:.3rem}.account-saved-cart__item-copy-primary{grid-area:title}.account-saved-cart__item-copy-secondary{grid-area:meta}@media (max-width:719px){.account-saved-cart .checkout-summary__item{padding-bottom:.9rem}.account-panel--saved-cart .cart-panel__header h2{margin-top:.65rem}.account-saved-cart .checkout-summary__item-header{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"title stepper" "meta action-links";align-items:end;grid-gap:.85rem;gap:.85rem}.account-saved-cart .checkout-summary__item-copy{display:contents;padding-right:0}.account-saved-cart__item-actions{display:contents}.account-saved-cart__item-copy-primary{grid-area:title}.account-saved-cart__item-copy-secondary{grid-area:meta;align-self:end}.account-saved-cart__item-actions .quantity-stepper{grid-area:stepper;justify-self:end;align-self:start}.account-saved-cart__item-link-actions{grid-area:action-links;display:flex;align-items:center;justify-self:end;align-self:end;gap:.9rem}.account-saved-cart__item-link-actions .button-tertiary{justify-self:end;align-self:center}.account-saved-cart__item-actions .quantity-stepper{transform:translateX(.15rem)}}@media (min-width:720px){.account-panel--saved-cart .cart-panel__header{grid-template-columns:minmax(0,1fr) auto auto;grid-template-areas:"title restore search";align-items:center}.account-saved-cart__item-link-actions{display:flex;flex-direction:column-reverse;align-items:flex-end;gap:.35rem;align-self:center;transform:translateY(-.2rem)}}.account-panel__actions{margin-top:.25rem}.account-panel[data-collapsed=true] .account-panel__body{display:none}.checkout-tracking-prompt{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem;padding:1rem 1.1rem;border:1px solid rgba(22,49,40,.12);border-radius:1.2rem;background:rgba(255,255,255,.7)}.account-order-history__item strong,.account-order-timeline__item strong,.checkout-tracking-prompt strong{color:var(--ink);display:block}.account-order-history__description,.account-order-panel__meta span,.account-order-timeline__item p,.checkout-tracking-prompt p{margin:0;color:var(--ink-muted);line-height:1.6}.checkout-tracking-prompt .button{width:auto;flex:0 0 auto}.account-panel--full{margin-bottom:1.25rem}.account-order-history,.account-order-panel{align-content:flex-start}.account-order-status{display:inline-flex;align-items:center;min-height:2.4rem;padding:.45rem .9rem;border-radius:999px;background:rgba(28,96,73,.12);color:var(--success);font-size:.92rem;font-weight:700;white-space:nowrap}.account-order-panel__meta{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:.85rem;gap:.85rem}.account-order-panel__meta div{padding:.95rem 1rem;border-radius:1rem;background:rgba(255,255,255,.72);border:1px solid rgba(22,49,40,.08)}.account-order-panel__meta strong{display:block;margin-top:.35rem;color:var(--ink)}.account-order-timeline{display:grid;grid-gap:.9rem;gap:.9rem;margin:0;padding:0;list-style:none}.account-order-timeline__item{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:.9rem;gap:.9rem;align-items:flex-start;padding:1rem 1.1rem;border-radius:1rem;border:1px solid rgba(22,49,40,.08);background:rgba(255,255,255,.58)}.account-order-timeline__marker{width:.95rem;height:.95rem;margin-top:.2rem;border-radius:999px;border:2px solid rgba(22,49,40,.18);background:transparent}.account-order-timeline__item[data-state=complete] .account-order-timeline__marker,.account-order-timeline__item[data-state=current] .account-order-timeline__marker{border-color:rgba(28,96,73,.28);background:var(--success)}.account-order-timeline__item[data-state=current]{border-color:rgba(28,96,73,.22);background:rgba(28,96,73,.08)}.account-order-timeline__item[data-state=upcoming]{opacity:.72}.account-order-panel__details{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:1rem;gap:1rem}.account-order-panel__summary{height:100%}.account-order-history__stack{display:grid;grid-gap:.9rem;gap:.9rem}.account-order-history__item{display:grid;grid-gap:.75rem;gap:.75rem;padding:1rem 1.1rem;border-radius:1rem;border:1px solid rgba(22,49,40,.08);background:rgba(255,255,255,.62)}.account-order-history__item-header{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.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}.storefront-loading-block--short{width:min(100%,9rem)}.storefront-loading-block--medium{width:min(100%,18rem)}.storefront-loading-pill{width:10rem;height:3.2rem}.storefront-loading-pill--secondary{width:11rem}.storefront-loading-pill--wide{width:13rem}.storefront-unavailable,.stub-page{padding:var(--section-space-lg) 0}.stub-panel__actions{margin-top:1.5rem}.checkout-summary-card{margin-top:1.75rem;text-align:left}.site-footer{padding:2.5rem 0 3rem;border-top:1px solid rgba(22,49,40,.08)}.site-footer__inner{display:flex;flex-direction:column;gap:1rem;color:var(--ink-muted)}.site-footer__links{display:flex;flex-wrap:wrap;gap:.9rem 1.2rem}.illustration{width:100%;height:100%}.artwork-image{object-fit:cover}.artwork-image,.illustration svg{width:100%;height:100%;display:block}@media (min-width:720px){:root{--gutter:1.5rem;--section-space:3.25rem;--section-space-lg:4.75rem;--card-padding:1.5rem;--hero-media-height:24rem;--detail-media-height:28rem}.display{font-size:clamp(3.6rem,9vw,5.7rem)}.section-title{font-size:clamp(2.7rem,7vw,4rem)}.hero-copy p,.product-detail__description,.section-lead{font-size:1.08rem}.button-row{flex-direction:row;flex-wrap:wrap;align-items:center}.button-row>*{width:auto}.quantity-stepper--compact .quantity-stepper__value,.quantity-stepper--compact button{min-height:2.35rem}.quantity-stepper--compact button{padding:0 .7rem}.quantity-stepper--compact .quantity-stepper__value{min-width:2.5rem;padding:0 .32rem;font-size:.95rem}.purchase-list-button{width:2.72rem;min-width:2.72rem;height:2.72rem;min-height:2.72rem;transform:none}.purchase-list-button__frame{width:2rem;height:2rem}.site-header__inner{grid-template-columns:auto 1fr;align-items:center}.brand{grid-column:1/-1;padding-right:0}.header-actions,.site-nav{display:grid;width:-moz-fit-content;width:fit-content;grid-template-columns:repeat(2,auto);justify-content:flex-start}.header-actions{position:static;grid-gap:.65rem;gap:.65rem}.header-chip--shop{display:none}.header-chip{width:auto;min-width:0;min-height:var(--touch-target);padding:.75rem .95rem}.header-chip__label{display:inline}.site-search-bar{padding:.9rem 0 1rem}.site-search-form{max-width:52rem;margin:0 auto;border-radius:999px}.site-search-menu{width:min(24rem,34vw)}.catalog-store-intro{flex-direction:row;align-items:flex-end;justify-content:flex-start;gap:9.5rem}.catalog-store-buttons{justify-content:flex-start;transform:translateY(-.65rem)}.hero-grid{gap:1.75rem}.stats-bar{grid-template-columns:repeat(3,minmax(0,1fr))}.catalog-grid,.category-grid,.featured-grid,.trust-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.category-card__visual,.product-card__visual{min-height:15rem}.catalog-topbar{justify-content:flex-end}.catalog-summary,.catalog-topbar{flex-direction:row;align-items:center}.catalog-summary{justify-content:space-between}.catalog-summary__headline{flex-direction:row;flex-wrap:wrap;align-items:center;gap:.85rem}.catalog-pagination{width:-moz-fit-content;width:fit-content}.catalog-pagination--bottom{justify-content:flex-end}.catalog-pagination--bottom .catalog-pagination{width:-moz-fit-content;width:fit-content}.cart-header{flex-direction:row;align-items:flex-end;justify-content:space-between}.checkout-form__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cart-panel__header{flex-direction:row;justify-content:space-between;align-items:flex-start}.account-panel--saved-cart .cart-panel__header{align-items:center}.cart-panel__actions-row{width:auto;flex:0 0 auto;justify-content:flex-end}.cart-panel__actions-row>.button{flex:0 0 auto}.cart-item{grid-template-columns:7rem minmax(0,1fr)}.cart-item[data-has-visual=false]{grid-template-columns:minmax(0,1fr)}.cart-item__visual{min-height:7rem}.cart-item__row{flex-direction:row;justify-content:space-between;align-items:flex-start}.cart-item__row--actions{align-items:center}.cart-item__row--actions .button{width:auto}.site-footer__inner{flex-direction:row;justify-content:space-between;align-items:flex-start}}@media (min-width:1080px){:root{--gutter:2rem;--section-space:4rem;--section-space-lg:5rem;--hero-media-height:32rem;--detail-media-height:42rem}.display{font-size:clamp(4.4rem,7vw,6.8rem)}.section-title{font-size:clamp(3rem,5vw,4.4rem)}.site-header__inner{grid-template-columns:auto 1fr auto}.brand{grid-column:auto}.site-nav{width:100%;justify-content:center}.header-actions{justify-content:flex-end}.section-header{flex-direction:row;justify-content:space-between;align-items:flex-end}.hero-grid{grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);align-items:end}.hero-copy{padding:1rem 0 1rem .25rem;gap:1.6rem}.hero-copy p{max-width:34rem;font-size:1.1rem}.category-grid,.trust-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.featured-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem}.category-card__visual,.product-card__visual{min-height:17rem}.category-card__content{padding:1.7rem}.category-card__content h3{font-size:2.05rem}.catalog-grid .product-card,.featured-grid .product-card{--product-card-content-padding:0.65rem;--product-card-content-gap:0.35rem;--product-card-title-row-min:2.6rem;--product-card-meta-row-min:3rem;--product-card-tag-row-min:1.55rem;--product-card-controls-height:.2rem}.product-card h3{font-size:1.6rem}.catalog-layout{grid-template-columns:17.5rem minmax(0,1fr);gap:2rem}.account-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.account-order-panel__meta{grid-template-columns:repeat(3,minmax(0,1fr))}.account-order-panel__details{grid-template-columns:repeat(2,minmax(0,1fr))}.account-order-history__item-header{flex-direction:row;justify-content:space-between}.account-panel__toggle{display:none}.account-panel[data-collapsed=true] .account-panel__body,.account-panel__body,.checkout-panel[data-collapsed=true] .checkout-panel__body,.checkout-panel__body{display:grid}.catalog-sidebar-toggle{display:none}.catalog-sidebar{display:flex;position:-webkit-sticky;position:sticky;top:5.9rem;padding:1.5rem;max-height:calc(100vh - 6.8rem);overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.catalog-sidebar__title{display:block}.catalog-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.catalog-grid .product-card__visual{height:10.5rem;min-height:10.5rem}.catalog-grid .product-card__visual .artwork-image,.catalog-grid .product-card__visual .illustration{padding:1.15rem}.catalog-grid .product-card__content{padding:1rem}.catalog-grid .product-card h3{font-size:1.25rem}.catalog-grid .product-card p{font-size:.88rem;min-height:4.35em}.catalog-toolbar{gap:1rem}.catalog-toolbar__main,.catalog-toolbar__sub{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:1rem}.catalog-toolbar__sub{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end}.catalog-toolbar__main{align-items:center}.catalog-summary--top{width:auto;flex:1 1 auto;order:0}.catalog-topbar{width:auto;flex:0 0 auto;align-items:center;justify-content:flex-end;order:0}.catalog-toolbar__sub .catalog-summary{align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:.7rem;min-width:0;order:0}.catalog-summary__filters{width:100%}.catalog-tag-rail{width:100%;align-items:flex-start}.catalog-tag-rail .chip-row--filter-rail{flex:1 1 auto;min-width:0}.catalog-toolbar__sub .catalog-pagination{width:auto;justify-self:end;align-self:end;order:0}.select-shell{min-width:14rem;width:auto}.cart-layout,.checkout-layout,.product-detail-grid{grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:2rem;align-items:start}.product-detail__content{padding:.5rem 0}.product-detail__price{font-size:2rem}.cart-summary,.checkout-summary{position:-webkit-sticky;position:sticky;top:8.6rem}.checkout-summary{max-height:calc(100vh - 10rem);overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.checkout-panel__actions--mobile{display:none}.checkout-panel__actions--desktop{display:flex;width:100%;justify-content:flex-end}}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond Fallback;src:local("Times New Roman");ascent-override:95.27%;descent-override:29.59%;line-gap-override:0.00%;size-adjust:96.98%}.__className_30721a{font-family:Cormorant Garamond,Cormorant Garamond Fallback;font-style:normal}.__variable_30721a{--font-display:"Cormorant Garamond","Cormorant Garamond Fallback"}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Manrope Fallback;src:local("Arial");ascent-override:103.31%;descent-override:29.07%;line-gap-override:0.00%;size-adjust:103.19%}.__className_d2dc74{font-family:Manrope,Manrope Fallback;font-style:normal}.__variable_d2dc74{--font-body:"Manrope","Manrope Fallback"}