:root {
  color-scheme: light;
  --navy: #0b1e3a;
  --teal: #00a3a3;
  --teal-dark: #007b7d;
  --teal-light: #64e0d7;
  --gray: #546071;
  --line: #dfe5e9;
  --pale: #f4f7f8;
  --white: #fff;
  font-family: "Segoe UI", Arial, sans-serif;
  color: var(--navy);
  background: var(--white);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; font-size: 16px; line-height: 1.65; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; text-decoration: none; }
button, a, input { touch-action: manipulation; }
button, a { outline-offset: 6px; }
:focus-visible { outline: 3px solid var(--teal-dark); }
::selection { background: #b8efea; color: var(--navy); }
[hidden] { display: none !important; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { line-height: 1.13; text-wrap: balance; letter-spacing: 0; }
h2 { font-size: 2.75rem; font-weight: 700; }
h3 { font-size: 1.2rem; }
svg { display: block; }
.container { width: min(1184px, calc(100% - 96px)); margin-inline: auto; }
.icon, .service-icon { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.icon { width: 21px; height: 21px; }
.icon-definitions { width: 0; height: 0; position: absolute; overflow: hidden; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 12px 20px; background: white; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 20; background: var(--white); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: block; flex-shrink: 0; }
/* Display the supplied logo without altering the original brand board. */
.brand-art { position: relative; display: block; width: 222px; height: 80px; overflow: hidden; }
.brand-art img { position: absolute; width: 492px; height: auto; max-width: none; left: -8px; top: -21px; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: .875rem; font-weight: 600; }
.main-nav > a:not(.button) { padding-block: 12px; transition: color 150ms ease; }
.main-nav > a:not(.button):hover { color: var(--teal-dark); }
.menu-toggle { width: 44px; height: 44px; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 4px; background: white; color: var(--navy); cursor: pointer; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 18px; padding: 16px 22px; min-height: 54px; background: var(--teal-dark); color: white; border: 1px solid var(--teal-dark); border-radius: 4px; font-size: .9375rem; font-weight: 650; line-height: 1.4; transition: background 160ms ease, border-color 160ms ease, transform 160ms ease; }
.button:hover { background: #006466; border-color: #006466; transform: translateY(-2px); }
.button-small { min-height: 44px; padding: 11px 18px; font-size: .875rem; gap: 20px; }
.button-outline { background: transparent; border-color: #b5c3d0; }
.button-outline:hover { background: #ffffff14; border-color: white; }
.hero { position: relative; isolation: isolate; background: var(--navy); color: white; min-height: 604px; overflow: hidden; }
.hero-image { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 48%; }
.hero-shade { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgb(4 22 43 / 97%) 0%, rgb(4 22 43 / 88%) 33%, rgb(4 22 43 / 43%) 58%, rgb(4 22 43 / 5%) 100%); }
.hero-inner { display: flex; align-items: center; min-height: 604px; padding-block: 70px 65px; }
.hero-copy { width: 620px; max-width: 59%; }
.eyebrow { font-size: .8125rem; font-weight: 700; color: var(--teal-dark); margin-bottom: 20px; line-height: 1.6; }
.eyebrow.light { color: var(--teal-light); }
h1 { font-size: 3.75rem; font-weight: 740; }
.teal-period { color: var(--teal-light); }
.hero-tagline { font-size: 1.625rem; font-weight: 600; margin-top: 22px; line-height: 1.4; }
.hero-description { color: #dce5ee; max-width: 495px; font-size: 1.0625rem; margin-top: 18px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-location { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; color: #d5e0e9; font-size: .875rem; margin-top: 38px; }
.hero-location .icon { color: var(--teal-light); width: 18px; height: 18px; }
.hero-location > span { color: #8597a8; margin-inline: 4px; }
.hero-caption { position: absolute; right: 48px; bottom: 36px; color: white; font-size: .75rem; font-weight: 600; line-height: 1.7; text-align: right; text-shadow: 0 1px 6px #071e34; }
.hero-caption span { display: block; margin: 0 0 12px auto; width: 44px; height: 3px; background: var(--teal); }
.promise-strip { border-bottom: 1px solid var(--line); background: var(--pale); }
.promise-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.promise-inner p { display: flex; align-items: center; gap: 12px; font-size: .9375rem; font-weight: 550; }
.promise-inner .icon { color: var(--teal-dark); }
.section { padding-block: 96px; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 64px; margin-bottom: 44px; }
.section-heading > p { width: 425px; max-width: 42%; color: var(--gray); font-size: 1.0625rem; }
.section-heading .eyebrow { margin-bottom: 16px; }
.services-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.service-card { position: relative; border: 1px solid var(--line); border-radius: 6px; padding: 28px 23px 26px; border-top: 3px solid var(--teal); background: white; }
.service-icon { width: 38px; height: 38px; margin-bottom: 30px; color: var(--navy); stroke-width: 1.5; }
.service-number { position: absolute; top: 31px; right: 24px; font-size: .8125rem; color: #667789; }
.service-card h3 { min-height: 46px; font-size: 1.18rem; line-height: 1.3; margin-bottom: 13px; }
.service-card > p { color: var(--gray); font-size: .9375rem; min-height: 100px; }
.service-card ul { list-style: none; padding: 20px 0 0; margin: 22px 0 0; border-top: 1px solid var(--line); display: grid; gap: 11px; font-size: .875rem; line-height: 1.6; }
.service-card li { position: relative; padding-left: 15px; }
.service-card li::before { content: ""; width: 4px; height: 4px; position: absolute; background: var(--teal-dark); top: 9px; left: 0; }
.approach-section { padding-block: 88px; background: var(--pale); border-block: 1px solid var(--line); }
.approach-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 104px; }
.approach-intro > p:not(.eyebrow) { color: var(--gray); max-width: 410px; margin-top: 24px; }
.text-link { display: inline-flex; align-items: center; gap: 22px; font-weight: 650; font-size: .9375rem; color: var(--teal-dark); margin-top: 26px; padding-block: 8px; }
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.steps { list-style: none; margin: 0; padding: 0; }
.steps li { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 24px; padding-block: 25px; border-bottom: 1px solid #d5dfe5; }
.steps li:first-child { padding-top: 0; }
.steps li:last-child { border-bottom: 0; padding-bottom: 0; }
.step-number { color: var(--teal-dark); font-size: 1.125rem; line-height: 1.5; font-weight: 600; }
.steps h3 { font-size: 1.2rem; line-height: 1.4; }
.steps p { color: var(--gray); margin-top: 8px; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 104px; }
.about-statement { padding-top: 6px; }
.about-statement h2 { font-size: 3.125rem; line-height: 1.2; }
.about-statement h2 span { color: var(--teal-dark); }
.about-place { display: flex; align-items: center; gap: 9px; margin-top: 28px; font-size: .9375rem; color: var(--gray); }
.about-place .icon { color: var(--teal-dark); }
.about-copy { border-left: 1px solid var(--line); padding-left: 42px; }
.about-copy h3 { font-size: 1.625rem; line-height: 1.35; margin-bottom: 22px; }
.about-copy > p { color: var(--gray); margin-bottom: 16px; }
.founder-signoff { display: flex; gap: 16px; align-items: center; margin-top: 28px; }
.founder-rule { background: var(--teal); width: 32px; height: 3px; }
.founder-signoff strong { display: block; font-size: .9375rem; }
.founder-signoff div > span { color: var(--gray); font-size: .875rem; }
.contact-section { background: var(--navy); color: white; border-top: 5px solid var(--teal); padding-block: 77px 80px; }
.contact-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 110px; }
.contact-section h2 { font-size: 2.625rem; line-height: 1.2; }
.contact-section .eyebrow { margin-bottom: 16px; }
.contact-grid > div > p:not(.eyebrow):not(.contact-pending):not(.contact-email) { color: #d0dce7; max-width: 545px; margin-top: 22px; }
.contact-button { margin-top: 28px; }
.contact-email { font-size: .9375rem; color: #d0dce7; margin-top: 15px; overflow-wrap: anywhere; }
.contact-pending { padding-left: 18px; margin-top: 28px; max-width: 480px; color: #d0dce7; border-left: 2px solid var(--teal); font-size: .9375rem; }
.contact-details { display: grid; gap: 24px; border-left: 1px solid #34465e; padding-left: 40px; }
.contact-details > div { display: flex; gap: 16px; }
.contact-details .icon { color: var(--teal-light); margin-top: 3px; }
.contact-details h3 { font-size: 1rem; line-height: 1.5; }
.contact-details p { color: #c3d1df; font-size: .9375rem; margin-top: 7px; }
.site-footer { background: white; padding-block: 32px; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-brand { display: block; font-weight: 800; line-height: 1.2; font-size: 1.5rem; }
.footer-brand > span { display: block; font-size: .75rem; font-weight: 650; line-height: 1.6; }
.footer-inner > div > p { font-size: .8125rem; color: var(--gray); margin-top: 7px; }
.copyright { color: var(--gray); font-size: .8125rem; }
.back-top { display: inline-flex; align-items: center; gap: 12px; font-size: .875rem; padding-block: 12px; }
.back-top:hover { color: var(--teal-dark); }
@media (min-width: 1600px) {
  .hero-image { object-position: center 44%; }
}
@media (max-width: 1100px) {
  .container { width: calc(100% - 64px); }
  .main-nav { gap: 21px; }
  .hero-copy { max-width: 68%; }
  h1 { font-size: 3.25rem; }
  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
  .service-card h3, .service-card > p { min-height: 0; }
  .service-card { padding: 28px; }
  .service-icon { margin-bottom: 24px; }
  .approach-grid, .about-grid { gap: 56px; }
  .contact-grid { gap: 54px; }
  .contact-section h2 { font-size: 2.25rem; }
}
@media (max-width: 800px) {
  html { scroll-padding-top: 94px; }
  .container { width: calc(100% - 40px); }
  .header-inner { min-height: 88px; gap: 16px; flex-wrap: wrap; }
  .brand-art { width: 198px; height: 72px; }
  .brand-art img { width: 440px; left: -7px; top: -19px; }
  .menu-toggle:not([hidden]) { display: flex; }
  .main-nav { width: 100%; flex-wrap: wrap; gap: 12px 24px; padding-bottom: 20px; }
  .main-nav[data-collapsed="true"] { display: none; }
  .main-nav > a { width: 100%; }
  .hero, .hero-inner { min-height: 640px; }
  .hero-inner { padding-block: 65px 55px; }
  .hero-copy { max-width: 82%; width: 570px; }
  .hero-image { object-position: 64% center; }
  .hero-shade { background: linear-gradient(90deg, rgb(4 22 43 / 96%) 0%, rgb(4 22 43 / 84%) 45%, rgb(4 22 43 / 44%) 100%); }
  .hero-caption { display: none; }
  .hero-description { max-width: 460px; }
  .promise-inner { flex-wrap: wrap; justify-content: center; gap: 18px 30px; padding-block: 24px; }
  .promise-inner p { font-size: .875rem; }
  .section { padding-block: 68px; }
  .section-heading { display: block; }
  .section-heading > p { width: auto; max-width: 560px; margin-top: 22px; }
  h2 { font-size: 2.25rem; }
  .approach-section { padding-block: 64px; }
  .approach-grid, .about-grid, .contact-grid { grid-template-columns: minmax(0, 1fr); gap: 42px; }
  .approach-intro > p:not(.eyebrow) { max-width: 560px; }
  .steps li { grid-template-columns: 36px minmax(0, 1fr); gap: 18px; }
  .about-statement h2 { font-size: 2.75rem; }
  .about-copy { border-left: 0; border-top: 1px solid var(--line); padding: 32px 0 0; }
  .contact-section { padding-block: 62px; }
  .contact-details { border-left: 0; border-top: 1px solid #34465e; padding: 32px 0 0; }
  .footer-inner { flex-wrap: wrap; }
  .copyright { order: 3; width: 100%; border-top: 1px solid var(--line); padding-top: 20px; }
}
@media (max-width: 480px) {
  .hero, .hero-inner { min-height: 0; }
  .hero-inner { padding-block: 56px; }
  .hero-copy { max-width: 100%; }
  h1 { font-size: 2.375rem; line-height: 1.16; }
  .hero-tagline { font-size: 1.25rem; margin-top: 20px; }
  .hero-description { font-size: 1rem; }
  .hero-actions { gap: 12px; margin-top: 28px; }
  .hero-actions .button { width: 100%; }
  .hero-location { gap: 7px; font-size: .8125rem; margin-top: 28px; }
  .hero-location > span { margin-inline: 1px; }
  .hero-shade { background: rgb(4 22 43 / 81%); }
  .eyebrow { font-size: .75rem; }
  .services-grid { grid-template-columns: minmax(0, 1fr); gap: 18px; }
  .service-card { padding: 26px; }
  .service-card h3 { font-size: 1.25rem; }
  .service-card > p { font-size: 1rem; }
  .service-card ul { font-size: .9375rem; }
  .section-heading { margin-bottom: 32px; }
  .promise-inner { align-items: flex-start; flex-direction: column; padding-left: 4px; }
  .contact-section h2 { font-size: 2rem; }
  .contact-button { width: 100%; }
  .about-statement h2 { font-size: 2.5rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .button:hover { transform: none; }
}
@media print {
  .site-header { position: static; }
  .menu-toggle, .main-nav, .hero-actions, .hero-caption, .back-top { display: none !important; }
  .container { width: 100%; }
  .section, .approach-section, .contact-section { padding-block: 28px; }
  .hero, .hero-inner { min-height: 0; }
  .hero-inner { padding: 28px 0; }
  .hero-copy { max-width: 100%; }
  .hero-image, .hero-shade { display: none; }
  .hero, .contact-section { color: #000; background: white; }
  .hero p, .contact-section p, .eyebrow.light { color: #333 !important; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .service-card, .steps li { break-inside: avoid; }
  h1 { font-size: 2.5rem; }
}
