.intro-centered-simple__content-area {
    max-width: 48rem;
}

.intro-centered-simple__text-block {
    max-width: 42rem;
}


.content-v40-thumb-wrap {
    flex-shrink: 0;
}

@media (min-width: 768px) {
    .content-v40-thumb-wrap {
        width: 50rem;
        max-width: 50rem;
    }
}

.content-col-grow {
    flex: 1 1 0%;
    min-width: 0;
}

.content-img-ratio {
    display: block;
    width: 100%;
    height: 100%;
    min-width: 0;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    flex-shrink: 0;
}

.folio-bodycopy__figure--lift:hover { transform: scale(1.05); transition: transform .2s ease; }

.folio-bodycopy__action--lift:hover { transform: scale(1.05); transition: transform .2s ease; }

.content-grid-gap {
    gap: 2rem;
}

.content-heading-gap {
    margin-bottom: 2rem;
}

/* glossary split — footnote icon size (layout only) */
.glossary-split__note-ico {
    width: 3.5rem;
    height: 3.5rem;
}

.glossary-split__note-icon {
    font-size: 1.3rem;
    line-height: 1;
}


@keyframes happenings-gatherings-star-pulse {
    0%, 100% { opacity: 1; }
    50%       { opacity: .5; }
}
.happenings-gatherings__star-lg {
    width: 1.5rem; height: 1.5rem;
    animation: happenings-gatherings-star-pulse 2s cubic-bezier(.4,0,.6,1) infinite;
}

@keyframes happenings-gatherings-star-bounce {
    0%, 100% { transform: translateY(0); animation-timing-function: cubic-bezier(.8,0,1,1); }
    50%       { transform: translateY(-25%); animation-timing-function: cubic-bezier(0,0,.2,1); }
}
.happenings-gatherings__star-sm {
    width: 1rem; height: 1rem;
    animation: happenings-gatherings-star-bounce 1s infinite;
    animation-delay: 0.5s;
}

@keyframes happenings-gatherings-trace-pulse {
    0%, 100% { opacity: 1; }
    50%       { opacity: .5; }
}
.happenings-gatherings__trace-lg {
    width: 5rem; height: 0.125rem;
    animation: happenings-gatherings-trace-pulse 2s cubic-bezier(.4,0,.6,1) infinite;
    animation-delay: 1.2s;
}
.happenings-gatherings__trace-sm {
    width: 4rem; height: 0.125rem;
    animation: happenings-gatherings-trace-pulse 2s cubic-bezier(.4,0,.6,1) infinite;
    animation-delay: 0.6s;
}

.happenings-gatherings__avatar { width: 6rem; height: 6rem; }
.happenings-gatherings__blob { width: 5rem; height: 5rem; }
.happenings-gatherings__accent { height: 0.25rem; }

.happenings-gatherings__record--lift:hover { transform: scale(1.05); transition: transform .2s ease; }

.headline-icon-stack__icon-wrap {
    width: 3rem;
    height: 3rem;
}

.tips-cards__card {
    max-width: 24rem;
}

