:root {
  --ink: #1f2b24;
  --muted: #617064;
  --green: #2f6b3f;
  --green-deep: #183827;
  --leaf: #7b9b4b;
  --clay: #b85f3c;
  --butter: #f0c95d;
  --cream: #f8f6ee;
  --paper: #ffffff;
  --line: #d8dece;
  --shadow: 0 18px 45px rgb(31 43 36 / 12%);
  --max-width: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: 0.75rem;
  z-index: 20;
  transform: translateY(-150%);
  background: var(--paper);
  color: var(--green-deep);
  padding: 0.65rem 0.9rem;
  border-radius: 6px;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem clamp(1rem, 4vw, 2.5rem);
  background: rgb(248 246 238 / 94%);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 0.7rem;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 2.45rem;
  height: 2.45rem;
  place-items: center;
  flex: 0 0 auto;
  color: var(--paper);
  background: var(--green);
  border: 2px solid var(--butter);
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0;
}

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

.brand strong {
  font-size: clamp(1rem, 3.8vw, 1.15rem);
  line-height: 1.1;
}

.brand small {
  margin-top: 0.1rem;
  color: var(--muted);
  font-size: 0.78rem;
}

.header-actions {
  display: none;
  align-items: center;
  gap: 0.55rem;
}

.header-call,
.header-whatsapp {
  align-items: center;
  justify-content: center;
  min-height: 2.55rem;
  padding: 0.65rem 0.95rem;
  border-radius: 7px;
  color: var(--paper);
  background: var(--green);
  font-weight: 750;
  text-decoration: none;
  white-space: nowrap;
}

.header-whatsapp {
  color: var(--green-deep);
  background: transparent;
  border: 2px solid var(--green);
}

.hero {
  position: relative;
  display: grid;
  min-height: clamp(430px, 72svh, 640px);
  align-items: center;
  overflow: hidden;
  color: var(--paper);
  background-image:
    linear-gradient(90deg, rgb(19 38 27 / 86%) 0%, rgb(19 38 27 / 67%) 42%, rgb(19 38 27 / 18%) 100%),
    url("assets/hero-hedge.jpg");
  background-position: center;
  background-size: cover;
}

.hero-content {
  width: min(100%, var(--max-width));
  margin: 0 auto;
  padding: clamp(2.8rem, 7vw, 4.75rem) clamp(1rem, 5vw, 2.5rem);
}

.local-line,
.eyebrow {
  margin: 0 0 0.7rem;
  color: var(--butter);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.45rem, 10vw, 4.5rem);
  line-height: 1;
  letter-spacing: 0;
}

.hero-subheading {
  max-width: 590px;
  margin: 1.1rem 0 0;
  color: rgb(255 255 255 / 91%);
  font-size: clamp(1.05rem, 4vw, 1.4rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.6rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.82rem 1.05rem;
  border: 2px solid transparent;
  border-radius: 7px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.button-primary {
  color: var(--green-deep);
  background: var(--butter);
  border-color: var(--butter);
}

.button-primary:hover {
  background: #f6d87b;
}

.button-secondary {
  color: var(--paper);
  background: rgb(255 255 255 / 12%);
  border-color: rgb(255 255 255 / 62%);
}

.button-secondary:hover {
  background: rgb(255 255 255 / 20%);
}

.hero-actions .button {
  flex: 1 1 100%;
}

.section {
  scroll-margin-top: 5.5rem;
  padding: clamp(3rem, 8vw, 5.5rem) clamp(1rem, 5vw, 2.5rem);
}

.section-inner {
  width: min(100%, var(--max-width));
  margin: 0 auto;
}

.section-intro {
  padding-block: 1.2rem;
  background: var(--green-deep);
  color: var(--paper);
}

.intro-grid {
  display: grid;
  gap: 0.7rem;
}

.intro-grid p {
  margin: 0;
  color: rgb(255 255 255 / 86%);
}

.text-link {
  color: var(--green);
  font-weight: 800;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.22em;
}

.section-intro .text-link,
.quote-header .text-link {
  color: var(--butter);
}

.section-heading {
  max-width: 720px;
  margin-bottom: 1.6rem;
}

.section-heading h2,
.quote-grid h2,
.areas-layout h2,
.quote-header h2 {
  margin: 0;
  font-size: clamp(1.75rem, 7vw, 3rem);
  line-height: 1.06;
  letter-spacing: 0;
}

.section-heading p:not(.eyebrow) {
  margin: 0.75rem 0 0;
  color: var(--muted);
}

.service-grid,
.trust-grid {
  display: grid;
  gap: 0.9rem;
}

.service-card,
.trust-item,
.note-panel,
.gallery-card,
.quote-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.service-card,
.trust-item {
  padding: 1.05rem;
}

.service-card h3,
.trust-item h3,
.note-panel h3 {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.25;
}

.service-card p,
.trust-item p,
.note-panel p {
  margin: 0.5rem 0 0;
  color: var(--muted);
}

.note-panel {
  margin-top: 1rem;
  padding: 1.1rem;
  border-left: 5px solid var(--clay);
  box-shadow: none;
}

.photo-quote,
.areas-section {
  background: var(--paper);
}

.gallery-followup {
  padding-block: clamp(1.6rem, 5vw, 2.4rem);
  color: var(--paper);
  background: var(--green-deep);
}

.followup-grid {
  display: grid;
  gap: 1rem;
  align-items: center;
}

.followup-grid h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(1.35rem, 5vw, 2.1rem);
  line-height: 1.12;
  letter-spacing: 0;
}

.quote-grid,
.areas-layout,
.quote-header {
  display: grid;
  gap: 1.2rem;
}

.quote-copy p {
  margin: 0;
  color: var(--muted);
}

.quote-copy .required-copy {
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-left: 5px solid var(--leaf);
  border-radius: 8px;
  color: var(--ink);
  background: #f4f7ec;
}

.quote-copy .button {
  margin-top: 1.1rem;
}

.gallery-grid {
  display: grid;
  gap: 1.1rem;
}

.gallery-card {
  padding: 0.8rem;
  box-shadow: none;
}

.gallery-card h3 {
  margin: 0 0 0.7rem;
  color: var(--green-deep);
  font-size: clamp(1rem, 4vw, 1.25rem);
  line-height: 1.25;
}

.comparison {
  display: grid;
  gap: 0.7rem;
}

.comparison figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 7px;
  background: #eef1e8;
}

.comparison img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.image-label {
  position: absolute;
  left: 0.65rem;
  top: 0.65rem;
  padding: 0.28rem 0.48rem;
  border-radius: 5px;
  color: var(--paper);
  background: rgb(24 56 39 / 85%);
  font-size: 0.78rem;
  font-weight: 800;
}

.area-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.55rem 1rem;
  margin: 0;
  padding-left: 1.2rem;
  color: var(--muted);
  font-weight: 700;
}

.areas-layout p:not(.eyebrow) {
  margin: 0.75rem 0 0;
  color: var(--muted);
}

.trust-grid {
  align-items: stretch;
}

.quote-section {
  background: var(--green-deep);
  color: var(--paper);
}

.quote-header {
  align-items: end;
  margin-bottom: 1.25rem;
}

.quote-header p {
  margin: 0;
  color: rgb(255 255 255 / 82%);
}

.contact-options {
  display: grid;
  gap: 0.8rem;
}

.contact-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.contact-buttons .button {
  flex: 1 1 100%;
}

.quote-form {
  padding: clamp(1rem, 4vw, 1.4rem);
  color: var(--ink);
}

.form-grid {
  display: grid;
  gap: 1rem;
}

label,
fieldset {
  min-width: 0;
}

label span,
legend {
  display: block;
  margin-bottom: 0.42rem;
  color: var(--green-deep);
  font-size: 0.92rem;
  font-weight: 800;
}

label small {
  display: block;
  margin-top: 0.4rem;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.35;
}

fieldset {
  margin: 0;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
}

input,
select,
textarea {
  width: 100%;
  min-height: 2.85rem;
  padding: 0.7rem 0.78rem;
  border: 1px solid #bac5b6;
  border-radius: 7px;
  color: var(--ink);
  background: var(--paper);
  font: inherit;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus,
.button:focus-visible,
.text-link:focus-visible {
  outline: 3px solid rgb(240 201 93 / 70%);
  outline-offset: 3px;
}

.checkbox-grid {
  display: grid;
  gap: 0.55rem;
}

.checkbox-grid label {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  color: var(--ink);
  font-weight: 650;
}

.checkbox-grid input {
  width: 1.1rem;
  min-width: 1.1rem;
  height: 1.1rem;
  min-height: 1.1rem;
  margin-top: 0.22rem;
  accent-color: var(--green);
}

.photo-helper,
.form-helper {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.form-actions {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
}

.form-button {
  width: 100%;
}

.form-actions .button-secondary {
  color: var(--green-deep);
  background: var(--paper);
  border-color: var(--green);
}

.form-actions .button-secondary:hover {
  background: #edf3e5;
}

.form-status,
.privacy-note {
  margin: 0.9rem 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.form-status:empty {
  display: none;
}

.form-status {
  padding: 0.85rem 0.95rem;
  border: 1px solid var(--line);
  border-left: 5px solid var(--leaf);
  border-radius: 8px;
  background: #f4f7ec;
  color: var(--green-deep);
  font-weight: 750;
}

.site-footer {
  padding: 1.4rem clamp(1rem, 5vw, 2.5rem);
  color: rgb(255 255 255 / 80%);
  background: #10261a;
  text-align: center;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--butter);
  font-weight: 800;
}

@media (min-width: 560px) {
  .header-actions {
    display: flex;
  }

  .header-call,
  .header-whatsapp {
    display: inline-flex;
  }

  .hero-actions .button,
  .contact-buttons .button {
    flex: 0 1 auto;
  }

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

  .field-full {
    grid-column: 1 / -1;
  }

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

@media (min-width: 760px) {
  .intro-grid,
  .quote-grid,
  .areas-layout,
  .quote-header {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: start;
  }

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

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

  .followup-grid {
    grid-template-columns: minmax(0, 1fr) auto;
  }
}

@media (min-width: 1020px) {
  .hero-content {
    padding-left: clamp(2.5rem, 7vw, 4rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
