:root {
  color-scheme: light;
  --font-heading: Roboto, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ink: #17201c;
  --muted: #5c665f;
  --line: #d9ded4;
  --paper: #f7f5ee;
  --white: #ffffff;
  --green: #305f43;
  --sage: #dce7d5;
  --clay: #b96b43;
}

* {
  box-sizing: border-box;
}

body {
  position: relative;
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-body);
  line-height: 1.5;
  overflow-x: hidden;
}

a {
  color: inherit;
}

.top-strip,
.site-header,
main,
footer {
  position: relative;
  z-index: 1;
}

.tool-backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.tool {
  position: absolute;
  display: block;
  height: auto;
  user-select: none;
}

.tool-trowel {
  top: 83px;
  right: -520px;
  width: min(1220px, 86vw);
  transform: rotate(45deg);
}

.tool-paintbrush {
  top: 1120px;
  right: -250px;
  width: min(820px, 62vw);
  transform: scaleX(-1) rotate(9deg);
}

.tool-spanner {
  top: 720px;
  left: -170px;
  width: min(780px, 58vw);
  transform: rotate(-3deg);
}

.top-strip {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 9px clamp(18px, 5vw, 64px);
  color: var(--white);
  background: var(--green);
  font-size: 0.92rem;
}

.top-strip a {
  font-weight: 800;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 5vw, 64px);
  background: rgba(247, 245, 238, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

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

.brand-logo {
  display: block;
  width: clamp(120px, 15vw, 170px);
  height: auto;
}

nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
  color: var(--muted);
  font-size: 0.95rem;
}

nav a {
  text-decoration: none;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(48px, 9vw, 112px) clamp(18px, 5vw, 64px) 44px;
}

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

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

h1,
h2,
h3 {
  font-family: var(--font-heading);
  font-weight: 700;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(2.35rem, 6.6vw, 4.9rem);
  line-height: 1;
  letter-spacing: 0;
}

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

h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.hero-copy p:not(.eyebrow),
.section-heading p,
.contact p {
  max-width: 650px;
  color: var(--muted);
  font-size: 1.1rem;
}

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

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid var(--green);
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
}

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

.button.secondary {
  color: var(--green);
  background: transparent;
}

.hero-panel {
  position: relative;
  max-width: 440px;
  justify-self: end;
  margin-top: 48px;
  padding: clamp(24px, 4vw, 38px);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
}

.hero-panel h2 {
  position: relative;
  z-index: 2;
  margin-bottom: 16px;
  color: var(--ink);
  font-size: clamp(1.7rem, 3.2vw, 2.55rem);
  line-height: 1.05;
}

.hero-panel p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.section,
.contact {
  padding: clamp(76px, 9vw, 112px) clamp(18px, 5vw, 64px);
}

.section {
  position: relative;
}

#services {
  padding-top: clamp(116px, 12vw, 168px);
}

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

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

.service-grid article {
  min-height: 300px;
  padding: clamp(24px, 3.4vw, 38px);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--line);
}

.service-grid ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  color: var(--muted);
  list-style: none;
}

.service-grid li {
  position: relative;
  padding-left: 24px;
}

.service-grid li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 900;
}

.service-grid p,
.steps,
footer {
  color: var(--muted);
}

.example-gallery {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 0 clamp(18px, 5vw, 64px) clamp(70px, 8vw, 104px);
}

.example-gallery figure {
  margin: 0;
  background: var(--white);
  border: 1px solid var(--line);
}

.example-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  background: var(--paper);
}

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

.about-strip {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(280px, 1.15fr);
  gap: clamp(24px, 5vw, 64px);
  padding: 54px clamp(18px, 5vw, 64px);
  background: rgba(220, 231, 213, 0.94);
}

.about-strip h2 {
  max-width: 760px;
  margin-bottom: 0;
  font-size: clamp(1.8rem, 4vw, 3.1rem);
}

.about-strip > p {
  max-width: 620px;
  margin: 0;
  align-self: end;
  color: var(--muted);
  font-size: 1.12rem;
}

.band {
  position: relative;
  z-index: 3;
  overflow: visible;
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(300px, 1fr);
  gap: 28px;
  min-height: 430px;
  padding: 86px clamp(18px, 5vw, 64px);
  color: var(--white);
  background: var(--green);
}

.band > div,
.steps {
  position: relative;
  z-index: 5;
}

.section-tape {
  position: absolute;
  z-index: 4;
  left: -360px;
  bottom: -145px;
  width: min(1120px, 76vw);
  transform: rotate(-5deg);
  pointer-events: none;
}

.band .eyebrow,
.band .steps {
  color: var(--sage);
}

.steps {
  display: grid;
  gap: 14px;
  margin: 0;
  padding-left: 22px;
  font-size: 1.15rem;
}

.contact {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
  align-items: start;
  gap: clamp(28px, 6vw, 76px);
  min-height: 520px;
  background: rgba(255, 255, 255, 0.96);
}

.contact-copy {
  max-width: 620px;
}

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

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-weight: 800;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 12px 13px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid var(--green);
  outline-offset: 2px;
}

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

.privacy-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--muted);
  font-weight: 500;
}

.privacy-check input {
  width: 18px;
  min-height: 18px;
  margin-top: 3px;
}

.honey {
  position: absolute;
  left: -100vw;
  width: 1px;
  height: 1px;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.privacy-page {
  padding: clamp(64px, 8vw, 104px) clamp(18px, 5vw, 64px);
}

.privacy-page section {
  max-width: 820px;
}

.privacy-page h1 {
  margin-bottom: 24px;
}

.privacy-page h2 {
  margin-top: 34px;
  font-size: clamp(1.45rem, 3vw, 2.2rem);
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px clamp(18px, 5vw, 64px);
  border-top: 1px solid var(--line);
}

.footer-logo {
  width: 104px;
  height: auto;
}

@media (max-width: 1180px) {
  .section-tape {
    left: -420px;
    bottom: -122px;
    width: min(940px, 72vw);
  }
}

@media (max-width: 900px) {
  .tool-trowel {
    right: -520px;
    width: 900px;
  }

  .tool-paintbrush,
  .tool-spanner,
  .section-tape {
    display: none;
  }

  .site-header,
  .top-strip,
  .hero,
  .section-heading,
  .band,
  .about-strip,
  .contact,
  footer {
    display: grid;
  }

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

  .hero-panel {
    justify-self: start;
    transform: none;
  }

  .section-heading,
  .about-strip,
  .band,
  .contact {
    grid-template-columns: 1fr;
  }

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

  .example-gallery {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 620px) {
  .tool-backdrop {
    display: none;
  }

  nav {
    justify-content: flex-start;
  }

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

  .contact {
    gap: 24px;
    padding-top: 58px;
    padding-bottom: 64px;
  }

  .contact-form {
    gap: 14px;
  }

  .privacy-check {
    align-items: flex-start;
  }

  .button.full {
    width: 100%;
  }
}
