/**
 * Education & Events L3 Schedule Landing
 * Scope: /education-events/schedule/ → .fnc-edu-schedule
 */

.fnc-edu-schedule {
    --eds-ink: #142c26;
    --eds-ink-soft: #314a43;
    --eds-muted: #60736c;
    --eds-green: #1d5041;
    --eds-green-deep: #10352d;
    --eds-green-bright: #2c6b58;
    --eds-sage: #dce9df;
    --eds-sage-light: #edf3ed;
    --eds-gold: #b88a35;
    --eds-gold-soft: #efe1c1;
    --eds-paper: #fbfaf6;
    --eds-cream: #f2eee3;
    --eds-white: #ffffff;
    --eds-line: rgba(20, 44, 38, 0.14);
    --eds-radius-lg: 28px;
    --eds-radius-md: 18px;
    color: var(--eds-ink);
    background: var(--eds-paper);
    font-family: "Pretendard Variable", Pretendard, "Noto Sans KR", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
    overflow: clip;
}

.fnc-edu-schedule *,
.fnc-edu-schedule *::before,
.fnc-edu-schedule *::after {
    box-sizing: border-box;
}

.fnc-edu-schedule :where(h1, h2, h3, p, dl, dd) {
    word-break: keep-all;
}

.fnc-edu-schedule :where(a, button) {
    touch-action: manipulation;
}

.fnc-edu-schedule a {
    text-decoration: none !important;
}

.fnc-edu-schedule a:focus-visible {
    outline: 3px solid var(--eds-gold);
    outline-offset: 4px;
}

.fnc-edu-schedule :where(#next-events, #current-programs, #year-view, #schedule-guide) {
    scroll-margin-top: 120px;
}

.eds-shell {
    width: min(1240px, calc(100% - clamp(40px, 8vw, 112px)));
    margin-inline: auto;
}

.eds-eyebrow {
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    font-family: Manrope, "Pretendard Variable", Pretendard, sans-serif;
    font-size: 0.72rem;
    line-height: 1.45;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.eds-eyebrow--green {
    color: var(--eds-green);
}

.eds-button,
.eds-text-link {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 24px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 0.94rem;
    line-height: 1.4;
    font-weight: 750;
    transition:
        transform 0.22s ease,
        background-color 0.22s ease,
        border-color 0.22s ease,
        color 0.22s ease;
}

.eds-button:hover,
.eds-text-link:hover {
    transform: translateY(-2px);
}

.eds-button:active,
.eds-text-link:active {
    transform: translateY(0) scale(0.98);
}

.eds-button--light {
    color: var(--eds-green-deep) !important;
    background: var(--eds-white);
}

.eds-button--light:hover {
    background: var(--eds-gold-soft);
}

.eds-button--ghost {
    color: var(--eds-white) !important;
    border-color: rgba(255, 255, 255, 0.38);
    background: transparent;
}

.eds-button--ghost:hover {
    border-color: rgba(255, 255, 255, 0.72);
    background: rgba(255, 255, 255, 0.08);
}

.eds-button--cream {
    color: var(--eds-green-deep) !important;
    background: var(--eds-gold-soft);
}

.eds-button--cream:hover {
    background: #f7e9c7;
}

.eds-button--outline-light {
    color: var(--eds-white) !important;
    border-color: rgba(255, 255, 255, 0.42);
    background: transparent;
}

.eds-button--outline-light:hover {
    border-color: var(--eds-white);
    background: rgba(255, 255, 255, 0.08);
}

.eds-text-link {
    min-height: 46px;
    padding-inline: 0;
    color: var(--eds-white) !important;
    border-radius: 0;
}

.eds-text-link span,
.eds-card-actions a span,
.eds-timeline a span,
.eds-guide-grid a span,
.eds-cta__back span {
    transition: transform 0.22s ease;
}

.eds-text-link:hover span,
.eds-card-actions a:hover span,
.eds-timeline a:hover span,
.eds-guide-grid a:hover span,
.eds-cta__back:hover span {
    transform: translateX(4px);
}

.eds-text-link--dark {
    color: var(--eds-green-deep) !important;
}

/* Hero */
.eds-hero {
    position: relative;
    isolation: isolate;
    min-height: clamp(610px, 76dvh, 790px);
    display: grid;
    align-items: center;
    color: var(--eds-white);
    background:
        radial-gradient(circle at 81% 15%, rgba(218, 188, 126, 0.18), transparent 31%),
        linear-gradient(132deg, var(--eds-green-deep) 0%, #16483b 64%, #1e5948 100%);
}

.eds-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0.14;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.16) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.16) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: linear-gradient(100deg, transparent 8%, #000 48%, #000);
}

.eds-hero::after {
    content: "";
    position: absolute;
    right: -13vw;
    bottom: -32%;
    z-index: -1;
    width: min(48vw, 690px);
    aspect-ratio: 1;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    box-shadow:
        0 0 0 72px rgba(255, 255, 255, 0.024),
        0 0 0 144px rgba(255, 255, 255, 0.016);
}

.eds-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
    gap: clamp(48px, 7vw, 108px);
    align-items: center;
    padding-block: clamp(76px, 10vw, 126px);
}

.eds-back-link {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 34px;
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 0.9rem;
    font-weight: 700;
}

.eds-back-link:hover {
    color: var(--eds-white) !important;
}

.eds-hero__copy h1 {
    max-width: 720px;
    margin: 18px 0 0;
    color: var(--eds-white);
    font-family: Manrope, "Pretendard Variable", Pretendard, sans-serif;
    font-size: clamp(3.15rem, 6.5vw, 6.15rem);
    line-height: 1.04;
    font-weight: 800;
    letter-spacing: -0.06em;
}

.eds-hero__copy h1 em {
    color: #e4c98e;
    font-style: normal;
}

.eds-hero__lede {
    max-width: 650px;
    margin: 30px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(1rem, 1.5vw, 1.16rem);
    line-height: 1.82;
}

.eds-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 38px;
}

.eds-status-board {
    padding: clamp(28px, 4vw, 40px);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--eds-radius-lg);
    background: rgba(255, 255, 255, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.eds-status-board__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.eds-status-board__head p {
    margin: 0;
    color: rgba(255, 255, 255, 0.52);
    font-family: Manrope, sans-serif;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.eds-live-dot {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.74rem;
    font-weight: 700;
}

.eds-live-dot::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #bde5c6;
    box-shadow: 0 0 0 5px rgba(189, 229, 198, 0.12);
}

.eds-status-board__date {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
    margin-top: 30px;
    padding: 28px 0 32px;
    border-block: 1px solid rgba(255, 255, 255, 0.13);
}

.eds-status-board__date > span {
    display: grid;
    place-items: center;
    min-height: 70px;
    border-radius: 14px;
    color: var(--eds-green-deep);
    background: #e4c98e;
    font-family: Manrope, sans-serif;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.eds-status-board__date strong {
    color: var(--eds-white);
    font-family: Manrope, "Pretendard Variable", sans-serif;
    font-size: clamp(1.35rem, 2.4vw, 2rem);
    line-height: 1.3;
    font-weight: 750;
    letter-spacing: -0.035em;
}

.eds-status-list {
    margin: 0;
}

.eds-status-list > div {
    min-height: 72px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.eds-status-list > div:last-child {
    border-bottom: 0;
}

.eds-status-list dt {
    color: rgba(255, 255, 255, 0.64);
    font-size: 0.86rem;
    font-weight: 650;
}

.eds-status-list dd {
    display: flex;
    align-items: baseline;
    gap: 9px;
    margin: 0;
    color: var(--eds-white);
}

.eds-status-list dd strong {
    font-family: Manrope, sans-serif;
    font-size: 1.5rem;
    font-variant-numeric: tabular-nums;
}

.eds-status-list dd span {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.76rem;
}

/* Anchor rail */
.eds-anchor-rail {
    position: sticky;
    top: 0;
    z-index: 20;
    border-bottom: 1px solid var(--eds-line);
    background: rgba(251, 250, 246, 0.94);
    backdrop-filter: blur(14px);
}

.eds-anchor-rail .eds-shell {
    display: flex;
    gap: clamp(24px, 5vw, 56px);
    min-height: 64px;
    align-items: center;
    overflow-x: auto;
    scrollbar-width: none;
}

.eds-anchor-rail .eds-shell::-webkit-scrollbar {
    display: none;
}

.eds-anchor-rail a {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    color: var(--eds-muted) !important;
    font-size: 0.86rem;
    font-weight: 700;
    white-space: nowrap;
}

.eds-anchor-rail a:hover {
    color: var(--eds-green) !important;
}

/* Shared headings */
.eds-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.7fr);
    gap: clamp(36px, 7vw, 96px);
    align-items: end;
    margin-bottom: clamp(40px, 6vw, 64px);
}

.eds-section-heading h2,
.eds-year__intro h2,
.eds-cta h2 {
    margin: 15px 0 0;
    color: var(--eds-ink);
    font-family: Manrope, "Pretendard Variable", Pretendard, sans-serif;
    font-size: clamp(2.15rem, 4.3vw, 4.25rem);
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -0.055em;
}

.eds-section-heading > p,
.eds-year__intro > p,
.eds-cta p {
    max-width: 620px;
    margin: 0;
    color: var(--eds-muted);
    font-size: 1rem;
    line-height: 1.78;
}

.eds-section-heading--light h2 {
    color: var(--eds-white);
}

.eds-section-heading--light > p {
    color: rgba(255, 255, 255, 0.68);
}

/* Upcoming events */
.eds-next {
    padding-block: clamp(86px, 11vw, 144px);
}

.eds-upcoming-grid {
    display: grid;
    gap: 20px;
}

.eds-empty-event {
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
    min-height: 330px;
    border: 1px solid var(--eds-line);
    border-radius: var(--eds-radius-lg);
    overflow: hidden;
    background: var(--eds-white);
}

.eds-empty-event__calendar {
    position: relative;
    display: grid;
    place-items: center;
    padding: clamp(36px, 6vw, 72px);
    color: var(--eds-white);
    background:
        linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
        var(--eds-green);
    background-size: 44px 44px;
}

.eds-empty-event__calendar::before {
    content: "";
    position: absolute;
    inset: 24px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 18px;
}

.eds-calendar-mark {
    position: relative;
    z-index: 1;
    width: min(190px, 100%);
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    align-content: center;
    border-radius: 50%;
    text-align: center;
    background: var(--eds-paper);
}

.eds-calendar-mark span {
    color: var(--eds-gold);
    font-family: Manrope, sans-serif;
    font-size: 0.68rem;
    font-weight: 850;
    letter-spacing: 0.16em;
}

.eds-calendar-mark strong {
    margin-top: 7px;
    color: var(--eds-green-deep);
    font-family: Manrope, "Pretendard Variable", sans-serif;
    font-size: clamp(1.45rem, 3vw, 2.15rem);
    line-height: 1.18;
    letter-spacing: -0.04em;
}

.eds-empty-event__copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: clamp(38px, 6vw, 78px);
}

.eds-state {
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    padding: 6px 11px;
    border-radius: 999px;
    font-size: 0.72rem;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.eds-state--open {
    color: #0c4d39;
    background: #d8eee3;
}

.eds-state--preparing {
    color: #77540f;
    background: var(--eds-gold-soft);
}

.eds-state--ended {
    color: #4b5c56;
    background: #e5e9e6;
}

.eds-empty-event__copy h3 {
    margin: 21px 0 0;
    color: var(--eds-ink);
    font-size: clamp(1.65rem, 3vw, 2.55rem);
    line-height: 1.25;
    font-weight: 760;
    letter-spacing: -0.04em;
}

.eds-empty-event__copy > p {
    max-width: 620px;
    margin: 18px 0 0;
    color: var(--eds-muted);
    font-size: 1rem;
    line-height: 1.76;
}

.eds-empty-event__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 28px;
}

.eds-empty-event__actions .eds-button {
    color: var(--eds-white) !important;
    background: var(--eds-green);
}

.eds-empty-event__actions .eds-button:hover {
    background: var(--eds-green-deep);
}

.eds-event-card {
    display: grid;
    grid-template-columns: minmax(180px, 0.34fr) minmax(0, 1.66fr);
    border: 1px solid var(--eds-line);
    border-radius: var(--eds-radius-lg);
    overflow: hidden;
    background: var(--eds-white);
}

.eds-event-card__date {
    min-height: 390px;
    display: grid;
    place-items: center;
    align-content: center;
    color: var(--eds-white);
    background:
        linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
        var(--eds-green);
    background-size: 44px 44px;
}

.eds-event-card__date span,
.eds-event-card__date small {
    font-family: Manrope, sans-serif;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.eds-event-card__date span {
    color: #e4c98e;
    font-size: 0.8rem;
}

.eds-event-card__date strong {
    margin-block: 2px;
    font-family: Manrope, sans-serif;
    font-size: clamp(4.5rem, 9vw, 7rem);
    line-height: 1;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.07em;
}

.eds-event-card__date small {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.72rem;
}

.eds-event-card__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: clamp(38px, 6vw, 76px);
}

.eds-event-card__meta {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--eds-muted);
    font-size: 0.76rem;
    font-weight: 700;
}

.eds-event-card__body h3 {
    margin: 20px 0 0;
    color: var(--eds-ink);
    font-size: clamp(1.8rem, 3.6vw, 3.35rem);
    line-height: 1.18;
    font-weight: 780;
    letter-spacing: -0.05em;
}

.eds-event-card__body > p {
    max-width: 690px;
    margin: 18px 0 0;
    color: var(--eds-muted);
    font-size: 1rem;
    line-height: 1.76;
}

.eds-event-card__body dl {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 26px 0 0;
}

.eds-event-card__body dl > div {
    padding-top: 14px;
    border-top: 1px solid var(--eds-line);
}

.eds-event-card__body dt {
    margin-bottom: 5px;
    color: var(--eds-muted);
    font-size: 0.7rem;
    font-weight: 800;
}

.eds-event-card__body dd {
    margin: 0;
    color: var(--eds-ink);
    font-size: 0.86rem;
    line-height: 1.55;
    font-weight: 650;
}

.eds-button--event {
    margin-top: 28px;
    color: var(--eds-white) !important;
    background: var(--eds-green);
}

.eds-button--event:hover {
    background: var(--eds-green-deep);
}

/* Program section */
.eds-programs {
    padding-block: clamp(86px, 11vw, 144px);
    color: var(--eds-white);
    background: var(--eds-green-deep);
}

.eds-program-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.75fr);
    gap: 20px;
}

.eds-program-card {
    min-height: 500px;
    display: flex;
    flex-direction: column;
    padding: clamp(30px, 5vw, 54px);
    border-radius: var(--eds-radius-lg);
}

.eds-program-card--featured {
    border: 1px solid rgba(255, 255, 255, 0.13);
    background:
        radial-gradient(circle at 92% 12%, rgba(228, 201, 142, 0.18), transparent 32%),
        #1b4c3e;
}

.eds-program-card--preparing {
    color: var(--eds-ink);
    background: var(--eds-cream);
}

.eds-program-card__topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.eds-program-card--preparing .eds-program-card__topline {
    border-color: var(--eds-line);
}

.eds-program-card__topline > span:last-child {
    color: rgba(255, 255, 255, 0.56);
    font-size: 0.78rem;
    font-weight: 650;
}

.eds-program-card--preparing .eds-program-card__topline > span:last-child {
    color: var(--eds-muted);
}

.eds-program-card__body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(250px, 0.55fr);
    gap: clamp(36px, 6vw, 70px);
    align-items: end;
    margin-top: 48px;
}

.eds-program-card__number {
    margin: 0 0 16px;
    color: #e4c98e;
    font-family: Manrope, sans-serif;
    font-size: 0.74rem;
    font-weight: 850;
    letter-spacing: 0.16em;
}

.eds-program-card--preparing .eds-program-card__number {
    margin-top: 46px;
    color: var(--eds-gold);
}

.eds-program-card h3 {
    max-width: 610px;
    margin: 0;
    color: inherit;
    font-family: Manrope, "Pretendard Variable", Pretendard, sans-serif;
    font-size: clamp(2rem, 4vw, 3.8rem);
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -0.055em;
}

.eds-program-card--preparing h3 {
    font-size: clamp(1.85rem, 3vw, 2.75rem);
}

.eds-program-card__body > div > p:last-child,
.eds-program-card--preparing > p {
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
    line-height: 1.78;
}

.eds-program-card--preparing > p {
    color: var(--eds-muted);
}

.eds-program-facts {
    margin: 0;
}

.eds-program-facts > div {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.eds-program-facts dt {
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.eds-program-facts dd {
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.88rem;
    line-height: 1.55;
    font-weight: 650;
}

.eds-card-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: auto;
    padding-top: 42px;
}

.eds-preparing-note {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 15px;
    align-items: start;
    margin-top: auto;
    padding: 24px 0;
    border-block: 1px solid var(--eds-line);
}

.eds-preparing-note > span {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: var(--eds-white);
    background: var(--eds-green);
    font-family: Manrope, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
}

.eds-preparing-note p {
    margin: 0;
    color: var(--eds-muted);
    font-size: 0.87rem;
    line-height: 1.65;
}

.eds-preparing-note strong {
    display: block;
    margin-bottom: 2px;
    color: var(--eds-ink);
}

/* Year overview */
.eds-year {
    padding-block: clamp(86px, 11vw, 144px);
    background: var(--eds-sage-light);
}

.eds-year .eds-shell {
    display: grid;
    grid-template-columns: minmax(280px, 0.65fr) minmax(0, 1.35fr);
    gap: clamp(52px, 8vw, 112px);
    align-items: start;
}

.eds-year__intro {
    position: sticky;
    top: 112px;
}

.eds-year__intro > p {
    margin-top: 24px;
}

.eds-year__intro .eds-text-link {
    margin-top: 20px;
}

.eds-timeline {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.eds-timeline::before {
    content: "";
    position: absolute;
    top: 18px;
    bottom: 18px;
    left: 56px;
    width: 1px;
    background: rgba(20, 44, 38, 0.2);
}

.eds-timeline__item {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 26px;
    padding-bottom: 22px;
}

.eds-timeline__date {
    width: 112px;
    min-height: 112px;
    display: grid;
    place-items: center;
    align-content: center;
    border: 8px solid var(--eds-sage-light);
    border-radius: 50%;
    background: var(--eds-white);
    text-align: center;
}

.eds-timeline__date span {
    color: var(--eds-gold);
    font-family: Manrope, sans-serif;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 850;
    font-variant-numeric: tabular-nums;
}

.eds-timeline__date strong {
    margin-top: 6px;
    color: var(--eds-muted);
    font-family: Manrope, sans-serif;
    font-size: 0.68rem;
    letter-spacing: 0.09em;
}

.eds-timeline__item article {
    min-height: 194px;
    padding: 28px 30px 30px;
    border: 1px solid var(--eds-line);
    border-radius: var(--eds-radius-md);
    background: var(--eds-white);
}

.eds-timeline__item--future article {
    border-color: rgba(184, 138, 53, 0.34);
    background: #f9f2df;
}

.eds-timeline__meta {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--eds-muted);
    font-size: 0.75rem;
    font-weight: 700;
}

.eds-timeline__item h3 {
    margin: 17px 0 0;
    color: var(--eds-ink);
    font-size: clamp(1.25rem, 2vw, 1.62rem);
    line-height: 1.35;
    font-weight: 760;
    letter-spacing: -0.03em;
}

.eds-timeline__item p {
    margin: 11px 0 0;
    color: var(--eds-muted);
    font-size: 0.9rem;
    line-height: 1.68;
}

.eds-timeline__item a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 15px;
    color: var(--eds-green) !important;
    font-size: 0.86rem;
    font-weight: 750;
}

/* Usage guide */
.eds-guide {
    padding-block: clamp(86px, 11vw, 144px);
}

.eds-guide-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.eds-guide-grid article {
    min-height: 360px;
    display: flex;
    flex-direction: column;
    padding: clamp(28px, 4vw, 40px);
    border: 1px solid var(--eds-line);
    border-radius: var(--eds-radius-md);
    background: var(--eds-white);
    transition:
        transform 0.22s ease,
        border-color 0.22s ease,
        background-color 0.22s ease;
}

.eds-guide-grid article:hover {
    transform: translateY(-4px);
    border-color: rgba(29, 80, 65, 0.32);
    background: #fdfcf9;
}

.eds-guide-card__number {
    color: var(--eds-gold);
    font-family: Manrope, sans-serif;
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: 0.14em;
}

.eds-guide-card__label {
    margin: 42px 0 0;
    color: var(--eds-green);
    font-size: 0.76rem;
    font-weight: 800;
}

.eds-guide-grid h3 {
    margin: 12px 0 0;
    color: var(--eds-ink);
    font-size: clamp(1.45rem, 2.2vw, 2rem);
    line-height: 1.3;
    font-weight: 760;
    letter-spacing: -0.04em;
}

.eds-guide-grid article > p:last-of-type {
    margin: 18px 0 0;
    color: var(--eds-muted);
    font-size: 0.9rem;
    line-height: 1.7;
}

.eds-guide-grid a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding-top: 28px;
    color: var(--eds-green) !important;
    font-size: 0.88rem;
    font-weight: 750;
}

/* Final CTA */
.eds-cta {
    position: relative;
    isolation: isolate;
    padding-block: clamp(80px, 10vw, 128px);
    color: var(--eds-white);
    background: var(--eds-green);
    overflow: hidden;
}

.eds-cta::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: min(56vw, 760px);
    aspect-ratio: 1;
    right: -14%;
    top: -72%;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 50%;
    box-shadow:
        0 0 0 72px rgba(255, 255, 255, 0.024),
        0 0 0 144px rgba(255, 255, 255, 0.018);
}

.eds-cta__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.72fr);
    gap: clamp(48px, 8vw, 108px);
    align-items: end;
}

.eds-cta h2 {
    color: var(--eds-white);
}

.eds-cta p:not(.eds-eyebrow) {
    margin-top: 24px;
    color: rgba(255, 255, 255, 0.7);
}

.eds-cta__actions {
    display: grid;
    gap: 12px;
}

.eds-cta__back {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.74) !important;
    font-size: 0.86rem;
    font-weight: 700;
}

.eds-cta__back:hover {
    color: var(--eds-white) !important;
}

@media (max-width: 1024px) {
    .eds-hero__grid {
        grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
        gap: 44px;
    }

    .eds-program-grid {
        grid-template-columns: 1fr;
    }

    .eds-program-card {
        min-height: auto;
    }

    .eds-program-card--preparing {
        min-height: 440px;
    }

    .eds-year .eds-shell {
        grid-template-columns: minmax(240px, 0.58fr) minmax(0, 1.42fr);
        gap: 50px;
    }

    .eds-guide-grid {
        grid-template-columns: 1fr 1fr;
    }

    .eds-guide-grid article:last-child {
        grid-column: 1 / -1;
        min-height: 300px;
    }
}

@media (max-width: 780px) {
    .eds-shell {
        width: min(100% - 40px, 680px);
    }

    .eds-hero {
        min-height: auto;
    }

    .eds-hero__grid {
        grid-template-columns: 1fr;
        gap: 48px;
        padding-block: 68px 72px;
    }

    .eds-hero__copy h1 {
        font-size: clamp(2.75rem, 13vw, 4.5rem);
    }

    .eds-status-board {
        max-width: 580px;
    }

    .eds-anchor-rail {
        position: relative;
    }

    .eds-section-heading {
        grid-template-columns: 1fr;
        gap: 22px;
        align-items: start;
    }

    .eds-empty-event {
        grid-template-columns: 1fr;
    }

    .eds-event-card {
        grid-template-columns: minmax(150px, 0.28fr) minmax(0, 1.72fr);
    }

    .eds-empty-event__calendar {
        min-height: 290px;
    }

    .eds-program-card__body {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .eds-program-facts {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;
    }

    .eds-program-facts > div {
        border-top: 1px solid rgba(255, 255, 255, 0.13);
        border-bottom: 0;
    }

    .eds-year .eds-shell {
        grid-template-columns: 1fr;
    }

    .eds-year__intro {
        position: static;
    }

    .eds-guide-grid {
        grid-template-columns: 1fr;
    }

    .eds-guide-grid article:last-child {
        grid-column: auto;
        min-height: 360px;
    }

    .eds-cta__inner {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .eds-shell {
        width: calc(100% - 32px);
    }

    .eds-back-link {
        margin-bottom: 26px;
    }

    .eds-hero__copy h1 {
        font-size: clamp(2.5rem, 14vw, 3.65rem);
        letter-spacing: -0.055em;
    }

    .eds-actions,
    .eds-card-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .eds-actions .eds-button,
    .eds-card-actions .eds-button,
    .eds-card-actions .eds-text-link {
        width: 100%;
    }

    .eds-status-board {
        padding: 24px;
        border-radius: 22px;
    }

    .eds-status-board__date {
        grid-template-columns: 60px minmax(0, 1fr);
    }

    .eds-status-board__date > span {
        min-height: 60px;
    }

    .eds-status-list dd {
        align-items: flex-end;
        flex-direction: column;
        gap: 1px;
    }

    .eds-anchor-rail .eds-shell {
        gap: 22px;
    }

    .eds-section-heading h2,
    .eds-year__intro h2,
    .eds-cta h2 {
        font-size: clamp(2rem, 10vw, 3rem);
    }

    .eds-empty-event__calendar {
        min-height: 240px;
        padding: 32px;
    }

    .eds-event-card {
        grid-template-columns: 1fr;
    }

    .eds-event-card__date {
        min-height: 190px;
    }

    .eds-event-card__date strong {
        font-size: 4.5rem;
    }

    .eds-event-card__body {
        padding: 34px 26px 38px;
    }

    .eds-event-card__body dl {
        grid-template-columns: 1fr;
    }

    .eds-empty-event__copy {
        padding: 34px 26px 38px;
    }

    .eds-empty-event__actions {
        width: 100%;
        align-items: stretch;
        flex-direction: column;
    }

    .eds-empty-event__actions .eds-button,
    .eds-empty-event__actions .eds-text-link {
        width: 100%;
    }

    .eds-program-card {
        padding: 26px;
        border-radius: 22px;
    }

    .eds-program-card__topline {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .eds-program-card__body {
        margin-top: 36px;
    }

    .eds-program-facts {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .eds-program-card--preparing {
        min-height: 500px;
    }

    .eds-timeline::before {
        left: 35px;
    }

    .eds-timeline__item {
        grid-template-columns: 70px minmax(0, 1fr);
        gap: 14px;
    }

    .eds-timeline__date {
        width: 70px;
        min-height: 70px;
        border-width: 5px;
    }

    .eds-timeline__date span {
        font-size: 1rem;
    }

    .eds-timeline__date strong {
        margin-top: 3px;
        font-size: 0.56rem;
    }

    .eds-timeline__item article {
        min-height: 0;
        padding: 22px 20px 24px;
    }

    .eds-guide-grid article {
        min-height: 330px;
        padding: 28px 24px;
    }
}

@media (max-width: 740px) and (orientation: landscape) {
    .eds-hero__grid {
        gap: 40px;
        padding-block: 52px 60px;
    }

    .eds-hero__copy h1 {
        font-size: clamp(2.7rem, 8vw, 4rem);
    }

    .eds-status-board {
        max-width: none;
    }

    .eds-guide-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .eds-guide-grid article:last-child {
        grid-column: 1 / -1;
        min-height: 280px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .fnc-edu-schedule *,
    .fnc-edu-schedule *::before,
    .fnc-edu-schedule *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
