
.cine-frame {
  width: 1080px;
  height: 1920px;
  position: relative;
  overflow: hidden;
  background: #08090d;
  color: #fff;
  font-family: Inter, "Helvetica Neue", Arial, system-ui, sans-serif;
  box-sizing: border-box;
}

.cine-frame * { box-sizing: border-box; }

.cine-poster-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #111827, #1a2e5a 55%, #0a0a0a);
  overflow: hidden;
}

.cine-poster-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cine-scrim-top,
.cine-scrim-bottom,
.cine-vignette {
  position: absolute;
  pointer-events: none;
}

.cine-scrim-top {
  left: 0;
  right: 0;
  top: 0;
  height: 520px;
  background: linear-gradient(to bottom, rgba(0,0,0,.78), rgba(0,0,0,0));
}

.cine-scrim-bottom {
  left: 0;
  right: 0;
  bottom: 0;
  height: 760px;
  background: linear-gradient(to top, rgba(0,0,0,.86), rgba(0,0,0,0));
}

.cine-vignette {
  inset: 0;
  background: radial-gradient(circle at 52% 42%, rgba(0,0,0,0) 26%, rgba(0,0,0,.34) 100%);
}

.cine-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 18px;
  border: 2px solid rgba(255,255,255,.82);
  background: rgba(10,10,10,.28);
  color: #fff;
  font-size: 19px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.cine-tagline {
  color: rgba(255,255,255,.82);
  font-size: 21px;
  font-weight: 650;
  letter-spacing: .02em;
}

.cine-cover-header {
  position: absolute;
  left: 72px;
  right: 72px;
  top: 310px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.cine-cover-copy {
  position: absolute;
  left: 72px;
  right: 72px;
  bottom: 420px;
}

.cine-panel {
  position: absolute;
  left: 72px;
  right: 72px;
  top: 540px;
  min-height: 740px;
  padding: 54px 56px;
  background: rgba(8, 12, 18, .76);
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: 0 28px 80px rgba(0,0,0,.42);
  backdrop-filter: blur(10px);
}

.cine-label {
  color: #f5b800;
  font-size: 20px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.cine-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 74px;
  line-height: .96;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 28px;
}

.cine-body {
  color: rgba(255,255,255,.88);
  font-size: 34px;
  line-height: 1.28;
  font-weight: 520;
  white-space: pre-wrap;
}

.cine-footer {
  position: absolute;
  left: 72px;
  right: 72px;
  bottom: 310px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  color: rgba(255,255,255,.76);
  font-size: 18px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cine-alert { color: #f46a1f; font-weight: 900; }

.cine-guide-square,
.cine-guide-vertical {
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
  border-top: 3px dashed rgba(245,184,0,.85);
  border-bottom: 3px dashed rgba(245,184,0,.85);
  z-index: 20;
}

.cine-guide-square { top: 420px; height: 1080px; }
.cine-guide-vertical { top: 285px; height: 1350px; border-color: rgba(0,164,186,.82); }
