/* ================================================================
   ECHO PRODUCT PAGE
   A quiet continuity journal: before, during, after, next.
   ================================================================ */

body[data-product="echo"] {
  --echo-line: rgba(30, 72, 194, .22);
  --echo-paper: #F7F4ED;
  --echo-ink-soft: rgba(26, 22, 17, .62);
}

body[data-product="echo"] .echo-page .product-window {
  border-color: rgba(26, 22, 17, .14);
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(26, 22, 17, .018), 0 12px 28px -26px rgba(26, 22, 17, .48);
}

.echo-page #how,
.echo-page #live,
.echo-page #memory,
.echo-page #trust,
.echo-page #products,
.echo-page #demo {
  scroll-margin-top: 92px;
}

.no-js body[data-product="echo"] .cursor,
body[data-product="echo"].no-motion .cursor {
  display: none;
}

/* Hero: human meeting first, product proof docked beside it. */
.echo-hero {
  min-height: max(100svh, 860px);
  padding-bottom: clamp(6rem, 10vw, 9rem);
}

.echo-hero::before {
  background:
    linear-gradient(90deg, transparent 0 9.9%, var(--hairline-soft) 9.9% 10%, transparent 10% 100%),
    linear-gradient(90deg, transparent 0 50%, var(--hairline-soft) 50% 50.08%, transparent 50.08% 100%);
}

.echo-hero__grid {
  grid-template-columns: minmax(0, .88fr) minmax(520px, 1.12fr);
  gap: clamp(3.5rem, 7vw, 7rem);
}

.echo-hero__copy {
  position: relative;
  z-index: 2;
}

.echo-hero .product-hero__title {
  max-width: 9.6ch;
}

.echo-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(2.2rem, 4vw, 3.4rem);
  border-top: 1px solid var(--hairline);
}

.echo-hero__facts span {
  position: relative;
  padding: 1rem .8rem 0 1rem;
  color: var(--ink-55);
  font-family: var(--font-mono);
  font-size: .62rem;
  line-height: 1.45;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.echo-hero__facts span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1.34rem;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--cobalt);
}

.echo-hero__visual {
  min-height: 650px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 4.5rem;
}

.echo-hero__visual::before {
  display: none;
}

.echo-hero__photo {
  position: relative;
  width: 91%;
  aspect-ratio: .86;
  overflow: hidden;
  border: 1px solid rgba(26, 22, 17, .14);
  border-radius: 3px;
  background: var(--ink);
}

.echo-hero__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 76% center;
}

.echo-hero__photo::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(transparent, rgba(9, 12, 12, .72));
  pointer-events: none;
}

.echo-hero__photo figcaption {
  position: absolute;
  z-index: 1;
  left: 1rem;
  right: 1rem;
  bottom: .9rem;
  max-width: 31em;
  color: rgba(251, 250, 246, .82);
  font-size: .75rem;
}

.echo-hero__brief {
  position: absolute;
  z-index: 3;
  left: -8%;
  bottom: 0;
  width: min(92%, 620px);
  background: var(--paper);
}

.echo-hero__brief .product-window__media {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

/* Thesis and four-beat continuity notation. */
.echo-thesis {
  padding-block: clamp(5.5rem, 9vw, 8rem);
  background: var(--white);
  border-bottom: 1px solid var(--hairline);
}

.echo-thesis__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, .5fr);
  gap: clamp(3rem, 9vw, 9rem);
  align-items: end;
}

.echo-thesis__grid h2 {
  max-width: 21ch;
  font-size: clamp(2.4rem, 4.2vw, 4.4rem);
  font-weight: 600;
  line-height: .99;
  letter-spacing: -.05em;
  text-wrap: balance;
}

.echo-thesis__grid > p {
  max-width: 32em;
  color: var(--ink-55);
  font-size: 1.06rem;
}

.echo-cycle {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(4rem, 8vw, 7rem);
  border-top: 1px solid var(--hairline);
}

.echo-cycle::after {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--cobalt);
  transform: scaleX(.75);
  transform-origin: left;
  opacity: .54;
}

.echo-cycle li {
  position: relative;
  display: grid;
  gap: .26rem;
  padding: 2rem 1.2rem 0 0;
}

.echo-cycle li::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  width: 9px;
  height: 9px;
  border: 2px solid var(--white);
  border-radius: 50%;
  background: var(--cobalt);
  box-shadow: 0 0 0 1px rgba(30, 72, 194, .34);
}

.echo-cycle li:last-child::before {
  background: var(--lavender);
}

.echo-cycle span,
.echo-cycle small {
  color: var(--ink-38);
  font-family: var(--font-mono);
  font-size: .62rem;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.echo-cycle strong {
  font-size: clamp(1.3rem, 2vw, 1.75rem);
  font-weight: 600;
  letter-spacing: -.025em;
}

/* The continuity journal replaces the shared sticky screenshot sequence. */
.echo-thread {
  padding-block: clamp(6rem, 9.5vw, 8.5rem);
  background: var(--echo-paper);
}

.echo-thread__head {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .45fr);
  gap: 1rem clamp(3rem, 9vw, 9rem);
  align-items: end;
  margin-bottom: clamp(5rem, 10vw, 9rem);
}

.echo-thread__head .eyebrow {
  grid-column: 1 / -1;
}

.echo-thread__head .section-title {
  max-width: 12ch;
}

.echo-thread__head .section-sub {
  justify-self: end;
}

.echo-thread__journal {
  position: relative;
}

.echo-thread__spine {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: var(--hairline);
  transform: translateX(-.5px);
}

.echo-thread__progress {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--cobalt);
  transform: scaleY(1);
  transform-origin: top;
}

.echo-motion-ready .echo-thread__progress {
  will-change: transform;
}

.echo-moment {
  position: relative;
  z-index: 1;
  min-height: min(82svh, 820px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 82px minmax(0, .78fr);
  grid-template-areas: 'media axis copy';
  gap: clamp(1.5rem, 3vw, 3rem);
  align-items: center;
  padding-block: clamp(3.5rem, 8vw, 7rem);
}

.echo-motion-ready .echo-moment {
  will-change: opacity;
}

.echo-moment--reverse {
  grid-template-columns: minmax(0, .78fr) 82px minmax(0, 1fr);
  grid-template-areas: 'copy axis media';
}

.echo-moment__media {
  grid-area: media;
  width: 100%;
  background: var(--paper);
}

.echo-moment__media img {
  aspect-ratio: 16 / 10;
  object-fit: contain;
}

.echo-moment__axis {
  grid-area: axis;
  align-self: stretch;
  display: grid;
  place-items: center;
}

.echo-moment__axis span {
  width: 13px;
  height: 13px;
  border: 3px solid var(--echo-paper);
  border-radius: 50%;
  background: rgba(26, 22, 17, .26);
  box-shadow: 0 0 0 1px var(--hairline);
  transition: background .45s var(--ease-soft), box-shadow .45s var(--ease-soft), transform .45s var(--ease-out);
}

.echo-moment.is-active .echo-moment__axis span {
  background: var(--cobalt);
  box-shadow: 0 0 0 6px rgba(30, 72, 194, .11);
  transform: scale(1.08);
}

.echo-moment--return .echo-moment__axis span {
  background: var(--lavender);
}

.echo-moment__copy {
  grid-area: copy;
  max-width: 31rem;
}

.echo-moment--reverse .echo-moment__copy {
  justify-self: end;
}

.echo-moment__time {
  margin-bottom: 1.2rem;
  color: var(--cobalt);
  font-family: var(--font-mono);
  font-size: .67rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.echo-moment__copy h3 {
  max-width: 13ch;
  font-size: clamp(2rem, 3.1vw, 3rem);
  font-weight: 600;
  line-height: 1.01;
  letter-spacing: -.043em;
}

.echo-moment__copy > p:not(.echo-moment__time) {
  margin-top: 1.35rem;
  color: var(--echo-ink-soft);
  font-size: 1.04rem;
}

.echo-moment__copy ul {
  margin-top: 1.6rem;
  border-top: 1px solid var(--hairline);
}

.echo-moment__copy li {
  position: relative;
  padding: .72rem 0 .72rem 1.05rem;
  border-bottom: 1px solid var(--hairline);
  color: var(--ink-55);
  font-size: .9rem;
}

.echo-moment__copy li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1.08rem;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--cobalt);
}

/* Live Assist: a single compact instrument in a deliberately quiet field. */
.echo-quiet {
  padding-block: clamp(6rem, 8vw, 8rem);
  background: var(--white);
}

.echo-quiet__head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .48fr);
  gap: 1rem clamp(3rem, 9vw, 9rem);
  align-items: end;
}

.echo-quiet__head .eyebrow {
  grid-column: 1 / -1;
}

.echo-quiet__head .section-title {
  max-width: 15ch;
}

.echo-quiet__head .section-sub {
  justify-self: end;
}

.echo-quiet__stage {
  position: relative;
  min-height: 610px;
  margin-top: clamp(3rem, 5vw, 5rem);
  overflow: hidden;
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
  background: transparent;
}

.echo-motion-ready .echo-quiet__head {
  will-change: transform, opacity;
}

@media (min-width: 901px) and (min-height: 501px) {
  .echo-quiet__stage {
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 440px) minmax(0, 1fr);
    gap: clamp(2rem, 4vw, 4rem);
    align-items: center;
    padding-block: 3.25rem;
  }

  .echo-quiet__stage .echo-quiet__nub,
  .echo-quiet__stage .echo-quiet__fragment {
    position: relative;
    inset: auto;
    width: 100%;
    max-width: none;
    transform: none;
  }

  .echo-quiet__stage .echo-quiet__fragment--first {
    grid-column: 1;
  }

  .echo-quiet__stage .echo-quiet__nub {
    grid-column: 2;
  }

  .echo-quiet__stage .echo-quiet__fragment--last {
    grid-column: 3;
  }
}

.echo-quiet__nub {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: min(440px, 52%);
  transform: translate(-50%, -50%);
}

.echo-quiet__nub img {
  width: 100%;
  height: auto;
  border: 1px solid rgba(26, 22, 17, .15);
  border-radius: 14px;
  box-shadow: 0 0 0 1px rgba(26, 22, 17, .025), 0 12px 25px -24px rgba(26, 22, 17, .44);
}

.echo-quiet__nub figcaption {
  margin-top: .8rem;
  color: var(--ink-38);
  font-family: var(--font-mono);
  font-size: .63rem;
  letter-spacing: .06em;
  text-align: center;
  text-transform: uppercase;
}

.echo-quiet__fragment {
  position: absolute;
  max-width: 29rem;
  color: var(--ink-55);
  font-size: clamp(.92rem, 1.2vw, 1.05rem);
}

.echo-quiet__fragment span {
  display: block;
  margin-bottom: .52rem;
  color: var(--cobalt);
  font-family: var(--font-mono);
  font-size: .61rem;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.echo-quiet__fragment--first {
  left: 3%;
  top: 13%;
}

.echo-quiet__fragment--last {
  right: 3%;
  bottom: 13%;
  text-align: right;
}

/* Source provenance is an open register, never a card grid. */
.echo-memory {
  padding-block: clamp(6rem, 9.5vw, 8.5rem);
  background: var(--paper-2);
}

.echo-memory__head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .48fr);
  gap: clamp(3rem, 9vw, 9rem);
  align-items: end;
  margin-bottom: clamp(4rem, 8vw, 7rem);
}

.echo-memory__head .section-title {
  max-width: 13ch;
}

.echo-memory__head .section-sub {
  justify-self: end;
}

.echo-provenance {
  border-top: 1px solid var(--ink);
}

.echo-provenance__labels,
.echo-provenance__row {
  display: grid;
  grid-template-columns: minmax(130px, .3fr) minmax(0, 1fr) minmax(130px, .26fr);
  gap: clamp(1.5rem, 4vw, 4rem);
}

.echo-provenance__labels {
  padding: .9rem 0;
  border-bottom: 1px solid var(--hairline);
  color: var(--ink-38);
  font-family: var(--font-mono);
  font-size: .6rem;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.echo-provenance__row {
  position: relative;
  align-items: baseline;
  padding: clamp(1.5rem, 3vw, 2.2rem) 0;
  border-bottom: 1px solid var(--hairline);
}

.echo-provenance__row::before {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 1px;
  background: var(--cobalt);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .7s var(--ease-out);
}

.echo-provenance__row.is-active::before,
.echo-provenance__row:hover::before {
  transform: scaleX(1);
}

.echo-provenance__scope,
.echo-provenance__control {
  color: var(--cobalt);
  font-family: var(--font-mono);
  font-size: .66rem;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.echo-provenance__row h3 {
  font-size: clamp(1.2rem, 2.2vw, 1.65rem);
  font-weight: 600;
  letter-spacing: -.025em;
}

.echo-provenance__row p {
  max-width: 46em;
  margin-top: .35rem;
  color: var(--ink-55);
  font-size: .93rem;
}

.echo-provenance__control {
  justify-self: end;
  color: var(--ink-38);
  text-align: right;
}

/* Meeting Types pairs one real surface with a typographic selector. */
.echo-types {
  padding-block: clamp(6rem, 9.5vw, 8.5rem);
  background: var(--white);
}

.echo-types__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .72fr);
  gap: clamp(3.5rem, 8vw, 8rem);
  align-items: center;
}

.echo-types__media {
  align-self: center;
  background: var(--paper);
}

.echo-types__crop {
  height: clamp(500px, 52vw, 640px);
  overflow: hidden;
  background: var(--paper);
}

.echo-types__crop img {
  width: 180%;
  max-width: none;
  height: auto;
  transform: translate(-22%, -17%);
}

.echo-types__copy .section-title {
  max-width: 12ch;
}

.echo-types__copy > .section-sub {
  margin-top: 1.6rem;
}

.echo-types__names {
  margin-top: clamp(2.5rem, 5vw, 4.5rem);
  border-top: 1px solid var(--ink);
}

.echo-types__names li {
  display: grid;
  grid-template-columns: 34px minmax(138px, .55fr) 1fr;
  gap: 1rem;
  align-items: baseline;
  padding: 1.15rem 0;
  border-bottom: 1px solid var(--hairline);
}

.echo-types__names span,
.echo-types__names small {
  color: var(--ink-38);
  font-family: var(--font-mono);
  font-size: .62rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.echo-types__names strong {
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 600;
  letter-spacing: -.025em;
  white-space: nowrap;
}

/* One dark chapter, expressed as three operating verbs. */
.echo-trust {
  padding-block: clamp(6rem, 9.5vw, 8.5rem);
}

.echo-trust__head {
  max-width: 69rem;
}

.echo-trust .product-ink__title {
  max-width: 13ch;
}

.echo-trust__principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.5rem, 4vw, 4rem);
  margin-top: clamp(4.5rem, 9vw, 8rem);
}

.echo-trust__principles article {
  padding-top: 1.4rem;
  border-top: 1px solid rgba(251, 250, 246, .2);
}

.echo-trust__principles span {
  color: var(--lavender);
  font-family: var(--font-mono);
  font-size: .63rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.echo-trust__principles h3 {
  max-width: 12ch;
  margin-top: 1.2rem;
  color: var(--paper);
  font-size: clamp(1.8rem, 3.2vw, 2.7rem);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -.035em;
}

.echo-trust__principles p {
  max-width: 29em;
  margin-top: 1rem;
  color: rgba(251, 250, 246, .66);
}

.echo-finale {
  text-align: left;
}

.echo-finale .product-finale__inner {
  justify-items: start;
}

.echo-finale .product-finale__title {
  max-width: 11ch;
}

.echo-finale .product-finale__sub {
  max-width: 34em;
}

.echo-finale .product-finale__actions {
  justify-content: flex-start;
}

@media (max-width: 1120px) {
  .echo-hero__grid {
    grid-template-columns: minmax(0, .82fr) minmax(460px, 1.18fr);
    gap: 3.5rem;
  }

  .echo-hero__brief {
    left: -4%;
    width: 94%;
  }

  .echo-moment,
  .echo-moment--reverse {
    grid-template-columns: minmax(0, 1fr) 62px minmax(0, .78fr);
    gap: 1.4rem;
  }
}

@media (max-width: 1020px) {
  body[data-product="echo"] .nav__links {
    display: none;
  }

  .echo-hero {
    min-height: auto;
    padding-bottom: 6rem;
  }

  .echo-hero__grid {
    grid-template-columns: 1fr;
  }

  .echo-hero__visual {
    min-height: 0;
    display: block;
    width: min(100%, 760px);
    padding-bottom: 0;
  }

  .echo-hero__photo {
    width: 100%;
    aspect-ratio: 16 / 10;
  }

  .echo-hero__photo img {
    object-position: 68% center;
  }

  .echo-hero__brief {
    position: relative;
    left: auto;
    bottom: auto;
    width: calc(100% - 2rem);
    margin: -4.5rem 1rem 0;
  }
}

@media (max-width: 900px) {
  .echo-thesis__grid,
  .echo-thread__head,
  .echo-quiet__head,
  .echo-memory__head,
  .echo-types__grid {
    grid-template-columns: 1fr;
  }

  .echo-thread__head .eyebrow,
  .echo-quiet__head .eyebrow {
    grid-column: auto;
  }

  .echo-thread__head .section-sub,
  .echo-quiet__head .section-sub,
  .echo-memory__head .section-sub {
    justify-self: start;
    margin-top: 1rem;
  }

  .echo-thread__spine {
    left: 11px;
    transform: none;
  }

  .echo-moment,
  .echo-moment--reverse {
    min-height: 0;
    grid-template-columns: 34px minmax(0, 1fr);
    grid-template-areas: 'axis copy' 'axis media';
    gap: 1.6rem 1rem;
    padding-block: clamp(4rem, 10vw, 6rem);
  }

  .echo-moment__axis {
    justify-items: start;
  }

  .echo-moment__copy,
  .echo-moment--reverse .echo-moment__copy {
    max-width: 40rem;
    justify-self: start;
  }

  .echo-moment__media {
    width: min(100%, 760px);
  }

  .echo-types__media {
    order: 2;
    margin-top: 1rem;
  }

  .echo-types__crop {
    height: clamp(480px, 72vw, 640px);
  }

  .echo-types__crop img {
    width: 180%;
    transform: translate(-22%, -17%);
  }
}

@media (max-width: 720px) {
  body[data-product="echo"] .product-switcher__head .textlink,
  body[data-product="echo"] .footer__col a,
  body[data-product="echo"] .footer__base a {
    min-width: 44px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }

  .echo-hero__facts,
  .echo-cycle {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .echo-cycle li:nth-child(n + 3) {
    margin-top: 2rem;
  }

  .echo-cycle::after {
    width: 50%;
    transform: none;
  }

  .echo-hero__brief {
    width: calc(100% - 1rem);
    margin: -2.5rem .5rem 0;
  }

  .echo-quiet__stage {
    min-height: 0;
    display: grid;
    gap: 3rem;
    padding-block: 3rem;
    background-size: 100% 100%, 100% 64px;
  }

  .echo-quiet__nub,
  .echo-quiet__fragment {
    position: relative;
    inset: auto;
    width: 100%;
    max-width: 32rem;
    transform: none;
    text-align: left;
  }

  .echo-quiet__nub {
    justify-self: center;
    order: 2;
  }

  .echo-quiet__fragment--first {
    order: 1;
  }

  .echo-quiet__fragment--last {
    justify-self: end;
    order: 3;
  }

  .echo-provenance__labels {
    display: none;
  }

  .echo-provenance__row {
    grid-template-columns: 1fr;
    gap: .7rem;
  }

  .echo-provenance__control {
    justify-self: start;
    text-align: left;
  }

  .echo-types__names li {
    grid-template-columns: 28px 1fr;
  }

  .echo-types__names small {
    grid-column: 2;
  }

  .echo-trust__principles {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .echo-finale .product-finale__actions {
    justify-content: stretch;
  }
}

@media (max-width: 440px) {
  .echo-hero__facts {
    grid-template-columns: 1fr;
  }

  .echo-hero__facts span + span {
    margin-top: .25rem;
  }

  .echo-hero__photo {
    aspect-ratio: 4 / 3;
  }

  .echo-moment,
  .echo-moment--reverse {
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 1.3rem .7rem;
  }

  .echo-types__crop {
    height: 400px;
  }

  .echo-types__crop img {
    width: 220%;
    transform: translate(-21%, -17%);
  }
}

/* Width alone is not enough to describe a phone held sideways. Keep the
   compact landscape pass dense and linear so every wheel/touch increment
   produces useful content instead of crossing tablet-sized empty fields. */
@media (max-width: 900px) and (max-height: 500px) and (orientation: landscape) {
  body[data-product="echo"] .nav__actions .btn {
    min-height: 44px;
  }

  .echo-hero {
    padding-top: calc(62px + 2.5rem);
    padding-bottom: 4rem;
  }

  .echo-hero .product-hero__title {
    max-width: 10ch;
    font-size: clamp(3.25rem, 7.2vw, 3.8rem);
  }

  .echo-hero__grid {
    gap: 2.5rem;
  }

  .echo-thesis,
  .echo-thread,
  .echo-quiet,
  .echo-memory,
  .echo-types,
  .echo-trust {
    padding-block: 4rem;
  }

  .echo-thread__head,
  .echo-memory__head {
    margin-bottom: 2.75rem;
  }

  .echo-thread__head .section-title,
  .echo-quiet__head .section-title,
  .echo-memory__head .section-title,
  .echo-types__copy .section-title,
  .echo-trust .product-ink__title {
    font-size: clamp(2.45rem, 6vw, 3.2rem);
  }

  .echo-moment,
  .echo-moment--reverse {
    padding-block: 2.75rem;
  }

  .echo-moment {
    opacity: 1 !important;
  }

  .echo-quiet__stage {
    min-height: 0;
    display: grid;
    gap: 2rem;
    margin-top: 2.5rem;
    padding-block: 2.5rem;
    background-size: 100% 100%, 100% 64px;
  }

  .echo-quiet__nub,
  .echo-quiet__fragment {
    position: relative;
    inset: auto;
    width: 100%;
    max-width: 32rem;
    transform: none;
    text-align: left;
  }

  .echo-quiet__nub {
    justify-self: center;
    order: 2;
  }

  .echo-quiet__fragment--first {
    order: 1;
  }

  .echo-quiet__fragment--last {
    justify-self: end;
    order: 3;
  }

  .echo-types__crop {
    height: min(70vw, 360px);
  }

  .echo-trust__principles {
    margin-top: 3rem;
  }
}

.no-js .echo-thread__progress,
.no-motion .echo-thread__progress {
  transform: scaleY(1) !important;
}

.no-js .echo-moment,
.no-js [data-echo-media],
.no-js [data-echo-source],
.no-js [data-echo-type],
.no-js [data-echo-trust],
.no-motion .echo-moment,
.no-motion [data-echo-media],
.no-motion [data-echo-source],
.no-motion [data-echo-type],
.no-motion [data-echo-trust] {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .echo-thread__progress {
    transform: scaleY(1) !important;
  }

  .echo-moment,
  [data-echo-media],
  [data-echo-source],
  [data-echo-type],
  [data-echo-trust],
  .echo-quiet__fragment,
  .echo-quiet__nub {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }
}
