:root {
  --navy-950: #041024;
  --navy-900: #07162d;
  --navy-800: #0b2343;
  --blue-600: #1268f3;
  --blue-500: #2c7cff;
  --gold-500: #f4bd27;
  --ink: #101b2b;
  --muted: #536174;
  --line: #d7dee7;
  --soft: #f3f6fa;
  --white: #ffffff;
  --max: 1240px;
  --radius: 20px;
  --shadow: 0 24px 80px rgba(4, 16, 36, .12);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p, blockquote { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
h1 { margin-bottom: 1.75rem; font-size: clamp(3rem, 6.4vw, 6.9rem); font-weight: 720; }
h1 em { color: var(--gold-500); font-style: normal; }
h2 { margin-bottom: 1.5rem; font-size: clamp(2.25rem, 4.5vw, 4.5rem); font-weight: 700; }
h3 { margin-bottom: 1rem; font-size: clamp(1.35rem, 2vw, 1.8rem); }

.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.section { padding: clamp(5.5rem, 9vw, 9rem) 0; }
.section-dark { color: var(--white); background: var(--navy-950); }
.section-soft { background: var(--soft); }
.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: 1000; padding: .8rem 1rem; color: var(--white); background: var(--blue-600); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; color: var(--white); border-bottom: 1px solid transparent; transition: background .25s, border-color .25s, backdrop-filter .25s; }
.site-header.scrolled { background: rgba(4, 16, 36, .88); border-color: rgba(255,255,255,.1); backdrop-filter: blur(16px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 84px; }
.brand { display: inline-flex; align-items: center; gap: .65rem; font-weight: 850; letter-spacing: -.06em; }
.brand-name { font-size: 1.75rem; }
.brand-mark { display: inline-flex; align-items: flex-end; gap: 3px; width: 30px; height: 30px; padding: 5px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; }
.brand-mark i { display: block; width: 4px; background: var(--gold-500); transform: skewY(-18deg); }
.brand-mark i:nth-child(1) { height: 7px; }
.brand-mark i:nth-child(2) { height: 13px; }
.brand-mark i:nth-child(3) { height: 19px; }
.main-nav { display: flex; align-items: center; gap: clamp(1.2rem, 2.4vw, 2.25rem); font-size: .92rem; font-weight: 650; }
.main-nav a { opacity: .78; transition: opacity .2s, color .2s; }
.main-nav a:hover, .main-nav a:focus-visible { opacity: 1; color: var(--gold-500); }
.main-nav .nav-cta { padding: .7rem 1.05rem; color: var(--navy-950); background: var(--gold-500); border-radius: 999px; opacity: 1; }
.main-nav .nav-cta:hover { color: var(--navy-950); background: #ffd159; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; color: var(--white); background: transparent; border: 0; }
.menu-toggle > span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 5px 0; background: currentColor; transition: transform .2s, opacity .2s; }

.hero { position: relative; min-height: 100svh; padding: clamp(9rem, 13vw, 12rem) 0 0; overflow: hidden; }
.hero-grid { position: absolute; inset: 0; opacity: .17; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, #000 0%, transparent 80%); }
.hero::before { content: ""; position: absolute; width: 760px; height: 760px; top: -300px; right: -220px; border-radius: 50%; background: radial-gradient(circle, rgba(18,104,243,.34), transparent 68%); }
.hero-orbit { position: absolute; border: 1px solid rgba(44,124,255,.25); border-radius: 50%; pointer-events: none; }
.hero-orbit-one { width: 700px; height: 700px; right: -260px; top: 40px; }
.hero-orbit-two { width: 480px; height: 480px; right: -150px; top: 150px; border-color: rgba(244,189,39,.25); }
.hero-layout { position: relative; display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(350px, .7fr); gap: clamp(3rem, 7vw, 7rem); align-items: end; }
.eyebrow { display: flex; align-items: center; gap: .7rem; margin-bottom: 1.6rem; color: #b4c5dc; font-size: .75rem; font-weight: 760; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { width: 30px; height: 2px; background: var(--gold-500); }
.eyebrow-dark { color: var(--blue-600); }
.hero-lead { max-width: 740px; margin-bottom: 2.25rem; color: #c7d4e5; font-size: clamp(1.15rem, 1.8vw, 1.4rem); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .8rem; min-height: 54px; padding: .9rem 1.35rem; border: 1px solid transparent; border-radius: 7px; font-weight: 720; line-height: 1.2; transition: transform .2s, background .2s, color .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--navy-950); background: var(--gold-500); }
.button-primary:hover { background: #ffd159; }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.04); }
.button-ghost:hover { border-color: rgba(255,255,255,.6); background: rgba(255,255,255,.08); }

.hero-system { position: relative; align-self: stretch; padding: 1.25rem; background: rgba(8,29,57,.72); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius) var(--radius) 0 0; box-shadow: 0 30px 120px rgba(0,0,0,.3); backdrop-filter: blur(12px); }
.system-head { display: flex; justify-content: space-between; gap: 1rem; padding-bottom: 1rem; color: #8ba3bf; border-bottom: 1px solid rgba(255,255,255,.1); font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.system-status { color: #b7e7cc; }
.system-status i { display: inline-block; width: 7px; height: 7px; margin-right: .35rem; background: #56d98b; border-radius: 50%; box-shadow: 0 0 0 5px rgba(86,217,139,.09); }
.system-flow { position: relative; margin: 0; padding: 1rem 0 0; list-style: none; }
.system-flow::before { content: ""; position: absolute; top: 2rem; bottom: 2rem; left: 18px; width: 1px; background: linear-gradient(var(--gold-500), var(--blue-500)); }
.system-flow li { position: relative; display: grid; grid-template-columns: 38px 1fr; column-gap: 1rem; padding: .8rem 0; }
.system-flow li > span { position: relative; z-index: 1; display: grid; place-items: center; width: 36px; height: 36px; color: var(--navy-950); background: var(--gold-500); border: 4px solid var(--navy-800); border-radius: 50%; font-size: .65rem; font-weight: 850; }
.system-flow strong { align-self: end; font-size: 1rem; }
.system-flow small { grid-column: 2; color: #8ba3bf; }
.proof-strip { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: clamp(4rem, 8vw, 7rem); border-top: 1px solid rgba(255,255,255,.14); }
.proof-strip > div { padding: 1.8rem 1.25rem 2rem; border-right: 1px solid rgba(255,255,255,.14); }
.proof-strip > div:first-child { padding-left: 0; }
.proof-strip > div:last-child { border-right: 0; }
.proof-strip strong, .proof-strip span { display: block; }
.proof-strip strong { margin-bottom: .25rem; font-size: 1.15rem; }
.proof-strip span { color: #8fa3bb; font-size: .82rem; }

.section-intro { max-width: 930px; margin-bottom: 3.5rem; }
.audience-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; }
.audience-card { position: relative; min-height: 500px; padding: clamp(2rem, 4vw, 3.5rem); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); }
.audience-card::after { content: ""; position: absolute; right: -100px; bottom: -100px; width: 250px; height: 250px; border: 1px solid var(--line); border-radius: 50%; box-shadow: 0 0 0 30px rgba(215,222,231,.3), 0 0 0 60px rgba(215,222,231,.18); }
.audience-card-accent { color: var(--white); background: var(--blue-600); border-color: var(--blue-600); }
.audience-card-accent::after { border-color: rgba(255,255,255,.3); box-shadow: 0 0 0 30px rgba(255,255,255,.08), 0 0 0 60px rgba(255,255,255,.05); }
.card-index { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 4rem; border: 1px solid currentColor; border-radius: 50%; font-size: .72rem; font-weight: 800; }
.card-kicker { margin-bottom: .75rem; color: var(--blue-600); font-size: .73rem; font-weight: 820; letter-spacing: .12em; text-transform: uppercase; }
.audience-card-accent .card-kicker { color: var(--gold-500); }
.audience-card h3 { max-width: 560px; font-size: clamp(1.7rem, 3vw, 2.6rem); }
.audience-card > p:not(.card-kicker) { max-width: 620px; color: var(--muted); }
.audience-card-accent > p:not(.card-kicker) { color: #dce8ff; }
.check-list { position: relative; z-index: 1; margin: 2rem 0 0; padding: 0; list-style: none; }
.check-list li { padding: .65rem 0 .65rem 1.65rem; border-top: 1px solid var(--line); }
.audience-card-accent .check-list li { border-color: rgba(255,255,255,.2); }
.check-list li::before { content: "↗"; position: absolute; left: 0; color: var(--blue-600); font-weight: 800; }
.audience-card-accent .check-list li::before { color: var(--gold-500); }

.section-heading { display: grid; grid-template-columns: 1.5fr .6fr; gap: 4rem; align-items: end; margin-bottom: 4rem; }
.section-heading h2 { max-width: 850px; margin-bottom: 0; }
.section-heading > p { margin-bottom: .4rem; color: var(--muted); }
.expertise-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.expertise-card { display: flex; flex-direction: column; min-height: 490px; padding: 2rem; background: var(--white); border: 1px solid #e3e8ef; border-radius: 16px; transition: transform .25s, box-shadow .25s, border-color .25s; }
.expertise-card:hover { transform: translateY(-6px); border-color: #c9d7e9; box-shadow: var(--shadow); }
.expertise-icon { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 4.5rem; color: var(--white); background: var(--navy-900); border-radius: 12px; font-size: 1.1rem; font-weight: 850; }
.expertise-card:nth-child(2) .expertise-icon { color: var(--navy-950); background: var(--gold-500); }
.expertise-card:nth-child(3) .expertise-icon { background: var(--blue-600); }
.expertise-card p:not(.card-kicker) { color: var(--muted); }
.tag-list { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: auto; padding-top: 2rem; }
.tag-list span { padding: .42rem .65rem; color: #34465d; background: #f2f5f8; border-radius: 999px; font-size: .72rem; font-weight: 680; }

.method { background: var(--navy-900); }
.method-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(4rem, 10vw, 10rem); align-items: start; }
.method-sticky { position: sticky; top: 130px; }
.method-sticky p:not(.eyebrow) { max-width: 520px; color: #aebed0; font-size: 1.1rem; }
.text-link { display: inline-flex; gap: 1rem; margin-top: 1rem; padding-bottom: .4rem; color: var(--gold-500); border-bottom: 1px solid currentColor; font-weight: 720; }
.method-steps { margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.method-steps li { display: grid; grid-template-columns: 80px 1fr; gap: 1rem; padding: 2rem 0 3rem; border-top: 1px solid rgba(255,255,255,.16); }
.method-steps > li > span { color: var(--gold-500); font-size: .82rem; font-weight: 800; letter-spacing: .08em; }
.method-steps h3 { font-size: clamp(1.6rem, 3vw, 2.5rem); }
.method-steps p { margin-bottom: 0; color: #aebed0; }

.experience-layout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(4rem, 8vw, 8rem); align-items: center; }
.large-copy { color: var(--ink); font-size: clamp(1.15rem, 1.8vw, 1.35rem); font-weight: 600; }
.experience-copy > p:not(.eyebrow):not(.large-copy) { color: var(--muted); }
blockquote { margin: 2.5rem 0 0; padding: 1.5rem 0 1.5rem 1.5rem; color: var(--navy-800); border-left: 4px solid var(--gold-500); font-size: 1.15rem; font-weight: 680; }
.experience-map { position: relative; aspect-ratio: 1 / 1; min-height: 560px; }
.experience-map::before, .experience-map::after { content: ""; position: absolute; inset: 15%; border: 1px solid var(--line); border-radius: 50%; }
.experience-map::after { inset: 30%; border-style: dashed; }
.map-core, .map-node { position: absolute; display: flex; flex-direction: column; justify-content: center; border-radius: 50%; }
.map-core { z-index: 2; inset: 34%; align-items: center; color: var(--white); text-align: center; background: var(--navy-900); box-shadow: 0 20px 80px rgba(4,16,36,.22); }
.map-core strong { font-size: 1.7rem; line-height: 1.1; }
.map-core span { margin-top: .5rem; color: #9cb0c7; font-size: .72rem; }
.map-node { z-index: 3; width: 180px; height: 180px; padding: 1.4rem; background: var(--white); border: 1px solid var(--line); box-shadow: 0 18px 45px rgba(4,16,36,.09); }
.map-node strong { font-size: 1.08rem; }
.map-node span { color: var(--muted); font-size: .78rem; }
.node-one { top: 0; left: 12%; }
.node-two { top: 16%; right: 0; }
.node-three { bottom: 2%; right: 12%; }
.node-four { bottom: 10%; left: 0; }

.erp-layout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 7vw, 7rem); }
.erp-panel > p:not(.eyebrow) { color: var(--muted); }
.erp-facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.erp-facts > div { display: flex; flex-direction: column; justify-content: flex-end; min-height: 220px; padding: 1.5rem; color: var(--white); background: var(--navy-900); border-radius: 12px; }
.erp-facts > div:nth-child(2), .erp-facts > div:nth-child(3) { color: var(--navy-950); background: var(--gold-500); }
.erp-facts span { margin-bottom: auto; font-size: .72rem; font-weight: 780; letter-spacing: .08em; text-transform: uppercase; opacity: .68; }
.erp-facts strong { font-size: 1.6rem; }
.erp-facts small { margin-top: .25rem; opacity: .72; }

.mission-list { border-top: 1px solid var(--line); }
.mission-list > div { display: grid; grid-template-columns: 70px .75fr 1fr; gap: 2rem; align-items: center; padding: 1.8rem 1rem; border-bottom: 1px solid var(--line); transition: background .2s, padding .2s; }
.mission-list > div:hover { padding-inline: 1.5rem; background: var(--soft); }
.mission-list span { color: var(--blue-600); font-size: .78rem; font-weight: 820; }
.mission-list h3, .mission-list p { margin-bottom: 0; }
.mission-list p { color: var(--muted); }

.location { position: relative; overflow: hidden; background: var(--blue-600); }
.location-lines { position: absolute; width: 700px; height: 700px; right: -160px; top: -260px; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.04), 0 0 0 140px rgba(255,255,255,.03); }
.location-layout { position: relative; display: grid; grid-template-columns: 1fr .85fr; gap: clamp(3rem, 9vw, 9rem); align-items: end; }
.location-content > p { color: #deebff; font-size: 1.12rem; }
.location-tags { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 2rem; }
.location-tags span { padding: .55rem .8rem; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; font-size: .78rem; font-weight: 700; }

.contact-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(4rem, 9vw, 9rem); align-items: start; }
.contact-copy { position: sticky; top: 130px; }
.contact-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; }
.contact-direct { margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.contact-direct span, .contact-direct a { display: block; }
.contact-direct span { color: var(--muted); font-size: .75rem; font-weight: 780; letter-spacing: .1em; text-transform: uppercase; }
.contact-direct a { margin-top: .35rem; color: var(--blue-600); font-size: 1.2rem; font-weight: 750; }
.contact-form { padding: clamp(1.5rem, 4vw, 3rem); background: var(--soft); border-radius: var(--radius); }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.field { margin-bottom: 1.25rem; }
.field label { display: block; margin-bottom: .45rem; font-size: .84rem; font-weight: 720; }
.field label span { color: var(--blue-600); }
.field input, .field select, .field textarea { width: 100%; color: var(--ink); background: var(--white); border: 1px solid #cbd4df; border-radius: 6px; outline: 0; transition: border-color .2s, box-shadow .2s; }
.field input, .field select { height: 52px; padding: 0 .85rem; }
.field textarea { min-height: 160px; padding: .8rem; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue-600); box-shadow: 0 0 0 3px rgba(18,104,243,.14); }
.field-hidden { position: absolute; left: -9999px; }
.consent { display: grid; grid-template-columns: 20px 1fr; gap: .65rem; align-items: start; margin: .25rem 0 1.5rem; color: var(--muted); font-size: .78rem; }
.consent input { width: 17px; height: 17px; margin-top: 3px; accent-color: var(--blue-600); }
.consent a { color: var(--blue-600); text-decoration: underline; text-underline-offset: 2px; }
.form-submit { display: flex; align-items: center; gap: 1.25rem; }
.form-note { max-width: 220px; margin: 0; color: var(--muted); font-size: .75rem; }
.form-status { min-height: 1.5rem; margin: 1rem 0 0; font-weight: 700; }
.form-status.success { color: #167445; }
.form-status.error { color: #a62929; }

.site-footer { color: var(--white); background: var(--navy-950); }
.footer-main { display: grid; grid-template-columns: 1.2fr .7fr .7fr; gap: 3rem; padding-block: 4rem; }
.brand-footer { margin-bottom: 1rem; }
.footer-main p { color: #899db5; }
.footer-main nav { display: flex; flex-direction: column; align-items: flex-start; gap: .55rem; }
.footer-main nav a, .footer-location a { color: #aebdd0; }
.footer-main nav a:hover, .footer-location a:hover { color: var(--gold-500); }
.footer-location { display: flex; flex-direction: column; align-items: flex-start; }
.footer-location span { color: #7288a2; font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; }
.footer-location strong { margin: .25rem 0 1rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding-block: 1.25rem; color: #7288a2; border-top: 1px solid rgba(255,255,255,.1); font-size: .75rem; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 1.5rem; }
.footer-bottom a:hover { color: var(--white); }

.legal-page { min-height: 100vh; background: var(--soft); }
.legal-header { color: var(--white); background: var(--navy-950); }
.legal-header .header-inner { min-height: 84px; }
.legal-back { color: #c2d0df; font-size: .9rem; }
.legal-back:hover { color: var(--gold-500); }
.legal-content { max-width: 860px; padding-block: 8rem; }
.legal-content h1 { font-size: clamp(2.6rem, 6vw, 5rem); }
.legal-content h2 { margin-top: 3rem; font-size: 1.75rem; }
.legal-content h3 { margin-top: 2rem; font-size: 1.2rem; }
.legal-content p, .legal-content li { color: var(--muted); }
.legal-content a { color: var(--blue-600); text-decoration: underline; }
.legal-notice { padding: 1.2rem 1.4rem; background: #fff5d4; border: 1px solid #ecd170; border-radius: 8px; }

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

@media (max-width: 980px) {
  .hero-layout, .method-layout, .experience-layout, .erp-layout, .location-layout, .contact-layout { grid-template-columns: 1fr; }
  .hero-system { min-height: 470px; margin-top: 2rem; border-radius: var(--radius); }
  .proof-strip { grid-template-columns: repeat(2, 1fr); }
  .proof-strip > div:nth-child(2) { border-right: 0; }
  .section-heading { grid-template-columns: 1fr; gap: 1.25rem; }
  .expertise-grid { grid-template-columns: 1fr; }
  .expertise-card { min-height: 360px; }
  .expertise-icon { margin-bottom: 2.5rem; }
  .method-sticky, .contact-copy { position: static; }
  .experience-map { max-width: 640px; margin-inline: auto; }
  .location-content { max-width: 700px; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 32px), var(--max)); }
  .header-inner { min-height: 72px; }
  .menu-toggle { display: block; position: relative; z-index: 102; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; z-index: 101; display: flex; flex-direction: column; justify-content: center; gap: 1.5rem; font-size: 1.35rem; background: var(--navy-950); transform: translateX(100%); transition: transform .3s ease; }
  .main-nav.open { transform: none; }
  .main-nav .nav-cta { margin-top: 1rem; padding: .8rem 1.25rem; }
  .hero { padding-top: 8rem; }
  .hero-layout { gap: 2rem; }
  h1 { font-size: clamp(2.75rem, 14vw, 4.4rem); }
  .hero-lead { font-size: 1.05rem; }
  .hero-actions, .hero-actions .button { width: 100%; }
  .hero-system { min-height: 0; }
  .system-head { flex-direction: column; }
  .proof-strip { margin-top: 3rem; }
  .proof-strip > div { padding: 1.2rem .75rem; }
  .proof-strip > div:nth-child(odd) { padding-left: 0; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-card { min-height: 0; }
  .card-index { margin-bottom: 2.5rem; }
  .method-steps li { grid-template-columns: 48px 1fr; }
  .experience-map { min-height: 470px; }
  .map-node { width: 145px; height: 145px; padding: 1rem; }
  .map-node span { font-size: .7rem; }
  .node-one { left: 2%; }
  .node-two { right: 0; }
  .node-three { right: 2%; }
  .node-four { left: 0; }
  .erp-facts { grid-template-columns: 1fr; }
  .erp-facts > div { min-height: 180px; }
  .mission-list > div { grid-template-columns: 42px 1fr; gap: 1rem; }
  .mission-list p { grid-column: 2; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-submit { align-items: stretch; flex-direction: column; }
  .form-submit .button { width: 100%; }
  .form-note { max-width: none; text-align: center; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 480px) {
  .section { padding: 4.5rem 0; }
  .proof-strip { grid-template-columns: 1fr; }
  .proof-strip > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .experience-map { min-height: 420px; }
  .map-core { inset: 35%; }
  .map-core strong { font-size: 1.2rem; }
  .map-core span { display: none; }
  .map-node { width: 125px; height: 125px; }
  .map-node strong { font-size: .9rem; }
  .map-node span { font-size: .62rem; }
  .footer-bottom div { flex-direction: column; gap: .5rem; }
}

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