/* PM Media — Creative & Film Division (public · black-box · client-first) */
.pm-studio-division {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 55% at 12% 0%, rgba(212, 168, 75, 0.12), transparent 55%),
    radial-gradient(ellipse 60% 50% at 92% 100%, rgba(0, 180, 216, 0.08), transparent 50%),
    linear-gradient(180deg, #07070b 0%, #0c0c12 55%, #08080e 100%);
}

.pm-studio-division::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.035;
  background-image: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 2px,
    rgba(255, 255, 255, 0.4) 2px,
    rgba(255, 255, 255, 0.4) 3px
  );
}

.pm-studio-division .container { position: relative; z-index: 1; }
.pm-studio-division .lead { max-width: 42rem; }

.pm-studio-pillars {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem 1.5rem;
  margin: 2.5rem auto 0;
  max-width: 56rem;
}

@media (min-width: 900px) {
  .pm-studio-pillars { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

.pm-studio-pillar { padding: 0; border: 0; background: transparent; }

.pm-studio-pillar .engine-tag {
  display: inline-block;
  margin-bottom: 0.55rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.68rem;
  color: rgba(212, 168, 75, 0.95);
}

.pm-studio-pillar h3 {
  font-family: Syne, system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(1.05rem, 2vw, 1.22rem);
  line-height: 1.25;
  margin: 0 0 0.45rem;
  color: #f4f0e6;
}

.pm-studio-pillar p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(232, 228, 218, 0.72);
}

.pm-studio-stage {
  margin: 2.75rem auto 0;
  max-width: 52rem;
  padding: 1.75rem 0 0;
  border-top: 1px solid rgba(212, 168, 75, 0.22);
}

.pm-studio-stage h3 {
  font-family: Syne, system-ui, sans-serif;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  margin: 0 0 0.65rem;
  color: #f7f3ea;
  text-align: center;
}

.pm-studio-stage > p {
  text-align: center;
  max-width: 38rem;
  margin: 0 auto 1.25rem;
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(232, 228, 218, 0.7);
}

.pm-studio-outcomes {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.65rem 1.25rem;
}

@media (min-width: 700px) {
  .pm-studio-outcomes { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

.pm-studio-outcomes li {
  position: relative;
  padding: 0.35rem 0 0.35rem 1.15rem;
  font-size: 0.92rem;
  line-height: 1.45;
  color: rgba(244, 240, 230, 0.88);
}

.pm-studio-outcomes li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 1px;
  background: #d4a84b;
  box-shadow: 0 0 0 3px rgba(212, 168, 75, 0.15);
}

.pm-studio-fit {
  margin: 2rem auto 0;
  max-width: 40rem;
  text-align: center;
  font-family: Syne, system-ui, sans-serif;
  font-size: clamp(1.05rem, 2.2vw, 1.28rem);
  font-weight: 600;
  line-height: 1.4;
  color: #f0ebe0;
}

.pm-studio-note {
  margin: 0.85rem auto 0;
  max-width: 36rem;
  text-align: center;
  font-size: 0.82rem;
  line-height: 1.5;
  color: rgba(232, 228, 218, 0.55);
}

.pm-studio-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  margin-top: 1.5rem;
}

html[data-theme="light"] .pm-studio-division {
  background:
    radial-gradient(ellipse 70% 50% at 10% 0%, rgba(180, 130, 40, 0.1), transparent 55%),
    linear-gradient(180deg, #f7f4ee 0%, #efe9df 100%);
}

html[data-theme="light"] .pm-studio-pillar h3,
html[data-theme="light"] .pm-studio-stage h3,
html[data-theme="light"] .pm-studio-fit { color: #1a1712; }

html[data-theme="light"] .pm-studio-pillar p,
html[data-theme="light"] .pm-studio-stage > p,
html[data-theme="light"] .pm-studio-note { color: rgba(26, 23, 18, 0.65); }

html[data-theme="light"] .pm-studio-outcomes li { color: rgba(26, 23, 18, 0.88); }
html[data-theme="light"] .pm-studio-stage { border-top-color: rgba(180, 130, 40, 0.28); }
