:root {
  --leaf: #6fa83a;
  --leaf-dark: #4f7d28;
  --moss: #1c3224;
  --ink: #243028;
  --muted: #5d6b62;
  --sand: #eef3ea;
  --mist: #f6f8f3;
  --white: #ffffff;
  --line: rgba(28, 50, 36, 0.1);
  --container: 1140px;
  --font-head: "Fraunces", Georgia, serif;
  --font-body: "Manrope", "Segoe UI", sans-serif;
  --radius: 4px;
  --shadow: 0 22px 48px rgba(28, 50, 36, 0.12);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink);
  background:
    radial-gradient(ellipse at 8% 0%, rgba(111, 168, 58, 0.12), transparent 42%),
    radial-gradient(ellipse at 100% 10%, rgba(28, 50, 36, 0.06), transparent 36%),
    linear-gradient(180deg, #f9fbf7 0%, var(--mist) 48%, #ffffff 100%);
  min-height: 100vh;
}

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

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
.btn,
.nav a,
.logo-text,
.section-label,
.eyebrow {
  font-family: var(--font-head);
}

.container {
  width: min(calc(100% - 2.5rem), var(--container));
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--leaf);
  color: #fff;
  padding: 0.75rem 1rem;
  z-index: 1000;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(249, 251, 247, 0.9);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.96);
  border-bottom-color: var(--line);
  box-shadow: 0 10px 28px rgba(28, 50, 36, 0.06);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 76px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-weight: 700;
}

.logo-mark {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 6px;
}

.logo-text {
  font-size: 1.35rem;
  letter-spacing: -0.02em;
  color: var(--moss);
}

.nav {
  display: flex;
  align-items: center;
  gap: 1.35rem;
}

.nav a {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--ink);
  position: relative;
  transition: color 0.2s ease;
}

.nav a:hover,
.nav a.active {
  color: var(--leaf-dark);
}

.nav a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.45rem;
  height: 2px;
  background: var(--leaf);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 8px;
  cursor: pointer;
  padding: 10px;
  flex-direction: column;
  justify-content: space-between;
}

.menu-toggle span {
  display: block;
  height: 2px;
  background: var(--moss);
  border-radius: 2px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.85rem 1.45rem;
  background: var(--leaf);
  color: #fff !important;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 10px 24px rgba(111, 168, 58, 0.28);
}

.btn:hover {
  background: var(--leaf-dark);
  transform: translateY(-1px);
}

.btn-outline {
  background: transparent;
  color: var(--moss) !important;
  border: 1.5px solid rgba(28, 50, 36, 0.22);
  box-shadow: none;
}

.btn-outline:hover {
  background: var(--moss);
  color: #fff !important;
  border-color: var(--moss);
}

.hero .btn-outline {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.08);
}

.hero .btn-outline:hover {
  background: #fff;
  color: var(--moss) !important;
  border-color: #fff;
}

.text-link {
  color: var(--leaf-dark);
  font-weight: 700;
  font-family: var(--font-head);
}

.text-link:hover {
  text-decoration: underline;
}

/* Hero */
.hero {
  position: relative;
  min-height: min(92vh, 820px);
  display: grid;
  align-items: end;
  color: #fff;
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  animation: heroDrift 18s ease-in-out infinite alternate;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16, 28, 20, 0.78) 0%, rgba(16, 28, 20, 0.45) 48%, rgba(16, 28, 20, 0.2) 100%),
    linear-gradient(180deg, rgba(16, 28, 20, 0.25) 0%, rgba(16, 28, 20, 0.55) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 7rem 0 5.5rem;
}

.eyebrow,
.section-label {
  margin: 0 0 0.75rem;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  color: var(--leaf);
}

.hero .eyebrow {
  color: #c8e4a8;
}

.hero h1 {
  margin: 0;
  max-width: 11ch;
  font-size: clamp(2.8rem, 7vw, 4.8rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  text-transform: capitalize;
}

.hero-lead {
  margin: 1.2rem 0 1.8rem;
  max-width: 38rem;
  font-size: 1.08rem;
  color: rgba(255, 255, 255, 0.88);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  align-items: center;
}

.hero-phone {
  margin-top: 1.6rem;
  font-family: var(--font-head);
  font-size: 1.35rem;
  font-weight: 700;
}

.hero-phone a:hover {
  color: #c8e4a8;
}

/* Sections */
.section {
  padding: 5.5rem 0;
}

.section-alt {
  background: linear-gradient(180deg, rgba(238, 243, 234, 0.7), rgba(255, 255, 255, 0.4));
}

.section-dark {
  background:
    linear-gradient(135deg, rgba(28, 50, 36, 0.92), rgba(31, 61, 40, 0.88)),
    url("assets/cta.jpg") center / cover no-repeat;
  color: #fff;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

.section-head h2,
.page-intro h1,
.about-copy h2,
.cta-inner h2 {
  margin: 0;
  font-size: clamp(1.9rem, 4vw, 2.7rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: var(--moss);
}

.section-dark .section-head h2,
.section-dark .section-label,
.cta-inner h2,
.cta-inner .section-label {
  color: #fff;
}

.section-dark .section-label {
  color: #c8e4a8;
}

.section-lead {
  margin: 0.85rem 0 0;
  max-width: 40rem;
  color: var(--muted);
}

.section-dark .section-lead {
  color: rgba(255, 255, 255, 0.82);
}

.services-grid,
.reasons-grid,
.projects-grid,
.more-grid {
  display: grid;
  gap: 1.4rem;
}

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

.service-card,
.reason-card,
.project-card,
.more-service,
.faq-item,
.contact-panel,
.contact-form {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
}

.service-card img,
.project-card img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.service-card:hover img,
.project-card:hover img {
  transform: scale(1.04);
}

.service-body,
.reason-card,
.project-body,
.more-service,
.faq-item,
.contact-panel,
.contact-form {
  padding: 1.4rem 1.35rem 1.55rem;
}

.service-num,
.reason-num {
  margin: 0 0 0.45rem;
  font-family: var(--font-head);
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--leaf);
}

.service-card h3,
.reason-card h3,
.project-card h3,
.more-service h3,
.faq-item h3 {
  margin: 0 0 0.6rem;
  font-size: 1.25rem;
  color: var(--moss);
  text-transform: capitalize;
}

.service-card p,
.reason-card p,
.project-card p,
.more-service p,
.faq-item p,
.about-copy p,
.page-intro p {
  margin: 0;
  color: var(--muted);
}

.reasons-grid {
  grid-template-columns: repeat(3, 1fr);
}

.reason-card {
  padding: 1.7rem 1.45rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.reason-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.about-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2.5rem;
  align-items: center;
}

.about-visual {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  min-height: 420px;
  box-shadow: var(--shadow);
}

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

.about-copy .section-label {
  color: var(--leaf-dark);
}

.about-copy h2 {
  margin-bottom: 1rem;
}

.about-copy p + p {
  margin-top: 1rem;
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 3rem;
}

.stat-item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1.3rem 1rem;
  text-align: center;
}

.stat-item strong {
  display: block;
  font-family: var(--font-head);
  font-size: 2rem;
  color: var(--moss);
  line-height: 1.1;
}

.stat-item span {
  color: var(--muted);
  font-size: 0.92rem;
}

.experience-band {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 2rem;
  align-items: center;
  padding: 2.2rem;
  border-radius: 18px;
  background: linear-gradient(120deg, #203828, #2f4d36);
  color: #fff;
  margin-top: 2.5rem;
}

.experience-band h3 {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  line-height: 1.2;
}

.experience-band p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.projects-grid {
  grid-template-columns: repeat(2, 1fr);
}

.project-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.project-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.more-grid {
  grid-template-columns: repeat(3, 1fr);
}

.more-service {
  padding: 1.5rem 1.3rem;
  background:
    linear-gradient(180deg, rgba(111, 168, 58, 0.08), transparent 55%),
    var(--white);
}

.cta-inner {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto;
}

.cta-inner .section-label {
  color: #c8e4a8;
}

.cta-inner p {
  color: rgba(255, 255, 255, 0.84);
  margin: 0.9rem 0 1.5rem;
}

.cta-phone {
  font-family: var(--font-head);
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  font-weight: 700;
  margin: 0 0 1.2rem;
}

/* Page hero */
.page-hero {
  padding: 4.5rem 0 2.5rem;
  background:
    radial-gradient(circle at 90% 10%, rgba(111, 168, 58, 0.16), transparent 40%),
    linear-gradient(180deg, #eaf1e4, transparent);
}

.page-intro h1 {
  margin-bottom: 0.8rem;
}

.page-intro p {
  max-width: 42rem;
}

.breadcrumb {
  display: flex;
  gap: 0.45rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: var(--muted);
}

.breadcrumb a:hover {
  color: var(--leaf-dark);
}

/* FAQ */
.faq-list {
  display: grid;
  gap: 1rem;
  max-width: 860px;
}

.faq-item {
  padding: 1.4rem 1.45rem;
}

.faq-item h3 {
  font-size: 1.15rem;
}

/* Contact */
.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1.4rem;
}

.contact-panel h2,
.contact-form h2 {
  margin: 0 0 0.8rem;
  font-size: 1.55rem;
  color: var(--moss);
}

.contact-list {
  display: grid;
  gap: 1rem;
  margin-top: 1.4rem;
}

.contact-list li strong {
  display: block;
  font-family: var(--font-head);
  color: var(--moss);
  margin-bottom: 0.2rem;
}

.contact-list li span,
.contact-list li a {
  color: var(--muted);
}

.contact-list li a:hover {
  color: var(--leaf-dark);
}

.form-grid {
  display: grid;
  gap: 0.95rem;
}

.form-grid label {
  display: grid;
  gap: 0.35rem;
  font-weight: 600;
  color: var(--moss);
  font-size: 0.92rem;
}

.form-grid input,
.form-grid textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0.85rem 0.95rem;
  font: inherit;
  background: var(--mist);
  color: var(--ink);
}

.form-grid input:focus,
.form-grid textarea:focus {
  outline: 2px solid rgba(111, 168, 58, 0.35);
  border-color: var(--leaf);
  background: #fff;
}

.form-note {
  min-height: 1.4em;
  margin: 0.6rem 0 0;
  color: var(--leaf-dark);
  font-weight: 600;
}

.map-embed {
  margin-top: 1.5rem;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  min-height: 260px;
  background:
    linear-gradient(135deg, rgba(111, 168, 58, 0.15), rgba(28, 50, 36, 0.2)),
    url("assets/about.jpg") center / cover no-repeat;
}

/* Footer */
.site-footer {
  background: var(--moss);
  color: rgba(255, 255, 255, 0.82);
  padding: 3.2rem 0 2rem;
}

.footer-brand {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
  margin-bottom: 1.8rem;
  max-width: 36rem;
}

.footer-brand .logo-text {
  color: #fff;
  display: block;
  margin-bottom: 0.35rem;
}

.footer-brand p {
  margin: 0;
  font-size: 0.95rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.1rem;
  padding: 1.3rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-links a {
  font-size: 0.92rem;
  color: #d7e8c8;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: #fff;
  text-decoration: underline;
}

.copyright {
  margin: 1.3rem 0 0;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.6);
}

/* Motion */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@keyframes heroDrift {
  from {
    transform: scale(1.04) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.1) translate3d(-1.5%, -1%, 0);
  }
}

@media (max-width: 980px) {
  .services-grid,
  .reasons-grid,
  .more-grid,
  .stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-grid,
  .experience-band,
  .contact-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 820px) {
  .menu-toggle {
    display: flex;
  }

  .nav {
    position: fixed;
    inset: 76px 1rem auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0.6rem;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    box-shadow: var(--shadow);
  }

  .nav.is-open {
    display: flex;
  }

  .nav a {
    padding: 0.85rem 0.9rem;
    border-radius: 10px;
  }

  .nav a.active::after {
    display: none;
  }

  .nav a.active,
  .nav a:hover {
    background: var(--sand);
  }

  .hero {
    min-height: 78vh;
  }

  .section-head {
    flex-direction: column;
    align-items: start;
  }
}

@media (max-width: 640px) {
  .services-grid,
  .reasons-grid,
  .projects-grid,
  .more-grid,
  .stats {
    grid-template-columns: 1fr;
  }

  .hero-content {
    padding: 5.5rem 0 3.5rem;
  }

  .section {
    padding: 4rem 0;
  }
}
