/* Showroom page — 2026 comp */
body.page-showroom.home-2026 {
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

/* —— Hero —— */
.showroom-hero {
  position: relative;
  z-index: 0;
  min-height: 68vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: -48px;
  padding: calc(48px + 88px) 24px 96px;
  background: var(--home-navy-deep) center / cover no-repeat;
}

.showroom-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  /* Match home hero: light neutral scrim — photo stays clear, text readable */
  background: linear-gradient(
    180deg,
    rgba(12, 14, 18, 0.14) 0%,
    rgba(6, 8, 11, 0.28) 100%
  );
  z-index: 0;
}

.showroom-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 900px;
}

.showroom-hero__title {
  margin: 0 0 28px;
  color: var(--home-white);
  font-size: clamp(1.65rem, 3.6vw, 6.25rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.showroom-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding-top: 34px;
}

.showroom-cta-phone {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--home-tan);
  color: var(--home-white) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 28px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.22);
  transition: background 0.2s, transform 0.2s;
}

.showroom-cta-phone:hover {
  background: var(--home-tan-hover);
  color: var(--home-navy) !important;
  transform: translateY(-2px);
}

.showroom-cta-visit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  background: var(--home-tan);
  color: var(--home-white) !important;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.2);
  transition: background 0.2s, transform 0.2s;
}

.showroom-cta-visit:hover {
  background: var(--home-tan-hover);
  color: var(--home-white) !important;
  transform: translateY(-1px);
}

@media (max-width: 991px) {
  .showroom-hero {
    margin-top: 0;
    padding: 100px 20px 72px;
    min-height: 58vh;
  }
}

/* —— Marble intro —— */
.showroom-intro {
  padding: 72px 20px 80px;
  background-color: #ebe8e0;
  background-image:
    radial-gradient(ellipse 140% 90% at 15% 25%, rgba(255, 255, 255, 0.55) 0%, transparent 55%),
    radial-gradient(ellipse 100% 70% at 85% 70%, rgba(160, 158, 150, 0.15) 0%, transparent 50%),
    linear-gradient(118deg, rgba(255, 255, 255, 0.22) 0%, transparent 40%, rgba(120, 118, 110, 0.05) 55%, transparent 72%),
    linear-gradient(180deg, #f7f4ee 0%, #ebe8e0 45%, #e3dfd5 100%);
}

.showroom-intro__grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.showroom-intro__title {
  margin: 0 0 10px;
  color: var(--home-navy);
  font-size: clamp(1.35rem, 2.4vw, 3.05rem);
  font-weight: 800;
  line-height: 1.25;
}

.showroom-intro__subtitle {
  margin: 0 0 22px;
  color: #a08052;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.showroom-intro__body p {
  margin: 0 0 16px;
  color: #2c3a4a;
  font-size: 15px;
  line-height: 1.65;
}

.showroom-intro__ctas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
}

.showroom-intro__figure {
  margin: 0;
}

.showroom-intro__figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(12, 39, 69, 0.14);
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

@media (max-width: 991px) {
  .showroom-intro__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .showroom-intro__figure {
    order: -1;
  }
}

/* —— Brands (carousel) —— */
.showroom-brands {
  padding: 40px 20px 48px;
  background: var(--home-white);
}

.showroom-brands__title {
  margin: 0 0 22px;
  text-align: center;
  color: #a08052;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.showroom-brands__stage {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  padding: 0 36px;
}

.showroom-brands__nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 2;
}

.showroom-brands__prev,
.showroom-brands__next {
  pointer-events: auto;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(12, 39, 69, 0.14);
  background: var(--home-white);
  color: var(--home-navy);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 13px;
  box-shadow: 0 2px 8px rgba(12, 39, 69, 0.08);
  transition: background 0.2s, color 0.2s, transform 0.2s;
}

.showroom-brands__prev:hover,
.showroom-brands__next:hover {
  background: var(--home-navy);
  color: var(--home-white);
  border-color: var(--home-navy);
  transform: scale(1.05);
}

.showroom-brands__swiper {
  overflow: hidden;
}

.showroom-brands__swiper .swiper-slide {
  width: 148px;
  height: auto;
  display: flex;
}

@media (min-width: 480px) {
  .showroom-brands__swiper .swiper-slide {
    width: 168px;
  }
}

.showroom-brands__logo-cell {
  width: 100%;
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 14px;
  box-sizing: border-box;
  background: rgba(245, 240, 232, 0.9);
  border-radius: 12px;
  border: 1px solid rgba(12, 39, 69, 0.07);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset;
}

.showroom-brands__logo-cell img {
  display: block;
  max-width: 100%;
  max-height: 50px;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
  filter: grayscale(0.04);
  opacity: 0.92;
  transition: opacity 0.2s;
}

.showroom-brands__logo-cell:hover img {
  opacity: 1;
}

@media (max-width: 767px) {
  .showroom-brands__swiper .swiper-slide {
    width: min(76vw, 280px);
  }
}

@media (max-width: 575px) {
  /* Mobile: hero titles slightly bigger */
  .showroom-hero__title {
    font-size: clamp(2.4rem, 9.2vw, 4.25rem);
    line-height: 1.12;
  }

  .showroom-brands__stage {
    padding: 0 28px;
  }
}

/* —— Dark carousel —— */
.showroom-gallery-section {
  position: relative;
  padding: 56px 20px 32px;
  background: var(--home-navy) center / cover no-repeat;
  overflow: hidden;
}

.showroom-gallery-section::before {
  content: "";
  position: absolute;
  inset: 0;
  /* Navy blue opacity over the photo (no blur) */
  background: linear-gradient(
    180deg,
    rgba(12, 39, 69, 0.86) 0%,
    rgba(8, 26, 46, 0.92) 100%
  );
  z-index: 0;
}

.showroom-gallery-section__inner {
  position: relative;
  z-index: 1;
}

.showroom-gallery-section__head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 36px;
}

.showroom-gallery-section__title {
  margin: 0 0 10px;
  color: var(--home-white);
  font-size: clamp(1.45rem, 2.4vw, 3.05rem);
  font-weight: 800;
}

.showroom-gallery-section__subtitle {
  margin: 0;
  color: var(--home-tan);
  font-size: 15px;
  font-weight: 500;
}

.showroom-gallery__stage {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0 48px;
}

.showroom-gallery__nav {
  position: absolute;
  top: 42%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 2;
  padding: 0 4px;
}

.showroom-gallery__prev,
.showroom-gallery__next {
  pointer-events: auto;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: transparent;
  color: var(--home-tan);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 36px;
  /* box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25); */ 
  transition: background 0.2s, transform 0.2s;
}

.showroom-gallery__prev:hover,
.showroom-gallery__next:hover {
  background: var(--home-tan);
  color: var(--home-white);
  transform: scale(1.05); 
}

.showroom-gallery__swiper {
  overflow: hidden;
  border-radius: 10px;
}

.showroom-gallery-card {
  margin: 0;
  text-align: center;
}

.showroom-gallery-card__img {
  aspect-ratio: 4 / 3;
  background: #1a2838 center / cover no-repeat;
  border-radius: 10px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.showroom-gallery-card figcaption {
  margin: 14px 0 0;
  color: var(--home-white);
  font-size: 20px;
  font-weight: 600;
}

.showroom-gallery-section__footer {
  max-width: 1200px;
  margin: 36px auto 0;
  padding: 24px 16px 8px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 16px;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.showroom-gallery-section__footer-left {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.45;
}

.showroom-gallery-section__footer-left strong {
  display: block;
  font-size: 12px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin-bottom: 6px;
  opacity: 0.9;
}

.showroom-gallery-section__footer-center {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.showroom-gallery-section__footer-right {
  text-align: right;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.45;
}

.showroom-gallery-section__footer-right a {
  color: var(--home-tan);
  font-weight: 600;
  text-decoration: none;
}

.showroom-gallery-section__footer-right a:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .showroom-gallery__stage {
    padding: 0 42px;
  }

  .showroom-gallery-section__footer {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .showroom-gallery-section__footer-right {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .showroom-gallery-section {
    padding: 44px 12px 28px;
  }

  .showroom-gallery__stage {
    padding: 0 28px;
  }

  .showroom-gallery-card figcaption {
    font-size: clamp(0.95rem, 4vw, 1.15rem);
    line-height: 1.35;
  }
}

/* —— Team / video —— */
.showroom-team {
  padding: 72px 20px 80px;
  background-color: #ebe8e0;
  background-image:
    radial-gradient(ellipse 120% 90% at 50% 0%, rgba(255, 255, 255, 0.45) 0%, transparent 55%),
    linear-gradient(180deg, #f7f4ee 0%, #ebe8e0 50%, #e8e4dc 100%);
}

.showroom-team__head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 32px;
}

.showroom-team__title {
  margin: 0 0 14px;
  color: var(--home-navy);
  font-size: clamp(1.35rem, 2.2vw, 3.05rem);
  font-weight: 800;
}

.showroom-team__lead {
  margin: 0;
  color: #3d556d;
  font-size: 15px;
  line-height: 1.65;
}

.showroom-video {
  max-width: 920px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 56px rgba(12, 39, 69, 0.15);
  border: 1px solid rgba(12, 39, 69, 0.08);
  background: #111;
}

.showroom-video__embed {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #111;
}

.showroom-video__poster {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.showroom-video__poster img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.showroom-video__play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}

.showroom-video__play::before {
  content: "";
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: rgba(12, 39, 69, 0.72);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.32);
  border: 2px solid rgba(255, 255, 255, 0.26);
}

.showroom-video__play::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 22px solid rgba(255, 255, 255, 0.95);
  transform: translateX(4px);
}

.showroom-video__poster:hover .showroom-video__play::before {
  background: rgba(201, 174, 130, 0.88);
}

.showroom-video__embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.showroom-team__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

.showroom-team__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--home-navy);
  opacity: 0.35;
}

.showroom-team__dot--active {
  opacity: 1;
}

