/* 31 Aug 2026 owner feedback: shared language ribbon and centred animated mark. */

body.tr-home-v3 > .tr-marquee {
  position: relative;
  z-index: 20;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(223, 126, 158, .16), rgba(223, 126, 158, .05) 40%, rgba(223, 126, 158, .05) 60%, rgba(223, 126, 158, .16));
  padding: 11px 0;
}

body.tr-home-v3 > .tr-marquee .tr-marquee-track {
  display: flex;
  width: max-content;
  animation: trSharedMarqueeScroll 34s linear infinite;
}

body.tr-home-v3 > .tr-marquee .tr-marquee-track > span {
  display: flex;
  align-items: center;
  flex: none;
  color: var(--pink);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  white-space: nowrap;
}

body.tr-home-v3 > .tr-marquee .tr-marquee-track em {
  margin: 0 22px;
  color: var(--gold);
  font-style: normal;
  opacity: .85;
}

@keyframes trSharedMarqueeScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

body.tr-home-v3 > header.site .home-unified-brand {
  align-items: center !important;
  gap: 14px !important;
}

body.tr-home-v3 > header.site .home-unified-brand > .mono {
  display: grid !important;
  place-items: center !important;
  align-self: center !important;
  width: 66px !important;
  height: 66px !important;
  flex: 0 0 66px !important;
  margin: 0 !important;
  overflow: visible !important;
  clip-path: none !important;
  transform: none !important;
  transform-origin: center !important;
}

body.tr-home-v3 > header.site .home-unified-brand > .mono > img {
  display: block !important;
  width: 72px !important;
  height: 72px !important;
  max-width: none !important;
  object-fit: contain !important;
  object-position: 50% 50% !important;
  filter: drop-shadow(0 0 12px rgba(239, 140, 175, .46));
}

@media (max-width: 900px) {
  body.tr-home-v3 > header.site .home-unified-brand > .mono {
    width: 60px !important;
    height: 60px !important;
    flex-basis: 60px !important;
  }

  body.tr-home-v3 > header.site .home-unified-brand > .mono > img {
    width: 66px !important;
    height: 66px !important;
  }
}

@media (max-width: 430px) {
  body.tr-home-v3 > header.site .home-unified-brand {
    gap: 7px !important;
  }

  body.tr-home-v3 > header.site .home-unified-brand > .mono {
    width: 50px !important;
    height: 50px !important;
    flex-basis: 50px !important;
  }

  body.tr-home-v3 > header.site .home-unified-brand > .mono > img {
    width: 56px !important;
    height: 56px !important;
  }

  body.tr-home-v3 > .tr-marquee {
    padding-block: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.tr-home-v3 > .tr-marquee .tr-marquee-track {
    animation: none;
  }
}
