.showroom-gallery.svelte-180yg9t{position:relative;padding:2rem 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.gallery-container.svelte-180yg9t{max-width:1200px;margin:0 auto;padding:0 1rem}.gallery-header.svelte-180yg9t{text-align:center;margin-bottom:3rem}.gallery-title.svelte-180yg9t{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem;position:relative}.gallery-title.svelte-180yg9t:after{content:"";position:absolute;bottom:-.5rem;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(90deg,#3b82f6,#1d4ed8);border-radius:2px}.gallery-subtitle.svelte-180yg9t{color:#64748b;font-size:1.125rem;max-width:600px;margin:0 auto 2rem}.gallery-filters.svelte-180yg9t{margin:2rem 0;text-align:left;max-width:800px;margin-left:auto;margin-right:auto}.filter-section.svelte-180yg9t{margin-bottom:1.5rem}.filter-section.svelte-180yg9t h4:where(.svelte-180yg9t){font-size:1rem;font-weight:600;color:#374151;margin-bottom:.75rem}.filter-buttons.svelte-180yg9t{display:flex;flex-wrap:wrap;gap:.5rem}.filter-btn.svelte-180yg9t{padding:.5rem 1rem;border:1px solid #d1d5db;background:#fff;color:#374151;border-radius:20px;font-size:.875rem;cursor:pointer;transition:all .2s ease}.filter-btn.svelte-180yg9t:hover{border-color:#3b82f6;color:#3b82f6}.filter-btn.active.svelte-180yg9t{background:#3b82f6;color:#fff;border-color:#3b82f6}.gallery-grid.svelte-180yg9t{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.gallery-item.svelte-180yg9t{position:relative;border-radius:16px;overflow:hidden;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;background:#fff;opacity:0;transform:translateY(20px)}.gallery-item.animate-in.svelte-180yg9t{opacity:1;transform:translateY(0)}.gallery-item.svelte-180yg9t:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.gallery-item.tall.svelte-180yg9t{grid-row:span 2}.gallery-item.wide.svelte-180yg9t{grid-column:span 2}.item-image.svelte-180yg9t{width:100%;height:250px;object-fit:cover;transition:transform .4s ease}.gallery-item.tall.svelte-180yg9t .item-image:where(.svelte-180yg9t){height:400px}.gallery-item.svelte-180yg9t:hover .item-image:where(.svelte-180yg9t){transform:scale(1.1)}.item-overlay.svelte-180yg9t{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.2) 50%,rgba(0,0,0,.8) 100%);opacity:0;transition:opacity .3s ease}.gallery-item.svelte-180yg9t:hover .item-overlay:where(.svelte-180yg9t){opacity:1}.item-content.svelte-180yg9t{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;color:#fff;transform:translateY(100%);transition:transform .4s cubic-bezier(.4,0,.2,1)}.gallery-item.svelte-180yg9t:hover .item-content:where(.svelte-180yg9t){transform:translateY(0)}.item-title.svelte-180yg9t{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;line-height:1.3}.item-description.svelte-180yg9t{font-size:.875rem;opacity:.9;line-height:1.5;margin-bottom:.75rem}.item-meta.svelte-180yg9t{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}.item-category.svelte-180yg9t{display:inline-block;background:#3b82f6e6;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.item-period.svelte-180yg9t{display:inline-block;background:#10b981e6;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:500}.item-featured.svelte-180yg9t{color:#fbbf24;font-size:1rem}.item-tags.svelte-180yg9t{display:flex;flex-wrap:wrap;gap:.25rem}.tag.svelte-180yg9t{background:#fff3;color:#fff;padding:.125rem .5rem;border-radius:12px;font-size:.625rem;font-weight:500}.no-results.svelte-180yg9t{text-align:center;padding:4rem 2rem;color:#6b7280}.no-results.svelte-180yg9t h3:where(.svelte-180yg9t){font-size:1.5rem;margin-bottom:.5rem}.lightbox.svelte-180yg9t{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000f2;z-index:1000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .3s ease;overflow-y:auto}.lightbox.active.svelte-180yg9t{opacity:1;visibility:visible}.lightbox-content.svelte-180yg9t{position:relative;max-width:90vw;max-height:90vh;transform:scale(.8);transition:transform .3s ease;margin:2rem}.lightbox.active.svelte-180yg9t .lightbox-content:where(.svelte-180yg9t){transform:scale(1)}.lightbox-image.svelte-180yg9t{max-width:100%;max-height:70vh;border-radius:8px;box-shadow:0 25px 50px -12px #00000080}.lightbox-close.svelte-180yg9t{position:absolute;top:-40px;right:0;background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;padding:.5rem;border-radius:50%;transition:background-color .2s ease}.lightbox-close.svelte-180yg9t:hover{background-color:#ffffff1a}.lightbox-info.svelte-180yg9t{background:#000c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:8px;padding:1.5rem;margin-top:1rem;color:#fff}.lightbox-title.svelte-180yg9t{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.lightbox-desc.svelte-180yg9t{opacity:.9;margin-bottom:1rem;line-height:1.6}.lightbox-meta.svelte-180yg9t{margin-bottom:1rem}.meta-row.svelte-180yg9t{display:flex;margin-bottom:.5rem;gap:1rem}.meta-label.svelte-180yg9t{font-weight:600;min-width:120px;color:#d1d5db}.meta-value.svelte-180yg9t{flex:1}.lightbox-tags.svelte-180yg9t{display:flex;flex-wrap:wrap;gap:.5rem}.lightbox-tags.svelte-180yg9t .tag:where(.svelte-180yg9t){background:#3b82f64d;color:#93c5fd;padding:.25rem .75rem;border-radius:16px;font-size:.75rem}@media (max-width: 768px){.gallery-grid.svelte-180yg9t{grid-template-columns:1fr;gap:1rem}.gallery-item.wide.svelte-180yg9t{grid-column:span 1}.gallery-title.svelte-180yg9t{font-size:2rem}.item-content.svelte-180yg9t{padding:1rem}.lightbox-content.svelte-180yg9t{margin:1rem}.lightbox-info.svelte-180yg9t{padding:1rem}.meta-row.svelte-180yg9t{flex-direction:column;gap:.25rem}.meta-label.svelte-180yg9t{min-width:auto}.filter-buttons.svelte-180yg9t{justify-content:center}}.gallery-item.svelte-180yg9t:focus{outline:2px solid #3b82f6;outline-offset:2px}.sr-only.svelte-180yg9t{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
