.product-visual{height:210px;overflow:hidden}.product-visual img{display:block;width:100%;height:210px;object-fit:cover}.product-detail-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.product-detail-visual.has-image small{z-index:1;padding:5px 8px;color:#fff;background:rgba(9,31,26,.75)}.product-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:12px}.product-gallery-item{height:88px;overflow:hidden;padding:0;border:1px solid var(--line);background:var(--ivory);cursor:zoom-in}.product-gallery-item img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .2s}.product-gallery-item:hover img{transform:scale(1.04)}.image-lightbox{position:fixed;inset:0;z-index:100;display:grid;grid-template-columns:64px minmax(0,900px) 64px;align-items:center;justify-content:center;gap:24px;padding:32px;background:rgba(5,20,16,.94);backdrop-filter:blur(10px)}.image-lightbox[hidden]{display:none}.image-lightbox figure{display:grid;gap:18px;max-width:900px;max-height:calc(100vh - 64px);margin:0}.image-lightbox figure img{display:block;width:100%;max-width:900px;max-height:calc(100vh - 120px);object-fit:contain}.image-lightbox figcaption{color:rgba(255,255,255,.65);font-size:11px;text-align:center;letter-spacing:.12em}.lightbox-close,.lightbox-arrow{display:grid;place-items:center;width:48px;height:48px;color:#fff;border:1px solid rgba(255,255,255,.35);background:rgba(16,44,37,.75);font:inherit;cursor:pointer;transition:color .2s,background .2s,border-color .2s}.lightbox-close{position:absolute;top:24px;right:28px;font-size:27px;line-height:1}.lightbox-close:hover,.lightbox-arrow:hover{color:var(--ink);border-color:var(--gold);background:var(--gold)}.lightbox-arrow{font-size:20px}.lightbox-open{overflow:hidden}@media(max-width:600px){.image-lightbox{grid-template-columns:42px minmax(0,1fr) 42px;gap:8px;padding:20px 10px}.lightbox-close{top:14px;right:14px}.lightbox-arrow{width:38px;height:38px}.image-lightbox figure{max-height:calc(100vh - 40px)}.image-lightbox figure img{max-height:calc(100vh - 100px)}}
