/*
 * ShuiYiYuan global layout shell v1
 *
 * Loaded after every page-specific stylesheet. This layer keeps the existing
 * page designs, but gives them one responsive canvas, one header geometry and
 * one breakpoint system. Removing this single stylesheet restores the
 * pre-unification layouts.
 */

:root {
  --site-shell-max: 1920px;
  --site-content-max: 1792px;
  --site-reading-max: 1180px;
  --site-gutter-desktop: clamp(32px, 3.333vw, 64px);
  --site-gutter-tablet: 32px;
  --site-gutter-mobile: 18px;
  --site-header-height: 72px;
  --site-header-height-tablet: 68px;
  --site-header-height-mobile: 66px;
  --site-section-space: 64px;
  --site-section-space-mobile: 48px;
  --site-heading-gap: 32px;
  --site-control-radius: 8px;
}

html:has(body.global-tech-page) {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  overflow-x: clip !important;
}

body.global-tech-page {
  --fixed-pc-canvas: 100%;
  --pc-layout-canvas: 100%;
  --desktop-bg-canvas: 100%;
  width: 100% !important;
  inline-size: 100% !important;
  min-width: 0 !important;
  min-inline-size: 0 !important;
  max-width: none !important;
  max-inline-size: none !important;
  overflow-x: clip !important;
}

body.global-tech-page main,
body.global-tech-page .site-header,
body.global-tech-page .hero,
body.global-tech-page .page-hero,
body.global-tech-page .process-ribbon,
body.global-tech-page main > section,
body.global-tech-page .contact,
body.global-tech-page .site-footer,
body.global-tech-page .technology-shell,
body.global-tech-page .tech-advantage {
  width: 100% !important;
  inline-size: 100% !important;
  min-width: 0 !important;
  min-inline-size: 0 !important;
  max-width: none !important;
  max-inline-size: none !important;
}

/* One header and navigation geometry across home, library, resource and service pages. */
body.global-tech-page .site-header {
  height: var(--site-header-height) !important;
  min-height: var(--site-header-height) !important;
  padding: 0 var(--site-gutter-desktop) !important;
  border-bottom: 1px solid rgba(198, 216, 228, .9) !important;
}

body.global-tech-page .site-header .brand {
  gap: 12px !important;
  min-width: 0 !important;
  margin: 0 !important;
}

body.global-tech-page .site-header .brand-mark {
  width: 42px !important;
  height: 42px !important;
  flex: 0 0 42px !important;
}

body.global-tech-page .site-header .brand strong {
  font-size: 16px !important;
  line-height: 1.1 !important;
}

body.global-tech-page .site-header .brand small {
  font-size: 11.5px !important;
  line-height: 1.2 !important;
}

body.global-tech-page .site-header .site-nav {
  align-items: center !important;
  gap: clamp(8px, 1.146vw, 22px) !important;
  margin-left: auto !important;
  padding: 0 !important;
  font-size: clamp(11.5px, .635vw, 12.2px) !important;
}

body.global-tech-page .site-header .site-nav > a:not(.nav-cta),
body.global-tech-page .site-header .site-nav-dropdown-toggle {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  min-height: 38px !important;
  margin: 0 !important;
  padding: 8px 0 !important;
  line-height: 1.1 !important;
  white-space: nowrap !important;
}

body.global-tech-page .site-header .site-nav > a:not(.nav-cta)::after,
body.global-tech-page .site-header .site-nav-dropdown-toggle::before {
  bottom: 2px !important;
  height: 2px !important;
}

body.global-tech-page .site-header .site-nav .nav-cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: clamp(100px, 6.146vw, 118px) !important;
  min-height: 38px !important;
  margin: 0 !important;
  padding: 0 clamp(12px, .833vw, 16px) !important;
  border-radius: var(--site-control-radius) !important;
}

body.global-tech-page .site-header .header-tools {
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  margin-left: 12px !important;
}

body.global-tech-page .site-header .language-switcher,
body.global-tech-page .site-header .language-menu-toggle {
  min-height: 40px !important;
  border-radius: var(--site-control-radius) !important;
}

/* The service template consumes the same global tokens without losing its modules. */
body.service-child-page {
  --service-content-max: var(--site-content-max);
  --service-hero-shell: var(--site-shell-max);
  --service-gutter: var(--site-gutter-desktop);
  --service-radius: var(--site-control-radius);
}

@media (min-width: 1181px) {
  body.global-tech-page .site-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 100 !important;
    display: grid !important;
    grid-template-columns: clamp(200px, 15.625vw, 300px) minmax(0, 1fr) clamp(96px, 5.833vw, 112px) !important;
    align-items: center !important;
    column-gap: clamp(18px, 1.771vw, 34px) !important;
  }

  body.global-tech-page .site-header .brand {
    width: clamp(200px, 15.625vw, 300px) !important;
  }

  body.global-tech-page .site-header .site-nav {
    position: static !important;
    display: flex !important;
    justify-content: flex-end !important;
    width: auto !important;
    height: 38px !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  body.global-tech-page .site-header .header-tools,
  body.global-tech-page .site-header .language-switcher,
  body.global-tech-page .site-header .language-menu-toggle {
    width: clamp(96px, 5.833vw, 112px) !important;
    min-width: clamp(96px, 5.833vw, 112px) !important;
    max-width: clamp(96px, 5.833vw, 112px) !important;
  }

  body.global-tech-page .site-header .nav-toggle {
    display: none !important;
  }

  /* Homepage: retain the full visual, but let both columns shrink with the viewport. */
  body.global-tech-page[data-page="home"] .hero {
    position: relative !important;
    display: grid !important;
    grid-template-columns: minmax(0, .9535fr) minmax(0, 1fr) !important;
    gap: clamp(32px, 3.75vw, 72px) !important;
    align-items: start !important;
    min-height: 710px !important;
    padding: 54px var(--site-gutter-desktop) 138px clamp(64px, 6.98vw, 134px) !important;
    overflow: hidden !important;
  }

  body.global-tech-page[data-page="home"] .hero-content {
    position: relative !important;
    z-index: 2 !important;
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 100% !important;
    inline-size: 100% !important;
    min-width: 0 !important;
    min-inline-size: 0 !important;
    max-width: 860px !important;
    max-inline-size: 860px !important;
  }

  body.global-tech-page[data-page="home"] .hero h1,
  html:lang(zh) body.global-tech-page[data-page="home"] .hero h1,
  html:lang(zh) body.global-tech-page[data-page="home"] .hero h1 span {
    width: auto !important;
    max-width: 100% !important;
    font-size: clamp(46px, 3vw, 57.6px) !important;
    line-height: 1.08 !important;
    white-space: normal !important;
    text-wrap: balance !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
  }

  body.global-tech-page[data-page="home"] .hero-copy {
    width: 100% !important;
    inline-size: 100% !important;
    max-width: 800px !important;
    max-inline-size: 800px !important;
  }

  body.global-tech-page[data-page="home"] .hero-proof {
    width: min(100%, 840px) !important;
    inline-size: min(100%, 840px) !important;
    min-width: 0 !important;
    min-inline-size: 0 !important;
    max-width: 840px !important;
    max-inline-size: 840px !important;
  }

  body.global-tech-page[data-page="home"] .hero-media {
    display: none !important;
  }

  body.global-tech-page[data-page="home"] .hero::after {
    position: absolute !important;
    inset: 54px 0 auto clamp(590px, 42.3vw, 812px) !important;
    z-index: 0 !important;
    display: block !important;
    width: auto !important;
    height: 624px !important;
    content: "" !important;
    background: url("./assets/hero-hydroforming-blueprint-equal-wall-v3.png") center right / cover no-repeat !important;
    pointer-events: none !important;
  }

  body.global-tech-page[data-page="home"] .process-ribbon {
    display: grid !important;
    grid-template-columns: minmax(240px, 330px) minmax(0, 1fr) !important;
    gap: clamp(34px, 3.55vw, 68px) !important;
    min-height: 417px !important;
    padding: 84px var(--site-gutter-desktop) !important;
    overflow: hidden !important;
  }

  body.global-tech-page[data-page="home"] .process-flow {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 1180px !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: clamp(14px, 1.46vw, 28px) !important;
  }

  body.global-tech-page[data-page="home"] :is(
    .buyer-path,
    .services,
    .capabilities,
    .specs,
    .applications,
    .projects,
    .faq,
    .content-gaps
  ) > .section-head,
  body.global-tech-page[data-page="home"] :is(
    .buyer-grid,
    .service-grid-six,
    .capability-grid,
    .spec-grid,
    .application-topic-grid,
    .project-feature,
    .project-mini-grid,
    .faq-grid
  ) {
    width: min(100%, var(--site-content-max)) !important;
    min-width: 0 !important;
    max-width: var(--site-content-max) !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  /* Ordinary index pages share one 1792px content frame. */
  body.global-tech-page.library-page:not(.resources-page) .page-hero {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 540px) !important;
    gap: clamp(42px, 5.2vw, 100px) !important;
    align-items: center !important;
    margin: 0 !important;
    padding: clamp(82px, 5.42vw, 104px) var(--site-gutter-desktop) 72px !important;
  }

  body.global-tech-page.library-page:not(.resources-page) .page-hero > div:first-child,
  body.global-tech-page.library-page:not(.resources-page) .page-hero-panel {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  body.global-tech-page.library-page:not(.resources-page) .page-hero h1 {
    max-width: 1000px !important;
    font-size: clamp(46px, 3.3vw, 64px) !important;
    line-height: 1.12 !important;
  }

  body.global-tech-page.library-page:not(.resources-page) .library-section {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    padding-right: var(--site-gutter-desktop) !important;
    padding-left: var(--site-gutter-desktop) !important;
    margin: 0 !important;
  }

  body.global-tech-page.library-page:not(.resources-page) .library-section > .section-head,
  body.global-tech-page.library-page:not(.resources-page) :is(
    .case-detail,
    .library-grid,
    .document-grid,
    .application-detail-grid,
    .fit-grid,
    .material-chips,
    .case-filter-bar
  ) {
    width: min(100%, var(--site-content-max)) !important;
    inline-size: min(100%, var(--site-content-max)) !important;
    min-width: 0 !important;
    min-inline-size: 0 !important;
    max-width: var(--site-content-max) !important;
    max-inline-size: var(--site-content-max) !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  /* Service sections keep their page-specific modules inside the same frame. */
  body.global-tech-page.service-child-page .service-hero__inner {
    width: min(100%, var(--site-shell-max)) !important;
    max-width: var(--site-shell-max) !important;
  }

  body.global-tech-page.service-child-page .service-section {
    padding-right: var(--site-gutter-desktop) !important;
    padding-left: var(--site-gutter-desktop) !important;
  }

  body.global-tech-page.service-child-page :is(
    .service-section__heading,
    .service-child-card-grid,
    .service-child-info-grid,
    .service-child-proof-grid,
    .service-child-resource-grid,
    .service-child-process,
    .service-child-dark-grid,
    .service-child-delivery-grid
  ) {
    width: min(100%, var(--site-content-max)) !important;
    max-width: var(--site-content-max) !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

/* Tablet owns 768–1180px. The old 1920px pointer canvas is deliberately disabled. */
@media (min-width: 768px) and (max-width: 1180px) {
  body.global-tech-page.service-child-page main {
    padding-top: 0 !important;
  }

  body.global-tech-page.service-child-page .service-hero h1 {
    font-size: clamp(38px, 4vw, 46px) !important;
    line-height: 1.08 !important;
  }

  body.global-tech-page .site-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 100 !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    height: var(--site-header-height-tablet) !important;
    min-height: var(--site-header-height-tablet) !important;
    padding: 0 var(--site-gutter-tablet) !important;
  }

  body.global-tech-page .site-header .site-nav {
    position: absolute !important;
    top: var(--site-header-height-tablet) !important;
    right: var(--site-gutter-tablet) !important;
    left: var(--site-gutter-tablet) !important;
    z-index: 120 !important;
    display: none !important;
    width: auto !important;
    height: auto !important;
    max-height: calc(100dvh - var(--site-header-height-tablet) - 20px) !important;
    margin: 0 !important;
    padding: 16px !important;
    overflow-y: auto !important;
    color: var(--ink) !important;
    background: #fff !important;
    border: 1px solid var(--line) !important;
    border-radius: var(--site-control-radius) !important;
    box-shadow: 0 18px 48px rgba(12, 45, 82, .14) !important;
  }

  body.global-tech-page .site-header.is-open .site-nav {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 4px !important;
  }

  body.global-tech-page .site-header.is-open .site-nav > a,
  body.global-tech-page .site-header.is-open .site-nav .nav-cta,
  body.global-tech-page .site-header.is-open .site-nav-dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 44px !important;
    padding: 10px 12px !important;
  }

  body.global-tech-page .site-header .header-tools {
    width: auto !important;
    min-width: 0 !important;
    margin-left: auto !important;
  }

  body.global-tech-page .site-header .nav-toggle {
    display: flex !important;
  }

  body.global-tech-page:not(.service-child-page) .hero,
  body.global-tech-page.library-page:not(.resources-page) .page-hero {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 32px !important;
    min-height: 0 !important;
    padding: 64px var(--site-gutter-tablet) 54px !important;
    overflow: hidden !important;
  }

  body.global-tech-page:not(.service-child-page) .hero::after {
    display: none !important;
    content: none !important;
  }

  body.global-tech-page:not(.service-child-page) .hero-content,
  body.global-tech-page:not(.service-child-page) .hero-media,
  body.global-tech-page.library-page:not(.resources-page) .page-hero > div:first-child,
  body.global-tech-page.library-page:not(.resources-page) .page-hero-panel {
    position: static !important;
    display: block !important;
    grid-column: 1 !important;
    grid-row: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 840px !important;
    height: auto !important;
    margin: 0 auto !important;
  }

  body.global-tech-page:not(.service-child-page) .hero h1,
  body.global-tech-page.library-page:not(.resources-page) .page-hero h1 {
    width: auto !important;
    max-width: 100% !important;
    font-size: clamp(40px, 5vw, 54px) !important;
    white-space: normal !important;
    text-wrap: balance !important;
  }

  body.global-tech-page[data-page="home"] .process-ribbon {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 38px !important;
    padding: 64px var(--site-gutter-tablet) !important;
  }

  body.global-tech-page[data-page="home"] .process-flow {
    width: 100% !important;
    min-width: 0 !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 24px !important;
  }

  body.global-tech-page.library-page:not(.resources-page) .library-section {
    padding-right: var(--site-gutter-tablet) !important;
    padding-left: var(--site-gutter-tablet) !important;
  }
}

/* Real mobile width replaces the historical fixed 430px mobile canvas. */
@media (max-width: 767px) {
  body.global-tech-page.service-child-page main {
    padding-top: 0 !important;
  }

  html:has(body.global-tech-page) {
    overflow-x: hidden !important;
  }

  html body.global-tech-page,
  html body.global-tech-page main,
  html body.global-tech-page .site-header,
  html body.global-tech-page .hero,
  html body.global-tech-page .page-hero,
  html body.global-tech-page .process-ribbon,
  html body.global-tech-page main > section,
  html body.global-tech-page .contact,
  html body.global-tech-page .site-footer {
    width: 100% !important;
    inline-size: 100% !important;
    min-width: 0 !important;
    min-inline-size: 0 !important;
    max-width: none !important;
    max-inline-size: none !important;
  }

  html body.global-tech-page {
    overflow-x: clip !important;
  }

  body.global-tech-page .site-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 100 !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    height: var(--site-header-height-mobile) !important;
    min-height: var(--site-header-height-mobile) !important;
    padding: 0 var(--site-gutter-mobile) !important;
  }

  body.global-tech-page .site-header .brand {
    width: auto !important;
    min-width: 0 !important;
    gap: 10px !important;
  }

  body.global-tech-page .site-header .brand-mark {
    width: 40px !important;
    height: 40px !important;
    flex-basis: 40px !important;
  }

  body.global-tech-page .site-header .brand strong {
    font-size: .92rem !important;
  }

  body.global-tech-page .site-header .brand small {
    display: none !important;
  }

  body.global-tech-page .site-header .site-nav {
    position: absolute !important;
    top: var(--site-header-height-mobile) !important;
    right: 14px !important;
    left: 14px !important;
    z-index: 120 !important;
    display: none !important;
    width: auto !important;
    height: auto !important;
    max-height: calc(100dvh - var(--site-header-height-mobile) - 20px) !important;
    margin: 0 !important;
    padding: 16px !important;
    overflow-y: auto !important;
    color: var(--ink) !important;
    background: #fff !important;
    border: 1px solid var(--line) !important;
    border-radius: var(--site-control-radius) !important;
    box-shadow: 0 18px 48px rgba(12, 45, 82, .14) !important;
  }

  body.global-tech-page .site-header.is-open .site-nav {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 4px !important;
  }

  body.global-tech-page .site-header.is-open .site-nav > a,
  body.global-tech-page .site-header.is-open .site-nav .nav-cta,
  body.global-tech-page .site-header.is-open .site-nav-dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 44px !important;
    padding: 10px 12px !important;
  }

  body.global-tech-page .site-header .header-tools {
    width: auto !important;
    min-width: 0 !important;
    margin-left: auto !important;
  }

  body.global-tech-page .site-header .language-switcher,
  body.global-tech-page .site-header .language-menu-toggle {
    width: auto !important;
    min-width: 54px !important;
    min-height: 40px !important;
    padding: 0 6px 0 8px !important;
  }

  body.global-tech-page .site-header .nav-toggle {
    display: flex !important;
    flex: 0 0 42px !important;
    align-items: center !important;
    justify-content: center !important;
    width: 42px !important;
    height: 42px !important;
  }

  body.global-tech-page:not(.service-child-page) .hero,
  body.global-tech-page.library-page:not(.resources-page) .page-hero {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 28px !important;
    min-height: 0 !important;
    padding: 46px var(--site-gutter-mobile) 42px !important;
    overflow: hidden !important;
  }

  body.global-tech-page:not(.service-child-page) .hero::after {
    display: none !important;
    content: none !important;
  }

  body.global-tech-page:not(.service-child-page) .hero-content,
  body.global-tech-page:not(.service-child-page) .hero-media,
  body.global-tech-page.library-page:not(.resources-page) .page-hero > div:first-child,
  body.global-tech-page.library-page:not(.resources-page) .page-hero-panel {
    position: static !important;
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 !important;
  }

  body.global-tech-page:not(.service-child-page) .hero h1,
  body.global-tech-page.library-page:not(.resources-page) .page-hero h1 {
    width: auto !important;
    max-width: 100% !important;
    font-size: 34px !important;
    line-height: 1.14 !important;
    white-space: normal !important;
    text-wrap: balance !important;
  }

  body.global-tech-page[data-page="home"] .process-ribbon {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 34px !important;
    min-height: 0 !important;
    padding: var(--site-section-space-mobile) var(--site-gutter-mobile) !important;
  }

  body.global-tech-page[data-page="home"] .process-flow {
    width: 100% !important;
    min-width: 0 !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 22px 16px !important;
  }

  body.global-tech-page.library-page:not(.resources-page) .library-section,
  body.global-tech-page.service-child-page .service-section,
  body.global-tech-page.service-child-page .service-rfq {
    padding-right: var(--site-gutter-mobile) !important;
    padding-left: var(--site-gutter-mobile) !important;
  }
}

/*
 * Cascade bridge
 * The legacy stylesheet contains device-class rules with repeated body classes
 * and !important declarations. These selectors intentionally outrank that old
 * canvas lock so viewport breakpoints, not pointer type, own the final layout.
 */
html:has(> body.global-tech-page) > body.global-tech-page.global-tech-page {
  --fixed-pc-canvas: 100% !important;
  --pc-layout-canvas: 100% !important;
  --desktop-bg-canvas: 100% !important;
  width: 100% !important;
  inline-size: 100% !important;
  min-width: 0 !important;
  min-inline-size: 0 !important;
  max-width: none !important;
  max-inline-size: none !important;
  overflow-x: clip !important;
}

html:has(> body.global-tech-page) > body.global-tech-page.global-tech-page :is(
  .site-header,
  main,
  .hero,
  .page-hero,
  .process-ribbon,
  main > section,
  .contact,
  .site-footer,
  .technology-shell,
  .tech-advantage,
  .capability-strip
) {
  width: 100% !important;
  inline-size: 100% !important;
  min-width: 0 !important;
  min-inline-size: 0 !important;
  max-width: none !important;
  max-inline-size: none !important;
  box-sizing: border-box !important;
}

html:has(> body.global-tech-page) > body.global-tech-page.global-tech-page .site-header .site-nav > a:not(.nav-cta),
html:has(> body.global-tech-page) > body.global-tech-page.global-tech-page .site-header .site-nav-dropdown-toggle {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  min-height: 38px !important;
  margin: 0 !important;
  padding: 8px 0 !important;
  line-height: 1.1 !important;
}

html:has(> body.global-tech-page) > body.global-tech-page.global-tech-page .site-header .site-nav > a:not(.nav-cta)::after,
html:has(> body.global-tech-page) > body.global-tech-page.global-tech-page .site-header .site-nav-dropdown-toggle::before {
  bottom: 2px !important;
  height: 2px !important;
}

html:has(> body.global-tech-page) > body.global-tech-page.global-tech-page .site-header .site-nav > a[aria-current="page"]::after {
  transform: scaleX(1) !important;
}

@media (min-width: 1181px) {
  html:has(> body.global-tech-page) > body.global-tech-page.global-tech-page .site-header {
    position: sticky !important;
    top: 0 !important;
    display: grid !important;
    grid-template-columns: clamp(200px, 15.625vw, 300px) minmax(0, 1fr) clamp(96px, 5.833vw, 112px) !important;
    align-items: center !important;
    width: 100% !important;
    height: var(--site-header-height) !important;
    min-height: var(--site-header-height) !important;
    padding: 0 var(--site-gutter-desktop) !important;
    column-gap: clamp(18px, 1.771vw, 34px) !important;
  }

  html:has(> body.global-tech-page) > body.global-tech-page.global-tech-page .site-header .brand {
    position: static !important;
    width: clamp(200px, 15.625vw, 300px) !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 42px !important;
  }

  html:has(> body.global-tech-page) > body.global-tech-page.global-tech-page .site-header .site-nav {
    position: static !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 38px !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: clamp(8px, 1.146vw, 22px) !important;
    overflow: visible !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  html:has(> body.global-tech-page) > body.global-tech-page.global-tech-page .site-header .header-tools {
    position: static !important;
    display: flex !important;
    width: clamp(96px, 5.833vw, 112px) !important;
    min-width: clamp(96px, 5.833vw, 112px) !important;
    max-width: clamp(96px, 5.833vw, 112px) !important;
    height: 48px !important;
    margin: 0 !important;
  }

  html:has(> body.global-tech-page) > body.global-tech-page.global-tech-page .site-header .nav-toggle {
    display: none !important;
  }

  html:has(> body.global-tech-page) > body.global-tech-page.global-tech-page[data-page="home"] .applications .application-topic-grid {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: clamp(14px, 1.05vw, 20px) !important;
    width: min(100%, var(--site-content-max)) !important;
    min-width: 0 !important;
    max-width: var(--site-content-max) !important;
    margin-right: auto !important;
    margin-left: auto !important;
    overflow: visible !important;
  }

  html:has(> body.global-tech-page) > body.global-tech-page.global-tech-page[data-page="home"] .applications .application-topic-grid article,
  html:has(> body.global-tech-page) > body.global-tech-page.global-tech-page[data-page="home"] .applications .application-topic-grid article:first-child {
    display: grid !important;
    grid-template-rows: auto minmax(0, 1fr) !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    flex: none !important;
  }

  html:has(> body.global-tech-page) > body.global-tech-page.global-tech-page[data-page="home"] .applications .application-topic-grid img {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 16 / 9 !important;
    object-fit: contain !important;
  }
}

@media (min-width: 768px) and (max-width: 1180px) {
  html:has(> body.global-tech-page) > body.global-tech-page.global-tech-page .site-header {
    position: sticky !important;
    top: 0 !important;
    display: flex !important;
    grid-template-columns: none !important;
    align-items: center !important;
    width: 100% !important;
    height: var(--site-header-height-tablet) !important;
    min-height: var(--site-header-height-tablet) !important;
    padding: 0 var(--site-gutter-tablet) !important;
    gap: 12px !important;
  }

  html:has(> body.global-tech-page) > body.global-tech-page.global-tech-page .site-header .brand {
    position: static !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 42px !important;
    margin: 0 !important;
  }

  html:has(> body.global-tech-page) > body.global-tech-page.global-tech-page .site-header .site-nav {
    position: absolute !important;
    top: var(--site-header-height-tablet) !important;
    right: var(--site-gutter-tablet) !important;
    left: var(--site-gutter-tablet) !important;
    display: none !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    max-height: calc(100dvh - var(--site-header-height-tablet) - 20px) !important;
    margin: 0 !important;
    padding: 16px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    color: var(--ink) !important;
    background: #fff !important;
    border: 1px solid var(--line) !important;
    border-radius: var(--site-control-radius) !important;
    box-shadow: 0 18px 48px rgba(12, 45, 82, .14) !important;
  }

  html:has(> body.global-tech-page) > body.global-tech-page.global-tech-page .site-header.is-open .site-nav {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    align-content: start !important;
    gap: 4px !important;
  }

  html:has(> body.global-tech-page) > body.global-tech-page.global-tech-page .site-header .header-tools {
    position: static !important;
    display: flex !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 46px !important;
    margin: 0 0 0 auto !important;
  }

  html:has(> body.global-tech-page) > body.global-tech-page.global-tech-page .site-header .nav-toggle {
    display: flex !important;
    flex: 0 0 42px !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    width: 42px !important;
    height: 42px !important;
  }

  html:has(> body.global-tech-page) > body.global-tech-page.global-tech-page .site-header .nav-toggle span {
    display: block !important;
    width: 20px !important;
    height: 2px !important;
    margin: 0 !important;
  }

  html:has(> body.global-tech-page:not(.service-child-page)) > body.global-tech-page.global-tech-page:not(.service-child-page) .hero,
  html:has(> body.global-tech-page:not(.service-child-page)) > body.global-tech-page.global-tech-page.library-page:not(.resources-page) .page-hero {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    gap: 32px !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 64px var(--site-gutter-tablet) 54px !important;
    overflow: hidden !important;
  }

  html:has(> body.global-tech-page:not(.service-child-page)) > body.global-tech-page.global-tech-page:not(.service-child-page) .hero::after {
    display: none !important;
    content: none !important;
  }

  html:has(> body.global-tech-page:not(.service-child-page)) > body.global-tech-page.global-tech-page:not(.service-child-page) .hero-content {
    position: static !important;
    display: block !important;
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 840px !important;
    margin: 0 auto !important;
  }

  html:has(> body.global-tech-page:not(.service-child-page)) > body.global-tech-page.global-tech-page:not(.service-child-page) .hero-media {
    position: static !important;
    display: block !important;
    grid-column: 1 !important;
    grid-row: 2 !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 840px !important;
    height: auto !important;
    margin: 0 auto !important;
  }

  html:has(> body.global-tech-page:not(.service-child-page)) > body.global-tech-page.global-tech-page[data-page="home"] .process-ribbon {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 38px !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 64px var(--site-gutter-tablet) !important;
    overflow: hidden !important;
  }

  html:has(> body.global-tech-page:not(.service-child-page)) > body.global-tech-page.global-tech-page[data-page="home"] .process-flow {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 24px !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
  }

  html:has(> body.global-tech-page:not(.service-child-page)) > body.global-tech-page.global-tech-page[data-page="home"] :is(
    .tech-advantage,
    .specs-layout,
    .project-feature,
    .contact
  ) {
    grid-template-columns: minmax(0, 1fr) !important;
    height: auto !important;
    min-height: 0 !important;
  }

  html:has(> body.global-tech-page:not(.service-child-page)) > body.global-tech-page.global-tech-page[data-page="home"] .tech-copy {
    grid-template-columns: minmax(0, 1fr) minmax(260px, .72fr) !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  html:has(> body.global-tech-page:not(.service-child-page)) > body.global-tech-page.global-tech-page[data-page="home"] :is(
    .project-mini-grid,
    .capability-strip
  ) {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html:has(> body.global-tech-page:not(.service-child-page)) > body.global-tech-page.global-tech-page[data-page="home"] .applications .application-topic-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
  }

  html:has(> body.global-tech-page:not(.service-child-page)) > body.global-tech-page.global-tech-page[data-page="home"] .applications .application-topic-grid article,
  html:has(> body.global-tech-page:not(.service-child-page)) > body.global-tech-page.global-tech-page[data-page="home"] .applications .application-topic-grid article:first-child {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    flex: none !important;
  }

  html.service-child-shell > body.global-tech-page.global-tech-page.service-child-page .site-header {
    height: var(--site-header-height-tablet) !important;
    min-height: var(--site-header-height-tablet) !important;
    padding: 0 var(--site-gutter-tablet) !important;
  }

  html.device-mobile.input-coarse:has(> body.global-tech-page) > body.global-tech-page.global-tech-page .site-header,
  html.device-mobile:has(> body.global-tech-page) > body.global-tech-page.global-tech-page .site-header {
    position: sticky !important;
    top: 0 !important;
    display: flex !important;
    grid-template-columns: none !important;
    align-items: center !important;
    width: 100% !important;
    height: var(--site-header-height-mobile) !important;
    min-height: var(--site-header-height-mobile) !important;
    padding: 0 var(--site-gutter-mobile) !important;
    gap: 10px !important;
  }

  html.device-mobile.input-coarse:has(> body.global-tech-page) > body.global-tech-page.global-tech-page .site-header .brand,
  html.device-mobile:has(> body.global-tech-page) > body.global-tech-page.global-tech-page .site-header .brand {
    position: static !important;
    width: auto !important;
    inline-size: auto !important;
    min-width: 0 !important;
    min-inline-size: 0 !important;
    max-width: none !important;
    flex: 1 1 auto !important;
    gap: 9px !important;
    margin: 0 !important;
  }

  html.device-mobile.input-coarse:has(> body.global-tech-page) > body.global-tech-page.global-tech-page .site-header .brand-mark,
  html.device-mobile:has(> body.global-tech-page) > body.global-tech-page.global-tech-page .site-header .brand-mark {
    width: 38px !important;
    height: 38px !important;
    flex: 0 0 38px !important;
  }

  html.device-mobile.input-coarse:has(> body.global-tech-page) > body.global-tech-page.global-tech-page .site-header .brand strong,
  html.device-mobile:has(> body.global-tech-page) > body.global-tech-page.global-tech-page .site-header .brand strong {
    font-size: .9rem !important;
  }

  html.device-mobile.input-coarse:has(> body.global-tech-page) > body.global-tech-page.global-tech-page .site-header .brand small,
  html.device-mobile:has(> body.global-tech-page) > body.global-tech-page.global-tech-page .site-header .brand small {
    display: none !important;
  }

  html.device-mobile.input-coarse:has(> body.global-tech-page) > body.global-tech-page.global-tech-page .site-header .site-nav,
  html.device-mobile:has(> body.global-tech-page) > body.global-tech-page.global-tech-page .site-header .site-nav {
    position: absolute !important;
    top: var(--site-header-height-mobile) !important;
    right: 14px !important;
    left: 14px !important;
    display: none !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    max-height: calc(100dvh - var(--site-header-height-mobile) - 20px) !important;
    margin: 0 !important;
    padding: 16px !important;
  }

  html.device-mobile.input-coarse:has(> body.global-tech-page) > body.global-tech-page.global-tech-page .site-header.is-open .site-nav,
  html.device-mobile:has(> body.global-tech-page) > body.global-tech-page.global-tech-page .site-header.is-open .site-nav {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html.device-mobile.input-coarse:has(> body.global-tech-page) > body.global-tech-page.global-tech-page .site-header .header-tools,
  html.device-mobile:has(> body.global-tech-page) > body.global-tech-page.global-tech-page .site-header .header-tools {
    position: static !important;
    display: flex !important;
    align-items: center !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 46px !important;
    flex: 0 0 auto !important;
    gap: 8px !important;
    margin: 0 !important;
  }

  html.device-mobile.input-coarse:has(> body.global-tech-page) > body.global-tech-page.global-tech-page .site-header :is(.language-switcher, .language-menu-toggle),
  html.device-mobile:has(> body.global-tech-page) > body.global-tech-page.global-tech-page .site-header :is(.language-switcher, .language-menu-toggle) {
    width: 54px !important;
    min-width: 54px !important;
    max-width: 54px !important;
    height: 40px !important;
    min-height: 40px !important;
    padding: 0 6px !important;
  }

  html.device-mobile.input-coarse:has(> body.global-tech-page:not(.service-child-page)) > body.global-tech-page.global-tech-page:not(.service-child-page) .hero,
  html.device-mobile:has(> body.global-tech-page:not(.service-child-page)) > body.global-tech-page.global-tech-page:not(.service-child-page) .hero {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    gap: 28px !important;
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 46px var(--site-gutter-mobile) 42px !important;
    overflow: hidden !important;
  }

  html.device-mobile.input-coarse:has(> body.global-tech-page:not(.service-child-page)) > body.global-tech-page.global-tech-page:not(.service-child-page) .hero-content,
  html.device-mobile:has(> body.global-tech-page:not(.service-child-page)) > body.global-tech-page.global-tech-page:not(.service-child-page) .hero-content {
    position: static !important;
    display: block !important;
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 100% !important;
    inline-size: 100% !important;
    min-width: 0 !important;
    min-inline-size: 0 !important;
    max-width: 100% !important;
    max-inline-size: 100% !important;
    height: auto !important;
    margin: 0 !important;
  }

  html.device-mobile.input-coarse:has(> body.global-tech-page:not(.service-child-page)) > body.global-tech-page.global-tech-page:not(.service-child-page) .hero-media,
  html.device-mobile:has(> body.global-tech-page:not(.service-child-page)) > body.global-tech-page.global-tech-page:not(.service-child-page) .hero-media {
    position: static !important;
    display: block !important;
    grid-column: 1 !important;
    grid-row: 2 !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 !important;
  }

  html.device-mobile.input-coarse:has(> body.global-tech-page:not(.service-child-page)) > body.global-tech-page.global-tech-page[data-page="home"] .process-ribbon,
  html.device-mobile:has(> body.global-tech-page:not(.service-child-page)) > body.global-tech-page.global-tech-page[data-page="home"] .process-ribbon {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 34px !important;
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    padding: var(--site-section-space-mobile) var(--site-gutter-mobile) !important;
    overflow: hidden !important;
  }

  html.device-mobile.input-coarse:has(> body.global-tech-page:not(.service-child-page)) > body.global-tech-page.global-tech-page[data-page="home"] .process-flow,
  html.device-mobile:has(> body.global-tech-page:not(.service-child-page)) > body.global-tech-page.global-tech-page[data-page="home"] .process-flow {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 22px 16px !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
  }

  html.device-mobile.input-coarse:has(> body.global-tech-page:not(.service-child-page)) > body.global-tech-page.global-tech-page[data-page="home"] :is(
    .tech-advantage,
    .tech-copy,
    .specs-layout,
    .project-feature,
    .project-mini-grid,
    .capability-strip,
    .contact,
    .quote-form,
    .applications .application-topic-grid
  ),
  html.device-mobile:has(> body.global-tech-page:not(.service-child-page)) > body.global-tech-page.global-tech-page[data-page="home"] :is(
    .tech-advantage,
    .tech-copy,
    .specs-layout,
    .project-feature,
    .project-mini-grid,
    .capability-strip,
    .contact,
    .quote-form,
    .applications .application-topic-grid
  ) {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
  }

  html.device-mobile.input-coarse:has(> body.global-tech-page:not(.service-child-page)) > body.global-tech-page.global-tech-page[data-page="home"] .applications .application-topic-grid article,
  html.device-mobile:has(> body.global-tech-page:not(.service-child-page)) > body.global-tech-page.global-tech-page[data-page="home"] .applications .application-topic-grid article {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    flex: none !important;
  }
}

/* Width must win even when a desktop pointer is used to inspect a mobile viewport. */
@media (max-width: 767px) {
  html:has(> body.global-tech-page.global-tech-page) > body.global-tech-page.global-tech-page.global-tech-page,
  html:has(> body.global-tech-page.global-tech-page) > body.global-tech-page.global-tech-page.global-tech-page :is(
    .site-header,
    main,
    .hero,
    .page-hero,
    .process-ribbon,
    main > section,
    .contact,
    .site-footer
  ) {
    width: 100% !important;
    inline-size: 100% !important;
    min-width: 0 !important;
    min-inline-size: 0 !important;
    max-width: none !important;
    max-inline-size: none !important;
  }

  html:has(> body.global-tech-page.global-tech-page) > body.global-tech-page.global-tech-page.global-tech-page .site-header {
    position: sticky !important;
    top: 0 !important;
    display: flex !important;
    grid-template-columns: none !important;
    align-items: center !important;
    height: var(--site-header-height-mobile) !important;
    min-height: var(--site-header-height-mobile) !important;
    padding: 0 var(--site-gutter-mobile) !important;
    gap: 10px !important;
  }

  html:has(> body.global-tech-page.global-tech-page) > body.global-tech-page.global-tech-page.global-tech-page .site-header .brand {
    position: static !important;
    width: auto !important;
    inline-size: auto !important;
    min-width: 0 !important;
    min-inline-size: 0 !important;
    max-width: none !important;
    flex: 1 1 auto !important;
    gap: 9px !important;
    margin: 0 !important;
  }

  html:has(> body.global-tech-page.global-tech-page) > body.global-tech-page.global-tech-page.global-tech-page .site-header .brand-mark {
    width: 38px !important;
    height: 38px !important;
    flex: 0 0 38px !important;
  }

  html:has(> body.global-tech-page.global-tech-page) > body.global-tech-page.global-tech-page.global-tech-page .site-header .brand strong {
    font-size: .9rem !important;
  }

  html:has(> body.global-tech-page.global-tech-page) > body.global-tech-page.global-tech-page.global-tech-page .site-header .brand small {
    display: none !important;
  }

  html:has(> body.global-tech-page.global-tech-page) > body.global-tech-page.global-tech-page.global-tech-page .site-header .site-nav {
    position: absolute !important;
    top: var(--site-header-height-mobile) !important;
    right: 14px !important;
    left: 14px !important;
    display: none !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    max-height: calc(100dvh - var(--site-header-height-mobile) - 20px) !important;
    margin: 0 !important;
    padding: 16px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    color: var(--ink) !important;
    background: #fff !important;
    border: 1px solid var(--line) !important;
    border-radius: var(--site-control-radius) !important;
    box-shadow: 0 18px 48px rgba(12, 45, 82, .14) !important;
  }

  html:has(> body.global-tech-page.global-tech-page) > body.global-tech-page.global-tech-page.global-tech-page .site-header.is-open .site-nav {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html:has(> body.global-tech-page.global-tech-page) > body.global-tech-page.global-tech-page.global-tech-page .site-header .header-tools {
    position: static !important;
    display: flex !important;
    align-items: center !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 46px !important;
    flex: 0 0 auto !important;
    gap: 8px !important;
    margin: 0 !important;
  }

  html:has(> body.global-tech-page.global-tech-page) > body.global-tech-page.global-tech-page.global-tech-page .site-header :is(.language-switcher, .language-menu-toggle) {
    width: 54px !important;
    min-width: 54px !important;
    max-width: 54px !important;
    height: 40px !important;
    min-height: 40px !important;
    padding: 0 6px !important;
  }

  html:has(> body.global-tech-page.global-tech-page) > body.global-tech-page.global-tech-page.global-tech-page .site-header .nav-toggle {
    display: flex !important;
    flex: 0 0 42px !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    width: 42px !important;
    height: 42px !important;
  }

  html:has(> body.global-tech-page.global-tech-page) > body.global-tech-page.global-tech-page.global-tech-page .site-header .nav-toggle span {
    display: block !important;
    width: 20px !important;
    height: 2px !important;
    margin: 0 !important;
  }

  html:has(> body.global-tech-page.global-tech-page:not(.service-child-page)) > body.global-tech-page.global-tech-page.global-tech-page:not(.service-child-page) .hero {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    gap: 28px !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 46px var(--site-gutter-mobile) 42px !important;
    overflow: hidden !important;
  }

  html:has(> body.global-tech-page.global-tech-page:not(.service-child-page)) > body.global-tech-page.global-tech-page.global-tech-page:not(.service-child-page) .hero::after {
    display: none !important;
    content: none !important;
  }

  html:has(> body.global-tech-page.global-tech-page:not(.service-child-page)) > body.global-tech-page.global-tech-page.global-tech-page:not(.service-child-page) .hero-content,
  html:has(> body.global-tech-page.global-tech-page:not(.service-child-page)) > body.global-tech-page.global-tech-page.global-tech-page:not(.service-child-page) .hero-media {
    position: static !important;
    display: block !important;
    grid-column: 1 !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 !important;
  }

  html:has(> body.global-tech-page.global-tech-page:not(.service-child-page)) > body.global-tech-page.global-tech-page.global-tech-page:not(.service-child-page) .hero-content {
    grid-row: 1 !important;
  }

  html:has(> body.global-tech-page.global-tech-page:not(.service-child-page)) > body.global-tech-page.global-tech-page.global-tech-page:not(.service-child-page) .hero-media {
    grid-row: 2 !important;
  }

  html:lang(zh) body.global-tech-page.global-tech-page.global-tech-page:not(.service-child-page) .hero h1,
  html:lang(zh) body.global-tech-page.global-tech-page.global-tech-page:not(.service-child-page) .hero h1 span,
  html:has(> body.global-tech-page.global-tech-page:not(.service-child-page)) > body.global-tech-page.global-tech-page.global-tech-page:not(.service-child-page) .hero h1,
  html:has(> body.global-tech-page.global-tech-page:not(.service-child-page)) > body.global-tech-page.global-tech-page.global-tech-page:not(.service-child-page) .hero h1 span {
    display: inline !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    font-size: 34px !important;
    line-height: 1.14 !important;
    white-space: normal !important;
    text-wrap: wrap !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
  }

  html:has(> body.global-tech-page.global-tech-page:not(.service-child-page)) > body.global-tech-page.global-tech-page.global-tech-page:not(.service-child-page) .hero h1 {
    display: block !important;
    width: 100% !important;
  }

  html:has(> body.global-tech-page.global-tech-page:not(.service-child-page)) > body.global-tech-page.global-tech-page.global-tech-page:not(.service-child-page) .hero-copy {
    width: 100% !important;
    inline-size: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    max-inline-size: 100% !important;
  }

  html:has(> body.global-tech-page.global-tech-page:not(.service-child-page)) > body.global-tech-page.global-tech-page.global-tech-page:not(.service-child-page) .hero-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  html:has(> body.global-tech-page.global-tech-page:not(.service-child-page)) > body.global-tech-page.global-tech-page.global-tech-page:not(.service-child-page) .hero-actions .button {
    width: 100% !important;
    min-width: 0 !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  html:has(> body.global-tech-page.global-tech-page:not(.service-child-page)) > body.global-tech-page.global-tech-page.global-tech-page:not(.service-child-page) .hero-proof {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    width: 100% !important;
    inline-size: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin-top: 28px !important;
  }

html:has(> body.global-tech-page.global-tech-page:not(.service-child-page)) > body.global-tech-page.global-tech-page.global-tech-page:not(.service-child-page) .hero-proof span {
    grid-template-columns: 28px minmax(0, 1fr) !important;
    width: auto !important;
    min-width: 0 !important;
    min-height: 88px !important;
    padding: 13px 12px !important;
  }

  html:has(> body.global-tech-page.global-tech-page:not(.service-child-page)) > body.global-tech-page.global-tech-page.global-tech-page[data-page="home"] .process-ribbon {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 34px !important;
    height: auto !important;
    min-height: 0 !important;
    padding: var(--site-section-space-mobile) var(--site-gutter-mobile) !important;
    overflow: hidden !important;
  }

  html:has(> body.global-tech-page.global-tech-page:not(.service-child-page)) > body.global-tech-page.global-tech-page.global-tech-page[data-page="home"] .process-flow {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 22px 16px !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
  }

  html:has(> body.global-tech-page.global-tech-page:not(.service-child-page)) > body.global-tech-page.global-tech-page.global-tech-page[data-page="home"] :is(
    .tech-advantage,
    .tech-copy,
    .specs-layout,
    .project-feature,
    .project-mini-grid,
    .capability-strip,
    .contact,
    .quote-form,
    .applications .application-topic-grid
  ) {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
  }

  html:has(> body.global-tech-page.global-tech-page:not(.service-child-page)) > body.global-tech-page.global-tech-page.global-tech-page[data-page="home"] .applications .application-topic-grid article,
  html:has(> body.global-tech-page.global-tech-page:not(.service-child-page)) > body.global-tech-page.global-tech-page.global-tech-page[data-page="home"] .applications .application-topic-grid article:first-child {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    flex: none !important;
  }
}

/*
 * Homepage layout recovery v14
 * Keep every homepage module on one visual axis while overriding the legacy
 * fixed-canvas desktop selectors that otherwise win at narrower viewports.
 */
@media (min-width: 1181px) {
  html:has(> body.global-tech-page) > body.global-tech-page.global-tech-page.global-tech-page[data-page="home"] .process-ribbon {
    grid-template-columns: minmax(240px, 330px) minmax(0, 1fr) !important;
    gap: clamp(34px, 3.55vw, 68px) !important;
    padding: 84px var(--site-gutter-desktop) !important;
  }

  html:has(> body.global-tech-page) > body.global-tech-page.global-tech-page.global-tech-page[data-page="home"] .process-ribbon > div:first-child {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  html:has(> body.global-tech-page) > body.global-tech-page.global-tech-page.global-tech-page[data-page="home"] .process-flow {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: clamp(14px, 1.46vw, 28px) !important;
  }
}

@media (min-width: 1181px) and (max-width: 1350px) {
  html:has(> body.global-tech-page) > body.global-tech-page.global-tech-page.global-tech-page[data-page="home"] .process-ribbon {
    grid-template-columns: minmax(220px, 280px) minmax(0, 1fr) !important;
    min-height: 0 !important;
    height: auto !important;
  }

  html:has(> body.global-tech-page) > body.global-tech-page.global-tech-page.global-tech-page[data-page="home"] .process-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    row-gap: 32px !important;
  }
}

@media (min-width: 768px) and (max-width: 1180px) {
  html:has(> body.global-tech-page) > body.global-tech-page.global-tech-page.global-tech-page[data-page="home"] .service-grid-six {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  html:has(> body.global-tech-page) > body.global-tech-page.global-tech-page.global-tech-page[data-page="home"] .service-card {
    grid-template-columns: minmax(150px, .42fr) minmax(0, 1fr) !important;
    min-width: 0 !important;
    min-height: 220px !important;
  }

  html:has(> body.global-tech-page) > body.global-tech-page.global-tech-page.global-tech-page[data-page="home"] .service-card img {
    width: 100% !important;
    min-height: 220px !important;
  }
}

@media (max-width: 767px) {
  html:has(> body.global-tech-page) > body.global-tech-page.global-tech-page.global-tech-page[data-page="home"] :is(
    .buyer-grid,
    .service-grid-six,
    .capability-grid,
    .project-mini-grid,
    .faq-grid
  ) {
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    gap: 16px !important;
  }

  html:has(> body.global-tech-page) > body.global-tech-page.global-tech-page.global-tech-page[data-page="home"] .service-card {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 0 !important;
    height: auto !important;
  }

  html:has(> body.global-tech-page) > body.global-tech-page.global-tech-page.global-tech-page[data-page="home"] .service-card img {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 16 / 9 !important;
    object-fit: cover !important;
  }

  html:has(> body.global-tech-page) > body.global-tech-page.global-tech-page.global-tech-page[data-page="home"] .service-card div {
    padding: 22px !important;
  }
}

@media (max-width: 767px) {
  html:has(> body.global-tech-page) > body.global-tech-page.global-tech-page,
  html:has(> body.global-tech-page) > body.global-tech-page.global-tech-page :is(
    .site-header,
    main,
    .hero,
    .page-hero,
    .process-ribbon,
    main > section,
    .contact,
    .site-footer
  ) {
    width: 100% !important;
    inline-size: 100% !important;
    min-width: 0 !important;
    min-inline-size: 0 !important;
    max-width: none !important;
    max-inline-size: none !important;
  }

  html:has(> body.global-tech-page) > body.global-tech-page.global-tech-page .site-header {
    position: sticky !important;
    top: 0 !important;
    display: flex !important;
    grid-template-columns: none !important;
    align-items: center !important;
    height: var(--site-header-height-mobile) !important;
    min-height: var(--site-header-height-mobile) !important;
    padding: 0 var(--site-gutter-mobile) !important;
    gap: 10px !important;
  }

  html:has(> body.global-tech-page) > body.global-tech-page.global-tech-page .site-header .site-nav {
    top: var(--site-header-height-mobile) !important;
  }

  html:has(> body.global-tech-page) > body.global-tech-page.global-tech-page .site-header .nav-toggle {
    display: flex !important;
    flex: 0 0 42px !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    width: 42px !important;
    height: 42px !important;
  }

  html:has(> body.global-tech-page) > body.global-tech-page.global-tech-page .site-header .nav-toggle span {
    display: block !important;
    width: 20px !important;
    height: 2px !important;
    margin: 0 !important;
  }
}

/*
 * Library-page bridge
 *
 * Older application, case and patent pages include pointer/UA based desktop
 * rules with a 1920px minimum canvas. Viewport width now owns layout instead:
 * desktop stays two-column, tablet stacks the hero, and mobile is one column.
 */
@media (min-width: 1181px) {
  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page:is(
    .application-library-page,
    .case-library-page,
    .patent-library-page
  ) .page-hero {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) clamp(320px, 28vw, 460px) !important;
    gap: clamp(48px, 5vw, 92px) !important;
    align-items: center !important;
    width: 100% !important;
    inline-size: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    padding: clamp(82px, 5.42vw, 104px) var(--site-gutter-desktop) 72px !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page:is(
    .application-library-page,
    .case-library-page,
    .patent-library-page
  ) .page-hero > div:first-child {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 1000px !important;
    justify-self: start !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page:is(
    .application-library-page,
    .case-library-page,
    .patent-library-page
  ) .page-hero-panel {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 460px !important;
    justify-self: end !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page:is(
    .application-library-page,
    .case-library-page,
    .patent-library-page
  ) .library-section {
    width: 100% !important;
    inline-size: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    padding-right: var(--site-gutter-desktop) !important;
    padding-left: var(--site-gutter-desktop) !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page:is(
    .application-library-page,
    .case-library-page,
    .patent-library-page
  ) .library-section > .section-head,
  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.application-library-page :is(
    .application-detail-grid,
    .fit-grid,
    .material-chips
  ),
  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.case-library-page :is(
    .case-detail,
    .case-filter-bar,
    .library-grid.project-library-grid
  ),
  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.patent-library-page .document-grid {
    width: min(100%, var(--site-content-max)) !important;
    inline-size: min(100%, var(--site-content-max)) !important;
    min-width: 0 !important;
    max-width: var(--site-content-max) !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.application-library-page .application-detail-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-auto-rows: auto !important;
    gap: 20px !important;
    height: auto !important;
    min-height: 0 !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.application-library-page .application-detail-grid article {
    display: grid !important;
    grid-template-columns: minmax(320px, 31%) minmax(0, 1fr) !important;
    grid-template-rows: minmax(320px, auto) !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    min-height: 320px !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.application-library-page .application-detail-grid img {
    width: 100% !important;
    min-width: 0 !important;
    height: 100% !important;
    min-height: 320px !important;
    max-height: none !important;
    object-fit: cover !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.application-library-page .application-detail-grid div {
    height: auto !important;
    min-height: 320px !important;
    padding: clamp(34px, 3vw, 58px) !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.application-library-page .fit-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    grid-auto-rows: auto !important;
    gap: 20px !important;
    height: auto !important;
    min-height: 0 !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.application-library-page .fit-grid article {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    min-height: 190px !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.case-library-page .case-detail {
    display: grid !important;
    grid-template-columns: minmax(0, 1.4fr) minmax(360px, 1fr) !important;
    grid-template-rows: minmax(520px, auto) !important;
    gap: 0 !important;
    height: auto !important;
    min-height: 520px !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.case-library-page .case-detail figure,
  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.case-library-page .case-detail > div {
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 520px !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.case-library-page .case-detail img {
    width: 100% !important;
    min-width: 0 !important;
    height: 100% !important;
    max-height: none !important;
    padding: clamp(34px, 3vw, 58px) !important;
    object-fit: contain !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.case-library-page .case-detail > div {
    padding: clamp(36px, 3vw, 56px) !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.case-library-page .library-grid.project-library-grid,
  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.patent-library-page .document-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    grid-auto-rows: auto !important;
    gap: 20px !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.case-library-page .project-library-grid .library-card,
  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.patent-library-page .document-card {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.case-library-page .project-library-grid .library-card {
    grid-template-rows: auto auto !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.case-library-page .project-library-grid .library-card > div {
    height: auto !important;
    min-height: 0 !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.patent-library-page .document-card {
    grid-template-rows: minmax(300px, auto) auto !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.patent-library-page .document-card img {
    width: 100% !important;
    min-width: 0 !important;
    height: 100% !important;
    min-height: 300px !important;
    max-height: none !important;
    padding: 18px !important;
    object-fit: contain !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.patent-library-page .document-card div {
    height: auto !important;
    min-height: 180px !important;
  }
}

@media (min-width: 1600px) {
  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.case-library-page .library-grid.project-library-grid,
  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.patent-library-page .document-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 768px) and (max-width: 1180px) {
  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page:is(
    .application-library-page,
    .case-library-page,
    .patent-library-page
  ) .page-hero {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    gap: 30px !important;
    align-items: start !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    padding: 64px var(--site-gutter-tablet) 54px !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page:is(
    .application-library-page,
    .case-library-page,
    .patent-library-page
  ) .page-hero > div:first-child,
  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page:is(
    .application-library-page,
    .case-library-page,
    .patent-library-page
  ) .page-hero-panel {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 840px !important;
    margin: 0 auto !important;
    justify-self: center !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page:is(
    .application-library-page,
    .case-library-page,
    .patent-library-page
  ) .library-section {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    padding-right: var(--site-gutter-tablet) !important;
    padding-left: var(--site-gutter-tablet) !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page:is(
    .application-library-page,
    .case-library-page,
    .patent-library-page
  ) .library-section > .section-head,
  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.application-library-page :is(
    .application-detail-grid,
    .fit-grid,
    .material-chips
  ),
  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.case-library-page :is(
    .case-detail,
    .case-filter-bar,
    .library-grid.project-library-grid
  ),
  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.patent-library-page .document-grid {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.application-library-page .application-detail-grid article {
    display: grid !important;
    grid-template-columns: minmax(280px, 42%) minmax(0, 1fr) !important;
    grid-template-rows: minmax(280px, auto) !important;
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 280px !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.application-library-page .application-detail-grid img,
  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.application-library-page .application-detail-grid div {
    width: 100% !important;
    min-width: 0 !important;
    height: 100% !important;
    min-height: 280px !important;
    max-height: none !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.application-library-page .fit-grid,
  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.case-library-page .library-grid.project-library-grid,
  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.patent-library-page .document-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-auto-rows: auto !important;
    gap: 18px !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.case-library-page .project-library-grid .library-card {
    height: auto !important;
    min-height: 0 !important;
    grid-template-rows: auto auto !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.case-library-page .project-library-grid .library-card > div {
    height: auto !important;
    min-height: 0 !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.case-library-page .case-detail {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    gap: 0 !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.case-library-page .case-detail figure,
  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.case-library-page .case-detail > div {
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 360px !important;
  }
}

@media (max-width: 767px) {
  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page:is(
    .application-library-page,
    .case-library-page,
    .patent-library-page
  ) .page-hero {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    gap: 24px !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    padding: 48px var(--site-gutter-mobile) 42px !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page:is(
    .application-library-page,
    .case-library-page,
    .patent-library-page
  ) .page-hero > div:first-child,
  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page:is(
    .application-library-page,
    .case-library-page,
    .patent-library-page
  ) .page-hero-panel {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page:is(
    .application-library-page,
    .case-library-page,
    .patent-library-page
  ) .library-section {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    padding-right: var(--site-gutter-mobile) !important;
    padding-left: var(--site-gutter-mobile) !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page:is(
    .application-library-page,
    .case-library-page,
    .patent-library-page
  ) .library-section > .section-head,
  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.application-library-page :is(
    .application-detail-grid,
    .fit-grid,
    .material-chips
  ),
  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.case-library-page :is(
    .case-detail,
    .case-filter-bar,
    .library-grid.project-library-grid
  ),
  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.patent-library-page .document-grid {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.application-library-page .application-detail-grid,
  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.application-library-page .fit-grid,
  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.case-library-page .library-grid.project-library-grid,
  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.patent-library-page .document-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-auto-rows: auto !important;
    gap: 18px !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.application-library-page .application-detail-grid article,
  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.case-library-page .case-detail {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    gap: 0 !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.application-library-page .application-detail-grid img {
    width: 100% !important;
    min-width: 0 !important;
    height: 228px !important;
    min-height: 0 !important;
    max-height: none !important;
    object-fit: cover !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.application-library-page .application-detail-grid div {
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 24px 22px 28px !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.case-library-page .case-detail figure,
  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.case-library-page .case-detail > div {
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.case-library-page .case-detail > div {
    padding: 28px 22px !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.case-library-page .case-detail img {
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    max-height: none !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.patent-library-page .document-card {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    grid-template-rows: auto auto !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.patent-library-page .document-card img {
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 260px !important;
    max-height: none !important;
    object-fit: contain !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.case-library-page .project-library-grid .library-card {
    height: auto !important;
    min-height: 0 !important;
    grid-template-rows: auto auto !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.case-library-page .project-library-grid .library-card > div {
    height: auto !important;
    min-height: 0 !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page:is(
    .application-library-page,
    .case-library-page,
    .patent-library-page
  ) .library-section > .section-head h2 {
    font-size: clamp(34px, 10vw, 40px) !important;
    line-height: 1.08 !important;
    text-wrap: balance !important;
  }
}

/*
 * Resources bridge
 *
 * Resources historically used a device class as its primary breakpoint. These
 * rules make the same page obey the shared viewport breakpoints, so resizing or
 * opening a desktop-UA preview at mobile width cannot produce clipped columns.
 */
@media (min-width: 1181px) {
  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page.library-page .page-hero {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    padding-right: var(--site-gutter-desktop) !important;
    padding-left: var(--site-gutter-desktop) !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page.library-page .library-section {
    width: 100% !important;
    inline-size: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    padding-right: var(--site-gutter-desktop) !important;
    padding-left: var(--site-gutter-desktop) !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page.library-page .library-section > *,
  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page .article-shell {
    width: min(100%, var(--site-content-max)) !important;
    inline-size: min(100%, var(--site-content-max)) !important;
    min-width: 0 !important;
    max-width: var(--site-content-max) !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page .resource-filter-panel {
    grid-template-columns: minmax(210px, 300px) minmax(0, 1fr) !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page .resource-article-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page .article-shell {
    grid-template-columns: minmax(210px, 280px) minmax(0, 1fr) !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page.resource-article-page .resource-article {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    padding-right: var(--site-gutter-desktop) !important;
    padding-left: var(--site-gutter-desktop) !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page.resource-article-page .article-lead-image {
    width: min(100%, 1120px) !important;
    min-width: 0 !important;
    max-width: 1120px !important;
  }
}

@media (min-width: 768px) and (max-width: 1180px) {
  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page.library-page .page-hero {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 24px !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    padding: 64px var(--site-gutter-tablet) 54px !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page.library-page .library-section {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    padding-right: var(--site-gutter-tablet) !important;
    padding-left: var(--site-gutter-tablet) !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page.library-page .library-section > *,
  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page .article-shell {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page .resource-filter-panel,
  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page .resource-rfq-card,
  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page .article-shell {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page .resource-category-nav {
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    overflow-x: auto !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page .resource-article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page.resource-article-page .resource-article {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    padding-right: var(--site-gutter-tablet) !important;
    padding-left: var(--site-gutter-tablet) !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page.resource-article-page .article-lead-image {
    width: min(100%, 1120px) !important;
    min-width: 0 !important;
    max-width: 1120px !important;
  }
}

@media (max-width: 767px) {
  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page.library-page .page-hero {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 20px !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    padding: 48px var(--site-gutter-mobile) 42px !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page.library-page .page-hero > div,
  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page.library-page .page-hero h1,
  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page.library-page .page-hero p {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page.library-page .library-section,
  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page .resource-article {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    padding-right: var(--site-gutter-mobile) !important;
    padding-left: var(--site-gutter-mobile) !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page.library-page .library-section > *,
  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page .article-shell,
  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page .article-body,
  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page .article-body section {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page .resource-filter-panel,
  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page .resource-article-grid,
  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page .resource-rfq-card,
  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page .article-shell,
  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page .article-check-grid,
  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page .article-media-block,
  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page .article-cta {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 16px !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page .resource-filter-panel {
    padding: 14px !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page .resource-category-nav {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    gap: 8px !important;
    overflow-x: auto !important;
    scrollbar-width: none !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page .resource-category-nav button {
    flex: 0 0 auto !important;
    min-height: 48px !important;
    padding: 0 18px !important;
    font-size: 1rem !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page .resource-article-card {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page .resource-article-card > div {
    min-height: 0 !important;
    padding: 20px !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page.resource-article-page .article-lead-image {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page.resource-article-page .article-lead-image img {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    aspect-ratio: 16 / 9 !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page.resource-article-page .article-lead-image figcaption {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 10px !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    padding: 18px 0 0 !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page.resource-article-page #checklist .article-check-grid article {
    display: grid !important;
    grid-template-columns: 52px minmax(0, 1fr) !important;
    gap: 10px 16px !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    padding: 22px 0 !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page.resource-article-page #checklist .article-check-grid p {
    grid-column: 2 !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page .resource-rfq-card .button {
    justify-self: start !important;
  }
}

/* Service-template bridge: the shared header is sticky, so fixed-header space
 * compensation from the older service template must not remain in the page. */
@media (max-width: 1180px) {
  html.service-child-shell > body.global-tech-page.global-tech-page.global-tech-page.service-child-page main {
    padding-top: 0 !important;
  }

  html.service-child-shell > body.global-tech-page.global-tech-page.global-tech-page.service-child-page .site-header.is-open .site-nav > a,
  html.service-child-shell > body.global-tech-page.global-tech-page.global-tech-page.service-child-page .site-header.is-open .site-nav .nav-cta,
  html.service-child-shell > body.global-tech-page.global-tech-page.global-tech-page.service-child-page .site-header.is-open .site-nav-dropdown-toggle {
    min-height: 44px !important;
    padding: 10px 12px !important;
  }
}

@media (min-width: 768px) and (max-width: 1180px) {
  html.service-child-shell > body.global-tech-page.global-tech-page.global-tech-page.service-child-page .service-hero h1,
  html.service-child-shell[lang^="zh"] > body.global-tech-page.global-tech-page.global-tech-page.service-child-page .service-hero h1 {
    font-size: clamp(38px, 4vw, 46px) !important;
    line-height: 1.08 !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page .site-header {
    position: sticky !important;
    top: 0 !important;
    display: flex !important;
    grid-template-columns: none !important;
    height: var(--site-header-height-tablet) !important;
    min-height: var(--site-header-height-tablet) !important;
    padding: 0 var(--site-gutter-tablet) !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page .site-header .site-nav {
    position: absolute !important;
    top: var(--site-header-height-tablet) !important;
    right: var(--site-gutter-tablet) !important;
    left: var(--site-gutter-tablet) !important;
    z-index: 120 !important;
    display: none !important;
    width: auto !important;
    height: auto !important;
    max-height: calc(100dvh - var(--site-header-height-tablet) - 20px) !important;
    margin: 0 !important;
    padding: 16px !important;
    overflow-y: auto !important;
    background: #fff !important;
    border: 1px solid var(--line) !important;
    border-radius: var(--site-control-radius) !important;
    box-shadow: 0 18px 48px rgba(12, 45, 82, .14) !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page .site-header.is-open .site-nav {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 4px !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page .site-header .header-tools {
    display: flex !important;
    width: 148px !important;
    min-width: 148px !important;
    max-width: 148px !important;
    margin-left: auto !important;
    gap: 8px !important;
    flex: 0 0 148px !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page .site-header .language-switcher,
  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page .site-header .language-menu-toggle {
    display: flex !important;
    width: 98px !important;
    min-width: 98px !important;
    max-width: 98px !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page .site-header .nav-toggle {
    display: flex !important;
    flex: 0 0 42px !important;
    width: 42px !important;
    min-width: 42px !important;
    height: 42px !important;
  }
}

@media (min-width: 1181px) {
  html.service-child-shell > body.global-tech-page.global-tech-page.global-tech-page.service-child-page .site-header .site-nav {
    font-size: clamp(11.5px, .635vw, 12.2px) !important;
  }
}

/* Legal page: viewport breakpoints override the old device-class-only mobile
 * rule so the summary and policy body never collapse into a clipped side rail. */
@media (min-width: 768px) and (max-width: 1180px) {
  html > body.global-tech-page.global-tech-page.global-tech-page.legal-page .legal-hero {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0 !important;
    min-height: 0 !important;
    padding: 64px var(--site-gutter-tablet) 54px !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.legal-page .legal-hero .page-hero-content {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 840px !important;
    margin: 0 auto !important;
  }
}

@media (max-width: 767px) {
  html > body.global-tech-page.global-tech-page.global-tech-page.legal-page .legal-hero {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0 !important;
    min-height: 0 !important;
    padding: 48px var(--site-gutter-mobile) 42px !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.legal-page .legal-hero .page-hero-content,
  html > body.global-tech-page.global-tech-page.global-tech-page.legal-page .legal-hero h1,
  html > body.global-tech-page.global-tech-page.global-tech-page.legal-page .legal-hero p {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.legal-page .legal-hero h1 {
    font-size: clamp(36px, 10vw, 44px) !important;
    line-height: 1.06 !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.legal-page .legal-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 20px !important;
    width: calc(100% - 36px) !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 34px 18px 48px !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.legal-page .legal-summary {
    position: static !important;
    top: auto !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.legal-page .legal-card {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    padding: 26px 22px !important;
    overflow-wrap: anywhere !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.legal-page .legal-callout,
  html > body.global-tech-page.global-tech-page.global-tech-page.legal-page .legal-card a,
  html > body.global-tech-page.global-tech-page.global-tech-page.legal-page .cookie-settings-control {
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
  }
}

/* Thank-you page: keep its visual hierarchy while removing its standalone
 * 1920px canvas. It now consumes the same shell, gutters and three breakpoints. */
html.pc-canvas-lock:has(> body.thank-you-page) {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  overflow-x: clip !important;
}

html.pc-canvas-lock > body.global-tech-page.global-tech-page.global-tech-page.thank-you-page,
html.pc-canvas-lock > body.global-tech-page.global-tech-page.global-tech-page.thank-you-page main,
html.pc-canvas-lock > body.global-tech-page.global-tech-page.global-tech-page.thank-you-page main > section,
html.pc-canvas-lock > body.global-tech-page.global-tech-page.global-tech-page.thank-you-page .thank-you-hero,
html.pc-canvas-lock > body.global-tech-page.global-tech-page.global-tech-page.thank-you-page .thank-you-process,
html.pc-canvas-lock > body.global-tech-page.global-tech-page.global-tech-page.thank-you-page .thank-you-contact,
html.pc-canvas-lock > body.global-tech-page.global-tech-page.global-tech-page.thank-you-page .site-footer {
  width: 100% !important;
  inline-size: 100% !important;
  min-width: 0 !important;
  min-inline-size: 0 !important;
  max-width: none !important;
  max-inline-size: none !important;
}

@media (min-width: 1181px) {
  html.pc-canvas-lock > body.global-tech-page.global-tech-page.global-tech-page.thank-you-page .thank-you-hero {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 620px) !important;
    gap: clamp(48px, 6vw, 96px) !important;
    align-items: center !important;
    min-height: 470px !important;
    padding: 96px var(--site-gutter-desktop) 54px !important;
  }

  html.pc-canvas-lock > body.global-tech-page.global-tech-page.global-tech-page.thank-you-page .thank-you-copy,
  html.pc-canvas-lock > body.global-tech-page.global-tech-page.global-tech-page.thank-you-page .thank-you-status {
    grid-column: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  html.pc-canvas-lock > body.global-tech-page.global-tech-page.global-tech-page.thank-you-page .thank-you-copy h1,
  html.pc-canvas-lock > body.global-tech-page.global-tech-page.global-tech-page.thank-you-page .thank-you-copy > p {
    width: auto !important;
    min-width: 0 !important;
    max-width: 980px !important;
  }

  html.pc-canvas-lock > body.global-tech-page.global-tech-page.global-tech-page.thank-you-page .thank-you-process {
    padding: 68px var(--site-gutter-desktop) 96px !important;
  }

  html.pc-canvas-lock > body.global-tech-page.global-tech-page.global-tech-page.thank-you-page .thank-you-process-inner,
  html.pc-canvas-lock > body.global-tech-page.global-tech-page.global-tech-page.thank-you-page .thank-you-timeline {
    width: min(100%, var(--site-content-max)) !important;
    min-width: 0 !important;
    max-width: var(--site-content-max) !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  html.pc-canvas-lock > body.global-tech-page.global-tech-page.global-tech-page.thank-you-page .thank-you-process-head {
    grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr) !important;
    gap: clamp(48px, 6vw, 96px) !important;
  }

  html.pc-canvas-lock > body.global-tech-page.global-tech-page.global-tech-page.thank-you-page .thank-you-contact {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: clamp(48px, 6vw, 96px) !important;
    padding: 84px var(--site-gutter-desktop) !important;
  }

  html.pc-canvas-lock > body.global-tech-page.global-tech-page.global-tech-page.thank-you-page .thank-you-contact > div:first-child,
  html.pc-canvas-lock > body.global-tech-page.global-tech-page.global-tech-page.thank-you-page .thank-you-contact-actions {
    grid-column: auto !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1180px) {
  html.pc-canvas-lock > body.global-tech-page.global-tech-page.global-tech-page.thank-you-page .thank-you-hero,
  html.pc-canvas-lock > body.global-tech-page.global-tech-page.global-tech-page.thank-you-page .thank-you-process-head,
  html.pc-canvas-lock > body.global-tech-page.global-tech-page.global-tech-page.thank-you-page .thank-you-contact {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 30px !important;
  }

  html.pc-canvas-lock > body.global-tech-page.global-tech-page.global-tech-page.thank-you-page .thank-you-hero,
  html.pc-canvas-lock > body.global-tech-page.global-tech-page.global-tech-page.thank-you-page .thank-you-process,
  html.pc-canvas-lock > body.global-tech-page.global-tech-page.global-tech-page.thank-you-page .thank-you-contact {
    padding-right: var(--site-gutter-tablet) !important;
    padding-left: var(--site-gutter-tablet) !important;
  }

  html.pc-canvas-lock > body.global-tech-page.global-tech-page.global-tech-page.thank-you-page .thank-you-copy,
  html.pc-canvas-lock > body.global-tech-page.global-tech-page.global-tech-page.thank-you-page .thank-you-status,
  html.pc-canvas-lock > body.global-tech-page.global-tech-page.global-tech-page.thank-you-page .thank-you-process-inner,
  html.pc-canvas-lock > body.global-tech-page.global-tech-page.global-tech-page.thank-you-page .thank-you-timeline,
  html.pc-canvas-lock > body.global-tech-page.global-tech-page.global-tech-page.thank-you-page .thank-you-contact > div:first-child,
  html.pc-canvas-lock > body.global-tech-page.global-tech-page.global-tech-page.thank-you-page .thank-you-contact-actions {
    grid-column: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  html.pc-canvas-lock > body.global-tech-page.global-tech-page.global-tech-page.thank-you-page .thank-you-timeline {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  html.pc-canvas-lock > body.global-tech-page.global-tech-page.global-tech-page.thank-you-page .thank-you-contact-actions {
    justify-content: flex-start !important;
  }

  html.pc-canvas-lock > body.global-tech-page.global-tech-page.global-tech-page.thank-you-page .thank-you-copy h1,
  html.pc-canvas-lock > body.global-tech-page.global-tech-page.global-tech-page.thank-you-page .thank-you-copy > p,
  html.pc-canvas-lock > body.global-tech-page.global-tech-page.global-tech-page.thank-you-page .thank-you-actions {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }
}

@media (max-width: 767px) {
  html.pc-canvas-lock > body.global-tech-page.global-tech-page.global-tech-page.thank-you-page,
  html.pc-canvas-lock > body.global-tech-page.global-tech-page.global-tech-page.thank-you-page main {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    overflow-x: clip !important;
  }

  html.pc-canvas-lock > body.global-tech-page.global-tech-page.global-tech-page.thank-you-page .thank-you-hero,
  html.pc-canvas-lock > body.global-tech-page.global-tech-page.global-tech-page.thank-you-page .thank-you-process-head,
  html.pc-canvas-lock > body.global-tech-page.global-tech-page.global-tech-page.thank-you-page .thank-you-timeline,
  html.pc-canvas-lock > body.global-tech-page.global-tech-page.global-tech-page.thank-you-page .thank-you-contact {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 24px !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  html.pc-canvas-lock > body.global-tech-page.global-tech-page.global-tech-page.thank-you-page .thank-you-hero,
  html.pc-canvas-lock > body.global-tech-page.global-tech-page.global-tech-page.thank-you-page .thank-you-process,
  html.pc-canvas-lock > body.global-tech-page.global-tech-page.global-tech-page.thank-you-page .thank-you-contact {
    padding-right: var(--site-gutter-mobile) !important;
    padding-left: var(--site-gutter-mobile) !important;
  }

  html.pc-canvas-lock > body.global-tech-page.global-tech-page.global-tech-page.thank-you-page .thank-you-copy,
  html.pc-canvas-lock > body.global-tech-page.global-tech-page.global-tech-page.thank-you-page .thank-you-copy h1,
  html.pc-canvas-lock > body.global-tech-page.global-tech-page.global-tech-page.thank-you-page .thank-you-copy > p,
  html.pc-canvas-lock > body.global-tech-page.global-tech-page.global-tech-page.thank-you-page .thank-you-status,
  html.pc-canvas-lock > body.global-tech-page.global-tech-page.global-tech-page.thank-you-page .thank-you-process-inner,
  html.pc-canvas-lock > body.global-tech-page.global-tech-page.global-tech-page.thank-you-page .thank-you-timeline,
  html.pc-canvas-lock > body.global-tech-page.global-tech-page.global-tech-page.thank-you-page .thank-you-contact > div:first-child,
  html.pc-canvas-lock > body.global-tech-page.global-tech-page.global-tech-page.thank-you-page .thank-you-contact-actions {
    grid-column: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  html.pc-canvas-lock > body.global-tech-page.global-tech-page.global-tech-page.thank-you-page .thank-you-copy h1 {
    font-size: 42px !important;
  }

  html.pc-canvas-lock > body.global-tech-page.global-tech-page.global-tech-page.thank-you-page .thank-you-status dl div {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 6px !important;
  }

  html.pc-canvas-lock > body.global-tech-page.global-tech-page.global-tech-page.thank-you-page .thank-you-contact-actions {
    justify-content: flex-start !important;
  }
}

/* Final homepage containment pass: prevent legacy fixed child widths from clipping. */
html:has(> body.global-tech-page) > body.global-tech-page.global-tech-page.global-tech-page[data-page="home"] .project-mini-grid .project-card :is(
  figure,
  picture,
  img
) {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
}

html:has(> body.global-tech-page) > body.global-tech-page.global-tech-page.global-tech-page[data-page="home"] .project-mini-grid .project-card figure,
html:has(> body.global-tech-page) > body.global-tech-page.global-tech-page.global-tech-page[data-page="home"] .project-mini-grid .project-card img {
  height: auto !important;
  aspect-ratio: 16 / 9 !important;
  object-fit: cover !important;
}

@media (min-width: 768px) and (max-width: 1180px) {
  html:has(> body.global-tech-page) > body.global-tech-page.global-tech-page.global-tech-page[data-page="home"] :is(
    .hero-copy,
    .hero-proof
  ) {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  html:has(> body.global-tech-page) > body.global-tech-page.global-tech-page.global-tech-page[data-page="home"] .hero-proof {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  html:has(> body.global-tech-page) > body.global-tech-page.global-tech-page.global-tech-page[data-page="home"] .process-ribbon-copy,
  html:has(> body.global-tech-page) > body.global-tech-page.global-tech-page.global-tech-page[data-page="home"] .process-ribbon-copy h2 {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    font-size: clamp(34px, 10.5vw, 40px) !important;
    line-height: 1.14 !important;
  }
}

/*
 * Homepage capability section v15
 * The heading belongs to the explanatory column instead of floating above a
 * separate full-width grid. This keeps heading, copy and CTA in one reading
 * path while the data table occupies the second column.
 */
@media (min-width: 1181px) {
  html:has(> body.global-tech-page) > body.global-tech-page.global-tech-page.global-tech-page[data-page="home"] #specs .specs-layout {
    grid-template-columns: minmax(280px, .38fr) minmax(0, 1fr) !important;
    grid-template-rows: auto minmax(0, 1fr) !important;
    grid-template-areas:
      "heading table"
      "copy table" !important;
    column-gap: clamp(40px, 5vw, 72px) !important;
    row-gap: 28px !important;
    align-items: start !important;
  }

  html:has(> body.global-tech-page) > body.global-tech-page.global-tech-page.global-tech-page[data-page="home"] #specs .section-head {
    grid-area: heading !important;
    display: grid !important;
    align-content: start !important;
    justify-content: start !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
  }

  html:has(> body.global-tech-page) > body.global-tech-page.global-tech-page.global-tech-page[data-page="home"] #specs .section-head h2 {
    width: 100% !important;
    max-width: 100% !important;
    font-size: clamp(34px, 2.7vw, 52px) !important;
  }

  html:has(> body.global-tech-page) > body.global-tech-page.global-tech-page.global-tech-page[data-page="home"] #specs .specs-copy {
    grid-area: copy !important;
    position: static !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  html:has(> body.global-tech-page) > body.global-tech-page.global-tech-page.global-tech-page[data-page="home"] #specs .spec-table {
    grid-area: table !important;
    align-self: start !important;
  }
}

/*
 * Resources hub v17
 *
 * The hub is an editorial index, not a service-page hero or an admin filter.
 * Keep the introduction compact, use the shared content axis, and size the
 * topic controls as secondary navigation. The article grid currently contains
 * two published guides, so a two-column grid avoids a permanent empty third
 * column while retaining a stable card system for future additions.
 */
@media (min-width: 1181px) {
  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page.library-page .resources-hub-hero {
    display: block !important;
    min-height: 0 !important;
    padding: 62px var(--site-gutter-desktop) 66px !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page.library-page .resources-hub-hero > div {
    width: min(100%, var(--site-content-max)) !important;
    max-width: var(--site-content-max) !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  html:lang(zh-CN) > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page.library-page .resources-hub-hero h1,
  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page.library-page .resources-hub-hero h1 {
    width: auto !important;
    max-width: 900px !important;
    margin-top: 10px !important;
    font-size: clamp(46px, 3vw, 56px) !important;
    line-height: 1.08 !important;
    white-space: normal !important;
    text-wrap: balance !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page.library-page .resources-hub-hero .eyebrow {
    font-size: 15px !important;
    letter-spacing: 0.08em !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page.library-page .resources-hub-hero > div > p:not(.eyebrow) {
    max-width: 820px !important;
    margin-top: 18px !important;
    font-size: 18px !important;
    line-height: 1.75 !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page.library-page .resource-index-section,
  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page.library-page .resource-rfq-section {
    padding-top: 44px !important;
    padding-bottom: 56px !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page.library-page .resource-filter-panel,
  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page.library-page .resource-article-grid,
  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page.library-page .resource-rfq-card {
    width: min(100%, var(--site-content-max)) !important;
    max-width: var(--site-content-max) !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page .resource-filter-panel {
    display: grid !important;
    grid-template-columns: minmax(190px, 230px) minmax(0, 1fr) !important;
    gap: 24px !important;
    margin-bottom: 30px !important;
    padding: 22px 26px !important;
    background: rgba(255, 255, 255, 0.92) !important;
    border: 1px solid rgba(186, 210, 230, 0.95) !important;
    border-top: 3px solid #154f83 !important;
    border-radius: 8px !important;
    box-shadow: 0 10px 28px rgba(12, 45, 82, 0.06) !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page .resource-filter-label {
    display: grid !important;
    gap: 5px !important;
    align-content: center !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page .resource-filter-label span {
    font-size: 12px !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page .resource-filter-label strong {
    font-size: 20px !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page .resource-category-nav {
    justify-content: flex-start !important;
    gap: 8px !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page .resource-category-nav button {
    min-height: 44px !important;
    padding-right: 16px !important;
    padding-left: 16px !important;
    font-size: 14px !important;
    border: 1px solid rgba(122, 165, 202, 0.48) !important;
    border-radius: 6px !important;
    box-shadow: none !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page .resource-article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 24px !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page .resource-article-card {
    min-height: 0 !important;
    box-shadow: 0 12px 30px rgba(12, 45, 82, 0.07) !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page .resource-article-card > div {
    min-height: 252px !important;
    padding: 26px 28px 28px !important;
  }
}

@media (min-width: 768px) and (max-width: 1180px) {
  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page.library-page .resources-hub-hero {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page.library-page .resources-hub-hero h1 {
    max-width: 820px !important;
    font-size: clamp(40px, 5.4vw, 50px) !important;
    line-height: 1.08 !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page.library-page .resources-hub-hero > div > p:not(.eyebrow) {
    max-width: 760px !important;
    font-size: 17px !important;
    line-height: 1.72 !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page .resource-filter-panel {
    gap: 16px !important;
    margin-bottom: 26px !important;
    padding: 20px !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page .resource-category-nav button {
    min-height: 44px !important;
    padding-right: 16px !important;
    padding-left: 16px !important;
    font-size: 14px !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page .resource-article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px !important;
  }
}

@media (max-width: 767px) {
  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page.library-page .resources-hub-hero {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page.library-page .resources-hub-hero .eyebrow {
    font-size: 13px !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page.library-page .resources-hub-hero h1 {
    margin-top: 8px !important;
    font-size: clamp(34px, 9vw, 40px) !important;
    line-height: 1.1 !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page.library-page .resources-hub-hero > div > p:not(.eyebrow) {
    margin-top: 14px !important;
    font-size: 16px !important;
    line-height: 1.68 !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page .resource-filter-panel {
    gap: 14px !important;
    margin-bottom: 22px !important;
    padding: 16px !important;
    box-shadow: none !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page .resource-filter-label {
    gap: 5px !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page .resource-filter-label strong {
    font-size: 19px !important;
  }

  html > body.global-tech-page.global-tech-page.global-tech-page.global-tech-page.resources-page .resource-category-nav button {
    min-height: 42px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    font-size: 14px !important;
    border-radius: 6px !important;
    box-shadow: none !important;
  }
}
