:root {
  --navy-950: #031a2c;
  --navy-900: #062a47;
  --navy-800: #0a3a60;
  --navy-700: #0e4d7c;
  --blue-500: #1676b8;
  --orange-500: #ff7a1a;
  --orange-600: #e9650a;
  --ink: #0b2238;
  --slate: #536779;
  --muted: #718294;
  --sky-50: #f3f8fc;
  --sky-100: #e7f1f8;
  --line: #dce7ef;
  --white: #ffffff;
  --shadow-sm: 0 12px 36px rgba(4, 35, 58, 0.08);
  --shadow-lg: 0 24px 70px rgba(4, 35, 58, 0.18);
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --max-width: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
svg { display: block; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -4rem;
  z-index: 999;
  padding: .8rem 1rem;
  border-radius: 8px;
  color: var(--white);
  background: var(--orange-500);
  font-weight: 800;
}
.skip-link:focus { top: 1rem; }

.container { width: min(var(--max-width), calc(100% - 40px)); margin-inline: auto; }
.section { padding: 104px 0; }
.section-soft { background: var(--sky-50); }
.section-dark { color: var(--white); background: var(--navy-950); }
.section-head { max-width: 700px; margin-bottom: 46px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head p:last-child { margin-bottom: 0; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--orange-600);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .14em;
  line-height: 1.2;
  text-transform: uppercase;
}
.eyebrow::before { width: 26px; height: 3px; content: ""; background: currentColor; border-radius: 9px; }
.eyebrow.light { color: #ffb06f; }

h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { color: inherit; font-weight: 850; letter-spacing: -.025em; }
h1 { font-size: clamp(3rem, 6.6vw, 5.7rem); line-height: .98; }
h2 { margin-bottom: 20px; font-size: clamp(2rem, 4vw, 3.45rem); line-height: 1.06; }
h3 { font-size: 1.18rem; line-height: 1.25; }
p { color: var(--slate); }
.lead { color: var(--slate); font-size: 1.15rem; line-height: 1.75; }
.text-white { color: var(--white); }
.text-light { color: #c9d9e5; }
.accent { color: var(--orange-500); }

.btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: .9rem;
  font-weight: 850;
  line-height: 1;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease;
}
.btn svg { width: 17px; height: 17px; transition: transform .22s ease; }
.btn:hover { transform: translateY(-2px); }
.btn:hover svg { transform: translateX(3px); }
.btn-primary { color: var(--white); background: var(--orange-500); box-shadow: 0 12px 28px rgba(255, 122, 26, .28); }
.btn-primary:hover { background: var(--orange-600); box-shadow: 0 16px 36px rgba(255, 122, 26, .34); }
.btn-secondary { color: var(--white); border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.06); backdrop-filter: blur(8px); }
.btn-secondary:hover { color: var(--navy-950); background: var(--white); }
.btn-navy { color: var(--white); background: var(--navy-900); }
.btn-navy:hover { background: var(--navy-700); }
.btn:focus-visible, .menu-toggle:focus-visible, .nav a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid rgba(255, 122, 26, .36);
  outline-offset: 3px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(9, 47, 75, .1);
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(14px);
}
.nav-wrap { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand-mark {
  position: relative;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  overflow: hidden;
  border-radius: 50%;
  background: var(--navy-900);
}
.brand-mark img { width: 100%; height: 100%; object-fit: cover; clip-path: circle(43% at 50% 48%); transform: scale(1.08); }
.brand-copy strong { display: block; color: var(--navy-900); font-size: 1.12rem; letter-spacing: .08em; line-height: 1; }
.brand-copy small { display: block; margin-top: 5px; color: var(--slate); font-size: .64rem; font-weight: 800; letter-spacing: .3em; line-height: 1; }
.nav { display: flex; align-items: center; gap: clamp(18px, 2.6vw, 34px); }
.nav a { position: relative; padding: 30px 0; color: var(--ink); font-size: .87rem; font-weight: 750; }
.nav a:not(.nav-cta)::after { position: absolute; right: 0; bottom: 22px; left: 0; height: 2px; content: ""; background: var(--orange-500); transform: scaleX(0); transition: transform .22s ease; }
.nav a:hover::after, .nav a.active::after { transform: scaleX(1); }
.nav a.active { color: var(--navy-700); }
.nav .nav-cta { padding: 13px 20px; color: var(--white); background: var(--navy-900); border-radius: 999px; }
.nav .nav-cta.active { color: var(--white); }
.nav .nav-cta:hover { background: var(--orange-500); }
.menu-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; border: 0; border-radius: 50%; color: var(--navy-900); background: var(--sky-100); }
.menu-toggle span, .menu-toggle span::before, .menu-toggle span::after { display: block; width: 20px; height: 2px; content: ""; background: currentColor; transition: transform .22s ease, opacity .22s ease; }
.menu-toggle span { position: relative; }
.menu-toggle span::before { position: absolute; top: -6px; }
.menu-toggle span::after { position: absolute; top: 6px; }
.menu-toggle[aria-expanded="true"] span { background: transparent; }
.menu-toggle[aria-expanded="true"] span::before { top: 0; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] span::after { top: 0; transform: rotate(-45deg); }

.hero { position: relative; min-height: 720px; display: grid; align-items: center; overflow: hidden; background: var(--navy-950); }
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(3,26,44,.96) 0%, rgba(3,26,44,.85) 36%, rgba(3,26,44,.32) 62%, rgba(3,26,44,.06) 100%); }
.hero-content { position: relative; z-index: 2; width: min(720px, 67%); padding: 92px 0 112px; }
.hero h1 { max-width: 710px; margin-bottom: 28px; color: var(--white); }
.hero .lead { max-width: 645px; margin-bottom: 0; color: #d7e3eb; font-size: 1.14rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 48px; color: #d5e2eb; font-size: .82rem; font-weight: 750; }
.hero-proof span { display: inline-flex; align-items: center; gap: 9px; }
.hero-proof svg { width: 18px; height: 18px; color: var(--orange-500); }
.hero-rail { position: absolute; right: 0; bottom: 0; left: 0; z-index: 3; height: 8px; background: linear-gradient(90deg, var(--orange-500) 0 17%, rgba(255,255,255,.72) 17% 24%, var(--orange-500) 24% 44%, rgba(255,255,255,.72) 44% 50%, var(--orange-500) 50%); }

.capability-strip { position: relative; z-index: 5; margin-top: -1px; background: var(--white); box-shadow: var(--shadow-sm); }
.capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.capability { display: flex; min-height: 126px; align-items: center; gap: 16px; padding: 26px; border-right: 1px solid var(--line); }
.capability:last-child { border-right: 0; }
.capability-icon, .service-icon, .value-icon {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  place-items: center;
  border-radius: 14px;
  color: var(--orange-500);
  background: #fff2e8;
}
.capability-icon svg, .service-icon svg, .value-icon svg { width: 24px; height: 24px; }
.capability strong { display: block; color: var(--navy-900); font-size: .82rem; line-height: 1.3; text-transform: uppercase; }
.capability small { display: block; margin-top: 5px; color: var(--muted); font-size: .76rem; line-height: 1.35; }

.intro-grid { display: grid; grid-template-columns: .86fr 1.4fr; align-items: start; gap: 74px; }
.intro-copy { position: sticky; top: 120px; }
.intro-copy p:not(.eyebrow) { max-width: 510px; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 280px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.service-card::after { position: absolute; right: -45px; bottom: -50px; width: 130px; height: 130px; content: ""; border: 1px solid var(--line); border-radius: 50%; transition: transform .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-6px); border-color: rgba(255,122,26,.5); box-shadow: var(--shadow-sm); }
.service-card:hover::after { transform: scale(1.12); border-color: rgba(255,122,26,.32); }
.service-card h3 { margin: 23px 0 10px; color: var(--navy-900); }
.service-card p { margin-bottom: 0; font-size: .92rem; }
.service-card .card-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; color: var(--navy-700); font-size: .82rem; font-weight: 850; }
.service-card .card-link span { color: var(--orange-500); transition: transform .2s ease; }
.service-card:hover .card-link span { transform: translateX(4px); }

.network-showcase { overflow: hidden; color: var(--white); background: var(--navy-950); }
.network-grid { display: grid; grid-template-columns: .83fr 1.3fr; align-items: center; gap: 66px; }
.network-copy p { color: #b9cbd8; }
.route-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 22px; margin-top: 30px; }
.route-list span { display: flex; align-items: center; gap: 10px; color: #e8f0f5; font-size: .9rem; font-weight: 750; }
.route-list span::before { width: 8px; height: 8px; content: ""; border: 2px solid var(--orange-500); border-radius: 50%; box-shadow: 0 0 0 5px rgba(255,122,26,.11); }
.network-visual { position: relative; min-height: 520px; }
.map-glow { position: absolute; inset: 4% 5%; border-radius: 50%; background: radial-gradient(circle, rgba(22,118,184,.28), transparent 68%); filter: blur(10px); }
.network-map { position: relative; z-index: 1; width: 100%; height: auto; }
.network-map .land { fill: #0b4269; stroke: rgba(255,255,255,.18); stroke-width: 2; }
.network-map .route-line { fill: none; stroke: var(--orange-500); stroke-width: 3.5; stroke-dasharray: 7 8; filter: drop-shadow(0 0 5px rgba(255,122,26,.42)); }
.network-map .route-line.alt { stroke: #65b6ec; stroke-width: 2.4; }
.network-map .node { fill: var(--orange-500); stroke: var(--white); stroke-width: 3; }
.network-map .pulse { fill: rgba(255,122,26,.16); }
.network-map text { fill: var(--white); font-size: 17px; font-weight: 800; }
.network-note { display: flex; align-items: center; gap: 10px; margin-top: 24px; color: #a9bfce; font-size: .78rem; }
.network-note::before { width: 34px; height: 2px; content: ""; background: var(--orange-500); }

.why-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: stretch; gap: 58px; }
.photo-panel { position: relative; min-height: 610px; overflow: hidden; border-radius: var(--radius-lg); background: var(--navy-900); box-shadow: var(--shadow-lg); }
.photo-panel img { width: 100%; height: 100%; object-fit: cover; }
.photo-badge { position: absolute; right: 24px; bottom: 24px; left: 24px; padding: 22px 24px; border: 1px solid rgba(255,255,255,.28); border-radius: 16px; color: var(--white); background: rgba(3,26,44,.85); backdrop-filter: blur(12px); }
.photo-badge strong { display: block; font-size: 1.25rem; }
.photo-badge span { color: #c5d5e0; font-size: .86rem; }
.why-copy { padding: 30px 0; }
.value-list { display: grid; gap: 5px; margin-top: 34px; }
.value-item { display: grid; grid-template-columns: 50px 1fr; gap: 17px; padding: 19px 0; border-top: 1px solid var(--line); }
.value-item:last-child { border-bottom: 1px solid var(--line); }
.value-item h3 { margin: 2px 0 5px; color: var(--navy-900); font-size: 1rem; }
.value-item p { margin: 0; font-size: .86rem; }

.industry-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.industry-card { padding: 28px 25px; border-top: 3px solid var(--orange-500); border-radius: 0 0 var(--radius-sm) var(--radius-sm); background: var(--white); box-shadow: var(--shadow-sm); }
.industry-card span { color: var(--orange-600); font-size: .74rem; font-weight: 900; letter-spacing: .12em; }
.industry-card h3 { margin: 14px 0 8px; color: var(--navy-900); }
.industry-card p { margin-bottom: 0; font-size: .87rem; }

.cta-band { position: relative; overflow: hidden; padding: 70px 0; color: var(--white); background: var(--navy-800); }
.cta-band::before { position: absolute; right: -130px; top: -190px; width: 430px; height: 430px; content: ""; border: 80px solid rgba(255,255,255,.05); border-radius: 50%; }
.cta-band::after { position: absolute; right: 13%; bottom: -155px; width: 270px; height: 270px; content: ""; border: 1px solid rgba(255,122,26,.34); border-radius: 50%; }
.cta-inner { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 44px; }
.cta-inner h2 { max-width: 680px; margin-bottom: 12px; font-size: clamp(2rem, 4vw, 3.25rem); }
.cta-inner p { max-width: 650px; margin-bottom: 0; color: #c7d9e6; }
.cta-actions { display: flex; flex-shrink: 0; gap: 12px; }

.page-hero { position: relative; min-height: 425px; display: grid; align-items: center; overflow: hidden; color: var(--white); background: linear-gradient(118deg, var(--navy-950), var(--navy-700)); }
.page-hero::before { position: absolute; right: -100px; top: -140px; width: 570px; height: 570px; content: ""; border: 110px solid rgba(255,255,255,.04); border-radius: 50%; }
.page-hero::after { position: absolute; right: 7%; bottom: -200px; width: 390px; height: 390px; content: ""; border: 1px solid rgba(255,122,26,.34); border-radius: 50%; }
.page-hero .container { position: relative; z-index: 2; padding: 74px 0; }
.page-hero h1 { max-width: 840px; margin-bottom: 23px; font-size: clamp(2.7rem, 6vw, 5rem); }
.page-hero p:not(.eyebrow) { max-width: 670px; margin-bottom: 0; color: #c6d8e5; font-size: 1.1rem; }
.breadcrumb { display: flex; align-items: center; gap: 9px; margin-top: 34px; color: #9eb8ca; font-size: .78rem; font-weight: 700; }
.breadcrumb a { color: var(--white); }
.breadcrumb span { color: var(--orange-500); }

.service-detail-list { display: grid; gap: 22px; }
.service-detail { display: grid; grid-template-columns: 110px 1fr 320px; align-items: center; gap: 34px; padding: 38px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); transition: box-shadow .25s ease, transform .25s ease; }
.service-detail:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.service-number { align-self: start; color: var(--orange-500); font-size: 3.4rem; font-weight: 900; letter-spacing: -.06em; line-height: 1; }
.service-detail h2 { margin-bottom: 13px; color: var(--navy-900); font-size: clamp(1.5rem, 3vw, 2.25rem); }
.service-detail p { margin-bottom: 0; }
.feature-tags { display: flex; flex-wrap: wrap; gap: 9px; }
.feature-tags span { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; color: var(--navy-700); background: var(--sky-50); font-size: .75rem; font-weight: 800; }

.promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.promise-card { padding: 32px; border-radius: var(--radius-md); background: rgba(255,255,255,.06); }
.promise-card strong { display: block; color: var(--orange-500); font-size: 2.5rem; line-height: 1; }
.promise-card h3 { margin: 19px 0 8px; }
.promise-card p { margin-bottom: 0; color: #afc4d2; font-size: .9rem; }

.network-page-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 66px; }
.location-stack { display: grid; gap: 12px; margin-top: 30px; }
.location-row { display: flex; align-items: center; justify-content: space-between; padding: 18px 20px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); }
.location-row strong { color: var(--navy-900); }
.location-row span { color: var(--muted); font-size: .78rem; }
.network-canvas { padding: 28px; border-radius: var(--radius-lg); background: var(--navy-950); box-shadow: var(--shadow-lg); }
.network-canvas .network-visual { min-height: auto; }
.route-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.route-card { position: relative; padding: 30px; overflow: hidden; border-radius: var(--radius-md); background: var(--white); }
.route-card::after { position: absolute; right: -30px; bottom: -30px; width: 100px; height: 100px; content: ""; border-radius: 50%; background: #fff2e8; }
.route-card small { color: var(--orange-600); font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.route-card h3 { position: relative; z-index: 1; margin: 16px 0 9px; color: var(--navy-900); font-size: 1.35rem; }
.route-card p { position: relative; z-index: 1; margin-bottom: 0; font-size: .88rem; }

.about-story { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; }
.about-story .photo-panel { min-height: 520px; }
.principles { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 32px; }
.principle { padding: 22px; border-left: 3px solid var(--orange-500); background: var(--sky-50); }
.principle strong { display: block; margin-bottom: 4px; color: var(--navy-900); }
.principle span { color: var(--slate); font-size: .84rem; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.process-step { position: relative; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); }
.process-step .step-no { display: inline-grid; width: 45px; height: 45px; place-items: center; border-radius: 50%; color: var(--white); background: var(--navy-900); font-weight: 900; }
.process-step h3 { margin: 24px 0 9px; color: var(--navy-900); }
.process-step p { margin-bottom: 0; }
.process-step:not(:last-child)::after { position: absolute; right: -31px; top: 55px; z-index: 2; width: 40px; height: 2px; content: ""; background: var(--orange-500); }

.quote-layout { display: grid; grid-template-columns: .7fr 1.3fr; align-items: start; gap: 72px; }
.quote-intro { position: sticky; top: 120px; }
.quote-points { display: grid; gap: 16px; margin-top: 32px; }
.quote-point { display: flex; gap: 14px; align-items: flex-start; }
.quote-point svg { width: 21px; height: 21px; flex: 0 0 21px; margin-top: 3px; color: var(--orange-500); }
.quote-point strong { display: block; color: var(--navy-900); }
.quote-point span { color: var(--muted); font-size: .84rem; }
.quote-email { margin-top: 32px; padding: 22px; border-radius: 14px; color: var(--white); background: var(--navy-900); }
.quote-email small { display: block; margin-bottom: 4px; color: #a9c0d0; }
.quote-email a { font-weight: 850; }
.quote-form { padding: 38px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-sm); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label, .field-label { color: var(--navy-900); font-size: .82rem; font-weight: 850; }
.field .required { color: var(--orange-600); }
.field input, .field select, .field textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid #cbd9e3;
  border-radius: 10px;
  color: var(--ink);
  background: var(--white);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.field textarea { min-height: 140px; resize: vertical; }
.field input:hover, .field select:hover, .field textarea:hover { border-color: #9bb2c2; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--orange-500); box-shadow: 0 0 0 4px rgba(255,122,26,.1); outline: 0; }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 28px; }
.form-note { max-width: 360px; margin: 0; color: var(--muted); font-size: .74rem; }
.form-status { display: none; margin: 18px 0 0; padding: 14px 16px; border-radius: 10px; color: #0b5c38; background: #e8f7ef; font-size: .86rem; }
.form-status.show { display: block; }

.site-footer { color: var(--white); background: var(--navy-950); }
.footer-top { display: grid; grid-template-columns: 1.45fr .75fr .9fr 1fr; gap: 50px; padding: 72px 0 56px; }
.site-footer .brand-copy strong { color: var(--white); }
.site-footer .brand-copy small { color: #8faabd; }
.footer-about { max-width: 300px; margin: 20px 0 0; color: #9eb5c5; font-size: .86rem; }
.footer-col h4 { margin-bottom: 18px; color: var(--white); font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-col a { display: block; width: fit-content; margin: 9px 0; color: #9eb5c5; font-size: .85rem; transition: color .2s ease; }
.footer-col a:hover { color: var(--orange-500); }
.footer-col p { margin-bottom: 10px; color: #9eb5c5; font-size: .85rem; }
.footer-email { word-break: break-word; }
.footer-route { display: flex; flex-wrap: wrap; gap: 7px; }
.footer-route span { padding: 6px 9px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; color: #b9ccd8; font-size: .72rem; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom p { margin: 0; color: #7793a7; font-size: .73rem; }
.footer-tagline { color: #9eb5c5; }

[data-reveal] { opacity: 1; transform: translateY(0); }
[data-reveal].reveal-pending { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
[data-reveal].reveal-pending.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1060px) {
  .nav { gap: 18px; }
  .nav a { font-size: .8rem; }
  .capability { padding: 22px 16px; }
  .intro-grid, .network-grid, .why-grid, .about-story, .network-page-grid, .quote-layout { gap: 42px; }
  .service-detail { grid-template-columns: 78px 1fr; }
  .service-detail .feature-tags { grid-column: 2; }
  .footer-top { grid-template-columns: 1.3fr .7fr 1fr; }
  .footer-top .footer-col:last-child { grid-column: 2 / -1; }
}

@media (max-width: 900px) {
  .section { padding: 82px 0; }
  .menu-toggle { display: inline-flex; }
  .nav {
    position: fixed;
    right: 0;
    top: 82px;
    bottom: 0;
    width: min(390px, 100%);
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 24px;
    background: var(--white);
    box-shadow: -20px 20px 50px rgba(3,26,44,.16);
    transform: translateX(105%);
    transition: transform .28s ease;
  }
  .nav.open { transform: translateX(0); }
  .nav a { padding: 16px 4px; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .nav a:not(.nav-cta)::after { bottom: 9px; }
  .nav .nav-cta { margin-top: 20px; padding: 17px 20px; text-align: center; }
  .hero { min-height: 670px; }
  .hero-content { width: min(660px, 88%); }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .capability:nth-child(2) { border-right: 0; }
  .capability:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .intro-grid, .network-grid, .why-grid, .about-story, .network-page-grid, .quote-layout { grid-template-columns: 1fr; }
  .intro-copy, .quote-intro { position: static; }
  .network-visual { min-height: auto; }
  .industry-grid { grid-template-columns: repeat(2, 1fr); }
  .photo-panel { min-height: 500px; }
  .route-card-grid, .promise-grid, .process-grid { grid-template-columns: 1fr; }
  .process-step:not(:last-child)::after { display: none; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-top { grid-template-columns: repeat(2, 1fr); }
  .footer-top .footer-col:last-child { grid-column: auto; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--max-width)); }
  .section { padding: 68px 0; }
  .nav-wrap { min-height: 74px; }
  .brand-mark { width: 50px; height: 50px; flex-basis: 50px; }
  .brand-copy strong { font-size: .95rem; }
  .brand-copy small { font-size: .54rem; }
  .nav { top: 74px; }
  .hero { min-height: 720px; align-items: end; }
  .hero-media img { object-position: 66% center; }
  .hero-media::after { background: linear-gradient(0deg, rgba(3,26,44,.98) 0%, rgba(3,26,44,.88) 56%, rgba(3,26,44,.26) 100%); }
  .hero-content { width: 100%; padding: 155px 0 76px; }
  .hero h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .hero .lead { font-size: 1rem; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .hero-proof { gap: 13px; flex-direction: column; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability { min-height: 105px; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-grid, .industry-grid, .principles, .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .service-card { min-height: 0; }
  .route-list { grid-template-columns: 1fr; }
  .network-map text { font-size: 14px; }
  .photo-panel, .about-story .photo-panel { min-height: 420px; }
  .service-detail { grid-template-columns: 1fr; padding: 28px; }
  .service-number { font-size: 2.5rem; }
  .service-detail .feature-tags { grid-column: 1; }
  .page-hero { min-height: 390px; }
  .page-hero .container { padding: 62px 0; }
  .quote-form { padding: 24px 18px; border-radius: var(--radius-md); }
  .form-footer { align-items: stretch; flex-direction: column; }
  .form-footer .btn { width: 100%; }
  .cta-actions { width: 100%; flex-direction: column; }
  .cta-actions .btn { width: 100%; }
  .footer-top { grid-template-columns: 1fr; gap: 32px; padding: 58px 0 42px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

/* Quote delivery states; existing layout and branding are preserved. */
.quote-trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.form-status { white-space: pre-line; }
.form-status.error { color: #8b1d1d; background: #fff0ee; }
.quote-form button:disabled { opacity: .65; cursor: wait; }
#turnstile-container { margin-top: 18px; }
/* Keep the closed off-canvas menu outside the mobile layout and focus order. */
@media (max-width: 900px) {
  html, body { overflow-x: clip; }
  .nav { display: none; }
  .nav.open { display: flex; }
}

/* Keep the existing off-canvas navigation outside the page's scroll area. */
html { overflow-x: clip; }
@media (max-width: 900px) {
  .nav { visibility: hidden; }
  .nav.open { visibility: visible; }
}

/* Keep the public contact address readable on narrow screens. */
.footer-email, .quote-email a { overflow-wrap: anywhere; }
