:root {
  --green: #17723f;
  --green-dark: #0d3f27;
  --green-soft: #e7f3eb;
  --black: #101418;
  --ink: #25302a;
  --muted: #667269;
  --line: #d9e2dc;
  --white: #ffffff;
  --warm: #f6f1e7;
  --gold: #d9a441;
  --shadow: 0 22px 60px rgba(16, 20, 24, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 14px clamp(18px, 4vw, 64px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand img {
  width: 214px;
  height: 64px;
  object-fit: contain;
}

.nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 3vw, 34px);
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
}

.nav a:hover,
.header-call:hover {
  color: var(--green);
}

.header-call {
  color: var(--black);
  font-weight: 900;
  white-space: nowrap;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.82fr);
  gap: clamp(30px, 6vw, 88px);
  align-items: center;
  min-height: calc(100vh - 89px);
  padding: clamp(44px, 7vw, 96px) clamp(18px, 5vw, 78px) clamp(28px, 5vw, 70px);
  overflow: hidden;
  background:
    linear-gradient(105deg, rgba(231, 243, 235, 0.95), rgba(255, 255, 255, 0.85) 54%, rgba(246, 241, 231, 0.9)),
    repeating-linear-gradient(120deg, rgba(23, 114, 63, 0.08) 0 18px, transparent 18px 62px);
}

.hero-copy {
  max-width: 720px;
}

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

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

h1 {
  max-width: 780px;
  margin-bottom: 22px;
  color: var(--black);
  font-size: clamp(2.7rem, 6vw, 5.75rem);
  line-height: 0.98;
}

h2 {
  color: var(--black);
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1.05;
}

h3 {
  margin-bottom: 12px;
  color: var(--black);
  font-size: 1.35rem;
}

.hero-text {
  max-width: 620px;
  margin-bottom: 32px;
  color: var(--muted);
  font-size: clamp(1.08rem, 2vw, 1.32rem);
}

.hero-actions,
.quote-band,
.contact-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 14px 22px;
  font-weight: 900;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  color: var(--white);
  background: var(--green);
  box-shadow: 0 14px 30px rgba(23, 114, 63, 0.25);
}

.button.secondary {
  color: var(--green-dark);
  background: var(--white);
  border: 1px solid var(--line);
}

.button.light {
  color: var(--black);
  background: var(--white);
}

.hero-visual {
  position: relative;
  min-height: 460px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow);
}

.hero-visual img {
  position: relative;
  z-index: 2;
  width: 78%;
  max-width: 480px;
  margin: 58px auto 0;
}

.lawn-lines {
  position: absolute;
  right: -12%;
  bottom: -32%;
  left: -12%;
  height: 58%;
  background:
    repeating-linear-gradient(104deg, rgba(13, 63, 39, 0.96) 0 22px, rgba(23, 114, 63, 0.94) 22px 52px, rgba(246, 241, 231, 0.78) 52px 58px);
  transform: rotate(-5deg);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--black);
  color: var(--white);
}

.trust-strip div {
  padding: 22px clamp(18px, 5vw, 70px);
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip strong {
  font-size: 1.15rem;
}

.trust-strip span {
  color: #cbd8cf;
}

.section {
  padding: clamp(58px, 9vw, 120px) clamp(18px, 5vw, 78px);
}

.section-heading {
  max-width: 820px;
  margin-bottom: 34px;
}

.section-heading p:not(.eyebrow),
.contact-section p {
  color: var(--muted);
  font-size: 1.08rem;
}

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

.service-card {
  min-height: 245px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.service-card:nth-child(even) {
  background: var(--green-soft);
}

.service-icon {
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border-radius: 8px;
  color: var(--white);
  background: var(--green);
  font-weight: 900;
}

.service-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.service-icon.pressure-icon {
  background: var(--white);
  color: var(--black);
  border: 1px solid var(--line);
}

.pressure-icon .spray-line {
  stroke: var(--green);
}

.pressure-icon .icon-line {
  stroke: var(--black);
}

.service-card p {
  color: var(--muted);
}

.local-seo-section {
  background: #fbfcfa;
}

.local-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.local-service-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background: var(--white);
}

.local-service-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.quote-band {
  align-items: center;
  justify-content: space-between;
  padding: clamp(34px, 6vw, 68px) clamp(18px, 5vw, 78px);
  color: var(--white);
  background: linear-gradient(135deg, var(--green-dark), var(--green));
}

.quote-band h2 {
  max-width: 760px;
  margin-bottom: 8px;
  color: var(--white);
}

.quote-band p:not(.eyebrow) {
  margin-bottom: 0;
  color: #d8f3e2;
  font-size: 1.08rem;
}

.quote-band .eyebrow {
  color: #c7f2d7;
}

.area-section {
  background: #fbfcfa;
}

.quote-form-section {
  background: var(--white);
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  max-width: 920px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(22px, 4vw, 34px);
  background: #fbfcfa;
}

.quote-form label {
  display: grid;
  gap: 8px;
  color: var(--black);
  font-weight: 900;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px 15px;
  color: var(--black);
  background: var(--white);
  font: inherit;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(23, 114, 63, 0.12);
  outline: none;
}

.quote-form label:has(textarea),
.quote-form button {
  grid-column: 1 / -1;
}

.quote-form textarea {
  resize: vertical;
}

.faq-section {
  background: var(--white);
}

.faq-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.faq-list article {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background: var(--white);
}

.faq-list p {
  margin-bottom: 0;
  color: var(--muted);
}

.reviews-section {
  background: #fbfcfa;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 18px;
}

.review-card,
.reviews-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(26px, 5vw, 42px);
  background: var(--white);
  box-shadow: 0 16px 36px rgba(16, 20, 24, 0.08);
}

.reviews-panel {
  max-width: 900px;
}

.stars {
  margin-bottom: 16px;
  color: var(--gold);
  font-size: clamp(1.45rem, 3vw, 2.1rem);
  font-weight: 900;
  letter-spacing: 0;
}

.review-card p {
  color: var(--black);
  font-size: 1.1rem;
  font-weight: 800;
}

.review-card strong,
.review-card span {
  display: block;
}

.review-card strong {
  color: var(--black);
}

.review-card span {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
}

.reviews-panel p {
  max-width: 680px;
  color: var(--muted);
  font-size: 1.08rem;
}

.review-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}

.gallery-section {
  background: var(--white);
}

.gallery-grid {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 12px;
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--green) var(--green-soft);
}

.gallery-card {
  flex: 0 0 clamp(280px, 34vw, 430px);
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  scroll-snap-align: start;
}

.gallery-card img {
  width: 100%;
  height: clamp(260px, 34vw, 420px);
  object-fit: contain;
  background: #f8fbf9;
}

.gallery-card figcaption {
  padding: 15px 18px;
  color: var(--black);
  font-weight: 900;
}

.suburb-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.suburb-list span,
.suburb-list a {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 15px;
  background: var(--white);
  color: var(--green-dark);
  font-weight: 800;
}

.suburb-list a:hover {
  border-color: var(--green);
  background: var(--green-soft);
}

.location-hero {
  min-height: 72vh;
}

.location-content {
  background: var(--white);
}

.location-links a {
  display: inline-flex;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.7fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: center;
  padding: clamp(58px, 9vw, 120px) clamp(18px, 5vw, 78px);
  background: var(--warm);
}

.contact-panel {
  flex-direction: column;
}

.contact-panel a {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 36px rgba(16, 20, 24, 0.08);
}

.contact-panel span,
.contact-panel strong {
  display: block;
}

.contact-panel span {
  margin-bottom: 6px;
  color: var(--muted);
  font-weight: 800;
}

.contact-panel strong {
  color: var(--black);
  font-size: clamp(1.15rem, 3vw, 1.65rem);
}

.site-footer {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  padding: 24px clamp(18px, 5vw, 78px);
  color: #cbd8cf;
  background: var(--black);
}

.site-footer img {
  width: 132px;
  height: 48px;
  object-fit: contain;
  filter: brightness(1.08);
}

.site-footer p {
  margin: 0;
  text-align: right;
}

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

  .nav {
    display: none;
  }

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

  .hero {
    min-height: 0;
  }

  .hero-visual {
    min-height: 360px;
  }

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

  .trust-strip {
    grid-template-columns: 1fr;
  }

  .faq-list {
    grid-template-columns: 1fr;
  }

  .local-service-grid {
    grid-template-columns: 1fr;
  }

  .review-grid {
    grid-template-columns: 1fr;
  }

  .gallery-card {
    flex-basis: min(78vw, 420px);
  }

  .trust-strip div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
}

@media (max-width: 560px) {
  .site-header {
    gap: 10px;
    padding: 10px 14px;
  }

  .brand img {
    width: 150px;
    height: 52px;
  }

  .header-call {
    font-size: 0.9rem;
  }

  .hero {
    padding-top: 34px;
  }

  .hero-actions,
  .hero-actions .button,
  .review-actions .button,
  .quote-band .button {
    width: 100%;
  }

  .quote-form {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 300px;
  }

  .hero-visual img {
    width: 86%;
    margin-top: 44px;
  }

  .service-card {
    min-height: 0;
  }

  .service-grid,
  .trust-strip {
    grid-template-columns: 1fr;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer p {
    text-align: left;
  }
}
