/* About Hongju — editorial scale, bright blue, real workplace photography. */
.site-page-about {
    --about-blue: #126acc;
    --about-blue-deep: #0755bd;
    --about-ice: #f4f9ff;
    --about-ink: #133652;
    --about-muted: #526e84;
    background: var(--about-ice);
    color: var(--about-ink);
}
.about-main { overflow: clip; }
/* Translated copy may contain long words; keep the existing grid/artwork geometry. */
.site-page-about:not(.site-locale-zh-CN):not(.site-locale-zh-Hant) .about-main { overflow-wrap: anywhere; hyphens: auto; }
.site-page-about:not(.site-locale-zh-CN):not(.site-locale-zh-Hant) .about-value-principles li { white-space: normal; }
.site-page-about:not(.site-locale-zh-CN):not(.site-locale-zh-Hant) .about-hero-foot,
.site-page-about:not(.site-locale-zh-CN):not(.site-locale-zh-Hant) .about-hero-actions { flex-wrap: wrap; }
.site-page-about:not(.site-locale-zh-CN):not(.site-locale-zh-Hant) .about-link,
.site-page-about:not(.site-locale-zh-CN):not(.site-locale-zh-Hant) .about-project-identity > p { max-width: 100%; }
.about-container { width: min(1320px, calc(100% - 108px)); margin: 0 auto; }
.about-section { position: relative; padding: clamp(86px, 9vw, 142px) 0; scroll-margin-top: 96px; }
.about-eyebrow { display: flex; align-items: center; gap: 16px; margin: 0 0 26px; color: #3e75a8; font: 12px/1.6 Arial,sans-serif; letter-spacing: .16em; }
.about-eyebrow::before { content: ""; width: 28px; height: 1px; flex-shrink: 0; background: currentColor; }
.about-section h2 { margin: 0; font-size: clamp(34px, 3.8vw, 58px); font-weight: 500; line-height: 1.3; letter-spacing: -.04em; }
.about-section h2 > span { display: block; color: #176fc0; }
.about-section-head { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, .85fr); gap: clamp(40px, 8vw, 116px); align-items: end; }
.about-lead { margin: 0; color: var(--about-muted); font-size: 16px; line-height: 1.95; }
.about-link { display: inline-flex; min-height: 46px; align-items: center; justify-content: space-between; gap: 28px; padding: 0 22px; border: 1px solid #91b8dd; border-radius: 30px; color: #115bab; font-size: 14px; transition: background .2s, color .2s; }
.about-link > span { font-size: 20px; }
.about-link:hover { color: #fff; background: var(--about-blue-deep); border-color: var(--about-blue-deep); }
.about-link.is-light { color: #fff; border-color: rgba(228,245,255,.55); }
.about-link.is-light:hover { color: var(--about-blue-deep); background: #fff; border-color: #fff; }
.about-main a:focus-visible { outline: 2px solid #1976cc; outline-offset: 6px; border-radius: 3px; }
.about-hero a:focus-visible, .about-vision a:focus-visible { outline-color: #d5f4ff; }

/* Full-bleed architectural banner. Artwork is independent of the text column. */
.about-hero { --about-hero-height: clamp(700px,90svh,960px); --about-hero-top: clamp(128px,14svh,164px); --about-art-height: clamp(830px,112svh,1210px); position: relative; min-height: var(--about-hero-height); padding: var(--about-hero-top) 0 28px; overflow: hidden; isolation: isolate; color: #fff; background: radial-gradient(ellipse at 66% 44%,rgba(74,188,255,.55),transparent 62%),linear-gradient(120deg,#0755bd,#0868d9 55%,#126acc); }
.about-hero::before { content: ""; position: absolute; z-index: 2; inset: 0; background: linear-gradient(90deg,rgba(7,85,189,.8),rgba(7,85,189,.45) 30%,rgba(7,85,189,0) 60%); pointer-events: none; }
.about-hero::after { content: ""; position: absolute; z-index: 2; inset: auto 0 0; height: 130px; background: linear-gradient(0deg,var(--about-blue),rgba(18,106,204,0)); pointer-events: none; }
.about-hero-atmosphere { position: absolute; inset: 0; pointer-events: none; }
.about-hero-halo { position: absolute; inset: -12% -5% -15% 0; background: radial-gradient(ellipse at 64% 38%,rgba(113,226,255,.3),transparent 40%),radial-gradient(ellipse at 34% 78%,rgba(66,206,255,.32),transparent 46%); }
.about-hero-ribbons { display: block; width: 100%; height: 100%; overflow: hidden; fill: none; stroke-linecap: round; }
.about-ribbon-aura { stroke: url(#about-ribbon-color); stroke-width: 22; opacity: .12; }
.about-ribbon-lines { stroke: url(#about-ribbon-color); stroke-width: 1.3; opacity: .85; }
.about-ribbon-flight { visibility: hidden; --flight-duration: 14s; --flight-delay: -3s; }
.about-ribbon-flight.is-orbit { --flight-duration: 19s; --flight-delay: -12s; }
.about-ribbon-flight.is-sky { --flight-duration: 23s; --flight-delay: -8s; }
.about-ribbon-tail { stroke: #a2efff; stroke-width: 2; stroke-dasharray: 0 934 66 0; opacity: .48; }
.about-ribbon-head { stroke: #e6fbff; stroke-width: 3.5; stroke-dasharray: 2 998; }
.about-hero-inner { position: relative; z-index: 3; width: min(1440px,calc(100% - 144px)); }
.about-hero-stage { display: flex; align-items: center; min-height: calc(var(--about-hero-height) - var(--about-hero-top) - 88px); }
.about-hero-copy { position: relative; width: 48%; max-width: 690px; padding-bottom: 20px; }
.about-hero .about-eyebrow { color: #e4f4ff; }
.about-hero h1 { margin: 0; font: 500 clamp(58px,5.8vw,94px)/1.02 Arial,sans-serif; letter-spacing: -.06em; }
.about-hero h1 > span { display: block; color: #c4edff; }
.about-hero-cn { margin: 32px 0 16px; max-width: 580px; font-size: clamp(21px,1.65vw,28px); line-height: 1.6; letter-spacing: .01em; }
.about-hero-intro { max-width: 470px; margin: 0; color: #edf7ff; font-size: 16px; line-height: 1.95; }
.about-hero .about-link { margin-top: 28px; }
.about-hero-foot { display: none; justify-content: space-between; align-items: center; gap: 28px; margin-top: 16px; color: #e2f3ff; font: 12px/1.6 Arial,sans-serif; letter-spacing: .13em; }
.about-hero-foot a { display: inline-flex; align-items: center; gap: 22px; min-height: 44px; letter-spacing: .06em; }
.about-hero-foot a > span { font-size: 22px; }
.about-hero-actions { display: flex; align-items: center; gap: 28px; }
.about-motion-toggle { display: inline-flex; align-items: center; gap: 9px; min-height: 44px; padding: 0 8px; border: 0; background: transparent; color: #e2f3ff; font-family: inherit; font-size: 12px; line-height: 1.5; letter-spacing: .02em; cursor: pointer; }
.about-motion-toggle[hidden] { display: none; }
.about-motion-toggle:hover { color: #fff; }
.about-motion-toggle:focus-visible { outline: 2px solid #d5f4ff; outline-offset: 3px; }
.about-motion-toggle i { width: 8px; height: 10px; border-left: 2px solid currentColor; border-right: 2px solid currentColor; }
.about-motion-toggle[aria-pressed="true"] i { width: 0; height: 0; border: 5px solid transparent; border-left: 8px solid currentColor; border-right: 0; }
.about-visual { position: absolute; z-index: 1; top: 22px; right: max(10vw,calc((100vw - 1420px) / 2)); width: calc(var(--about-art-height) * .75); height: var(--about-art-height); isolation: isolate; pointer-events: none; }
.about-visual-glow { position: absolute; inset: 18% -12% 10% -12%; border-radius: 50%; background: radial-gradient(ellipse,rgba(118,226,255,.32),rgba(70,175,255,.1) 45%,transparent 70%); pointer-events: none; }
.about-visual-entry { position: relative; z-index: 1; width: 100%; height: 100%; }
.about-visual-plane { position: relative; width: 100%; height: 100%; transform: translate3d(var(--about-visual-x,0px),var(--about-visual-y,0px),0); transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.about-visual-image { display: block; width: 100%; height: 100%; max-width: none; object-fit: contain; object-position: right bottom; user-select: none; pointer-events: none; }
.about-visual.is-image-error .about-visual-image { visibility: hidden; }
/* Generated transparent aircraft. Full-size wrapper makes percentage travel relative to the banner. */
.about-aircraft { position: absolute; z-index: 0; inset: 0; overflow: hidden; visibility: hidden; pointer-events: none; }
.about-aircraft-flight { position: absolute; inset: 0; opacity: 0; transform: translate3d(-300px,78%,0); }
.about-aircraft-body { position: relative; width: clamp(140px,12vw,220px); }
.about-aircraft-body picture { position: relative; z-index: 1; display: block; }
.about-aircraft-image { display: block; width: 100%; height: auto; user-select: none; pointer-events: none; }
.about-aircraft-body::before, .about-aircraft-body::after { content: ""; position: absolute; right: 84%; top: 75%; width: 110px; height: 2px; background: linear-gradient(90deg,rgba(184,239,255,0),rgba(184,239,255,.45)); transform: rotate(-18deg); transform-origin: right center; pointer-events: none; }
.about-aircraft-body::after { top: 81%; width: 90px; height: 1px; opacity: .6; }
@keyframes about-aircraft-crossing {
    0% { opacity: 0; transform: translate3d(-300px,78%,0); }
    8%,92% { opacity: .92; }
    100% { opacity: 0; transform: translate3d(calc(100% + 260px),14%,0); }
}
@keyframes about-visual-breathe { 0%,100% { opacity: .65; transform: scale(.97); } 50% { opacity: 1; transform: scale(1.05); } }
@keyframes about-ribbon-travel { from { stroke-dashoffset: 1000; } to { stroke-dashoffset: 0; } }
@keyframes about-halo-drift { 0%,100% { opacity: .7; transform: translate3d(-2%,1%,0); } 50% { opacity: 1; transform: translate3d(2%,-2%,0); } }
@media (hover:hover) and (pointer:fine) and (min-width:901px) and (prefers-reduced-motion:no-preference) {
    .about-aircraft-flight { animation: about-aircraft-crossing 10s linear infinite; animation-play-state: paused; }
    .about-hero.is-aircraft-ready .about-aircraft { visibility: visible; }
    .about-hero.is-motion-active.is-aircraft-ready .about-aircraft-flight { animation-play-state: running; }
    .about-visual-glow { animation: about-visual-breathe 9s ease-in-out infinite; animation-play-state: paused; }
    .about-hero-halo { animation: about-halo-drift 18s ease-in-out infinite; animation-play-state: paused; }
    .about-ribbon-flight > use { animation: about-ribbon-travel var(--flight-duration) linear var(--flight-delay) infinite; animation-play-state: paused; }
    .about-hero.is-motion-ready .about-ribbon-flight { visibility: visible; }
    .about-hero.is-motion-active .about-visual-glow, .about-hero.is-motion-active .about-hero-halo, .about-hero.is-motion-active .about-ribbon-flight > use { animation-play-state: running; }
    .about-value:hover::before { transform: scaleX(1); }
}
.about-index { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px 28px; padding-top: 24px; padding-bottom: 24px; border-bottom: 1px solid #d5e4f2; }
.about-index a { display: flex; align-items: center; gap: 24px; min-height: 44px; color: #315c83; font-size: 14px; }
.about-index a:hover { color: var(--about-blue); }
.about-index a > span { font-size: 17px; }

/* A company profile, not another homepage statistics wall. */
.about-story-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.16fr); gap: clamp(48px,8vw,130px); align-items: start; }
.about-founded { margin: 70px 0 0; font: 16px/1.2 Arial,sans-serif; color: #526e84; }
.about-founded strong { display: block; margin-top: 14px; font: 400 clamp(84px,9vw,132px)/.95 Arial,sans-serif; letter-spacing: -.07em; color: #bed8f1; }
.about-story-copy > p { margin: 0; color: var(--about-muted); font-size: 17px; line-height: 2; }
.about-story-copy > p + p { margin-top: 22px; }
.about-profile { margin: 30px 0 24px; }
.about-profile > div { display: grid; grid-template-columns: 82px minmax(0,1fr); gap: 20px; padding: 14px 0; border-bottom: 1px solid #d5e4f2; font-size: 14px; line-height: 1.8; }
.about-profile dt { color: #607b92; }
.about-profile dd { margin: 0; }
.about-story-sections { display: grid; gap: 26px; margin: 30px 0; }
.about-story-topic { border-top: 1px solid #d5e4f2; padding-top: 24px; }
.about-story-topic h3 { margin: 0 0 12px; color: #245e8e; font-size: 19px; line-height: 1.65; font-weight: 500; }
.about-story-topic p { margin: 0; color: var(--about-muted); font-size: 16px; line-height: 1.95; }
.about-story-copy .about-story-note { padding-left: 18px; border-left: 2px solid #a8cbea; font-size: 14px; color: #25679f; }

/* Three readable project dossiers. Logos stay true to the supplied monochrome assets. */
.about-business { background: #fff; }
.about-projects { margin-top: 62px; }
.about-project { display: grid; grid-template-columns: minmax(0,.72fr) minmax(0,1.28fr); gap: clamp(36px,5vw,80px); padding: 54px 0; border-top: 1px solid #ccdeed; scroll-margin-top: 100px; }
.about-project:last-child { padding-bottom: 0; }
.about-project-identity { position: relative; isolation: isolate; display: flex; flex-direction: column; align-items: flex-start; min-height: 380px; padding: 32px; overflow: hidden; background: radial-gradient(ellipse at 10% 100%,#c8e7fb,transparent 66%),#edf5fc; border-radius: 3px; }
/* Conceptual brand backgrounds: lazy-loaded, decorative, below the real logos and copy. */
.about-project-background { position: absolute; z-index: 0; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 72%; pointer-events: none; user-select: none; }
.about-project-identity::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg,rgba(246,250,254,.82),rgba(246,250,254,.4) 55%,rgba(246,250,254,.08)),linear-gradient(180deg,rgba(246,250,254,.18),rgba(246,250,254,0) 45%,rgba(246,250,254,.7)); pointer-events: none; }
.about-project-identity.is-beiyeji { background: radial-gradient(ellipse at 10% 100%,#d3e5dd,transparent 66%),#f0f5f1; }
.about-project-identity.is-beiyeji::after { background: linear-gradient(90deg,rgba(249,248,241,.82),rgba(249,248,241,.4) 55%,rgba(249,248,241,.08)),linear-gradient(180deg,rgba(249,248,241,.18),rgba(249,248,241,0) 45%,rgba(249,248,241,.7)); }
.about-project-identity.is-global { background: radial-gradient(ellipse at 10% 100%,#d4ddf4,transparent 66%),#eef2fc; }
.about-project-number { position: relative; z-index: 2; font: 12px/1.6 Arial,sans-serif; letter-spacing: .1em; color: #3b566d; }
.about-project-logo { position: relative; z-index: 2; width: min(200px,100%); height:90px; object-fit: contain; object-position: left center; margin: 26px 0 0 -35px; }
.about-project-tagline { position: relative; z-index: 2; margin: 32px 0 22px; font-size: clamp(24px,2.4vw,34px); line-height: 1.65; font-weight: 500; letter-spacing: -.02em; white-space: pre-line; }
.about-project-en { position: relative; z-index: 2; display: block; margin-top: auto; font: 12px/1.8 Arial,sans-serif; letter-spacing: .08em; color: #3b566d; overflow-wrap: anywhere; }
.about-project-secondary { position: relative; z-index: 2; margin-top: 14px; width: 130px; height: 46px; object-fit: contain; object-position: left center; }
.about-project-content h3 { margin: 0 0 14px; font-size: 34px; font-weight: 500; line-height: 1.4; }
.about-project-intro { margin: 0 0 22px; font-size: 19px; line-height: 1.75; color: #205d91; }
.about-project-description p { margin: 0; color: var(--about-muted); font-size: 15px; line-height: 1.95; }
.about-project-description p + p { margin-top: 14px; }
.about-project-points { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; margin: 28px 0; }
.about-project-points > div { border-top: 1px solid #d9e6f0; padding-top: 16px; }
.about-project-points dt { font-size: 15px; color: #24587e; }
.about-project-points dd { margin: 10px 0 0; font-size: 13px; line-height: 1.9; color: var(--about-muted); }
.about-project-foot { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 24px; }
.about-project-foot > span { color: #55728b; font-size: 13px; line-height: 1.7; }

/* The four core values come from the company's photographed values wall. */
.about-values-section { color: #fff; background: radial-gradient(ellipse at 8% 15%,rgba(73,181,251,.23),transparent 56%),linear-gradient(135deg,#0755bd,#126acc); }
.about-values-section .about-eyebrow, .about-values-section .about-lead { color: #edf7ff; }
.about-values-section h2 > span { color: #bdeaff; }
.about-value-symbols { position: absolute; pointer-events: none; }
.about-values { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 62px; margin-top: 58px; }
.about-value { position: relative; padding: 32px 0 38px; border-top: 1px solid rgba(213,239,255,.32); }
.about-value::before { content: ""; position: absolute; left: 0; right: 0; top: -1px; height: 1px; background: linear-gradient(90deg,#b4f0ff,rgba(180,240,255,0)); transform: scaleX(.13); transform-origin: left; transition: transform .65s ease; pointer-events: none; }
.about-value-meta { display: flex; justify-content: space-between; align-items: center; gap: 20px; color: #d5efff; font: 12px/1.7 Arial,sans-serif; letter-spacing: .12em; }
.about-value-meta > span > span { margin-left: 12px; }
.about-value-icon { flex-shrink: 0; width: 46px; height: 46px; fill: none; stroke: #c2ecff; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.about-value h3 { margin: 24px 0 22px; font-size: clamp(30px,3.3vw,44px); line-height: 1.3; font-weight: 500; letter-spacing: .01em; }
.about-value-principles { display: flex; flex-wrap: wrap; gap: 8px 20px; padding: 0; margin: 0 0 20px; list-style: none; }
.about-value-principles li { font-size: 17px; line-height: 1.7; color: #e2f5ff; white-space: nowrap; }
.about-value-principles li + li { position: relative; padding-left: 20px; }
.about-value-principles li + li::before { content: ""; position: absolute; left: 0; top: .56em; width: 1px; height: .7em; background: rgba(213,239,255,.4); }
.about-value-description { max-width: 490px; margin: 0; color: #dfF1ff; font-size: 15px; line-height: 1.95; }

/* People, learning and benefits: a separate employer story. */
.about-people { background: var(--about-ice); }
.about-workplace-gallery { display: grid; grid-template-columns: 1.2fr 1fr; grid-template-rows: repeat(2,250px); gap: 20px; margin-top: 54px; }
.about-workplace-photo { position: relative; margin: 0; overflow: hidden; border-radius: 3px; background: #bad8ec; }
.about-workplace-photo.is-team { grid-row: 1 / 3; }
.about-workplace-crop { position: absolute; inset: 0; overflow: hidden; }
.about-workplace-crop img { position: absolute; width: 100%; height: 100%; max-width: none; object-fit: cover; }
.about-workplace-photo.is-collage img { width:100%;}
.about-workplace-photo.is-collage.is-team img { left: 0; bottom: 0; }
.about-workplace-photo.is-collage.is-reception img { left: 0; top: 0; }
.about-workplace-photo.is-collage.is-view img { right: 0; bottom: 0; }
.about-workplace-photo::after { content: ""; position: absolute; inset: 36% 0 0; background: linear-gradient(transparent,rgba(3,36,75,.72)); pointer-events: none; }
.about-workplace-photo figcaption { position: absolute; z-index: 1; bottom: 24px; left: 28px; right: 28px; color: #fff; }
.about-workplace-photo figcaption > span { display: block; margin-bottom: 8px; font: 12px/1.5 Arial,sans-serif; letter-spacing: .08em; color: #e4f4ff; }
.about-workplace-photo strong { font-size: 21px; font-weight: 500; line-height: 1.5; }

.about-growth { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: 48px; align-items: start; padding: 36px 0 58px; }
.about-growth h3 { margin: 0; font-size: 26px; line-height: 1.55; font-weight: 500; }
.about-growth p { margin: 0; color: var(--about-muted); font-size: 16px; line-height: 1.95; }
.about-benefits { padding: 52px 0 0; border-top: 1px solid #c5daed; }
.about-benefits-heading { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 70px; align-items: end; }
.about-benefits-heading .about-eyebrow { margin-bottom: 16px; }
.about-benefits-heading h3 { margin: 0; font-size: clamp(28px,3vw,40px); font-weight: 500; line-height: 1.5; }
.about-benefits-heading > p { margin: 0; max-width: 480px; font-size: 15px; line-height: 1.95; color: var(--about-muted); }
.about-benefits-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); column-gap: 42px; margin-top: 42px; }
.about-benefit { padding: 28px 0 30px; border-top: 1px solid #c5daed; }
.about-benefit-index { display: flex; justify-content: space-between; gap: 16px; margin: 0; color: #547594; font: 12px/1.6 Arial,sans-serif; letter-spacing: .08em; }
.about-benefit h4 { margin: 20px 0 13px; font-size: 24px; font-weight: 500; }
.about-benefit-intro { max-width: 350px; margin: 0; font-size: 14px; line-height: 1.9; color: var(--about-muted); }
.about-benefit ul { display: flex; flex-wrap: wrap; gap: 8px 14px; margin: 18px 0 0; padding: 0; list-style: none; }
.about-benefit li { color: #25679f; font-size: 13px; line-height: 1.8; }
.about-benefit li::before { content: ""; display: inline-block; width: 4px; height: 4px; margin-right: 7px; background: #77a5cd; border-radius: 50%; vertical-align: middle; }
.about-benefits-note { margin: 6px 0 0; color: #60798f; font-size: 12px; line-height: 1.9; }
.about-office-heading { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: baseline; gap: 18px 40px; margin-top: 70px; }
.about-office-heading h3 { margin: 0; font-size: 26px; font-weight: 500; line-height: 1.6; }
.about-office-heading p { margin: 0; color: var(--about-muted); font-size: 14px; line-height: 1.9; }
.about-offices { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 64px; margin-top: 26px; }
.about-offices article { display: flex; flex-direction: column; padding-top: 26px; border-top: 1px solid #bfd5e9; scroll-margin-top: 104px; }
.about-office-eyebrow { margin: 0 0 16px; color: #51779a; font: 12px/1.6 Arial,sans-serif; letter-spacing: .08em; }
.about-offices h4 { margin: 0 0 14px; font-size: 23px; font-weight: 500; }
.about-offices address { flex: 1; font-size: 15px; line-height: 1.9; color: #375b7d; font-style: normal; overflow-wrap: anywhere; }
.about-office-phone { display: inline-flex; align-self: flex-start; align-items: center; gap: 16px; min-height: 44px; margin-top: 16px; color: #115bab; font: 22px/1.5 Arial,sans-serif; white-space: nowrap; }
.about-office-phone > span { color: var(--about-muted); font: 12px/1.6 "Microsoft YaHei",sans-serif; }
.about-office-phone:hover { text-decoration: underline; text-underline-offset: 5px; }
.about-vision { color: #fff; background: linear-gradient(180deg,#126acc,#0755bd); }
.about-vision .about-eyebrow { color: #edf7ff; }
.about-vision h2 > span { color: #c4edff; }
.about-vision-close { display: grid; grid-template-columns: 1.1fr 1fr; gap: 80px; align-items: end; padding-top: 66px; margin-top: 72px; border-top: 1px solid rgba(221,243,255,.34); }
.about-vision-statement { margin: 0; font-size: clamp(30px,3.1vw,48px); line-height: 1.45; letter-spacing: -.025em; }
.about-vision-statement > span { display: block; color: #c4edff; }
.about-vision-close > div > p { max-width: 410px; margin: 0; font-size: 16px; line-height: 1.9; color: #edf7ff; }
.about-close-links { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 24px; margin-top: 26px; }
.about-career-link { display: inline-flex; align-items: center; gap: 15px; min-height: 44px; font-size: 14px; }
.about-career-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.about-to-top { display: flex; justify-content: flex-end; margin-top: 48px; }
.about-to-top a { display: inline-flex; align-items: center; gap: 16px; min-height: 44px; font-size: 12px; }
.about-to-top a > span { font-size: 24px; }
.site-page-about .site-footer { background: #0755bd; color: #edf7ff; padding: 0 0 20px; }
.site-page-about .site-footer-inner { width: min(1320px,calc(100% - 108px)); padding-top: 18px; border-top: 1px solid rgba(221,243,255,.25); }

@media (max-width:1120px) {
    .about-container, .about-hero-inner, .site-page-about .site-footer-inner { width: calc(100% - 64px); }
    .about-visual { right: 2vw; }
    .about-section-head { gap: 40px; grid-template-columns: 1.1fr 1fr; }
    .about-story-layout { gap: 48px; }
    .about-project { gap: 34px; }
    .about-project-identity { padding: 26px; }
    .about-project-points { grid-template-columns: 1fr; gap: 13px; }
    .about-project-points > div { display: grid; grid-template-columns: 80px minmax(0,1fr); gap: 14px; padding-top: 12px; }
    .about-project-points dd { margin: 0; }
    .about-values { column-gap: 40px; }
    .about-value-principles { gap: 6px 12px; }
    .about-value-principles li { font-size: 15px; }
    .about-value-principles li + li { padding-left: 12px; }
    .about-workplace-gallery { grid-template-rows: repeat(2,220px); }
    .about-benefits-grid { column-gap: 28px; }
    .about-vision-close { gap: 38px; }
}
@media (max-width:900px) {
    .about-hero { min-height: 0; padding-top: 144px; }
    .about-hero::before { background: linear-gradient(180deg,rgba(7,85,189,.65),rgba(7,85,189,.15) 48%,rgba(7,85,189,0) 62%); }
    .about-hero-stage { display: block; min-height: 0; }
    .about-hero-copy { width: 100%; max-width: 680px; margin-bottom: clamp(400px,64vw,560px); }
    .about-hero h1 { font-size: clamp(58px,9vw,80px); }
    .about-visual { top: auto; height: clamp(580px,94vw,840px); width: 100%; right: 0; bottom: -110px; }
    .about-visual-image { object-position: center bottom; }
    .about-hero-atmosphere { top: 22%; }
    .about-ribbon-lines { opacity: .5; }
    .about-hero-foot { margin-top: 0; }
    .about-story-layout { grid-template-columns: minmax(0,1fr); gap: 32px; }
    .about-founded { margin: 28px 0 0; display: flex; gap: 16px; align-items: baseline; }
    .about-founded strong { display: inline; margin: 0; font-size: 54px; }
    .about-benefits-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width:760px) {
    .about-container, .about-hero-inner, .site-page-about .site-footer-inner { width: calc(100% - 44px); }
    .about-section { padding: 76px 0; scroll-margin-top: 82px; }
    .about-eyebrow { margin-bottom: 22px; font-size: 12px; letter-spacing: .1em; gap: 12px; }
    .about-eyebrow::before { width: 18px; }
    .about-section h2 { font-size: clamp(30px,7.3vw,42px); line-height: 1.4; }
    .about-section-head { grid-template-columns: minmax(0,1fr); gap: 28px; }
    .about-hero { padding: 136px 0 22px; }
    .about-hero h1 { font-size: clamp(48px,12.8vw,80px); }
    .about-hero-cn { font-size: 21px; margin-top: 28px; }
    .about-hero-intro { font-size: 15px; }
    .about-hero-copy { margin-bottom: clamp(320px,92vw,500px); }
    .about-visual { height: clamp(480px,142vw,820px); width: 120%; right: -2%; bottom: -76px; }
    .about-hero-foot { gap: 12px; letter-spacing: .05em; }
    .about-hero-foot > span { max-width: 175px; }
    .about-hero-foot a { gap: 12px; flex-shrink: 0; }
    .about-index { justify-content: flex-start; gap: 4px 22px; padding-top: 18px; padding-bottom: 18px; }
    .about-index a { gap: 12px; font-size: 13px; }
    .about-story-copy > p { font-size: 16px; }
    .about-story-sections { gap: 22px; margin: 26px 0; }
    .about-story-topic { padding-top: 20px; }
    .about-story-topic h3 { font-size: 18px; }
    .about-story-topic p { font-size: 15px; }
    .about-profile > div { gap: 12px; grid-template-columns: 70px minmax(0,1fr); font-size: 13px; }
    .about-projects { margin-top: 38px; }
    .about-project { grid-template-columns: minmax(0,1fr); gap: 28px; padding: 34px 0; }
    .about-project-identity { min-height: 0; padding: 24px; }
    .about-project-background { object-position: center 76%; }
    .about-project-logo { width: 190px; height: 76px; margin-top: 18px; }
    .about-project-tagline { font-size: 26px; margin: 22px 0 18px; }
    .about-project-en { letter-spacing: .05em; }
    .about-project-secondary { position: absolute; right: 24px; top: 68px; width: 92px; height: 38px; }
    .about-project-identity.is-global .about-project-logo { width: 148px; }
    .about-project-content h3 { font-size: 28px; }
    .about-project-intro { font-size: 18px; }
    .about-project-points { margin: 24px 0; }
    .about-project-foot { gap: 14px; }
    .about-values { grid-template-columns: 1fr; margin-top: 36px; }
    .about-value { padding: 24px 0 30px; }
    .about-value h3 { font-size: 32px; margin: 20px 0 18px; }
    .about-value-icon { width: 38px; height: 38px; }
    .about-value-meta { letter-spacing: .08em; }
    .about-value-meta > span > span { margin-left: 7px; }
    .about-value-description { max-width: none; }
    .about-workplace-gallery { grid-template-columns: 1fr; grid-template-rows: none; gap: 16px; margin-top: 34px; }
    .about-workplace-photo, .about-workplace-photo.is-team { grid-row: auto; aspect-ratio: 4 / 3; }
    .about-workplace-photo figcaption { left: 22px; right: 22px; bottom: 20px; }
    .about-workplace-photo strong { font-size: 19px; }
    .about-growth { grid-template-columns: 1fr; gap: 16px; padding: 28px 0 38px; }
    .about-growth h3 { font-size: 23px; }
    .about-growth p { font-size: 15px; }
    .about-benefits { padding-top: 38px; }
    .about-benefits-heading { grid-template-columns: 1fr; gap: 18px; }
    .about-benefits-grid { margin-top: 28px; column-gap: 24px; }
    .about-benefit h4 { font-size: 22px; margin-top: 16px; }
    .about-benefit-index { flex-direction: column; gap: 4px; }
    .about-office-heading { margin-top: 42px; gap: 12px; }
    .about-office-heading h3 { font-size: 23px; }
    .about-offices { grid-template-columns: 1fr; gap: 28px; margin-top: 24px; }
    .about-office-phone { font-size: 21px; }
    .about-vision-close { grid-template-columns: 1fr; gap: 28px; margin-top: 46px; padding-top: 38px; }
    .about-vision-statement { font-size: 29px; }
    .about-to-top { margin-top: 34px; }
    .site-page-about .site-footer-inner { flex-direction: column; align-items: flex-start; gap: 10px; padding-top: 22px; font-size: 12px; }
}
@media (max-width:420px) {
    .about-project-secondary { position: static; margin-top: 12px; width: 110px; }
    .about-benefits-grid { grid-template-columns: 1fr; }
    .about-benefit-index { flex-direction: row; }
}
@media (prefers-reduced-motion:reduce) {
    .about-main { scroll-behavior: auto; }
    .about-main a, .about-visual-plane, .about-value::before { transition: none; }
    .about-visual-plane { transform: none; }
    .about-visual-glow, .about-hero-halo, .about-ribbon-flight > use { animation: none; }
    .about-ribbon-flight, .about-motion-toggle, .about-aircraft { display: none; }
    .about-aircraft-flight { animation: none; }
    .site-page-about { scroll-behavior: auto; }
}
