.tbc-cinema{--cinema-progress:0;overflow-x:clip;background:linear-gradient(180deg,#f7fafc 0%,#fff 45%);border-block:1px solid #d7e2ea;margin:0 0 2rem}
.tbc-cinema-inner{max-width:80rem;margin:0 auto;padding:2.5rem 1rem 2rem}
.tbc-cinema-kicker{font:600 .68rem/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.18em;text-transform:uppercase;color:#075ea8}
.tbc-cinema-title{margin:.45rem 0 0;max-width:20ch;font:700 clamp(1.7rem,3vw,2.5rem)/1.05 Georgia,"Times New Roman",serif;color:#0b1f33}
.tbc-cinema-lede,.tbc-cinema-exit,.tbc-cinema-copy p{max-width:42rem;color:#4d5968;line-height:1.6}
.tbc-cinema-lede{margin-top:.75rem}
.tbc-cinema-layout{margin-top:1.5rem}
.tbc-cinema-stage{display:none;position:relative;border-radius:16px;overflow:hidden;background:#0b1f33;box-shadow:0 18px 40px rgba(11,31,51,.16)}
.tbc-cinema-frame{position:absolute;inset:0;opacity:0;transform:scale(1.045) translate3d(0,10px,0);transition:opacity .75s cubic-bezier(.22,.61,.36,1),transform 1.15s cubic-bezier(.22,.61,.36,1);will-change:opacity,transform}
.tbc-cinema-frame[data-on="true"]{opacity:1;transform:scale(1) translate3d(0,0,0)}
.tbc-cinema-frame img,.tbc-cinema-frame video{width:100%;height:100%;object-fit:cover;display:block;transform:translateZ(0)}
.tbc-cinema-steps{list-style:none;margin:0;padding:0}
.tbc-cinema-step{margin-top:2rem}
.tbc-cinema-step-kicker{font:600 .68rem/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.16em;text-transform:uppercase;color:#075ea8}
.tbc-cinema-step h3{margin:.35rem 0 .4rem;font:700 1.2rem/1.2 Georgia,serif;color:#0b1f33}
.tbc-cinema-step figure{margin:0 0 .75rem}
.tbc-cinema-step img{width:100%;border-radius:12px;aspect-ratio:4/3;object-fit:cover;display:block}
.tbc-cinema-progress{height:3px;background:#d7e2ea;border-radius:999px;margin:1.25rem 0 0;overflow:hidden}
.tbc-cinema-progress>span{display:block;height:100%;width:calc(var(--cinema-progress)*100%);background:linear-gradient(90deg,#14374e,#075ea8);transition:width .08s linear}
.tbc-cinema-exit{margin-top:1.5rem;font-size:.95rem}
@media(min-width:1024px) and (prefers-reduced-motion:no-preference){
  .tbc-cinema-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);column-gap:3rem;align-items:start}
  .tbc-cinema-stage{display:block;position:sticky;top:5.5rem;width:100%;aspect-ratio:3/2;height:auto;max-height:min(32rem,calc(100svh - 7rem))}
  .tbc-cinema-frame img,.tbc-cinema-frame video{background:#0b1f33}
  .tbc-cinema-step{min-height:72vh;display:flex;flex-direction:column;justify-content:center;margin-top:0;padding-left:1.1rem;border-left:2px solid transparent;transition:border-color .45s ease,opacity .45s ease}
  .tbc-cinema-step[data-active="true"]{border-left-color:#075ea8}
  .tbc-cinema-step figure{display:none}
}
@media(max-width:1023px),(prefers-reduced-motion:reduce){
  .tbc-cinema-stage{display:none!important}
  .tbc-cinema-step{opacity:1}
  .tbc-cinema-frame{transform:none;transition:opacity .35s ease}
}
