
:root {
  --accent: #087f8c;
  --accent-dark: #0b4f59;
  --fresh: #20b486;
  --ink: #132022;
  --muted: #58696b;
  --warm: #f7f3ea;
  --soft: #e8f5f3;
  --sun: #f5be49;
  --coral: #df6b4f;
  --white: #ffffff;
  --line: #d8e3df;
  --shadow: 0 18px 52px rgba(13, 53, 58, .16);
  color-scheme: light;
}
* { 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;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.site-header {
  position: fixed;
  inset: 18px 0 auto;
  z-index: 50;
  display: flex;
  justify-content: center;
  pointer-events: none;
}
.nav-shell {
  pointer-events: auto;
  width: fit-content;
  max-width: calc(100vw - 28px);
  min-height: 70px;
  display: inline-flex;
  align-items: center;
  gap: 28px;
  padding: 8px 10px 8px 12px;
  border: 1px solid rgba(255,255,255,.76);
  border-radius: 999px;
  background: rgba(255,255,255,.86);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}
.brand img { width: 172px; height: 54px; object-fit: contain; }
.desktop-nav { display: flex; gap: 22px; margin: 0; align-items: center; font-size: 14px; font-weight: 760; }
.desktop-nav a { padding: 10px 0; }
.nav-cta, .button, .lead-form button {
  border: 1px solid var(--accent-dark);
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  min-height: 44px;
  padding: 12px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 840;
  box-shadow: 0 10px 22px rgba(8, 127, 140, .22);
}
.button.secondary {
  color: var(--ink);
  background: #fff;
  border-color: rgba(19,32,34,.18);
  box-shadow: none;
}
.mobile-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: var(--ink);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.mobile-menu-toggle span { width: 18px; height: 2px; background: #fff; display: block; }
.mobile-menu {
  pointer-events: auto;
  position: fixed;
  inset: 96px 18px auto;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
  padding: 18px;
}
.mobile-menu a { display: block; padding: 14px 10px; font-weight: 820; border-bottom: 1px solid var(--line); }
.mobile-menu a:last-child { border-bottom: 0; }
.hero {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #fff;
}
.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(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.82) 42%, rgba(255,255,255,.18) 100%);
}
.hero-content {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto 62px;
  display: grid;
  grid-template-columns: minmax(0, 640px) minmax(280px, 360px);
  gap: 40px;
  align-items: end;
}
.hero-copy h1, .page-hero h1 {
  margin: 10px 0 20px;
  font-size: clamp(56px, 8vw, 104px);
  line-height: .92;
  letter-spacing: 0;
}
.hero-lede, .page-hero p { font-size: 19px; color: #344649; max-width: 690px; }
.eyebrow, .section-kicker {
  color: var(--accent-dark);
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: .08em;
  font-size: 12px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.proof-panel {
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 8px;
  padding: 24px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}
.proof-panel span { color: var(--coral); font-weight: 900; font-size: 28px; }
.proof-panel strong { display: block; font-size: 18px; margin: 4px 0 8px; }
.quick-services { background: var(--ink); color: #fff; padding: 22px; }
.service-strip {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.service-card {
  min-height: 272px;
  background: #fff;
  color: var(--ink);
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
}
.service-card img { height: 138px; width: 100%; object-fit: cover; }
.service-card span { display: block; font-weight: 900; font-size: 18px; padding: 16px 16px 4px; }
.service-card p { margin: 0; padding: 0 16px 18px; color: var(--muted); font-size: 14px; }
.section, .reviews-band, .contact-band { padding: 92px 22px; }
.section.alt, .reviews-band { background: var(--soft); }
.section-inner, .contact-grid { width: min(1180px, 100%); margin: 0 auto; }
.split, .process-grid, .map-layout, .contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .86fr);
  gap: 58px;
  align-items: start;
}
.section h2, .contact-band h2 {
  font-size: clamp(34px, 4.8vw, 58px);
  line-height: 1;
  letter-spacing: 0;
  margin: 10px 0 18px;
}
.section p, .contact-band p { color: var(--muted); font-size: 17px; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 34px; }
.text-link { font-weight: 900; color: var(--accent-dark); text-decoration: underline; text-underline-offset: 5px; }
.metric-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}
.metric-grid div { min-height: 138px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.metric-grid div:nth-child(2n) { border-right: 0; }
.metric-grid div:nth-last-child(-n+2) { border-bottom: 0; }
.metric-grid strong { display: block; font-size: 42px; line-height: 1; }
.metric-grid span { color: var(--muted); font-weight: 760; }
.industry-list, .industry-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.industry-list a, .industry-card {
  display: block;
  min-height: 130px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  font-weight: 900;
}
.industry-card p { font-weight: 500; color: var(--muted); }
.process-grid ol { margin: 0; padding: 0; list-style: none; display: grid; gap: 14px; }
.process-grid li { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 20px; }
.process-grid li strong { font-size: 20px; }
.map-band { background: var(--warm); padding: 90px 22px; }
.area-cloud { display: flex; flex-wrap: wrap; gap: 10px; }
.area-cloud span { padding: 11px 14px; border-radius: 999px; background: #fff; border: 1px solid #e6d9bd; font-weight: 800; }
.gr-summary {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 26px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  align-items: center;
  box-shadow: 0 12px 30px rgba(19,32,34,.08);
}
.gr-logo {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #f7f7f7;
  color: #4285f4;
  font-size: 32px;
  font-weight: 900;
}
.gr-summary strong { font-size: 44px; line-height: 1; }
.stars { color: #fbbc04; margin-left: 10px; letter-spacing: 0; }
.pill-link { background: var(--ink); color: #fff; padding: 12px 16px; border-radius: 999px; font-weight: 850; }
.contact-band { background: var(--ink); color: #fff; }
.contact-band p, .contact-band .section-kicker { color: #b8d4d4; }
.contact-methods { display: grid; gap: 12px; margin-top: 26px; }
.contact-methods a, .contact-methods span { padding: 14px 16px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: 8px; font-weight: 820; }
.lead-form {
  background: #fff;
  color: var(--ink);
  border-radius: 8px;
  padding: 24px;
  display: grid;
  gap: 14px;
}
.lead-form label { font-size: 13px; font-weight: 850; color: var(--muted); display: grid; gap: 7px; }
.lead-form input, .lead-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 14px;
  font: inherit;
  color: var(--ink);
}
.page-hero {
  padding: 148px 22px 74px;
  background: var(--warm);
}
.page-hero > div, .page-hero.service-page-hero {
  width: min(1180px, 100%);
  margin: 0 auto;
}
.page-hero.compact h1 { font-size: clamp(46px, 6vw, 82px); max-width: 920px; }
.service-feature-list { padding: 34px 22px 92px; width: min(1180px, 100%); margin: 0 auto; display: grid; gap: 20px; }
.service-feature {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}
.service-feature img { width: 100%; height: 100%; min-height: 260px; object-fit: cover; }
.service-feature div { padding: 28px; }
.service-feature h2 { margin-top: 0; font-size: 34px; line-height: 1.05; }
.service-feature ul, .check-list { margin: 20px 0 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.service-feature li, .check-list li { position: relative; padding-left: 28px; }
.service-feature li:before, .check-list li:before { content: ""; position: absolute; left: 0; top: .6em; width: 10px; height: 10px; border-radius: 50%; background: var(--fresh); }
.service-page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 46px;
  align-items: center;
}
.service-page-hero img { border-radius: 8px; box-shadow: var(--shadow); }
.portrait-card img { border-radius: 8px; box-shadow: var(--shadow); max-height: 620px; object-fit: cover; }
.faq-grid { display: grid; grid-template-columns: 360px minmax(0, 1fr); gap: 44px; }
details { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 0; margin-bottom: 12px; }
summary { cursor: pointer; padding: 18px 20px; font-weight: 900; }
details p { padding: 0 20px 20px; margin: 0; }
.prose { max-width: 780px; }
.prose a { color: var(--accent-dark); font-weight: 850; }
.site-footer { background: #10191b; color: #d8e7e4; padding: 70px 22px 98px; }
.footer-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr .8fr .8fr .8fr;
  gap: 34px;
}
.site-footer h2 { color: #fff; font-size: 16px; margin: 0 0 14px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.site-footer p { color: #b5c7c5; }
.footer-credit a, .nap a { text-decoration: underline; text-underline-offset: 4px; }
.mobile-sticky-cta { display: none; }
@media (max-width: 1023px) {
  .site-header { inset: 12px 0 auto; }
  .nav-shell { width: calc(100vw - 24px); justify-content: space-between; border-radius: 28px; gap: 12px; }
  .desktop-nav, .nav-cta { display: none; }
  .mobile-menu-toggle { display: inline-flex; }
  .hero { min-height: 780px; }
  .hero:after { background: linear-gradient(180deg, rgba(255,255,255,.92) 0%, rgba(255,255,255,.84) 55%, rgba(255,255,255,.55) 100%); }
  .hero-content { grid-template-columns: 1fr; margin-bottom: 36px; }
  .hero-copy h1 { font-size: clamp(54px, 18vw, 86px); }
  .service-strip, .industry-list, .industry-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .split, .process-grid, .map-layout, .contact-grid, .service-page-hero, .faq-grid { grid-template-columns: 1fr; }
  .service-feature { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .section, .reviews-band, .contact-band { padding: 62px 18px; }
  .hero-content, .section-inner, .contact-grid { width: calc(100% - 4px); }
  .hero-copy h1, .page-hero.compact h1 { font-size: 50px; line-height: .98; }
  .hero-lede, .page-hero p { font-size: 17px; }
  .service-strip, .industry-list, .industry-grid, .metric-grid { grid-template-columns: 1fr; }
  .metric-grid div, .metric-grid div:nth-child(2n), .metric-grid div:nth-last-child(-n+2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .metric-grid div:last-child { border-bottom: 0; }
  .section-head { display: block; }
  .gr-summary { grid-template-columns: 1fr; align-items: start; }
  .page-hero { padding-top: 124px; }
  .footer-inner { grid-template-columns: 1fr; }
  .mobile-sticky-cta {
    position: fixed;
    display: grid;
    grid-template-columns: 1fr 1fr;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 80;
    box-shadow: 0 -12px 28px rgba(0,0,0,.18);
  }
  .mobile-sticky-cta a { min-height: 58px; display: grid; place-items: center; color: #fff; font-weight: 900; }
  .sticky-call { background: var(--accent); }
  .sticky-message { background: #0a0a0a; }
}
