.showroom-document,
.showroom-page {
  overflow-x: clip;
}

.showroom-page {
  background: var(--warm);
}

.showroom-shell,
.showroom-wide {
  width: min(calc(100% - 80px), 1240px);
  margin-inline: auto;
}

.showroom-wide {
  width: min(100%, 1440px);
}

.showroom-page :where(.showroom-section-title) {
  margin: 24px 0 0;
  color: var(--ink);
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 400;
  letter-spacing: -.45px;
  line-height: 1.22;
  text-transform: uppercase;
}

.showroom-hero {
  position: relative;
  min-height: 0;
  overflow: hidden;
  background: #e9e5df;
}

.showroom-hero > picture,
.showroom-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.showroom-hero-image {
  max-width: none;
  object-fit: cover;
}

.showroom-hero-content {
  position: relative;
  min-height: 720px;
}

.showroom-hero-card {
  top: 72px;
  left: clamp(40px, 7.6vw, 110px);
  width: 440px;
  padding: 52px 36px;
}

.showroom-hero-card .hero-title {
  margin-top: 34px;
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: 1.2;
}

.showroom-hero-card .hero-copy {
  font-size: 15px;
  line-height: 25px;
}

.showroom-hero-actions {
  width: 100%;
}

.showroom-facts {
  position: relative;
  z-index: 12;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(100%, 1240px);
  margin-inline: auto;
  background: rgba(247, 245, 242, .96);
}

.showroom-facts > span {
  padding: 22px 28px;
  border-right: 1px solid var(--line);
  color: var(--secondary);
  font-size: 14px;
  line-height: 20px;
}

.showroom-facts > span:first-child {
  border-left: 1px solid var(--line);
}

.showroom-facts small {
  display: block;
  margin-bottom: 6px;
  color: var(--accent);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.showroom-visit-intro {
  display: grid;
  grid-template-columns: 1.1fr .75fr;
  gap: 70px;
  align-items: end;
  padding-block: 92px;
}

.showroom-visit-intro > div:last-child > p {
  margin: 0;
  color: var(--secondary);
  font-size: 14px;
  line-height: 24px;
}

.showroom-visit-intro > div:last-child > a {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--accent);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.showroom-journey {
  padding-block: 90px;
  background: var(--soft);
}

.showroom-journey-heading {
  display: grid;
  grid-template-columns: .55fr 1.45fr;
  gap: 40px;
}

.showroom-journey-heading h2 {
  margin-top: 0;
}

.showroom-journey-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 48px;
  border-block: 1px solid #cfcac5;
}

.showroom-journey-grid article {
  position: relative;
  min-height: 390px;
  padding: 30px 28px;
  border-right: 1px solid #cfcac5;
}

.showroom-journey-grid article:first-child {
  border-left: 1px solid #cfcac5;
}

.showroom-step-number {
  color: var(--accent);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
}

.showroom-step-time {
  position: absolute;
  top: 38px;
  right: 26px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.showroom-journey-grid h3 {
  margin: 54px 0 0;
  color: var(--ink);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase;
}

.showroom-journey-grid p {
  margin: 16px 0 0;
  color: var(--secondary);
  font-size: 14px;
  line-height: 23px;
}

.showroom-journey-grid small {
  position: absolute;
  right: 28px;
  bottom: 24px;
  left: 28px;
  padding-top: 12px;
  border-top: 1px solid #cfcac5;
  color: var(--muted);
  font-size: 10px;
  line-height: 16px;
}

.showroom-timing-note {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 11px;
}

.showroom-rooms {
  padding-block: 100px;
}

.showroom-room-heading {
  display: grid;
  grid-template-columns: .6fr 1.15fr .7fr;
  gap: 36px;
  align-items: start;
  padding-inline: 32px;
}

.showroom-room-heading h2,
.showroom-room-heading > p {
  margin-top: 0;
}

.showroom-room-heading > p {
  color: var(--secondary);
  font-size: 14px;
  line-height: 24px;
}

.showroom-room-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 390px;
  gap: 14px;
  margin: 48px 32px 0;
}

.showroom-room-card {
  position: relative;
  overflow: hidden;
  background: #ddd8d1;
}

.showroom-room-card-wide {
  grid-column: span 2;
}

.showroom-room-card > picture,
.showroom-room-card img {
  width: 100%;
  height: 100%;
}

.showroom-room-card img {
  object-fit: cover;
}

.showroom-room-card > div {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 14px;
  padding: 14px;
  background: rgba(247, 245, 242, .95);
}

.showroom-room-card > div > span {
  grid-row: span 2;
  color: var(--accent);
  font-size: 10px;
  font-weight: 600;
}

.showroom-room-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.showroom-room-card p {
  margin: 0;
  color: var(--secondary);
  font-size: 12px;
  line-height: 18px;
}

.showroom-planning {
  padding-block: 90px;
  background: var(--soft);
}

.showroom-planning-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 68px;
  align-items: center;
}

.showroom-planning-image {
  position: relative;
}

.showroom-planning-image picture,
.showroom-planning-image img {
  width: 100%;
  height: 520px;
}

.showroom-planning-image img {
  object-fit: cover;
}

.showroom-planning-image > span {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 10px 12px;
  color: #fff;
  background: var(--anthracite);
  font-size: 9px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.showroom-planning-copy > p:not(.eyebrow) {
  margin: 18px 0 0;
  color: var(--secondary);
  font-size: 14px;
  line-height: 24px;
}

.showroom-planning-copy ul {
  margin: 24px 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #cfcac5;
}

.showroom-planning-copy li {
  padding: 12px 0;
  border-bottom: 1px solid #cfcac5;
  color: var(--secondary);
  font-size: 12px;
  letter-spacing: .4px;
  text-transform: uppercase;
}

.showroom-planning-copy small {
  color: var(--muted);
  font-size: 11px;
  line-height: 18px;
}

.showroom-design-detail {
  display: grid;
  grid-template-columns: 70px 1.1fr .7fr;
  gap: 44px;
  align-items: center;
  padding-block: 90px;
}

.showroom-detail-number {
  color: var(--accent);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 50px;
}

.showroom-design-detail h2 {
  margin-top: 18px;
}

.showroom-design-detail > p {
  margin: 0;
  color: var(--secondary);
  font-size: 14px;
  line-height: 24px;
}

.showroom-team {
  padding-block: 90px;
  background: #fafafa;
}

.showroom-team-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 76px;
  align-items: start;
}

.showroom-team-intro > p:last-child {
  margin: 18px 0 0;
  color: var(--secondary);
  font-size: 14px;
  line-height: 24px;
}

.showroom-team-list {
  border-top: 1px solid #aaa;
}

.showroom-team-list article {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.showroom-team-list article > img {
  width: 92px;
  height: 92px;
  object-fit: cover;
}

.showroom-team-list strong {
  display: block;
  color: var(--ink);
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.showroom-team-list article > div > span {
  display: block;
  margin-top: 5px;
  color: var(--accent);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.showroom-team-bio small {
  display: block;
  margin-top: 9px;
  color: var(--secondary);
  font-size: 12px;
  line-height: 18px;
}

.showroom-team-bio small + small {
  margin-top: 5px;
}

.showroom-faq {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 80px;
  padding-block: 100px;
}

.showroom-faq-intro > p:last-child {
  margin: 18px 0 0;
  color: var(--secondary);
  font-size: 14px;
  line-height: 24px;
}

.showroom-faq-list {
  border-top: 1px solid #aaa;
}

.showroom-faq-list details {
  border-bottom: 1px solid var(--line);
}

.showroom-faq-list summary {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
  cursor: pointer;
  list-style: none;
  color: var(--ink);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
}

.showroom-faq-list summary::-webkit-details-marker {
  display: none;
}

.showroom-faq-plus {
  display: grid;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid var(--muted);
  font-size: 18px;
  font-weight: 300;
  transition: transform .2s ease;
}

.showroom-faq-list details[open] .showroom-faq-plus {
  transform: rotate(45deg);
}

.showroom-faq-list details > div {
  max-width: 680px;
  padding: 0 50px 24px 0;
  color: var(--secondary);
  font-size: 14px;
  line-height: 24px;
}

.showroom-faq-list details > div p {
  margin: 0;
}

.showroom-contact {
  position: relative;
  min-height: 560px;
  overflow: hidden;
}

.showroom-contact > picture,
.showroom-contact > picture img,
.showroom-contact-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.showroom-contact > picture img {
  max-width: none;
  object-fit: cover;
}

.showroom-contact-overlay {
  background: linear-gradient(90deg, rgba(20, 22, 23, .84), rgba(20, 22, 23, .18));
}

.showroom-contact-copy {
  position: relative;
  z-index: 2;
  padding-block: 100px;
  color: #fff;
}

.showroom-contact-copy h2 {
  max-width: 720px;
  color: #fff;
}

.showroom-contact-copy > p:not(.eyebrow) {
  max-width: 580px;
  margin: 20px 0 0;
  color: #eee;
  font-size: 14px;
  line-height: 24px;
}

.showroom-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

.showroom-contact-actions .btn {
  min-width: 240px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.4px;
}

.showroom-light-button {
  border-color: rgba(255, 255, 255, .7);
  color: #fff;
  background: rgba(20, 22, 23, .16);
}

.showroom-light-button:hover,
.showroom-light-button:focus-visible {
  border-color: #fff;
  background: #fff;
  color: var(--anthracite);
}

@media (max-width: 1180px) {
  .showroom-journey-grid article {
    min-height: 430px;
  }

  .showroom-team-grid,
  .showroom-planning-grid {
    gap: 44px;
  }
}

@media (max-width: 1023px) {
  .showroom-shell {
    width: min(calc(100% - 48px), 760px);
  }

  .showroom-hero-card {
    left: 48px;
  }

  .showroom-room-heading {
    grid-template-columns: 1fr 1.3fr;
  }

  .showroom-room-heading > p {
    grid-column: 2;
  }

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

@media (max-width: 760px) {
  .showroom-shell,
  .showroom-wide {
    width: min(calc(100% - 40px), 620px);
  }

  .showroom-hero {
    overflow: visible;
  }

  .showroom-hero > picture,
  .showroom-hero-image {
    position: relative;
    height: 360px;
  }

  .showroom-hero-content {
    width: 100%;
    min-height: 0;
    padding-bottom: 42px;
  }

  .showroom-hero-card {
    position: relative;
    top: auto;
    left: auto;
    width: calc(100% - 40px);
    margin: -60px auto 0;
    padding: 40px 28px;
  }

  .showroom-facts {
    display: none;
  }

  .showroom-visit-intro,
  .showroom-planning-grid,
  .showroom-team-grid,
  .showroom-faq {
    grid-template-columns: 1fr;
    gap: 42px;
  }

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

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

  .showroom-journey-grid article {
    min-height: 0;
    border-left: 1px solid #cfcac5;
  }

  .showroom-journey-grid small {
    position: static;
    display: block;
    margin-top: 32px;
  }

  .showroom-room-heading {
    grid-template-columns: 1fr;
    padding-inline: 0;
  }

  .showroom-room-heading > p {
    grid-column: auto;
  }

  .showroom-room-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 360px;
    margin-inline: 0;
  }

  .showroom-room-card-wide {
    grid-column: auto;
  }

  .showroom-planning-image picture,
  .showroom-planning-image img {
    height: 360px;
  }

  .showroom-design-detail {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .showroom-detail-number {
    font-size: 38px;
  }

  .showroom-contact {
    min-height: 620px;
  }

  .showroom-contact-actions {
    display: grid;
  }

  .showroom-contact-actions .btn {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 480px) {
  .showroom-hero-card .hero-title {
    font-size: 29px;
    line-height: 1.22;
  }

  .showroom-step-time {
    position: static;
    display: block;
    margin-top: 8px;
  }

  .showroom-journey-grid h3 {
    margin-top: 30px;
  }

  .showroom-team-list article {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 16px;
  }

  .showroom-team-list article > img {
    width: 72px;
    height: 72px;
  }

  .showroom-faq-list details > div {
    padding-right: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .showroom-page *,
  .showroom-page *::before,
  .showroom-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
