body.program-page {
  overflow-x: hidden;
}

.program-page .site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: transparent;
}

.program-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
}

.program-hero-actions-top {
  position: absolute;
  top: 90px;
  right: 32px;
  z-index: 6;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.program-hero-actions-top .btn {
  border-color: rgba(255,255,255,.25);
  background: rgba(20,20,20,.35);
  color: #fff;
  backdrop-filter: blur(10px);
}

.program-hero-actions-top .btn-primary {
  background: #fff;
  color: #111;
}

.program-secondary-toggle {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(15,15,15,.35);
  color: #fff;
  cursor: pointer;
  backdrop-filter: blur(10px);
}
/* Split CTA into two rows */
.program-hero-actions-top {
  flex-direction: column;
  align-items: flex-end;
}

/* Primary (Book) sits alone */
.program-actions-primary {
  display: block;
}

/* Secondary buttons row */
.program-actions-secondary {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.program-secondary-menu {
  position: absolute;
  top: 80px;
  right: 24px;
  min-width: 220px;
  border-radius: 18px;
  padding: 14px;
  background: rgba(14,14,14,.85);
  box-shadow: 0 18px 46px rgba(0,0,0,.35);
  display: none;
  z-index: 25;
}

.program-secondary-menu.is-open {
  display: block;
}

.program-secondary-menu a {
  display: block;
  padding: 10px 12px;
  color: rgba(255,255,255,.9);
  text-decoration: none;
  border-radius: 12px;
}

.program-secondary-menu a:hover {
  background: rgba(255,255,255,.08);
}

.program-menu-enquire {
  font-weight: 600;
  background: rgba(255,255,255,.12);
  margin-bottom: 8px;
}

.program-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: #111;
}

.program-showreel,
.program-showreel .program-slide,
.program-hero-overlay,
.program-hero-vignette {
  position: absolute;
  inset: 0;
}

.program-slide {
  opacity: 0;
  transition: opacity 1.2s ease;
}

.program-slide.is-active {
  opacity: 1;
}

.program-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(.25) saturate(1.15) brightness(.95) contrast(1.05);
}

.program-hero-overlay {
  background:
    linear-gradient(180deg, rgba(10,10,10,.03) 0%, rgba(10,10,10,.15) 40%, rgba(10,10,10,.35) 100%),
    linear-gradient(90deg, rgba(10,10,10,.25) 0%, rgba(10,10,10,.03) 50%, rgba(10,10,10,.20) 100%);
  z-index: 2;
}

.program-hero-vignette {
  background: radial-gradient(circle at center, rgba(255,255,255,0) 55%, rgba(0,0,0,.35) 100%);
  z-index: 2;
}

.program-signal-rail {
  position: absolute;
  left: 18px;
  top: 122px;
  bottom: 28px;
  width: 48px;
  overflow: hidden;
  z-index: 4;
  pointer-events: none;
}

.program-signal-rail-track {
  display: flex;
  flex-direction: column;
  gap: 18px;
  animation: programMarqueeVertical 28s linear infinite;
}

.program-signal-rail span {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: .64rem;
  letter-spacing: .2em;
  color: rgba(255,255,255,.75);
  white-space: nowrap;
}

@keyframes programMarqueeVertical {
  from { transform: translateY(-5%); }
  to { transform: translateY(-55%); }
}

.program-hero-inner {
  position: relative;
  z-index: 5;
  width: min(1120px, calc(100% - 48px));
  min-height: 100svh;
  margin: 0 auto;
  padding: 112px 0 34px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: end;
}

.program-copy-core {
  max-width: 700px;
  color: #fff;
}

.program-copy-core .eyebrow {
  color: rgba(255,255,255,.74);
}

.program-copy-core h1 {
  margin: 0;
  color: #fff;
  max-width: 11ch;
  text-wrap: balance;
}

.program-copy-core .lead {
  margin: 18px 0 0;
  font-size: 1rem;
  line-height: 1.68;
  color: rgba(255,255,255,.9);
  max-width: 60ch;
}

.program-copy-core .watch-link {
  margin-top: 14px;
}

.program-copy-core .watch-link a {
  color: rgba(255,255,255,.74);
}

.program-video-frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,.35);
}

.program-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.video-caption {
  font-size: 0.9rem;
  color: rgba(255,255,255,.75);
}

.program-home-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
}

@media (max-width: 900px) {
  .program-hero-actions-top {
    position: relative;
    z-index: 6;
    pointer-events: auto;
    margin: 100px 16px 0;
    justify-content: flex-start;
  }
}

.program-actions-secondary .program-target-btn {
  position: relative;
  border: 1px solid rgba(255,255,255,.38);
  font-weight: 600;
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
  animation: programTargetPulse 2.8s ease-in-out infinite;
}

.program-actions-secondary .program-target-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(255,255,255,.75);
}

.program-actions-secondary .target-corporate {
  background: linear-gradient(135deg, rgba(48, 123, 255, .55), rgba(31, 76, 214, .45));
}

.program-actions-secondary .target-universities {
  background: linear-gradient(135deg, rgba(133, 79, 255, .55), rgba(95, 47, 211, .45));
}

.program-actions-secondary .target-schools {
  background: linear-gradient(135deg, rgba(38, 173, 126, .55), rgba(26, 120, 88, .45));
}

.program-actions-secondary .target-science-art {
  background: linear-gradient(135deg, rgba(255, 134, 70, .55), rgba(219, 77, 77, .45));
}

.program-actions-secondary .program-target-btn:nth-child(2) {
  animation-delay: .2s;
}

.program-actions-secondary .program-target-btn:nth-child(3) {
  animation-delay: .35s;
}

.program-actions-secondary .program-target-btn:nth-child(4) {
  animation-delay: .5s;
}

@keyframes programTargetPulse {
  0%, 100% {
    box-shadow: 0 10px 24px rgba(0,0,0,.24), 0 0 0 0 rgba(255,255,255,.06);
  }
  50% {
    box-shadow: 0 14px 30px rgba(0,0,0,.32), 0 0 0 7px rgba(255,255,255,.02);
  }
}

@media (prefers-reduced-motion: reduce) {
  .program-actions-secondary .program-target-btn {
    animation: none;
  }
}
