/* Le Wado-Ryu + Nos valeurs — une seule zone anthracite, deux mouvements.
   Aucune carte, aucune icône, aucun badge, aucun numéro. La hiérarchie est
   portée par l'échelle typographique et les alignements. */
.ck-home .ck-wado,
.ck-home .ck-wado * { box-sizing: border-box; }

.ck-home .ck-wado {
    padding-block: clamp(3rem, 8vw, 6.5rem);
    background: var(--ck-anthracite);
    color: var(--ck-ivory);
    scroll-margin-top: calc(var(--ck-header-height) + var(--ck-admin-offset) + 1rem);
}
.ck-home .ck-wado__inner { display: grid; gap: clamp(3rem, 8vw, 6rem); }

.ck-home .ck-wado__eyebrow {
    margin: 0 0 1rem;
    color: var(--ck-text-light-secondary);
    font: 600 .875rem/1.5 'Chivo', Arial, sans-serif;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.ck-home .ck-wado__title {
    margin: 0 0 clamp(2rem, 5vw, 3.25rem);
    color: var(--ck-ivory);
    font: 800 clamp(1.875rem, 7.5vw, 2.5rem)/1.1 'Archivo', Arial, sans-serif;
    letter-spacing: -.015em;
}

/* --- WA / DO / RYU ---
   Chaque syllabe garde sa largeur naturelle et sa définition la suit
   immédiatement : le rythme vient de la matière, pas d'un retrait arbitraire.
   Ni grille de trois colonnes, ni trois cartes transposées en lignes. */
.ck-home .ck-wado__terms { margin: 0; }
.ck-home .ck-wado__term {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: .25rem clamp(1rem, 2.5vw, 2rem);
}
.ck-home .ck-wado__term + .ck-wado__term { margin-top: clamp(1.5rem, 4vw, 2.5rem); }
.ck-home .ck-wado__syllable {
    margin: 0;
    color: var(--ck-ivory);
    font: 800 clamp(2.25rem, 9vw, 3rem)/1 'Archivo', Arial, sans-serif;
    letter-spacing: -.01em;
}
.ck-home .ck-wado__meaning {
    margin: 0;
    color: var(--ck-text-light-secondary);
    font: 400 clamp(1.0625rem, 4vw, 1.25rem)/1.5 'Chivo', Arial, sans-serif;
}

/* Évocation textuelle de la colombe : aucun pictogramme, aucune illustration. */
.ck-home .ck-wado__dove {
    max-width: 34rem;
    margin: clamp(2rem, 5vw, 3rem) 0 0;
    color: var(--ck-text-light-secondary);
    font: 400 1.0625rem/1.6 'Chivo', Arial, sans-serif;
}

/* --- Nos valeurs --- */
.ck-home .ck-wado__values-title {
    position: relative;
    margin: 0 0 1.5rem;
    padding-top: 1.5rem;
    color: var(--ck-ivory);
    font: 800 clamp(1.5rem, 5.5vw, 1.875rem)/1.15 'Archivo', Arial, sans-serif;
    letter-spacing: -.01em;
}
/* Unique accent jaune de la séquence : marque le second mouvement, ne porte
   seul aucune information. */
.ck-home .ck-wado__values-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2.5rem;
    height: 2px;
    background: var(--ck-yellow);
}
.ck-home .ck-wado__citation { max-width: 38rem; margin: 0 0 clamp(2.5rem, 6vw, 3.5rem); }
.ck-home .ck-wado__citation blockquote { margin: 0; }
.ck-home .ck-wado__citation p {
    margin: 0;
    color: var(--ck-ivory);
    font: 400 clamp(1.125rem, 4vw, 1.25rem)/1.55 'Chivo', Arial, sans-serif;
}
.ck-home .ck-wado__citation figcaption {
    margin-top: 1rem;
    color: var(--ck-text-light-secondary);
    font: 600 .8125rem/1.5 'Chivo', Arial, sans-serif;
    letter-spacing: .06em;
    text-transform: uppercase;
}

/* Quatre mots, même poids, même couleur. Aucune opacité, aucun numéro,
   aucune pastille. À 320 px : aucun retrait, les mots restent entiers. */
.ck-home .ck-wado__list { margin: 0; padding: 0; list-style: none; }
.ck-home .ck-wado__value {
    margin: 0;
    color: var(--ck-ivory);
    font: 800 clamp(1.75rem, 8vw, 2.375rem)/1.08 'Archivo', Arial, sans-serif;
    letter-spacing: -.015em;
    text-transform: uppercase;
}
.ck-home .ck-wado__value + .ck-wado__value { margin-top: clamp(.75rem, 2.5vw, 1.25rem); }

@media (min-width: 768px) {
    .ck-home .ck-wado__title { font-size: clamp(2.25rem, 4.5vw, 3rem); }
    .ck-home .ck-wado__syllable { font-size: clamp(3rem, 6vw, 4rem); }
    .ck-home .ck-wado__meaning { font-size: clamp(1.125rem, 2.2vw, 1.375rem); }
    .ck-home .ck-wado__values-title { font-size: clamp(1.75rem, 3vw, 2.25rem); }
    .ck-home .ck-wado__value { font-size: clamp(2.75rem, 6vw, 4rem); }
    /* Deux axes rapprochés : Discipline et Confiance partent un peu plus loin. */
    .ck-home .ck-wado__value:nth-child(even) { margin-left: clamp(1.5rem, 5vw, 4rem); }
}

@media (min-width: 1150px) {
    /* Les définitions sont plus ramassées que l'ouverture historique :
       la zone discipline occupe une largeur éditoriale, pas toute la grille. */
    .ck-home .ck-wado__discipline {
        display: grid;
        grid-template-columns: minmax(0, 4fr) minmax(0, 8fr);
        grid-template-rows: auto auto auto auto auto;
        gap: 0 clamp(2rem, 5vw, 4rem);
        align-content: start;
    }
    .ck-home .ck-wado__eyebrow { grid-column: 1; grid-row: 1; }
    .ck-home .ck-wado__title   { grid-column: 1; grid-row: 2; margin-bottom: 0; }
    .ck-home .ck-wado__terms   { grid-column: 2; grid-row: 1 / span 2; align-self: start; }
    .ck-home .ck-wado__dove    { grid-column: 2; grid-row: 3; margin-top: clamp(2rem, 4vw, 3rem); }
    .ck-home .ck-wado__resource { grid-column: 2; grid-row: 4; }
    .ck-home .ck-wado__link     { grid-column: 2; grid-row: 5; justify-self: start; }
    .ck-home .ck-wado__syllable { font-size: clamp(3.5rem, 5vw, 5.5rem); }
    .ck-home .ck-wado__value { font-size: clamp(3.5rem, 5vw, 5.5rem); }
    .ck-home .ck-wado__value + .ck-wado__value { margin-top: clamp(.5rem, 1.2vw, 1rem); }
}

/* Accès à la page Vocabulaire & Shodan Shiken de l'ancien site. */
.ck-home .ck-wado__resource { max-width: 34rem; margin: clamp(1.5rem, 4vw, 2rem) 0 .75rem; color: var(--ck-text-light-secondary); font: 400 1.0625rem/1.6 'Chivo', Arial, sans-serif; }
.ck-home .ck-wado__link { color: var(--ck-ivory); }
.ck-home .ck-wado__link:hover { color: var(--ck-yellow); }

/* Second paragraphe des valeurs : prolonge la citation, d'un ton plus bas. */
.ck-home .ck-wado__citation p + p {
    margin-top: 1rem;
    color: var(--ck-text-light-secondary);
    font-size: 1.0625rem;
    line-height: 1.6;
}
