:root {
  --green: #176b3a;
  --green-dark: #0d3f24;
  --leaf: #35a853;
  --gold: #d6a84f;
  --ink: #172018;
  --muted: #5f6f64;
  --cream: #f7f4ed;
  --stone: #e5e1d7;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 7vw;
  color: var(--white);
  background: rgba(13, 63, 36, 0.96);
  box-shadow: 0 8px 30px rgba(10, 26, 16, 0.18);
}

.logo {
  font-size: clamp(1.25rem, 3vw, 1.8rem);
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.site-nav a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  font-weight: 700;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--white);
  background: rgba(255, 255, 255, 0.14);
}

.hero,
.page-hero {
  min-height: 76vh;
  display: flex;
  align-items: center;
  padding: 8vw 7vw;
  color: var(--white);
  background: linear-gradient(90deg, rgba(9, 30, 17, 0.84), rgba(9, 30, 17, 0.48), rgba(9, 30, 17, 0.16)), url("assets/34-img_6388.jpg") center / cover;
}

.page-hero {
  min-height: 48vh;
}

.services-hero {
  background-image: linear-gradient(90deg, rgba(9, 30, 17, 0.84), rgba(9, 30, 17, 0.42)), url("assets/54-img_6504.jpg");
}

.projects-hero {
  background-image: linear-gradient(90deg, rgba(9, 30, 17, 0.84), rgba(9, 30, 17, 0.42)), url("assets/21-img_4990.jpg");
}

.hero-content,
.page-hero > div {
  max-width: 780px;
}

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

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

h1 {
  margin-bottom: 20px;
  font-size: clamp(2.25rem, 6vw, 5rem);
  line-height: 1.02;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(1.65rem, 3vw, 2.6rem);
  line-height: 1.12;
}

h3 {
  font-size: 1.18rem;
}

.hero p,
.page-hero p {
  max-width: 670px;
  font-size: clamp(1rem, 2vw, 1.3rem);
}

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

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 0;
  border-radius: 6px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.button.primary {
  color: var(--white);
  background: var(--leaf);
}

.button.ghost {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.08);
}

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

.section,
.intro,
.cta-strip,
.contact-layout {
  padding: 72px 7vw;
}

.band {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(280px, 1fr);
  gap: 42px;
  align-items: center;
  background: var(--cream);
}

.band > p {
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
}

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

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

.card,
.service-list article,
.estimate-form {
  border: 1px solid var(--stone);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(33, 49, 38, 0.08);
}

.card {
  min-height: 210px;
  padding: 28px;
}

.card span {
  display: block;
  margin-bottom: 34px;
  color: var(--gold);
  font-weight: 900;
}

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

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

.service-list article {
  padding: 28px;
}

.feature-photo {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: 40px;
  align-items: center;
  padding: 72px 7vw;
  background: var(--cream);
}

.feature-photo img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(19, 41, 27, 0.18);
}

.feature-photo p:not(.eyebrow) {
  color: var(--muted);
}

.cta-strip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  color: var(--white);
  background: var(--green);
}

.cta-strip h2 {
  margin: 0;
}

.comparison {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  background: var(--stone);
  box-shadow: 0 18px 42px rgba(19, 41, 27, 0.18);
}

.comparison-img,
.comparison-after img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.comparison-after {
  position: absolute;
  inset: 0;
  width: 50%;
  overflow: hidden;
}

.comparison-after img {
  width: 100vw;
  max-width: none;
}

.comparison-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 4px;
  background: var(--white);
  transform: translateX(-2px);
  box-shadow: 0 0 0 999px rgba(0, 0, 0, 0);
  pointer-events: none;
}

.comparison-line::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 44px;
  height: 44px;
  border: 3px solid var(--white);
  border-radius: 50%;
  background: var(--green);
  transform: translate(-50%, -50%);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.24);
}

.comparison-range {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: ew-resize;
}

.tag {
  position: absolute;
  top: 18px;
  padding: 8px 12px;
  border-radius: 6px;
  color: var(--white);
  background: rgba(13, 63, 36, 0.84);
  font-weight: 800;
}

.before-tag {
  left: 18px;
}

.after-tag {
  right: 18px;
}

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

.gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
}

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

.work-folder {
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  padding: 24px 0;
  border-top: 1px solid var(--stone);
}

.work-folder:last-child {
  border-bottom: 1px solid var(--stone);
}

.folder-copy {
  position: sticky;
  top: 108px;
}

.folder-copy h3 {
  margin-bottom: 10px;
  color: var(--green-dark);
  font-size: clamp(1.3rem, 2vw, 1.8rem);
}

.folder-copy p:not(.eyebrow) {
  color: var(--muted);
}

.contact-layout {
  min-height: calc(100vh - 84px);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 520px);
  gap: 48px;
  align-items: center;
  background: linear-gradient(90deg, rgba(247, 244, 237, 0.96), rgba(247, 244, 237, 0.86)), url("assets/45-img_6399.jpg") center / cover;
}

.contact-panel h1 {
  color: var(--green-dark);
}

.contact-panel p {
  max-width: 620px;
  color: var(--muted);
  font-size: 1.12rem;
}

.contact-methods {
  display: grid;
  gap: 10px;
  margin-top: 28px;
  color: var(--green-dark);
  font-size: 1.28rem;
  font-weight: 900;
}

.estimate-form {
  display: grid;
  gap: 16px;
  padding: 28px;
}

label {
  display: grid;
  gap: 7px;
  color: var(--green-dark);
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #cfc8ba;
  border-radius: 6px;
  padding: 12px;
  color: var(--ink);
  font: inherit;
  background: var(--white);
}

textarea {
  resize: vertical;
}

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

.form-status.error {
  color: #9b2f20;
}

footer {
  padding: 24px 7vw;
  color: rgba(255, 255, 255, 0.82);
  background: #101712;
  text-align: center;
}

footer p {
  margin: 0;
}

footer a {
  color: var(--white);
}

@media (max-width: 780px) {
  .site-header,
  .cta-strip {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-nav {
    justify-content: flex-start;
  }

  .hero,
  .page-hero {
    min-height: 62vh;
    background-position: center;
  }

  .band,
  .feature-photo,
  .service-grid,
  .service-list,
  .gallery,
  .work-folder,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .folder-copy {
    position: static;
  }

  .comparison {
    min-height: 260px;
    aspect-ratio: 4 / 3;
  }

  .comparison-after img {
    width: 100vw;
  }
}
