/* Productions page — shared base via page-premium.css */
@import url("page-premium.css");

/* --------------------------------------------------------------------------
   Breadcrumb hero
   -------------------------------------------------------------------------- */
.page-productions .breadcrumb-wrapper {
  background-color: var(--np-bg) !important;
  background-image: none !important;
  padding: 0;
}

.page-productions .breadcrumb-wrapper .page-heading {
  padding: calc(var(--site-header-h, 88px) + 20px) 20px 28px !important;
  margin: 0;
}

.page-productions .breadcrumb-wrapper .page-heading h6 {
  font-family: "Cinzel", "Cormorant Garamond", serif;
  font-size: clamp(0.7rem, 1.1vw, 0.82rem);
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--np-gold) !important;
  margin-bottom: 8px;
}

.page-productions .breadcrumb-wrapper .page-heading h6 img {
  filter: sepia(0.45) saturate(1.4) hue-rotate(5deg) brightness(1.1);
  max-height: 12px;
  margin-right: 6px;
}

.page-productions .breadcrumb-wrapper .page-heading h1 {
  font-family: "Cinzel", "Cormorant Garamond", serif;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.25;
  text-transform: uppercase;
  color: var(--np-gold-light) !important;
  margin: 0;
}

.page-productions .breadcrumb-wrapper .page-heading h1 span {
  font-family: inherit;
  font-weight: 600;
  background: linear-gradient(180deg, var(--np-gold-light) 0%, var(--np-gold) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--np-gold) !important;
}

/* --------------------------------------------------------------------------
   Main section
   -------------------------------------------------------------------------- */
.page-productions .productions-section {
  background-color: var(--np-bg) !important;
  padding-top: clamp(40px, 5vw, 56px) !important;
}

.page-productions .productions-section.section-bg {
  background-color: var(--np-bg) !important;
}

/* Section intro */
.page-productions .prod-section-intro {
  margin-bottom: clamp(48px, 6vw, 72px);
}

.page-productions .prod-section-intro .lineafter {
  width: min(320px, 70%);
  height: 2px;
  margin: 0 auto 20px;
  transform: none;
  background: linear-gradient(
    to right,
    transparent,
    var(--np-gold),
    var(--np-gold-light),
    var(--np-gold),
    transparent
  );
  box-shadow: 0 0 10px rgba(200, 164, 77, 0.35);
  border-radius: 50px;
}

.page-productions .prod-section-intro h2 {
  font-family: "Cinzel", "Cormorant Garamond", serif;
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.3;
  color: var(--np-gold-light) !important;
  margin-bottom: 16px;
}

.page-productions .prod-section-intro h2 span {
  font-family: inherit;
  font-weight: 600;
  background: linear-gradient(180deg, var(--np-gold-light) 0%, var(--np-gold) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--np-gold) !important;
}

.page-productions .prod-section-intro p {
  font-family: "Inter", sans-serif;
  font-size: clamp(15px, 1.35vw, 16px);
  font-weight: 400;
  line-height: 1.75;
  color: var(--np-text-soft) !important;
  max-width: 640px;
}

/* Production cards */
.page-productions .prod-card {
  background: var(--np-bg-secondary);
  border: 1px solid var(--np-border);
  border-radius: 16px;
  padding: clamp(28px, 4vw, 48px) clamp(20px, 3vw, 40px);
  margin-bottom: clamp(32px, 4vw, 48px);
  transition:
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.page-productions .prod-card:hover {
  border-color: rgba(200, 164, 77, 0.65);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
}

.page-productions .prod-main-img,
.page-productions .prod-cast-img {
  border: 1px solid var(--np-border);
  border-radius: 16px;
}

.page-productions .prod-main-img {
  height: clamp(240px, 32vw, 340px);
}

.page-productions .prod-number {
  background: linear-gradient(180deg, var(--np-gold-light) 0%, var(--np-gold) 100%);
  color: #1a0808;
  font-family: "Cinzel", serif;
  font-size: clamp(0.9rem, 1.2vw, 1.1rem);
  font-weight: 600;
  border: 1px solid rgba(200, 164, 77, 0.5);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
}

.page-productions .prod-tag {
  background: rgba(200, 164, 77, 0.1);
  color: var(--np-gold-light);
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  border: 1px solid var(--np-border);
  border-radius: 999px;
}

.page-productions .prod-title {
  font-family: "Cinzel", "Cormorant Garamond", serif;
  font-size: clamp(1.25rem, 2.2vw, 1.75rem);
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--np-gold-light) !important;
  margin-bottom: 18px;
}

.page-productions .prod-desc {
  font-family: "Inter", sans-serif;
  font-size: clamp(15px, 1.35vw, 16px);
  line-height: 1.75;
  color: var(--np-text-soft) !important;
}

.page-productions .prod-meta-item {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: var(--np-text-soft) !important;
}

.page-productions .prod-meta-item i {
  color: var(--np-gold);
}

.page-productions .prod-ensemble,
.page-productions .prod-venues {
  background: rgba(11, 11, 11, 0.8);
  border: 1px solid var(--np-border);
  border-radius: 12px;
}

.page-productions .prod-ensemble h5,
.page-productions .prod-venues h5 {
  font-family: "Cinzel", serif;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--np-gold-light) !important;
}

.page-productions .prod-ensemble ul li,
.page-productions .prod-venues ul li {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: var(--np-text-soft) !important;
  border-bottom-color: rgba(200, 164, 77, 0.12);
}

.page-productions .prod-ensemble ul li span {
  color: var(--np-gold-light) !important;
  font-weight: 600;
}

.page-productions .prod-venues ul li::before {
  color: var(--np-gold);
}

@media (max-width: 767px) {
  .page-productions .breadcrumb-wrapper .page-heading {
    padding: calc(var(--site-header-h, 88px) + 16px) 16px 22px !important;
  }

  .page-productions .breadcrumb-wrapper .page-heading h1 {
    font-size: clamp(1.2rem, 5vw, 1.5rem);
  }

  .page-productions .prod-card {
    padding: 24px 18px;
  }
}
