:root {
  --navy: #071a2f;
  --navy-2: #0d2744;
  --blue: #2a88c9;
  --blue-light: #dff2ff;
  --ink: #102033;
  --muted: #5f6d7b;
  --line: #dbe3ea;
  --cloud: #f3f7fa;
  --white: #ffffff;
  --max: 1180px;
  --shadow: 0 20px 50px rgba(7, 26, 47, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.wrap { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.skip-link { position: absolute; left: -9999px; top: 8px; z-index: 100; background: #fff; padding: 10px 14px; }
.skip-link:focus { left: 8px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(7,26,47,.09);
  backdrop-filter: blur(12px);
}
.header-inner { min-height: 86px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; flex-shrink: 0; }
.brand-logo { width: 250px; height: auto; }
.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: linear-gradient(145deg, var(--blue), #165a91);
  font-weight: 900;
  font-size: 1.3rem;
  letter-spacing: -.08em;
}
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-name { color: var(--navy); font-weight: 850; font-size: 1.25rem; letter-spacing: .16em; }
.brand-service { margin-top: 6px; color: var(--blue); font-size: .66rem; font-weight: 800; letter-spacing: .2em; }
.desktop-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.desktop-nav a { color: #24384f; text-decoration: none; font-size: .97rem; font-weight: 800; letter-spacing: -.01em; }
.desktop-nav a:hover { color: var(--blue); }

.button {
  min-height: 52px;
  padding: 14px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--blue);
  background: var(--blue);
  color: var(--white);
  text-decoration: none;
  font-weight: 850;
  font-size: 1rem;
  letter-spacing: .01em;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); background: #1c6fa9; border-color: #1c6fa9; }
.button-small { min-height: 46px; padding: 11px 18px; font-size: .9rem; box-shadow: 0 8px 20px rgba(42,136,201,.2); }
.button-white { background: var(--white); border-color: var(--white); color: var(--navy); }
.button-white:hover { background: var(--blue-light); border-color: var(--blue-light); }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--navy); font-size: 1rem; font-weight: 850; text-decoration: none; }
.text-link span { color: var(--blue); transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.text-link.light { color: var(--white); }

.hero { min-height: 720px; position: relative; display: flex; align-items: stretch; color: var(--white); overflow: hidden; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,16,29,.96) 0%, rgba(4,16,29,.82) 38%, rgba(4,16,29,.25) 70%, rgba(4,16,29,.08) 100%); }
.hero-content { position: relative; z-index: 2; padding: 105px 0 205px; }
.eyebrow { margin: 0 0 22px; font-size: .75rem; line-height: 1.3; font-weight: 850; letter-spacing: .18em; }
.eyebrow.blue { color: var(--blue); }
.eyebrow.pale { color: #87c8f2; }
h1, h2, h3 { margin-top: 0; line-height: 1.06; letter-spacing: -.035em; }
h1 { max-width: 720px; margin-bottom: 25px; font-size: clamp(3.25rem, 7vw, 6.25rem); font-weight: 780; }
h1 span { color: #75c7f5; }
.hero-lede { max-width: 640px; margin: 0; color: rgba(255,255,255,.86); font-size: clamp(1.05rem, 1.5vw, 1.25rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 40px; }
.hero-actions .button { min-height: 56px; padding-inline: 25px; box-shadow: 0 12px 30px rgba(0,0,0,.22); }
.trust-strip { position: absolute; inset: auto 0 0; z-index: 3; background: rgba(7,26,47,.92); border-top: 1px solid rgba(255,255,255,.13); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid p { min-height: 138px; margin: 0; padding: 30px 32px 28px 0; display: flex; flex-direction: column; justify-content: center; }
.trust-grid p + p { padding-left: 30px; border-left: 1px solid rgba(255,255,255,.14); }
.trust-grid strong { font-size: 1.05rem; font-weight: 850; letter-spacing: -.01em; }
.trust-grid span { margin-top: 7px; color: rgba(255,255,255,.76); font-size: .91rem; font-weight: 500; line-height: 1.5; }

.section { padding: 112px 0; }
h2 { margin-bottom: 24px; font-size: clamp(2.45rem, 5vw, 4.4rem); font-weight: 760; }
h3 { margin-bottom: 15px; font-size: 1.38rem; font-weight: 760; }
.split-heading { display: grid; grid-template-columns: 1.1fr .8fr; gap: 90px; align-items: end; }
.split-heading h2 { max-width: 700px; margin-bottom: 0; }
.intro-copy p { margin: 0 0 25px; color: var(--muted); font-size: 1.07rem; }

.services { background: var(--cloud); }
.section-heading { max-width: 750px; margin-bottom: 48px; }
.section-heading p:last-child { max-width: 650px; color: var(--muted); font-size: 1.05rem; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: #cad6df; border: 1px solid #cad6df; box-shadow: var(--shadow); }
.service-card { min-height: 310px; padding: 34px; background: var(--white); }
.service-card.featured { background: var(--navy); color: var(--white); }
.service-card.wide { grid-column: span 4; min-height: 170px; display: grid; grid-template-columns: 120px 1fr; align-items: center; }
.service-card.wide p { max-width: 700px; }
.service-number { display: block; margin-bottom: 80px; color: var(--blue); font-size: .78rem; font-weight: 850; letter-spacing: .16em; }
.service-card.featured .service-number { color: #79c8f5; }
.service-card p { margin: 0; color: var(--muted); font-size: .94rem; }
.service-card.featured p { color: rgba(255,255,255,.69); }
.service-card.wide .service-number { margin: 0; font-size: 2rem; }

.facility-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.facility-layout h2 { max-width: 500px; }
.facility-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.facility-list li { min-height: 76px; padding: 18px 4px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); font-size: 1.1rem; font-weight: 750; }
.facility-list li span:last-child { color: #a5b2be; font-size: .72rem; letter-spacing: .14em; }

.difference { background: var(--navy); color: var(--white); }
.difference-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 105px; align-items: center; }
.difference-copy > p:not(.eyebrow) { max-width: 560px; margin-bottom: 34px; color: rgba(255,255,255,.69); }
.principles { border-top: 1px solid rgba(255,255,255,.16); }
.principles > div { padding: 28px 0; display: grid; grid-template-columns: 64px 1fr; gap: 15px; border-bottom: 1px solid rgba(255,255,255,.16); }
.principles strong { color: #78c7f4; font-size: .78rem; letter-spacing: .14em; }
.principles span { color: rgba(255,255,255,.7); }
.principles b { display: block; margin-bottom: 5px; color: var(--white); font-size: 1.14rem; }

.impact { background: #eaf6fd; }
.impact-layout { display: grid; grid-template-columns: 340px 1fr; gap: 80px; align-items: center; max-width: 1080px; }
.impact-logo-card { width: 320px; min-height: 220px; padding: 38px 30px; display: grid; place-items: center; background: var(--white); box-shadow: 20px 20px 0 var(--blue); }
.impact-logo-card img { width: 100%; height: auto; }
.impact h2 { max-width: 700px; }
.impact p:last-child { max-width: 720px; margin-bottom: 0; color: var(--muted); font-size: 1.06rem; }

.area-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.area-layout h2 { max-width: 600px; }
.counties { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.counties span { padding: 34px 16px; text-align: center; border: 1px solid var(--line); color: var(--navy); background: var(--white); font-weight: 800; }

.cta { padding: 86px 0; color: var(--white); background: var(--blue); }
.cta-inner { display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: center; }
.cta h2 { margin-bottom: 16px; }
.cta p:not(.eyebrow) { margin: 0; color: rgba(255,255,255,.82); }
.cta-actions { display: flex; flex-direction: column; align-items: center; gap: 14px; min-width: 240px; }
.cta-actions .button { width: 100%; }
.phone-link { font-weight: 850; text-decoration: none; }

.site-footer { padding: 72px 0 28px; color: rgba(255,255,255,.72); background: #04111f; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 70px; padding-bottom: 60px; }
.footer-brand .brand-name { color: var(--white); }
.footer-brand { width: fit-content; padding: 18px 20px; background: var(--white); }
.footer-logo { width: 280px; opacity: 1; }
.footer-grid a { display: block; text-decoration: none; }
.footer-grid p { margin: 0; }
.footer-label { margin-bottom: 13px !important; color: #7fcaf4; font-size: .7rem; font-weight: 850; letter-spacing: .17em; }
.instagram-link { margin-top: 18px; display: inline-flex !important; align-items: center; gap: 9px; color: var(--white); font-size: .88rem; font-weight: 750; }
.instagram-link:hover { color: #7fcaf4; }
.instagram-link svg { width: 21px; height: 21px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; }
.instagram-link .instagram-dot { fill: currentColor; stroke: none; }
.footer-bottom { padding-top: 24px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.12); font-size: .78rem; }
.footer-bottom p { margin: 0; }
.mobile-contact { display: none; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .header-inner > .button { margin-left: auto; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card.wide { grid-column: span 2; }
  .difference-layout { gap: 60px; }
  .counties { grid-template-columns: 1fr; }
  .counties span { padding: 20px; }
}

@media (max-width: 720px) {
  body { padding-bottom: 62px; }
  .wrap { width: min(calc(100% - 34px), var(--max)); }
  .site-header { position: relative; }
  .header-inner { min-height: 76px; }
  .header-inner > .button { display: none; }
  .brand-logo { width: 205px; }
  .hero { min-height: 780px; }
  .hero-image { object-position: 61% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(4,16,29,.96), rgba(4,16,29,.74)); }
  .hero-content { padding: 80px 0 330px; }
  h1 { font-size: clamp(3.05rem, 15vw, 4.2rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .trust-grid { grid-template-columns: 1fr; padding: 12px 0; }
  .trust-grid p { min-height: auto; padding: 13px 0; }
  .trust-grid p + p { padding-left: 0; border-top: 1px solid rgba(255,255,255,.14); border-left: 0; }
  .section { padding: 80px 0; }
  h2 { font-size: clamp(2.45rem, 12vw, 3.4rem); }
  .split-heading, .facility-layout, .difference-layout, .impact-layout, .area-layout, .cta-inner, .footer-grid { grid-template-columns: 1fr; gap: 40px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 260px; }
  .service-card.wide { grid-column: span 1; grid-template-columns: 1fr; min-height: 260px; }
  .service-number { margin-bottom: 60px; }
  .service-card.wide .service-number { margin-bottom: 60px; }
  .impact-layout { padding-left: 14px; }
  .impact-logo-card { width: min(290px, calc(100% - 14px)); min-height: 190px; padding: 32px 25px; box-shadow: 14px 14px 0 var(--blue); }
  .cta-actions { align-items: stretch; min-width: 0; }
  .footer-grid { gap: 36px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .mobile-contact { position: fixed; inset: auto 0 0; z-index: 30; height: 62px; display: grid; grid-template-columns: 1fr 1.35fr; box-shadow: 0 -8px 24px rgba(7,26,47,.14); }
  .mobile-contact a { display: grid; place-items: center; text-decoration: none; font-size: .88rem; font-weight: 850; }
  .mobile-contact a:first-child { color: var(--navy); background: var(--white); }
  .mobile-contact a:last-child { color: var(--white); background: var(--blue); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
