/* Ranknify Factory — mise en page éditoriale (esprit Gear Patrol) pour les archives et articles.
   Structurel : s'applique aux deux styles, mais brille avec la variation Magazine. */

/* Chip de catégorie (kicker) */
.rnkf-kicker,.rnkf-kicker a{
  text-transform:uppercase;letter-spacing:.09em;font-size:.72rem;font-weight:800;
  color:var(--wp--preset--color--coral);text-decoration:none;line-height:1}
.rnkf-kicker{margin-bottom:.4rem;display:block}
.rnkf-kicker a:hover{text-decoration:underline}

/* Fil d'articles image-forward */
.rnkf-feed{gap:2rem 1.75rem}
.rnkf-card{background:transparent;display:flex;flex-direction:column}
.rnkf-card-img img{width:100%;object-fit:cover;border-radius:8px;display:block}
.rnkf-card .wp-block-post-title{margin:.15rem 0 .35rem;font-weight:800;letter-spacing:-.01em}
.rnkf-card .wp-block-post-title a{text-decoration:none;color:var(--wp--preset--color--brand);transition:color .18s ease}
.rnkf-card:hover .wp-block-post-title a{color:var(--wp--preset--color--coral)}
.rnkf-card .wp-block-post-excerpt{color:#4a4a52;font-size:.98rem;line-height:1.55}
.rnkf-card .wp-block-post-excerpt__excerpt{margin:0}

/* Article : en-tête + hero */
.rnkf-article-head .wp-block-post-title{font-size:clamp(2rem,4.5vw,3.1rem);line-height:1.08;margin:.2rem 0 .6rem}
.rnkf-hero-img img{width:100%;border-radius:12px;object-fit:cover;margin-bottom:1.8rem}
.rnkf-article-head + .rnkf-hero-img{margin-top:0}

/* Corps d'article éditorial (lecture confortable) */
.wp-block-post-content p{font-size:1.14rem;line-height:1.75}
.wp-block-post-content h2{margin-top:2.2rem}
.wp-block-post-content > *{max-width:720px;margin-left:auto;margin-right:auto}
.wp-block-post-content .alignwide,.wp-block-post-content .alignfull{max-width:none}

@media(max-width:781px){
  .rnkf-feed{gap:1.5rem}
  .rnkf-article-head .wp-block-post-title{font-size:2rem}
}
