.schedule-layout{grid-template-columns:1fr;gap:35px}.schedule-layout .side-title{position:static}.schedule-intro{max-width:850px}.schedule-history{display:grid;gap:70px;margin-top:45px}.schedule-year{scroll-margin-top:110px;content-visibility:auto;contain-intrinsic-size:900px}.schedule-year.is-pending{display:none}.year-heading{display:flex;align-items:end;gap:18px;margin-bottom:22px;padding-bottom:16px;border-bottom:1px solid var(--line)}.year-heading .label{margin:0 auto 5px 0}.year-heading h2{margin:0;color:var(--navy);font:600 3.8rem/.8 var(--serif)}.year-heading span{color:var(--muted);font-size:.85rem}.schedule-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.schedule-card{display:flex;min-width:0;min-height:250px;flex-direction:column;border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 12px 32px #0b1f3f0a}.schedule-meta{display:flex;min-height:112px;padding:18px;flex-direction:column;justify-content:center;color:#fff;background:var(--navy)}.schedule-card.pma .schedule-meta{background:var(--pink)}.project-tag{margin-bottom:8px;font-size:.62rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;opacity:.8}.schedule-meta strong{color:#fff;font-size:1rem}.schedule-meta time{margin-top:5px;font-size:.75rem;line-height:1.4}.schedule-place{display:flex;padding:19px;flex:1;flex-direction:column;justify-content:center}.schedule-place h3{margin:0 0 8px;color:var(--navy);font:600 1rem/1.3 var(--serif)}.schedule-place p{margin:0;color:var(--muted);font-size:.78rem;line-height:1.4}.year-note{margin:0 0 22px;padding:26px 28px;color:var(--navy);background:var(--cream);border-left:5px solid var(--pink);border-radius:0 18px 18px 0}.year-note strong{font:600 1.35rem var(--serif)}.year-note p{margin:8px 0 0}.schedule-loader{display:flex;min-height:100px;align-items:center;justify-content:center;color:var(--pink);font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.schedule-loader::after{width:9px;height:9px;margin-left:12px;content:"";border:2px solid var(--pink);border-top-color:transparent;border-radius:50%;animation:schedule-spin .8s linear infinite}.schedule-loader.is-complete{display:none}.schedule-history+.schedule-loader+.action-card{margin-top:20px}@keyframes schedule-spin{to{transform:rotate(360deg)}}@media(max-width:1000px){.schedule-list{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:780px){.schedule-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.schedule-history{gap:55px}.year-heading{align-items:flex-start;flex-wrap:wrap}.year-heading .label{width:100%}.year-heading h2{font-size:3.2rem}.schedule-list{grid-template-columns:1fr}.schedule-card{min-height:0}.schedule-meta{min-height:auto}.project-tag{margin-bottom:7px}}
