:root {
  --container: 1320px;
  --navy: #0e3150;
  --blue: #114d79;
  --light: #edf4f8;
  --paper: #f8fafb;
  --ink: #172b3b;
  --muted: #536673;
  --red: #b93538;
  --line: #cbd8df;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font:
    16px/1.6 system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
}
.container {
  width: min(var(--container), calc(100% - 48px));
  margin-inline: auto;
}
.skip {
  position: fixed;
  top: -60px;
  left: 12px;
  z-index: 20;
  background: var(--navy);
  color: white;
  padding: 10px 16px;
}
.skip:focus {
  top: 12px;
}
header {
  height: 72px;
  background: rgba(248, 250, 251, 0.97);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 10;
}
.nav-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 32px;
}
.logo {
  width: 198px;
  height: 62px;
  display: flex;
  align-items: center;
}
.logo img {
  width: 198px;
  height: 57px;
  object-fit: contain;
}
.nav-wrap nav {
  display: flex;
  gap: 26px;
  margin-left: auto;
}
.nav-wrap nav a {
  text-decoration: none;
  font-weight: 700;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  background: var(--blue);
  color: white;
  text-decoration: none;
  font-weight: 800;
  white-space: nowrap;
}
.button:hover,
.button:focus-visible {
  background: var(--navy);
}
.button:active {
  transform: translateY(1px);
}
.button.small {
  min-height: 42px;
}
.menu-button {
  display: none;
}
.hero {
  height: 84svh;
  min-height: 760px;
  max-height: 880px;
  background: var(--light);
}
.hero-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 28px;
  padding-block: 30px;
}
.hero-copy {
  max-width: 900px;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  margin: 0 0 14px;
}
.hero h1 {
  font-size: clamp(3.2rem, 4.35vw, 4.35rem);
  line-height: 0.98;
  letter-spacing: -0.052em;
  margin: 0;
  max-width: 980px;
}
.lead {
  font-size: 1.22rem;
  max-width: 710px;
  color: var(--muted);
  margin: 20px 0 26px;
}
.actions {
  display: flex;
  align-items: center;
  gap: 24px;
}
.phone {
  font-weight: 850;
  text-underline-offset: 5px;
}
.hero figure {
  margin: 0;
  width: 100%;
  height: min(36vw, 430px);
  overflow: hidden;
  border-radius: 10px;
}
.hero figure img {
  width: 100%;
  height: auto;
  max-height: 570px;
  object-fit: contain;
  object-position: left center;
}
.section {
  padding: 112px 0;
  scroll-margin-top: 72px;
}
.section h2 {
  font-size: clamp(2.4rem, 4vw, 4.2rem);
  line-height: 1.04;
  letter-spacing: -0.045em;
  margin: 0 0 18px;
  max-width: 860px;
}
.intro {
  font-size: 1.14rem;
  max-width: 720px;
  color: var(--muted);
  margin-bottom: 44px;
}
.service-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 16px;
}
.featured {
  display: grid;
  grid-template-columns: 400px 1fr;
  background: var(--navy);
  color: white;
  border-radius: 10px;
  overflow: hidden;
}
.featured img {
  width: 400px;
  height: 400px;
  object-fit: cover;
}
.featured div {
  align-self: end;
  padding: 36px;
}
.featured h3,
.service-list h3 {
  font-size: 1.5rem;
  margin: 0 0 8px;
}
.featured p,
.service-list p {
  margin: 0;
}
.service-list {
  display: grid;
  gap: 12px;
}
.service-list article {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: white;
}
.process {
  background: var(--navy);
  color: white;
}
.process-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 90px;
}
.process-grid p {
  color: #c8d8e2;
  max-width: 460px;
}
.steps {
  list-style: none;
  margin: 0;
  padding: 0;
}
.steps li {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 30px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}
.steps strong {
  font-size: 1.18rem;
}
.steps span {
  color: #d9e6ed;
}
.confidence {
  background: white;
}
.confidence-grid {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 78px;
  align-items: center;
}
.confidence-grid img {
  width: 400px;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
}
.confidence-grid p {
  color: var(--muted);
  font-size: 1.14rem;
  max-width: 690px;
}
.text-link {
  font-weight: 800;
  text-underline-offset: 5px;
}
.contact {
  background: var(--blue);
  color: white;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.75fr;
  gap: 90px;
  align-items: center;
}
.contact-grid p {
  color: #dbe8f0;
  font-size: 1.14rem;
}
.red {
  background: var(--red);
}
.red:hover,
.red:focus-visible {
  background: #912629;
}
.light-link {
  color: white;
}
.map {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-decoration: none;
}
.map span {
  color: #dbe8f0;
}
.map strong {
  font-size: 1.3rem;
}
.map b {
  text-decoration: underline;
  text-underline-offset: 5px;
}
footer {
  background: #091f31;
  color: #dce8ef;
  padding: 44px 0;
}
.footer-wrap {
  display: grid;
  grid-template-columns: 210px 0.7fr 1.6fr;
  align-items: center;
  gap: 48px;
}
.footer-wrap img {
  width: 200px;
  height: 58px;
  object-fit: contain;
  background: white;
  border-radius: 6px;
  padding: 4px;
}
.disclaimer {
  color: #adc2ce;
  font-size: 0.92rem;
}
.reveal {
  transition:
    opacity 0.55s ease,
    transform 0.55s ease;
}
.js-ready .reveal:not(.visible) {
  opacity: 0;
  transform: translateY(18px);
}
.no-js .reveal {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .reveal {
    transition: none !important;
  }
}
@media (max-width: 1000px) {
  .container {
    width: min(100% - 32px, var(--container));
  }
  .nav-wrap nav {
    display: none;
    position: absolute;
    top: 72px;
    left: 16px;
    right: 16px;
    background: var(--paper);
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 10px;
    flex-direction: column;
  }
  .nav-wrap nav.open {
    display: flex;
  }
  .menu-button {
    display: block;
    margin-left: auto;
    background: white;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 9px 15px;
    font: inherit;
  }
  .eyebrow {
    align-self: flex-start;
    padding: 3px 10px;
    border-radius: 10px;
    color: #0e3150;
    background: #d7eafa;
  }
  .button.small {
    display: none;
  }
  .hero {
    height: auto;
    min-height: 0;
    max-height: none;
  }
  .hero-inner {
    padding-block: 58px;
  }
  .hero figure {
    height: auto;
  }
  .service-layout,
  .process-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .featured {
    grid-template-columns: 1fr 1fr;
  }
  .confidence-grid {
    grid-template-columns: 300px 1fr;
    gap: 44px;
  }
  .confidence-grid img {
    width: 300px;
    height: 300px;
  }
  .footer-wrap {
    grid-template-columns: 1fr;
  }
  .section {
    padding: 82px 0;
  }
}
@media (max-width: 650px) {
  .logo {
    width: 170px;
  }
  .logo img {
    width: 170px;
  }
  .hero h1 {
    font-size: clamp(2.75rem, 12vw, 4.4rem);
  }
  .featured,
  .confidence-grid {
    grid-template-columns: 1fr;
  }
  .featured img,
  .confidence-grid img {
    width: 100%;
    height: auto;
  }
  .steps li {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .section {
    padding: 68px 0;
  }
}
@media (prefers-color-scheme: dark) {
  :root {
    --light: #142f42;
    --paper: #0c2435;
    --ink: #ecf4f8;
    --muted: #bbccd6;
    --line: #365266;
  }
  header {
    background: rgba(12, 36, 53, 0.97);
  }
  .logo,
  .footer-wrap img {
    background: #f7fafb;
    border-radius: 6px;
  }
  .services,
  .confidence {
    background: var(--paper);
  }
  .service-list article {
    background: #15354a;
  }
  .menu-button {
    color: var(--ink);
    background: #15354a;
  }
}
