:root {
  --teal: #258075;
  --teal-dark: #0e5f58;
  --green: #4f9b68;
  --lime: #d2e394;
  --ink: #1d2a2a;
  --muted: #657674;
  --line: #dce8e5;
  --soft: #f4f8f1;
  --white: #ffffff;
  --shadow: 0 20px 55px rgba(13, 72, 67, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Manrope", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 86px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.brand img { width: min(340px, 48vw); height: auto; }
.site-nav {
  display: flex;
  gap: 22px;
  margin-left: auto;
  font-weight: 700;
  color: #3c5653;
}
.site-nav a { padding: 8px 0; border-bottom: 2px solid transparent; }
.site-nav a:hover, .site-nav a.active { color: var(--teal); border-color: var(--lime); }
.header-cta {
  padding: 12px 18px;
  border-radius: 6px;
  background: var(--teal);
  color: var(--white);
  font-weight: 800;
  white-space: nowrap;
}
.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
}
.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--teal-dark);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  align-items: center;
  gap: clamp(28px, 4vw, 62px);
  padding: clamp(46px, 7vw, 88px) clamp(18px, 5vw, 72px);
  background:
    linear-gradient(115deg, rgba(210, 227, 148, 0.42), transparent 38%),
    linear-gradient(180deg, #fbfdf8, #eef7f3);
}
.hero h1, .page-hero h1 {
  margin: 0;
  max-width: 820px;
  font-size: clamp(2.2rem, 4.6vw, 4.85rem);
  line-height: 1.05;
  letter-spacing: 0;
  color: #123b38;
}
.hero p, .page-hero p {
  max-width: 680px;
  color: #445e5b;
  font-size: 1.08rem;
}
.eyebrow {
  margin: 0 0 12px;
  color: var(--teal);
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 0.78rem;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 0;
  border-radius: 6px;
  font-weight: 800;
  cursor: pointer;
}
.btn.primary { background: var(--teal); color: var(--white); }
.btn.secondary { background: var(--white); color: var(--teal-dark); border: 1px solid var(--line); }
.btn.light { background: var(--white); color: var(--teal-dark); }
.hero-media img, .section-image, .service-hero img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.section {
  padding: clamp(54px, 7vw, 92px) clamp(18px, 5vw, 72px);
}
.muted { background: var(--soft); }
.split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: clamp(28px, 5vw, 70px);
}
.reverse { background: #ffffff; }
.section h2, .contact-band h2 {
  margin: 0 0 18px;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.14;
  color: #153d3a;
}
.section p { color: var(--muted); margin: 0 0 16px; }
.section-heading {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}
.metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 28px;
}
.metrics div, .card, .value-grid article, blockquote, .service-list article, .contact-card, .enquiry-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 34px rgba(16, 87, 80, 0.06);
}
.metrics div { padding: 18px; }
.metrics strong { display: block; font-size: 1.42rem; color: var(--teal); }
.metrics span { color: var(--muted); font-size: 0.92rem; }

.service-grid, .testimonial-grid, .value-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.card { padding: 24px; }
.card span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--teal);
  font-weight: 800;
}
.card h3, .value-grid h3, .site-footer h3 {
  margin: 0 0 10px;
  color: #173f3b;
}
.center-action { text-align: center; margin-top: 32px; }
.check-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}
.check-list li {
  position: relative;
  padding-left: 34px;
  color: #536b68;
}
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--teal), var(--lime));
}
blockquote { margin: 0; padding: 25px; }
blockquote p { color: #314947; }
cite { display: block; margin-top: 18px; color: var(--teal-dark); font-style: normal; font-weight: 800; }
.faq-list {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}
details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 18px 20px;
}
summary { cursor: pointer; font-weight: 800; color: #173f3b; }
details p { margin: 12px 0 0; }

.contact-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: clamp(36px, 5vw, 58px) clamp(18px, 5vw, 72px);
  background: linear-gradient(135deg, var(--teal-dark), var(--teal));
  color: var(--white);
}
.contact-band .eyebrow, .contact-band h2 { color: var(--white); }
.contact-band h2 { max-width: 780px; margin-bottom: 0; }

.page-hero {
  padding: clamp(54px, 7vw, 88px) clamp(18px, 5vw, 72px);
  background: linear-gradient(145deg, #f8fbf4, #eef8f4);
}
.service-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.75fr);
  gap: 36px;
  align-items: center;
}
.value-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.value-grid article { padding: 28px; }
.service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.service-list article { padding: 26px; }
.service-list h2 {
  font-size: 1.24rem;
  margin-bottom: 10px;
}
.process-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}
.process-list li {
  display: grid;
  gap: 4px;
  padding: 18px;
  border-left: 4px solid var(--teal);
  background: var(--white);
  border-radius: 6px;
}
.process-list span { color: var(--muted); }

.contact-layout {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 24px;
  align-items: start;
}
.contact-card, .enquiry-form { padding: 28px; }
.contact-card h2 { font-size: 1.7rem; }
.contact-card strong {
  display: block;
  margin-bottom: 4px;
  color: var(--teal-dark);
}
.contact-card a { color: var(--teal); font-weight: 800; }
.enquiry-form {
  display: grid;
  gap: 16px;
}
.enquiry-form label {
  display: grid;
  gap: 6px;
  color: #31504d;
  font-weight: 800;
}
.enquiry-form input, .enquiry-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 13px 14px;
  font: inherit;
}
.map-section {
  position: relative;
  padding: 0 clamp(18px, 5vw, 72px) clamp(54px, 7vw, 92px);
}
.map-section iframe {
  width: 100%;
  height: 420px;
  border: 0;
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.map-link {
  display: inline-flex;
  margin-top: 14px;
  color: var(--teal);
  font-weight: 800;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.4fr 1fr 0.7fr;
  gap: 34px;
  padding: 44px clamp(18px, 5vw, 72px) 24px;
  background: #102d2b;
  color: #dce8e5;
}
.site-footer img { width: 250px; margin-bottom: 16px; filter: brightness(0) invert(1); }
.site-footer a { color: #efffe2; }
.powered {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: #bed2cf;
}

@media (max-width: 980px) {
  .site-header { flex-wrap: wrap; gap: 14px; }
  .nav-toggle { display: block; margin-left: auto; }
  .site-nav {
    display: none;
    flex-basis: 100%;
    flex-direction: column;
    gap: 6px;
    order: 5;
  }
  .site-nav.open { display: flex; }
  .header-cta { display: none; }
  .hero, .split, .service-hero, .contact-layout {
    grid-template-columns: 1fr;
  }
  .service-grid, .testimonial-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-media { order: -1; }
  .hero h1, .page-hero h1 { font-size: clamp(2.1rem, 9vw, 3.2rem); }
}

@media (max-width: 680px) {
  .brand img { width: min(280px, 70vw); }
  .hero, .section, .page-hero { padding-left: 16px; padding-right: 16px; }
  .metrics, .service-grid, .testimonial-grid, .value-grid, .service-list, .site-footer {
    grid-template-columns: 1fr;
  }
  .contact-band { align-items: flex-start; flex-direction: column; }
  .hero-media img, .section-image, .service-hero img { aspect-ratio: 1 / 1; }
  .map-section { padding-left: 16px; padding-right: 16px; }
}
/* @vn-deploy:1777833600567 */
