body[data-page="index"] .home-premium-hero .banner-overlay {
  max-width: 46rem;
  padding: 2rem 2.2rem;
  border-radius: 24px;
  background: rgba(12, 24, 31, 0.52);
  backdrop-filter: blur(6px);
}

body[data-page="index"] .home-premium-hero .bo-h2,
body[data-page="index"] .home-premium-hero .bo-h3,
body[data-page="index"] .home-premium-hero .bo-p {
  color: #fff;
}

body[data-page="index"] .home-page-shell .section-title,
body[data-page="index"] .home-page-shell .premium-section-heading {
  margin-bottom: 2.25rem;
}

body[data-page="index"] #construction-welcome .container {
  display: block;
}

body[data-page="index"] #construction-welcome .about-highlight {
  padding: 2rem 2.1rem;
  border-radius: 22px;
  border: 1px solid rgba(21, 35, 47, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 42px rgba(15, 29, 42, 0.07), 0 2px 8px rgba(15, 29, 42, 0.04);
  max-width: none;
}

body[data-page="index"] #construction-welcome .about-highlight h1 {
  margin: 0 0 1rem;
  font-size: clamp(1.95rem, 3.5vw, 2.7rem);
  line-height: 1.08;
  color: #15232f;
  letter-spacing: -0.035em;
}

body[data-page="index"] #construction-welcome .about-highlight .bullet-list {
  margin-top: 1.2rem;
}

body[data-page="index"] #construction-welcome .features-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  align-content: start;
  margin-top: 1.5rem;
}

body[data-page="index"] #construction-welcome .feature-card {
  border-radius: 20px;
  border: 1px solid rgba(21, 35, 47, 0.08);
  box-shadow: 0 18px 42px rgba(15, 29, 42, 0.07), 0 2px 8px rgba(15, 29, 42, 0.04);
  min-height: 100%;
}

body[data-page="index"] #construction-welcome .feature-card p {
  margin-bottom: 0;
}

body[data-page="index"] #construction-welcome .feature-card h2 {
  font-size: 1.2rem;
  line-height: 1.3;
}

body[data-page="index"] #construction-welcome .feature-card .img-holder img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

body[data-page="index"] #maytag-washers .maytag-card,
body[data-page="index"] #commercial-work .home-projects-container,
body[data-page="index"] #clients .clients-grid {
  border-radius: 22px;
}

body[data-page="index"] #maytag-washers .maytag-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(21, 35, 47, 0.08);
  box-shadow: 0 18px 42px rgba(15, 29, 42, 0.07), 0 2px 8px rgba(15, 29, 42, 0.04);
}

body[data-page="index"] #service-we-provide .service-card {
  border-radius: 20px;
  border: 1px solid rgba(21, 35, 47, 0.08);
  box-shadow: 0 18px 42px rgba(15, 29, 42, 0.07), 0 2px 8px rgba(15, 29, 42, 0.04);
}

body[data-page="index"] #commercial-work .filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1rem;
}

body[data-page="index"] #commercial-work .filter-btn,
body[data-page="index"] #commercial-work .home-projects-nav button {
  border: 1px solid rgba(21, 35, 47, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #21303b;
  font-weight: 700;
  padding: 0.72rem 1.15rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

body[data-page="index"] #commercial-work .filter-btn.active,
body[data-page="index"] #commercial-work .filter-btn:hover,
body[data-page="index"] #commercial-work .home-projects-nav button:hover {
  background: #fff;
  border-color: rgba(32, 178, 170, 0.35);
  box-shadow: 0 12px 24px rgba(15, 29, 42, 0.08);
  transform: translateY(-1px);
}

body[data-page="index"] #commercial-work .home-projects-container {
  padding: 1.2rem 0 0;
}

body[data-page="index"] #commercial-work .project-card.simple,
body[data-page="index"] #clients .clients-grid,
body[data-page="index"] #our-team-construct .premium-team-preview {
  background: rgba(255, 255, 255, 0.92);
}

body[data-page="index"] #our-team-construct #home-leadership-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  justify-items: center;
}

body[data-page="index"] #our-team-construct .premium-team-preview {
  text-align: center;
  width: 100%;
  max-width: 360px;
}

body[data-page="index"] #our-team-construct .team-card-photo {
  margin: 0 auto 1rem;
}

body[data-page="index"] #our-team-construct .team-card-photo img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid var(--primary-color);
  box-shadow: 0 12px 24px rgba(15, 29, 42, 0.12);
}

body[data-page="index"] #our-team-construct .premium-team-preview h3 {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.3;
  color: #15232f;
}

body[data-page="index"] #our-team-construct .premium-team-preview .role {
  margin-top: 0.4rem;
  color: var(--primary-color-dark, #008b8b);
  font-weight: 700;
}

body[data-page="index"] #clients .clients-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  padding: 0.5rem;
  background: transparent;
  border: 0;
  box-shadow: none;
  gap: 1.35rem;
  align-items: stretch;
}

body[data-page="index"] #clients .container {
  padding-top: 0;
  padding-bottom: 0;
  background: transparent;
}

body[data-page="index"] #clients .clients-grid img {
  width: min(100%, 220px);
  max-width: 100%;
  height: clamp(78px, 9vw, 96px);
  object-fit: contain;
  object-position: center;
  padding: 1.15rem 1.5rem;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(21, 35, 47, 0.08);
  border-radius: 16px;
  box-shadow: 0 14px 28px rgba(15, 29, 42, 0.06);
  justify-self: center;
  align-self: center;
  opacity: 1;
  filter: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body[data-page="index"] #clients .clients-grid img:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(15, 29, 42, 0.09);
}

@media (max-width: 991px) {
  body[data-page="index"] #clients .clients-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}

@media (max-width: 600px) {
  body[data-page="index"] #clients .clients-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  body[data-page="index"] #clients .clients-grid img {
    width: min(100%, 190px);
    height: 72px;
    padding: 1rem 1.1rem;
  }
}

@media (max-width: 991px) {
  body[data-page="index"] #construction-welcome .features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="index"] #our-team-construct #home-leadership-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  body[data-page="index"] #construction-welcome .features-grid {
    grid-template-columns: 1fr;
  }
}
