.about-page p, .about-page h1, .about-page h2, .about-page h3, .about-page h4 { margin: 0; }
.about-page-title { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.about-page .scroll-section1 { background: #000; }
.about-page .essence-motion { font-family: 'Wanted Sans', sans-serif; }
.program-section { max-width: 1680px; margin: 0 auto; padding: 80px var(--site-gutter) 120px; }
.program-heading { padding-bottom: clamp(48px, 6vw, 100px); }
.program-heading h2 { font: 700 clamp(64px, 12vw, 190px)/1.02 var(--display-font); letter-spacing: -.055em; }
.program-row { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(max-content, .9fr) minmax(0, 1.6fr); gap: clamp(24px, 3vw, 50px); border-top: 1px solid #444; padding: clamp(36px, 4.8vw, 76px) 0 clamp(48px, 5.6vw, 88px); }
.program-name h3 { font: 700 clamp(24px, 2.4vw, 38px)/1.18 var(--display-font); letter-spacing: -.045em; white-space: nowrap; }
.program-name > p { margin-top: 20px; font: 400 clamp(16px, 1.5vw, 24px)/1.5 'Wanted Sans', sans-serif; letter-spacing: -.045em; }
.program-price { font-variant-numeric: tabular-nums; }
.program-price > p { font: 500 clamp(20px, 1.9vw, 30px)/1.5 'Wanted Sans', sans-serif; letter-spacing: -.055em; white-space: nowrap; }
.program-price p span { font: inherit; letter-spacing: inherit; }
.program-price small { display: block; margin-top: 20px; color: #929292; font-size: 12px; line-height: 1.7; white-space: nowrap; }
.program-price > .custom-price { font: 500 clamp(18px, 1.5vw, 24px)/1.5 'Wanted Sans', sans-serif; letter-spacing: -.045em; }
.program-description h4 { font-size: clamp(16px, 1.25vw, 20px); font-weight: 700; letter-spacing: -.04em; line-height: 1.65; word-break: keep-all; }
.program-description p { margin-top: 16px; color: #b8b8b8; font-size: clamp(14px, 1.1vw, 17px); line-height: 1.9; letter-spacing: -.025em; word-break: keep-all; }
.program-note { border-top: 1px solid #444; padding: clamp(40px, 5vw, 72px) 0; text-align: center; }
.program-note p { color: #ddd; font-size: clamp(16px, 1.35vw, 22px); line-height: 1.9; letter-spacing: -.035em; word-break: keep-all; }
.program-note p + p { margin-top: clamp(28px, 3vw, 48px); }
.program-note strong { display: block; color: #fff; font-weight: 700; }
.program-note-line { display: block; }
.program-contact { display: grid; grid-template-columns: 1fr auto; align-items: center; border-top: 1px solid #777; border-bottom: 1px solid #777; padding: 35px 0; }
.program-contact > span { font: 700 clamp(42px, 6.8vw, 105px)/1.2 var(--display-font); letter-spacing: -.06em; }
.program-contact .program-contact-arrow { transition: transform .3s; }
.program-contact:hover .program-contact-arrow { transform: translate(6px, -6px); }
@media (max-width: 1000px) {
  .program-row { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .program-description { grid-column: 1 / -1; max-width: 680px; }
  .program-price { justify-self: end; min-width: 185px; }
  .desktop-break { display: none; }
}
@media (max-width: 700px) {
  .program-section { padding-block: 50px 72px; }
  .program-heading h2 { font-size: 17vw; }
  .program-row { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .program-name h3 { font-size: clamp(24px, 5.8vw, 32px); }
  .program-price { min-width: 0; justify-self: start; }
  .program-price > p { font-size: clamp(17px, 4.5vw, 24px); }
  .program-price > .custom-price { font-size: 16px; }
  .program-price small { font-size: 12px; margin-top: 12px; }
  .program-description h4 { font-size: 17px; }
  .program-description p { font-size: 14px; }
}
@media (prefers-reduced-motion: reduce) { .program-contact .program-contact-arrow { transition: none; } }
