.showroom-page {
  --showroom-bg: #0b1626;
  --showroom-panel: rgba(17, 31, 50, 0.52);
  --showroom-panel-soft: rgba(23, 40, 62, 0.44);
  --showroom-border: rgba(229, 193, 146, 0.16);
  --showroom-gold: #e5c192;
  --showroom-gold-soft: #f1d8ad;
  --showroom-text: #f7f3e8;
  --showroom-muted: rgba(247, 243, 232, 0.72);
  --showroom-shadow: 0 26px 70px rgba(2, 8, 18, 0.34);
  background:
    radial-gradient(circle at top left, rgba(229, 193, 146, 0.08), transparent 24%),
    radial-gradient(circle at right center, rgba(88, 118, 164, 0.18), transparent 32%),
    linear-gradient(180deg, rgba(7, 18, 33, 0.74) 0%, rgba(11, 28, 48, 0.68) 48%, rgba(7, 18, 33, 0.74) 100%);
  color: var(--showroom-text);
}

.showroom-hero,
.showroom-reasons-section,
.showroom-gallery-section,
.showroom-location-section,
.showroom-hours-section,
.showroom-final-cta {
  position: relative;
  padding: 4.8rem 0;
}

.showroom-hero {
  padding-top: 5.4rem;
  overflow: hidden;
}

.showroom-hero::before,
.showroom-final-shell::before,
.showroom-section-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.04), transparent 38%, rgba(229, 193, 146, 0.08));
  pointer-events: none;
}

.showroom-hero-inner,
.showroom-section-shell,
.showroom-final-shell {
  position: relative;
  z-index: 1;
}

.showroom-kicker,
.showroom-section-kicker,
.showroom-appointment-label {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.9rem;
  color: var(--showroom-gold);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.showroom-title,
.showroom-section-title {
  font-family: 'Playfair Display', serif;
  color: var(--showroom-text);
  line-height: 1.05;
}

.showroom-title {
  max-width: 12ch;
  margin-bottom: 1.1rem;
  font-size: clamp(2.6rem, 5.6vw, 5rem);
  text-shadow: 0 18px 40px rgba(2, 8, 18, 0.22);
}

.showroom-section-title {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 4vw, 3.3rem);
}

.showroom-lead,
.showroom-section-text,
.showroom-final-copy,
.showroom-hours-copy {
  color: var(--showroom-muted);
  line-height: 1.8;
  font-size: 1.02rem;
}

.showroom-hero-actions,
.showroom-action-ribbon {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.7rem;
}

.showroom-hero-actions-center {
  justify-content: center;
}

.showroom-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.15rem;
  padding: 0.82rem 1.35rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 0.28s ease, box-shadow 0.28s ease, background-color 0.28s ease, color 0.28s ease, border-color 0.28s ease;
}

.showroom-btn:hover,
.showroom-btn:focus-visible {
  transform: translateY(-2px);
}

.showroom-btn-primary {
  background: linear-gradient(135deg, var(--showroom-gold-soft), var(--showroom-gold));
  color: #13100c;
  box-shadow: 0 18px 34px rgba(229, 193, 146, 0.22);
}

.showroom-btn-primary:hover,
.showroom-btn-primary:focus-visible {
  color: #13100c;
  background: linear-gradient(135deg, #f6e0b4, #ddb66c);
}

.showroom-btn-secondary {
  border-color: rgba(229, 193, 146, 0.42);
  color: var(--showroom-text);
  background: rgba(19, 35, 59, 0.76);
  backdrop-filter: blur(10px);
}

.showroom-btn-secondary:hover,
.showroom-btn-secondary:focus-visible {
  color: #13100c;
  background: var(--showroom-gold);
  border-color: var(--showroom-gold);
}

.showroom-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.5rem;
}

.showroom-trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.62rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(229, 193, 146, 0.14);
  background: rgba(17, 30, 49, 0.82);
  color: var(--showroom-text);
  font-size: 0.92rem;
}

.showroom-trust-pill i,
.showroom-reason-icon,
.showroom-contact-stack i {
  color: var(--showroom-gold);
}

.showroom-hero-visuals {
  position: relative;
  display: grid;
  grid-template-columns: 1.3fr 0.9fr;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  min-height: 39rem;
}

.showroom-main-visual,
.showroom-side-visual,
.showroom-editorial-card {
  margin: 0;
  overflow: hidden;
  border-radius: 1.7rem;
  border: 1px solid var(--showroom-border);
  box-shadow: var(--showroom-shadow);
}

.showroom-main-visual {
  grid-row: 1 / span 2;
}

.showroom-main-visual img,
.showroom-side-visual img,
.showroom-editorial-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}

.showroom-main-visual:hover img,
.showroom-side-visual:hover img,
.showroom-editorial-card:hover img {
  transform: scale(1.04);
}

.showroom-visual-badge {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  max-width: 16rem;
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(229, 193, 146, 0.16);
  background: linear-gradient(180deg, rgba(12, 22, 36, 0.72), rgba(12, 22, 36, 0.92));
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 44px rgba(2, 8, 18, 0.26);
}

.showroom-visual-badge span,
.showroom-visual-badge strong {
  display: block;
}

.showroom-visual-badge span {
  margin-bottom: 0.25rem;
  color: rgba(247, 243, 232, 0.72);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.68rem;
}

.showroom-visual-badge strong {
  color: var(--showroom-text);
  line-height: 1.4;
}

.showroom-section-shell,
.showroom-final-shell {
  overflow: hidden;
  padding: clamp(1.4rem, 3vw, 2.6rem);
  border-radius: 2rem;
  border: 1px solid var(--showroom-border);
  background:
    radial-gradient(circle at top left, rgba(229, 193, 146, 0.08), transparent 22%),
    linear-gradient(180deg, rgba(17, 33, 54, 0.58), rgba(8, 18, 31, 0.56));
  box-shadow: var(--showroom-shadow);
}

.showroom-reasons-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.showroom-reason-card,
.showroom-info-card,
.showroom-map-card,
.showroom-editorial-copy,
.showroom-mini-card {
  border-radius: 1.35rem;
  border: 1px solid rgba(229, 193, 146, 0.12);
  background: var(--showroom-panel);
  box-shadow: 0 18px 44px rgba(2, 8, 18, 0.2);
}

.showroom-reason-card {
  height: 100%;
  padding: 1.25rem;
}

.showroom-reason-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  margin-bottom: 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(229, 193, 146, 0.16);
  background: rgba(22, 36, 56, 0.82);
  font-size: 1.2rem;
}

.showroom-reason-card h3,
.showroom-mini-card strong {
  color: var(--showroom-text);
  font-family: 'Playfair Display', serif;
}

.showroom-reason-card h3 {
  margin-bottom: 0.65rem;
  font-size: 1.18rem;
}

.showroom-reason-card p,
.showroom-inline-notes span,
.showroom-mini-card span {
  margin: 0;
  color: var(--showroom-muted);
  line-height: 1.7;
}

.showroom-editorial-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 1rem;
  align-items: stretch;
}

.showroom-editorial-card-main {
  grid-row: 1 / span 2;
  min-height: 34rem;
}

.showroom-editorial-copy {
  grid-column: 2 / span 2;
  padding: 1.5rem;
  background: linear-gradient(180deg, rgba(15, 26, 42, 0.68), rgba(9, 17, 29, 0.74));
}

.showroom-inline-notes {
  display: grid;
  gap: 0.8rem;
  margin-top: 1.3rem;
}

.showroom-inline-notes div {
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(229, 193, 146, 0.12);
  background: rgba(18, 32, 52, 0.56);
}

.showroom-inline-notes strong {
  display: block;
  margin-bottom: 0.3rem;
  color: var(--showroom-text);
}

.showroom-info-card {
  padding: 1.45rem;
}

.showroom-contact-stack {
  display: grid;
  gap: 0.8rem;
  margin-top: 1.3rem;
}

.showroom-contact-stack a {
  display: grid;
  grid-template-columns: 1.2rem 1fr;
  gap: 0.75rem;
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(229, 193, 146, 0.12);
  background: rgba(18, 32, 52, 0.56);
  color: var(--showroom-text);
  text-decoration: none;
}

.showroom-contact-stack a:hover,
.showroom-contact-stack a:focus-visible {
  color: var(--showroom-gold-soft);
}

.showroom-parking-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1.2rem;
}

.showroom-mini-card {
  padding: 1rem;
}

.showroom-map-card {
  min-height: 100%;
  overflow: hidden;
}

.showroom-map-card iframe {
  display: block;
  min-height: 100%;
  aspect-ratio: 16 / 11;
}

.showroom-hours-head {
  max-width: 54rem;
  margin: 0 auto 1.8rem;
}

.showroom-hours-copy,
.showroom-final-copy {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.showroom-hours-table-wrap {
  overflow: hidden;
  border-radius: 1.4rem;
  border: 1px solid rgba(229, 193, 146, 0.12);
  background: rgba(15, 25, 40, 0.66);
}

.showroom-hours-table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}

.showroom-hours-table th,
.showroom-hours-table td {
  padding: 1rem 1.1rem;
  border-bottom: 1px solid rgba(229, 193, 146, 0.08);
  color: var(--showroom-text);
}

.showroom-hours-table thead th {
  background: rgba(229, 193, 146, 0.12);
  color: var(--showroom-gold-soft);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
}

.showroom-hours-table tbody tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.02);
}

.showroom-appointment-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.25rem;
  padding: 1rem 1.15rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(229, 193, 146, 0.12);
  background: linear-gradient(135deg, rgba(18, 32, 52, 0.62), rgba(10, 17, 28, 0.7));
}

.showroom-appointment-banner strong {
  display: block;
  color: var(--showroom-text);
  font-size: 1.05rem;
}

.showroom-final-shell {
  text-align: center;
}

.showroom-final-shell .showroom-section-title {
  max-width: 18ch;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1199.98px) {
  .showroom-reasons-grid {
    grid-template-columns: 1fr;
  }

  .showroom-editorial-grid {
    grid-template-columns: 1fr 1fr;
  }

  .showroom-editorial-card-main {
    grid-row: auto;
    min-height: 26rem;
  }

  .showroom-editorial-copy {
    grid-column: 1 / -1;
  }
}

@media (max-width: 991.98px) {
  .showroom-hero,
  .showroom-reasons-section,
  .showroom-gallery-section,
  .showroom-location-section,
  .showroom-hours-section,
  .showroom-final-cta {
    padding: 4rem 0;
  }

  .showroom-hero-visuals {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    min-height: auto;
  }

  .showroom-main-visual {
    grid-row: auto;
    min-height: 25rem;
  }

  .showroom-side-visual {
    min-height: 16rem;
  }

  .showroom-parking-grid,
  .showroom-appointment-banner {
    grid-template-columns: 1fr;
  }

  .showroom-appointment-banner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767.98px) {
  .showroom-title {
    max-width: 100%;
  }

  .showroom-editorial-grid {
    grid-template-columns: 1fr;
  }

  .showroom-editorial-card-main,
  .showroom-editorial-card,
  .showroom-map-card iframe {
    min-height: 18rem;
  }

  .showroom-parking-grid {
    grid-template-columns: 1fr;
  }

  .showroom-hours-table thead {
    display: none;
  }

  .showroom-hours-table,
  .showroom-hours-table tbody,
  .showroom-hours-table tr,
  .showroom-hours-table td {
    display: block;
    width: 100%;
  }

  .showroom-hours-table tr {
    padding: 0.55rem 0;
  }

  .showroom-hours-table td {
    padding: 0.35rem 1rem;
    border-bottom: none;
  }

  .showroom-hours-table td:first-child {
    padding-top: 0.85rem;
    color: var(--showroom-gold-soft);
    font-weight: 700;
  }

  .showroom-hours-table td:last-child {
    padding-bottom: 0.85rem;
    border-bottom: 1px solid rgba(229, 193, 146, 0.08);
  }
}

@media (max-width: 575.98px) {
  .showroom-section-shell,
  .showroom-final-shell {
    padding: 1.2rem;
    border-radius: 1.35rem;
  }

  .showroom-main-visual,
  .showroom-side-visual,
  .showroom-editorial-card,
  .showroom-info-card,
  .showroom-map-card,
  .showroom-editorial-copy,
  .showroom-mini-card,
  .showroom-hours-table-wrap {
    border-radius: 1.15rem;
  }

  .showroom-btn {
    width: 100%;
  }

  .showroom-hero-actions,
  .showroom-action-ribbon {
    flex-direction: column;
  }

  .showroom-trust-row {
    flex-direction: column;
  }

  .showroom-visual-badge {
    position: static;
    max-width: none;
    margin-top: 0.25rem;
  }
}