.product-card .product-photo{background:#f3f3f1;aspect-ratio:1/1}
.product-card .product-photo img{object-fit:contain;width:100%;height:100%}
.product-card .product-price{margin-top:12px;color:#111;font-weight:500;font-size:14px}
.product-main{background:#fff;color:#111}
.product-shell{max-width:1360px;padding:0 clamp(20px,6vw,90px) 64px;margin:auto}
.product-detail{display:grid;grid-template-columns:1.05fr 1fr;gap:clamp(32px,5vw,72px);align-items:start;margin-top:36px}
.product-detail-image{background:#f4f4f2;aspect-ratio:1/1}
.product-detail-image img{width:100%;height:100%;object-fit:contain}
.product-kicker{font-size:12px;letter-spacing:.06em;text-transform:uppercase}
.product-detail-copy h1{font:500 clamp(36px,4vw,56px)/1.12 'Cormorant Garamond',serif;margin:16px 0 24px;color:#111}
.product-detail-copy>p,.product-description p{font-size:15px;line-height:1.85;color:#555}
.product-detail-copy dl{margin:24px 0;font-size:14px}
.product-detail-copy dl>div{display:grid;grid-template-columns:130px 1fr;padding:12px 0;border-bottom:1px solid #ddd;gap:16px}
.product-detail-copy dd{margin:0}.product-detail-copy dt{color:#666}
.product-inquiry{display:flex;justify-content:center;align-items:center;min-height:48px;padding:14px 18px;background:#111;color:#fff;font-size:14px;text-align:center}
.product-phone{display:block;margin-top:14px;font-size:14px;min-height:44px;text-align:center}
.product-detail-copy .product-demo-note{font-size:12px;color:#777}
.product-description{max-width:780px;margin-top:48px}
.product-description h2{font:500 30px/1.25 'Cormorant Garamond',serif;margin:30px 0 16px}
@media(max-width:767px){.product-detail{grid-template-columns:1fr;gap:24px;margin-top:24px}.product-detail-copy dl>div{grid-template-columns:110px 1fr}.overview-group .product-card .product-photo{aspect-ratio:1/1}}
