/* Corporate presentation: clear navigation, editorial sections, restrained color. */
:root {
  --ink: #132c43;
  --muted: #5d6c78;
  --paper: #f4f6f8;
  --line: #dce2e7;
  --red: #c62130;
  --red-dark: #a31b27;
  --radius: 4px;
  --shadow: 0 14px 36px #132c4310;
}
body { color: var(--ink); }
[id] { scroll-margin-top: 130px; }
.site-header, .site-header.scrolled { position: sticky; height: 112px; top: 0; background: #fff; border-bottom: 1px solid #e3e7eb; box-shadow: none; backdrop-filter: none; }
.utility-bar { height: 32px; background: #f2f4f6; color: #6b7783; font-size: 11px; }
.utility-inner, .utility-inner > div { display: flex; height: 100%; align-items: center; justify-content: space-between; gap: 25px; }
.utility-inner b { color: #a0242e; font-size: 10px; font-weight: 500; }
.utility-inner a:hover { color: var(--red); }
.header-inner { height: 80px; }
.brand { width: 190px; }
.brand img { height: 62px; width: 100%; }
.site-nav { gap: 25px; font-size: 14px; font-weight: 600; }
.nav-cta { padding: 11px 20px !important; border-radius: 2px; background: var(--red); }
.nav-cta:hover { background: var(--red-dark); }
.site-nav > a[aria-current="location"] { color: var(--red); }
.site-nav > a[aria-current="location"]::after { right: 0; }
.site-nav > .nav-cta[aria-current="location"] { color: #fff; }
.hero { min-height: 610px; padding: 90px 0 80px; color: #fff; background: #102b45; }
.hero::before, .hero::after { content: none; }
.hero-layout { display: block; position: relative; z-index: 2; }
.hero-copy { width: 670px; max-width: 63%; }
.hero .eyebrow { color: #c4d8e6; font-size: 13px; font-weight: 500; letter-spacing: .18em; margin-bottom: 30px; }
.hero .eyebrow span { background: #e7636c; width: 32px; }
.hero h1 { font-size: clamp(48px, 4.6vw, 70px); line-height: 1.3; font-weight: 650; letter-spacing: .01em; }
.hero h1 em { display: inline; margin: 0; color: #fff; font-style: normal; }
.hero-lead { margin: 26px 0 35px; color: #d0deea; font-size: 16px; line-height: 1.95; }
.hero .hero-source { margin-top: 42px; color: #a4b8c8; font-size: 9px; letter-spacing: .12em; }
.hero-visual { position: absolute; top: 0; right: 0; bottom: 0; width: 66%; min-height: 0; margin: 0; }
.hero-photo { position: absolute; inset: 0; border-radius: 0; background: #17334a; box-shadow: none; }
.hero-photo img { object-fit: cover; object-position: 58% 50%; transform: none; opacity: .77; }
.hero-photo::after { background: linear-gradient(90deg, #102b45 0%, #102b45db 15%, #102b4560 46%, #102b4505 80%), linear-gradient(0deg, #102b4555, transparent 40%); }
.hero-caption { position: absolute; z-index: 2; right: max(24px, calc((100vw - 1240px) / 2)); bottom: 24px; color: #ccd7e0; font-size: 10px; }
.button { min-height: 50px; padding: 13px 22px; border-radius: 2px; font-size: 14px; font-weight: 600; box-shadow: none; }
.button:hover { transform: none; }
.button-primary { box-shadow: none; }
.button-ghost { color: var(--ink); border-color: #aebdc9; background: transparent; }
.hero .button-ghost { color: #fff; border-color: #91a6b7; }
.hero .button-ghost:hover { background: #ffffff12; border-color: #fff; }
.quick-access { border-bottom: 1px solid var(--line); background: #fff; }
.quick-access-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.quick-access-grid > a { display: flex; align-items: center; gap: 14px; min-height: 112px; padding: 23px 24px; border-left: 1px solid var(--line); }
.quick-access-grid > a:first-child { border-left: 0; padding-left: 0; }
.quick-access-grid > a:hover { background: #f7f9fa; }
.quick-access-grid > a > svg:first-child { width: 28px; height: 28px; flex-shrink: 0; color: var(--red); }
.quick-access-grid > a > svg:last-child { width: 17px; height: 17px; margin-left: auto; flex-shrink: 0; }
.quick-access-grid b { font-size: 15px; font-weight: 600; }
.quick-access-grid small { display: block; margin-top: 5px; color: #77848d; font-size: 10px; }
.section { padding: 88px 0; }
.kicker, .eyebrow { font-size: 11px; font-weight: 650; letter-spacing: .13em; }
.section-heading { margin-bottom: 42px; }
.section-heading h2 { font-size: clamp(32px, 3.1vw, 46px); line-height: 1.35; font-weight: 650; letter-spacing: 0; }
.heading-copy > p, .section-heading.compact > p:last-child { font-size: 15px; }
.split-heading { gap: 65px; }
.focus-heading { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 35px; }
.focus-heading h2 { font-size: clamp(30px, 3vw, 44px); font-weight: 650; margin: 12px 0 0; }
.focus-heading .text-link { padding-bottom: 8px; }
.focus-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.focus-card { display: flex; flex-direction: column; border-bottom: 2px solid #dce4eb; }
.focus-image { height: 230px; overflow: hidden; background: #f0f3f6; }
.focus-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.focus-device img { object-fit: contain; padding: 15px; background: #f3f6f8; }
.focus-card:hover .focus-image img { transform: scale(1.035); }
.focus-card:hover { border-color: var(--red); }
.focus-card-body { display: flex; flex: 1; flex-direction: column; align-items: start; padding: 26px 0; }
.focus-card-body > span { color: #7a8792; font-size: 11px; }
.focus-card-body h3 { font-size: 24px; font-weight: 600; margin: 9px 0 10px; }
.focus-card-body p { color: var(--muted); font-size: 14px; line-height: 1.8; margin: 0 0 25px; }
.focus-card-body b { display: flex; align-items: center; gap: 13px; font-size: 13px; font-weight: 600; margin-top: auto; }
.focus-card-body svg { width: 18px; height: 18px; color: var(--red); }
.facts-band { background: #f1f4f7; padding: 38px 0 26px; }
.stat-ribbon { width: 100%; margin-top: 20px; padding: 0; border: 0; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.stat-ribbon div { grid-template-columns: 1fr; gap: 0; padding: 0 30px; border-color: #d2dce5; }
.stat-ribbon strong { font-size: 43px; font-weight: 500; line-height: 1.3; letter-spacing: -.02em; }
.stat-ribbon span { font-size: 12px; color: #637482; }
.facts-source { font-size: 10px; color: #82909b; margin: 22px 0 0; }
.intro-panel { border-radius: 0; min-height: 410px; grid-template-columns: 1.05fr .95fr; background: #f1f4f7; }
.intro-image { min-height: 410px; }
.intro-content { padding: 38px 45px; }
.intro-content blockquote { font-size: 34px; font-weight: 600; line-height: 1.5; }
.intro-content > p { font-size: 14px; }
.check-list { gap: 12px; margin-top: 18px; }
.image-caption { border-radius: 2px; }
.source-chip { border-radius: 2px; font-size: 10px; }
.research { background: #f5f7f9; }
.lab-card { border-radius: 2px; border-color: #dce3e9; }
.lab-card h3 { font-weight: 600; }
.lab-card > svg { color: #235678; }
.research-centers { background: #163b58; border-radius: 2px; }
.centers-heading .kicker { color: #adcbe1 !important; }
.center-grid > span { border-color: #3d5e77; }
.center-grid i { color: #a9c8dc; }
.research-metric strong { font-weight: 500; }
.value-chain, .evidence { background: #142e45; }
.value-chain::before, .evidence::after { content: none; }
.chain-item { min-height: 260px; padding: 28px 23px; }
.chain-item > svg { margin: 25px 0; }
.chain-item h3 { font-weight: 600; }
.platform-card { border-radius: 3px; padding: 34px; }
.platform-card h3 { font-weight: 600; font-size: 30px; }
.platform-transfer { background: #f7f4f2; }
.platform-trace { background: #f1f6f9; border-color: #d9e5ed; }
.platform-flow li { border-radius: 2px; }
.trace-window { border-radius: 3px; box-shadow: none; }
.trace-intro h3 { font-weight: 600; }
.systems { background: #f2f5f8; }
.system-tab { border-radius: 2px; min-height: 130px; border-color: #d4dfe7; }
.system-tab.active { background: #153d5d; border-color: #153d5d; box-shadow: none; }
.system-detail { border-radius: 2px; box-shadow: none; padding: 40px; }
.system-detail h3 { font-size: 37px; font-weight: 600; }
.system-detail .system-role { font-size: 15px; }
.system-detail-head span, .system-outcome span { border-radius: 2px; }
.system-outcome span { color: #345d79; background: #eaf1f7; }
.catalog-tabs button { border-radius: 2px; padding: 10px 14px; }
.catalog-search { border-radius: 2px; }
.catalog-summary { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.catalog-summary small { color: #778590; font-size: 11px; }
.product-card { border-radius: 3px; padding: 25px; min-height: 242px; }
.product-card h3 { font-weight: 600; font-size: 20px; }
.product-card:hover { border-color: #adbfcf; box-shadow: none; transform: translateY(-3px); }
.product-family { border-radius: 2px; }
.product-note { font-size: 11px; color: #826b71; }
.catalog-more { display: flex; justify-content: center; margin-top: 32px; }
[hidden] { display: none !important; }
.solution-band { padding: 0; background: #173e5d; }
.solution-band::before { content: none; }
.solution-layout { min-height: 550px; }
.solution-copy { padding: 60px 60px 60px 0; }
.solution-copy h2 { font-size: 43px; font-weight: 600; }
.solution-copy > p { color: #cfdfec; }
.solution-tags span { border-radius: 2px; }
.solution-visual { min-height: 550px; }
.solution-visual::before { background: linear-gradient(90deg, #173e5d, transparent 38%); }
.solution-note { border-radius: 2px; box-shadow: none; }
.intelligence { background: #f4f7f9; }
.tech-card { border-radius: 3px; box-shadow: none; }
.tech-card h3 { font-weight: 600; }
.tech-card-dark { background: #173e5d; }
.tech-card-dark .card-label { color: #f4a4a9; }
.capacity-gallery figure, .capacity-card, .expert-card, .expert-more { border-radius: 3px; }
.capacity-gallery figcaption { border-radius: 2px; }
.capacity-card h3 { font-weight: 600; }
.experts { background: #f3f6f8; }
.expert-card h3 { font-weight: 600; }
.expert-card p { font-size: 13px; }
.expert-more b { border-radius: 2px; }
.evidence-copy h2 { font-size: 43px; font-weight: 600; line-height: 1.35; letter-spacing: 0; }
.evidence-copy img { border-radius: 2px; }
.evidence-item h3 { font-weight: 600; }
.contact-panel { padding: 58px; border-radius: 0; background: #f1f4f7; }
.contact-panel::before { content: none; }
.contact-copy h2 { font-size: 39px; font-weight: 600; line-height: 1.4; letter-spacing: 0; }
.contact-info { border-radius: 2px; }
.site-footer { background: #10283e; }
.footer-top { padding-bottom: 30px; }
.footer-top img { width: 145px; }
.footer-sitemap { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 35px; padding-block: 34px; border-bottom: 1px solid #ffffff26; }
.footer-sitemap h3 { margin: 0 0 15px; font-size: 14px; font-weight: 600; }
.footer-sitemap a, .footer-sitemap span { display: block; margin: 9px 0; color: #a9bac9; font-size: 12px; }
.footer-sitemap a:hover { color: #fff; text-decoration: underline; }
.footer-note { color: #94a7b6; line-height: 1.9; }
.toast { visibility: hidden; }
.toast.visible { visibility: visible; }

@media (max-width: 1180px) {
  .site-nav { gap: 17px; font-size: 13px; }
  .brand { width: 150px; }
  .quick-access-grid > a { padding-inline: 16px; gap: 10px; }
  .quick-access-grid small { font-size: 9px; }
}
@media (max-width: 1080px) {
  .site-nav { inset: 112px 18px auto; max-height: calc(100dvh - 132px); overflow-y: auto; font-size: 15px; border-radius: 3px; }
  .site-nav > a { padding: 13px !important; }
  .hero-copy { max-width: 68%; }
  .hero { min-height: 575px; }
  .hero h1 { font-size: 57px; }
  .quick-access-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .quick-access-grid > a:nth-child(3) { border-left: 0; padding-left: 0; }
  .quick-access-grid > a:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .quick-access-grid small { font-size: 11px; }
  .focus-image { height: 185px; }
  .focus-card-body h3 { font-size: 21px; }
  .solution-copy h2 { font-size: 36px; }
}
@media (max-width: 780px) {
  [id] { scroll-margin-top: 95px; }
  .site-header, .site-header.scrolled { height: 76px; }
  .utility-bar { display: none; }
  .header-inner { height: 76px; }
  .brand { width: 142px; }
  .brand img { height: 56px; }
  .menu-toggle { background: #eef2f5; border-radius: 2px; }
  .site-nav { top: 76px; max-height: calc(100dvh - 95px); }
  .hero { min-height: 535px; padding: 67px 0 65px; }
  .hero-copy { width: 100%; max-width: 100%; }
  .hero h1 { font-size: clamp(39px, 7.7vw, 59px); line-height: 1.4; }
  .hero .eyebrow { font-size: 11px; margin-bottom: 22px; }
  .hero-lead { font-size: 14px; max-width: 480px; margin: 22px 0 27px; }
  .hero-lead br { display: none; }
  .hero-visual { width: 100%; }
  .hero-photo img { opacity: .46; object-position: 65% 50%; }
  .hero-photo::after { background: linear-gradient(90deg, #102b45f5, #102b45d0 35%, #102b4560); }
  .hero .hero-source { font-size: 8px; max-width: 80%; margin-top: 30px; line-height: 1.7; }
  .hero-caption { right: 15px; bottom: 15px; font-size: 9px; }
  .section { padding: 62px 0; }
  .section-heading h2, .focus-heading h2 { font-size: 33px; }
  .split-heading { gap: 23px; }
  .focus-heading { align-items: start; flex-direction: column; gap: 15px; }
  .focus-grid { grid-template-columns: 1fr; gap: 30px; }
  .focus-image { height: 250px; }
  .focus-card-body { padding: 23px 0; }
  .focus-card-body h3 { font-size: 25px; }
  .quick-access-grid > a { min-height: 102px; padding: 20px 10px; gap: 10px; }
  .quick-access-grid b { font-size: 13px; }
  .quick-access-grid small { font-size: 9px; }
  .quick-access-grid > a > svg:first-child { width: 22px; height: 22px; }
  .quick-access-grid > a > svg:last-child { display: none; }
  .facts-band { padding-top: 28px; }
  .stat-ribbon { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 16px; }
  .stat-ribbon div { padding: 13px 20px; border-bottom: 1px solid #d2dce5; }
  .stat-ribbon div:first-child, .stat-ribbon div:nth-child(3) { padding-left: 0; }
  .stat-ribbon strong { font-size: 36px; }
  .intro-panel { grid-template-columns: 1fr; }
  .intro-image { min-height: 300px; }
  .intro-content { padding: 29px 25px; }
  .intro-content blockquote { font-size: 28px; }
  .lab-card { padding: 27px; }
  .platform-card { padding: 26px; }
  .platform-card h3 { font-size: 26px; }
  .system-tab { min-height: 108px; padding: 17px; }
  .system-detail { padding: 27px 23px; }
  .system-detail h3 { font-size: 31px; }
  .catalog-summary { align-items: start; }
  .catalog-more .button { width: 100%; }
  .solution-band { padding: 0; }
  .solution-copy { padding: 55px 0 35px; }
  .solution-visual { min-height: 380px; }
  .solution-visual::before { background: linear-gradient(180deg, #173e5d, transparent 35%); }
  .evidence-copy h2 { font-size: 34px; }
  .contact-panel { padding: 36px 23px; }
  .contact-copy h2 { font-size: 31px; }
  .footer-sitemap { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
}
@media (max-width: 520px) {
  .hero { min-height: 585px; padding-top: 55px; }
  .hero h1 { font-size: clamp(35px, 10vw, 48px); }
  .hero-actions { gap: 11px; }
  .hero-actions .button { width: auto; min-height: 46px; padding: 11px 14px; font-size: 12px; }
  .hero-actions .button svg { width: 16px; }
  .hero .hero-source { margin-top: 32px; }
  .focus-image { height: 215px; }
  .product-grid { grid-template-columns: 1fr; }
  .catalog-summary small { max-width: 145px; text-align: right; }
  .catalog-tabs { gap: 6px; }
  .catalog-tabs button { font-size: 12px; padding: 8px 10px; }
  .quick-access-grid small { line-height: 1.8; }
  .quick-access-grid > a { gap: 7px; }
}
