.schedule-main{padding-top:125px;padding-bottom:100px;min-height:75vh}
.schedule-heading{padding:42px 0 40px}
.schedule-heading h1{font-size:clamp(25px,3.2vw,42px);line-height:1.6;margin:14px 0 12px;letter-spacing:.03em}
.schedule-heading>p:last-child:not(.eyebrow){font-size:14px;color:var(--muted)}
.schedule-choices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px}
.schedule-choice{display:block;background:var(--cream);border-bottom:3px solid var(--green);overflow:hidden}
.schedule-choice>img{display:block;width:100%;height:240px;object-fit:cover;transition:transform .3s}
.schedule-choice:hover>img{transform:scale(1.025)}
.schedule-choice>div{padding:30px 34px 34px}
.schedule-choice h2{font-size:clamp(22px,2.4vw,30px);line-height:1.7;margin:12px 0 24px}
.schedule-choice .text-link{display:flex;justify-content:space-between}
.schedule-switch{display:flex;gap:12px;margin-bottom:30px}
.schedule-switch a{padding:13px 24px;border:1px solid var(--line);font-size:13px;text-align:center}
.schedule-switch a[aria-current],.schedule-switch a:hover{background:var(--green);color:#fff;border-color:var(--green)}
.schedule-months{max-width:940px;margin:auto}
.schedule-month{border:1px solid var(--line);margin-bottom:18px;background:#fff}
.schedule-month>summary{display:flex;align-items:center;justify-content:space-between;gap:20px;cursor:pointer;list-style:none;padding:24px 30px;background:var(--cream);font-size:24px;font-family:var(--serif)}
.schedule-month>summary::-webkit-details-marker{display:none}
.schedule-month summary small{display:inline-block;vertical-align:middle;margin-left:18px;font:500 11px/1.6 sans-serif;padding:4px 12px;background:var(--green);color:white}
.schedule-toggle{font:400 24px/1 sans-serif;transition:transform .2s}
.schedule-month[open] .schedule-toggle{transform:rotate(45deg)}
.schedule-table{padding:0 24px 24px}
.schedule-table-actions{display:flex;justify-content:flex-end;gap:24px;padding:18px 0;font-size:12px}
.schedule-table-actions a{text-decoration:underline;text-underline-offset:4px}
.schedule-table-image{display:block;cursor:zoom-in}
.schedule-table-image img{display:block;width:100%;height:auto}
.schedule-back{margin-top:28px}
@media(max-width:600px){
  .schedule-main{padding-top:100px;padding-bottom:64px}
  .schedule-heading{padding:28px 0}.schedule-heading h1{font-size:25px;overflow-wrap:anywhere}
  .schedule-choices{grid-template-columns:1fr;gap:24px}.schedule-choice>img{height:180px}
  .schedule-choice>div{padding:24px}.schedule-choice h2{font-size:23px;margin:10px 0 20px}
  .schedule-switch{gap:8px;margin-bottom:24px}.schedule-switch a{flex:1;padding:12px 8px;font-size:12px}
  .schedule-month>summary{padding:20px;font-size:21px}.schedule-month summary small{margin-left:12px}
  .schedule-table{padding:0 8px 8px}.schedule-table-actions{padding:16px 8px;gap:22px}
}
