:root {
  --blue: #005F86;
  --blue-dark: #003B58;
  --orange: #BE531C;
  --orange-dark: #9C4014;
  --charcoal: #2C2A29;
  --white: #FFFFFF;
  --warm: #F5F5F3;
  --line: #DDDCD7;
  --muted: #676461;
  --max: 1180px;
  --shadow: 0 18px 50px rgba(16, 31, 40, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--charcoal);
  background: var(--white);
  font-family: "Segoe UI", Aptos, Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.skip-link {
  position: fixed; left: 12px; top: -80px; z-index: 9999;
  background: var(--orange); color: #fff; padding: 10px 16px; border-radius: 4px;
}
.skip-link:focus { top: 12px; }

.container { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.section { padding: 96px 0; }
.eyebrow {
  margin: 0 0 12px; color: var(--orange); font-size: .78rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: .16em;
}
.eyebrow-light { color: #F6C2A6; }
h1, h2, h3 { margin-top: 0; line-height: 1.06; letter-spacing: -.025em; }
h1 { font-size: clamp(3.25rem, 7vw, 6.8rem); color: #fff; margin-bottom: 24px; max-width: 900px; }
h2 { font-size: clamp(2.35rem, 4.2vw, 4.3rem); color: var(--blue); margin-bottom: 24px; }
h3 { font-size: 1.35rem; }
p { margin-top: 0; }
.lead { font-size: 1.3rem; line-height: 1.55; }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 52px; padding: 0 24px; border: 0; border-radius: 3px;
  background: var(--orange); color: #fff; font-weight: 800; font-size: .84rem;
  text-transform: uppercase; letter-spacing: .08em; transition: .2s ease;
}
.button:hover, .button:focus-visible { background: var(--orange-dark); transform: translateY(-1px); }
.button-small { min-height: 44px; padding: 0 18px; font-size: .72rem; }
.button-disabled { cursor: pointer; }
.text-link { display: inline-flex; gap: 8px; align-items: center; font-weight: 700; }
.text-link-light { color: #fff; }
.inline-link { color: var(--blue); font-weight: 800; text-decoration: underline; text-decoration-color: rgba(0,95,134,.25); text-underline-offset: 4px; }

.site-header {
  position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.97);
  backdrop-filter: blur(10px); border-bottom: 1px solid rgba(44,42,41,.1);
}

.utility-bar { background: var(--blue-dark); color: #fff; }
.utility-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.utility-veteran { display: inline-flex; align-items: center; gap: 9px; font-size: .73rem; text-transform: uppercase; letter-spacing: .08em; white-space: nowrap; }
.utility-star { color: #F6C2A6; font-size: .82rem; }
.utility-social { display: flex; align-items: center; gap: 8px; }
.platform-link { display: inline-flex; align-items: center; gap: 7px; min-height: 28px; padding: 4px 10px 4px 7px; border-radius: 3px; color: #fff; font-size: .72rem; font-weight: 800; line-height: 1; transition: transform .18s ease, filter .18s ease; }
.platform-link:hover, .platform-link:focus-visible { transform: translateY(-1px); filter: brightness(1.08); }
.platform-facebook { background: #1877F2; }
.platform-nextdoor { background: #8ED500; color: #193300; }
.platform-mark { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 2px; background: rgba(255,255,255,.17); font-family: Arial, sans-serif; font-weight: 900; font-size: .9rem; }
.platform-mark-nextdoor { color: #193300; background: rgba(255,255,255,.35); font-size: .72rem; }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { width: 182px; height: 70px; object-fit: contain; object-position: left center; }
.primary-nav { display: flex; align-items: center; gap: 24px; }
.primary-nav > a:not(.button) { font-size: .88rem; font-weight: 700; color: var(--charcoal); }
.primary-nav > a:not(.button):hover { color: var(--blue); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; }
.menu-toggle span { display: block; height: 2px; background: var(--blue); margin: 6px 0; }

.hero { position: relative; min-height: 690px; display: grid; align-items: center; overflow: hidden; }
.hero-media {
  position: absolute; inset: 0;
  background-image: url('https://images.unsplash.com/photo-1682888813726-24adc990e6f7?auto=format&fit=crop&fm=jpg&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&ixlib=rb-4.1.0&q=60&w=3000');
  background-size: cover; background-position: center 48%; transform: scale(1.01);
}
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,32,44,.78) 0%, rgba(10,32,44,.58) 45%, rgba(10,32,44,.1) 82%); }
.hero-content { position: relative; z-index: 2; padding: 96px 0 104px; }
.hero-eyebrow { color: #F8C6AC; }
.hero-copy { color: #fff; max-width: 680px; font-size: clamp(1.15rem, 2vw, 1.45rem); line-height: 1.55; margin-bottom: 32px; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }

.two-column { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.intro-copy { max-width: 670px; }
.intro-copy p:not(.lead) { color: var(--muted); }
.veteran-mark { display: flex; align-items: center; gap: 12px; margin-top: 30px; color: var(--blue); }
.veteran-line { width: 44px; height: 3px; background: var(--orange); }

.services { background: var(--warm); }
.section-heading { max-width: 820px; margin-bottom: 46px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.07rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card {
  min-height: 265px; background: #fff; border-top: 4px solid var(--blue); padding: 30px;
  box-shadow: 0 6px 24px rgba(23,42,52,.05); transition: .2s ease;
}
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.service-number { display: block; color: var(--orange); font-size: .74rem; font-weight: 900; letter-spacing: .14em; margin-bottom: 38px; }
.service-card h3 { color: var(--blue); margin-bottom: 14px; }
.service-card p { color: var(--muted); margin-bottom: 0; }

.work-heading { max-width: none; display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; align-items: end; }
.work-heading > p { margin-bottom: 12px; }
.gallery { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 260px; gap: 18px; }
.gallery-item { position: relative; margin: 0; overflow: hidden; background: #ddd; grid-column: span 4; }
.gallery-item-large { grid-column: span 8; grid-row: span 2; }
.gallery-item-wide { grid-column: span 4; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.gallery-item:hover img { transform: scale(1.035); }
.gallery-item::after { content: ""; position: absolute; inset: 48% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.7)); }
.gallery-item figcaption { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 18px; color: #fff; font-weight: 800; font-size: .95rem; }

.why { background: var(--blue); color: #fff; }
.section-heading-light h2 { color: #fff; }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid rgba(255,255,255,.25); }
.why-grid article { padding: 38px 30px 14px 0; border-right: 1px solid rgba(255,255,255,.2); margin-right: 30px; }
.why-grid article:last-child { border-right: 0; margin-right: 0; }
.why-icon { color: #F4B795; font-weight: 900; letter-spacing: .12em; font-size: .8rem; }
.why-grid h3 { color: #fff; margin: 38px 0 14px; }
.why-grid p { color: rgba(255,255,255,.82); margin-bottom: 0; }

.inquiry { background: #fff; }
.inquiry-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 82px; align-items: center; }
.inquiry-copy { max-width: 570px; }
.inquiry-copy p:not(.eyebrow) { color: var(--muted); }
.form-shell { background: var(--warm); border: 1px solid var(--line); padding: 38px; box-shadow: var(--shadow); }
.form-badge { display: inline-block; background: rgba(0,95,134,.1); color: var(--blue); font-weight: 800; font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; padding: 7px 10px; margin-bottom: 20px; }
.form-shell h3 { color: var(--blue); font-size: 1.7rem; }
.form-shell > p { color: var(--muted); }
.placeholder-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 26px 0 24px; }
.placeholder-fields div { height: 48px; border: 1px solid #C8C7C2; background: #fff; }
.placeholder-fields .wide { grid-column: 1 / -1; }
.placeholder-fields .tall { height: 92px; }

.cta-band { background: var(--blue-dark); color: #fff; padding: 62px 0; }
.cta-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.cta-band h2 { color: #fff; margin: 0; font-size: clamp(2rem, 4vw, 3.5rem); }

.site-footer { background: var(--charcoal); color: #fff; padding: 62px 0 48px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 40px; }
.footer-brand img { width: 190px; height: 104px; object-fit: contain; background: #fff; padding: 8px 10px; margin-bottom: 16px; }
.site-footer h3 { color: #fff; font-size: .88rem; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 14px; }
.site-footer a, .site-footer p { display: block; color: rgba(255,255,255,.78); margin-bottom: 7px; }
.site-footer a:hover { color: #fff; }
.copyright { margin-top: 20px; font-size: .78rem; }

@media (max-width: 920px) {
  .section { padding: 76px 0; }
  .menu-toggle { display: block; }
  .primary-nav {
    position: absolute; left: 0; right: 0; top: 126px; display: none; flex-direction: column;
    align-items: stretch; background: #fff; border-top: 1px solid var(--line); padding: 20px 24px 26px; box-shadow: 0 16px 30px rgba(0,0,0,.08);
  }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 10px 0; }
  .primary-nav .button { padding: 0 18px; }
  .two-column, .inquiry-grid, .work-heading { grid-template-columns: 1fr; gap: 26px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid article:nth-child(2) { border-right: 0; margin-right: 0; }
  .gallery { grid-auto-rows: 230px; }
  .gallery-item, .gallery-item-wide { grid-column: span 6; }
  .gallery-item-large { grid-column: span 12; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .container { width: min(100% - 32px, var(--max)); }
  .header-inner { min-height: 76px; }
  .brand img { width: 150px; height: 58px; }
  .primary-nav { top: 114px; }
  .hero { min-height: 620px; }
  .hero-content { padding: 78px 0 88px; }
  .hero-shade { background: linear-gradient(90deg, rgba(10,32,44,.82), rgba(10,32,44,.5)); }
  .service-grid, .why-grid, .footer-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .why-grid article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); margin-right: 0; padding-right: 0; padding-bottom: 30px; }
  .why-grid article:last-child { border-bottom: 0; }
  .gallery { display: block; }
  .gallery-item { height: 270px; margin-bottom: 14px; }
  .gallery-item-large { height: 420px; }
  .form-shell { padding: 26px 22px; }
  .placeholder-fields { grid-template-columns: 1fr; }
  .placeholder-fields .wide { grid-column: auto; }
  .cta-band-inner { align-items: flex-start; flex-direction: column; }
}

/* --- v2 enhancements: veteran-owned prominence, live Pipedrive form, social buttons --- */
.hero-kicker-row { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-bottom: 8px; }
.hero-kicker-row .hero-eyebrow { margin-bottom: 0; }
.veteran-chip {
  display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px;
  background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.55);
  color: #fff; font-size: .72rem; font-weight: 900; text-transform: uppercase;
  letter-spacing: .08em; backdrop-filter: blur(4px);
}
.veteran-star { color: #F6C2A6; font-size: .9rem; }

.trust-strip { background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 8px 24px rgba(16,31,40,.05); }
.trust-strip-inner { min-height: 116px; display: grid; grid-template-columns: 1.2fr 1fr 1fr; align-items: stretch; }
.trust-item { display: flex; align-items: center; gap: 16px; padding: 28px 34px; border-right: 1px solid var(--line); }
.trust-item:first-child { padding-left: 0; }
.trust-item:last-child { border-right: 0; padding-right: 0; }
.trust-item strong { display: block; color: var(--blue); font-size: 1.03rem; line-height: 1.2; margin-bottom: 4px; }
.trust-item span { display: block; color: var(--muted); font-size: .84rem; line-height: 1.35; }
.trust-item-veteran strong { color: var(--orange); font-size: 1.15rem; }
.trust-icon { flex: 0 0 44px; height: 44px; width: 44px; border-radius: 50%; background: var(--blue); color: #fff !important; display: grid !important; place-items: center; font-size: 1rem !important; }

.veteran-callout { margin-top: 30px; display: flex; align-items: center; gap: 16px; padding: 20px 22px; border-left: 5px solid var(--orange); background: var(--warm); }
.veteran-callout-icon { flex: 0 0 42px; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--blue); color: #fff; }
.veteran-callout strong { display: block; color: var(--blue); font-size: 1.05rem; }
.veteran-callout span:last-child { display: block; color: var(--muted); font-size: .9rem; margin-top: 2px; }

.form-shell-live { padding: 24px; background: #fff; }
.form-shell-live .form-badge { margin: 0 0 14px; }
.pipedrive-form { display: block; width: 100%; min-height: 860px; border: 0; background: #fff; }
.form-fallback { margin: 14px 4px 0; font-size: .8rem; color: var(--muted); }
.form-fallback a { color: var(--blue); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }

.social-connect { margin-top: 42px; padding-top: 28px; border-top: 1px solid var(--line); }
.social-label { margin-bottom: 14px !important; color: var(--blue) !important; font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.social-buttons { display: grid; gap: 12px; }
.social-button {
  display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 14px;
  min-height: 72px; padding: 12px 16px; background: #fff; border: 1px solid var(--line);
  box-shadow: 0 4px 14px rgba(16,31,40,.06); transition: .2s ease;
}
.social-button:hover, .social-button:focus-visible { transform: translateY(-2px); border-color: rgba(0,95,134,.45); box-shadow: 0 10px 26px rgba(16,31,40,.1); }
.social-button-mark { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: var(--blue); color: #fff; font-size: 1.45rem; font-weight: 900; font-family: Arial, sans-serif; }
.social-button-mark-nextdoor { background: var(--orange); font-size: 1rem; }
.social-button strong { display: block; color: var(--charcoal); font-size: 1rem; line-height: 1.15; }
.social-button small { display: block; color: var(--muted); font-size: .78rem; margin-top: 3px; }
.social-arrow { color: var(--blue); font-weight: 900; font-size: 1.1rem; }

.footer-social { display: inline-flex !important; align-items: center; gap: 9px; margin: 0 0 9px !important; padding: 8px 11px; border: 1px solid rgba(255,255,255,.22); width: fit-content; min-width: 132px; }
.footer-social span { width: 22px; height: 22px; display: grid; place-items: center; background: rgba(255,255,255,.12); color: #fff; font-weight: 900; }
.footer-social:hover { background: rgba(255,255,255,.08); }
.footer-veteran { display: inline-flex !important; align-items: center; gap: 8px; color: #fff !important; font-weight: 800; }
.footer-veteran span { color: #F6C2A6; }

@media (max-width: 920px) {
  .trust-strip-inner { grid-template-columns: 1fr; }
  .trust-item, .trust-item:first-child, .trust-item:last-child { padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }
  .pipedrive-form { min-height: 900px; }
}

@media (max-width: 620px) {
  .hero-kicker-row { align-items: flex-start; flex-direction: column; gap: 12px; }
  .veteran-chip { font-size: .66rem; }
  .trust-strip-inner { min-height: 0; }
  .form-shell-live { padding: 14px 10px; }
  .pipedrive-form { min-height: 980px; }
  .social-button { grid-template-columns: 40px 1fr auto; padding: 11px 12px; }
  .social-button-mark { width: 40px; height: 40px; }
}

@media (max-width: 620px) {
  .utility-inner { min-height: 42px; gap: 10px; }
  .utility-veteran { font-size: .62rem; letter-spacing: .055em; }
  .utility-social { gap: 5px; }
  .platform-link { width: 30px; height: 30px; min-height: 30px; padding: 0; justify-content: center; }
  .platform-link > span:last-child { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
  .platform-mark { width: 22px; height: 22px; }
}
