/* NMA-004 — Saturday Morning Cartoons
   Episode-scoped treatment: warm late-80s / early-90s domestic light,
   CRT colour spill and saturated toy-box accents. */
body.nma-memory-004{
  --nma004-ink:#fff6df;
  --nma004-muted:#dbc9bc;
  --nma004-orange:#ff9a3c;
  --nma004-pink:#ff3e97;
  --nma004-purple:#8d5bff;
  --nma004-green:#63ff98;
  --nma004-cyan:#4fe8ff;
  background:
    radial-gradient(circle at 12% 2%,rgba(255,154,60,.18),transparent 34rem),
    radial-gradient(circle at 88% 22%,rgba(99,255,152,.10),transparent 30rem),
    radial-gradient(circle at 55% 70%,rgba(255,62,151,.09),transparent 34rem),
    linear-gradient(180deg,#12070f 0%,#070309 42%,#0e0610 100%);
  color:var(--nma004-ink);
}
body.nma-memory-004::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-1;
  pointer-events:none;
  opacity:.12;
  background:
    repeating-linear-gradient(0deg,transparent 0 3px,rgba(255,255,255,.05) 4px),
    linear-gradient(118deg,transparent 0 68%,rgba(141,91,255,.14) 68% 69%,transparent 69% 100%);
}
body.nma-memory-004 .mf-hero{
  min-height:min(82vh,850px);
  border:1px solid rgba(255,154,60,.34);
  box-shadow:0 28px 110px rgba(0,0,0,.62),0 0 64px rgba(255,62,151,.12),0 0 80px rgba(99,255,152,.06);
  background:#12070f;
}
body.nma-memory-004 .mf-hero::after{
  background:
    linear-gradient(90deg,rgba(9,3,8,.82) 0%,rgba(9,3,8,.52) 42%,rgba(9,3,8,.08) 74%),
    linear-gradient(0deg,rgba(9,3,8,.72),transparent 58%);
}
body.nma-memory-004 .mf-hero-media img{
  filter:saturate(1.18) contrast(1.04) brightness(1.03);
}
body.nma-memory-004 .mf-kicker,
body.nma-memory-004 .mf-visual-label{
  color:var(--nma004-orange);
  text-shadow:0 0 16px rgba(255,154,60,.36);
}
body.nma-memory-004 h1,
body.nma-memory-004 h2{
  color:#fff9ee;
  text-shadow:0 0 28px rgba(255,62,151,.16);
}
body.nma-memory-004 .mf-main{
  max-width:1120px;
}
body.nma-memory-004 .mf-memory-sentence{
  font-size:clamp(1.35rem,2.2vw,2.05rem);
  line-height:1.45;
  color:#fff2dc;
  border-left:3px solid var(--nma004-orange);
  padding:1.2rem 1.4rem 1.2rem 1.8rem;
  background:linear-gradient(90deg,rgba(255,154,60,.09),rgba(255,62,151,.035),transparent);
  border-radius:0 22px 22px 0;
}
body.nma-memory-004 .mf-prose{
  position:relative;
  padding:clamp(1.2rem,2vw,2rem) clamp(1.1rem,2.4vw,2.3rem);
  margin-block:1.4rem;
  border:1px solid rgba(255,255,255,.075);
  border-radius:24px;
  background:linear-gradient(145deg,rgba(32,11,26,.78),rgba(9,4,12,.72));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}
body.nma-memory-004 .mf-prose::before{
  content:"";
  position:absolute;
  left:-1px;top:24px;bottom:24px;width:2px;
  background:linear-gradient(var(--nma004-orange),var(--nma004-pink),var(--nma004-green));
  box-shadow:0 0 16px rgba(255,62,151,.32);
}
body.nma-memory-004 .mf-prose p,
body.nma-memory-004 .nma-ready-fact-memory p{
  color:var(--nma004-muted);
}
body.nma-memory-004 .mf-reconstruction{
  width:min(1240px,calc(100vw - 32px));
  margin:clamp(3rem,7vw,6.5rem) 50%;
  transform:translateX(-50%);
  border-radius:30px;
  overflow:hidden;
  border:1px solid rgba(255,154,60,.32);
  background:#090409;
  box-shadow:0 32px 100px rgba(0,0,0,.58),0 0 42px rgba(255,62,151,.12),0 0 54px rgba(99,255,152,.07);
}
body.nma-memory-004 .mf-reconstruction img{
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
  filter:saturate(1.14) contrast(1.035);
}
body.nma-memory-004 .mf-reconstruction figcaption{
  padding:1rem 1.25rem;
  color:#e9d8ca;
  background:linear-gradient(90deg,rgba(255,154,60,.08),rgba(141,91,255,.08));
}
body.nma-memory-004 .nma004-lineup{
  margin:3rem 0 1.5rem;
  padding:clamp(1.6rem,3vw,2.6rem);
  border-radius:28px;
  border:1px solid rgba(99,255,152,.28);
  background:
    radial-gradient(circle at 90% 10%,rgba(99,255,152,.13),transparent 18rem),
    radial-gradient(circle at 10% 100%,rgba(255,62,151,.12),transparent 20rem),
    linear-gradient(145deg,rgba(21,7,25,.96),rgba(8,5,13,.94));
  box-shadow:0 24px 70px rgba(0,0,0,.38),inset 0 1px 0 rgba(255,255,255,.04);
}
body.nma-memory-004 .nma004-lineup h2{max-width:820px;margin-bottom:.8rem}
body.nma-memory-004 .nma004-lineup>p:not(.mf-kicker){max-width:850px;color:#e9d8ca}
body.nma-memory-004 .nma004-series-chips{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.25rem}
body.nma-memory-004 .nma004-series-chips span{
  display:inline-flex;
  padding:.62rem .88rem;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.13);
  color:#fff5e8;
  background:rgba(0,0,0,.22);
  font-family:'IBM Plex Mono',monospace;
  font-size:.72rem;
  letter-spacing:.05em;
}
body.nma-memory-004 .nma004-series-chips span:nth-child(1){border-color:rgba(99,255,152,.4);box-shadow:0 0 20px rgba(99,255,152,.07)}
body.nma-memory-004 .nma004-series-chips span:nth-child(2){border-color:rgba(255,154,60,.42)}
body.nma-memory-004 .nma004-series-chips span:nth-child(3){border-color:rgba(255,62,151,.40)}
body.nma-memory-004 .nma004-series-chips span:nth-child(4){border-color:rgba(141,91,255,.42)}
body.nma-memory-004 .mf-video-archive{
  width:min(1240px,calc(100vw - 32px));
  margin:3.8rem 50% 5rem;
  transform:translateX(-50%);
  padding:clamp(1.6rem,3vw,2.8rem);
  border:1px solid rgba(79,232,255,.28);
  border-radius:30px;
  background:
    linear-gradient(135deg,rgba(20,6,25,.98),rgba(7,5,14,.98)),
    #100712;
  box-shadow:0 32px 90px rgba(0,0,0,.5),0 0 46px rgba(79,232,255,.07);
}
body.nma-memory-004 .mf-video-archive>h2{font-size:clamp(2rem,4vw,3.5rem);margin-bottom:.55rem}
body.nma-memory-004 .nma004-video-intro{max-width:820px;color:#e9d8ca;margin-bottom:1.6rem}
body.nma-memory-004 .mf-video-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
body.nma-memory-004 .mf-video-card{
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  border-radius:22px;
  background:linear-gradient(155deg,rgba(36,12,32,.94),rgba(9,5,13,.98));
  box-shadow:0 18px 45px rgba(0,0,0,.36);
}
body.nma-memory-004 .mf-video-card:nth-child(1){border-color:rgba(99,255,152,.36)}
body.nma-memory-004 .mf-video-card:nth-child(2){border-color:rgba(255,154,60,.38)}
body.nma-memory-004 .mf-video-card:nth-child(3){border-color:rgba(255,62,151,.34)}
body.nma-memory-004 .mf-video-poster{min-height:150px;background:radial-gradient(circle at 70% 20%,rgba(141,91,255,.28),transparent 55%),#120815;display:grid;place-items:center}
body.nma-memory-004 .mf-video-poster button{border:1px solid rgba(255,255,255,.22);border-radius:999px;padding:.8rem 1.1rem;background:rgba(5,2,8,.72);color:#fff;font-weight:700;cursor:pointer}
body.nma-memory-004 .mf-video-copy{padding:1.2rem}
body.nma-memory-004 .mf-video-copy p{color:#d9c9cf}
body.nma-memory-004 .mf-video-copy a{color:var(--nma004-green);font-weight:700}
body.nma-memory-004 .nma-ready-evidence{
  border-color:rgba(255,154,60,.20);
  background:linear-gradient(145deg,rgba(29,10,24,.72),rgba(7,4,10,.78));
}
@media (max-width:860px){
  body.nma-memory-004 .mf-video-grid{grid-template-columns:1fr}
  body.nma-memory-004 .mf-reconstruction,
  body.nma-memory-004 .mf-video-archive{width:min(100%,calc(100vw - 24px));}
}
