@font-face {
  font-family: "Archivo Narrow";
  src: url("assets/fonts/ArchivoNarrow-subset.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --paper: #12161F;
  --ink: #EDEFF3;
  --navy: #EDEFF3;
  --rule: #526079;
  --red: #D7E0EF;
  --muted: #A5B0C3;
  --display: "Archivo Narrow", "Liberation Sans Narrow", "Arial Narrow", sans-serif;
  --body: ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scrollbar-color: var(--navy) var(--paper); }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 400 13px/1.6 var(--body);
}
::selection { background: var(--navy); color: var(--paper); }
h1, h2, h3 {
  margin: 0;
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
  line-height: .92;
  letter-spacing: -.02em;
  color: var(--navy);
  overflow-wrap: anywhere;
  min-width: 0;
}
h2 { font-size: clamp(2rem, 5.4vw, 4.4rem); margin-bottom: 28px; }
h3 { font-size: clamp(1.15rem, 1.9vw, 1.6rem); line-height: 1.05; }
p { margin: 0 0 16px; max-width: 68ch; text-wrap: pretty; }
a { color: var(--navy); text-underline-offset: .25em; }
a:hover, a:active { color: var(--red); }
a:focus-visible { outline: 2px solid var(--navy); outline-offset: 4px; }
.wrap { width: min(1296px, 90%); margin-inline: auto; }
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 20; min-height: 44px; padding: 12px 20px; background: var(--navy); color: var(--paper); }
.skip-link:focus { left: 0; }
.site-header { padding-block: 16px; border-bottom: 1px solid var(--rule); }
.site-header, .site-footer, #schedule { --paper: #D7E0EF; --ink: #171C26; --navy: #1B2A4A; --rule: #A9B7CD; --red: #1B2A4A; --muted: #4D596E; background: var(--paper); color: var(--ink); }
.site-header .wrap { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.site-header a { display: inline-flex; align-items: center; min-height: 44px; }
.lockup { display: block; width: 247.25px; height: 69px; }
.nav { display: flex; gap: clamp(14px, 2.5vw, 30px); }
.nav a { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); text-decoration: none; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--red); text-decoration: underline; }
.hero { padding: clamp(48px, 9vw, 120px) 0 clamp(40px, 6vw, 80px); }
.hero-main { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(28px, 4vw, 56px); align-items: center; }
.hero h1 { font-size: clamp(3rem, 8.6vw, 7.6rem); line-height: .86; }
.hero h1 em { font-style: normal; color: transparent; -webkit-text-stroke: 1px var(--ink); }
.hero-object { position: relative; width: min(100%, 520px); margin-inline: auto; padding: 32px; }
.hero-object::before { content: ""; position: absolute; inset: 32px; background: #D7E0EF; clip-path: circle(50%); }
.hero-object img { position: relative; display: block; width: 100%; height: auto; }
.schedule-scroll { overflow-x: auto; }
.schedule-scroll:focus-visible { outline: 2px solid var(--navy); outline-offset: 4px; }
.schedule { width: 100%; min-width: 560px; border-collapse: collapse; font: 400 12px/1.7 ui-monospace, monospace; font-variant-numeric: tabular-nums; }
.schedule caption { text-align: left; margin-bottom: 28px; font-family: var(--display); font-size: clamp(2rem, 5vw, 4rem); line-height: 1; font-weight: 700; text-transform: uppercase; }
.schedule th, .schedule td { text-align: left; padding: 12px 14px; border-bottom: 1px solid var(--rule); }
.schedule th:first-child, .schedule td:first-child { padding-left: 0; }
.schedule thead th { font-size: 10px; letter-spacing: .14em; text-transform: uppercase; border-block: 1px solid var(--navy); }
.schedule tbody th { font-weight: 400; }
.schedule tfoot th, .schedule tfoot td { border-bottom: 3px double var(--navy); }
#schedule .wrap { border-top: 0; padding-top: 0; }
#schedule p { margin-top: 20px; color: var(--muted); }
@media (prefers-reduced-motion: no-preference) {
  .hero-object { animation: stamp .65s cubic-bezier(.16,1,.3,1) both; }
  @keyframes stamp { from { transform: scale(1.04); } to { transform: scale(1); } }
}
.hero-support { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(20px, 3vw, 40px); margin-top: clamp(36px, 6vw, 72px); max-width: 1100px; }
.positioning { font-size: clamp(15px, 1.5vw, 19px); line-height: 1.45; max-width: 34ch; }
.lede { color: var(--muted); max-width: 56ch; }
.hero .lede { max-width: 46ch; }
.actions { display: flex; gap: 20px; margin-top: 26px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; min-height: 44px; padding-block: 7px; border-bottom: 2px solid var(--navy); font: 700 11px/1.3 var(--display); text-transform: uppercase; letter-spacing: .16em; text-decoration: none; }
.btn:hover { border-color: var(--red); }
.hero .btn { min-height: 48px; padding: 12px 22px; border: 1px solid var(--rule); }
.hero .btn:first-child { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.hero .btn:first-child:hover { background: var(--red); }
.hero .btn + .btn:hover { border-color: var(--ink); }
main > section:not(.hero):not(.page-hero) { padding-block: clamp(32px, 5vw, 64px); }
main > section:not(.hero):not(.page-hero) > .wrap { border-top: 2px solid var(--navy); padding-top: clamp(20px, 3vw, 34px); }
.label { font-size: 10px; line-height: 1.4; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); margin-bottom: 24px; }
#services section { padding-top: 40px; }
#services section > h2 { font-size: clamp(1.7rem, 3.3vw, 3rem); }
.grid { margin-top: 32px; counter-reset: entry; }
.service { display: grid; grid-template-columns: 4ch minmax(0, 26ch) minmax(0, 1fr) minmax(0, 18ch); gap: clamp(14px, 2vw, 32px); align-items: baseline; padding-block: 22px; border-top: 1px solid var(--rule); counter-increment: entry; }
.service::before { content: counter(entry, decimal-leading-zero); color: var(--red); font-size: 11px; letter-spacing: .1em; }
.service p { color: var(--muted); margin: 0; }
.card-link { min-height: 44px; display: inline-flex; align-items: center; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.steps { list-style: none; padding: 0; margin: 0; counter-reset: step; }
.steps li { display: grid; grid-template-columns: 4ch minmax(0, 24ch) minmax(0, 1fr); gap: clamp(14px, 2vw, 32px); padding-block: 30px; border-top: 1px solid var(--rule); counter-increment: step; }
.steps li::before { content: counter(step, decimal-leading-zero); color: var(--red); font-size: 11px; }
.steps p { color: var(--muted); max-width: 56ch; margin: 0; }
.brass-rule { border: 0; height: 1px; background: var(--rule); margin-block: 24px; }
.page-hero { padding-block: clamp(56px, 9vw, 120px) clamp(40px, 6vw, 80px); }
.page-hero h1 { font-size: clamp(3.2rem, 9vw, 8rem); max-width: 19ch; }
.page-hero .lede { margin-top: 36px; font-size: 15px; }
.service-detail { padding-block: 48px; border-top: 1px solid var(--rule); }
.service-detail h3 { font-size: clamp(1.8rem, 3.5vw, 3rem); margin-bottom: 28px; }
.detail-grid, .boundary, .contact-grid, .about-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(24px, 6vw, 80px); align-items: start; }
.well { border-top: 1px solid var(--rule); padding-top: 20px; }
.check-list, .credentials { list-style: none; padding: 0; margin: 0; }
.check-list li, .credentials li { padding-block: 12px; border-bottom: 1px solid var(--rule); }
.portrait { width: 100%; max-width: 480px; height: auto; display: block; }
.portrait-note, .form-note { color: var(--muted); font-size: 12px; margin-top: 16px; }
.phone { display: inline-flex; align-items: center; min-height: 44px; font: 700 clamp(2rem, 6vw, 4.6rem)/1 var(--display); font-variant-numeric: tabular-nums; text-decoration: none; margin-block: 16px 24px; }
.final-cta h2 { font-size: clamp(2.6rem, 8.6vw, 7.4rem); max-width: 20ch; }
.site-footer { margin-top: clamp(56px, 9vw, 120px); padding-block: 40px; border-top: 1px solid var(--rule); }
.site-footer .seal { width: 48px; height: 48px; display: block; margin-bottom: 32px; }
.footer-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; max-width: 650px; margin-bottom: 32px; }
.footer-grid h2 { font: 700 12px/1.4 var(--display); letter-spacing: .14em; margin-bottom: 12px; }
.footer-grid a { display: flex; align-items: center; min-height: 44px; width: fit-content; }
.site-footer p { font-size: 11px; color: var(--muted); max-width: 64ch; margin-bottom: 6px; }
@media (max-width: 959px) { .hero-main, .hero-support { grid-template-columns: minmax(0, 1fr); } .hero-object { width: min(100%, 380px); } }
@media (max-width: 759px) {
  .wrap { width: calc(100% - 40px); }
  .site-header .wrap { gap: 0; }
  .nav { width: 100%; justify-content: space-between; }
  .hero h1 { font-size: clamp(2.5rem, 12.3vw, 5.5rem); }
  .service, .steps li, .detail-grid, .boundary, .contact-grid, .about-grid { grid-template-columns: minmax(0, 1fr); }
  .service, .steps li { gap: 10px; }
  .card-link { width: fit-content; }
  .footer-grid { grid-template-columns: minmax(0, 1fr); }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
@media (prefers-contrast: more) {
  :root { --rule: #A5B0C3; --muted: #EDEFF3; }
  body { background-image: none; }
}
@media print {
  :root { --paper: #FFFFFF; --ink: #171C26; --navy: #1B2A4A; --rule: #A9B7CD; --red: #1B2A4A; --muted: #4D596E; }
  .site-header, .site-footer, #schedule { --paper: #FFFFFF; }
  body { background: #FFFFFF; color: var(--ink); }
  .hero h1 em { color: var(--ink); -webkit-text-stroke: 0; }
  .hero .btn:first-child { background: transparent; color: var(--ink); border-color: var(--ink); }
  main > section { padding-block: 24px; }
}
