/* Product pages keep image proportions and physical-size illustrations separate. */
.product-page { color: #2b221c; }
.product-page [hidden] { display: none !important; }
.product-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; padding-block: 27px 31px; font-size: 12px; color: #6b5e52; }
.product-breadcrumb a:hover { color: #2b221c; text-decoration: underline; text-underline-offset: 4px; }
.product-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: clamp(28px, 6vw, 84px); align-items: start; padding-bottom: 76px; }
.product-gallery { position: sticky; top: 112px; min-width: 0; }
.product-gallery-stage { background: #e5dfd2; aspect-ratio: 1 / 1.09; position: relative; overflow: hidden; }
.product-gallery-panel { position: absolute; inset: 0; }
.product-image-button { display: grid; place-items: center; width: 100%; height: 100%; padding: 48px; border: 0; color: #2b221c; background: transparent; cursor: zoom-in; }
.product-image-button:focus-visible { outline-offset: -4px; }
.product-main-image { display: block; object-fit: contain; width: 100%; height: 100%; min-height: 0; max-height: 100%; filter: drop-shadow(0 12px 15px #2b221c26); }
.product-enlarge { position: absolute; bottom: 18px; right: 18px; display: inline-flex; gap: 6px; align-items: center; background: #fbf9f4ed; padding: 8px 12px; color: #4a3f36; font-size: 11px; letter-spacing: .015em; }
.product-enlarge > span { font-size: 17px; line-height: 1; }
.product-detail-panel { overflow: hidden; }
.product-detail-panel .product-image-button { padding: 0; }
.product-detail-panel img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.65); }
.product-room-panel { display: grid; place-items: center; background: #e8e2d8; }
.product-room { width: 100%; height: auto; display: block; }
.product-gallery-controls { display: flex; gap: 0; border-bottom: 1px solid #c8bfb0; margin-top: 11px; }
.product-gallery-controls button { flex: 1; padding: 15px 8px 13px; min-height: 46px; border: 0; border-bottom: 2px solid transparent; background: transparent; color: #6b5e52; font: inherit; font-size: 12px; cursor: pointer; }
.product-gallery-controls button[aria-pressed="true"] { border-bottom-color: #2b221c; color: #2b221c; }
.product-gallery-controls button:hover { background: #2b221c06; }
.product-gallery-caption { min-height: 42px; color: #6b5e52; font-size: 11px; line-height: 1.65; margin: 14px 0 17px; max-width: 58ch; }
.product-image-credit { display: flex; justify-content: space-between; gap: 12px; text-transform: uppercase; font-size: 8px; letter-spacing: .16em; color: #6b5e52; }
.product-information { min-width: 0; padding-top: 3px; }
.product-kicker { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-bottom: 18px; }
.product-kicker .eyebrow { margin: 0; }
.product-availability { font-size: 10px; border-left: 1px solid #baad99; padding-left: 12px; color: #6b5e52; }
.product-availability.is-sold { color: #795f44; }
.product-information h1 { font-family: "Playfair Display", Georgia, serif; font-size: clamp(36px, 4.1vw, 59px); line-height: 1.1; font-weight: 500; letter-spacing: -.035em; margin: 0 0 16px; text-wrap: balance; }
.product-medium { font-size: 12px; color: #6b5e52; margin: 0 0 26px; }
.product-description { font-size: 14px; line-height: 1.9; margin: 0 0 26px; max-width: 48ch; color: #4a3f36; }
.product-price-line { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; }
.product-price { font-size: 24px; line-height: 1.4; font-weight: 500; letter-spacing: -.02em; }
.product-price-line .muted { font-size: 10px; }
.product-confirmation { font-size: 11px; color: #6b5e52; margin: 9px 0 21px; line-height: 1.65; }
.product-size-line { display: flex; gap: 16px; align-items: center; justify-content: space-between; padding-block: 15px; border-block: 1px solid #d6cdbe; font-size: 13px; }
.product-unit-switch { display: flex; gap: 1px; background: #e2dacb; padding: 3px; border-radius: 3px; }
.product-unit-switch button { min-width: 38px; min-height: 32px; padding: 0 9px; border: 0; background: transparent; font: inherit; font-size: 11px; color: #6b5e52; cursor: pointer; border-radius: 2px; }
.product-unit-switch button[aria-pressed="true"] { background: #fbf9f4; color: #2b221c; }
.product-options { display: flex; align-items: flex-end; gap: 14px; margin-top: 20px; }
.product-options:empty { display: none; }
.product-field { display: grid; flex: 1; gap: 8px; font-size: 11px; color: #4a3f36; }
.product-field select, .product-field input { font: inherit; font-size: 13px; min-height: 47px; width: 100%; border: 1px solid #bbae9b; border-radius: 0; color: #2b221c; background: #fbf9f452; padding: 9px 12px; }
.product-field select { padding-right: 28px; cursor: pointer; }
.product-quantity { max-width: 78px; }
.product-purchase { display: flex; gap: 10px; margin-top: 21px; }
.product-purchase > .button { flex: 1; display: flex; align-items: center; justify-content: space-between; min-height: 52px; padding-inline: 20px; }
.product-purchase > .button:disabled { opacity: .62; cursor: default; }
.product-save { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 52px; min-width: 89px; padding: 10px 14px; border: 1px solid #b9ab98; border-radius: 0; background: transparent; color: #2b221c; font: inherit; font-size: 11px; cursor: pointer; }
.product-save > span:first-child { font-size: 22px; line-height: 1; }
.product-save[aria-pressed="true"] { color: #7c4537; background: #7c453709; }
.product-bag-status { margin: 8px 0 0; font-size: 11px; color: #6b5e52; }
.product-bag-status:empty { display: none; }
.product-bag-link { font-size: 12px; text-decoration: underline; text-underline-offset: 4px; display: inline-block; margin-top: 9px; }
.product-enquiry { display: flex; justify-content: center; align-items: center; gap: 9px; min-height: 44px; margin-top: 8px; font-size: 11px; color: #4a3f36; text-decoration: underline; text-underline-offset: 4px; }
.product-companion { margin: 15px 0 0; font-size: 11px; line-height: 1.8; color: #6b5e52; }
.product-companion a { color: #7f5f30; text-decoration: underline; text-underline-offset: 3px; }
.product-specifications { margin: 27px 0 16px; padding-top: 16px; border-top: 1px solid #d6cdbe; font-size: 11px; line-height: 1.8; }
.product-specifications > div { display: grid; grid-template-columns: 88px minmax(0, 1fr); gap: 14px; padding-block: 5px; }
.product-specifications dt { color: #6b5e52; }
.product-specifications dd { margin: 0; }
.product-policy-list { border-top: 1px solid #d6cdbe; }
.product-policy-list details { border-bottom: 1px solid #d6cdbe; }
.product-policy-list summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-block: 17px; cursor: pointer; font-size: 12px; }
.product-policy-list summary::-webkit-details-marker { display: none; }
.product-policy-list summary > span { font-size: 17px; font-weight: 300; }
.product-policy-list details[open] summary > span { transform: rotate(45deg); }
.product-policy-list details p { margin: 0 0 20px; font-size: 12px; line-height: 1.9; color: #6b5e52; }
.product-policy-list details a { color: #7f5f30; text-decoration: underline; text-underline-offset: 3px; }
.product-sample-note { color: #6b5e52; font-size: 10px; line-height: 1.8; margin: 18px 0 0; }
.product-artist-section { background: #e3dccf; border-block: 1px solid #d6cdbe; padding-block: 58px; }
.product-artist-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 70px; }
.product-artist-layout h2, .product-related h2 { font-family: "Playfair Display", Georgia, serif; font-size: clamp(29px, 3vw, 42px); font-weight: 500; line-height: 1.18; margin: 14px 0 0; letter-spacing: -.025em; }
.product-artist-layout p { margin: 0 0 15px; font-size: 14px; line-height: 1.9; max-width: 54ch; }
.product-artist-layout p.muted { font-size: 12px; }
.product-text-link { display: inline-flex; align-items: center; gap: 20px; font-size: 11px; min-height: 44px; color: #7f5f30; text-decoration: underline; text-underline-offset: 6px; }
.product-related { padding-block: 76px 84px; }
.product-related-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 35px; }
.product-related-heading h2 { max-width: 22ch; }
.product-related .product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
.product-related-card { min-width: 0; }
.product-related-image { position: relative; display: grid; place-items: center; aspect-ratio: 4 / 5; padding: 30px; background: #e4ddd0; overflow: hidden; }
.product-related-image img { width: 100%; height: 100%; min-height: 0; object-fit: contain; transition: transform .3s ease; }
.product-related-image:hover img { transform: translateY(-3px); }
.product-related-kind { position: absolute; left: 12px; top: 12px; padding: 4px 7px; background: #fbf9f4e8; font-size: 9px; letter-spacing: .03em; }
.product-related-title { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.product-related-title h3 { font-family: "Playfair Display", Georgia, serif; font-size: 22px; line-height: 1.2; font-weight: 500; margin: 0; }
.product-related-title > span { font-size: 12px; white-space: nowrap; }
.product-related-card > p { font-size: 11px; color: #6b5e52; margin: 7px 0 0; }
.product-zoom-dialog { width: min(1120px, calc(100vw - 40px)); max-width: none; max-height: calc(100dvh - 40px); padding: 22px; border: 0; color: #2b221c; background: #fbf9f4; }
.product-zoom-dialog::backdrop { background: #201810d9; }
.product-zoom-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-bottom: 18px; }
.product-zoom-toolbar .eyebrow { margin: 0 0 7px; font-size: 9px; }
.product-zoom-toolbar h2 { margin: 0; font: 500 25px/1.2 "Playfair Display", Georgia, serif; }
.product-zoom-actions { display: flex; gap: 8px; flex-shrink: 0; }
.product-zoom-actions button { min-height: 44px; padding: 8px 13px; border: 1px solid #cbbfac; background: transparent; color: #2b221c; font: inherit; font-size: 11px; cursor: pointer; }
.product-zoom-actions button[aria-pressed="true"] { background: #e3dccf; }
.product-zoom-canvas { height: min(72dvh, 800px); overflow: auto; background: #e5dfd2; padding: 20px; }
.product-zoom-canvas img { display: block; width: 100%; height: 100%; object-fit: contain; margin: 0 auto; }
.product-zoom-canvas.is-enlarged img { width: 160%; height: auto; max-width: none; max-height: none; object-fit: initial; }
.product-zoom-note { margin: 12px 0 0; font-size: 10px; color: #6b5e52; }
@media (min-width: 861px) and (max-height: 800px) { .product-gallery { position: static; } }
@media (max-width: 860px) {
  .product-layout { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 28px; }
  .product-gallery { position: static; }
  .product-image-button { padding: 28px; }
  .product-information h1 { font-size: 38px; }
  .product-availability { border: 0; padding: 0; }
  .product-kicker { gap: 9px; }
  .product-artist-layout { gap: 35px; }
  .product-related .product-grid { gap: 18px; }
  .product-related-image { padding: 22px; }
  .product-related-title h3 { font-size: 20px; }
}
@media (max-width: 640px) {
  .product-breadcrumb { padding-block: 21px; font-size: 10px; gap: 8px; }
  .product-layout { grid-template-columns: minmax(0, 1fr); gap: 37px; padding-bottom: 45px; }
  .product-gallery-stage { aspect-ratio: 1 / 1.04; }
  .product-image-button { padding: 33px; }
  .product-gallery-controls button { font-size: 11px; }
  .product-gallery-caption { min-height: 0; margin-bottom: 14px; }
  .product-image-credit { font-size: 7px; }
  .product-information h1 { font-size: clamp(35px, 10vw, 46px); }
  .product-kicker { justify-content: space-between; }
  .product-medium { margin-bottom: 21px; }
  .product-description { max-width: none; }
  .product-artist-section { padding-block: 38px; }
  .product-artist-layout { grid-template-columns: 1fr; gap: 24px; }
  .product-related { padding-block: 46px; }
  .product-related-heading { align-items: start; flex-direction: column; gap: 12px; margin-bottom: 27px; }
  .product-related .product-grid { grid-template-columns: 1fr; gap: 31px; }
  .product-related-image { aspect-ratio: 1 / 1.08; padding: 40px; }
  .product-related-title h3 { font-size: 25px; }
  .product-zoom-dialog { width: calc(100vw - 20px); max-height: calc(100dvh - 20px); padding: 14px; }
  .product-zoom-toolbar { gap: 14px; align-items: start; }
  .product-zoom-toolbar h2 { font-size: 22px; }
  .product-zoom-actions { gap: 5px; }
  .product-zoom-actions button { padding-inline: 8px; font-size: 10px; }
  .product-zoom-canvas { height: 65dvh; padding: 12px; }
}
@media (prefers-reduced-motion: reduce) { .product-related-image img { transition: none; } }
.product-buy-now { display: flex; width: 100%; justify-content: center; min-height: 52px; margin-top: 10px; }
