.products-section{background:var(--blush)}
.product-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;max-width:1200px;margin:auto}
.product-card{background:#fff;box-shadow:var(--shadow);overflow:hidden}
.product-preview-button{display:block;position:relative;width:100%;padding:0;border:0;background:#eee;cursor:zoom-in}
.product-preview-button img{width:100%;aspect-ratio:4/3;object-fit:cover;transition:transform .35s ease}
.product-preview-button:hover img{transform:scale(1.035)}
.product-preview-button span{position:absolute;right:.7rem;bottom:.7rem;padding:.35rem .65rem;border-radius:100px;background:#231217c9;color:#fff;font-size:.7rem}
.product-card>div{padding:1.25rem}
.product-card h3{font-size:1.65rem}
.product-card p{min-height:3.2rem;color:#786568}
.product-interest-button{width:100%;padding:.8rem 1rem;border:1px solid var(--pink);background:#fff;color:var(--deep);border-radius:100px;cursor:pointer;font-weight:600}
.product-interest-button.selected{background:var(--pink);color:#fff}
.product-interest{border-top:1px solid var(--line);padding-top:1rem}
.product-interest legend em{font-style:normal;color:#927c7e;text-transform:none;letter-spacing:0}
.product-interest-list{display:flex;flex-wrap:wrap;gap:.5rem;margin:.4rem 0}
.product-interest-list button{padding:.55rem .8rem;border:0;border-radius:100px;background:var(--blush);color:var(--deep);cursor:pointer}
.product-lightbox{position:fixed;z-index:100;inset:0;display:grid;grid-template-columns:auto minmax(0,900px) auto;align-items:center;justify-content:center;gap:1rem;padding:2rem;background:#160b0edf;color:#fff}
.product-lightbox[hidden]{display:none}
.product-lightbox figure{margin:0;max-height:90vh;display:flex;flex-direction:column;align-items:center}
.product-lightbox figure img{max-width:100%;max-height:72vh;object-fit:contain;touch-action:pan-y}
.product-lightbox figcaption{text-align:center;max-width:650px}
.product-lightbox figcaption h3{margin-top:.8rem}
.product-lightbox figcaption p{margin:.35rem 0}
.product-lightbox button{border:1px solid #ffffff88;background:#2e1c21cc;color:#fff;width:48px;height:48px;border-radius:50%;font-size:2rem;cursor:pointer}
.product-lightbox-close{position:absolute;top:1rem;right:1rem}
.product-slide-count{font-size:.75rem;letter-spacing:.12em}
.modal-open{overflow:hidden}
@media(max-width:800px){.product-list{grid-template-columns:1fr 1fr;gap:.8rem}.product-card>div{padding:.9rem}.product-card h3{font-size:1.25rem}.product-card p{min-height:0;font-size:.82rem}.product-lightbox{grid-template-columns:42px minmax(0,1fr) 42px;padding:1rem .35rem}.product-lightbox button{width:40px;height:40px}.product-lightbox figure img{max-height:68vh}}
@media(max-width:480px){.product-list{grid-template-columns:1fr}}
