.gallery{padding:56px 0 80px}.gallery-shell{width:100%;max-width:1220px;margin:0 auto;padding:0 20px}.gallery-intro{text-align:center;margin-bottom:32px}.gallery-intro h1{margin:8px 0 12px;font-size:clamp(2rem,4vw,3rem)}.gallery-layout{grid-template-columns:240px minmax(0,1fr);align-items:flex-start;gap:32px;display:grid}.gallery-sidebar{border:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f7f0e2cc;border-radius:22px;max-height:calc(100vh - 150px);padding:26px;position:sticky;top:110px;overflow-y:auto}.gallery-sidebar::-webkit-scrollbar{width:4px}.gallery-sidebar::-webkit-scrollbar-track{background:0 0}.gallery-sidebar::-webkit-scrollbar-thumb{background:#0003;border-radius:999px}.filter-group{border-top:1px solid var(--border);padding:16px 0}.filter-group:first-of-type{border-top:none;padding-top:0}.filter-group-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.filter-label{margin:0;font-weight:600}.range-value{color:var(--muted);font-size:.85rem}.filter-slider{width:100%;accent-color:var(--brand);--slider-thumb-size:18px;--value-percent:0%}.filter-slider:focus{outline:none}.filter-slider::-webkit-slider-runnable-track{background:linear-gradient(90deg,var(--brand)0%,var(--brand)var(--value-percent),var(--brand-600)var(--value-percent),var(--brand-600)100%);border-radius:999px;height:6px}.filter-slider::-webkit-slider-thumb{appearance:none;background:var(--brand);border:2px solid var(--bg);margin-top:calc((6px - var(--slider-thumb-size))/2);box-sizing:border-box}.filter-slider::-moz-range-track{background:var(--brand-600);border-radius:999px;height:6px}.filter-slider::-moz-range-progress{background:var(--brand);border-radius:999px;height:6px}.filter-slider::-moz-range-thumb{background:var(--brand);border:2px solid var(--bg);box-sizing:border-box}.filter-slider::-webkit-slider-thumb{width:var(--slider-thumb-size);height:var(--slider-thumb-size)}.filter-slider::-moz-range-thumb{width:var(--slider-thumb-size);height:var(--slider-thumb-size);border:none}.filter-slider-wrap{padding-bottom:24px;position:relative}.filter-slider-value{color:var(--muted);background:var(--bg);border:2px solid var(--border);white-space:nowrap;pointer-events:none;border-radius:999px;padding:4px 8px;font-size:.8rem;position:absolute;top:30px;transform:translate(-50%)}.filter-slider-value:after{content:"";border-left:6px solid #0000;border-right:6px solid #0000;border-bottom:6px solid var(--bg);position:absolute;top:-6px;left:50%;transform:translate(-50%)}.filter-slider-value:before{content:"";border-left:8px solid #0000;border-right:8px solid #0000;border-bottom:8px solid var(--border);position:absolute;top:-8px;left:50%;transform:translate(-50%)}.gallery-content{min-height:400px}.gallery-content-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;display:flex}.gallery-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}@media (max-width:900px){.gallery-cards{grid-template-columns:1fr}}.gallery-card{border:1px solid var(--border);background:var(--bg);border-radius:22px;flex-direction:column;gap:16px;padding:18px;display:flex;position:relative}.gallery-card-media{border:1px dashed var(--border);height:180px;color:var(--muted);background:#fff6;border-radius:18px;justify-content:center;align-items:center;font-size:.9rem;display:flex;position:relative;overflow:hidden}.gallery-card-media span{z-index:1}.gallery-card-media img{-o-object-fit:cover;object-fit:cover;position:absolute;inset:0}.gallery-card-body{padding-bottom:64px}.gallery-card-body h3{margin:0 0 6px}.gallery-card-body p{margin:0 0 12px}.gallery-card-top{justify-content:space-between;align-items:center;gap:12px;font-size:.9rem;display:flex}.gallery-card-tag{text-transform:uppercase;letter-spacing:.2em;color:var(--muted);font-size:.7rem}.gallery-card-price{font-weight:600}.gallery-card-specs{flex-wrap:wrap;gap:16px;margin:12px 0 20px;display:flex}.gallery-card-specs div{min-width:120px}.gallery-card-specs dt{text-transform:uppercase;letter-spacing:.15em;color:var(--muted);margin-bottom:4px;font-size:.8rem}.gallery-card-specs dd{margin:0;font-weight:600}.gallery-card-actions{flex-wrap:wrap;gap:10px;display:flex;position:absolute;bottom:18px;left:18px;right:18px}@media (max-width:960px){.gallery-layout{grid-template-columns:1fr}.gallery-sidebar{max-height:none;position:static;overflow:visible}}
