.snapshot-orb-one {
    top: 0;
    right: 0;
    width: 24rem;
    height: 24rem;
    filter: blur(3rem);
}

.snapshot-orb-two {
    bottom: 0;
    left: 0;
    width: 20rem;
    height: 20rem;
    filter: blur(3rem);
}

.snapshot-orb-three {
    top: 50%;
    left: 50%;
    width: 18rem;
    height: 18rem;
    transform: translate(-50%, -50%);
    filter: blur(2rem);
}


.snapshot-line-one {
    top: 25%;
}

.snapshot-line-two {
    right: 0;
    bottom: 25%;
}

.snapshot-circle-one {
    top: 5rem;
    right: 2.5rem;
    width: 5rem;
    height: 5rem;
}

.snapshot-circle-two {
    top: 10rem;
    left: 2.5rem;
    width: 3rem;
    height: 3rem;
}

.snapshot-circle-three {
    right: 5rem;
    bottom: 8rem;
    width: 4rem;
    height: 4rem;
}

.snapshot-circle-four {
    bottom: 5rem;
    left: 5rem;
    width: 6rem;
    height: 6rem;
}

.snapshot-title-line-one {
    top: -1rem;
    left: 50%;
    width: 6rem;
    transform: translateX(-50%);
}

.snapshot-title-line-two {
    top: -0.5rem;
    left: 50%;
    width: 4rem;
    transform: translateX(-50%);
}

.snapshot-title-accent {
    bottom: 0;
    left: 50%;
    width: 8rem;
    transform: translateX(-50%);
}

.snapshot-section-accent {
    bottom: -0.5rem;
    left: 50%;
    width: 5rem;
    transform: translateX(-50%);
}

.snapshot-divider-line {
    width: 1px;
}

.snapshot-icon-bs{padding: 10px;}

.values-simple__thumb {
    width: 5rem;
    height: 5rem;
}

.bento-metrics-timeline__blob {
    width: 24rem;
    height: 24rem;
    filter: blur(48px);
}

.bento-metrics-timeline__blob--top {
    top: -6rem;
    left: -6rem;
}

.bento-metrics-timeline__blob--bottom {
    bottom: -6rem;
    right: -6rem;
}

.bento-metrics-timeline__pip {
    width: 6px;
    height: 6px;
}

.bento-metrics-timeline__icon {
    width: 2rem;
    height: 2rem;
}

.bento-metrics-timeline__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

@media (min-width: 768px) {
    .bento-metrics-timeline__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.25rem;
    }
}

@keyframes bento-metrics-timeline__fade-in {
    from { opacity: 0; transform: translateY(16px); }
    to { opacity: 1; transform: translateY(0); }
}

.bento-metrics-timeline__animate {
    animation: bento-metrics-timeline__fade-in 0.5s ease forwards;
}

.bento-metrics-timeline__card {
    transition: transform 200ms ease;
}

.bento-metrics-timeline__card:hover {
    transform: translateY(-0.125rem);
}

.orbit-column-badge {
    width: 2.5rem;
    height: 2.5rem;
}

.orbit-column-panel {
    height: 700px;
}

.orbit-column-cloud-top {
    width: 24rem;
    height: 24rem;
}

.orbit-column-cloud-bottom {
    width: 20rem;
    height: 20rem;
}

.orbit-column-ring-main {
    width: 24rem;
    height: 24rem;
    animation-duration: 20s;
}

.orbit-column-ring-side {
    width: 20rem;
    height: 20rem;
    animation-duration: 30s;
    animation-direction: reverse;
}

.orbit-column-ring-tail {
    width: 22rem;
    height: 22rem;
    animation-duration: 25s;
}

.orbit-column-ring-main,
.orbit-column-ring-side,
.orbit-column-ring-tail {
    animation-name: orbit-column__spin;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes orbit-column__spin {
    to { transform: rotate(360deg); }
}

/* team v20 — vertical timeline + animated background decor */
.team-timeline__scene {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.team-timeline__line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, var(--tw-primary-500), transparent);
  transform: translateX(-50%);
  z-index: 1;
}

.team-timeline__blob {
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  animation: team-timeline-blob-morph 9s ease-in-out infinite;
  transform-origin: center;
}

.team-timeline__blob--tl {
  top: -4rem;
  left: -5rem;
  width: 20rem;
  height: 20rem;
}

.team-timeline__blob--br {
  bottom: -5rem;
  right: -4rem;
  width: 24rem;
  height: 24rem;
  animation-duration: 11s;
  animation-delay: 2s;
}

.team-timeline__glow--center {
  top: 50%;
  left: 50%;
  width: 24rem;
  height: 24rem;
  animation: team-timeline-glow-pulse 7s ease-in-out infinite;
  transform-origin: center;
}

.team-timeline__ring--1 {
  top: 6rem;
  right: 1.5rem;
  animation: team-timeline-spin 28s linear infinite;
  transform-origin: center;
}

.team-timeline__ring--2 {
  bottom: 8rem;
  left: 1rem;
  animation: team-timeline-pulse-ring 5.5s ease-in-out infinite;
  transform-origin: center;
}

.team-timeline__ring--3 {
  top: 33%;
  left: 2rem;
  animation: team-timeline-spin-reverse 22s linear infinite;
  transform-origin: center;
}

.team-timeline__spark {
  animation: team-timeline-spark-float 4.5s ease-in-out infinite;
}

.team-timeline__spark--1 {
  animation-delay: 0s;
}

.team-timeline__spark--2 {
  animation-delay: 0.7s;
}

.team-timeline__spark--3 {
  animation-delay: 1.4s;
}

.team-timeline__spark--4 {
  animation-delay: 2.1s;
}

.team-timeline__spark--1 {
  top: 18%;
  left: 46%;
  width: 0.5rem;
  height: 0.5rem;
}

.team-timeline__spark--2 {
  top: 42%;
  left: 52%;
  width: 0.75rem;
  height: 0.75rem;
}

.team-timeline__spark--3 {
  top: 68%;
  left: 48%;
  width: 0.5rem;
  height: 0.5rem;
}

.team-timeline__spark--4 {
  bottom: 22%;
  right: 18%;
  width: 0.5rem;
  height: 0.5rem;
}

.team-timeline__diamond--1 {
  top: 4rem;
  left: 12%;
  width: 2.5rem;
  height: 2.5rem;
  animation: team-timeline-diamond-turn-1 16s linear infinite;
  transform-origin: center;
}

.team-timeline__diamond--2 {
  bottom: 5rem;
  right: 10%;
  width: 3.5rem;
  height: 3.5rem;
  animation: team-timeline-diamond-turn-2 20s linear infinite reverse;
  transform-origin: center;
}

.team-timeline__ring--1 {
  width: 9rem;
  height: 9rem;
}

.team-timeline__ring--2 {
  width: 7rem;
  height: 7rem;
}

.team-timeline__ring--3 {
  width: 5rem;
  height: 5rem;
}

@media (min-width: 768px) {
  .team-timeline__ring--1 {
    width: 12rem;
    height: 12rem;
    right: 3rem;
  }

  .team-timeline__ring--2 {
    left: 2.5rem;
  }

  .team-timeline__ring--3 {
    left: 2rem;
  }
}

.team-timeline__item {
  position: relative;
  z-index: 2;
}

.team-timeline__dot {
  width: 1.25rem;
  height: 1.25rem;
}

.team-timeline__avatar {
  width: 11rem;
  height: 11rem;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .team-timeline__avatar {
    width: 14rem;
    height: 14rem;
  }
}

.team-timeline__panel--end {
  text-align: center;
}

@media (min-width: 768px) {
  .team-timeline__photo--end {
    justify-content: flex-end;
  }

  .team-timeline__photo--start {
    justify-content: flex-start;
  }

  .team-timeline__panel--end {
    text-align: right;
  }

  .team-timeline__panel--end .team-timeline__pill {
    margin-left: auto;
  }

  .team-timeline__panel--end .team-timeline__tags-row {
    justify-content: flex-end;
  }
}

.team-timeline__avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.team-timeline__item [class*='col-md-6'] {
  min-width: 0;
}

.team-timeline__item:hover .team-timeline__dot {
  width: 1.5rem;
  height: 1.5rem;
}

@keyframes team-timeline-blob-morph {
  0%,
  100% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: scale(1);
  }
  33% {
    border-radius: 58% 42% 38% 62% / 52% 48% 52% 48%;
    transform: scale(1.06);
  }
  66% {
    border-radius: 42% 58% 62% 38% / 48% 62% 38% 52%;
    transform: scale(0.97);
  }
}

@keyframes team-timeline-glow-pulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.55;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.12);
    opacity: 1;
  }
}

@keyframes team-timeline-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes team-timeline-spin-reverse {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}

@keyframes team-timeline-pulse-ring {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.45;
  }
  50% {
    transform: scale(1.08);
    opacity: 0.85;
  }
}

@keyframes team-timeline-spark-float {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.35;
  }
  50% {
    transform: translateY(-0.65rem);
    opacity: 1;
  }
}

@keyframes team-timeline-diamond-turn-1 {
  from {
    transform: rotate(45deg);
  }
  to {
    transform: rotate(405deg);
  }
}

@keyframes team-timeline-diamond-turn-2 {
  from {
    transform: rotate(12deg);
  }
  to {
    transform: rotate(372deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .team-timeline__blob,
  .team-timeline__glow--center,
  .team-timeline__ring--1,
  .team-timeline__ring--2,
  .team-timeline__ring--3,
  .team-timeline__spark,
  .team-timeline__diamond {
    animation: none;
  }
}

.team-timeline__min-shrink {
  min-width: 0;
}

/* quote v22 — filmstrip: VHS scanlines, rain, clouds, ID-badge cards, scroll reveal */

.quote-filmstrip__cloud {
    width: 14rem;
    height: 8rem;
    filter: blur(48px);
}
.quote-filmstrip__cloud--a {
    top: 10%;
    left: -4rem;
}
.quote-filmstrip__cloud--b {
    bottom: 8%;
    right: -3rem;
}

.quote-filmstrip__drop {
    width: 1px;
    animation: quoteFilmstripRain 4.5s linear infinite;
}
.quote-filmstrip__drop--1 { left: 12%; animation-delay: 0s; }
.quote-filmstrip__drop--2 { left: 28%; animation-delay: 0.8s; }
.quote-filmstrip__drop--3 { left: 44%; animation-delay: 1.6s; }
.quote-filmstrip__drop--4 { left: 60%; animation-delay: 0.4s; }
.quote-filmstrip__drop--5 { left: 76%; animation-delay: 2.1s; }
.quote-filmstrip__drop--6 { left: 88%; animation-delay: 1.2s; }
@keyframes quoteFilmstripRain {
    0% { transform: translateY(-120%); opacity: 0; }
    15% { opacity: 0.6; }
    100% { transform: translateY(120vh); opacity: 0; }
}

.quote-filmstrip__divider {
    width: 3rem;
    height: 0.25rem;
    margin-bottom: 1rem;
}

.quote-filmstrip__title {
    font-variant: small-caps;
}

.quote-filmstrip__panel {
    scroll-snap-type: x mandatory;
    min-width: 0;
}

@media (min-width: 992px) {
    .quote-filmstrip__aside {
        width: 18rem;
        max-width: 18rem;
    }
    .quote-filmstrip__panel {
        flex: 1 1 0;
        width: 0;
        max-width: 100%;
    }
}

.quote-filmstrip__track {
    width: max-content;
    min-width: 100%;
}

.quote-filmstrip__reveal {
    display: flex;
    flex-direction: column;
    min-height: 22rem;
    opacity: 1;
    transform: none;
    transition: opacity 600ms ease, transform 600ms ease;
}
.quote-filmstrip__reveal--left:not(.is-visible) {
    opacity: 0;
    transform: translateX(-2rem);
}
.quote-filmstrip__reveal--right:not(.is-visible) {
    opacity: 0;
    transform: translateX(2rem);
}
.quote-filmstrip__reveal--center:not(.is-visible) {
    opacity: 0;
    transform: translateY(1.5rem);
}
.quote-filmstrip__reveal.is-visible {
    opacity: 1;
    transform: translate(0, 0);
}

.quote-filmstrip__card--focal {
    width: min(85vw, 22rem);
    min-height: 26rem;
}
.quote-filmstrip__card--support {
    width: min(72vw, 18rem);
    min-height: 22rem;
}

.quote-filmstrip__media {
    position: relative;
    flex: 1 1 auto;
    min-height: 14rem;
    overflow: hidden;
}
.quote-filmstrip__card--focal .quote-filmstrip__media {
    min-height: 16rem;
}

.quote-filmstrip__img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    min-height: 14rem;
}

.quote-filmstrip__clamp {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.quote-filmstrip__meta-quote {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.quote-filmstrip__sprockets {
    pointer-events: none;
}
.quote-filmstrip__sprockets--top {
    top: 0.35rem;
}
.quote-filmstrip__sprockets--bottom {
    bottom: 3.25rem;
}
/* hover + focus affordances (layout/outline via theme token) */
@media (hover: hover) {
    .quote-filmstrip-root [role="listitem"]:hover,
    .quote-filmstrip-root article:hover,
    .quote-filmstrip-root [class*="quote-filmstrip__card"]:hover,
    .quote-filmstrip-root .quote-filmstrip__book:hover,
    .quote-filmstrip-root .quote-filmstrip__step:hover,
    .quote-filmstrip-root .quote-filmstrip__index-card:hover,
    .quote-filmstrip-root .quote-filmstrip__pill:hover,
    .quote-filmstrip-root .quote-filmstrip__item:hover {
        transform: translateY(-0.125rem);
    }
}

.quote-filmstrip-root [role="listitem"],
.quote-filmstrip-root article,
.quote-filmstrip-root [class*="quote-filmstrip__card"],
.quote-filmstrip-root .quote-filmstrip__book,
.quote-filmstrip-root .quote-filmstrip__step,
.quote-filmstrip-root .quote-filmstrip__index-card,
.quote-filmstrip-root .quote-filmstrip__pill {
    transition: transform 200ms ease;
}

.quote-filmstrip-root a:focus-visible,
.quote-filmstrip-root button:focus-visible,
.quote-filmstrip-root [tabindex="0"]:focus-visible,
.quote-filmstrip-root input:focus-visible,
.quote-filmstrip-root summary:focus-visible,
.quote-filmstrip-root [role="slider"]:focus-visible {
    outline: 2px solid var(--bs-primary);
    outline-offset: 2px;
}

@media (hover: hover) {
    .quote-filmstrip-root button:hover,
    .quote-filmstrip-root a:hover,
    .quote-filmstrip-root summary:hover {
        opacity: 0.92;
    }
}

