.Gallery-module__fvxASG__page{width:100%;max-width:1400px;min-height:100vh;margin:0 auto;padding:3rem 1.5rem 5rem}.Gallery-module__fvxASG__header{text-align:center;max-width:750px;margin-bottom:3.5rem;margin-left:auto;margin-right:auto}.Gallery-module__fvxASG__kicker{text-transform:uppercase;letter-spacing:.12em;color:var(--primary);margin-bottom:.5rem;font-size:.82rem;font-weight:700}.Gallery-module__fvxASG__title{font-family:var(--font-heading);margin-bottom:1rem;font-size:2.75rem;font-weight:800;line-height:1.15}.Gallery-module__fvxASG__lede{color:var(--foreground-muted);font-size:1.1rem;line-height:1.6}.Gallery-module__fvxASG__filterBar{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;margin-bottom:3rem;display:flex}.Gallery-module__fvxASG__filterBtn{background:var(--input-bg);border:1px solid var(--border);color:var(--foreground-muted);cursor:pointer;border-radius:50px;padding:.6rem 1.25rem;font-size:.9rem;font-weight:600;transition:all .25s}.Gallery-module__fvxASG__filterBtn:hover{border-color:var(--primary);color:var(--foreground);transform:translateY(-1px)}.Gallery-module__fvxASG__activeFilter{background:var(--primary);border-color:var(--primary);box-shadow:0 4px 15px var(--primary-glow);color:#fff!important}.Gallery-module__fvxASG__grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;display:grid}.Gallery-module__fvxASG__card{border:1px solid var(--border);background:var(--background-alt);cursor:pointer;border-radius:20px;transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s,border-color .35s;position:relative;overflow:hidden}.Gallery-module__fvxASG__card:hover{border-color:#6366f166;transform:translateY(-6px);box-shadow:0 20px 40px #00000040}.Gallery-module__fvxASG__imageWrapper{aspect-ratio:4/5;width:100%;position:relative;overflow:hidden}.Gallery-module__fvxASG__image{object-fit:cover;transition:transform .5s}.Gallery-module__fvxASG__card:hover .Gallery-module__fvxASG__image{transform:scale(1.06)}.Gallery-module__fvxASG__categoryTag{-webkit-backdrop-filter:blur(8px);color:#fff;text-transform:uppercase;letter-spacing:.05em;z-index:2;background:#0f172aa6;border:1px solid #ffffff26;border-radius:50px;padding:.3rem .75rem;font-size:.75rem;font-weight:700;position:absolute;top:1rem;left:1rem}.Gallery-module__fvxASG__cardOverlay{opacity:0;z-index:3;background:linear-gradient(#0000 0%,#0f172a66 50%,#0f172aeb 100%);flex-direction:column;justify-content:flex-end;padding:1.5rem;transition:opacity .3s;display:flex;position:absolute;inset:0}.Gallery-module__fvxASG__card:hover .Gallery-module__fvxASG__cardOverlay{opacity:1}.Gallery-module__fvxASG__cardTitle{font-family:var(--font-heading);color:#fff;margin-bottom:.4rem;font-size:1.2rem;font-weight:700;line-height:1.3}.Gallery-module__fvxASG__cardPrice{color:var(--accent);margin-bottom:1rem;font-size:1.1rem;font-weight:800}.Gallery-module__fvxASG__actionBtnRow{gap:.5rem;display:flex}.Gallery-module__fvxASG__shopNowBtn{text-align:center;background:var(--primary);color:#fff;box-shadow:0 4px 12px var(--primary-glow);border:none;border-radius:10px;flex:1;padding:.6rem 1rem;font-size:.88rem;font-weight:700;text-decoration:none;transition:all .2s}.Gallery-module__fvxASG__shopNowBtn:hover{filter:brightness(1.1);transform:translateY(-1px)}.Gallery-module__fvxASG__quickLookBtn{color:#fff;cursor:pointer;background:#ffffff26;border:1px solid #ffffff40;border-radius:10px;padding:.6rem .85rem;font-size:.88rem;font-weight:600;transition:background .2s}.Gallery-module__fvxASG__quickLookBtn:hover{background:#ffffff4d}.Gallery-module__fvxASG__modalBackdrop{-webkit-backdrop-filter:blur(10px);z-index:1000;background:#000000d1;justify-content:center;align-items:center;padding:1.5rem;animation:.25s ease-out Gallery-module__fvxASG__fadeIn;display:flex;position:fixed;inset:0}.Gallery-module__fvxASG__modalContent{background:var(--background-alt);border:1px solid var(--border);border-radius:24px;grid-template-columns:1fr 1fr;width:100%;max-width:900px;display:grid;position:relative;overflow:hidden;box-shadow:0 25px 60px #00000080}.Gallery-module__fvxASG__closeBtn{border:1px solid var(--border);color:var(--foreground);cursor:pointer;z-index:10;background:#0f172a99;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.25rem;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}.Gallery-module__fvxASG__closeBtn:hover{background:var(--primary);color:#fff}.Gallery-module__fvxASG__modalImageCol{aspect-ratio:4/5;background:var(--background);width:100%;position:relative}.Gallery-module__fvxASG__modalDetailsCol{flex-direction:column;justify-content:center;padding:2.5rem 2rem;display:flex}.Gallery-module__fvxASG__modalTitle{font-family:var(--font-heading);margin-bottom:.75rem;font-size:1.75rem;font-weight:800}.Gallery-module__fvxASG__modalPrice{color:var(--accent);margin-bottom:1rem;font-size:1.5rem;font-weight:800}.Gallery-module__fvxASG__modalDesc{color:var(--foreground-muted);margin-bottom:2rem;font-size:.95rem;line-height:1.6}.Gallery-module__fvxASG__modalActions{flex-direction:column;gap:.75rem;display:flex}@keyframes Gallery-module__fvxASG__fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.Gallery-module__fvxASG__title{font-size:2.15rem}.Gallery-module__fvxASG__grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem}.Gallery-module__fvxASG__modalContent{grid-template-columns:1fr;max-height:90vh;overflow-y:auto}.Gallery-module__fvxASG__modalImageCol{aspect-ratio:1}}
