/* ==========================================================================
   Nature's Companion Landscaping
   Hand-built rebuild of the previous Webflow site. Single stylesheet, no
   framework. Section order below follows the order things appear on a page:
   tokens -> base -> layout -> components -> page-specific -> responsive.
   ========================================================================== */

/* --------------------------------------------------------------------------
   Fonts (self-hosted Montserrat variable, latin + latin-ext)
   -------------------------------------------------------------------------- */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/montserrat-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/montserrat-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* --------------------------------------------------------------------------
   Tokens
   -------------------------------------------------------------------------- */
:root {
  --green: #3cb443;
  --green-hover: #1f9926;
  --gray-bg: #fafafa;
  --gray-body: #555;
  --black: #000;
  --white: #fff;
  --ink: #121212;
  --card-gray: #f6f5f8;
  --border-light: #eee;
  --neutral-lighter: #ccc;
  --container: 75rem;   /* 1200px */
  --gutter: 2.5rem;     /* .padding-global */
}

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

/* Opt out of mobile text auto-sizing. Without this Chrome inflates text inside
   some blocks on narrow screens and headings wrap where they shouldn't. */
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }

body {
  margin: 0;
  color: var(--black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6 { margin: 0; line-height: 1.2; }
h1 { text-transform: uppercase; font-family: Montserrat, sans-serif; font-size: 72px; font-weight: 700; }
h2 { font-family: Montserrat, sans-serif; font-size: 52px; font-weight: 700; }
h3 { font-size: 2rem; font-weight: 700; }
h4 { font-size: 1.5rem; font-weight: 700; line-height: 1.4; }
h5 { font-size: 1.25rem; font-weight: 700; line-height: 1.5; }
h6 { font-size: 1rem; font-weight: 700; line-height: 1.5; }

p { margin: 0 0 0; color: var(--gray-body); font-family: Montserrat, sans-serif; font-weight: 500; }
/* Pin to 700. The UA default is `bolder`, which inside an already-700 heading
   resolves to 900 and re-wraps the line. */
b, strong { font-weight: bold; }
a { color: var(--green); }
ul, ol { margin: 0; padding-left: 1.5rem; }
li { margin-bottom: .25rem; }
img { max-width: 100%; display: inline-block; border: 0; }
button { font: inherit; color: inherit; }

/* Keyboard focus ring — the Webflow build set this globally, keep it. */
a:focus-visible, button:focus-visible, input:focus-visible,
select:focus-visible, textarea:focus-visible, [tabindex]:focus-visible {
  outline: .125rem solid #4d65ff;
  outline-offset: .125rem;
}

.visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* --------------------------------------------------------------------------
   Layout primitives
   -------------------------------------------------------------------------- */
.padding-global { padding-left: var(--gutter); padding-right: var(--gutter); }
.container-large { width: 100%; max-width: var(--container); margin-left: auto; margin-right: auto; }

.section { padding-top: 64px; padding-bottom: 64px; overflow: hidden; }
.section.bg-gray { background-color: var(--gray-bg); padding-top: 72px; padding-bottom: 72px; }
.section-wrapper { display: flex; flex-flow: column; justify-content: flex-start; align-items: center; gap: 56px; }
.section-heading { display: flex; flex-flow: column; justify-content: center; align-items: center; gap: 12px; max-width: 1024px; }

/* --------------------------------------------------------------------------
   Type helpers
   -------------------------------------------------------------------------- */
.heading-style-h1 { text-transform: uppercase; font-family: Montserrat, sans-serif; font-size: 56px; font-weight: 700; line-height: 1.2; }
.heading-style-h2 { font-size: 48px; font-weight: 600; line-height: 1.2; }
.heading-second-text { color: var(--green); }

.text-white { color: var(--white); }
.text-black { color: var(--black); }
.text-align-center { text-align: center; }

.text-size-regular { font-family: Montserrat, sans-serif; font-size: 1rem; font-weight: 500; }
.text-size-medium { font-size: 1.125rem; }
.text-size-semi-large { font-size: 1.125rem; }
.text-size-large { font-family: Montserrat, sans-serif; font-size: 1.5rem; font-weight: 500; }
.text-size-large.text-white { color: var(--white); font-size: 1.25rem; }
.text-size-medium.text-white { color: var(--border-light); }
.text-size-semi-large.text-white { color: var(--white); }

.section-badge {
  color: var(--green); text-transform: uppercase; width: 100%; margin: 0;
  font-family: Montserrat, sans-serif; font-size: 18px; font-weight: 700; line-height: 28px;
}

/* --------------------------------------------------------------------------
   Buttons
   -------------------------------------------------------------------------- */
.button-primary,
.button-white,
.button-black {
  display: flex; justify-content: center; align-items: center;
  border-radius: 100px; border: 0; cursor: pointer;
  text-align: center; text-transform: uppercase; text-decoration: none;
  padding: 12px 28px;
  font-family: Montserrat, sans-serif; font-size: 16px; font-weight: 700; line-height: 28px;
  transition: background-color .2s, color .2s;
}
.button-primary { color: var(--white); background-color: var(--green); }
.button-primary:hover, .button-primary:active { color: var(--white); background-color: var(--green-hover); }
.button-primary.is-small { white-space: nowrap; padding: 12px 24px; line-height: 24px; }

.button-white { color: var(--green); background-color: var(--white); }
.button-white:hover { background-color: #eeecec; }

.button-black { color: var(--white); background-color: var(--black); }
.button-black:hover { background-color: #222; }

.button-clean { display: flex; justify-content: center; align-items: center; gap: 8px; text-decoration: none; }
.button-clean-text { color: var(--white); text-transform: none; font-family: Montserrat, sans-serif; font-size: 18px; font-weight: 600; line-height: 32px; }
.button-clean-text.text-black { color: var(--black); }
.button-clean-icon { width: 20px; }

/* --------------------------------------------------------------------------
   Trust ticker
   Two identical copies of the strip scroll left in lockstep and loop, so the
   run reads as continuous. Copies are aria-hidden except the first.
   -------------------------------------------------------------------------- */
.banner-wrapper { width: 100%; background-color: var(--green); overflow: hidden; }
.banner-desktop, .banner-mobile { display: flex; justify-content: flex-start; align-items: center; gap: 160px; width: 100%; overflow: hidden; }
.banner-mobile { display: none; }

.banner {
  display: flex; justify-content: flex-start; align-items: center;
  gap: 24px; padding-top: 6px; padding-bottom: 6px; flex: none;
  animation: ticker 12s linear infinite;
}
.banner-mobile .banner { animation-duration: 10.8s; }
.banner-item { display: flex; justify-content: center; align-items: center; gap: 8px; flex: none; }
.banner-icon { width: 20px; }
.banner-text { color: var(--white); font-family: Montserrat, sans-serif; font-size: 15px; font-weight: 600; white-space: nowrap; }

@keyframes ticker {
  from { transform: translateX(0); }
  to   { transform: translateX(-100%); }
}
@media (prefers-reduced-motion: reduce) {
  .banner { animation: none; }
}

/* --------------------------------------------------------------------------
   Navbar
   -------------------------------------------------------------------------- */
.navbar {
  position: sticky; top: 0; z-index: 9;
  background-color: var(--white);
  padding-left: 20px; padding-right: 20px;
}
.navbar-container { width: 100%; max-width: var(--container); margin-left: auto; margin-right: auto; padding: 12px 0; }
.navbar-wrapper { display: flex; justify-content: space-between; align-items: center; }
.navbar-logo { display: flex; padding-left: 10px; }
.navbar-logo img { display: block; width: 64px; height: 64px; }

.navbar-menu { display: flex; justify-content: space-between; align-items: center; gap: 0; margin: 0; padding: 0; list-style: none; }
.navbar-menu-link {
  color: #1a1b1f; white-space: nowrap; margin-left: 5px; margin-right: 5px; padding: 5px 10px;
  font-family: Montserrat, sans-serif; font-size: 15px; font-weight: 600; line-height: 24px; text-decoration: none;
  background: none; border: 0;
}
.navbar-menu-link:hover { color: var(--green); }
.navbar-menu-link[aria-current="page"] { color: var(--green); }

/* Services dropdown */
.navbar-dropdown { position: relative; display: inline-block; text-align: left; margin-left: 5px; margin-right: 5px; }
.navbar-dropdown-toggle {
  position: relative; display: inline-block; cursor: pointer;
  padding: 0 16px 0 0; font-size: 14px; line-height: 20px;
  background: none; border: 0; color: inherit;
  -webkit-user-select: none; user-select: none;
}
.navbar-dropdown-toggle:hover { color: #1a1b1fbf; }
.navbar-dropdown-toggle .navbar-menu-link { display: inline-block; }
.nav-dropdown-icon {
  position: absolute; top: 0; bottom: 0; right: 0; margin: auto 10px auto auto;
  width: 1em; height: 1em; transition: transform .2s;
}
.navbar-dropdown[data-open="true"] .nav-dropdown-icon { transform: rotate(180deg); }
.nav-dropdown-list {
  display: none; position: absolute; top: 100%; left: 0; min-width: 200px;
  background-color: var(--white); border-radius: 12px; padding: 8px;
  box-shadow: 0 8px 50px #0000000d;
}
.navbar-dropdown[data-open="true"] .nav-dropdown-list { display: block; }
.nav-dropdown-link {
  display: block; color: #1a1b1f; text-decoration: none; white-space: nowrap;
  padding: 12px 16px; border-radius: 8px;
  font-family: Montserrat, sans-serif; font-size: 18px; font-weight: 600;
}
.nav-dropdown-link:hover { background-color: var(--gray-bg); }

.navbar-button { margin-left: 0; }
.navbar-button-mobile { display: none; gap: 24px; align-items: center; }
.navbar-button-call { display: block; }

/* Hamburger */
.menu-button { display: none; padding: 12px; background: none; border: 0; cursor: pointer; color: var(--black); }
.menu-button .icon { display: block; width: 22px; height: 16px; position: relative; }
.menu-button .icon span { position: absolute; left: 0; width: 100%; height: 2px; background: currentColor; transition: transform .2s, opacity .2s; }
.menu-button .icon span:nth-child(1) { top: 0; }
.menu-button .icon span:nth-child(2) { top: 7px; }
.menu-button .icon span:nth-child(3) { top: 14px; }
.menu-button[aria-expanded="true"] .icon span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-button[aria-expanded="true"] .icon span:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] .icon span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */
.hero {
  position: relative; display: flex; justify-content: center; align-items: center;
  padding: 48px 20px 140px;
  background-image: url('../img/hero-bg.webp');
  background-position: 0 0;
  background-size: auto;
}
.hero-wrapper { display: flex; flex-flow: column; gap: 40px; }
.hero-heading { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 16px; width: 100%; max-width: 1140px; }
.hero-heading.max-width-none { max-width: none; }
.hero-description { }
.home_hero-tagline {
  color: var(--white); letter-spacing: 2px; text-transform: uppercase; margin: 0;
  font-family: Montserrat, sans-serif; font-size: 18px; font-weight: 700; line-height: 20px;
}
.home_hero-buttons { display: flex; justify-content: flex-start; align-items: center; gap: 16px; }
.home_hero-review { display: flex; justify-content: flex-start; align-items: center; gap: 12px; flex: 0 auto; }
.home_hero-review-logo { object-fit: cover; width: 100px; height: 44px; }
.home_hero-review-text { color: var(--white); margin: 0; font-family: Montserrat, sans-serif; font-size: 18px; font-weight: 600; line-height: 40px; }
.home_hero-ornament { width: 100%; position: absolute; bottom: 0; left: 0; }

/* --------------------------------------------------------------------------
   Owner (home)
   -------------------------------------------------------------------------- */
.owner { padding-top: 72px; padding-bottom: 72px; }
.owner-wrapper { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.owner-heading { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 40px; width: 100%; max-width: 720px; }
.owner-texts { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 16px; width: 100%; }
.owner-buttons { display: flex; justify-content: flex-start; align-items: center; gap: 24px; flex: 0 auto; }
.owner-image { border-radius: 24px; max-width: 450px; }

/* --------------------------------------------------------------------------
   Reviews carousel
   -------------------------------------------------------------------------- */
.review_card { display: flex; justify-content: flex-start; align-items: center; gap: 64px; width: 100%; max-width: 1280px; }
.review_card-logo-wrapper { display: flex; justify-content: center; align-items: center; width: 300px; }
.review_card-logo { object-fit: contain; width: 80%; height: 275px; }
/* .review_card-main is a full-width flex child with no max-width, so the logo
   column shrinks against it -- that shrink is what sizes the Google mark. */
.review_card-main { position: relative; display: flex; flex-direction: column; justify-content: flex-start; align-items: center; gap: 32px; width: 100%; }
.review_card-swiper { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 10px; width: 100%; max-width: 748px; }
.review_card-viewport { width: 100%; overflow: hidden; }
.review_card-track { display: flex; transition: transform .35s ease; }
.review_card-slide { flex: 0 0 100%; min-width: 0; }
.review_card-body { position: relative; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 32px; width: 100%; }
.review_card-meta { display: flex; justify-content: flex-start; align-items: center; gap: 8px; }
.review_card-author { color: var(--ink); margin: 0; font-family: Montserrat, sans-serif; font-size: 18px; font-weight: 500; line-height: 18px; }
.review_card-meta-text { color: var(--gray-body); font-family: Montserrat, sans-serif; }
.review_card-text { color: var(--ink); width: 100%; margin: 0; font-family: Montserrat, sans-serif; font-size: 24px; font-weight: 600; line-height: 32px; }
.review_card-star { width: 140px; }
.review_card-navigations { position: absolute; inset: auto 0 0 auto; display: flex; justify-content: flex-start; align-items: center; gap: 16px; flex: 0 auto; }
.review_card-navigations button { background: none; border: 0; padding: 0; cursor: pointer; }
.review_card-navigation-icon { width: 32px; height: 32px; object-fit: cover; display: block; }

/* --------------------------------------------------------------------------
   Services carousel
   -------------------------------------------------------------------------- */
.service-wrapper { position: relative; width: 100%; }
.service_card-viewport { width: 100%; overflow: hidden; }
.service_card-track { display: flex; gap: 24px; transition: transform .35s ease; }
.service_card-slide { flex: 0 0 calc((100% - 48px) / 3); min-width: 0; }
.service_card {
  position: relative; display: flex; flex-direction: column; justify-content: flex-start; align-items: center;
  width: 100%; max-width: 400px; padding-bottom: 140px; text-decoration: none;
}
/* 340px is a fixed crop height, not the photo's own aspect — the source images
   vary (4:3 and 16:9) and object-fit crops them to a common card face. */
.service_card-image { width: 100%; height: 340px; border-radius: 10px; object-fit: cover; }
.service_card-content {
  position: absolute; top: 200px; left: 0; right: 0;
  display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 24px;
  width: 90%; max-width: 357px; margin-left: auto; margin-right: auto;
  background-color: var(--card-gray); border-radius: 10px; padding: 24px;
}
.service_card-title { color: var(--ink); width: 100%; margin: 0; font-family: Montserrat, sans-serif; font-size: 24px; font-weight: 700; line-height: 28.8px; }
.service_card-description { color: var(--ink); width: 100%; margin: 0; font-family: Montserrat, sans-serif; font-size: 16px; font-weight: 400; line-height: 24px; }
.service_card-link { border-bottom: 1.6px solid var(--ink); text-decoration: none; }
.service_card-link-text { color: var(--ink); margin: 0; font-size: 16px; font-weight: 400; line-height: 22.4px; }

.swiper_card-navigations {
  position: absolute; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto;
  z-index: 1; display: flex; justify-content: space-between; align-items: center;
  width: 100%; height: 64px; pointer-events: none;
}
.service_card-navigation {
  background-color: var(--green); border: 0; cursor: pointer; border-radius: 100px;
  display: flex; justify-content: center; align-items: center;
  width: 52px; height: 52px; pointer-events: auto;
}
.service_card-navigation.service_card-prev { margin-left: -32px; transform: rotate(-180deg); }
.service_card-navigation.service_card-next { margin-right: -32px; }
.service_card-navigation-icon { width: 24px; }
.service_card-navigation:disabled { opacity: .45; cursor: default; }

/* --------------------------------------------------------------------------
   Poster band (home)
   -------------------------------------------------------------------------- */
.poster { position: relative; background-color: var(--green); margin-top: 120px; padding-top: 64px; padding-bottom: 64px; }
.poster-content { display: flex; justify-content: flex-end; align-items: center; }
.poster-heading { display: flex; flex-flow: column; gap: 24px; max-width: 640px; }
.poster-button { display: flex; gap: 16px; }
.poster-image { width: 250px; position: absolute; bottom: 0; }

/* --------------------------------------------------------------------------
   Our work (home strip + gallery page)
   -------------------------------------------------------------------------- */
.work_card-desktop { width: 100%; }
.collection-list { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; }
/* flex, not block: an inline-block <img> would add a baseline gap under each tile */
.collection-item { display: flex; gap: 24px; }
.work_card-image { aspect-ratio: 1; object-fit: cover; width: 100%; display: block; }
.work_card-mobile { display: none; flex-flow: column; gap: 32px; }
.work_card-viewport { width: 100%; overflow: hidden; }
.work_card-track { display: flex; transition: transform .35s ease; }
.work_card-slide { flex: 0 0 100%; min-width: 0; }
.work_card-navigations { display: flex; justify-content: center; align-items: center; gap: 16px; }
.work_card-navigation {
  background-color: var(--green); border: 0; cursor: pointer; border-radius: 100px;
  display: flex; justify-content: center; align-items: center; width: 48px; height: 48px;
}
.work_card-navigation.work_card-prev { transform: rotate(180deg); }
.work_card-navigation-icon { width: 24px; }
.work_card-navigation:disabled { opacity: .45; cursor: default; }

/* --------------------------------------------------------------------------
   Compare (home)
   -------------------------------------------------------------------------- */
.compare-wrapper { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; width: 100%; }
.compare {
  display: flex; flex-direction: column; justify-content: flex-start; align-items: center; gap: 24px;
  background-color: var(--green); border: 1px solid #bababa; border-radius: 24px;
  width: 100%; max-width: 628px; padding: 32px;
}
.compare.bg-white { background-color: var(--white); }
.nature-title, .other-title { text-align: center; margin: 0; font-family: Montserrat, sans-serif; font-size: 26px; font-weight: 700; line-height: 170%; }
.nature-title { color: var(--white); }
.other-title { color: var(--black); }
.nature-items, .other-items { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; width: 100%; margin: 0; padding: 0; list-style: none; }
.nature-item, .other-item {
  display: flex; justify-content: flex-start; align-items: flex-start; gap: 16px;
  width: 100%; max-width: 560px; padding-top: 24px; padding-bottom: 24px; margin: 0;
  border-bottom: 1px solid;
}
.nature-item { border-bottom-color: #ffffff80; }
.other-item { border-bottom-color: #bababa; }
.compare-icon { flex: none; object-fit: cover; }
.nature-text, .other-text { text-align: left; letter-spacing: -.72px; margin: 0; font-family: Montserrat, sans-serif; font-size: 22px; font-weight: 600; line-height: 30px; }
.nature-text { color: var(--white); }
.other-text { color: var(--gray-body); }

/* --------------------------------------------------------------------------
   CTA card (every page)
   -------------------------------------------------------------------------- */
.section.cta {
  background-image: url('../img/cta-bg.webp');
  background-position: 50%;
  background-size: cover;
}
.cta_card { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; background-color: var(--white); border-radius: 24px; padding: 56px; }
.cta_card-left { display: flex; flex-flow: column; justify-content: center; align-items: center; gap: 8px; }
.cta_card-left-title { text-align: center; font-family: Montserrat, sans-serif; font-size: 22px; font-weight: 600; line-height: 1.3; }
.cta_card-left-icon { width: 28px; }
.cta_card-left-image { width: 100%; }
.cta_card-right { display: flex; flex-flow: column; gap: 40px; }
.heading-style-h2.cta-title { font-size: 32px; }
.cta_card-form-wrapper { display: flex; flex-flow: column; gap: 16px; }
.form-field {
  color: #616161; background-color: var(--white);
  border: 1px solid #d1d5db; border-radius: 100px;
  height: auto; min-height: 52px; margin-bottom: 0; padding: 14px 16px;
  font-family: Montserrat, sans-serif; font-size: 18px; font-weight: 500;
  /* 1.42857 is what the old form inputs resolved to and it sets their height */
  line-height: 1.42857;
  width: 100%; display: block; vertical-align: middle;
}
.form-field::placeholder { color: #616161; }
textarea.form-field { border-radius: 24px; height: auto; resize: vertical; }
select.form-field { appearance: auto; }
.form-select-wrapper { display: flex; flex-flow: column; gap: 8px; }
.form-hint { font-family: Montserrat, sans-serif; font-size: 12px; color: var(--gray-body); }
.form-message { padding: 1.25rem; border-radius: 16px; font-family: Montserrat, sans-serif; font-weight: 500; }
.form-message.is-success { background-color: #cef5ca; color: #114e0b; }
.form-message.is-error { background-color: #f8e4e4; color: #3b0b0b; }
.cta_card-form-wrapper .button-primary { width: 100%; }

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */
.footer { width: 100%; background-color: var(--green); padding-top: 80px; }
.footer-wrapper { display: flex; flex-flow: column; gap: 40px; }
.footer-top { display: flex; flex-flow: column; justify-content: center; align-items: flex-start; gap: 32px; width: 100%; }
.footer-brand { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 24px; }
.footer-brand-logo { object-fit: cover; }
.footer-text { color: var(--white); margin: 0; font-family: Montserrat, sans-serif; font-size: 16px; font-weight: 500; line-height: 28px; }
.footer-groups { display: flex; justify-content: flex-start; align-items: flex-start; gap: 64px; flex: 0 auto; }
.footer-column { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 16px; }
.footer-heading { color: var(--white); margin: 0; font-family: Montserrat, sans-serif; font-size: 18px; font-weight: 700; line-height: 160%; }
.footer-links { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 8px; margin: 0; padding: 0; list-style: none; }
.footer-links li { margin: 0; }
.footer-link, .footer-contact-text {
  color: var(--white); white-space: nowrap; margin: 0; text-decoration: none;
  font-family: Montserrat, sans-serif; font-size: 16px; font-weight: 500; line-height: 160%;
}
.footer-link:hover { text-decoration: underline; }
.footer-contact-text.break-all { white-space: normal; word-break: break-all; }
.footer-contact { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 40px; width: 100%; max-width: 437px; }
.footer-contact-inner { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 16px; width: 100%; }
.footer-contact-list { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 8px; width: 100%; margin: 0; padding: 0; list-style: none; }
.footer-contact-list li { margin: 0; width: 100%; }
.footer-contact-row { display: flex; justify-content: flex-start; align-items: center; gap: 10px; flex: 0 auto; text-decoration: none; }
.footer-contact-icon { object-fit: cover; flex: none; width: 24px; }
.footer-bottom {
  display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 16px;
  width: 100%; border-top: 1px solid #fff3; padding-top: 32px; padding-bottom: 40px;
}
.footer-bottom-row { display: flex; flex-flow: column-reverse; justify-content: center; align-items: center; gap: 8px; width: 100%; }
.footer-bottom-left { display: flex; justify-content: flex-start; align-items: center; gap: 40px; flex: 0 auto; }
.footer-bottom-right { display: flex; justify-content: flex-start; align-items: center; gap: 24px; flex: 0 auto; }
.footer-note { color: var(--white); text-align: center; margin: 0; font-family: Montserrat, sans-serif; font-size: 16px; font-weight: 500; line-height: 170%; }
.footer-note a { color: var(--white); font-weight: 600; }

/* --------------------------------------------------------------------------
   About — why cards / process / stats
   -------------------------------------------------------------------------- */
.why_cards { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 64px; }
.why_card { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; gap: 16px; width: 100%; max-width: 384px; }
.why_card-icon-wrapper { display: flex; justify-content: center; align-items: center; gap: 10px; background-color: var(--green); border-radius: 100px; width: 64px; height: 64px; padding: 12px; }
.why_card-icon { width: 32px; height: 32px; object-fit: cover; }
.why_card-title { color: var(--black); text-align: center; letter-spacing: -.72px; width: 100%; margin: 0; font-family: Montserrat, sans-serif; font-size: 22px; font-weight: 600; line-height: 30px; }
.why_card-description { color: var(--gray-body); text-align: center; width: 100%; margin: 0; font-family: Montserrat, sans-serif; font-size: 16px; font-weight: 500; line-height: 28px; }

.process_cards { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.process_card {
  position: relative; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 56px;
  background-color: var(--green); border-radius: 24px; padding: 40px 32px;
  box-shadow: 0 4px 24px #00000040;
}
.process_card-icon { width: 40px; height: 40px; object-fit: cover; }
.process_card-heading { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 16px; width: 100%; }
.process_card-title { color: var(--white); width: 100%; margin: 0; font-family: Montserrat, sans-serif; font-size: 22px; font-weight: 600; line-height: 140%; }
.process_card-desc { color: var(--white); width: 100%; margin: 0; font-family: Montserrat, sans-serif; font-size: 16px; font-weight: 400; line-height: 160%; }
.process_card-num {
  position: absolute; top: -24px; right: 16px; left: auto; margin: 0;
  color: #ffffff40; font-family: Montserrat, sans-serif; font-size: 120px; font-weight: 700; line-height: 140%;
}

.stats { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 10px; width: 100%; background-color: var(--green); padding: 80px 0; }
.stats-wrapper { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 120px; justify-content: space-between; align-items: center; width: 100%; }
.stats-card { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 10px; }
.stats-card-title { color: var(--white); text-transform: capitalize; margin: 0; font-family: Montserrat, sans-serif; font-size: 72px; font-weight: 600; line-height: 100%; }
.stats-card-text { color: var(--white); text-align: center; margin: 0; font-family: Montserrat, sans-serif; font-size: 22px; font-weight: 600; line-height: 32px; }

/* --------------------------------------------------------------------------
   FAQ accordion
   -------------------------------------------------------------------------- */
.faq6_list-grid { display: grid; grid-template-columns: 100%; place-items: start stretch; }
.faq6_accordion { display: flex; flex-direction: column; justify-content: flex-start; align-items: stretch; border-bottom: 1px solid var(--neutral-lighter); overflow: hidden; }
.faq6_question {
  display: flex; justify-content: space-between; align-items: center; gap: 1.5rem;
  cursor: pointer; padding: 1.25rem 0; width: 100%; text-align: left;
  background: none; border: 0; font-family: Montserrat, sans-serif;
}
.faq6_question-text { font-family: Montserrat, sans-serif; font-size: 22px; font-weight: 600; }
.faq6_icon-wrapper { align-self: flex-start; display: flex; width: 2rem; flex: none; }
.faq6_icon { width: 2rem; height: 2rem; display: flex; flex-direction: column; justify-content: center; align-items: center; }
.faq6_icon svg { transition: transform .3s ease; }
.faq6_question[aria-expanded="true"] .faq6_icon svg { transform: rotate(135deg); }
/* Collapsed state is gated on html.js -- with no JS the answers stay open and
   readable rather than being permanently stuck at height 0. */
.faq6_answer { overflow: hidden; }
html.js .faq6_answer { height: 0; transition: height .3s ease; }
.faq6_answer-inner { margin: 0 0 1.5rem; max-width: 48rem; }

/* --------------------------------------------------------------------------
   Blog
   -------------------------------------------------------------------------- */
.blog-wrapper { display: flex; flex-flow: column; justify-content: flex-start; align-items: center; gap: 40px; }
.featured_blog_card {
  display: flex; justify-content: flex-start; align-items: flex-start; width: 100%;
  background-color: var(--white); border-radius: 24px; overflow: hidden; text-decoration: none;
  box-shadow: 0 8px 32px #0000001a;
}
.featured_blog_card-image { object-fit: cover; max-width: 50%; height: 350px; }
.featured_blog_card-content { display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start; width: 100%; height: 350px; padding: 32px 40px; }
.featured_blog_card-heading { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 12px; width: 100%; }
.featured_blog_card-tag { color: maroon; letter-spacing: .04em; width: 100%; margin: 0; font-family: Montserrat, sans-serif; font-size: 16px; font-weight: 500; line-height: 20px; }
.featured_blog_card-title { color: #1f2024; width: 100%; margin: 0; font-family: Montserrat, sans-serif; font-size: 28px; font-weight: 600; line-height: 140%; }
.featured_blog_card-summary { color: #4b5563; width: 100%; margin: 0; font-family: Montserrat, sans-serif; font-size: 16px; font-weight: 500; line-height: 160%; }
.featured_blog_card-date { color: #4b5563; margin: 0; font-family: Montserrat, sans-serif; font-size: 16px; font-weight: 500; line-height: 160%; }

/* The old build wrapped the heading + grid in a search form, whose 15px
   bottom margin is part of the spacing you see. Kept explicitly. */
.blog-recent { display: flex; flex-flow: column; gap: 32px; width: 100%; margin-bottom: 15px; }
.blog-recent-head { display: flex; justify-content: space-between; align-items: center; width: 100%; }
.blog-search { background-color: var(--card-gray); border: 0; border-radius: 100px; max-width: 300px; width: 100%; height: 58px; padding-left: 16px; padding-right: 16px; font-family: Montserrat, sans-serif; font-size: 18px; }
.collection-list-2 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; width: 100%; }
.blog_card {
  display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 20px;
  background-color: var(--white); border-radius: 16px; width: 100%; overflow: hidden; text-decoration: none;
  box-shadow: 0 8px 32px #0000001a;
}
.blog_card-image { object-fit: cover; width: 100%; height: 250px; }
.blog_card-content { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 8px; width: 100%; padding: 0 24px 24px; }
.blog_card-title { color: #1f2024; margin: 0; font-family: Montserrat, sans-serif; font-size: 20px; font-weight: 600; line-height: 140%; }
.blog_card-desc { color: #4b5563; width: 100%; margin: 0; font-family: Montserrat, sans-serif; font-size: 16px; font-weight: 500; line-height: 160%; }
.blog-empty { font-family: Montserrat, sans-serif; color: var(--gray-body); }

/* Blog post */
.container-medium { width: 100%; max-width: 64rem; margin-left: auto; margin-right: auto; }
.post-head { display: flex; flex-flow: column; gap: 24px; width: 100%; }
.post-meta-row { display: flex; justify-content: space-between; align-items: center; }
.post-date { color: #111; font-weight: 600; font-size: 1.125rem; }
.post-share { display: flex; gap: 12px; align-items: center; }
.post-share a { display: flex; }
.post-share img { width: 32px; height: 32px; }
.post-image { border-radius: 16px; width: 100%; }

/* --------------------------------------------------------------------------
   Rich text (service pages + blog posts)
   -------------------------------------------------------------------------- */
.text-rich-text h1 { margin-top: 1.5rem; margin-bottom: 1rem; font-size: 48px; }
.text-rich-text h2 { margin-top: 1.5rem; margin-bottom: 1rem; font-size: 36px; }
.text-rich-text h3 { margin-top: 1.5rem; margin-bottom: 1rem; font-size: 28px; }
.text-rich-text h4 { margin-top: 1.5rem; margin-bottom: 1rem; }
.text-rich-text h5, .text-rich-text h6 { margin-top: 1.25rem; margin-bottom: 1rem; }
.text-rich-text p { margin-bottom: 1rem; font-size: 18px; }
.text-rich-text ul, .text-rich-text ol { margin-bottom: 1.5rem; }
.text-rich-text blockquote { border-left: .25rem solid #e2e2e2; margin: 2rem 0; padding: 0 1.25rem; font-size: 1.25rem; line-height: 1.5; }
/* No leading/trailing margin bleed out of a rich-text block, whatever the CMS
   copy happens to start or end with. */
.text-rich-text > :first-child { margin-top: 0; }
.text-rich-text > :last-child, .text-rich-text li:last-child { margin-bottom: 0; }

/* --------------------------------------------------------------------------
   Service detail page
   -------------------------------------------------------------------------- */
.service-detail { padding-top: 40px; padding-bottom: 64px; }
.service-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.service-detail-body { display: flex; flex-flow: column; justify-content: flex-start; align-items: flex-start; gap: 40px; align-self: start; }
.service-detail-image { position: sticky; top: 120px; }

/* --------------------------------------------------------------------------
   Gallery page
   -------------------------------------------------------------------------- */
.gallery-note { background-color: #3cb44326; padding: 20px; }
.gallery-note p { color: var(--neutral-darkest, #111); font-weight: 600; margin: 0; }
.gallery-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; width: 100%; }

/* --------------------------------------------------------------------------
   Thank-you page
   -------------------------------------------------------------------------- */
.hero-stack {
  display: flex; justify-content: center; align-items: center;
  height: 100svh; padding: 80px 30px; position: relative;
  background-color: #f5f7fa;
  background-image: url('../img/hero-bg.webp');
  background-position: 50%; background-size: cover;
  border-bottom: 1px solid #e4ebf3;
}
.hero-stack .container { width: 100%; max-width: 1280px; }
.hero-wrapper-two { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; gap: 24px; text-align: center; max-width: 750px; margin-left: auto; margin-right: auto; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media screen and (min-width: 1280px) {
  .navbar-button { margin-left: 120px; }
  .review_card { gap: 96px; }
  .review_card-logo { width: 400px; }
  .poster-image { width: 300px; }
  .poster-heading { max-width: 860px; }
  .footer-top { flex-flow: row; justify-content: space-between; align-items: flex-start; }
  .footer-brand { max-width: 350px; }
  .footer-bottom-row { flex-flow: row; justify-content: space-between; align-items: center; }
  .process_cards { grid-template-columns: 1fr 1fr 1fr 1fr; }
}

@media screen and (min-width: 1440px) {
  .navbar-button { margin-left: 140px; }
  .hero { background-position: 50%; background-size: cover; }
  .home_hero-ornament { bottom: -1px; }
  .poster-heading { max-width: 800px; }
}

@media screen and (max-width: 991px) {
  .heading-style-h1 { font-size: 56px; }
  .heading-style-h2 { font-size: 42px; }

  .navbar { padding-left: 0; padding-right: 0; }
  .navbar-wrapper { padding-left: 20px; padding-right: 20px; }
  .navbar-menu-wrapper {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    background-color: var(--white); width: 100%;
    box-shadow: 0 8px 50px #0000000d;
    max-height: calc(100svh - 100%); overflow-y: auto;
  }
  .navbar-menu-wrapper[data-open="true"] { display: block; }
  .navbar-menu { flex-flow: column; justify-content: space-around; align-items: center; gap: 16px; background-color: var(--white); padding: 24px 0; }
  .navbar-menu-link { padding-left: 5px; padding-right: 5px; }
  .navbar-button { width: 100%; margin-left: 0; }
  .navbar-button .button-primary { width: 100%; }
  .navbar-button-mobile { display: flex; }
  .menu-button { display: block; }
  .nav-dropdown-list { position: static; box-shadow: none; padding: 0; }
  .navbar-dropdown { display: flex; flex-direction: column; align-items: center; }
  .navbar-dropdown-toggle { padding-top: 10px; padding-bottom: 10px; }
  .nav-dropdown-link { text-align: center; }

  .service_card-slide { flex: 0 0 calc((100% - 24px) / 2); }
  .cta_card { padding: 40px; }
  .why_cards { grid-template-columns: 1fr 1fr; }
  .stats-card-text { font-size: 20px; }
  .service-detail-grid { display: flex; flex-flow: column-reverse; }
  .service-detail-image { position: static; }
}

@media screen and (max-width: 767px) {
  .heading-style-h1 { font-size: 48px; }
  .padding-global { padding-left: 1.25rem; padding-right: 1.25rem; }
  .text-size-large { font-size: 1.25rem; }
  .heading-style-h2 { font-size: 32px; }
  .heading-style-h2.text-white.phone-text-align-center { text-align: center; }

  .navbar-logo { padding-left: 0; }
  .navbar-menu { gap: 0; flex-direction: column; padding-top: 0; padding-bottom: 30px; }
  .navbar-menu-link { padding-top: 10px; padding-bottom: 10px; display: inline-block; }
  .navbar-button-wrapper { margin-top: 10px; }

  .home_hero-tagline { font-size: 18px; line-height: 28px; }

  .owner-wrapper { flex-flow: column; justify-content: space-between; align-items: flex-start; }
  .owner-image { width: 100%; max-width: none; }

  .review_card { flex-flow: column; gap: 32px; }
  .review_card-logo { width: 300px; height: 150px; }
  .review_card-main { gap: 24px; align-items: center; }
  .review_card-swiper { gap: 24px; }
  .review_card-body { gap: 24px; justify-content: flex-start; align-items: center; }
  .review_card-text { text-align: center; font-size: 24px; line-height: 32px; }
  .review_card-navigations { position: static; justify-content: center; align-items: center; width: 100%; margin-top: 24px; }

  .poster { flex-flow: column; margin-top: 0; display: flex; }
  .poster-image { display: none; position: static; }
  .poster-heading { justify-content: flex-start; align-items: center; }
  .poster-content { flex-flow: column; }
  .poster-button { flex-flow: column; justify-content: flex-start; align-items: center; width: 100%; }
  .poster-button .button-white, .poster-button .button-black { width: 100%; }

  .nature-title { font-size: 24px; }
  .other-title { font-size: 20px; }
  .nature-item, .other-item { padding-top: 16px; padding-bottom: 16px; }
  .nature-item { justify-content: flex-start; align-items: center; }
  .compare-icon { width: 24px; height: 24px; }
  .nature-text, .other-text { font-size: 20px; }
  .compare-wrapper { display: flex; flex-flow: column; gap: 16px; }
  .compare { max-width: none; }

  .cta_card { display: flex; flex-flow: column; gap: 40px; padding: 24px; }
  .footer-groups { flex-flow: column; gap: 32px; }
  .collection-list { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .why_cards { gap: 32px; }
  .stats-wrapper { grid-template-columns: 1fr 1fr; gap: 32px; }
  .faq6_question-text { font-size: 20px; }
  .faq6_icon-wrapper { width: 1.75rem; }
  .faq6_question { padding: 1rem 0; }

  .featured_blog_card { flex-flow: column; }
  .featured_blog_card-image { max-width: 100%; width: 100%; }
  .featured_blog_card-content { height: auto; gap: 24px; padding: 24px; }
  .featured_blog_card-heading { gap: 8px; }
  .featured_blog_card-tag { font-size: 14px; }
  .featured_blog_card-title { font-size: 22px; line-height: 120%; }
  .collection-list-2 { grid-template-columns: 1fr 1fr; }
  .blog-search { max-width: 100%; }
  .blog-recent-head { flex-flow: column; gap: 24px; align-items: stretch; }
}

@media screen and (max-width: 479px) {
  .text-rich-text h1 { font-size: 32px; }
  .text-rich-text h2 { font-size: 22px; }
  .text-rich-text h3 { font-size: 18px; }
  .text-rich-text h4 { font-size: 1rem; }
  .text-rich-text p, .text-rich-text blockquote { font-size: 16px; }

  .heading-style-h1 { font-size: 34px; line-height: 1.15; }
  .text-size-regular { font-size: .875rem; }
  .text-size-large { font-size: 1.25rem; }
  .text-size-large.text-white { font-size: 1.125rem; }
  .heading-style-h2.cta-title { font-size: 28px; }
  .text-size-semi-large { font-size: 1.125rem; }
  .text-size-semi-large.text-white.hero-description { font-size: 1rem; }
  .text-size-medium { font-size: 1rem; }
  .section-badge { font-size: 16px; line-height: 24px; }

  .button-primary, .button-white, .button-black { padding: 14px 28px; font-size: 16px; line-height: 24px; }
  .button-primary.phone-w-full, .button-white.phone-w-full, .button-black.phone-w-full { width: 100%; }
  .button-clean-text { font-size: 18px; }

  .navbar-button-wrapper { width: 100%; padding-left: 24px; padding-right: 24px; }
  .navbar-logo img { width: 56px; height: 56px; }
  .navbar-container { padding-top: 8px; padding-bottom: 8px; }
  .navbar-button { width: auto; }
  .navbar-button-mobile { gap: 12px; justify-content: space-between; align-items: center; width: 65%; }

  .hero { padding-top: 32px; padding-bottom: 56px; }
  .home_hero-tagline { font-size: 14px; line-height: 20px; }
  .home_hero-review { flex-flow: row; gap: 12px; }
  .home_hero-review-logo { width: 96px; height: 40px; }
  .home_hero-review-text { text-align: left; font-size: 15px; line-height: 20px; }
  .hero-heading { gap: 16px; }
  .home_hero-buttons { flex-flow: column; gap: 12px; align-items: stretch; }
  .hero-wrapper { gap: 24px; }

  .banner { padding-top: 4px; padding-bottom: 4px; }
  .banner-icon { width: 18px; }
  .banner-desktop { display: none; }
  .banner-mobile { display: flex; gap: 375px; }

  .review_card-logo { height: 125px; }
  .review_card-author { font-size: 18px; line-height: 24px; }
  .review_card-text { font-size: 22px; line-height: 28px; }

  .service_card-slide { flex: 0 0 100%; }
  .service_card-track { gap: 20px; }
  .service_card-navigation { width: 48px; height: 48px; }
  .service_card-navigation.service_card-prev { margin-left: 0; }
  .service_card-navigation.service_card-next { margin-right: 0; }
  .swiper_card-navigations { position: static; justify-content: center; align-items: center; gap: 16px; margin-top: 16px; }

  .work_card-desktop { display: none; }
  .work_card-mobile { display: flex; width: 100%; }

  .compare { padding: 24px; }
  .nature-title, .other-title { font-size: 22px; }
  .nature-item, .other-item { padding-top: 12px; padding-bottom: 12px; }
  .nature-text, .other-text { font-size: 18px; }

  .service-detail-grid, .service-detail-body { gap: 24px; }
  .cta_card { gap: 32px; }
  .form-field { height: 48px; min-height: 48px; padding-top: 12px; padding-bottom: 12px; font-size: 15px; }
  textarea.form-field { height: auto; }
  .cta_card-form-wrapper { gap: 14px; }
  .cta_card-left-title { font-size: 20px; }
  .cta_card-left-icon { width: 24px; }
  .cta_card-left { gap: 8px; }
  .cta_card-right { gap: 24px; }

  .footer { padding-top: 48px; }
  .footer-groups { width: 100%; }
  .footer-heading { font-size: 18px; line-height: 150%; }
  .collection-list { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }

  .why_card-title { font-size: 20px; line-height: 28px; }
  .why_card-description { font-size: 16px; line-height: 24px; }
  .why_cards, .process_cards { grid-template-columns: 1fr; }
  .stats { padding-top: 64px; padding-bottom: 64px; }
  .stats-wrapper { display: flex; flex-flow: column; }
  .stats-card-title { font-size: 64px; }

  .featured_blog_card-image { height: 250px; }
  .featured_blog_card-title { font-size: 20px; }
  .featured_blog_card-date { font-size: 14px; }
  .blog_card-title { font-size: 18px; }
  .blog_card-desc { font-size: 15px; }
  .collection-list-2 { grid-template-columns: 1fr; }
  .post-share img { width: 24px; height: 24px; }
  .post-date { font-size: 14px; }
  .gallery-note p { font-size: 14px; }

  .hero-stack { padding: 60px 15px; }
}
