/* ============================================================
   PHONY — Footer 2026 / 2027
   Cobalt, CTA téléphone, NAP, grille 2 col mobile
============================================================ */

.footer.ft {
    --ft-bg: oklch(22% 0.09 260);
    --ft-bg-2: oklch(18% 0.08 260);
    --ft-line: oklch(99% 0.01 260 / 0.10);
    --ft-mute: oklch(92% 0.02 260 / 0.72);
    --ft-ink: #fff;
    --ft-yellow: var(--accent-yellow, oklch(85% 0.21 85));
    --ft-blue: var(--primary-blue, oklch(45% 0.19 260));
    color-scheme: dark;
    background:
        radial-gradient(ellipse 50% 80% at 0% 0%, oklch(45% 0.16 260 / 0.35) 0%, transparent 55%),
        radial-gradient(ellipse 40% 50% at 100% 100%, oklch(85% 0.21 85 / 0.08) 0%, transparent 50%),
        linear-gradient(180deg, var(--ft-bg) 0%, var(--ft-bg-2) 100%);
    color: var(--ft-ink);
    padding: 56px 0 28px;
    margin: 0;
    text-align: left;
}

.ft .container { width: 100%; }

.ft__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) repeat(3, minmax(0, 1fr));
    gap: 40px 32px;
    align-items: start;
    margin: 0 0 40px;
    text-align: left;
}

.ft__brand { min-width: 0; max-width: 360px; }

.ft__logo {
    margin: 0 0 10px;
    font-family: var(--font-heading, inherit);
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -0.05em;
    line-height: 1;
    color: var(--ft-yellow);
}

.ft__tag {
    margin: 0 0 18px;
    font-size: 14.5px;
    line-height: 1.5;
    color: var(--ft-mute);
    max-width: 34ch;
}

.ft__call {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 20px;
    border-radius: 999px;
    background: var(--ft-yellow);
    color: var(--gray-900, #12141c);
    font-size: 16px;
    font-weight: 800;
    letter-spacing: -0.02em;
    text-decoration: none;
    box-shadow: 0 12px 28px -14px oklch(75% 0.18 85 / 0.9);
    transition: transform 0.2s ease, background 0.2s ease;
}

.ft__call:hover {
    background: oklch(90% 0.16 85);
    color: var(--gray-900, #12141c);
    transform: translateY(-1px);
}

.ft__call i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    width: 1em;
}

.ft__hours {
    margin: 12px 0 16px;
    font-size: 13px;
    font-weight: 600;
    color: var(--ft-mute);
    display: flex;
    align-items: center;
    gap: 8px;
}
.ft__hours i {
    color: var(--ft-yellow);
    line-height: 1;
    width: 1em;
    display: grid;
    place-items: center;
}

.ft .footer-col p,
.ft .footer-col ul li {
    opacity: 1;
    margin-bottom: 0;
}

.ft__social {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ft__social a {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: oklch(99% 0.01 260 / 0.08);
    border: 1px solid var(--ft-line);
    color: #fff;
    display: grid;
    place-items: center;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.ft__social a:hover {
    background: var(--ft-yellow);
    border-color: var(--ft-yellow);
    color: var(--gray-900, #12141c);
}

.ft__social a i {
    display: block;
    line-height: 1;
    font-size: 16px;
}

.ft__title {
    margin: 0 0 14px;
    font-family: var(--font-heading, inherit);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ft-yellow);
}

.ft__col ul,
.ft__nap {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.ft__col a,
.ft__nap a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 0;
    color: var(--ft-ink);
    text-decoration: none;
    font-size: 14.5px;
    font-weight: 600;
    line-height: 1.35;
    opacity: 0.86;
    transition: opacity 0.15s ease, color 0.15s ease;
}

.ft__col a:hover,
.ft__nap a:hover {
    opacity: 1;
    color: var(--ft-yellow);
    padding-left: 0;
}

.ft__nap li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    padding: 8px 0;
    min-height: 44px;
    font-size: 14px;
    line-height: 1.45;
    color: var(--ft-mute);
    opacity: 1;
}

.ft__nap a {
    min-height: 0;
    display: inline;
    padding: 0;
    opacity: 1;
}

.ft__nap li i {
    width: 18px;
    margin-top: 2px;
    color: var(--ft-yellow);
    font-size: 13px;
    line-height: 1;
    display: grid;
    place-items: center;
    flex-shrink: 0;
}

.ft__nap li:hover i { transform: none; }

.ft__bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px 24px;
    padding-top: 22px;
    border-top: 1px solid var(--ft-line);
}

.ft__copy {
    margin: 0;
    font-size: 12.5px;
    font-weight: 600;
    color: var(--ft-mute);
    line-height: 1.45;
}

.ft__legal {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 4px;
}

.ft__legal a {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 10px;
    color: var(--ft-mute);
    font-size: 12.5px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 8px;
}

.ft__legal a:hover { color: var(--ft-yellow); }

.ft a:focus-visible {
    outline: 2px solid var(--ft-yellow);
    outline-offset: 3px;
}

@media (max-width: 1024px) {
    .ft__grid {
        grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(0, 1fr));
    }
    .ft__brand { grid-column: 1 / -1; max-width: none; }
}

@media (max-width: 768px) {
    .footer.ft {
        padding: 40px 0 calc(24px + env(safe-area-inset-bottom, 0px));
        text-align: left;
    }
    .ft__grid {
        grid-template-columns: 1fr 1fr;
        gap: 28px 20px;
        margin-bottom: 28px;
    }
    .ft__brand {
        grid-column: 1 / -1;
        max-width: none;
    }
    .ft__tag { max-width: none; }
    .ft__call {
        width: 100%;
        min-height: 52px;
        font-size: 17px;
    }
    .ft__col a { min-height: 44px; }
    .ft__col:last-child { grid-column: 1 / -1; }
    .ft__bar {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 18px;
    }
    .ft__legal {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0 4px;
    }
    .ft__legal a {
        min-height: 44px;
        padding: 0 0;
        justify-content: flex-start;
    }
}

@media (max-width: 420px) {
    .ft__grid { gap: 24px 16px; }
    .ft__col a { font-size: 13.5px; }
}
