:root {
  --navy: #072d5c;
  --navy-deep: #031c3c;
  --blue: #0b4c96;
  --sky: #eaf3fb;
  --gold: #b1843d;
  --teal: #00788b;
  --ink: #102943;
  --muted: #5c6e80;
  --line: #dce4ec;
  --paper: #f7f9fb;
  --white: #fff;
  --shadow: 0 18px 50px rgba(6, 37, 73, .12);
  --shell: min(1460px, calc(100% - 64px));
}

* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, "Segoe UI", Arial, sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 999; padding: 10px 14px; background: var(--navy); color: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: relative; z-index: 100; height: 86px; background: rgba(255,255,255,.98); border-bottom: 1px solid rgba(9,50,96,.1); }
.header-shell { width: min(1760px, calc(100% - 56px)); height: 100%; margin-inline: auto; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 13px; flex: 0 0 auto; color: var(--navy); }
.brand-mark { display: grid; place-items: center; width: 54px; height: 54px; border: 4px solid #bd9652; border-radius: 12px; background: #0b3152; color: #fff; box-shadow: inset 0 0 0 2px #d9bb7a; font-family: Georgia, serif; font-weight: 700; font-size: 23px; letter-spacing: -.08em; line-height: 1; }
.brand-name { font-weight: 800; font-size: 20px; letter-spacing: .08em; line-height: 1.1; }
.brand-name small { display: block; margin-top: 3px; color: #687386; font-size: 7px; letter-spacing: .08em; white-space: nowrap; font-weight: 750; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 18px; height: 100%; }
.nav-list { display: flex; align-items: stretch; height: 100%; gap: 2px; padding: 0; margin: 0; list-style: none; }
.nav-list > li { position: relative; display: flex; align-items: stretch; }
.nav-link { position: relative; display: flex; min-height: 44px; align-self: center; align-items: center; gap: 6px; padding: 0 13px; border: 0; border-radius: 7px; background: transparent; color: #142f50; font-size: 13px; font-weight: 700; cursor: pointer; white-space: nowrap; transition: color .22s ease, background-color .22s ease, box-shadow .22s ease; }
.nav-link::after { display: none; }
.nav-link:hover, .nav-link:focus-visible { color: var(--blue); background: #edf4fb; }
.nav-link.is-current { color: #fff; background: var(--blue); box-shadow: 0 8px 18px rgba(11,76,150,.2); }
.dropdown-trigger span { margin-bottom: 10px; color: var(--gold); font-size: 13px; transition: transform .2s; }
.has-dropdown.is-open .dropdown-trigger span { transform: rotate(180deg); }
.dropdown-panel { position: absolute; top: calc(100% - 10px); left: 0; background: #fff; border-top: 3px solid var(--blue); box-shadow: 0 20px 48px rgba(5,35,71,.18); opacity: 0; visibility: hidden; transform: translateY(10px); transition: .2s ease; }
.mega-panel { width: min(880px, calc(100vw - 64px)); padding: 0; }
.mega-panel-right { left: auto; right: 0; }
.has-dropdown.is-open .dropdown-panel { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown-kicker { margin: 0 0 7px; color: var(--gold); font-size: 9px; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.mega-head { display: flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 82px; padding: 17px 24px; background: #f5f8fb; border-bottom: 1px solid var(--line); }
.mega-head > div > strong { display: block; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 18px; font-weight: 500; line-height: 1.35; }
.dropdown-panel .mega-overview { display: inline-flex; align-items: center; flex: 0 0 auto; gap: 13px; padding: 8px 0; border-bottom: 1px solid var(--blue); color: var(--navy); font-size: 11px; font-weight: 800; white-space: nowrap; }
.dropdown-panel .mega-overview:hover { color: var(--blue); }
.mega-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); padding: 18px 10px 20px; }
.service-mega-panel { width: min(1040px, calc(100vw - 64px)); }
.service-mega-grid { grid-template-columns: 1.25fr 1fr .85fr 1.25fr; }
.mega-group { min-width: 0; padding: 4px 22px 7px; }
.mega-group + .mega-group { border-left: 1px solid var(--line); }
.mega-group h3 { margin: 0 0 11px; color: var(--gold); font-size: 9px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.mega-group a { display: block; padding: 7px 0; color: #274461; font-size: 12px; font-weight: 650; line-height: 1.4; transition: color .2s, transform .2s; }
.mega-group a:hover,
.mega-group a:focus-visible { color: var(--blue); transform: translateX(3px); }
.mega-group a.is-current {
  padding-left: 10px;
  border-left: 2px solid var(--gold);
  color: var(--blue);
  background: #f5f8fb;
}
.network-panel { width: min(880px, calc(100vw - 64px)); }
.network-grid { grid-template-columns: 1.4fr repeat(3, 1fr); }
.compact-panel { width: 350px; padding: 18px; }
.compact-panel > a { display: block; padding: 11px 9px; border-bottom: 1px solid var(--line); }
.compact-panel > a:last-child { border-bottom: 0; }
.compact-panel strong, .compact-panel small { display: block; }
.compact-panel strong { color: var(--navy); font-size: 13px; }
.compact-panel small { margin-top: 2px; color: var(--muted); font-size: 10px; line-height: 1.5; }
.compact-panel > a:hover { background: var(--paper); }
.nav-toggle { display: none; }

@media (min-width: 1281px) and (max-width: 1780px) {
  .header-shell { width: calc(100% - 32px); gap: 16px; }
  .site-nav { gap: 7px; }
  .nav-link { padding-inline: 9px; font-size: 12px; }
  .nav-cta { min-height: 42px; padding-inline: 14px; font-size: 10px; }
}

@media (min-width: 1281px) and (max-width: 1500px) {
  .header-shell { width: calc(100% - 48px); }
  .brand { gap: 10px; }
  .brand-mark { width: 49px; height: 49px; font-size: 21px; }
  .brand-name { font-size: 17px; }
  .site-nav { gap: 3px; }
  .nav-link { padding-inline: 7px; font-size: 11px; }
  .nav-cta { display: none; }
}

@media (min-width: 1161px) {
  .mega-panel:not(.compact-panel) { position: fixed; top: 76px; right: auto; left: 50%; transform: translate(-50%, 10px); }
  .has-dropdown.is-open .mega-panel:not(.compact-panel),
  .has-dropdown:hover .mega-panel:not(.compact-panel) { transform: translate(-50%, 0); }
}

.button { display: inline-flex; min-height: 55px; align-items: center; justify-content: center; gap: 24px; padding: 0 24px; background: var(--blue); color: #fff; border: 1px solid var(--blue); font-size: 13px; font-weight: 800; transition: background .2s, border-color .2s, transform .2s; }
.button:hover { background: var(--navy); border-color: var(--navy); transform: translateY(-2px); }
.button-small { min-height: 44px; padding-inline: 18px; font-size: 11px; }
.button-light { background: #fff; border-color: #fff; color: var(--navy); }
.button-light:hover { background: #eaf3fb; border-color: #eaf3fb; }
.text-link { display: inline-flex; align-items: center; gap: 15px; color: var(--navy); padding: 9px 0; border-bottom: 1px solid var(--blue); font-size: 13px; font-weight: 800; }
.text-link-dark { color: var(--navy); }

.hero { position: relative; height: 690px; background: #dce8f4; overflow: hidden; }
.hero-slides, .hero-slide { position: absolute; inset: 0; }
.hero-slide { background-image: linear-gradient(90deg, rgba(248,251,254,.98) 0%, rgba(246,250,253,.9) 27%, rgba(248,251,254,.35) 51%, rgba(2,27,56,.08) 100%), var(--hero-image); background-size: cover; background-position: center; opacity: 0; visibility: hidden; transform: scale(1.02); transition: opacity .8s ease, transform 5.8s ease, visibility .8s; }
.hero-slide.is-active { opacity: 1; visibility: visible; transform: scale(1); }
.hero-slide:nth-child(2) { background-image: linear-gradient(90deg, rgba(245,249,252,.96) 0%, rgba(244,248,252,.87) 34%, rgba(5,30,58,.25) 68%, rgba(2,20,43,.35) 100%), var(--hero-image); background-position: center; }
.hero-slide:nth-child(3) { background-image: linear-gradient(90deg, rgba(246,250,253,.97) 0%, rgba(246,250,253,.88) 34%, rgba(6,35,67,.18) 66%, rgba(3,25,51,.3) 100%), var(--hero-image); }
.hero-shell { width: var(--shell); height: 100%; margin: auto; display: flex; align-items: center; padding-bottom: 70px; }
.hero-copy { width: min(650px, 50%); }
.eyebrow { margin: 0 0 27px; color: var(--navy); font-size: 12px; font-weight: 900; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 28px; height: 1px; margin: 0 12px 4px 0; background: var(--gold); }
.hero h1, .hero h2 { margin: 0; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(52px, 4.5vw, 78px); font-weight: 500; letter-spacing: -.04em; line-height: 1.04; }
.hero h1 span, .hero h2 span { color: var(--blue); }
@media (min-width: 981px) {
  .hero-slide:nth-child(3) .hero-copy { width: min(800px, 64%); }
  .hero-slide:nth-child(3) h2 { font-size: clamp(50px, 3.6vw, 68px); white-space: nowrap; }
}
.hero-intro { max-width: 610px; margin: 25px 0 30px; color: #304e6c; font-size: 16px; line-height: 1.9; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.hero-controls { position: absolute; z-index: 5; left: 50%; bottom: 95px; width: var(--shell); transform: translateX(-50%); display: flex; align-items: center; justify-content: flex-end; pointer-events: none; }
.hero-controls button { pointer-events: auto; }
.hero-arrow { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.hero-dots { display: flex; gap: 8px; padding: 11px 13px; border: 1px solid rgba(255,255,255,.48); border-radius: 30px; background: rgba(5,35,70,.18); backdrop-filter: blur(8px); }
.hero-dot { width: 7px; height: 7px; padding: 0; border: 1px solid rgba(255,255,255,.9); border-radius: 50%; background: transparent; cursor: pointer; transition: width .25s ease, border-radius .25s ease, background .25s ease; }
.hero-dot.is-active { width: 25px; border-color: #fff; border-radius: 8px; background: #fff; }

.service-overview { position: relative; z-index: 10; margin-top: -68px; }
.service-card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; }
.service-card { min-width: 0; padding: 25px 24px 21px; background: #fff; border: 1px solid var(--line); box-shadow: 0 10px 35px rgba(7,45,92,.06); }
.service-card-heading { min-height: 58px; display: flex; align-items: center; gap: 13px; margin-bottom: 19px; }
.service-icon { flex: 0 0 auto; display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid var(--blue); border-radius: 50%; color: var(--blue); font-family: Georgia, serif; font-size: 12px; }
.service-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.service-icon-gold { border-color: var(--gold); color: var(--gold); }
.service-icon-teal { border-color: var(--teal); color: var(--teal); }
.service-card h2 { margin: 0; color: var(--navy); font-family: Georgia, serif; font-size: 19px; line-height: 1.2; }
.service-card-heading p { margin: 4px 0 0; color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.service-card > img { height: 155px; object-fit: cover; }
.service-card > p { min-height: 70px; margin: 18px 0 14px; color: var(--muted); font-size: 13px; }
.service-card > a { display: flex; justify-content: space-between; padding-top: 13px; border-top: 1px solid var(--line); color: var(--navy); font-size: 12px; font-weight: 800; }

.proof-band { position: relative; margin-top: 38px; padding: 54px 0 52px; overflow: hidden; background: linear-gradient(115deg, #062650 0%, #0a3d72 100%); color: #fff; border: 0; }
.proof-band::after { content: ""; position: absolute; inset: 0; opacity: .1; background-image: radial-gradient(circle, rgba(255,255,255,.7) 1px, transparent 1px); background-size: 20px 20px; mask-image: linear-gradient(90deg, transparent, #000 25%, #000 75%, transparent); pointer-events: none; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid { position: relative; z-index: 1; }
.proof-grid div { position: relative; padding: 0 38px; border-right: 1px solid rgba(255,255,255,.2); }
.proof-grid div::before { content: ""; display: block; width: 27px; height: 2px; margin-bottom: 16px; background: #d3a75d; transform-origin: left center; }
.proof-grid div:first-child { padding-left: 0; }
.proof-grid div:last-child { border: 0; }
.proof-grid strong, .proof-grid span { display: block; }
.proof-grid strong { color: #fff; font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: clamp(39px, 3.1vw, 50px); font-weight: 700; line-height: .95; letter-spacing: -.035em; font-variant-numeric: lining-nums tabular-nums; font-feature-settings: "lnum" 1, "tnum" 1; }
.proof-grid span { margin-top: 13px; color: #c6d7e8; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.proof-band.is-count-ready .proof-item { opacity: 0; transform: translateY(18px); }
.proof-band.is-count-ready .proof-item::before { transform: scaleX(0); }
.proof-band.is-count-ready.is-visible .proof-item { opacity: 1; transform: translateY(0); transition: opacity .55s ease, transform .65s cubic-bezier(.22,1,.36,1); }
.proof-band.is-count-ready.is-visible .proof-item::before { transform: scaleX(1); transition: transform .7s cubic-bezier(.22,1,.36,1) .12s; }
.proof-band.is-count-ready.is-visible .proof-item:nth-child(2) { transition-delay: .1s; }
.proof-band.is-count-ready.is-visible .proof-item:nth-child(3) { transition-delay: .2s; }
.proof-band.is-count-ready.is-visible .proof-item:nth-child(4) { transition-delay: .3s; }

.section { padding: 112px 0; }
.split-heading { display: grid; grid-template-columns: 1.05fr .95fr; gap: 10%; align-items: end; margin-bottom: 55px; }
.section h2 { margin: 0; color: var(--navy); font-family: Georgia, serif; font-size: clamp(39px, 4vw, 59px); font-weight: 500; line-height: 1.12; letter-spacing: -.03em; }
.eyebrow-dark { margin-bottom: 20px; }
.section-lead, .split-heading > p { margin: 0; color: var(--muted); font-size: 16px; }
.section-lead p { margin: 0 0 24px; }
.section-heading { max-width: 800px; margin-bottom: 55px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow::before { display: none; }
.section-heading > p:last-child { max-width: 640px; margin: 22px auto 0; color: var(--muted); }

.ambitions { padding-top: 96px; padding-bottom: 100px; background: #f5f7f9; border-bottom: 1px solid var(--line); }
.ambitions .split-heading { margin-bottom: 43px; }
.ambitions .section-lead { max-width: 620px; }
.ambition-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.ambition-card { position: relative; display: flex; min-height: 250px; padding: 29px 28px 25px; overflow: hidden; flex-direction: column; background: rgba(255,255,255,.74); border: 1px solid var(--line); transition: background .3s ease, border-color .3s ease, color .3s ease, box-shadow .3s ease, transform .3s ease; }
.ambition-card::after { content: ""; position: absolute; top: 0; right: 0; left: 0; height: 3px; background: var(--gold); transform: scaleX(0); transform-origin: left center; transition: transform .35s ease; }
.ambition-card > span { display: flex; align-items: center; gap: 10px; color: var(--gold); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.ambition-card > span::before { content: ""; width: 19px; height: 1px; flex: 0 0 auto; background: currentColor; }
.ambition-card h3 { margin: 32px 0 13px; color: var(--navy); font-family: Georgia, serif; font-size: 23px; line-height: 1.25; transition: color .3s ease; }
.ambition-card p { margin: 0 0 23px; color: var(--muted); font-size: 14px; line-height: 1.7; transition: color .3s ease; }
.ambition-card b { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 15px; border-top: 1px solid var(--line); color: var(--navy); font-size: 10px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; transition: border-color .3s ease, color .3s ease; }
.ambition-card b i { font-size: 16px; font-style: normal; font-weight: 400; transition: transform .25s ease; }
.ambition-card:hover { border-color: var(--navy); background: var(--navy); color: #fff; box-shadow: 0 16px 36px rgba(7,45,92,.16); transform: translateY(-4px); }
.ambition-card:hover::after { transform: scaleX(1); }
.ambition-card:hover h3, .ambition-card:hover p, .ambition-card:hover b { color: #fff; }
.ambition-card:hover b { border-color: rgba(255,255,255,.25); }
.ambition-card:hover b i { transform: translateX(4px); }

.services-section { background: var(--paper); }
.business-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.feature-card { position: relative; display: flex; min-height: 285px; padding: 32px 30px 28px; overflow: hidden; flex-direction: column; background: #fff; border: 1px solid var(--line); transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
.feature-card::before { content: ""; position: absolute; top: 0; left: 0; width: 0; height: 3px; background: var(--gold); transition: width .35s ease; }
.feature-card:hover { z-index: 1; border-color: #c8d5e1; box-shadow: 0 18px 40px rgba(7,45,92,.09); transform: translateY(-5px); }
.feature-card:hover::before { width: 100%; }
.feature-card > span, .feature-card > div > span { color: var(--gold); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.feature-card h3 { margin: 42px 0 13px; color: var(--navy); font-family: Georgia, serif; font-size: 25px; font-weight: 600; line-height: 1.25; }
.feature-card p { margin: 0 0 25px; color: var(--muted); font-size: 13px; }
.feature-card a { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 16px; color: var(--blue); border-top: 1px solid var(--line); font-size: 12px; font-weight: 800; }
.feature-card a b { font-size: 16px; font-weight: 500; transition: transform .25s ease; }
.feature-card a:hover b { transform: translateX(4px); }
.feature-card-large { grid-column: 1 / -1; display: grid; min-height: 380px; padding: 0; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); }
.feature-card-large::before { z-index: 2; }
.feature-card-large .feature-image { min-height: 380px; overflow: hidden; }
.feature-card-large img { height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.22,1,.36,1); }
.feature-card-large:hover img { transform: scale(1.025); }
.feature-card-large .feature-copy { display: flex; padding: 52px 58px 46px; flex-direction: column; justify-content: center; }
.feature-card-large h3 { margin: 20px 0 17px; font-size: clamp(34px, 3vw, 48px); }
.feature-card-large p { max-width: 590px; font-size: 15px; }
.feature-card-large a { width: min(100%, 330px); margin-top: 12px; }

.solutions-section { background: var(--navy); color: #fff; overflow: hidden; }
.solution-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8%; align-items: center; }
.solution-copy .eyebrow, .solution-copy h2 { color: #fff; }
.solution-copy h2 { font-size: clamp(42px, 4.1vw, 62px); }
.solution-copy > p:not(.eyebrow) { color: #c8d7e6; margin: 25px 0; }
.check-list { list-style: none; padding: 0; margin: 28px 0 36px; display: grid; grid-template-columns: 1fr 1fr; gap: 15px 28px; }
.check-list li { position: relative; padding-left: 23px; color: #e1ebf4; font-size: 13px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: #84c8e8; }
.solution-visuals { position: relative; min-height: 590px; }
.visual-main { position: absolute; inset: 0 0 70px 80px; margin: 0; }
.visual-main img { height: 100%; object-fit: cover; }
.visual-small { position: absolute; left: 0; bottom: 0; width: 44%; height: 245px; margin: 0; border: 10px solid var(--navy); }
.visual-small img { height: 100%; object-fit: cover; }
.visual-note { position: absolute; right: -1px; bottom: 19px; padding: 18px 22px; background: #fff; color: var(--navy); }
.visual-note strong, .visual-note span { display: block; }
.visual-note strong { font-family: Georgia, serif; font-size: 18px; }
.visual-note span { margin-top: 4px; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }

.network-section { background: #edf3f8; color: var(--ink); position: relative; overflow: hidden; border-bottom: 1px solid #d8e2eb; }
.network-section::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: radial-gradient(circle at center, rgba(10,76,150,.35) 1px, transparent 1px); background-size: 18px 18px; mask-image: linear-gradient(90deg, transparent, #000 22%, #000 78%, transparent); }
.network-section .shell { position: relative; }
.network-heading h2, .network-heading .eyebrow { color: var(--navy); }
.network-heading > p { color: var(--muted); }
.market-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; }
.market-grid > .market-card { position: relative; grid-column: span 3; min-height: 300px; padding: 25px; isolation: isolate; overflow: hidden; border: 1px solid rgba(255,255,255,.2); background: #082849; box-shadow: 0 16px 35px rgba(0,0,0,.16); }
.market-grid > .market-card:nth-child(n+5) { grid-column: span 4; min-height: 320px; }
.market-grid > .market-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(2,18,39,.12) 0%, rgba(2,20,43,.1) 38%, rgba(2,20,43,.92) 100%); transition: background .35s ease; }
.market-grid > .market-card > .market-photo { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease, filter .55s ease; }
.market-grid > .market-card:hover > .market-photo { transform: scale(1.055); filter: brightness(1.08); }
.market-grid > .market-card:hover::after { background: linear-gradient(180deg, rgba(4,43,81,.06), rgba(2,20,43,.82) 100%); }
.market-grid > .market-card .market-region { position: absolute; top: 24px; left: 25px; z-index: 1; color: rgba(255,255,255,.78); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.market-grid > .market-card .market-flag { position: absolute; top: 19px; right: 20px; z-index: 1; width: 42px; height: 28px; padding: 2px; object-fit: cover; border: 1px solid rgba(255,255,255,.92); border-radius: 4px; background: #fff; box-shadow: 0 5px 16px rgba(0,0,0,.3); }
.market-name { position: absolute; right: 56px; bottom: 25px; left: 25px; z-index: 1; display: block; }
.market-name strong, .market-name small { display: block; }
.market-name strong { max-width: 260px; color: #fff; font-family: Georgia, serif; font-size: 24px; line-height: 1.15; }
.market-name small { margin-top: 8px; color: rgba(255,255,255,.68); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.market-grid > .market-card > b { position: absolute; right: 24px; bottom: 26px; z-index: 1; display: grid; place-items: center; width: 27px; height: 27px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; color: #fff; font-size: 13px; font-weight: 400; transition: background .2s, color .2s, transform .2s; }
.market-grid > .market-card:hover > b { background: #fff; color: var(--navy); transform: translateX(2px); }

.why-section { background: #fff; }
.why-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 7.5%; align-items: start; }
.why-intro { max-width: 510px; padding-top: 8px; }
.why-intro h2 { font-size: clamp(42px, 3.8vw, 58px); }
.why-lead { margin: 30px 0 35px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.why-promise { display: flex; align-items: center; gap: 15px; padding-top: 25px; border-top: 1px solid var(--line); }
.why-promise > span { position: relative; display: grid; place-items: center; width: 43px; height: 43px; flex: 0 0 auto; border: 1px solid rgba(177,132,61,.55); border-radius: 50%; }
.why-promise > span::after { content: "✓"; color: var(--gold); font-size: 17px; }
.why-promise strong, .why-promise small { display: block; }
.why-promise strong { color: var(--navy); font-family: Georgia, serif; font-size: 17px; }
.why-promise small { margin-top: 2px; color: var(--muted); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.why-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 1fr; gap: 1px; padding: 1px; background: var(--line); }
.why-grid article { position: relative; display: flex; min-height: 305px; gap: 22px; padding: 34px 29px; overflow: hidden; background: var(--paper); transition: background .3s ease, box-shadow .3s ease, transform .3s ease; }
.why-grid article::after { content: ""; position: absolute; right: 0; bottom: 0; width: 0; height: 3px; background: var(--gold); transition: width .35s ease; }
.why-grid article:hover { z-index: 1; background: #fff; box-shadow: 0 16px 40px rgba(7,45,92,.09); transform: translateY(-3px); }
.why-grid article:hover::after { width: 100%; }
.why-grid .why-icon { display: grid; place-items: center; width: 49px; height: 49px; flex: 0 0 auto; border: 1px solid #c9d5e0; border-radius: 50%; background: #fff; color: var(--blue); }
.why-grid article > div { min-width: 0; flex: 1; }
.why-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.why-grid h3 { margin: 4px 0 13px; color: var(--navy); font-family: Georgia, serif; font-size: 22px; line-height: 1.25; }
.why-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.why-detail-list { display: grid; gap: 7px; padding: 14px 0 0; margin: 14px 0 0; border-top: 1px solid #d8e2ea; list-style: none; }
.why-detail-list li { position: relative; padding-left: 15px; color: #31536f; font-size: 11px; font-weight: 700; line-height: 1.45; }
.why-detail-list li::before { content: ""; position: absolute; top: .58em; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }

.credentials-section { position: relative; overflow: hidden; border-top: 1px solid #d9e3ec; border-bottom: 1px solid #d9e3ec; background: #f3f6f9; }
.credentials-section::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: radial-gradient(circle, rgba(8,61,116,.28) 1px, transparent 1px); background-size: 19px 19px; mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 82%, transparent 100%); pointer-events: none; }
.credentials-heading { position: relative; z-index: 1; max-width: 850px; margin: 0 auto 46px; text-align: center; }
.credentials-heading .eyebrow { justify-content: center; color: var(--gold); }
.credentials-heading .eyebrow::before { display: none; }
.credentials-heading h2 { margin: 0; color: var(--navy); font-family: Georgia, serif; font-size: clamp(42px, 4vw, 60px); font-weight: 500; line-height: 1.08; }
.credentials-heading > p:last-child { max-width: 750px; margin: 22px auto 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.credentials-carousel { position: relative; z-index: 1; padding: 0 42px; }
.credential-viewport { overflow: hidden; padding: 16px 0 28px; }
.credential-track { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 54px) / 4); gap: 18px; transition: transform .55s cubic-bezier(.22,.61,.36,1); will-change: transform; }
.credential-card { min-width: 0; padding: 14px 14px 19px; border: 1px solid #d7e0e8; border-top: 3px solid transparent; background: #fff; color: inherit; font: inherit; text-align: left; cursor: pointer; box-shadow: 0 10px 28px rgba(5,42,82,.04); transition: transform .3s ease, border-color .3s ease, border-top-color .3s ease, box-shadow .3s ease; }
.credential-card:hover { border-color: #c8d4de; border-top-color: var(--gold); box-shadow: 0 20px 44px rgba(5,42,82,.12); transform: translateY(-7px); }
.credential-document { position: relative; display: block; aspect-ratio: 45 / 56; overflow: hidden; border: 1px solid #e0e7ed; background: #f8fafb; isolation: isolate; }
.credential-document img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.credential-document::after { content: "JK GLOBAL"; position: absolute; top: 50%; left: 50%; z-index: 2; width: max-content; max-width: 92%; padding: 9px 14px; border: 1px solid rgba(8,61,116,.13); color: rgba(8,61,116,.17); font-family: Arial, sans-serif; font-size: clamp(18px, 1.65vw, 26px); font-weight: 800; line-height: 1; letter-spacing: .16em; text-align: center; white-space: nowrap; text-shadow: 0 1px 0 rgba(255,255,255,.45); transform: translate(-50%, -50%) rotate(-25deg); pointer-events: none; user-select: none; }
.credential-card:hover .credential-document img { transform: scale(1.018); }
.credential-type { display: block; margin-top: 17px; color: var(--gold); font-size: 9px; font-weight: 850; letter-spacing: .12em; line-height: 1.45; text-transform: uppercase; }
.credential-card strong { display: block; min-height: 52px; margin-top: 9px; color: var(--navy); font-family: Georgia, serif; font-size: 20px; line-height: 1.28; }
.credential-action { display: flex; justify-content: space-between; gap: 15px; margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--line); color: var(--blue); font-size: 11px; font-weight: 800; }
.credential-nav { position: absolute; top: 46%; z-index: 3; display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid #c8d4df; border-radius: 50%; background: rgba(255,255,255,.96); color: var(--navy); font-size: 19px; cursor: pointer; box-shadow: 0 10px 25px rgba(5,42,82,.08); transform: translateY(-50%); transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease; }
.credential-prev { left: -10px; }
.credential-next { right: -10px; }
.credential-nav:hover { border-color: var(--navy); background: var(--navy); color: #fff; transform: translateY(calc(-50% - 3px)); }
.credential-pagination { display: flex; min-height: 12px; justify-content: center; align-items: center; gap: 8px; }
.credential-pagination button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 999px; background: #bdc9d3; cursor: pointer; transition: width .25s ease, background .25s ease; }
.credential-pagination button.is-active { width: 30px; background: var(--gold); }
.credential-status { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.js .credentials-heading, .js .credentials-carousel { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.22,.61,.36,1); }
.js .credentials-carousel { transition-delay: .12s; }
.js .credentials-section.is-visible .credentials-heading, .js .credentials-section.is-visible .credentials-carousel { opacity: 1; transform: none; }

.credential-modal { position: fixed; inset: 0; z-index: 500; display: grid; padding: 28px; place-items: center; }
.credential-modal[hidden] { display: none; }
.credential-modal-backdrop { position: absolute; inset: 0; background: rgba(2,20,43,.9); backdrop-filter: blur(6px); }
.credential-modal-panel { position: relative; z-index: 1; display: grid; width: min(1180px, calc(100vw - 56px)); height: min(820px, calc(100vh - 56px)); grid-template-columns: minmax(0, 1fr) 330px; overflow: hidden; background: #fff; box-shadow: 0 28px 90px rgba(0,0,0,.42); }
.credential-modal-document { position: relative; display: grid; min-width: 0; padding: 26px; overflow: auto; place-items: center; background: #e8edf1; isolation: isolate; }
.credential-modal-document img { width: auto; height: auto; max-width: 100%; max-height: 100%; object-fit: contain; background: #fff; box-shadow: 0 12px 38px rgba(2,20,43,.2); }
.credential-modal-document::after { content: "JK GLOBAL"; position: absolute; top: 50%; left: 50%; z-index: 2; width: max-content; max-width: 78%; padding: 13px 22px; border: 1px solid rgba(8,61,116,.14); color: rgba(8,61,116,.18); font-family: Arial, sans-serif; font-size: clamp(28px, 4vw, 54px); font-weight: 800; line-height: 1; letter-spacing: .18em; text-align: center; white-space: nowrap; text-shadow: 0 1px 0 rgba(255,255,255,.5); transform: translate(-50%, -50%) rotate(-25deg); pointer-events: none; user-select: none; }
.credential-modal-copy { display: flex; min-width: 0; flex-direction: column; padding: 62px 34px 32px; }
.credential-modal-type { margin: 0 0 16px; color: var(--gold); font-size: 9px; font-weight: 850; line-height: 1.5; letter-spacing: .12em; text-transform: uppercase; }
.credential-modal-copy h2 { margin: 0; color: var(--navy); font-family: Georgia, serif; font-size: 31px; font-weight: 500; line-height: 1.18; }
.credential-modal-copy > p:not(.credential-modal-type):not(.credential-modal-count) { margin: 23px 0 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.credential-modal-count { margin: auto 0 18px; color: #71869a; font-size: 10px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.credential-modal-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.credential-modal-actions button { min-height: 45px; border: 1px solid #cbd6df; background: #fff; color: var(--navy); font-size: 11px; font-weight: 800; cursor: pointer; transition: border-color .2s ease, background .2s ease, color .2s ease; }
.credential-modal-actions button:hover { border-color: var(--navy); background: var(--navy); color: #fff; }
.credential-modal-close { position: absolute; top: 14px; right: 14px; z-index: 2; display: grid; width: 38px; height: 38px; padding: 0; place-items: center; border: 1px solid #ced8e1; border-radius: 50%; background: #fff; color: var(--navy); font-size: 24px; line-height: 1; cursor: pointer; }
body.credential-modal-open { overflow: hidden; }

.process-section { overflow: hidden; background: linear-gradient(180deg, #edf5fc 0%, #e6f0f9 100%); }
.process-section .split-heading { margin-bottom: 64px; }
.process-list { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); padding: 0; margin: 0; list-style: none; }
.process-list li { position: relative; min-width: 0; min-height: 220px; padding: 74px 27px 0 0; }
.process-list li::before { content: ""; position: absolute; top: 25px; right: 0; left: 52px; height: 1px; background: rgba(7,45,92,.24); }
.process-list li:last-child::before { display: none; }
.process-list span { position: absolute; top: 0; left: 0; z-index: 1; display: grid; place-items: center; width: 51px; height: 51px; border: 1px solid rgba(177,132,61,.75); border-radius: 50%; background: #edf5fc; color: var(--gold); font-family: Georgia, serif; font-size: 17px; transition: background .25s ease, border-color .25s ease, color .25s ease, transform .25s ease; }
.process-list li:hover span { border-color: var(--navy); background: var(--navy); color: #fff; transform: translateY(-3px); }
.process-list h3 { margin: 0 0 13px; color: var(--navy); font-family: Georgia, serif; font-size: 23px; }
.process-list p { max-width: 210px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.insights-section { background: #fff; }
.insight-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.insight-grid-latest { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.insight-grid article { background: #fff; border: 1px solid var(--line); transition: transform .2s, box-shadow .2s; }
.insight-grid article:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.insight-grid img { height: 245px; object-fit: cover; }
.insight-grid .insight-image-link { display: block; }
.insight-grid article > div { padding: 27px; }
.insight-grid span { color: var(--gold); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.insight-grid .insight-meta { display: flex; min-height: 30px; gap: 8px; align-items: flex-start; justify-content: space-between; }
.insight-grid .insight-meta span { line-height: 1.45; }
.insight-grid .insight-meta time { flex: 0 0 auto; color: #6b7f94; font-size: 9px; font-weight: 700; line-height: 1.45; white-space: nowrap; text-transform: uppercase; letter-spacing: .04em; }
.insight-grid h3 { min-height: 66px; margin: 13px 0; color: var(--navy); font-family: Georgia, serif; font-size: 23px; line-height: 1.3; }
.insight-grid h3 a { color: inherit; font-family: inherit; font-size: inherit; font-weight: inherit; }
.insight-grid-latest h3 { min-height: 116px; font-size: 20px; }
.insight-grid p { color: var(--muted); font-size: 13px; }
.insight-grid a { color: var(--blue); font-size: 12px; font-weight: 800; }

@media (max-width: 1200px) and (min-width: 761px) {
  .insight-grid-latest { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .insight-grid-latest h3 { min-height: 78px; }
}

.contact-section { padding: 92px 0 0; background: linear-gradient(to bottom, var(--paper) 0%, var(--paper) 46%, #02172f 46%, #02172f 100%); color: #fff; }
.contact-inner { position: relative; display: grid; padding: 58px 64px; overflow: hidden; grid-template-columns: 1.25fr .75fr; gap: 6%; align-items: center; background: linear-gradient(120deg, #052b58 0%, #0a427c 100%); border-top: 3px solid var(--gold); box-shadow: 0 24px 60px rgba(3,28,60,.2); }
.contact-inner::after { content: ""; position: absolute; inset: 0; opacity: .1; background-image: radial-gradient(circle, rgba(255,255,255,.75) 1px, transparent 1px); background-size: 20px 20px; mask-image: linear-gradient(90deg, transparent 15%, #000 100%); pointer-events: none; }
.contact-copy, .contact-action { position: relative; z-index: 1; }
.contact-section .eyebrow, .contact-section h2 { color: #fff; }
.contact-section h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(35px, 3vw, 48px); font-weight: 500; line-height: 1.12; }
@media (min-width: 1161px) {
  .contact-section h2 { white-space: nowrap; }
}
.contact-action { padding-left: 54px; border-left: 1px solid rgba(255,255,255,.2); }
.contact-action p { margin: 0 0 25px; color: #dbeaf6; }
.contact-action small { display: block; margin-top: 15px; color: #c8dbea; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }

.site-footer { background: #02172f; color: #c5d2df; padding: 70px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1.2fr .8fr; gap: 50px; padding-bottom: 55px; }
.brand-light { color: #fff; }
.brand-light .brand-name small { color: #c4d0de; }
.footer-brand p { max-width: 320px; color: #8da4ba; font-size: 13px; }
.footer-grid h2 { margin: 0 0 19px; color: #fff; font-size: 11px; text-transform: uppercase; letter-spacing: .13em; }
.footer-grid > div > a:not(.brand) { display: block; margin: 9px 0; color: #aebdcc; font-size: 13px; }
.footer-grid > div > a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.12); color: #7890a6; font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }
.footer-bottom a { margin-left: 24px; }
.footer-bottom a[href="terms.html"],
.footer-bottom a[href="disclaimer.html"] { display: none; }
.footer-bottom a[href="privacy.html"] { margin-left: 0; font-size: 0; }
.footer-bottom a[href="privacy.html"]::after { content: "Privacy Policy"; font-size: 10px; }

.back-to-top { position: fixed; right: 28px; bottom: 28px; z-index: 90; display: grid; width: 58px; height: 58px; place-content: center; place-items: center; border: 1px solid rgba(209,166,92,.72); border-radius: 14px; background: rgba(3,28,60,.94); color: #fff; box-shadow: 0 14px 35px rgba(3,28,60,.24); opacity: 0; visibility: hidden; transform: translateY(18px); transition: opacity .25s ease, visibility .25s ease, transform .3s cubic-bezier(.22,1,.36,1), background .25s ease, color .25s ease; }
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top span { height: 20px; color: #d7ae68; font-size: 19px; line-height: 1; transition: transform .25s ease, color .25s ease; }
.back-to-top small { font-size: 8px; font-weight: 800; line-height: 1; letter-spacing: .14em; }
.back-to-top:hover { background: var(--gold); color: #fff; }
.back-to-top:hover span { color: #fff; transform: translateY(-3px); }

:focus-visible { outline: 3px solid #e2ad55; outline-offset: 3px; }

@media (hover: hover) and (min-width: 1161px) {
  .has-dropdown:hover .dropdown-panel { opacity: 1; visibility: visible; transform: translateY(0); }
}

@media (max-width: 1280px) {
  :root { --shell: min(1180px, calc(100% - 48px)); }
  .header-shell { width: calc(100% - 32px); gap: 10px; }
  .nav-link { padding-inline: 9px; font-size: 11px; }
  .nav-cta { display: none; }
  .service-card { padding-inline: 17px; }
  .service-card h2 { font-size: 16px; }
}

@media (max-width: 1160px) {
  .site-header { height: 76px; }
  .header-shell { width: calc(100% - 36px); }
  .nav-toggle { position: relative; display: block; width: 43px; height: 43px; margin-left: auto; padding: 10px; border: 1px solid var(--line); background: #fff; cursor: pointer; }
  .nav-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--navy); transition: .2s; }
  .nav-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; top: 76px; right: 0; bottom: 0; width: min(420px, 92vw); display: block; padding: 20px 24px 40px; overflow-y: auto; background: #fff; box-shadow: -15px 15px 40px rgba(4,30,61,.16); transform: translateX(105%); transition: transform .25s ease; }
  .site-nav.is-open { transform: translateX(0); }
  .nav-list { display: block; height: auto; }
  .nav-list > li { display: block; border-bottom: 1px solid var(--line); }
  .nav-link { width: 100%; min-height: 48px; justify-content: space-between; margin: 5px 0; padding: 0 14px; font-size: 13px; }
  .dropdown-trigger span { margin-bottom: 0; }
  .nav-link::after { display: none; }
  .dropdown-panel, .mega-panel, .network-panel, .compact-panel { position: static; display: none; width: auto; padding: 0 0 14px; border: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .has-dropdown.is-open .dropdown-panel { display: block; }
  .mega-head { display: none; }
  .mega-grid, .network-grid { display: block; padding: 0; }
  .mega-group { padding: 10px 10px 7px; border-top: 1px solid var(--line); }
  .mega-group + .mega-group { border-left: 0; }
  .mega-group h3 { margin-bottom: 4px; }
  .mega-group a { padding: 7px 0; font-size: 12px; }
  .mega-group a:hover { transform: none; }
  .compact-panel .dropdown-kicker { display: none; }
  .compact-panel > a { padding-inline: 10px; }
  .site-nav .nav-cta { display: flex; margin-top: 24px; }
  body.nav-open { overflow: hidden; }
  .hero { height: 640px; }
  .service-card-grid { grid-template-columns: repeat(2, 1fr); }
  .service-overview { margin-top: -35px; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); gap: 30px 0; }
  .proof-grid div:nth-child(2) { border: 0; }
  .ambition-grid, .why-grid { grid-template-columns: repeat(2, 1fr); }
  .business-grid { grid-template-columns: 1fr 1fr; }
  .feature-card-large { grid-column: 1 / -1; grid-row: auto; }
  .solution-layout { grid-template-columns: 1fr; }
  .solution-copy { max-width: 760px; }
  .solution-visuals { margin-top: 50px; }
  .market-grid > .market-card, .market-grid > .market-card:nth-child(n+5) { grid-column: span 6; min-height: 300px; }
  .market-grid > .market-card:last-child { grid-column: span 12; }
  .why-layout { grid-template-columns: 1fr; gap: 55px; }
  .why-intro { max-width: 760px; }
  .process-list { grid-template-columns: repeat(3, 1fr); gap: 44px 0; }
  .process-list li:nth-child(3n)::before { display: none; }
}

@media (max-width: 980px) {
  .credential-track { grid-auto-columns: calc((100% - 18px) / 2); }
  .credential-modal-panel { grid-template-columns: minmax(0, 1fr) 285px; }
  .credential-modal-copy { padding-inline: 27px; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100% - 32px); }
  html { scroll-padding-top: 76px; }
  .brand-mark { width: 44px; height: 44px; border-width: 3px; border-radius: 10px; font-size: 18px; }
  .brand-name { font-size: 15px; }
  .brand-name small { display: none; }
  .hero { height: 690px; }
  .hero-slide, .hero-slide:nth-child(2), .hero-slide:nth-child(3) { background-position: 65% center; background-image: linear-gradient(180deg, rgba(245,249,252,.98) 0%, rgba(245,249,252,.91) 58%, rgba(6,31,60,.3) 100%), var(--hero-image); }
  .hero-shell { align-items: flex-start; padding-top: 75px; padding-bottom: 110px; }
  .hero-copy { width: 100%; }
  .eyebrow { margin-bottom: 20px; font-size: 9px; }
  .hero h1, .hero h2 { font-size: clamp(42px, 13vw, 57px); }
  .hero-intro { margin: 22px 0 25px; font-size: 14px; line-height: 1.7; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 10px; }
  .hero-controls { bottom: 68px; justify-content: flex-start; }
  .service-overview { margin-top: -30px; }
  .service-card-grid { grid-template-columns: 1fr; }
  .service-card > img { height: 190px; }
  .proof-band { padding: 40px 0; }
  .proof-grid { gap: 25px 0; }
  .proof-grid div { padding: 0 15px; }
  .proof-grid div:nth-child(odd) { padding-left: 0; }
  .proof-grid strong { font-size: 27px; }
  .proof-grid span { font-size: 8px; }
  .section { padding: 78px 0; }
  .split-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 38px; }
  .section h2 { font-size: 39px; }
  .section-lead, .split-heading > p { font-size: 14px; }
  .ambitions { padding-top: 72px; padding-bottom: 76px; }
  .ambitions .split-heading { margin-bottom: 34px; }
  .ambition-grid { grid-template-columns: 1fr; gap: 12px; }
  .ambition-card { min-height: 225px; padding: 27px 24px 23px; }
  .ambition-card h3 { margin-top: 27px; }
  .business-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 245px; }
  .feature-card-large { display: block; min-height: 0; }
  .feature-card-large .feature-image { min-height: 0; height: 230px; }
  .feature-card-large .feature-copy { padding: 35px 27px 32px; }
  .feature-card-large h3 { font-size: 34px; }
  .check-list { grid-template-columns: 1fr; }
  .solution-visuals { min-height: 420px; }
  .visual-main { inset: 0 0 45px 25px; }
  .visual-small { width: 50%; height: 170px; border-width: 6px; }
  .visual-note { bottom: 0; padding: 13px; }
  .visual-note span { display: none; }
  .market-grid { grid-template-columns: 1fr; gap: 12px; }
  .market-grid > .market-card, .market-grid > .market-card:nth-child(n+5), .market-grid > .market-card:last-child { grid-column: 1; min-height: 245px; padding: 20px; }
  .market-grid > .market-card .market-region { top: 20px; left: 20px; }
  .market-grid > .market-card .market-flag { top: 15px; right: 16px; }
  .market-name { right: 52px; bottom: 20px; left: 20px; }
  .market-name strong { font-size: 22px; }
  .market-grid > .market-card > b { right: 20px; bottom: 21px; }
  .why-grid, .process-list, .insight-grid { grid-template-columns: 1fr; }
  .why-grid { grid-auto-rows: auto; }
  .why-layout { gap: 42px; }
  .why-intro h2 { font-size: 39px; }
  .why-lead { margin-top: 24px; font-size: 14px; }
  .why-grid article { min-height: 0; padding: 30px 24px; }
  .why-grid .why-icon { width: 45px; height: 45px; }
  .credentials-heading { margin-bottom: 28px; }
  .credentials-heading h2 { font-size: 38px; }
  .credentials-heading > p:last-child { margin-top: 18px; font-size: 14px; }
  .credentials-carousel { padding: 0; }
  .credential-viewport { padding-top: 8px; }
  .credential-track { grid-auto-columns: 100%; gap: 14px; }
  .credential-card { padding: 12px 12px 18px; }
  .credential-card strong { min-height: 0; font-size: 21px; }
  .credential-nav { display: none; }
  .credential-modal { padding: 10px; }
  .credential-modal-panel { display: block; width: calc(100vw - 20px); height: calc(100vh - 20px); overflow: auto; }
  .credential-modal-document { height: 58vh; padding: 12px; overflow: hidden; }
  .credential-modal-copy { min-height: 310px; padding: 28px 22px 24px; }
  .credential-modal-copy h2 { font-size: 27px; }
  .credential-modal-count { margin-top: 30px; }
  .credential-modal-close { top: 18px; right: 18px; }
  .process-section .split-heading { margin-bottom: 48px; }
  .process-list { gap: 0; }
  .process-list li { min-height: 0; padding: 0 0 38px 72px; }
  .process-list li::before, .process-list li:nth-child(3n)::before { top: 52px; right: auto; bottom: 5px; left: 25px; display: block; width: 1px; height: auto; }
  .process-list li:last-child { padding-bottom: 0; }
  .process-list li:last-child::before { display: none; }
  .process-list p { max-width: none; }
  .insight-grid img { height: 220px; }
  .insight-grid h3 { min-height: auto; }
  .contact-inner { padding: 42px 26px; grid-template-columns: 1fr; gap: 32px; }
  .contact-section { padding: 70px 0 0; }
  .contact-section h2 { font-size: 35px; }
  .contact-section h2 br { display: none; }
  .contact-action { padding: 28px 0 0; border-top: 1px solid rgba(255,255,255,.2); border-left: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
  .footer-brand { grid-column: span 2; }
  .footer-bottom { display: block; line-height: 2; }
  .footer-bottom > span:last-child { display: block; }
  .footer-bottom a { margin: 0 18px 0 0; }
  .back-to-top { right: 16px; bottom: 18px; width: 50px; height: 50px; border-radius: 12px; }
  .back-to-top span { height: 18px; font-size: 17px; }
}

/* Secondary-page refinement system. The homepage is intentionally excluded. */
.secondary-page {
  --secondary-hero-max: 64px;
  --secondary-section-max: 50px;
  --secondary-card-max: 28px;
  --secondary-motion: cubic-bezier(.22,.61,.36,1);
  overflow-x: hidden;
}

.secondary-page :is(.page-hero,.business-hero,.formation-hero,.jurisdiction-hero,.service-hero,.insight-hero,.article-hero,.market-hero,.legal-hero,.work-hero,.about-manifesto) h1 {
  max-width: 760px;
  font-size: clamp(44px,4.15vw,var(--secondary-hero-max)) !important;
  line-height: 1.04 !important;
  letter-spacing: -.038em !important;
}

.secondary-page :is(.section-intro-grid,.centered-intro,.service-heading,.service-intro,.business-heading,.formation-heading,.jurisdiction-heading,.market-section-heading) h2,
.secondary-page :is(.insight-feature-copy,.page-cta-inner,.article-body) > h2 {
  font-size: clamp(36px,3.45vw,var(--secondary-section-max)) !important;
  line-height: 1.08 !important;
  letter-spacing: -.032em !important;
}

.secondary-page main :is(.value-grid,.scope-grid,.reason-stack,.service-directory,.insight-card-grid,.related-grid) h3 {
  font-size: clamp(22px,2vw,var(--secondary-card-max));
  line-height: 1.15;
}

.secondary-page main :is(.value-grid,.scope-grid,.reason-stack,.service-directory,.insight-card-grid,.related-grid) p {
  font-size: 15px;
  line-height: 1.72;
}

.secondary-page main article,
.secondary-page main a,
.secondary-page main img,
.secondary-page main figure {
  transition-duration: .38s;
  transition-timing-function: var(--secondary-motion);
}

.secondary-page main article {
  transition-property: transform,box-shadow,border-color,background-color;
}

.secondary-page main img {
  transition-property: transform,filter;
}

@media (hover:hover) and (pointer:fine) {
  .secondary-page main article:not(.insight-feature):not(.legal-copy):hover {
    z-index: 2;
    transform: translateY(-5px);
    border-color: rgba(196,147,63,.72);
    box-shadow: 0 18px 42px rgba(4,38,72,.12);
  }

  .secondary-page main article:hover img,
  .secondary-page main a:hover img {
    transform: scale(1.035);
    filter: saturate(1.04) contrast(1.02);
  }

  .secondary-page .button:hover,
  .secondary-page .text-link:hover {
    transform: translateY(-2px);
  }
}

.secondary-page .ui-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .72s var(--secondary-motion),transform .72s var(--secondary-motion);
  transition-delay: var(--reveal-delay,0ms);
}

.secondary-page .ui-reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* Decorative sequence numbers become a quiet section accent. */
.secondary-page :is(.arrival-runway,.critical-path,.insight-lenses,.priority-board,.deliverables-ledger,.application-pipeline,.sponsor-flow,.workforce-lifecycle,.property-pipeline,.pet-journey,.dependency-chain,.decision-gates,.evidence-stack,.first-week,.checkpoint-line) article > :is(small,b,span),
.secondary-page .business-readiness-list > div > b {
  display: block;
  width: 28px;
  height: 3px;
  overflow: hidden;
  color: transparent !important;
  background: #c4933f;
  font-size: 0 !important;
  line-height: 0;
}

@media (max-width: 760px) {
  .secondary-page { --secondary-hero-max: 44px; --secondary-section-max: 38px; }
  .secondary-page :is(.page-hero,.business-hero,.formation-hero,.jurisdiction-hero,.service-hero,.insight-hero,.article-hero,.market-hero,.legal-hero,.work-hero,.about-manifesto) h1 {
    font-size: clamp(38px,11.5vw,44px) !important;
    line-height: 1.06 !important;
  }
  .secondary-page .ui-reveal { transform: translateY(14px); }
}

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

/* Long-form reading and utility-page refinement */
.secondary-page.insight-article-page .article-hero{padding:58px 0 72px}
.secondary-page.insight-article-page .article-hero-meta p{font-size:16px;line-height:1.8}
.secondary-page.insight-article-page .article-aside{padding:30px;border-top:3px solid #c4933f;box-shadow:0 14px 36px rgba(6,40,74,.07)}
.secondary-page.insight-article-page .article-aside a{margin-top:15px;color:#4f687d;font-size:14px;line-height:1.45}
.secondary-page.insight-article-page .article-body{font-size:17px;line-height:1.88}
.secondary-page.insight-article-page .article-callout{border-left:0;border-top:3px solid #c4933f;background:linear-gradient(135deg,#edf3f7,#f8fafb)}
.secondary-page.insight-article-page .related-grid a{border-top:3px solid #c4933f;transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease}
.secondary-page.insight-article-page .related-grid a:hover{transform:translateY(-5px);border-color:#aebfcd;box-shadow:0 18px 42px rgba(7,45,84,.09)}
.secondary-page.insight-article-page .article-matrix tbody tr{transition:background-color .25s ease}
.secondary-page.insight-article-page .article-matrix tbody tr:hover{background:#f2f6f8}

.secondary-page.legal-page .legal-hero{padding:60px 0 72px}
.secondary-page.legal-page .legal-index{padding:30px;box-shadow:0 14px 36px rgba(6,40,74,.07)}
.secondary-page.legal-page .legal-index a{margin-top:15px;color:#4f687d;font-size:14px;line-height:1.45}
.secondary-page.legal-page .legal-copy{font-size:16px;line-height:1.85}
.secondary-page.legal-page .legal-copy h2{font-size:31px}

@media(max-width:620px){
  .secondary-page.insight-article-page .article-body{font-size:16px}
  .secondary-page.insight-article-page .article-body h2{font-size:34px}
  .secondary-page.insight-article-page .article-aside a{display:inline-block;margin-right:14px;font-size:13px}
  .secondary-page.legal-page .legal-copy{padding:26px;font-size:15px}
}

/* Global Business uses one restrained Core Services menu across the static site. */
.business-nav-control {
  display: flex;
  height: 100%;
  align-items: center;
}

.business-nav-link { margin-right: 0; padding-right: 8px; border-radius: 7px 0 0 7px; }

.business-nav-toggle {
  display: grid;
  width: 28px;
  height: 44px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 0 7px 7px 0;
  background: transparent;
  color: var(--gold);
  cursor: pointer;
  transition: background-color .22s ease;
}

.business-nav-toggle span {
  margin-bottom: 10px;
  font-size: 13px;
  transition: transform .2s ease;
}

.business-nav-dropdown.is-open .business-nav-toggle span { transform: rotate(180deg); }

.business-nav-control:hover .business-nav-link,
.business-nav-control:focus-within .business-nav-link,
.business-nav-dropdown.is-open .business-nav-link:not(.is-current),
.business-nav-control:hover .business-nav-toggle,
.business-nav-control:focus-within .business-nav-toggle,
.business-nav-dropdown.is-open .business-nav-toggle { background: #edf4fb; }
.business-nav-link.is-current,
.business-nav-link.is-current + .business-nav-toggle { background: var(--blue); }
.business-nav-link.is-current + .business-nav-toggle span { color: #fff; }

.business-nav-panel {
  width: 330px;
  padding: 18px 20px 20px;
  border-top-color: var(--blue);
}

.business-nav-panel > .dropdown-kicker {
  padding: 0 4px 13px;
  margin: 0;
  border-bottom: 1px solid var(--line);
}

.business-nav-links a {
  display: flex;
  min-height: 45px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 5px;
  border-bottom: 1px solid var(--line);
  color: #274461;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.4;
  transition: color .2s ease, padding-left .2s ease, background-color .2s ease;
}

.business-nav-links a:last-child { border-bottom: 0; }
.business-nav-links a b {
  flex: 0 0 auto;
  color: var(--gold);
  font-size: 14px;
  font-weight: 500;
  opacity: 0;
  transform: translateX(-5px);
  transition: opacity .2s ease, transform .2s ease;
}

.business-nav-links a:hover,
.business-nav-links a:focus-visible,
.business-nav-links a.is-current {
  padding-left: 10px;
  color: var(--blue);
  background: #f5f8fb;
}

.business-nav-links a:hover b,
.business-nav-links a:focus-visible b,
.business-nav-links a.is-current b {
  opacity: 1;
  transform: none;
}

@media (min-width: 1161px) {
  .business-nav-dropdown > .business-nav-panel {
    position: absolute;
    top: calc(100% - 10px);
    right: auto;
    left: 0;
  }
}

@media (max-width: 1160px) {
  .business-nav-control {
    display: grid;
    height: auto;
    margin: 5px 0;
    grid-template-columns: minmax(0, 1fr) 48px;
  }
  .business-nav-link { min-height: 48px; margin: 0; padding: 0 14px; }
  .business-nav-link::after { display: none; }
  .business-nav-toggle { width: 48px; height: 48px; }
  .business-nav-toggle span { margin-bottom: 0; }
  .business-nav-panel {
    width: auto;
    padding: 3px 0 15px;
  }
  .business-nav-panel > .dropdown-kicker { padding-inline: 10px; }
  .business-nav-links a { padding-inline: 10px; }
  .business-nav-links a:hover,
  .business-nav-links a:focus-visible,
  .business-nav-links a.is-current { padding-left: 15px; }
}

/* Immigration and Relocation use the same restrained four-group menu system. */
.identity-nav-control {
  display: flex;
  height: 100%;
  align-items: center;
}

.identity-nav-link { margin-right: 0; padding-right: 8px; border-radius: 7px 0 0 7px; }

.identity-nav-toggle {
  display: grid;
  width: 28px;
  height: 44px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 0 7px 7px 0;
  background: transparent;
  color: var(--gold);
  cursor: pointer;
  transition: background-color .22s ease;
}

.identity-nav-toggle span {
  margin-bottom: 10px;
  font-size: 13px;
  transition: transform .2s ease;
}

.identity-nav-dropdown.is-open .identity-nav-toggle span { transform: rotate(180deg); }
.standard-nav-dropdown.is-open .identity-nav-toggle span,
.standard-nav-dropdown:hover .identity-nav-toggle span { transform: rotate(180deg); }
.identity-nav-control:hover .identity-nav-link,
.identity-nav-control:focus-within .identity-nav-link,
.standard-nav-dropdown.is-open .identity-nav-link:not(.is-current),
.identity-nav-control:hover .identity-nav-toggle,
.identity-nav-control:focus-within .identity-nav-toggle,
.standard-nav-dropdown.is-open .identity-nav-toggle { background: #edf4fb; }
.identity-nav-link.is-current,
.identity-nav-link.is-current + .identity-nav-toggle { background: var(--blue); }
.identity-nav-link.is-current + .identity-nav-toggle span { color: #fff; }
.identity-nav-toggle:focus-visible {
  outline: 0;
}
.identity-nav-toggle:focus-visible span {
  outline: 2px solid #e2ad55;
  outline-offset: 4px;
  border-radius: 50%;
}

.identity-nav-panel {
  width: 350px;
  padding: 18px 20px 20px;
  border-top-color: var(--blue);
}

.identity-nav-panel > .dropdown-kicker {
  padding: 0 4px 13px;
  margin: 0;
  border-bottom: 1px solid var(--line);
}

.identity-nav-links a {
  display: flex;
  min-height: 43px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 9px 5px;
  border-bottom: 1px solid var(--line);
  color: #274461;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.4;
  transition: color .2s ease, padding-left .2s ease, background-color .2s ease;
}

.identity-nav-links a b {
  flex: 0 0 auto;
  color: var(--gold);
  font-size: 14px;
  font-weight: 500;
  opacity: 0;
  transform: translateX(-5px);
  transition: opacity .2s ease, transform .2s ease;
}

.identity-nav-links a:hover,
.identity-nav-links a:focus-visible,
.identity-nav-links a.is-current {
  padding-left: 10px;
  color: var(--blue);
  background: #f5f8fb;
}

.identity-nav-links a:hover b,
.identity-nav-links a:focus-visible b,
.identity-nav-links a.is-current b {
  opacity: 1;
  transform: none;
}

.identity-nav-utility {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding-top: 14px;
}

.identity-nav-utility a {
  color: #0d58a3;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: underline;
  text-decoration-color: #c4933f;
  text-underline-offset: 4px;
}

@media (min-width: 1161px) {
  .identity-nav-dropdown > .identity-nav-panel {
    position: absolute;
    top: calc(100% - 10px);
    right: auto;
    left: 0;
  }
}

@media (max-width: 1160px) {
  .identity-nav-control {
    display: grid;
    height: auto;
    margin: 5px 0;
    grid-template-columns: minmax(0, 1fr) 48px;
  }
  .identity-nav-link { min-height: 48px; margin: 0; padding: 0 14px; }
  .identity-nav-link::after { display: none; }
  .identity-nav-toggle { width: 48px; height: 48px; }
  .identity-nav-toggle span { margin-bottom: 0; }
  .identity-nav-panel { width: auto; padding: 3px 0 15px; }
  .identity-nav-panel > .dropdown-kicker { padding-inline: 10px; }
  .identity-nav-links a { padding-inline: 10px; }
  .identity-nav-links a:hover,
  .identity-nav-links a:focus-visible,
  .identity-nav-links a.is-current { padding-left: 15px; }
  .identity-nav-utility { padding-inline: 10px; }
}
