/* Coming-soon teaser on Home (spec §6 item 6): 3–4 posters. */
.cs-teaser{background:var(--bg)}
.cs-teaser .wrap{padding-top:22px;padding-bottom:26px}
.cs-teaser .head{display:flex;align-items:baseline;justify-content:space-between}
.cs-teaser .head a{font-weight:600;font-size:12px}
.cs-teaser .grid{display:flex;gap:12px;margin-top:14px}
.cs-teaser .item{flex:1;min-width:0;text-decoration:none;color:var(--ink)}
.cs-teaser .item:nth-child(4){display:none}
.cs-teaser .item img{aspect-ratio:2/3;object-fit:cover;width:100%}
.cs-teaser .item .t{font-weight:600;font-size:12px;margin-top:8px;line-height:1.35}
.cs-teaser .item .d{font-size:11px;color:var(--muted);margin-top:2px}

@media (min-width:720px){
  .cs-teaser .wrap{padding-top:36px;padding-bottom:44px}
  .cs-teaser .head a{font-size:14px}
  .cs-teaser .grid{gap:24px;margin-top:20px}
  .cs-teaser .item{flex:0 0 180px}
  .cs-teaser .item:nth-child(4){display:block}
  .cs-teaser .item .t{font-size:13px;margin-top:9px}
  .cs-teaser .item .d{font-size:12px}
}
