.pc-body { background: #f5f0eb; color: #6d5f5a; }
.pc-main { padding-top: 120px; min-height: 70vh; }
.pc-wrap { max-width: 1120px; margin: 0 auto; padding: 0 24px 64px; }

.pc-hero { position: relative; padding: 48px 0 24px; overflow: hidden; }
.pc-hero__marble { position: absolute; inset: 0; opacity: .35; pointer-events: none; }
.pc-hero__marble img { width: 100%; height: 100%; object-fit: cover; }
.pc-kicker {
  position: relative;
  font-family: Geist, Inter, sans-serif;
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #cb1e31;
  margin: 0 0 12px;
}
.pc-title, .pcd-title, .pcd-curr-title {
  position: relative;
  font-family: "Instrument Serif", Georgia, serif;
  font-weight: 400;
  color: #161616;
  margin: 0 0 16px;
}
.pc-title { font-size: clamp(42px, 7vw, 72px); line-height: .95; }
.pc-lead, .pcd-lead { position: relative; max-width: 640px; font-size: 16px; line-height: 1.6; margin: 0; }

.pc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pc-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(22, 22, 22, .06);
  transition: transform .2s ease, box-shadow .2s ease;
}
.pc-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(22, 22, 22, .1); }
.pc-card__media { aspect-ratio: 4 / 3; background: #111; overflow: hidden; }
.pc-card__media img { width: 100%; height: 100%; object-fit: cover; }
.pc-card__body { padding: 20px 22px 24px; }
.pc-card__cat {
  display: inline-block;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #cb1e31;
  margin-bottom: 8px;
}
.pc-card__title {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 26px;
  line-height: 1.15;
  color: #161616;
  margin: 0 0 12px;
}
.pc-card__meta {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #6d5f5a;
  margin: 0;
}

.pcd-hero {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  min-height: 640px;
  overflow: hidden;
}
.pcd-hero__marble { position: absolute; inset: 0; opacity: .28; }
.pcd-hero__marble img { width: 100%; height: 100%; object-fit: cover; }
.pcd-hero__photo { position: relative; min-height: 520px; }
.pcd-hero__photo img { width: 100%; height: 100%; object-fit: cover; }
.pcd-hero__copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px 48px;
}
.pcd-back { font-size: 13px; margin-bottom: 20px; color: #6d5f5a; }
.pcd-title { font-size: clamp(36px, 5vw, 58px); line-height: 1; }
.pcd-meta { display: flex; gap: 18px; align-items: center; margin: 22px 0 28px; font-size: 15px; }
.pcd-price { font-family: "Instrument Serif", Georgia, serif; font-size: 32px; color: #161616; }

.pcd-curriculum { background: #fff; padding: 72px 0; }
.pcd-curr-title { font-size: 42px; }
.pcd-list { list-style: none; margin: 36px 0 0; padding: 0; }
.pcd-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 16px;
  padding: 22px 0;
  border-top: 1px solid rgba(22, 22, 22, .08);
}
.pcd-item:last-child { border-bottom: 1px solid rgba(22, 22, 22, .08); }
.pcd-num {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 28px;
  color: #cb1e31;
}
.pcd-item strong { display: block; font-size: 18px; color: #161616; margin-bottom: 4px; }
.pcd-item p { margin: 0; font-size: 14px; }
.pcd-item.is-locked { opacity: .7; }
.pcd-cta-row { margin-top: 36px; }

.pc-footer {
  background: #161616;
  color: #fff;
  padding: 36px 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 32px;
  align-items: center;
  justify-content: space-between;
}
.pc-footer p { margin: 0; font-size: 13px; color: rgba(255,255,255,.7); }
.pc-footer__links { display: flex; gap: 18px; font-size: 13px; }
.pc-footer__logo { height: 40px; width: auto; }
.pc-empty { padding: 48px 0; }

@media (max-width: 900px) {
  .pc-grid { grid-template-columns: 1fr; }
  .pcd-hero { grid-template-columns: 1fr; }
  .pcd-hero__copy { padding: 36px 24px 48px; }
  .pcd-hero__photo { min-height: 320px; }
}

