@font-face {
  font-family: "Manrope";
  src: url("assets/manrope-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

:root {
  --blue: #013988;
  --blue-bright: #40a3e4;
  --blue-light: #aed1e7;
  --white: #fefefe;
  --ice: #f0f7fc;
  --ink-soft: #47617b;
  --line: #d8e4ef;
  --font: "Manrope", "Avenir Next", Arial, sans-serif;
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 115px; }
body { margin: 0; color: var(--blue); background: var(--white); font-family: var(--font); font-size: 1rem; line-height: 1.65; -webkit-font-smoothing: antialiased; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; text-decoration: none; }
button, a { touch-action: manipulation; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--blue-bright); outline-offset: 6px; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-weight: 800; }
.container { width: min(var(--container), calc(100% - 96px)); margin-inline: auto; }
.icon-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon, .service-icon, .location-symbol { width: 24px; height: 24px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.skip-link { position: fixed; left: 24px; top: -100px; z-index: 50; padding: 12px 20px; background: var(--blue); color: white; border-radius: 4px; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 20; background: var(--white); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.brand { display: inline-grid; grid-template-columns: max-content 54px; column-gap: 13px; row-gap: 8px; align-items: center; flex: 0 0 auto; width: max-content; line-height: 1; }
.brand-name { grid-column: 1; grid-row: 1; font-size: 2.02rem; letter-spacing: -.065em; font-weight: 800; }
.brand-description { grid-column: 1; grid-row: 2; font-size: .67rem; font-weight: 700; letter-spacing: .29em; }
.brand-mark { grid-column: 2; grid-row: 1 / span 2; width: 54px; height: auto; }
.brand--header { grid-template-columns: 66px 178px; column-gap: 4px; row-gap: 0; }
.brand--header .brand-mark { grid-column: 1; grid-row: 1; align-self: start; width: 100%; height: auto; }
.brand-wordmark { display: grid; gap: 3px; }
.brand-lettering { width: 100%; height: auto; }
.brand-tagline { font-size: .5rem; font-weight: 800; letter-spacing: .16em; text-align: center; white-space: nowrap; }
.navigation { display: flex; align-items: center; gap: 32px; font-size: .875rem; font-weight: 600; }
.navigation > a:not(.button) { padding-block: 12px; text-underline-offset: 7px; }
.navigation > a:not(.button):hover, .navigation > a[aria-current="location"] { text-decoration: underline; text-decoration-color: var(--blue-bright); text-decoration-thickness: 2px; }
.button { min-height: 54px; padding: 15px 23px; display: inline-flex; justify-content: center; align-items: center; gap: 11px; border: 1px solid transparent; border-radius: 7px; background: var(--blue); color: var(--white); font-size: .875rem; font-weight: 700; line-height: 1.5; transition: background-color .18s, box-shadow .18s; }
.button:hover { background: #064c9f; box-shadow: 0 4px 12px rgb(1 57 136 / 12%); }
.button-small { min-height: 46px; padding: 11px 19px; }
.button .icon { width: 20px; height: 20px; }
.text-link { display: inline-flex; width: fit-content; align-items: center; gap: 12px; min-height: 44px; font-size: .875rem; font-weight: 700; text-decoration: underline; text-decoration-color: transparent; text-underline-offset: 6px; }
.text-link:hover { text-decoration-color: currentColor; }
.text-link .icon { width: 19px; height: 19px; }
.menu-toggle { display: none; }
.hero { position: relative; overflow: hidden; background: var(--ice); }
.hero-inner { display: grid; grid-template-columns: 1.12fr 1fr; gap: 66px; padding-top: 60px; padding-bottom: 78px; align-items: center; }
.location-label { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; font-size: .8125rem; font-weight: 600; }
.location-label > span { height: 7px; width: 7px; border-radius: 50%; background: var(--blue-bright); }
h1 { font-size: clamp(4rem, 6.45vw, 5.8rem); letter-spacing: -.065em; line-height: 1.025; }
.hero-description { margin-top: 27px; color: var(--ink-soft); font-size: 1rem; line-height: 1.9; }
.hero-actions { margin-top: 32px; display: flex; align-items: center; flex-wrap: wrap; gap: 17px 25px; }
.hero-address { display: flex; align-items: center; gap: 7px; margin-top: 29px; color: var(--ink-soft); font-size: .75rem; }
.hero-address .icon { width: 15px; height: 15px; }
.hero-visual { position: relative; width: 100%; padding: 7px 13px 7px 0; }
.photo-frame { height: 548px; border-radius: 245px 245px 16px 16px; overflow: hidden; background: var(--blue-light); }
.hero-photo { width: 100%; height: 100%; object-fit: cover; }
.photo-note { position: absolute; bottom: 37px; left: -37px; z-index: 2; display: flex; align-items: center; gap: 14px; padding: 20px 27px 20px 19px; border: 1px solid #fff; border-radius: 9px; background: var(--white); box-shadow: 0 12px 34px rgb(1 57 136 / 7%); }
.photo-note p { font-size: .875rem; line-height: 1.6; }
.photo-note strong { font-weight: 800; }
.note-icon { display: grid; place-items: center; width: 46px; height: 46px; background: var(--ice); border-radius: 50%; }
.note-icon .icon { width: 28px; height: 28px; }
.hero-curve { position: absolute; right: -20px; top: 14px; width: 100%; height: 100%; color: var(--blue-bright); pointer-events: none; }
.hero-bottom { display: flex; position: absolute; bottom: 0; width: 100%; height: 5px; }
.hero-bottom span:nth-child(1) { background: var(--blue); width: 56%; }
.hero-bottom span:nth-child(2) { background: var(--blue-bright); width: 27%; }
.hero-bottom span:nth-child(3) { background: var(--blue-light); flex: 1; }
.section-space { padding-block: 100px; }
.section-kicker { margin-bottom: 16px; font-size: .875rem; font-weight: 600; color: var(--ink-soft); }
h2 { font-size: clamp(2rem, 3.2vw, 2.7rem); line-height: 1.2; letter-spacing: -.045em; }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start; }
.intro-copy { padding-top: 4px; color: var(--ink-soft); max-width: 540px; }
.intro-copy p + p { margin-top: 17px; }
.intro-copy .text-link { color: var(--blue); margin-top: 15px; }
.identity-strip { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 60px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.identity-strip > * { display: flex; align-items: center; justify-content: center; gap: 13px; padding: 27px 15px; font-size: .8125rem; font-weight: 600; }
.identity-strip > * + * { border-left: 1px solid var(--line); }
.identity-strip .icon { width: 23px; height: 23px; }
.identity-strip .strip-arrow { width: 16px; height: 16px; }
.identity-strip a:hover { background: var(--ice); }
.service { background: var(--ice); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 45px; }
.section-heading > p { max-width: 375px; color: var(--ink-soft); font-size: .9375rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; margin-top: 55px; }
.service-item { padding: 0 30px 0 0; }
.service-item + .service-item { border-left: 1px solid #ccdeec; padding-left: 35px; }
.service-icon { display: block; width: 40px; height: 40px; margin-bottom: 25px; stroke-width: 1.4; }
h3 { font-size: 1.125rem; letter-spacing: -.025em; line-height: 1.4; }
.service-item p { margin-top: 12px; color: var(--ink-soft); font-size: .9375rem; }
.service-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 15px; border-top: 1px solid #ccdeec; padding-top: 26px; margin-top: 45px; }
.service-bottom p { font-size: .875rem; color: var(--ink-soft); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 120px; align-items: center; }
.contact-copy h2 { font-size: clamp(2.8rem, 4.8vw, 4rem); }
.contact-copy > p:not(.section-kicker) { color: var(--ink-soft); max-width: 385px; margin-top: 21px; margin-bottom: 30px; }
.contact-method { display: flex; align-items: center; gap: 18px; padding-block: 23px; border-top: 1px solid var(--line); }
.contact-method:last-child { border-bottom: 1px solid var(--line); }
.contact-method > .icon:last-child { margin-left: auto; width: 20px; height: 20px; }
.contact-method strong { font-size: 1.75rem; font-weight: 700; letter-spacing: -.035em; line-height: 1.5; }
.contact-label { display: block; color: var(--ink-soft); font-size: .75rem; }
.contact-icon { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 50%; background: var(--ice); }
.contact-method:hover .contact-icon { background: #deedf8; }
.location-card { position: relative; overflow: hidden; min-height: 490px; border-radius: 12px 110px 12px 12px; background: var(--blue); color: var(--white); padding: 47px; }
.location-card > :not(.location-curve) { position: relative; z-index: 1; }
.location-symbol { width: 34px; height: 34px; margin-bottom: 27px; stroke-width: 1.35; color: var(--blue-light); }
.location-card-label { font-size: .8125rem; color: #d4e6f7; margin-bottom: 9px; }
.location-card h3 { font-size: 2.5rem; letter-spacing: -.04em; line-height: 1.15; }
.location-card address { font-style: normal; font-size: .875rem; color: #d4e6f7; line-height: 1.9; margin-top: 25px; }
.button-white { background: var(--white); color: var(--blue); margin-top: 28px; padding: 12px 19px; min-height: 47px; }
.button-white:hover { background: #e3f1fa; }
.location-curve { position: absolute; right: -170px; top: 20px; width: 440px; height: 500px; color: #10519e; pointer-events: none; }
.site-footer { border-top: 1px solid var(--line); }
.footer-main { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding-block: 43px; }
.footer-main > p { font-size: .875rem; color: var(--ink-soft); margin-right: auto; margin-left: 70px; }
.back-arrow { transform: rotate(-90deg); }
.footer-bottom { border-top: 1px solid var(--line); padding-block: 20px; display: flex; justify-content: space-between; gap: 20px; color: var(--ink-soft); font-size: .75rem; }

@media (min-width: 1600px) {
  :root { --container: 1280px; }
  .hero-inner { padding-block: 78px 96px; }
  .photo-frame { height: 580px; }
}

@media (max-width: 1100px) {
  .container { width: calc(100% - 64px); }
  .brand--header { grid-template-columns: 56px 151px; }
  .navigation { gap: 23px; }
  .hero-inner { gap: 40px; padding-block: 50px 65px; }
  .photo-frame { height: 500px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 10px; }
  .photo-note { left: -20px; padding: 15px 19px; }
  .intro-grid { gap: 60px; }
  .contact-grid { gap: 65px; }
  .location-card { padding: 36px; }
  .service-grid { gap: 25px; }
  .service-item { padding-right: 10px; }
  .service-item + .service-item { padding-left: 25px; }
  .footer-main > p { margin-left: 20px; }
}

@media (max-width: 800px) {
  html { scroll-padding-top: 100px; }
  .header-inner { min-height: 88px; gap: 24px; flex-wrap: wrap; }
  .brand { grid-template-columns: max-content 42px; column-gap: 10px; row-gap: 7px; }
  .brand-name { font-size: 1.75rem; }
  .brand-description { font-size: .6rem; letter-spacing: .27em; }
  .brand-mark { width: 42px; height: auto; }
  .brand--header { grid-template-columns: 47px 126px; column-gap: 3px; row-gap: 0; }
  .brand-tagline { font-size: .4375rem; letter-spacing: .04em; }
  .menu-toggle:not([hidden]) { display: flex; align-items: center; gap: 13px; padding: 10px 4px 10px 10px; border: 0; background: transparent; color: var(--blue); cursor: pointer; font-size: .875rem; font-weight: 600; }
  .menu-lines { position: relative; width: 22px; height: 14px; border-top: 2px solid currentColor; border-bottom: 2px solid currentColor; }
  .menu-lines::before { position: absolute; content: ""; width: 22px; height: 2px; background: currentColor; left: 0; top: 4px; }
  .menu-toggle[aria-expanded="true"] .menu-lines { border-color: transparent; }
  .menu-toggle[aria-expanded="true"] .menu-lines::before { transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-lines::after { content: ""; position: absolute; width: 22px; height: 2px; background: currentColor; left: 0; top: 4px; transform: rotate(-45deg); }
  .navigation { width: 100%; flex-wrap: wrap; padding-bottom: 20px; }
  .navigation[data-enhanced="true"] { display: none; position: absolute; top: 100%; left: 0; background: var(--white); border-bottom: 1px solid var(--line); padding: 15px 32px 25px; box-shadow: 0 12px 20px rgb(1 57 136 / 5%); }
  .navigation[data-open="true"] { display: flex; flex-direction: column; align-items: stretch; gap: 6px; }
  .navigation .button { margin-top: 9px; }
  .hero-inner { grid-template-columns: 1fr 1fr; gap: 27px; }
  h1 { font-size: clamp(3rem, 7.8vw, 4rem); }
  .location-label { font-size: .75rem; }
  .hero-description { font-size: .9375rem; }
  .hero-description br { display: none; }
  .hero-actions .button { font-size: .8125rem; padding-inline: 16px; }
  .photo-frame { height: 420px; }
  .photo-note { left: -13px; bottom: 22px; padding: 13px; gap: 9px; }
  .photo-note p { font-size: .75rem; }
  .note-icon { width: 37px; height: 37px; }
  .hero-curve { right: -10px; }
  .section-space { padding-block: 72px; }
  .intro-grid { gap: 35px; }
  .intro-copy { font-size: .9375rem; }
  .identity-strip { margin-top: 40px; }
  .identity-strip > * { font-size: .75rem; gap: 8px; padding-inline: 8px; }
  .identity-strip .strip-arrow { display: none; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 23px; max-width: none; }
  .service-grid { gap: 20px; margin-top: 40px; }
  .service-item + .service-item { padding-left: 20px; }
  .service-item h3 { font-size: 1rem; }
  .service-item p { font-size: .875rem; }
  .contact-grid { gap: 32px; }
  .location-card { padding: 29px; min-height: 450px; }
  .location-card h3 { font-size: 2.1rem; }
  .contact-method { gap: 12px; }
  .contact-method strong { font-size: 1.4rem; }
  .contact-icon { width: 41px; height: 41px; }
  .footer-main > p { margin-left: 0; font-size: .75rem; }
}

@media (max-width: 600px) {
  .container { width: calc(100% - 40px); }
  .header-inner { gap: 14px; }
  .hero-inner { grid-template-columns: 1fr; gap: 42px; padding-block: 38px 46px; }
  .hero-copy { padding-inline: 4px; }
  .location-label { margin-bottom: 23px; }
  h1 { font-size: clamp(3.4rem, 14.4vw, 5rem); line-height: 1.03; }
  h1 br:last-child { display: none; }
  .hero-description { margin-top: 23px; max-width: 320px; }
  .hero-actions { margin-top: 25px; flex-direction: row; flex-wrap: wrap; align-items: center; gap: 12px 22px; }
  .hero-actions .button { font-size: .8125rem; }
  .hero-address { margin-top: 19px; }
  .hero-visual { max-width: 405px; margin-inline: auto; padding-inline: 13px 8px; }
  .photo-frame { height: 370px; border-radius: 190px 190px 13px 13px; }
  .hero-photo { object-position: center 58%; }
  .photo-note { bottom: 25px; left: 0; padding: 14px 18px; }
  .photo-note p { font-size: .8125rem; }
  .hero-curve { top: 0; right: -8px; }
  .section-space { padding-block: 60px; }
  .intro-grid, .contact-grid { grid-template-columns: 1fr; gap: 28px; }
  h2 { font-size: 2rem; }
  .intro-copy { font-size: 1rem; }
  .section-kicker { margin-bottom: 13px; }
  .identity-strip { grid-template-columns: 1fr; margin-top: 30px; }
  .identity-strip > * { justify-content: flex-start; padding: 18px 4px; gap: 14px; font-size: .875rem; }
  .identity-strip > * + * { border-left: 0; border-top: 1px solid var(--line); }
  .identity-strip .strip-arrow { display: block; margin-left: auto; }
  .section-heading > p { margin-top: 19px; }
  .section-heading > p br { display: none; }
  .service-grid { grid-template-columns: 1fr; gap: 27px; margin-top: 35px; }
  .service-item { display: grid; grid-template-columns: 42px 1fr; column-gap: 18px; padding: 0 0 27px; }
  .service-item + .service-item { border-left: 0; padding-left: 0; }
  .service-item:not(:last-child) { border-bottom: 1px solid #ccdeec; }
  .service-item:last-child { padding-bottom: 0; }
  .service-icon { grid-row: span 2; margin: 2px 0 0; width: 35px; height: 35px; }
  .service-item h3 { font-size: 1.0625rem; }
  .service-item p { margin-top: 8px; font-size: .9375rem; }
  .service-bottom { margin-top: 30px; gap: 7px; padding-top: 24px; }
  .contact-grid { gap: 39px; }
  .contact-copy h2 { font-size: 3rem; }
  .contact-method strong { font-size: 1.65rem; }
  .contact-method { padding-block: 21px; gap: 17px; }
  .contact-icon { width: 48px; height: 48px; }
  .location-card { min-height: 440px; padding: 32px; border-top-right-radius: 95px; }
  .location-card h3 { font-size: 2.4rem; }
  .footer-main { flex-wrap: wrap; padding-block: 32px; gap: 27px 20px; }
  .footer-main > p { margin-left: auto; margin-right: 0; }
  .footer-main > .text-link { font-size: .8125rem; }
  .footer-bottom { flex-direction: column; gap: 5px; padding-block: 18px; }
}

@media (max-width: 360px) {
  .menu-toggle:not([hidden]) { gap: 7px; padding-left: 4px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
