.home-mobile-quick,
.home-mobile-nav,
.home-inquiry-layer,
.home-mobile-tabs,
.home-contact-mobile-button,
.product-card-mobile-actions {
  display: none;
}

@media (min-width: 761px) and (max-width: 980px) {
  .xq-home .product-grid,
  .xq-home .app-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xq-home .quality-grid,
  .xq-home .data-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body.xq-home {
    padding-bottom: calc(60px + env(safe-area-inset-bottom, 0px));
  }

  body.xq-home.has-home-inquiry {
    overflow: hidden;
  }

  .xq-home .container {
    width: min(100% - 28px, var(--container));
  }

  .xq-home .topbar {
    display: none;
  }

  .xq-home .site-header {
    position: sticky;
    top: 0;
    z-index: 60;
    height: 56px;
    box-shadow: 0 3px 12px rgba(15, 69, 121, .08);
  }

  .xq-home .navbar,
  .xq-home .nav-inner {
    height: 56px;
    min-height: 56px;
  }

  .xq-home .navbar {
    border-bottom: 1px solid #dfe9f3;
  }

  .xq-home .nav-inner {
    display: flex;
    flex-wrap: nowrap;
    width: min(100% - 24px, var(--container));
    padding: 0;
  }

  .xq-home .brand {
    display: flex;
    align-items: center;
    min-width: 0;
    max-width: calc(100% - 54px);
  }

  .xq-home .brand img {
    width: min(190px, 56vw);
    height: 40px;
    object-fit: contain;
    object-position: left center;
  }

  .xq-home .nav-tools {
    gap: 0;
    margin-left: auto;
  }

  .xq-home .nav-tools .nav-tool,
  .xq-home .nav-tools .quote {
    display: none;
  }

  .xq-home .nav-tools .nav-tool:first-child {
    display: grid;
    place-items: center;
    width: 44px;
    min-width: 44px;
    height: 44px;
  }

  .xq-home .nav-tools .nav-tool:first-child span {
    display: none;
  }

  .xq-home .nav-tools .nav-tool:first-child svg {
    width: 20px;
    height: 20px;
    color: #075da9;
  }

  .xq-home .site-header .nav-menu-toggle {
    width: 44px;
    height: 44px;
    border: 0;
    box-shadow: none;
  }

  .xq-home .site-header .mobile-nav-panel {
    top: calc(100% + 4px);
    width: calc(100vw - 24px);
    max-height: calc(100dvh - 72px);
    margin: 0 12px;
    overflow-y: auto;
  }

  .xq-home .hero-banner,
  .xq-home .hero-carousel,
  .xq-home .hero-track,
  .xq-home .hero-slide,
  .xq-home .hero-banner .hero-inner,
  .xq-home .hero-banner .hero-carousel .hero-inner {
    height: 430px;
    min-height: 430px;
  }

  .xq-home .hero-slide.has-mobile-bg {
    background-image: var(--hero-slide-mobile-image);
  }

  .xq-home .hero-banner .hero-inner,
  .xq-home .hero-banner .hero-carousel .hero-inner {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    width: min(100% - 28px, var(--container));
    padding: 24px 0 25px;
  }

  .xq-home .hero-banner .hero-copy {
    align-self: center;
    max-width: 100%;
    min-height: 0;
    padding: 0;
  }

  .xq-home .hero-kicker {
    min-height: 30px;
    margin-bottom: 15px;
    padding: 0 10px;
    font-size: 11px;
  }

  .xq-home .hero-kicker span + span::before {
    height: 12px;
    margin: 0 8px;
  }

  .xq-home .hero-copy .hero-heading {
    margin: 0;
    font-size: 27px;
    line-height: 1.2;
  }

  .xq-home .hero-title-accent {
    margin-bottom: 4px;
  }

  .xq-home .hero-copy p {
    max-width: 100%;
    margin: 14px 0 17px;
    font-size: 13px;
    line-height: 1.62;
  }

  .xq-home .feature-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px 12px;
    width: 100%;
    margin: 0 0 18px;
  }

  .xq-home .hero-feature {
    grid-template-columns: 30px minmax(0, 1fr);
    min-height: 32px;
    column-gap: 8px;
  }

  .xq-home .hero-feature-icon {
    width: 30px;
    height: 30px;
    border-radius: 7px;
  }

  .xq-home .hero-feature-icon svg {
    width: 17px;
    height: 17px;
  }

  .xq-home .hero-feature b {
    font-size: 11px;
  }

  .xq-home .hero-feature em {
    margin-top: 2px;
    font-size: 9px;
  }

  .xq-home .hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    width: 100%;
  }

  .xq-home .hero-actions a {
    width: auto;
    min-width: 0;
    height: 44px;
    border-radius: 7px;
    font-size: 12px;
  }

  .xq-home .hero-dots {
    right: 14px;
    bottom: 11px;
    gap: 7px;
  }

  .xq-home .hero-dots button {
    position: relative;
    width: 30px;
    height: 24px;
    background: transparent;
  }

  .xq-home .hero-dots button::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 3px;
    border-radius: 999px;
    background: rgba(0, 94, 196, .24);
    transform: translate(-50%, -50%);
    content: "";
  }

  .xq-home .hero-dots button.is-active {
    background: transparent;
  }

  .xq-home .hero-dots button.is-active::before {
    background: #0068d7;
  }

  .home-mobile-quick {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    min-height: 78px;
    padding: 7px 8px;
    border-bottom: 1px solid #e0ebf5;
    background: #fff;
    scroll-margin-top: 60px;
  }

  .home-mobile-quick > a,
  .home-mobile-quick > button {
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 5px;
    min-width: 0;
    min-height: 64px;
    padding: 4px 2px;
    border: 0;
    color: #314c67;
    background: transparent;
    font-size: 10px;
    font-weight: 700;
    text-decoration: none;
  }

  .home-mobile-quick svg {
    width: 36px;
    height: 36px;
    padding: 9px;
    border-radius: 8px;
    color: #0872d1;
    background: #eaf4fe;
  }

  .xq-home .home-proof-strip {
    min-height: 78px;
    padding: 0;
    background: #edf5fd;
  }

  .xq-home .home-proof-strip .home-proof-inner {
    display: block;
    width: 100%;
    min-height: 78px;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .xq-home .home-proof-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    min-height: 78px;
    padding: 0;
  }

  .xq-home .home-proof-mark,
  .xq-home .home-proof-global {
    display: none;
  }

  .xq-home .home-proof-stats article,
  .xq-home .home-proof-stats article:nth-child(n) {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    align-content: center;
    gap: 3px;
    min-height: 78px;
    padding: 7px 3px;
    border-right: 1px solid #d8e6f3;
    border-bottom: 0;
    text-align: center;
  }

  .xq-home .home-proof-stats article:last-child {
    border-right: 0;
  }

  .xq-home .home-proof-stats article svg {
    display: none;
  }

  .xq-home .home-proof-stats article strong {
    font-size: 16px;
  }

  .xq-home .home-proof-stats article span {
    font-size: 9px;
    line-height: 1.35;
  }

  .xq-home .section {
    padding: 25px 0 22px;
    scroll-margin-top: 60px;
  }

  .xq-home .section-title {
    margin-bottom: 15px;
  }

  .xq-home .section-title h1,
  .xq-home .section-title h2 {
    font-size: 22px;
    line-height: 1.3;
  }

  .xq-home .section-title p {
    margin-top: 5px;
    font-size: 11px;
    line-height: 1.55;
  }

  .xq-home .product-selector-rail::-webkit-scrollbar,
  .xq-home .product-selector-thumbnails::-webkit-scrollbar,
  .xq-home .stats-row::-webkit-scrollbar,
  .xq-home .quality-grid::-webkit-scrollbar {
    display: none;
  }

  .xq-home .products-section {
    padding-top: 27px;
    padding-bottom: 25px;
  }

  .xq-home .product-selector-head {
    display: block;
    margin-bottom: 14px;
  }

  .xq-home .product-selector-eyebrow {
    gap: 7px;
    margin-bottom: 6px;
    font-size: 9px;
  }

  .xq-home .product-selector-eyebrow::before {
    width: 20px;
  }

  .xq-home .product-selector-head h2 {
    font-size: 22px;
    line-height: 1.3;
  }

  .xq-home .product-selector-head p {
    margin-top: 5px;
    font-size: 11px;
    line-height: 1.55;
  }

  .xq-home .product-selector-summary {
    margin-top: 10px;
  }

  .xq-home .product-selector-summary > span {
    display: none;
  }

  .xq-home .product-selector-summary a {
    min-height: 32px;
    font-size: 10px;
  }

  .xq-home .product-selector-stage {
    display: flex;
    min-height: 0;
    flex-direction: column;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: none;
  }

  .xq-home .product-selector-rail {
    display: flex;
    gap: 8px;
    min-height: 68px;
    padding: 9px;
    flex-direction: row;
    overflow-x: auto;
    background: #17384f;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .xq-home .product-selector-rail-kicker,
  .xq-home .product-selector-rail-footer {
    display: none;
  }

  .xq-home .product-selector-filter {
    flex: 0 0 142px;
    grid-template-columns: 24px minmax(0, 1fr);
    min-height: 50px;
    padding: 0 9px;
    border: 1px solid rgba(219, 237, 248, .13);
    border-radius: 6px;
    scroll-snap-align: start;
  }

  .xq-home .product-selector-filter.is-active {
    border-color: #fff;
  }

  .xq-home .product-selector-filter strong {
    font-size: 11px;
  }

  .xq-home .product-selector-filter small {
    font-size: 8px;
  }

  .xq-home .product-selector-viewer {
    display: grid;
    grid-template-rows: 28px 238px 72px;
    min-height: 0;
    padding: 12px 12px 14px;
  }

  .xq-home .product-selector-viewer-top {
    font-size: 9px;
  }

  .xq-home .product-selector-count strong {
    font-size: 15px;
  }

  .xq-home .product-selector-main {
    min-height: 238px;
  }

  .xq-home .product-selector-main::after {
    right: 24px;
    bottom: 12px;
    left: 24px;
  }

  .xq-home .product-selector-main img {
    width: 100%;
    height: 228px;
    filter: drop-shadow(0 12px 15px rgba(22, 47, 71, .13));
  }

  .xq-home .product-selector-thumbnails {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 -12px;
    padding: 0 12px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .xq-home .product-selector-thumbnail {
    flex: 0 0 70px;
    height: 64px;
    scroll-snap-align: start;
  }

  .xq-home .product-selector-thumbnail img {
    height: 54px;
  }

  .xq-home .product-selector-detail {
    display: flex;
    min-height: 0;
    padding: 20px 15px 18px;
    flex-direction: column;
    border-top: 1px solid #dce6ee;
    border-left: 0;
  }

  .xq-home .product-selector-detail-kicker {
    margin-bottom: 8px;
    font-size: 9px;
  }

  .xq-home .product-selector-detail h3 {
    min-height: 0;
    font-size: 19px;
    line-height: 1.45;
  }

  .xq-home .product-selector-model {
    margin: 7px 0 12px;
    font-size: 10px;
  }

  .xq-home .product-selector-description {
    min-height: 0;
    margin-bottom: 14px;
    font-size: 11px;
    line-height: 1.7;
  }

  .xq-home .product-selector-parameters > div {
    grid-template-columns: 82px minmax(0, 1fr);
    min-height: 41px;
  }

  .xq-home .product-selector-parameters dt,
  .xq-home .product-selector-parameters dd {
    font-size: 10px;
  }

  .xq-home .product-selector-actions {
    gap: 8px;
    padding-top: 16px;
  }

  .xq-home .product-selector-actions a {
    min-height: 44px;
    border-radius: 6px;
    font-size: 11px;
  }

  .xq-home .product-selector-support {
    margin-top: 13px;
    font-size: 9px;
  }

  .xq-home .center-action {
    margin-top: 16px;
  }

  .xq-home .outline-btn,
  .xq-home .primary-btn {
    min-height: 44px;
    padding: 0 18px;
    font-size: 12px;
  }

  .xq-home .app-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .xq-home .app-card {
    height: 122px;
    border-radius: 8px;
    box-shadow: none;
  }

  .xq-home .app-card:nth-child(n + 5) {
    display: none;
  }

  .xq-home .app-card .app-label {
    display: flex;
    right: 9px;
    bottom: 9px;
    left: 9px;
    gap: 6px;
    font-size: 12px;
  }

  .xq-home .app-label svg {
    width: 17px;
    height: 17px;
  }

  .xq-home .custom-section {
    padding-top: 24px;
  }

  .xq-home .custom-panel {
    min-height: 0;
    padding: 0;
    overflow: visible;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .xq-home .custom-head,
  .xq-home .custom-body {
    width: 100%;
    padding: 0;
  }

  .xq-home .custom-head h2 {
    font-size: 22px;
    line-height: 1.35;
  }

  .xq-home .custom-head p {
    margin-top: 7px;
    font-size: 12px;
  }

  .home-mobile-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
    margin: 16px 0 12px;
    padding: 4px;
    border-radius: 8px;
    background: #e8f1fa;
  }

  .home-mobile-tabs button {
    min-height: 44px;
    padding: 0 10px;
    border: 0;
    border-radius: 6px;
    color: #52677d;
    background: transparent;
    font-size: 12px;
    font-weight: 800;
  }

  .home-mobile-tabs button.is-active {
    color: #075da9;
    background: #fff;
    box-shadow: 0 3px 9px rgba(31, 81, 134, .1);
  }

  .xq-home .custom-body {
    display: block;
  }

  .xq-home .custom-body [data-mobile-panel] {
    display: none;
  }

  .xq-home .custom-body [data-mobile-panel="capabilities"]:not(.is-mobile-inactive),
  .xq-home .custom-body [data-mobile-panel].is-mobile-active {
    display: grid;
  }

  .xq-home .custom-body [data-mobile-panel].is-mobile-inactive {
    display: none;
  }

  .xq-home .service-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 0;
    background: transparent;
  }

  .xq-home .service-list div {
    grid-template-columns: 22px 1fr;
    gap: 3px 7px;
    min-height: 62px;
    padding: 10px;
    border: 0;
    border-left: 3px solid #0872d1;
    background: #fff;
  }

  .xq-home .service-list svg {
    grid-row: 1 / 3;
    width: 18px;
    height: 18px;
  }

  .xq-home .service-list strong {
    font-size: 12px;
  }

  .xq-home .service-list span {
    font-size: 10px;
  }

  .xq-home .process-card {
    padding: 13px 12px;
    border-radius: 8px;
    background: #fff;
  }

  .xq-home .process-card h3 {
    margin: 0 0 10px;
    font-size: 16px;
  }

  .xq-home .process-row {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .xq-home .step {
    display: grid;
    grid-template-columns: 36px 1fr;
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 9px;
    min-height: 52px;
    text-align: left;
  }

  .xq-home .step i {
    grid-row: 1 / 3;
    width: 34px;
    height: 34px;
    margin: 0;
    font-size: 10px;
  }

  .xq-home .step b,
  .xq-home .step span {
    margin: 0;
  }

  .xq-home .process-card .primary-btn {
    width: 100%;
    margin-top: 13px;
  }

  .xq-home .custom-photo {
    display: none;
  }

  .xq-home .stats-row,
  .xq-home .quality-grid {
    display: flex;
    gap: 10px;
    width: auto;
    margin-right: -14px;
    margin-left: -14px;
    padding: 0 14px 6px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .xq-home .stat-item {
    flex: 0 0 126px;
    grid-template-columns: 1fr;
    justify-items: start;
    align-content: center;
    gap: 4px;
    min-height: 82px;
    padding: 12px;
    scroll-snap-align: start;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
  }

  .xq-home .stat-item::after,
  .xq-home .stat-item svg {
    display: none;
  }

  .xq-home .stat-item strong {
    font-size: 21px;
  }

  .xq-home .stat-item span {
    font-size: 10px;
  }

  .xq-home .quality-card {
    flex: 0 0 72%;
    min-height: 170px;
    scroll-snap-align: start;
    box-shadow: none;
  }

  .xq-home .quality-card img {
    height: 104px;
  }

  .xq-home .quality-card h3 {
    margin-top: 11px;
    font-size: 14px;
  }

  .xq-home .data-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .xq-home .data-card {
    min-height: 112px;
    padding: 14px 12px;
    box-shadow: none;
  }

  .xq-home .data-card:nth-child(n + 5) {
    display: none;
  }

  .xq-home .data-card > svg {
    width: 30px;
    height: 30px;
    margin-bottom: 8px;
  }

  .xq-home .data-card h3 {
    font-size: 13px;
  }

  .xq-home .data-card p {
    margin-bottom: 8px;
    font-size: 10px;
  }

  .xq-home .news-head .section-title {
    padding-right: 72px;
  }

  .xq-home .more-link {
    top: 8px;
    margin: 0;
    font-size: 11px;
  }

  .xq-home .news-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .xq-home .news-card {
    box-shadow: none;
  }

  .xq-home .news-card:first-child {
    grid-template-columns: 1fr;
    margin-bottom: 8px;
  }

  .xq-home .news-card:first-child img {
    height: 160px;
    min-height: 160px;
  }

  .xq-home .news-card:first-child .news-copy {
    padding: 12px;
  }

  .xq-home .news-card:nth-child(n + 2) {
    display: block;
    min-height: 54px;
    border-width: 0 0 1px;
    border-radius: 0;
  }

  .xq-home .news-card:nth-child(n + 2) img,
  .xq-home .news-card:nth-child(n + 2) .news-copy > p,
  .xq-home .news-card:nth-child(n + 2) .news-copy > a,
  .xq-home .news-card:nth-child(n + 2) .news-copy div > span {
    display: none;
  }

  .xq-home .news-card:nth-child(n + 2) .news-copy {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 9px;
    min-height: 54px;
    padding: 9px 0;
  }

  .xq-home .news-card:nth-child(n + 2) .news-copy > div {
    display: contents;
  }

  .xq-home .news-card:nth-child(n + 2) .news-copy h3 {
    grid-column: 1;
    grid-row: 1;
    margin: 0;
    overflow: hidden;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xq-home .news-card:nth-child(n + 2) .news-copy time {
    grid-column: 2;
    grid-row: 1;
  }

  .xq-home .contact-section {
    padding: 22px 0 34px;
  }

  .xq-home .contact-panel {
    display: block;
    min-height: 0;
    padding: 24px 16px;
    border-radius: 0;
    background: #075fae;
    box-shadow: none;
  }

  .xq-home .contact-panel::before,
  .xq-home .contact-info ul,
  .xq-home .contact-products,
  .xq-home .contact-panel > .quote-form {
    display: none;
  }

  .xq-home .contact-info h2 {
    font-size: 22px;
  }

  .xq-home .contact-info p {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 1.6;
  }

  .home-contact-mobile-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    border: 1px solid #fff;
    border-radius: 7px;
    color: #075fae;
    background: #fff;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
  }

  .home-mobile-nav {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 80;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    height: calc(60px + env(safe-area-inset-bottom, 0px));
    padding-bottom: env(safe-area-inset-bottom, 0px);
    border-top: 1px solid #d9e4ef;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 -6px 18px rgba(17, 58, 101, .08);
  }

  .home-mobile-nav > a,
  .home-mobile-nav > button {
    display: grid;
    place-items: center;
    align-content: center;
    gap: 3px;
    min-width: 0;
    min-height: 58px;
    padding: 4px 2px;
    border: 0;
    color: #65778b;
    background: transparent;
    font-size: 9px;
    text-decoration: none;
  }

  .home-mobile-nav svg {
    width: 19px;
    height: 19px;
  }

  .home-mobile-nav .is-active,
  .home-mobile-nav > button:last-child {
    color: #0872d1;
    font-weight: 800;
  }

  .home-inquiry-layer {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: block;
    visibility: hidden;
    pointer-events: none;
    background: rgba(8, 25, 45, .5);
    opacity: 0;
    transition: opacity .2s ease, visibility .2s ease;
  }

  .home-inquiry-layer.is-open {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
  }

  .home-inquiry-sheet {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    max-height: 82dvh;
    padding: 10px 16px calc(18px + env(safe-area-inset-bottom, 0px));
    overflow-y: auto;
    border-radius: 8px 8px 0 0;
    background: #fff;
    transform: translateY(102%);
    transition: transform .24s ease;
  }

  .home-inquiry-layer.is-open .home-inquiry-sheet {
    transform: translateY(0);
  }

  .home-inquiry-handle {
    width: 44px;
    height: 4px;
    margin: 0 auto 12px;
    border-radius: 4px;
    background: #cbd7e4;
  }

  .home-inquiry-close {
    position: absolute;
    top: 14px;
    right: 14px;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: #536a80;
    background: #eff4f8;
    font-size: 22px;
  }

  .home-inquiry-sheet > h2 {
    max-width: calc(100% - 52px);
    margin: 0;
    color: #0d2744;
    font-size: 20px;
  }

  .home-inquiry-sheet > p {
    max-width: calc(100% - 52px);
    margin: 5px 0 15px;
    color: #61748a;
    font-size: 11px;
    line-height: 1.5;
  }

  .xq-home .quote-form--mobile-sheet {
    display: grid;
    gap: 11px;
    padding: 0;
    box-shadow: none;
  }

  .xq-home .quote-form--mobile-sheet label,
  .xq-home .quote-form--mobile-sheet .form-row,
  .xq-home .quote-form--mobile-sheet .form-row label {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .xq-home .quote-form--mobile-sheet .form-row {
    gap: 11px;
  }

  .xq-home .quote-form--mobile-sheet span {
    color: #324d68;
    font-size: 12px;
  }

  .xq-home .quote-form--mobile-sheet input,
  .xq-home .quote-form--mobile-sheet select {
    width: 100%;
    height: 44px;
    padding: 0 12px;
    border: 1px solid #cfddea;
    border-radius: 6px;
  }

  .xq-home .quote-form--mobile-sheet button[type="submit"] {
    min-height: 46px;
    border-radius: 7px;
    background: #0872d1;
  }
}

@media (max-width: 380px) {
  .xq-home .hero-copy .hero-heading {
    font-size: 25px;
  }

  .xq-home .hero-kicker {
    padding: 0 8px;
    font-size: 10px;
  }

  .xq-home .hero-feature b {
    font-size: 10px;
  }

  .xq-home .home-proof-stats article strong {
    font-size: 14px;
  }

  .xq-home .home-proof-stats article span {
    font-size: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-inquiry-layer,
  .home-inquiry-sheet,
  .xq-home .product-selector-rail,
  .xq-home .product-selector-thumbnails,
  .xq-home .product-selector-main img,
  .xq-home .product-selector-filter,
  .xq-home .product-selector-thumbnail,
  .xq-home .stats-row,
  .xq-home .quality-grid {
    scroll-behavior: auto;
    transition: none;
  }
}

@media (max-width: 768px) {
  .xq-home .product-catalog-section {
    padding-top: 26px;
  }

  .xq-home .product-catalog-section > .container {
    width: min(calc(100% - 24px), var(--container));
    padding: 14px 0;
  }

  .xq-home .product-catalog-head {
    display: block;
    margin-bottom: 10px;
  }

  .xq-home .product-catalog-head h2,
  .xq-home .product-catalog-head h3 {
    font-size: 22px;
  }

  .xq-home .product-catalog-summary {
    font-size: 11px;
  }

  .xq-home .product-catalog-tabs {
    display: flex;
    width: auto;
    margin: 0 -12px 12px;
    padding: 0 12px 12px;
    overflow-x: auto;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    scroll-padding-inline: 12px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
  }

  .xq-home .product-catalog-tabs::-webkit-scrollbar,
  .xq-home .product-catalog-thumbnails::-webkit-scrollbar,
  .xq-home .home-hot-track::-webkit-scrollbar {
    display: none;
  }

  .xq-home .product-catalog-tab {
    flex: 0 0 148px;
    height: 76px;
    padding: 9px 10px 9px 13px;
    grid-template-columns: minmax(0, 1fr) 52px;
    border-top: 0;
    border-right: 1px solid #cbdbe8;
    border-bottom: 0;
    scroll-snap-align: start;
  }

  .xq-home .product-catalog-tab:first-child {
    border-left: 1px solid #cbdbe8;
  }

  .xq-home .product-catalog-tab strong,
  .xq-home .product-catalog-tab b {
    font-size: 13px;
  }

  .xq-home .product-catalog-tab small,
  .xq-home .product-catalog-tab span {
    font-size: 10px;
  }

  .xq-home .product-catalog-tab img {
    height: 56px;
  }

  .xq-home .product-catalog-tab.is-active::after,
  .xq-home .product-catalog-tab[aria-selected="true"]::after {
    bottom: -10px;
    border-top-width: 10px;
    border-right-width: 10px;
    border-left-width: 10px;
  }

  .xq-home .product-catalog-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "visual"
      "overview"
      "params";
    grid-template-rows: auto;
    min-height: 0;
  }

  .xq-home .product-catalog-panel[hidden] {
    display: none;
  }

  .xq-home .product-catalog-visual {
    min-height: 210px;
    padding: 8px 12px;
    border-right: 0;
    border-bottom: 1px solid #d6e2ec;
  }

  .xq-home .product-catalog-main-image {
    height: 200px;
  }

  .xq-home .product-catalog-overview {
    padding: 18px 14px 14px;
    border-right: 0;
    border-bottom: 1px solid #d6e2ec;
  }

  .xq-home .product-catalog-overview h3,
  .xq-home .product-catalog-params h3 {
    font-size: 16px;
  }

  .xq-home .product-catalog-overview p {
    font-size: 11px;
    line-height: 1.65;
  }

  .xq-home .product-catalog-thumbnails {
    display: flex;
    gap: 8px;
    width: auto;
    margin: 0 -14px;
    padding: 0 14px 3px;
    overflow-x: auto;
    scroll-padding-inline: 14px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
  }

  .xq-home .product-catalog-thumb {
    flex: 0 0 66px;
    height: 64px;
    scroll-snap-align: start;
  }

  .xq-home .product-catalog-thumb img {
    height: 54px;
  }

  .xq-home .product-catalog-params {
    display: block;
    padding: 17px 14px 13px;
    border-top: 0;
  }

  .xq-home .product-catalog-params > div,
  .xq-home .product-catalog-params dl > div {
    grid-template-columns: minmax(80px, .8fr) minmax(0, 1.2fr);
  }

  .xq-home .product-catalog-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
  }

  .xq-home .product-catalog-actions a,
  .xq-home .product-catalog-actions button {
    min-width: 0;
    min-height: 42px;
    padding: 0 8px;
  }

  .xq-home .home-hot-strip {
    padding: 12px 0 24px;
  }

  .xq-home .home-hot-strip > .container {
    width: min(calc(100% - 24px), var(--container));
    padding: 12px 0;
  }

  .xq-home .home-hot-head {
    align-items: flex-end;
    gap: 12px;
    margin-bottom: 9px;
  }

  .xq-home .home-hot-head h2,
  .xq-home .home-hot-head h3 {
    font-size: 20px;
  }

  .xq-home .home-hot-controls {
    gap: 6px;
  }

  .xq-home .home-hot-controls button {
    width: 40px;
    height: 36px;
  }

  .xq-home .home-hot-controls a {
    display: none;
  }

  .xq-home .home-hot-track {
    display: flex;
    gap: 10px;
    width: auto;
    margin: 0 -12px;
    padding: 0 12px 4px;
    overflow-x: auto;
    scroll-padding-inline: 12px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
  }

  .xq-home .home-hot-card {
    flex: 0 0 min(82vw, 300px);
    min-height: 252px;
    scroll-snap-align: start;
  }
}

@media (max-width: 390px) {
  .xq-home .product-catalog-section > .container,
  .xq-home .home-hot-strip > .container {
    width: calc(100% - 24px);
  }

  .xq-home .product-catalog-tab {
    flex-basis: 136px;
  }

  .xq-home .product-catalog-visual {
    min-height: 194px;
  }

  .xq-home .product-catalog-main-image {
    height: 184px;
  }

  .xq-home .product-catalog-params dt,
  .xq-home .product-catalog-params dd,
  .xq-home .product-catalog-params th,
  .xq-home .product-catalog-params td {
    font-size: 10px;
  }

  .xq-home .home-hot-card {
    flex-basis: min(82vw, 286px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .xq-home .product-catalog-tabs,
  .xq-home .product-catalog-thumbnails,
  .xq-home .home-hot-track,
  .xq-home .product-catalog-tab,
  .xq-home .home-hot-card {
    scroll-behavior: auto;
    transition: none;
  }
}
