.perspective-masthead-rule {
    border-top: 4px solid var(--bs-body-color);
    border-bottom: 4px solid var(--bs-body-color);
}

.perspective-title-rule {
    border-bottom: 2px solid var(--bs-body-color);
}

.perspective-quote-frame {
    border-top: 1px solid rgba(var(--bs-emphasis-color-rgb), 0.2);
    border-bottom: 1px solid rgba(var(--bs-emphasis-color-rgb), 0.2);
    border-left: 4px solid var(--bs-primary);
}

.perspective-headline-hover {
    transition: color 0.2s ease;
}

.perspective-headline-hover:hover {
    color: var(--bs-primary);
}

.perspective-micro-label {
    font-size: 0.6rem;
    letter-spacing: 0.15em;
}

.perspective-byline-suffix {
    font-size: 0.6rem;
    opacity: 0.6;
}

.perspective-quote-text {
    font-size: 1.1rem;
}

.perspective-card-desc {
    font-size: 0.875rem;
}

/* values v27 - diagonal skewed constructivist cards */
.values-constructivist__wrap {
    max-width: 96rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.values-constructivist__col {
    display: flex;
}

.values-constructivist__card {
    transform: rotate(-3deg);
    will-change: transform;
    width: 100%;
    min-height: 22rem;
}

.values-constructivist__col:nth-child(even) .values-constructivist__card {
    transform: rotate(3deg);
}

.values-constructivist__icon-box {
    width: 3.5rem;
    height: 3.5rem;
    flex-shrink: 0;
}

.values-constructivist__dot {
    top: -0.75rem;
    left: -0.75rem;
    width: 2.5rem;
    height: 2.5rem;
}

.values-constructivist__card:hover,
.values-constructivist__card:focus-within {
    transform: rotate(0deg) translateY(-4px);
}

@media (prefers-reduced-motion: reduce) {
    .values-constructivist__card {
        transform: none;
    }

    .values-constructivist__col:nth-child(even) .values-constructivist__card {
        transform: none;
    }
}

.roster-lift-hover__portrait {
    width: 7rem;
    height: 7rem;
}

.roster-lift-hover__min-shrink {
  min-width: 0;
}

