/* Unified final homepage section: official showroom image, story and contact. */
.showroom-section {
  position: relative;
  display: grid;
  min-height: 0;
  grid-template-columns: minmax(360px, .84fr) minmax(500px, 1.16fr);
  overflow: hidden;
  color: #f1ece2;
  background: #050505;
}

.showroom-section__media {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 0;
  align-self: stretch;
  margin: 0;
  overflow: hidden;
  background: #080808;
}

.showroom-section__media::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, rgba(5, 5, 5, 0) 50%, #050505 100%), linear-gradient(0deg, rgba(5, 5, 5, .3), transparent 35%);
}

.showroom-section__media img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: 763 / 1000;
  object-fit: contain;
  object-position: center;
  filter: saturate(.86) contrast(1.03) brightness(.82);
  transition: transform 1.2s cubic-bezier(.16, 1, .3, 1), filter .45s ease;
}

.showroom-section:hover .showroom-section__media img {
  filter: saturate(.94) contrast(1.04) brightness(.9);
  transform: scale(1.025);
}

.showroom-section__media figcaption {
  position: absolute;
  right: 0;
  bottom: clamp(24px, 4vw, 52px);
  left: clamp(24px, 4vw, 52px);
  z-index: 1;
  width: max-content;
  max-width: calc(100% - 48px);
  padding: 11px 14px;
  color: #090806;
  background: #d4af37;
  font: 700 10px/1.15 var(--font-interface);
  letter-spacing: .1em;
  text-transform: uppercase;
}

.showroom-section__content {
  display: grid;
  align-content: center;
  min-width: 0;
  padding: clamp(44px, 5.2vw, 78px) clamp(30px, 5.2vw, 84px) 34px;
  background: #050505;
}

.showroom-section__copy { max-width: 700px; }

.showroom-section__eyebrow {
  margin: 0 0 22px;
  color: #d4af37;
  font: 700 11px/1.2 var(--font-interface);
  letter-spacing: .2em;
  text-transform: uppercase;
}

.showroom-section__copy h2 {
  max-width: 720px;
  margin: 0;
  color: #f7f2e8;
  font: 600 clamp(46px, 4.6vw, 72px)/.88 var(--font-display);
  letter-spacing: -.045em;
}

.showroom-section__lead {
  max-width: 590px;
  margin: 22px 0 0;
  color: rgba(247, 242, 232, .74);
  font: 500 clamp(15px, 1.05vw, 17px)/1.55 var(--font-interface);
}

.showroom-section__disclaimer {
  max-width: 560px;
  margin: 18px 0 0;
  padding: 7px 0 7px 16px;
  border-left: 1px solid rgba(212, 175, 55, .65);
  color: rgba(247, 242, 232, .62);
  font: 500 13px/1.55 var(--font-interface);
}

.showroom-section__actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 700px;
  margin-top: 24px;
}

.showroom-cta {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 0 15px;
  border: 1px solid rgba(212, 175, 55, .56);
  color: #f7f2e8;
  background: rgba(212, 175, 55, .035);
  font: 700 10px/1.2 var(--font-interface);
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease;
}

.showroom-cta span { color: #d4af37; font-size: 16px; line-height: 1; }
.showroom-cta:hover { color: #090806; border-color: #d4af37; background: #d4af37; transform: translateY(-3px); }
.showroom-cta:hover span { color: #090806; }
.showroom-cta--primary { color: #090806; background: #d4af37; }
.showroom-cta--primary span { color: #090806; }
.showroom-cta--primary:hover { background: #f1d18c; }

.showroom-section__details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  max-width: 700px;
  margin-top: 32px;
  padding-top: 18px;
  border-top: 1px solid rgba(212, 175, 55, .32);
}

.showroom-section__details > div { min-width: 0; }
.showroom-section__details span {
  display: block;
  margin-bottom: 11px;
  color: #d4af37;
  font: 700 10px/1.2 var(--font-interface);
  letter-spacing: .13em;
  text-transform: uppercase;
}

.showroom-section__details p,
.showroom-section__details a {
  margin: 0;
  color: rgba(247, 242, 232, .84);
  font: 500 clamp(13px, .95vw, 16px)/1.45 var(--font-interface);
}

.showroom-section__details a:hover { color: #d4af37; }

.showroom-section__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  max-width: 700px;
  margin-top: 22px;
  padding-top: 15px;
  border-top: 1px solid rgba(247, 242, 232, .14);
}

.showroom-section__socials a {
  color: rgba(247, 242, 232, .62);
  font: 700 10px/1.2 var(--font-interface);
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: color .25s ease;
}

.showroom-section__socials a span { margin-left: 5px; color: #d4af37; font-size: 14px; }
.showroom-section__socials a:hover { color: #d4af37; }

@media (max-width: 1080px) {
  .showroom-section { grid-template-columns: minmax(310px, .88fr) minmax(0, 1.12fr); }
  .showroom-section__content { padding-inline: clamp(28px, 4vw, 54px); }
  .showroom-section__copy h2 { font-size: clamp(44px, 5.5vw, 70px); }
  .showroom-section__actions { grid-template-columns: 1fr; max-width: 340px; }
}

@media (max-width: 760px) {
  .showroom-section {
    display: block;
    min-height: 0;
  }

  .showroom-section__media {
    height: auto;
    aspect-ratio: 763 / 1000;
    min-height: 0;
  }

  .showroom-section__media::after {
    background: linear-gradient(0deg, #050505 0%, rgba(5, 5, 5, .08) 34%, transparent 68%);
  }

  .showroom-section__media figcaption {
    bottom: 20px;
    left: 18px;
    max-width: calc(100% - 36px);
    font-size: 9px;
  }

  .showroom-section__content { padding: 12px 18px 40px; }
  .showroom-section__eyebrow { margin-bottom: 17px; font-size: 10px; }
  .showroom-section__copy h2 { max-width: 560px; font-size: clamp(48px, 15vw, 72px); line-height: .88; }
  .showroom-section__lead { margin-top: 22px; font-size: 15px; line-height: 1.55; }
  .showroom-section__disclaimer { margin-top: 20px; font-size: 12px; }
  .showroom-section__actions { max-width: none; margin-top: 28px; }
  .showroom-cta { min-height: 52px; font-size: 10px; }
  .showroom-section__details { grid-template-columns: 1fr 1fr; gap: 25px 18px; margin-top: 38px; }
  .showroom-section__details > div:last-child { grid-column: 1 / -1; }
  .showroom-section__details p,
  .showroom-section__details a { font-size: 14px; }
  .showroom-section__socials { gap: 18px; margin-top: 28px; }
}

@media (max-width: 420px) {
  .showroom-section__copy h2 { font-size: clamp(44px, 14vw, 61px); }
}
