:root {
  color-scheme: light;
  --ink: #1d2428;
  --muted: #59666d;
  --line: #d7ded7;
  --paper: #fbfaf7;
  --white: #ffffff;
  --forest: #1f5c4b;
  --forest-dark: #174538;
  --cedar: #8b4b2f;
  --gold: #d5a84c;
  --soft: #eef3ef;
  --shadow: 0 18px 45px rgba(29, 36, 40, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}
a { color: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid var(--line);
  background: rgba(251, 250, 247, .94);
  backdrop-filter: blur(12px);
}

.brand,
nav {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand {
  font-weight: 800;
  text-decoration: none;
}

.brand-mark {
  display: inline-grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 6px;
  background: var(--forest);
  color: var(--white);
  font-size: 13px;
}

nav a {
  border-radius: 6px;
  padding: 9px 10px;
  color: var(--ink);
  font-weight: 700;
  text-decoration: none;
}

.nav-call {
  background: var(--cedar);
  color: var(--white);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  gap: clamp(24px, 5vw, 70px);
  min-height: 650px;
  padding: clamp(54px, 8vw, 98px) clamp(18px, 4vw, 56px);
  background:
    linear-gradient(90deg, rgba(251, 250, 247, .98), rgba(251, 250, 247, .84)),
    linear-gradient(135deg, #e6eee8, #d7d3c6 52%, #b9805d);
}

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

.eyebrow {
  margin: 0 0 12px;
  color: var(--cedar);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  max-width: 720px;
  font-size: clamp(44px, 7vw, 82px);
}

h2 { font-size: clamp(30px, 4vw, 48px); }
h3 { font-size: 24px; }

.lead {
  max-width: 670px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 2.2vw, 23px);
}

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

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

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

.button-primary:hover { background: var(--forest-dark); }

.button-secondary {
  background: var(--white);
  box-shadow: inset 0 0 0 1px var(--line);
}

.hero-visual,
.quote-form,
.service-grid article,
.gallery-grid figure,
.thank-you-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .9);
  box-shadow: var(--shadow);
}

.hero-visual {
  align-self: center;
  overflow: hidden;
  margin: 0;
}

.hero-visual img {
  display: block;
  width: 100%;
  height: min(620px, 70vh);
  object-fit: cover;
  object-position: center;
}

.hero-visual figcaption,
.gallery-grid figcaption {
  padding: 12px 14px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

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

.trust-band div {
  display: grid;
  gap: 5px;
  padding: 24px clamp(18px, 4vw, 56px);
  background: var(--white);
}

.trust-band span,
.section-heading p,
.copy-stack,
.form-intro p,
.form-note,
.site-footer {
  color: var(--muted);
}

.section,
.quote-section {
  padding: clamp(52px, 7vw, 88px) clamp(18px, 4vw, 56px);
}

.section-heading {
  max-width: 780px;
  margin-bottom: 26px;
}

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

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

.service-grid article {
  display: grid;
  gap: 12px;
  padding: 24px;
}

.gallery-grid figure {
  overflow: hidden;
  margin: 0;
}

.gallery-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
}

.service-grid p,
.copy-stack p { margin: 0; }

.split,
.quote-section {
  display: grid;
  grid-template-columns: minmax(240px, .55fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 70px);
}

.copy-stack {
  display: grid;
  gap: 18px;
  max-width: 760px;
  font-size: 18px;
}

.quote-form {
  display: grid;
  gap: 20px;
  width: 100%;
  max-width: 860px;
  padding: clamp(20px, 4vw, 34px);
  background: var(--white);
}

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

label,
fieldset {
  display: grid;
  gap: 8px;
  margin: 0;
}

label span,
legend {
  color: var(--ink);
  font-weight: 800;
}

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

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(213, 168, 76, .38);
  border-color: var(--cedar);
}

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

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

.checkbox-grid label,
.radio-row label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
}

.checkbox-grid input,
.radio-row input { width: auto; }

.radio-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.hidden-field {
  position: absolute;
  left: -9999px;
}

.form-submit { width: 100%; }
.form-note { margin: 0; text-align: center; }

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

.site-footer p { margin: 0; }

.thank-you {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 24px;
}

.policy-page {
  max-width: 880px;
  margin: 0 auto;
  padding: clamp(44px, 8vw, 88px) 18px;
}

.policy-page section {
  display: grid;
  gap: 18px;
}

.policy-page h1 {
  font-size: clamp(38px, 6vw, 64px);
}

.policy-page h2 {
  margin-top: 18px;
  font-size: 28px;
}

.policy-page p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.thank-you-card {
  max-width: 660px;
  padding: clamp(24px, 5vw, 44px);
}

.thank-you-card h1 {
  font-size: clamp(38px, 6vw, 64px);
}

@media (max-width: 900px) {
  .site-header,
  .site-footer,
  nav {
    align-items: stretch;
    flex-direction: column;
  }

  .brand { align-self: flex-start; }
  nav a { text-align: center; }

  .hero,
  .trust-band,
  .service-grid,
  .gallery-grid,
  .split,
  .quote-section {
    grid-template-columns: 1fr;
  }

  .hero { min-height: auto; }

  .field-grid,
  .checkbox-grid {
    grid-template-columns: 1fr;
  }
}
