:root {
  --navy: #10265c;
  --dark: #071431;
  --green: #1f7a37;
  --green-dark: #174f2a;
  --soft-green: #f1f7ef;
  --paper: #fbfaf6;
  --text: #162033;
  --muted: #667085;
  --line: #dfe6df;
  --white: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-size: 16px;
  line-height: 1.55;
  padding-bottom: 76px;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
p, h1, h2 { margin: 0; }

.skip-link { position: absolute; left: -999px; top: 8px; background: var(--navy); color: white; padding: 10px 14px; z-index: 10; }
.skip-link:focus { left: 8px; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}
.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 8px 16px 8px 12px;
  overflow: hidden;
}
.brand { min-width: 0; display: flex; align-items: center; gap: 9px; color: var(--navy); text-decoration: none; font-weight: 850; line-height: 1.05; }
.brand img { width: 52px; height: 52px; border-radius: 11px; object-fit: contain; flex: 0 0 auto; }
.brand span { min-width: 0; font-size: .88rem; max-width: 7.8rem; }
.nav-title { display: none; }
.top-call { flex: 0 0 auto; padding: 8px 10px; border-radius: 999px; background: var(--navy); color: white; text-decoration: none; font-size: .76rem; font-weight: 850; white-space: nowrap; }

.hero { padding: 24px 18px 36px; background: linear-gradient(180deg, #fff, var(--paper)); overflow: hidden; }
.local, .kicker { color: var(--green); font-size: .78rem; letter-spacing: .13em; text-transform: uppercase; font-weight: 900; margin-bottom: 10px; }
h1 { color: var(--navy); font-size: clamp(2.18rem, 10.8vw, 4.5rem); line-height: 1.02; letter-spacing: -.045em; max-width: 10.7ch; }
h2 { color: var(--navy); font-size: clamp(1.78rem, 7.5vw, 3.1rem); line-height: 1.06; letter-spacing: -.04em; max-width: 13ch; }
.lead { margin-top: 16px; color: #344054; font-size: 1.08rem; max-width: 34rem; }
.hero-actions { margin-top: 22px; display: grid; gap: 11px; width: 100%; min-width: 0; }
.small { color: var(--muted); font-weight: 700; }
.btn { display: flex; align-items: center; justify-content: center; min-height: 52px; padding: 14px 14px; border-radius: 999px; font-weight: 900; text-decoration: none; text-align: center; max-width: 100%; min-width: 0; overflow-wrap: anywhere; }
.primary { width: min(100%, 330px); background: var(--navy); color: white; box-shadow: 0 12px 28px rgba(16,38,92,.2); font-size: .94rem; }
.light { margin-top: 20px; background: white; color: var(--navy); width: 100%; }
.hero-img { width: 100%; margin-top: 24px; border-radius: 22px; aspect-ratio: 4 / 3; object-fit: cover; object-position: center 58%; box-shadow: 0 14px 36px rgba(7,20,49,.13); }

.quick-links { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; padding: 12px 16px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.quick-links a { padding: 10px 6px; border-radius: 999px; background: var(--soft-green); color: var(--navy); text-align: center; text-decoration: none; font-size: .9rem; font-weight: 850; }

.section { padding: 52px 16px; border-bottom: 1px solid var(--line); }
.section-text { margin-top: 14px; color: var(--muted); max-width: 42rem; }
.service-list { margin-top: 22px; display: grid; gap: 10px; }
.service-list p { padding: 14px 15px; border: 1px solid var(--line); border-radius: 14px; background: white; color: var(--navy); font-weight: 850; }
.service-list p::before { content: "✓"; color: var(--green); margin-right: 9px; }

.work { background: var(--paper); }
.photo-stack { margin-top: 22px; display: grid; gap: 16px; }
.photo-stack figure { margin: 0; overflow: hidden; border-radius: 20px; background: white; border: 1px solid var(--line); box-shadow: 0 12px 30px rgba(7,20,49,.08); }
.photo-stack img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.photo-stack figcaption { padding: 12px 14px; color: var(--navy); font-weight: 850; font-size: .95rem; }

.quote-box { background: var(--navy); color: white; }
.quote-box h2, .quote-box .kicker { color: white; }
.quote-box .kicker { color: #a8efb2; }
.steps { margin: 22px 0 0; padding: 0; list-style: none; counter-reset: step; display: grid; gap: 10px; }
.steps li { counter-increment: step; position: relative; padding: 14px 14px 14px 52px; border-radius: 14px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.16); }
.steps li::before { content: counter(step); position: absolute; left: 14px; top: 13px; width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; background: white; color: var(--navy); font-weight: 900; }
.quote-box .primary { background: white; color: var(--navy); box-shadow: none; }

.areas { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 9px; }
.areas span { padding: 9px 12px; border-radius: 999px; background: var(--soft-green); color: var(--navy); font-weight: 800; font-size: .92rem; }
.why { background: #fff; }
.why ul { margin: 22px 0 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.why li { padding: 13px 14px; border-left: 4px solid var(--green); background: var(--paper); border-radius: 12px; font-weight: 800; color: var(--navy); }

.final-cta { padding: 48px 16px; background: linear-gradient(135deg, var(--navy), var(--green-dark)); color: white; }
.final-cta h2 { color: white; }
.final-cta .kicker { color: #cdebd2; margin-bottom: 12px; }
.final-cta p { margin-top: 12px; color: rgba(255,255,255,.86); }
.footer { padding: 34px 16px 96px; background: var(--dark); color: rgba(255,255,255,.78); }
.footer p { margin: 0 0 8px; }
.footer strong { color: white; }
.footer a { color: white; text-underline-offset: 4px; }
.copyright { margin-top: 20px !important; color: rgba(255,255,255,.45); font-size: .86rem; }
.sticky-call { position: fixed; left: 24px; bottom: 12px; z-index: 30; width: calc(100vw - 72px); max-width: 330px; padding: 15px 12px; border-radius: 999px; background: var(--navy); color: white; text-align: center; text-decoration: none; font-weight: 900; font-size: .94rem; box-shadow: 0 16px 36px rgba(0,0,0,.28); }

@media (min-width: 720px) {
  body { padding-bottom: 0; font-size: 17px; }
  .hero, .quick-links, .section, .final-cta, .footer { padding-left: max(32px, calc((100vw - 1080px) / 2)); padding-right: max(32px, calc((100vw - 1080px) / 2)); }
  .topbar-inner { position: relative; padding: 8px 22px; align-items: center; }
  .brand { gap: 0; }
  .brand img { width: 158px; height: 158px; border-radius: 18px; }
  .brand span { display: none; }
  .nav-title { display: flex; align-items: center; gap: 20px; position: absolute; left: 50%; transform: translateX(-50%); color: var(--navy); font-size: clamp(1.35rem, 2.4vw, 2rem); font-weight: 900; letter-spacing: -.03em; white-space: nowrap; }
  .nav-title::before,
  .nav-title::after { content: ""; display: block; width: clamp(54px, 7vw, 96px); height: 2px; border-radius: 999px; background: linear-gradient(90deg, transparent, rgba(31,122,55,.65)); }
  .nav-title::after { background: linear-gradient(90deg, rgba(31,122,55,.65), transparent); }
  .top-call { padding: 16px 28px; align-self: center; font-size: 1rem; border-radius: 999px; box-shadow: 0 10px 24px rgba(16,38,92,.18); }
  .hero { display: grid; grid-template-columns: .88fr 1.12fr; gap: 48px; align-items: center; padding-top: 58px; padding-bottom: 70px; }
  .hero-actions { justify-items: start; }
  .primary, .light { width: auto; min-width: 260px; display: inline-flex; }
  .hero-img { margin-top: 0; }
  .quick-links { display: flex; justify-content: center; gap: 12px; }
  .quick-links a { min-width: 115px; }
  .section { padding-top: 70px; padding-bottom: 70px; }
  .service-list { grid-template-columns: repeat(3, 1fr); }
  .photo-stack { grid-template-columns: 1fr 1fr; }
  .quote-box { display: block; }
  .steps { max-width: 780px; }
  .areas { max-width: 760px; }
  .why ul { grid-template-columns: repeat(2, 1fr); max-width: 820px; }
  .final-cta { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
  .footer { display: grid; grid-template-columns: 1.1fr .7fr .7fr; gap: 24px; }
  .copyright { grid-column: 1 / -1; }
  .sticky-call { display: none; }
}

@media (min-width: 1040px) {
  h1 { font-size: 5rem; }
  .photo-stack img { aspect-ratio: 16 / 10; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
