/* Matches homepage #creative .creative-panel */
.creative-visual-col{display:flex;align-items:center;justify-content:center;width:100%;max-width:min(560px,94vw);margin:0 auto}
#creative .creative-panel,.creative-visual-col .creative-panel,.hero-kj .creative-panel{
  width:100%;max-width:min(520px,92vw);margin:0 auto;padding:14px 16px 12px;border-radius:22px;
  border:1px solid rgba(255,200,120,.22);
  background:linear-gradient(180deg,rgba(18,14,8,.92),rgba(0,0,0,.55));
  box-shadow:0 0 48px rgba(255,200,120,.08),inset 0 1px 0 rgba(255,255,255,.06);
  min-height:0;display:flex;flex-direction:column;justify-content:center;opacity:1;visibility:visible
}
#homeCreativeViz,#heroViz{width:100%;height:min(200px,28vh);min-height:150px;max-height:220px;display:block;border-radius:12px;background:radial-gradient(circle at 50% 45%,rgba(255,200,120,.06),rgba(0,0,0,.5) 65%);flex:0 0 auto}
.creative-meta{display:flex;justify-content:space-between;margin-top:8px;font-size:9px;letter-spacing:.22em;text-transform:uppercase;color:var(--muted);gap:12px;flex-wrap:wrap}
.creative-focus,.viz-focus{color:#fcd34d;transition:color .3s}
.creative-meta .creative-focus{color:#fcd34d}
.creative-focus.hot,.viz-focus.hot{color:#fff}
#creative .creative-panel{min-height:420px;padding:22px 22px 16px;border-radius:28px;max-width:100%}
#creative #homeCreativeViz{height:min(320px,40vw);min-height:240px;max-height:none}
