/* Services V1 — grid of links to the current parent page's child pages */

.srv.v1 {
    /* Mixed-case header (default fnt_t-1 is uppercase) */
    --fnt-t-1-tt: none;

    /* ── Service button grid ──────────────────────────────────── */
    .srv-v1-grd {
        --grd-sp-dyn: 1rem;
        gap: 1rem;
    }

    .srv-v1-lnk {
        border-radius: 0.55rem;
    }

    /* Compact button interior — pd_v/pd_h default to section-scale spacing,
       which makes the buttons far too tall. Override to button-scale padding. */
    .srv-v1-inr {
        --pd-v: 1.1rem;
        --pd-h: 1.55rem;
        gap: 1.33rem;
    }

    .srv-icn {
        color: var(--accent);
        font-size: 2rem;
        line-height: 1;
        flex: 0 0 auto;
    }

    .srv-v1-ttl {
        flex: 1 1 auto;
    }

    .arr {
        flex: 0 0 auto;
        font-size: 0.89rem;
    }
}
