/* TM CMS cms */
/* ===================================================================
   UNIFIED BODY / SYNOPSIS COPY — one consistent style site-wide.
   Canonical style taken from the article body (.art-body p):
   16.5px cap / line-height 1.8 / #a7a7a7. Applies to body paragraphs
   and every hero/synopsis/description class, INCLUDING card descriptions
   (.cdesc). Only truly non-paragraph UI (titles, meta, labels, footer
   brand line) keeps its own size. Added 2026-08-17, card copy 2026-08-18.
   =================================================================== */
p{color:#a7a7a7;font-size:clamp(14.5px,1.05vw,16.5px);line-height:1.8;margin:0 0 clamp(15px,1.5vw,20px)}
.hero-desc,.hvh-desc,.vh-desc,.c-desc,.cdesc{color:#a7a7a7 !important;font-size:clamp(14.5px,1.05vw,16.5px) !important;line-height:1.8 !important}