@charset "UTF-8";





/* =========================
   business hero
========================= */
.business-hero {
  position: relative;
  background: #000;
}

.business-hero__image,
.business-hero__image img {
  width: 100%;
  height: 100%;
}

.business-hero__image img {
  object-fit: cover;
}

.business-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.15);
}

.business-hero__inner {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-start;
}

.business-hero__text {
  margin-top: 62px;
    font-size: 2.4rem;
  color: #fff;
  line-height: 2.1;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

/* =========================
   thumb strip
========================= */
.thumb-strip-section {
  padding: 48px 0 60px;
}

.thumb-strip img {
  width: 100%;
  height: 145px;
  object-fit: cover;
}

/* =========================
   BIM section
========================= */
.bim-section {
  padding: 28px 0 76px;
}

.bim-visuals {
  margin-top: 34px;
  margin-bottom: 34px;
}

.bim-image-card {
  position: relative;
  overflow: hidden;
  background: #ddd;
}

.bim-image-card img {
  width: 100%;
  height: 290px;
  object-fit: cover;
}


.bim-video {
    width: 100%;
    height: auto;
}

.bim-info-box {
  background: #ececec;
  padding: 34px 42px;
  margin-bottom: 40px;
}

.bim-info-box h3 {
  margin: 0 0 22px;
  font-size: 20px;
  font-weight: 700;
  color: #111;
}

.bim-info-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.bim-info-item h4 {
  margin: 0 0 6px;
  font-weight: 700;
  color: #111;
}

.bim-info-item p {
  margin: 0;
  line-height: 1.9;
}

.tech-gallery__item img {
  width: 100%;
  height: 265px;
  object-fit: cover;
}

.tech-gallery__item p {
  margin: 10px 0 0;
  line-height: 1.8;
}

/* =========================
   style section
========================= */
.style-section {
  padding: 14px 0 72px;
}

.style-gallery {
  margin-top: 26px;
}

.style-card img {
  width: 100%;
  object-fit: cover;
}

/* =========================
   landmark section
========================= */
.landmark-section {
  padding: 10px 0 82px;
}

.landmark-gallery {
  margin-top: 18px;
}

.landmark-card {
  position: relative;
  overflow: hidden;
}

.landmark-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.landmark-card__label {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  padding: 8px 8px;
  line-height: 1.3;
}

/* =========================
   responsive
========================= */
@media (max-width: 991.98px) {
  

  .business-hero {
    height: 360px;
  }

  .business-hero__text {
    margin-top: 44px;
    max-width: 520px;
    font-size: 12px;
  }

  .section-copy h2 {
    font-size: 28px;
  }

  .section-copy p {
    font-size: 16px;
  }

  .bim-image-card img {
    height: 240px;
  }

  .bim-image-card__label {
    font-size: 36px;
  }

  .tech-gallery__item img,
  .style-card img,
  .landmark-card img {
    height: 190px;
  }
}

@media (max-width: 767.98px) {
  .page-intro {
    padding: 42px 0 30px;
  }

  .page-title {
    font-size: 34px;
  }

  .page-subtitle {
    margin-bottom: 18px;
    font-size: 12px;
  }

  .page-lead {
    font-size: 14px;
    line-height: 1.9;
  }

  .lead-copy-section {
    padding: 18px 0 28px;
  }

 

  .business-hero {
    height: 260px;
  }

  .business-hero__text {
    margin-top: 24px;
    max-width: 100%;
    font-size: 11px;
    line-height: 1.8;
  }

  .thumb-strip-section {
    padding: 30px 0 36px;
  }

  .thumb-strip img {
    height: 120px;
  }

  .bim-section,
  .style-section,
  .landmark-section {
    padding-bottom: 52px;
  }

  .section-copy h2 {
    font-size: 22px;
    line-height: 1.7;
  }

  .section-copy p {
    font-size: 14px;
    line-height: 1.8;
  }

  .section-description {
    margin: 18px auto 26px;
    font-size: 11px;
    line-height: 1.8;
  }

  .bim-visuals {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .bim-image-card img {
    height: 200px;
  }

  .bim-image-card__label {
    left: 16px;
    font-size: 28px;
  }

  .bim-info-box {
    padding: 24px 18px;
    margin-bottom: 28px;
  }

  .tech-gallery__item img,
  .style-card img,
  .landmark-card img {
    height: 140px;
  }
}