
.single-sc_show .page-title,
.single-sc_show .page-title-wrapper,
.single-sc_show .fancy-header,
.single-sc_show .ph-wrap {
  display: none !important;
}

.square-show-page {
  font-family: "Poppins", "Montserrat", sans-serif;
  color: var(--sq-text);
}

.square-show-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 2.5rem 1.25rem 3.5rem;
}

.square-show-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(320px, 0.86fr);
  gap: 1.5rem;
  align-items: start;
  margin-bottom: 1.5rem;
}

.square-show-secondary {
  display: grid;
  gap: 1.5rem;
  align-items: start;
  margin-bottom: 1.5rem;
}

.square-show-secondary.has-video {
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
}

.square-show-secondary.no-video {
  grid-template-columns: 1fr;
}

.square-show-main,
.square-show-side,
.square-show-content-col {
  min-width: 0;
}

.square-show-side {
  display: grid;
  gap: 1rem;
}

.square-show-panel,
.square-show-poster-card {
  background: #fff;
  border: 1px solid rgba(164, 122, 182, 0.22);
  border-radius: 24px;
  box-shadow: 0 16px 40px rgba(36, 22, 41, 0.07);
  overflow: hidden;
}

.square-show-poster-media {
  background: #fff;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-bottom: 0;
}

.square-show-poster-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.square-show-poster-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #f2edf6, #e8e0ee);
}

.square-show-poster-body {
  padding: 1.1rem 1.15rem 1.25rem;
  background: #fff;
}

.square-show-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 0.85rem;
}

.square-show-title {
  margin: 0 0 0.9rem;
  font-size: clamp(2rem, 2.15vw + 1rem, 3rem);
  line-height: 1.06;
  color: var(--sq-deep);
}

.square-show-meta {
  display: grid;
  gap: 0.18rem;
}

.square-show-date,
.square-show-time {
  color: #6a5879;
  font-size: 0.96rem;
  line-height: 1.55;
}

.square-show-panel {
  padding: 1.2rem 1.2rem 1.25rem;
}

.square-show-panel-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.9rem;
  margin-bottom: 0.95rem;
}

.square-show-panel-header-stack {
  align-items: flex-start;
}

.square-show-kicker {
  margin-bottom: 0.22rem;
  color: var(--sq-secondary);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.square-show-panel-title {
  margin: 0;
  font-size: 1.24rem;
  line-height: 1.2;
  color: var(--sq-deep);
}

.square-show-jump-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: rgba(255, 53, 98, 0.08);
  color: var(--sq-primary);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.square-show-jump-link:hover {
  background: rgba(255, 53, 98, 0.14);
  color: var(--sq-primary);
}

.square-show-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.square-show-info-card {
  background: var(--sq-bg-soft-2);
  border: 1px solid rgba(164, 122, 182, 0.16);
  border-radius: 14px;
  padding: 0.82rem 0.88rem;
}

.square-show-info-label {
  margin-bottom: 0.28rem;
  font-size: 0.72rem;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--sq-secondary);
  font-weight: 700;
}

.square-show-info-value {
  font-size: 0.92rem;
  line-height: 1.45;
  color: var(--sq-deep);
  font-weight: 500;
}

.square-show-price-panel {
  margin-top: 0.15rem;
  padding-top: 0.95rem;
  border-top: 1px solid rgba(164, 122, 182, 0.18);
}

.square-show-subtitle {
  margin: 0 0 0.65rem;
  font-size: 1rem;
  color: var(--sq-deep);
}

.square-show-price-range {
  margin-bottom: 0.75rem;
  font-size: 0.92rem;
  color: #6a5879;
}

.square-show-production-company {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  background: var(--sq-bg-soft-2);
  color: #6a5879;
  font-size: 0.92rem;
  font-weight: 500;
}

.square-show-content {
  color: var(--sq-text);
  font-size: 0.97rem;
  line-height: 1.8;
}

.square-show-content p:last-child {
  margin-bottom: 0;
}

.square-show-video-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: #100816;
}

.square-show-video-embed {
  position: relative;
  aspect-ratio: 16 / 9;
}

.square-show-video-embed iframe,
.square-show-video-embed video,
.square-show-video-embed embed,
.square-show-video-wrap iframe,
.square-show-video-wrap video,
.square-show-video-wrap embed {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.square-show-performance-panel {
  padding-bottom: 1.05rem;
}

.square-show-performances .performance-list {
  display: grid;
  gap: 0.95rem;
}

.square-show-performances .performance-item {
  background: var(--sq-bg-soft);
  border: 1px solid rgba(164, 122, 182, 0.2);
  border-radius: 20px;
  padding: 1rem;
  box-shadow: none;
}

@media (max-width: 1080px) {
  .square-show-hero,
  .square-show-secondary.has-video {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .square-show-wrap {
    padding: 2rem 1rem 2.75rem;
  }

  .square-show-info-grid {
    grid-template-columns: 1fr;
  }

  .square-show-panel-header,
  .square-show-panel-header-stack {
    flex-direction: column;
    align-items: flex-start;
  }

  .square-show-jump-link,
  .square-show-production-company {
    width: 100%;
    justify-content: center;
  }

  .square-show-title {
    font-size: 2.2rem;
  }
}
