

.preloader {
  display: none;
}

.home-hero,
.home-highlights,
.home-about,
.home-services,
.home-team-preview,
.home-links-band {
  position: relative;
}

.home-hero {
  padding: 170px 0 110px;
  background:
    linear-gradient(120deg, rgba(12, 32, 24, 0.86), rgba(12, 32, 24, 0.58)),
    url("../images/bg2.jpeg") center/cover no-repeat;
  overflow: hidden;
}

.home-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(215, 170, 122, 0.24), transparent 24%),
    linear-gradient(180deg, rgba(12, 32, 24, 0.05), rgba(12, 32, 24, 0.3));
}

.home-hero-copy {
  position: relative;
  z-index: 1;
}

.home-kicker,
.highlight-card span {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  font-weight: 700;
}

.home-kicker {
  color: #f0be89;
  margin-bottom: 18px;
}

.home-hero h1,
.about-copy h2,
.home-section-title h2,
.preview-copy h2,
.links-band-copy h2 {
  font-family: 'Cormorant Garamond', serif;
}

.home-hero h1 {
  color: #ffffff;
  font-size: clamp(50px, 7vw, 84px);
  line-height: 0.95;
  margin: 0 0 22px;
  max-width: 760px;
}

.home-intro,
.about-copy p,
.service-card p,
.preview-copy p,
.preview-card p,
.links-band-copy p {
  line-height: 1.9;
  font-size: 17px;
}

.home-intro {
  max-width: 690px;
  color: rgba(255, 255, 255, 0.82);
}

.home-actions {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 32px;
}

.home-link,
.home-link-alt {
  font-weight: 700;
}

.home-link {
  color: #213228;
}

.home-highlights {
  margin-top: -52px;
  padding-bottom: 30px;
  z-index: 2;
}

.highlight-card,
.about-panel,
.service-card,
.preview-panel,
.links-band-panel {
  box-shadow: 0 24px 70px rgba(24, 47, 36, 0.1);
}

.highlight-card {
  min-height: 220px;
  padding: 28px;
  border-radius: 26px;
  background: rgba(255, 252, 247, 0.95);
  border: 1px solid rgba(35, 51, 42, 0.08);
}

.highlight-card span {
  color: #bd6f48;
}

.highlight-card h3,
.service-card h3,
.preview-card h3 {
  margin: 14px 0 12px;
  font-size: 24px;
}

.highlight-card p,
.about-copy p,
.service-card p,
.preview-copy p,
.preview-card p,
.links-band-copy p {
  color: #5f6d65;
}

.home-about {
  padding-top: 20px;
}

.about-panel {
  margin: 0;
  padding: 34px;
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(246, 238, 228, 0.96));
  border: 1px solid rgba(35, 51, 42, 0.08);
}

.about-copy {
  padding-right: 20px;
}

.about-visual {
  border-radius: 28px;
  overflow: hidden;
  min-height: 100%;
}

.about-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-services,
.home-team-preview,
.home-links-band {
  padding-top: 28px;
}

.home-section-title {
  text-align: center;
  padding-bottom: 16px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.service-card {
  padding: 28px;
  border-radius: 28px;
  background: rgba(255, 253, 248, 0.98);
  border: 1px solid rgba(35, 51, 42, 0.08);
}

.service-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #173328;
  color: #ffffff;
  font-size: 22px;
}

.preview-panel,
.links-band-panel {
  display: grid;
  gap: 26px;
  border-radius: 34px;
  overflow: hidden;
}

.preview-panel {
  grid-template-columns: 0.95fr 1.05fr;
  padding: 34px;
  background: linear-gradient(135deg, rgba(235, 242, 236, 0.98), rgba(248, 243, 236, 0.96));
  border: 1px solid rgba(35, 51, 42, 0.08);
}

.preview-cards {
  display: grid;
  gap: 16px;
}

.preview-card {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(35, 51, 42, 0.08);
}

.preview-card img {
  width: 96px;
  height: 96px;
  border-radius: 22px;
  object-fit: cover;
}

.links-band-panel {
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  padding: 36px 40px;
  background: linear-gradient(135deg, #163327, #244738);
}

.links-band-copy h2 {
  color: #ffffff;
  margin: 6px 0 10px;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.02;
}

.links-band-copy p {
  color: rgba(255, 255, 255, 0.82);
}

.links-band-actions {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.home-link-alt {
  color: #f0be89;
}

@media (max-width: 991px) {
  .services-grid,
  .preview-panel,
  .links-band-panel {
    grid-template-columns: 1fr;
  }

  .about-copy {
    padding-right: 0;
    padding-bottom: 24px;
  }

  .links-band-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .home-hero {
    padding: 140px 0 90px;
  }

  .highlight-card,
  .about-panel,
  .service-card,
  .preview-panel,
  .links-band-panel {
    border-radius: 22px;
    margin: 10px;
  }

  .about-panel,
  .preview-panel,
  .links-band-panel {
    padding: 22px;
  }

  .preview-card {
    grid-template-columns: 1fr;
  }

  .preview-card img {
    width: 100%;
    height: 240px;
  }
}
