:root {
  --green: #0d4838;
  --green-2: #123f33;
  --sage: #879884;
  --sage-soft: #eef2eb;
  --ink: #20201f;
  --muted: #62605c;
  --line: #ded8d0;
  --paper: #ffffff;
  --paper-warm: #fbfaf8;
  --copper: #bd7f55;
  --copper-soft: #f1dfd1;
  --shadow: 0 18px 45px rgba(28, 28, 24, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}

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

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

.site-header {
  width: min(100% - 96px, 1280px);
  height: 98px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 108px;
  line-height: 0;
}

.brand img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  min-height: 56px;
  border: 0;
  border-radius: 6px;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button svg,
.text-link svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 42px rgba(13, 72, 56, 0.16);
}

.button-primary {
  min-width: 238px;
  padding: 0 24px;
  color: white;
  background: var(--copper);
  box-shadow: 0 18px 38px rgba(189, 127, 85, 0.22);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 8px;
  color: #4c4a45;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid rgba(189, 127, 85, 0.55);
}

.hero {
  width: min(100% - 96px, 1280px);
  margin: 18px auto 0;
  padding: 18px 0 64px;
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
}

.hero-copy {
  text-align: center;
}

.hero-copy h1,
.section-heading h2,
.outcome-panel h2,
.not-for-section h2,
.proof-copy h2,
.contact-copy h2 {
  margin: 0;
  color: var(--green-2);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0;
}

.hero-copy h1 {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  color: var(--green);
  font-size: 64px;
  line-height: 1;
  text-wrap: balance;
}

.hero-eyebrow,
.section-heading p {
  max-width: 540px;
  margin: 0 0 18px;
  color: var(--copper);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
  text-transform: uppercase;
}

.hero-eyebrow {
  margin-left: auto;
  margin-right: auto;
}

.hero-copy p:not(.hero-eyebrow) {
  max-width: 800px;
  margin: 30px auto 0;
  color: #343531;
  font-size: 19px;
  line-height: 1.46;
  text-wrap: balance;
}

.hero-leadline {
  display: block;
  color: #343531;
}

.hero-subline {
  display: block;
  color: #343531;
  font-size: 17px;
  font-weight: 400;
  opacity: 1;
}

.hero-actions {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 22px;
}

.hero-media,
.problem-media,
.problem-media-gallery figure,
.approach-media {
  overflow: hidden;
  width: 100%;
  margin: 0;
  border-radius: 10px;
  aspect-ratio: 1.52 / 1;
  justify-self: stretch;
  background: #f5f1ea;
  box-shadow: var(--shadow);
}

.hero-media img,
.problem-media img,
.problem-media-gallery img,
.approach-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.intro-band,
.problem-section,
.solution-callout,
.outcome-section,
.approach-section,
.not-for-section,
.proof-section,
.contact-section {
  width: min(100% - 96px, 1280px);
  margin: 0 auto;
}

.intro-band {
  padding: 94px 0 62px;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 88px;
  align-items: start;
}

.section-heading h2 {
  max-width: 720px;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.1;
}

.section-heading.compact h2 {
  max-width: 760px;
}

.intro-copy {
  display: grid;
  gap: 18px;
  padding-top: 6px;
}

.intro-copy p {
  margin: 0;
  color: #383936;
  font-size: 17px;
}

.approach-section,
.proof-section,
.contact-section {
  padding: 78px 0;
}

.approach-section {
  padding-top: 54px;
  display: block;
}

.problem-section {
  padding: 78px 0 54px;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 64px;
  align-items: center;
}

.problem-copy {
  max-width: none;
  margin: 0;
  text-align: left;
}

.problem-heading {
  margin-bottom: 0;
  text-align: left;
}

.problem-heading h2 {
  margin-left: 0;
  margin-right: 0;
}

.problem-grid {
  margin-top: 36px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  max-width: 720px;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.problem-media-gallery {
  height: auto;
  min-height: 0;
  align-self: stretch;
}

.problem-media-gallery figure {
  height: 100%;
  aspect-ratio: 1 / 1.08;
}

.approach-media {
  aspect-ratio: 1 / 1.08;
}

.problem-grid article {
  position: relative;
  padding-left: 30px;
}

.problem-grid article + article {
  margin-top: 0;
  padding-top: 0;
  border: 0;
}

.problem-grid article::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--copper);
}

.problem-grid h3 {
  margin: 0;
  color: var(--green-2);
  font-size: 17px;
  line-height: 1.45;
  font-weight: 800;
}

h3 {
  margin: 22px 0 12px;
  color: var(--green-2);
  font-size: 21px;
  line-height: 1.18;
  letter-spacing: 0;
}

.problem-grid p,
.proof-copy p,
.contact-copy p,
.check-list li {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}

.problem-grid p {
  color: #4c4a45;
  font-size: 19px;
  line-height: 1.55;
}

.solution-callout {
  width: 100%;
  padding: 88px max(48px, calc((100vw - 1280px) / 2));
  color: white;
  background: var(--green);
}

.solution-callout > div {
  width: min(100%, 1280px);
  margin: 0 auto;
  text-align: center;
}

.solution-callout h2 {
  max-width: 900px;
  margin: 0 auto;
  color: white;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 3.6vw, 50px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0;
}

.solution-callout p {
  max-width: 860px;
  margin: 22px auto 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  line-height: 1.65;
}

.outcome-section {
  padding: 40px 0 84px;
}

.outcome-section .section-heading h2 {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.outcome-subtitle {
  width: min(100%, 820px);
  margin: 0 auto;
  color: var(--green-2);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
}

.outcome-panel {
  margin-top: 52px;
  padding: 0;
}

.outcome-copy {
  grid-column: 1 / -1;
  width: min(100%, 860px);
  margin: 0 auto;
}

.outcome-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1.58;
}

.outcome-copy p + p {
  margin-top: 18px;
  color: white;
  font-weight: 800;
}

.outcome-panel h2 {
  max-width: 620px;
  color: white;
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.08;
}

.outcome-panel .hero-eyebrow {
  color: #dfb995;
}

.check-list {
  grid-column: 1 / -1;
  width: min(100%, 860px);
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 13px;
}

.check-list li {
  position: relative;
  padding-left: 32px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--copper);
}

.approach-summary {
  width: min(100%, 1080px);
  margin: 36px auto 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.7;
  text-align: center;
}

.approach-copy .section-heading h2 {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.outcome-grid {
  width: min(100%, 1080px);
  margin: 48px auto 0;
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid rgba(189, 127, 85, 0.34);
}

.outcome-grid article {
  position: relative;
  min-height: 0;
  padding: 28px 0 28px 34px;
  border-bottom: 1px solid rgba(189, 127, 85, 0.34);
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: start;
  text-align: left;
}

.outcome-grid article::before {
  content: "";
  position: absolute;
  top: 37px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--copper);
}

.outcome-grid h3 {
  margin: 0;
  color: var(--green-2);
  font-size: 20px;
  line-height: 1.25;
  font-weight: 400;
}

.outcome-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.62;
}

.fit-section {
  width: min(100% - 96px, 1280px);
  margin: 0 auto;
  padding: 42px 0 76px;
}

.fit-section .section-heading h2 {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.fit-grid {
  margin-top: 44px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.fit-card {
  padding: 34px 36px 36px;
  border: 1px solid rgba(189, 127, 85, 0.44);
  border-radius: 8px;
  background: var(--paper-warm);
  box-shadow: 0 14px 32px rgba(28, 28, 24, 0.05);
}

.fit-card h3 {
  margin: 0;
  color: var(--green-2);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
}

.fit-card ul {
  margin: 26px 0 0;
  padding: 0;
  display: grid;
  gap: 16px;
  list-style: none;
}

.fit-card li {
  position: relative;
  padding-left: 26px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}

.fit-card li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--copper);
}

.fit-card-muted {
  background: #fff;
}

.not-for-section {
  padding: 86px 0;
  display: grid;
  grid-template-columns: minmax(320px, 1.05fr) minmax(0, 0.95fr);
  gap: 64px;
  align-items: center;
}

.not-for-section h2 {
  max-width: 560px;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.08;
}

.not-for-section p,
.not-for-section ul {
  margin: clamp(34px, 5vw, 72px) 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.72;
}

.not-for-section ul {
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.not-for-section li {
  position: relative;
  padding-left: 24px;
}

.not-for-section li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--copper);
}

.proof-section {
  padding-top: 86px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 64px;
  align-items: center;
}

.proof-copy h2,
.contact-copy h2 {
  max-width: 820px;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.1;
}

.proof-copy p:not(.hero-eyebrow),
.contact-copy p {
  max-width: 900px;
  margin-top: 22px;
  color: #383936;
  font-size: 17px;
}

.not-for-media,
.proof-media {
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background: #f5f1ea;
  box-shadow: var(--shadow);
}

.not-for-media {
  aspect-ratio: 1.35 / 1;
}

.proof-media {
  aspect-ratio: 1.18 / 1;
}

.not-for-media img,
.proof-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 82px;
  align-items: start;
}

.lead-form {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--paper-warm);
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.lead-form label {
  display: grid;
  gap: 8px;
  color: var(--green-2);
  font-size: 13px;
  font-weight: 800;
}

.lead-form input {
  width: 100%;
  height: 52px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  background: white;
  font: inherit;
  outline: none;
}

.lead-form input:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(13, 72, 56, 0.1);
}

.lead-form .wide,
.form-status {
  grid-column: 1 / -1;
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--green);
  font-size: 14px;
  font-weight: 700;
}

.site-footer {
  margin: 0;
  padding: 48px max(48px, calc((100vw - 1280px) / 2));
  color: white;
  background: var(--green);
}

.footer-info {
  width: min(100%, 1265px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(120px, 0.6fr) minmax(180px, 1fr) minmax(220px, 1fr);
  align-items: center;
  gap: 32px;
}

.footer-brand {
  width: 150px;
  filter: brightness(0) invert(1);
  opacity: 1;
}

.footer-contact {
  display: grid;
  gap: 8px;
}

.footer-contact a,
.footer-info address {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  font-style: normal;
  font-weight: 650;
}

.footer-info address {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.footer-info address svg {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 1100px) {
  .site-header,
  .hero,
  .intro-band,
  .problem-section,
  .solution-callout,
  .outcome-section,
  .approach-section,
  .fit-section,
  .not-for-section,
  .proof-section,
  .contact-section {
    width: min(100% - 48px, 900px);
  }

  .site-header {
    height: auto;
    padding: 26px 0;
    align-items: flex-start;
  }

  .intro-band,
  .outcome-panel,
  .contact-section {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .problem-section {
    gap: 38px;
  }

  .problem-section {
    padding-bottom: 30px;
  }

  .approach-section {
    padding-top: 30px;
  }

  .hero-copy h1 {
    font-size: 58px;
  }

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

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

}

@media (max-width: 720px) {
  .site-header,
  .hero,
  .intro-band,
  .problem-section,
  .solution-callout,
  .outcome-section,
  .approach-section,
  .fit-section,
  .not-for-section,
  .proof-section,
  .contact-section {
    width: min(100% - 32px, 560px);
  }

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

  .hero {
    margin-top: 0;
    padding-top: 10px;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .hero-copy h1 {
    font-size: 44px;
    line-height: 1.06;
  }

  .hero-copy p:not(.hero-eyebrow) {
    font-size: 17px;
  }

  .hero-subline {
    font-size: 16px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button,
  .text-link {
    width: 100%;
  }

  .solution-callout {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .outcome-section {
    padding-top: 28px;
  }

  .outcome-panel {
    padding: 0;
  }

  .outcome-subtitle {
    font-size: 18px;
  }

  .outcome-grid {
    grid-template-columns: 1fr;
    margin-top: 34px;
    gap: 0;
  }

  .outcome-grid article {
    padding: 22px 0 22px 24px;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .outcome-grid article::before {
    display: block;
    top: 29px;
  }

  .outcome-grid h3 {
    font-size: 18px;
  }

  .outcome-grid p {
    font-size: 15px;
    line-height: 1.58;
  }

  .not-for-section,
  .approach-section,
  .problem-section,
  .fit-grid,
  .proof-section,
  .check-list,
  .lead-form {
    grid-template-columns: 1fr;
  }

  .problem-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .problem-grid article + article {
    margin-top: 0;
    padding-top: 0;
    border: 0;
  }

  .problem-media-gallery {
    height: auto;
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .problem-media-gallery figure,
  .approach-media {
    aspect-ratio: 1 / 1.1;
  }

  .approach-summary {
    font-size: 17px;
    line-height: 1.65;
  }

  .intro-band,
  .problem-section,
  .solution-callout,
  .outcome-section,
  .approach-section,
  .fit-section,
  .not-for-section,
  .proof-section,
  .contact-section {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .problem-section {
    padding-bottom: 28px;
  }

  .approach-section {
    padding-top: 28px;
  }

  .fit-card {
    padding: 28px 24px 30px;
  }

  .lead-form {
    padding: 22px;
  }

  .footer-info {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 460px) {
  .outcome-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .outcome-grid article {
    padding-left: 22px;
  }
}
