/* ── Hero text clip ── */
.hero-accent {
    background: linear-gradient(135deg, #C49A3C 0%, #DDB96A 60%, #C49A3C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ── Stat counter ── */
.counter {
    font-family: 'Cormorant Garamond', serif;
}
