:root {
  --ink: #17211a;
  --muted: #627064;
  --line: #dfe6dd;
  --paper: #fbfcf8;
  --soft: #eef4ea;
  --green: #225c38;
  --green-dark: #12331f;
  --orange: #f27022;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 12px clamp(18px, 4vw, 56px);
  background: rgba(251, 252, 248, 0.92);
  border-bottom: 1px solid rgba(23, 33, 26, 0.12);
  backdrop-filter: blur(14px);
}

main {}
main .section-inner {max-width: 1200px; margin: 0 auto}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 8px 22px rgba(23, 33, 26, 0.16);
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1rem;
}

.brand small {
  color: var(--muted);
  font-size: 0.8rem;
}

nav {
  justify-self: center;
  display: flex;
  gap: 6px;
}

nav a,
.header-call {
  border-radius: 999px;
  padding: 10px 14px;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 700;
}

nav a:hover,
.header-call:hover {
  background: var(--soft);
}

.header-call {
  color: var(--white);
  background: var(--green);
}

.hero {
  min-height: calc(100vh - 83px);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  align-items: stretch;
  background: var(--green-dark);
}

.hero-image {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(32px, 6vw, 76px);
  color: var(--white);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
  text-wrap: balance;
}

h1 {
  max-width: 720px;
  margin-bottom: 20px;
  font-size: clamp(2.5rem, 6vw, 5.8rem);
  line-height: 0.95;
}

h2 {
  max-width: 780px;
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.1rem;
}

.intro {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.18rem;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  padding: 13px 20px;
  text-decoration: none;
  font-weight: 900;
}

.button.primary {
  color: var(--green-dark);
  background: var(--orange);
}

.button.secondary {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.38);
}

.trust-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-band span {
  padding: 18px;
  background: var(--white);
  text-align: center;
  font-weight: 900;
}

.section,
.before-after,
.quote-section {
  padding: clamp(56px, 8vw, 110px) clamp(18px, 4vw, 56px);
}

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

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.services-grid article {
  min-height: 170px;
  padding: 24px;
  background: var(--white);
}

.services-grid p,
.quote-section p {
  color: var(--muted);
}

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

.work-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

figure {
  margin: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(23, 33, 26, 0.1);
  border-radius: 8px;
}

.work-grid figure.wide {
  grid-column: span 2;
}

figure img {
  width: 100%;
  height: 290px;
  object-fit: cover;
}

figcaption {
  padding: 12px 14px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
}

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

.comparison-pair {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.comparison-pair h3 {
  margin: 0;
  padding: 18px 18px 0;
}

.comparison-pair > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  padding: 18px;
}

.comparison-pair figure {
  position: relative;
  border-radius: 6px;
}

.comparison-pair span {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  border-radius: 999px;
  padding: 6px 10px;
  color: var(--white);
  background: rgba(18, 51, 31, 0.86);
  font-size: 0.78rem;
  font-weight: 900;
}

.comparison-pair img {
  width: 100%;
  height: 310px;
  object-fit: cover;
}

.quote-section {
  display: grid;
  grid-template-columns: 120px 1fr auto;
  gap: 24px;
  align-items: center;
  color: var(--white);
  background: var(--green-dark);
}

.quote-section img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 24px clamp(18px, 4vw, 56px);
  color: var(--muted);
  background: var(--white);
}

footer p {
  margin: 0;
}

footer a {
  font-weight: 900;
  text-decoration: none;
}

.mobile-inline-block,
  .mobile-inline,
  .mobile-inline-flex,
  .mobile-block {display: none}

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

  nav {
    display: none;
  }

  .hero,
  .quote-section {
    grid-template-columns: 1fr;
  }

  .hero-image {
    min-height: 320px;
    max-height: 52vh;
  }

  .trust-band,
  .services-grid,
  .work-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quote-actions {
    margin-top: 0;
  }
}

@media (max-width: 620px) {
  .site-header {
    gap: 12px;
  }

  .mobile-inline-block {display: inline-block;}
  .mobile-inline {display: inline;}
  .mobile-inline-flex {display: inline-flex;}
  .mobile-block {display: block;}


  .header-call {
    padding: 10px 12px;
    font-size: 0.82rem;
  }

  .hero {
    min-height: auto;
  }

  .trust-band,
  .services-grid,
  .work-grid,
  .comparison-grid {
    grid-template-columns: 1fr;
  }

  .comparison-pair > div {
    grid-template-columns: 1fr;
  }

  .work-grid figure.wide {
    grid-column: auto;
  }

  figure img,
  .comparison-pair img {
    height: 270px;
  }

  footer {
    flex-direction: column;
  }
}
