@media (max-width: 768px) {
  :root {
    --mobile-page-gutter: clamp(16px, 5vw, 24px);
    --mobile-section-space: clamp(56px, 16vw, 76px);
    --mobile-section-gap: clamp(22px, 7vw, 34px);
    --mobile-cta-height: 44px;
    --mobile-subnav-height: 52px;
  }

  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  html {
    background: var(--salang-safe-area-bg, #050505);
  }

  body main {
    max-width: 100%;
    overflow-x: clip;
  }

  img,
  video,
  canvas,
  svg {
    max-width: 100%;
  }

  .salang-dark-section-title,
  .light-section-title,
  .salang-light-section-title,
  .section-title,
  .about-title,
  .service-section-title,
  .application-detail-title,
  .sa1000-light-title,
  .sa1000-dark-title,
  .sa1000-detail__title,
  .sa1000-cta h2 {
    max-width: 100%;
    overflow-wrap: normal;
    text-wrap: balance;
  }

  .contact-cta-title,
  .about-contact h2 {
    max-width: 100%;
    white-space: nowrap;
    font-size: clamp(25px, 7.5vw, 42px) !important;
    line-height: 1.16 !important;
    letter-spacing: -0.045em !important;
  }

  .sa1000-hero-title,
  .sa1000-hero-product-name,
  .service-hero__title,
  .contact-left-title {
    max-width: 100%;
    text-wrap: balance;
  }

  body.page-about .about-hero__title {
    max-width: 100%;
    white-space: nowrap;
    overflow-wrap: normal;
    text-wrap: nowrap;
    font-size: clamp(27px, 8.2vw, 36px) !important;
    line-height: 1.16 !important;
    letter-spacing: 0 !important;
  }

  .sa1000-hero-product-name {
    display: block;
    font-size: clamp(28px, 8.4vw, 48px) !important;
    line-height: 1.14 !important;
    letter-spacing: -0.035em !important;
    white-space: normal;
  }

  .sa1000-hero-series {
    display: block;
    margin-top: 12px;
    font-size: clamp(18px, 5.2vw, 24px) !important;
    line-height: 1.24 !important;
  }

  .contact-left-title {
    font-size: clamp(38px, 10vw, 54px) !important;
    line-height: 1.12 !important;
  }

  .service-hero__title {
    font-size: clamp(36px, 9.5vw, 52px) !important;
    line-height: 1.14 !important;
    overflow-wrap: normal;
  }

  .page-section,
  .sa1000-overview,
  .sa1000-detail-section,
  .sa1000-models,
  .sa1000-model-specs,
  .sa1000-applications,
  .sa1000-cta,
  .application-section,
  .application-final-cta,
  .service-continuity,
  .service-delivery,
  .service-installation,
  .service-training,
  .service-after-sales,
  .service-lifetime,
  .about-section,
  .about-contact {
    padding-top: var(--mobile-section-space);
    padding-bottom: var(--mobile-section-space);
  }

  body.page-about #about-contact {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-height: auto;
    height: auto;
    overflow: hidden;
    padding: clamp(50px, 13vw, 68px) 0;
  }

  body.page-about #about-contact .about-contact__inner {
    box-sizing: border-box;
    width: min(calc(100% - 32px), 640px);
    max-width: calc(100% - 32px);
    margin-inline: auto;
    padding: 0;
  }

  body.page-about #about-contact h2 {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: normal;
    text-wrap: balance;
    font-size: clamp(30px, 8.4vw, 40px) !important;
    line-height: 1.18 !important;
  }

  body.page-about #about-contact p {
    max-width: 100%;
    margin: 18px 0 24px;
    font-size: 15.5px;
    line-height: 1.76;
  }

  body.page-about #about-contact .about-cta-row {
    width: 100%;
    max-width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.page-about #about-contact .about-cta {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    padding-inline: 12px;
  }

  .sa1000-hero__inner {
    min-height: auto;
    padding-top: clamp(64px, 18vw, 84px);
    padding-bottom: clamp(58px, 16vw, 76px);
  }

  .about-hero {
    min-height: max(460px, calc(86svh - var(--about-header-height, 68px)));
    height: auto;
  }

  .about-immersive,
  .about-overview-brief {
    min-height: auto;
    overflow: visible;
  }

  .about-immersive__media {
    height: min(42svh, 360px);
    min-height: 260px;
  }

  .about-quality-immersive.about-immersive {
    position: relative;
    min-height: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(34px, 9vw, 52px) 0;
    overflow: hidden;
    background: #151719;
  }

  .about-quality-immersive .about-immersive__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    transform: none !important;
  }

  .about-quality-immersive .about-immersive__media::after {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.28) 44%, rgba(0, 0, 0, 0.54)),
      repeating-linear-gradient(90deg, rgba(255,255,255,.03) 0 1px, transparent 1px 72px),
      repeating-linear-gradient(0deg, rgba(255,255,255,.022) 0 1px, transparent 1px 68px);
  }

  .about-quality-immersive .about-quality-immersive__content {
    position: relative;
    z-index: 2;
    width: min(calc(100% - 32px), var(--about-container, 1240px));
    min-height: clamp(320px, 92vw, 420px);
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
  }

  .about-quality-immersive .about-quality-immersive__panel.about-immersive__panel {
    width: min(100%, 640px);
    margin: 0;
    padding: clamp(18px, 5vw, 24px);
    color: #fff;
    background: rgba(12, 12, 12, 0.52);
    border: 1px solid rgba(255, 255, 255, 0.13);
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .about-quality-immersive .about-eyebrow {
    margin-bottom: 10px;
  }

  .about-quality-immersive .about-panel-title {
    font-size: clamp(27px, 7.2vw, 34px);
    line-height: 1.18;
  }

  .about-quality-immersive .about-copy {
    margin-top: 14px;
    font-size: 14.5px;
    line-height: 1.66;
  }

  .about-quality-immersive .about-copy p + p {
    margin-top: 8px;
  }

  .about-quality-immersive .about-quality-flow {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(128px, 39vw);
    grid-template-columns: none;
    gap: 0;
    margin-top: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }

  .about-quality-immersive .about-quality-flow::-webkit-scrollbar {
    display: none;
  }

  .about-quality-immersive .about-quality-node {
    min-height: 72px;
    padding: 10px 12px;
  }

  .about-quality-immersive .about-quality-node::after {
    content: none;
  }

  .service-hero {
    min-height: auto;
    overflow: hidden;
  }

  .service-hero__content {
    padding-top: clamp(96px, 28vw, 132px);
    padding-bottom: clamp(46px, 12vw, 64px);
  }

  .sa1000-detail-block,
  .sa1000-detail-block--reverse,
  .application-two-column,
  .application-detail-hero__inner,
  .service-continuity__grid,
  .service-delivery__head {
    gap: var(--mobile-section-gap);
  }

  .sa1000-detail-block + .sa1000-detail-block {
    margin-top: clamp(52px, 15vw, 72px);
  }

  .sa1000-detail__desc,
  .sa1000-detail-list {
    margin-top: 0;
  }

  .cta-primary,
  .cta-secondary,
  .salang-button-primary,
  .salang-button-secondary,
  .sa1000-btn,
  .about-cta,
  .contact-submit-button {
    box-sizing: border-box;
    width: auto;
    min-width: 0;
    min-height: var(--mobile-cta-height);
    height: auto;
    padding: 0 18px;
    gap: 8px;
    border-radius: var(--cta-radius);
    font-size: 15px;
    font-weight: var(--fw-medium);
    line-height: 1;
    white-space: nowrap;
    overflow: visible;
  }

  .cta-icon,
  .cta-primary .cta-icon,
  .cta-secondary .cta-icon {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
  }

  .sa1000-actions,
  .about-cta-row,
  .application-detail-actions,
  .application-product-card__actions,
  .applications-assist__actions,
  .contact-cta-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
    max-width: 430px;
  }

  .sa1000-actions > .cta-primary,
  .sa1000-actions > .cta-secondary,
  .sa1000-actions > .sa1000-btn,
  .about-cta-row > .about-cta,
  .application-detail-actions > .cta-primary,
  .application-detail-actions > .cta-secondary,
  .applications-assist__actions > .cta-primary,
  .applications-assist__actions > .cta-secondary,
  .contact-cta-actions > a {
    width: 100%;
    min-width: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  html[lang="en"] .sa1000-page .sa1000-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    max-width: 430px;
  }

  html[lang="en"] .sa1000-page .sa1000-actions > .cta-primary,
  html[lang="en"] .sa1000-page .sa1000-actions > .cta-secondary,
  html[lang="en"] .sa1000-page .sa1000-actions > .sa1000-btn,
  html[lang="en"] .about-cta-row > .about-cta,
  html[lang="en"] .application-detail-actions > .cta-primary,
  html[lang="en"] .application-detail-actions > .cta-secondary,
  html[lang="en"] .application-product-card__actions > .product-cta,
  html[lang="en"] .applications-assist__actions > .cta-primary,
  html[lang="en"] .applications-assist__actions > .cta-secondary,
  html[lang="en"] .contact-cta-actions > a {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    min-height: var(--mobile-cta-height);
    padding-left: 10px;
    padding-right: 10px;
    justify-content: space-between;
    gap: 8px;
    font-size: 14px;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
    overflow: visible;
  }

  html[lang="en"] .sa1000-page .sa1000-actions .cta-icon,
  html[lang="en"] .about-cta-row .cta-icon,
  html[lang="en"] .application-detail-actions .cta-icon,
  html[lang="en"] .application-product-card__actions .product-cta-arrow,
  html[lang="en"] .applications-assist__actions .cta-icon,
  html[lang="en"] .contact-cta-actions .cta-icon {
    flex: 0 0 16px;
    margin-left: auto;
  }

  .contact-submit-button {
    width: 100%;
  }

  .contact-form-panel .contact-submit-button {
    min-height: var(--mobile-cta-height);
    height: var(--mobile-cta-height);
  }

  .secondary-nav {
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
    padding-inline: 16px;
    overflow: visible;
  }

  .secondary-nav__inner {
    width: 100%;
    max-width: 100%;
  }

  .secondary-nav__content {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-height: var(--mobile-subnav-height);
    padding: 4px 0 4px 12px;
    overflow: hidden;
  }

  .secondary-nav__content::after {
    content: "";
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    z-index: 3;
    width: 38px;
    border-radius: 0 var(--secondary-nav-radius) var(--secondary-nav-radius) 0;
    pointer-events: none;
  }

  .secondary-nav.is-dark-zone .secondary-nav__content::after {
    background: linear-gradient(90deg, rgba(16, 18, 22, 0), rgba(16, 18, 22, 0.86));
  }

  .secondary-nav.is-light-zone .secondary-nav__content::after {
    background: linear-gradient(90deg, rgba(246, 246, 244, 0), rgba(246, 246, 244, 0.9));
  }

  .secondary-nav__content.is-at-scroll-end::after,
  .secondary-nav__content:not(.is-scrollable)::after {
    opacity: 0;
  }

  .secondary-nav__links {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: clamp(10px, 3.2vw, 16px);
    width: 100%;
    min-width: 0;
    min-height: 44px;
    padding-right: 40px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    touch-action: pan-x pan-y;
    font-size: 15px;
  }

  .secondary-nav__links::-webkit-scrollbar {
    display: none;
  }

  .secondary-nav__links > a {
    flex: 0 0 auto;
    min-width: max-content;
    min-height: 44px;
    padding-inline: clamp(8px, 2.8vw, 12px);
    white-space: nowrap;
    overflow: visible;
    text-overflow: clip;
    font-size: 15px;
  }

  .mobile-subnav-scroll-cue {
    position: absolute;
    top: 50%;
    right: 9px;
    z-index: 5;
    width: 22px;
    height: 28px;
    display: grid;
    place-items: center;
    color: var(--salang-red);
    font-size: 21px;
    font-weight: var(--fw-medium);
    line-height: 1;
    pointer-events: none;
    transform: translateY(-50%);
    transition: opacity 160ms ease;
  }

  .secondary-nav__content.is-at-scroll-end .mobile-subnav-scroll-cue,
  .secondary-nav__content:not(.is-scrollable) .mobile-subnav-scroll-cue {
    opacity: 0;
  }

  .secondary-nav[data-secondary-nav-mobile-fixed] {
    position: fixed;
    top: var(--mobile-header-total-height, var(--site-header-height, calc(64px + env(safe-area-inset-top, 0px))));
    left: 0;
    right: 0;
    z-index: 2999;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .secondary-nav[data-secondary-nav-mobile-fixed].is-revealed {
    transform: none;
  }

  .mobile-table-scroll-hint {
    display: none;
    align-items: center;
    gap: 8px;
    margin: 0 0 10px;
    color: rgba(0, 0, 0, 0.52);
    font-size: 13px;
    font-weight: var(--fw-regular);
    line-height: 1.45;
  }

  .mobile-table-scroll-hint.is-visible {
    display: flex;
  }

  .mobile-table-scroll-hint::before {
    content: "← →";
    color: var(--salang-red);
    font-size: 12px;
    letter-spacing: 0.08em;
  }

  .mobile-table-scroll-hint.is-at-scroll-end {
    opacity: 0.48;
  }

  .sa1000-specs-table-wrap,
  .swg1000-specs-table-wrap,
  .slx1000-page .sa1000-specs-table-wrap {
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    touch-action: pan-x pan-y;
  }

  .sa1000-specs-table-wrap table,
  .sa1000-specs-table {
    width: max-content;
    min-width: max(760px, 100%);
    table-layout: auto;
  }

  .sa1000-specs-table th,
  .sa1000-specs-table td {
    min-width: 116px;
    padding: 13px 16px;
    white-space: normal;
  }

  .sa1000-specs-table th:first-child,
  .sa1000-specs-table td:first-child {
    min-width: 132px;
  }

  .salang-footer {
    height: auto;
    min-height: 0;
    padding-bottom: calc(40px + env(safe-area-inset-bottom, 0px));
    overflow: visible;
    overflow-x: clip;
  }

  .salang-footer-inner {
    width: min(100% - 32px, var(--container-max, 1280px));
    padding: 26px 0 18px;
  }

  .salang-footer-grid {
    display: block;
  }

  .salang-footer-brand-col {
    display: block;
  }

  .salang-footer-accordion {
    display: none;
  }

  .salang-footer-brand {
    font-size: 22px;
    line-height: 1.1;
  }

  .salang-footer-company {
    max-width: none;
    margin-top: 14px;
    gap: 5px;
    font-size: 13px;
    line-height: 1.58;
  }

  .salang-footer-qrcodes {
    --footer-mobile-icon-cell: clamp(58px, 16vw, 64px);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: start;
    justify-items: center;
    gap: 0 8px;
    margin-top: 18px;
  }

  .salang-footer-qr {
    display: grid;
    grid-template-rows: var(--footer-mobile-icon-cell) auto;
    align-items: center;
    row-gap: 5px;
    width: 100%;
    min-width: 0;
    justify-items: center;
  }

  .salang-footer-qr img {
    width: var(--footer-mobile-icon-cell);
    height: var(--footer-mobile-icon-cell);
  }

  .salang-footer-qr:hover img,
  .salang-footer-qr:focus-within img {
    transform: none;
    filter: none;
  }

  .salang-footer-socials {
    display: contents;
  }

  .salang-footer-social-link {
    display: grid;
    grid-template-rows: var(--footer-mobile-icon-cell) auto;
    align-items: center;
    row-gap: 5px;
    width: 100%;
    min-width: 0;
    justify-items: center;
  }

  .salang-footer-social-icon {
    align-self: center;
    justify-self: center;
    width: 34px;
    height: 34px;
  }

  .salang-footer-qr span,
  .salang-footer-social-link span {
    display: flex;
    min-height: 18px;
    align-items: center;
    justify-content: center;
    margin: 0;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
  }

  html[lang="en"] .salang-footer-qr,
  html[lang="en"] .salang-footer-social-link {
    min-width: 0;
    text-align: center;
  }

  html[lang="en"] .salang-footer-qr span,
  html[lang="en"] .salang-footer-social-link span {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    font-size: 12px;
    line-height: 1.3;
    white-space: normal;
    text-wrap: balance;
  }

  .salang-footer-bottom {
    display: grid;
    gap: 6px;
    margin-top: 18px;
    padding-top: 12px;
    font-size: 11px;
    line-height: 1.45;
  }

  .salang-footer-legal {
    gap: 6px 14px;
  }

  .salang-footer-legal a {
    font-size: 11px;
    line-height: 1.4;
  }

  .salang-footer-legal a[target="_blank"] {
    display: none;
  }
}

@media (max-width: 359px) {
  .sa1000-actions,
  .about-cta-row,
  .application-detail-actions,
  .application-product-card__actions,
  .applications-assist__actions,
  .contact-cta-actions {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  html[lang="en"] .sa1000-page .sa1000-actions,
  html[lang="en"] .about-cta-row,
  html[lang="en"] .application-detail-actions,
  html[lang="en"] .application-product-card__actions,
  html[lang="en"] .applications-assist__actions,
  html[lang="en"] .contact-cta-actions {
    grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  }

  html[lang="en"] .sa1000-page .sa1000-actions > .cta-primary,
  html[lang="en"] .sa1000-page .sa1000-actions > .cta-secondary,
  html[lang="en"] .sa1000-page .sa1000-actions > .sa1000-btn,
  html[lang="en"] .about-cta-row > .about-cta,
  html[lang="en"] .application-detail-actions > .cta-primary,
  html[lang="en"] .application-detail-actions > .cta-secondary,
  html[lang="en"] .application-product-card__actions > .product-cta,
  html[lang="en"] .applications-assist__actions > .cta-primary,
  html[lang="en"] .applications-assist__actions > .cta-secondary,
  html[lang="en"] .contact-cta-actions > a {
    padding-left: 6px;
    padding-right: 6px;
    gap: 5px;
    font-size: 13px;
  }

  .contact-cta-title,
  .about-contact h2 {
    white-space: normal;
    text-wrap: balance;
  }
}

@media (max-width: 768px) {
  body.home-page #contact-section {
    padding-top: clamp(46px, 13vw, 62px) !important;
    padding-bottom: clamp(46px, 13vw, 62px) !important;
  }

  body.home-page #contact-section .px-margin-desktop {
    width: 100%;
    padding-left: clamp(18px, 5.2vw, 22px);
    padding-right: clamp(18px, 5.2vw, 22px);
  }

  body.home-page #contact-section .contact-cta-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    width: 100%;
    min-width: 0;
  }

  body.home-page #contact-section .contact-cta-layout > * {
    min-width: 0;
  }

  body.home-page #contact-section .contact-cta-title {
    max-width: 100%;
    margin-bottom: 14px !important;
    font-size: clamp(24px, 6.8vw, 30px) !important;
    line-height: 1.18 !important;
    letter-spacing: -0.055em !important;
    white-space: nowrap;
  }

  body.home-page #contact-section .contact-cta-desc {
    max-width: 100%;
    font-size: 15px !important;
    line-height: 1.76 !important;
    overflow-wrap: normal;
  }

  body.home-page #contact-section .contact-cta-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
    max-width: none;
    min-width: 0;
    justify-content: stretch;
  }

  body.home-page #contact-section .contact-cta-actions > a {
    width: 100%;
    min-width: 0;
    padding-left: 8px;
    padding-right: 8px;
  }
}
