/* The 30-day program shares the typography, palette and sections of Movement. */
.hta-duration { display: block; }
.hta-page .p-portrait > img { object-position: center 35%; }
.hta-page .p-portrait figcaption { justify-content: flex-end; text-align: right; }
.hta-page .p-portrait figcaption strong { font-size: 1.08rem; line-height: 1.35; }
.hta-page .p-portrait figcaption span { max-width: none; margin-top: 8px; }
.hta-page .p-about { grid-template-columns: .95fr 1.25fr 1fr; gap: 28px; }
.hta-timeline { list-style: none; counter-reset: stage; display: grid; gap: 12px; padding-left: 28px; position: relative; }
.hta-timeline::before { content: ''; position: absolute; top: 25px; bottom: 60px; left: 12px; width: 1px; background: var(--red); }
.hta-timeline > li { position: relative; counter-increment: stage; }
.hta-timeline > li::before { content: counter(stage); position: absolute; left: -29px; top: 18px; width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--red); font-size: .85rem; }
.hta-timeline .p-detail { align-items: flex-start; padding: 18px; gap: 14px; height: 100%; }
.hta-timeline .p-detail .p-icon { color: var(--red); width: 30px; height: 30px; }
.hta-timeline .p-detail h3 { line-height: 1.35; margin-bottom: 6px; }
.hta-includes { align-self: start; }
.hta-includes .p-schedule-label { gap: 12px; }
.hta-includes .p-schedule-label h2 { font-family: 'Outfit', sans-serif; font-size: .82rem; line-height: 1.5; letter-spacing: .05em; font-weight: 500; color: var(--red); }
.hta-includes ul { gap: 15px; }
@media (max-width: 1100px) {
  .hta-page .p-about { grid-template-columns: 1fr 1.2fr; }
  .hta-page .p-about-copy { grid-column: 1 / -1; }
  .hta-page .p-about-copy > p { max-width: 780px; }
  .hta-page .p-about-copy h2 br { display: none; }
}
@media (max-width: 600px) {
  .hta-page .p-about { grid-template-columns: 1fr; }
  .hta-page .p-portrait > img { object-position: center 30%; }
  .hta-timeline .p-detail { gap: 12px; padding: 16px 14px; }
  .hta-timeline .p-detail .p-icon { width: 25px; height: 25px; }
}
