:root {
  --navy: #0a3a61;
  --deep: #082c49;
  --ink: #243746;
  --muted: #526572;
  --line: #d6e0e6;
  --tint: #f2f6f8;
  --blue: #366b91;
  --white: #fff;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  color: var(--ink);
  font:
    16px/1.7 "Segoe UI",
    Arial,
    sans-serif;
}
a {
  color: var(--navy);
  text-underline-offset: 4px;
}
a:hover {
  color: #275f88;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1,
h2,
h3 {
  color: var(--navy);
  line-height: 1.18;
  font-weight: 600;
}
h1 {
  font-size: clamp(2rem, 3.3vw, 3.25rem);
  letter-spacing: -0.035em;
  max-width: 650px;
}
h2 {
  font-size: clamp(1.65rem, 2.25vw, 2.15rem);
  letter-spacing: -0.025em;
}
h3 {
  font-size: 1.2rem;
}
p {
  margin: 0 0 1.2rem;
}
h2 + p,
h3 + p {
  margin-top: 1rem;
}
address {
  font-style: normal;
}
.wrap {
  width: min(1180px, calc(100% - 64px));
  margin-inline: auto;
}
.topbar {
  background: var(--deep);
  color: #e3edf3;
  font-size: 0.8rem;
}
.topbar .wrap,
.topbar .wrap > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
}
.topbar .wrap {
  min-height: 39px;
}
.topbar a {
  color: white;
  text-decoration: none;
}
.phone-label {
  color: #c2d4e0;
  margin-left: 5px;
}
.brandbar {
  background: var(--navy);
  border-bottom: 1px solid #345873;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-height: 106px;
}
.brand {
  flex: 0 0 188px;
}
.brand img {
  width: 188px;
}
.header-inner nav {
  display: flex;
  align-items: center;
  gap: 22px;
}
.header-inner nav > a {
  color: #fff;
  font-size: 0.875rem;
  white-space: nowrap;
  text-decoration: none;
  padding-block: 12px;
}
.header-inner nav > a[aria-current="page"]:not(.button) {
  box-shadow: 0 2px #bad5e7;
}
.header-inner nav > a:hover {
  text-decoration: underline;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  min-height: 48px;
  padding: 12px 21px;
  border: 1px solid var(--navy);
  border-radius: 4px;
  background: var(--navy);
  color: white;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1.4;
  cursor: pointer;
  transition:
    background 0.18s,
    color 0.18s,
    box-shadow 0.18s;
}
.button:hover {
  background: var(--deep);
  color: white;
  box-shadow: 0 4px 12px #0a3a611b;
}
.header-inner nav > .button,
.light {
  background: white;
  color: var(--navy);
  border-color: white;
  padding: 13px 17px;
}
.header-inner nav > .button:hover,
.light:hover {
  background: #e3eef4;
  color: var(--navy);
}
.secondary {
  background: transparent;
  color: var(--navy);
  border-color: #8fa9ba;
}
.secondary:hover {
  background: #e8f0f5;
  color: var(--navy);
}
.outline {
  border-color: #9cb8cc;
  background: transparent;
}
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.hero {
  padding: 44px 0 54px;
  background: var(--tint);
  border-bottom: 1px solid var(--line);
}
.home-hero {
  padding: 65px 0;
}
.hero-grid {
  display: grid;
  gap: 52px;
  align-items: center;
}
.has-image .hero-grid {
  grid-template-columns: 1.12fr 1fr;
}
.eyebrow {
  text-transform: uppercase;
  font-size: 0.72rem;
  letter-spacing: 0.13em;
  font-weight: 700;
  color: var(--blue);
  margin-bottom: 17px;
}
.hero .lead {
  font-size: 1.15rem;
  line-height: 1.6;
  margin: 22px 0 27px;
  max-width: 610px;
  color: var(--muted);
}
.hero figure {
  border: 1px solid var(--line);
  background: white;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 10px 25px #183e5510;
}
.hero figure img {
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
}
.hero figcaption {
  padding: 10px 17px;
  font-size: 0.72rem;
  color: var(--muted);
  border-top: 1px solid var(--line);
}
.hero-call {
  display: inline-block;
  margin-top: 21px;
  font-size: 0.875rem;
}
.section {
  padding-block: 68px;
}
.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 90px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  font-size: 0.9rem;
  font-weight: 600;
}
.tint {
  background: var(--tint);
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  margin-bottom: 32px;
}
.section-heading p:last-child {
  color: var(--muted);
  font-size: 0.95rem;
  margin-bottom: 0;
}
.section-heading .eyebrow {
  margin-bottom: 12px;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.service-card {
  padding: 25px 27px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: white;
}
.service-number {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  color: var(--blue);
  display: block;
  margin-bottom: 22px;
}
.service-card h3 a {
  text-decoration: none;
}
.service-card h3 a:hover {
  text-decoration: underline;
}
.service-card p {
  font-size: 0.93rem;
  color: var(--muted);
  margin-top: 14px;
  min-height: 76px;
}
.three-col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.three-col article {
  border-top: 2px solid #a7c4d6;
  padding-top: 22px;
}
.three-col p {
  font-size: 0.95rem;
  color: var(--muted);
}
.coverage-layout {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 85px;
}
.coverage-layout p {
  margin-top: 18px;
}
.coverage-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
}
.coverage-list li {
  padding: 9px 0;
  border-bottom: 1px solid #d2dfe7;
  font-size: 0.95rem;
}
.affiliation {
  padding-block: 55px;
  max-width: 850px;
  text-align: center;
}
.affiliation p {
  color: var(--muted);
  margin-top: 16px;
}
.affiliation .eyebrow {
  color: var(--blue);
  margin-top: 0;
}
.cta {
  padding: 47px 0;
  background: var(--navy);
  color: #e4edf3;
}
.cta .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}
.cta h2 {
  color: white;
  font-size: 1.8rem;
}
.cta .eyebrow {
  color: #bdd8e9;
}
.cta p:last-child {
  margin-bottom: 0;
}
.cta .actions {
  flex-shrink: 0;
}
.breadcrumbs {
  font-size: 0.8rem;
  padding-block: 18px;
  color: var(--muted);
}
.breadcrumbs a {
  margin-right: 8px;
}
.breadcrumbs span:last-child {
  margin-left: 8px;
}
.content-row {
  display: grid;
  grid-template-columns: 1fr 1.45fr;
  gap: 70px;
  padding: 42px 0;
  border-bottom: 1px solid var(--line);
}
.content-row:first-child {
  padding-top: 0;
}
.content-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.content-row p:last-child {
  margin-bottom: 0;
}
.feature-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 30px;
  margin: 0;
  padding-left: 20px;
}
.feature-list li {
  padding-left: 5px;
}
.feature-list li::marker {
  color: var(--blue);
}
.form-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(260px, 1fr);
  gap: 60px;
  align-items: start;
}
.form-panel > p {
  font-size: 0.9rem;
  color: var(--muted);
}
.contact-sidebar {
  background: var(--tint);
  border-top: 3px solid var(--navy);
  padding: 28px;
  border-radius: 3px;
}
.contact-sidebar h2 {
  font-size: 1.4rem;
}
.contact-sidebar address {
  margin-top: 18px;
}
dl {
  display: grid;
  grid-template-columns: 80px 1fr;
  font-size: 0.95rem;
  gap: 9px;
  margin: 24px 0;
}
dt {
  color: var(--muted);
}
dd {
  margin: 0;
}
dd a {
  font-weight: 600;
}
.note {
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid var(--line);
}
.small {
  font-size: 0.8rem;
  color: var(--muted);
  line-height: 1.65;
}
.contact-sidebar .small {
  margin-top: 15px;
}
.business-form > fieldset {
  border: 0;
  padding: 24px 0 30px;
  margin: 0 0 20px;
  border-bottom: 1px solid var(--line);
  min-width: 0;
}
.business-form > fieldset > legend {
  font-weight: 600;
  color: var(--navy);
  font-size: 1.15rem;
  padding: 0;
}
.business-form legend > span {
  color: var(--blue);
  font-size: 0.8rem;
  margin-right: 13px;
}
.fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 22px;
}
.field {
  min-width: 0;
}
.field label {
  display: block;
  font-weight: 600;
  font-size: 0.85rem;
  margin-bottom: 7px;
}
.field input,
.field textarea {
  width: 100%;
  min-width: 0;
  min-height: 47px;
  border: 1px solid #869ca9;
  border-radius: 4px;
  background: white;
  color: var(--ink);
  font: inherit;
  padding: 10px 12px;
  line-height: 1.5;
}
.field textarea {
  resize: vertical;
}
.full {
  grid-column: 1/-1;
}
.choice-group {
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
}
.choice-group legend {
  font-size: 0.85rem;
  margin-bottom: 12px;
  font-weight: 600;
}
.choices {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}
.choices label {
  display: flex;
  gap: 9px;
  align-items: center;
  min-height: 44px;
  font-size: 0.9rem;
  padding: 6px 11px;
  border: 1px solid var(--line);
  border-radius: 4px;
  cursor: pointer;
}
.choices input {
  width: 19px;
  height: 19px;
  accent-color: var(--navy);
}
.field-error {
  display: block;
  color: #9f2424;
  font-size: 0.8rem;
  margin-top: 4px;
}
.field [aria-invalid="true"] {
  border-color: #ac2424;
}
.form-status:not(:empty),
.notice {
  padding: 15px 18px;
  background: #f2f6f8;
  border-left: 3px solid var(--navy);
  margin: 20px 0;
}
.form-status.error {
  border-color: #a32222;
  color: #852121;
}
.form-status.success {
  border-color: #237342;
  color: #165c31;
}
.trap {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.button:disabled {
  opacity: 0.65;
  cursor: wait;
}
footer {
  background: var(--deep);
  color: #c9d9e4;
  padding: 49px 0 0;
  font-size: 0.875rem;
}
footer h2 {
  font-size: 0.9rem;
  color: white;
  margin-bottom: 17px;
}
footer a {
  color: #eef5f9;
  text-decoration: none;
  display: block;
  min-height: 35px;
}
footer a:hover {
  color: white;
  text-decoration: underline;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 1fr 1.1fr;
  gap: 40px;
}
.footer-brand {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 12px;
}
footer address {
  margin-top: 20px;
}
footer .button {
  display: inline-flex;
  margin-top: 12px;
  min-height: 45px;
}
.copyright {
  border-top: 1px solid #355167;
  padding-block: 23px;
  margin-top: 40px;
  font-size: 0.75rem;
}
.menu-toggle {
  display: none;
}
.skip {
  position: absolute;
  top: -100px;
  left: 20px;
  z-index: 20;
  background: white;
  padding: 12px;
}
.skip:focus {
  top: 10px;
}
:focus-visible {
  outline: 3px solid #b0660b;
  outline-offset: 4px;
}
main:focus {
  outline: none;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (max-width: 1150px) {
  .header-inner nav {
    gap: 13px;
  }
  .brand {
    flex-basis: 153px;
  }
  .brand img {
    width: 153px;
  }
  .header-inner {
    gap: 22px;
  }
  .header-inner nav > a {
    font-size: 0.8rem;
  }
  .cta .wrap {
    align-items: start;
    flex-direction: column;
  }
  .hero-grid {
    gap: 35px;
  }
}
@media (max-width: 980px) {
  .header-inner {
    flex-wrap: wrap;
    min-height: 90px;
    padding-block: 15px;
  }
  .brand {
    flex-basis: 165px;
  }
  .brand img {
    width: 165px;
  }
  .menu-toggle {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    padding: 10px 14px;
    min-height: 44px;
    color: white;
    background: transparent;
    border: 1px solid #7e9bb0;
    border-radius: 4px;
    font: inherit;
    cursor: pointer;
  }
  .header-inner nav {
    display: none;
    width: 100%;
    align-items: stretch;
    gap: 5px;
    padding: 10px 0;
  }
  .header-inner nav.open {
    display: flex;
    flex-direction: column;
  }
  .header-inner nav > a {
    font-size: 1rem;
    padding: 11px 14px;
    min-height: 46px;
  }
  .header-inner nav > a[aria-current="page"]:not(.button) {
    box-shadow: none;
    background: #224f72;
  }
  .header-inner nav > .button {
    margin-top: 8px;
  }
  .has-image .hero-grid {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
  .home-hero {
    padding-block: 44px;
  }
  .intro-grid,
  .coverage-layout,
  .content-row {
    gap: 35px;
  }
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-grid {
    grid-template-columns: 1.2fr 1fr;
    gap: 35px;
  }
  .form-layout {
    gap: 30px;
    grid-template-columns: minmax(0, 1.5fr) minmax(250px, 1fr);
  }
  .contact-sidebar {
    padding: 20px;
  }
  .fields {
    gap: 16px;
  }
  .three-col {
    gap: 25px;
  }
}
@media (max-width: 700px) {
  .wrap {
    width: calc(100% - 36px);
  }
  .topbar .wrap > span {
    display: none;
  }
  .topbar .wrap {
    justify-content: center;
  }
  .topbar .wrap > div {
    gap: 18px;
    font-size: 0.74rem;
  }
  .phone-label {
    font-size: 0.68rem;
  }
  .has-image .hero-grid,
  .intro-grid,
  .coverage-layout,
  .content-row,
  .form-layout {
    grid-template-columns: 1fr;
  }
  .hero {
    padding-block: 34px;
  }
  .hero-grid {
    gap: 30px !important;
  }
  .hero h1 {
    max-width: 480px;
  }
  .hero .lead {
    font-size: 1.05rem;
    margin-block: 18px 24px;
  }
  .hero figure img {
    max-height: 280px;
  }
  .section {
    padding-block: 43px;
  }
  .section-heading {
    display: block;
  }
  .section-heading > p {
    margin-top: 18px;
  }
  .service-grid {
    gap: 13px;
  }
  .service-card {
    padding: 22px 19px;
  }
  .service-card p {
    min-height: 0;
  }
  .three-col {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .three-col p {
    margin-bottom: 0;
  }
  .coverage-layout {
    gap: 25px;
  }
  .coverage-list {
    column-gap: 20px;
  }
  .content-row {
    gap: 20px;
    padding-block: 30px;
  }
  .content-row .eyebrow {
    display: none;
  }
  .content-row h2 {
    font-size: 1.5rem;
  }
  .affiliation {
    padding-block: 40px;
  }
  .cta {
    padding-block: 38px;
  }
  .cta .actions {
    flex-shrink: 1;
  }
  .form-layout {
    gap: 35px;
  }
  .contact-sidebar {
    padding: 25px;
  }
  .fields {
    gap: 18px;
  }
  .footer-grid {
    gap: 32px 20px;
  }
  footer {
    padding-top: 38px;
  }
  .footer-grid > div:first-child {
    grid-column: 1/-1;
  }
  .footer-grid > div:last-child {
    grid-column: 1/-1;
  }
  .copyright {
    margin-top: 28px;
  }
  .desktop-break {
    display: none;
  }
}
@media (max-width: 430px) {
  .service-grid {
    grid-template-columns: 1fr;
  }
  .service-card {
    padding: 24px;
  }
  .service-number {
    margin-bottom: 14px;
  }
  .fields {
    grid-template-columns: 1fr;
  }
  .feature-list {
    grid-template-columns: 1fr;
  }
  .hero .actions .button {
    flex: 1;
    font-size: 0.85rem;
    padding-inline: 14px;
  }
  .coverage-list li {
    font-size: 0.85rem;
  }
  .topbar .wrap > div {
    gap: 13px;
  }
  .phone-label {
    display: none;
  }
  .cta .actions {
    width: 100%;
  }
  .cta .button {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
