.commerce-page { background: #fff; }
.commerce-page.has-overlay { overflow: hidden; }
.commerce-main { padding-top: var(--header-height); }
.commerce-header .desktop-nav > .is-current::after { right: 0; }

/* Shop */
.shop-toolbar { position: sticky; z-index: 40; top: var(--header-height); min-height: 84px; padding: 0 4vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); background: #fff; }
.shop-toolbar-title { justify-self: center; margin: 0; font: 400 clamp(30px,2.7vw,40px)/1 var(--serif); letter-spacing: -.025em; }
.shop-filter-button { justify-self: start; min-height: 44px; padding: 10px 0; display: flex; align-items: center; gap: 10px; border: 0; background: transparent; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; cursor: pointer; }
.shop-filter-count { color: var(--muted-readable); font-size: 12px; font-weight: 400; letter-spacing: 0; }
.shop-filter-count[hidden] { display: none !important; }
.shop-tool-icon { position: relative; width: 17px; height: 17px; flex: 0 0 17px; display: inline-block; color: currentColor; }
.shop-filter-icon i { position: absolute; left: 0; width: 17px; height: 1px; background: currentColor; }
.shop-filter-icon i:nth-child(1) { top: 3px; }
.shop-filter-icon i:nth-child(2) { top: 8px; }
.shop-filter-icon i:nth-child(3) { top: 13px; }
.shop-filter-icon i::after { content: ""; position: absolute; top: -2px; width: 5px; height: 5px; border: 1px solid currentColor; border-radius: 50%; background: #fff; box-sizing: border-box; }
.shop-filter-icon i:nth-child(1)::after { left: 3px; }
.shop-filter-icon i:nth-child(2)::after { right: 2px; }
.shop-filter-icon i:nth-child(3)::after { left: 6px; }
.shop-toolbar-right { justify-self: end; display: flex; align-items: center; gap: 24px; }
.shop-sort-control { min-height: 44px; display: flex; align-items: center; gap: 9px; }
.shop-sort-icon::before { content: ""; position: absolute; inset: 0; background: linear-gradient(currentColor,currentColor) 0 3px / 17px 1px no-repeat, linear-gradient(currentColor,currentColor) 0 8px / 12px 1px no-repeat, linear-gradient(currentColor,currentColor) 0 13px / 7px 1px no-repeat; }
.shop-toolbar select { padding: 8px 22px 8px 0; border: 0; outline: 0; background-color: transparent; color: var(--ink); font: 9px var(--sans); letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.shop-view-options { padding-left: 18px; display: flex; align-items: center; gap: 2px; border-left: 1px solid var(--line); }
.shop-view-options button { width: 44px; height: 44px; padding: 0; display: grid; place-items: center; border: 0; background: transparent; color: #8b877f; cursor: pointer; }
.shop-view-options button:hover,
.shop-view-options button.is-active { background: #f1eee7; color: var(--ink); }
.shop-view-options button:focus-visible { outline: 1px solid var(--ink); outline-offset: 2px; }
.shop-grid-icon { width: 17px; height: 16px; display: grid; gap: 2px; }
.shop-grid-icon.is-two { grid-template-columns: repeat(2,1fr); }
.shop-grid-icon.is-three { grid-template-columns: repeat(3,1fr); }
.shop-grid-icon i { display: block; background: currentColor; }
.shop-filter-button:focus-visible,
.filter-drawer button:focus-visible,
.filter-content input:focus-visible { outline: 1px solid var(--ink); outline-offset: 4px; }
.shop-sort-control:focus-within { outline: 1px solid var(--ink); outline-offset: 3px; }

@media (min-width: 901px) and (max-width: 1100px) {
  .shop-toolbar-right { gap: 12px; }
  .shop-view-options { padding-left: 10px; }
  .shop-toolbar select { max-width: 145px; }
}

.shop-grid { padding: 28px 2.2vw 140px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 74px 12px; transition: .3s ease; }
.shop-grid.is-two-columns { padding-inline: 5vw; grid-template-columns: repeat(2,minmax(0,1fr)); gap-inline: 18px; }
.shop-card { min-width: 0; }
.shop-card-media { position: relative; aspect-ratio: 3 / 4.25; overflow: hidden; background: #eee9df; }
.shop-card-media > a { display: block; width: 100%; height: 100%; }
.shop-card-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: opacity .55s ease, transform .9s cubic-bezier(.22,.7,.24,1); }
.shop-card-secondary { opacity: 0; }
.shop-card:hover .shop-card-primary { opacity: 0; }
.shop-card:hover .shop-card-secondary { opacity: 1; transform: scale(1.012); }
.shop-favorite { position: absolute; z-index: 2; right: 13px; top: 12px; width: 32px; height: 32px; border: 0; border-radius: 50%; background: rgba(255,255,255,.78); font: 21px/1 var(--serif); cursor: pointer; backdrop-filter: blur(6px); }
.shop-favorite[aria-pressed="true"] { color: #6f1522; }
.shop-card-chapter { position: absolute; left: 13px; bottom: 13px; padding: 7px 9px 6px; background: rgba(255,255,255,.8); font-size: 7px; letter-spacing: .15em; text-transform: uppercase; backdrop-filter: blur(6px); }
.shop-card-copy { padding: 17px 3px 0; }
.shop-card-copy > a { font: 400 23px/1.1 var(--serif); }
.shop-card-copy > div { margin-top: 8px; display: flex; justify-content: space-between; gap: 16px; color: #77736a; font-size: 8px; letter-spacing: .09em; text-transform: uppercase; }
.shop-card-copy > div strong { color: var(--ink); font-weight: 400; white-space: nowrap; }
.shop-empty { padding: 80px 5vw 140px; text-align: center; }
.shop-empty p { font: 400 36px var(--serif); }
.shop-empty button { padding: 0 0 6px; border: 0; border-bottom: 1px solid; background: transparent; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; cursor: pointer; }

.shop-editorial { position: relative; height: min(86vh,900px); display: block; overflow: hidden; color: #fff; }
.shop-editorial::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(20,15,10,.1),rgba(20,15,10,.36)); }
.shop-editorial > img { width: 100%; height: 100%; object-fit: cover; object-position: center 46%; transition: transform 1.2s ease; }
.shop-editorial:hover > img { transform: scale(1.012); }
.shop-editorial > div { position: absolute; z-index: 2; right: 7vw; top: 50%; width: min(560px,44vw); transform: translateY(-50%); }
.shop-editorial span { font-size: 8px; letter-spacing: .2em; text-transform: uppercase; }
.shop-editorial h2 { margin: 26px 0 38px; font: 400 clamp(50px,6vw,92px)/.94 var(--serif); }
.shop-editorial em { padding-bottom: 6px; border-bottom: 1px solid; font-size: 8px; font-style: normal; letter-spacing: .14em; text-transform: uppercase; }

/* Filter drawer */
.filter-drawer { position: fixed; z-index: 170; top: 0; right: 0; bottom: 0; width: min(460px,100vw); height: 100dvh; display: grid; grid-template-rows: 92px minmax(0,1fr) auto; background: #fbfaf7; border-left: 1px solid rgba(23,23,19,.12); box-shadow: -24px 0 64px rgba(23,23,19,.12); transform: translateX(100%); transition: transform .45s cubic-bezier(.75,0,.18,1); }
.filter-drawer.is-open { transform: translateX(0); }
.filter-drawer > header { padding: 0 34px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(23,23,19,.14); }
.filter-drawer-heading > span { display: block; margin-bottom: 8px; color: var(--muted-readable); font-size: 10px; font-weight: 400; letter-spacing: .14em; text-transform: uppercase; }
.filter-drawer-heading h2 { margin: 0; font: 400 30px/1 var(--serif); letter-spacing: -.02em; }
.filter-drawer-close { width: 44px; height: 44px; padding: 0; display: grid; place-items: center; border: 1px solid rgba(23,23,19,.18); border-radius: 50%; background: transparent; cursor: pointer; }
.filter-drawer-close span { font: 300 26px/1 var(--sans); transform: translateY(-1px); }
.filter-drawer-close:hover { background: #f1eee7; }
.filter-content { padding: 8px 34px 34px; overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; scrollbar-color: rgba(23,23,19,.28) transparent; }
.filter-content::-webkit-scrollbar { width: 5px; }
.filter-content::-webkit-scrollbar-thumb { background: rgba(23,23,19,.28); }
.filter-content fieldset { margin: 0; padding: 28px 0 26px; border: 0; border-bottom: 1px solid rgba(23,23,19,.14); }
.filter-content fieldset:last-child { border-bottom: 0; }
.filter-content legend { width: 100%; margin-bottom: 14px; color: #454139; font-size: 12px; font-weight: 400; line-height: 1.4; letter-spacing: .12em; text-transform: uppercase; }
.filter-content label { min-height: 44px; display: grid; grid-template-columns: 28px minmax(0,1fr) auto; align-items: center; cursor: pointer; }
.filter-content label:hover > span { color: #000; }
.filter-content input { appearance: none; width: 16px; height: 16px; margin: 0; border: 1px solid #777269; border-radius: 1px; background: transparent; cursor: pointer; }
.filter-content input:checked { border-color: var(--ink); background: var(--ink); box-shadow: inset 0 0 0 3px #fbfaf7; }
.filter-content label span { min-width: 0; display: flex; align-items: center; gap: 10px; color: #34312c; font-size: 14px; font-weight: 400; line-height: 1.45; }
.filter-content label small { color: var(--muted-readable); font-size: 12px; font-weight: 400; font-variant-numeric: tabular-nums; }
.filter-content label i { width: 14px; height: 14px; flex: 0 0 14px; border: 1px solid rgba(0,0,0,.14); border-radius: 50%; background: var(--filter-color); }
.filter-drawer > footer { padding: 16px 34px max(16px,env(safe-area-inset-bottom)); display: grid; grid-template-columns: 1fr 1.55fr; gap: 10px; border-top: 1px solid rgba(23,23,19,.14); background: #fbfaf7; }
.filter-drawer > footer button { min-height: 50px; padding: 0 14px; border: 1px solid var(--ink); background: transparent; font-size: 12px; font-weight: 400; letter-spacing: .09em; text-transform: uppercase; cursor: pointer; }
.filter-drawer > footer button:last-child { background: var(--ink); color: #fff; }
.filter-drawer > footer button:disabled { border-color: rgba(23,23,19,.2); color: #8d887f; cursor: default; }
.filter-backdrop { position: fixed; z-index: 160; inset: 0; background: rgba(18,17,14,.3); opacity: 0; visibility: hidden; transition: .35s ease; }
.filter-backdrop.is-open { opacity: 1; visibility: visible; }

/* Product detail */
.product-main { padding-bottom: 120px; }
.product-breadcrumb { height: 58px; padding: 0 3vw; display: flex; align-items: center; gap: 9px; border-bottom: 1px solid var(--line); color: #77736a; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.product-breadcrumb a { color: var(--ink); }
.product-layout { display: grid; grid-template-columns: minmax(0,1.58fr) minmax(380px,.72fr); align-items: start; }
.product-gallery { padding: 0 0 0 1px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; background: #fff; }
.product-image { margin: 0; min-width: 0; aspect-ratio: 3 / 4.15; overflow: hidden; background: #eee9df; }
.product-image-open { position: relative; width: 100%; height: 100%; padding: 0; display: block; overflow: hidden; border: 0; background: transparent; cursor: zoom-in; }
.product-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .8s cubic-bezier(.22,.7,.24,1); }
.product-image-open:hover img { transform: scale(1.008); }
.product-image-open:focus-visible { z-index: 2; outline: 2px solid var(--ink); outline-offset: -4px; }
.product-image-expand { position: absolute; right: 16px; bottom: 16px; padding: 9px 12px 8px; background: rgba(255,255,255,.88); color: var(--ink); font: 400 10px/1 var(--sans); letter-spacing: .1em; text-transform: uppercase; opacity: 0; transform: translateY(5px); transition: opacity .3s ease, transform .3s ease; backdrop-filter: blur(8px); }
.product-image-open:hover .product-image-expand,
.product-image-open:focus-visible .product-image-expand { opacity: 1; transform: translateY(0); }
.product-image-main { grid-column: 1 / -1; aspect-ratio: 1.35 / 1; }
.product-image-main img { object-position: center 42%; }

/* Full-screen product gallery */
body.has-product-lightbox { overflow: hidden; }
.product-lightbox { inset: 0; width: 100vw; max-width: none; height: 100dvh; max-height: none; margin: 0; padding: 0; border: 0; background: #f5f2ec; color: var(--ink); }
.product-lightbox::backdrop { background: rgba(18,17,14,.48); backdrop-filter: blur(4px); }
.product-lightbox-shell { width: 100%; height: 100%; display: grid; grid-template-rows: 74px minmax(0,1fr) 74px; }
.product-lightbox-header { padding: 0 30px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(44,42,36,.15); }
.product-lightbox-header p { margin: 0; display: flex; align-items: baseline; gap: 13px; font: 400 24px/1 var(--serif); }
.product-lightbox-header small { color: var(--muted-readable); font: 400 10px/1 var(--sans); letter-spacing: .13em; text-transform: uppercase; }
.product-lightbox-close { position: relative; width: 46px; height: 46px; padding: 0; border: 0; border-radius: 50%; background: transparent; cursor: pointer; }
.product-lightbox-close::before,
.product-lightbox-close::after { content: ""; position: absolute; left: 13px; top: 22px; width: 20px; height: 1px; background: currentColor; }
.product-lightbox-close::before { transform: rotate(45deg); }
.product-lightbox-close::after { transform: rotate(-45deg); }
.product-lightbox-close:hover { background: rgba(44,42,36,.07); }
.product-lightbox-close:focus-visible,
.product-lightbox-arrow:focus-visible,
.product-lightbox-pagination button:focus-visible { outline: 1px solid var(--ink); outline-offset: 3px; }
.product-lightbox-stage { min-width: 0; min-height: 0; padding: 22px 26px; display: grid; grid-template-columns: 64px minmax(0,1fr) 64px; align-items: center; gap: 18px; overflow: hidden; touch-action: pan-y pinch-zoom; }
.product-lightbox-figure { width: 100%; height: 100%; min-width: 0; min-height: 0; margin: 0; display: flex; align-items: center; justify-content: center; cursor: zoom-out; }
.product-lightbox-figure img { width: 100%; height: 100%; display: block; object-fit: contain; transition: opacity .18s ease, transform .28s ease; user-select: none; }
.product-lightbox-figure img.is-changing { opacity: .35; transform: scale(.995); }
.product-lightbox-arrow { width: 54px; height: 54px; padding: 0; display: grid; place-items: center; border: 1px solid rgba(44,42,36,.26); border-radius: 50%; background: rgba(255,255,255,.34); color: var(--ink); font: 300 24px/1 var(--sans); cursor: pointer; transition: background .25s ease, transform .25s ease; }
.product-lightbox-arrow:hover { background: #fff; transform: scale(1.04); }
.product-lightbox-next { justify-self: end; }
.product-lightbox-footer { padding: 0 30px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-top: 1px solid rgba(44,42,36,.15); color: var(--muted-readable); font-size: 11px; font-weight: 400; letter-spacing: .1em; text-transform: uppercase; }
.product-lightbox-counter { justify-self: start; font-variant-numeric: tabular-nums; }
.product-lightbox-hint { justify-self: end; }
.product-lightbox-pagination { display: flex; align-items: center; justify-content: center; gap: 8px; }
.product-lightbox-pagination button { width: 28px; height: 28px; padding: 0; display: grid; place-items: center; border: 0; background: transparent; cursor: pointer; }
.product-lightbox-pagination button span { width: 18px; height: 1px; display: block; background: #aaa59b; transition: width .25s ease, background .25s ease; }
.product-lightbox-pagination button.is-current span { width: 27px; background: var(--ink); }
.product-panel { min-width: 0; }
.product-panel-inner { position: sticky; top: calc(var(--header-height) + 24px); padding: 68px 4vw 55px; }
.product-chapter { margin: 0 0 24px; font-size: 8px; letter-spacing: .18em; text-transform: uppercase; }
.product-panel h1 { margin: 0; font: 400 clamp(50px,5vw,76px)/.95 var(--serif); }
.product-price-row { margin: 25px 0 36px; display: flex; align-items: center; justify-content: space-between; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.product-price-row button { width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; background: transparent; font: 22px var(--serif); cursor: pointer; }
.product-description { margin: 0 0 42px; color: #504d46; font: 400 17px/1.6 var(--serif); }
.product-choice { margin-bottom: 34px; display: flex; align-items: end; justify-content: space-between; }
.product-choice > div { display: flex; flex-direction: column; gap: 8px; }
.product-choice span, .product-size-heading span { font-size: 8px; letter-spacing: .15em; text-transform: uppercase; }
.product-choice b { font-size: 10px; font-weight: 400; }
.product-swatch { width: 28px; height: 28px; border: 7px solid #fff; outline: 1px solid var(--ink); border-radius: 50%; background: var(--swatch-color); cursor: pointer; }
.product-size-heading { display: flex; align-items: center; justify-content: space-between; }
.product-size-heading a { padding-bottom: 3px; border-bottom: 1px solid; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.product-sizes { margin: 15px 0 20px; display: grid; grid-template-columns: repeat(6,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.product-sizes button { height: 48px; border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: transparent; font-size: 9px; cursor: pointer; }
.product-sizes button:hover, .product-sizes button.is-selected { background: var(--ink); color: #fff; }
.product-add-button { width: 100%; height: 58px; border: 1px solid var(--ink); background: var(--ink); color: #fff; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; cursor: pointer; transition: .25s ease; }
.product-add-button:disabled { background: #d8d4cb; border-color: #d8d4cb; cursor: default; }
.product-add-button.is-added { background: var(--olive); border-color: var(--olive); }
.product-service { margin: 22px 0 36px; padding: 19px 0; display: grid; grid-template-columns: 24px 1fr; border-bottom: 1px solid var(--line); }
.product-service > span { font-size: 12px; }
.product-service p { margin: 0; color: #77736a; font-size: 9px; line-height: 1.6; }
.product-service strong { display: block; margin-bottom: 3px; color: var(--ink); font-weight: 400; }
.product-accordion { border-bottom: 1px solid var(--line); }
.product-accordion > button { width: 100%; min-height: 54px; padding: 0; display: flex; align-items: center; justify-content: space-between; border: 0; background: transparent; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.product-accordion > button b { font-size: 16px; font-weight: 300; transition: transform .3s ease; }
.product-accordion > div { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s ease; }
.product-accordion > div > p { min-height: 0; margin: 0; overflow: hidden; color: #6f6b63; font-size: 10px; line-height: 1.7; }
.product-accordion.is-open > div { grid-template-rows: 1fr; }
.product-accordion.is-open > div > p { padding-bottom: 20px; }
.product-accordion.is-open > button b { transform: rotate(45deg); }

.related-products { padding: 140px 3vw 0; }
.related-products > header { margin-bottom: 46px; display: grid; grid-template-columns: 1fr auto; align-items: end; }
.related-products > header span { grid-column: 1; font-size: 8px; letter-spacing: .17em; text-transform: uppercase; }
.related-products > header h2 { grid-column: 1; margin: 12px 0 0; font: 400 clamp(50px,6vw,84px)/.95 var(--serif); }
.related-products > header a { grid-column: 2; grid-row: 1 / 3; align-self: end; padding-bottom: 5px; border-bottom: 1px solid; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.related-products > div { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.related-card div { aspect-ratio: 3 / 4; overflow: hidden; background: #eee9df; }
.related-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.related-card:hover img { transform: scale(1.018); }
.related-card > a > span { display: block; margin-top: 17px; font-size: 7px; letter-spacing: .15em; text-transform: uppercase; }
.related-card h3 { margin: 7px 0 5px; font: 400 24px var(--serif); }
.related-card p { margin: 0; display: flex; justify-content: space-between; gap: 14px; color: #77736a; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.related-card p strong { color: var(--ink); font-weight: 400; white-space: nowrap; }

@media (max-width: 900px) {
  .commerce-main { padding-top: var(--header-height); }
  .shop-toolbar { min-height: 72px; padding: 0 18px; grid-template-columns: 1fr auto 1fr; }
  .shop-toolbar-title { font-size: 31px; }
  .shop-toolbar-right { min-width: 0; justify-self: end; gap: 0; }
  .shop-sort-control { gap: 0; }
  .shop-sort-icon { display: none; }
  .shop-toolbar select { width: 116px; max-width: 116px; padding-right: 18px; }
  .shop-view-options { display: none; }
  .shop-grid, .shop-grid.is-two-columns { padding: 15px 8px 90px; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 48px 7px; }
  .shop-card-media { aspect-ratio: 3 / 4.35; }
  .shop-card-copy { padding: 12px 4px 0; }
  .shop-card-copy > a { font-size: 18px; }
  .shop-card-copy > div { align-items: flex-start; flex-direction: column; gap: 4px; font-size: 7px; }
  .shop-favorite { right: 8px; top: 8px; }
  .shop-card-chapter { left: 8px; bottom: 8px; }
  .shop-editorial { height: 72svh; min-height: 580px; }
  .shop-editorial > div { left: 8vw; right: auto; width: 82vw; }
  .shop-editorial h2 { font-size: clamp(50px,15vw,78px); }
  .filter-drawer { grid-template-rows: 82px minmax(0,1fr) auto; }

  .product-breadcrumb { height: 48px; padding: 0 18px; }
  .product-layout { grid-template-columns: 1fr; }
  .product-gallery { padding: 0; display: flex; gap: 1px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .product-gallery::-webkit-scrollbar { display: none; }
  .product-image, .product-image-main { flex: 0 0 88vw; aspect-ratio: 3 / 4.15; scroll-snap-align: start; }
  .product-image-open { touch-action: pan-x pinch-zoom; }
  .product-image-expand { right: 12px; bottom: 12px; width: 34px; height: 34px; padding: 0; display: grid; place-items: center; border-radius: 50%; font-size: 0; opacity: 1; transform: none; }
  .product-image-expand::before { content: "↗"; font: 400 14px/1 var(--sans); }
  .product-lightbox-shell { grid-template-rows: 64px minmax(0,1fr) 68px; }
  .product-lightbox-header { padding: 0 18px; }
  .product-lightbox-header p { font-size: 20px; }
  .product-lightbox-header small { display: none; }
  .product-lightbox-stage { padding: 12px 8px; grid-template-columns: 42px minmax(0,1fr) 42px; gap: 4px; }
  .product-lightbox-arrow { width: 38px; height: 38px; border-color: rgba(44,42,36,.18); background: rgba(255,255,255,.5); font-size: 19px; }
  .product-lightbox-footer { padding: 0 18px; grid-template-columns: 1fr auto; }
  .product-lightbox-pagination { justify-self: end; }
  .product-lightbox-hint { display: none; }
  .product-panel-inner { position: static; padding: 48px 24px 40px; }
  .product-panel h1 { font-size: clamp(52px,15vw,74px); }
  .product-description { font-size: 16px; }
  .product-sizes { grid-template-columns: repeat(6,1fr); }
  .related-products { padding: 90px 8px 0; }
  .related-products > header { padding: 0 14px; }
  .related-products > header h2 { font-size: 54px; }
  .related-products > div { grid-template-columns: repeat(2,1fr); gap: 42px 7px; }
  .related-card:last-child { display: none; }
  .related-card h3 { font-size: 19px; }
}

@media (max-width: 520px) {
  .shop-card-copy > a { font-size: 16px; }
  .shop-card-chapter { display: none; }
  .shop-toolbar { min-height: 70px; padding-inline: 14px; }
  .shop-toolbar-title { font-size: 29px; }
  .shop-filter-button { gap: 7px; }
  .shop-toolbar select { width: 108px; max-width: 108px; font-size: 11px; }
  .filter-drawer { width: 100vw; grid-template-rows: 78px minmax(0,1fr) auto; }
  .filter-content { padding: 6px 20px 28px; }
  .filter-drawer > header, .filter-drawer > footer { padding-inline: 20px; }
  .filter-drawer-heading > span { margin-bottom: 6px; font-size: 9px; }
  .filter-drawer-heading h2 { font-size: 28px; }
  .filter-content fieldset { padding-block: 24px 22px; }
  .product-panel-inner { padding-inline: 20px; }
  .product-sizes button { height: 44px; }
  .related-products > header { grid-template-columns: 1fr; }
  .related-products > header a { grid-column: 1; grid-row: 3; justify-self: start; margin-top: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .shop-card-media img, .shop-editorial > img, .filter-drawer, .filter-backdrop, .related-card img, .product-image img, .product-image-expand, .product-lightbox-figure img, .product-lightbox-arrow { transition: none; }
}

/* Commerce typography: a legible utility scale modeled on luxury retail. */
.shop-card-chapter,
.shop-editorial span,
.product-chapter,
.product-choice span,
.product-size-heading span,
.related-products > header span,
.related-card > a > span {
  font-size: var(--type-label);
  font-weight: 400;
  letter-spacing: .13em;
}

.shop-filter-button,
.shop-toolbar select,
.shop-empty button,
.shop-editorial em,
.filter-drawer > footer button,
.product-size-heading a,
.product-add-button,
.product-accordion > button,
.related-products > header a {
  font-size: var(--type-ui);
  font-weight: 400;
  letter-spacing: .09em;
}

.shop-card-copy > div,
.related-card p {
  color: var(--muted-readable);
  font-size: var(--type-meta);
  font-weight: 400;
  letter-spacing: .06em;
  line-height: 1.45;
}

.filter-content label span { font-size: 14px; font-weight: 400; line-height: 1.45; }
.filter-content label small { color: var(--muted-readable); font-size: 12px; font-weight: 400; }
.product-breadcrumb { color: var(--muted-readable); font-size: 11px; font-weight: 400; letter-spacing: .08em; }
.product-price-row { font-size: 13px; font-weight: 400; }
.product-choice b { font-size: 13px; }
.product-sizes button { font-size: 12px; font-weight: 400; }
.product-service p { color: var(--muted-readable); font-size: 13px; font-weight: 400; }
.product-accordion > div > p { color: var(--muted-readable); font-size: 13px; font-weight: 400; line-height: 1.75; }
.product-add-button:disabled { color: #5a564f; }

@media (max-width: 900px) {
  .shop-card-copy > div { gap: 5px; font-size: 12px; }
  .shop-filter-button,
  .shop-toolbar select { font-size: 11px; }
  .product-breadcrumb,
  .product-chapter,
  .product-choice span,
  .product-size-heading span,
  .product-size-heading a,
  .product-add-button,
  .product-accordion > button,
  .related-products > header span,
  .related-products > header a,
  .related-card > a > span { font-size: 11px; }
  .related-card p { font-size: 12px; }
  .shop-filter-button,
  .shop-toolbar select,
  .product-size-heading a,
  .product-add-button,
  .product-accordion > button { font-size: 12px; }
}

@media (max-width: 520px) {
  .shop-toolbar select { width: 108px; max-width: 108px; font-size: 11px; }
  .shop-card-copy > div { font-size: 12px; line-height: 1.4; }
}
