:root {
  --q3-orange: #ef7d00;
  --q3-ink: #52616c;
  --q3-muted: #70808b;
  --q3-line: rgba(82, 97, 108, .16);
  --q3-soft: #fffaf5;
  --q3-max: 1440px;
  --q3-header-height: 98px;
}

body:has([data-q3-home="hero"]) > .slider {
  display: none !important;
}

.q3h,
.q3h * {
  box-sizing: border-box;
  font-weight: 300 !important;
}

.q3h {
  width: 100%;
  color: var(--q3-ink);
  background: #fff;
  font-family: inherit;
}

.q3h-shell {
  width: min(100%, var(--q3-max));
  margin: 0 auto;
  padding-inline: clamp(24px, 4.5vw, 72px);
}

.q3h-section {
  padding-block: clamp(72px, 8vw, 126px);
}

.q3h h1,
.q3h h2,
.q3h h3,
.q3h p {
  margin-top: 0;
}

.q3h h1,
.q3h h2 {
  margin-bottom: 0;
  color: var(--q3-ink);
  letter-spacing: -.045em;
  line-height: 1.02;
}

.q3h h2 {
  max-width: 920px;
  font-size: clamp(38px, 4.5vw, 66px);
}

.q3h h3 {
  color: var(--q3-ink);
  letter-spacing: -.025em;
}

.q3h p {
  color: var(--q3-muted);
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.65;
}

.q3h-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px !important;
  color: var(--q3-orange) !important;
  font-size: 11px !important;
  letter-spacing: .18em;
  line-height: 1.25 !important;
  text-transform: uppercase;
}

.q3h-kicker::before {
  width: 22px;
  height: 1px;
  background: var(--q3-orange);
  content: "";
}

.q3h-heading {
  max-width: 850px;
  margin-bottom: clamp(38px, 5vw, 72px);
}

.q3h-heading > p:last-child {
  max-width: 670px;
  margin: 22px 0 0;
}

.q3h-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .65fr);
  gap: clamp(40px, 8vw, 130px);
  align-items: end;
  max-width: none;
}

.q3h-heading--split > p {
  margin: 0 0 7px;
}

.q3h-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 24px;
  border: 1px solid rgba(82, 97, 108, .5);
  color: var(--q3-ink) !important;
  background: #fff;
  font-size: 14px;
  letter-spacing: .01em;
  box-shadow: 0 4px 14px rgba(84, 97, 108, .07);
  text-decoration: none !important;
  transition: transform .2s ease, color .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.q3h-button--primary {
  border-color: var(--q3-orange);
  color: #fff !important;
  background: var(--q3-orange);
  box-shadow: 0 7px 20px rgba(239, 125, 0, .18);
}

.q3h-button:hover,
.q3h-button:focus-visible {
  box-shadow: 0 8px 22px rgba(84, 97, 108, .12);
  transform: translateY(-2px);
}

.q3h-button--primary:hover,
.q3h-button--primary:focus-visible {
  border-color: #d97000;
  background: #d97000;
}

.q3h-text-link {
  display: inline-flex;
  margin-top: 18px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--q3-orange);
  color: var(--q3-ink) !important;
  font-size: 14px;
  text-decoration: none !important;
  transition: color .22s ease, border-color .22s ease, transform .22s ease;
}

.q3h-text-link:hover,
.q3h-text-link:focus-visible {
  border-bottom-color: #d97000;
  color: var(--q3-orange) !important;
  transform: translateX(4px);
}

.q3h-project__link {
  display: inline-block;
  margin-top: 7px;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(239, 125, 0, .55);
  color: var(--q3-ink) !important;
  font-size: 11px;
  text-decoration: none !important;
  transition: color .2s ease, border-color .2s ease, transform .2s ease;
}

.q3h-project__link:hover,
.q3h-project__link:focus-visible {
  border-bottom-color: var(--q3-orange);
  color: var(--q3-orange) !important;
  transform: translateX(3px);
}

.q3h-hero {
  position: relative;
  min-height: max(620px, calc(100svh - var(--q3-header-height)));
  overflow: hidden;
  background: #fafaf8;
  isolation: isolate;
}

.q3h-hero__image {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 34% center;
  opacity: .78;
}

.q3h-hero__wash {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(250, 250, 248, .12) 0%, rgba(250, 250, 248, .45) 38%, rgba(250, 250, 248, .98) 64%, #fafaf8 100%),
    linear-gradient(0deg, rgba(250, 250, 248, .7), transparent 45%);
}

.q3h-hero::after {
  position: absolute;
  top: 8%;
  right: -13vw;
  z-index: -1;
  width: min(66vw, 980px);
  aspect-ratio: 1;
  border: 1px solid rgba(239, 125, 0, .24);
  border-radius: 50%;
  box-shadow: 0 0 0 90px rgba(239, 125, 0, .025), 0 0 0 190px rgba(239, 125, 0, .018);
  content: "";
  animation: q3-orbit 30s linear infinite;
}

.q3h-hero__inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: inherit;
}

.q3h-hero__copy {
  width: min(52%, 700px);
  padding-block: 55px;
}

.q3h-hero h1 {
  margin: 18px 0;
  font-size: clamp(48px, 5vw, 78px);
}

.q3h-hero h1 span {
  color: var(--q3-orange);
}

.q3h-lead {
  max-width: 760px;
  font-size: clamp(16px, 1.3vw, 20px) !important;
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}

@media (min-width: 1440px) {
  .q3h-hero__copy {
    width: min(58%, 780px);
  }
}

.q3h-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.q3h-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid var(--q3-line);
  color: var(--q3-muted);
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.q3h-intro {
  padding-top: clamp(80px, 9vw, 140px);
  padding-bottom: clamp(48px, 4.5vw, 72px);
}

.q3h-products {
  padding-top: clamp(48px, 4.5vw, 72px);
}

.q3h-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(240px, .5fr) minmax(260px, .48fr);
  gap: clamp(32px, 5vw, 78px);
  align-items: center;
}

.q3h-intro__copy p {
  margin-bottom: 0;
}

.q3h-intro__visual {
  position: relative;
  margin: 0;
}

.q3h-intro__visual::after {
  position: absolute;
  right: 2%;
  bottom: 8%;
  width: 46%;
  height: 1px;
  background: rgba(239, 125, 0, .45);
  content: "";
}

.q3h-intro__visual img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 330px;
  object-fit: contain;
}

.q3h-product-explorer {
  display: grid;
  grid-template-columns: minmax(250px, .34fr) minmax(0, 1fr);
  gap: clamp(30px, 5vw, 78px);
  min-height: 560px;
}

.q3h-product-explorer__mobile-status {
  display: none;
}

.q3h-product-explorer__nav {
  position: relative;
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--q3-line);
}

.q3h-product-explorer__nav a {
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 12px 4px;
  border: 0;
  border-bottom: 1px solid var(--q3-line);
  color: var(--q3-muted);
  background: transparent;
  font: inherit;
  font-size: clamp(15px, 1.25vw, 19px);
  text-align: left;
  cursor: pointer;
  text-decoration: none !important;
  transition: color .2s ease, padding .2s ease;
}

.q3h-product-explorer__nav a.is-active,
.q3h-product-explorer__nav a:hover,
.q3h-product-explorer__nav a:focus-visible {
  padding-left: 13px;
  color: var(--q3-ink);
}

.q3h-product-explorer__nav a.is-active {
  box-shadow: inset 2px 0 var(--q3-orange);
}

.q3h-product-explorer__progress {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--q3-orange);
}

.q3h-product-explorer.is-cycling .q3h-product-explorer__progress {
  animation: q3-progress var(--q3-cycle, 6800ms) linear forwards;
}

.q3h-product-explorer__panels {
  position: relative;
  min-width: 0;
}

.q3h-product-card {
  display: none;
  color: inherit !important;
  outline: none;
  text-decoration: none !important;
}

.q3h-product-card.is-active {
  display: grid;
  grid-template-rows: minmax(430px, 1fr) auto;
  height: 100%;
  animation: q3-fade .35s ease;
}

.q3h-product-card__visual {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #fbfbfa, #f2f4f4);
}

.q3h-product-card__visual::before {
  position: absolute;
  top: -27%;
  right: -9%;
  width: 67%;
  aspect-ratio: 1;
  border: 1px solid rgba(239, 125, 0, .18);
  border-radius: 50%;
  content: "";
}

.q3h-product-card__visual img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .45s cubic-bezier(.22, .76, .24, 1);
}

.q3h-product-card__caption {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 25px;
  align-items: end;
  padding-top: 20px;
}

.q3h-product-card__caption h3 {
  margin: 0 0 7px;
  font-size: clamp(26px, 2.2vw, 36px);
}

.q3h-product-card__caption p {
  margin-bottom: 0;
  font-size: 14px;
}

.q3h-product-card__caption > span {
  color: var(--q3-orange);
  font-size: 12px;
  transition: color .22s ease, transform .22s ease;
}

.q3h-product-card:hover .q3h-product-card__visual img,
.q3h-product-card:focus-visible .q3h-product-card__visual img {
  transform: scale(1.018);
}

.q3h-product-card:hover .q3h-product-card__caption > span,
.q3h-product-card:focus-visible .q3h-product-card__caption > span {
  color: #d97000;
  transform: translateX(4px);
}

.q3h-product-card:focus-visible {
  box-shadow: inset 0 0 0 1px rgba(239, 125, 0, .38);
}

.q3h-benefits,
.q3h-process {
  border-block: 1px solid rgba(82, 97, 108, .08);
}

.q3h-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.q3h-rail article {
  min-height: 210px;
  padding: 4px clamp(20px, 2.3vw, 36px);
  border-right: 1px solid var(--q3-line);
}

.q3h-rail article:first-child {
  padding-left: 0;
}

.q3h-rail article:last-child {
  border-right: 0;
}

.q3h-rail article > i {
  display: block;
  width: 9px;
  height: 9px;
  margin-bottom: 38px;
  border-radius: 50%;
  background: var(--q3-orange);
}

.q3h-rail h3 {
  margin: 0 0 10px;
  font-size: 20px;
}

.q3h-rail p {
  margin: 0;
  font-size: 14px;
}

.q3h-applications__grid,
.q3h-faq__grid,
.q3h-world__grid {
  display: grid;
  grid-template-columns: minmax(290px, .7fr) minmax(0, 1.3fr);
  gap: clamp(48px, 8vw, 128px);
}

.q3h-application-explorer {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(250px, .62fr);
  min-height: 570px;
}

.q3h-application-explorer__visual {
  position: relative;
  overflow: hidden;
  background: #f4f5f5;
}

.q3h-application-explorer__visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity .3s ease, transform .6s ease;
}

.q3h-application-explorer__visual img.is-active {
  opacity: 1;
}

.q3h-application-explorer__nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: clamp(22px, 3vw, 44px);
}

.q3h-application-explorer__nav a {
  display: block;
  padding: 18px 4px;
  border-bottom: 1px solid var(--q3-line);
  color: var(--q3-muted) !important;
  text-decoration: none !important;
  transition: color .2s ease, padding .2s ease;
}

.q3h-application-explorer__nav a.is-active,
.q3h-application-explorer__nav a:hover,
.q3h-application-explorer__nav a:focus-visible {
  padding-left: 10px;
  color: var(--q3-ink) !important;
}

.q3h-application-explorer__nav strong,
.q3h-application-explorer__nav span {
  display: block;
}

.q3h-application-explorer__nav strong {
  margin-bottom: 6px;
  font-size: 18px;
}

.q3h-application-explorer__nav span {
  font-size: 13px;
  line-height: 1.45;
}

.q3h-world__copy > p:not(.q3h-kicker) {
  margin: 22px 0 34px;
}

.q3h-world__facts {
  border-top: 1px solid var(--q3-line);
}

.q3h-world__facts div {
  display: grid;
  grid-template-columns: minmax(120px, .7fr) 1fr;
  gap: 18px;
  padding: 15px 0;
  border-bottom: 1px solid var(--q3-line);
}

.q3h-world__facts strong {
  color: var(--q3-orange);
}

.q3h-world__facts span {
  color: var(--q3-muted);
  font-size: 13px;
}

.q3h-world__about {
  position: relative;
  display: block;
  margin-top: 30px;
  padding: 24px 26px 25px;
  border: 1px solid var(--q3-line);
  color: var(--q3-ink) !important;
  background: #fff;
  text-decoration: none !important;
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.q3h-world__about::before {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 54px;
  height: 2px;
  background: var(--q3-orange);
  content: "";
  transition: width .35s ease;
}

.q3h-world__about > span,
.q3h-world__about > strong,
.q3h-world__about > em {
  display: block;
}

.q3h-world__about > span {
  margin-bottom: 10px;
  color: var(--q3-orange);
  font-size: 10px;
  font-style: normal;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.q3h-world__about > strong {
  max-width: 330px;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.25;
}

.q3h-world__about > p {
  max-width: 360px;
  margin: 10px 0 18px !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

.q3h-world__about > em {
  width: max-content;
  padding-bottom: 3px;
  border-bottom: 1px solid var(--q3-orange);
  color: var(--q3-ink);
  font-size: 12px;
  font-style: normal;
}

.q3h-world__about:hover,
.q3h-world__about:focus-visible {
  border-color: rgba(239, 125, 0, .35);
  box-shadow: 0 12px 30px rgba(84, 97, 108, .08);
  transform: translateY(-2px);
}

.q3h-world__about:hover::before,
.q3h-world__about:focus-visible::before {
  width: calc(100% + 2px);
}

.q3h-world__stage .dce.worldmap {
  min-height: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.q3h-world__stage .worldmap-stage {
  position: relative;
  width: 100%;
  margin: 0;
}

.q3h-world__stage svg#worldmap {
  display: block;
  width: 100%;
  height: auto;
}

.q3h-map-marker-layer {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1800 / 857;
  pointer-events: none;
}

.q3h-world__stage svg#worldmap path,
.q3h-world__stage svg#worldmap g {
  fill: #dfe3e5;
}

.q3h-world__stage svg#worldmap .active,
.q3h-world__stage svg#worldmap g.active path {
  fill: rgba(239, 125, 0, .7);
}

.q3h-world__stage svg#worldmap .hasHighlight,
.q3h-world__stage svg#worldmap g.hasHighlight path {
  fill: var(--q3-orange);
}

.q3h-map-point {
  position: absolute;
  width: 9px;
  height: 9px;
  padding: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  appearance: none;
  background: var(--q3-ink);
  box-shadow: 0 0 0 3px rgba(239, 125, 0, .24);
  cursor: pointer;
  pointer-events: auto;
  transform: translate(-50%, -50%);
  transition: width .28s ease, height .28s ease, background .28s ease, box-shadow .28s ease;
}

.q3h-map-point.is-active,
.q3h-map-point:hover {
  width: 15px;
  height: 15px;
  background: #fff;
  box-shadow: 0 0 0 4px var(--q3-orange), 0 8px 22px rgba(84, 97, 108, .2);
}

.q3h-world__stage svg#worldmap .is-project-active,
.q3h-world__stage svg#worldmap g.is-project-active path {
  fill: var(--q3-orange);
  filter: drop-shadow(0 0 8px rgba(239, 125, 0, .35));
}

.q3h-projects {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid var(--q3-line);
}

.q3h-projects > h3 {
  margin: 0 0 16px;
  font-size: 17px;
}

.q3h-projects__viewport {
  overflow: hidden;
}

.q3h-projects__rail {
  display: flex;
  gap: 14px;
  will-change: transform;
  transition: transform .75s cubic-bezier(.22, .76, .24, 1);
}

.q3h-project {
  position: relative;
  flex: 0 0 calc((100% - 28px) / 3);
  padding: 10px 10px 13px;
  border: 1px solid transparent;
  color: inherit !important;
  opacity: .58;
  outline: none;
  text-decoration: none !important;
  transform: translateY(7px) scale(.975);
  transform-origin: left center;
  transition: opacity .5s ease, transform .6s cubic-bezier(.22, .76, .24, 1), border-color .35s ease, background .35s ease, box-shadow .35s ease;
}

.q3h-project::before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--q3-orange);
  content: "";
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .55s ease;
}

.q3h-project.is-active {
  border-color: rgba(239, 125, 0, .24);
  background: rgba(239, 125, 0, .025);
  box-shadow: 0 10px 28px rgba(84, 97, 108, .08);
  opacity: 1;
  transform: translateY(0) scale(1);
}

.q3h-project:hover,
.q3h-project:focus-visible {
  border-color: rgba(239, 125, 0, .34);
  background: rgba(239, 125, 0, .035);
  opacity: 1;
}

.q3h-project.is-active::before {
  transform: scaleX(1);
}

.q3h-project img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.q3h-project > span,
.q3h-project strong,
.q3h-project small {
  display: block;
}

.q3h-project > span {
  padding-top: 10px;
}

.q3h-project strong {
  color: var(--q3-ink);
  font-size: 13px;
}

.q3h-project small {
  margin-top: 3px;
  color: var(--q3-muted);
  font-size: 11px;
  line-height: 1.4;
}

.q3h-process__track {
  --q3-process-progress: 0;
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--q3-line);
}

.q3h-process__track > i {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--q3-orange);
  transform: scaleX(var(--q3-process-progress));
  transform-origin: left center;
  transition: transform .1s linear;
}

.q3h-process__track article {
  position: relative;
  min-height: 180px;
  padding: 36px clamp(20px, 2.4vw, 38px) 0;
  border-right: 1px solid var(--q3-line);
}

.q3h-process__track article:first-of-type {
  padding-left: 0;
}

.q3h-process__track article:last-child {
  border-right: 0;
}

.q3h-process__track article > b {
  position: absolute;
  top: -5px;
  left: clamp(20px, 2.4vw, 38px);
  width: 9px;
  height: 9px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--q3-orange);
}

.q3h-process__track article:first-of-type > b {
  left: 0;
}

.q3h-process__track h3 {
  margin: 0 0 10px;
  font-size: 19px;
}

.q3h-process__track p {
  margin: 0;
  font-size: 13px;
}

.q3h-faq__list {
  border-top: 1px solid var(--q3-line);
}

.q3h-faq details {
  border-bottom: 1px solid var(--q3-line);
}

.q3h-faq summary {
  position: relative;
  padding: 23px 52px 23px 0;
  color: var(--q3-ink);
  font-size: clamp(18px, 1.4vw, 22px);
  list-style: none;
  cursor: pointer;
}

.q3h-faq summary::-webkit-details-marker {
  display: none;
}

.q3h-faq summary::before,
.q3h-faq summary::after {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 17px;
  height: 1px;
  background: var(--q3-orange);
  content: "";
  transition: transform .2s ease;
}

.q3h-faq summary::after {
  transform: rotate(90deg);
}

.q3h-faq details[open] summary::after {
  transform: none;
}

.q3h-faq details > div {
  padding: 0 52px 24px 0;
  color: var(--q3-muted);
  font-size: 15px;
  line-height: 1.65;
}

.q3h-faq details > div p:last-child {
  margin-bottom: 0;
}

.q3h-contact {
  padding-top: 40px;
}

.q3h-contact__panel {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  border-block: 1px solid rgba(82, 97, 108, .11);
  background: var(--q3-soft);
  isolation: isolate;
}

.q3h-contact__image {
  position: absolute;
  inset: 16px 18px 16px 58%;
  z-index: -2;
  width: calc(42% - 18px);
  height: calc(100% - 32px);
  object-fit: contain;
  object-position: right center;
  opacity: .48;
}

.q3h-contact__wash {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(100deg, var(--q3-soft) 0 58%, rgba(255, 250, 245, .82) 68%, rgba(255, 250, 245, .22) 88%);
}

.q3h-contact__copy {
  width: min(62%, 720px);
  padding: clamp(40px, 5vw, 64px);
}

.q3h-contact h2 {
  font-size: clamp(34px, 3.5vw, 49px);
}

.q3h-contact__copy > p:not(.q3h-kicker) {
  max-width: 590px;
  margin: 17px 0 25px;
}

.q3-motion-ready .q3h-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .62s cubic-bezier(.2, .75, .25, 1), transform .62s cubic-bezier(.2, .75, .25, 1);
}

.q3-motion-ready .q3h-reveal.is-visible {
  opacity: 1;
  transform: none;
}

@keyframes q3-orbit { to { transform: rotate(360deg); } }
@keyframes q3-progress { to { transform: scaleX(1); } }
@keyframes q3-fade { from { opacity: .2; transform: translateY(6px); } }

@media (max-width: 980px) {
  .q3h-hero__wash {
    background: linear-gradient(0deg, #fafaf8 0 45%, rgba(250, 250, 248, .85) 62%, rgba(250, 250, 248, .1) 100%);
  }

  .q3h-hero__inner {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .q3h-hero__copy {
    width: min(100%, 680px);
  }

  .q3h-intro__grid,
  .q3h-heading--split,
  .q3h-applications__grid,
  .q3h-faq__grid,
  .q3h-world__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .q3h-intro__visual {
    width: min(100%, 560px);
    margin-top: 4px;
  }

  .q3h-product-explorer {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .q3h-product-explorer__nav {
    flex-direction: row;
    overflow-x: auto;
    border-top: 0;
    border-bottom: 1px solid var(--q3-line);
  }

  .q3h-product-explorer__nav a {
    flex: 0 0 auto;
    padding-inline: 15px;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
  }

  .q3h-product-explorer__nav a.is-active {
    padding-left: 15px;
    border-bottom-color: var(--q3-orange);
    box-shadow: none;
  }

  .q3h-product-explorer__progress {
    display: none;
  }

  .q3h-product-card.is-active {
    grid-template-rows: minmax(350px, 55vw) auto;
  }

  .q3h-rail,
  .q3h-process__track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .q3h-rail article:nth-child(2),
  .q3h-process__track article:nth-of-type(2) {
    border-right: 0;
  }

  .q3h-rail article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--q3-line);
  }

  .q3h-process__track > i {
    display: none;
  }

  .q3h-process__track article {
    border-top: 1px solid var(--q3-line);
  }
}

@media (max-width: 680px) {
  .q3h-shell {
    padding-inline: 20px;
  }

  .q3h-section {
    padding-block: 64px;
  }

  .q3h-hero {
    min-height: max(650px, calc(100svh - var(--q3-header-height)));
  }

  .q3h-hero__copy {
    padding-block: 38px;
  }

  .q3h-hero h1 {
    font-size: clamp(39px, 12vw, 52px);
  }

  .q3h-actions {
    display: grid;
  }

  .q3h-button {
    width: 100%;
  }

  .q3h-hero__meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .q3h-product-card.is-active {
    grid-template-rows: minmax(245px, 72vw) auto;
  }

  .q3h-product-explorer__nav {
    display: none;
  }

  .q3h-product-explorer__panels {
    display: grid;
    grid-auto-columns: 100%;
    grid-auto-flow: column;
    gap: 14px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .q3h-product-explorer__panels::-webkit-scrollbar {
    display: none;
  }

  .q3h-product-card,
  .q3h-product-card.is-active {
    display: grid;
    grid-template-rows: minmax(245px, 72vw) auto;
    height: auto;
    animation: none;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .q3h-product-explorer__mobile-status {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    color: var(--q3-muted);
    font-size: 11px;
    letter-spacing: .07em;
    text-transform: uppercase;
  }

  .q3h-product-explorer__mobile-status strong {
    color: var(--q3-orange);
    font-weight: 300;
  }

  .q3h-product-card__caption {
    grid-template-columns: 1fr;
  }

  .q3h-rail {
    grid-template-columns: 1fr;
  }

  .q3h-rail article,
  .q3h-rail article:first-child {
    min-height: 0;
    padding: 25px 0;
    border-right: 0;
    border-bottom: 1px solid var(--q3-line);
  }

  .q3h-application-explorer {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .q3h-application-explorer__visual {
    min-height: 260px;
  }

  .q3h-application-explorer__nav {
    padding: 10px 0 0;
  }

  .q3h-application-explorer__nav span {
    display: none;
  }

  .q3h-projects__rail {
    gap: 12px;
  }

  .q3h-project {
    flex-basis: min(76vw, 310px);
  }

  .q3h-process__track {
    display: block;
    padding-left: 20px;
    border-top: 0;
    border-left: 1px solid var(--q3-line);
  }

  .q3h-process__track > i {
    display: block;
    top: 0;
    left: -1px;
    width: 1px;
    height: 100%;
    transform: scaleY(var(--q3-process-progress));
    transform-origin: center top;
  }

  .q3h-process__track article,
  .q3h-process__track article:first-of-type {
    min-height: 0;
    padding: 0 0 34px 20px;
    border: 0;
  }

  .q3h-process__track article > b,
  .q3h-process__track article:first-of-type > b {
    top: 5px;
    left: -25px;
  }

  .q3h-contact__image {
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: .09;
  }

  .q3h-contact__wash {
    background: rgba(255, 250, 245, .9);
  }

  .q3h-contact__copy {
    width: 100%;
    padding: 36px 24px 40px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .q3h *,
  .q3h *::before,
  .q3h *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }

  .q3-motion-ready .q3h-reveal {
    opacity: 1;
    transform: none;
  }
}

/* Local concept: product grid and interactive globe */
.q3h-product-tiles {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.7vw, 26px);
}

.q3h-product-tile {
  position: relative;
  display: grid;
  grid-template-rows: minmax(205px, 1fr) auto;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e3e7e9;
  color: var(--q3-ink) !important;
  background: #fff;
  text-decoration: none !important;
  transition: border-color .32s ease, box-shadow .32s ease, transform .32s cubic-bezier(.22, .76, .24, 1);
}

.q3h-product-tile::before {
  position: absolute;
  z-index: 2;
  top: -1px;
  right: -1px;
  left: -1px;
  height: 3px;
  background: var(--q3-orange);
  content: "";
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .35s cubic-bezier(.22, .76, .24, 1);
}

.q3h-product-tile__visual {
  position: relative;
  display: grid;
  min-height: 205px;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(145deg, #fff 15%, #f7f8f8);
}

.q3h-product-tile__visual::after {
  position: absolute;
  top: -34%;
  right: -25%;
  width: 78%;
  aspect-ratio: 1;
  border: 1px solid rgba(239, 125, 0, .15);
  border-radius: 50%;
  content: "";
}

.q3h-product-tile__visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  max-width: 88%;
  height: auto;
  max-height: 195px;
  object-fit: contain;
  transition: transform .5s cubic-bezier(.22, .76, .24, 1);
}

.q3h-product-tile__copy {
  display: flex;
  min-height: 168px;
  flex-direction: column;
  padding: 21px 20px 19px;
}

.q3h-product-tile__copy h3 {
  margin: 0 0 9px;
  font-size: clamp(19px, 1.4vw, 23px);
  font-weight: 300;
  line-height: 1.15;
}

.q3h-product-tile__copy p {
  margin: 0 0 22px;
  color: var(--q3-muted);
  font-size: 13px;
  line-height: 1.55;
}

.q3h-product-tile__copy span {
  margin-top: auto;
  color: var(--q3-orange);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.q3h-product-tile__copy > span {
  display: none;
}

.q3h-product-tile:hover,
.q3h-product-tile:focus-visible {
  border-color: rgba(239, 125, 0, .38);
  box-shadow: 0 18px 40px rgba(84, 97, 108, .11);
  outline: none;
  transform: translateY(-5px);
}

.q3h-product-tile:hover::before,
.q3h-product-tile:focus-visible::before {
  transform: scaleX(1);
}

.q3h-product-tile:hover .q3h-product-tile__visual img,
.q3h-product-tile:focus-visible .q3h-product-tile__visual img {
  transform: scale(1.045);
}

.q3h-world__stage .worldmap-stage.q3h-globe {
  position: relative;
  isolation: isolate;
  width: min(100%, 560px);
  aspect-ratio: 1;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #dfe4e6;
  border-radius: 50%;
  background: #fcfdfd;
  box-shadow: 0 24px 60px rgba(84, 97, 108, .09), inset -36px -8px 64px rgba(84, 97, 108, .055);
  cursor: grab;
  touch-action: none;
}

.q3h-world__stage .worldmap-stage.q3h-globe:active {
  cursor: grabbing;
}

.q3h-world__stage .worldmap-stage.q3h-globe.has-point-hover {
  cursor: pointer;
}

.q3h-world__stage .worldmap-stage.q3h-globe::before,
.q3h-world__stage .worldmap-stage.q3h-globe::after {
  position: absolute;
  z-index: 5;
  inset: 0;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

.q3h-world__stage .worldmap-stage.q3h-globe::before {
  background:
    radial-gradient(circle at 31% 24%, rgba(255, 255, 255, .62) 0 5%, rgba(255, 255, 255, 0) 39%),
    radial-gradient(circle at 50% 50%, transparent 60%, rgba(84, 97, 108, .045) 82%, rgba(84, 97, 108, .11) 100%);
}

.q3h-world__stage .worldmap-stage.q3h-globe::after {
  display: none;
}

.q3h-globe__track {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  display: flex;
  width: 400%;
  height: 94%;
  will-change: transform;
  transform: translate3d(var(--q3-globe-offset, -25%), -50%, 0);
}

.q3h-globe__source {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
}

.q3h-globe__canvas {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.q3h-globe__overlay {
  position: absolute;
  z-index: 3;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.q3h-world__stage .q3h-globe__track svg {
  display: block;
  width: 50%;
  max-width: none;
  height: 100%;
  flex: 0 0 50%;
}

.q3h-world__stage .q3h-globe__track svg path,
.q3h-world__stage .q3h-globe__track svg g {
  fill: #dfe3e5;
}

.q3h-world__stage .q3h-globe__track svg .active,
.q3h-world__stage .q3h-globe__track svg g.active path {
  fill: rgba(239, 125, 0, .7);
}

.q3h-world__stage .q3h-globe__track svg .hasHighlight,
.q3h-world__stage .q3h-globe__track svg g.hasHighlight path,
.q3h-world__stage .q3h-globe__track svg .is-project-active,
.q3h-world__stage .q3h-globe__track svg g.is-project-active path {
  fill: var(--q3-orange);
}

.q3h-globe .q3h-map-marker-layer {
  display: none;
}

.q3h-globe.q3h-globe--fallback .q3h-globe__source {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  clip-path: circle(46% at 50% 50%);
}

.q3h-globe.q3h-globe--fallback .q3h-globe__source svg {
  width: 142% !important;
  max-width: none !important;
  height: auto !important;
}

.q3h-globe__hint {
  position: absolute;
  z-index: 6;
  right: 50%;
  bottom: 8%;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 100px;
  color: var(--q3-muted);
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 7px 20px rgba(84, 97, 108, .09);
  font-size: 11px;
  letter-spacing: .05em;
  pointer-events: none;
  transform: translateX(50%);
  transition: opacity .3s ease;
}

.q3h-globe.is-interacted .q3h-globe__hint {
  opacity: 0;
}

.q3h-globe.has-point-hover .q3h-globe__hint {
  opacity: 1;
}

.q3h-globe:focus-visible {
  outline: 2px solid var(--q3-orange);
  outline-offset: 5px;
}

@media (max-width: 1120px) {
  .q3h-product-tiles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .q3h-product-tile {
    grid-template-rows: minmax(235px, 1fr) auto;
  }

  .q3h-product-tile__visual img {
    max-height: 225px;
  }
}

@media (max-width: 680px) {
  .q3h-world__stage {
    width: 100%;
    min-width: 0;
  }

  .q3h-world__copy h2 {
    max-width: 100%;
    font-size: 42px !important;
    line-height: 1.06;
    text-wrap: balance;
  }

  .q3h-world__about {
    margin-top: 24px;
    padding: 21px 20px 22px;
  }

  .q3h-world__stage .dce.worldmap {
    width: 100% !important;
    max-width: 100% !important;
  }

  .q3h-product-tiles {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .q3h-product-tile {
    grid-template-columns: minmax(130px, .85fr) minmax(0, 1.15fr);
    grid-template-rows: none;
    min-height: 178px;
  }

  .q3h-product-tile__visual {
    min-height: 178px;
  }

  .q3h-product-tile__visual img {
    max-width: 92%;
    max-height: 162px;
  }

  .q3h-product-tile__copy {
    min-height: 0;
    padding: 19px 16px 17px;
  }

  .q3h-product-tile__copy h3 {
    font-size: 19px;
  }

  .q3h-product-tile__copy p {
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 13px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .q3h-product-tile__copy span {
    font-size: 9px;
  }

  .q3h-world__stage .worldmap-stage.q3h-globe {
    width: min(100%, 360px);
    max-width: calc(100vw - 40px);
  }

  .q3h-globe__hint {
    bottom: 6%;
  }
}
