:root {
  --navy-950: #031326;
  --navy-900: #061b36;
  --navy-800: #0a2d53;
  --navy-700: #124876;
  --blue-400: #60b5ec;
  --green: #7fd337;
  --green-bright: #9bed4f;
  --green-soft: #e9f9da;
  --ink: #0a1d31;
  --slate: #566778;
  --line: #dce5eb;
  --paper: #f7fafb;
  --white: #ffffff;
  --max: 1220px;
  --shadow: 0 24px 70px rgba(3, 19, 38, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, Aptos, "Helvetica Neue", Arial, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.06; letter-spacing: -.035em; }
h1 { font-size: clamp(3.5rem, 8.2vw, 7.6rem); font-weight: 380; margin-bottom: 1.8rem; }
h1 em { color: var(--green-bright); font-style: normal; }
h2 { font-size: clamp(2.5rem, 5.5vw, 5rem); font-weight: 430; margin-bottom: 0; }
h3 { font-size: 1.35rem; }
.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.section { padding: clamp(6rem, 10vw, 10rem) 0; position: relative; overflow: clip; }
.section-dark, .section-ink { color: white; background: var(--navy-950); }
.section-light { background: var(--paper); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: .7rem 1rem; background: var(--green); color: var(--navy-950); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.scroll-progress { position: fixed; top: 0; left: 0; width: 100%; height: 3px; z-index: 500; background: transparent; }
.scroll-progress span { display: block; height: 100%; width: 0; background: var(--green); }

.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 400; min-height: 82px; padding: 16px max(24px, calc((100vw - var(--max)) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 2rem; color: white; transition: background .3s ease, box-shadow .3s ease; }
.site-header.scrolled { background: rgba(3, 19, 38, .94); box-shadow: 0 8px 30px rgba(0,0,0,.18); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: .75rem; min-width: 240px; }
.brand-mark { width: 46px; height: 46px; flex: 0 0 46px; display: grid; place-items: center; border: 1px solid rgba(127,211,55,.9); border-radius: 50%; color: var(--green-bright); font-weight: 800; letter-spacing: -.08em; box-shadow: inset 0 0 0 4px rgba(127,211,55,.08); }
.brand-copy { display: flex; flex-direction: column; line-height: 1.1; }
.brand-copy strong { font-size: .98rem; letter-spacing: .13em; }
.brand-copy small { margin-top: .32rem; color: var(--green-bright); font-size: .62rem; letter-spacing: .12em; }
.primary-nav { display: flex; align-items: center; gap: clamp(1rem, 2vw, 2rem); font-size: .86rem; font-weight: 620; }
.primary-nav a:not(.nav-cta) { color: #d7e4ef; transition: color .2s ease; }
.primary-nav a:hover, .primary-nav a:focus-visible { color: var(--green-bright); }
.nav-cta { border: 1px solid rgba(255,255,255,.35); padding: .66rem .95rem; }
.nav-cta:hover, .nav-cta:focus-visible { background: var(--green); color: var(--navy-950); border-color: var(--green); }
.nav-toggle { display: none; width: 46px; height: 42px; padding: 10px; border: 0; background: transparent; }
.nav-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: white; }

.hero { min-height: 100vh; padding: 10.5rem 0 2.5rem; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(3,19,38,.12), rgba(3,19,38,.2) 50%, rgba(8,48,85,.2)); pointer-events: none; }
.hero-grid { position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(114,185,234,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(114,185,234,.18) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, #000, transparent 85%); }
.hero-orbit { position: absolute; border: 1px solid rgba(99,182,239,.22); border-radius: 50%; transform: rotate(-16deg); }
.orbit-one { width: 70vw; height: 24vw; right: -12vw; top: 18%; }
.orbit-two { width: 58vw; height: 19vw; right: -3vw; top: 31%; border-color: rgba(127,211,55,.28); }
.hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: clamp(3rem, 7vw, 7rem); }
.hero-copy { max-width: 780px; }
.eyebrow { margin: 0 0 1.25rem; color: var(--navy-700); font-size: .72rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: var(--green-bright); }
.hero-lead { max-width: 680px; color: #c1d0dc; font-size: clamp(1.12rem, 1.8vw, 1.38rem); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2.2rem; }
.button { display: inline-flex; align-items: center; gap: 2.5rem; min-height: 52px; padding: .82rem 1.25rem; border: 1px solid transparent; font-weight: 750; font-size: .9rem; transition: transform .2s, background .2s, color .2s; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: var(--green); color: var(--navy-950); }
.button-primary:hover { background: var(--green-bright); }
.button-ghost { color: white; border-color: rgba(255,255,255,.3); }
.hero-model { position: relative; aspect-ratio: 1; width: min(100%, 480px); margin-inline: auto; }
.model-ring { position: absolute; inset: 13%; border: 1px solid rgba(97,183,239,.35); border-radius: 50%; box-shadow: 0 0 80px rgba(96,181,236,.08), inset 0 0 50px rgba(96,181,236,.06); }
.model-ring::before, .model-ring::after { content: ""; position: absolute; left: 50%; top: 50%; width: 104%; height: 1px; background: rgba(96,181,236,.25); transform-origin: center; }
.model-ring::before { transform: translate(-50%,-50%) rotate(120deg); }
.model-ring::after { transform: translate(-50%,-50%) rotate(240deg); }
.model-core { position: absolute; z-index: 2; left: 50%; top: 50%; width: 154px; height: 154px; transform: translate(-50%,-50%); display: grid; place-content: center; text-align: center; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #1b5988, var(--navy-950) 68%); border: 1px solid var(--blue-400); box-shadow: 0 0 0 13px rgba(96,181,236,.05), 0 0 80px rgba(96,181,236,.18); }
.model-core span { color: #a8bed0; font-size: .6rem; letter-spacing: .15em; }
.model-core strong { color: var(--green-bright); font-size: 1.65rem; letter-spacing: .04em; }
.model-node { position: absolute; z-index: 3; min-width: 116px; padding: .8rem .9rem; color: white; background: rgba(6,27,54,.9); border: 1px solid rgba(96,181,236,.45); }
.model-node::before { content: ""; position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(127,211,55,.12); }
.model-node b { display: block; font-size: .72rem; letter-spacing: .12em; }
.model-node small { color: #92aabc; font-size: .72rem; }
.node-law { top: 4%; left: 33%; }.node-law::before { left: 50%; bottom: -5px; }
.node-entity { left: 0; bottom: 15%; }.node-entity::before { right: -5px; top: 50%; }
.node-transaction { right: -2%; bottom: 15%; }.node-transaction::before { left: -5px; top: 50%; }
.metric-strip { position: relative; z-index: 2; margin-top: 5rem; padding-top: 1.7rem; border-top: 1px solid rgba(255,255,255,.17); display: grid; grid-template-columns: repeat(4, 1fr); }
.metric-strip div { min-height: 74px; padding: 0 1.8rem; border-left: 1px solid rgba(255,255,255,.12); }
.metric-strip div:first-child { border-left: 0; padding-left: 0; }
.metric-strip strong { display: block; color: var(--green-bright); font-size: 2rem; line-height: 1; }
.metric-strip span { display: block; margin-top: .5rem; color: #9eb2c3; font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }

.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 5rem; margin-bottom: 4.5rem; }
.section-heading > p { color: var(--slate); font-size: 1.1rem; margin: 0; }
.section-heading.inverse > p { color: #a8bdcd; }
.distinction-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.distinction-grid article { padding: 2rem; border-left: 1px solid var(--line); }
.distinction-grid article:first-child { border-left: 0; padding-left: 0; }
.card-number { color: var(--green); font-weight: 800; font-size: .75rem; }
.distinction-grid h3 { margin: 2.8rem 0 .8rem; font-size: 1.75rem; }
.distinction-grid p { color: var(--slate); margin-bottom: 0; }
.feature-split { margin-top: 7rem; display: grid; grid-template-columns: .82fr 1.18fr; gap: 5rem; align-items: center; }
.feature-copy h3 { font-size: clamp(2rem, 3.5vw, 3.25rem); }
.feature-copy > p:not(.eyebrow) { color: var(--slate); }
.check-list { list-style: none; padding: 0; margin: 2rem 0 0; }
.check-list li { padding: .65rem 0 .65rem 1.7rem; border-top: 1px solid var(--line); position: relative; }
.check-list li::before { content: ""; position: absolute; left: 0; top: 1.2rem; width: 8px; height: 8px; border-radius: 50%; background: var(--green); }
.visual-panel { margin: 0; background: var(--navy-900); box-shadow: var(--shadow); }
.visual-panel img { aspect-ratio: 1600 / 560; object-fit: cover; }
.visual-panel figcaption { padding: .8rem 1rem; color: #a8bdcd; font-size: .75rem; letter-spacing: .04em; }
.timeline { margin-top: 7rem; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); }
.timeline > div { position: relative; padding: 2.2rem 1.5rem 0; border-left: 1px solid var(--line); }
.timeline > div::before { content: ""; position: absolute; top: -6px; left: -6px; width: 11px; height: 11px; border-radius: 50%; background: var(--green); }
.timeline time { color: var(--navy-700); font-weight: 850; }
.timeline h3 { margin: 2rem 0 .6rem; }
.timeline p { color: var(--slate); font-size: .91rem; }
.statement { margin: 7rem 0 0; padding: 3rem 4rem; background: white; border-left: 6px solid var(--green); box-shadow: var(--shadow); }
.statement p { max-width: 980px; font-size: clamp(1.6rem,3vw,2.7rem); line-height: 1.3; letter-spacing: -.025em; }
.statement footer { color: var(--navy-700); font-size: .75rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }

.planes { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.18); }
.plane { padding: 2rem; background: var(--navy-950); }
.plane-label { color: var(--green-bright); font-size: .7rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.plane-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: rgba(255,255,255,.12); margin-top: 2rem; }
.plane-grid article { background: var(--navy-900); padding: 1.3rem; min-height: 210px; }
.plane-grid article span { color: var(--green); font-size: .67rem; }
.plane-grid h3 { margin: 3rem 0 .8rem; }
.plane-grid p { margin: 0; color: #9db2c2; font-size: .86rem; }
.evidentiary .plane-grid article { background: #0b3158; }
.formula { margin-top: 4rem; display: flex; align-items: center; justify-content: center; gap: clamp(.7rem,2vw,2rem); flex-wrap: wrap; font-weight: 800; letter-spacing: .12em; }
.formula span { color: #bdd0dd; }.formula b { color: var(--blue-400); }.formula strong { color: var(--green-bright); }

.expertise-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.expertise-card { background: white; padding: 2rem; min-height: 380px; border-top: 4px solid var(--navy-800); box-shadow: 0 14px 40px rgba(3,19,38,.06); }
.expertise-card.featured { grid-column: span 2; background: var(--navy-900); color: white; border-top-color: var(--green); }
.tag { color: var(--green); font-size: .7rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.expertise-card h3 { margin: 2.4rem 0 1rem; font-size: 1.65rem; }
.expertise-card > p, .expertise-card li { color: var(--slate); }
.expertise-card.featured > p, .expertise-card.featured li { color: #b7c9d6; }
.expertise-card ul { padding-left: 1.1rem; }
.two-col-list { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.mini-metrics { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: 2rem; }
.mini-metrics span { padding: .42rem .6rem; background: var(--green-soft); color: var(--navy-800); font-size: .7rem; font-weight: 750; }
.ctpat-band { margin-top: 1rem; padding: 2.7rem; display: grid; grid-template-columns: .8fr 1.2fr; gap: 4rem; background: var(--navy-900); color: white; }
.ctpat-band h3 { font-size: 2rem; margin: 0; }.ctpat-band > p { color: #b4c8d7; margin: 0; }

.corridor-section { background: linear-gradient(180deg, var(--navy-950), #061e3b); }
.corridor-visual { margin: 0; background: #082c51; border: 1px solid rgba(103,184,239,.2); box-shadow: 0 35px 100px rgba(0,0,0,.35); }
.corridor-grid { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 1px; background: rgba(255,255,255,.12); }
.corridor-grid article { padding: 1.7rem; background: var(--navy-900); }
.corridor-grid span { color: var(--green); font-size: .7rem; }
.corridor-grid h3 { margin: 2.2rem 0 .7rem; }.corridor-grid p { color: #a8bdcd; font-size: .86rem; margin: 0; }
.technology-panel { margin-top: 7rem; display: grid; grid-template-columns: .8fr 1.2fr; gap: 5rem; align-items: start; }
.technology-panel h3 { font-size: clamp(2rem,4vw,3.8rem); }
.technology-panel > div > p:not(.eyebrow) { color: #a8bdcd; }
.technology-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.17); }
.technology-list span { padding: 1.1rem .4rem 1.1rem 1.4rem; border-bottom: 1px solid rgba(255,255,255,.17); position: relative; }
.technology-list span::before { content: ""; position: absolute; left: 0; top: 1.55rem; width: 7px; height: 7px; background: var(--green); border-radius: 50%; }

.index-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 7rem; align-items: center; }
.index-radar { position: relative; aspect-ratio: 1; max-width: 470px; margin: 3rem auto; }
.radar-ring { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%) rotate(45deg); border: 1px solid rgba(18,72,118,.2); }
.r1 { width: 90%; height: 90%; }.r2 { width: 63%; height: 63%; }.r3 { width: 35%; height: 35%; }
.radar-ring::before, .radar-ring::after { content: ""; position: absolute; left: 50%; top: 50%; background: rgba(18,72,118,.15); transform: translate(-50%,-50%) rotate(-45deg); }
.radar-ring::before { width: 141%; height: 1px; }.radar-ring::after { width: 1px; height: 141%; }
.radar-shape { position: absolute; inset: 20%; clip-path: polygon(50% 0, 100% 38%, 82% 100%, 18% 83%, 0 32%); background: linear-gradient(145deg, rgba(127,211,55,.68), rgba(18,72,118,.76)); box-shadow: inset 0 0 0 2px var(--green); }
.radar-core { position: absolute; left: 50%; top: 50%; width: 106px; height: 106px; transform: translate(-50%,-50%); display: grid; place-content: center; text-align: center; border-radius: 50%; color: white; background: var(--navy-900); font: 800 2rem/1 Georgia, serif; box-shadow: 0 0 0 8px rgba(255,255,255,.65); }
.radar-core small { display: block; margin-top: .35rem; color: var(--green); font: 700 .55rem/1 Arial,sans-serif; letter-spacing: .15em; }
.radar-label { position: absolute; color: var(--navy-700); font-size: .65rem; font-weight: 850; letter-spacing: .08em; }
.l1 { left: 50%; top: 0; transform: translateX(-50%); }.l2 { right: -2%; top: 34%; }.l3 { right: 7%; bottom: 5%; }.l4 { left: 8%; bottom: 4%; }.l5 { left: -4%; top: 34%; }
.index-dimensions article { display: grid; grid-template-columns: 58px 1fr; gap: 1rem; padding: 1.1rem 0; border-top: 1px solid var(--line); }
.dimension-num { color: var(--green); font-weight: 850; }
.index-dimensions h3 { margin: 0 0 .4rem; font-size: 1.2rem; }.index-dimensions h3 b { float: right; color: var(--navy-700); }.index-dimensions p { color: var(--slate); margin: 0; }
.score-band { margin-top: 4rem; display: grid; grid-template-columns: 1.4fr .6fr 1fr; gap: 2px; background: white; }
.score { padding: 1.4rem; color: white; background: var(--navy-800); }
.score span { display: block; font-size: 1.8rem; }.score strong { text-transform: uppercase; letter-spacing: .1em; font-size: .7rem; }.score.monitor { background: #236b87; }.score.controlled { background: var(--green); color: var(--navy-950); }
.states { margin-top: 8rem; display: grid; grid-template-columns: 1fr repeat(3, .75fr); gap: 1px; background: var(--line); }
.states-intro, .state { padding: 2rem; background: white; min-height: 320px; }
.states-intro h3 { font-size: 2.5rem; }
.state span { color: var(--green); font-weight: 850; }.state h3 { margin: 4rem 0 .3rem; }.state strong { display: block; color: var(--navy-700); text-transform: uppercase; letter-spacing: .12em; font-size: .7rem; }.state p { color: var(--slate); font-size: .85rem; margin-top: 1rem; }
.state.congruent { background: var(--navy-900); color: white; }.state.congruent p { color: #b8cad7; }.state.congruent strong { color: var(--green); }

.global-section { color: white; background: #08284a; min-height: 900px; }
.global-map { position: absolute; inset: 0; opacity: .25; }
.global-map::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,19,38,.76), rgba(3,19,38,.25)), linear-gradient(0deg, #061e3b 0%, transparent 45%); }
.global-map img { width: 100%; height: 100%; object-fit: cover; }
.global-content { position: relative; z-index: 2; }
.engagement-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: rgba(255,255,255,.17); border: 1px solid rgba(255,255,255,.17); }
.engagement-grid article { padding: 1.6rem; min-height: 205px; background: rgba(3,19,38,.78); backdrop-filter: blur(10px); }
.engagement-grid span { color: var(--green-bright); font-size: .72rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.engagement-grid p { margin: 2rem 0 0; color: #b6c8d6; font-size: .9rem; }

.contact-section { background: white; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8rem; align-items: start; }
.contact-copy > p:not(.eyebrow) { max-width: 600px; color: var(--slate); font-size: 1.08rem; }
.contact-copy .button { margin-top: 1.5rem; }
.philosophy { padding: 2.5rem; color: white; background: var(--navy-900); box-shadow: var(--shadow); }
.philosophy-label { color: var(--green); font-size: .72rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.philosophy ul { list-style: none; padding: 0; margin: 2rem 0; }
.philosophy li { padding: .8rem 0; border-top: 1px solid rgba(255,255,255,.13); color: #c0d0dc; }
.philosophy blockquote { margin: 2.5rem 0 0; padding: 1.7rem 0 0; border-top: 1px solid var(--green); color: white; font-size: 1.35rem; line-height: 1.45; }
.office-band { margin-top: 7rem; padding-top: 2rem; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.office-band > div { display: flex; align-items: center; gap: 1rem; }
.office-band .brand-mark { color: var(--navy-900); }
.office-band strong, .office-band small { display: block; }.office-band strong { letter-spacing: .12em; }.office-band small { color: var(--green); font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }
.office-band address { font-style: normal; text-align: right; color: var(--slate); font-size: .9rem; }
.direct-contact { display: grid; grid-template-columns: 1fr 1fr; margin-top: 2rem; border: 1px solid var(--line); background: var(--paper); }
.contact-item { min-height: 118px; padding: 1.6rem 1.8rem; display: grid; grid-template-columns: 1fr auto; align-content: center; column-gap: 1rem; transition: background .2s ease, color .2s ease; }
.contact-item + .contact-item { border-left: 1px solid var(--line); }
.contact-item > span { grid-column: 1 / -1; margin-bottom: .35rem; color: var(--navy-700); font-size: .7rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.contact-item strong { font-size: clamp(.96rem, 1.5vw, 1.2rem); letter-spacing: -.01em; overflow-wrap: anywhere; }
.contact-item > b { color: var(--green); font-size: 1.15rem; }
a.contact-item:hover, a.contact-item:focus-visible { color: white; background: var(--navy-900); }
a.contact-item:hover > span, a.contact-item:focus-visible > span { color: var(--green); }
.contact-phone { grid-template-columns: 1fr auto; }
.contact-phone > a:first-of-type { color: var(--ink); }
.whatsapp-link { align-self: center; color: var(--navy-700); font-size: .74rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.whatsapp-link:hover, .whatsapp-link:focus-visible { color: #25883f; }
.site-footer { color: #8ba2b4; background: var(--navy-950); font-size: .8rem; }
.site-footer .container { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.site-footer a { color: var(--green); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .primary-nav a:not(.nav-cta) { display: none; }
  .hero-inner, .section-heading, .feature-split, .technology-panel, .index-layout, .contact-grid { gap: 3rem; }
  .expertise-grid { grid-template-columns: 1fr 1fr; }
  .states { grid-template-columns: 1fr 1fr; }
  .states-intro { grid-column: span 2; min-height: auto; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 32px), var(--max)); }
  .section { padding: 5rem 0; }
  .site-header { min-height: 72px; padding: 12px 16px; }
  .brand { min-width: 0; }.brand-mark { width: 42px; height: 42px; flex-basis: 42px; }.brand-copy small { display: none; }
  .nav-toggle { display: block; position: relative; z-index: 2; }
  .primary-nav { position: fixed; inset: 0; padding: 7rem 2rem 2rem; display: flex; flex-direction: column; align-items: stretch; justify-content: flex-start; background: var(--navy-950); transform: translateX(100%); transition: transform .28s ease; }
  .primary-nav.open { transform: none; }
  .primary-nav a:not(.nav-cta) { display: block; padding: .9rem 0; border-bottom: 1px solid rgba(255,255,255,.13); font-size: 1.2rem; }
  .nav-cta { margin-top: 1rem; text-align: center; }
  .hero { min-height: auto; padding-top: 8.5rem; }
  .hero-inner { grid-template-columns: 1fr; }.hero-model { width: min(88vw, 390px); }.model-node { min-width: 96px; padding: .65rem; }.model-node b { font-size: .61rem; }.model-node small { display: none; }
  .metric-strip { grid-template-columns: 1fr 1fr; gap: 1.4rem 0; }.metric-strip div:nth-child(3) { border-left: 0; padding-left: 0; }
  .section-heading, .feature-split, .technology-panel, .index-layout, .contact-grid, .ctpat-band { grid-template-columns: 1fr; }
  .section-heading { gap: 2rem; margin-bottom: 3rem; }.section-heading > p { font-size: 1rem; }
  .distinction-grid, .planes, .corridor-grid, .expertise-grid, .engagement-grid { grid-template-columns: 1fr; }
  .distinction-grid article, .distinction-grid article:first-child { border-left: 0; border-top: 1px solid var(--line); padding: 1.7rem 0; }.distinction-grid article:first-child { border-top: 0; }
  .distinction-grid h3 { margin-top: 1.2rem; }
  .feature-split { margin-top: 5rem; }.visual-panel img { min-height: 220px; object-fit: cover; }
  .timeline { grid-template-columns: 1fr; border-top: 0; border-left: 1px solid var(--line); margin-left: 5px; }.timeline > div { border-left: 0; padding: .4rem 0 2.5rem 2rem; }.timeline > div::before { top: 4px; left: -6px; }.timeline h3 { margin-top: .8rem; }
  .statement { margin-top: 4rem; padding: 2rem; }
  .plane { padding: 1rem; }.plane-grid { grid-template-columns: 1fr; }.plane-grid article { min-height: auto; }.plane-grid h3 { margin-top: 1.3rem; }
  .expertise-card, .expertise-card.featured { grid-column: auto; min-height: auto; }.two-col-list { grid-template-columns: 1fr; gap: 0; }.ctpat-band { gap: 1.2rem; padding: 2rem; }
  .corridor-visual img { min-height: 300px; object-fit: cover; object-position: 47% center; }.technology-list { grid-template-columns: 1fr; }
  .index-radar { width: min(90vw,420px); }.score-band { grid-template-columns: 1fr; }.states { grid-template-columns: 1fr; }.states-intro { grid-column: auto; }.state, .states-intro { min-height: auto; }.state h3 { margin-top: 2rem; }
  .engagement-grid article { min-height: auto; }.global-section { min-height: 0; }
  .contact-grid { gap: 4rem; }.office-band { align-items: flex-start; flex-direction: column; }.office-band address { text-align: left; }
  .direct-contact { grid-template-columns: 1fr; }.contact-item + .contact-item { border-left: 0; border-top: 1px solid var(--line); }.contact-item { padding: 1.35rem; }.contact-phone { grid-template-columns: 1fr; }.whatsapp-link { margin-top: .55rem; }
}

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