/* v2.7: subtitle on black band + spacing fix */
:root{ --yellow:#ffeb00; }
.stcfp-cover{ position:relative; width:100%; aspect-ratio:9/16; background:#000; overflow:hidden; font-family:'Barlow Condensed', Impact, system-ui, sans-serif; }
.stcfp-bg{ position:absolute; inset:0; background: var(--bg) center/cover no-repeat, #000; z-index:1; filter:contrast(1.05) saturate(1.05) brightness(.94); }
.stcfp-overlay{ position:absolute; inset:0; background:radial-gradient(ellipse at center, rgba(0,0,0,0) 40%, rgba(0,0,0,.35) 88%); z-index:2; }
.stcfp-paper{ position:absolute; inset:0; background-image:url('../assets/paper_texture.png'); background-size:cover; mix-blend-mode:multiply; opacity:.20; z-index:3; pointer-events:none; }
.stcfp-grain{ position:absolute; inset:0; background-image:url('../assets/grain_tile.png'); background-size:256px 256px; mix-blend-mode:multiply; opacity:.18; z-index:3; pointer-events:none; }
/* Logo */
.stcfp-logo{ position:absolute; top:28px; left:28px; z-index:5; filter:drop-shadow(0 2px 0 rgba(0,0,0,.4)); }
.stcfp-logo img{ max-width:220px; height:auto; }
/* Title white */
.stcfp-title{ position:absolute; top:27%; left:0; right:0; padding:0 36px; color:#fff; text-transform:uppercase; font-weight:900; line-height:1.04; font-size:84px; text-align:center; z-index:5; text-shadow:0 3px 0 rgba(0,0,0,.18); display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;}
/* Subtitle band */
.stcfp-subwrap{ position:absolute; top:54%; left:0; right:0; z-index:5; padding:.35rem 0; background:rgba(0,0,0,.92); border-top:2px solid rgba(255,235,0,.35); border-bottom:2px solid rgba(255,235,0,.35); }
.stcfp-subtitle{ color:var(--yellow); text-transform:uppercase; font-weight:900; line-height:1.02; font-size:78px; text-align:center; text-shadow:0 3px 0 rgba(0,0,0,.24); padding:0 36px; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
/* Description */
.stcfp-desc{ position:absolute; left:0; right:0; bottom:2.8rem; padding:.7rem 1rem; color:var(--yellow); font-weight:800; font-size:26px; z-index:5; background:rgba(0,0,0,.88); text-align:center; border-top:2px solid rgba(255,235,0,.35); }
/* Newsbar */
.stcfp-news{ position:absolute; left:0; right:0; bottom:0; background:#0b0b0b; color:#fff; z-index:6; border-top:2px solid rgba(255,235,0,.55); padding:.35rem .8rem; font-weight:800; font-size:18px; white-space:nowrap; overflow:hidden; }
.stcfp-news span{ display:inline-block; padding-left:100%; animation:stcfp-marquee 16s linear infinite; }
@keyframes stcfp-marquee{ from{transform:translateX(0);} to{transform:translateX(-100%);} }
.is-frontend.stcfp-cover{ max-width:430px; width:100%; margin-inline:auto; }
