/* ============================================================
   BollyLiveScoop — Post Card Design System
   Self-contained card styles. Drop a .card element (1080×1350)
   into any container; scale it with a CSS transform for preview.
   ============================================================ */

/* ---- Tokens ---- */
:root {
  --bls-accent: #8C52FF;     /* brand purple */
  --bls-black:  #0e0c0a;     /* warm black bg */
  --bls-white:  #ffffff;
  --bls-w78:    rgba(255,255,255,.78);
  --bls-w60:    rgba(255,255,255,.60);
  --bls-w50:    rgba(255,255,255,.50);
  --bls-w12:    rgba(255,255,255,.12);
  --bls-font-display: "Space Grotesk", system-ui, sans-serif;
  --bls-font-serif:   "Fraunces", Georgia, serif;
  --bls-font-mono:    "JetBrains Mono", ui-monospace, monospace;
}

/* ---- Frame ---- */
.card {
  position: relative;
  width: 1080px;
  height: 1350px;
  background: var(--bls-black);
  overflow: hidden;
  color: var(--bls-white);
  border-radius: 4px;
  font-family: var(--bls-font-display);
}

/* ---- Image layer ---- */
.card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card-img.placeholder {
  background:
    repeating-linear-gradient(45deg, rgba(255,255,255,.06) 0 14px, rgba(255,255,255,0) 14px 28px),
    linear-gradient(180deg, #2a2520 0%, #0e0c0a 100%);
  display: flex; align-items: center; justify-content: center;
}
.card-img.placeholder::after {
  content: attr(data-label);
  font-family: var(--bls-font-mono);
  font-size: 14px; letter-spacing: .3em; text-transform: uppercase;
  color: rgba(255,255,255,.35);
  padding: 8px 14px; border: 1px dashed rgba(255,255,255,.25); border-radius: 4px;
}

/* ---- Gradients ---- */
.grad-bottom { position:absolute; top:0; left:0; width:100%; height:100%;
  background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(14,12,10,.6) 70%, var(--bls-black) 100%); }
.grad-heavy  { position:absolute; top:0; left:0; width:100%; height:100%;
  background: linear-gradient(180deg, rgba(14,12,10,.55) 0%, rgba(14,12,10,.2) 30%, rgba(14,12,10,.85) 70%, var(--bls-black) 100%); }
.grad-dim    { position:absolute; top:0; left:0; width:100%; height:100%;
  background: linear-gradient(180deg, rgba(14,12,10,.35) 0%, rgba(14,12,10,.7) 70%, var(--bls-black) 100%); }
.grad-trailer{ position:absolute; top:0; left:0; width:100%; height:100%;
  background: linear-gradient(180deg, rgba(0,0,0,.45) 0%, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 60%, rgba(14,12,10,.95) 100%); }

/* ---- Shared chrome ---- */
.card-brand {
  position: absolute; top: 32px; left: 32px; z-index: 5;
  display: flex; align-items: center; gap: 10px;
}
.card-brand .mark {
  width: 36px; height: 36px; border-radius: 8px; background: var(--bls-accent);
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 22px; color: #fff; letter-spacing: -.04em;
}
.card-brand .handle { font-weight: 600; font-size: 17px; color: #fff; letter-spacing: -.01em; }

.card-badge {
  position: absolute; top: 0; right: 0; z-index: 6;
  background: var(--bls-accent); color: #fff;
  font-family: var(--bls-font-display);
  font-weight: 700; font-size: 13px; letter-spacing: .18em; text-transform: uppercase;
  white-space: nowrap;
  padding: 12px 24px 12px 32px;
  clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%);
}

/* highlight word (from *asterisks*) */
.hl { color: var(--bls-accent); font-style: italic; font-family: var(--bls-font-serif); font-weight: 600; }

/* ============================================================
   01 · BOX OFFICE
   ============================================================ */
.bo-hero { position: absolute; top: 0; left: 0; right: 0; height: 62%; }
.bo-body {
  position: absolute; left: 0; right: 0; bottom: 0; height: 50%;
  background: var(--bls-black); padding: 0 56px 56px;
  display: flex; flex-direction: column; justify-content: flex-end;
}
.bo-eyebrow { font-family: var(--bls-font-mono); font-size: 13px; letter-spacing: .22em;
  color: var(--bls-accent); text-transform: uppercase; margin-bottom: 18px; white-space: nowrap; }
.bo-title { font-family: var(--bls-font-serif); font-weight: 600; font-style: italic;
  font-size: 64px; line-height: .95; letter-spacing: -.02em; margin-bottom: 28px; text-wrap: balance; }
.bo-numrow { display: flex; align-items: flex-end; gap: 24px; margin-bottom: 18px; }
.bo-num { font-weight: 800; font-size: 180px; line-height: .85; letter-spacing: -.05em; }
.bo-numside { display: flex; flex-direction: column; gap: 6px; padding-bottom: 14px; }
.bo-cr { font-weight: 700; font-size: 36px; line-height: 1; color: var(--bls-accent); letter-spacing: -.02em; }
.bo-unit { font-family: var(--bls-font-mono); font-size: 12px; letter-spacing: .18em; color: var(--bls-w50); text-transform: uppercase; white-space: nowrap; }
.bo-total { display: flex; align-items: center; justify-content: space-between;
  padding: 18px 24px; margin: 0 -8px;
  border-top: 1px solid var(--bls-w12); border-bottom: 1px solid var(--bls-w12); }
.bo-total .lbl { font-family: var(--bls-font-mono); font-size: 13px; letter-spacing: .2em; color: var(--bls-w60); text-transform: uppercase; white-space: nowrap; }
.bo-total .val { font-weight: 700; font-size: 36px; letter-spacing: -.02em; font-variant-numeric: tabular-nums; white-space: nowrap; }
.bo-total .val span { color: var(--bls-accent); font-size: 22px; }

/* ============================================================
   02 · SCOOPDOSE
   ============================================================ */
.sd-hero { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.sd-headline {
  position: absolute; left: 56px; right: 56px; bottom: 80px;
  font-weight: 800; font-size: 80px; line-height: 1.0; letter-spacing: -.03em; text-wrap: balance;
}

/* ============================================================
   03 · THE LONG TAKE
   ============================================================ */
.lt-hero { position: absolute; top: 0; left: 0; right: 0; height: 50%; }
.lt-body { position: absolute; left: 56px; right: 56px; bottom: 56px; }
.lt-kicker { font-family: var(--bls-font-mono); font-size: 13px; letter-spacing: .22em;
  color: var(--bls-accent); text-transform: uppercase; margin-bottom: 22px;
  display: flex; align-items: center; gap: 12px; }
.lt-kicker .rule { width: 32px; height: 1px; background: var(--bls-accent); display: inline-block; }
.lt-title { font-family: var(--bls-font-serif); font-weight: 600; font-size: 78px; line-height: .98;
  letter-spacing: -.025em; margin-bottom: 32px; text-wrap: balance; }
.lt-standfirst { padding-left: 22px; border-left: 3px solid var(--bls-accent);
  font-family: var(--bls-font-serif); font-style: italic; font-weight: 400;
  font-size: 28px; line-height: 1.35; color: var(--bls-w78); text-wrap: pretty; }

/* ============================================================
   04 · TRAILER
   ============================================================ */
.tr-play {
  position: absolute; top: 42%; left: 50%; transform: translate(-50%,-50%);
  width: 140px; height: 140px; border-radius: 999px;
  background: rgba(255,255,255,.12); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border: 1.5px solid rgba(255,255,255,.7);
  display: flex; align-items: center; justify-content: center;
}
.tr-play i { width:0; height:0; margin-left:12px;
  border-top: 28px solid transparent; border-bottom: 28px solid transparent; border-left: 46px solid #fff; }
.tr-body { position: absolute; left: 56px; right: 56px; bottom: 56px; }
.tr-eyebrow { font-family: var(--bls-font-mono); font-size: 13px; letter-spacing: .24em;
  color: var(--bls-accent); text-transform: uppercase; margin-bottom: 18px;
  display: flex; align-items: center; gap: 12px; }
.tr-eyebrow .rule { width: 32px; height: 1px; background: var(--bls-accent); display: inline-block; }
.tr-title { font-weight: 800; font-size: 96px; line-height: .9; letter-spacing: -.04em;
  text-transform: uppercase; text-wrap: balance; }
.tr-meta { margin-top: 28px; display: flex; align-items: center; gap: 32px;
  padding-top: 20px; border-top: 1px solid rgba(255,255,255,.18); }
.tr-meta .col { display: flex; flex-direction: column; gap: 4px; }
.tr-meta .k { font-family: var(--bls-font-mono); font-size: 10px; letter-spacing: .22em; color: var(--bls-w50); text-transform: uppercase; }
.tr-meta .v { font-weight: 600; font-size: 17px; letter-spacing: -.01em; }
.tr-meta .v.accent { color: var(--bls-accent); }
