/* Same artwork and reading order, composed for a hand-held viewport. */
/* Native scroll restoration must not animate the first frame after a reload.
   The Services controller still explicitly animates user-requested transitions. */
html:has(body.home-immersive) {scroll-behavior:auto;overflow-anchor:none}
@media (max-width: 780px) {
 .team-experience-v15 .team-count-visual-v16 {grid-template-columns:minmax(0,1fr) 60px;gap:12px;align-items:center}
 .team-experience-v15 .team-statement-count-v15 {flex-wrap:nowrap;gap:8px}
 .team-experience-v15 .team-statement-count-v15 strong {font-size:clamp(68px,20vw,90px)}
 .team-experience-v15 .team-statement-count-v15>span {font-size:22px}
 .team-experience-v15 .team-members-v15 {margin-top:42px}
 .team-experience-v15 .team-expertise-grid-v15 {gap:36px}
 .team-experience-v15 .team-specialty-visual-v16 {width:260px;margin-block:16px 20px}
 .philosophy-v15 .ph15-country--china .ph15-photo {order:-1}
 .philosophy-v15 .ph15-country,.philosophy-v15 .ph15-story {gap:24px}
 .philosophy-v15 .ph15-photo img {width:100%;height:auto;object-fit:contain}
 .philosophy-v15 .ph15-product {font-size:clamp(29px,8.3vw,44px)}
 .philosophy-v15 .ph15-sources a {min-height:44px;display:inline-flex;align-items:center}
 .editorial-layout-v13 .fde-practice-body {display:flex;flex-direction:column;gap:28px;align-items:stretch}
 .editorial-layout-v13 .fde-practice-diagram {order:-1;width:100%;margin:0}
 .editorial-layout-v13 .fde-practice-copy {width:100%;max-width:none}
 .editorial-layout-v13 .fde-practice-copy h3 {font-size:25px;line-height:1.5}
 .editorial-layout-v13 .fde-practice-copy p {font-size:17px;line-height:1.9}
 .editorial-layout-v13 .fde-practice-diagram [data-diagram] {height:210px;min-height:0;max-height:210px}
 .editorial-layout-v13 .fde-practice-diagram [data-diagram] svg {height:100%;max-height:100%;width:100%;object-fit:contain}
 .editorial-layout-v13 .fde-repeat {font-size:13px;margin-top:8px}
 .editorial-layout-v13 .material-request-intro {gap:20px}
 .editorial-layout-v13 :is(input,select,textarea) {font-size:16px;scroll-margin-block:120px 24px}
 .editorial-layout-v13 :is(.material-request-panel,.contact-form) button {min-height:48px}
}
/* A single illustration stays in view while its explanation moves below it.
   Short screens and zoomed layouts retain ordinary document scrolling. */
@media (max-width:780px) and (min-height:740px) and (prefers-reduced-motion:no-preference) {
 .editorial-layout-v13 .fde-practice-diagram {position:sticky;top:var(--header-height);z-index:2;background:var(--page-surface,#f6f7f0);padding-block:12px 16px}
}
@media (max-width:360px) {
 .team-experience-v15 .team-count-visual-v16 {grid-template-columns:minmax(0,1fr) 44px;gap:8px}
 .team-experience-v15 .team-statement-count-v15>span {font-size:20px}
 .team-experience-v15 .team-statement-count-v15 {gap:6px}
}
