/* LP preview overlay 2026-09-13: manga, compatibility icons, new copy. Production app CSS unchanged. */
.lp-story-intro .lp-kicker { font-size: clamp(28px, 2.4vw, 40px); letter-spacing: .12em; }
.lp-story-intro img { width: min(280px, 100%); margin: 24px auto 0; }
.lp-manga { display: grid; gap: 24px; min-width: 0; }
.lp-manga-row {
  display: grid;
  grid-template-columns: 46px repeat(3, minmax(0, 1fr));
  min-height: 332px;
  overflow: hidden;
  border: 3px solid #c3c3bd;
  border-radius: 16px;
  background: #fff;
}
.lp-manga-after { border-color: var(--lp-ink); background: var(--lp-yellow); }
.lp-manga-label {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  background: #c3c3bd;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .18em;
  writing-mode: vertical-rl;
}
.lp-manga-after .lp-manga-label { background: transparent; color: var(--lp-ink); }
.lp-manga-row article {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  padding: 28px 16px 12px;
  border-left: 1px solid #e4e4df;
  text-align: center;
}
.lp-manga-after article { border-left-color: rgba(23, 25, 18, .22); }
.lp-manga-row article p {
  margin: 0;
  min-height: 84px;
  color: var(--lp-ink);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
}
.lp-manga-row img { width: min(230px, 100%); margin-top: auto; }
.lp-compatibility p {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 16px;
  margin: 22px 0 0;
  font-size: 12px;
  font-weight: 700;
  color: var(--lp-ink);
  word-spacing: normal;
}
.lp-compatibility p span {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  min-width: 64px;
  white-space: nowrap;
}
.lp-compatibility svg {
  display: block;
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
@media (max-width: 960px) {
  .lp-story-intro { display: block; text-align: center; }
  .lp-story-intro img { width: 220px; margin: 24px auto 0; }
}
@media (max-width: 640px) {
  .lp-story-intro img { width: 180px; }
  .lp-manga-row { grid-template-columns: 36px 1fr; min-height: 0; }
  .lp-manga-label { grid-row: 1 / span 3; }
  .lp-manga-row article { padding: 22px 18px; border-left: 0; border-top: 1px solid #e4e4df; }
  .lp-manga-after article { border-top-color: rgba(23, 25, 18, .22); }
  .lp-manga-row article:nth-child(2) { border-top: 0; }
  .lp-manga-row article p { min-height: 0; }
  .lp-compatibility { grid-template-columns: 1fr; gap: 36px; }
  .lp-compatibility p { gap: 12px 10px; }
  .lp-compatibility p span { min-width: 56px; }
}
