:root {
  --blue: #074996;
  --blue-dark: #032b58;
  --blue-deep: #021b36;
  --green: #4bc936;
  --green-dark: #2f9824;
  --ink: #102437;
  --muted: #607384;
  --paper: #f7f9f8;
  --white: #ffffff;
  --line: rgba(10, 48, 77, .13);
  --shadow: 0 24px 70px rgba(3, 36, 67, .14);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1180px, calc(100% - 40px)); 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; left: 16px; top: -60px; z-index: 1000; padding: 10px 16px; background: var(--white); border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  background: rgba(255,255,255,.86);
  border-bottom: 1px solid rgba(8,50,84,.08);
  backdrop-filter: blur(18px);
  transition: box-shadow .25s, background .25s;
}
.site-header.scrolled { background: rgba(255,255,255,.96); box-shadow: 0 10px 30px rgba(3,43,88,.08); }
.nav-wrap { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.brand img { width: 56px; height: 56px; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy strong { color: var(--blue); font-size: 1.17rem; letter-spacing: -.02em; }
.brand-copy small { color: var(--green-dark); margin-top: 5px; font-size: .66rem; font-weight: 700; letter-spacing: .04em; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { font-size: .92rem; font-weight: 650; text-decoration: none; transition: color .2s; }
.main-nav a:hover { color: var(--blue); }
.main-nav .nav-shop { padding: 10px 15px; border: 1px solid rgba(7,73,150,.18); border-radius: 999px; color: var(--blue); background: #f3f8fc; }
.main-nav .nav-shop span { color: var(--green-dark); }
.main-nav .nav-shop:hover { color: var(--white); background: var(--blue); }
.main-nav .nav-shop:hover span { color: var(--green); }
.main-nav .nav-cta { color: var(--white); background: var(--blue); border-radius: 999px; padding: 11px 20px; }
.main-nav .nav-cta:hover { color: var(--white); background: var(--blue-dark); }
.menu-toggle { display: none; width: 46px; height: 46px; border: 0; border-radius: 50%; background: #edf3f7; padding: 12px; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; border-radius: 2px; background: var(--blue-dark); transition: transform .25s, opacity .25s; }

.hero {
  position: relative;
  isolation: isolate;
  min-height: 780px;
  padding: 154px 0 88px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 58% 0%, rgba(55,152,225,.25), transparent 34%),
    linear-gradient(125deg, var(--blue-deep) 0%, #063d76 56%, #0757a7 100%);
}
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 125px; z-index: -1; opacity: .07; background: repeating-linear-gradient(115deg, transparent 0 33px, #fff 34px 35px); }
.hero-glow { position: absolute; z-index: -1; border-radius: 50%; filter: blur(2px); }
.hero-glow-one { width: 420px; height: 420px; right: -140px; top: 70px; background: rgba(75,201,54,.12); }
.hero-glow-two { width: 220px; height: 220px; left: -80px; bottom: 40px; background: rgba(25,143,224,.17); }
.hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: 70px; align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: #cde9ff; font-size: .79rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { width: 31px; height: 3px; border-radius: 4px; background: var(--green); }
.eyebrow.dark { color: var(--blue); }
.hero h1 { max-width: 680px; margin: 0; font-size: clamp(3rem, 5.6vw, 5.25rem); line-height: .98; letter-spacing: -.055em; }
.hero-lead { max-width: 650px; margin: 28px 0 0; color: rgba(255,255,255,.78); font-size: clamp(1.05rem, 1.6vw, 1.25rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 51px; padding: 13px 22px; border: 1px solid transparent; border-radius: 999px; font-size: .94rem; font-weight: 800; text-decoration: none; transition: transform .2s, box-shadow .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #082344; background: var(--green); box-shadow: 0 14px 30px rgba(75,201,54,.2); }
.button-primary:hover { background: #61dc4b; box-shadow: 0 18px 38px rgba(75,201,54,.28); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.07); }
.button-ghost:hover { background: rgba(255,255,255,.13); }
.button-shop { gap: 8px; min-height: 58px; padding-inline: 27px; font-size: 1rem; }
.button-shop span { opacity: .72; font-size: .78rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.button-shop b { margin-left: 3px; font-size: 1.25rem; line-height: 1; }
.shop-caption { margin: 12px 0 0; color: rgba(255,255,255,.6); font-size: .78rem; font-weight: 600; }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 28px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.72); font-size: .88rem; }
.hero-points li::before { content: "✓"; color: var(--green); font-weight: 900; margin-right: 7px; }

.hero-visual { position: relative; min-height: 520px; }
.route-card { position: absolute; inset: 0 0 auto 35px; z-index: 2; padding: 13px 14px 14px; border: 1px solid rgba(255,255,255,.17); border-radius: 18px; background: rgba(255,255,255,.1); box-shadow: 0 22px 65px rgba(0,0,0,.2); backdrop-filter: blur(10px); }
.route-topline { display: flex; justify-content: space-between; margin-bottom: 9px; color: rgba(255,255,255,.85); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.route-card img { width: 100%; height: 130px; border-radius: 11px; object-fit: cover; }
.hero-photo { position: absolute; inset: 150px 24px 0 0; margin: 0; overflow: hidden; border: 8px solid rgba(255,255,255,.14); border-radius: 28px; background: #0b345a; box-shadow: 0 30px 80px rgba(0,0,0,.34); transform: rotate(1.6deg); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 52%, rgba(0,23,48,.82)); }
.hero-photo figcaption { position: absolute; left: 25px; right: 25px; bottom: 20px; z-index: 1; display: flex; flex-direction: column; font-size: .88rem; color: rgba(255,255,255,.76); }
.hero-photo figcaption strong { color: var(--white); font-size: 1.2rem; }
.hero-badge { position: absolute; right: -22px; bottom: 33px; z-index: 4; display: flex; align-items: center; gap: 10px; padding: 13px 17px; border-radius: 17px; color: var(--ink); background: var(--green); box-shadow: 0 18px 36px rgba(0,0,0,.25); transform: rotate(-4deg); }
.hero-badge strong { font-size: 1.65rem; line-height: 1; }
.hero-badge span { font-size: .7rem; font-weight: 800; line-height: 1.25; text-transform: uppercase; }

.trust-strip { position: relative; z-index: 4; margin-top: -1px; color: var(--white); background: #061f38; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid > div { display: flex; align-items: center; gap: 17px; min-height: 118px; padding: 26px 36px; border-right: 1px solid rgba(255,255,255,.12); }
.trust-grid > div:last-child { border: 0; }
.trust-grid > div > span { color: var(--green); font-size: .77rem; font-weight: 900; }
.trust-grid p { margin: 0; color: rgba(255,255,255,.65); font-size: .83rem; line-height: 1.4; }
.trust-grid strong { display: block; margin-bottom: 3px; color: var(--white); font-size: 1.05rem; }

.section { padding: 115px 0; }
.split-heading { display: grid; grid-template-columns: 1fr .8fr; gap: 90px; align-items: end; }
.split-heading h2, .section-heading h2, .presence h2, .method h2, .cta-card h2 { margin: 0; font-size: clamp(2.35rem, 4vw, 4.2rem); line-height: 1.05; letter-spacing: -.045em; }
.section-intro { border-left: 1px solid var(--line); padding-left: 40px; }
.section-intro p { margin: 0; color: var(--muted); font-size: 1.05rem; }
.problem-solution { display: grid; grid-template-columns: .9fr 1.1fr; margin-top: 65px; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.problem-panel, .solution-panel { padding: 52px; }
.problem-panel { color: var(--ink); background: #eef2f1; }
.solution-panel { position: relative; color: var(--white); background: linear-gradient(135deg, var(--blue-dark), var(--blue)); }
.solution-panel::after { content: ""; position: absolute; width: 180px; height: 180px; right: -70px; bottom: -70px; border: 34px solid rgba(75,201,54,.19); border-radius: 50%; }
.panel-label { margin: 0 0 16px; color: var(--green-dark); font-size: .73rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.solution-panel .panel-label { color: #8cf27a; }
.problem-panel h3, .solution-panel h3 { max-width: 510px; margin: 0 0 23px; font-size: clamp(1.65rem, 2.5vw, 2.35rem); line-height: 1.18; letter-spacing: -.025em; }
.problem-panel ul { margin: 0; padding: 0; list-style: none; }
.problem-panel li { position: relative; padding: 10px 0 10px 26px; border-bottom: 1px solid var(--line); }
.problem-panel li::before { content: ""; position: absolute; left: 0; top: 20px; width: 8px; height: 8px; border-radius: 50%; background: #97a8b4; }
.solution-panel > p:not(.panel-label) { max-width: 600px; color: rgba(255,255,255,.76); }
.solution-panel a { position: relative; z-index: 1; display: inline-flex; gap: 8px; margin-top: 12px; color: var(--white); font-weight: 800; text-decoration-color: var(--green); text-underline-offset: 6px; }

.services { color: var(--white); background: #061f38; }
.section-heading { max-width: 780px; }
.section-heading > p:last-child { max-width: 650px; margin: 24px 0 0; color: rgba(255,255,255,.65); font-size: 1.05rem; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 64px; border-top: 1px solid rgba(255,255,255,.13); border-left: 1px solid rgba(255,255,255,.13); }
.service-card { min-height: 280px; padding: 35px; border-right: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); transition: background .25s, transform .25s; }
.service-card:hover { background: rgba(255,255,255,.055); transform: translateY(-4px); }
.service-card > span { color: var(--green); font-size: .74rem; font-weight: 900; }
.service-card h3 { margin: 54px 0 13px; font-size: 1.25rem; }
.service-card p { margin: 0; color: rgba(255,255,255,.6); font-size: .93rem; }

.omnichannel { position: relative; overflow: hidden; background: var(--white); }
.omnichannel::before { content: ""; position: absolute; width: 460px; height: 460px; right: -250px; top: -230px; border: 70px solid rgba(7,73,150,.045); border-radius: 50%; }
.omnichannel-heading { display: grid; grid-template-columns: 1.1fr .7fr; gap: 90px; align-items: end; }
.omnichannel-heading h2 { max-width: 760px; margin: 0; font-size: clamp(2.35rem, 4vw, 4.2rem); line-height: 1.05; letter-spacing: -.045em; }
.omnichannel-heading > p { margin: 0; padding-left: 38px; border-left: 1px solid var(--line); color: var(--muted); font-size: 1.05rem; }
.omnichannel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 62px; }
.omnichannel-card { position: relative; overflow: hidden; min-height: 310px; padding: 38px; border: 1px solid var(--line); border-radius: 24px; background: var(--paper); transition: transform .25s, box-shadow .25s, border-color .25s; }
.omnichannel-card::after { content: ""; position: absolute; width: 120px; height: 120px; right: -70px; bottom: -70px; border: 24px solid rgba(75,201,54,.12); border-radius: 50%; }
.omnichannel-card:hover { transform: translateY(-5px); border-color: rgba(7,73,150,.22); box-shadow: 0 22px 50px rgba(3,36,67,.1); }
.omnichannel-card > span { color: var(--green-dark); font-size: .74rem; font-weight: 900; }
.omnichannel-card h3 { margin: 62px 0 14px; color: var(--blue-dark); font-size: 1.35rem; }
.omnichannel-card p { position: relative; z-index: 1; margin: 0; color: var(--muted); font-size: .93rem; }
.omnichannel-proof { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 22px; padding: 24px 30px; border-radius: 18px; color: var(--white); background: linear-gradient(110deg, var(--blue-dark), var(--blue)); }
.omnichannel-proof span { padding: 2px 24px; text-align: center; font-size: .84rem; font-weight: 800; }
.omnichannel-proof span:not(:last-child) { border-right: 1px solid rgba(255,255,255,.18); }

.team-section { position: relative; overflow: hidden; padding: 82px 0; background: #eef4f6; }
.team-section::before { content: ""; position: absolute; width: 540px; height: 540px; left: -340px; top: 220px; border: 78px solid rgba(7,73,150,.045); border-radius: 50%; }
.team-heading { display: grid; grid-template-columns: 1.05fr .75fr; gap: 90px; align-items: end; }
.team-heading h2 { max-width: 700px; margin: 0; color: var(--blue-dark); font-size: clamp(2.05rem, 3.3vw, 3.25rem); line-height: 1.07; letter-spacing: -.04em; }
.team-heading > p { margin: 0; padding-left: 32px; border-left: 1px solid var(--line); color: var(--muted); font-size: .96rem; }
.team-region { position: relative; z-index: 1; margin-top: 46px; }
.team-region + .team-region { margin-top: 44px; }
.team-region-title { display: flex; align-items: center; gap: 12px; margin-bottom: 17px; }
.team-region-title > span { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; color: var(--white); background: var(--blue); font-size: .67rem; font-weight: 900; }
.team-region-title div { display: flex; align-items: baseline; flex-wrap: wrap; gap: 10px; }
.team-region-title strong { color: var(--blue-dark); font-size: 1.12rem; }
.team-region-title small { color: var(--muted); font-size: .77rem; }
.team-grid { display: grid; grid-template-columns: repeat(4, 210px); justify-content: center; gap: 12px; }
.team-grid-asia { grid-template-columns: repeat(3, 210px); }
.team-card { overflow: hidden; min-width: 0; border: 1px solid rgba(7,73,150,.12); border-radius: 16px; background: var(--white); box-shadow: 0 9px 21px rgba(3,43,88,.065); transition: transform .25s, box-shadow .25s; }
.team-card:hover { transform: translateY(-5px); box-shadow: 0 18px 35px rgba(3,43,88,.14); }
.team-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; object-position: center top; background: #dce6ed; filter: saturate(.94); transition: transform .35s, filter .35s; }
.team-card:hover img { transform: scale(1.035); filter: saturate(1.03); }
.team-card div { padding: 13px 14px 14px; }
.team-card h3 { margin: 0; overflow: hidden; color: var(--blue-dark); font-size: .9rem; line-height: 1.18; text-overflow: ellipsis; white-space: nowrap; }
.team-card p { margin: 5px 0 0; color: var(--green-dark); font-size: .7rem; font-weight: 750; line-height: 1.25; }
.team-card-lead { border-color: rgba(7,73,150,.26); }
.team-card-lead div { background: linear-gradient(125deg, #f4fbf1, var(--white)); }

.presence { overflow: hidden; background: var(--paper); }
.presence-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 85px; align-items: center; }
.presence-gallery { position: relative; min-height: 620px; }
.presence-gallery figure { margin: 0; overflow: hidden; box-shadow: var(--shadow); }
.gallery-main { position: absolute; inset: 0 70px 70px 0; border-radius: 30px; }
.gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.gallery-small { position: absolute; right: 0; bottom: 0; width: 47%; height: 250px; border: 9px solid var(--paper); border-radius: 24px; }
.gallery-small img { width: 100%; height: 100%; object-fit: cover; }
.presence-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.04rem; }
.presence-facts { margin: 32px 0; border-top: 1px solid var(--line); }
.presence-facts > div { display: grid; grid-template-columns: 125px 1fr; gap: 25px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.presence-facts strong { color: var(--blue); }
.presence-facts span { color: var(--muted); font-size: .91rem; }
.text-link { color: var(--blue); font-weight: 800; text-decoration-color: var(--green); text-underline-offset: 6px; }

.method { color: var(--white); background: linear-gradient(125deg, #06437f, var(--blue)); }
.method-heading { display: grid; grid-template-columns: .55fr 1fr; gap: 60px; align-items: start; }
.method-heading .eyebrow { margin-top: 12px; }
.method-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 70px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.22); }
.method-list li { position: relative; padding: 30px 28px 0 0; }
.method-list li::before { content: ""; position: absolute; top: -6px; left: 0; width: 12px; height: 12px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 7px rgba(75,201,54,.15); }
.method-list li:not(:last-child) { border-right: 1px solid rgba(255,255,255,.13); }
.method-list li + li { padding-left: 28px; }
.method-list li + li::before { left: 28px; }
.method-list span { color: #a9d8ff; font-size: .73rem; font-weight: 900; }
.method-list h3 { margin: 28px 0 9px; font-size: 1.25rem; }
.method-list p { margin: 0; color: rgba(255,255,255,.67); font-size: .9rem; }

.cta-section { padding: 90px 0; background: #edf2f0; }
.cta-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.12fr .88fr; gap: 70px; align-items: center; padding: 68px; border-radius: 32px; color: var(--white); background: var(--blue-deep); box-shadow: var(--shadow); }
.cta-card::after { content: ""; position: absolute; width: 380px; height: 380px; right: -150px; top: -210px; border: 65px solid rgba(75,201,54,.12); border-radius: 50%; }
.cta-card > div { position: relative; z-index: 1; }
.cta-card > div > p:last-child { max-width: 650px; color: rgba(255,255,255,.7); }
.contact-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.button-light { color: var(--blue-dark); background: var(--white); }
.button-outline-light { color: var(--white); border-color: rgba(255,255,255,.28); background: transparent; }
.button-outline-light:hover { background: rgba(255,255,255,.08); }
.contact-details { grid-column: 1 / -1; display: flex; flex-direction: column; gap: 4px; margin-top: 12px; color: rgba(255,255,255,.66); font-size: .86rem; }
.contact-details a { color: var(--white); text-decoration: none; }

.funding-section { padding: 80px 0; background: var(--white); }
.funding-wrap { display: grid; grid-template-columns: .72fr 1.28fr; gap: 75px; align-items: center; }
.funding-copy h2 { max-width: 450px; margin: 0; color: var(--ink); font-size: clamp(2rem, 3.4vw, 3.35rem); line-height: 1.08; letter-spacing: -.04em; }
.institutional-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 34px;
  align-items: center;
  min-height: 290px;
  padding: 46px 52px 54px;
  border-radius: 28px;
  color: var(--white);
  background:
    radial-gradient(circle at 12% 20%, rgba(255,255,255,.15), transparent 26%),
    linear-gradient(135deg, #0875d2 0%, #0759b8 58%, #06428f 100%);
  box-shadow: 0 22px 58px rgba(7,73,150,.2);
}
.institutional-card::before { content: ""; position: absolute; z-index: -1; width: 250px; height: 250px; right: -95px; top: -105px; border: 42px solid rgba(255,255,255,.07); border-radius: 50%; }
.institutional-card::after { content: ""; position: absolute; inset: auto 0 0; height: 11px; background: linear-gradient(90deg, #159447 0 33.333%, #f4f4f0 33.333% 66.666%, #d02d3c 66.666%); }
.institutional-mark { position: relative; overflow: hidden; width: 138px; height: 138px; border: 4px solid rgba(255,255,255,.82); border-radius: 50%; background: var(--white); box-shadow: 0 12px 30px rgba(0,31,77,.2); }
.institutional-mark img { position: absolute; left: 50%; top: 50%; width: 380%; max-width: none; transform: translate(-50%, -50%); }
.institutional-message { position: relative; z-index: 1; }
.institutional-label { display: block; margin-bottom: 16px; color: #bfe1ff; font-size: .76rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.institutional-message p { max-width: 570px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.55rem, 2.35vw, 2.35rem); line-height: 1.22; letter-spacing: -.018em; text-wrap: balance; }

.site-footer { padding: 55px 0 28px; color: #c5d1db; background: #031525; }
.footer-grid { display: grid; grid-template-columns: .8fr 1fr .7fr; gap: 50px; align-items: center; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { width: 52px; height: 52px; border-radius: 50%; object-fit: contain; background: var(--white); }
.footer-brand div { display: flex; flex-direction: column; }
.footer-brand strong { color: var(--white); font-size: 1.1rem; }
.footer-brand span { color: var(--green); font-size: .7rem; }
.footer-grid > p { margin: 0; color: #8094a5; font-size: .9rem; }
.footer-links { display: flex; justify-content: flex-end; gap: 20px; }
.footer-links a { font-size: .85rem; text-decoration: none; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 40px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.09); color: #60788b; font-size: .75rem; }

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

@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; }
}

@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 72px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.98); box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px 13px; }
  .main-nav .nav-cta { margin-top: 6px; text-align: center; }
  .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); }
  .hero { padding-top: 130px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-visual { min-height: 540px; max-width: 700px; width: 100%; margin-inline: auto; }
  .split-heading, .omnichannel-heading, .team-heading, .presence-grid, .cta-card, .funding-wrap { grid-template-columns: 1fr; }
  .split-heading { gap: 30px; }
  .section-intro { padding: 0; border: 0; }
  .omnichannel-heading { gap: 30px; }
  .omnichannel-heading > p { padding: 0; border: 0; }
  .team-heading { gap: 30px; }
  .team-heading > p { padding: 0; border: 0; }
  .team-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .team-grid-asia { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .omnichannel-grid { grid-template-columns: 1fr; }
  .omnichannel-card { min-height: 240px; }
  .omnichannel-card h3 { margin-top: 38px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .presence-grid { gap: 55px; }
  .funding-wrap { gap: 35px; }
  .funding-copy h2 { max-width: 700px; }
  .method-heading { grid-template-columns: 1fr; gap: 10px; }
  .method-list { grid-template-columns: repeat(2, 1fr); }
  .method-list li:nth-child(2) { border-right: 0; }
  .method-list li:nth-child(n+3) { margin-top: 45px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-links { justify-content: flex-start; }
  .footer-grid > p { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 700px) {
  .container { width: min(100% - 28px, 1180px); }
  .nav-wrap { height: 72px; }
  .brand img { width: 48px; height: 48px; }
  .brand-copy small { display: none; }
  .hero { min-height: auto; padding: 116px 0 70px; }
  .hero-grid { gap: 50px; }
  .hero h1 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-points { flex-direction: column; gap: 7px; }
  .hero-visual { min-height: 415px; }
  .route-card { left: 8px; }
  .route-card img { height: 92px; }
  .hero-photo { inset: 115px 5px 0; }
  .hero-badge { right: -6px; bottom: 18px; }
  .trust-grid { grid-template-columns: 1fr; padding-block: 10px; }
  .trust-grid > div { min-height: 88px; padding: 18px 8px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .section { padding: 82px 0; }
  .problem-solution, .services-grid { grid-template-columns: 1fr; }
  .problem-panel, .solution-panel { padding: 35px 26px; }
  .service-card { min-height: 230px; padding: 28px; }
  .service-card h3 { margin-top: 35px; }
  .omnichannel-grid { margin-top: 42px; }
  .omnichannel-card { padding: 30px 26px; }
  .omnichannel-proof { grid-template-columns: 1fr; padding: 11px 24px; }
  .omnichannel-proof span { padding: 13px 0; }
  .omnichannel-proof span:not(:last-child) { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .team-region { margin-top: 48px; }
  .team-region + .team-region { margin-top: 48px; }
  .team-grid, .team-grid-asia { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .team-region-title { align-items: flex-start; }
  .team-region-title div { display: block; }
  .team-region-title small { display: block; margin-top: 3px; }
  .team-card div { padding: 15px 13px 16px; }
  .team-card h3 { font-size: .9rem; white-space: normal; }
  .team-card p { font-size: .72rem; }
  .presence-gallery { min-height: 455px; }
  .gallery-main { right: 28px; bottom: 55px; }
  .gallery-small { width: 54%; height: 180px; }
  .presence-facts > div { grid-template-columns: 1fr; gap: 4px; }
  .method-list { grid-template-columns: 1fr; gap: 36px; border: 0; }
  .method-list li, .method-list li + li { margin: 0; padding: 24px 0 0; border-top: 1px solid rgba(255,255,255,.18); border-right: 0; }
  .method-list li::before, .method-list li + li::before { top: -6px; left: 0; }
  .cta-section { padding: 50px 0; }
  .cta-card { gap: 34px; padding: 40px 25px; border-radius: 24px; }
  .contact-actions { grid-template-columns: 1fr; }
  .contact-details { grid-column: 1; }
  .funding-section { padding: 65px 0; }
  .institutional-card { grid-template-columns: 90px 1fr; gap: 22px; min-height: 0; padding: 30px 25px 38px; border-radius: 20px; }
  .institutional-mark { width: 84px; height: 84px; }
  .institutional-message p { font-size: clamp(1.18rem, 5vw, 1.5rem); }
  .footer-grid { grid-template-columns: 1fr; gap: 25px; }
  .footer-grid > p { grid-column: auto; grid-row: auto; }
  .footer-links { flex-direction: column; gap: 8px; }
  .footer-bottom { flex-direction: column; gap: 7px; }
}

@media (max-width: 430px) {
  .institutional-card { grid-template-columns: 1fr; text-align: center; }
  .institutional-mark { margin-inline: auto; }
}
