/* COLONIAL CLUB — Identité globale V1.6.0 */

.site-header {
    background-color: #0d0d0d !important;
    background-image:
        linear-gradient(
            90deg,
            rgba(13, 13, 13, .32),
            rgba(13, 13, 13, .18) 46%,
            rgba(13, 13, 13, .40)
        ),
        url("branding/colonial-site-header.png") !important;
    background-size: cover !important;
    background-position: center 46% !important;
    background-repeat: no-repeat !important;
    border-bottom-color: #f7941d !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
}

.site-header .brand,
.site-header .main-navigation {
    position: relative;
    z-index: 1;
}

.site-header .brand {
    padding: .45rem .65rem;
    border-radius: 14px;
    background: rgba(13, 13, 13, .62);
    backdrop-filter: blur(2px);
}

.site-header .main-navigation {
    padding: .35rem .45rem;
    border-radius: 14px;
    background: rgba(13, 13, 13, .50);
    backdrop-filter: blur(2px);
}

.site-header .brand-copy,
.site-header .main-navigation a,
.site-header .navigation-button {
    text-shadow: 0 2px 5px rgba(0, 0, 0, .85);
}

.communication-automation-policy {
    margin-top: 1rem;
}

.communication-policy-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .75rem;
    margin: 1rem 0;
}

.communication-policy-grid article {
    display: grid;
    gap: .25rem;
    padding: .85rem;
    border: 1px solid #e7e0d7;
    border-radius: 12px;
    background: #fff;
}

.communication-policy-grid article span {
    color: #666;
}

@media (max-width: 900px) {
    .communication-policy-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .site-header {
        background-position: center 44% !important;
    }
}

@media (max-width: 620px) {
    .communication-policy-grid {
        grid-template-columns: 1fr;
    }

    .site-header .brand,
    .site-header .main-navigation {
        background: rgba(13, 13, 13, .70);
    }
}
