:root {
  --container: 1360px;
  --bg: #edf5f8;
  --surface: #dbeaf0;
  --ink: #102b43;
  --muted: #445f71;
  --accent: #0877ad;
  --accent-deep: #05567e;
  --accent-text: #f8fdff;
  --line: #b8cfd9;
  --radius: 14px;
  --header: 74px;
  color-scheme: light dark;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 17px;
  line-height: 1.6;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
}
.container {
  width: min(var(--container), calc(100% - 48px));
  margin-inline: auto;
}
.skip {
  position: fixed;
  top: 8px;
  left: 12px;
  padding: 10px 14px;
  background: var(--ink);
  color: var(--bg);
  transform: translateY(-150%);
  z-index: 20;
}
.skip:focus {
  transform: none;
}
.site-header {
  height: var(--header);
  background: color-mix(in srgb, var(--bg) 92%, transparent);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(14px);
}
.nav-row {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}
.brand {
  width: 220px;
  height: 62px;
  display: flex;
  align-items: center;
}
.brand img {
  width: 220px;
  height: auto;
}
nav {
  display: flex;
  align-items: center;
  gap: 30px;
  white-space: nowrap;
}
nav a {
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
}
.nav-cta,
.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 10px;
  background: var(--accent-deep);
  color: var(--accent-text);
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid var(--accent-deep);
  transition:
    transform 0.2s ease,
    background 0.2s ease;
}
.nav-cta {
  min-height: 42px;
  padding-inline: 18px;
}
.nav-cta:hover,
.button:hover {
  background: #033f5d;
}
.nav-cta:active,
.button:active {
  transform: translateY(1px);
}
.menu-button {
  display: none;
}
.hero {
  height: 84svh;
  min-height: 700px;
  max-height: 840px;
  padding: 0;
}
.hero-grid {
  height: 100%;
  display: grid;
  grid-template-columns: 54% 46%;
  align-items: stretch;
}
.hero-copy {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 54px clamp(56px, 6vw, 92px) 54px 0;
}
.hero-visual {
  margin: 0;
  height: 100%;
  display: flex;
  overflow: hidden;
  border-radius: 0 0 var(--radius) var(--radius);
}
.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kicker {
  margin: 0 0 18px;
  color: var(--accent-deep);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
h1 {
  font-size: clamp(66px, 6.6vw, 104px);
  line-height: 0.91;
  letter-spacing: -0.06em;
  margin: 0;
  max-width: 760px;
}
h2 {
  font-size: clamp(42px, 4.7vw, 70px);
  line-height: 1;
  letter-spacing: -0.045em;
  margin: 0 0 24px;
  max-width: 760px;
}
h3 {
  font-size: 26px;
  line-height: 1.15;
  margin: 0 0 12px;
}
.hero-text {
  font-size: 21px;
  color: var(--muted);
  max-width: 510px;
  margin: 30px 0 28px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}
.phone {
  font-weight: 800;
  text-underline-offset: 5px;
}
.services,
.process,
.coverage,
.contact {
  padding: 120px 0;
}
.section-title {
  max-width: 780px;
}
.section-title p,
.process-copy > p,
.coverage-copy p,
.contact-main p {
  font-size: 20px;
  color: var(--muted);
  max-width: 58ch;
}
.service-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 18px;
  margin-top: 58px;
}
.service {
  padding: 34px;
  background: var(--surface);
  border-radius: var(--radius);
  min-height: 180px;
  border: 1px solid transparent;
}
.service-main {
  min-height: 250px;
  background: var(--accent-deep);
  color: var(--accent-text);
  grid-row: span 2;
}
.service.service-main p {
  color: #d8eef7;
}
.service-wide {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: end;
}
.service p {
  margin: 0;
  color: var(--muted);
  max-width: 42ch;
}
.process {
  background: color-mix(in srgb, var(--surface) 70%, var(--bg));
}
.process-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 110px;
  align-items: start;
}
.text-link {
  font-weight: 800;
  text-underline-offset: 5px;
}
.process-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 18px;
}
.process-list li {
  padding: 26px 28px;
  background: var(--bg);
  border-left: 5px solid var(--accent);
  border-radius: 0 var(--radius) var(--radius) 0;
}
.process-list span {
  font-size: 22px;
  font-weight: 800;
}
.process-list p {
  margin: 6px 0 0;
  color: var(--muted);
}
.coverage-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: stretch;
  gap: 0;
}
.coverage-image {
  min-height: 480px;
  overflow: hidden;
  border-radius: var(--radius) 0 0 var(--radius);
}
.coverage-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.coverage-copy {
  background: var(--surface);
  padding: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0 var(--radius) var(--radius) 0;
}
.contact {
  padding-top: 40px;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 22px;
}
.contact-main {
  padding: 64px;
  background: var(--accent-deep);
  color: var(--accent-text);
  border-radius: var(--radius);
  grid-row: span 2;
}
.contact-main p {
  color: #d5eaf4;
}
.contact-main .button {
  background: #f6fbfd;
  color: #064e70;
  border-color: #f6fbfd;
}
.contact-details {
  display: grid;
  gap: 1px;
  background: var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.contact-details a,
.contact-details > div {
  background: var(--surface);
  padding: 24px;
  text-decoration: none;
  display: grid;
  gap: 4px;
}
.contact-details span,
.map-card span {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--muted);
  font-weight: 800;
}
.contact-details strong {
  font-size: 19px;
  overflow-wrap: anywhere;
}
.map-card {
  background: var(--surface);
  padding: 28px;
  border-radius: var(--radius);
  text-decoration: none;
  display: grid;
  gap: 5px;
}
.map-card b {
  color: var(--accent-deep);
  margin-top: 12px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
footer {
  border-top: 1px solid var(--line);
  padding: 50px 0;
}
.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
.footer-row img {
  width: 220px;
}
.footer-row p {
  max-width: 620px;
  text-align: right;
  color: var(--muted);
  font-size: 14px;
}
.reveal {
  opacity: 1;
  transform: none;
}
.js .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.65s ease,
    transform 0.65s ease;
}
.js .reveal.visible {
  opacity: 1;
  transform: none;
}
.no-js .reveal {
  opacity: 1;
  transform: none;
}
@media (prefers-color-scheme: dark) {
  :root {
    --bg: #0f252f;
    --surface: #193541;
    --ink: #edf8fb;
    --muted: #bdd2da;
    --accent: #50a9cb;
    --accent-deep: #b7e3f3;
    --accent-text: #102a36;
    --line: #345360;
  }
  .service-main,
  .contact-main {
    background: #b7e3f3;
    color: #102a36;
  }
  .service.service-main p,
  .contact-main p {
    color: #365968;
  }
  .contact-main .button {
    background: #102a36;
    color: #edf8fb;
    border-color: #102a36;
  }
  .map-card b,
  .kicker {
    color: #b7e3f3;
  }
}
@media (max-width: 900px) {
  .container {
    width: min(var(--container), calc(100% - 32px));
  }
  .menu-button {
    display: block;
    background: transparent;
    color: var(--ink);
    border: 1px solid var(--line);
    padding: 9px 14px;
    border-radius: 10px;
    font: inherit;
    font-size: 15px;
    font-weight: 800;
  }
  nav {
    display: none;
    position: absolute;
    top: 74px;
    left: 0;
    right: 0;
    background: var(--bg);
    padding: 22px 16px;
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  nav.open {
    display: flex;
  }
  nav a {
    padding: 8px;
  }
  .hero {
    height: auto;
    min-height: 0;
    max-height: none;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    height: auto;
  }
  .hero-copy {
    min-height: calc(78svh - 74px);
    padding: 64px 0;
  }
  .hero-visual {
    height: auto;
    aspect-ratio: 4/3;
    border-radius: var(--radius);
  }
  .service-grid,
  .process-grid,
  .coverage-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .service-grid > *,
  .process-grid > *,
  .coverage-grid > *,
  .contact-grid > * {
    min-width: 0;
  }
  .service-main {
    grid-row: auto;
  }
  .service-wide {
    grid-column: auto;
    grid-template-columns: 1fr;
  }
  .process-grid {
    gap: 54px;
  }
  .coverage-copy {
    padding: 44px;
    border-radius: 0 0 var(--radius) var(--radius);
  }
  .coverage-image {
    border-radius: var(--radius) var(--radius) 0 0;
    min-height: 360px;
  }
  .contact-main {
    grid-row: auto;
    padding: 46px;
  }
  .footer-row {
    align-items: flex-start;
    flex-direction: column;
  }
  .footer-row p {
    text-align: left;
  }
  .services,
  .process,
  .coverage,
  .contact {
    padding: 88px 0;
  }
  h2 {
    overflow-wrap: anywhere;
  }
}
@media (max-width: 520px) {
  h1 {
    font-size: 58px;
  }
  h2 {
    font-size: 43px;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }
  .hero-visual {
    aspect-ratio: 1/1;
  }
  .service {
    padding: 28px;
  }
  .contact-main {
    padding: 34px;
  }
  .brand,
  .brand img {
    width: 185px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .js .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .button,
  .nav-cta {
    transition: none;
  }
}
