/* Program detail page – scoped styles (no shared page-hero classes) */
:root {
  --site-nav-height: 76px;
  --site-subnav-height: 48px;
}

.pd-page {
  padding-top: var(--site-nav-height);
}

.pd-hero {
  position: relative;
  isolation: isolate;
  min-height: clamp(440px, 58vh, 560px);
  display: flex;
  align-items: flex-end;
  padding: 2.5rem 0 0;
  overflow: hidden;
  background: var(--brand-primary);
}

.pd-hero__grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.5rem;
  align-items: end;
}

.pd-hero__main {
  min-width: 0;
}

.pd-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.pd-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(100px, 1fr));
  gap: 0.65rem;
  min-width: 280px;
}

.pd-hero__stat {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 12px;
  padding: 0.75rem 0.85rem;
  text-align: center;
}

.pd-hero__stat strong {
  display: block;
  color: #fff;
  font-size: 1.15rem;
  line-height: 1.1;
}

.pd-hero__stat span {
  display: block;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 0.2rem;
  font-weight: 600;
}

.pd-hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.pd-hero__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(15, 32, 58, 0.4) 0%, rgba(15, 32, 58, 0.92) 100%);
}

.pd-hero__body {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-bottom: 1.25rem;
}

.pd-hero .breadcrumb-item a,
.pd-hero .breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.88);
}

.pd-hero .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.55);
}

.pd-hero__badge {
  display: inline-block;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
  margin-bottom: 0.65rem;
}

.pd-hero__title {
  color: #fff;
  font-size: clamp(1.85rem, 3vw + 0.5rem, 2.75rem);
  line-height: 1.12;
  margin: 0 0 0.65rem;
  max-width: 900px;
}

.pd-hero__meta {
  color: #fff !important;
  margin: 0 0 1.25rem;
  font-size: 0.95rem;
}

.pd-hero__meta i {
  color: #ffd7db !important;
}

#mainNav {
  z-index: 1030;
}

.pd-page .section {
  padding-top: clamp(2.5rem, 5vw, 3.5rem);
  padding-bottom: clamp(2.5rem, 5vw, 3.5rem);
}

.pd-life-wrap .life-banner img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
}

.pd-tabs {
  position: sticky;
  top: var(--site-nav-height);
  z-index: 1020;
  background: #fff;
  border-bottom: 1px solid var(--border);
  box-shadow: 0 4px 16px rgba(23, 48, 88, 0.06);
}

.pd-tabs__list {
  list-style: none;
  margin: 0;
  padding: 0.55rem 0;
  display: flex;
  gap: 0.35rem;
  overflow-x: auto;
  scrollbar-width: none;
}

.pd-tabs__list::-webkit-scrollbar {
  display: none;
}

.pd-tabs__list a {
  display: block;
  white-space: nowrap;
  padding: 0.5rem 0.95rem;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--brand-primary);
  border: 1px solid transparent;
}

.pd-tabs__list a:hover {
  background: var(--bg-soft);
  color: var(--brand-accent);
}

.pd-tabs__list a.is-active {
  background: var(--brand-primary);
  color: #fff;
  border-color: var(--brand-primary);
}

.pd-tabs__list li {
  flex: 0 0 auto;
}

.pd-page section[id] {
  scroll-margin-top: calc(var(--site-nav-height) + var(--site-subnav-height) + 20px);
}

@media (max-width: 575.98px) {
  .pd-tabs__list a {
    font-size: 0.8rem;
    padding: 0.45rem 0.75rem;
  }
}

.faculty-carousel .carousel-inner {
  padding: 0.25rem 0 2rem;
}

.faculty-carousel .carousel-control-prev,
.faculty-carousel .carousel-control-next {
  width: 42px;
  height: 42px;
  top: 38%;
  border-radius: 50%;
  background: var(--brand-primary);
  opacity: 1;
}

.faculty-carousel .carousel-control-prev {
  left: -12px;
}

.faculty-carousel .carousel-control-next {
  right: -12px;
}

.faculty-carousel .carousel-indicators {
  margin-bottom: 0;
}

.faculty-carousel .carousel-indicators [data-bs-target] {
  background-color: var(--brand-accent);
}

.pd-life-wrap {
  margin-top: 0;
}

.pd-life-tabs-wrap {
  margin-top: 1rem;
}

.pd-life-tab-content {
  margin-top: 1rem;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1rem;
  box-shadow: var(--shadow-sm);
}

.pd-life-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, minmax(130px, 1fr));
  gap: 0.65rem;
  min-height: 420px;
}

.pd-life-grid__item {
  margin: 0;
  overflow: hidden;
  border-radius: 12px;
  background: var(--bg-soft, #eef2f8);
  min-height: 0;
}

.pd-life-grid__item--featured {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
}

.pd-life-grid__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 991.98px) {
  .pd-life-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 220px repeat(2, 140px);
    min-height: 0;
  }

  .pd-life-grid__item--featured {
    grid-column: 1 / -1;
    grid-row: 1;
  }
}

@media (max-width: 575.98px) {
  .pd-life-tab-content {
    padding: 0.65rem;
  }

  .pd-life-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 180px repeat(3, 110px);
    gap: 0.5rem;
  }

  .pd-life-grid__item--featured {
    grid-column: 1 / -1;
    grid-row: 1;
  }
}

.pd-section-head {
  margin-bottom: 1.75rem;
}

.pd-facts {
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: #fff;
  padding: 1.35rem;
  box-shadow: var(--shadow-sm);
  position: sticky;
  top: 150px;
}

.pd-facts h3 {
  font-size: 1.1rem;
  color: var(--brand-primary);
  margin-bottom: 1rem;
}

.pd-fact {
  padding: 0.65rem 0;
  border-bottom: 1px solid var(--border);
}

.pd-fact:last-child {
  border-bottom: none;
}

.pd-fact span {
  display: block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-muted);
  font-weight: 700;
}

.pd-fact strong {
  display: block;
  color: var(--brand-primary);
  font-size: 0.92rem;
  margin-top: 0.15rem;
}

.pd-checks {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.55rem;
}

.pd-checks li {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
}

.pd-checks i {
  color: var(--brand-accent);
  margin-top: 0.15rem;
}

.pd-section-lead {
  color: var(--text-muted);
  font-size: 1.05rem;
  max-width: 560px;
  margin: 0;
  line-height: 1.65;
}

/* Why join / highlights */
.pd-why-join-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.pd-why-join-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 1.35rem 1.25rem;
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.pd-why-join-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(23, 48, 88, 0.18);
}

.pd-why-join-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: var(--brand-primary);
  color: #fff;
  font-size: 1.25rem;
  margin-bottom: 0.85rem;
}

.pd-why-join-card h3 {
  color: var(--brand-primary);
  font-size: 1.05rem;
  margin: 0 0 0.5rem;
}

.pd-why-join-card p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.6;
}

@media (max-width: 767.98px) {
  .pd-why-join-grid {
    grid-template-columns: 1fr;
  }
}

.pd-highlights-section {
  position: relative;
  overflow: hidden;
}

.pd-highlights-section::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -80px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(170, 34, 46, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.pd-stat-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.65rem;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1rem;
  box-shadow: var(--shadow-sm);
}

.pd-stat-strip__item {
  text-align: center;
  padding: 0.5rem 0.35rem;
  border-right: 1px solid var(--border);
}

.pd-stat-strip__item:last-child {
  border-right: none;
}

.pd-stat-strip__item strong {
  display: block;
  font-size: 1.35rem;
  color: var(--brand-accent);
  line-height: 1.1;
  margin-bottom: 0.2rem;
}

.pd-stat-strip__item span {
  display: block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: var(--text-muted);
}

.pd-highlight-layout {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto auto;
  gap: 1rem;
}

.pd-highlight-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 1.25rem;
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.pd-highlight-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(23, 48, 88, 0.18);
}

.pd-highlight-card--featured {
  grid-column: span 2;
  grid-row: span 2;
  display: flex;
  gap: 1.15rem;
  align-items: flex-start;
  background: linear-gradient(145deg, #fff 0%, #f0f5fc 100%);
  border-color: rgba(23, 48, 88, 0.12);
  padding: 1.5rem;
}

.pd-highlight-card__icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, var(--brand-primary), #2a4a7a);
  color: #fff;
  font-size: 1.25rem;
}

.pd-highlight-card--featured .pd-highlight-card__icon {
  width: 56px;
  height: 56px;
  font-size: 1.45rem;
}

.pd-highlight-card__tag {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--brand-accent);
  margin-bottom: 0.35rem;
}

.pd-highlight-card h3 {
  color: var(--brand-primary);
  font-size: 1.05rem;
  margin: 0 0 0.45rem;
}

.pd-highlight-card--featured h3 {
  font-size: 1.25rem;
}

.pd-highlight-card p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.55;
}

.pd-highlight-card__list {
  margin: 0.75rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.35rem;
}

.pd-highlight-card__list li {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--brand-primary);
  padding-left: 1.1rem;
  position: relative;
}

.pd-highlight-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand-accent);
}

/* Careers */
.pd-careers-section {
  background: linear-gradient(180deg, #fff 0%, var(--bg-soft) 45%, #fff 100%);
}

.pd-career-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}

.pd-career-metric {
  text-align: center;
  padding: 1rem 0.75rem;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  position: relative;
  overflow: hidden;
}

.pd-career-metric::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--brand-primary), var(--brand-accent));
}

.pd-career-metric__val {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--brand-primary);
  line-height: 1.1;
}

.pd-career-metric__lbl {
  display: block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: var(--text-muted);
  margin-top: 0.35rem;
}

.pd-career-roles {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.85rem;
  margin-bottom: 1.5rem;
}

.pd-career-role {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 1.1rem 0.9rem;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pd-career-role:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md, 0 12px 28px rgba(25, 50, 90, 0.1));
}

.pd-career-role__icon {
  width: 44px;
  height: 44px;
  margin: 0 auto 0.65rem;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: var(--bg-soft);
  color: var(--brand-accent);
  font-size: 1.15rem;
}

.pd-career-role h4 {
  font-size: 0.92rem;
  color: var(--brand-primary);
  margin: 0 0 0.3rem;
}

.pd-career-role p {
  margin: 0;
  font-size: 0.78rem;
  color: var(--text-muted);
  line-height: 1.4;
}

.pd-careers-outro {
  color: var(--text-muted);
  font-size: 1.05rem;
  line-height: 1.65;
  max-width: 52rem;
}

.pd-career-panel {
  height: 100%;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 1.35rem;
  box-shadow: var(--shadow-sm);
}

.pd-career-panel--accent {
  background: linear-gradient(160deg, var(--brand-primary) 0%, #1e3d6b 100%);
  border-color: transparent;
  color: #fff;
}

.pd-career-panel--accent p,
.pd-career-panel--accent h4,
.pd-career-panel--accent .pd-career-panel__head h4 {
  color: #fff !important;
}

.pd-career-panel--accent .pd-career-panel__icon {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.pd-career-panel__head {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.65rem;
}

.pd-career-panel__icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: var(--bg-soft);
  color: var(--brand-accent);
  font-size: 1.1rem;
}

.pd-career-panel h4 {
  margin: 0;
  font-size: 1.05rem;
  color: var(--brand-primary);
}

.pd-career-panel p {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin-bottom: 0.85rem;
}

.pd-career-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.4rem;
}

.pd-career-panel ul li {
  font-size: 0.88rem;
  padding-left: 1.15rem;
  position: relative;
  color: var(--text-main);
}

.pd-career-panel--accent ul li {
  color: rgba(255, 255, 255, 0.92);
}

.pd-career-panel ul li::before {
  content: "\F26E";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  color: var(--brand-accent);
  font-size: 0.75rem;
}

.pd-career-panel--accent ul li::before {
  color: #ffd7db;
}

.pd-recruiter-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.pd-recruiter-tags span {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  font-size: 0.8rem;
  font-weight: 600;
}

/* Labs & Infrastructure */
.pd-labs-section {
  position: relative;
  overflow: hidden;
}

.pd-labs-section::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: -60px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(23, 48, 88, 0.06) 0%, transparent 70%);
  pointer-events: none;
}

.pd-labs-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.65rem;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1rem;
  box-shadow: var(--shadow-sm);
}

.pd-labs-stat {
  text-align: center;
  padding: 0.5rem 0.35rem;
  border-right: 1px solid var(--border);
}

.pd-labs-stat:last-child {
  border-right: none;
}

.pd-labs-stat strong {
  display: block;
  font-size: 1.35rem;
  color: var(--brand-primary);
  line-height: 1.1;
  margin-bottom: 0.2rem;
}

.pd-labs-stat span {
  display: block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: var(--text-muted);
}

.pd-labs-showcase {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 1rem;
  align-items: stretch;
}

.pd-labs-hero {
  margin: 0;
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  min-height: 380px;
  box-shadow: var(--shadow-lg);
}

.pd-labs-hero img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.pd-labs-hero:hover img {
  transform: scale(1.04);
}

.pd-labs-hero figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.25rem 1.35rem;
  background: linear-gradient(0deg, rgba(15, 32, 58, 0.95) 0%, rgba(15, 32, 58, 0.4) 70%, transparent 100%);
  color: #fff;
}

.pd-labs-hero__tag {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ffd7db;
  margin-bottom: 0.35rem;
}

.pd-labs-hero figcaption strong {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 0.35rem;
  line-height: 1.2;
}

.pd-labs-hero figcaption > span:last-child {
  display: block;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.45;
  max-width: 420px;
}

.pd-labs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

.pd-lab-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 1.15rem;
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  display: flex;
  flex-direction: column;
}

.pd-lab-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(23, 48, 88, 0.16);
}

.pd-lab-card--wide {
  grid-column: span 2;
}

.pd-lab-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}

.pd-lab-card__icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, var(--brand-primary), #2a4a7a);
  color: #fff;
  font-size: 1.1rem;
}

.pd-lab-card__badge {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--brand-accent);
  background: rgba(170, 34, 46, 0.08);
  border: 1px solid rgba(170, 34, 46, 0.15);
  border-radius: 999px;
  padding: 0.25rem 0.55rem;
}

.pd-lab-card h3 {
  font-size: 1rem;
  color: var(--brand-primary);
  margin: 0 0 0.4rem;
}

.pd-lab-card p {
  margin: 0 0 0.65rem;
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.5;
  flex-grow: 1;
}

.pd-lab-card__specs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.pd-lab-card__specs li {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--brand-primary);
  background: var(--bg-soft);
  border-radius: 999px;
  padding: 0.28rem 0.6rem;
}

.pd-labs-amenities {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  margin-top: 1.5rem;
  padding-top: 1.35rem;
  border-top: 1px solid var(--border);
}

.pd-labs-amenities span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 0.45rem 0.95rem;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--brand-primary);
  box-shadow: var(--shadow-sm);
}

.pd-labs-amenities i {
  color: var(--brand-accent);
  font-size: 0.95rem;
}

.pd-below-fold {
  content-visibility: auto;
  contain-intrinsic-size: auto 480px;
}

.pd-page .pd-below-fold.section {
  padding-top: clamp(2rem, 4vw, 2.75rem);
  padding-bottom: clamp(2rem, 4vw, 2.75rem);
}

.pd-gallery img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 12px;
  background: var(--bg-soft, #eef2f8);
}

.pd-quote {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 1.15rem;
  margin: 0;
  height: 100%;
}

.pd-quote p {
  font-style: italic;
  margin-bottom: 0.5rem;
}

.pd-quote footer {
  color: var(--brand-accent);
  font-weight: 600;
  font-size: 0.88rem;
}

.pd-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.6rem;
}

.pd-steps li {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  padding: 0.75rem;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 10px;
}

.pd-steps .num {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--brand-primary);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 0.8rem;
  font-weight: 700;
}

.pd-dates {
  display: grid;
  gap: 0.65rem;
}

.pd-date {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 0.75rem;
}

.pd-date span {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-muted);
  font-weight: 700;
}

.pd-date strong {
  color: var(--brand-primary);
}

.pd-cta-bar {
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, #fff 0%, var(--bg-soft) 100%);
  padding: 2rem;
  text-align: center;
  box-shadow: var(--shadow-sm);
}

.pd-cta-bar h2 {
  color: var(--brand-primary);
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  margin-bottom: 1.25rem;
}

.btn-outline-light-pd {
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #fff;
  border-radius: 999px;
  font-weight: 600;
  padding: 0.68rem 1.35rem;
  background: transparent;
}

.btn-outline-light-pd:hover {
  background: #fff;
  color: var(--brand-primary);
}

.pd-event-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.85rem 1rem;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 10px;
}

.pd-event-item strong {
  color: var(--brand-primary);
}

.pd-event-item span {
  color: var(--text-muted);
  font-size: 0.88rem;
  white-space: nowrap;
}

@media (max-width: 991.98px) {
  .pd-facts {
    position: static;
    margin-top: 1rem;
  }

  .pd-hero__grid {
    grid-template-columns: 1fr;
  }

  .pd-hero__stats {
    min-width: 0;
    grid-template-columns: repeat(3, 1fr);
  }

  .faculty-carousel .carousel-control-prev {
    left: 4px;
  }

  .faculty-carousel .carousel-control-next {
    right: 4px;
  }

  .pd-page section[id] {
    scroll-margin-top: 118px;
  }

  .pd-highlight-layout {
    grid-template-columns: repeat(2, 1fr);
  }

  .pd-highlight-card--featured {
    grid-column: span 2;
    grid-row: span 1;
    flex-direction: column;
  }

  .pd-career-roles {
    grid-template-columns: repeat(3, 1fr);
  }

  .pd-career-metrics,
  .pd-stat-strip,
  .pd-labs-stats {
    grid-template-columns: repeat(3, 1fr);
  }

  .pd-labs-showcase {
    grid-template-columns: 1fr;
  }

  .pd-labs-hero {
    min-height: 280px;
  }

  .pd-labs-hero img {
    min-height: 280px;
  }
}

@media (max-width: 575.98px) {
  .pd-stat-strip__item {
    border-right: none;
    border-bottom: 1px solid var(--border);
    padding: 0.65rem 0;
  }

  .pd-stat-strip__item:last-child {
    border-bottom: none;
  }

  .pd-stat-strip {
    grid-template-columns: 1fr;
  }

  .pd-highlight-layout {
    grid-template-columns: 1fr;
  }

  .pd-highlight-card--featured {
    grid-column: span 1;
  }

  .pd-career-roles {
    grid-template-columns: repeat(2, 1fr);
  }

  .pd-career-metrics {
    grid-template-columns: 1fr;
  }

  .pd-labs-stats {
    grid-template-columns: 1fr;
  }

  .pd-labs-stat {
    border-right: none;
    border-bottom: 1px solid var(--border);
    padding: 0.65rem 0;
  }

  .pd-labs-stat:last-child {
    border-bottom: none;
  }

  .pd-labs-grid {
    grid-template-columns: 1fr;
  }

  .pd-lab-card--wide {
    grid-column: span 1;
  }

  .pd-labs-amenities {
    justify-content: flex-start;
  }
}

@media (max-width: 575.98px) {
  .pd-event-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
  }

  .pd-event-item span {
    white-space: normal;
  }

  .pd-hero__stats {
    grid-template-columns: 1fr;
  }

  .pd-highlight-layout {
    grid-template-columns: 1fr;
  }

  .pd-highlight-card--featured {
    grid-column: span 1;
  }

  .pd-career-roles,
  .pd-career-metrics,
  .pd-stat-strip,
  .pd-labs-stats {
    grid-template-columns: 1fr;
  }

  .faculty-carousel .carousel-control-prev {
    left: 0;
  }

  .faculty-carousel .carousel-control-next {
    right: 0;
  }

  .pd-tabs__list .nav-link {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }
}
