.scope-sq-16 { width: 4rem; height: 4rem; flex-shrink: 0; }

.scope-card-hover,
.scope-cta-hover {
    transition: transform 0.3s ease;
}

.scope-card-hover:hover,
.scope-cta-hover:hover {
    transform: scale(1.05);
}

.minimal-rolex-timeline__year-size {
    font-size: clamp(48px, 8vw, 96px);
}

.minimal-rolex-timeline__vertical-line {
    width: 1px;
    min-height: 100%;
}

.minimal-rolex-timeline__text-width {
    max-width: 36rem;
}

.minimal-rolex-timeline__min-shrink {
  min-width: 0;
}

.minimal-rolex-timeline__item--last {
    border-bottom-width: 0;
}

/* 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;
}

.values-orb-card__thumb {
    width: 5rem;
    height: 5rem;
    z-index: 10;
}

/* quote island — grain, grid draw-in, cutout type, device frame, vaporwave motion */

.quote-island__panel--blur {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.quote-island__grain {
    position: absolute;
    inset: 0;
    opacity: 0.4;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)' opacity='0.55'/%3E%3C/svg%3E");
}

.quote-island__grid-line {
    stroke-dasharray: 1200;
    stroke-dashoffset: 1200;
    animation: quote-island-draw 1800ms ease forwards;
}

.quote-island__grid-line--delay {
    animation-delay: 350ms;
}

@keyframes quote-island-draw {
    to {
        stroke-dashoffset: 0;
    }
}

.quote-island__orb {
    animation: quote-island-drift 9s ease-in-out infinite;
    filter: blur(4rem);
}

.quote-island__orb--a {
    width: 10rem;
    height: 10rem;
    top: -2rem;
    left: 25%;
}

.quote-island__orb--b {
    width: 13rem;
    height: 13rem;
    top: 33%;
    right: -2.5rem;
    animation-delay: -3s;
    animation-duration: 11s;
}

.quote-island__orb--c {
    width: 12rem;
    height: 12rem;
    bottom: -3rem;
    left: 33%;
    animation-delay: -6s;
    animation-duration: 13s;
}

@keyframes quote-island-drift {
    0%,
    100% {
        transform: translate(0, 0) scale(1);
        opacity: 0.55;
    }
    33% {
        transform: translate(1.25rem, -0.75rem) scale(1.08);
        opacity: 0.85;
    }
    66% {
        transform: translate(-0.75rem, 1rem) scale(0.92);
        opacity: 0.65;
    }
}

.quote-island__panel {
    margin-inline: auto;
    max-width: 72rem;
}

.quote-island__cutout {
    -webkit-background-clip: text;
    background-clip: text;
    line-height: 1.05;
}

.quote-island__device {
    border-radius: 1.25rem;
    overflow: hidden;
}

.quote-island__device-notch {
    width: 3.5rem;
    height: 0.35rem;
    margin-inline: auto;
    border-radius: 9999px;
}

.quote-island__device-screen {
    aspect-ratio: 16 / 10;
}

.quote-island__device-display {
    height: 100%;
}

.quote-island__device-wave {
    max-width: 12rem;
}

.quote-island__device-dot {
    width: 0.5rem;
    height: 0.5rem;
}

.quote-island__support-media,
.quote-island__glyph {
    width: 2.5rem;
    height: 2.5rem;
    flex-shrink: 0;
}

.quote-island__quotes.is-list .quote-island__support-media,
.quote-island__quotes.is-list .quote-island__glyph {
    width: 2.75rem;
    height: 2.75rem;
}

.quote-island__card-body {
    min-width: 0;
}

.quote-island__quotes.is-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 576px) {
    .quote-island__quotes.is-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.quote-island__quotes.is-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.quote-island__quotes.is-list .quote-island__support-inner {
    align-items: center;
    gap: 0.75rem;
}

.quote-island__support-inner {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 0.625rem;
}

.quote-island__toggle-btn {
    appearance: none;
    -webkit-appearance: none;
    font: inherit;
    cursor: pointer;
    outline-offset: -2px;
    border-color: var(--bs-border-color);
    color: var(--bs-secondary-color);
    background-color: transparent;
}

.quote-island__toggle-btn.is-active {
    border-color: var(--bs-primary);
    color: var(--bs-primary);
    background-color: var(--bs-primary-bg-subtle);
}

@media (prefers-reduced-motion: reduce) {
    .quote-island__grid-line {
        animation: none;
        stroke-dashoffset: 0;
    }

    .quote-island__orb {
        animation: none;
    }
}

@media (min-width: 992px) {
    .quote-island__split-col--featured {
        position: sticky;
        top: 1.5rem;
        align-self: start;
    }
}
/* hover + focus affordances (layout/outline via theme token) */
@media (hover: hover) {
    .quote-island-root [role="listitem"]:hover,
    .quote-island-root article:hover,
    .quote-island-root [class*="quote-island__card"]:hover,
    .quote-island-root .quote-island__book:hover,
    .quote-island-root .quote-island__step:hover,
    .quote-island-root .quote-island__index-card:hover,
    .quote-island-root .quote-island__pill:hover,
    .quote-island-root .quote-island__item:hover {
        transform: translateY(-0.125rem);
    }
}

.quote-island-root [role="listitem"],
.quote-island-root article,
.quote-island-root [class*="quote-island__card"],
.quote-island-root .quote-island__book,
.quote-island-root .quote-island__step,
.quote-island-root .quote-island__index-card,
.quote-island-root .quote-island__pill {
    transition: transform 200ms ease;
}

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

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


.pulse-boost__section {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.pulse-boost__inner {
    max-width: 72rem;
    width: 100%;
    box-sizing: border-box;
}

/* Bootstrap: col-* внутри d-flex без .row даёт неверную ширину и обрезание справа */
.pulse-boost__split-row-bs {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1.5rem;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

@media (min-width: 1024px) {
    .pulse-boost__split-row-bs {
        flex-direction: row;
        align-items: center;
    }

    .pulse-boost__split-row-bs > * {
        flex: 1 1 0;
        min-width: 0;
        max-width: 50%;
        box-sizing: border-box;
    }
}

.pulse-boost__vessel--rise:hover { transform: scale(1.05); transition: transform .2s ease; }

@keyframes pulse-boost-highlight-throb-track {
    0%, 100% { opacity: 1; }
    50%       { opacity: .5; }
}
.pulse-boost__highlight--throb {
    animation: pulse-boost-highlight-throb-track 2s cubic-bezier(.4,0,.6,1) infinite;
}

.pulse-boost__jump--rise:hover { transform: scale(1.05); transition: transform .2s ease; }

.pulse-boost__control--rise:hover { transform: scale(1.05); transition: transform .2s ease; }

