.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);
}

.creed-split__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
}

@media (min-width: 1024px) {
    .creed-split__grid {
        grid-template-columns: minmax(0, 320px) 1fr;
        gap: 5rem;
    }

    .creed-split__aside {
        position: sticky;
        top: 6rem;
        align-self: start;
    }
}

@media (min-width: 640px) {
    .creed-split__label {
        width: 2.5rem;
    }
}

.mosaic-panel-photo__frame {
    height: 16rem;
}

.mosaic-panel-photo__min-shrink {
  min-width: 0;
}

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

