/* site-craft · 成品10 · 莓果画廊 · cherry-burst
   莓果红画廊 · 强制竖版 2:3 · 衬线标题 · 压在 layout-fix 之后 */

:root {
  --cb-primary: #be123c;
  --cb-secondary: #9f1239;
  --cb-accent: #f59e0b;
  --cb-rose: #fb7185;
  --cb-bg: #fff5f7;
  --cb-surface: #ffffff;
  --cb-ink: #4c0519;
  --cb-muted: #9f1239;
  --cb-line: rgba(190, 18, 60, 0.16);
  --cb-shadow: 0 18px 48px rgba(190, 18, 60, 0.12);
  --cb-max: 1180px;
  --cb-serif: "Noto Serif SC", "Songti SC", "STSong", serif;
  --cb-sans: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  --site-accent: #be123c;
  --site-secondary: #9f1239;
  --site-ink: #4c0519;
  --site-bg: #fff5f7;
  color-scheme: light;
}

html {
  overflow-x: clip;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body.cb-site {
  margin: 0 !important;
  min-height: 100vh !important;
  color: var(--cb-ink) !important;
  font-family: var(--cb-sans) !important;
  background-color: var(--cb-bg) !important;
  background-image:
    radial-gradient(720px 380px at 0% -8%, rgba(190, 18, 60, 0.12), transparent 55%),
    radial-gradient(520px 300px at 100% 8%, rgba(251, 113, 133, 0.1), transparent 50%),
    linear-gradient(180deg, #fff8fa 0%, #fff5f7 45%, #ffe4e6 100%) !important;
  overflow-x: clip !important;
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
}

body.cb-site a {
  color: var(--cb-primary);
  text-decoration: none !important;
}
body.cb-site a:hover {
  color: var(--cb-secondary);
}

body.cb-site h1,
body.cb-site h2,
body.cb-site .cb-brand__name,
body.cb-site .cb-foot__brand strong {
  font-family: var(--cb-serif) !important;
}

.cb-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* ── 顶栏：白底画廊框线 · 品牌 | 导航 | 搜索 ── */
.cb-top {
  position: sticky !important;
  top: 0;
  z-index: 200 !important;
  background: rgba(255, 255, 255, 0.96) !important;
  border-bottom: 1px solid var(--cb-line) !important;
  box-shadow: 0 8px 28px rgba(190, 18, 60, 0.06) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding-top: env(safe-area-inset-top, 0);
  isolation: isolate;
}
.cb-top__bar {
  max-width: var(--cb-max) !important;
  margin: 0 auto !important;
  padding: 10px 16px !important;
  gap: 12px 16px !important;
  grid-template-columns: auto minmax(0, 1fr) auto !important;
}
.cb-burger {
  order: 3;
}
.cb-brand {
  order: 1;
  color: var(--cb-ink) !important;
  gap: 10px !important;
}
.cb-brand__mark {
  width: 38px !important;
  height: 38px !important;
  border-radius: 10px !important;
  background: linear-gradient(145deg, #e11d48, #be123c) !important;
  color: #fff !important;
  box-shadow: 0 8px 18px rgba(190, 18, 60, 0.32) !important;
  font-family: var(--cb-serif) !important;
  font-size: 0.95rem !important;
  font-weight: 800 !important;
}
.cb-brand__name {
  background: none !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
  color: var(--cb-ink) !important;
  font-size: 1.12rem !important;
  letter-spacing: 0.02em !important;
}
.cb-nav {
  order: 2;
  justify-content: center !important;
}
.cb-nav a {
  border-radius: 8px !important;
  color: #881337 !important;
  background: rgba(190, 18, 60, 0.05) !important;
  font-weight: 700 !important;
}
.cb-nav a:hover,
.cb-nav a[aria-current="page"] {
  color: #fff !important;
  background: var(--cb-primary) !important;
  border-color: var(--cb-primary) !important;
  box-shadow: none !important;
}
.cb-search {
  order: 3;
  border-radius: 10px !important;
  border: 1px solid var(--cb-line) !important;
  background: #fff !important;
  overflow: hidden;
}
.cb-search__go,
.cb-btn--cta {
  background: linear-gradient(135deg, #be123c, #9f1239) !important;
  color: #fff !important;
  border-radius: 10px !important;
  box-shadow: 0 8px 20px rgba(190, 18, 60, 0.28) !important;
}
body.cb-site a.cb-btn--cta,
body.cb-site .cb-search__go {
  color: #fff !important;
}
.cb-btn--line {
  border-radius: 10px !important;
  border: 2px solid rgba(190, 18, 60, 0.35) !important;
  color: var(--cb-ink) !important;
  background: rgba(255, 255, 255, 0.2) !important;
}
body.cb-site a.cb-btn--line {
  color: #fff7ed !important;
}
body.cb-site .cb-spotlight a.cb-btn--line:hover {
  background: #fff !important;
  color: var(--cb-primary) !important;
}

/* ── 主区 ── */
.cb-main {
  flex: 1 0 auto;
  max-width: var(--cb-max) !important;
  width: 100%;
  margin: 0 auto !important;
  padding: 20px 16px 48px !important;
  min-width: 0;
}

/* ── Hero：文案 + 竖版海报画廊 ── */
.cb-spotlight {
  position: relative !important;
  overflow: hidden !important;
  margin: 0 0 28px !important;
  padding: clamp(28px, 4vw, 44px) clamp(20px, 4vw, 40px) !important;
  border-radius: 22px !important;
  text-align: left !important;
  background:
    radial-gradient(520px 280px at 88% 20%, rgba(251, 191, 36, 0.16), transparent 55%),
    linear-gradient(125deg, #4c0519 0%, #9f1239 42%, #be123c 72%, #fb7185 100%) !important;
  box-shadow: 0 24px 56px rgba(76, 5, 25, 0.28) !important;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.cb-spotlight__burst {
  background:
    radial-gradient(circle at 18% 30%, rgba(251, 191, 36, 0.22), transparent 42%),
    radial-gradient(circle at 88% 20%, rgba(255, 255, 255, 0.1), transparent 46%),
    radial-gradient(circle at 70% 80%, rgba(251, 113, 133, 0.18), transparent 48%) !important;
}
.cb-spotlight__layout {
  position: relative;
  z-index: 1;
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(220px, 0.9fr) !important;
  align-items: center !important;
  gap: clamp(20px, 4vw, 40px) !important;
  max-width: 100%;
}
.cb-spotlight__inner {
  max-width: none !important;
  margin: 0 !important;
  text-align: left !important;
  min-width: 0;
}
.cb-spotlight__eyebrow {
  border-radius: 8px !important;
  background: rgba(251, 191, 36, 0.95) !important;
  color: #4c0519 !important;
  letter-spacing: 0.08em !important;
}
.cb-spotlight h1 {
  color: #fff7ed !important;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.25) !important;
  max-width: 10em;
  margin-bottom: 12px !important;
}
.cb-spotlight__lead {
  color: rgba(255, 247, 237, 0.9) !important;
  margin: 0 0 22px !important;
  max-width: 28em !important;
  font-size: clamp(0.95rem, 1.6vw, 1.05rem) !important;
  line-height: 1.65 !important;
}
.cb-spotlight__actions {
  justify-content: flex-start !important;
  gap: 10px !important;
}
.cb-spotlight__actions .cb-btn {
  padding: 12px 20px !important;
  border-radius: 10px !important;
  font-size: 0.92rem !important;
}

/* 画廊叠层海报 */
.cb-spotlight__gallery {
  position: relative;
  justify-self: end;
  width: min(100%, 340px);
  height: clamp(280px, 36vw, 380px);
  margin-inline: auto 0;
}
.cb-spotlight__poster {
  position: absolute;
  display: block;
  overflow: hidden;
  border-radius: 14px;
  border: 2px solid rgba(255, 247, 237, 0.28);
  box-shadow: 0 18px 40px rgba(26, 5, 12, 0.45);
  background: #1a0508;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}
.cb-spotlight__poster img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
}
.cb-spotlight__poster--back {
  width: 42%;
  left: 0;
  top: 18%;
  transform: rotate(-10deg);
  opacity: 0.72;
  z-index: 1;
}
.cb-spotlight__poster--mid {
  width: 46%;
  left: 14%;
  top: 8%;
  transform: rotate(-4deg);
  opacity: 0.88;
  z-index: 2;
}
.cb-spotlight__poster--main {
  width: 58%;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: 3;
  transform: rotate(2.5deg);
}
.cb-spotlight__poster--main:hover {
  animation-play-state: paused;
  transform: rotate(0deg) translateY(-4px) scale(1.02);
  box-shadow: 0 26px 52px rgba(26, 5, 12, 0.55);
  z-index: 5;
}
.cb-spotlight__poster-cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 28px 12px 12px;
  background: linear-gradient(0deg, rgba(26, 5, 12, 0.92) 0%, transparent 100%);
  color: #fff7ed;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.cb-spotlight__poster-cap em {
  font-style: normal;
  font-size: 0.68rem;
  font-weight: 800;
  color: #fbbf24;
  letter-spacing: 0.06em;
}
.cb-spotlight__poster-cap strong {
  font-family: var(--cb-serif);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.3;
}

/* 胶囊频道：画廊标签条 */
.cb-capsules {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 0 0 22px !important;
  padding: 4px 0 2px !important;
  overflow: visible !important;
}
.cb-capsule {
  border-radius: 8px !important;
  padding: 8px 14px !important;
  font-weight: 800 !important;
  font-size: 0.78rem !important;
  color: #fff !important;
  background: linear-gradient(135deg, #be123c, #e11d48) !important;
  border: 0 !important;
}
.cb-capsule:nth-child(2n) {
  background: linear-gradient(135deg, #9f1239, #be123c) !important;
}
.cb-capsule:nth-child(3n) {
  background: linear-gradient(135deg, #e11d48, #fb7185) !important;
}
.cb-capsule:nth-child(4n) {
  background: linear-gradient(135deg, #b45309, #f59e0b) !important;
  color: #1a0508 !important;
}
body.cb-site a.cb-capsule {
  color: #fff !important;
}
body.cb-site a.cb-capsule:nth-child(4n) {
  color: #1a0508 !important;
}

/* 区块 */
.cb-panel {
  border-radius: 16px !important;
  border: 1px solid var(--cb-line) !important;
  background: rgba(255, 255, 255, 0.88) !important;
  box-shadow: var(--cb-shadow) !important;
  padding: 18px 18px 20px !important;
  margin-bottom: 28px !important;
}
.cb-panel__head h2 {
  color: var(--cb-ink) !important;
  font-size: 1.15rem !important;
}
.cb-panel__link {
  color: var(--cb-primary) !important;
  font-weight: 800 !important;
}
.cb-tag,
.cb-tag--hot {
  border-radius: 6px !important;
  background: var(--cb-primary) !important;
  color: #fff !important;
}
.cb-tag--new {
  background: var(--cb-accent) !important;
  color: #1a0508 !important;
}

/* ── 画廊片单：强制竖版 2:3（区别站3横卡） ── */
.cb-rail,
.cb-rail.movie-grid {
  display: grid !important;
  grid-auto-flow: unset !important;
  grid-auto-columns: unset !important;
  grid-template-columns: repeat(auto-fill, minmax(148px, 1fr)) !important;
  gap: 16px !important;
  overflow: visible !important;
  padding-bottom: 0 !important;
}
.cb-grid--5,
.cb-grid--4,
.cb-grid--3,
.movie-grid:not(.cb-rail) {
  grid-template-columns: repeat(auto-fill, minmax(148px, 1fr)) !important;
  gap: 16px !important;
}

.cb-film {
  border-radius: 14px !important;
  background: #fff !important;
  border: 1px solid var(--cb-line) !important;
  box-shadow: 0 10px 28px rgba(190, 18, 60, 0.1) !important;
  overflow: hidden !important;
}
.cb-film:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 18px 40px rgba(190, 18, 60, 0.18) !important;
}
.cb-film__link img,
.cb-film--mini .cb-film__link img {
  width: 100% !important;
  aspect-ratio: 2 / 3 !important;
  object-fit: cover !important;
  height: auto !important;
}
.cb-film__badge {
  left: 8px !important;
  right: auto !important;
  top: 8px !important;
  border-radius: 6px !important;
  background: linear-gradient(135deg, #f59e0b, #fbbf24) !important;
  color: #1a0508 !important;
  font-weight: 900 !important;
}
.cb-film__play {
  background: linear-gradient(135deg, #be123c, #e11d48) !important;
  border-radius: 50% !important;
}
.cb-film__shade {
  background: linear-gradient(
    0deg,
    rgba(76, 5, 25, 0.94) 0%,
    rgba(76, 5, 25, 0.5) 55%,
    transparent 100%
  ) !important;
  padding: 36px 12px 12px !important;
}
.cb-film__shade h3 {
  color: #fff7ed !important;
  font-size: 0.88rem !important;
  font-family: var(--cb-serif) !important;
}
.cb-film__meta {
  color: #fecdd3 !important;
  font-size: 0.7rem !important;
}

/* 播放页：播放器贴齐 · 侧栏信息卡 · 无下方黑空 */
.cb-crumb--play {
  margin-bottom: 14px !important;
  padding: 10px 14px !important;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, 0.9) !important;
  border: 1px solid var(--cb-line) !important;
}
.cb-crumb--play a {
  color: var(--cb-primary) !important;
  font-weight: 700;
}
.cb-crumb--play span {
  color: #9f1239;
  opacity: 0.55;
}

.cb-play {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 280px) !important;
  gap: 16px !important;
  align-items: start !important;
  margin-bottom: 22px !important;
  border-radius: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.cb-play__screen {
  position: relative !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  background: #0a0406 !important;
  border: 1px solid rgba(76, 5, 25, 0.35) !important;
  box-shadow: 0 18px 44px rgba(76, 5, 25, 0.22) !important;
  aspect-ratio: 16 / 9 !important;
  max-height: min(70vh, 640px);
  width: 100%;
}
.cb-play__screen video,
#movie-player {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  background: #0a0406 !important;
}

.cb-play__info {
  position: sticky !important;
  top: 76px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  padding: 18px 16px 20px !important;
  border-radius: 16px !important;
  background:
    linear-gradient(165deg, #4c0519 0%, #9f1239 48%, #be123c 100%) !important;
  border: 1px solid rgba(255, 247, 237, 0.12) !important;
  box-shadow: 0 18px 40px rgba(76, 5, 25, 0.28) !important;
  color: #fff7ed !important;
  min-width: 0;
}
.cb-play__poster {
  width: 112px !important;
  max-width: 112px !important;
  margin: 0 auto 14px !important;
  aspect-ratio: 2 / 3 !important;
  object-fit: cover !important;
  border-radius: 12px !important;
  border: 2px solid rgba(255, 247, 237, 0.28) !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35) !important;
}
.cb-play__info h1 {
  margin: 0 0 12px !important;
  text-align: center !important;
  font-family: var(--cb-serif) !important;
  font-size: 1.05rem !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  color: #fff7ed !important;
}
.cb-play__meta {
  margin: 0 0 16px !important;
  padding: 0 !important;
  display: grid !important;
  gap: 0 !important;
  background: rgba(0, 0, 0, 0.18) !important;
  border-radius: 12px !important;
  overflow: hidden;
}
.cb-play__meta li {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 9px 12px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  font-size: 0.82rem !important;
}
.cb-play__meta li:last-child {
  border-bottom: 0 !important;
}
.cb-play__meta em {
  color: rgba(255, 247, 237, 0.62) !important;
  font-weight: 700 !important;
}
.cb-play__meta strong {
  color: #fbbf24 !important;
  font-weight: 800 !important;
  text-align: right;
}
.cb-play__info > .cb-btn--cta {
  width: 100% !important;
  justify-content: center !important;
  margin-top: auto !important;
  border-radius: 10px !important;
  background: rgba(255, 247, 237, 0.96) !important;
  color: #9f1239 !important;
  box-shadow: none !important;
  border: 0 !important;
  font-weight: 800 !important;
  pointer-events: none;
}
body.cb-site .cb-play__info > a.cb-btn--cta {
  color: #9f1239 !important;
}

.cb-synopsis {
  border-radius: 16px !important;
  border: 1px solid var(--cb-line) !important;
  background: #fff !important;
  padding: 22px 22px 20px !important;
  margin-bottom: 22px !important;
  box-shadow: 0 10px 28px rgba(190, 18, 60, 0.06) !important;
}
.cb-synopsis h2 {
  color: var(--cb-primary) !important;
  font-family: var(--cb-serif) !important;
  font-size: 1.12rem !important;
  margin: 0 0 10px !important;
}
.cb-synopsis p {
  color: #881337 !important;
  line-height: 1.8 !important;
}
.cb-synopsis__full {
  color: var(--cb-ink) !important;
  margin-bottom: 0 !important;
}
/* 简介两段重复时压掉第一段视觉噪音 */
.cb-synopsis p:first-of-type:not(.cb-synopsis__full) {
  display: none;
}

/* 相关推荐同样竖版 */
.cb-panel--related {
  margin-bottom: 8px !important;
}
.cb-panel--related .cb-rail,
.cb-panel--related .cb-grid {
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)) !important;
}

@media (max-width: 1024px) {
  .cb-play {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }
  .cb-play__screen {
    max-height: none;
  }
  .cb-play__info {
    position: static !important;
    display: grid !important;
    grid-template-columns: 96px minmax(0, 1fr) !important;
    grid-template-areas:
      "poster title"
      "poster meta"
      "cta cta" !important;
    column-gap: 14px !important;
    row-gap: 8px !important;
    align-items: start !important;
    padding: 16px !important;
  }
  .cb-play__poster {
    grid-area: poster;
    width: 96px !important;
    max-width: 96px !important;
    margin: 0 !important;
  }
  .cb-play__info h1 {
    grid-area: title;
    text-align: left !important;
    margin: 0 !important;
    font-size: 1.08rem !important;
  }
  .cb-play__meta {
    grid-area: meta;
    margin: 0 !important;
  }
  .cb-play__info > .cb-btn--cta {
    grid-area: cta;
    margin-top: 4px !important;
  }
}

@media (max-width: 560px) {
  .cb-play__info {
    grid-template-columns: 80px minmax(0, 1fr) !important;
  }
  .cb-play__poster {
    width: 80px !important;
    max-width: 80px !important;
  }
  .cb-play__meta li {
    padding: 7px 10px !important;
    font-size: 0.78rem !important;
  }
}

/* 页脚 */
.cb-foot {
  margin-top: auto;
  background: linear-gradient(180deg, #fff 0%, #ffe4e6 100%) !important;
  border-top: 1px solid var(--cb-line) !important;
}
.cb-foot__brand strong {
  color: var(--cb-primary) !important;
}
.cb-foot__col a {
  color: #881337 !important;
}
.cb-foot__col a:hover {
  color: var(--cb-primary) !important;
}

/* 动效 */
@media (prefers-reduced-motion: no-preference) {
  .cb-spotlight {
    animation: cb-gallery-in 0.65s cubic-bezier(0.22, 1, 0.36, 1) both;
  }
  .cb-film {
    transition: transform 0.22s ease, box-shadow 0.22s ease;
  }
}
@keyframes cb-gallery-in {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .cb-spotlight,
  .cb-spotlight__burst,
  .cb-spotlight__poster,
  .cb-film {
    animation: none !important;
    transition: none !important;
  }
}

/* 触控 / 跨端 */
a, button, input, select, .cb-burger, .cb-btn, .cb-capsule, .cb-search__go {
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
img[loading="lazy"] {
  content-visibility: auto;
}

@media (max-width: 900px) {
  .cb-top__bar {
    grid-template-columns: auto 1fr auto !important;
  }
  .cb-nav {
    display: none;
  }
  .cb-burger {
    display: inline-flex !important;
  }
  .cb-spotlight__layout {
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    text-align: center !important;
    gap: 22px !important;
  }
  .cb-spotlight__inner {
    margin: 0 auto !important;
    text-align: center !important;
  }
  .cb-spotlight h1 {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .cb-spotlight__lead {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .cb-spotlight__actions {
    justify-content: center !important;
  }
  .cb-spotlight__gallery {
    justify-self: center;
    width: min(100%, 300px);
    height: 300px;
    margin-inline: auto;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .cb-spotlight__poster--main {
    animation: cb-poster-main 5.5s ease-in-out infinite alternate;
  }
  .cb-spotlight__poster--mid {
    animation: cb-poster-mid 6.5s ease-in-out infinite alternate;
  }
}
@keyframes cb-poster-main {
  from { transform: rotate(2.5deg) translateY(0); }
  to { transform: rotate(1deg) translateY(-6px); }
}
@keyframes cb-poster-mid {
  from { transform: rotate(-4deg) translateY(0); }
  to { transform: rotate(-2.5deg) translateY(-4px); }
}

@media (max-width: 640px) {
  .cb-rail,
  .cb-rail.movie-grid,
  .cb-grid--5,
  .cb-grid--4,
  .movie-grid {
    grid-template-columns: repeat(auto-fill, minmax(132px, 1fr)) !important;
    gap: 12px !important;
  }
  input[type="search"],
  input[type="text"],
  select {
    font-size: 16px !important;
  }
  .cb-brand__name {
    max-width: min(42vw, 9em);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@supports (padding: max(0px)) {
  .cb-main {
    padding-bottom: max(48px, env(safe-area-inset-bottom));
  }
}

/* pack10-craft-touch */
.cb-film__link img {
  content-visibility: auto;
}
@media (hover: none) {
  .cb-film:hover {
    transform: none !important;
  }
  .cb-film:hover .cb-film__link img {
    transform: none !important;
  }
}

/* pack10-opt-touch */
.cb-film__link img,.cb-spotlight__poster img{content-visibility:auto}
.cb-btn,.cb-nav a,.cb-burger,.cb-search__go,.cb-capsule{touch-action:manipulation}
/* 播放页重复简介只留完整段 */
.cb-synopsis > p:first-of-type:not(.cb-synopsis__full) + .cb-synopsis__full{margin-top:0}
.cb-synopsis > p:first-of-type:not(.cb-synopsis__full){
  display:none;
}
.cb-synopsis h2{font-family:var(--cb-serif)}
