/* HQESS / About — precision engineering, editorial art direction. */
.about-page{--ap-forest:#102f29;--ap-paper:#f5f3ed;--ap-moss:#a9bfa4;--ap-amber:#f29900;--ap-muted:#5c6c63;--ap-line:#cdd3c9;background:var(--ap-paper);color:var(--ap-forest);font-family:var(--hqess-font-body);font-size:16px;line-height:1.8;-webkit-font-smoothing:antialiased}
.about-page *{box-sizing:border-box}
.about-page .company-wrap{width:min(1376px,calc(100% - 112px));margin-inline:auto}
.about-page h1,.about-page h2,.about-page h3,.about-page h4,.about-page p,.about-page figure{margin:0}
.about-page h1,.about-page h2,.about-page h3,.about-page h4{font-family:var(--hqess-font-display);font-weight:var(--hqess-heading-weight);text-transform:none;color:inherit}
.about-page h1{font-size:clamp(64px,5.7vw,88px);line-height:1.09;letter-spacing:-.045em;word-spacing:.02em}
.about-page h2{font-size:clamp(38px,3.6vw,54px);line-height:1.16;letter-spacing:-.035em;white-space:pre-line;text-wrap:balance}
.about-page h3{font-size:25px;line-height:1.35;letter-spacing:-.035em;font-weight:500}
.about-page h4{font-size:19px;line-height:1.5;letter-spacing:-.015em;font-weight:500}
.about-page p{color:var(--ap-muted)}
.about-page a{text-decoration:none;color:inherit}
.about-page a:focus-visible,.about-page summary:focus-visible{outline:2px solid var(--ap-amber);outline-offset:6px}
.about-page img{display:block;width:100%;height:100%;object-fit:cover}
.about-page .company-title-line{display:block}
.about-page .company-title-muted{color:#73856d}
.about-page .company-hero__gradient{display:block;width:fit-content;max-width:100%;background:linear-gradient(105deg,#35b86c 0%,#0b7c44 38%,#f29900 100%);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent}
.about-page .company-business .company-title-muted{color:inherit}
.about-page .company-section{padding:104px 0;scroll-margin-top:90px}
.about-page .company-kicker{display:flex;align-items:center;gap:16px;margin-bottom:28px;font-size:11px;font-weight:500;line-height:1.6;letter-spacing:.13em;color:inherit}
.about-page .company-kicker:before{content:"";width:28px;height:1px;background:var(--ap-amber);flex-shrink:0}
.about-page .company-section-heading{display:grid;grid-template-columns:1.5fr 1fr;gap:72px;align-items:end;margin-bottom:56px}
.about-page .company-section-heading>p{max-width:400px;font-size:15px;line-height:1.85}
.about-page .company-link{display:inline-flex;align-items:center;gap:18px;font-size:13px;font-weight:550;letter-spacing:.015em}
.about-page .company-link svg,.about-page .company-button svg{width:20px;height:20px;flex-shrink:0;transition:transform .25s}
.about-page .company-link:hover svg,.about-page .company-button:hover svg{transform:translateX(3px)}

/* Opening: forest, light typography, unfiltered client photography. */
.about-page .company-hero{background:var(--ap-forest);color:var(--ap-paper);padding:124px 0 56px;border-bottom-right-radius:80px}
.about-page .company-hero>.company-wrap{display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);align-items:center;gap:70px}
.about-page .company-hero__top{padding:20px 0}
.about-page .company-hero__intro{margin-top:34px}
.about-page .company-hero__intro>p{font-size:16px;line-height:1.85;max-width:465px;color:#bbcdc2}
.about-page .company-hero__intro .company-link{margin-top:32px;font-weight:450}
.about-page .company-hero__intro .company-link svg{box-sizing:content-box;border:1px solid #b9cdc2;padding:14px;border-radius:50%;width:20px;height:20px;color:var(--ap-paper)}
.about-page .company-hero__intro .company-link:hover svg{border-color:var(--ap-amber);color:var(--ap-amber)}
.about-page .company-hero__image{position:relative;height:590px;border-radius:14px;min-width:0}
.about-page .company-hero__image>img{border-radius:14px;object-position:54% center}
.about-page .company-hero__image figcaption{position:absolute;left:-24px;bottom:28px;padding:19px 24px;background:var(--ap-paper);color:var(--ap-forest);min-width:230px;box-shadow:0 6px 25px #09241c0a}
.about-page .company-hero__image figcaption>span{display:block;font-size:12px;line-height:1.5}
.about-page .company-hero__image figcaption>span:first-child{font-size:10px;letter-spacing:.13em}
.about-page .company-hero__image figcaption>span:first-child:after{content:"";display:block;width:32px;height:1px;background:var(--ap-amber);margin:11px 0}
.about-page .company-hero__baseline{display:none}

/* Unequal, offset diptych rather than interchangeable product cards. */
.about-page .company-business .company-section-heading{grid-template-columns:1.9fr 1fr;gap:56px}
.about-page .company-business .company-section-heading>p{font-size:14px;max-width:315px;padding-bottom:4px}
.about-page .company-business__grid{display:grid;grid-template-columns:1.35fr 1fr;gap:56px;counter-reset:business}
.about-page .company-business__grid>article{min-width:0;counter-increment:business}
.about-page .company-business__grid>article:nth-child(2){padding-top:88px}
.about-page .company-business__image{height:408px;border-radius:10px;overflow:hidden}
.about-page .company-business__grid>article:nth-child(2) .company-business__image{height:320px}
.about-page .company-business__image img{transition:transform .6s cubic-bezier(.2,.6,.3,1)}
.about-page .company-business__grid>article:hover img{transform:scale(1.025)}
.about-page .company-business__copy{position:relative;padding:22px 65px 0 0}
.about-page .company-business__copy:before{content:counter(business,decimal-leading-zero);display:block;font-size:11px;color:#a96300;margin-bottom:12px;letter-spacing:.05em}
.about-page .company-business__copy h3{font-size:24px;line-height:1.35}
.about-page .company-business__copy>p{font-size:14px;margin-top:12px;line-height:1.8}
.about-page .company-business__copy .company-link{position:absolute;top:47px;right:0;justify-content:center;width:48px;height:48px;border:1px solid #8b9b8f;border-radius:50%;color:#9e6200}
.about-page .company-business__copy .company-link>span{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.about-page .company-business__copy .company-link:hover{background:var(--ap-forest);color:var(--ap-paper);border-color:var(--ap-forest)}
.about-page .company-support{display:flex;align-items:center;justify-content:space-between;gap:24px;border-top:1px solid var(--ap-line);margin-top:48px;padding-top:23px;font-size:12px;color:var(--ap-muted)}
.about-page .company-support>p{display:none}
.about-page .company-support>span+span:before{content:"";display:inline-block;width:4px;height:4px;background:#bd780d;border-radius:50%;margin-right:26px;vertical-align:middle}

/* Engineering: photography at left; a quiet functional capability index. */
.about-page .company-making{padding-top:56px;padding-bottom:128px}
.about-page .company-making>.company-wrap{display:grid;grid-template-columns:1.1fr 1fr;grid-template-rows:auto 1fr;gap:32px 100px;align-items:start}
.about-page .company-making .company-section-heading{display:block;grid-column:2;grid-row:1;margin:12px 0 0}
.about-page .company-making .company-section-heading h2{max-width:520px}
.about-page .company-making .company-section-heading>p{max-width:460px;margin-top:26px;font-size:15px}
.about-page .company-making__visual{grid-column:1;grid-row:1/span 2;position:relative;padding-bottom:28px;min-width:0}
.about-page .company-making__image{height:600px;border-radius:12px;overflow:hidden}
.about-page .company-making__image>img{object-position:38% center}
.about-page .company-making__image figcaption{position:absolute;left:20px;top:20px;background:#102f29df;padding:7px 12px;color:var(--ap-paper);font-size:10px;letter-spacing:.05em}
.about-page .company-making__inset{position:absolute;right:-40px;bottom:0;width:57%;height:215px;border:8px solid var(--ap-paper);border-radius:12px;overflow:hidden}
.about-page .company-capabilities{grid-column:2;grid-row:2;min-width:0}
.about-page .company-capability{border-bottom:1px solid var(--ap-line)}
.about-page .company-capability summary{display:flex;align-items:center;gap:18px;cursor:pointer;list-style:none;padding:21px 0}
.about-page .company-capability summary::-webkit-details-marker{display:none}
.about-page .company-capability h3{font-size:21px;flex:1}
.about-page .company-number{font-size:12px;font-weight:450;color:#9a640e;letter-spacing:.04em;flex-shrink:0}
.about-page .company-capability .company-number{color:#748879}
.about-page .company-plus{position:relative;display:block;width:16px;height:16px;flex-shrink:0}
.about-page .company-plus:before,.about-page .company-plus:after{content:"";position:absolute;top:7px;left:0;width:16px;height:1px;background:currentColor}
.about-page .company-plus:after{transform:rotate(90deg);transition:transform .2s}
.about-page .company-capability[open] .company-plus{color:#a96400}
.about-page .company-capability[open] .company-plus:after{transform:rotate(0)}
.about-page .company-capability>p{font-size:14px;line-height:1.8;padding:0 26px 22px 35px;max-width:460px}

/* Partnership: one purposeful light panel balanced against a forest field. */
.about-page .company-partnership{background:var(--ap-forest);color:var(--ap-paper);border-top-left-radius:64px;border-bottom-right-radius:64px}
.about-page .company-partnership>.company-wrap{display:grid;grid-template-columns:1.03fr 1fr;grid-template-rows:auto auto 1fr;gap:26px 104px;align-items:start}
.about-page .company-partnership .company-section-heading,.about-page .company-partnership__grid{display:contents}
.about-page .company-partnership .company-section-heading>div{grid-column:1;grid-row:1}
.about-page .company-partnership .company-section-heading>p{grid-column:1;grid-row:2;color:#bccbc1;max-width:510px}
.about-page .company-partnership__grid>div:first-child{grid-column:1;grid-row:3}
.about-page .company-partnership .company-kicker{color:#bfd0c5}
.about-page .company-list-title{font-size:21px;letter-spacing:-.02em}
.about-page .company-partnership__grid>div:first-child>.company-list-title{margin-bottom:10px;font-size:21px;line-height:1.4}
.about-page .company-advantages{list-style:none;counter-reset:advantage;padding:0;margin:0}
.about-page .company-advantages li{counter-increment:advantage;position:relative;padding:17px 0 18px 38px;border-bottom:1px solid #f5f3ed30}
.about-page .company-advantages li:last-child{border-bottom:0}
.about-page .company-advantages li:before{content:counter(advantage,decimal-leading-zero);position:absolute;left:0;top:22px;font-size:11px;color:var(--ap-amber)}
.about-page .company-advantages h4{font-size:18px}
.about-page .company-advantages p{color:#b8cbc0;font-size:13px;margin-top:5px;line-height:1.65}
.about-page .company-models{grid-column:2;grid-row:1/span 3;background:var(--ap-paper);color:var(--ap-forest);padding:40px 40px 30px;border-radius:12px;margin-top:34px}
.about-page .company-models>.company-list-title{font-size:27px;line-height:1.4}
.about-page .company-models>p{font-size:13px;margin-top:15px;max-width:340px}
.about-page .company-models ul{list-style:none;padding:0;margin:28px 0 0}
.about-page .company-models li{display:flex;align-items:baseline;gap:26px;padding:27px 0;border-top:1px solid var(--ap-line);font-size:17px;line-height:1.5}

/* Geographic context without fictitious offices or deployment locations. */
.about-page .company-global__grid{display:grid;grid-template-columns:1.25fr 1fr;gap:110px}
.about-page .company-global h2{max-width:640px}
.about-page .company-global__grid>div>p{font-size:15px;max-width:560px;margin-top:26px}
.about-page .company-global__map{height:auto;aspect-ratio:720/290;margin-top:32px}
.about-page .company-global__map img{object-fit:contain}
.about-page .company-regions{margin-top:22px}
.about-page .company-regions h3{font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--ap-muted);margin-bottom:10px}
.about-page .company-regions p{font-size:13px;line-height:1.85;color:var(--ap-forest)}
.about-page .company-service-list{padding-top:68px}
.about-page .company-service-list>div{display:flex;gap:27px;padding:28px 0;border-bottom:1px solid var(--ap-line)}
.about-page .company-service-list>div:first-child{padding-top:0}
.about-page .company-service-list .company-number{padding-top:7px}
.about-page .company-service-list h3{font-size:25px;margin-bottom:10px}
.about-page .company-service-list p{font-size:14px;line-height:1.8}
.about-page .company-applications{margin-top:50px;padding-top:22px;border-top:1px solid var(--ap-line);font-size:12px;color:var(--ap-muted)}

/* Certificates as a document gallery, not a decorative badge wall. */
.about-page .company-certifications{padding-top:64px;padding-bottom:104px}
.about-page .company-certifications>.company-wrap{display:grid;grid-template-columns:.85fr 1.65fr;gap:48px 56px}
.about-page .company-certifications .company-section-heading{display:block;margin:0}
.about-page .company-certifications h2{font-size:40px;line-height:1.2;max-width:355px}
.about-page .company-certifications .company-section-heading>p{font-size:14px;margin-top:26px;max-width:335px}
.about-page .company-certs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
.about-page .company-cert__image{height:265px;padding:12px;background:#fff;box-shadow:0 3px 18px #263d2510;border:1px solid #e2e5dd;transition:transform .3s,box-shadow .3s}
.about-page .company-cert__image img{object-fit:contain}
.about-page .company-cert:hover .company-cert__image{transform:translateY(-4px);box-shadow:0 8px 22px #263d2518}
.about-page .company-cert__copy{padding-top:22px}
.about-page .company-cert__copy h3{font-size:19px;line-height:1.4;white-space:nowrap}
.about-page .company-cert__copy p{font-size:12px;margin:8px 0;min-height:43px;line-height:1.7}
.about-page .company-cert__copy small{font-size:10px;color:var(--ap-muted);display:block}
.about-page .company-cert__copy .company-link{margin-top:20px;font-size:11px;border-bottom:1px solid #748878;padding-bottom:5px;gap:8px}
.about-page .company-cert__copy .company-link svg{width:16px;height:16px;transform:rotate(-45deg)}
.about-page .company-cert-note{grid-column:1/-1;border-top:1px solid var(--ap-line);padding-top:20px;font-size:11px;line-height:1.85}

/* Single, compact closing action. */
.about-page .company-contact{padding:72px 0 80px;background:var(--ap-forest);color:var(--ap-paper)}
.about-page .company-contact__inner{position:relative;display:flex;justify-content:space-between;align-items:center;gap:80px;padding-top:58px;border-top:1px solid #dbe9df40}
.about-page .company-contact__inner:before{content:"";position:absolute;top:-4px;left:0;width:7px;height:7px;border-radius:50%;background:var(--ap-amber);box-shadow:0 0 0 12px var(--ap-forest)}
.about-page .company-contact h2{font-size:clamp(44px,4.3vw,64px);line-height:1.12}
.about-page .company-contact .company-title-muted{color:var(--ap-moss)}
.about-page .company-contact p{font-size:15px;color:#b8ccc0;max-width:650px;margin-top:26px}
.about-page .company-contact__action{flex-shrink:0;text-align:center}
.about-page .company-contact__action>span{display:block;margin-top:15px;font-size:12px;color:#b8ccc0}
.about-page .company-button{display:inline-flex;align-items:center;gap:32px;background:var(--ap-paper);color:var(--ap-forest);border-radius:40px;padding:8px 8px 8px 26px;font-size:14px;font-weight:550;line-height:1.5}
.about-page .company-button svg{box-sizing:content-box;width:20px;height:20px;background:var(--ap-amber);border-radius:50%;padding:11px}
.about-page .company-button:hover{background:#fff}

/* Chinese is designed separately, not forced into condensed Latin proportions. */
html[lang^="zh"] .about-page h1{font-size:clamp(44px,4.45vw,68px);line-height:1.45;letter-spacing:.015em;font-weight:var(--hqess-heading-weight)}
html[lang^="zh"] .about-page [data-about-en-only]{display:none}
html[lang^="zh"] .about-page h2{font-size:clamp(34px,3.15vw,48px);line-height:1.4;letter-spacing:.015em;font-weight:var(--hqess-heading-weight)}
html[lang^="zh"] .about-page h3,html[lang^="zh"] .about-page h4{letter-spacing:.01em;font-weight:500}
html[lang^="zh"] .about-page .company-certifications h2{font-size:36px}
html[lang^="zh"] .about-page .company-contact h2{font-size:48px}
html[lang^="zh"] .about-page .company-business__copy h3{font-size:24px}

@media(min-width:1600px){.about-page .company-hero{padding-top:140px}.about-page .company-hero__image{height:630px}}
@media(max-width:1199px){
 .about-page .company-wrap{width:calc(100% - 80px)}
 .about-page .company-hero>.company-wrap{gap:46px;grid-template-columns:1fr 1fr}
 .about-page h1{font-size:64px}.about-page .company-hero__image{height:560px}
 .about-page .company-section-heading,.about-page .company-business .company-section-heading{gap:36px}
 .about-page .company-business .company-section-heading{grid-template-columns:1.7fr 1fr}
 .about-page .company-business__grid{gap:36px}.about-page .company-business__image{height:360px}
 .about-page .company-business__grid>article:nth-child(2){padding-top:70px}.about-page .company-business__grid>article:nth-child(2) .company-business__image{height:290px}
 .about-page .company-business__copy h3{font-size:21px}
 .about-page .company-making>.company-wrap{gap:24px 68px}.about-page .company-making__image{height:580px}
 .about-page .company-making__inset{right:-28px;height:180px}
 .about-page .company-partnership>.company-wrap{gap:22px 60px}.about-page .company-models{padding:30px}.about-page .company-models li{font-size:15px;gap:20px}
 .about-page .company-global__grid{gap:64px}
 .about-page .company-certifications>.company-wrap{grid-template-columns:1fr;gap:36px}
 .about-page .company-certifications .company-section-heading{display:grid;grid-template-columns:1fr 1fr;gap:48px}.about-page .company-certifications .company-section-heading>p{margin:0}
 .about-page .company-cert__image{height:300px}.about-page .company-cert__copy h3{font-size:23px}
 .about-page .company-contact__inner{gap:40px}
}
@media(max-width:900px){
 .about-page .company-hero{padding-top:118px;padding-bottom:48px;border-bottom-right-radius:48px}
 .about-page .company-hero>.company-wrap{gap:40px;grid-template-columns:1fr 1fr}
 .about-page h1{font-size:52px}.about-page .company-hero__intro>p{font-size:14px}.about-page .company-hero__image{height:500px}
 .about-page .company-hero__image figcaption{left:-18px;bottom:20px;min-width:200px;padding:16px 18px}
 .about-page .company-section{padding:80px 0}.about-page .company-business .company-section-heading{grid-template-columns:1fr}.about-page .company-business .company-section-heading>p{max-width:600px}
 .about-page .company-business__copy{padding-right:0}.about-page .company-business__copy .company-link{position:static;margin-top:18px;width:auto;height:auto;border:0;border-radius:0;gap:14px;color:var(--ap-forest)}
 .about-page .company-business__copy .company-link>span{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}
 .about-page .company-business__copy .company-link:hover{background:none;color:#995e00}
 .about-page .company-support{gap:18px;flex-wrap:wrap;justify-content:flex-start}.about-page .company-support>span+span:before{margin-right:18px}
 .about-page .company-making>.company-wrap{grid-template-columns:1fr 1fr;gap:24px 42px}.about-page .company-making__image{height:580px}
 .about-page .company-making__inset{height:150px;width:75%;right:-18px;border-width:5px}
 .about-page .company-making h2{font-size:35px}.about-page .company-kicker{font-size:10px;letter-spacing:.06em;gap:10px}.about-page .company-kicker:before{width:20px}
 .about-page .company-partnership>.company-wrap{gap:24px 36px}.about-page .company-models{padding:28px 24px}.about-page .company-models>.company-list-title{font-size:22px}
 .about-page .company-global__grid{gap:40px}.about-page .company-service-list{padding-top:52px}.about-page .company-service-list h3{font-size:21px}
 .about-page .company-contact__inner{align-items:start}.about-page .company-contact__action{margin-top:30px}.about-page .company-button{gap:18px;padding-left:20px}
}
@media(max-width:700px){
 .about-page{font-size:15px}.about-page .company-wrap{width:calc(100% - 44px)}
 .about-page h1{font-size:60px;line-height:1.07;letter-spacing:-.055em}.about-page h2{font-size:35px;line-height:1.2}.about-page h3{font-size:23px}
 .about-page .company-hero{padding:112px 0 38px;border-bottom-right-radius:40px}
 .about-page .company-hero>.company-wrap{grid-template-columns:1fr;gap:32px}.about-page .company-hero__top{padding:0}
 .about-page .company-hero__intro{margin-top:25px}.about-page .company-hero__intro>p{font-size:14px;line-height:1.85;max-width:400px}
 .about-page .company-hero__intro .company-link{margin-top:22px;font-size:12px}.about-page .company-hero__intro .company-link svg{padding:10px;width:18px;height:18px}
 .about-page .company-hero__image{height:340px;margin-left:12px;border-radius:10px}.about-page .company-hero__image>img{border-radius:10px;object-position:54% center}
 .about-page .company-hero__image figcaption{left:-12px;bottom:18px;padding:15px 18px;min-width:190px}
 .about-page .company-section{padding:64px 0;scroll-margin-top:72px}.about-page .company-kicker{margin-bottom:20px;font-size:10px;letter-spacing:.09em}
 .about-page .company-section-heading,.about-page .company-business .company-section-heading{grid-template-columns:1fr;gap:22px;margin-bottom:32px}
 .about-page .company-section-heading>p{font-size:14px}.about-page .company-business .company-title-muted{margin-top:6px}
 .about-page .company-business__grid{grid-template-columns:1fr;gap:40px}.about-page .company-business__image{height:300px}
 .about-page .company-business__grid>article:nth-child(2){padding-top:0;margin-left:28px}.about-page .company-business__grid>article:nth-child(2) .company-business__image{height:230px}
 .about-page .company-business__copy{padding-top:18px}.about-page .company-business__copy:before{margin-bottom:10px}.about-page .company-business__copy h3{font-size:22px}
 .about-page .company-business__copy>p{font-size:13px;margin-top:10px}.about-page .company-support{margin-top:32px;padding-top:20px;display:grid;gap:11px;font-size:11px}
 .about-page .company-support>span+span:before{display:none}
 .about-page .company-making{padding-top:16px;padding-bottom:64px}.about-page .company-making>.company-wrap{display:flex;flex-direction:column;gap:0}
 .about-page .company-making .company-section-heading{order:0;margin:0 0 28px}.about-page .company-making .company-section-heading>p{margin-top:20px;font-size:14px}
 .about-page .company-making__visual{order:1;width:100%;padding-bottom:24px;margin-bottom:24px;padding-right:18px}
 .about-page .company-making__image{height:380px}.about-page .company-making__image figcaption{left:14px;top:14px;font-size:9px}
 .about-page .company-making__inset{width:60%;height:145px;right:0;bottom:0;border-width:6px}
 .about-page .company-capabilities{order:2;width:100%}.about-page .company-capability summary{padding:18px 0}.about-page .company-capability h3{font-size:20px}.about-page .company-capability>p{font-size:13px;padding-bottom:19px}
 .about-page .company-partnership{border-top-left-radius:36px;border-bottom-right-radius:36px}.about-page .company-partnership>.company-wrap{display:block}
 .about-page .company-partnership .company-section-heading{display:block;margin:0 0 24px}.about-page .company-partnership .company-section-heading>p{margin-top:22px;font-size:14px}
 .about-page .company-partnership__grid{display:block}.about-page .company-advantages li{padding:16px 0 17px 33px}.about-page .company-advantages h4{font-size:16px}.about-page .company-advantages p{font-size:12px;line-height:1.8}
 .about-page .company-models{margin-top:30px;padding:28px 24px 16px}.about-page .company-models>.company-list-title{font-size:25px}.about-page .company-models li{font-size:15px;padding:21px 0;gap:22px}
 .about-page .company-global__grid{grid-template-columns:1fr;gap:34px}.about-page .company-global__grid>div>p{font-size:14px;margin-top:22px}.about-page .company-global__map{margin-top:28px}
 .about-page .company-regions{margin-top:18px}.about-page .company-regions p{font-size:12px}.about-page .company-service-list{padding-top:0}.about-page .company-service-list>div{gap:22px;padding:22px 0}.about-page .company-service-list p{font-size:13px}.about-page .company-applications{font-size:11px;line-height:1.9;margin-top:32px}
 .about-page .company-certifications{padding-top:16px;padding-bottom:64px}.about-page .company-certifications>.company-wrap{display:block}.about-page .company-certifications .company-section-heading{display:block;margin:0 0 32px}
 .about-page .company-certifications h2{font-size:35px;max-width:100%}.about-page .company-certifications .company-section-heading>p{margin-top:20px;max-width:100%}
 .about-page .company-certs{grid-template-columns:1fr;gap:28px}.about-page .company-cert{display:grid;grid-template-columns:118px minmax(0,1fr);gap:23px;align-items:center}
 .about-page .company-cert__image{height:168px;padding:7px}.about-page .company-cert__copy{padding:0}.about-page .company-cert__copy h3{font-size:20px}.about-page .company-cert__copy p{font-size:12px;min-height:0;margin:8px 0}.about-page .company-cert__copy small{font-size:9px}
 .about-page .company-cert__copy .company-link{font-size:10px;margin-top:14px;gap:6px}.about-page .company-cert-note{font-size:10px;margin-top:28px}
 .about-page .company-contact{padding:44px 0 52px}.about-page .company-contact__inner{display:block;padding-top:36px}.about-page .company-contact h2{font-size:42px;line-height:1.15}.about-page .company-contact p{font-size:13px;line-height:1.9;margin-top:22px}
 .about-page .company-contact__action{text-align:left;margin-top:28px}.about-page .company-button{font-size:13px;gap:28px}.about-page .company-contact__action>span{font-size:11px;margin-left:22px}
 html[lang^="zh"] .about-page h1{font-size:45px;line-height:1.4;letter-spacing:.02em}html[lang^="zh"] .about-page h2{font-size:31px;line-height:1.45;letter-spacing:.015em}html[lang^="zh"] .about-page .company-certifications h2{font-size:31px}html[lang^="zh"] .about-page .company-contact h2{font-size:35px}html[lang^="zh"] .about-page .company-business__copy h3{font-size:22px}
}
/* One desktop viewport, including room for the shared navigation; content stays unclipped. */
@media(min-width:1000px){
 .about-page .company-partnership{padding:32px 0;min-height:calc(100svh - 88px);display:grid;align-items:center}
 .about-page .company-partnership>.company-wrap{gap:14px clamp(40px,5vw,80px);grid-template-rows:auto auto 1fr}
 .about-page .company-partnership .company-kicker{margin-bottom:14px}
 .about-page .company-partnership h2{font-size:clamp(32px,2.75vw,42px);line-height:1.2;white-space:normal}
 html[lang^="zh"] .about-page .company-partnership h2{font-size:clamp(28px,2.4vw,36px);line-height:1.4}
 .about-page .company-partnership .company-section-heading>p{font-size:14px;line-height:1.7}
 .about-page .company-advantages li{padding:9px 0 10px 34px}
 .about-page .company-advantages li:before{top:14px}
 .about-page .company-advantages h4{font-size:17px;line-height:1.4}
 .about-page .company-advantages p{margin-top:3px;font-size:13px;line-height:1.6}
 .about-page .company-models{margin-top:0;padding:26px 32px 16px;align-self:stretch}
 .about-page .company-models>.company-list-title{font-size:25px}
 .about-page .company-models>p{margin-top:10px;line-height:1.6}
 .about-page .company-models ul{margin-top:20px}
 .about-page .company-models li{padding:14px 0;font-size:16px;line-height:1.5}
}
@media(max-width:374px){.about-page h1{font-size:53px}.about-page .company-cert{grid-template-columns:100px minmax(0,1fr);gap:18px}.about-page .company-cert__copy h3{font-size:18px}html[lang^="zh"] .about-page h1{font-size:40px}}
@media(prefers-reduced-motion:reduce){.about-page *{transition:none!important;scroll-behavior:auto!important}}
