/* ============================================================
   BLOC CONTACT — shokola_contact
   Fondation .shk-section--contact* + eyebrow à pastille + bloc infos.
   Déplacé depuis assets/css/custom.css.
   ============================================================ */

/* --- Fondation : section magenta + « S » géant --- */
.shk-section--contact {
    background: var(--color-secondaire);
    color: var(--color-light);
    overflow: hidden;
    position: relative;
}

.shk-section--contact::before {
    content: "S";
    position: absolute;
    font-family: var(--font-3);
    font-style: italic;
    font-weight: 500;
    font-size: 42vw;
    line-height: .7;
    color: rgba(255, 255, 255, .06);
    bottom: -12vw;
    right: -4vw;
    z-index: 0;
    pointer-events: none;
    user-select: none;
}

.shk-section--contact > .container-fluid,
.shk-section--contact .shk-wrap {
    position: relative;
    z-index: 1;
}

.shk-section--contact .style-pre-titre {
    color: rgba(255, 255, 255, .85) !important;
}

.shk-section--contact .style-style-1,
.shk-contact-title {
    color: var(--color-light) !important;
    font-size: clamp(2.6rem, 9vw, 7.5rem);
    line-height: .95;
    margin: 0 0 36px;
}

.shk-contact-title em {
    font-family: var(--font-3);
    font-style: italic;
    font-weight: 500;
}

.shk-contact-row {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    align-items: center;
}

.shk-section--contact .btn-cta-normal-light:hover {
    background: var(--color-dark);
    color: var(--color-light);
}

.shk-section--contact .btn-cta-outline {
    color: var(--color-light);
    border-color: rgba(255, 255, 255, .6);
}

.shk-section--contact .btn-cta-outline:hover {
    background: var(--color-light);
    color: var(--color-secondaire);
    border-color: var(--color-light);
}

/* --- Eyebrow à pastille --- */
.shk-contact-eyebrow {
    font-family: var(--font-2);
    font-size: .78rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .85);
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.shk-contact-eyebrow .d {
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
}

.shk-contact-info {
    display: flex;
    gap: clamp(28px, 5vw, 72px);
    flex-wrap: wrap;
    margin-top: 64px;
    border-top: 1px solid rgba(255, 255, 255, .3);
    padding-top: 32px;
}

.shk-contact-info .lbl {
    font-family: var(--font-2);
    font-size: .72rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .7);
    margin-bottom: 8px;
}

.shk-contact-info .vl {
    font-weight: 600;
    font-size: 1.05rem;
}
