/* Small, component-specific refinements measured against the reference layout. */
@media (min-width: 1000px) {
  .qt-nav a {
    font-size: 16px;
    font-weight: 700;
    line-height: 20.8px;
    text-transform: uppercase;
  }

  .qt-header-actions [data-search-open] .qt-icon {
    width: 15px;
    height: 15px;
  }
}

.qt-nav__has-submenu > button .qt-icon {
  width: 8px;
  height: 8px;
  transition: transform .12s cubic-bezier(.455,.03,.515,.955);
}

.qt-nav__has-submenu > button[aria-expanded="true"] .qt-icon,
.qt-offcanvas__product-row button[aria-expanded="true"] .qt-icon {
  transform: rotate(180deg);
}

.qt-offcanvas__product-row button .qt-icon {
  width: 16px;
  height: 16px;
  transition: transform .12s cubic-bezier(.455,.03,.515,.955);
}

.qt-who__visual {
  height: auto;
  aspect-ratio: 16 / 9;
}

@media (min-width: 768px) {
  .qt-who .qt-split > .qt-who__visual,
  .qt-story-section#company .qt-split > .qt-story-company__media {
    order: -1;
  }

  .qt-inner-hero h1 {
    font-size: 30px;
    line-height: 45px;
  }

  .qt-inner-hero .qt-breadcrumbs {
    font-size: 12px;
    line-height: 19.8px;
  }
}

@media (max-width: 767.98px) {
  .qt-who__visual {
    height: auto;
  }
}

.qt-advantage-grid article > .qt-story-capability__icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 14px;
  color: var(--qt-accent);
}

.qt-advantage-grid article > .qt-story-capability__icon .qt-icon {
  width: 48px;
  height: 48px;
}

.qt-advantage-grid article > h3 {
  font-size: 22.08px;
  line-height: 33.12px;
  font-weight: 600;
}

.qt-footer h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
}

.qt-footer__grid > div > a:not(.qt-footer__logo),
.qt-footer__grid > div > span {
  font-size: 16px;
  line-height: 26.4px;
}

.qt-footer-socials__icon .qt-icon {
  width: 15px;
  height: 15px;
}

.qt-footer-more__arrow {
  display: inline-flex;
  align-items: center;
}

.qt-footer-more__arrow .qt-icon {
  width: 14px;
  height: 14px;
}

.qt-footer-contact-list {
  display: grid;
  gap: 18px;
  margin-top: 4px;
}

.qt-footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  min-width: 0;
  color: #b9c1c7;
  font-size: 15px;
  line-height: 1.5;
  text-decoration: none;
}

.qt-footer-contact-item:hover,
.qt-footer-contact-item:focus-visible {
  color: var(--qt-accent);
}

.qt-footer-contact-item__icon {
  display: inline-flex;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(185, 193, 199, .55);
  border-radius: 50%;
  color: inherit;
}

.qt-footer-contact-item__icon .qt-icon {
  width: 18px;
  height: 18px;
}

.qt-footer-contact-item__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 2px;
  overflow-wrap: anywhere;
}

.qt-footer-contact-item__copy strong {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.qt-carousel__arrow .qt-icon {
  width: 18px;
  height: 18px;
}

/* Homepage customization panel: keep the factory image and give the longer
 * service copy the same calm, two-column presentation as the reference. */
.qt-customization-cta .qt-split {
  gap: 30px;
  align-items: flex-start;
}

.qt-customization-cta__content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 16px 0;
}

.qt-customization-cta__content h2 {
  max-width: 640px;
  margin: 0 0 24px;
  font-size: clamp(34px, 2.8vw, 42px);
  line-height: 1.18;
}

.qt-customization-cta__body {
  max-width: 640px;
  color: var(--qt-body);
  font-size: 16px;
  line-height: 1.65;
}

.qt-customization-cta__body p {
  margin: 0 0 17px;
}

.qt-customization-cta__body p:last-child {
  margin-bottom: 0;
}

.qt-customization-cta__content > .qt-button {
  align-self: flex-start;
  margin-top: 28px;
}

.qt-floating__icon .qt-icon {
  width: 14px;
  height: 14px;
}

@media (prefers-reduced-motion: reduce) {
  .qt-offcanvas__product-row button .qt-icon {
    transition-duration: 0s;
  }
}

.qt-footer__share {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}

.qt-footer__share-label {
  display: none;
  color: #b8b8b8;
  font-size: 13px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.qt-footer__share a {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(211, 211, 211, .1);
  color: #b8b8b8;
  text-decoration: none;
  transition: background-color .12s ease, color .12s ease, transform .12s ease;
}

.qt-footer__share a:hover,
.qt-footer__share a:focus-visible {
  background: var(--qt-accent);
  color: var(--qt-on-accent);
  transform: translateY(-1px);
}

.qt-footer__share .qt-icon {
  width: 17px;
  height: 17px;
}

@media (max-width: 689.98px) {
  .qt-footer__share {
    width: 100%;
    margin-left: 0;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
