:root {
  --ink: #12201d;
  --muted: #596662;
  --forest: #0f3d35;
  --forest-2: #174d43;
  --lime: #c8f06a;
  --cream: #f6f4ec;
  --paper: #fffdf7;
  --steel: #d7dedb;
  --clay: #b45b3d;
  --shadow: 0 24px 70px rgba(15, 61, 53, 0.18);
  color-scheme: light;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.55;
}

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

img,
svg {
  display: block;
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 72px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(255, 253, 247, 0.9);
  border-bottom: 1px solid rgba(18, 32, 29, 0.08);
  backdrop-filter: blur(18px);
}

.brand,
.main-nav,
.hero-actions,
.form-actions,
.contact-list {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: var(--forest);
  color: var(--lime);
  font-size: 14px;
}

.main-nav {
  gap: clamp(14px, 3vw, 34px);
  color: var(--muted);
  font-weight: 650;
}

.main-nav a:hover,
.site-footer a:hover {
  color: var(--forest);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 8px;
  font-weight: 800;
  line-height: 1.1;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

.header-cta {
  padding: 0 18px;
  background: var(--forest);
  color: white;
}

.button {
  border: 1px solid transparent;
  padding: 0 20px;
}

.button:hover,
.header-cta:hover {
  transform: translateY(-1px);
}

.button.primary {
  background: var(--lime);
  color: var(--ink);
  box-shadow: 0 14px 34px rgba(200, 240, 106, 0.24);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.42);
  color: white;
}

.button.ghost {
  background: white;
  border-color: var(--steel);
}

.hero {
  position: relative;
  min-height: 820px;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--forest);
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(8, 34, 30, 0.88) 0%, rgba(8, 34, 30, 0.7) 34%, rgba(8, 34, 30, 0.1) 68%),
    linear-gradient(0deg, rgba(8, 34, 30, 0.72), rgba(8, 34, 30, 0.08) 38%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(760px, calc(100% - 36px));
  margin: 0 0 clamp(18px, 3vw, 40px) clamp(18px, 6vw, 76px);
  color: white;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--lime);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 730px;
  margin-bottom: 22px;
  font-size: clamp(2.65rem, 5.4vw, 5.1rem);
  line-height: 0.96;
  letter-spacing: 0;
}

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

h3 {
  margin-bottom: 10px;
  font-size: 1.32rem;
  line-height: 1.15;
}

.hero-copy {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 680px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
}

.trust-row div {
  padding: 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.trust-row div:last-child {
  border-right: 0;
}

.trust-row dt {
  font-size: 1.25rem;
  font-weight: 900;
}

.trust-row dd {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.intro-band,
.services-section,
.process-section,
.proof-section,
.quote-section {
  padding: clamp(60px, 8vw, 112px) clamp(18px, 5vw, 72px);
}

.intro-band {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.75fr);
  gap: clamp(28px, 7vw, 90px);
  align-items: end;
  background: var(--cream);
}

.intro-band h2,
.section-heading h2,
.proof-section h2,
.quote-copy h2 {
  max-width: 860px;
}

.intro-band p,
.proof-section p,
.quote-copy p {
  color: var(--muted);
  font-size: 1.08rem;
}

.section-heading {
  margin-bottom: 34px;
}

.section-kicker {
  display: block;
  color: var(--clay);
}

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

.service-card {
  min-height: 100%;
  padding: 30px;
  border: 1px solid rgba(18, 32, 29, 0.12);
  border-radius: 8px;
  background: white;
  box-shadow: 0 18px 45px rgba(18, 32, 29, 0.06);
}

.service-card.featured {
  background: var(--forest);
  color: white;
  box-shadow: var(--shadow);
}

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

.service-card.featured p,
.service-card.featured li {
  color: rgba(255, 255, 255, 0.78);
}

.service-card ul {
  display: grid;
  gap: 8px;
  margin: 22px 0 0;
  padding-left: 18px;
}

.icon-box {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 24px;
  border-radius: 8px;
  background: var(--cream);
  color: var(--forest);
}

.featured .icon-box {
  background: rgba(255, 255, 255, 0.12);
  color: var(--lime);
}

.icon-box svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.process-section {
  background: #e8efec;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: rgba(18, 32, 29, 0.12);
  border: 1px solid rgba(18, 32, 29, 0.12);
}

.process-list li {
  min-height: 270px;
  padding: 28px;
  background: var(--paper);
}

.process-list span {
  display: inline-block;
  margin-bottom: 48px;
  color: var(--clay);
  font-weight: 900;
}

.process-list p {
  color: var(--muted);
}

.proof-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.7fr);
  gap: clamp(28px, 6vw, 86px);
  align-items: center;
  background: var(--forest);
  color: white;
}

.proof-section .section-kicker,
.proof-section p {
  color: rgba(255, 255, 255, 0.78);
}

.proof-panel {
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.proof-panel p:last-child {
  margin-bottom: 0;
}

.quote-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.76fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: start;
  background: var(--cream);
}

.contact-list {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.contact-list a {
  padding: 10px 12px;
  border-radius: 8px;
  background: white;
  border: 1px solid var(--steel);
  font-weight: 800;
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: clamp(22px, 4vw, 36px);
  border-radius: 8px;
  background: white;
  box-shadow: var(--shadow);
}

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

.quote-form .full,
.form-actions,
.form-note {
  grid-column: 1 / -1;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--steel);
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--ink);
  background: #fbfcfa;
  font: inherit;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(200, 240, 106, 0.55);
  border-color: var(--forest);
}

.form-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 6px;
}

.form-note {
  margin: 0;
  color: var(--muted);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 26px clamp(18px, 5vw, 72px);
  background: var(--ink);
  color: rgba(255, 255, 255, 0.74);
}

.site-footer p {
  margin: 0;
}

@media (max-width: 980px) {
  .main-nav {
    display: none;
  }

  .hero {
    min-height: 720px;
  }

  .intro-band,
  .proof-section,
  .quote-section {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 640px) {
  .site-header {
    min-height: 66px;
  }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: 820px;
  }

  .hero-overlay {
    background:
      linear-gradient(0deg, rgba(8, 34, 30, 0.92) 0%, rgba(8, 34, 30, 0.7) 56%, rgba(8, 34, 30, 0.18) 100%),
      linear-gradient(90deg, rgba(8, 34, 30, 0.5), rgba(8, 34, 30, 0.12));
  }

  .hero-content {
    width: calc(100% - 32px);
    margin: 0 16px 28px;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .trust-row {
    grid-template-columns: 1fr;
  }

  .trust-row div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .trust-row div:last-child {
    border-bottom: 0;
  }

  .service-grid,
  .process-list,
  .quote-form {
    grid-template-columns: 1fr;
  }

  .process-list li {
    min-height: 220px;
  }

  .site-footer {
    flex-direction: column;
  }
}
