:root {
  color-scheme: light;
  --ink: #10243a;
  --ink-2: #29435c;
  --muted: #62758a;
  --paper: #f6f9fc;
  --white: #fff;
  --line: #d7e2ed;
  --accent: #6ba8d8;
  --accent-dark: #285f8d;
  --navy: #0d2238;
  --navy-soft: #183753;
  --ease-out: cubic-bezier(.2, .8, .2, 1);
  --shell: 1240px;
  --header-height: 84px;
  font-family: "DM Sans", "Avenir Next", Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; min-width: 320px; background: var(--paper); color: var(--ink); }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
svg { display: block; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
p, address { text-wrap: pretty; }

:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
.shell { width: min(var(--shell), calc(100% - 64px)); margin-inline: auto; }
.section-pad { padding-block: 120px; }
.skip-link { position: fixed; z-index: 200; top: 10px; left: 10px; transform: translateY(-160%); padding: 12px 16px; background: var(--white); color: var(--ink); border-radius: 6px; box-shadow: 0 5px 24px #0003; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 50; top: 0; height: var(--header-height); margin-bottom: calc(-1 * var(--header-height)); background: rgb(16 29 42 / 16%); border-bottom: 1px solid rgb(255 255 255 / 15%); color: var(--white); backdrop-filter: blur(16px); transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease; }
.site-header.is-scrolled { background: rgb(16 29 42 / 96%); border-color: rgb(255 255 255 / 10%); box-shadow: 0 8px 30px #08131d26; }
.header-inner { display: flex; align-items: center; justify-content: space-between; width: min(1380px, calc(100% - 64px)); height: 100%; margin-inline: auto; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 210px; }
.brand-mark { width: 39px; height: 39px; fill: var(--accent); }
.brand-mark .brand-route { fill: none; stroke: var(--white); stroke-linecap: round; stroke-width: 2.2; }
.brand-mark circle { fill: var(--white); }
.brand-name { display: flex; flex-direction: column; gap: 4px; line-height: 1; }
.brand-name strong { font-family: "Sora", sans-serif; font-size: 13px; font-weight: 700; letter-spacing: .045em; }
.brand-name > span { font-size: 8px; font-weight: 600; letter-spacing: .12em; opacity: .68; }
.primary-navigation { display: flex; align-items: center; gap: clamp(22px, 3.2vw, 46px); height: 100%; }
.primary-navigation > a:not(.nav-call) { position: relative; display: flex; align-items: center; height: 100%; font-size: 12px; font-weight: 600; letter-spacing: .025em; color: rgb(255 255 255 / 83%); transition: color 140ms ease; }
.primary-navigation > a:not(.nav-call)::after { position: absolute; right: 0; bottom: 0; left: 0; height: 2px; background: var(--accent); content: ""; transform: scaleX(0); transform-origin: right center; transition: transform 200ms var(--ease-out); }
.primary-navigation > a:not(.nav-call):hover { color: var(--white); }
.primary-navigation > a:not(.nav-call):hover::after { transform: scaleX(1); transform-origin: left center; }
.nav-call { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; margin-left: 3px; padding: 0 17px; border: 1px solid rgb(255 255 255 / 44%); border-radius: 4px; font-size: 11px; font-weight: 600; transition: color 150ms ease, background-color 150ms ease, border-color 150ms ease; }
.nav-call:hover { border-color: var(--accent); background: var(--accent); color: var(--ink); }
.nav-call svg, .button svg, .text-link svg, .detail-link svg, .footer-top-link svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.menu-toggle { display: none; }

.hero { position: relative; display: flex; min-height: min(800px, 100svh); min-height: max(700px, min(800px, 100svh)); align-items: center; overflow: hidden; background: var(--navy); color: var(--white); isolation: isolate; }
.hero-image, .hero-shade, .hero-grid { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center 54%; animation: hero-image-in 1100ms var(--ease-out) both; }
.hero-shade { z-index: -1; background: linear-gradient(90deg, rgb(9 22 33 / 94%) 0%, rgb(9 22 33 / 86%) 34%, rgb(9 22 33 / 52%) 59%, rgb(9 22 33 / 15%) 100%), linear-gradient(0deg, rgb(9 22 33 / 48%), transparent 26%); }
.hero-grid { z-index: -1; opacity: .28; background-image: linear-gradient(rgb(255 255 255 / 5%) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 5%) 1px, transparent 1px); background-size: 92px 92px; mask-image: linear-gradient(90deg, black, transparent 78%); }
.hero-content { position: relative; z-index: 2; padding-top: 76px; padding-bottom: 30px; }
.hero-kicker, .eyebrow { display: flex; align-items: center; gap: 11px; margin-bottom: 27px; color: var(--accent-dark); font-size: 10px; font-weight: 700; letter-spacing: .105em; line-height: 1.4; text-transform: uppercase; }
.hero-kicker { margin-bottom: 24px; color: #a9d1f0; animation: rise-in 550ms 100ms var(--ease-out) both; }
.hero-kicker > span { width: 21px; height: 1px; background: currentColor; }
.hero h1, .intro-heading h2, .section-heading h2, .approach-title h2, .contact-main h2 { margin-bottom: 0; font-family: "Sora", "DM Sans", sans-serif; font-size: clamp(52px, 6.35vw, 88px); font-weight: 500; letter-spacing: -.072em; line-height: 1.03; }
.hero h1 { max-width: 760px; animation: rise-in 600ms 180ms var(--ease-out) both; }
.hero-copy { max-width: 440px; margin: 25px 0 31px; color: rgb(255 255 255 / 80%); font-size: 16px; line-height: 1.7; animation: rise-in 600ms 260ms var(--ease-out) both; }
.hero-actions { display: flex; align-items: center; gap: 27px; animation: rise-in 600ms 340ms var(--ease-out) both; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 25px; min-height: 52px; padding: 0 19px; border: 1px solid transparent; border-radius: 4px; font-size: 12px; font-weight: 700; transition: color 150ms ease, background-color 150ms ease, border-color 150ms ease, transform 150ms ease; }
.button:active { transform: scale(.98); }
.button-accent { background: var(--accent); color: var(--ink); }
.button-accent:hover { background: #82b5df; }
.text-link { display: inline-flex; align-items: center; gap: 11px; width: fit-content; padding-bottom: 4px; border-bottom: 1px solid currentColor; color: var(--ink); font-size: 12px; font-weight: 700; }
.text-link svg, .detail-link svg { transition: transform 150ms var(--ease-out); }
.text-link:hover svg, .detail-link:hover svg { transform: translateX(3px); }
.text-link-light { border-color: rgb(255 255 255 / 40%); color: var(--white); }
.hero-route-note { position: absolute; right: max(32px, calc((100vw - 1380px) / 2)); bottom: 126px; display: flex; align-items: center; gap: 15px; min-width: 240px; padding: 17px 20px; border: 1px solid rgb(255 255 255 / 22%); border-radius: 3px; background: rgb(16 29 42 / 65%); backdrop-filter: blur(12px); animation: rise-in 700ms 420ms var(--ease-out) both; }
.route-note-pin { display: grid; width: 34px; height: 34px; flex: none; place-items: center; border: 1px solid rgb(107 168 216 / 60%); border-radius: 50%; }
.route-note-pin i { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgb(107 168 216 / 16%); }
.route-note-label { display: block; margin-bottom: 5px; color: rgb(255 255 255 / 60%); font-size: 9px; font-weight: 600; letter-spacing: .075em; text-transform: uppercase; }
.hero-route-note strong { font-family: "Sora", sans-serif; font-size: 14px; font-weight: 500; }
.hero-route-note strong b { padding-inline: 2px; color: var(--accent); font-weight: 500; }
.route-note-arrow { width: 17px; height: 17px; margin-left: auto; fill: none; stroke: var(--accent); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.route-art { position: absolute; z-index: 1; top: 18%; right: -1%; width: min(60vw, 850px); height: auto; overflow: visible; opacity: .9; pointer-events: none; }
.route-path { fill: none; stroke: var(--accent); stroke-linecap: round; stroke-width: 1.3; stroke-dasharray: 7 10; }
.route-path-back { stroke: rgb(255 255 255 / 55%); stroke-width: 4; opacity: .28; }
.route-path-front { stroke-dasharray: 850; stroke-dashoffset: 850; animation: route-draw 1800ms 550ms var(--ease-out) forwards; }
.route-stop { fill: var(--navy); stroke: var(--accent); stroke-width: 2; }
.route-stop-a, .route-stop-d { fill: var(--accent); }
.route-pulse { fill: none; stroke: var(--accent); stroke-width: 1; animation: pulse 2000ms 1800ms ease-out infinite; transform-box: fill-box; transform-origin: center; }
.hero-foot { position: absolute; right: 0; bottom: 22px; left: 0; display: grid; grid-template-columns: 1fr 48px 1fr; align-items: center; color: rgb(255 255 255 / 64%); font-size: 9px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.hero-foot > span:last-child { text-align: right; }
.hero-foot a { display: flex; flex-direction: column; align-items: center; gap: 5px; justify-self: center; color: var(--white); }
.hero-foot a span { font-size: 9px; }
.hero-foot a i { width: 1px; height: 25px; background: var(--accent); }

.service-ribbon { position: relative; z-index: 3; border-bottom: 1px solid var(--line); background: var(--paper); }
.service-ribbon-inner { display: flex; align-items: center; gap: clamp(16px, 2.6vw, 38px); min-height: 84px; color: var(--ink-2); font-family: "Sora", sans-serif; font-size: 11px; font-weight: 500; }
.service-ribbon-inner > i { width: 4px; height: 4px; flex: none; border-radius: 50%; background: var(--accent); }
.ribbon-caption { margin-left: auto; color: var(--muted); font-family: "DM Sans", sans-serif; font-size: 10px; font-weight: 500; }
.intro-section { overflow: hidden; background: var(--paper); }
.intro-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(60px, 10vw, 150px); align-items: start; }
.eyebrow { margin-bottom: 25px; }
.eyebrow-line { display: inline-block; width: 22px; height: 1px; background: var(--accent); }
.intro-heading h2, .section-heading h2, .approach-title h2, .contact-main h2 { font-size: clamp(42px, 5.2vw, 66px); line-height: 1.1; }
.intro-heading h2 em, .section-heading h2 em, .approach-title h2 em, .contact-main h2 em { color: var(--accent-dark); font-style: normal; }
.intro-copy { position: relative; max-width: 490px; padding-top: 64px; }
.intro-lead { max-width: 400px; margin-bottom: 17px; font-family: "Sora", sans-serif; font-size: 21px; font-weight: 500; letter-spacing: -.035em; line-height: 1.5; }
.intro-copy > p:not(.intro-lead) { max-width: 445px; margin-bottom: 25px; color: var(--muted); font-size: 14px; line-height: 1.9; }
.route-diagram { position: relative; height: 86px; margin-top: 42px; border-top: 1px solid var(--line); }
.route-diagram svg { position: absolute; top: -1px; left: 0; width: 100%; height: 62px; overflow: visible; }
.route-diagram svg path { fill: none; stroke: #c5d1dc; stroke-dasharray: 4 6; stroke-width: 1.3; }
.route-diagram-dot { position: absolute; top: 54px; left: 0; z-index: 2; width: 9px; height: 9px; border: 2px solid var(--paper); border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 1px var(--accent); }
.route-diagram-dot-end { top: 34px; right: 0; left: auto; }
.route-diagram small { position: absolute; right: 0; bottom: 0; color: var(--muted); font-size: 9px; letter-spacing: .04em; }
.route-diagram small b { padding-inline: 4px; color: var(--accent-dark); font-weight: 600; }

.services-section { background: #edf3f8; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 58px; }
.section-heading-copy { max-width: 335px; margin-bottom: 7px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.service-showcase { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(36px, 7vw, 92px); align-items: stretch; }
.service-list { border-top: 1px solid #d0dce7; }
.service-item { position: relative; display: grid; grid-template-columns: 34px 1fr 32px; gap: 17px; align-items: start; padding: 25px 0 24px; border-bottom: 1px solid #d0dce7; transition: padding 220ms var(--ease-out); }
.service-item:hover { padding-right: 7px; padding-left: 7px; }
.service-index { padding-top: 7px; color: var(--accent-dark); font-family: "Sora", sans-serif; font-size: 10px; font-weight: 600; }
.service-item h3 { margin: 0 0 7px; font-family: "Sora", sans-serif; font-size: 19px; font-weight: 600; letter-spacing: -.035em; }
.service-item-copy p { max-width: 475px; margin-bottom: 9px; color: #566d82; font-size: 12px; line-height: 1.65; }
.service-tags { color: #74889a; font-size: 9px; font-weight: 600; letter-spacing: .04em; }
.service-tags i { padding-inline: 5px; color: var(--accent-dark); font-style: normal; }
.service-arrow { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid #c8d6e2; border-radius: 50%; color: var(--ink); transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms var(--ease-out); }
.service-arrow svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.4; }
.service-item:hover .service-arrow { transform: translateX(2px); border-color: var(--accent); background: var(--accent); }
.service-visual { position: relative; min-height: 500px; overflow: hidden; background: var(--navy); color: var(--white); }
.service-visual > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 650ms var(--ease-out); }
.service-visual:hover > img { transform: scale(1.035); }
.service-visual-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgb(9 22 33 / 5%) 20%, rgb(9 22 33 / 80%) 100%), linear-gradient(90deg, rgb(9 22 33 / 15%), transparent); }
.service-visual-stamp { position: absolute; top: 22px; left: 22px; display: flex; align-items: center; gap: 8px; padding: 8px 11px; background: var(--paper); color: var(--ink); }
.service-visual-stamp > span { display: grid; width: 29px; height: 29px; place-items: center; background: var(--accent); font-family: "Sora", sans-serif; font-size: 10px; font-weight: 700; }
.service-visual-stamp small { font-size: 8px; font-weight: 700; line-height: 1.25; text-transform: uppercase; }
.service-visual > p { position: absolute; z-index: 2; bottom: 24px; left: 27px; margin: 0; font-family: "Sora", sans-serif; font-size: 18px; line-height: 1.5; }
.service-visual > p strong { font-weight: 500; }
.visual-route { position: absolute; right: 19px; bottom: 19px; width: min(48%, 220px); height: 150px; overflow: visible; }
.visual-route path { stroke: var(--accent); stroke-dasharray: 5 7; stroke-width: 1.4; }
.visual-route circle { fill: var(--accent); stroke: var(--navy); stroke-width: 2; }

.approach-section { position: relative; overflow: hidden; background: var(--navy); color: var(--white); isolation: isolate; }
.approach-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(70px, 11vw, 160px); align-items: start; }
.eyebrow-light { color: #a9d1f0; }
.approach-title h2 { margin-bottom: 23px; }
.approach-title h2 em { color: #a9d1f0; }
.approach-title > p:last-child { max-width: 365px; color: rgb(255 255 255 / 63%); font-size: 13px; line-height: 1.8; }
.process-list { position: relative; padding-left: 42px; }
.process-list::before { position: absolute; top: 11px; bottom: 44px; left: 10px; width: 1px; background: rgb(255 255 255 / 17%); content: ""; }
.process-step { position: relative; display: grid; grid-template-columns: 37px 1fr; gap: 21px; padding: 1px 0 34px; }
.process-step + .process-step { padding-top: 15px; }
.process-number { padding-top: 4px; color: #a9d1f0; font-family: "Sora", sans-serif; font-size: 10px; font-weight: 600; }
.process-step h3 { margin-bottom: 8px; font-family: "Sora", sans-serif; font-size: 17px; font-weight: 500; letter-spacing: -.025em; }
.process-step p { max-width: 390px; margin-bottom: 0; color: rgb(255 255 255 / 58%); font-size: 12px; line-height: 1.7; }
.process-node { position: absolute; top: 1px; left: -39px; width: 17px; height: 17px; border: 1px solid var(--accent); border-radius: 50%; background: var(--navy); }
.process-step + .process-step .process-node { top: 16px; }
.process-node::after { position: absolute; inset: 4px; border-radius: 50%; background: var(--accent); content: ""; }
.approach-orbit { position: absolute; z-index: -1; top: -330px; right: -260px; width: 780px; height: 780px; border: 1px solid rgb(255 255 255 / 7%); border-radius: 50%; }
.approach-orbit::before, .approach-orbit::after { position: absolute; inset: 45px; border: 1px solid rgb(255 255 255 / 5%); border-radius: 50%; content: ""; }
.approach-orbit::after { inset: 110px; }

.contact-section { position: relative; overflow: hidden; background: #e9f2fa; }
.contact-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(45px, 7vw, 94px); align-items: start; }
.contact-main { padding-top: 24px; }
.contact-main .eyebrow { color: var(--accent-dark); }
.contact-main .eyebrow-line { background: var(--accent-dark); }
.contact-main h2 em { color: var(--accent-dark); }
.contact-main > p:not(.eyebrow) { max-width: 380px; margin: 21px 0 29px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: #253b4d; }
.contact-detail-block { display: flex; flex-direction: column; align-items: flex-start; }
.contact-label { margin-bottom: 18px; color: var(--accent-dark); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.contact-detail-block address { margin-bottom: 17px; font-size: 13px; font-style: normal; font-weight: 500; line-height: 1.85; }
.detail-link { display: inline-flex; align-items: center; gap: 8px; padding-bottom: 4px; border-bottom: 1px solid rgb(16 36 58 / 40%); font-size: 10px; font-weight: 700; }
.detail-link svg { width: 15px; height: 15px; }
.contact-shortcuts { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; margin: 0 0 34px; }
.contact-shortcuts .contact-label { margin-bottom: 1px; }
.contact-shortcuts > a { display: flex; flex-direction: column; gap: 4px; font-family: "Sora", sans-serif; font-size: 13px; font-weight: 600; }
.contact-shortcuts small { color: var(--muted); font-family: "DM Sans", sans-serif; font-size: 9px; font-weight: 500; }
.contact-shortcuts > a:hover { text-decoration: underline; text-underline-offset: 3px; }
.contact-fax { display: inline-flex; flex-direction: column; align-items: flex-start; gap: 4px; }
.contact-fax-number { color: var(--ink); font-family: "Sora", sans-serif; font-size: 13px; font-weight: 600; }
.contact-office { padding-top: 24px; border-top: 1px solid rgb(16 36 58 / 18%); }
.contact-office .contact-label { margin-bottom: 11px; }
.contact-office address { margin-bottom: 12px; font-size: 11px; font-style: normal; font-weight: 500; line-height: 1.75; }

.inquiry-form { padding: clamp(23px, 3.5vw, 38px); border: 1px solid rgb(16 36 58 / 7%); border-radius: 8px; background: var(--white); color: var(--ink); box-shadow: 0 16px 48px rgb(38 83 122 / 10%), 0 2px 7px rgb(16 36 58 / 6%); scroll-margin-top: 104px; }
.form-heading { margin-bottom: 22px; }
.form-overline { display: block; margin-bottom: 8px; color: var(--accent-dark); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.form-heading h3 { margin-bottom: 7px; font-family: "Sora", sans-serif; font-size: clamp(22px, 2.5vw, 28px); font-weight: 600; letter-spacing: -.05em; }
.form-heading p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.request-modes { min-width: 0; margin: 0 0 20px; padding: 0; border: 0; }
.field-label { margin-bottom: 10px; padding: 0; color: var(--ink-2); font-size: 10px; font-weight: 700; }
.mode-options { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.mode-option { display: flex; align-items: flex-start; gap: 9px; min-height: 66px; padding: 11px 12px; border: 1px solid #d9dfdc; border-radius: 5px; background: #fff; cursor: pointer; transition: border-color 150ms ease, background-color 150ms ease, box-shadow 150ms ease; }
.mode-option:has(input:checked) { border-color: var(--accent-dark); background: #eff6fc; box-shadow: inset 0 0 0 1px var(--accent-dark); }
.mode-option:focus-within { outline: 2px solid var(--accent-dark); outline-offset: 2px; }
.mode-option input { width: 15px; height: 15px; flex: none; margin: 2px 0 0; accent-color: var(--accent-dark); }
.mode-option > span { display: flex; flex-direction: column; gap: 5px; }
.mode-option strong { font-size: 10px; font-weight: 700; line-height: 1.4; }
.mode-option small { color: var(--muted); font-size: 9px; line-height: 1.4; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 12px; }
.common-fields { margin-bottom: 14px; }
.form-field { display: flex; min-width: 0; flex-direction: column; gap: 6px; }
.form-field > span { color: var(--ink-2); font-size: 10px; font-weight: 700; line-height: 1.4; }
.form-field > span b { color: var(--accent-dark); font-weight: 700; }
.form-field > span small { margin-left: 4px; color: #87928f; font-size: 9px; font-weight: 500; }
.form-field-wide { grid-column: 1 / -1; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 44px; padding: 10px 11px; border: 1px solid #cfd7d3; border-radius: 4px; background: #fff; color: var(--ink); font: 400 13px/1.4 "DM Sans", sans-serif; transition: border-color 140ms ease, box-shadow 140ms ease; }
.form-field textarea { min-height: 76px; resize: vertical; }
.form-field input::placeholder, .form-field textarea::placeholder { color: #97a19e; }
.form-field input:hover, .form-field select:hover, .form-field textarea:hover { border-color: #9ca9a4; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--accent-dark); outline: 0; box-shadow: 0 0 0 3px rgb(40 95 141 / 14%); }
.mode-fields[hidden] { display: none; }
.form-reassurance { margin: 12px 0 18px; color: #64716d; font-size: 10px; line-height: 1.55; }
.form-submit { min-width: 220px; justify-content: space-between; cursor: pointer; }
.form-disclaimer { display: inline-block; margin: 0 0 0 12px; color: #77827e; font-size: 9px; line-height: 1.5; vertical-align: middle; }
.form-status { margin-top: 15px; padding: 12px 14px; border-left: 3px solid var(--accent-dark); background: #eef6fc; color: #294b68; font-size: 11px; line-height: 1.6; }
.form-status[hidden] { display: none; }
.form-status[data-state="success"] { border-color: #39734c; background: #eef7f0; color: #245b35; }
.form-status[data-state="error"] { border-color: #a63f35; background: #fff0ed; color: #7a2b25; }
.form-submit:disabled { cursor: wait; opacity: 0.7; }
.form-honeypot { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-footer { background: var(--navy); color: var(--white); }
.footer-top { display: grid; grid-template-columns: 1fr 1fr 44px; align-items: center; gap: 25px; min-height: 125px; border-bottom: 1px solid rgb(255 255 255 / 13%); }
.brand-footer { width: fit-content; }
.footer-top > p { justify-self: center; margin: 0; color: rgb(255 255 255 / 56%); font-family: "Sora", sans-serif; font-size: 11px; line-height: 1.7; }
.footer-top-link { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid rgb(255 255 255 / 28%); border-radius: 50%; color: var(--white); transition: border-color 150ms ease, color 150ms ease, background-color 150ms ease; }
.footer-top-link:hover { border-color: var(--accent); background: var(--accent); color: var(--ink); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; min-height: 60px; align-items: center; color: rgb(255 255 255 / 52%); font-size: 9px; letter-spacing: .025em; }

.reveal { opacity: 0; transform: translateY(20px); }
.reveal.is-visible { animation: reveal-settle 600ms var(--ease-out) both; }
.service-item:nth-child(2) { animation-delay: 70ms; }
.service-item:nth-child(3) { animation-delay: 140ms; }
.service-item:nth-child(4) { animation-delay: 210ms; }

@keyframes route-draw { to { stroke-dashoffset: 0; } }
@keyframes pulse { 0% { opacity: .75; transform: scale(.5); } 80%, 100% { opacity: 0; transform: scale(1.9); } }
@keyframes rise-in { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
@keyframes hero-image-in { from { opacity: .7; transform: scale(1.035); } to { opacity: 1; transform: scale(1); } }
@keyframes reveal-settle { 0% { opacity: 0; transform: translateY(20px); } 72% { opacity: 1; transform: translateY(-4px); } 100% { opacity: 1; transform: translateY(0); } }

@media (max-width: 1000px) {
  :root { --header-height: 76px; }
  .shell { width: min(var(--shell), calc(100% - 48px)); }
  .header-inner { width: calc(100% - 48px); }
  .primary-navigation { gap: 22px; }
  .brand { min-width: 190px; }
  .nav-call { gap: 8px; padding-inline: 13px; }
  .hero-route-note { right: 24px; bottom: 110px; }
  .service-showcase { grid-template-columns: 1fr .78fr; gap: 37px; }
  .service-visual { min-height: 470px; }
  .service-item { grid-template-columns: 27px 1fr 30px; gap: 12px; }
}

@media (max-width: 760px) {
  :root { --header-height: 72px; }
  html { scroll-padding-top: 76px; }
  .shell { width: calc(100% - 40px); }
  .header-inner { width: calc(100% - 40px); }
  .brand { min-width: 0; }
  .brand-mark { width: 36px; height: 36px; }
  .brand-name strong { font-size: 12px; }
  .brand-name > span { font-size: 7px; }
  .menu-toggle { position: relative; z-index: 55; display: flex; width: 44px; height: 44px; flex-direction: column; align-items: center; justify-content: center; gap: 6px; border: 1px solid rgb(255 255 255 / 35%); border-radius: 3px; background: transparent; cursor: pointer; }
  .menu-toggle span { width: 17px; height: 1px; background: var(--white); transition: transform 160ms ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .primary-navigation { position: fixed; z-index: 52; inset: 0; display: flex; height: 100dvh; flex-direction: column; align-items: stretch; justify-content: center; gap: 0; padding: 94px 30px 40px; background: var(--navy); opacity: 0; pointer-events: none; transform: translateY(-10px); transition: opacity 170ms ease, transform 170ms var(--ease-out); }
  .primary-navigation.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .primary-navigation > a:not(.nav-call) { height: auto; min-height: 61px; border-bottom: 1px solid rgb(255 255 255 / 14%); font-family: "Sora", sans-serif; font-size: 20px; font-weight: 500; }
  .primary-navigation > a:not(.nav-call)::after { display: none; }
  .nav-call { justify-content: space-between; margin: 27px 0 0; min-height: 54px; padding-inline: 17px; }
  .section-pad { padding-block: 88px; }
  .hero { min-height: min(790px, 100svh); min-height: max(690px, min(790px, 100svh)); align-items: center; }
  .hero-image { object-position: 61% center; }
  .hero-shade { background: linear-gradient(90deg, rgb(9 22 33 / 91%), rgb(9 22 33 / 63%) 66%, rgb(9 22 33 / 28%)), linear-gradient(0deg, rgb(9 22 33 / 62%), transparent 38%); }
  .hero-content { padding-top: 80px; padding-bottom: 120px; }
  .hero h1 { font-size: clamp(49px, 10.4vw, 72px); }
  .hero-copy { max-width: 380px; font-size: 14px; }
  .hero-route-note { right: 20px; bottom: 80px; min-width: 215px; padding: 12px 14px; }
  .route-art { top: 34%; right: -20%; width: 100%; opacity: .58; }
  .hero-foot { bottom: 16px; grid-template-columns: 1fr 38px 1fr; font-size: 8px; }
  .hero-foot a i { height: 17px; }
  .service-ribbon-inner { width: calc(100% - 40px); min-height: 78px; flex-wrap: wrap; justify-content: center; gap: 8px 15px; padding-block: 17px; font-size: 9px; }
  .service-ribbon-inner > i { width: 3px; height: 3px; }
  .ribbon-caption { display: none; }
  .intro-layout, .approach-layout, .contact-layout { grid-template-columns: 1fr; gap: 35px; }
  .intro-heading h2, .section-heading h2, .approach-title h2, .contact-main h2 { font-size: clamp(43px, 8.5vw, 60px); }
  .intro-copy { padding-top: 0; }
  .intro-lead { font-size: 18px; }
  .route-diagram { max-width: 420px; }
  .section-heading { align-items: start; flex-direction: column; gap: 18px; margin-bottom: 36px; }
  .section-heading-copy { max-width: 440px; }
  .service-showcase { grid-template-columns: 1fr; gap: 35px; }
  .service-item { padding-block: 20px; }
  .service-item h3 { font-size: 17px; }
  .service-item-copy p { font-size: 11px; }
  .service-visual { min-height: 420px; }
  .approach-layout { gap: 42px; }
  .process-list { padding-left: 32px; }
  .process-list::before { left: 7px; }
  .process-node { left: -32px; }
  .contact-layout { gap: 45px; }
  .contact-main { padding-top: 0; }
  .contact-main > p:not(.eyebrow) { max-width: 420px; }
  .form-field input, .form-field select, .form-field textarea { font-size: 16px; }
}

@media (max-width: 460px) {
  .hero { min-height: 730px; }
  .hero-content { padding-top: 54px; }
  .hero-kicker { font-size: 9px; }
  .hero h1 { font-size: 49px; }
  .hero-copy { max-width: 320px; margin-top: 20px; font-size: 13px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .button { min-height: 48px; }
  .hero-route-note { right: 20px; bottom: 68px; }
  .hero-foot { font-size: 7px; letter-spacing: .08em; }
  .service-ribbon-inner { font-size: 8px; gap: 8px 11px; }
  .section-pad { padding-block: 74px; }
  .intro-layout, .approach-layout, .contact-layout { gap: 30px; }
  .intro-heading h2, .section-heading h2, .approach-title h2, .contact-main h2 { font-size: 42px; }
  .service-item { grid-template-columns: 23px 1fr 26px; gap: 9px; }
  .service-index { font-size: 9px; }
  .service-arrow { width: 26px; height: 26px; }
  .service-visual { min-height: 355px; }
  .visual-route { right: 9px; bottom: 14px; width: 45%; }
  .service-visual > p { bottom: 19px; left: 20px; font-size: 16px; }
  .inquiry-form { padding: 22px 18px; }
  .mode-options { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; gap: 12px; }
  .form-field-wide { grid-column: auto; }
  .form-disclaimer { display: block; margin: 10px 0 0; }
  .form-submit { width: 100%; }
  .contact-shortcuts { margin-bottom: 28px; }
  .contact-office { padding-top: 20px; }
  .contact-label { margin-bottom: 12px; }
  .footer-top { grid-template-columns: 1fr 40px; min-height: 112px; }
  .footer-top > p { display: none; }
  .footer-bottom { min-height: 66px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 5px; font-size: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal, .reveal.is-visible { animation: none !important; opacity: 1; transform: none; }
}
