:root {
  --navy: #06345b;
  --navy-soft: #0b5b92;
  --ice: #eef8ff;
  --paper: #ffffff;
  --ink: #082d4d;
  --muted: #557083;
  --orange: #0b73c7;
  --line: #c8dceb;
  --display: "Space Grotesk", Arial, sans-serif;
  --body: "DM Sans", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); line-height: 1.5; }
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 64px)); margin: 0 auto; }
.utility-bar { background: var(--navy); color: #b8ccd5; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.utility-inner { display: flex; justify-content: space-between; padding: 10px 0; }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 8px; background: #8dd6c0; border-radius: 50%; }
.utility-location { color: #e2eef0; }
.utility-location span { color: var(--orange); margin-left: 4px; }
.utility-contact { color: #d9efff; }
.utility-contact strong { color: #fff; font-weight: 700; letter-spacing: .12em; }
.utility-contact { display: flex; align-items: center; gap: 18px; }
.utility-contact a { display: inline-flex; align-items: center; gap: 7px; }
.utility-icon { color: #8ed0f3; font-size: 14px; line-height: 1; }
.utility-contact a:hover { color: #fff; text-decoration: underline; }
.utility-social { display: flex; align-items: center; justify-content: flex-end; gap: 8px; }
.utility-social a { display: grid; place-items: center; width: 23px; height: 23px; color: var(--navy); background: #fff; border-radius: 50%; font-family: Arial, sans-serif; font-size: 10px; font-weight: 700; }
.utility-social a:hover { color: #fff; background: var(--orange); }
.site-header { background: var(--paper); border-bottom: 1px solid var(--line); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 88px; }
.brand { display: inline-flex; align-items: center; min-width: 270px; min-height: 108px; background: #fff; overflow: hidden; }
.brand-mark { display: block; width: 270px; height: 108px; overflow: hidden; background: #fff; }
.brand img { display: block; width: 270px; height: 108px; object-fit: contain; object-position: center; }
.site-nav { display: flex; align-items: center; gap: 34px; color: #41545d; font-size: 13px; font-weight: 600; }
.site-nav a:not(.nav-cta):hover, .text-link:hover { color: var(--orange); }
.nav-cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: 17px; font-weight: 700; transition: transform .25s ease, background .25s ease; }
.nav-cta { padding: 13px 18px; color: white; background: var(--orange); }
.nav-cta:hover, .button-primary:hover { background: #075a9d; transform: translateY(-2px); }
.menu-toggle { display: none; border: 0; background: none; }
.hero { position: relative; padding: 122px 0 132px; overflow: hidden; color: #fff; background: var(--navy) url("assets/facility.png") center / cover no-repeat; }
.hero::before { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3, 32, 57, .94) 0%, rgba(5, 46, 79, .82) 47%, rgba(5, 46, 79, .35) 100%); content: ""; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .95fr) minmax(320px, .75fr); gap: 72px; align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: var(--orange); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow-line { width: 32px; height: 2px; background: var(--orange); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); letter-spacing: -.055em; line-height: 1.02; }
h1 { max-width: 700px; margin-bottom: 27px; font-size: clamp(3.5rem, 6vw, 5.55rem); color: #fff; }
h1 em, h2 em { color: var(--orange); font-style: normal; }
.hero-lede { max-width: 560px; color: #d9edfb; font-size: 17px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 27px; margin-top: 36px; }
.button { padding: 16px 22px; font-size: 14px; }
.button-primary { color: #fff; background: var(--orange); }
.text-link { color: #fff; font-size: 13px; font-weight: 700; }
.text-link span { color: var(--orange); margin-left: 8px; }
.hero-note { display: flex; align-items: center; gap: 13px; margin-top: 67px; color: #c0dbea; font-size: 12px; line-height: 1.4; }
.note-mark { display: grid; place-items: center; width: 34px; height: 34px; color: var(--orange); border: 1px solid var(--orange); border-radius: 50%; font-size: 17px; }
.hero-visual { position: relative; }
.hero-visual::after { position: absolute; right: -18px; bottom: -24px; width: 140px; height: 140px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; content: ""; }
.image-frame { position: relative; padding: 0 0 43px 43px; }
.image-frame::before { position: absolute; left: 0; bottom: 0; width: 54%; height: 74%; background: var(--orange); content: ""; z-index: 0; }
.image-frame img { position: relative; display: block; width: 100%; aspect-ratio: 1.32; object-fit: cover; z-index: 1; box-shadow: 0 22px 50px rgba(8, 28, 43, .3); }
.image-caption { position: absolute; right: 0; bottom: 9px; left: 43px; z-index: 2; display: flex; justify-content: space-between; color: #d6e1e2; font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }
.hero-stamp { position: absolute; top: -27px; right: -22px; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 113px; height: 113px; color: var(--paper); background: var(--navy-soft); border-radius: 50%; transform: rotate(9deg); }
.hero-stamp::before { position: absolute; inset: 6px; border: 1px solid #75909a; border-radius: 50%; content: ""; }
.hero-stamp span { font-family: var(--display); font-size: 26px; font-weight: 700; line-height: 1; }
.hero-stamp small { margin-top: 6px; color: #acd5df; font-size: 7px; letter-spacing: .14em; text-align: center; }
.hero-scroll { position: absolute; right: 32px; bottom: 35px; z-index: 2; display: flex; align-items: center; gap: 13px; color: #c4dce9; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; transform: rotate(-90deg) translateX(100%); transform-origin: right bottom; }
.scroll-line { display: inline-block; width: 38px; height: 1px; background: var(--orange); }
.location-banner { color: #e4f0f1; background: var(--navy-soft); }
.location-banner-inner { display: grid; grid-template-columns: 60px 1fr .85fr auto; gap: 34px; align-items: center; padding: 58px 0 62px; }
.location-pin { display: grid; place-items: center; width: 44px; height: 44px; color: var(--orange); background: #fff; border-radius: 50%; font-size: 20px; }
.location-kicker { margin: 0 0 11px; color: #b9ddf7; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.location-banner h2 { color: #fff; font-size: clamp(2.25rem, 4.5vw, 4rem); }
.location-banner h2 span { color: #b9ddf7; }
.location-copy { max-width: 280px; margin: 0; color: #d9efff; font-size: 14px; line-height: 1.6; }
.location-link { align-self: end; padding-bottom: 3px; color: #fff; border-bottom: 1px solid #fff; font-size: 12px; font-weight: 700; white-space: nowrap; }
.location-link span { margin-left: 9px; }
.proof-strip { color: #e4f0f1; background: var(--navy-soft); }
.proof-grid { display: grid; grid-template-columns: 1.1fr repeat(5, 1fr); gap: 22px; padding: 27px 0; }
.proof-grid > p { margin: 0; color: #8faab3; font-size: 14px; line-height: 1.35; }
.proof-grid > p strong { color: #f1f7f7; font-family: var(--display); font-size: 23px; letter-spacing: -.04em; }
.proof-item { position: relative; display: flex; gap: 12px; align-items: center; border-left: 1px solid #426074; padding-left: 15px; color: #9db5bc; font-size: 13px; line-height: 1.35; }
.proof-item::before { width: 6px; height: 6px; flex: 0 0 6px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 0 rgba(241, 126, 46, .7); content: ""; animation: proof-pulse 1.8s ease-out infinite; }
.proof-item strong { color: white; }
.proof-number, .row-index { color: var(--orange); font-family: var(--display); font-size: 13px; font-weight: 700; }
@keyframes proof-pulse {
  0%, 55%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(241, 126, 46, .7); }
  25% { opacity: .35; box-shadow: 0 0 0 6px rgba(241, 126, 46, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .proof-item::before { animation: none; }
}
.section { padding: 125px 0; }
.capabilities { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1.05fr .95fr; column-gap: 80px; align-items: end; }
.section-heading .eyebrow { grid-column: 1 / -1; }
h2 { margin-bottom: 0; color: var(--navy); font-size: clamp(3rem, 5.2vw, 5rem); }
h2 span { color: #72909a; }
.section-intro { max-width: 370px; margin: 0; color: var(--muted); line-height: 1.65; }
.capability-list { margin-top: 80px; border-top: 1px solid var(--line); }
.capability-row { display: grid; grid-template-columns: 72px 1fr 40px; align-items: center; gap: 20px; padding: 31px 0; border-bottom: 1px solid var(--line); transition: padding .25s ease, background .25s ease; }
.capability-row:hover { padding-right: 16px; padding-left: 16px; background: #edf5f5; }
.capability-row h3 { margin: 0 0 8px; font-size: clamp(1.35rem, 2.1vw, 2rem); }
.capability-row p { margin: 0; color: var(--muted); font-size: 14px; }
.row-arrow { color: var(--orange); font-size: 25px; text-align: right; }
.row-arrow:hover { color: var(--navy); }
.page-hero { padding: 93px 0 105px; color: #e7f1f1; background: var(--navy); }
.page-hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 90px; align-items: end; }
.page-hero h1 { max-width: 800px; margin: 16px 0 27px; color: white; font-size: clamp(3.5rem, 7vw, 6.6rem); }
.page-hero .eyebrow { color: #72b9e8; }
.page-hero .eyebrow-line { background: #72b9e8; }
.page-hero-copy { max-width: 610px; color: #b8cdd2; font-size: 18px; line-height: 1.65; }
.page-hero-note { padding: 18px 0 0 22px; border-left: 2px solid var(--orange); color: #a9c0c5; font-size: 13px; line-height: 1.5; }
.page-hero-note strong { display: block; color: white; font-family: var(--display); font-size: 24px; letter-spacing: -.04em; }
.service-overview { padding: 112px 0; background: var(--paper); }
.service-overview-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }
.service-overview h2 { margin: 18px 0 22px; font-size: clamp(2.7rem, 5vw, 4.8rem); }
.service-overview-intro { max-width: 500px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.service-points { border-top: 1px solid var(--line); }
.service-point { display: grid; grid-template-columns: 50px 1fr; gap: 20px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.service-point h3 { margin: 0 0 7px; font-size: 1.4rem; }
.service-point p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.service-band { padding: 90px 0; color: #d7e7e8; background: var(--navy-soft); }
.service-band-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: center; }
.service-band h2 { color: white; font-size: clamp(2.4rem, 4vw, 4rem); }
.service-band p { max-width: 450px; color: #abc2c8; line-height: 1.7; }
.service-band .button { margin-top: 17px; }
.service-stat { padding: 27px 0 0 25px; border-left: 2px solid var(--orange); }
.service-stat strong { display: block; color: white; font-family: var(--display); font-size: 2.3rem; letter-spacing: -.06em; }
.service-stat span { color: #a8c0c5; font-size: 12px; }
.statement { padding: 100px 0; color: #ebf4f4; background: var(--navy); }
.statement-grid { display: grid; grid-template-columns: 1fr 1.6fr 1fr; gap: 48px; align-items: start; }
.statement-label { display: flex; align-items: center; gap: 13px; color: var(--orange); font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.orange-block { width: 12px; height: 12px; background: var(--orange); }
blockquote { margin: 0; font-family: var(--display); font-size: clamp(2rem, 3.5vw, 3.2rem); font-weight: 600; letter-spacing: -.05em; line-height: 1.08; }
.statement-grid > p { max-width: 290px; margin: 0; color: #a3bbc2; font-size: 14px; line-height: 1.7; }
.contact { background: var(--ice); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; }
.contact h2 em { color: var(--orange); }
.contact-photo { position: relative; margin-bottom: 31px; overflow: hidden; aspect-ratio: 1.75; border: 1px solid #c8dceb; box-shadow: 0 16px 36px rgba(6, 52, 91, .12); }
.contact-photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.contact-photo span { position: absolute; right: 0; bottom: 0; left: 0; padding: 10px 14px; color: #fff; background: rgba(6, 52, 91, .78); font-size: 11px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.contact-intro { max-width: 430px; margin: 22px 0 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.contact-card { max-width: 445px; padding: 38px; color: white; background: var(--navy-soft); }
.contact-brand { display: flex; align-items: center; width: 100%; min-height: 74px; margin-bottom: 24px; padding: 8px 13px; background: #fff; }
.contact-brand img { display: block; width: 190px; height: 66px; object-fit: contain; object-position: left center; }
.inquiry-form { display: grid; gap: 15px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.inquiry-form label { display: grid; gap: 6px; color: #d9efff; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.inquiry-form input, .inquiry-form select, .inquiry-form textarea { width: 100%; border: 1px solid #70a6c8; border-radius: 0; padding: 11px 12px; color: var(--ink); background: #fff; font: 15px var(--body); outline: none; }
.inquiry-form textarea { resize: vertical; }
.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { border-color: #fff; box-shadow: 0 0 0 2px rgba(255,255,255,.25); }
.inquiry-form .button { width: 100%; margin: 4px 0 0; border: 0; cursor: pointer; }
.form-note { margin: 0; color: #b9ddf7; font-size: 12px; line-height: 1.4; }
.contact-card > p { max-width: 320px; color: #bdd0d5; font-size: 15px; line-height: 1.6; }
.contact-details { display: grid; gap: 12px; margin: 25px 0 4px; }
.contact-details a { display: flex; align-items: center; gap: 12px; color: #fff; font-size: 14px; line-height: 1.35; }
.contact-details a:hover { color: #d9efff; }
.contact-details small { display: block; margin-bottom: 2px; color: #a9d7f4; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.contact-icon { display: grid; place-items: center; flex: 0 0 28px; width: 28px; height: 28px; color: var(--navy-soft); background: #fff; border-radius: 50%; font-size: 14px; }
.button-light { margin: 20px 0 39px; color: var(--navy); background: #fff; }
.button-light:hover { background: #d9edef; transform: translateY(-2px); }
.contact-meta { display: flex; justify-content: space-between; padding-top: 17px; color: #91abb3; border-top: 1px solid #365364; font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.site-footer { color: #a5bac1; background: var(--navy); font-size: 11px; }
.footer-inner { display: flex; justify-content: space-between; gap: 18px; padding: 23px 0; }
.footer-inner span { max-width: 270px; }
.footer-inner a:hover { text-decoration: underline; }
.footer-inner a { color: #fff; }
.social-links { display: flex; align-items: center; gap: 8px; }
.social-links a { display: grid; place-items: center; width: 28px; height: 28px; color: var(--navy); background: #fff; border-radius: 50%; font-family: Arial, sans-serif; font-size: 12px; font-weight: 700; }
.social-links a:hover { color: #fff; background: var(--orange); text-decoration: none; transform: translateY(-2px); }

/* Readable scale across every shared page */
.utility-bar { font-size: 12px; }
.site-nav { font-size: 15px; }
.nav-cta { padding: 15px 20px; }
.button { font-size: 15px; }
.text-link, .location-link { font-size: 14px; }
.hero-lede, .service-overview-intro { font-size: 18px; }
.hero-note { font-size: 13px; }
.location-copy, .capability-row p, .service-point p, .page-hero-note, .service-band p { font-size: 15px; }
.proof-grid > p, .proof-item { font-size: 13px; }
.footer-inner { font-size: 13px; }
.contact-meta { font-size: 11px; }
@media (max-width: 800px) {
  .container { width: min(100% - 40px, 620px); }
  .utility-inner { flex-wrap: wrap; gap: 8px 14px; }
  .utility-inner > :first-child { width: 100%; }
  .utility-contact { gap: 12px; font-size: 11px; }
  .utility-social { margin-left: auto; }
  .site-nav { display: none; position: absolute; top: 98px; right: 20px; left: 20px; z-index: 5; flex-direction: column; align-items: stretch; gap: 0; padding: 8px; background: #fff; box-shadow: 0 14px 30px rgba(8, 28, 43, .16); }
  .site-nav.open { display: flex; }
  .site-nav { font-size: 16px; }
  .site-nav a { padding: 16px; }
  .nav-cta { margin-top: 6px; }
  .menu-toggle { display: flex; flex-direction: column; gap: 6px; padding: 10px 0 10px 10px; cursor: pointer; }
  .menu-toggle span { width: 26px; height: 2px; background: var(--navy); }
  .hero { padding-top: 55px; }
  .brand { min-width: 235px; min-height: 94px; }
  .brand-mark { width: 235px; height: 94px; }
  .brand img { width: 235px; height: 94px; }
  .hero-grid, .section-heading, .contact-grid, .statement-grid { grid-template-columns: 1fr; gap: 38px; }
  .location-banner-inner, .page-hero-grid, .service-overview-grid, .service-band-grid { grid-template-columns: 1fr; gap: 25px; }
  .location-banner-inner { padding: 45px 0 50px; }
  .location-pin { margin-bottom: 3px; }
  .location-link { justify-self: start; margin-top: 7px; }
  .page-hero { padding: 65px 0 75px; }
  .page-hero-note { margin-top: 15px; }
  .service-overview, .service-band { padding: 75px 0; }
  .service-overview-grid { gap: 50px; }
  .hero-lede { font-size: 17px; }
  .hero-note { margin-top: 40px; }
  .hero-visual { margin-top: 18px; }
  .hero-scroll { display: none; }
  .proof-grid { grid-template-columns: 1fr 1fr; gap: 23px 15px; }
  .proof-grid > p { grid-column: 1 / -1; }
  .proof-item { padding-left: 12px; }
  .section { padding: 80px 0; }
  .section-intro { margin-top: 22px; }
  .capability-list { margin-top: 50px; }
  .capability-row { grid-template-columns: 35px 1fr 25px; gap: 9px; padding: 24px 0; }
  .capability-row p { font-size: 13px; }
  .statement { padding: 75px 0; }
  .statement-grid > p { max-width: none; }
  .contact-card { padding: 28px; }
  .contact-photo { aspect-ratio: 1.5; }
  .form-row { grid-template-columns: 1fr; }
  .contact-brand img { width: 175px; }
  .footer-inner { flex-wrap: wrap; gap: 15px; }
  .footer-inner span { max-width: none; width: 100%; }
}
@media (max-width: 460px) {
  .utility-location { display: none; }
  .image-frame { padding-left: 18px; padding-bottom: 30px; }
  .image-caption { left: 18px; font-size: 8px; }
  .hero-stamp { top: -20px; right: -8px; width: 88px; height: 88px; }
  .hero-stamp span { font-size: 20px; }
  .hero-stamp small { font-size: 6px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 21px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-item { border-left: 0; border-top: 1px solid #426074; padding: 15px 0 0; }
  h1 { font-size: 3.4rem; }
}
