@charset "UTF-8";.showroom-hero{position:relative;min-height:480px;display:flex;align-items:center;overflow:hidden}.showroom-hero ai-img,.showroom-hero img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.showroom-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,rgba(13,27,42,.85) 0,rgba(27,79,114,.55) 100%);z-index:1}.showroom-hero-content{position:relative;z-index:2;padding:80px 20px;max-width:680px}.showroom-hero .section-label{color:#aed6f1;background:rgba(255,255,255,.15)}.showroom-title{font-size:max(1.8rem, min(3.5vw, 3rem));font-weight:800;color:#fff;margin-bottom:16px;line-height:1.2}.showroom-subtitle{font-size:1rem;color:rgba(255,255,255,.85);line-height:1.7;margin:0}.showroom-why-card{background:var(--brand-white);border:1px solid var(--brand-border);border-radius:var(--border-radius);padding:28px 24px;height:100%;transition:var(--transition-base);text-align:center}.showroom-why-card:hover{border-color:var(--brand-primary);box-shadow:var(--shadow-md);transform:translateY(-3px)}.why-icon{width:56px;height:56px;background:rgba(27,79,114,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--brand-primary);margin:0 auto 16px}.showroom-why-card h3{font-size:1rem;font-weight:700;margin-bottom:10px}.showroom-why-card p{font-size:.875rem;color:var(--brand-text-muted);line-height:1.65;margin:0}.showroom-filter-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:8px}.location-tab{padding:8px 18px;border:1px solid var(--brand-border);background:var(--brand-white);border-radius:20px;font-size:.85rem;font-weight:500;color:var(--brand-text);cursor:pointer;transition:var(--transition-base)}.location-tab.active,.location-tab:hover{background:var(--brand-primary);border-color:var(--brand-primary);color:#fff}.showroom-card{background:var(--brand-white);border-radius:var(--border-radius);overflow:hidden;box-shadow:var(--shadow-sm);transition:var(--transition-base);height:100%;display:flex;flex-direction:column}.showroom-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.showroom-img-wrap{height:200px;overflow:hidden}.showroom-img-wrap ai-img,.showroom-img-wrap img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s}.showroom-card:hover .showroom-img-wrap ai-img,.showroom-card:hover .showroom-img-wrap img{transform:scale(1.04)}.showroom-info{padding:20px;flex:1;display:flex;flex-direction:column}.showroom-info h3{font-size:1.05rem;font-weight:700;margin-bottom:8px}.showroom-address,.showroom-hours{font-size:.85rem;color:var(--brand-text-muted);line-height:1.55;margin-bottom:8px}.showroom-info .btn-grohe-outline{margin-top:auto;text-align:center;padding:8px 16px;font-size:.8rem}.showroom-card[style*="display: none"]{display:none!important}