:root {
  color-scheme: light;
  --navy: #071222; --ink: #152239; --muted: #57667a; --blue: #1363d9;
  --ice: #8fd8ff; --mint: #86e5d2; --line: #dee5ef; --paper: #f3f6fa; --white: #fff;
  --sans: 'Noto Sans JP', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', sans-serif;
  --latin: 'Manrope', var(--sans);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 105px; }
body { margin: 0; color: var(--ink); font: 400 1rem/1.9 var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
::selection { color: var(--navy); background: var(--ice); }
:focus-visible { outline: 3px solid #008ccb; outline-offset: 6px; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-feature-settings: 'palt'; overflow-wrap: anywhere; }
.container { width: min(100% - 112px, 1280px); margin-inline: auto; }
.section-space { padding-block: 112px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.skip-link { position: fixed; top: 12px; left: 12px; padding: 12px 20px; background: white; z-index: 100; transform: translateY(-170%); }
.skip-link:focus { transform: none; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.97); border-bottom: 1px solid #142d4614; transition: box-shadow .2s; }
.site-header.is-scrolled { box-shadow: 0 6px 24px #0712220c; }
.header-inner { width: min(100% - 80px, 1440px); min-height: 88px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; flex-shrink: 0; align-items: center; gap: 10px; }
.brand-name { display: flex; align-items: center; gap: 10px; font: 800 2rem/1 var(--latin); letter-spacing: -.04em; }
.brand-name > span { font: 700 1.12rem/1.3 var(--sans); letter-spacing: .04em; }
.brand-logo { width: 52px; height: 52px; object-fit: contain; }
nav { display: flex; align-items: center; gap: 34px; }
nav > a { position: relative; font-size: .875rem; font-weight: 600; line-height: 1.5; padding: 12px 0; white-space: nowrap; }
nav > a:not(.nav-contact)::after { content: ''; position: absolute; left: 0; bottom: 3px; width: 100%; height: 2px; background: var(--blue); transform: scaleX(0); transform-origin: left; transition: transform .2s; }
nav > a:not(.nav-contact):hover::after { transform: scaleX(1); }
.nav-contact { display: flex; align-items: center; gap: 30px; padding: 15px 22px; background: var(--navy); color: white; border: 1px solid var(--navy); border-radius: 4px; transition: background .2s; }
.nav-contact:hover { background: var(--blue); }
.nav-contact span { color: var(--ice); font: 400 1.2rem/1 var(--latin); }
.menu-button { display: none; }
.hero { position: relative; isolation: isolate; overflow: hidden; background: #040b18; color: white; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -2; }
.hero-image { object-fit: cover; object-position: 64% 56%; animation: image-settle 1.8s ease-out both; }
.hero-shade { z-index: -1; background: linear-gradient(90deg,#030a17d1 0%,#030a1775 42%,transparent 75%),linear-gradient(0deg,#030a17cc,transparent 30%); }
.hero-content { padding-top: 96px; padding-bottom: 92px; position: relative; }
.eyebrow { display: flex; align-items: center; gap: 12px; font: 700 .8125rem/1.6 var(--latin); letter-spacing: .12em; color: var(--blue); margin-bottom: 26px; }
.hero-eyebrow { color: #b6d2e7; font-size: .75rem; letter-spacing: .16em; animation: rise-in .8s .1s both; }
.status-dot { display: inline-block; width: 7px; height: 7px; background: var(--mint); border-radius: 50%; box-shadow: 0 0 15px #86e5d26b; flex-shrink: 0; }
.hero h1 { font-size: clamp(3.25rem,5.6vw,5.4rem); font-weight: 700; line-height: 1.38; letter-spacing: -.045em; margin-left: -.045em; animation: rise-in .8s .2s both; }
.hero h1 > span { color: #95d6fa; }
@supports (background-clip: text) { .hero h1 > span { background: linear-gradient(105deg,#f2fdff,#a4e3ff 45%,#68aaf3); color: transparent; background-clip: text; } }
.hero-lead { color: #c3d0e0; font-size: 1.0625rem; line-height: 2; margin-top: 28px; letter-spacing: .035em; animation: rise-in .8s .3s both; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 34px; margin-top: 38px; animation: rise-in .8s .4s both; }
.button { display: inline-flex; justify-content: space-between; align-items: center; gap: 46px; padding: 18px 25px; border: 1px solid transparent; border-radius: 4px; min-height: 60px; font-size: .9375rem; font-weight: 600; line-height: 1.6; transition: background .2s,border-color .2s,transform .2s,box-shadow .2s; }
.button > span:not(.sr-only) { font: 400 1.4rem/1 var(--latin); transition: transform .2s; }
.button:hover > span:not(.sr-only) { transform: translate(2px,-2px); }
.button-primary { background: #206bdd; color: white; border-color: #4388ec; box-shadow: 0 0 30px #0f65d62b; }
.button-primary:hover { background: #2365cf; box-shadow: 0 4px 30px #1b6dde55; }
.hero-about { display: flex; align-items: center; gap: 20px; font-size: .9375rem; min-height: 48px; }
.hero-about span { color: var(--ice); transition: transform .2s; }
.hero-about:hover span { transform: translateX(5px); }
.hero-bottom { display: flex; align-items: center; justify-content: space-between; padding-bottom: 26px; }
.hero--localized h1 { max-width: 14em; text-wrap: balance; overflow-wrap: normal; }
.hero--localized:lang(en) h1, .hero--localized:lang(vi) h1 { font-family: var(--latin); font-size: clamp(2.75rem,4.8vw,4.7rem); line-height: 1.3; letter-spacing: -.035em; }
.hero--localized:lang(ko) h1 { word-break: keep-all; font-size: clamp(2.75rem,5vw,4.8rem); }
.hero--localized .hero-lead { max-width: 42em; text-wrap: pretty; }
.hero--localized:lang(my) { font-family: 'Noto Sans Myanmar','Myanmar Text','Myanmar Sangam MN',sans-serif; }
.hero--localized:lang(my) h1 { font-size: clamp(2rem,3.5vw,3.5rem); line-height: 1.65; letter-spacing: normal; margin-left: 0; }
.hero--localized:lang(my) .hero-lead { letter-spacing: normal; line-height: 2.15; }
.hero--localized:lang(my) .hero-actions a { line-height: 1.9; }
.hero--localized a:focus-visible { outline-color: var(--ice); }
@media (max-width: 900px) {
  .hero.hero--localized h1 { font-size: clamp(2.6rem,6.5vw,4.1rem); }
  .hero.hero--localized:lang(my) h1 { font-size: clamp(1.8rem,4.5vw,2.8rem); }
}
@media (max-width: 600px) {
  .hero.hero--localized h1 { font-size: clamp(2.1rem,8vw,3rem); }
  .hero.hero--localized:lang(en) h1, .hero.hero--localized:lang(vi) h1 { font-size: clamp(1.9rem,7.3vw,2.7rem); }
  .hero.hero--localized:lang(my) h1 { font-size: clamp(1.5rem,5.8vw,2.1rem); line-height: 1.75; }
  .hero--localized .hero-lead br { display: none; }
  .hero--localized .hero-actions { gap: 14px 24px; }
  .hero--localized .hero-actions a { max-width: 100%; }
}
.hero-caption, .scroll-link { font: 500 .75rem/1.5 var(--latin); color: #a4b5cb; letter-spacing: .13em; }
.scroll-link { display: flex; gap: 24px; align-items: center; min-height: 36px; }
.scroll-link span { font-size: 1.2rem; color: var(--ice); }
.capability-strip { background: #0d1b2c; color: white; border-top: 1px solid #ffffff16; }
.capability-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.capability-grid > a { display: grid; grid-template-columns: auto 1fr auto; column-gap: 18px; align-items: center; padding: 24px 30px; border-inline-start: 1px solid #ffffff15; transition: background .2s; }
.capability-grid > a:last-child { border-inline-end: 1px solid #ffffff15; }
.capability-grid > a:hover { background: #132b46; }
.capability-index { grid-row: 1 / 3; align-self: start; color: #7ba9c3; font: 500 .8125rem/1.8 var(--latin); }
.capability-en { font: 600 .9375rem/1.6 var(--latin); letter-spacing: .08em; }
.capability-ja { grid-column: 2; font-size: .875rem; color: #aebed0; }
.capability-arrow { grid-column: 3; grid-row: 1 / 3; font-size: 1.15rem; color: var(--ice); }
.section-tick { width: 15px; height: 2px; background: currentColor; flex-shrink: 0; }
h2 { font-size: clamp(2rem,3.1vw,3rem); font-weight: 600; line-height: 1.5; letter-spacing: -.035em; }
.text-blue { color: var(--blue); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.about-copy { padding-top: 45px; }
.about-intro { font-size: 1.125rem; font-weight: 600; line-height: 1.9; margin-bottom: 22px; }
.about-copy > p:not(.about-intro) { color: var(--muted); font-size: 1rem; max-width: 560px; }
.text-link { display: inline-flex; align-items: center; gap: 38px; font-size: .875rem; font-weight: 600; margin-top: 28px; }
.round-arrow { display: inline-flex; width: 35px; height: 35px; flex-shrink: 0; border-radius: 50%; align-items: center; justify-content: center; border: 1px solid #c9d5e5; color: var(--blue); font: 400 1.3rem/1 var(--latin); transition: color .2s,background .2s,border-color .2s; }
a:hover > .round-arrow { background: var(--blue); border-color: var(--blue); color: white; }
.services { background: var(--paper); border-block: 1px solid #e8edf4; }
.section-heading { display: flex; justify-content: space-between; gap: 32px; align-items: flex-end; margin-bottom: 46px; }
.section-description { color: var(--muted); font-size: 1rem; padding-bottom: 10px; }
.service-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.service-card { background: white; border: 1px solid #e0e7f0; border-radius: 8px; padding: 30px 28px 25px; display: flex; flex-direction: column; transition: transform .25s,box-shadow .25s,border-color .25s; scroll-margin-top: 110px; }
.service-card:hover { transform: translateY(-5px); border-color: #a3c0e6; box-shadow: 0 18px 36px #203f6510; }
.card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 36px; }
.card-number { font: 600 .75rem/1.6 var(--latin); letter-spacing: .08em; color: #637c99; }
.service-icon { width: 34px; height: 34px; color: var(--blue); }
.service-card h3 { font-size: clamp(1.2rem,1.8vw,1.5rem); line-height: 1.6; letter-spacing: -.02em; font-weight: 700; }
.card-english { color: #65758d; font: 500 .75rem/1.6 var(--latin); letter-spacing: .06em; margin-top: 7px; }
.card-copy { font-size: 1rem; color: var(--muted); line-height: 1.95; margin: 25px 0 20px; }
.service-tags { display: flex; flex-wrap: wrap; list-style: none; gap: 6px; padding: 0; margin: auto 0 28px; }
.service-tags li { border: 1px solid #e4eaf1; border-radius: 3px; padding: 3px 8px; color: #546780; background: #f8fafc; font-size: .875rem; line-height: 1.6; }
.card-link { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 19px; border-top: 1px solid #e7ecf3; font-size: .875rem; font-weight: 600; line-height: 1.7; }
.card-link .round-arrow { width: 31px; height: 31px; }
.engineering-overview { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: white; }
.business-label { color: var(--blue); font: 600 .8125rem/1.8 var(--latin); letter-spacing: .08em; }
.engineering-intro { padding: 46px 40px; color: white; background: #0d2139; }
.engineering-intro .business-label { color: var(--ice); }
.engineering-intro h3 { margin-top: 24px; font-size: clamp(1.5rem,2.1vw,2rem); font-weight: 600; line-height: 1.65; letter-spacing: -.025em; }
.engineering-intro > p:not(.business-label) { margin-top: 24px; color: #c3d0de; font-size: 1rem; line-height: 2; }
.engineering-intro .text-link { margin-top: 36px; }
.engineering-intro .round-arrow { color: var(--ice); border-color: #66819e; }
.engineering-intro a:hover > .round-arrow { color: white; border-color: var(--blue); }
.engineering-offerings { padding: 12px 36px 30px; min-width: 0; }
.offering-row { display: flex; align-items: flex-start; gap: 24px; padding-block: 28px; border-bottom: 1px solid var(--line); }
.offering-row > div { flex: 1; min-width: 0; }
.offering-row h4 { margin: 0 0 12px; font-size: 1.25rem; font-weight: 600; line-height: 1.6; }
.offering-row p { color: var(--muted); font-size: 1rem; line-height: 1.9; }
.offering-row .round-arrow { margin-top: 2px; }
.offering-row:hover h4, .application-fields a:hover { color: var(--blue); }
.application-fields { padding-top: 24px; }
.application-fields .business-label { color: var(--muted); font-family: var(--sans); font-size: .875rem; margin-bottom: 10px; }
.application-fields a { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-block: 10px; font-size: 1rem; font-weight: 500; line-height: 1.7; }
.application-fields a span { color: var(--blue); flex-shrink: 0; }
.specialist-services { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); margin-top: 34px; border-block: 1px solid #ccd7e5; }
.specialist-service { display: flex; flex-direction: column; align-items: flex-start; padding: 34px 38px 36px 0; }
.specialist-service + .specialist-service { padding-inline: 38px 0; border-left: 1px solid #ccd7e5; }
.specialist-service h3 { margin-top: 13px; font-size: 1.375rem; font-weight: 600; line-height: 1.7; }
.specialist-service > p:not(.business-label) { margin-top: 18px; margin-bottom: 24px; color: var(--muted); font-size: 1rem; line-height: 1.95; }
.specialist-service .text-link { margin-top: auto; min-height: 44px; }
@media (max-width: 900px) {
  .engineering-overview { grid-template-columns: minmax(0,1fr); }
  .engineering-intro { padding: 36px; }
  .engineering-intro .desktop-break { display: none; }
  .engineering-intro h3 { margin-top: 16px; }
  .engineering-intro .text-link { margin-top: 24px; }
  .engineering-offerings { padding-top: 4px; }
  .specialist-service { padding-right: 26px; }
  .specialist-service + .specialist-service { padding-left: 26px; }
}
@media (max-width: 600px) {
  .engineering-intro { padding: 28px 24px; }
  .engineering-intro h3 { font-size: 1.5rem; }
  .engineering-offerings { padding: 0 24px 24px; }
  .offering-row { gap: 14px; padding-block: 24px; }
  .offering-row h4 { font-size: 1.125rem; }
  .specialist-services { grid-template-columns: minmax(0,1fr); margin-top: 28px; }
  .specialist-service, .specialist-service + .specialist-service { padding: 28px 0; border-left: 0; }
  .specialist-service + .specialist-service { border-top: 1px solid #ccd7e5; }
  .specialist-service h3 { font-size: 1.25rem; }
}
.recruit { background: white; }
.recruit-panel { overflow: hidden; display: grid; grid-template-columns: 1.15fr 1fr; align-items: center; gap: 56px; background: linear-gradient(110deg,#0b1930,#0d2b4a); border: 1px solid #16334d; border-radius: 8px; padding: 64px 68px; color: white; }
.recruit .eyebrow { color: var(--ice); }
.recruit h2 { font-size: clamp(1.9rem,2.9vw,2.7rem); }
.recruit-copy > p:not(.eyebrow) { color: #bdcddd; margin-top: 24px; font-size: 1rem; }
.button-white { background: white; color: var(--ink); margin-top: 30px; }
.button-white:hover { background: #d9efff; }
.recruit-type { font: 600 clamp(2.8rem,5.6vw,5.3rem)/1.13 var(--latin); letter-spacing: -.06em; }
.recruit-type > span { display: block; }
.recruit-type > span:first-child { color: #456989; }
.recruit-type > span > i { color: var(--ice); font-style: normal; }
.recruit-rule { height: 1px; margin-top: 30px; background: linear-gradient(90deg,#85d9fe88,transparent); }
.recruit-type small { display: block; font: 500 .75rem/1.8 var(--latin); color: #abc3d9; letter-spacing: .08em; margin-top: 19px; }
.contact { padding-bottom: 94px; }
.contact-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; border-top: 1px solid var(--line); padding-top: 70px; }
.contact .eyebrow { margin-bottom: 16px; }
.contact h2 { font-size: clamp(2rem,3vw,2.8rem); }
.contact p:not(.eyebrow) { margin-top: 16px; font-size: 1rem; color: var(--muted); }
.button-dark { color: white; background: var(--navy); min-width: 260px; }
.button-dark:hover { background: var(--blue); }
.site-footer { border-top: 1px solid var(--line); padding-block: 30px; background: #fafbfd; }
.footer-inner { display: flex; align-items: center; gap: 32px; }
.site-footer .brand-name { font-size: 1.6rem; }
.site-footer .brand-name > span { font-size: .9375rem; }
.site-footer .brand-logo { width: 42px; height: 42px; }
.site-footer p { font: 500 .75rem/1.8 var(--latin); color: #687a90; margin-left: auto; }
.back-top { display: flex; align-items: center; gap: 14px; min-height: 44px; font: 600 .75rem/1.8 var(--latin); letter-spacing: .05em; }
.back-top span { color: var(--blue); font-size: 1.3rem; }
.mobile-break { display: none; }
@keyframes rise-in { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@keyframes image-settle { from { opacity: .55; transform: scale(1.025); } to { opacity: 1; transform: scale(1); } }
@media (min-width: 1600px) { .hero-content { padding-block: 118px; } }
@media (max-width: 1100px) {
  .container { width: calc(100% - 64px); }
  .header-inner { width: calc(100% - 48px); }
  nav { gap: 22px; }
  .nav-contact { gap: 18px; padding-inline: 16px; }
  .about-grid { gap: 48px; }
  .service-grid { gap: 14px; }
  .service-card { padding: 24px 20px; }
  .recruit-panel { padding: 48px; gap: 32px; }
}
@media (max-width: 900px) {
  .header-inner { min-height: 74px; }
  .menu-button { display: flex; align-items: center; gap: 16px; color: var(--ink); border: 0; background: transparent; padding: 12px 0 12px 12px; font-size: .875rem; font-weight: 600; cursor: pointer; }
  .menu-lines { width: 22px; display: flex; flex-direction: column; gap: 6px; }
  .menu-lines i { display: block; width: 22px; height: 1px; background: var(--ink); transition: transform .2s; }
  .menu-button[aria-expanded='true'] .menu-lines i:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-button[aria-expanded='true'] .menu-lines i:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  nav { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 18px 32px 26px; max-height: calc(100vh - 74px); max-height: calc(100dvh - 74px); overflow-y: auto; overscroll-behavior: contain; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 15px 25px #07122218; align-items: stretch; gap: 2px; }
  nav.open { display: flex; flex-direction: column; }
  nav > a { padding: 18px 0; white-space: normal; }
  nav > .nav-contact { margin-top: 8px; padding: 16px 20px; justify-content: space-between; }
  .hero-content { padding-block: 82px; }
  .hero h1 { font-size: clamp(3rem,7.3vw,4.3rem); }
  .hero-image { object-position: 58% center; }
  .capability-grid > a { padding: 20px 15px; column-gap: 10px; }
  .capability-arrow { display: none; }
  .section-space { padding-block: 82px; }
  .section-heading { align-items: flex-start; }
  .section-description { font-size: .9375rem; padding-top: 52px; }
  .service-grid { grid-template-columns: 1fr; gap: 18px; }
  .service-card { display: grid; grid-template-columns: 1fr 1fr; column-gap: 36px; padding: 30px; }
  .card-top { grid-column: 1 / -1; margin-bottom: 20px; }
  .service-card h3 { font-size: 1.5rem; align-self: end; }
  .card-english { grid-column: 1; }
  .card-copy { grid-column: 2; grid-row: 2 / 5; margin: 0; }
  .service-tags { grid-column: 1; margin: 20px 0 24px; }
  .card-link { grid-column: 1 / -1; }
  .about-grid { grid-template-columns: 1fr; gap: 32px; }
  .about-copy { padding-top: 0; max-width: 640px; }
  .about-copy > p:not(.about-intro) { max-width: none; }
  .recruit-panel { padding: 42px 36px; gap: 22px; }
  .recruit-type { font-size: 3.25rem; }
  .contact { padding-bottom: 72px; }
  .contact-inner { padding-top: 54px; }
}
@media (max-width: 600px) {
  html { scroll-padding-top: 90px; }
  .container { width: calc(100% - 44px); }
  .header-inner { width: calc(100% - 36px); min-height: 70px; gap: 12px; }
  .brand-name { font-size: 1.75rem; gap: 8px; }
  .brand-name > span { font-size: 1rem; }
  .brand-logo { width: 44px; height: 44px; }
  .menu-button { gap: 10px; }
  nav { padding-inline: 22px; max-height: calc(100vh - 70px); max-height: calc(100dvh - 70px); }
  .hero-content { padding-top: 65px; padding-bottom: 83px; }
  .hero-eyebrow { font-size: .75rem; letter-spacing: .05em; gap: 8px; margin-bottom: 25px; }
  .hero h1 { font-size: clamp(2.65rem,9.5vw,3.6rem); line-height: 1.43; }
  .hero-lead { font-size: 1rem; line-height: 1.95; margin-top: 25px; }
  .hero-image { object-position: 63% center; opacity: .65; }
  .hero-shade { background: linear-gradient(90deg,#030a17d9,#030a176b 90%),linear-gradient(0deg,#030a17cc,transparent 50%); }
  .hero-actions { gap: 22px; margin-top: 32px; }
  .button { gap: 30px; padding: 16px 20px; font-size: .875rem; min-height: 56px; }
  .hero-about { gap: 12px; font-size: .875rem; }
  .hero-bottom { padding-bottom: 20px; }
  .hero-caption { display: none; }
  .scroll-link { margin-left: auto; }
  .capability-grid { width: 100%; }
  .capability-grid > a { display: flex; flex-direction: column; align-items: flex-start; gap: 3px; padding: 16px 10px; }
  .capability-index { font-size: .75rem; }
  .capability-en { font-size: .8125rem; letter-spacing: .03em; }
  .capability-ja { font-size: .875rem; line-height: 1.6; overflow-wrap: anywhere; }
  .section-space { padding-block: 66px; }
  h2 { font-size: clamp(1.8rem,6.5vw,2.25rem); }
  .eyebrow { margin-bottom: 20px; }
  .about-intro { font-size: 1.0625rem; }
  .desktop-break { display: none; }
  .section-heading { display: block; margin-bottom: 32px; }
  .section-description { padding: 0; margin-top: 23px; font-size: 1rem; }
  .service-card { display: flex; padding: 27px 24px 22px; }
  .card-top { margin-bottom: 24px; }
  .service-card h3 { align-self: auto; font-size: 1.4rem; }
  .card-copy { margin: 22px 0 20px; }
  .service-tags { margin: 0 0 23px; }
  .service-card:hover { transform: none; }
  .recruit-panel { grid-template-columns: 1fr; padding: 35px 26px; gap: 45px; }
  .recruit h2 { font-size: 1.9rem; }
  .recruit-copy > p:not(.eyebrow) br { display: none; }
  .recruit-type { font-size: 3.7rem; }
  .recruit-rule { margin-top: 22px; }
  .recruit-type small { margin-top: 14px; font-size: .75rem; letter-spacing: .015em; }
  .contact { padding-bottom: 60px; }
  .contact-inner { display: block; padding-top: 45px; }
  .contact .button { margin-top: 30px; width: 100%; min-width: 0; }
  .site-footer { padding-block: 24px; }
  .footer-inner { flex-wrap: wrap; column-gap: 16px; row-gap: 20px; }
  .site-footer .brand { margin-right: auto; }
  .site-footer p { order: 3; flex-basis: 100%; }
  .back-top { font-size: .75rem; gap: 12px; }
}
@media (max-width: 359px) {
  .container { width: calc(100% - 36px); }
  .hero h1 { font-size: 2.4rem; }
  .hero-eyebrow { letter-spacing: 0; }
  .hero-actions { gap: 12px; }
  .hero-actions .button { padding-inline: 15px; gap: 20px; }
  .capability-grid > a { padding-inline: 8px; }
  .mobile-break { display: inline; }
  .recruit-panel { padding-inline: 22px; }
  .recruit h2 { font-size: 1.7rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

/* Full-site editorial system — retains the approved homepage palette and typography. */
.header-inner { gap: 24px; }
#navigation { gap: 25px; }
.language-menu { position: relative; font: 600 .875rem/1.6 var(--latin); width: max-content; }
.language-menu summary { cursor: pointer; list-style: none; padding: 13px 10px; display: flex; align-items: center; gap: 9px; }
.language-menu summary::-webkit-details-marker { display: none; }
.language-options { position: absolute; top: calc(100% + 8px); right: 0; z-index: 25; min-width: 174px; padding: 8px; border: 1px solid var(--line); background: white; border-radius: 6px; box-shadow: 0 12px 35px #0712221c; }
.language-options a { display: block; padding: 10px 12px; border-radius: 3px; color: var(--ink); font: 500 .875rem/1.7 var(--sans); }
.language-options a:hover, .language-options [aria-current] { background: #eaf3ff; color: var(--blue); }
.page-hero { position: relative; overflow: hidden; padding: 30px 0 64px; background: var(--navy); color: white; }
.page-hero::before { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse at 88% 30%,#1363d930,transparent 65%),linear-gradient(120deg,transparent 62%,#8fd8ff12 62.1%,transparent 62.2%,transparent 68%,#8fd8ff14 68.1%,transparent 68.2%); }
.page-hero .container { position: relative; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; color: #a3b7cb; font-size: .8125rem; line-height: 1.6; margin-bottom: 48px; }
.breadcrumbs a:hover { color: white; }
.page-hero .eyebrow { color: var(--ice); margin-bottom: 15px; }
.page-hero h1 { font-size: clamp(2rem,3.6vw,3.5rem); font-weight: 600; line-height: 1.5; letter-spacing: -.025em; max-width: 1040px; }
.page-lead { max-width: 740px; margin-top: 20px; color: #b8c9dc; font-size: 1rem; }
.page-hero-line { display: block; margin-top: 30px; width: 48px; height: 2px; background: linear-gradient(90deg,var(--ice),var(--blue)); }
/* Shared inner-page masthead; independent from the approved homepage hero. */
.page-hero.page-hero--editorial { padding: 28px 0 56px; isolation: isolate; background: #071526; border-bottom: 1px solid #244e73; }
.page-hero--editorial .page-hero-image { position: absolute; z-index: -2; inset: 0 0 0 auto; width: 72%; height: 100%; object-fit: cover; object-position: 60% 51%; opacity: .45; pointer-events: none; }
.page-hero.page-hero--editorial::before { z-index: -1; background: linear-gradient(90deg,#071526 12%,#071526eb 38%,#07152666 80%),linear-gradient(0deg,#071526c9,transparent 55%); }
.page-hero--editorial .breadcrumbs { margin-bottom: 38px; color: #b7c8da; }
.page-hero-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,.95fr); gap: clamp(36px,6vw,96px); align-items: center; }
.page-hero-copy { min-width: 0; padding-block: 8px 10px; }
.page-hero--editorial .eyebrow { font-size: .8125rem; letter-spacing: .13em; margin-bottom: 20px; }
.page-hero--editorial .section-tick { width: 28px; background: linear-gradient(90deg,var(--ice),#2379df); }
.page-hero.page-hero--editorial h1 { font-size: clamp(2.65rem,4.6vw,4.25rem); font-weight: 600; line-height: 1.35; letter-spacing: -.035em; text-wrap: balance; }
.page-hero.page-hero--long-title h1 { font-size: clamp(2rem,2.9vw,2.75rem); line-height: 1.55; letter-spacing: -.015em; }
.page-hero--editorial .page-lead { max-width: 34em; margin-top: 25px; color: #c4d4e5; font-size: 1rem; line-height: 2; text-wrap: pretty; }
.page-hero-scroll { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 44px; margin-top: 24px; padding-bottom: 6px; border-bottom: 1px solid #789bbd; color: #e9f2fc; font-size: .875rem; line-height: 1.7; }
.page-hero-scroll > span { color: var(--ice); font-size: 1.125rem; }
.page-hero-scroll:hover { border-color: var(--ice); color: var(--ice); }
.page-hero-index { min-width: 0; padding: 22px; border: 1px solid #6d9cc14d; border-radius: 9px; background: #102942d9; box-shadow: 0 16px 50px #020a1824; }
.hero-index-label { font: 500 .875rem/1.7 var(--sans); letter-spacing: .08em; color: #c2d6e9; margin-bottom: 16px; }
.page-hero-index ul { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
.page-hero-index li { min-width: 0; }
.page-hero-index a { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 5px 10px; height: 100%; min-height: 90px; padding: 14px 16px; border: 1px solid #89b7de29; border-radius: 4px; background: #061629a6; transition: background .2s,border-color .2s; }
.hero-index-number { grid-column: 1; color: #a5c4e0; font: 500 .75rem/1.5 var(--latin); letter-spacing: .07em; }
.hero-index-title { grid-column: 1; color: #f4f8fe; font-size: .875rem; font-weight: 500; line-height: 1.65; overflow-wrap: anywhere; }
.hero-index-arrow { grid-column: 2; grid-row: 1 / 3; color: var(--ice); font: 500 1.125rem/1 var(--latin); }
.page-hero-index a:hover { background: #17416a; border-color: #82c6fa99; }
.page-hero--editorial a:focus-visible { outline: 2px solid #a6e7ff; outline-offset: 3px; }
@media (max-width: 1050px) {
  .page-hero-grid { grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 32px; }
  .page-hero-index { padding: 18px; }
  .page-hero-index a { padding: 12px; }
  .page-hero.page-hero--editorial h1 { font-size: 3rem; }
  .page-hero.page-hero--long-title h1 { font-size: 2.15rem; }
}
@media (max-width: 800px) {
  .page-hero-grid { grid-template-columns: minmax(0,1fr); gap: 30px; }
  .page-hero.page-hero--editorial { padding-bottom: 36px; }
  .page-hero--editorial .breadcrumbs { margin-bottom: 28px; }
  .page-hero--editorial .page-hero-image { width: 100%; opacity: .3; }
  .page-hero--editorial .page-lead { max-width: 40em; }
  .page-hero-index a { min-height: 64px; grid-template-columns: minmax(0,1fr) auto; }
  .hero-index-number { display: none; }
  .hero-index-arrow { grid-row: 1; }
  .hero-index-title { grid-row: 1; }
}
@media (max-width: 600px) {
  .page-hero.page-hero--editorial { padding-top: 22px; }
  .page-hero.page-hero--editorial h1 { font-size: clamp(2.35rem,8.8vw,3rem); line-height: 1.45; }
  .page-hero.page-hero--long-title h1 { font-size: 1.9rem; line-height: 1.55; }
  .page-hero--editorial .page-lead { margin-top: 20px; }
  .page-hero-scroll { margin-top: 18px; }
  .page-hero-index { padding: 16px; }
  .page-hero-index ul { display: flex; flex-wrap: wrap; gap: 8px; }
  .page-hero-index li { flex: 1 1 42%; }
  .page-hero-index a { min-height: 60px; padding: 10px; }
}
/* Section parents sit above numbered destinations; current/generic headings are not links. */
.page-hero-index .hero-index-parent { margin: 0 0 16px; }
.page-hero-index .hero-index-parent a, .page-hero-index .hero-index-current { display: flex; justify-content: space-between; align-items: center; gap: 18px; height: auto; min-height: 44px; padding: 0 0 16px; border: 0; border-bottom: 1px solid #6389ad66; border-radius: 0; background: transparent; color: #f4f8fe; font-size: clamp(1.25rem,2vw,1.625rem); font-weight: 600; line-height: 1.55; overflow-wrap: anywhere; }
.page-hero-index .hero-index-parent a > span { flex-shrink: 0; color: var(--ice); font: 500 1.3rem/1 var(--latin); }
.page-hero-index .hero-index-parent a:hover { color: var(--ice); border-bottom-color: #82c6fa; }
.page-hero-index--parent li:last-child:nth-child(odd) { grid-column: 1/-1; }
@media (max-width: 600px) {
  .page-hero-index .hero-index-parent a, .page-hero-index .hero-index-current { padding-bottom: 14px; }
  .page-hero-index--parent li:last-child:nth-child(odd) { flex-basis: 100%; }
}
/* Reserve the former three-row index's space without restoring hidden links.
   Its label is .875rem × 1.7; the remaining card, gap and inset sizes follow above. */
.page-hero--solo { --access-index-space: calc(350px + 1.4875rem); }
.page-hero--solo .page-hero-grid { grid-template-columns: minmax(0,1fr); gap: 0; min-height: var(--access-index-space); }
.page-hero--solo .page-hero-copy { max-width: 56rem; }
@media (max-width: 1050px) {
  .page-hero--solo { --access-index-space: calc(342px + 1.4875rem); }
}
@media (max-width: 800px) {
  .page-hero--solo { --access-index-space: calc(264px + 1.4875rem); }
  .page-hero--solo .page-hero-grid { min-height: 0; padding-bottom: calc(30px + var(--access-index-space)); }
}
@media (max-width: 600px) {
  .page-hero--solo { --access-index-space: calc(246px + 1.4875rem); }
}
.page-layout { display: grid; grid-template-columns: minmax(0,1fr) 250px; gap: 70px; align-items: start; padding-block: 72px 96px; }
.page-layout > div { min-width: 0; }
.page-sidebar { position: sticky; top: 125px; padding-left: 28px; border-left: 1px solid var(--line); }
.page-sidebar .eyebrow { margin-bottom: 14px; font-size: .75rem; }
.page-sidebar h2 { font-size: 1.15rem; font-weight: 700; margin-bottom: 20px; }
.sidebar-links a { display: flex; justify-content: space-between; gap: 10px; font-size: .875rem; line-height: 1.7; padding: 12px 0; border-bottom: 1px solid #e9edf4; color: var(--muted); }
.sidebar-links a span { color: var(--blue); flex: 0 0 auto; }
.sidebar-links a:hover { color: var(--blue); }
.sidebar-contact { display: block; background: var(--navy); color: white; padding: 20px; margin-top: 28px; border-radius: 5px; font-size: .875rem; }
.sidebar-contact > span { display: block; color: var(--ice); font: 600 .75rem/1.8 var(--latin); margin-bottom: 6px; letter-spacing: .08em; }
.article-body { min-width: 0; overflow-wrap: anywhere; }
.article-body h2 { font-size: 1.7rem; line-height: 1.65; font-weight: 700; letter-spacing: -.015em; margin: 30px 0 14px; }
.article-body h3 { font-size: 1.3rem; line-height: 1.65; margin: 24px 0 12px; }
.article-body h4, .article-body h5, .article-body h6 { font-size: 1.0625rem; line-height: 1.8; margin: 18px 0 10px; }
.article-body p { margin-bottom: 16px; font-size: 1rem; line-height: 2; }
.article-body p:last-child { margin-bottom: 0; }
.article-body ul, .article-body ol { padding-left: 1.5em; margin-block: 14px 20px; }
.article-body li { padding-left: .25em; margin-block: 6px; }
.article-body li::marker { color: var(--blue); }
.article-body a:not(.button):not(.document-download) { color: var(--blue); text-decoration: underline; text-decoration-color: #1363d948; text-underline-offset: 4px; }
.article-body a:hover { text-decoration-color: currentColor; }
.article-body strong, .article-body b { font-weight: 600; }
.content-block { margin-bottom: 24px; }
.content-block:empty, .content-block div:empty, .content-block p:empty { display: none; }
.content-heading { margin-top: 40px; padding-top: 8px; }
.content-heading h2, .content-heading h3 { margin-top: 0; }
.content-heading:first-child { margin-top: 0; }
.content-heading + .content-heading { margin-top: 12px; }
.content-text > div > p:only-child > strong:only-child { color: var(--ink); }
.content-anchor { display: block; scroll-margin-top: 115px; }
.block-line { display: block; }
.content-image { padding: 10px 0; }
.content-image img, .content-text img { margin-inline: auto; width: auto; max-height: 750px; height: auto; object-fit: contain; border-radius: 5px; }
.content-video video, .article-body video { display: block; width: 100%; max-height: 510px; background: #081423; border-radius: 7px; }
.article-body iframe { border: 1px solid var(--line); width: 100%; height: 360px; border-radius: 7px; display: block; }
.media-gallery { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 16px; }
.media-gallery > div, .media-gallery img { min-width: 0; }
.media-gallery .swiper-slide { display: inline-block; width: min(100%,540px); vertical-align: top; scroll-snap-align: start; }
.media-gallery img { width: 100%; height: auto; }
.feature-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; margin-block: 30px; }
.feature-box { background: var(--paper); border: 1px solid #e3eaf3; border-radius: 6px; padding: 26px; }
.feature-grid .feature-box { margin: 0; }
.feature-box h3, .feature-box h2 { margin-top: 0; font-size: 1.15rem; }
.feature-box p { color: var(--muted); }
.quick-links { display: flex; flex-wrap: wrap; gap: 10px; margin-block: 24px; }
.quick-links .content-button { margin: 0; }
.content-button { display: inline-block; margin-right: 8px; }
.content-button a, .content-button > div > span, .content-button > div > div > span { display: inline-flex; align-items: center; min-height: 44px; padding: 10px 18px; background: #edf4fc; border: 1px solid #dbe6f5; border-radius: 4px; font-size: .875rem; font-weight: 600; }
.table-scroll { width: 100%; overflow-x: auto; border-top: 2px solid var(--navy); margin-block: 28px; }
.article-body table { width: 100%; border-collapse: collapse; font-size: 1rem; line-height: 1.9; }
.article-body td, .article-body th { padding: 20px 22px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.article-body tr > :first-child { background: var(--paper); width: 25%; min-width: 120px; color: var(--ink); font-weight: 500; }
.article-body td p { font-size: 1rem; }
.article-body td img { max-height: 260px; }
.document-download { display: flex; justify-content: space-between; align-items: center; gap: 24px; border: 1px solid var(--line); border-radius: 6px; background: #f3f7fc; padding: 26px; font-weight: 600; }
.document-download > span { color: var(--blue); font: 600 .875rem/1.5 var(--latin); white-space: nowrap; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { position: relative; list-style: none; cursor: pointer; padding: 23px 38px 23px 0; font-weight: 600; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; position: absolute; right: 8px; top: 20px; color: var(--blue); font-size: 1.5rem; }
.faq-item[open] summary::after { content: '−'; }
.faq-item > div { padding: 0 16px 24px 0; color: var(--muted); }
.data-chart { padding: 28px; background: #f6f9fd; border: 1px solid #e3eaf4; margin-block: 24px; border-radius: 6px; }
.data-chart h3 { margin-top: 0; }
.data-chart dl { margin: 0; }
.data-chart dl > div { display: grid; grid-template-columns: 160px minmax(0,1fr); gap: 12px; margin: 13px 0; font-size: .9375rem; }
.data-chart dd { display: flex; align-items: center; gap: 16px; margin: 0; }
.data-chart strong { width: 65px; text-align: right; font: 600 .875rem/1.5 var(--latin); }
.bar-track { flex: 1; height: 9px; background: #e0e8f4; border-radius: 2px; overflow: hidden; }
.bar-track > span { height: 100%; display: block; background: linear-gradient(90deg,#1363d9,#32a5d4); }
.content-notice { border-left: 3px solid #83abc9; padding: 18px 22px; background: #f3f7fa; color: #54677b; margin-bottom: 35px; }
.content-notice p, .asset-unavailable { font-size: .875rem; line-height: 1.85; }
.directory-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.directory-card { display: flex; flex-direction: column; align-items: flex-start; padding: 28px; border: 1px solid var(--line); border-radius: 7px; background: white; transition: border-color .2s,transform .2s,box-shadow .2s; }
.directory-card:hover { border-color: #8ab7ea; transform: translateY(-3px); box-shadow: 0 12px 28px #142d4610; }
.card-index { font: 600 .8125rem/1.5 var(--latin); letter-spacing: .1em; color: #6b86a5; margin-bottom: 25px; }
.directory-card h3 { font-size: 1.2rem; line-height: 1.65; font-weight: 600; margin-bottom: 14px; }
.directory-card p { font-size: .9375rem; color: var(--muted); margin-bottom: 24px; }
.directory-card .round-arrow { margin-top: auto; align-self: flex-end; }
.landing-intro { max-width: 820px; margin-bottom: 50px; }
.landing-intro .content-heading { margin-top: 20px; }
/* Company directory: a primary profile entry, four supporting pages, two disclosures. */
/* Business guide keeps the SE hierarchy separate from other service areas. */
.services-guide { padding-block: 72px 88px; background: #f3f6fb; border-bottom: 1px solid var(--line); }
.services-engineering { display: grid; grid-template-columns: minmax(0,.82fr) minmax(0,1.45fr); overflow: hidden; border: 1px solid #d8e3ef; border-radius: 14px; background: white; }
.solution-entry { position: relative; display: flex; flex-direction: column; min-width: 0; padding: 32px; color: var(--ink); background: white; transition: background .2s,border-color .2s,box-shadow .2s; }
.solution-meta { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; color: #4d6c91; font: 600 .875rem/1.55 var(--latin); letter-spacing: .055em; }
.solution-meta > span:first-child:not(:last-child) { padding-right: 14px; border-right: 1px solid #cbdcee; color: #1767bf; }
.solution-entry h2, .solution-entry h3 { font-size: clamp(1.25rem,1.8vw,1.65rem); font-weight: 600; line-height: 1.6; letter-spacing: -.025em; overflow-wrap: anywhere; }
.solution-summary { margin-top: 12px; color: #52677f; font-size: 1rem; line-height: 1.85; }
.solution-language { align-self: flex-start; margin-top: 10px; padding: 2px 9px; border: 1px solid #d2e0ed; border-radius: 4px; color: #52677f; font-size: .875rem; line-height: 1.7; }
.solution-action { display: flex; justify-content: flex-end; margin-top: auto; padding-top: 24px; }
.solution-arrow { display: grid; place-items: center; width: 38px; height: 38px; flex-shrink: 0; border: 1px solid #c6d8ed; border-radius: 50%; color: #1767bf; font: 500 1.35rem/1 var(--latin); transition: background .2s,color .2s; }
.solution-entry--engineering { padding: 38px; background: linear-gradient(155deg,#fff 10%,#edf4fd 100%); border-right: 1px solid #d8e3ef; }
.solution-entry--engineering::before { content: ''; position: absolute; inset: 0 0 auto; height: 4px; background: #246ccc; }
.solution-entry--engineering .solution-meta { flex-wrap: wrap; gap: 18px; color: #416384; letter-spacing: .075em; }
.solution-entry--engineering .solution-meta > span:first-child { flex-shrink: 0; padding-right: 0; border: 0; color: #2465b0; font-size: 3.5rem; font-weight: 500; line-height: 1; letter-spacing: -.055em; }
.solution-engineering-copy { margin-top: auto; padding-block: 64px 32px; }
.solution-entry--engineering h2 { font-size: clamp(1.8rem,2.7vw,2.65rem); line-height: 1.45; }
.solution-entry--engineering .solution-summary { max-width: 18em; margin-top: 10px; }
.solution-entry--engineering .solution-action { align-items: center; justify-content: space-between; gap: 16px; margin-top: 0; padding-top: 22px; border-top: 1px solid #c8d9eb; color: #1e5fa9; }
.solution-entry--engineering .solution-action-label { font-size: .875rem; font-weight: 500; overflow-wrap: anywhere; }
.solution-entry--engineering .solution-arrow { width: 36px; height: 36px; border-color: #246ccc; background: #246ccc; color: white; }
.engineering-options { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
.solution-entry--subservice { min-height: 210px; padding: 28px; }
.solution-entry--subservice:nth-child(odd) { border-right: 1px solid #e0e8f2; }
.solution-entry--subservice:nth-child(-n+2) { border-bottom: 1px solid #e0e8f2; }
.solution-entry--subservice .solution-meta { font-size: .8125rem; margin-bottom: 14px; }
.solution-entry--subservice h3 { font-size: 1.125rem; }
.solution-entry--subservice .solution-summary { font-size: 1rem; }
.services-focus, .services-independent { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; margin-top: 22px; }
.services-focus .solution-entry { min-height: 296px; padding: 38px; border: 1px solid #d8e3ef; border-radius: 14px; }
.solution-entry--public { background: #fff; }
.solution-entry--public h2, .solution-entry--ai h2 { font-size: clamp(1.5rem,2.2vw,2rem); }
.services-focus .solution-entry--ai { overflow: hidden; isolation: isolate; color: white; background: #0b2440; border-color: #173958; }
.solution-image { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .36; }
.solution-entry--ai::before { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(120deg,#071c33f0 18%,#0a24436b 100%); }
.solution-entry--ai .solution-meta, .solution-entry--ai .solution-meta > span:first-child, .solution-entry--ai .solution-arrow { color: #a9dfff; border-color: #86b8df80; }
.solution-entry--ai .solution-summary, .solution-entry--ai .solution-language { color: #d1e1f3; }
.solution-entry--ai .solution-language { border-color: #86b8df80; }
.services-independent .solution-entry { min-height: 232px; border: 1px solid #d8e3ef; border-radius: 12px; }
.solution-entry:hover { background: #f0f6fe; }
.solution-entry--engineering:hover { background: linear-gradient(155deg,#fff 10%,#edf4fd 100%); }
.services-focus .solution-entry:hover, .services-independent .solution-entry:hover { border-color: #7cadda; box-shadow: 0 12px 30px #173c6810; }
.services-focus .solution-entry--ai:hover { background: #123456; }
.solution-entry:hover .solution-arrow { color: white; border-color: #1769c7; background: #1769c7; }
.solution-entry:focus-visible { z-index: 1; outline: 3px solid #1680dc; outline-offset: -4px; }
.services-technology { margin-top: 44px; padding-top: 32px; border-top: 1px solid #d4dfed; }
.services-technology-heading { display: flex; align-items: baseline; flex-wrap: wrap; gap: 14px 24px; margin-bottom: 24px; }
.services-technology-heading p { color: #537195; font: 600 .875rem/1.5 var(--latin); letter-spacing: .075em; }
.services-technology-heading h2 { font-size: 1.5rem; font-weight: 600; }
.services-technology-links { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.solution-entry--technology { padding: 24px; border: 1px solid #d8e3ef; border-radius: 10px; background: #ffffffb3; }
.solution-entry--technology .solution-meta { font-size: .8125rem; margin-bottom: 14px; }
.solution-entry--technology h3 { font-size: 1.125rem; }
.solution-entry--technology .solution-summary { font-size: 1rem; }
.solution-entry[lang="my"] h2, .solution-entry[lang="my"] h3 { letter-spacing: normal; }
@media (max-width: 1050px) {
  .services-engineering { grid-template-columns: minmax(0,1fr); }
  .solution-entry--engineering { border-right: 0; border-bottom: 1px solid #d8e3ef; }
  .solution-engineering-copy { padding-block: 28px; }
  .services-technology-links { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 700px) {
  .services-guide { padding-block: 36px 52px; }
  .engineering-options, .services-focus, .services-independent { grid-template-columns: minmax(0,1fr); }
  .services-focus, .services-independent { gap: 14px; margin-top: 14px; }
  .solution-entry, .solution-entry--engineering, .services-focus .solution-entry { padding: 26px; }
  .solution-entry--subservice { min-height: 0; }
  .solution-entry--subservice:nth-child(odd) { border-right: 0; }
  .solution-entry--subservice:not(:last-child) { border-bottom: 1px solid #e0e8f2; }
  .services-focus .solution-entry { min-height: 270px; }
  .services-independent .solution-entry { min-height: 0; }
  .services-technology { margin-top: 30px; padding-top: 26px; }
}
@media (max-width: 480px) {
  .services-technology-links { grid-template-columns: minmax(0,1fr); gap: 14px; }
}
@media (max-width: 600px) {
  .solution-entry--engineering h2 { font-size: 2rem; }
}
@media (prefers-reduced-motion: reduce) {
  .solution-entry, .solution-arrow { transition: none; }
}
.company-guide { padding-block: 72px 88px; background: #f3f6fb; border-bottom: 1px solid var(--line); }
.company-guide-grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(0,2fr); gap: 22px; }
.company-guide-links { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.company-card { position: relative; display: flex; flex-direction: column; min-width: 0; padding: 30px; border: 1px solid #dce5f0; border-radius: 12px; background: #fff; color: var(--ink); transition: border-color .2s,box-shadow .2s,transform .2s; }
.company-card--standard { min-height: 216px; }
.company-card-meta { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; color: #537195; font: 600 .875rem/1.5 var(--latin); letter-spacing: .075em; }
.company-card-meta > span:first-child { color: #1e67bd; padding-right: 14px; border-right: 1px solid #d6e0ee; }
.company-card-copy h2, .company-card-copy h3 { font-size: clamp(1.2rem,1.5vw,1.5rem); font-weight: 600; line-height: 1.6; letter-spacing: -.025em; overflow-wrap: anywhere; }
.company-card-copy p { margin-top: 10px; color: #52677f; font-size: 1rem; line-height: 1.85; }
.company-card-language { display: inline-block; margin-top: 8px; color: #52677f; font-size: .875rem; }
.company-card-action { display: flex; align-items: center; justify-content: flex-end; gap: 16px; margin-top: auto; padding-top: 22px; }
.company-card-action > span:first-child { font-size: .875rem; font-weight: 500; }
.company-card--standard .company-card-action > span:first-child, .company-card--disclosure .company-card-action > span:first-child { display: none; }
.company-card-arrow { display: grid; place-items: center; flex: 0 0 36px; width: 36px; height: 36px; border: 1px solid #c6d8ed; border-radius: 50%; color: #1e67bd; font: 500 1.35rem/1 var(--latin); transition: background .2s,color .2s; }
.company-card--featured { min-height: 452px; padding: 38px; overflow: hidden; border-color: #c8daed; background: linear-gradient(155deg,#fff 10%,#edf4fd 100%); color: var(--ink); }
.company-card--featured::before { content: ''; position: absolute; inset: 0 0 auto; height: 4px; background: #246ccc; }
.company-card--featured .company-card-meta { gap: 18px; color: #416384; }
.company-card--featured .company-card-meta > span:first-child { flex-shrink: 0; padding-right: 0; border: 0; color: #2465b0; font-size: 3.5rem; font-weight: 500; line-height: 1; letter-spacing: -.055em; }
.company-card--featured .company-card-copy { margin-top: auto; padding-block: 64px 32px; }
.company-card--featured h2 { font-size: clamp(1.8rem,2.7vw,2.65rem); line-height: 1.45; }
.company-card--featured .company-card-copy p { max-width: 18em; color: #52677f; }
.company-card--featured .company-card-action { margin-top: 0; justify-content: space-between; padding-top: 22px; border-top: 1px solid #c8d9eb; color: #1e5fa9; }
.company-card--featured .company-card-arrow { border-color: #246ccc; background: #246ccc; color: white; }
.company-card:hover { border-color: #7daddb; box-shadow: 0 14px 34px #173c6812; transform: translateY(-3px); }
.company-card:hover .company-card-arrow { background: #1769c7; border-color: #1769c7; color: white; }
.company-card:focus-visible { outline: 3px solid #1481e5; outline-offset: 4px; }
.company-disclosures { display: grid; grid-template-columns: minmax(0,.65fr) repeat(2,minmax(0,1fr)); gap: 24px; align-items: stretch; margin-top: 38px; padding-top: 34px; border-top: 1px solid #d4dfed; }
.company-disclosures-heading { padding: 18px 0; }
.company-disclosures-heading p { color: #537195; font: 600 .875rem/1.5 var(--latin); letter-spacing: .075em; }
.company-disclosures-heading h2 { margin-top: 14px; font-size: 1.5rem; font-weight: 600; line-height: 1.6; }
.company-card--disclosure { padding: 24px 28px; background: #ffffffb3; }
.company-card--disclosure .company-card-meta { margin-bottom: 12px; }
.company-card--disclosure .company-card-copy h3 { font-size: 1.125rem; }
.company-card--disclosure .company-card-action { padding-top: 14px; }
.company-card[lang="my"] .company-card-copy { letter-spacing: normal; }
@media (max-width: 1050px) {
  .company-guide-grid { grid-template-columns: minmax(0,1fr); }
  .company-card--featured { min-height: 300px; }
  .company-card--featured .company-card-copy { padding-block: 28px; }
  .company-disclosures { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .company-disclosures-heading { grid-column: 1 / -1; padding: 0; }
}
@media (max-width: 600px) {
  .company-guide { padding-block: 36px 52px; }
  .company-guide-links, .company-disclosures { grid-template-columns: minmax(0,1fr); gap: 14px; }
  .company-guide-grid { gap: 14px; }
  .company-card, .company-card--featured, .company-card--disclosure { padding: 26px; }
  .company-card--standard { min-height: 0; }
  .company-card--featured { min-height: 320px; }
  .company-card-meta { margin-bottom: 16px; }
  .company-card-copy h2 { font-size: 1.35rem; }
  .company-card--featured h2 { font-size: 2rem; }
  .company-card-action { padding-top: 16px; }
  .company-disclosures { margin-top: 28px; padding-top: 26px; }
  .company-disclosures-heading { padding-bottom: 6px; }
  .company-card:hover { transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .company-card, .company-card-arrow { transition: none; }
  .company-card:hover { transform: none; }
}
/* Careers: culture and HR message, two role directories, one application entry. */
.recruit-guide { padding-block: 72px 88px; background: #f3f6fb; border-bottom: 1px solid var(--line); }
.recruit-opening { display: grid; grid-template-columns: minmax(0,1.7fr) minmax(0,1fr); align-items: stretch; gap: 54px; margin-bottom: 48px; }
.recruit-intro { min-width: 0; padding-block: 6px; }
.recruit-intro .content-block { margin: 0; }
.recruit-intro .content-block p { color: #354b65; font-size: 1.0625rem; line-height: 2; overflow-wrap: anywhere; }
.recruit-eyebrow { display: flex; align-items: center; gap: 14px; margin-bottom: 24px; color: #245f9e; font: 600 .875rem/1.6 var(--latin); letter-spacing: .085em; }
.recruit-eyebrow::before { content: ''; width: 28px; height: 2px; flex-shrink: 0; background: #2470c7; }
.recruit-link { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-width: 0; color: var(--ink); transition: background .2s,box-shadow .2s; }
.recruit-link-copy { min-width: 0; }
.recruit-link-label { margin-bottom: 10px; color: #4e6c8c; font: 600 .8125rem/1.6 var(--latin); letter-spacing: .065em; overflow-wrap: anywhere; }
.recruit-link h2, .recruit-link h3 { font-weight: 600; font-size: clamp(1.125rem,1.5vw,1.375rem); line-height: 1.7; letter-spacing: -.02em; overflow-wrap: anywhere; }
.recruit-link-summary { margin-top: 10px; color: #52677f; font-size: 1rem; line-height: 1.85; }
.recruit-language { display: inline-block; margin-top: 8px; padding: 1px 8px; border: 1px solid #cbd9e9; border-radius: 4px; color: #52677f; font-size: .875rem; line-height: 1.7; }
.recruit-arrow { display: grid; place-items: center; flex: 0 0 38px; width: 38px; height: 38px; border: 1px solid #c6d8ed; border-radius: 50%; color: #1e67bd; font: 500 1.35rem/1 var(--latin); transition: background .2s,color .2s; }
.recruit-link--message { align-items: flex-start; flex-direction: column; padding: 32px; border: 1px solid #cbdcef; border-radius: 12px; background: #e9f1fc; }
.recruit-link--message .recruit-link-label { color: #2e649e; font-size: .875rem; }
.recruit-link--message .recruit-arrow { align-self: flex-end; margin-top: auto; }
.recruit-role-groups { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.recruit-role-group { display: flex; flex-direction: column; min-width: 0; border: 1px solid #d7e2ef; border-radius: 14px; background: white; }
.recruit-group-heading { padding: 30px 32px 26px; border-bottom: 1px solid #dce5f0; }
.recruit-group-heading p { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; color: #496989; font: 600 .875rem/1.6 var(--latin); letter-spacing: .055em; }
.recruit-group-heading p span { display: grid; place-items: center; flex: 0 0 30px; width: 30px; height: 30px; border-radius: 6px; color: #205fa9; background: #edf4fd; font-size: .8125rem; }
.recruit-group-heading h2 { font-size: clamp(1.3rem,2vw,1.75rem); font-weight: 600; line-height: 1.65; letter-spacing: -.02em; overflow-wrap: anywhere; }
.recruit-link--role { flex: 1; min-height: 146px; padding: 26px 32px; border-bottom: 1px solid #e1e9f2; }
.recruit-link--role:last-child { border-bottom: 0; border-radius: 0 0 14px 14px; }
.recruit-link--role .recruit-link-summary { margin-top: 6px; }
.recruit-link--apply { margin-top: 28px; padding: 34px 38px; border: 1px solid #193d63; border-radius: 12px; background: #0c2847; color: white; }
.recruit-link--apply .recruit-link-label { color: #a9dfff; font-size: .875rem; }
.recruit-link--apply h2 { font-size: 1.75rem; }
.recruit-link--apply .recruit-link-summary, .recruit-link--apply .recruit-language { color: #d0e1f4; }
.recruit-link--apply .recruit-language { border-color: #789bbd; }
.recruit-link--apply .recruit-arrow { flex-basis: 48px; width: 48px; height: 48px; border-color: #c3e5ff; background: #c3e5ff; color: #124d83; }
.recruit-link:hover { background: #f0f6fe; }
.recruit-link--message:hover { background: #e0ecfc; box-shadow: 0 10px 26px #173c6810; }
.recruit-link--apply:hover { background: #153b63; }
.recruit-link:hover .recruit-arrow { color: white; background: #1769c7; border-color: #1769c7; }
.recruit-link--apply:hover .recruit-arrow { color: #124d83; background: white; border-color: white; }
.recruit-link:focus-visible { position: relative; z-index: 1; outline: 3px solid #1881dd; outline-offset: -4px; }
.recruit-link[lang="my"] h2, .recruit-link[lang="my"] h3 { letter-spacing: normal; }
@media (max-width: 1050px) {
  .recruit-opening { gap: 28px; grid-template-columns: minmax(0,1.45fr) minmax(0,1fr); }
  .recruit-group-heading, .recruit-link--role { padding-inline: 26px; }
}
@media (max-width: 800px) {
  .recruit-opening, .recruit-role-groups { grid-template-columns: minmax(0,1fr); gap: 22px; }
  .recruit-opening { margin-bottom: 30px; }
  .recruit-link--message { flex-direction: row; align-items: center; }
  .recruit-link--message .recruit-arrow { margin-top: 0; align-self: center; }
  .recruit-link--role { min-height: 0; }
}
@media (max-width: 600px) {
  .recruit-guide { padding-block: 36px 52px; }
  .recruit-intro .content-block p { font-size: 1rem; line-height: 1.95; }
  .recruit-eyebrow { margin-bottom: 18px; }
  .recruit-link, .recruit-role-groups { gap: 18px; }
  .recruit-link--message, .recruit-group-heading, .recruit-link--role, .recruit-link--apply { padding: 24px; }
  .recruit-link--apply { margin-top: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  .recruit-link, .recruit-arrow { transition: none; }
}
.subsection-heading { margin: 72px 0 30px; }
.subsection-heading .eyebrow { margin-bottom: 10px; }
.business-gateways { background: #fbfcfe; }
.business-focus-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; margin-bottom: 32px; }
.business-focus-card { display: flex; flex-direction: column; align-items: flex-start; padding: 34px 36px; background: white; border: 1px solid var(--line); border-top: 3px solid var(--blue); border-radius: 4px; }
.business-focus-card h3 { margin-top: 18px; font-size: clamp(1.5rem,2.2vw,1.9rem); line-height: 1.6; font-weight: 600; }
.business-focus-card .business-focus-lead { color: var(--ink); font-weight: 500; margin-top: 16px; margin-bottom: 12px; }
.business-focus-card > p:not(.business-label) { font-size: 1rem; line-height: 1.9; }
.business-focus-card > p:not(.business-label):not(.business-focus-lead) { color: var(--muted); margin-bottom: 28px; }
.business-focus-card .text-link { margin-top: auto; }
.business-detail > .business-intro { font-size: 1.125rem; line-height: 2.05; padding-bottom: 32px; border-bottom: 1px solid var(--line); }
.business-detail > section { margin-top: 48px; }
.business-detail > section > h2 { margin: 0 0 24px; }
.business-scope-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.business-scope { padding: 26px; border: 1px solid var(--line); border-radius: 5px; background: #f8fafc; }
.business-scope h3 { margin: 0 0 14px; font-size: 1.125rem; color: #154a82; }
.business-scope p { color: var(--muted); }
.business-principles { margin: 0; }
.business-principles > div { padding: 22px 0; border-bottom: 1px solid var(--line); }
.business-principles > div:first-child { padding-top: 0; }
.business-principles dt { font-size: 1.0625rem; font-weight: 600; }
.business-principles dd { margin: 10px 0 0; color: var(--muted); font-size: 1rem; line-height: 1.95; }
.article-body .business-flow { list-style: none; margin: 0; padding: 0; }
.article-body .business-flow li { display: grid; grid-template-columns: 44px minmax(0,1fr); gap: 22px; padding: 0 0 26px; margin: 0; position: relative; }
.business-flow li:not(:last-child)::before { content: ''; position: absolute; top: 44px; bottom: 0; left: 21px; width: 1px; background: #b9cde6; }
.flow-number { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid #b9cde6; border-radius: 50%; color: var(--blue); font: 600 .875rem/1 var(--latin); background: white; }
.business-flow h3 { margin: 5px 0 10px; font-size: 1.125rem; }
.business-flow p { color: var(--muted); }
.business-inquiry { background: #0d2139; color: white; padding: 32px; border-radius: 6px; }
.business-inquiry p { color: #c3d0de; }
.business-inquiry .button { margin-top: 12px; }
.business-detail .directory-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.article-body a.directory-card { text-decoration: none; color: var(--ink); }
.business-detail .directory-card h3 { margin-top: 0; }
@media (max-width: 600px) {
  .business-focus-grid, .business-scope-grid, .business-detail .directory-grid { grid-template-columns: minmax(0,1fr); gap: 18px; }
  .business-focus-card { padding: 28px 24px; }
  .business-detail > .business-intro { font-size: 1rem; padding-bottom: 24px; }
  .business-detail > section { margin-top: 36px; }
  .business-scope { padding: 24px; }
  .business-inquiry { padding: 28px 24px; }
  .business-inquiry .button { width: 100%; }
  .article-body .business-flow li { column-gap: 16px; }
}
.business-gateways .directory-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.original-message { margin-top: 42px; color: var(--muted); font-size: 1rem; line-height: 2; max-width: 880px; }
.language-home-intro { background: linear-gradient(130deg,#091a30,#12355b); color: white; padding: 36px; border-radius: 6px; margin-bottom: 40px; }
.language-home-intro > p { font: 600 .75rem/1.8 var(--latin); letter-spacing: .06em; color: var(--ice); }
.language-home-intro h2 { font: 800 3rem/1.5 var(--latin); }
.language-home-intro h2 span { font: 600 1.3rem var(--sans); margin-left: 12px; }
.sitemap-group { margin-top: 48px; }
.sitemap-group h2 { font-size: 1.5rem; border-bottom: 1px solid var(--line); padding-bottom: 15px; margin-bottom: 12px; }
.sitemap-links { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 0 30px; }
.sitemap-links a { display: flex; justify-content: space-between; gap: 12px; padding: 16px 0; border-bottom: 1px solid #e8edf3; font-size: .9375rem; }
.sitemap-links span { color: var(--blue); }
.inquiry-form { margin-top: 30px; }
.inquiry-form fieldset { min-width: 0; padding: 0; border: 0; margin: 0; }
.consent-panel { background: #eef4fa; padding: 24px; border-radius: 6px; margin-bottom: 32px; }
.consent-panel label { display: flex; align-items: flex-start; gap: 14px; font-size: 1rem; cursor: pointer; }
.consent-panel input, .role-options input { width: 19px; height: 19px; accent-color: var(--blue); flex: 0 0 auto; margin-top: 5px; }
.consent-panel a { display: inline-block; margin: 14px 0 0 33px; font-size: .875rem; }
.form-field { margin-bottom: 26px; }
.form-field label { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-bottom: 10px; font-size: 1rem; font-weight: 500; }
.field-tag { display: inline-block; padding: 2px 7px; color: #506b89; background: #edf3fa; border-radius: 3px; font-size: .75rem; font-weight: 500; }
.form-field input, .form-field textarea { display: block; width: 100%; max-width: 100%; border: 1px solid #c8d3e0; border-radius: 4px; padding: 14px; color: var(--ink); background: white; font: 400 1rem/1.7 var(--sans); }
.form-field textarea { resize: vertical; min-height: 160px; }
.form-field input:focus, .form-field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px #1363d918; }
.form-field input:disabled, .form-field textarea:disabled { background: #f5f7fa; color: #718094; }
.form-submit { border: 0; cursor: pointer; min-width: 230px; }
.form-submit:disabled { background: #7e8fa4; box-shadow: none; cursor: not-allowed; }
.form-result { margin-top: 24px; }
.form-result:not(:empty) { padding: 20px; border: 1px solid #bcd3e7; background: #eef7ff; border-radius: 4px; }
.form-result.is-error:not(:empty) { color: #9c3030; background: #fff5f4; border-color: #e1c0be; }
.field-error { color: #a52c2c; font-size: .875rem; }
.form-field [aria-invalid="true"] { border-color: #b83636; }
.inquiry-form .role-options { margin: 0 0 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px; }
.role-options legend { padding-bottom: 12px; }
.role-options label { display: flex; align-items: flex-start; gap: 10px; font-size: 1rem; cursor: pointer; }
.article-body .field-help, .field-help { font-size: .875rem; line-height: 1.85; color: var(--muted); margin-top: 15px; }
.footer-top { display: grid; grid-template-columns: 1fr 2.4fr; gap: 55px; padding-block: 35px 45px; }
.site-footer .footer-address { font: 400 .875rem/1.9 var(--sans); margin: 22px 0 12px; color: var(--muted); }
.footer-phone { font: 600 1.15rem/1.5 var(--latin); letter-spacing: .02em; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr 1.35fr; gap: 30px; }
.footer-links > div > span { display: block; font: 600 .75rem/1.8 var(--latin); color: var(--blue); letter-spacing: .08em; margin-bottom: 16px; }
.footer-links a { display: block; font-size: .8125rem; line-height: 1.8; margin-bottom: 10px; }
.footer-links a:hover { color: var(--blue); }
.footer-inner { border-top: 1px solid var(--line); padding-top: 20px; }
.site-footer .footer-inner p { margin-left: 0; margin-right: auto; }
@media (max-width: 1150px) { #navigation { gap: 18px; } .page-layout { gap: 42px; grid-template-columns: minmax(0,1fr) 220px; } .directory-card { padding: 24px; } }
@media (max-width: 900px) {
  #navigation { gap: 2px; }
  #navigation .language-menu { width: 100%; }
  #navigation .language-menu summary { padding: 18px 0; }
  #navigation .language-options { position: static; display: grid; grid-template-columns: 1fr 1fr; box-shadow: none; margin-bottom: 14px; }
  .page-layout { grid-template-columns: minmax(0,1fr); gap: 50px; padding-block: 50px 70px; }
  .page-sidebar { position: static; padding: 30px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .sidebar-links { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; }
  .sidebar-contact { max-width: 340px; }
  .directory-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .footer-top { grid-template-columns: 1fr; gap: 38px; }
  .footer-links { gap: 25px; }
  .sitemap-links { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .page-hero { padding: 22px 0 42px; }
  .breadcrumbs { margin-bottom: 34px; font-size: .75rem; }
  .page-hero h1 { font-size: 1.95rem; line-height: 1.6; }
  .page-lead { font-size: 1rem; }
  .page-layout { padding-block: 38px 60px; }
  .article-body h2 { font-size: 1.45rem; }
  .article-body h3 { font-size: 1.2rem; }
  .article-body table { font-size: .9375rem; }
  .article-body td, .article-body th { padding: 16px 12px; }
  .article-body tr > :first-child { min-width: 80px; }
  .article-body td p { font-size: .9375rem; }
  .article-body iframe { height: 280px; }
  .content-notice { padding: 16px; }
  .directory-grid, .feature-grid { grid-template-columns: minmax(0,1fr); gap: 14px; }
  .directory-card { position: relative; padding: 24px 65px 24px 24px; }
  .directory-card .card-index { margin-bottom: 16px; }
  .directory-card h3 { font-size: 1.15rem; }
  .directory-card p { margin-bottom: 0; }
  .directory-card .round-arrow { position: absolute; right: 20px; bottom: 25px; }
  .directory-card:hover { transform: none; }
  .data-chart { padding: 20px 15px; }
  .data-chart dl > div { grid-template-columns: minmax(95px,1fr) 1.35fr; gap: 8px; font-size: .875rem; }
  .data-chart dd { gap: 8px; }
  .data-chart strong { width: 60px; }
  .business-gateways .directory-grid { grid-template-columns: minmax(0,1fr); }
  .document-download { padding: 22px 18px; gap: 12px; font-size: .9375rem; }
  .consent-panel { padding: 20px 16px; }
  .inquiry-form .role-options { grid-template-columns: 1fr; }
  .form-submit { width: 100%; }
  .footer-top { padding-top: 22px; }
  .footer-links { grid-template-columns: 1fr 1fr; gap: 24px 16px; }
  .footer-links > div:last-child { grid-column: 1/-1; }
  .footer-links a { font-size: .875rem; }
  .sitemap-links, .sidebar-links { grid-template-columns: 1fr; }
}
