:root {
  --ink: #11130f;
  --charcoal: #23241f;
  --concrete: #e8e3da;
  --paper: #f7f4ee;
  --white: #fff;
  --muted: #67645e;
  --line: rgba(17, 19, 15, 0.14);
  --clay: #b86f3c;
  --rust: #8f4424;
  --steel: #59635e;
  --sage: #7b866f;
  --shadow: 0 24px 70px rgba(17, 19, 15, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, Arial, sans-serif; color: var(--ink); background: var(--paper); }
body, h1, h2, h3, p, a, span, strong { overflow-wrap: normal; word-break: normal; hyphens: none; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.site-header { position: fixed; z-index: 20; top: 0; left: 0; right: 0; display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 24px; min-height: 74px; padding: 12px clamp(18px, 4vw, 56px); color: #fff; transition: background .2s ease, border-color .2s ease; overflow: visible; }
.site-header.is-scrolled, .site-header.menu-open, .subpage .site-header { background: rgba(17, 19, 15, 0.94); border-bottom: 1px solid rgba(255, 255, 255, 0.12); backdrop-filter: blur(18px); }
.brand { display: inline-grid; grid-template-columns: 44px auto; gap: 12px; align-items: center; min-width: 0; }
.brand-mark { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid rgba(255, 255, 255, 0.38); background: rgba(255, 255, 255, 0.08); font-weight: 900; }
.brand strong { display: block; font-size: 15px; white-space: nowrap; }
.brand small { display: block; margin-top: 4px; color: rgba(255,255,255,.68); font-size: 10px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.site-nav { justify-self: end; display: flex; align-items: center; gap: 20px; font-size: 14px; font-weight: 800; }
.nav-item { position: relative; }
.nav-trigger { display: inline-flex; align-items: center; gap: 6px; border: 0; background: transparent; color: #fff; padding: 24px 0; font: inherit; cursor: pointer; }
.nav-trigger::after { content: ""; width: 7px; height: 7px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-2px); }
.mega-menu { position: absolute; top: 100%; left: 50%; transform: translateX(-50%); display: none; width: min(1040px, calc(100vw - 42px)); padding: 22px; background: #fff; color: var(--ink); border: 1px solid var(--line); box-shadow: var(--shadow); }
.nav-item:hover .mega-menu, .nav-item:focus-within .mega-menu, .nav-item.is-open .mega-menu { display: block; }
.mega-feature { display: grid; gap: 10px; padding: 22px; background: var(--ink); color: #fff; margin-bottom: 18px; }
.mega-feature span, .eyebrow { color: var(--clay); font-weight: 900; text-transform: uppercase; letter-spacing: .05em; font-size: .78rem; }
.mega-feature strong { font-size: 1.35rem; line-height: 1.25; }
.mega-columns { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.mega-columns.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.mega-columns h3 { margin: 0 0 12px; font-size: .82rem; color: var(--muted); text-transform: uppercase; }
.mega-menu a { display: block; padding: 10px 0; border-top: 1px solid var(--line); font-weight: 800; }
.compact-menu { left: auto; right: 0; transform: none; width: 310px; }
.nav-cta, .button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 20px; border: 1px solid rgba(255,255,255,.34); color: #fff; font-weight: 900; }
.button { border-color: var(--line); color: var(--ink); background: transparent; }
.button.primary { background: var(--clay); color: #fff; border-color: var(--clay); }
.button.secondary { border-color: rgba(255,255,255,.35); color: #fff; }
.button.light { color: #fff; border-color: rgba(255,255,255,.4); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.34); background: rgba(255,255,255,.08); color: #fff; }
.menu-toggle span { display: block; width: 18px; height: 2px; margin: 5px auto; background: currentColor; }
.hero, .page-hero { position: relative; min-height: 860px; display: grid; align-items: center; overflow: hidden; color: #fff; background: var(--ink); }
.page-hero { min-height: 620px; }
.hero-backdrop { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(17,19,15,.96), rgba(17,19,15,.58), rgba(17,19,15,.38)), url("https://images.unsplash.com/photo-1541888946425-d81bb19240f5?auto=format&fit=crop&w=2200&q=80") center/cover; }
.page-hero .hero-backdrop { background: linear-gradient(90deg, rgba(17,19,15,.95), rgba(17,19,15,.68), rgba(17,19,15,.42)), url("https://images.unsplash.com/photo-1503387762-592deb58ef4e?auto=format&fit=crop&w=2200&q=80") center/cover; }
.hero-content { position: relative; width: min(1120px, calc(100% - 36px)); margin: 0 auto; padding-top: 88px; }
h1, h2 { font-family: "Libre Baskerville", Georgia, serif; margin: 0; line-height: .98; letter-spacing: 0; }
h1 { max-width: 870px; font-size: clamp(3.2rem, 7.4vw, 7rem); }
h2 { font-size: clamp(2.35rem, 5vw, 4.75rem); }
h3 { margin: 0; font-size: 1.2rem; }
.hero-content > p:not(.eyebrow), .page-hero .hero-content > p:not(.eyebrow) { max-width: 680px; color: rgba(255,255,255,.82); font-size: 1.08rem; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.trust-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; max-width: 880px; margin: 46px 0 0; padding: 0; background: rgba(255,255,255,.14); }
.trust-strip div { padding: 22px; background: rgba(17,19,15,.72); }
.trust-strip dt { font-weight: 900; }
.trust-strip dd { margin: 8px 0 0; color: rgba(255,255,255,.72); }
.intro-band { background: var(--ink); color: #fff; }
.intro-inner { width: min(1120px, calc(100% - 36px)); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 30px; align-items: center; padding: 34px 0; }
.intro-inner p { margin: 0; max-width: 780px; color: rgba(255,255,255,.8); font-size: 1.15rem; line-height: 1.65; }
.intro-inner a { color: #fff; font-weight: 900; }
.section, .process-section, .deep-section { width: min(1120px, calc(100% - 36px)); margin: 0 auto; padding: clamp(72px, 10vw, 128px) 0; }
.section-heading { display: grid; grid-template-columns: minmax(0, .72fr) minmax(280px, .9fr); gap: 34px; align-items: end; margin-bottom: 38px; }
.section-heading p:not(.eyebrow) { color: var(--muted); line-height: 1.7; }
.service-grid, .deep-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.service-card, .deep-grid article, .spec-card { min-width: 0; min-height: 284px; padding: 24px; background: #fff; border: 1px solid var(--line); box-shadow: 0 10px 34px rgba(17,19,15,.06); display: flex; flex-direction: column; gap: 14px; }
.service-icon { width: 38px; height: 38px; background: linear-gradient(135deg, var(--clay), var(--steel)); }
.service-card p, .deep-grid p, .proof-section p, .contact-copy p { color: var(--muted); line-height: 1.65; }
.service-card a { margin-top: auto; color: var(--rust); font-weight: 900; }
.proof-section { width: min(1180px, calc(100% - 36px)); margin: 0 auto; padding: clamp(74px, 10vw, 124px) clamp(22px, 5vw, 68px); background: var(--charcoal); color: #fff; display: grid; grid-template-columns: minmax(0, .9fr) minmax(300px, 440px); gap: 54px; }
.proof-panel { display: grid; gap: 10px; padding: 26px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); }
.proof-panel strong { font-size: 1.5rem; }
.proof-panel span { padding: 12px 0; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.78); }
.coverage { display: grid; grid-template-columns: minmax(0, .82fr) minmax(320px, .9fr); gap: 44px; width: min(1120px, calc(100% - 36px)); margin: 0 auto; padding: clamp(74px, 10vw, 128px) 0; }
.coverage-content p { color: var(--muted); line-height: 1.7; }
.county-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.county-grid span { min-height: 104px; display: flex; align-items: flex-end; padding: 18px; background: var(--ink); color: #fff; font-weight: 900; }
.timeline { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.timeline article { padding: 22px; border: 1px solid var(--line); background: #fff; }
.timeline span { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 26px; background: var(--clay); color: #fff; font-weight: 900; }
.contact-section { display: grid; grid-template-columns: minmax(0, .9fr) minmax(360px, 560px); gap: clamp(34px, 7vw, 92px); width: min(1120px, calc(100% - 36px)); margin: 0 auto; padding: clamp(74px, 10vw, 128px) 0; }
.contact-section > *, .contact-copy, .contact-form { min-width: 0; max-width: 100%; }
.contact-details { display: grid; gap: 12px; margin-top: 30px; font-weight: 900; }
.contact-details a, .site-footer a { overflow-wrap: anywhere; }
.contact-details span { color: var(--muted); font-weight: 700; }
.contact-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; padding: 28px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.contact-form label { display: grid; gap: 8px; font-size: .88rem; font-weight: 900; }
.contact-form .full { grid-column: 1 / -1; }
input, select, textarea { width: 100%; border: 1px solid var(--line); background: var(--paper); color: var(--ink); padding: 13px 14px; font: inherit; border-radius: 0; }
textarea { resize: vertical; }
.faq-list { display: grid; gap: 12px; }
details { background: #fff; border: 1px solid var(--line); padding: 20px; }
summary { cursor: pointer; font-weight: 900; font-size: 1.05rem; }
details p { color: var(--muted); line-height: 1.7; }
.site-footer { display: grid; grid-template-columns: minmax(240px, 1fr) auto; align-items: start; gap: 20px; padding: 26px clamp(18px, 4vw, 56px); background: var(--ink); color: #fff; }
.site-footer div { display: grid; gap: 4px; min-width: 0; }
.site-footer span, .site-footer small, .site-footer a { color: rgba(255,255,255,.66); font-size: .9rem; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px 22px; max-width: 620px; }

@media (max-width: 980px) {
  .site-header { display: flex; align-items: center; width: 100%; max-width: 100vw; overflow: visible; }
  .brand { width: min(270px, calc(100vw - 190px)); }
  .site-nav { position: fixed; top: 68px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; width: 100vw; height: calc(100dvh - 68px); padding: 12px; overflow-y: auto; background: #11130f; z-index: 50; }
  .site-header.menu-open .site-nav { display: flex; }
  .site-nav a { min-height: 48px; padding: 14px 16px; color: rgba(255,255,255,.9); background: #1d2422; border: 1px solid rgba(255,255,255,.08); }
  .nav-item { width: 100%; }
  .nav-trigger { width: 100%; min-height: 52px; padding: 14px 16px; justify-content: space-between; background: #1d2422; border: 1px solid rgba(255,255,255,.08); }
  .mega-menu, .compact-menu { position: static; display: none; transform: none; width: 100%; margin: 8px 0 0; padding: 14px; box-shadow: none; background: #222925; color: #fff; border-color: rgba(255,255,255,.12); }
  .nav-item:hover .mega-menu, .nav-item:focus-within .mega-menu { display: none; }
  .nav-item.is-open .mega-menu { display: block; }
  .mega-feature { background: rgba(255,255,255,.07); }
  .mega-columns, .mega-columns.four { grid-template-columns: 1fr; }
  .mega-menu a { color: rgba(255,255,255,.9); background: transparent; border-top-color: rgba(255,255,255,.12); }
  .menu-toggle { display: block; flex: 0 0 44px; }
  .nav-cta { margin-left: auto; }
  .section-heading, .proof-section, .coverage, .contact-section { grid-template-columns: 1fr; }
  .service-grid, .deep-grid, .timeline { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  .site-header { padding: 12px 16px; gap: 10px; }
  .brand { width: min(230px, calc(100vw - 92px)); }
  .brand strong { font-size: 13px; }
  .brand small { font-size: 9px; }
  .nav-cta { display: none; }
  .hero { min-height: 760px; }
  .page-hero { min-height: 560px; }
  .hero-content { padding-top: 108px; }
  h1 { font-size: clamp(2.1rem, 10vw, 4.2rem); line-height: 1.04; }
  h2 { font-size: clamp(2rem, 10vw, 3.15rem); line-height: 1.06; }
  .hero-actions, .button { width: 100%; }
  .trust-strip, .intro-inner, .service-grid, .deep-grid, .timeline, .county-grid, .contact-form { grid-template-columns: 1fr; }
  .proof-section, .coverage { padding-left: 18px; padding-right: 18px; }
  .contact-form { min-width: 0; padding: 20px; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer nav { justify-content: flex-start; }
}

@media (max-width: 340px) {
  .site-header { padding-left: 12px; padding-right: 12px; }
  .brand { width: min(210px, calc(100vw - 76px)); gap: 8px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand strong { font-size: 12px; }
  .menu-toggle { width: 40px; min-width: 40px; height: 40px; }
  h1 { font-size: clamp(1.95rem, 9vw, 2.25rem); }
  h2 { font-size: clamp(1.72rem, 8vw, 2.05rem); }
  .section, .process-section, .deep-section, .hero-content, .coverage, .contact-section { width: calc(100% - 28px); }
  .contact-form { padding: 16px; box-shadow: none; }
  .contact-details { font-size: .82rem; }
}
