.program-page { cursor: auto; }
.program-page a, .program-page button { cursor: pointer; }
.program-page #navbar { background: rgba(250,249,246,.97); border-bottom: 1px solid var(--border); }
.program-page :focus-visible { outline: 3px solid var(--red); outline-offset: 5px; }
.program-page main { padding-top: 80px; }
.p-wrap { width: min(1216px, calc(100% - 64px)); margin-inline: auto; }
.p-icon { width: 36px; height: 36px; flex-shrink: 0; }
.skip-link { position: fixed; top: -100px; left: 16px; background: var(--bg); color: var(--red); padding: 12px 20px; z-index: 3000; }
.skip-link:focus { top: 12px; }
.p-hero { max-width: 1440px; margin-inline: auto; display: grid; grid-template-columns: 54% 46%; background: var(--s1); }
.p-hero-copy { padding: 38px 46px 60px max(32px, calc((100vw - 1216px) / 2)); align-self: center; }
.p-back { display: inline-block; margin-bottom: 40px; color: var(--mid); text-decoration: none; font-size: .8rem; }
.p-back:hover { color: var(--red); }
.p-eyebrow { color: var(--red); font-size: .8rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 500; margin-bottom: 12px; }
.p-hero h1 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(3.2rem, 5.3vw, 5rem); font-weight: 500; line-height: .98; letter-spacing: -.045em; color: var(--hi); max-width: 680px; }
.p-topics { display: flex; flex-wrap: wrap; list-style: none; margin: 26px 0 22px; column-gap: 13px; row-gap: 5px; color: var(--mid); font-size: clamp(.86rem, 1.3vw, 1.05rem); }
.p-topics li + li::before { content: '•'; color: var(--red); margin-right: 13px; }
.p-lead { max-width: 480px; font-size: 1.08rem; font-weight: 300; line-height: 1.7; color: var(--mid); margin-bottom: 28px; }
.p-button { display: inline-flex; gap: 32px; align-items: center; justify-content: center; padding: 15px 25px; min-height: 52px; font-family: inherit; font-size: .82rem; font-weight: 500; letter-spacing: .04em; text-decoration: none; color: #fff; background: var(--red); border: 1px solid var(--red); border-radius: var(--r); transition: background .2s; }
.p-button:hover { background: var(--red2); }
.p-button .p-icon { width: 22px; height: 22px; }
.p-portrait { position: relative; min-height: 600px; overflow: hidden; }
.p-portrait > img { position: absolute; width: 100%; height: 100%; object-fit: cover; object-position: center 43%; }
.p-portrait figcaption { position: absolute; inset: auto 0 0; padding: 90px 30px 28px; display: flex; align-items: end; justify-content: space-between; gap: 18px; color: #fff; background: linear-gradient(transparent, rgba(0,0,0,.78)); }
.p-portrait blockquote { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.8rem; line-height: 1.05; }
.p-portrait figcaption strong { display: block; font-size: .88rem; font-weight: 500; margin-bottom: 5px; }
.p-portrait figcaption span { display: block; max-width: 195px; font-size: .74rem; line-height: 1.5; font-weight: 300; }
.p-pillars { display: grid; grid-template-columns: repeat(4, 1fr); padding-block: 36px; border-bottom: 1px solid var(--border2); }
.p-pillar { text-align: center; padding: 0 18px; }
.p-pillar + .p-pillar { border-left: 1px solid var(--border2); }
.p-pillar .p-icon { color: var(--red); margin-bottom: 9px; }
.p-pillar h2 { font-size: 1.06rem; font-weight: 500; margin-bottom: 4px; }
.p-pillar p { color: var(--mid); font-size: .91rem; line-height: 1.55; font-weight: 300; }
.p-about { display: grid; grid-template-columns: 1.05fr 1.05fr .9fr; gap: 32px; padding-block: 64px; }
.p-about-copy h2, .p-benefits h2, .p-cta h2 { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 500; color: var(--hi); letter-spacing: -.04em; line-height: 1.06; }
.p-about-copy h2 { font-size: 3rem; margin-bottom: 26px; }
.p-about-copy > p { font-weight: 300; color: var(--mid); line-height: 1.8; max-width: 350px; }
.p-details { display: grid; gap: 10px; }
.p-detail { display: flex; align-items: center; gap: 20px; background: var(--s1); border-radius: var(--r); padding: 19px; }
.p-detail .p-icon { color: var(--red); }
.p-detail:first-child .p-icon { color: var(--hi); }
.p-detail h3 { font-size: .98rem; font-weight: 500; margin-bottom: 3px; }
.p-detail p { font-size: .84rem; font-weight: 300; color: var(--mid); line-height: 1.5; }
.p-schedule { border: 1px solid var(--border2); border-top: 3px solid var(--red); border-radius: var(--r); padding: 26px; }
.p-schedule-label { display: flex; align-items: center; gap: 16px; color: var(--red); font-size: .78rem; text-transform: uppercase; letter-spacing: .07em; margin-bottom: 24px; }
.p-schedule h2 { font: 500 2.8rem/1.05 'Cormorant Garamond', Georgia, serif; letter-spacing: -.035em; color: var(--hi); }
.p-schedule h2 span { display: block; font-size: 2rem; margin-top: 5px; }
.p-live { font-size: 1rem; margin-top: 12px; padding-bottom: 23px; border-bottom: 1px solid var(--border2); }
.p-schedule ul { list-style: none; margin-top: 20px; display: grid; gap: 10px; }
.p-schedule li { display: flex; gap: 9px; font-size: .87rem; font-weight: 300; line-height: 1.5; color: var(--mid); }
.p-schedule li .p-icon { color: var(--red); width: 18px; height: 21px; }
.p-benefits { background: var(--s1); padding-block: 32px; }
.p-benefits-inner { display: flex; gap: 36px; align-items: center; }
.p-benefits h2 { font-size: 2.5rem; }
.p-benefit-list { display: grid; grid-template-columns: repeat(5, 1fr); flex: 1; }
.p-benefit-list > div { text-align: center; padding: 0 14px; }
.p-benefit-list > div + div { border-left: 1px solid var(--border2); }
.p-benefit-list p { font-size: .82rem; line-height: 1.5; font-weight: 300; color: var(--mid); margin-top: 6px; }
.p-cta { background: var(--red2); padding-block: 56px; }
.p-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.p-cta h2 { color: #fff; font-size: clamp(2.4rem, 3.9vw, 3.6rem); }
.p-cta p { margin-top: 15px; color: #fff; font-size: 1.04rem; font-weight: 300; }
.p-button-light { background: var(--bg); color: var(--red2); border-color: var(--bg); flex-shrink: 0; }
.p-button-light:hover { background: var(--s2); }
.p-trust { display: grid; grid-template-columns: repeat(4, 1fr); padding-block: 30px; }
.p-trust > div { display: flex; align-items: center; justify-content: center; gap: 14px; padding: 0 16px; }
.p-trust > div + div { border-left: 1px solid var(--border2); }
.p-trust .p-icon { width: 27px; height: 27px; }
.p-trust p { font-size: .73rem; font-weight: 300; color: var(--mid); line-height: 1.5; }
.p-footer { padding-block: 26px; }
.p-footer-brand { display: block; margin-bottom: 12px; }
.p-footer-brand img { width: 190px; height: auto; }
@media (min-width: 1441px) { .p-hero-copy { padding-left: 112px; } }
@media (max-width: 1100px) {
  .p-hero-copy { padding-right: 28px; }
  .p-portrait { min-height: 580px; }
  .p-portrait figcaption { flex-direction: column; align-items: flex-start; }
  .p-about { gap: 20px; }
  .p-about-copy h2 { font-size: 2.6rem; }
  .p-detail { padding: 16px; gap: 12px; }
  .p-schedule { padding: 22px 18px; }
  .p-benefits-inner { display: block; }
  .p-benefits h2 { text-align: center; margin-bottom: 24px; }
}
@media (max-width: 800px) {
  .p-hero { grid-template-columns: 1fr; }
  .p-hero-copy { padding: 28px 32px 42px; }
  .p-back { margin-bottom: 26px; }
  .p-hero h1 { font-size: clamp(3.1rem, 8.5vw, 4.8rem); max-width: 640px; }
  .p-lead { max-width: 580px; }
  .p-portrait { min-height: 560px; }
  .p-portrait > img { object-position: center 39%; }
  .p-portrait figcaption { flex-direction: row; align-items: end; }
  .p-about { grid-template-columns: 1fr 1fr; padding-block: 44px; }
  .p-about-copy { grid-column: 1 / -1; }
  .p-about-copy > p { max-width: 640px; }
  .p-about-copy h2 br { display: none; }
  .p-pillar { padding: 0 10px; }
  .p-pillar h2 { font-size: .93rem; }
  .p-pillar p { font-size: .8rem; }
  .p-cta-inner { align-items: flex-start; flex-direction: column; gap: 24px; }
  .p-trust { grid-template-columns: 1fr 1fr; gap: 24px 0; }
  .p-trust > div { justify-content: flex-start; }
  .p-trust > div:nth-child(3) { border-left: 0; }
}
@media (max-width: 600px) {
  .p-wrap { width: calc(100% - 40px); }
  .p-hero-copy { padding: 24px 20px 36px; }
  .p-topics { column-gap: 9px; font-size: .8rem; margin-block: 20px; }
  .p-topics li + li::before { margin-right: 9px; }
  .p-lead { font-size: 1rem; }
  .p-portrait { min-height: 480px; }
  .p-portrait figcaption { padding: 90px 20px 24px; gap: 14px; }
  .p-portrait blockquote { font-size: 1.55rem; }
  .p-portrait figcaption span { font-size: .68rem; max-width: 150px; }
  .p-portrait figcaption strong { font-size: .77rem; }
  .p-pillars { grid-template-columns: 1fr 1fr; gap: 26px 0; padding-block: 28px; }
  .p-pillar:nth-child(3) { border-left: 0; }
  .p-about { grid-template-columns: 1fr; gap: 28px; }
  .p-about-copy h2 { font-size: 2.7rem; margin-bottom: 18px; }
  .p-detail { padding: 20px; gap: 20px; }
  .p-schedule { padding: 26px; }
  .p-benefit-list { grid-template-columns: repeat(2, 1fr); gap: 24px 0; }
  .p-benefit-list > div:nth-child(odd) { border-left: 0; }
  .p-benefit-list > div:last-child { grid-column: 1 / -1; }
  .p-cta { padding-block: 40px; }
  .p-cta p br { display: none; }
  .p-trust { gap: 24px 0; }
  .p-trust > div { flex-direction: column; align-items: flex-start; gap: 8px; padding-inline: 12px; }
  .p-footer { padding-inline: 20px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .program-page *, .program-page *::before, .program-page *::after { animation: none !important; transition: none !important; } }

@media (max-width: 1000px) { .program-page main { padding-top: 152px; } }
