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

.showroom-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  color: white;
  background: var(--ink);
}

.showroom-hero__media,
.showroom-hero__media img,
.showroom-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.showroom-hero__media {
  transform: scale(1.04);
}

.showroom-hero__media img {
  object-fit: cover;
}

.showroom-hero__shade {
  background:
    linear-gradient(90deg, rgba(8, 8, 8, 0.7), transparent 72%),
    linear-gradient(0deg, rgba(8, 8, 8, 0.68), transparent 60%);
}

.showroom-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100svh;
  padding: 12rem 5vw 4rem;
}

.showroom-hero h1,
.showroom-visit h2 {
  margin: 0;
  font: 300 clamp(4.3rem, 9.5vw, 10rem) / 0.84 "Manrope", sans-serif;
  letter-spacing: -0.075em;
}

.showroom-hero h1 em,
.showroom-intro h2 em,
.showroom-experience h2 em,
.showroom-garden h2 em,
.showroom-visit h2 em {
  font-family: Georgia, serif;
  font-weight: 400;
}

.showroom-hero__foot {
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding-left: 42vw;
  margin-top: 3rem;
}

.showroom-hero__foot p {
  max-width: 27rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.showroom-hero__foot a {
  display: flex;
  gap: 2rem;
  align-items: center;
  padding: 1rem 0;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
}

.showroom-intro,
.showroom-garden {
  padding: 10rem 5vw;
}

.showroom-intro__grid,
.showroom-garden__heading {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 8vw;
  align-items: end;
}

.showroom-intro h2,
.showroom-experience h2,
.showroom-garden h2,
.showroom-visit h2 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(3.4rem, 7vw, 7.5rem);
  font-weight: 300;
  letter-spacing: -0.07em;
  line-height: 0.9;
}

.showroom-intro__copy p,
.showroom-garden__heading > p,
.showroom-experience__content > p,
.showroom-visit__content > p {
  color: rgba(17, 17, 17, 0.62);
  line-height: 1.75;
}

.showroom-intro__copy .lead {
  color: var(--ink);
  font: 300 1.45rem/1.4 "Manrope", sans-serif;
}

.showroom-intro__gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2vw;
  align-items: start;
  margin-top: 8rem;
}

.showroom-intro__gallery figure {
  margin: 0;
}

.showroom-intro__gallery figure:first-child {
  grid-column: 1 / span 4;
}

.showroom-intro__gallery figure:nth-child(2) {
  grid-column: 6 / span 7;
  margin-top: 7rem;
}

.showroom-intro__gallery figure:nth-child(3) {
  grid-column: 2 / span 5;
  margin-top: 3rem;
}

.showroom-intro__gallery img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.showroom-intro__gallery figure:nth-child(2) img,
.showroom-intro__gallery figure:nth-child(3) img {
  aspect-ratio: 16 / 10;
}

.showroom-intro__gallery figcaption {
  padding-top: 0.8rem;
  font-size: 0.62rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.showroom-experience {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  min-height: 100svh;
  color: white;
  background: var(--ink);
}

.showroom-experience__image {
  position: relative;
  min-height: 58rem;
  margin: 0;
  overflow: hidden;
}

.showroom-experience__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.showroom-experience__image figcaption {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.showroom-experience__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 7vw 6vw;
}

.showroom-experience__content > p {
  max-width: 30rem;
  margin: 3rem 0;
  color: rgba(255, 255, 255, 0.65);
}

.showroom-experience ul {
  padding: 0;
  margin: 1rem 0 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.showroom-experience li {
  display: grid;
  grid-template-columns: 3rem 1fr;
  padding: 1.1rem 0;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.showroom-experience li span {
  color: #e36c86;
}

.showroom-garden {
  background: var(--paper);
}

.showroom-garden__heading > p {
  max-width: 27rem;
  margin: 0;
}

.showroom-garden__gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2vw;
  align-items: start;
  margin-top: 8rem;
}

.showroom-garden__gallery figure {
  grid-column: span 5;
  margin: 0;
}

.showroom-garden__gallery figure:first-child {
  grid-column: span 7;
}

.showroom-garden__gallery figure:nth-child(2) {
  grid-column: 9 / span 4;
  margin-top: 10rem;
}

.showroom-garden__gallery figure:nth-child(3) {
  grid-column: 3 / span 6;
  margin-top: 3rem;
}

.showroom-garden__gallery img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.showroom-garden__gallery figure:nth-child(2) img {
  aspect-ratio: 4 / 5;
}

.showroom-garden__gallery figcaption {
  padding-top: 0.8rem;
  font-size: 0.62rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.showroom-visit {
  display: grid;
  grid-template-columns: 1.5fr 0.7fr;
  gap: 10vw;
  padding: 11rem 5vw;
  color: white;
  background: var(--brand-red);
}

.showroom-visit__content > p {
  max-width: 34rem;
  margin: 3rem 0;
  color: rgba(255, 255, 255, 0.72);
}

.showroom-visit__actions {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.showroom-visit .pill {
  color: var(--ink);
  background: white;
}

.showroom-visit__actions > a:last-child {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  border-bottom: 1px solid white;
}

.showroom-visit__details {
  align-self: end;
  border-top: 1px solid rgba(255, 255, 255, 0.45);
}

.showroom-visit__details div {
  padding: 1.4rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}

.showroom-visit__details span {
  display: block;
  margin-bottom: 0.8rem;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.showroom-visit__details a,
.showroom-visit__details p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.6;
}

@media (max-width: 900px) {
  .showroom-hero__content {
    padding: 9rem 1.3rem 2rem;
  }

  .showroom-hero h1 {
    font-size: clamp(4rem, 18vw, 7rem);
  }

  .showroom-hero__foot {
    padding-left: 0;
  }

  .showroom-hero__foot a {
    display: none;
  }

  .showroom-intro,
  .showroom-garden {
    padding: 7rem 1.3rem;
  }

  .showroom-intro__grid,
  .showroom-garden__heading {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

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

  .showroom-intro__gallery {
    display: block;
    margin-top: 4rem;
  }

  .showroom-intro__gallery figure,
  .showroom-intro__gallery figure:nth-child(n) {
    margin: 0 0 3rem;
  }

  .showroom-intro__gallery figure:nth-child(even) {
    margin-left: 15vw;
  }

  .showroom-experience__image {
    min-height: 65svh;
  }

  .showroom-experience__content {
    padding: 7rem 1.3rem;
  }

  .showroom-garden__gallery {
    display: block;
    margin-top: 4rem;
  }

  .showroom-garden__gallery figure,
  .showroom-garden__gallery figure:nth-child(n) {
    margin: 0 0 3rem;
  }

  .showroom-garden__gallery figure:nth-child(even) {
    margin-left: 15vw;
  }

  .showroom-visit {
    grid-template-columns: 1fr;
    gap: 5rem;
    padding: 7rem 1.3rem;
  }

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