@media (max-width: 1320px) {
  .container,
  .container-wide {
    width: min(calc(100% - 80px), var(--sa-container));
  }

  .container-wide {
    max-width: var(--sa-container-wide);
  }
}

@media (max-width: 1120px) {
  .header-inner {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 18px;
  }

  .site-logo--header {
    height: 50px;
    max-width: 88px;
  }

  .nav-desktop {
    min-width: 0;
  }

  .nav-desktop ul {
    justify-content: center;
    gap: clamp(10px, 1.45vw, 16px);
  }

  .nav-desktop a {
    font-size: 13px;
  }

  .header-actions {
    gap: 8px;
  }

  .site-search__toggle {
    width: 42px;
    min-width: 42px;
    padding: 0;
    border-radius: 50%;
  }

  .site-search__label {
    display: none;
  }

  .language-switcher summary {
    min-width: 74px;
    padding-inline: 9px;
    gap: 6px;
  }

  .footer-cta-inner {
    gap: 64px;
  }

  .footer-directory-grid {
    grid-template-columns: 1.15fr .85fr .85fr;
    gap: 54px;
  }

  .footer-brand-column {
    grid-column: 1 / -1;
  }
}

@media (max-width: 1040px) {
  .container,
  .container-wide {
    width: min(calc(100% - 64px), var(--sa-container));
  }

  .container-wide {
    max-width: var(--sa-container-wide);
  }

  .hero-grid-home {
    width: 100%;
    padding-left: 54px;
    grid-template-columns: 1fr 1fr;
  }

  .contact-form-wrap {
    padding-left: 54px;
  }

  .sa-contact-location__map,
  .sa-contact-location__map iframe {
    min-height: 320px;
  }

  .industry-row span {
    font-size: 16px;
  }
}

@media (min-width: 1041px) and (max-width: 1439px) {
  .sa-route-home .hero-grid-home {
    width: 100%;
    max-width: none;
    margin-inline: 0;
  }

  .sa-route-home .hero-media-home {
    width: 100%;
    max-width: none;
  }
}

@media (max-width: 860px) {
  :root {
    --sa-header-height: 68px;
  }

  .container,
  .container-wide,
  .sa-route-products .container {
    width: min(calc(100% - 48px), 720px);
  }

  .header-inner {
    display: flex;
    justify-content: space-between;
  }

  .header-actions > .quote-btn {
    display: none;
  }

  .language-switcher summary {
    min-width: 76px;
    padding-inline: 10px;
  }

  .nav-desktop {
    display: none;
  }

  .menu-toggle {
    display: grid;
  }

  .sa-route-home .hero-home {
    min-height: 0;
    background: #f2f3f3;
  }

  .sa-route-home .hero-grid-home {
    display: flex;
    width: 100%;
    min-height: 0;
    padding: 0 24px 34px;
    flex-direction: column;
    align-items: stretch;
    overflow: hidden;
  }

  .sa-route-home .hero-grid-home .hero-copy {
    top: 0;
    width: min(100%, 720px);
    padding-top: 22px;
    margin-inline: auto;
  }

  .sa-route-home .display-home {
    max-width: 100%;
    font-size: clamp(31px, 7.5vw, 34px);
    line-height: 1.04;
    letter-spacing: -.035em;
  }

  .sa-route-home .lede-home {
    max-width: none;
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.55;
  }

  .sa-route-home .hero-home .hero-actions {
    display: flex;
    width: auto;
    margin-top: 18px;
    align-items: center;
    flex-flow: row wrap;
    gap: 10px 16px;
  }

  .sa-route-home .hero-home .hero-actions .btn {
    width: auto;
    min-width: 0;
    min-height: 44px;
    gap: 9px;
    padding-inline: 16px;
    font-size: 13px;
    white-space: nowrap;
  }

  .sa-route-home .hero-home .hero-actions .btn-text {
    min-height: 36px;
    padding-inline: 2px;
    font-size: 13px;
  }

  .sa-video-dialog {
    width: calc(100% - 24px);
    border-radius: 12px;
  }

  .sa-video-dialog__header {
    min-height: 54px;
    padding: 7px 7px 7px 16px;
  }

  .sa-video-dialog__header h2 {
    font-size: 14px;
  }

  .sa-video-dialog__close {
    width: 40px;
    height: 40px;
  }

  .sa-route-home .hero-media-home {
    position: relative;
    inset: auto;
    width: calc(100% + 48px);
    height: auto;
    aspect-ratio: 4 / 3;
    margin: 0 -24px;
    overflow: hidden;
    background: #fff;
  }

  .sa-route-home .hero-media-home img {
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(.96) contrast(1.02);
    transform: none;
  }

  .inner-hero {
    min-height: 500px;
  }

  .inner-hero-inner {
    min-height: 500px;
    align-items: flex-start;
    padding-top: 60px;
  }

  .inner-hero.inner-hero--contact,
  .inner-hero--contact .inner-hero-inner {
    min-height: clamp(360px, 90vw, 410px);
  }

  .inner-hero--contact .inner-hero-inner {
    padding-top: 44px;
  }

  .inner-hero-copy {
    top: 0;
    width: min(100%, 540px);
  }

  .inner-hero .display {
    font-size: 40px;
  }

  .inner-hero .lede {
    max-width: none;
    font-size: 17px;
  }

  .inner-hero-breadcrumb {
    top: 20px;
  }

  .inner-hero-media img {
    object-position: 70% center;
  }

  .inner-hero--about .inner-hero-media img {
    object-position: 64% center;
  }

  .inner-hero--solutions .inner-hero-media img {
    object-position: center;
  }

  .inner-hero--capabilities .inner-hero-media img,
  .inner-hero--resources .inner-hero-media img,
  .inner-hero--page .inner-hero-media img {
    object-position: 18% center;
  }

  .sa-route-product .inner-hero--product,
  .sa-route-product .inner-hero--product .inner-hero-inner {
    min-height: 0;
  }

  .sa-route-product .inner-hero--product .inner-hero-inner {
    padding-top: 72px;
    padding-bottom: 300px;
    align-items: flex-start;
  }

  .sa-route-product .inner-hero--product .inner-hero-copy {
    width: min(100%, 540px);
  }

  .sa-route-product .inner-hero--product .hero-actions {
    display: grid;
    width: min(100%, 420px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .sa-route-product .inner-hero--product .hero-actions .btn {
    width: 100%;
    min-width: 0;
    gap: 8px;
    padding-inline: 12px;
    font-size: 13px;
    white-space: nowrap;
  }

  .sa-route-product .inner-hero--product .btn-ghost {
    min-height: 44px;
    background: rgba(255, 255, 255, .92);
    border-color: var(--sa-border-strong);
  }

  .sa-route-product .inner-hero-product-stage {
    top: auto;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 280px;
  }

  .quote-btn {
    min-height: 38px;
  }

  .industry-row {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 14px;
  }

  .pillar-grid,
  .application-grid,
  .product-grid,
  .capabilities-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-title {
    font-size: 36px;
  }

  .process-title br {
    display: none;
  }

  .process-track {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 20px;
  }

  .solutions-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .capabilities-grid {
    grid-template-columns: 1fr;
  }

  .capabilities-intro {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 14px;
  }

  .capabilities-intro p {
    max-width: 62ch;
  }

  .contact-layout {
    grid-template-columns: 1fr 1.25fr;
    gap: 24px;
  }

  .contact-info {
    padding: 28px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .footer-cta-inner {
    gap: 64px;
  }

  .footer-directory-grid {
    grid-template-columns: 1.15fr .85fr .85fr;
    gap: 54px;
  }

  .footer-brand-column {
    grid-column: 1 / -1;
  }

  .stats-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  body {
    padding-bottom: 56px;
  }

  .container,
  .container-wide,
  .sa-route-products .container {
    width: calc(100% - 32px);
  }

  .section {
    padding-block: 40px;
  }

  .sa-route-products .help-band,
  .sa-route-products .bottom-cta-panel {
    padding-block: 16px;
  }

  .header-inner {
    gap: 12px;
  }

  .header-actions {
    gap: 8px;
  }

  .site-search__toggle {
    width: 44px;
    min-width: 44px;
    padding: 0;
    border-radius: 50%;
  }

  .site-search__label {
    display: none;
  }

  .brand-name {
    font-size: 15px;
  }

  .site-logo--header {
    height: 48px;
    max-width: 84px;
  }

  .quote-btn {
    padding-inline: 12px;
    gap: 8px;
  }

  .display {
    max-width: none;
    font-size: 42px;
  }

  .lede {
    max-width: none;
    font-size: 19px;
  }

  .sa-route-home .hero-grid-home {
    padding: 0 20px 26px;
    min-height: 0;
    align-items: flex-start;
  }

  .sa-route-home .hero-grid-home .hero-copy {
    max-width: none;
    padding-top: 20px;
  }

  .sa-route-home .display-home {
    font-size: clamp(29px, 7.3vw, 32px);
  }

  .sa-route-home .lede-home {
    max-width: none;
  }

  .sa-route-home .hero-media-home {
    width: calc(100% + 40px);
    margin: 0 -20px;
  }

  .sa-route-home .hero-home .hero-actions {
    margin-top: 18px;
  }

  .industry-strip {
    padding-block: 24px;
  }

  .industry-row {
    margin-top: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .industry-row span {
    min-height: 46px;
    padding-inline: 6px;
    font-size: 13px;
  }

  .industry-row span:hover {
    transform: none;
  }

  .certification-strip {
    padding-block: 16px;
  }

  .row-between {
    align-items: flex-start;
  }

  .pillar-grid,
  .application-grid,
  .product-grid,
  .stats-row {
    grid-template-columns: 1fr;
  }

  /* 能力卡：手机一排两个（2×2 收口），图标与字号相应收紧。 */
  .capabilities-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .capability-item {
    padding: 16px 14px;
  }

  .capability-item h3 {
    margin-top: 14px;
    font-size: 15px;
  }

  .capability-item p {
    font-size: 12px;
    line-height: 1.55;
  }

  .capability-icon {
    width: 40px;
    height: 40px;
  }

  .capability-icon .icon {
    width: 20px;
    height: 20px;
  }

  .capability-item__top {
    gap: 10px;
  }

  /* 方案/案例列表卡：手机保持一排两个（4:3 媒体块窄卡刚好），
     内边距与字号相应收紧。 */
  .solutions-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .solution-meta {
    min-height: 72px;
    padding: 12px 13px;
    gap: 8px;
  }

  .solution-meta strong {
    font-size: 15px;
  }

  .solution-meta small {
    margin-top: 3px;
    font-size: 12px;
  }

  .pillar-card,
  .capability-item,
  .stat-item {
    min-height: 0;
    padding: 24px 20px;
    border: 1px solid var(--sa-border);
    border-radius: var(--sa-radius);
    background: var(--sa-surface);
  }

  /* 卡片塌成全宽单列后，卡内段落不再沿用桌面窄卡设定的 30ch 行长，
     否则短文案缩在卡片左侧、右侧大片留白。 */
  .capability-item p {
    max-width: none;
  }

  .pillar-card:hover,
  .stat-item:hover {
    transform: none;
  }

  .sa-route-home .pillars-section,
  .sa-route-home .applications-section,
  .sa-route-home .process-section,
  .sa-home-faq {
    padding-block: 32px;
  }

  .sa-route-home .section-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 16px;
  }

  .sa-route-home .pillar-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sa-route-home .pillar-card {
    min-height: 170px;
    padding: 20px 16px;
    border: 1px solid var(--sa-border);
    border-radius: var(--sa-radius);
  }

  .sa-route-home .pillar-card p {
    font-size: 13px;
    line-height: 1.5;
  }

  .sa-route-home .application-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .sa-route-home .application-card {
    min-height: 180px;
  }

  .process-section {
    padding-block: 48px;
  }

  .process-header {
    margin-bottom: 24px;
  }

  .process-title {
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 1.12;
  }

  .process-title br {
    display: none;
  }

  .process-intro {
    font-size: 14px;
    line-height: 1.55;
  }

  .process-track {
    width: 100%;
    margin-inline: 0;
    grid-template-columns: 1fr;
    gap: 0;
    border-top: 1px solid var(--sa-border);
    counter-reset: mobile-process-step;
  }

  .process-track::before {
    display: none;
  }

  .process-step {
    min-height: 68px;
    padding: 8px 4px;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    align-items: center;
    justify-items: stretch;
    gap: 14px;
    border-bottom: 1px solid var(--sa-border);
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    counter-increment: mobile-process-step;
  }

  .process-step::after {
    color: var(--sa-text-3);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .08em;
    content: "0" counter(mobile-process-step);
  }

  .process-step .icon-circle {
    width: 44px;
    height: 44px;
    justify-self: start;
    border-width: 1px;
    box-shadow: var(--sa-shadow-sm);
  }

  .process-step .icon-circle .icon {
    width: 19px;
    height: 19px;
  }

  .process-note {
    display: none;
  }

  .help-band-inner,
  .bottom-cta-inner {
    min-height: 440px;
    grid-template-columns: 1fr;
    align-items: start;
  }

  .help-copy,
  .bottom-cta-copy {
    padding: 34px 28px;
  }

  .bottom-cta-copy .hero-actions {
    flex-wrap: wrap;
  }

  .help-copy h2,
  .bottom-cta-copy h2 {
    font-size: 26px;
  }

  /* 底部 CTA：媒体层原为 absolute 满铺背景（旧方案靠 top:190px 下移取景，
     文案仍会压图）。改为常规流上下堆叠，图片作 16:7 内容块垫在文案下。 */
  .bottom-cta-inner {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .bottom-cta-media {
    position: relative;
    inset: auto;
    aspect-ratio: 16 / 7;
  }

  .sa-route-products .help-band-inner,
  .sa-route-products .bottom-cta-inner {
    display: flex;
    min-height: 0;
    flex-direction: column;
    align-items: stretch;
  }

  .sa-route-products .help-copy,
  .sa-route-products .bottom-cta-copy {
    width: 100%;
    padding: 28px 28px 18px;
  }

  .sa-route-products .help-media,
  .sa-route-products .bottom-cta-media {
    position: relative;
    inset: auto;
    width: 100%;
    height: 190px;
    flex: 0 0 190px;
  }

  .sa-route-products .help-media img,
  .sa-route-products .bottom-cta-media img {
    object-position: right center;
  }

  .sa-route-product .inner-hero--product .inner-hero-inner {
    padding-top: 64px;
    padding-bottom: 280px;
  }

  .sa-route-product .inner-hero--product .display {
    font-size: clamp(34px, 9vw, 40px);
  }

  .sa-route-product .inner-hero--product .lede {
    max-width: none;
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.48;
  }

  .sa-route-product .inner-hero--product .hero-actions {
    margin-top: 22px;
  }

  .sa-route-product .inner-hero-product-stage {
    height: 260px;
  }

  .two-col {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .product-tabs {
    width: 100%;
    justify-content: flex-start;
    gap: 26px;
    padding-inline: 16px;
    scroll-padding-inline: 16px;
    scroll-snap-type: inline proximity;
    -webkit-overflow-scrolling: touch;
  }

  .product-tabs .tab {
    padding-block: 17px 15px;
    font-size: 13px;
    scroll-snap-align: start;
  }

  [data-product-section] {
    scroll-margin-top: calc(var(--sa-header-height) + 58px);
  }

  .sa-route-product .spec-table th,
  .sa-route-product .spec-table td {
    padding: 16px 14px;
    font-size: 13px;
    line-height: 1.45;
  }

  .sa-route-product .spec-table th {
    width: 42%;
  }

  .sa-route-product .product-meta-grid {
    padding-block: 34px;
  }

  .product-meta-grid .two-col > div + div {
    padding-top: 34px;
    padding-left: 0;
    border-top: 1px solid var(--sa-border);
    border-left: 0;
  }

  .icon-feature-row,
  .icon-feature-row-wide {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-meta-grid h2 {
    font-size: 23px;
  }

  .help-band-compact .help-band-inner {
    min-height: 0;
    padding: 24px;
    grid-template-columns: 1fr;
  }

  .help-band-compact .help-media {
    height: 120px;
  }

  .sa-route-product .help-band-compact {
    padding-block: 16px;
  }

  .sa-route-product .help-band-compact .help-band-inner {
    display: grid;
    min-height: 0;
    padding: 24px;
    grid-template-areas:
      "copy"
      "media"
      "action";
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .sa-route-product .help-band-compact .help-copy {
    grid-area: copy;
  }

  .sa-route-product .help-band-compact .help-media {
    position: relative;
    inset: auto;
    width: 100%;
    height: 130px;
    grid-area: media;
  }

  .sa-route-product .help-band-compact .help-media img {
    object-fit: cover;
    object-position: right center;
  }

  .sa-route-product .help-band-compact > .help-band-inner > .btn {
    width: 100%;
    grid-area: action;
  }

  .capabilities-grid {
    gap: 20px;
  }

  .cta-band-inner,
  .cta-copy {
    grid-template-columns: 1fr;
  }

  .cta-title {
    padding-right: 0;
    padding-bottom: 20px;
    border-right: 0;
    border-bottom: 1px solid var(--sa-border-strong);
  }

  .contact-layout {
    grid-template-columns: 1fr;
  }

  .contact-info,
  .contact-form-wrap {
    padding: 28px 24px;
  }

  .contact-form-wrap {
    margin-top: 0;
  }

  .form-row-2 {
    grid-template-columns: 1fr;
  }

  .footer-cta {
    padding-block: 44px;
    border-top: 1px solid var(--sa-border);
    border-bottom: 1px solid var(--sa-border);
    background: var(--sa-bg-soft);
  }

  .footer-cta-heading h2 {
    color: var(--sa-primary);
    font-size: 30px;
    line-height: 1.12;
    letter-spacing: -.035em;
  }

  .footer-cta-copy p {
    color: var(--sa-text-2);
    font-size: 14px;
    line-height: 1.6;
  }

  .footer-cta .footer-inline-link {
    color: var(--sa-primary);
  }

  .sa-route-home .footer-cta {
    padding-block: 40px;
  }

  .sa-route-home .footer-cta-inner {
    gap: 24px;
  }

  .footer-cta-inner {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 30px;
  }

  .footer-cta-heading h2 {
    max-width: none;
  }

  .footer-directory-grid {
    padding-block: 42px 36px;
    grid-template-columns: 1fr 1fr;
    gap: 32px 24px;
    position: relative;
  }

  .footer-directory {
    border-top: 3px solid var(--sa-accent);
  }

  .footer-brand-column {
    grid-column: 1 / -1;
  }

  .footer-brand-column p {
    margin-top: 18px;
  }

  .footer-column h3 {
    margin-bottom: 14px;
  }

  .footer-column ul,
  .footer-contact-column address {
    gap: 4px;
  }

  .footer-column a,
  .footer-contact-column address > * {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
  }

  .footer-contact-column {
    grid-column: 1 / -1;
  }

  .footer-contact-column address {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
  }

  .footer-contact-column address > * {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .footer-contact-column address span:last-child {
    max-width: none;
    margin-top: 0;
  }

  .footer-bottom {
    padding-block: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    line-height: 1.5;
  }

  .footer-legal {
    gap: 16px;
    flex-wrap: wrap;
  }

  .support-widget {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    top: auto;
    z-index: 75;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 0;
    padding: 0;
    padding-bottom: env(safe-area-inset-bottom, 0px);
    transform: none;
    pointer-events: auto;
    background: var(--sa-primary);
    border-top: 0;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, .2);
  }

  .support-widget.is-suppressed {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .support-launcher,
  .support-contact-dock {
    display: none;
  }

  .support-panel {
    position: fixed;
    right: 12px;
    bottom: calc(68px + env(safe-area-inset-bottom, 0px));
    left: 12px;
    z-index: 2;
    display: block;
    width: auto;
    max-height: calc(100dvh - var(--sa-header-height) - 92px);
    margin-right: 0;
    border-right: 1px solid var(--sa-border-strong);
    border-radius: 16px;
    box-shadow: 0 22px 64px rgba(0, 0, 0, .24);
  }

  .support-panel-header {
    min-height: 78px;
    padding: 16px 16px 14px 18px;
  }

  .support-panel-header h2 {
    font-size: 20px;
  }

  .support-panel-body {
    padding: 18px;
  }

  .support-intro {
    font-size: 13px;
    line-height: 1.5;
  }

  body.support-panel-open {
    overflow: hidden;
  }

  body.support-panel-open::before {
    position: fixed;
    z-index: 74;
    inset: 0;
    background: rgba(11, 21, 40, .52);
    content: "";
  }

  .support-bottom-actions {
    display: flex;
    width: 100%;
  }

  .support-bottom-link {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }

  .support-bottom-link:last-child {
    border-right: 0;
  }
}

@media (max-width: 420px) {
  .container,
  .container-wide,
  .sa-route-products .container {
    width: calc(100% - 24px);
  }

  .site-header .brand-tag {
    display: none;
  }

  .quote-btn {
    min-width: 0;
    padding-inline: 10px;
    font-size: 11px;
  }

  .language-switcher summary {
    min-width: 68px;
    gap: 6px;
    padding-inline: 8px;
  }

  .language-switcher summary > .icon:first-child {
    display: none;
  }

  .language-switcher__menu {
    position: fixed;
    top: calc(var(--sa-header-height) + 8px);
    right: 12px;
    left: 12px;
    width: auto;
  }

  .header-actions {
    gap: 6px;
  }

  .inner-hero,
  .inner-hero-inner {
    min-height: 480px;
  }

  .inner-hero-inner {
    padding-top: 56px;
  }

  .inner-hero .display {
    font-size: 38px;
  }

  .sa-route-product .inner-hero--product .inner-hero-inner {
    padding-top: 58px;
    padding-bottom: 240px;
  }

  .sa-route-product .inner-hero-product-stage {
    height: 220px;
  }

  .footer-cta-heading h2 {
    font-size: 28px;
  }

  .footer-cta-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .footer-directory-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 20px;
  }

  .footer-brand-column {
    grid-column: 1 / -1;
  }

  .display-home,
  .display {
    font-size: 38px;
  }

  .sa-route-home .hero-media-home {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .section-head {
    display: grid;
  }

  .process-track,
  .icon-feature-row,
  .icon-feature-row-wide {
    grid-template-columns: 1fr;
  }

  .sa-route-product .icon-feature-row,
  .sa-route-product .icon-feature-row-wide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-media-home {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .product-tabs-section {
    top: var(--sa-header-height);
  }

}

@media (max-width: 1180px) {
  .sa-certificate-gallery__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

}

@media (max-width: 760px) {
  .sa-certificate-gallery {
    margin-top: 24px;
    padding-top: 22px;
  }

  .sa-certificate-gallery__head {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .sa-certificate-gallery__head h3 {
    font-size: 23px;
  }

  .sa-certificate-gallery__head > p {
    font-size: 13px;
  }

  .sa-certificate-gallery__grid {
    margin-top: 18px;
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .sa-certificate-card {
    min-height: 104px;
    padding: 10px;
    grid-template-columns: 58px minmax(0, 1fr) 16px;
    gap: 12px;
  }

  .sa-certificate-card__media {
    width: 58px;
  }

  .sa-certificate-card__copy strong {
    font-size: 16px;
  }

  .sa-certificate-card__copy small {
    font-size: 12px;
  }

  .sa-certificate-gallery--strip {
    margin-top: 8px;
    padding-top: 20px;
  }

  .sa-certificate-gallery--strip .sa-certificate-gallery__grid {
    gap: 0;
  }

  .sa-certificate-gallery--strip .sa-certificate-card,
  .sa-certificate-gallery--strip .sa-certificate-card:first-child,
  .sa-certificate-gallery--strip .sa-certificate-card:last-child {
    min-height: 112px;
    padding: 12px 0;
    flex-basis: min(84vw, 320px);
    grid-template-columns: 58px minmax(0, 1fr) 18px;
    gap: 12px;
    border-right: 1px solid var(--sa-border);
    border-bottom: 0;
  }

  .sa-certificate-gallery--strip .sa-certificate-card:last-child {
    border-right: 1px solid var(--sa-border);
  }

  .sa-certificate-gallery--strip .sa-certificate-card__media {
    width: 58px;
  }

  .sa-certificate-gallery--strip .sa-certificate-card__copy {
    gap: 5px;
  }

  .sa-certificate-gallery--strip .sa-certificate-card__copy strong {
    font-size: 16px;
  }

  .sa-certificate-gallery--strip .sa-certificate-card__copy small {
    min-height: 0;
  }

  .sa-certificate-gallery--strip .sa-certificate-card__arrow {
    align-self: center;
    margin-bottom: 0;
  }

  .sa-certificate-viewer {
    width: calc(100% - 24px);
    max-height: calc(100dvh - 24px);
    border-radius: 12px;
  }

  .sa-certificate-viewer__shell {
    max-height: calc(100dvh - 24px);
  }

  .sa-certificate-viewer__header {
    min-height: 80px;
    padding: 13px 12px 13px 16px;
    gap: 14px;
  }

  .sa-certificate-viewer__header h3 {
    font-size: 18px;
  }

  .sa-certificate-viewer__header p:last-child {
    font-size: 11px;
  }

  .sa-certificate-viewer__document {
    padding: 12px;
  }

  .sa-capability-certifications {
    padding-top: 0;
  }
}

@media (max-width: 360px) {
  .header-inner {
    gap: 8px;
  }

  .header-actions {
    gap: 5px;
  }

  .quote-btn {
    padding-inline: 8px;
    font-size: 10px;
  }

  .menu-toggle {
    width: 36px;
    height: 36px;
  }

  .sa-route-home .display-home {
    font-size: 29px;
  }

  .sa-route-home .hero-home .hero-actions {
    gap: 8px;
  }

  .sa-route-home .section-head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .sa-route-product .inner-hero--product .hero-actions {
    grid-template-columns: 1fr;
  }

  .sa-route-product .inner-hero--product .inner-hero-inner {
    padding-bottom: 230px;
  }

  .sa-route-product .inner-hero-product-stage {
    height: 210px;
  }

  .sa-route-product .help-band-compact .help-band-inner {
    padding: 20px;
  }
}
