:root {
  --green: #a8cf3f;
  --green-dark: #6f9326;
  --charcoal: #343536;
  --ink: #1f2422;
  --muted: #65706b;
  --line: #dce3d5;
  --soft: #f5f7f0;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(31, 36, 34, 0.12);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 16px clamp(18px, 5vw, 72px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(52, 53, 54, 0.08);
  backdrop-filter: blur(12px);
}

.brand img {
  width: min(330px, 48vw);
  height: auto;
}

.site-nav {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-nav a {
  padding: 10px 14px;
  color: var(--charcoal);
  font-weight: 700;
  font-size: 0.94rem;
}

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

.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border-radius: 6px;
  font-weight: 800;
  border: 1px solid transparent;
}

.header-cta,
.btn-primary {
  background: var(--green);
  color: #17200d;
  box-shadow: 0 10px 22px rgba(168, 207, 63, 0.28);
}

.btn-secondary {
  background: var(--white);
  color: var(--charcoal);
  border-color: var(--line);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 6px;
  place-items: center;
  padding: 10px;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--charcoal);
  margin: 3px auto;
}

.hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(56px, 8vw, 104px) clamp(18px, 5vw, 72px);
  background:
    linear-gradient(120deg, rgba(245, 247, 240, 0.96) 0%, rgba(245, 247, 240, 0.72) 46%, rgba(255, 255, 255, 0) 46%),
    var(--white);
}

.hero h1,
.page-hero h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(2.2rem, 4vw, 4.25rem);
  line-height: 1.08;
  letter-spacing: 0;
  color: var(--charcoal);
}

.hero p,
.page-hero p {
  max-width: 650px;
  font-size: 1.08rem;
  color: var(--muted);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--green-dark);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 900;
}

.actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 38px;
  max-width: 650px;
}

.hero-metrics span {
  padding: 16px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--muted);
  font-size: 0.9rem;
}

.hero-metrics strong {
  display: block;
  color: var(--charcoal);
  font-size: 1.15rem;
}

.hero-media img,
.section-image,
.page-hero-image img {
  width: 100%;
  border-radius: 8px;
  box-shadow: var(--shadow);
  object-fit: cover;
}

.hero-media img {
  aspect-ratio: 1.27 / 1;
}

.section {
  padding: clamp(62px, 8vw, 108px) clamp(18px, 5vw, 72px);
}

.section-muted {
  background: var(--soft);
}

.split,
.page-hero-image,
.contact-layout,
.map-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.reverse {
  align-items: center;
}

.section h2,
.contact-form h2 {
  margin: 0 0 16px;
  color: var(--charcoal);
  font-size: clamp(1.7rem, 2.8vw, 2.7rem);
  line-height: 1.16;
}

.section p {
  color: var(--muted);
}

.section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.service-grid,
.testimonial-grid,
.value-grid,
.service-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.service-card,
.value-grid article,
.service-list article,
.contact-cards article,
.contact-form,
.faq-list details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
}

.service-card h3,
.value-grid h3,
.service-list h2,
.contact-cards h2 {
  margin: 0 0 10px;
  color: var(--charcoal);
  font-size: 1.12rem;
  line-height: 1.3;
}

.service-card p,
.value-grid p,
.service-list p,
.contact-cards p {
  margin: 0;
}

.center-action {
  margin-top: 32px;
  text-align: center;
}

.check-list {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.check-list p {
  display: flex;
  gap: 12px;
  margin: 0;
  color: var(--ink);
  font-weight: 700;
}

.check-list span {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-top: 5px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.55);
}

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

blockquote {
  margin: 0;
  padding: 28px;
  border-radius: 8px;
  background: var(--charcoal);
  color: var(--white);
  font-weight: 650;
}

blockquote cite {
  display: block;
  margin-top: 18px;
  color: var(--green);
  font-style: normal;
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 900px;
}

.faq-list summary {
  cursor: pointer;
  color: var(--charcoal);
  font-weight: 850;
}

.faq-list p {
  margin-bottom: 0;
}

.contact-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: var(--charcoal);
}

.contact-band h2,
.contact-band p {
  color: var(--white);
}

.contact-band p {
  max-width: 720px;
}

.page-hero {
  padding: clamp(56px, 7vw, 96px) clamp(18px, 5vw, 72px);
  background: linear-gradient(135deg, var(--soft), #ffffff);
}

.page-hero-image {
  background: var(--soft);
}

.page-hero-image img {
  aspect-ratio: 1.55 / 1;
}

.value-grid article span {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--green-dark);
  font-weight: 900;
}

.timeline {
  display: grid;
  gap: 18px;
}

.timeline p {
  margin: 0;
  padding-left: 18px;
  border-left: 4px solid var(--green);
}

.timeline strong {
  display: block;
  color: var(--charcoal);
}

.service-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.category-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.category-panel p {
  margin: 0;
  padding: 18px;
  border-radius: 6px;
  background: var(--white);
  border: 1px solid var(--line);
  color: var(--charcoal);
  font-weight: 800;
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.contact-form {
  display: grid;
  gap: 14px;
}

label {
  display: grid;
  gap: 6px;
  color: var(--charcoal);
  font-weight: 800;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 12px 14px;
  font: inherit;
  color: var(--ink);
  background: #fbfcf8;
}

textarea {
  resize: vertical;
}

.map-card {
  min-height: 310px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  border: 1px solid var(--line);
  background:
    linear-gradient(120deg, rgba(168, 207, 63, 0.12), rgba(52, 53, 54, 0.06)),
    url("../images/generated-process-image.png") center / cover;
  overflow: hidden;
}

.map-card span {
  padding: 14px 18px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--charcoal);
  font-weight: 900;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 32px;
  padding: 44px clamp(18px, 5vw, 72px);
  background: #242625;
  color: rgba(255, 255, 255, 0.76);
}

.site-footer img {
  width: 280px;
  max-width: 100%;
  filter: brightness(0) invert(1);
}

.site-footer h2 {
  margin: 0 0 14px;
  color: var(--white);
  font-size: 1rem;
}

.site-footer p {
  margin: 8px 0;
}

.site-footer a:hover {
  color: var(--green);
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .brand img {
    width: min(260px, 62vw);
  }

  .nav-toggle {
    display: block;
    justify-self: end;
  }

  .site-nav,
  .header-cta {
    display: none;
  }

  .site-nav.open {
    display: grid;
    grid-column: 1 / -1;
    justify-self: stretch;
    gap: 0;
    padding-top: 10px;
  }

  .site-nav.open a {
    border-top: 1px solid var(--line);
  }

  .hero,
  .split,
  .page-hero-image,
  .contact-layout,
  .map-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    background: var(--soft);
  }

  .hero-metrics,
  .service-grid,
  .testimonial-grid,
  .value-grid,
  .service-list,
  .contact-cards {
    grid-template-columns: 1fr 1fr;
  }

  .reverse img {
    order: 2;
  }

  .contact-band {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .site-header,
  .section,
  .page-hero,
  .hero,
  .site-footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: 2.05rem;
  }

  .hero-metrics,
  .service-grid,
  .testimonial-grid,
  .value-grid,
  .service-list,
  .contact-cards,
  .category-panel,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .actions,
  .btn {
    width: 100%;
  }

  .btn {
    text-align: center;
  }
}
/* @vn-deploy:1780328168478 */
