/* FanVancouver premium shell — shared 2-col layout + hero + sticky sidebar
   Loaded by scripts/fv_premium_shell_lift.py. Safe beside fv-site.css. */
.fv-prem-hero{position:relative;min-height:280px;max-height:420px;display:flex;align-items:flex-end;overflow:hidden;background:#0a1628}
.fv-prem-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.fv-prem-hero-ov{position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,12,22,.25),rgba(7,12,22,.92));z-index:1}
.fv-prem-hero-inner{position:relative;z-index:2;max-width:1280px;margin:0 auto;padding:40px 28px 32px;width:100%}
.fv-prem-kicker{font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:#7dffa8;margin:0 0 8px;font-weight:700}
.fv-prem-hero h1{font-size:clamp(1.55rem,3.6vw,2.45rem);line-height:1.15;margin:0 0 10px;color:#fff;max-width:22ch;text-shadow:0 2px 16px rgba(0,0,0,.45)}
.fv-prem-tag{font-size:1.02rem;color:rgba(255,255,255,.88);max-width:40rem;line-height:1.55;margin:0}
.fv-prem-wrap{max-width:1280px;margin:0 auto;padding:28px 28px 72px}
.fv-prem-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:36px;align-items:start}
.fv-prem-main{min-width:0}
.fv-prem-main > .rf-wrap,
.fv-prem-main > .container,
.fv-prem-main > [style*="max-width:820"],
.fv-prem-main > [style*="max-width:900"]{max-width:none!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important}
.fv-prem-main h1.fv-prem-hide-dup{display:none!important}
.fv-prem-side{display:grid;gap:16px;position:sticky;top:86px}
.fv-prem-card{border:1px solid rgba(255,255,255,.09);border-radius:16px;background:rgba(255,255,255,.025);padding:18px}
.fv-prem-card h3{font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:#7dffa8;margin:0 0 12px;font-weight:700;display:flex;align-items:center;gap:7px}
.fv-prem-card h3 .dot{width:7px;height:7px;border-radius:50%;background:#7dffa8;box-shadow:0 0 0 4px rgba(125,255,168,.16);flex:none}
.fv-prem-trend{display:grid;gap:10px}
.fv-prem-trend a{display:grid;grid-template-columns:72px 1fr;gap:10px;align-items:center;text-decoration:none;padding:6px;margin:-6px;border-radius:12px;transition:background .15s}
.fv-prem-trend a:hover{background:rgba(125,255,168,.07)}
.fv-prem-trend img{width:72px;height:54px;object-fit:cover;border-radius:8px;border:1px solid rgba(255,255,255,.08)}
.fv-prem-trend .t{font-size:.86rem;font-weight:700;color:#e8edf8;line-height:1.35}
.fv-prem-trend .m{font-size:.72rem;color:#8896b3;margin-top:3px}
.fv-prem-links{display:grid;gap:2px}
.fv-prem-links a{display:flex;align-items:center;gap:9px;padding:9px 10px;margin:0 -10px;border-radius:9px;color:#d7e0ee;text-decoration:none;font-size:.88rem}
.fv-prem-links a:hover{background:rgba(125,255,168,.08);color:#7dffa8}
.fv-prem-news ul{margin:0;padding:0}
.fv-prem-news li{list-style:none;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.06)}
.fv-prem-news li:last-child{border-bottom:0;padding-bottom:0}
.fv-prem-news a{color:#e8edf8;text-decoration:none;font-size:.87rem;line-height:1.45;display:block;font-weight:600}
.fv-prem-news a:hover{color:#7dffa8}
.fv-prem-news small{display:block;color:#8896b3;font-size:.74rem;margin-top:4px}
.fv-prem-pdf{display:block;text-decoration:none;border-radius:16px;padding:18px;background:linear-gradient(140deg,#0d5c36,#12784a);box-shadow:0 12px 32px rgba(13,92,54,.28)}
.fv-prem-pdf .kick{font-size:.68rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#8ff0c2;margin:0 0 6px}
.fv-prem-pdf .t{font-size:1.02rem;font-weight:800;color:#fff;line-height:1.3;margin:0 0 6px}
.fv-prem-pdf .d{font-size:.82rem;color:rgba(255,255,255,.85);line-height:1.5;margin:0 0 12px}
.fv-prem-pdf .b{display:inline-block;background:#fff;color:#0d5c36;font-weight:800;padding:9px 16px;border-radius:9px;font-size:.84rem}
.fv-prem-gallery{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:0 0 22px}
.fv-prem-gallery figure{margin:0;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:#0a1628}
.fv-prem-gallery img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}
.fv-prem-gallery figcaption{font-size:.72rem;color:#8896b3;padding:7px 9px}
@media(max-width:960px){
  .fv-prem-layout{grid-template-columns:1fr;gap:26px}
  .fv-prem-side{position:static}
  .fv-prem-wrap{padding:22px 16px 56px}
  .fv-prem-hero-inner{padding:36px 16px 28px}
  .fv-prem-hero{min-height:220px}
}
