/* [project]/app/(marketing)/concepts/merge/merge.module.css [app-client] (css) */
.merge-module__PvEHvG__page {
  background: var(--p-bg);
}

.merge-module__PvEHvG__intro {
  padding-block: clamp(3.5rem, 9vw, 6rem) clamp(1rem, 2vw, 1.5rem);
}

.merge-module__PvEHvG__eyebrow {
  font-family: var(--font-geist-mono), monospace;
  letter-spacing: .18em;
  color: var(--brand-blue);
  margin-bottom: .9rem;
  font-size: .68rem;
}

.merge-module__PvEHvG__title {
  letter-spacing: -.038em;
  color: var(--t-superdark);
  font-size: clamp(1.9rem, 4vw, 3.1rem);
  font-weight: 700;
  line-height: 1.06;
}

.merge-module__PvEHvG__turn {
  color: var(--brand-blue);
  display: block;
}

.merge-module__PvEHvG__stand {
  max-width: 42rem;
  color: var(--t-normal);
  text-wrap: pretty;
  margin-top: 1rem;
  font-size: .9375rem;
  line-height: 1.6;
}

.merge-module__PvEHvG__track {
  height: 260svh;
  position: relative;
}

.merge-module__PvEHvG__pin {
  top: var(--header-h, 64px);
  height: calc(100svh - var(--header-h, 64px));
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  overflow: hidden;
}

.merge-module__PvEHvG__stage {
  aspect-ratio: 1240 / 800;
  width: min(100%, 155svh - 12.4rem);
  max-width: 84rem;
  margin-inline: auto;
  position: relative;
}

.merge-module__PvEHvG__field {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  overflow: visible;
}

.merge-module__PvEHvG__sat {
  --on: clamp(0, (var(--p, 0)  - var(--i) * .1) * 7, 1);
  aspect-ratio: 1;
  opacity: var(--on);
  translate: -50% -50%;
  scale: calc(.9 + .1 * var(--on));
  border-radius: 50%;
  transition: scale .4s;
  position: absolute;
}

.merge-module__PvEHvG__trail {
  fill: var(--ink);
  mix-blend-mode: multiply;
  opacity: clamp(0, (var(--p, 0)  - .1 - var(--i) * .1) * 6, 1);
}

.merge-module__PvEHvG__lens {
  aspect-ratio: 1;
  object-fit: contain;
  width: 21.3%;
  translate: -50% -50%;
  scale: calc(.95 + .05 * clamp(0, (var(--p, 0)  - .6) * 3, 1));
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
}

.merge-module__PvEHvG__tag {
  --on: clamp(0, (var(--p, 0)  - var(--i) * .1) * 7, 1);
  width: 12rem;
  opacity: var(--on);
  position: absolute;
}

.merge-module__PvEHvG__aRight {
  text-align: left;
  translate: 0 -50%;
}

.merge-module__PvEHvG__aLeft {
  text-align: right;
  translate: -100% -50%;
}

.merge-module__PvEHvG__aCentre {
  text-align: center;
  translate: -50% -50%;
}

.merge-module__PvEHvG__kind {
  font-family: var(--font-geist-mono), monospace;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--t-superdark);
  font-size: .66rem;
  font-weight: 500;
}

.merge-module__PvEHvG__marks {
  align-items: center;
  gap: .45rem;
  margin-top: .5rem;
  display: flex;
}

.merge-module__PvEHvG__aRight .merge-module__PvEHvG__marks {
  justify-content: flex-start;
}

.merge-module__PvEHvG__aLeft .merge-module__PvEHvG__marks {
  justify-content: flex-end;
}

.merge-module__PvEHvG__aCentre .merge-module__PvEHvG__marks {
  justify-content: center;
}

.merge-module__PvEHvG__marks img {
  filter: grayscale() contrast(.72) brightness(1.12);
  opacity: .62;
  width: 20px;
  height: 20px;
}

.merge-module__PvEHvG__plus {
  border: 1px dashed var(--p-stroke);
  border-radius: 4px;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
}

.merge-module__PvEHvG__plus:before, .merge-module__PvEHvG__plus:after {
  content: "";
  background: var(--t-light);
  inset-inline: 4px;
  height: 1px;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}

.merge-module__PvEHvG__plus:after {
  rotate: 90deg;
}

@media (prefers-reduced-motion: reduce) {
  .merge-module__PvEHvG__sat, .merge-module__PvEHvG__trail, .merge-module__PvEHvG__tag {
    opacity: 1;
  }
}

@media (max-width: 900px), (max-aspect-ratio: 1) and (max-width: 1100px) {
  .merge-module__PvEHvG__track {
    height: auto;
  }

  .merge-module__PvEHvG__pin {
    height: auto;
    padding-block: 1rem 3rem;
    position: static;
  }

  .merge-module__PvEHvG__stage {
    aspect-ratio: auto;
    gap: 1rem;
    width: 100%;
    max-width: none;
    padding-inline: 1.5rem;
    display: grid;
  }

  .merge-module__PvEHvG__field {
    display: none;
  }

  .merge-module__PvEHvG__sat {
    border-radius: 50%;
    position: static;
    translate: none;
    scale: none;
    width: 4.5rem !important;
  }

  .merge-module__PvEHvG__lens {
    width: min(58%, 16rem);
    margin: 0 auto .5rem;
    position: static;
    translate: none;
    scale: none;
  }

  .merge-module__PvEHvG__tag, .merge-module__PvEHvG__aRight, .merge-module__PvEHvG__aLeft, .merge-module__PvEHvG__aCentre {
    text-align: left;
    opacity: 1;
    border-top: 1px solid var(--p-border);
    width: auto;
    padding-top: .7rem;
    position: static;
    translate: none;
  }

  .merge-module__PvEHvG__aLeft .merge-module__PvEHvG__marks, .merge-module__PvEHvG__aCentre .merge-module__PvEHvG__marks {
    justify-content: flex-start;
  }
}

/*# sourceMappingURL=app_%28marketing%29_concepts_merge_merge_module_1dac5c3c.css.map*/