/* UE Cable browser compatibility layer.
   Loaded after the main stylesheet to keep modern browsers unchanged while
   adding conservative fallbacks for mobile Safari, Android Chrome WebView and
   older enterprise browsers. */

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  touch-action: manipulation;
}

body {
  min-width: 0;
  overflow-x: hidden;
}

button,
input,
select,
textarea {
  font: inherit;
  max-width: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  appearance: none;
}

img,
svg,
video,
canvas,
iframe {
  max-width: 100%;
}

table {
  max-width: 100%;
}

.wrap,
.site-header,
header,
main,
section,
article,
aside,
footer {
  min-width: 0;
}

.content-panel,
.directory-card,
.product-directory-card,
.variant-card,
.quote-panel,
.quote-form,
.inq-form,
.admin-card {
  min-width: 0;
  overflow-wrap: break-word;
}

.content-panel a,
.directory-card a,
.product-directory-card a,
.variant-card a,
.breadcrumbs,
.matrix-table,
.spec-table,
.doc-kv,
.quote-contact strong,
.inq-row-t {
  overflow-wrap: anywhere;
  word-break: normal;
}

.matrix-scroll,
.table-scroll,
.spec-table-wrap {
  -webkit-overflow-scrolling: touch;
}

.mobnav {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  min-height: 100vh;
  min-height: calc(var(--ue-vh, 1vh) * 100);
  overscroll-behavior: contain;
}

.mobnav.open {
  overflow-y: auto;
}

.mobnav .site-search input,
.site-search input {
  min-width: 0;
}

.search-panel {
  -webkit-overflow-scrolling: touch;
}

.btn,
.row-inq,
.inq-row-x,
.burger,
.hdr-inq {
  -webkit-tap-highlight-color: rgba(192, 116, 60, 0.18);
}

.btn,
.hdr-inq,
.burger,
.inq-row-x {
  touch-action: manipulation;
}

.req,
.field label .req,
.inq-f label .req {
  color: #c0743c !important;
  font-weight: 600;
}

@supports not (width: min(10px, 20px)) {
  .wrap {
    width: calc(100% - 56px);
    max-width: var(--maxw);
  }

  .xsec {
    width: 90%;
    max-width: 440px;
  }

  .quote-page .wrap {
    width: calc(100% - 64px);
    max-width: 1080px;
  }
}

@supports not (font-size: clamp(1rem, 2vw, 2rem)) {
  h1,
  .hero h1 {
    font-size: 56px;
  }

  h2,
  .sec-head h2,
  .q-copy h2,
  .about h2 {
    font-size: 40px;
  }

  .subpage-hero h1,
  .directory-hero h1,
  .product-lede-body h1,
  .inq-h1,
  .quote-page .inq-h1 {
    font-size: 40px;
  }
}

@supports not (aspect-ratio: 1 / 1) {
  .xsec {
    height: 0;
    padding-bottom: 100%;
  }

  .xsec svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .video-frame video {
    height: auto;
  }

  .range-card img {
    height: 180px;
  }

  .ind-card-media {
    height: 220px;
  }
}

@supports not (object-fit: cover) {
  .hero-video,
  .ind-hero-video,
  .std-hero-bg,
  .product-card-media img,
  .variant-card-media img,
  .showcase-media-grid img,
  .product-lede-media img {
    height: auto;
    min-height: 100%;
  }
}

@supports not (inset: 0) {
  .mobnav,
  .hero::before,
  .hero-video,
  .hero-video-scrim,
  .subpage-hero::before,
  .ind-hero-video,
  .ind-hero-overlay,
  .std-hero-bg {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  header,
  .site-header {
    background: rgba(11, 22, 32, 0.98);
  }

  .hub-search-band {
    background: rgba(237, 239, 241, 0.98);
  }

  .hero-sound {
    background: rgba(11, 22, 32, 0.78);
  }
}

.no-css-grid .grid.show,
.no-css-grid .directory-grid,
.no-css-grid .directory-grid.compact,
.no-css-grid .catalog-chapter-grid,
.no-css-grid .content-grid,
.no-css-grid .q-grid,
.no-css-grid .about .wrap,
.no-css-grid .cols2,
.no-css-grid .contact-grid,
.no-css-grid .rel-grid,
.no-css-grid .cap-grid,
.no-css-grid .ind-grid,
.no-css-grid .tests,
.no-css-grid .layers,
.no-css-grid .photo-row,
.no-css-grid .cert-grid,
.no-css-grid .range-grid,
.no-css-grid .quote-layout,
.no-css-grid .quote-grid,
.no-css-grid .inq-grid,
.no-css-grid .admin-card dl,
.no-css-grid .showcase-layout,
.no-css-grid .showcase-media-grid,
.no-css-grid .product-lede {
  display: flex;
  flex-wrap: wrap;
}

.no-css-grid .grid.show > *,
.no-css-grid .directory-grid > *,
.no-css-grid .catalog-chapter-grid > *,
.no-css-grid .content-grid > *,
.no-css-grid .q-grid > *,
.no-css-grid .about .wrap > *,
.no-css-grid .cols2 > *,
.no-css-grid .contact-grid > *,
.no-css-grid .rel-grid > *,
.no-css-grid .cap-grid > *,
.no-css-grid .ind-grid > *,
.no-css-grid .tests > *,
.no-css-grid .layers > *,
.no-css-grid .photo-row > *,
.no-css-grid .cert-grid > *,
.no-css-grid .range-grid > *,
.no-css-grid .quote-layout > *,
.no-css-grid .quote-grid > *,
.no-css-grid .inq-grid > *,
.no-css-grid .showcase-layout > *,
.no-css-grid .showcase-media-grid > *,
.no-css-grid .product-lede > * {
  flex: 1 1 300px;
  max-width: 100%;
}

.no-css-grid .quote-layout > *,
.no-css-grid .inq-grid > *,
.no-css-grid .content-grid > *,
.no-css-grid .product-lede > * {
  flex-basis: 100%;
}

.no-fetch .search-panel.open {
  display: none;
}

@media (max-width: 1080px) {
  header .wrap {
    max-width: none;
  }

  nav.main {
    display: none !important;
  }

  .burger {
    display: flex !important;
  }
}

@media (max-width: 760px) {
  input,
  select,
  textarea {
    font-size: 16px !important;
  }

  .wrap,
  .quote-page .wrap {
    width: calc(100% - 32px);
    max-width: none;
  }

  .topbar {
    display: none;
  }

  header .wrap {
    width: calc(100% - 20px);
    max-width: none;
  }

  .site-search input:focus {
    width: 100%;
  }

  .search-panel {
    max-width: calc(100vw - 32px);
  }

  .mobnav {
    padding-top: calc(20px + env(safe-area-inset-top));
    padding-bottom: calc(24px + env(safe-area-inset-bottom));
  }

  .mobnav a {
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .hero .wrap,
  .phero .wrap,
  .cta-band .wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .btn {
    min-width: 0;
    max-width: 100%;
    white-space: normal;
    text-align: center;
    line-height: 1.2;
  }

  .showcase-actions,
  .product-lede-actions,
  .spec-doc-foot-buttons,
  .inq-actions,
  .form .actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .showcase-actions .btn,
  .product-lede-actions .btn,
  .spec-doc-foot-buttons .btn,
  .inq-actions .btn,
  .form .actions .btn {
    width: 100%;
  }

  .product-directory-card p,
  .directory-grid.compact .product-directory-card p {
    display: block;
    overflow: visible;
  }

  .catalog-summary-bar,
  .catalog-chapter-grid,
  .directory-grid,
  .directory-grid.compact,
  .content-grid,
  .quote-layout,
  .quote-grid,
  .inq-grid,
  .admin-card dl {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .matrix-scroll,
  .table-scroll {
    overflow-x: auto;
  }

  .matrix-table {
    min-width: 680px;
  }
}

@media (max-width: 560px) {
  h1,
  .hero h1,
  .subpage-hero h1,
  .directory-hero h1,
  .product-lede-body h1,
  .inq-h1,
  .quote-page .inq-h1 {
    font-size: 31px;
    line-height: 1.08;
  }

  h2,
  .sec-head h2,
  .q-copy h2,
  .about h2 {
    font-size: 27px;
    line-height: 1.12;
  }

  .wrap,
  .quote-page .wrap {
    width: calc(100% - 24px);
  }

  header .wrap {
    width: calc(100% - 18px);
  }

  .logo .wm {
    max-width: 132px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .hdr-cta {
    gap: 7px;
  }

  .hdr-inq,
  .burger {
    width: 38px;
    height: 38px;
  }

  .quote-form,
  .quote-panel,
  .inq-form,
  .content-panel,
  .directory-card,
  .variant-card {
    padding: 15px;
  }

  .quote-route span,
  .product-card-tags li,
  .variant-tags li {
    white-space: normal;
  }
}
