:root {
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-soft: #f4f6f8;
  --text: #132018;
  --muted: #5f6f63;
  --line: rgba(19, 32, 24, 0.09);
  --green: #2f7d4a;
  --green: #1e3a8a;
  --green-deep: #1c5b34;
  --shadow: 0 24px 70px rgba(24, 52, 32, 0.08);
  --radius-xl: 36px;
  --radius-lg: 26px;
  --radius-md: 20px;
  --max-width: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: #ffffff;
  color: var(--text);
  font-family: "Manrope", sans-serif;
}

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

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

button,
input,
textarea {
  font: inherit;
}

.page-shell {
  width: min(calc(100% - 32px), var(--max-width));
  margin: 0 auto;
  padding: 24px 0 56px;
}

.site-header {
  position: sticky;
  top: 18px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 20px;
  margin-bottom: 0;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 999px;
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 30px rgba(19, 32, 24, 0.05);
}


.brand-lockup {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: contain;
}

.brand-name,
.brand-tag,
.eyebrow,
.mini-label,
.listing-topline span,
.testimonial-card span,
.logo-bar p {
  margin: 0;
}

.brand-name {
  font-size: 0.98rem;
  font-weight: 800;
}

.brand-tag {
  font-size: 0.77rem;
  color: var(--muted);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: var(--muted);
  font-size: 0.95rem;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--text);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.header-cta {
  padding: 12px 18px;
  background: var(--text);
  color: #fff;
  font-size: 0.92rem;
  font-weight: 700;
}

.header-cta:hover,
.button:hover {
  transform: translateY(-1px);
}

.hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 34px;
  align-items: center;
  padding: 30px 0 46px;
}

.hero-copy h1,
.section-heading h2,
.about-copy h2,
.cta-copy h2 {
  margin: 0;
  font-family: "Poppins", serif;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.96;
}

.hero-copy h1 {
  max-width: 11ch;
  font-size: clamp(3.6rem, 8vw, 7.5rem);
}

.hero-copy h1 span {
  color: var(--green);
  font-style: italic;
}

.eyebrow,
.mini-label,
.listing-topline span,
.logo-bar p {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.74rem;
  font-weight: 800;
  color: var(--green);
}

.hero-text,
.section-heading p,
.about-copy p,
.cta-copy p,
.process-card p,
.testimonial-card p {
  color: var(--muted);
  line-height: 1.72;
}

.hero-text {
  max-width: 34rem;
  margin: 24px 0 0;
  font-size: 1.08rem;
}

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

.button {
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid transparent;
  font-weight: 700;
}

.button-solid {
  background: var(--text);
  color: #fff;
}


.button-outline {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.7);
  color: var(--text);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.hero-metrics article,
.floating-card,
.listing-card,
.process-card,
.testimonial-card,
.contact-form,
.logo-bar,
.section-soft,
.about-section,
.cta-section {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.hero-metrics article {
  padding: 18px;
  border-radius: var(--radius-md);
}

.hero-metrics strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.3rem;
}

.hero-metrics span,
.floating-card span {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.hero-visual {
  position: relative;
  min-height: 710px;
}

.hero-image-card {
  height: 100%;
  min-height: 710px;
  border-radius: 56px 56px 180px 56px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(10, 22, 14, 0.02), rgba(10, 22, 14, 0.5)),
    url("./images/Image1.webp")
      center/contain no-repeat;
  box-shadow: 0 40px 90px rgba(24, 52, 32, 0.16);
}

.hero-image-overlay {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 34px;
  color: #fff;
  background: linear-gradient(180deg, rgba(12, 28, 18, 0.06), rgba(12, 28, 18, 0.7));
}

.floating-card {
  position: absolute;
  max-width: 240px;
  padding: 20px;
  border-radius: var(--radius-lg);
  backdrop-filter: blur(12px);
}

.floating-card p {
  margin: 0 0 8px;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--green);
  font-weight: 800;
}

.floating-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.65rem;
}

.floating-card-top {
  top: 42px;
  left: -34px;
}

.floating-card-bottom {
  right: -26px;
  bottom: 36px;
}

.logo-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 88px;
  margin: 18px 0 36px;
  border-radius: 28px;
  text-align: center;
}

.section {
  padding: 28px 0;
}

.section-soft,
.about-section,
.cta-section {
  padding: 34px;
  border-radius: 44px;
}

.section-heading {
  max-width: 700px;
  margin-bottom: 28px;
}

.section-heading.narrow {
  max-width: 620px;
}

.section-heading h2,
.about-copy h2,
.cta-copy h2 {
  font-size: clamp(2.5rem, 5vw, 4.6rem);
  margin-top: 10px;
}

.section-heading p {
  max-width: 46rem;
  margin-top: 14px;
}

.listing-grid,
.process-grid,
.testimonial-grid {
  display: grid;
  gap: 22px;
}

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

.listing-card,
.testimonial-card {
  border-radius: 30px;
  overflow: hidden;
}

.listing-image {
  min-height: 300px;
  background-size: cover;
  background-position: center;
}

.listing-image-one {
  background-image: linear-gradient(rgba(23, 50, 31, 0.1), rgba(23, 50, 31, 0.25)),
    url("./images/Image2.webp");
}

.listing-image-two {
  background-image: linear-gradient(rgba(23, 50, 31, 0.1), rgba(23, 50, 31, 0.25)),
    url("./images/Image3.webp");
}

.listing-image-three {
  background-image: linear-gradient(rgba(23, 50, 31, 0.1), rgba(23, 50, 31, 0.25)),
    url("./images/Image4.webp");
}

.listing-body {
  padding: 22px;
}

.listing-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.listing-body h3,
.process-card h3 {
  margin: 12px 0 10px;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 400;
}

.listing-body p {
  margin: 0;
  color: var(--muted);
}

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

.process-card {
  min-height: 280px;
  padding: 28px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(47, 125, 74, 0.06), rgba(255, 255, 255, 0.95));
}

.process-card span {
  display: inline-block;
  font-size: 3rem;
  line-height: 1;
  color: rgba(47, 125, 74, 0.32);
  font-weight: 800;
}

.about-section {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 32px;
  align-items: center;
}

.about-visuals {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 18px;
  align-items: end;
  min-height: 580px;
}

.about-image {
  border-radius: 34px;
  background-size: cover;
  background-position: center;
}

.about-image-large {
  min-height: 580px;
  background-image:
    linear-gradient(rgba(18, 43, 27, 0.1), rgba(18, 43, 27, 0.22)),
    url("./images/Image5.webp");
}

.about-image-small {
  min-height: 360px;
  background-image:
    linear-gradient(rgba(18, 43, 27, 0.12), rgba(18, 43, 27, 0.3)),
    url("./images/Image6.webp");
}

.about-copy p {
  margin: 16px 0 0;
}

.about-points {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.about-points div {
  padding: 18px 20px;
  border-radius: 24px;
  background: var(--surface-soft);
  border: 1px solid rgba(47, 125, 74, 0.08);
}

.about-points strong,
.testimonial-card strong {
  display: block;
  margin-bottom: 6px;
}

.about-points span {
  color: var(--muted);
  line-height: 1.6;
}

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

.testimonial-card {
  padding: 26px;
}

.testimonial-card p {
  margin: 0 0 18px;
  font-size: 1rem;
}

.testimonial-card span {
  font-size: 0.88rem;
  letter-spacing: normal;
  color: var(--muted);
}

.cta-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 30px;
  align-items: start;
  background:
    radial-gradient(circle at top right, rgba(47, 125, 74, 0.15), transparent 36%),
    rgba(255, 255, 255, 0.92);
}


/* ── Tablet: 768px – 1120px ───────────────────────────────────────────── */
@media (max-width: 1120px) {
  .hero,
  .about-section,
  .cta-section {
    grid-template-columns: 1fr;
  }

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

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

  .hero-visual {
    min-height: auto;
  }

  .hero-image-card {
    min-height: 520px;
  }

  .floating-card-top {
    left: 18px;
  }

  .floating-card-bottom {
    right: 18px;
  }

  .about-visuals {
    min-height: auto;
  }

  .about-image-large {
    min-height: 420px;
  }

  .about-image-small {
    min-height: 280px;
  }

  .cta-section {
    gap: 24px;
  }
}

/* ── Mobile: up to 767px ──────────────────────────────────────────────── */
/* ── Hamburger button (hidden on desktop) ─────────────────────────── */
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 42px;
  height: 42px;
  padding: 10px;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease;
}

.nav-toggle:hover {
  background: var(--surface-soft);
  border-radius: 10px;
}

.nav-toggle span {
  display: block;
  height: 1.5px;
  background: var(--text);
  border-radius: 999px;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
              opacity 0.25s ease,
              width 0.3s ease;
  transform-origin: center;
}

.nav-toggle span:nth-child(1) { width: 22px; }
.nav-toggle span:nth-child(2) { width: 14px; }
.nav-toggle span:nth-child(3) { width: 22px; }

.nav-toggle.is-open span:nth-child(1) {
  width: 20px;
  transform: translateY(7.5px) rotate(45deg);
}
.nav-toggle.is-open span:nth-child(2) {
  opacity: 0;
  width: 0;
}
.nav-toggle.is-open span:nth-child(3) {
  width: 20px;
  transform: translateY(-7.5px) rotate(-45deg);
}

/* ── Mobile: up to 767px ──────────────────────────────────────────────── */
@media (max-width: 767px) {
  .page-shell {
    width: min(calc(100% - 20px), var(--max-width));
    padding-top: 14px;
    padding-bottom: 40px;
  }


  .hero-image-card {
  min-height: 480px;
  width: 100%;
  border-radius: 28px;
  background: url("./images/Image1.webp") center/cover no-repeat !important;
  box-shadow: none !important;
  }

  .hero-image-overlay {
    display: none;
  }


  /* Header */
  .site-header {
    position: static;
    flex-wrap: wrap;
    border-radius: 24px;
    padding: 14px 16px;
    gap: 12px;
    margin-bottom: 18px;
  }

  /* Show hamburger */
  .nav-toggle {
    display: flex;
    margin-left: auto;
  }

  /* Hide desktop CTA */
  .desktop-only {
    display: none !important;
  }

  /* Hide nav by default — only show when JS adds .is-open */
  .site-nav {
    display: none !important;
    order: 3;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding-top: 10px;
    border-top: 1px solid var(--line);
    font-size: 1rem;
  }

  .site-nav.is-open {
    display: flex !important;
  }

  .site-nav a {
    width: 100%;
    padding: 14px 8px;
    border-bottom: 1px solid var(--line);
    font-weight: 600;
    color: var(--text);
  }

  .site-nav a:last-child {
    border-bottom: none;
  }

  /* Hero */
  .hero {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 14px;
    padding-bottom: 28px;
  }

  .hero-copy h1 {
    max-width: 100%;
    font-size: clamp(2.8rem, 12vw, 4.5rem);
  }

  .hero-text {
    font-size: 0.97rem;
    margin-top: 16px;
  }

  .hero-actions {
    flex-direction: column;
    gap: 10px;
    margin-top: 22px;
  }

  .hero-actions .button {
    width: 100%;
    justify-content: center;
  }

  .hero-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
  }

  .hero-metrics article {
    padding: 14px 10px;
  }

  .hero-metrics strong {
    font-size: 1.05rem;
  }

  .hero-metrics span {
    font-size: 0.75rem;
  }



  /* Hero visual */
  .hero-visual {
    min-height: auto;
  }

  .hero-image-card {
    min-height: 340px;
    border-radius: 28px;
  }

  .floating-card {
    position: static;
    max-width: none;
    margin-top: 12px;
  }

  .floating-card-top,
  .floating-card-bottom {
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
  }

  /* Logo bar */
  .logo-bar {
    min-height: 64px;
    padding: 16px;
    margin: 12px 0 24px;
    border-radius: 20px;
  }

  /* Sections */
  .section {
    padding: 18px 0;
  }

  .section-soft,
  .about-section,
  .cta-section {
    padding: 22px 16px;
    border-radius: 24px;
  }

  .section-heading {
    margin-bottom: 20px;
  }

  .section-heading h2,
  .about-copy h2,
  .cta-copy h2 {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .listing-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .listing-image {
    min-height: 220px;
  }

  .process-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .process-card {
    min-height: auto;
    padding: 22px 20px;
  }

  .about-section {
    grid-template-columns: 1fr;
  }

  .about-visuals {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 12px;
  }

  .about-image-large {
    min-height: 240px;
  }

  .about-image-small {
    min-height: 180px;
  }

  .about-copy {
    padding: 0;
  }

  .about-points {
    gap: 10px;
    margin-top: 20px;
  }

  .about-points div {
    padding: 14px 16px;
    border-radius: 18px;
  }

  .cta-section {
    grid-template-columns: 1fr;
  }


  .button {
    min-height: 48px;
  }
}



/* ── Footer ───────────────────────────────────────────────────────────── */
.site-footer {
  margin-top: 36px;
  padding: 32px 32px 20px;
  background: var(--text);
  border-radius: 44px 44px 0 0;
  color: rgba(255, 255, 255, 0.85);
}

.footer-top {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-brand .brand-lockup .brand-name {
  color: #fff;
}

.footer-brand .brand-lockup .brand-tag {
  color: rgba(255, 255, 255, 0.5);
}

.footer-bio {
  margin: 12px 0 0;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.72;
  max-width: 28ch;
}


.footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-col h4 {
  margin: 0 0 6px;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #fff;
}

.footer-col a {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.55);
  transition: color 0.2s ease;
}

.footer-col a:hover {
  color: #fff;
}

.footer-address,
.footer-hours {
  margin: 0;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.7;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 16px;
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.35);
}

.footer-legal {
  display: flex;
  gap: 20px;
}

.footer-legal a {
  color: rgba(255, 255, 255, 0.35);
  transition: color 0.2s ease;
}

.footer-legal a:hover {
  color: rgba(255, 255, 255, 0.75);
}

/* Footer responsive */
@media (max-width: 1120px) {
  .footer-top {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-bio {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .site-footer {
    padding: 36px 20px 24px;
    border-radius: 28px 28px 0 0;
    margin-top: 40px;
  }

  .footer-links {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}