.btn-secondary {
  color: #fff !important; }

img {
  width: 100%; }

.logo {
  width: 105px; }

.navbar {
  opacity: 0.9;
  text-transform: uppercase; }

.social a {
  margin-right: 0.4rem; }

#showcase {
  background-image: url("../img/showcase.3ef26ab9ab31.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  position: relative;
  min-height: 680px;
  color: #fff;
  display: flex;
  align-items: center;
}

#showcase .showcase-overlay {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(1, 35, 31, 0.86) 0%,
    rgba(1, 35, 31, 0.62) 48%,
    rgba(1, 35, 31, 0.22) 100%
  );
}

.showcase-content {
  position: relative;
  z-index: 1;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.showcase-eyebrow {
  margin-bottom: 1rem;
  color: #f29d35;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.showcase-title {
  max-width: 760px;
  margin-bottom: 1.25rem;
  font-family: var(--font-main);
  font-size: 3.4rem;
  line-height: 1.05;
}

.showcase-lead {
  max-width: 620px;
  margin-bottom: 2rem;
  font-size: 1.25rem;
  line-height: 1.55;
}

.showcase-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.search-panel {
  padding: 1.5rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  color: #401f0d;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.24);
}

.search-panel h2 {
  margin-bottom: 1rem;
  font-size: 1.35rem;
}

.search-panel .form-control {
  min-height: 46px;
}

@media (max-width: 991px) {
  #showcase {
    min-height: auto;
  }

  .showcase-title {
    font-size: 2.4rem;
  }

  .search-panel {
    margin-top: 2rem;
  }
}

@media (max-width: 576px) {
  .showcase-title {
    font-size: 2rem;
  }

  .showcase-actions .btn {
    width: 100%;
  }
}

#services .section-heading {
  max-width: 720px;
  margin: 0 auto 2rem;
  text-align: center;
}

#services .section-heading h2 {
  color: #fff !important;
}

#services .section-heading p {
  color: rgba(255, 255, 255, 0.84) !important;
}

#services.home-services {
  position: relative;
  overflow: hidden;
  padding: 4rem 0;
  background-image: url("../img/building.fd210196d34a.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
}

.home-services-overlay {
  position: absolute;
  inset: 0;
  background: rgba(1, 35, 31, 0.78);
}

.home-services-content {
  position: relative;
  z-index: 1;
}

.section-heading-light h2,
.section-heading-light p {
  color: #fff;
}

.home-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.home-service-card {
  height: 100%;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  color: #401f0d;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

.home-service-icon {
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 1rem;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #f29d35;
  color: #fff;
  font-size: 1.25rem;
}

.home-service-card h3 {
  margin-bottom: 0.75rem;
  color: #401f0d;
  font-size: 1.25rem;
}

.home-service-card p {
  margin-bottom: 0;
  color: #6f6258;
  line-height: 1.55;
}

@media (max-width: 991px) {
  .home-services-grid {
    grid-template-columns: 1fr;
  }
}

#showcase-inner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/building.fd210196d34a.jpg");
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
  min-height: 200px; }
  #showcase-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    width: 100%;
    background: rgba(20, 10, 2, 0.61); }
  #showcase-inner.showcase-search {
    min-height: 270px; }

#work {
  padding: 6rem 0; }

.listing-preview a {
  position: relative; }

@media (max-width: 991px) {
  #showcase {
    padding-top: 4rem; }
    #showcase h1 {
      font-size: 40px; }
  .hide-md-down {
    display: none; } }

@media (max-width: 768px) {
  #showcase {
    padding-top: 3rem; }
    #showcase h1 {
      font-size: 40px; }
    #showcase p {
      display: none; }
  #top-bar {
    text-align: center; }
    #top-bar .social {
      text-align: center !important; } }

@media (max-width: 576px) {
  #showcase h1 {
    font-size: 30px; }
  #showcase-inner h1 {
    font-size: 40px; } }

.home-categories {
  padding: 3.5rem 0;
  background: #f7f5f1;
}

.section-heading {
  max-width: 720px;
  margin: 0 auto 2rem;
  text-align: center;
}

.section-heading h2 {
  margin-bottom: 0.5rem;
  color: #401f0d;
  font-size: 2rem;
}

.section-heading p {
  margin-bottom: 0;
  color: #6f6258;
}

.home-category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.home-category-card {
  display: block;
  min-height: 170px;
  padding: 1.25rem;
  border: 1px solid rgba(64, 31, 13, 0.12);
  border-radius: 8px;
  background: #fff;
  color: #401f0d;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.home-category-card:hover {
  color: #401f0d;
  text-decoration: none;
  border-color: rgba(242, 157, 53, 0.55);
  box-shadow: 0 14px 34px rgba(64, 31, 13, 0.12);
  transform: translateY(-2px);
}

.home-category-icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 1rem;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #f29d35;
  color: #fff;
}

.home-category-card strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1.2rem;
}

.home-category-card small {
  color: #6f6258;
}

@media (max-width: 991px) {
  .home-category-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .home-category-grid {
    grid-template-columns: 1fr;
  }
}


.home-proof {
  padding: 1.5rem 0;
  background: #01231f;
  color: #fff;
}

.home-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.home-proof-grid div {
  padding: 1rem 0;
}

.home-proof-grid strong {
  display: block;
  color: #f29d35;
  font-size: 1.25rem;
}

.home-proof-grid span {
  color: rgba(255, 255, 255, 0.82);
}

@media (max-width: 768px) {
  .home-proof-grid {
    grid-template-columns: 1fr;
  }
}

.home-listing-card {
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(64, 31, 13, 0.12);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(64, 31, 13, 0.08);
}

.home-listing-card__image {
    position: relative;
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #eee;
}

.home-listing-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-listing-card__price {
    position: absolute;
    left: 12px;
    bottom: 12px;
    padding: 0.45rem 0.7rem;
    border-radius: 6px;
    background: #ed3f00;
    color: #fff;
    font-weight: 700;
}

.home-listing-card__body {
    padding: 1rem;
}

.home-listing-card__title {
    display: block;
    min-height: 48px;
    margin-bottom: 0.5rem;
    color: #401f0d;
    font-size: 1.08rem;
    font-weight: 700;
    line-height: 1.25;
}

.home-listing-card__title:hover {
    color: #8c3b0b;
    text-decoration: none;
}

.home-listing-card__location {
    margin-bottom: 0.75rem;
    color: #6f6258;
}

.home-listing-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
    color: #401f0d;
}

.home-listing-card__meta span {
    padding: 0.35rem 0.55rem;
    border-radius: 6px;
    background: #f7f5f1;
}

.home-team {
    padding: 4rem 0;
    background: #fff;
}

.team-lead-card {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 2rem;
    align-items: center;
    margin-bottom: 2rem;
    padding: 1.5rem;
    border: 2px solid #c69500;
    border-radius: 8px;
    background: linear-gradient(135deg, #fffaf0 0%, #ffffff 58%);
    box-shadow: 0 18px 44px rgba(198, 149, 0, 0.16);
}

.team-lead-card__photo img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 8px;
}

.team-lead-card__badge {
    display: inline-block;
    margin-bottom: 0.75rem;
    padding: 0.35rem 0.6rem;
    border-radius: 999px;
    background: #c69500;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
}

.team-lead-card h3,
.team-card h3 {
    margin-bottom: 0.25rem;
    color: #401f0d;
}

.team-position {
    color: #8c3b0b;
    font-weight: 700;
}

.team-description {
    max-width: 680px;
    color: #6f6258;
}

.team-contacts {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 1rem 0;
}

.team-contacts a,
.team-card a {
    color: #401f0d;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.team-card {
    overflow: hidden;
    border: 1px solid rgba(64, 31, 13, 0.12);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(64, 31, 13, 0.08);
}

.team-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.team-card__body {
    display: grid;
    gap: 0.4rem;
    padding: 1rem;
}

.team-card__objects {
    margin-top: 0.5rem;
    color: #8c3b0b !important;
    font-weight: 700;
}

@media (max-width: 768px) {
    .team-lead-card {
        grid-template-columns: 1fr;
    }

    .team-grid {
        grid-template-columns: 1fr;
    }
}

.home-address {
  padding: 4rem 0;
  background: #f7f5f1;
}

.home-address-layout {
  display: grid;
  grid-template-columns: minmax(280px, 380px) 1fr;
  gap: 1.5rem;
  align-items: stretch;
}

.home-address-card {
  padding: 1.5rem;
  border: 1px solid rgba(64, 31, 13, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(64, 31, 13, 0.08);
}

.home-address-label {
  display: inline-block;
  margin-bottom: 0.75rem;
  color: #8c3b0b;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
}

.home-address-card h3 {
  margin-bottom: 0.75rem;
  color: #401f0d;
  font-size: 1.45rem;
}

.home-address-card p {
  color: #6f6258;
  line-height: 1.55;
}

.home-address-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.home-address-map {
  overflow: hidden;
  min-height: 360px;
  border-radius: 8px;
  background: #ddd;
  box-shadow: 0 12px 34px rgba(64, 31, 13, 0.08);
}

.home-address-map ymaps,
.home-address-map iframe {
  border-radius: 8px;
}

@media (max-width: 991px) {
  .home-address-layout {
    grid-template-columns: 1fr;
  }
}

.legal-cta {
    padding: 3rem 0;
    background: #f7f5f1;
}

.legal-cta-card {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem;
    border: 1px solid rgba(64, 31, 13, 0.12);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(64, 31, 13, 0.08);
}

.legal-cta-card h2 {
    margin-bottom: 0.5rem;
    color: #401f0d;
}

.legal-cta-card p {
    margin-bottom: 0;
    color: #6f6258;
}

.legal-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

@media (max-width: 768px) {
    .legal-cta-card {
        align-items: flex-start;
        flex-direction: column;
    }
}