.dance-program{max-width:1200px;margin:0 auto;padding:4rem 1.5rem;word-break:keep-all}
.dance-program h2{margin:0 0 1rem;font-size:2.6rem;font-weight:800;text-align:center;color:#111}
.program-desc{margin:0 0 3rem;font-size:1.8rem;text-align:center;color:#666}
.program-list{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}
.program-item{padding:2rem;border:1px solid #e3e3e3;border-radius:1.2rem;background:#fff;box-shadow:0 .5rem 1.5rem rgba(0,0,0,.05)}
.program-title{margin-bottom:.8rem;font-size:2rem;font-weight:700;line-height:1.4;color:#111}
.program-company{margin-bottom:.8rem;font-size:1.7rem;font-weight:600;color:#8b4b2b}
.program-info{font-size:1.6rem;line-height:1.7;color:#444}
.program-date{display:inline-block;margin-top:.8rem;padding:.3rem .9rem;background:#111;color:#fff;border-radius:2rem;font-size:1.3rem}
.program-notice{margin-top:2rem;padding:1.2rem 1.5rem;background:#f8f8f8;border-left:4px solid #111;font-size:1.5rem;color:#555}
@media(max-width:768px){.program-list{grid-template-columns:1fr}.dance-program h2{font-size:2.2rem}.program-desc{font-size:1.6rem}.program-title{font-size:1.8rem}.program-company,.program-info{font-size:1.5rem}}