:root {
  --navy: #061743;
  --navy-2: #0a2a70;
  --blue: #1b6cf2;
  --blue-bright: #4aabff;
  --paper: #f5f8fd;
  --white: #fff;
  --ink: #101b33;
  --muted: #56667f;
  --line: #d9e3f2;
  --shadow: 0 24px 60px rgba(6, 23, 67, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.55; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
a:focus-visible { outline: 3px solid var(--blue-bright); outline-offset: 4px; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: fixed; z-index: 20; top: 12px; left: 12px; padding: 10px 14px; border-radius: 6px; color: var(--white); background: var(--navy); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.utility-bar { color: #c3d0e7; background: var(--navy); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.11em; text-transform: uppercase; }
.utility-inner { display: flex; justify-content: space-between; align-items: center; min-height: 38px; gap: 20px; }
.utility-bar a { color: var(--white); text-decoration: none; }
.utility-bar a:hover { color: var(--blue-bright); }

.site-header { position: sticky; z-index: 10; top: 0; border-bottom: 1px solid rgba(6, 23, 67, 0.1); background: rgba(255, 255, 255, 0.96); backdrop-filter: blur(18px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 88px; gap: 26px; }
.brand { width: min(276px, 31vw); flex: 0 1 276px; }
.brand img { width: 100%; height: auto; }
.main-nav { display: flex; align-items: center; gap: clamp(17px, 2.7vw, 34px); margin-left: auto; }
.main-nav a { color: var(--muted); font-size: 0.91rem; font-weight: 800; text-decoration: none; }
.main-nav a:hover { color: var(--blue); }
.header-cta { display: inline-flex; align-items: center; gap: 7px; padding: 11px 15px; border-radius: 5px; color: var(--white); background: var(--blue); font-size: 0.86rem; font-weight: 850; text-decoration: none; white-space: nowrap; }
.header-cta:hover { background: var(--navy-2); }

.hero { position: relative; overflow: hidden; color: var(--white); background: var(--navy); }
.hero-backdrop { position: absolute; inset: 0 0 0 57%; background: linear-gradient(140deg, rgba(27, 108, 242, 0.32), rgba(74, 171, 255, 0.08)); clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, 0.86fr); gap: clamp(40px, 8vw, 112px); align-items: center; min-height: 660px; padding: 80px 0 82px; }
.hero-copy { max-width: 640px; }
.eyebrow { margin: 0 0 15px; color: var(--blue); font-size: 0.72rem; font-weight: 900; letter-spacing: 0.16em; line-height: 1.25; text-transform: uppercase; }
.eyebrow-light { color: #92cfff; }
.hero h1, h2, h3 { font-family: "Arial Narrow", "Avenir Next Condensed", Impact, ui-sans-serif, sans-serif; }
.hero h1 { max-width: 690px; margin: 0 0 25px; font-size: clamp(3.7rem, 6.4vw, 6.8rem); font-weight: 900; letter-spacing: -0.055em; line-height: 0.87; text-transform: uppercase; }
.hero h1 span { color: var(--blue-bright); }
.hero-lede { max-width: 525px; margin: 0 0 33px; color: #d7e3f8; font-size: 1.16rem; line-height: 1.5; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-bottom: 42px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 18px; border-radius: 5px; font-weight: 850; text-decoration: none; transition: transform 160ms ease, background 160ms ease, color 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button-blue { color: var(--white); background: var(--blue); box-shadow: 0 12px 28px rgba(27, 108, 242, 0.32); }
.button-blue:hover { background: var(--blue-bright); color: var(--navy); }
.button-outline { border: 1px solid rgba(215, 227, 248, 0.42); color: var(--white); background: transparent; }
.button-outline:hover { border-color: var(--white); background: rgba(255, 255, 255, 0.12); }
.button-white { color: var(--navy); background: var(--white); }
.button-white:hover { color: var(--white); background: var(--navy); }
.hero-facts { display: flex; flex-wrap: wrap; gap: 0; margin: 0; padding: 0; list-style: none; }
.hero-facts div { display: flex; flex-direction: column; gap: 1px; min-width: 132px; padding: 0 20px; border-left: 1px solid rgba(215, 227, 248, 0.3); }
.hero-facts div:first-child { padding-left: 0; border-left: 0; }
.hero-facts strong { color: var(--white); font-size: 0.93rem; }
.hero-facts span { color: #9fb4d5; font-size: 0.78rem; }

.hero-visual { position: relative; min-height: 510px; }
.hero-photo { position: absolute; inset: 0 25px 0 0; overflow: hidden; margin: 0; border: 10px solid var(--white); border-radius: 6px; background: var(--navy-2); box-shadow: 0 26px 70px rgba(0, 0, 0, 0.22); }
.hero-photo::after { position: absolute; inset: 40% 0 0; content: ""; background: linear-gradient(transparent, rgba(6, 23, 67, 0.82)); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 44% 48%; }
.hero-photo figcaption { position: absolute; z-index: 1; right: 22px; bottom: 20px; left: 22px; display: flex; flex-direction: column; gap: 4px; }
.caption-kicker { color: #9fd3ff; font-size: 0.68rem; font-weight: 900; letter-spacing: 0.14em; text-transform: uppercase; }
.hero-photo strong { font-size: 1.2rem; line-height: 1.2; }

.trust-strip { border-bottom: 1px solid var(--line); background: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.trust-grid > div { display: flex; align-items: center; gap: 12px; min-height: 98px; padding: 18px 20px; border-right: 1px solid var(--line); }
.trust-grid > div:first-child { padding-left: 0; }
.trust-grid > div:last-child { padding-right: 0; border-right: 0; }
.trust-icon { display: grid; width: 37px; height: 37px; flex: 0 0 37px; place-items: center; border-radius: 50%; color: var(--white); background: var(--blue); font-size: 0.95rem; font-weight: 900; }
.trust-grid strong, .trust-grid small { display: block; }
.trust-grid strong { color: var(--navy); font-size: 0.84rem; line-height: 1.2; }
.trust-grid small { margin-top: 4px; color: var(--muted); font-size: 0.73rem; line-height: 1.2; }

.section { padding: clamp(80px, 9vw, 132px) 0; }
.section-heading { margin-bottom: 46px; }
.section-heading-row { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.88fr); gap: 48px; align-items: end; }
.section-heading h2, .about-copy h2, .commitment-heading h2, .areas-section h2, .contact-section h2 { max-width: 700px; margin: 0; color: var(--navy); font-size: clamp(2.8rem, 5.3vw, 5rem); font-weight: 900; letter-spacing: -0.055em; line-height: 0.92; text-transform: uppercase; }
.section-intro { max-width: 425px; margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.6; }
.services-section { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.service-card { min-height: 258px; padding: 25px 26px 27px; border: 1px solid var(--line); border-top: 5px solid var(--blue); border-radius: 5px; background: var(--white); transition: transform 180ms ease, box-shadow 180ms ease; }
.service-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.service-card-featured { border-color: #a8c7f5; border-top-color: var(--navy-2); background: #edf5ff; }
.service-card-top { display: flex; align-items: center; justify-content: flex-end; margin-bottom: 18px; }
.service-symbol { display: block; width: 56px; height: 56px; flex: 0 0 56px; overflow: hidden; border-radius: 50%; background: var(--white); }
.service-symbol img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.service-card h3 { margin: 0 0 10px; color: var(--navy); font-size: 1.6rem; letter-spacing: -0.035em; line-height: 1; text-transform: uppercase; }
.service-card p { margin: 0; color: var(--muted); font-size: 0.93rem; line-height: 1.55; }
.service-banner { display: flex; align-items: center; justify-content: space-between; gap: 34px; margin-top: 44px; padding: 33px 38px; color: var(--white); background: var(--navy-2); }
.service-banner .eyebrow { margin-bottom: 8px; }
.service-banner h2 { margin: 0 0 9px; font-size: clamp(2rem, 3.2vw, 3.2rem); letter-spacing: -0.04em; line-height: 0.95; text-transform: uppercase; }
.service-banner p:last-child { margin: 0; color: #d5e5fb; font-size: 0.96rem; }
.service-banner .button { flex: 0 0 auto; }

.about-section { background: var(--white); }
.about-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 0.85fr); gap: clamp(46px, 8vw, 120px); align-items: center; }
.about-photos { position: relative; min-height: 560px; }
.about-photo { position: absolute; overflow: hidden; margin: 0; border-radius: 5px; background: var(--navy); box-shadow: var(--shadow); }
.about-photo img { width: 100%; height: 100%; object-fit: cover; }
.about-photo figcaption { position: absolute; right: 14px; bottom: 14px; left: 14px; padding: 8px 11px; color: var(--white); background: rgba(6, 23, 67, 0.84); font-size: 0.7rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
.about-photo-large { inset: 24px 74px 0 0; }
.about-photo-large img { object-position: 58% 48%; }
.about-photo-small { right: 0; bottom: 68px; width: 43%; height: 55%; border: 7px solid var(--white); }
.about-photo-small img { object-position: 52% 45%; }
.about-copy h2 { margin-bottom: 25px; }
.about-lede { max-width: 500px; margin: 0 0 34px; color: var(--muted); font-size: 1.15rem; line-height: 1.55; }
.check-list { display: grid; gap: 0; margin: 0 0 30px; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.check-list li { display: flex; align-items: center; gap: 13px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.check-list li span { display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; color: var(--white); background: var(--blue); font-weight: 900; }
.check-list strong { color: var(--navy); }
.text-link { color: var(--blue); font-weight: 850; text-underline-offset: 5px; }
.text-link:hover { color: var(--navy); }

.details-section { padding: clamp(66px, 8vw, 100px) 0; color: var(--white); background: var(--navy); }
.commitment-grid { display: grid; grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1.18fr); gap: clamp(38px, 7vw, 100px); align-items: center; }
.commitment-heading h2 { color: var(--white); font-size: clamp(2.5rem, 4.8vw, 4.4rem); }
.commitment-card { padding: clamp(28px, 4vw, 42px); border: 1px solid #a8c7f5; border-top: 5px solid var(--blue); border-radius: 5px; color: var(--navy); background: var(--white); }
.commitment-intro { max-width: 540px; margin: 0 0 26px; font-size: 1.1rem; font-weight: 800; line-height: 1.45; }
.commitment-list { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.commitment-list li { display: flex; align-items: center; gap: 12px; color: var(--navy); font-weight: 800; line-height: 1.35; }
.commitment-list li::before { display: grid; width: 23px; height: 23px; flex: 0 0 23px; place-items: center; border-radius: 50%; color: var(--white); background: var(--blue); content: "✓"; font-size: 0.78rem; font-weight: 900; }
.commitment-signoff { margin: 29px 0 0; color: var(--navy-2); font-family: "Arial Narrow", "Avenir Next Condensed", Impact, ui-sans-serif, sans-serif; font-size: 1.7rem; font-weight: 900; letter-spacing: -0.03em; line-height: 1; }

.areas-section { padding: clamp(78px, 9vw, 126px) 0; background: var(--white); }
.areas-grid { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); gap: clamp(44px, 9vw, 138px); align-items: center; }
.areas-section h2 { margin-bottom: 23px; }
.areas-copy { margin: 0; color: var(--muted); }
.area-list { display: flex; flex-wrap: wrap; gap: 11px; margin: 0; padding: 0; list-style: none; }
.area-list li { padding: 12px 15px; border: 1px solid #a9c5ed; border-radius: 4px; color: var(--navy); background: #f5f9ff; font-size: 0.91rem; font-weight: 800; }

.contact-section { padding: clamp(78px, 9vw, 124px) 0; color: var(--white); background: var(--blue); }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(290px, 0.8fr); gap: 60px; align-items: end; }
.contact-section h2 { max-width: 680px; color: var(--white); }
.contact-section p:last-child { max-width: 540px; margin: 24px 0 0; color: #e0efff; font-size: 1rem; }
.contact-action { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; }
.contact-phone { color: var(--white); font-family: "Arial Narrow", "Avenir Next Condensed", Impact, ui-sans-serif, sans-serif; font-size: clamp(2.5rem, 4.8vw, 5rem); font-weight: 900; letter-spacing: -0.055em; line-height: 0.9; text-decoration: none; }
.contact-phone:hover { color: var(--navy); }

.site-footer { color: #b7c9e5; background: var(--navy); }
.footer-inner { display: flex; justify-content: space-between; align-items: end; gap: 30px; min-height: 155px; padding: 32px 0; }
.footer-name { margin: 0; color: var(--white); font-family: "Arial Narrow", "Avenir Next Condensed", Impact, ui-sans-serif, sans-serif; font-size: 1.35rem; font-weight: 900; line-height: 0.95; text-transform: uppercase; }
.footer-inner p:last-child { margin: 12px 0 0; font-size: 0.84rem; }
.footer-phone { color: var(--white); font-size: 1.14rem; font-weight: 850; text-decoration: none; }
.footer-phone:hover { color: var(--blue-bright); }
.mobile-call { display: none; }

@media (max-width: 960px) {
  .header-inner { gap: 18px; }
  .main-nav { gap: 17px; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(330px, 0.85fr); gap: 40px; }
  .hero h1 { font-size: clamp(3rem, 6vw, 5.4rem); }
  .hero-visual { min-height: 480px; }
  .trust-grid > div { padding: 16px 12px; }
  .trust-grid > div:first-child { padding-left: 0; }
  .trust-grid > div:last-child { padding-right: 0; }
  .trust-icon { width: 31px; height: 31px; flex-basis: 31px; font-size: 0.8rem; }
  .trust-grid strong { font-size: 0.76rem; }
  .trust-grid small { font-size: 0.67rem; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 32px, 560px); }
  .utility-inner { min-height: 42px; font-size: 0.62rem; }
  .utility-inner span { max-width: 45%; }
  .utility-inner a { text-align: right; }
  .header-inner { min-height: 73px; flex-wrap: wrap; gap: 10px 16px; padding: 12px 0; }
  .brand { width: 230px; flex-basis: 230px; }
  .header-cta { margin-left: auto; padding: 9px 11px; font-size: 0.76rem; }
  .main-nav { order: 3; width: 100%; margin: 0 -16px -12px; padding: 9px 16px 10px; overflow-x: auto; border-top: 1px solid var(--line); gap: 24px; scrollbar-width: none; }
  .main-nav::-webkit-scrollbar { display: none; }
  .main-nav a { flex: 0 0 auto; font-size: 0.83rem; }
  .hero-backdrop { inset: 0; opacity: 0.55; clip-path: polygon(0 0, 100% 0, 100% 57%, 0 77%); }
  .hero-grid { display: flex; flex-direction: column; align-items: stretch; min-height: 0; gap: 35px; padding: 55px 0 60px; }
  .hero h1 { font-size: clamp(3.2rem, 14vw, 5rem); }
  .hero-lede { font-size: 1.05rem; }
  .hero-actions { align-items: stretch; flex-direction: column; margin-bottom: 31px; }
  .hero-actions .button { width: 100%; }
  .hero-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hero-facts div { min-width: 0; padding: 0 10px; }
  .hero-facts div:first-child { padding-left: 0; }
  .hero-facts strong { font-size: 0.75rem; }
  .hero-facts span { font-size: 0.66rem; }
  .hero-visual { min-height: 425px; }
  .hero-photo { inset: 0 21px 0 0; border-width: 7px; }
  .hero-photo figcaption { right: 15px; bottom: 15px; left: 15px; }
  .trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-grid > div, .trust-grid > div:first-child, .trust-grid > div:last-child { min-height: 84px; padding: 14px 10px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .trust-grid > div:nth-child(2n) { border-right: 0; }
  .trust-grid > div:nth-last-child(-n + 2) { border-bottom: 0; }
  .section { padding: 78px 0; }
  .section-heading-row, .about-grid, .areas-grid, .contact-grid { display: block; }
  .section-heading-row { margin-bottom: 31px; }
  .section-intro { margin-top: 20px; }
  .section-heading h2, .about-copy h2, .commitment-heading h2, .areas-section h2, .contact-section h2 { font-size: clamp(2.7rem, 12vw, 4.3rem); }
  .service-grid { grid-template-columns: 1fr; gap: 12px; }
  .service-card { min-height: 0; padding: 22px 23px 25px; }
  .service-banner { display: block; margin-top: 30px; padding: 28px 24px; }
  .service-banner .button { margin-top: 23px; }
  .about-section { padding-top: 0; }
  .about-photos { min-height: 445px; margin-bottom: 35px; }
  .about-photo-large { inset: 25px 42px 0 0; }
  .about-photo-small { right: 0; bottom: 47px; width: 44%; height: 52%; border-width: 5px; }
  .about-copy h2 { margin-bottom: 22px; }
  .commitment-grid { grid-template-columns: 1fr; gap: 30px; }
  .commitment-card { padding: 27px 23px; }
  .areas-section { padding: 76px 0; }
  .area-list { margin-top: 31px; }
  .area-list li { padding: 10px 12px; font-size: 0.84rem; }
  .contact-grid { display: flex; flex-direction: column; gap: 36px; align-items: flex-start; }
  .contact-phone { font-size: clamp(2.8rem, 13vw, 4.8rem); }
  .footer-inner { min-height: 0; align-items: flex-start; }
  .mobile-call { position: fixed; z-index: 9; right: 13px; bottom: 13px; left: 13px; display: block; padding: 13px 16px; border: 2px solid var(--white); border-radius: 5px; color: var(--white); background: var(--blue); box-shadow: 0 12px 24px rgba(6, 23, 67, 0.25); font-size: 0.9rem; font-weight: 900; text-align: center; text-decoration: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
}
