:root {
--green: #003c2f;
--green-deep: #00281f;
--green-soft: #e7f0ed;
--gold: #b89b5e;
--ink: #17201d;
--muted: #65716d;
--line: #dfe7e4;
--paper: #f7f5ef;
--white: #ffffff;
--shadow: 0 24px 70px rgba(0, 60, 47, 0.14);
}

* {
  box-sizing: border-box;
  }

html {
scroll-behavior: smooth;
}

body {
margin: 0;
font-family: "Inter", Arial, sans-serif;
color: var(--ink);
background: var(--paper);
line-height: 1.6;
}

a {
color: inherit;
text-decoration: none;
}

img {
max-width: 100%;
display: block;
}

.site-header {
position: sticky;
top: 0;
z-index: 100;
min-height: 82px;
padding: 16px 54px;
display: flex;
align-items: center;
justify-content: space-between;
background: rgba(247, 245, 239, 0.96);
border-bottom: 1px solid rgba(0, 60, 47, 0.12);
backdrop-filter: blur(14px);
}

.brand {
display: inline-flex;
align-items: center;
}

.brand img {
width: 245px;
height: auto;
}

.site-nav {
margin-left: auto;
display: flex;
align-items: center;
justify-content: flex-end;
gap: 34px;
}

.site-nav a {
font-size: 16px;
font-weight: 700;
color: var(--green);
letter-spacing: -0.01em;
}

.site-nav a:hover {
color: var(--green-deep);
}

.nav-cta {
padding: 12px 20px;
border: 1px solid var(--green);
border-radius: 999px;
}

.nav-cta:hover {
background: var(--green);
color: var(--white) !important;
}

.nav-toggle {
display: none;
width: 42px;
height: 42px;
border: 1px solid rgba(0, 60, 47, 0.18);
border-radius: 999px;
background: transparent;
cursor: pointer;
}

.nav-toggle span {
display: block;
width: 18px;
height: 2px;
margin: 4px auto;
background: var(--green);
}

.hero {
min-height: calc(100vh - 82px);
display: grid;
grid-template-columns: 51% 49%;
background: var(--green);
color: var(--white);
}

.hero-copy {
padding: 92px 7vw 76px;
display: flex;
flex-direction: column;
justify-content: center;
}

.eyebrow,
.section-kicker {
margin: 0 0 18px;
font-size: 14px;
font-weight: 800;
color: var(--gold);
text-transform: uppercase;
letter-spacing: 0.16em;
}

.hero h1 {
max-width: 760px;
margin: 0;
font-size: clamp(48px, 5.8vw, 86px);
line-height: 0.97;
letter-spacing: -0.065em;
font-weight: 800;
}

.hero-text {
max-width: 680px;
margin: 30px 0 0;
font-size: clamp(18px, 1.55vw, 23px);
line-height: 1.55;
color: rgba(255, 255, 255, 0.82);
}

.hero-actions {
margin-top: 38px;
display: flex;
gap: 16px;
flex-wrap: wrap;
}

.btn {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 50px;
padding: 14px 24px;
border-radius: 999px;
font-size: 15px;
font-weight: 800;
transition: 0.2s ease;
cursor: pointer;
}

.btn.primary {
background: var(--gold);
color: var(--green-deep);
border: 1px solid var(--gold);
}

.btn.primary:hover {
transform: translateY(-1px);
background: #c7aa6b;
}

.btn.secondary {
color: var(--white);
border: 1px solid rgba(255, 255, 255, 0.42);
}

.btn.secondary:hover {
background: rgba(255, 255, 255, 0.1);
}

.hero-visual {
min-height: calc(100vh - 82px);
overflow: hidden;
}

.hero-visual img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: 72% center;
filter: saturate(0.92) contrast(1.03);
}

.section {
padding: 112px 7vw;
}

.section-heading {
max-width: 900px;
margin-bottom: 42px;
}

.section-heading.centered {
max-width: 980px;
margin: 0 auto 54px;
text-align: center;
}

.section-heading.centered.wide {
max-width: 1120px;
}

.section-heading h2 {
margin: 0;
font-size: clamp(40px, 4.6vw, 68px);
line-height: 1.05;
letter-spacing: -0.055em;
color: var(--green-deep);
}

.intro-section {
background: var(--white);
padding-top: 124px;
padding-bottom: 124px;
}

.intro-content {
max-width: 1180px;
margin-left: auto;
margin-right: auto;
}

.intro-lead {
max-width: 980px;
margin: 0 auto 50px;
text-align: center;
font-size: clamp(23px, 2.25vw, 34px);
line-height: 1.38;
letter-spacing: -0.035em;
color: var(--green);
font-weight: 700;
}

.approach-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 22px;
max-width: 1120px;
margin: 40px auto 0;
}

.approach-card {
min-height: 275px;
padding: 32px;
background: var(--paper);
border: 1px solid var(--line);
border-radius: 2px;
}

.approach-label {
display: inline-block;
margin-bottom: 42px;
font-size: 13px;
font-weight: 800;
color: var(--gold);
text-transform: uppercase;
letter-spacing: 0.14em;
}

.approach-card h3 {
margin: 0 0 14px;
font-size: 26px;
line-height: 1.16;
letter-spacing: -0.035em;
color: var(--green-deep);
}

.approach-card p {
margin: 0;
color: var(--muted);
font-size: 17px;
}

.why-list {
border-top: 1px solid rgba(0, 60, 47, 0.18);
}

.about-why-list {
max-width: 1040px;
margin: 58px auto 0;
}

.why-item {
display: grid;
grid-template-columns: 78px 1fr;
gap: 24px;
padding: 30px 0;
border-bottom: 1px solid rgba(0, 60, 47, 0.18);
}

.why-item span {
font-size: 14px;
font-weight: 800;
color: var(--gold);
letter-spacing: 0.12em;
}

.why-item h3 {
margin: 0 0 8px;
font-size: 25px;
line-height: 1.2;
letter-spacing: -0.03em;
color: var(--green-deep);
}

.why-item p {
margin: 0;
max-width: 860px;
color: var(--muted);
font-size: 16px;
}

.coverage-boxes {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 22px;
}

.about-coverage {
max-width: 1040px;
margin: 58px auto 0;
}

.coverage-boxes article {
padding: 32px;
background: var(--green);
color: var(--white);
border-radius: 2px;
}

.coverage-boxes h3 {
margin: 0 0 14px;
font-size: 29px;
letter-spacing: -0.035em;
}

.coverage-boxes p {
margin: 0;
color: rgba(255, 255, 255, 0.78);
font-size: 16px;
}

.services {
background: var(--paper);
}

.service-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 18px;
}

.service-card {
min-height: 420px;
padding: 30px 28px;
background: var(--white);
border: 1px solid var(--line);
box-shadow: 0 18px 50px rgba(0, 60, 47, 0.06);
}

.service-number {
margin: 0 0 56px;
color: var(--gold);
font-size: 13px;
font-weight: 800;
letter-spacing: 0.14em;
}

.service-card h3 {
margin: 0 0 22px;
font-size: 25px;
line-height: 1.16;
letter-spacing: -0.04em;
color: var(--green-deep);
}

.service-list {
margin: 0;
padding: 0;
list-style: none;
}

.service-list li {
position: relative;
padding: 12px 0 12px 18px;
border-top: 1px solid var(--line);
color: var(--muted);
font-size: 15px;
}

.service-list li::before {
content: "";
position: absolute;
left: 0;
top: 22px;
width: 6px;
height: 6px;
background: var(--gold);
border-radius: 50%;
}

.contact-section {
background: var(--green);
}

.contact-card {
display: grid;
grid-template-columns: 0.92fr 1.08fr;
gap: 54px;
max-width: 1180px;
margin: 0 auto;
padding: 54px;
background: var(--white);
box-shadow: var(--shadow);
}

.contact-copy h2 {
margin: 0 0 22px;
font-size: clamp(34px, 3.8vw, 58px);
line-height: 1.05;
letter-spacing: -0.05em;
color: var(--green-deep);
}

.contact-copy p {
margin: 0 0 22px;
color: var(--muted);
font-size: 17px;
}

.email-link {
display: inline-block;
margin: 8px 0 14px;
color: var(--green);
font-weight: 800;
font-size: 18px;
border-bottom: 1px solid var(--gold);
}

.location {
color: var(--green) !important;
font-weight: 700;
}

.contact-form {
display: grid;
gap: 18px;
}

.contact-form label {
display: grid;
gap: 8px;
font-size: 13px;
font-weight: 800;
color: var(--green);
text-transform: uppercase;
letter-spacing: 0.08em;
}

.contact-form input,
.contact-form textarea {
width: 100%;
padding: 15px 15px;
border: 1px solid var(--line);
border-radius: 0;
background: #fbfaf7;
color: var(--ink);
font: inherit;
outline: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
border-color: var(--green);
box-shadow: 0 0 0 3px rgba(0, 60, 47, 0.08);
}

.contact-form textarea {
resize: vertical;
}

.form-note {
margin: 0;
color: var(--muted);
font-size: 14px;
}

.hidden {
display: none !important;
}

.site-footer {
padding: 34px 54px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 24px;
background: var(--green-deep);
color: rgba(255, 255, 255, 0.72);
}

.site-footer img {
width: 180px;
filter: brightness(0) invert(1);
opacity: 0.95;
}

.site-footer p {
margin: 0;
font-size: 14px;
}

@media (max-width: 1100px) {
.site-header {
padding: 16px 28px;
}

.brand img {
width: 220px;
}

.hero {
grid-template-columns: 1fr;
}

.hero-copy {
padding: 78px 7vw 56px;
}

.hero-visual {
min-height: 420px;
}

.approach-grid,
.service-grid {
grid-template-columns: repeat(2, 1fr);
}

.contact-card {
grid-template-columns: 1fr;
}
}

@media (max-width: 760px) {
.site-header {
min-height: 72px;
padding: 14px 20px;
}

.brand img {
width: 198px;
}

.nav-toggle {
display: block;
}

.site-nav {
position: absolute;
top: 72px;
left: 0;
right: 0;
display: none;
flex-direction: column;
align-items: stretch;
gap: 0;
padding: 12px 20px 20px;
background: var(--paper);
border-bottom: 1px solid var(--line);
}

.site-nav.open {
display: flex;
}

.site-nav a {
padding: 14px 0;
border-bottom: 1px solid var(--line);
font-size: 16px;
}

.nav-cta {
margin-top: 12px;
text-align: center;
}

.hero-copy {
padding: 62px 24px 44px;
}

.hero h1 {
font-size: 46px;
}

.hero-text {
font-size: 18px;
}

.hero-visual {
min-height: 340px;
}

.hero-visual img {
object-position: 72% center;
}

.section {
padding: 72px 24px;
}

.intro-section {
padding-top: 78px;
padding-bottom: 78px;
}

.section-heading h2 {
font-size: 38px;
}

.intro-lead {
font-size: 20px;
}

.approach-grid,
.service-grid,
.coverage-boxes {
grid-template-columns: 1fr;
}

.service-card {
min-height: auto;
}

.service-number {
margin-bottom: 34px;
}

.why-item {
grid-template-columns: 1fr;
gap: 10px;
}

.contact-card {
padding: 34px 24px;
}

.site-footer {
padding: 28px 24px;
flex-direction: column;
align-items: flex-start;
}
}
