/* =========================================================
   KUMBA - feuille CSS propre
   Direction : maquette validée, responsive desktop / tablette / mobile
   ========================================================= */

/* -----------------------------
   1. Polices
   ----------------------------- */
@font-face {
    font-family: "Agrandir";
    src: url("/fonts/Agrandir-Regular.woff2") format("woff2"),
    url("/fonts/Agrandir-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Agrandir";
    src: url("/fonts/Agrandir-TextBold.woff2") format("woff2"),
    url("/fonts/Agrandir-TextBold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Agrandir Grand";
    src: url("/fonts/Agrandir-GrandHeavy.woff2") format("woff2"),
    url("/fonts/Agrandir-GrandHeavy.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Le Jour Serif";
    src: url("/fonts/LeJourSerif-OVZMo.woff2") format("woff2"),
    url("/fonts/LeJourSerif-OVZMo.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Bebas Neue";
    src: url("/fonts/BebasNeue-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* -----------------------------
   2. Variables
   ----------------------------- */
:root {
    --kumba-blue: #13a9b7;
    --kumba-blue-dark: #077b87;
    --kumba-blue-deep: #006f7b;
    --kumba-cream: #f4ead8;
    --kumba-cream-soft: #fff8ea;
    --kumba-yellow: #ecd33e;
    --kumba-yellow-light: #f8e25b;
    --kumba-ink: #090909;
    --kumba-line: rgba(19, 169, 183, .62);

    --font-body: "Agrandir", Arial, Helvetica, sans-serif;
    --font-serif: "Le Jour Serif", Georgia, serif;
    --font-poster: "Bebas Neue", "Agrandir Grand", "Agrandir", Arial, Helvetica, sans-serif;
    --font-info-title: "Agrandir Grand", "Agrandir", Arial, Helvetica, sans-serif;
}

/* -----------------------------
   3. Base
   ----------------------------- */
* {
    box-sizing: border-box;
}

html,
body {
    min-height: 100%;
}

body {
    margin: 0;
    color: var(--kumba-ink);
    background-color: var(--kumba-blue);
    background-image: url("./images/pattern.webp");
    background-repeat: repeat;
    background-position: top center;
    background-size: 380px 380px;
    font-family: var(--font-body);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;

}

a {
    color: inherit;
}

.kumba-page {
    min-height: 100vh;
    padding: clamp(26px, 3.3vw, 48px);
}

.kumba-poster {
    position: relative;
    isolation: isolate;
    width: min(100%, 1280px);
    min-height: calc(100vh - clamp(52px, 6.6vw, 96px));
    margin: 0 auto;
    padding: clamp(52px, 5.4vw, 72px) clamp(58px, 5vw, 86px) clamp(26px, 3.3vw, 40px);
    overflow: hidden;
    background: var(--kumba-cream);
    border: clamp(12px, 1.18vw, 17px) solid var(--kumba-blue);
    box-shadow: 0 21px 44px rgba(0, 74, 84, .29);
}

.kumba-poster-border {
    position: absolute;
    inset: clamp(16px, 1.55vw, 25px);
    z-index: -1;
    border: clamp(2px, .3vw, 4px) solid var(--kumba-blue);
    pointer-events: none;
}

/* -----------------------------
   4. Header
   ----------------------------- */
.kumba-header {
    text-align: center;
}

.kumba-logo {
    display: block;
    width: min(430px, 45vw);
    height: auto;
    margin: 0 auto;
}

.kumba-baseline {
    margin: 15px 0 0;
    font-size: clamp(.92rem, 1.02vw, 1rem);
    font-weight: 700;
    line-height: 1;
}

.kumba-baseline::after {
    content: "";
    display: block;
    width: 70px;
    height: 3px;
    margin: 13px auto 0;
    border-radius: 999px;
    background: var(--kumba-blue);
}

/* -----------------------------
   5. Hero
   ----------------------------- */
.kumba-hero {
    display: grid;
    grid-template-columns: minmax(0, 700px) minmax(320px, 390px);
    row-gap: 0;
    column-gap: clamp(42px, 4.5vw, 72px);
    align-items: center;
    max-width: 1160px;
    margin: clamp(48px, 5vw, 64px) auto 0;
}

.kumba-hero-title-wrap {
    position: relative;
    width: 100%;
    min-height: 275px;
    overflow: visible;
}

.kumba-hero-content {
    display: flex;
    align-self: start;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
}

.kumba-intro {
    max-width: 390px;
    margin: 0;
    font-size: 1.04rem;
    font-weight: 700;
    line-height: 1.58;
    text-align: center;
}

/* Titre principal */
.kumba-title {
    position: relative;
    z-index: 2;
    width: 700px;
    max-width: 100%;
    margin: 0;
    font-family: var(--font-poster);
    font-size: clamp(5.55rem, 6.25vw, 6.85rem);
    font-weight: 400;
    line-height: .84;
    letter-spacing: .012em;
    text-transform: uppercase;
}

.kumba-title span {
    position: relative;
    display: block;
    width: max-content;
    max-width: 100%;
    color: transparent;
    white-space: nowrap;
    background-image:
            url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='360' height='92' viewBox='0 0 360 92'%3E%3Cpath d='M0 22 C24 8 48 8 72 22 S120 36 144 22 S192 8 216 22 S264 36 288 22 S336 8 360 22' fill='none' stroke='%23ffffff' stroke-opacity='.20' stroke-width='9' stroke-linecap='round'/%3E%3Cpath d='M0 48 C24 34 48 34 72 48 S120 62 144 48 S192 34 216 48 S264 62 288 48 S336 34 360 48' fill='none' stroke='%23006772' stroke-opacity='.16' stroke-width='10' stroke-linecap='round'/%3E%3Cpath d='M0 72 C24 58 48 58 72 72 S120 86 144 72 S192 58 216 72 S264 86 288 72 S336 58 360 72' fill='none' stroke='%23ffffff' stroke-opacity='.12' stroke-width='8' stroke-linecap='round'/%3E%3C/svg%3E"),
            linear-gradient(180deg, #18aebb 0%, #0795a3 48%, #057987 100%);
    background-repeat: repeat-x, no-repeat;
    background-position: 0 48%, 0 0;
    background-size: 360px 92px, 100% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-stroke: 1.4px #078f9c;
    paint-order: stroke fill;
}

.kumba-title span:nth-child(2) {
    margin-top: -.065em;
    margin-left: 50px;
}

/* Décoration en haut à gauche du titre */
.kumba-title-bursts {
    position: absolute;
    top: -84px;
    left: -62px;
    z-index: 5;
    width: 112px;
    height: 98px;
    overflow: visible;
    pointer-events: none;
}

.kumba-title-bursts svg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.kumba-title-bursts path {
    fill: none !important;
    stroke-linecap: round;
    stroke-linejoin: round;
    filter: none !important;
    transform: none !important;
}

.kumba-title-bursts .burst-outline {
    stroke: #078fa0;
    stroke-width: 9.5;
}

.kumba-title-bursts .burst-inner {
    stroke: var(--kumba-cream);
    stroke-width: 4.2;
}

.kumba-title-bursts .burst-small {
    stroke: #cfe1de;
    stroke-width: 3.2;
    opacity: .95;
}

.kumba-hand {
    position: absolute;
    top: 126px;
    left: 590px;
    z-index: 4;
    font-size: 3.05rem;
    line-height: 1;
    transform: rotate(-3deg);
}

.kumba-yellow-wave--hero {
    display: block;
    width: 344px;
    height: 34px;
    margin: 8px 0 0 42px;
    overflow: visible;
    background: none !important;
}

.kumba-yellow-wave--hero path {
    fill: none;
    stroke: #e8bf16;
    stroke-width: 9.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* CTA menu */
.kumba-menu-row {
    position: relative;
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
}

.kumba-menu-cta {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
        "label arrow"
        "main arrow";
    align-items: center;
    gap: .18rem 1.18rem;
    width: min(100%, 442px);
    margin: 0;
    padding: .98rem 1.10rem .98rem 1.58rem;
    color: var(--kumba-ink);
    text-decoration: none;
    background: linear-gradient(180deg, var(--kumba-yellow-light), var(--kumba-yellow));
    border: 4px solid var(--kumba-blue);
    border-radius: 999px;
    box-shadow:
            0 8px 0 var(--kumba-blue-dark),
            0 20px 28px rgba(19, 169, 183, .24);
    transition: transform .16s ease, box-shadow .16s ease;
}

.kumba-menu-cta:hover,
.kumba-menu-cta:focus-visible {
    transform: translateY(-2px);
    box-shadow:
            0 10px 0 var(--kumba-blue-dark),
            0 25px 32px rgba(19, 169, 183, .29);
}

.kumba-menu-label {
    grid-area: label;
    color: var(--kumba-blue-deep);
    font-size: clamp(.71rem, .82vw, .82rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.kumba-menu-cta strong {
    grid-area: main;
    font-size: clamp(1.76rem, 2.23vw, 2.24rem);
    font-weight: 700;
    line-height: .95;
    letter-spacing: -.05em;
}

.kumba-menu-arrow {
    grid-area: arrow;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    color: var(--kumba-cream-soft);
    background: var(--kumba-blue);
    border-radius: 50%;
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, .2);
}

.kumba-menu-arrow svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.1;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Traits décoratifs à droite du CTA */
.kumba-cta-bursts {
    position: absolute;
    top: 50%;
    left: calc(50% + 236px);
    z-index: 6;
    display: block;
    width: 90px;
    height: 84px;
    overflow: visible;
    pointer-events: none;
    transform: translateY(-50%);
}

.kumba-cta-bursts path {
    fill: none !important;
    stroke-linecap: round;
    stroke-linejoin: round;
    filter: none !important;
    transform: none !important;
}

.kumba-cta-bursts .kumba-cta-mark-outline {
    stroke: #078fa0;
    stroke-width: 8.8;
}

.kumba-cta-bursts .kumba-cta-mark-inner {
    stroke: var(--kumba-cream);
    stroke-width: 3.8;
}

.kumba-cta-bursts .kumba-cta-mark-light {
    stroke: #cfe1de;
    stroke-width: 3.1;
    opacity: .95;
}

/* -----------------------------
   6. Blocs infos
   ----------------------------- */
.kumba-separator {
    max-width: 990px;
    margin: clamp(54px, 5.3vw, 70px) auto clamp(30px, 3.5vw, 45px);
    border-top: 2px dotted var(--kumba-line);
}

.kumba-desktop-infos {
    display: grid;
    grid-template-columns: 1.08fr .9fr 1fr;
    gap: clamp(40px, 5.1vw, 70px);
    max-width: 990px;
    margin: 0 auto;
}

.kumba-info-block {
    position: relative;
    min-width: 0;
}

.kumba-info-block:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 6px;
    right: calc(clamp(40px, 5.1vw, 70px) / -2);
    height: calc(100% - 2px);
    border-right: 2px dotted var(--kumba-line);
}

.kumba-info-block--center {
    text-align: center;
}

.kumba-info-block--center .kumba-info-head {
    justify-content: flex-start;
    text-align: left;
}

.kumba-info-head {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 20px;
}

/* Icônes rondes */
.kumba-round-icon {
    position: relative;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    color: var(--kumba-cream-soft);
    background:
            radial-gradient(circle at 30% 23%, rgba(255, 255, 255, .36) 0 8px, transparent 9px),
            radial-gradient(circle at 70% 82%, rgba(0, 86, 96, .35) 0 24px, transparent 25px),
            linear-gradient(145deg, #19bac7 0%, #008c9a 52%, #006f7b 100%);
    border-radius: 50%;
    box-shadow:
            0 7px 0 rgba(0, 111, 123, .22),
            0 10px 18px rgba(0, 111, 123, .16),
            inset 0 -9px 16px rgba(0, 83, 93, .20);
}

.kumba-round-icon::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 11px;
    width: 23px;
    height: 15px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .34);
    transform: rotate(-22deg);
    pointer-events: none;
}

.kumba-round-icon::after {
    content: "";
    position: absolute;
    inset: 7px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 50%;
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, .08);
    pointer-events: none;
}

.kumba-round-icon svg {
    position: relative;
    z-index: 1;
    display: block;
    width: 42px;
    height: 42px;
    overflow: visible;
    fill: none !important;
    stroke: currentColor !important;
}

.kumba-round-icon path,
.kumba-round-icon circle {
    fill: none !important;
    stroke: currentColor !important;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.kumba-round-icon .kumba-icon-stroke-xl {
    stroke-width: 4 !important;
}

.kumba-round-icon .kumba-icon-stroke-md {
    stroke-width: 3 !important;
}

/* Titres infos */
.kumba-info-block h2,
.kumba-mobile-infos summary {
    display: inline-block;
    margin: 0;
    color: transparent !important;
    font-family: var(--font-info-title);
    font-size: clamp(1.92rem, 1.22vw, 2.28rem);
    font-weight: 900;
    line-height: .96;
    letter-spacing: -.005em;
    background-image:
            url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='48' viewBox='0 0 180 48'%3E%3Cpath d='M0 14 C14 5 28 5 42 14 S70 23 84 14 S112 5 126 14 S154 23 180 14' fill='none' stroke='%23ffffff' stroke-opacity='.18' stroke-width='6' stroke-linecap='round'/%3E%3Cpath d='M0 31 C14 22 28 22 42 31 S70 40 84 31 S112 22 126 31 S154 40 180 31' fill='none' stroke='%23006772' stroke-opacity='.13' stroke-width='6' stroke-linecap='round'/%3E%3C/svg%3E"),
            linear-gradient(180deg, #18aebb 0%, #0795a3 48%, #057987 100%);
    background-repeat: repeat-x, no-repeat;
    background-position: 0 48%, 0 0;
    background-size: 180px 48px, 100% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: .45px #078f9c;
    paint-order: stroke fill;
}

.kumba-info-block h2::after,
.kumba-mobile-infos summary::after {
    content: "";
    display: block;
    width: 74px;
    height: 14px;
    margin-top: 7px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='74' height='14' viewBox='0 0 74 14'%3E%3Cpath d='M2 8 C7 3 12 3 17 8 S27 13 32 8 S42 3 47 8 S57 13 72 8' fill='none' stroke='%23ecd33e' stroke-width='4.6' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.kumba-info-block p,
.kumba-mobile-infos p {
    margin: 0 0 .92rem;
    font-size: clamp(.94rem, .98vw, 1rem);
    line-height: 1.46;
}

/* Infos centrales et liens */
.kumba-social-label {
    margin-top: 1.1rem !important;
    font-weight: 700;
    text-align: center;
}

.kumba-socials {
    display: flex;
    justify-content: center;
    gap: .72rem;
    margin-top: 1rem;
}

.kumba-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    color: var(--kumba-blue-deep);
    text-decoration: none;
    background: linear-gradient(180deg, var(--kumba-yellow-light), var(--kumba-yellow));
    border: 3px solid var(--kumba-blue);
    border-radius: 14px;
    box-shadow: 0 5px 0 rgba(0, 111, 123, .35);
}

.kumba-socials svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.kumba-google-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    margin-top: 1.04rem;
    padding: .78rem 1.18rem;
    font-size: .94rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    background: rgba(255, 255, 255, .12);
    border: 2px solid rgba(19, 169, 183, .5);
    border-radius: 999px;
}

.kumba-mobile-infos {
    display: none;
}

/* -----------------------------
   7. Lien Calle Del Sabor + footer
   ----------------------------- */
.kumba-cds-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(.55rem, 1.32vw, 1rem);
    width: min(100%, 615px);
    min-height: 66px;
    margin: clamp(40px, 4.7vw, 56px) auto 0;
    padding: .55rem 1rem;
    text-decoration: none;
    background: rgba(255, 255, 255, .10);
    border: 2px solid rgba(19, 169, 183, .34);
    border-radius: 999px;
}

.kumba-cds-link span {
    font-family: var(--font-serif);
    font-size: clamp(.78rem, .93vw, .94rem);
    text-transform: uppercase;
    white-space: nowrap;
}

.kumba-cds-link img {
    display: block;
    width: auto;
    height: clamp(32px, 3.4vw, 44px);
    max-width: min(42vw, 245px);
}

.kumba-cds-link strong {
    color: var(--kumba-blue-deep);
    font-size: clamp(.86rem, 1vw, .96rem);
    white-space: nowrap;
}

.kumba-footer {
    margin-top: clamp(21px, 2.8vw, 30px);
    color: rgba(9, 9, 9, .62);
    font-size: .75rem;
    text-align: center;
}

/* -----------------------------
   8. Tablette
   ----------------------------- */
@media (max-width: 991.98px) {
    body {
        background-size: 214px auto;
    }

    .kumba-poster {
        width: min(100%, 760px);
        padding-right: clamp(38px, 6vw, 58px);
        padding-left: clamp(38px, 6vw, 58px);
    }

    .kumba-logo {
        width: min(390px, 58vw);
    }

    .kumba-baseline {
        text-align: center;
    }

    .kumba-hero {
        grid-template-columns: 1fr;
        row-gap: 26px;
        column-gap: 0;
        max-width: 100%;
        margin-top: clamp(38px, 6vw, 52px);
        text-align: center;
    }

    .kumba-hero-title-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        min-height: auto;
    }

    .kumba-hero-content {
        align-items: center;
        padding-top: 0;
    }

    .kumba-intro {
        max-width: 560px;
        text-align: center;
    }

    .kumba-title {
        width: min(100%, 680px);
        margin-right: auto;
        margin-left: auto;
        text-align: left;
    }

    .kumba-title span:nth-child(2) {
        margin-left: clamp(28px, 7vw, 50px);
    }

    .kumba-title-bursts {
        top: -48px;
        left: clamp(-42px, -4vw, -24px);
    }

    .kumba-hand {
        right: 0;
        left: auto;
    }

    .kumba-yellow-wave--hero {
        margin-right: auto;
        margin-left: auto;
    }

    .kumba-menu-row {
        margin-top: 20px;
    }

    .kumba-cta-bursts {
        display: none;
    }

    .kumba-desktop-infos {
        grid-template-columns: 1fr;
        max-width: 560px;
        gap: 42px;
        text-align: center;
    }

    .kumba-info-block::after {
        display: none;
    }

    .kumba-info-head,
    .kumba-info-block--center .kumba-info-head {
        justify-content: center;
        text-align: center;
    }

    .kumba-info-block h2::after {
        margin-right: auto;
        margin-left: auto;
    }
}

/* -----------------------------
   9. Mobile
   ----------------------------- */
@media (max-width: 575.98px) {
    body {
        background-size: 71px auto;
    }

    .kumba-page {
        padding: 8px;
    }

    .kumba-poster {
        width: 100%;
        min-height: calc(100vh - 16px);
        padding: 36px 21px 27px;
        border-width: 8px;
        box-shadow: 0 12px 24px rgba(0, 80, 90, .22);
    }

    .kumba-poster-border {
        inset: 10px;
        border-width: 2px;
    }

    .kumba-logo {
        width: min(300px, 84vw);
    }

    .kumba-baseline {
        margin-top: 22px;
        font-size: 1rem;
        text-align: center;
    }

    .kumba-baseline::after {
        width: 72px;
        margin-top: 16px;
        margin-right: auto;
        margin-left: auto;
    }

    .kumba-hero {
        display: grid;
        grid-template-columns: 1fr;
        row-gap: 22px;
        margin-top: 40px;
    }

    /* Sur téléphone, l'intro ne se place pas entre le titre et le bouton. */
    .kumba-hero-content {
        display: none;
    }

    .kumba-title {
        width: 100%;
        max-width: 365px;
        margin: 0 auto;
        font-size: clamp(3.05rem, 13vw, 3.62rem);
        line-height: .9;
    }

    .kumba-title span {
        width: max-content;
        max-width: 100%;
        white-space: nowrap;
    }

    .kumba-title span:nth-child(2) {
        margin-top: -.03em;
        margin-left: clamp(22px, 8vw, 42px);
    }

    .kumba-title-bursts {
        top: -58px;
        left: -10px;
        width: 70px;
        height: 62px;
    }

    .kumba-title-bursts .burst-outline {
        stroke-width: 8;
    }

    .kumba-title-bursts .burst-inner {
        stroke-width: 3.8;
    }

    .kumba-hand {
        top: clamp(72px, 20vw, 88px);
        right: -4px;
        font-size: 2.08rem;
    }

    .kumba-yellow-wave--hero {
        width: 132px;
        height: 22px;
        margin: 13px auto 0;
    }

    .kumba-yellow-wave--hero path {
        stroke-width: 7;
    }

    .kumba-menu-row {
        margin-top: 18px;
    }

    .kumba-menu-cta {
        width: 100%;
        padding: .86rem .92rem .86rem 1.31rem;
        gap: .12rem 1.03rem;
    }

    .kumba-menu-label {
        font-size: .72rem;
    }

    .kumba-menu-cta strong {
        font-size: clamp(1.76rem, 8vw, 2.05rem);
    }

    .kumba-menu-arrow {
        width: 50px;
        height: 50px;
    }

    .kumba-separator,
    .kumba-desktop-infos {
        display: none;
    }

    .kumba-mobile-infos {
        display: grid;
        gap: 14px;
        margin-top: 30px;
    }

    .kumba-mobile-infos details {
        padding: 1.08rem 1rem 1rem;
        background: rgba(255, 255, 255, .10);
        border: 2px dotted rgba(19, 169, 183, .55);
        border-radius: 24px;
    }

    .kumba-mobile-infos summary {
        display: flex;
        flex-direction: column;
        align-items: center;
        list-style: none;
        cursor: pointer;
        font-size: clamp(1.62rem, 8.8vw, 2.06rem);
        line-height: .92;
        text-align: center;
    }

    .kumba-mobile-infos summary::-webkit-details-marker {
        display: none;
    }

    .kumba-mobile-infos summary::after {
        margin-right: auto;
        margin-left: auto;
    }

    .kumba-mobile-infos details[open] summary {
        margin-bottom: 1rem;
    }

    .kumba-mobile-infos p {
        max-width: 28rem;
        margin-right: auto;
        margin-left: auto;
        font-size: 1.01rem;
        line-height: 1.54;
        text-align: center;
    }

    .kumba-round-icon {
        width: 56px;
        height: 56px;
    }

    .kumba-round-icon svg {
        width: 37px;
        height: 37px;
    }

    .kumba-google-link {
        display: flex;
        width: min(100%, 310px);
        margin-right: auto;
        margin-left: auto;
        padding: .8rem 1rem;
    }

    .kumba-cds-link {
        flex-wrap: wrap;
        gap: .35rem .7rem;
        width: 100%;
        min-height: 92px;
        margin-top: 36px;
        padding: .82rem .9rem;
        border-radius: 28px;
    }

    .kumba-cds-link span {
        width: 100%;
        font-size: .8rem;
        text-align: center;
    }

    .kumba-cds-link img {
        height: 38px;
        max-width: 210px;
    }

    .kumba-cds-link strong {
        font-size: .92rem;
    }

    .kumba-footer {
        margin-top: 22px;
        font-size: .76rem;
    }
}

/* -----------------------------
   10. Très petits écrans
   ----------------------------- */
@media (max-width: 390px) {
    .kumba-poster {
        padding-right: 17px;
        padding-left: 17px;
    }

    .kumba-logo {
        width: min(286px, 84vw);
    }

    .kumba-title {
        font-size: clamp(2.92rem, 12.8vw, 3.35rem);
    }

    .kumba-title-bursts {
        top: -52px;
        left: -8px;
    }

    .kumba-hand {
        top: clamp(68px, 19vw, 82px);
        right: -2px;
    }

    .kumba-mobile-infos summary {
        font-size: clamp(1.5rem, 8.2vw, 1.92rem);
    }
}
