:root {
  --ink: #16302d;
  --green: #173f3a;
  --green-2: #24564e;
  --mint: #eaf2ef;
  --cream: #f8f5ee;
  --gold: #d2a54d;
  --gold-light: #f5c46a;
  --text: #43514e;
  --line: #d8e1dd;
  --white: #ffffff;
  --shadow: 0 20px 50px rgba(18, 52, 47, .10);
  --radius: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 20px; top: -80px; z-index: 999; padding: 12px 16px; background: var(--white); color: var(--green); border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 20px; }

.utility-bar { background: #102e2a; color: #dbe7e3; font-size: .82rem; }
.utility-inner { min-height: 36px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.utility-inner a { color: var(--gold-light); font-weight: 700; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(216,225,221,.8); backdrop-filter: blur(12px); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--green); }
.brand-mark { width: 48px; height: 48px; display: grid; place-items: center; color: var(--green); background: var(--mint); border-radius: 14px; }
.brand-mark svg { width: 34px; height: 34px; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.15; }
.brand-copy strong { font-size: 1.05rem; letter-spacing: -.01em; }
.brand-copy small { margin-top: 5px; color: #72817d; font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.main-nav { display: flex; align-items: center; gap: 26px; font-size: .92rem; font-weight: 700; color: #41534f; }
.main-nav > a:hover { color: var(--green); }
.nav-cta { padding: 12px 17px; color: var(--white) !important; background: var(--green); border-radius: 10px; box-shadow: 0 8px 18px rgba(23,63,58,.18); }

.hero { position: relative; overflow: hidden; padding: 88px 0 90px; color: var(--white); background: radial-gradient(circle at 82% 18%, rgba(210,165,77,.28), transparent 24%), linear-gradient(128deg, #112f2b 0%, #194941 58%, #1f574e 100%); }
.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to left, #000, transparent 70%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 76px; }
.eyebrow, .section-label { display: inline-block; margin: 0 0 14px; color: #b9852f; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .15em; }
.hero .eyebrow { color: var(--gold-light); }
h1, h2, h3 { margin-top: 0; color: var(--ink); line-height: 1.16; letter-spacing: -.025em; }
.hero h1 { max-width: 760px; margin-bottom: 23px; color: var(--white); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.55rem, 5.2vw, 4.7rem); font-weight: 600; }
.hero-lead { max-width: 710px; margin: 0; color: #dce8e4; font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 0 20px; border: 1px solid transparent; border-radius: 11px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #17352f; background: var(--gold-light); box-shadow: 0 12px 26px rgba(0,0,0,.18); }
.button-secondary { color: var(--white); background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.28); }
.button-gold { color: #17352f; background: var(--gold-light); border: 0; }
.trust-list { display: flex; flex-wrap: wrap; gap: 17px 28px; margin: 28px 0 0; padding: 0; list-style: none; color: #d7e4df; font-size: .88rem; }
.trust-list li::before { content: "✓"; margin-right: 8px; color: var(--gold-light); font-weight: 900; }
.hero-card { padding: 27px; color: var(--ink); background: rgba(255,255,255,.97); border: 1px solid rgba(255,255,255,.5); border-radius: 22px; box-shadow: 0 28px 70px rgba(0,0,0,.24); }
.hero-card-top { padding-bottom: 19px; border-bottom: 1px solid var(--line); }
.hero-card-top span { display: block; color: #7c8b87; font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.hero-card-top strong { display: block; margin-top: 7px; font-family: Georgia, serif; font-size: 1.35rem; }
.metric-row > div { display: grid; grid-template-columns: 39px 1fr; gap: 13px; align-items: start; padding: 17px 0; border-bottom: 1px solid #e5ebe8; }
.metric-row span { display: grid; place-items: center; width: 34px; height: 34px; color: var(--white); background: var(--green); border-radius: 50%; font-size: .76rem; font-weight: 800; }
.metric-row p { margin: 2px 0 0; color: #4f5f5b; font-size: .91rem; line-height: 1.5; }
.small-note { margin: 17px 0 0; color: #7b8985; font-size: .76rem; line-height: 1.5; }

.intro-strip { padding: 58px 0; background: var(--cream); border-bottom: 1px solid #ece6d9; }
.intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.intro-grid h2, .section-heading h2, .process-copy h2, .about-copy h2, .cta-section h2 { margin-bottom: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 3.3vw, 3.05rem); font-weight: 600; }
.intro-grid p { margin: 0; font-size: 1.03rem; }

.section { padding: 94px 0; }
.section-tinted { background: var(--mint); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 38px; }
.section-heading > p { max-width: 430px; margin: 0 0 6px; }
.card-grid { display: grid; gap: 20px; }
.four-cards { grid-template-columns: repeat(4, 1fr); }
.service-card { position: relative; min-height: 310px; padding: 27px 24px 24px; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-6px); border-color: #b8cbc5; box-shadow: var(--shadow); }
.card-number { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 31px; color: var(--green); background: var(--mint); border-radius: 12px; font-size: .78rem; font-weight: 900; }
.service-card h3 { font-size: 1.23rem; }
.service-card p { margin-bottom: 25px; font-size: .93rem; }
.service-card a { position: absolute; left: 24px; right: 24px; bottom: 23px; color: var(--green); font-size: .84rem; font-weight: 800; }

.split-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 82px; align-items: start; }
.process-copy { position: sticky; top: 130px; }
.process-copy p { margin: 22px 0; }
.text-link { color: var(--green); font-weight: 800; }
.steps-list { margin: 0; padding: 0; list-style: none; }
.steps-list li { display: grid; grid-template-columns: 54px 1fr; gap: 20px; padding: 26px 0; border-bottom: 1px solid #cbdad5; }
.steps-list li:first-child { padding-top: 0; }
.steps-list > li > span { display: grid; place-items: center; width: 46px; height: 46px; color: var(--white); background: var(--green); border-radius: 14px; font-weight: 900; }
.steps-list h3 { margin-bottom: 7px; }
.steps-list p { margin: 0; }

.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 72px; align-items: center; }
.about-panel { position: relative; min-height: 520px; overflow: hidden; background: linear-gradient(145deg, #173f3a 0%, #24564e 100%); border-radius: 24px; box-shadow: var(--shadow); }
.about-panel::before { content: ""; position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(120deg, transparent 47%, rgba(255,255,255,.25) 48%, transparent 49%); background-size: 60px 60px; }
.city-line { position: absolute; left: 8%; right: 8%; bottom: 13%; height: 42%; opacity: .88; background: linear-gradient(to top, rgba(245,196,106,.92), rgba(245,196,106,.92)) 0 100%/100% 3px no-repeat; clip-path: polygon(0 78%,7% 76%,7% 58%,13% 58%,13% 73%,20% 73%,20% 46%,27% 46%,27% 65%,34% 65%,34% 32%,40% 32%,40% 63%,46% 63%,46% 42%,51% 42%,51% 70%,59% 70%,59% 51%,67% 51%,67% 65%,74% 65%,74% 38%,82% 38%,82% 72%,90% 72%,90% 55%,96% 55%,96% 78%,100% 78%,100% 100%,0 100%); background-color: rgba(245,196,106,.3); }
.about-badge { position: absolute; top: 48px; left: 48px; display: flex; flex-direction: column; color: var(--white); }
.about-badge strong { font-family: Georgia, serif; font-size: 5.4rem; line-height: .9; color: var(--gold-light); }
.about-badge span { margin-top: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }
.about-copy p { margin: 20px 0 0; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 32px; }
.values-grid div { padding: 16px; background: var(--cream); border: 1px solid #e9e2d4; border-radius: 12px; }
.values-grid strong, .values-grid span { display: block; }
.values-grid strong { color: var(--green); }
.values-grid span { margin-top: 4px; font-size: .78rem; line-height: 1.4; }

.resources-section { background: #f9faf9; border-top: 1px solid #edf1ef; }
.compact-heading { margin-bottom: 30px; }
.resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.resource-grid article { padding: 28px; background: var(--white); border: 1px solid var(--line); border-radius: 16px; }
.resource-grid h3 { margin-bottom: 12px; font-size: 1.12rem; }
.resource-grid p { margin: 0; font-size: .91rem; }
.safety-notice { display: grid; grid-template-columns: 190px 1fr; gap: 24px; align-items: center; margin-top: 22px; padding: 22px 25px; color: #5a4829; background: #fff7e7; border: 1px solid #ead39e; border-radius: 14px; }
.safety-notice strong { color: #76571e; }
.safety-notice p { margin: 0; font-size: .88rem; }

.cta-section { padding: 90px 0; color: #dce8e4; background: #123530; }
.cta-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.cta-section h2 { color: var(--white); }
.cta-section > .container > div > p { font-size: 1rem; }
.light-label { color: var(--gold-light); }
.contact-form { padding: 28px; color: var(--text); background: var(--white); border-radius: 20px; box-shadow: 0 25px 60px rgba(0,0,0,.2); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.contact-form label { display: block; margin-bottom: 15px; color: var(--ink); font-size: .83rem; font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 7px; padding: 13px 14px; color: #33433f; background: #fbfcfb; border: 1px solid #cad7d2; border-radius: 10px; outline: none; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--green-2); box-shadow: 0 0 0 3px rgba(36,86,78,.12); }
.contact-form textarea { resize: vertical; }
.contact-form .button { width: 100%; }
.form-note { margin: 12px 0 0; color: #75837f; font-size: .73rem; line-height: 1.45; }

.site-footer { padding-top: 66px; color: #b7c7c2; background: #0d2926; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .65fr .65fr; gap: 70px; padding-bottom: 42px; }
.footer-logo { color: var(--white); }
.footer-logo .brand-mark { color: var(--white); background: rgba(255,255,255,.08); }
.footer-logo .brand-copy small { color: #a9bbb5; }
.footer-brand p { max-width: 430px; font-size: .88rem; }
.footer-grid h2 { margin-bottom: 16px; color: var(--white); font-family: inherit; font-size: .82rem; text-transform: uppercase; letter-spacing: .12em; }
.footer-grid > div:not(.footer-brand) a { display: block; margin: 9px 0; font-size: .87rem; }
.footer-grid a:hover { color: var(--gold-light); }
.disclosure-box { padding: 26px 0; border-top: 1px solid rgba(255,255,255,.11); }
.disclosure-box p { margin: 8px 0; font-size: .74rem; line-height: 1.6; }
.footer-bottom { margin-top: 24px; background: #09211e; }
.footer-bottom-inner { min-height: 58px; display: flex; justify-content: space-between; align-items: center; gap: 25px; font-size: .73rem; }
.footer-bottom p { margin: 0; }

@media (max-width: 1040px) {
  .main-nav { gap: 16px; font-size: .84rem; }
  .four-cards { grid-template-columns: repeat(2, 1fr); }
  .hero-grid, .about-grid { gap: 45px; }
}

@media (max-width: 860px) {
  .utility-bar { display: none; }
  .site-header { position: static; }
  .nav-wrap { min-height: auto; padding-top: 15px; padding-bottom: 15px; align-items: flex-start; }
  .main-nav { justify-content: flex-end; flex-wrap: wrap; gap: 10px 16px; }
  .main-nav a:not(.nav-cta) { display: none; }
  .hero { padding: 67px 0; }
  .hero-grid, .intro-grid, .split-grid, .about-grid, .cta-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 42px; }
  .intro-grid, .split-grid, .about-grid, .cta-grid { gap: 36px; }
  .process-copy { position: static; }
  .about-panel { min-height: 400px; }
  .resource-grid { grid-template-columns: 1fr; }
  .safety-notice { grid-template-columns: 1fr; gap: 5px; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .brand-copy small { display: none; }
  .brand-mark { width: 43px; height: 43px; }
  .nav-cta { padding: 10px 12px; font-size: .78rem; }
  .hero h1 { font-size: 2.45rem; }
  .hero-actions, .hero-actions .button { width: 100%; }
  .trust-list { display: block; }
  .trust-list li { margin: 8px 0; }
  .section { padding: 70px 0; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 16px; }
  .four-cards, .values-grid, .form-row { grid-template-columns: 1fr; }
  .service-card { min-height: 285px; }
  .about-panel { min-height: 330px; }
  .about-badge { top: 32px; left: 30px; }
  .about-badge strong { font-size: 4.3rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom-inner { padding: 16px 0; flex-direction: column; align-items: flex-start; gap: 3px; }
}
