:root {
  --ink: #17201b;
  --muted: #5d6962;
  --paper: #f6f5f0;
  --white: #fff;
  --line: #d9ddd9;
  --green: #174f35;
  --green-dark: #0c3523;
  --green-soft: #e7efe9;
  --gold: #d6a62d;
  --shadow: 0 18px 50px rgba(19, 42, 29, .10);
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; transform: translateY(-150%); background: var(--white); color: var(--green-dark); padding: .7rem 1rem; font-weight: 800; }
.skip-link:focus { transform: none; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 780px); margin-inline: auto; }
.eyebrow { display: inline-flex; align-items: center; gap: .55rem; margin: 0 0 1rem; color: var(--green); font-size: .76rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 3px; background: var(--gold); }
h1, h2, h3 { margin: 0; line-height: 1.08; letter-spacing: -.025em; }
h1 { font-size: clamp(2.6rem, 6vw, 5.5rem); }
h2 { font-size: clamp(2rem, 4vw, 3.25rem); }
h3 { font-size: 1.2rem; }
p { margin: 0 0 1rem; }
.lead { font-size: clamp(1.08rem, 2vw, 1.28rem); color: var(--muted); }
.section { padding: clamp(4rem, 8vw, 7rem) 0; }
.section-soft { background: var(--paper); }
.section-dark { color: var(--white); background: var(--green-dark); }
.section-heading { max-width: 720px; margin-bottom: 2.5rem; }
.section-heading p { margin-top: 1rem; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: .55rem; min-height: 50px; padding: .75rem 1.25rem; border: 1px solid transparent; background: var(--green); color: var(--white); text-decoration: none; font-weight: 800; transition: transform .2s, background .2s; cursor: pointer; }
.button:hover { background: var(--green-dark); transform: translateY(-2px); }
.button-light { background: var(--white); color: var(--green-dark); }
.button-light:hover { background: var(--paper); }
.button-outline { border-color: rgba(255,255,255,.45); background: transparent; color: var(--white); }
.button-outline:hover { background: rgba(255,255,255,.1); }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.utility-bar { padding: .42rem 0; color: rgba(255,255,255,.82); background: var(--green-dark); font-size: .78rem; }
.utility-bar .container { display: flex; justify-content: space-between; gap: 1rem; }
.utility-bar a { text-decoration: none; }
.nav-wrap { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .85rem; color: var(--green-dark); text-decoration: none; }
.brand-mark { display: grid; width: 42px; height: 42px; place-items: center; color: var(--white); background: var(--green); font-size: .82rem; font-weight: 900; letter-spacing: -.05em; clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); }
.brand-copy { font-size: 1.17rem; font-weight: 900; letter-spacing: -.025em; line-height: 1; }
.brand-copy small { display: block; margin-top: .3rem; color: var(--muted); font-size: .6rem; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 1.65rem; }
.desktop-nav a { color: #354039; text-decoration: none; font-size: .9rem; font-weight: 750; }
.desktop-nav a:hover { color: var(--green); }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { list-style: none; cursor: pointer; font-weight: 800; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-panel { position: absolute; top: 48px; right: 0; width: min(310px, calc(100vw - 40px)); padding: 1rem; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
.mobile-panel a { display: block; padding: .7rem; text-decoration: none; font-weight: 750; }
.hero { position: relative; min-height: 670px; display: grid; align-items: center; overflow: hidden; background: var(--green-dark); }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,31,20,.94) 0%, rgba(7,31,20,.78) 42%, rgba(7,31,20,.15) 76%, rgba(7,31,20,.08) 100%); }
.hero-content { position: relative; z-index: 1; max-width: 720px; padding: 7rem 0; color: var(--white); }
.hero-content .eyebrow { color: #f4d373; }
.hero-content h1 { max-width: 680px; }
.hero-content .lead { max-width: 620px; margin: 1.5rem 0 2rem; color: rgba(255,255,255,.82); }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.trust-strip { color: var(--white); background: var(--green); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 1.6rem; border-left: 1px solid rgba(255,255,255,.18); }
.trust-item:last-child { border-right: 1px solid rgba(255,255,255,.18); }
.trust-item strong { display: block; font-size: 1rem; }
.trust-item span { color: rgba(255,255,255,.7); font-size: .78rem; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.card { position: relative; padding: 2rem; background: var(--white); }
.card-number { display: block; margin-bottom: 2rem; color: var(--green); font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.card p { margin: .8rem 0 1.4rem; color: var(--muted); }
.text-link { color: var(--green); text-decoration: none; font-weight: 850; }
.text-link::after { content: "  →"; }
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2.5rem, 7vw, 6rem); align-items: center; }
.split.reverse { grid-template-columns: .95fr 1.05fr; }
.media-frame { position: relative; }
.media-frame::after { content: ""; position: absolute; z-index: -1; right: -18px; bottom: -18px; width: 62%; height: 62%; background: var(--gold); }
.media-frame img { width: 100%; aspect-ratio: 4/3; object-fit: cover; box-shadow: var(--shadow); }
.check-list { display: grid; gap: .85rem; padding: 0; margin: 1.75rem 0 0; list-style: none; }
.check-list li { display: grid; grid-template-columns: 24px 1fr; gap: .7rem; }
.check-list li::before { content: "✓"; display: grid; width: 21px; height: 21px; place-items: center; color: var(--white); background: var(--green); font-size: .7rem; font-weight: 900; }
.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; counter-reset: process; }
.process-item { counter-increment: process; padding-top: 1.2rem; border-top: 3px solid var(--green); }
.process-item::before { content: "0" counter(process); display: block; margin-bottom: 1.2rem; color: var(--green); font-weight: 900; }
.process-item p { margin-top: .7rem; color: var(--muted); font-size: .92rem; }
.cta { padding: clamp(3rem, 7vw, 5.5rem); color: var(--white); background: var(--green); display: flex; justify-content: space-between; align-items: center; gap: 2rem; }
.cta p { max-width: 620px; margin: .8rem 0 0; color: rgba(255,255,255,.76); }
.page-hero { padding: clamp(5rem, 10vw, 8rem) 0; color: var(--white); background: linear-gradient(120deg, var(--green-dark), var(--green)); }
.page-hero .lead { max-width: 730px; margin-top: 1.2rem; color: rgba(255,255,255,.78); }
.prose { color: #36423b; font-size: 1.04rem; }
.prose h2, .prose h3 { margin: 2.2rem 0 .8rem; color: var(--green-dark); }
.prose a { color: var(--green); font-weight: 700; }
.prose img { margin: 2rem 0; }
.prose ul, .prose ol { padding-left: 1.3rem; }
.listing { display: grid; gap: 1rem; }
.listing-card { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center; padding: 1.65rem; border: 1px solid var(--line); color: inherit; text-decoration: none; background: var(--white); transition: border .2s, transform .2s, box-shadow .2s; }
.listing-card:hover { border-color: var(--green); transform: translateY(-2px); box-shadow: var(--shadow); }
.listing-card p { margin: .55rem 0 0; color: var(--muted); }
.meta { color: var(--green); font-size: .75rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.location-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.location-card { min-height: 210px; display: flex; flex-direction: column; justify-content: flex-end; padding: 1.6rem; color: var(--white); text-decoration: none; background: linear-gradient(145deg, var(--green-dark), var(--green)); }
.location-card p { color: rgba(255,255,255,.72); font-size: .9rem; }
.article-header { padding: 5rem 0 3rem; background: var(--paper); }
.article-header .meta { margin-bottom: 1rem; }
.article-header h1 { max-width: 900px; font-size: clamp(2.5rem, 5vw, 4.5rem); }
.form-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 4rem; align-items: start; }
.contact-panel { padding: 2rem; color: var(--white); background: var(--green-dark); }
.contact-panel a { text-decoration: none; }
.contact-panel hr { border: 0; border-top: 1px solid rgba(255,255,255,.18); margin: 1.5rem 0; }
.form-card { padding: clamp(1.5rem, 4vw, 2.5rem); border: 1px solid var(--line); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { margin-bottom: 1rem; }
.field label { display: block; margin-bottom: .4rem; font-size: .84rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; padding: .7rem .8rem; border: 1px solid #bfc7c1; border-radius: 0; background: var(--white); }
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--green); outline: 2px solid rgba(23,79,53,.18); }
.field-error, .errorlist { margin: .35rem 0 0; padding: 0; color: #a12622; font-size: .8rem; list-style: none; }
.form-alert { margin-bottom: 1rem; padding: 1rem; border-left: 4px solid #a12622; background: #fff0ef; color: #7c1d19; }
.site-footer { color: rgba(255,255,255,.72); background: #091d14; }
.footer-main { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 3rem; padding: 4.5rem 0; }
.footer-brand { color: var(--white); font-size: 1.35rem; font-weight: 900; }
.site-footer h3 { margin-bottom: 1rem; color: var(--white); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin: .5rem 0; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding: 1.2rem 0; border-top: 1px solid rgba(255,255,255,.12); font-size: .75rem; }
@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .hero { min-height: 610px; }
  .hero::after { background: linear-gradient(90deg, rgba(7,31,20,.94), rgba(7,31,20,.68)); }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .cards, .location-grid { grid-template-columns: 1fr 1fr; }
  .split, .split.reverse, .form-layout { grid-template-columns: 1fr; }
  .process { grid-template-columns: 1fr 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .container, .narrow { width: min(calc(100% - 30px), var(--max)); }
  .utility-bar span:first-child { display: none; }
  .nav-wrap { min-height: 68px; }
  .brand-copy small { display: none; }
  .hero { min-height: 650px; align-items: end; }
  .hero-media { object-position: 62% center; }
  .hero-content { padding: 8rem 0 4rem; }
  .trust-grid, .cards, .location-grid, .process, .form-grid, .footer-main { grid-template-columns: 1fr; }
  .trust-item { border-bottom: 1px solid rgba(255,255,255,.18); }
  .cta { align-items: flex-start; flex-direction: column; }
  .listing-card { grid-template-columns: 1fr; gap: 1rem; }
  .footer-bottom { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }
