@charset "utf-8";
/* CSS Document */

/* Hero */
.showroom-hero {
  width: 100%;
  background: #f5f1ea;
}

.showroom-hero__header {
  text-align: center;
  padding: 2.2rem 1rem 1.8rem;
  background: #fff;
}

.showroom-hero__title-header {
  font-family: 'Sitka Text', Georgia, serif;
  font-size: 2.1rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
  color: #2D2D2D;
  padding-top: 40px;
}

.showroom-hero__media {
  position: relative;
  width: 100%;
  min-height: 1070px;
  overflow: hidden;
}

.showroom-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.showroom-hero__content {
  position: relative;
  z-index: 1;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 3rem 10vw;
  gap: 1.8rem;
}

.showroom-hero__title {
  margin: 0;
  font-family: 'Sitka Text';
  font-size: 3.5rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.08;
  text-align: left;
  color: #fff;
  text-shadow: 0 1px 5px rgba(0,0,0,0.8);
}

.showroom-hero__p1 {
  margin: 0;
  font-family: 'Poppins';
  font-size: clamp(0.95rem, 1.4vw, 2rem);
  font-weight: none;
  line-height: 1.6;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0,0,0,0.8);
}

.showroom-hero__divider {
  width: 80px;
  height: 4px;
  background: #fff;
  border-radius: 1px;
}

.showroom-hero__p2 {
  margin: 0;
  font-family: 'Sitka Text';
  font-size: clamp(0.95rem, 1.4vw, 2rem);
  font-weight: none;
  font-style: italic;
  line-height: 1.6;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0,0,0,0.8);
}

/* Transparency */
.showroom-transparency {
  padding: 4.75rem 3.5rem 5rem;
  background: #fff;
}

.showroom-transparency__inner {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(360px, 1fr);
  gap: 5.5rem;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
  background-color: #F5F1EF;
}

.showroom-transparency__content {
  max-width: 700px;
  margin: 0 auto;
  padding-left: 0;
  text-align: left;
}

.showroom-transparency__title {
  margin: 0.3em 0 0.4em;
  font-family: 'Sitka Text', Georgia, serif;
  font-size: clamp(2rem, 2.75rem, 3.5rem);
  font-weight: 300;
  color: #2d2d2d;
}

.showroom-transparency__text {
  margin: 0;
  max-width: 660px;
  font-family: 'Poppins';
  font-size: 19px;
  line-height: 1.85;
  color: #2d2d2d;
}

.showroom-transparency__visual {
  width: 100%;
}

.showroom-transparency__visual img {
  display: block;
  width: 100%;
  max-width: 900px;
  height: auto;
  margin-left: auto;
}

/* Features */
.showroom-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 0;
}

.showroom-features__col {
  display: flex;
}

.showroom-features__img {
  flex: 0 0 50%;
}

.showroom-features__img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.showroom-features__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 2.5rem 3rem 3rem;
	background-color: #F0EEEC;
}

.showroom-features__eyebrow {
  margin: 0 0 0.9rem;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #2D2D2D;
}

.showroom-features__text h3 {
  margin: 0 0 1rem;
  font-family: 'Sitka Text', Georgia, serif;
  font-size: 2.5rem;
  font-weight: 400;
	letter-spacing: 0.04em;
  color: #2D2D2D;
}

.showroom-features__text p {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #2D2D2D;
}

/* Visit */
.showroom-visit {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 4rem;
}

.showroom-visit__img {
  overflow: hidden;
}

.showroom-visit__img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.showroom-visit__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem 5vw;
  background-color: #fff;
}

.showroom-visit__title {
  margin: 0 0 1.5rem;
  font-family: 'Sitka Text', Georgia, serif;
  font-size: clamp(2rem, 2.75rem, 3.5rem);
  font-weight: 300;
  color: #2d2d2d;
}

.showroom-visit__text {
  margin: 0 0 2rem;
  font-family: 'Poppins';
  font-size: 19px;
  line-height: 1.85;
  color: #2d2d2d;
}

.showroom-visit__buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.showroom-visit__btn {
  display: inline-block;
  padding: 0.85rem 1.2rem;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s;
}

.showroom-visit__btn--primary {
  background: #2D2D2D;
  color: #fff;
  border: 1px solid #2D2D2D;
}

.showroom-visit__btn--primary:hover {
  background: #1a1a1a;
}

.showroom-visit__btn--outline {
  background: transparent;
  color: #2D2D2D;
  border: 1px solid #2D2D2D;
}

.showroom-visit__btn--outline:hover {
  background: #2D2D2D;
  color: #fff;
}

/* Instagram Override */
.instag-section {
  padding: 5.5rem 3.5rem 4.5rem;
}

.instag-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
}

/* Responsive */
@media (max-width: 900px) {
  .showroom-hero__media {
    min-height: 600px;
  }

  .showroom-features {
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .showroom-features__col {
    flex-direction: row;
  }

  .showroom-features__img {
    flex: 0 0 40%;
  }

  .showroom-features__text {
    padding: 2rem;
  }

  .showroom-transparency {
    padding: 4rem 2rem 4.5rem;
  }

  .showroom-transparency__inner {
    grid-template-columns: 1fr;
    gap: 2.75rem;
  }

  .showroom-transparency__content {
    max-width: 760px;
  }

  .showroom-transparency__visual img {
    margin: 0 auto;
  }

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

@media (max-width: 600px) {
  .showroom-hero__header {
    padding: 1.6rem 1rem 1.4rem;
  }

  .showroom-hero__title-header {
    letter-spacing: 0.25em;
  }

  .showroom-hero__content {
    padding: 2.2rem 5vw;
  }

  .showroom-hero__media {
    min-height: 520px;
  }

  .showroom-features__col {
    flex-direction: column;
  }

  .showroom-features__img {
    flex: none;
    aspect-ratio: 16/9;
  }

  .showroom-features__text {
    padding: 1.5rem;
  }

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

  .showroom-visit__img {
    aspect-ratio: 16/9;
  }

  .showroom-visit__content {
    padding: 2.5rem 1.5rem;
  }

  .showroom-visit__buttons {
    flex-direction: column;
  }

  .showroom-visit__btn {
    text-align: center;
  }

  .instag-section {
    padding: 3.5rem 1rem 3rem;
  }

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

  .showroom-transparency {
    padding: 3rem 1rem 3.5rem;
  }

  .showroom-transparency__title {
    margin-bottom: 1.4rem;
    letter-spacing: 0.1em;
  }

  .showroom-transparency__text {
    font-size: 1rem;
    line-height: 1.72;
  }
}

@media (max-width: 480px) {
  .showroom-hero__media {
    min-height: 400px;
  }

  .showroom-transparency__title {
    font-size: clamp(1.5rem, 2.2rem, 2.5rem);
  }
}