/* =========================================================
   CITYZ'Formation CI — editorial.css  (V4 « structure éditoriale »)
   Ossature magazine/Swiss : grille asymétrique, indices de section,
   typographie surdimensionnée, index interactif des formations,
   marquee cinétique. Charte CI + Poppins respectées.
   Chargée APRÈS style.css + elevate.css.
   ========================================================= */

:root{
  --ed-pad:max(26px,5vw);
  --ed-maxw:1320px;
}

/* fond global plus net, éditorial */
body{background:#fdfbf6}

/* ---- wrap large + grille 12 colonnes ---- */
.ed-wrap{max-width:var(--ed-maxw);margin:0 auto;padding:0 var(--ed-pad)}
.ed-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:clamp(20px,3vw,40px)}

/* ---- kicker / indices / labels éditoriaux ---- */
.ed-kicker{display:inline-flex;align-items:center;gap:8px;font-size:.74rem;font-weight:700;
  letter-spacing:.16em;text-transform:uppercase;color:var(--grey)}
.ed-kicker::before{content:'';width:22px;height:1px;background:var(--ink);opacity:.4}
.ed-kicker.o{color:var(--orange-dk)} .ed-kicker.g{color:var(--green-dk)}

/* en-tête de section : grand numéro + titre + filet */
.ed-shead{display:grid;grid-template-columns:auto 1fr;gap:22px 28px;align-items:end;
  border-bottom:1px solid var(--ink);padding-bottom:24px;margin-bottom:clamp(34px,5vw,64px)}
.ed-num{font-size:clamp(1rem,1.4vw,1.2rem);font-weight:800;color:var(--orange);
  font-variant-numeric:tabular-nums;letter-spacing:.04em;padding-top:6px}
.ed-shead h2{font-size:clamp(1.9rem,4.4vw,3.4rem);font-weight:800;letter-spacing:-.03em;
  line-height:.98;color:var(--ink);text-wrap:balance}
.ed-shead h2 em{font-style:italic;font-weight:800}
.ed-shead h2 em.o{color:var(--orange)} .ed-shead h2 em.g{color:var(--green-dk)}
.ed-shead .ed-sub{grid-column:2;max-width:46ch;color:var(--grey);font-size:1.02rem;margin-top:-6px}
@media(max-width:680px){
  .ed-shead{grid-template-columns:1fr;gap:12px}
  .ed-shead .ed-sub{grid-column:1}
}

.ed-section{padding:clamp(64px,9vw,130px) 0}

/* =========================================================
   HERO ÉDITORIAL — encre, asymétrique, type surdimensionnée
   ========================================================= */
.ed-hero{position:relative;background:
   radial-gradient(900px 560px at 88% -10%,rgba(244,123,32,.20),transparent 60%),
   radial-gradient(720px 520px at -5% 110%,rgba(62,146,69,.20),transparent 62%),
   linear-gradient(165deg,#221d18 0%,var(--ink-900,#1b1712) 62%,#141110 100%);
  color:#fff;overflow:hidden;padding:clamp(40px,8vw,90px) 0 0}
/* conteneur centré : ancre l'orbital au contenu (et non au bord de l'écran) sur grand écran */
.ed-hero-inner{position:relative;max-width:1440px;margin:0 auto}

/* label vertical sur le bord gauche — retiré à la demande du client */
.ed-vlabel{display:none}

.ed-hero-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:24px;
  align-items:start;position:relative;z-index:2;padding-bottom:clamp(40px,7vw,86px)}

/* colonne méta gauche */
.ed-hero-meta{grid-column:1 / 4;padding-top:8px}
.ed-hero-meta .ed-kicker{color:rgba(255,255,255,.78)}
.ed-hero-meta .ed-kicker::before{background:var(--green-lt);opacity:1}
.ed-coords{margin-top:26px;display:grid;gap:14px}
.ed-coords li{display:grid;gap:2px;font-size:.92rem;color:#e7e0d5;
  border-top:1px solid rgba(255,255,255,.14);padding-top:10px}
.ed-coords li span{font-size:.68rem;letter-spacing:.16em;text-transform:uppercase;
  color:rgba(255,255,255,.45);font-weight:700}

/* titre géant */
.ed-hero-head{grid-column:4 / 11}
.ed-display{font-weight:800;letter-spacing:-.03em;line-height:1.0;
  font-size:clamp(1.9rem,4vw,3.4rem);color:#fff;text-wrap:balance}
.ed-display em{font-style:italic;font-weight:800}
.ed-display em.o{color:var(--orange)} .ed-display em.g{color:var(--green-lt)}
.ed-hero-head .ed-lead{margin-top:28px;max-width:50ch;font-size:clamp(1rem,1.3vw,1.16rem);
  color:#cdc5ba;line-height:1.7}
.ed-cta{display:flex;gap:14px;flex-wrap:wrap;margin-top:32px}

/* orbital : motif de marque à droite. Libellés masqués par défaut (mobile, où ils
   se chevaucheraient), affichés et lisibles sur desktop où l'orbital est plus grand. */
.ed-hero-vis{position:absolute;right:-1vw;top:50%;transform:translateY(-50%);
  width:min(440px,36vw);z-index:1;opacity:.95;pointer-events:none;
  display:flex;align-items:center;justify-content:center}
.ed-hero-vis .orbit .sat>span:last-child{display:none}
.ed-hero-vis .orbit .sat{gap:0}
@media(min-width:861px){
  .ed-hero-vis{right:-1vw;width:600px}
  .ed-hero-vis .orbit-system{transform:scale(.82);transform-origin:center}
  .ed-hero-vis .orbit .sat{gap:8px}
  .ed-hero-vis .orbit .sat>span:last-child{display:flex;font-size:1rem;font-weight:600;
    color:#fff;text-shadow:0 1px 9px rgba(0,0,0,.8)}
  .ed-hero-head{grid-column:4 / 8}
}

/* marquee tricolore cinétique */
.ed-marquee{position:relative;z-index:2;border-top:1px solid rgba(255,255,255,.14);
  border-bottom:1px solid rgba(255,255,255,.14);overflow:hidden;background:rgba(0,0,0,.18)}
.ed-marquee-track{display:flex;gap:0;width:max-content;animation:edMarquee 28s linear infinite}
.ed-marquee:hover .ed-marquee-track{animation-play-state:paused}
.ed-marquee span{display:inline-flex;align-items:center;gap:18px;padding:16px 0;
  font-size:.86rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#f2ece3;white-space:nowrap}
.ed-marquee span::after{content:'';width:7px;height:7px;border-radius:50%;margin:0 28px;
  background:var(--orange)}
.ed-marquee span:nth-child(even)::after{background:var(--green-lt)}
@keyframes edMarquee{to{transform:translateX(-50%)}}

@media(max-width:860px){
  .ed-vlabel{display:none}
  .ed-hero-grid{grid-template-columns:1fr;gap:18px}
  .ed-hero-meta{grid-column:1;order:2;padding-top:0}
  .ed-coords{grid-template-columns:1fr 1fr 1fr;gap:10px 16px}
  .ed-hero-head{grid-column:1;order:1}
  .ed-hero-vis{position:relative;right:auto;top:auto;transform:none;
    width:min(420px,86vw);margin:8px auto -10px;order:0}
}

/* =========================================================
   MISSION éditoriale (asymétrique, gros chapô + médaillon overlap)
   ========================================================= */
.ed-mission .ed-grid{align-items:center;row-gap:30px}
.ed-mission .ed-m-txt{grid-column:1 / 8}
.ed-mission .ed-m-vis{grid-column:8 / 13;position:relative}
.ed-bigp{font-size:clamp(1.3rem,2.5vw,2rem);font-weight:500;line-height:1.32;
  letter-spacing:-.01em;color:var(--ink);text-wrap:pretty;margin:18px 0 26px}
.ed-bigp b{font-weight:700}
.ed-bigp .o{color:var(--orange-dk)} .ed-bigp .g{color:var(--green-dk)}
.ed-points{display:grid;gap:0;margin-top:8px}
.ed-points li{display:grid;grid-template-columns:auto 1fr;gap:16px;align-items:baseline;
  padding:16px 0;border-top:1px solid var(--hairline);font-size:1rem;color:var(--ink-soft)}
.ed-points li b{color:var(--ink)}
.ed-points li .pn{font-size:.74rem;font-weight:800;color:var(--green);letter-spacing:.08em}
.ed-m-vis .ed-logoframe{border-radius:8px;overflow:hidden;border:1px solid var(--hairline);
  box-shadow:var(--sh-3)}
.ed-m-vis .ed-logoframe .top{background:linear-gradient(160deg,#221d18,#15120f);
  padding:46px;display:flex;justify-content:center}
.ed-m-vis .ed-logoframe .top .inner{background:var(--cream);border-radius:12px;padding:26px 34px}
.ed-m-vis .ed-logoframe .top img{width:200px}
@media(max-width:860px){
  .ed-mission .ed-m-txt,.ed-mission .ed-m-vis{grid-column:1}
}

/* =========================================================
   STATS — bande éditoriale (gros chiffres alignés, filets)
   ========================================================= */
.ed-statband{background:var(--ink);color:#fff}
.ed-statband .ed-wrap{padding-block:clamp(48px,7vw,86px)}
.ed-statband .ed-kicker{color:var(--green-lt)}
.ed-statband .ed-kicker::before{background:var(--green-lt);opacity:1}
.ed-statgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:34px}
.ed-st{padding:8px 26px;border-left:1px solid rgba(255,255,255,.16)}
.ed-st:first-child{border-left:none;padding-left:0}
.ed-st .stat-n,.ed-st .n{display:block;font-size:clamp(2.6rem,5vw,4.2rem);font-weight:800;
  letter-spacing:-.03em;line-height:1;color:#fff;font-variant-numeric:tabular-nums}
.ed-st .stat-n .u{color:var(--orange)}
.ed-st .l{display:block;margin-top:12px;font-size:.86rem;color:#b7afa4;line-height:1.45}
/* neutralise le style "carte" de .stat pour réutiliser le compteur de main.js */
.ed-statband .stat{background:none;border:none;box-shadow:none;padding:0;border-radius:0;text-align:left;overflow:visible}
.ed-statband .stat::before{display:none}
.ed-statband .stat:hover{transform:none;box-shadow:none}
@media(max-width:760px){
  .ed-statgrid{grid-template-columns:1fr 1fr;gap:28px 0}
  .ed-st{padding:8px 22px}
  .ed-st:nth-child(odd){border-left:none;padding-left:0}
}

/* =========================================================
   FORMATIONS — INDEX INTERACTIF (signature)
   Rangées plein écran, titre géant qui « roule » en italique
   coloré au survol, libellé catégorie, flèche.
   ========================================================= */
.flist{margin-top:8px}
.flist-row{position:relative}
.flist-row a{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;
  gap:clamp(16px,3vw,40px);padding:clamp(20px,2.6vw,34px) 0;
  border-top:1px solid var(--ink);position:relative;z-index:1;transition:padding .4s var(--ease-out)}
.flist-row:last-child a{border-bottom:1px solid var(--ink)}
.flist-row::before{content:'';position:absolute;inset:0;z-index:0;opacity:0;
  background:linear-gradient(90deg,rgba(244,123,32,.07),rgba(62,146,69,.05));
  transition:opacity .4s var(--ease-out)}
.flist-row:hover::before{opacity:1}
.flist-row:hover a{padding-left:clamp(12px,2vw,26px)}

.flist-idx{font-size:.82rem;font-weight:800;color:var(--grey-lt);
  font-variant-numeric:tabular-nums;letter-spacing:.06em}
.flist-row:hover .flist-idx{color:var(--orange)}

.flist-roll{overflow:hidden;display:block;height:1.32em;font-size:clamp(1.35rem,3.5vw,2.6rem)}
.flist-roll .ln{display:flex;align-items:center;height:1.32em;line-height:1.1;white-space:nowrap;
  font-size:1em;font-weight:800;letter-spacing:-.025em;color:var(--ink);
  transition:transform .55s cubic-bezier(.76,0,.24,1)}
.flist-roll .ln.alt{font-style:italic;color:var(--orange)}
.flist-row:nth-child(even) .flist-roll .ln.alt{color:var(--green-dk)}
.flist-row a:hover .ln{transform:translateY(-100%)}

.flist-cat{font-size:.74rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;
  color:var(--grey);white-space:nowrap;transition:opacity .35s}
.flist-row a:hover .flist-cat{opacity:0}
.flist-arrow{width:48px;height:48px;border-radius:50%;border:1px solid var(--line-2);
  display:flex;align-items:center;justify-content:center;flex-shrink:0;
  transition:transform .4s var(--ease-out),background .35s,border-color .35s,color .35s;color:var(--ink)}
.flist-arrow svg{width:19px;height:19px}
.flist-row a:hover .flist-arrow{background:var(--orange);border-color:var(--orange);color:#fff;transform:rotate(-45deg)}
@media(max-width:680px){
  .flist-cat{display:none}
  .flist-roll{height:1.4em}.flist-roll .ln{height:1.4em}
  .flist-arrow{width:40px;height:40px}
}

/* =========================================================
   AVIS — pull quote éditorial
   ========================================================= */
.ed-quote{max-width:18ch}
.ed-pull{font-size:clamp(1.5rem,3.4vw,2.6rem);font-weight:500;font-style:italic;
  line-height:1.28;letter-spacing:-.01em;color:var(--ink);text-wrap:balance}
.ed-pull .mark{color:var(--orange);font-weight:800;font-style:normal}

/* =========================================================
   CTA éditorial surdimensionné
   ========================================================= */
.ed-cta-band{background:linear-gradient(160deg,#221d18,#141110);color:#fff;text-align:left}
.ed-cta-band .ed-wrap{padding-block:clamp(64px,10vw,140px)}
.ed-cta-head{font-size:clamp(2rem,5vw,4rem);font-weight:800;letter-spacing:-.03em;
  line-height:1.0;text-wrap:balance;max-width:16ch;color:#fff}
.ed-cta-band h2.ed-cta-head{color:#fff}
.ed-cta-head em{font-style:italic} .ed-cta-head .o{color:var(--orange)} .ed-cta-head .g{color:var(--green-lt)}
.ed-cta-band .ed-lead{color:#cdc5ba;max-width:52ch;margin:24px 0 32px;font-size:1.06rem}

/* =========================================================
   HERO INTÉRIEUR — langage éditorial (toutes les pages internes)
   ========================================================= */
.phero{padding:clamp(76px,11vw,128px) 0 clamp(46px,7vw,76px)}
.phero .blob{opacity:.3;filter:blur(42px)}
.phero .in{position:relative;z-index:2;max-width:var(--ed-maxw)}
.crumb{font-size:.72rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;
  color:var(--green-lt);margin-bottom:20px}
.crumb a{color:#b7afa4}.crumb a:hover{color:#fff}
.phero h1{font-size:clamp(2.3rem,5.6vw,4.4rem);font-weight:800;letter-spacing:-.035em;
  line-height:1.0;text-wrap:balance}
.phero h1 .o,.phero h1 .g{font-style:italic}
.phero p{font-size:clamp(1rem,1.25vw,1.18rem);max-width:52ch;margin-top:20px;color:#cdc5ba;line-height:1.7}

/* en-tête de section interne : un peu plus éditorial (titres serrés) */
.section .h-lg{letter-spacing:-.03em}

/* =========================================================
   PROCESS ÉDITORIAL (Administratif) — grands numéros, rangées filet
   ========================================================= */
.ed-process{margin-top:10px}
.ed-prow{display:grid;grid-template-columns:minmax(64px,auto) 1fr;gap:clamp(20px,4vw,64px);
  padding:clamp(26px,3.6vw,46px) 0;border-top:1px solid var(--ink);align-items:start;position:relative}
.ed-prow:last-child{border-bottom:1px solid var(--ink)}
.ed-prow::before{content:'';position:absolute;inset:0;opacity:0;z-index:-1;
  background:linear-gradient(90deg,rgba(244,123,32,.06),transparent 70%);transition:opacity .4s var(--ease-out)}
.ed-prow:hover::before{opacity:1}
.ed-pnum{font-size:clamp(2.2rem,5.5vw,4.4rem);font-weight:800;letter-spacing:-.04em;line-height:.85;
  color:var(--orange);font-variant-numeric:tabular-nums}
.ed-prow:nth-child(even) .ed-pnum{color:var(--green-dk)}
.ed-pbody h3{font-size:clamp(1.25rem,2.3vw,1.9rem);font-weight:800;letter-spacing:-.02em;margin-bottom:10px;color:var(--ink)}
.ed-pbody p{color:var(--ink-soft);max-width:66ch;font-size:1.02rem;line-height:1.72}
@media(max-width:600px){.ed-prow{grid-template-columns:1fr;gap:6px}}

/* features éditoriales (sans cartes) : 2 colonnes, filet supérieur */
.ed-features{display:grid;grid-template-columns:1fr 1fr;gap:0 clamp(30px,5vw,72px)}
.ed-feat{padding:28px 0;border-top:1px solid var(--ink);display:grid;grid-template-columns:auto 1fr;gap:18px;align-items:start}
.ed-feat .fn{font-size:.82rem;font-weight:800;letter-spacing:.06em;color:var(--green);
  font-variant-numeric:tabular-nums;padding-top:4px}
.ed-feat h3{font-size:1.18rem;margin-bottom:7px;letter-spacing:-.01em}
.ed-feat p{color:var(--grey);font-size:.96rem;line-height:1.6}
@media(max-width:760px){.ed-features{grid-template-columns:1fr}}

/* =========================================================
   FORMATIONS — chapitres éditoriaux (au lieu de cartes encadrées)
   ========================================================= */
.ed-course{padding:clamp(40px,6vw,82px) 0;border-top:1px solid var(--ink);scroll-margin-top:100px}
.ed-courses .ed-course:last-of-type{border-bottom:1px solid var(--ink)}
.ed-course-head{display:grid;grid-template-columns:auto 1fr;gap:clamp(16px,3vw,38px);align-items:start;margin-bottom:clamp(24px,3vw,40px)}
.ed-cnum{font-size:clamp(2.2rem,4.5vw,3.6rem);font-weight:800;color:var(--orange);
  letter-spacing:-.03em;line-height:.85;font-variant-numeric:tabular-nums}
.ed-course:nth-of-type(even) .ed-cnum{color:var(--green-dk)}
.ed-course-head h2{font-size:clamp(1.7rem,3.6vw,2.9rem);font-weight:800;letter-spacing:-.03em;line-height:1.02}
.ed-course-head .sub{color:var(--grey);font-size:1.02rem;margin-top:8px;max-width:60ch}
.ed-course-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:clamp(28px,5vw,64px);align-items:start}
.ed-course-grid h4{font-size:.76rem;text-transform:uppercase;letter-spacing:.12em;color:var(--green);
  font-weight:700;margin-bottom:14px}
.ed-course-main p.desc{color:var(--ink-soft);font-size:1.04rem;line-height:1.72;margin-bottom:26px}
.ed-objlist{display:grid;gap:0;margin-bottom:26px}
.ed-objlist li{display:grid;grid-template-columns:auto 1fr;gap:13px;align-items:start;
  padding:13px 0;border-top:1px solid var(--hairline);color:var(--ink-soft);font-size:.99rem}
.ed-objlist li svg{width:19px;height:19px;margin-top:3px;color:var(--green);flex-shrink:0}
.ed-coursetags{display:flex;flex-wrap:wrap;gap:8px}
.ed-coursetags .tag{background:#fff;border:1px solid var(--line-2);color:var(--green-dk);
  font-size:.8rem;font-weight:600;padding:6px 14px;border-radius:50px}
.ed-spec{border-top:2px solid var(--ink);padding-top:6px}
.ed-spec .row{display:flex;justify-content:space-between;gap:16px;padding:13px 0;
  border-bottom:1px solid var(--hairline);font-size:.92rem}
.ed-spec .k{color:var(--grey);flex-shrink:0}
.ed-spec .v{color:var(--ink);font-weight:600;text-align:right;font-variant-numeric:tabular-nums}
.ed-course-side .btn{width:100%;justify-content:center;margin-top:20px;box-shadow:var(--sh-warm)}
.ed-course-side .access{margin-top:14px;font-size:.82rem;color:var(--grey);display:flex;gap:9px;align-items:flex-start}
.ed-course-side .access svg{width:16px;height:16px;flex-shrink:0;margin-top:2px;color:var(--green)}
@media(max-width:820px){.ed-course-grid{grid-template-columns:1fr;gap:28px}}
@media(max-width:600px){.ed-course-head{grid-template-columns:1fr;gap:4px}}

/* =========================================================
   FORMATIONS — fiches .fc transformées en CHAPITRES éditoriaux
   (CSS only : compteur pour l'index, suppression des cartes)
   ========================================================= */
.fcat{counter-reset:fc;display:block;max-width:var(--ed-maxw);margin:0 auto}
.fc{counter-increment:fc;background:none;border:none;box-shadow:none;border-radius:0;
  border-top:1px solid var(--ink);padding:clamp(38px,5.5vw,78px) 0;overflow:visible;scroll-margin-top:100px}
.fcat .fc:last-child{border-bottom:1px solid var(--ink)}
.fc:hover{box-shadow:none;transform:none}
.fc-head{background:none!important;color:var(--ink);padding:0;display:grid;
  grid-template-columns:auto 1fr;gap:clamp(16px,3vw,36px);align-items:start;
  margin-bottom:clamp(22px,3vw,40px);box-shadow:none}
.fc-head::after{display:none}
.fc-head::before{content:counter(fc,decimal-leading-zero);font-size:clamp(2rem,4.2vw,3.4rem);
  font-weight:800;color:var(--orange);letter-spacing:-.03em;line-height:.82;
  font-variant-numeric:tabular-nums}
.fc:nth-child(even) .fc-head::before{color:var(--green-dk)}
.fc-head .fi{display:none}
.fc-head h3{color:var(--ink);font-size:clamp(1.7rem,3.6vw,2.9rem);letter-spacing:-.03em;line-height:1.02}
.fc-head .s{color:var(--grey);font-size:1.02rem;margin-top:8px;max-width:60ch}
.fc-body{display:grid;grid-template-columns:1.5fr 1fr;gap:clamp(28px,5vw,64px);border:none}
.fc-main{padding:0;border-right:none;border-bottom:none}
.fc-main p.desc{font-size:1.04rem;line-height:1.72;color:var(--ink-soft);margin-bottom:26px}
.fc-main h4,.fc-side h4{color:var(--green);font-size:.76rem;letter-spacing:.12em;margin-bottom:14px}
.objlist li{padding:13px 0;border-top:1px solid var(--hairline);font-size:.99rem;align-items:start}
.objlist li svg{margin-top:3px}
.tags .tag{background:#fff;border:1px solid var(--line-2);color:var(--green-dk)}
.fc-side{padding:0;background:none}
.fc-side .spec{border-top:2px solid var(--ink)}
.fc-side .spec .row{border-bottom:1px solid var(--hairline)}
.fc-side .btn{width:100%;justify-content:center;box-shadow:var(--sh-warm)}
@media(max-width:820px){.fc-body{grid-template-columns:1fr;gap:26px}}
@media(max-width:600px){.fc-head{grid-template-columns:1fr;gap:4px}}

/* encadré note éditorial */
.ed-note{display:flex;gap:16px;align-items:flex-start;padding:26px 0;border-top:1px solid var(--ink);
  border-bottom:1px solid var(--ink);margin-top:8px}
.ed-note svg{width:26px;height:26px;flex-shrink:0;stroke:var(--green);margin-top:2px}
.ed-note p{color:var(--ink-soft);font-size:1rem;line-height:1.65;max-width:80ch}
.ed-note b{color:var(--ink)}

/* ---- entrée animée du hero éditorial (au chargement) ---- */
@media (prefers-reduced-motion:no-preference){
  .ed-display{animation:ctzRise .9s var(--ease-out) both;animation-delay:.1s}
  .ed-hero-head .ed-lead{animation:ctzRise .85s var(--ease-out) both;animation-delay:.3s}
  .ed-hero-head .ed-cta{animation:ctzRise .85s var(--ease-out) both;animation-delay:.42s}
  .ed-hero-meta{animation:ctzRise .85s var(--ease-out) both;animation-delay:.34s}
  .ed-hero-vis{animation:ctzFade 1.2s ease both;animation-delay:.15s}
  .ed-vlabel{animation:ctzFade 1.3s ease .6s both}
  .ed-marquee{animation:ctzFade 1s ease .7s both}
}

/* respecte reduced-motion */
@media (prefers-reduced-motion:reduce){
  .ed-marquee-track{animation:none}
  .flist-roll .ln{transition:none}
}
