:root {
  --green: #2f8f3d;
  --deep: #172019;
  --moss: #e5f3dc;
  --yellow: #f7c737;
  --orange: #e66a2c;
  --ink: #151714;
  --soft: #f6f7f1;
  --muted: #5b6258;
  --line: #dce2d6;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: #fff; line-height: 1.55; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.site-header { position: fixed; top: 18px; left: 0; right: 0; z-index: 30; display: flex; justify-content: center; padding: 0 18px; pointer-events: none; }
.nav-pill { pointer-events: auto; display: inline-flex; align-items: center; gap: 28px; width: fit-content; margin: 0 auto; padding: 9px 11px 9px 14px; background: rgba(255,255,255,.9); border: 1px solid rgba(23,32,25,.15); border-radius: 999px; box-shadow: 0 18px 40px rgba(23,32,25,.14); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 9px; font-weight: 850; min-width: 0; }
.brand img { width: 44px; height: 44px; object-fit: contain; border-radius: 50%; background: #111; }
.brand span { font-size: 1rem; letter-spacing: 0; }
.nav-links { display: flex; gap: 20px; align-items: center; margin: 0; }
.nav-links a { font-size: .9rem; font-weight: 750; color: #2a3028; padding: 10px 0; }
.nav-links a.active { color: var(--green); }
.nav-cta { background: var(--deep); color: #fff; padding: 10px 18px; border-radius: 999px; font-weight: 850; }
.mobile-menu-toggle { display: none; width: 42px; height: 42px; border: 0; background: var(--deep); border-radius: 50%; align-items: center; justify-content: center; flex-direction: column; gap: 4px; }
.mobile-menu-toggle span { width: 17px; height: 2px; background: #fff; display: block; }
.mobile-menu { position: fixed; top: 78px; left: 16px; right: 16px; z-index: 25; background: #fff; border: 1px solid var(--line); box-shadow: 0 20px 50px rgba(23,32,25,.18); border-radius: 8px; padding: 10px; }
.mobile-menu a { display: block; padding: 13px 14px; font-weight: 800; border-bottom: 1px solid var(--line); }
.mobile-menu a:last-child { border-bottom: 0; background: var(--moss); border-radius: 6px; color: var(--deep); }
.hero { min-height: 92svh; position: relative; display: grid; align-items: end; overflow: hidden; background: #111; }
.hero picture, .hero picture img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero:after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(13,16,12,.24) 0%, rgba(13,16,12,.18) 38%, rgba(13,16,12,.76) 100%); }
.hero-content { position: relative; z-index: 1; max-width: 950px; padding: 150px 7vw 70px; color: #fff; }
.eyebrow { margin: 0 0 13px; text-transform: uppercase; font-size: .78rem; font-weight: 900; letter-spacing: .08em; color: var(--green); }
.hero .eyebrow { color: var(--yellow); }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(2.55rem, 6vw, 6.2rem); line-height: .95; letter-spacing: 0; max-width: 960px; margin-bottom: 24px; }
h2 { font-size: clamp(2rem, 4vw, 4.2rem); line-height: 1; letter-spacing: 0; margin-bottom: 18px; }
h3 { font-size: 1.32rem; line-height: 1.15; letter-spacing: 0; margin-bottom: 10px; }
.hero p { font-size: clamp(1.05rem, 1.7vw, 1.35rem); max-width: 680px; color: rgba(255,255,255,.92); }
.hero-actions, .contact-methods { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 13px 20px; border-radius: 999px; font-weight: 900; border: 1px solid transparent; }
.btn-primary { background: var(--yellow); color: var(--deep); }
.btn-ghost { color: #fff; border-color: rgba(255,255,255,.58); background: rgba(255,255,255,.12); }
.text-link { color: var(--green); font-weight: 900; border-bottom: 2px solid var(--yellow); }
.proof-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border-bottom: 1px solid var(--line); }
.proof-strip div { background: #fff; padding: 24px 7vw; min-height: 96px; }
.proof-strip span { display: block; color: var(--muted); font-size: .88rem; font-weight: 750; }
.proof-strip strong { display: block; color: var(--deep); font-size: 1.18rem; margin-top: 3px; }
section { padding: 88px 7vw; }
.section-heading { max-width: 850px; margin-bottom: 36px; }
.intro-band { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: 44px; background: #fff; }
.split-copy { font-size: 1.1rem; color: #3f473d; }
.services-preview { background: var(--soft); }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.service-card { background: #fff; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; min-width: 0; }
.service-card img { width: 100%; aspect-ratio: 1.35 / 1; object-fit: cover; }
.service-card div { padding: 22px; }
.service-card span { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; background: var(--moss); color: var(--green); font-weight: 900; margin-bottom: 14px; }
.service-card p { color: var(--muted); min-height: 76px; }
.service-card a { font-weight: 900; color: var(--green); }
.image-feature { display: grid; grid-template-columns: minmax(280px, .95fr) minmax(0, 1.05fr); gap: 52px; align-items: center; background: #fff; }
.image-feature img, .sub-hero img, .service-detail img { border-radius: 8px; aspect-ratio: 1.2 / 1; object-fit: cover; }
.quote-band { background: var(--deep); color: #fff; }
.quote-band .eyebrow { color: var(--yellow); }
.quote-track { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.quote-card { border: 1px solid rgba(255,255,255,.18); border-radius: 8px; padding: 24px; background: rgba(255,255,255,.06); }
.quote-card p { color: rgba(255,255,255,.88); }
.quote-card span { color: var(--yellow); font-weight: 900; }
.contact-band, .contact-page { display: grid; grid-template-columns: minmax(0, .95fr) minmax(320px, .8fr); gap: 42px; align-items: start; background: var(--moss); }
.contact-form { display: grid; gap: 14px; background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 22px; box-shadow: 0 20px 40px rgba(23,32,25,.08); }
.contact-form label { display: grid; gap: 7px; font-weight: 850; font-size: .9rem; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid #cfd7ca; border-radius: 6px; padding: 13px 12px; font: inherit; min-width: 0; }
.contact-form textarea { resize: vertical; }
.subpage { padding-top: 116px; }
.sub-hero, .service-detail { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .82fr); gap: 48px; align-items: center; background: #fff; padding-top: 80px; }
.sub-hero h1, .service-detail h1 { font-size: clamp(2.35rem, 5vw, 5.1rem); color: var(--deep); }
.sub-hero p, .service-detail p { color: #3f473d; font-size: 1.1rem; }
.profile-band, .area-band, .source-panel { display: grid; grid-template-columns: minmax(260px, .5fr) minmax(0, 1fr); gap: 42px; background: var(--soft); align-items: center; }
.profile-badge { background: var(--deep); border-radius: 8px; padding: 26px; }
.profile-badge img { width: 100%; max-width: 320px; margin: 0 auto; }
.area-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.area-list li { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 16px; font-weight: 850; }
.faq-list { display: grid; gap: 12px; background: #fff; }
details { border: 1px solid var(--line); border-radius: 8px; padding: 0; background: #fff; }
summary { cursor: pointer; padding: 18px 20px; font-weight: 900; }
details p { padding: 0 20px 18px; color: var(--muted); }
.cta-slab { background: var(--deep); color: #fff; display: flex; justify-content: space-between; gap: 24px; align-items: center; flex-wrap: wrap; }
.cta-slab p { color: rgba(255,255,255,.8); margin-bottom: 0; }
.contact-methods a, .contact-methods span { display: inline-flex; min-height: 44px; align-items: center; padding: 10px 14px; background: #fff; border: 1px solid var(--line); border-radius: 999px; font-weight: 900; }
.site-footer { background: #10150f; color: #fff; padding: 62px 7vw 92px; }
.footer-grid { display: grid; grid-template-columns: 1.25fr repeat(3, minmax(150px, .7fr)); gap: 32px; }
.site-footer img { background: #000; border-radius: 50%; margin-bottom: 16px; }
.site-footer h2 { font-size: 1rem; color: var(--yellow); margin-bottom: 14px; }
.site-footer p, .site-footer a { color: rgba(255,255,255,.78); }
.site-footer a { display: block; margin: 8px 0; }
.footer-credit a { display: inline; color: #fff; text-decoration: underline; }
.copyright { border-top: 1px solid rgba(255,255,255,.12); padding-top: 20px; margin-top: 34px; font-size: .9rem; }
.mobile-sticky-cta { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 35; height: 58px; }
.mobile-sticky-cta a { flex: 1; display: flex; align-items: center; justify-content: center; font-weight: 950; color: #fff; }
.mobile-sticky-cta .call { background: var(--green); }
.mobile-sticky-cta .message { background: #0a0a0a; }
@media (min-width: 1024px) {
  .mobile-menu-toggle { display: none !important; }
}
@media (max-width: 980px) {
  .nav-pill { width: min(100%, 620px); justify-content: space-between; gap: 12px; }
  .nav-links, .nav-cta { display: none; }
  .mobile-menu-toggle { display: flex; }
  .hero-content { padding: 132px 24px 54px; }
  .proof-strip, .intro-band, .image-feature, .contact-band, .contact-page, .sub-hero, .service-detail, .profile-band, .area-band, .source-panel { grid-template-columns: 1fr; }
  .service-grid, .quote-track, .footer-grid { grid-template-columns: 1fr 1fr; }
  section { padding: 64px 24px; }
  .site-footer { padding: 54px 24px 92px; }
  .subpage { padding-top: 96px; }
}
@media (max-width: 640px) {
  .site-header { top: 10px; padding: 0 10px; }
  .brand span { display: none; }
  .nav-pill { padding: 7px; }
  h1 { font-size: 2.68rem; }
  h2 { font-size: 2.12rem; }
  .hero { min-height: 88svh; }
  .hero-content { padding: 118px 18px 42px; }
  .hero-actions .btn { width: 100%; }
  .proof-strip, .service-grid, .quote-track, .footer-grid, .area-list { grid-template-columns: 1fr; }
  .proof-strip div { padding: 20px 22px; }
  section { padding: 54px 18px; }
  .sub-hero, .service-detail { padding-top: 54px; gap: 28px; }
  .contact-form { padding: 16px; }
  .mobile-sticky-cta { display: flex; }
  .service-card p { min-height: 0; }
}
