:root { --showroom-navy: #0b1930; --showroom-orange: #f15a24; --showroom-line: #d9e1ea; }
.showroom-page { background: #fff; }
.showroom-container { width: min(calc(100% - 48px),1440px); margin: 0 auto; }
.showroom-hero { position: relative; min-height: 500px; overflow: hidden; color: #fff; }
.showroom-hero__media,.showroom-hero__overlay { position: absolute; inset: 0; }
.showroom-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 46%; }
.showroom-hero__overlay { background: linear-gradient(90deg,rgba(6,19,38,.94) 0%,rgba(6,19,38,.72) 47%,rgba(6,19,38,.28) 100%); }
.showroom-hero__content { position: relative; z-index: 1; display: flex; min-height: 500px; align-items: center; padding-top: 64px; padding-bottom: 64px; }
.showroom-breadcrumb { display: flex; align-items: center; gap: 6px; margin-bottom: 28px; color: rgba(255,255,255,.72); font-size: 12px; font-weight: 600; text-transform: uppercase; }
.showroom-breadcrumb a:hover { color: #fff; }
.showroom-breadcrumb .material-symbols-outlined { font-size: 16px; }
.showroom-kicker { display: flex; align-items: center; gap: 10px; color: var(--showroom-orange); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.showroom-kicker::before { width: 32px; height: 2px; background: currentColor; content: ""; }
.showroom-hero h1 { max-width: 800px; margin-top: 18px; font-family: "Hanken Grotesk",sans-serif; font-size: 52px; font-weight: 800; line-height: 1.08; }
.showroom-hero p { max-width: 680px; margin-top: 22px; color: rgba(255,255,255,.8); font-size: 17px; line-height: 1.7; }
.showroom-list { position: relative; overflow: hidden; padding: 92px 0 112px; background: linear-gradient(145deg,#fff,#f5f8fc 58%,#fff); }
.showroom-list::after { position: absolute; right: 0; bottom: 0; left: 0; height: 220px; background: url("../images/xx.png") center bottom / cover no-repeat; opacity: .16; content: ""; pointer-events: none; }
.showroom-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 38px 26px; }
.showroom-card { width: 100%; min-width: 0; border: 0; border-radius: 0; background: transparent; padding: 0; text-align: left; cursor: pointer; }
.showroom-card__media { display: block; aspect-ratio: 4 / 3; overflow: hidden; border-radius: 6px; background: #eaf0f6; }
.showroom-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.22,1,.36,1); user-select: none; }
.showroom-card__title { display: block; padding-top: 18px; color: var(--showroom-navy); font-family: "Hanken Grotesk",sans-serif; font-size: 21px; font-weight: 800; line-height: 1.3; transition: color .2s ease; }
.showroom-card:hover .showroom-card__media img { transform: none; }
.showroom-card:hover .showroom-card__title,.showroom-card:focus-visible .showroom-card__title { color: var(--showroom-orange); }
.showroom-card:focus-visible { outline: 2px solid var(--showroom-orange); outline-offset: 8px; border-radius: 4px; }
button.showroom-card,button.showroom-card:hover,button.showroom-card:active { border-radius: 0; box-shadow: none; transform: none; }
.showroom-modal[hidden] { display: none; }
.showroom-modal { position: fixed; inset: 0; z-index: 2100; display: grid; place-items: center; padding: 32px; background: rgba(3,11,24,.82); opacity: 0; transition: opacity .22s ease; backdrop-filter: blur(7px); }
.showroom-modal.is-open { opacity: 1; }
.showroom-modal-open { overflow: hidden; }
.showroom-modal__dialog { position: relative; width: min(1280px,100%); max-height: calc(100vh - 64px); overflow: hidden; border-radius: 8px; background: #fff; transform: translateY(18px); transition: transform .3s cubic-bezier(.22,1,.36,1); }
.showroom-modal.is-open .showroom-modal__dialog { transform: translateY(0); }
.showroom-modal__layout { display: grid; grid-template-columns: minmax(0,1.45fr) minmax(360px,.72fr); min-height: 650px; }
.showroom-modal__media { display: flex; min-width: 0; flex-direction: column; background: #08162b; }
.showroom-modal__stage { position: relative; display: grid; min-height: 0; flex: 1; place-items: center; overflow: hidden; }
.showroom-modal__stage > img { width: 100%; height: 100%; max-height: 570px; object-fit: contain; opacity: 1; transition: opacity .12s ease; user-select: none; }
.showroom-modal__stage > img.is-switching { opacity: .2; }
.showroom-modal__arrow { position: absolute; top: 50%; z-index: 2; display: grid; width: 44px; height: 52px; place-items: center; border: 1px solid rgba(255,255,255,.24); border-radius: 4px; background: rgba(5,17,34,.72); color: #fff; transform: translateY(-50%); cursor: pointer; }
.showroom-modal__arrow:hover { background: var(--showroom-orange); }
.showroom-modal button.showroom-modal__arrow,.showroom-modal button.showroom-modal__arrow:hover,.showroom-modal button.showroom-modal__arrow:active { box-shadow: none; transform: translateY(-50%); }
.showroom-modal button.showroom-modal__arrow:hover .material-symbols-outlined { transform: none; }
.showroom-modal__arrow--prev { left: 18px; }
.showroom-modal__arrow--next { right: 18px; }
.showroom-modal__counter { position: absolute; right: 20px; bottom: 16px; z-index: 2; color: #fff; font-size: 12px; font-weight: 700; }
.showroom-modal__counter i { margin: 0 5px; color: rgba(255,255,255,.4); font-style: normal; }
.showroom-modal__thumbs { display: flex; gap: 8px; overflow-x: auto; padding: 12px 16px 16px; }
.showroom-modal__thumbs button { width: 82px; aspect-ratio: 4 / 3; flex: 0 0 auto; overflow: hidden; border: 2px solid transparent; border-radius: 4px; background: #17253a; padding: 0; opacity: .55; cursor: pointer; }
.showroom-modal__thumbs button.is-active { border-color: var(--showroom-orange); opacity: 1; }
.showroom-modal__thumbs button,.showroom-modal__thumbs button:hover,.showroom-modal__thumbs button:active { box-shadow: none; transform: none; }
.showroom-modal__thumbs img { width: 100%; height: 100%; object-fit: cover; user-select: none; }
.showroom-modal__info { position: relative; display: flex; min-width: 0; flex-direction: column; justify-content: center; overflow-y: auto; padding: 58px 48px 46px; }
.showroom-modal__close { position: absolute; top: 18px; right: 18px; display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid var(--showroom-line); border-radius: 4px; background: #fff; color: var(--showroom-navy); cursor: pointer; }
.showroom-modal__close:hover { border-color: var(--showroom-orange); color: var(--showroom-orange); }
.showroom-modal button.showroom-modal__close,.showroom-modal button.showroom-modal__close:hover,.showroom-modal button.showroom-modal__close:active { box-shadow: none; transform: none; }
.showroom-modal button.showroom-modal__close:hover .material-symbols-outlined { transform: none; }
.showroom-modal__info h2 { margin-top: 18px; color: var(--showroom-navy); font-family: "Hanken Grotesk",sans-serif; font-size: 36px; font-weight: 800; line-height: 1.12; }
.showroom-modal__location { display: flex; align-items: center; gap: 7px; margin-top: 18px; color: #64748b; font-size: 14px; font-weight: 600; }
.showroom-modal__location .material-symbols-outlined { color: var(--showroom-orange); font-size: 19px; }
.showroom-modal__description { margin-top: 24px; color: #53637a; font-size: 15px; line-height: 1.75; }
.showroom-modal__facts { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); margin-top: 28px; border-top: 1px solid var(--showroom-line); border-left: 1px solid var(--showroom-line); }
.showroom-modal__facts div { display: flex; min-width: 0; flex-direction: column; gap: 6px; border-right: 1px solid var(--showroom-line); border-bottom: 1px solid var(--showroom-line); padding: 16px; }
.showroom-modal__facts span { color: #7b8798; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.showroom-modal__facts strong { color: var(--showroom-navy); font-size: 14px; line-height: 1.35; }
.showroom-modal__link { display: inline-flex; align-items: center; align-self: flex-start; gap: 9px; margin-top: 28px; border-radius: 5px; background: var(--showroom-orange); padding: 14px 20px; color: #fff; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.showroom-modal__link:hover { background: #d94813; }
.showroom-modal__link .material-symbols-outlined { font-size: 18px; }
@media (max-width: 1024px) {
  .showroom-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .showroom-modal__layout { grid-template-columns: 1.15fr .85fr; }
  .showroom-modal__info { padding: 52px 30px 36px; }
}
@media (max-width: 767px) {
  .showroom-container { width: min(calc(100% - 32px),1440px); }
  .showroom-hero,.showroom-hero__content { min-height: 470px; }
  .showroom-hero__content { padding-top: 52px; padding-bottom: 52px; }
  .showroom-hero h1 { font-size: 38px; }
  .showroom-list { padding: 64px 0 82px; }
  .showroom-grid { grid-template-columns: 1fr; gap: 28px; }
  .showroom-card__title { padding-top: 14px; font-size: 19px; }
  .showroom-modal { align-items: end; padding: 12px; }
  .showroom-modal__dialog { max-height: calc(100vh - 24px); overflow-y: auto; }
  .showroom-modal__layout { display: block; min-height: 0; }
  .showroom-modal__stage { aspect-ratio: 4 / 3; }
  .showroom-modal__stage > img { max-height: none; }
  .showroom-modal__info { overflow: visible; padding: 44px 22px 30px; }
  .showroom-modal__info h2 { font-size: 28px; }
  .showroom-modal__close { top: 10px; right: 10px; }
}
@media (max-width: 480px) {
  .showroom-hero h1 { font-size: 33px; }
  .showroom-hero p { font-size: 15px; }
  .showroom-modal__facts { grid-template-columns: 1fr; }
  .showroom-modal__arrow { width: 38px; height: 46px; }
  .showroom-modal__arrow--prev { left: 10px; }
  .showroom-modal__arrow--next { right: 10px; }
}
