body.page-showroom .site-nav {
  background: transparent;
  border-bottom-color: transparent;
}

body.page-showroom .site-nav .nav-logo__icon {
  filter: brightness(0) invert(1);
}

body.page-showroom .site-nav .nav-logo__name,
body.page-showroom .site-nav .nav-links a {
  color: var(--white);
}

body.page-showroom .site-nav .nav-hamburger span {
  background: var(--white);
}

body.page-showroom .site-nav.scrolled {
  background: rgba(245, 240, 232, 0.94);
  border-bottom-color: rgba(42, 42, 42, 0.12);
  backdrop-filter: blur(14px);
}

body.page-showroom .site-nav.scrolled .nav-logo__icon {
  filter: none;
}

body.page-showroom .site-nav.scrolled .nav-logo__name,
body.page-showroom .site-nav.scrolled .nav-links a {
  color: var(--charcoal);
}

body.page-showroom .site-nav.scrolled .nav-hamburger span {
  background: var(--charcoal);
}

.showroom-page {
  background: var(--cream);
  color: var(--charcoal);
}

.showroom-page__wrap--narrow {
  max-width: 1080px;
}

.showroom-page .site-img,
.showroom-page .site-img-placeholder {
  border-radius: 24px;
  box-shadow: 0 20px 48px rgba(42, 42, 42, 0.12);
}

.showroom-page .site-img {
  height: auto;
}

.showroom-hero {
  position: relative;
  min-height: clamp(460px, 62svh, 660px);
  background: var(--charcoal);
}

.showroom-hero__media {
  position: relative;
  min-height: inherit;
  overflow: hidden;
}

.showroom-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(20, 18, 15, 0.2) 0%, rgba(20, 18, 15, 0.32) 42%, rgba(20, 18, 15, 0.72) 100%),
    linear-gradient(90deg, rgba(20, 18, 15, 0.52) 0%, rgba(20, 18, 15, 0.12) 45%, rgba(20, 18, 15, 0.06) 100%);
  pointer-events: none;
}

.showroom-page .site-img--hero,
.showroom-page .site-img-placeholder.site-img--hero {
  min-height: clamp(460px, 62svh, 660px);
  aspect-ratio: auto;
  border-radius: 0;
  box-shadow: none;
}

.showroom-page .site-img--hero {
  height: 100%;
}

.showroom-hero__content {
  position: absolute;
  left: var(--page-gutter);
  right: var(--page-gutter);
  bottom: clamp(20px, 4vw, 34px);
  z-index: 1;
  max-width: 720px;
  padding: clamp(20px, 2.6vw, 28px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(30, 26, 22, 0.24), rgba(30, 26, 22, 0.62));
  backdrop-filter: blur(8px);
}

.showroom-hero__title {
  max-width: 10ch;
  color: var(--white);
}

.showroom-hero__meta {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.88);
}

.showroom-section {
  padding: clamp(42px, 6vw, 72px) 0;
}

.showroom-section--white {
  background: var(--white);
}

.showroom-section--cream {
  background: var(--cream);
}

.showroom-section--green {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(240, 160, 32, 0.12), transparent 34%),
    linear-gradient(180deg, #2f5c1c 0%, #234614 100%);
}

.showroom-section--green::before {
  content: "";
  position: absolute;
  inset: auto auto -80px -60px;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  filter: blur(8px);
}

.showroom-overview,
.showroom-floor,
.showroom-staircase {
  display: grid;
  gap: clamp(18px, 3vw, 28px);
  align-items: start;
}

.showroom-overview__intro,
.showroom-floor__content,
.showroom-staircase__intro {
  min-width: 0;
}

.showroom-overview__grid,
.showroom-detail-grid,
.showroom-studio-list,
.showroom-visit__grid {
  display: grid;
  gap: 14px;
}

.showroom-overview__card,
.showroom-floor,
.showroom-staircase,
.showroom-studio-list__item {
  border: 1px solid var(--border-soft);
  box-shadow: 0 20px 48px rgba(42, 42, 42, 0.08);
}

.showroom-overview__card,
.showroom-floor,
.showroom-staircase,
.showroom-visit__panel,
.showroom-studio-list__item {
  border-radius: 22px;
}

.showroom-overview__card {
  padding: 20px;
  background: rgba(255, 255, 255, 0.86);
}

.showroom-overview__label,
.showroom-studio-list__label {
  font-family: var(--font-sans);
  font-size: 0.74rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-soft);
}

.showroom-overview__value {
  margin-top: 12px;
  font-family: var(--font-sans);
  font-size: clamp(1.6rem, 1.25rem + 1vw, 2.25rem);
  font-weight: 700;
  line-height: 1.05;
  color: var(--charcoal);
}

.showroom-overview__copy,
.showroom-studio-list__copy {
  margin-top: 10px;
  color: var(--text-muted);
}

.showroom-section--white .showroom-floor,
.showroom-section--white .showroom-staircase {
  padding: clamp(20px, 2.4vw, 28px);
  background: rgba(245, 240, 232, 0.62);
}

.showroom-section--cream .showroom-floor,
.showroom-section--cream .showroom-staircase {
  padding: clamp(20px, 2.4vw, 28px);
  background: rgba(255, 255, 255, 0.84);
}

.showroom-floor__media,
.showroom-staircase__media {
  display: grid;
  gap: 12px;
  align-content: start;
}

.showroom-page__heading {
  margin-top: 12px;
  max-width: 14ch;
}

.showroom-page__heading--light {
  color: var(--white);
}

.showroom-page__body,
.showroom-page__prose,
.showroom-floor__location,
.showroom-floor__note,
.showroom-staircase__caption,
.showroom-visit__value,
.showroom-visit__geo,
.showroom-visit__intro {
  color: var(--text-muted);
}

.showroom-page__body,
.showroom-page__prose {
  margin-top: 14px;
}

.showroom-page__prose {
  max-width: 68ch;
}

.showroom-page__prose p + p {
  margin-top: 16px;
}

.showroom-floor__highlights {
  display: grid;
  gap: 10px;
  margin-top: 16px;
  padding: 0;
  list-style: none;
}

.showroom-floor__highlights li {
  position: relative;
  padding-left: 20px;
  color: var(--text-muted);
}

.showroom-floor__highlights li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--dark-green);
  transform: translateY(-50%);
}

.showroom-floor__brands,
.showroom-staircase__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.showroom-floor__brands {
  color: var(--charcoal);
}

.showroom-floor__brands span,
.showroom-staircase__facts span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid rgba(45, 90, 27, 0.14);
  border-radius: 999px;
  background: rgba(45, 90, 27, 0.08);
  font-family: var(--font-sans);
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--charcoal);
}

.showroom-floor__location,
.showroom-floor__note,
.showroom-staircase__caption {
  margin-top: 14px;
}

.showroom-floor__note {
  padding: 16px 18px;
  border-left: 3px solid var(--red-orange);
  border-radius: 18px;
  background: rgba(212, 74, 42, 0.08);
  color: var(--charcoal);
  font-weight: 600;
}

.showroom-detail-grid {
  margin-top: 16px;
}

.showroom-page .site-img--wide,
.showroom-page .site-img--detail-wide {
  aspect-ratio: 16 / 9;
}

.showroom-page .site-img--floor {
  aspect-ratio: 5 / 4;
}

.showroom-page .site-img--detail-landscape {
  aspect-ratio: 4 / 3;
}

.showroom-page .site-img--detail-portrait {
  aspect-ratio: 3 / 4;
}

.showroom-page .site-img-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 220px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.72);
  text-align: center;
}

.showroom-page .site-img-placeholder__label {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-soft);
}

.showroom-studio-list {
  margin-top: 16px;
}

.showroom-studio-list__item {
  padding: 18px;
  background: rgba(255, 255, 255, 0.78);
}

.showroom-visit {
  border-top: 0;
}

.showroom-visit__panel {
  position: relative;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
  box-shadow: 0 28px 60px rgba(15, 24, 10, 0.24);
}

.showroom-visit__intro {
  max-width: 680px;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.82);
}

.showroom-visit__grid {
  margin-top: 20px;
}

.showroom-visit__block {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 44px rgba(15, 24, 10, 0.16);
}

.showroom-visit__label {
  margin-bottom: 10px;
  color: var(--charcoal);
}

.showroom-visit__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 18px;
  padding: 13px 24px;
  border: 1px solid var(--red-orange);
  border-radius: 4px;
  background: var(--red-orange);
  color: var(--white);
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.showroom-visit__button:hover {
  background: #ba4328;
  border-color: #ba4328;
  box-shadow: 0 14px 24px rgba(212, 74, 42, 0.26);
}

.showroom-visit__button:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.74);
  outline-offset: 3px;
}

.showroom-visit__button:active {
  transform: translateY(1px);
}

.showroom-visit__geo {
  max-width: 880px;
  margin: 20px auto 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.82);
}

@media (min-width: 768px) {
  .showroom-overview__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .showroom-floor {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  }

  .showroom-staircase {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  }

  .showroom-staircase__caption {
    grid-column: 1 / -1;
  }

  .showroom-detail-grid--double {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .showroom-detail-grid--triple {
    grid-template-columns: 1.2fr 0.9fr 0.9fr;
  }

  .showroom-studio-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .showroom-floor--reverse .showroom-floor__content {
    order: 1;
  }

  .showroom-floor--reverse .showroom-floor__media {
    order: 2;
  }

  .showroom-floor--media-first .showroom-floor__content {
    order: 2;
  }

  .showroom-floor--media-first .showroom-floor__media {
    order: 1;
  }

  .showroom-visit__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .showroom-hero,
  .showroom-page .site-img--hero,
  .showroom-page .site-img-placeholder.site-img--hero {
    min-height: clamp(560px, 72svh, 760px);
  }

  .showroom-hero__content {
    left: max(var(--page-gutter), calc((100vw - var(--content-max)) / 2 + var(--page-gutter)));
    right: auto;
  }

  .showroom-overview {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  }
}
