:root {
  --green: #93c249;
  --olive: #739441;
  --deep: #263220;
  --ink: #343235;
  --muted: #67705f;
  --line: #e1e8d9;
  --soft: #f5f8f0;
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(38, 50, 32, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Montserrat, Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 18px;
  color: var(--deep);
  font-size: clamp(2.2rem, 4.1vw, 4.2rem);
  line-height: 1.06;
  letter-spacing: 0;
}
h2 {
  margin-bottom: 18px;
  color: var(--deep);
  font-size: clamp(1.7rem, 2.8vw, 2.75rem);
  line-height: 1.16;
  letter-spacing: 0;
}
h3 { color: var(--deep); line-height: 1.25; letter-spacing: 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  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 var(--line);
  backdrop-filter: blur(14px);
}
.brand img { width: min(246px, 50vw); height: auto; }
.site-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
  font-size: 0.92rem;
  font-weight: 800;
}
.site-nav a {
  color: var(--muted);
  padding: 8px 2px;
  border-bottom: 2px solid transparent;
}
.site-nav a:hover, .site-nav a[aria-current="page"] {
  color: var(--deep);
  border-color: var(--green);
}
.header-cta, .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 800;
  font-size: 0.9rem;
  line-height: 1.2;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}
.header-cta, .btn.primary {
  color: var(--white);
  background: var(--olive);
  box-shadow: 0 12px 26px rgba(115, 148, 65, 0.24);
}
.btn.secondary {
  color: var(--deep);
  background: var(--white);
  border-color: var(--line);
}
.header-cta:hover, .btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}
.nav-toggle {
  display: none;
  justify-self: end;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
  color: var(--deep);
  font-weight: 800;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(320px, 1.06fr);
  align-items: center;
  gap: clamp(28px, 5vw, 76px);
  padding: clamp(48px, 7vw, 92px) clamp(18px, 5vw, 72px) clamp(40px, 6vw, 76px);
  background: linear-gradient(115deg, #ffffff 0%, #f7faef 62%, #edf4e5 100%);
  overflow: hidden;
}
.hero-copy { max-width: 700px; }
.eyebrow {
  margin: 0 0 12px;
  color: var(--olive);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}
.hero-copy p, .intro-grid p:last-child, .text-panel p, .section-heading p, .service-item p, .card p, .quote-card p, .page-hero p, .process-content p, .contact-details p, .map-panel p, .cta-band p {
  color: var(--muted);
}
.hero-copy p { font-size: 1.04rem; max-width: 640px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.hero-media { min-height: 420px; }
.hero-media img, .image-panel img, .page-hero.with-image img, .process-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.section { padding: clamp(52px, 7vw, 96px) clamp(18px, 5vw, 72px); }
.intro-grid, .image-text, .process-band, .faq-contact, .contact-layout, .split-band {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}
.intro-grid { border-bottom: 1px solid var(--line); }
.image-panel { min-height: 460px; }
.check-list { padding: 0; margin: 24px 0; list-style: none; }
.check-list li {
  position: relative;
  padding: 10px 0 10px 30px;
  border-bottom: 1px solid var(--line);
  color: var(--deep);
  font-weight: 800;
}
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: inset 0 0 0 3px var(--white), 0 0 0 1px var(--green);
}
.text-link { color: var(--olive); font-weight: 900; border-bottom: 2px solid var(--green); }
.section-heading { max-width: 760px; margin-bottom: 30px; }
.cards { display: grid; gap: 18px; }
.cards.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cards.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card, .quote-card, .contact-card, .service-item, .contact-form, .contact-details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 36px rgba(38, 50, 32, 0.06);
}
.card, .quote-card, .service-item { padding: 28px; }
.card-number { display: inline-flex; color: var(--olive); font-size: 0.82rem; font-weight: 900; margin-bottom: 14px; }
.service-highlight, .values, .testimonials { background: var(--soft); }
.center-action { margin-top: 28px; }

.process-band { background: var(--deep); color: var(--white); }
.process-band h2, .process-band h3, .process-band strong { color: var(--white); }
.process-content p { color: rgba(255, 255, 255, 0.74); }
.steps { display: grid; gap: 16px; }
.steps div { padding: 18px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.18); }
.quote-card p { font-size: 1rem; }
.quote-card strong { color: var(--deep); }

.faq-contact, .contact-layout { align-items: start; }
details { border-top: 1px solid var(--line); padding: 18px 0; }
details:last-child { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; color: var(--deep); font-weight: 900; }
details p { margin: 12px 0 0; color: var(--muted); }
.contact-card { padding: 30px; background: var(--soft); }
.full { width: 100%; margin-top: 12px; }

.page-hero {
  padding: clamp(52px, 7vw, 96px) clamp(18px, 5vw, 72px);
  background: linear-gradient(115deg, #ffffff 0%, #f7faef 100%);
}
.page-hero h1 { font-size: clamp(2rem, 3.4vw, 3.5rem); }
.page-hero > p, .page-hero h1 { max-width: 880px; }
.page-hero.with-image {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}
.page-hero.with-image img { min-height: 360px; }
.services-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.service-item h2 { font-size: 1.25rem; }
.cta-band { text-align: center; background: var(--deep); color: var(--white); }
.cta-band h2 { color: var(--white); }
.cta-band p { max-width: 620px; margin-left: auto; margin-right: auto; color: rgba(255, 255, 255, 0.76); }

.contact-details, .contact-form { padding: clamp(24px, 4vw, 40px); }
.detail-row { padding: 16px 0; border-bottom: 1px solid var(--line); }
.detail-row strong { display: block; color: var(--deep); margin-bottom: 4px; }
.detail-row a { color: var(--olive); font-weight: 800; }
.contact-form { display: grid; gap: 16px; }
.contact-form label { display: grid; gap: 8px; color: var(--deep); font-weight: 800; }
input, textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 13px 14px;
  font: inherit;
  color: var(--ink);
  background: #fbfcf8;
}
textarea { resize: vertical; }
.map-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  background: var(--soft);
}
.map-panel a {
  flex: 0 0 auto;
  color: var(--white);
  background: var(--olive);
  padding: 14px 22px;
  border-radius: 6px;
  font-weight: 900;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.15fr 0.8fr 1.15fr 0.75fr;
  gap: 28px;
  padding: 46px clamp(18px, 5vw, 72px) 28px;
  color: rgba(255, 255, 255, 0.8);
  background: #2d3329;
}
.site-footer img { width: 220px; background: var(--white); padding: 10px; border-radius: 6px; }
.site-footer h3 { color: var(--white); font-size: 1rem; margin-bottom: 10px; }
.site-footer a { color: var(--white); }
.copyright {
  grid-column: 1 / -1;
  margin: 10px 0 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 0.88rem;
}

@media (max-width: 980px) {
  .site-header { grid-template-columns: auto auto; }
  .nav-toggle { display: inline-flex; }
  .site-nav {
    grid-column: 1 / -1;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding-top: 10px;
  }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 13px 0; border-bottom: 1px solid var(--line); }
  .header-cta { display: none; }
  .hero, .intro-grid, .image-text, .process-band, .faq-contact, .contact-layout, .split-band, .page-hero.with-image {
    grid-template-columns: 1fr;
  }
  .hero-media, .image-panel, .page-hero.with-image img { min-height: 310px; }
  .cards.three, .cards.four, .services-grid { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .site-header { padding: 14px 18px; }
  .brand img { width: 190px; }
  h1 { font-size: 2.08rem; }
  .hero, .section, .page-hero { padding-left: 18px; padding-right: 18px; }
  .hero-actions, .map-panel { align-items: stretch; flex-direction: column; }
  .btn, .map-panel a { width: 100%; }
  .site-footer { grid-template-columns: 1fr; }
}
/* @vn-deploy:1781903540383 */
