/* Product media and specifications share the left column on wide screens. */
.product-visual-column,.detail-info{min-width:0}
.product-gallery{min-width:0}
.gallery-stage{position:relative;border-radius:5px;overflow:hidden;background:var(--wash)}
.gallery-open{display:block;position:relative;width:100%;padding:0;background:none;color:var(--ink);cursor:zoom-in;aspect-ratio:1.5}
.gallery-open:disabled{cursor:default}
.gallery-open:disabled .gallery-zoom{display:none}
.gallery-open>img{width:100%;height:100%;object-fit:contain;display:block}
.gallery-zoom{position:absolute;right:15px;bottom:15px;display:flex;gap:7px;align-items:center;background:#f8f7f4ed;border-radius:4px;padding:9px 12px;font-size:.8125rem;transition:background .2s}
.gallery-zoom svg{width:18px;height:18px}
.gallery-open:hover .gallery-zoom{background:#fff}
.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#f8f7f4ed;color:var(--ink);border:1px solid #deded7a0;border-radius:50%;transition:background .2s}
.gallery-arrow:hover{background:#fff}
.gallery-arrow svg{width:23px;height:23px}
.gallery-prev{left:13px}.gallery-next{right:13px}
.gallery-thumbnail-list{position:relative;display:flex;gap:10px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;padding:3px;margin-top:13px;scrollbar-width:thin;scrollbar-color:var(--line) transparent}
.gallery-thumbnail{flex:0 0 104px;aspect-ratio:1.5;position:relative;padding:0;background:var(--wash);border:2px solid transparent;border-radius:4px;overflow:hidden;opacity:.7;scroll-snap-align:start;transition:opacity .2s,border-color .2s}
.gallery-thumbnail img{width:100%;height:100%;object-fit:cover;display:block}
.gallery-thumbnail:hover,.gallery-thumbnail[aria-pressed=true]{opacity:1}
.gallery-thumbnail[aria-pressed=true]{border-color:var(--copper)}
.gallery-open:focus-visible{outline:2px solid var(--copper);outline-offset:-3px}
.gallery-thumbnail:focus-visible,.gallery-arrow:focus-visible{outline:2px solid var(--ink);outline-offset:2px}
.gallery-meta{display:flex;justify-content:space-between;align-items:baseline;gap:18px;margin-top:13px;font-size:.8125rem;line-height:1.6;color:var(--muted)}
.gallery-meta p{margin:0}.gallery-meta span{white-space:nowrap;font-variant-numeric:tabular-nums}
.gallery-note{font-size:.8125rem;color:var(--muted);line-height:1.65;margin-top:7px;max-width:62ch}
.product-facts{margin-top:29px;padding-top:23px;border-top:1px solid var(--line)}
.product-facts h2{font-size:1.25rem;line-height:1.4;margin:0 0 19px}
.product-facts .specs{margin:0;border-top:0}
.product-facts .specs>div{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:20px;padding:12px 0}
.product-facts .specs>div:first-child{padding-top:0}
.gallery-dialog{width:min(1180px,calc(100% - 36px));max-width:none;max-height:calc(100dvh - 36px);padding:20px 24px;margin:auto;border:0;border-radius:8px;background:var(--paper);color:var(--ink);overflow:auto;box-shadow:0 20px 80px #0004}
.gallery-dialog::backdrop{background:#161916bf}
.gallery-dialog-head{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:16px}
.gallery-dialog-head h2{font-size:1.125rem;line-height:1.5;margin:0}
.gallery-dialog-head .enquiry-close{flex-shrink:0}
.gallery-dialog-stage{position:relative;background:var(--wash);border-radius:4px;overflow:hidden}
.gallery-dialog-stage>img{display:block;width:100%;height:min(68dvh,760px);object-fit:contain}
.gallery-dialog-foot{display:flex;justify-content:space-between;gap:20px;padding-top:16px;font-size:.875rem;line-height:1.6;color:var(--muted)}
.gallery-dialog-foot span{white-space:nowrap;font-variant-numeric:tabular-nums}
body.gallery-view-open{overflow:hidden}
@media(max-width:800px){
 .product-detail{display:flex;flex-direction:column;gap:25px;align-items:stretch}
 .product-visual-column,.detail-info{display:contents}
 .product-intro{order:0}.product-gallery{order:1}.product-purchase{order:2}.product-facts{order:3}.product-fulfillment{order:4}
 .product-facts{margin-top:0;padding-top:23px}
 .product-purchase .finish-picker{margin-top:0}
 .product-fulfillment{margin-top:0}
 .product-detail .product-intro h1{font-size:clamp(1.9rem,5.5vw,2.6rem);margin-bottom:13px;line-height:1.3}
 .product-intro .detail-description{margin-top:14px}
 .product-intro .eyebrow{margin-bottom:12px}
}
@media(max-width:480px){
 .gallery-thumbnail{flex-basis:82px}.gallery-thumbnail-list{gap:8px;margin-top:10px}
 .gallery-zoom{right:10px;bottom:10px;font-size:.75rem;padding:7px 9px}
 .gallery-prev{left:8px}.gallery-next{right:8px}
 .gallery-dialog{width:calc(100% - 16px);max-height:calc(100dvh - 16px);padding:14px}
 .gallery-dialog-stage>img{height:58dvh}
 .gallery-dialog-head h2{font-size:1rem}
 .product-facts .specs>div{gap:15px}
}
@media(prefers-reduced-motion:reduce){.gallery-thumbnail,.gallery-arrow,.gallery-zoom{transition:none}}
