/* Shared decorative accents: blue, green, gold. */
.page-hero:after{background:linear-gradient(90deg,var(--blue) 0 33.333%,var(--teal) 33.333% 66.666%,var(--gold) 66.666%)}
.site-footer{border-image:linear-gradient(90deg,var(--blue),var(--teal),var(--gold)) 1}
.desktop-nav .nav-panel{border-top-color:var(--blue)}
.proposal{border-left-color:var(--blue)}
.solutions-grid>.service:nth-child(n){border-top:4px solid var(--blue)}
.solutions-grid>.service:nth-child(3n+2){border-top-color:var(--teal)}
.solutions-grid>.service:nth-child(3n+3){border-top-color:var(--gold)}
.sitemap-groups>.sitemap-group:nth-child(2n+1){border-top-color:var(--blue);background:#f1f6fb}
.sitemap-groups>.sitemap-group:nth-child(2n+2){border-top-color:var(--teal);background:#edf7f4}
.future-meanings>article:nth-child(2n+1){border-top-color:var(--blue)}
.future-meanings>article:nth-child(2n+2){border-top-color:var(--teal)}
.future-roadmap>li:nth-child(4n+1),.future-roadmap>li:nth-child(4n+4){border-top-color:var(--blue)}
.future-roadmap>li:nth-child(4n+2){border-top-color:var(--teal)}
.future-roadmap>li:nth-child(4n+3){border-top-color:var(--gold)}
@media(max-width:700px){
.sitemap-groups>.sitemap-group:nth-child(n){border-top-color:var(--blue);background:#f1f6fb}
.future-meanings>article:nth-child(n){border-top-color:var(--blue)}
.future-roadmap>li:nth-child(2n+1){border-top-color:var(--blue)}
.future-roadmap>li:nth-child(2n+2){border-top-color:var(--teal)}
}
@media(max-width:600px){.solutions-grid>.service:nth-child(n){border-top:4px solid var(--blue)}}
@media(max-width:420px){.future-roadmap>li:nth-child(n){border-top-color:var(--blue)}}
