.showroom-gallery { margin-top: 24px; padding-bottom: 48px; color: var(--gray1-color, #27282b); }
.showroom-gallery__head { max-width: 760px; margin-bottom: 16px; }
.showroom-gallery__subtitle { margin-top: 6px; color: #6f7278; font-size: 14px; line-height: 20px; }
.showroom-gallery__filter-panel { margin-bottom: 20px; }
.showroom-gallery__filter-toggle { display: inline-flex; cursor: pointer; list-style: none; }
.showroom-gallery__filter-toggle::-webkit-details-marker { display: none; }
.showroom-gallery__filter-panel[open] .showroom-gallery__filter-toggle { margin-bottom: 12px; }
.showroom-gallery__filters { display: grid; grid-template-columns: 2fr 1fr 1fr auto; align-items: end; gap: 12px; padding: 16px; border: 1px solid #e4e5e8; border-radius: 10px; background: #fff; }
.showroom-gallery__filter { min-width: 0; }
.showroom-gallery__reset { margin-bottom: 0; white-space: nowrap; }
.showroom-gallery__count { margin: 0 0 14px; color: #6f7278; font-size: 13px; line-height: 18px; }
.showroom-models,
.showroom-gallery__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 180px; gap: 12px; }
.showroom-model,
.showroom-card { position: relative; display: block; grid-column: var(--showroom-col); grid-row: var(--showroom-row) / span var(--showroom-span); min-height: 0; overflow: hidden; border-radius: 8px; background: var(--gray5-color, #e7e8e9); }
.showroom-model { color: #fff; text-decoration: none; }
.showroom-model img { display: block; width: 100%; height: 100%; min-height: 0; object-fit: cover; transition: transform .45s ease; }
.showroom-model__shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 42%, rgba(0,0,0,.76) 100%); }
.showroom-model__caption { position: absolute; right: 50px; bottom: 18px; left: 18px; display: flex; flex-direction: column; align-items: flex-start; }
.showroom-model__caption small { margin-bottom: 6px; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.showroom-model__caption strong { font-size: 18px; line-height: 1.15; }
.showroom-model__caption em { margin-top: 7px; font-size: 13px; font-style: normal; }
.showroom-model:nth-child(even) .showroom-model__caption { right: 40px; bottom: 13px; left: 13px; }
.showroom-model:nth-child(even) .showroom-model__caption strong { font-size: 16px; }
.showroom-model:nth-child(even) .showroom-model__caption small { margin-bottom: 4px; font-size: 8px; }
.showroom-model:nth-child(even) .showroom-model__caption em { margin-top: 4px; font-size: 11px; }
.showroom-model__arrow { position: absolute; right: 18px; bottom: 18px; font-size: 25px; line-height: 1; transition: transform .2s ease; }
.showroom-model:nth-child(even) .showroom-model__arrow { right: 13px; bottom: 13px; font-size: 20px; }
.showroom-model:hover img, .showroom-model:focus img { transform: scale(1.035); }
.showroom-photo { color: #fff; text-decoration: none; }
.showroom-photo .showroom-model__shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 42%, rgba(0,0,0,.76) 100%); }
.showroom-photo .showroom-model__caption { position: absolute; right: 50px; bottom: 18px; left: 18px; display: flex; flex-direction: column; align-items: flex-start; }
.showroom-photo .showroom-model__caption small { margin-bottom: 6px; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.showroom-photo .showroom-model__caption strong { font-size: 15px; line-height: 1.15; }
.showroom-photo .showroom-model__arrow { position: absolute; right: 18px; bottom: 18px; font-size: 25px; line-height: 1; }
.showroom-model:hover .showroom-model__arrow, .showroom-model:focus .showroom-model__arrow { transform: translateX(5px); }
.showroom-model:focus, .showroom-card:focus { outline: 3px solid var(--red-color, #f4212d); outline-offset: 2px; }
.showroom-gallery__back { display: inline-flex; margin-bottom: 16px; }
.showroom-gallery__detail-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 34px; padding-bottom: 31px; border-bottom: 1px solid var(--gray5-color, #e7e8e9); }
.showroom-gallery__product-link { flex: 0 0 auto; }
.showroom-card img { display: block; width: 100%; height: 100%; min-height: 0; object-fit: cover; transition: transform .4s ease; }
.showroom-card:hover img { transform: scale(1.025); }
.showroom-gallery__loader { padding: 26px 0; color: #6f7278; font-size: 14px; text-align: center; }
.showroom-gallery__loader.is-loading { opacity: .55; }
.showroom-gallery__empty { padding: 45px 0; font-size: 18px; }
.showroom-gallery__empty a { text-decoration: underline; }
@media (max-width: 991px) {
    .showroom-gallery__filters { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .showroom-gallery__reset { justify-self: start; }
    .showroom-models,
    .showroom-gallery__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 150px; }
    .showroom-model,
    .showroom-model:nth-child(n) { grid-column: auto; grid-row: auto; min-height: 360px; }
    .showroom-model:nth-child(n) img { min-height: 360px; }
    .showroom-model:nth-child(n) .showroom-model__caption { right: 50px; bottom: 18px; left: 18px; }
    .showroom-model:nth-child(n) .showroom-model__caption strong { font-size: 20px; }
    .showroom-model:nth-child(n) .showroom-model__caption small,
    .showroom-model:nth-child(n) .showroom-model__caption em { display: block; }
}
@media (max-width: 767px) {
    .showroom-gallery { margin-top: 16px; padding-bottom: 32px; }
    .showroom-gallery__filters { grid-template-columns: 1fr; }
    .showroom-gallery__detail-head { display: block; }
    .showroom-gallery__product-link { margin-top: 24px; }
    .showroom-model:nth-child(n), .showroom-model:nth-child(n) img { min-height: 340px; }
    .showroom-gallery__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: calc((100vw - 48px) / 3); gap: 8px; }
    .showroom-gallery__grid--mobile-masonry { display: flex; align-items: flex-start; gap: 8px; }
    .showroom-mobile-column { display: flex; flex: 1 1 0; flex-direction: column; gap: 8px; min-width: 0; }
    .showroom-gallery__grid--mobile-masonry .showroom-card { grid-column: auto; grid-row: auto; min-height: 0; }
    .showroom-gallery__grid--mobile-masonry .showroom-card img { height: auto; min-height: 0; }
    .showroom-gallery__grid--mobile-masonry .showroom-photo .showroom-model__shade,
    .showroom-gallery__grid--mobile-masonry .showroom-photo .showroom-model__caption,
    .showroom-gallery__grid--mobile-masonry .showroom-photo .showroom-model__arrow { display: none; }
    .showroom-photo .showroom-model__caption { right: 36px; bottom: 10px; left: 10px; }
    .showroom-photo .showroom-model__caption small { margin-bottom: 3px; font-size: 8px; }
    .showroom-photo .showroom-model__caption strong { font-size: 15px; }
    .showroom-photo .showroom-model__arrow { right: 10px; bottom: 10px; font-size: 19px; }
}
@media (prefers-reduced-motion: reduce) {
    .showroom-model img, .showroom-model__arrow, .showroom-card img { transition: none; }
}
