
.about-deco--idea {
    top: -28px; left: 36px;
    width: 78px; height: 78px;
    font-size: 1.65rem;
    transform: rotate(-10deg);
    border-radius: 18px;
    opacity: .92;
}

/* big people icon middle — mission / team focus */
.about-deco--team {
    top: 70px; left: 130px;
    width: 110px; height: 110px;
    font-size: 2.2rem;
    transform: rotate(6deg);
    opacity: .82;
}

/* small bullseye bottom — the goal */
.about-deco--target {
    top: 154px; left: 30px;
    width: 64px; height: 64px;
    font-size: 1.4rem;
    transform: rotate(-4deg);
    border-radius: 16px;
    opacity: .78;
}

/* About page tweaks: bring richtext spacing to feel a bit more editorial */
.about-page .page-h2 + .richtext > p:first-child::first-letter {
    font-size: 1.2em;
    color: var(--gold-300);
    font-weight: 700;
}
