:root {
  --ink: #17221d;
  --muted: #5f6d66;
  --pine: #16472b;
  --grass: #2f8a45;
  --grass-light: #78a850;
  --maroon: #4d0619;
  --sun: #f0b84d;
  --sky: #dceff7;
  --paper: #fbfcf8;
  --white: #ffffff;
  --line: #dce5db;
  --clay: #b9653d;
  --shadow: 0 18px 45px rgba(23, 34, 29, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #99c973;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

body.modal-open {
  overflow: hidden;
}

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

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

img,
svg {
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  padding: 12px clamp(18px, 4vw, 56px);
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(18, 32, 26, 0.94);
  backdrop-filter: blur(12px);
}

.brand,
.header-call,
.header-actions,
.menu-toggle,
.review-nav-button,
.site-nav,
.contact-lines a,
.button {
  display: inline-flex;
  align-items: center;
}

.brand {
  justify-self: start;
  min-width: 0;
}

.brand-logo {
  display: block;
  width: auto;
  height: 50px;
  object-fit: contain;
}

.site-nav {
  justify-self: center;
  justify-content: center;
  gap: clamp(14px, 3vw, 32px);
  font-size: 0.95rem;
  font-weight: 700;
}

.site-nav a {
  opacity: 0.92;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a[aria-current="page"] {
  color: var(--sun);
}

.menu-toggle {
  display: none;
  justify-content: center;
  width: 42px;
  min-height: 42px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

.menu-toggle:hover,
.menu-toggle:focus-visible {
  border-color: var(--sun);
  background: rgba(255, 255, 255, 0.16);
}

.menu-toggle .close-icon {
  display: none;
}

.site-header.menu-open .menu-toggle .menu-icon {
  display: none;
}

.site-header.menu-open .menu-toggle .close-icon {
  display: block;
}

.header-actions {
  justify-self: end;
  gap: 10px;
}

.header-call {
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  font-weight: 800;
}

.review-nav-button {
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(240, 184, 77, 0.72);
  border-radius: 8px;
  color: #102016;
  background: var(--sun);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.review-short {
  display: none;
}

.header-call svg,
.menu-toggle svg,
.review-nav-button svg,
.button svg,
.contact-lines svg,
.check-list svg,
.service-card svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.hero {
  position: relative;
  min-height: 62svh;
  display: grid;
  place-items: center;
  padding: 76px clamp(20px, 6vw, 88px) 86px;
  overflow: hidden;
  color: var(--ink);
  border-bottom: 6px solid var(--grass);
  background:
    linear-gradient(115deg, rgba(229, 241, 220, 0.74), rgba(251, 252, 248, 0.98) 48%, rgba(220, 239, 247, 0.78)),
    var(--paper);
}

.hero::before {
  position: absolute;
  inset: 0;
  width: auto;
  content: "";
  background:
    linear-gradient(105deg, transparent 0 15%, rgba(77, 6, 25, 0.42) 15% 25%, transparent 25%),
    linear-gradient(105deg, transparent 0 67%, rgba(47, 138, 69, 0.11) 67% 79%, transparent 79%);
  opacity: 1;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  display: grid;
  grid-template-columns: minmax(240px, 320px) minmax(0, 560px);
  gap: clamp(28px, 5vw, 60px);
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.hero-logo-panel {
  justify-self: start;
}

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

.hero .eyebrow {
  color: var(--clay);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  font-size: clamp(2.35rem, 5vw, 4.6rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-logo {
  display: block;
  width: min(310px, 78vw);
  height: auto;
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(23, 34, 29, 0.22);
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 1.2rem;
  letter-spacing: 0;
}

.hero-copy {
  width: min(520px, 100%);
  margin: 20px 0 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-start;
  margin-top: 22px;
}

.button {
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 18px;
  border: 0;
  border-radius: 8px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.button.primary {
  color: #102016;
  background: var(--sun);
}

.button.secondary {
  color: var(--pine);
  background: var(--white);
  box-shadow: inset 0 0 0 1px rgba(22, 71, 43, 0.22);
}

.button.secondary.light {
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.42);
}

.button:hover,
.button:focus-visible,
.review-nav-button:hover,
.review-nav-button:focus-visible,
.header-call:hover,
.header-call:focus-visible {
  transform: translateY(-1px);
}

.trust-band {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 40px));
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: -36px auto 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--line);
  box-shadow: var(--shadow);
}

.trust-band div {
  min-height: 120px;
  padding: 24px;
  background: var(--white);
}

.trust-band div:first-child {
  border-top: 4px solid var(--grass);
}

.trust-band div:nth-child(2) {
  border-top: 4px solid var(--sun);
}

.trust-band div:last-child {
  border-top: 4px solid var(--maroon);
}

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

.trust-band strong {
  font-size: 1.05rem;
}

.trust-band span {
  margin-top: 8px;
  color: var(--muted);
}

.section {
  padding: 92px clamp(20px, 5vw, 72px);
}

.services-section {
  background: linear-gradient(180deg, #f2f7ee, #ffffff);
}

.section-heading {
  width: min(760px, 100%);
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading > p:not(.eyebrow) {
  margin: 14px auto 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.services-grid {
  width: min(1120px, 100%);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 0 auto;
}

.service-card {
  min-height: 230px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 28px rgba(23, 34, 29, 0.08);
}

.service-card svg {
  width: 34px;
  height: 34px;
  margin-bottom: 22px;
  color: var(--grass);
}

.service-card p {
  margin: 12px 0 0;
  color: var(--muted);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 588px) minmax(320px, 460px);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  justify-content: center;
  padding: 92px clamp(20px, 6vw, 88px);
  background: linear-gradient(135deg, #dceff7, #e5f1dc);
}

.seasonal-copy {
  max-width: 680px;
}

.seasonal-copy > p:not(.eyebrow) {
  margin: 22px 0 0;
  color: #34443d;
  font-size: 1.08rem;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

.check-list svg {
  color: var(--grass);
}

.schedule-panel {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(22, 71, 43, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
}

.schedule-row {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 82px;
  padding: 16px;
  border-radius: 8px;
  background: var(--white);
}

.schedule-row.active {
  color: var(--white);
  background: var(--pine);
}

.schedule-row span {
  color: inherit;
  font-size: 0.86rem;
  font-weight: 900;
}

.schedule-row strong {
  font-size: 1.16rem;
}

.stars {
  display: flex;
  gap: 4px;
  margin-bottom: 20px;
  color: var(--sun);
}

.stars svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.review-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.review-modal[hidden] {
  display: none;
}

.review-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 20px;
}

.review-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(18, 32, 26, 0.42);
  backdrop-filter: blur(5px);
}

.review-dialog {
  position: relative;
  width: min(620px, 100%);
  padding: clamp(30px, 5vw, 44px);
  overflow: hidden;
  border: 1px solid rgba(22, 71, 43, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(229, 241, 220, 0.86), rgba(251, 252, 248, 0.98) 54%, rgba(220, 239, 247, 0.78)),
    var(--paper);
  color: var(--ink);
  box-shadow: 0 24px 70px rgba(23, 34, 29, 0.26);
}

.review-dialog::before {
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  content: "";
  background: linear-gradient(90deg, var(--grass), var(--sun), var(--maroon));
}

.review-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(22, 71, 43, 0.2);
  border-radius: 8px;
  color: var(--pine);
  background: rgba(255, 255, 255, 0.76);
  cursor: pointer;
}

.review-close svg {
  width: 20px;
  height: 20px;
}

.review-dialog h2 {
  margin: 0;
  padding-right: 36px;
  font-size: clamp(1.9rem, 4vw, 2.8rem);
}

.review-dialog p {
  max-width: 500px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 1.12rem;
}

.review-dialog .button.secondary.light {
  color: var(--pine);
  background: var(--white);
  box-shadow: inset 0 0 0 1px rgba(22, 71, 43, 0.22);
}

.quote-section {
  display: grid;
  grid-template-columns: minmax(0, 588px) minmax(320px, 460px);
  gap: clamp(28px, 5vw, 72px);
  justify-content: center;
  padding: 92px clamp(20px, 6vw, 88px);
  background: var(--white);
}

.quote-copy {
  max-width: 580px;
}

.quote-copy > p:not(.eyebrow) {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.contact-lines {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.contact-lines a {
  gap: 10px;
  color: var(--pine);
  font-weight: 900;
}

.quote-form {
  grid-column: 2;
  justify-self: end;
  width: 100%;
  max-width: 460px;
  display: grid;
  gap: 16px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.about-hero {
  display: grid;
  grid-template-columns: minmax(240px, 360px) minmax(0, 620px);
  gap: clamp(30px, 6vw, 76px);
  align-items: center;
  padding: 92px clamp(20px, 6vw, 88px);
  color: var(--white);
  background:
    linear-gradient(115deg, rgba(77, 6, 25, 0.94), rgba(22, 71, 43, 0.92) 54%, rgba(18, 32, 26, 0.96)),
    var(--pine);
}

.about-hero-logo img {
  display: block;
  width: min(330px, 100%);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.26);
}

.about-hero-copy {
  max-width: 620px;
}

.about-hero-copy .eyebrow {
  color: var(--sun);
}

.about-hero-copy p:not(.eyebrow) {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.08rem, 2vw, 1.28rem);
}

.about-section {
  padding: 82px clamp(20px, 6vw, 88px);
  background: linear-gradient(180deg, #f2f7ee, #ffffff);
}

.work-gallery {
  width: min(1120px, 100%);
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 18px;
  margin: 0 auto;
}

.work-photo {
  position: relative;
  min-height: 260px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 28px rgba(23, 34, 29, 0.08);
}

.work-photo.large {
  grid-row: span 2;
}

.work-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.about-story {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 460px);
  gap: clamp(28px, 5vw, 72px);
  padding: 92px clamp(20px, 6vw, 88px);
  background: linear-gradient(135deg, #dceff7, #e5f1dc);
}

.story-list p {
  margin: 0;
  color: #34443d;
  font-size: 1.08rem;
}

.story-list p + p,
.story-list .check-list + p {
  margin-top: 18px;
}

label {
  display: grid;
  gap: 7px;
  color: #314039;
  font-size: 0.92rem;
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  border: 1px solid #c8d4cb;
  border-radius: 8px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--grass);
  outline: 3px solid rgba(47, 138, 69, 0.18);
}

.form-submit {
  width: 100%;
  margin-top: 4px;
}

.form-note {
  min-height: 24px;
  margin: 0;
  color: var(--pine);
  font-weight: 800;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding: 28px clamp(20px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.72);
  background: #12201a;
  font-size: 0.9rem;
}

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

  .site-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    display: none;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 8px;
    justify-self: stretch;
    padding-top: 2px;
    font-size: 0.95rem;
  }

  .site-header.menu-open .site-nav {
    display: grid;
  }

  .site-nav a {
    display: block;
    min-width: 0;
    padding: 8px 6px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .menu-toggle {
    display: inline-flex;
    grid-column: 3;
    grid-row: 1;
  }

  .header-actions {
    grid-column: 2;
    grid-row: 1;
  }

  .trust-band,
  .hero-content,
  .services-grid,
  .about-hero,
  .work-gallery,
  .about-story,
  .split-section,
  .quote-section {
    grid-template-columns: 1fr;
  }

  .work-photo.large {
    grid-row: auto;
  }

  .hero-content {
    max-width: 680px;
  }

  .services-grid {
    max-width: 640px;
  }

  .split-section,
  .about-hero,
  .about-section,
  .about-story,
  .quote-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .quote-form {
    grid-column: auto;
    justify-self: stretch;
    max-width: none;
  }
}

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

  .header-call span {
    display: none;
  }

  .brand {
    padding: 0;
  }

  .brand-logo {
    height: 42px;
  }

  .header-call {
    width: 42px;
    padding: 0;
    justify-content: center;
  }

  .header-actions {
    gap: 8px;
  }

  .review-nav-button {
    min-height: 42px;
    padding: 0 10px;
  }

  .review-nav-button svg {
    width: 18px;
    height: 18px;
  }

  .review-full {
    display: none;
  }

  .review-short {
    display: inline;
  }

  .hero {
    min-height: auto;
    padding: 56px 18px 64px;
    background:
      linear-gradient(180deg, rgba(229, 241, 220, 0.96), rgba(251, 252, 248, 0.98) 46%, rgba(220, 239, 247, 0.94)),
      var(--paper);
  }

  .hero::before {
    width: 100%;
    height: 132px;
    clip-path: none;
    opacity: 1;
  }

  .hero-logo {
    width: min(280px, 100%);
  }

  .hero-logo-panel {
    justify-self: center;
  }

  .button {
    width: 100%;
  }

  .trust-band {
    width: calc(100% - 28px);
    margin-top: -24px;
  }

  .trust-band div {
    min-height: auto;
    padding: 20px;
  }

  .section {
    padding: 68px 18px;
  }

  .about-hero,
  .about-section,
  .about-story {
    padding-left: 18px;
    padding-right: 18px;
  }

  .schedule-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .quote-form {
    padding: 18px;
  }
}
