:root {
  --ink: #18211f;
  --muted: #5d6863;
  --paper: #f7f4ef;
  --white: #ffffff;
  --green: #0e5a45;
  --lime: #b9d267;
  --clay: #c86d3d;
  --line: rgba(24, 33, 31, 0.14);
  --shadow: 0 22px 70px rgba(24, 33, 31, 0.14);
  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;
  color: var(--ink);
  background: var(--paper);
  overflow-x: hidden;
}

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

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 16px clamp(18px, 4vw, 54px);
  background: rgba(247, 244, 239, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 236px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--white);
  background: var(--green);
  border-radius: 8px;
  font-weight: 900;
  font-size: 22px;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.05;
}

.brand small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0;
}

nav {
  display: flex;
  gap: 22px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

nav a:hover {
  color: var(--green);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

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

.button.secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(255, 255, 255, 0.5);
}

.hero {
  position: relative;
  min-height: calc(100vh - 76px);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: end;
  padding: clamp(28px, 5vw, 72px);
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(12, 20, 17, 0.82) 0%, rgba(12, 20, 17, 0.58) 42%, rgba(12, 20, 17, 0.14) 100%),
    linear-gradient(0deg, rgba(12, 20, 17, 0.56), rgba(12, 20, 17, 0.04) 46%);
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(100%, 840px);
  min-width: 0;
  max-width: 840px;
  color: var(--white);
  padding-bottom: clamp(18px, 5vh, 62px);
}

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

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

h1 {
  width: 100%;
  max-width: 790px;
  margin-bottom: 22px;
  font-size: clamp(44px, 8vw, 86px);
  line-height: 0.94;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

h1 span {
  display: block;
}

.hero-copy {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.55;
}

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

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

.trust-strip div {
  padding: 24px clamp(18px, 4vw, 54px);
  border-right: 1px solid var(--line);
}

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

.trust-strip strong {
  margin-bottom: 6px;
  color: var(--green);
  font-size: 16px;
}

.trust-strip span {
  color: var(--muted);
  font-size: 14px;
}

.section,
.work-band,
.areas,
.quote-section {
  padding: clamp(60px, 9vw, 120px) clamp(18px, 5vw, 72px);
}

.intro {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(300px, 1fr);
  gap: clamp(28px, 6vw, 90px);
  align-items: start;
}

h2 {
  width: 100%;
  max-width: 720px;
  margin-bottom: 0;
  font-size: clamp(31px, 5vw, 58px);
  line-height: 1;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

.intro > p,
.areas p,
.quote-copy p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 28px;
  margin-bottom: 34px;
}

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

.service-card {
  min-height: 260px;
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 6px 26px rgba(24, 33, 31, 0.06);
}

.service-card span,
.process-list span {
  color: var(--clay);
  font-size: 13px;
  font-weight: 900;
}

.service-card h3,
.process-list h3 {
  margin: 28px 0 12px;
  font-size: 24px;
  line-height: 1.05;
}

.service-card p,
.process-list p,
blockquote p {
  color: var(--muted);
  line-height: 1.65;
}

.work-band {
  color: var(--white);
  background: var(--ink);
}

.work-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.9fr;
  gap: 14px;
}

figure {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

figure img {
  aspect-ratio: 4 / 3;
}

figcaption {
  padding: 14px 16px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 800;
}

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

.process-list div {
  padding: 0 26px 0 0;
  border-right: 1px solid var(--line);
}

.areas {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(280px, 1fr);
  gap: clamp(30px, 8vw, 110px);
  color: var(--white);
  background: var(--green);
}

.areas .section-kicker {
  color: var(--lime);
}

.areas p {
  color: rgba(255, 255, 255, 0.78);
  max-width: 620px;
  margin-top: 24px;
}

.areas ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-self: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.areas li {
  padding: 18px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  font-weight: 800;
}

.quote-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

blockquote {
  margin: 0;
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

cite {
  color: var(--green);
  font-style: normal;
  font-weight: 900;
}

.quote-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(320px, 1fr);
  gap: clamp(28px, 7vw, 96px);
  background: var(--white);
}

.contact-lines {
  display: grid;
  gap: 10px;
  margin-top: 28px;
  font-weight: 900;
}

.quote-form {
  display: grid;
  gap: 14px;
  padding: clamp(22px, 4vw, 34px);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid rgba(24, 33, 31, 0.18);
  border-radius: 8px;
  font: inherit;
}

textarea {
  resize: vertical;
}

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

footer strong,
footer span {
  display: block;
}

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

@media (max-width: 920px) {
  .site-header {
    align-items: flex-start;
  }

  nav {
    display: none;
  }

  .hero {
    min-height: 760px;
  }

  .trust-strip,
  .intro,
  .service-grid,
  .work-grid,
  .process-list,
  .areas,
  .quote-grid,
  .quote-section {
    grid-template-columns: 1fr;
  }

  .trust-strip div,
  .process-list div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .section-heading {
    display: block;
  }
}

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

  .brand {
    min-width: 0;
  }

  .brand small {
    display: none;
  }

  .header-cta {
    display: none;
  }

  .hero::after {
    background:
      linear-gradient(90deg, rgba(12, 20, 17, 0.78) 0%, rgba(12, 20, 17, 0.58) 58%, rgba(12, 20, 17, 0.28) 100%),
      linear-gradient(0deg, rgba(12, 20, 17, 0.62), rgba(12, 20, 17, 0.12) 52%);
  }

  .hero-media img {
    object-position: 58% center;
  }

  .hero-copy {
    max-width: min(350px, calc(100vw - 32px));
    font-size: 15px;
  }

  .hero {
    min-height: 700px;
    padding: 22px 16px;
  }

  h1 {
    max-width: min(350px, calc(100vw - 32px));
    font-size: 34px;
    line-height: 1;
  }

  h2 {
    max-width: min(350px, calc(100vw - 32px));
    font-size: 24px;
    line-height: 1.05;
  }

  .hero-actions,
  footer {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .areas ul {
    grid-template-columns: 1fr;
  }
}
