/* ===== Base Reset ===== */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.6;
  color: #2f3a40;
  background-color: #f7f6f3;
}

img {
  max-width: 100%;
  display: block;
}


/* ===== Section Label ===== */

.section-label {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #4f7d8a;
  margin-bottom: 0.6rem;
}

.section-label.centered {
  display: block;
  text-align: center;
}


/* ===== Hero ===== */

.hero {
  position: relative;
  min-height: 100vh;
  max-height: 100vh;
  background-image: url("images/hero-building.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.5rem;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(20, 35, 45, 0.48);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 580px;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding-top: 0;
}

.hero-logo {
  width: 150px;
  margin: 0 auto 0.5rem;
}

.hero h1 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

.hero-location {
  font-size: 1.9rem;
  font-weight: 400;
  opacity: 0.88;
}

.subheadline {
  font-size: 1rem;
  font-weight: 300;
  opacity: 0.92;
  letter-spacing: 0.02em;
}


/* ===== Hero Actions ===== */

.hero-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.btn-primary {
  display: inline-block;
  padding: 1rem 2.4rem;
  background-color: #4f7d8a;
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
  transition: background 0.3s ease, transform 0.2s ease;
  box-shadow: 0 6px 20px rgba(0,0,0,0.25);
}

.btn-primary:hover {
  background-color: #3d646e;
  transform: translateY(-2px);
}

.call-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0.55rem 1.4rem;
  border-radius: 50px;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.45);
  color: white;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 400;
  backdrop-filter: blur(4px);
  transition: background 0.3s ease;
}

.call-button:hover {
  background: rgba(255,255,255,0.22);
}


/* ===== Hero Trust Strip — now always horizontal ===== */

.hero-trust {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
  margin-top: 4px;
}

.hero-trust span {
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  opacity: 0.9;
  white-space: nowrap;
}


/* ===== About Section ===== */

.about {
  padding: 5rem 1.5rem;
  background-color: #f3f1ed;
}

.about-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.about-content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  align-items: center;
}

.about-image-wrap {
  flex-shrink: 0;
}

.about-image {
  width: 220px;
  height: 270px;
  object-fit: cover;
  object-position: top;
  border-radius: 120px 120px 16px 16px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

.about-text {
  max-width: 500px;
}

.about h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 1rem;
  color: #2f3a40;
}

.about p {
  font-size: 1rem;
  color: #4a555b;
  margin-bottom: 1.4rem;
  line-height: 1.7;
}

.about ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.about li {
  font-size: 0.92rem;
  color: #3e4a50;
  font-weight: 500;
}


/* ===== Services Section ===== */

.services {
  padding: 5rem 1.5rem;
  background-color: #ffffff;
}

.services-inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.services-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 2.8rem;
  color: #2f3a40;
}

.services-grid {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.service-card {
  padding: 2.2rem 1.8rem;
  background: #f3f1ed;
  border-radius: 16px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

/* SVG icon sizing */
.service-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-icon svg {
  width: 52px;
  height: 52px;
}

.service-card h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.6rem;
  color: #2f3a40;
}

.service-card p {
  font-size: 0.93rem;
  color: #4a555b;
  line-height: 1.6;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 35px rgba(0,0,0,0.07);
}


/* ===== Final CTA Section — warmer tones to match site palette ===== */

.cta-section {
  background: linear-gradient(135deg, #5c7a6e, #3d6458);
  padding: 5rem 1.5rem;
  text-align: center;
  color: white;
}

.cta-inner {
  max-width: 700px;
  margin: 0 auto;
}

.cta-section h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 0.8rem;
}

.cta-sub {
  font-size: 1rem;
  opacity: 0.85;
  margin-bottom: 2rem;
  font-weight: 300;
}

.cta-button {
  display: inline-block;
  padding: 1rem 2.5rem;
  border-radius: 50px;
  background-color: #ffffff;
  color: #3d6458;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.05rem;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(0,0,0,0.2);
}


/* ===== Footer ===== */

.footer {
  background-color: #e9e3db;
  padding: 3rem 1.5rem;
}

.footer-container {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.5rem;
}

.footer-logo img {
  width: 100px;
  height: auto;
}

.footer-info h3 {
  margin-bottom: 0.8rem;
  font-size: 1.1rem;
  font-weight: 600;
}

.footer-info p {
  margin-bottom: 0.4rem;
  font-size: 0.95rem;
  color: #4a555b;
}


/* ===== Desktop ===== */

@media (min-width: 768px) {

  .hero h1 {
    font-size: 3.4rem;
  }

  .hero-location {
    font-size: 2.2rem;
  }

  .hero-actions {
    flex-direction: row;
    justify-content: center;
    gap: 16px;
  }

  .about-content {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 4rem;
  }

  .about-text {
    padding-left: 0;
  }

  .services-grid {
    flex-direction: row;
    justify-content: center;
  }

  .service-card {
    flex: 1;
    max-width: 300px;
  }

}


/* ===== Small Screen ===== */

@media (max-width: 480px) {

  .hero h1 {
    font-size: 2rem;
  }

  .hero-location {
    font-size: 1.5rem;
  }

  .about-image {
    width: 180px;
    height: 220px;
  }

  .btn-primary {
    font-size: 0.98rem;
    padding: 0.9rem 2rem;
  }

  .call-button {
    font-size: 0.88rem;
  }

  .hero-trust {
    gap: 8px 14px;
  }

  .hero-trust span {
    font-size: 0.76rem;
  }

}
