@charset "utf-8";

/* Main page: hero + sections */
.mp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 650;
    letter-spacing: -0.03em;
    text-decoration: none;
    transition: transform 0.2s var(--mp-ease), background 0.2s var(--mp-ease), color 0.2s var(--mp-ease);
}
.mp-btn:hover {
    transform: translateY(-1px);
}
.mp-btn:active {
    transform: translateY(0) scale(0.98);
}
.mp-btn--solid {
    background: var(--mp-accent);
    color: #fff;
}
.mp-btn--solid:hover {
    background: var(--mp-accent-hover);
    color: #fff;
}
.mp-btn--ghost {
    background: transparent;
    color: #fff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
}
.mp-btn--ghost:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}
.mp-textlink {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 20px;
    color: var(--mp-accent);
    font-weight: 650;
    text-decoration: none;
}
.mp-textlink::after {
    content: "→";
}
.mp-textlink:hover {
    color: var(--mp-accent-hover);
}

/* Hero */
.mp-hero {
    position: relative;
    min-height: 100dvh;
    color: #f4f6f4;
}
.page-main .mp {
    position: relative;
    z-index: 1;
    background: var(--mp-paper);
}
.page-main .mp-hero__media {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}
.page-main .mp-hero__media.is-offscreen {
    visibility: hidden;
}
.page-main .mp-hero {
    position: relative;
    z-index: 1;
    isolation: isolate;
}
.mp-hero__media,
.mp-hero__zoom,
.mp-hero__bg,
.mp-hero__bg img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
.mp-hero__bg {
    opacity: 0;
    z-index: 1;
    transition: opacity 1.8s var(--mp-ease);
}
.mp-hero__bg.is-active {
    opacity: 1;
    z-index: 2;
}
.mp-hero__bg img {
    object-fit: cover;
    object-position: 50% 45%;
    transform: scale(1);
    transform-origin: center center;
    will-change: transform;
}
.mp-hero__bg.is-active img {
    animation: mpZoom 28s var(--mp-ease) forwards;
}
.mp-hero__zoom {
    transform: none;
}
.mp-hero__shade {
    display: none;
}
.mp-hero__inner {
    position: relative;
    z-index: 4;
    min-height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 96px 0 210px;
    text-align: center;
}
.mp-hero__copy {
    --hero-title-max: min(96vw, 860px);
    --hero-date-size: clamp(24px, 2.6vw, 34px);
    width: fit-content;
    max-width: var(--hero-title-max);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mp-hero__title {
    margin: 0;
    font-size: 0;
    line-height: 0;
    width: 100%;
}
.mp-hero__title img {
    display: block;
    width: auto;
    max-width: var(--hero-title-max);
    max-height: min(62vh, 640px);
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    filter: drop-shadow(0 18px 36px rgba(8, 28, 56, 0.32));
}
.mp-hero__cta {
    width: fit-content;
    max-width: 100%;
    margin-top: 26px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.mp-hero__date {
    width: auto;
    max-width: 100%;
    margin-top: 0;
    font-size: var(--hero-date-size);
    font-weight: 750;
    letter-spacing: 0.08em;
    line-height: 1.2;
    white-space: nowrap;
    text-align: center;
    color: #fff;
    text-shadow: 0 2px 12px rgba(8, 28, 56, 0.45);
}
.mp-hero__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    width: 100%;
    min-width: 0;
    margin-top: 18px;
}
.mp-hero__actions .mp-btn {
    flex: 1 1 calc(50% - 7px);
    min-height: 64px;
    min-width: 0;
    padding: 0 24px;
    font-size: 20px;
    font-weight: 700;
}
.mp-hero__actions .mp-btn--ghost {
    background: rgba(255, 176, 58, 0.94);
    color: #1a3148;
    box-shadow: 0 4px 16px rgba(255, 154, 46, 0.28);
}
.mp-hero__actions .mp-btn--ghost:hover {
    background: #ffc86a;
    color: #12324f;
}
.mp-hero__dock {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(14, 74, 134, 0.42);
    backdrop-filter: blur(18px);
}
.mp-hero__dock-inner {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 12px;
    padding: 14px 0;
}
.mp-dock-panel {
    display: flex;
    min-width: 0;
    min-height: 92px;
    padding: 12px 16px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
}
.mp-clock {
    flex: 0 0 auto;
    flex-direction: row;
    align-items: center;
    gap: 18px;
}
.mp-clock__lead {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-right: 12px;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
}
.mp-clock__badge {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.18em;
    color: #ffc86a;
}
.mp-clock__title {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.92);
}
.mp-clock__grid {
    display: flex;
    align-items: center;
    gap: 8px;
}
.mp-clock__unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 54px;
    min-height: 58px;
    padding: 8px 10px 6px;
}
.mp-clock__unit--days {
    min-width: 62px;
}
.mp-clock__unit--live {
    border-color: rgba(255, 176, 58, 0.45);
    background: rgba(255, 176, 58, 0.14);
}
.mp-clock__unit strong {
    display: block;
    font-size: 26px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.04em;
    line-height: 1;
    color: #fff;
}
.mp-clock__unit span {
    display: block;
    margin-top: 5px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    color: rgba(255, 255, 255, 0.72);
}
.mp-clock__dot {
    flex: 0 0 auto;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.38);
}

/* Dock: weather + courses */
.mp-dock-weather {
    flex: 1 1 400px;
    min-width: 360px;
    max-width: 480px;
    flex-direction: row;
    align-items: center;
    gap: 14px;
    background: rgba(8, 28, 56, 0.32);
    border-color: rgba(255, 255, 255, 0.12);
}
.mp-dock-courses {
    flex: 0 0 auto;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
}
.mp-dock-courses__lead {
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex: 0 0 auto;
    padding-right: 12px;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
}
.mp-dock-courses__line {
    display: flex;
    align-items: baseline;
    gap: 5px;
    margin: 0;
    white-space: nowrap;
}
.mp-dock-courses__badge {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.18em;
    color: #ffc86a;
    line-height: 1.2;
}
.mp-dock-courses__title {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.92);
}
.mp-dock-courses__sep {
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.45);
}
.mp-dock-courses__note {
    font-size: 11px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.68);
}
.mp-dock-courses__grid {
    display: flex;
    align-items: center;
    gap: 6px;
    flex: 0 1 auto;
    min-width: 0;
}
.mp-dock-course-unit {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    padding: 5px 9px;
    white-space: nowrap;
}
.mp-dock-course-unit strong {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1;
    color: #fff;
}
.mp-dock-course-unit span {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.72);
}
.mp-dock-course-unit--main {
    border-color: rgba(255, 176, 58, 0.45);
    background: rgba(255, 176, 58, 0.14);
}
.mp-dock-courses__grid .mp-clock__dot {
    width: 4px;
    height: 4px;
}
.mp-dock-weather__head {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 0 0 auto;
    padding-right: 12px;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
}
.mp-dock-weather__badge {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    color: #ffc86a;
}
.mp-dock-weather__place {
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
}
.mp-dock-weather__body {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) minmax(0, max-content);
    align-items: center;
    column-gap: 12px;
    flex: 1;
    min-width: 0;
}
.mp-dock-weather__icon {
    flex: 0 0 auto;
    font-size: 26px;
    color: #ffc86a;
}
.mp-dock-weather__info {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}
.mp-dock-weather__temp {
    font-size: 20px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    color: #fff;
    line-height: 1;
}
.mp-dock-weather__desc {
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.78);
}
.mp-dock-weather__meta {
    margin-left: 0;
    font-size: 11px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.68);
    line-height: 1.35;
    text-align: right;
    white-space: nowrap;
}
.mp-dock-weather.is-error .mp-dock-weather__desc {
    color: rgba(255, 255, 255, 0.65);
}

.is-tick {
    animation: mpTick 0.35s var(--mp-ease);
}

/* Main body sections */
.page-main .mp-body {
    position: relative;
    z-index: 2;
    background: var(--mp-paper);
    padding: 64px 0 88px;
}
.page-main .mp-section + .mp-section {
    margin-top: 72px;
}
.mp-section__head {
    margin-bottom: 28px;
}
.mp-section__en {
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.16em;
    color: var(--mp-accent);
}
.mp-section__title {
    margin-top: 8px;
    font-size: clamp(28px, 3vw, 36px);
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 1.2;
    color: var(--mp-ink);
}

/* 대회안내 */
.mp-info {
    display: block;
}
.mp-info__card {
    background: #fff;
    border: 1px solid var(--mp-line);
    border-radius: 16px;
    box-shadow: 0 10px 36px rgba(14, 74, 134, 0.07);
    overflow: hidden;
}
.mp-info__list {
    margin: 0;
}
.mp-info__row {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 20px;
    padding: 22px 28px;
    border-bottom: 1px solid var(--mp-line);
}
.mp-info__row:last-child {
    border-bottom: 0;
}
.mp-info__row dt {
    font-size: 15px;
    font-weight: 650;
    color: var(--mp-ink-soft);
}
.mp-info__row dd {
    margin: 0;
    font-size: 17px;
    font-weight: 650;
    letter-spacing: -0.03em;
    color: var(--mp-ink);
    line-height: 1.5;
}
.mp-info__row dd small {
    display: block;
    margin-top: 4px;
    font-size: 13px;
    font-weight: 500;
    color: var(--mp-ink-soft);
}
.mp-info__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding: 20px 28px 24px;
    border-top: 1px solid var(--mp-line);
    background: var(--mp-paper-2);
}
.mp-info__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 56px;
    padding: 0 20px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 650;
    text-decoration: none;
    transition: transform 0.2s var(--mp-ease), box-shadow 0.2s var(--mp-ease), background 0.2s var(--mp-ease);
}
.mp-info__btn i:first-child {
    width: 20px;
    text-align: center;
    font-size: 17px;
}
.mp-info__btn:hover {
    transform: translateY(-1px);
}
.mp-info__btn--primary {
    background: var(--mp-accent);
    color: #fff;
    box-shadow: 0 8px 24px rgba(26, 109, 184, 0.28);
}
.mp-info__btn--primary:hover {
    background: var(--mp-accent-hover);
    color: #fff;
}
.mp-info__btn--secondary {
    background: #fff;
    color: var(--mp-accent);
    border: 1px solid rgba(26, 109, 184, 0.28);
}
.mp-info__btn--secondary:hover {
    background: #fff;
    border-color: var(--mp-accent);
    box-shadow: 0 6px 20px rgba(14, 74, 134, 0.1);
    color: var(--mp-accent-hover);
}

/* 공지 + 바로가기 */
.mp-split-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: stretch;
}
.mp-split-row__col {
    display: flex;
    flex-direction: column;
    min-width: 0;
}
.mp-split-row .mp-section__head {
    flex: 0 0 auto;
}
.mp-split-row .mp-notice-card,
.mp-split-row .mp-quick-grid {
    flex: 1 1 auto;
    min-height: 280px;
}
.mp-split-row .mp-notice-card {
    display: flex;
    flex-direction: column;
    padding: 0 28px;
    height: 100%;
}
.mp-split-row .mp-notice-list {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.mp-split-row .mp-notice-item {
    flex: 1;
    min-height: 0;
    padding: 0;
    align-content: center;
}
.mp-split-row .mp-quick-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
    gap: 10px;
    height: 100%;
}
.mp-split-row .mp-quick-card,
.mp-split-row .mp-quick-card--wide {
    grid-column: auto;
    min-height: 0;
    height: 100%;
    padding: 14px 16px;
}

/* 바로가기 */
.mp-quick-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
}
.mp-quick-card {
    grid-column: span 2;
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 88px;
    padding: 18px 20px;
    background: var(--mp-paper-2);
    border: 1px solid rgba(18, 50, 79, 0.08);
    border-radius: 14px;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s var(--mp-ease), box-shadow 0.2s var(--mp-ease), background 0.2s var(--mp-ease);
}
.mp-quick-card--wide {
    grid-column: span 3;
}
.mp-quick-card:hover {
    transform: translateY(-2px);
    background: #fff;
    box-shadow: 0 10px 28px rgba(14, 74, 134, 0.1);
}
.mp-quick-card__icon {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(26, 109, 184, 0.12);
    color: var(--mp-accent);
    font-size: 17px;
}
.mp-quick-card__text {
    flex: 1;
    min-width: 0;
}
.mp-quick-card__text strong {
    display: block;
    font-size: 16px;
    font-weight: 650;
    letter-spacing: -0.03em;
    color: var(--mp-ink);
}
.mp-quick-card__text em {
    display: block;
    margin-top: 4px;
    font-style: normal;
    font-size: 12px;
    color: var(--mp-ink-soft);
    line-height: 1.4;
}
.mp-quick-card__arrow {
    flex: 0 0 auto;
    font-size: 12px;
    color: var(--mp-ink-soft);
    opacity: 0.55;
}

/* 공지사항 */
.mp-notice-card {
    background: #fff;
    border: 1px solid var(--mp-line);
    border-radius: 16px;
    box-shadow: 0 10px 36px rgba(14, 74, 134, 0.07);
    padding: 8px 28px 24px;
}
.mp-notice-item {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) 20px;
    gap: 16px;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid var(--mp-line);
    text-decoration: none;
    color: inherit;
    transition: color 0.2s var(--mp-ease);
    min-width: 0;
}
.mp-notice-item:last-of-type {
    border-bottom: 0;
}
.mp-notice-item time {
    font-size: 15px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    color: var(--mp-accent);
}
.mp-notice-item__title {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 550;
    letter-spacing: -0.02em;
    color: var(--mp-ink);
}
.mp-notice-item:hover .mp-notice-item__title {
    color: var(--mp-accent);
}
.mp-notice-item__arrow {
    font-size: 12px;
    color: var(--mp-ink-soft);
    opacity: 0.5;
}

/* CTA 배너 */
.mp-cta-banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 36px 44px;
    border-radius: 20px;
    background: linear-gradient(105deg, var(--mp-accent) 0%, #2388c9 42%, #ffb03a 100%);
    color: #fff;
    box-shadow: 0 16px 40px rgba(14, 74, 134, 0.22);
    overflow: hidden;
}
.mp-cta-banner__copy {
    position: relative;
    z-index: 2;
    flex: 1 1 auto;
    min-width: 0;
}
.mp-cta-banner__visual {
    position: relative;
    z-index: 1;
    flex: 0 0 auto;
    display: flex;
    align-items: flex-end;
    align-self: stretch;
    margin: -8px 0 -36px;
}
.mp-cta-banner__mascot {
    display: block;
    width: auto;
    height: clamp(132px, 16vw, 196px);
    object-fit: contain;
    object-position: bottom center;
    filter: drop-shadow(0 10px 24px rgba(8, 28, 56, 0.18));
}
.mp-cta-banner__kicker {
    font-size: 13px;
    letter-spacing: 0.08em;
    opacity: 0.88;
}
.mp-cta-banner__title {
    margin-top: 10px;
    font-size: clamp(22px, 2.8vw, 32px);
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1.35;
}
.mp-cta-banner__subtitle {
    margin: 8px 0 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 1.4;
    opacity: 0.88;
}
.mp-cta-banner__btn {
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 54px;
    padding: 0 28px;
    border-radius: 999px;
    background: #fff;
    color: var(--mp-accent);
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    transition: transform 0.2s var(--mp-ease), box-shadow 0.2s var(--mp-ease);
}
.mp-cta-banner__btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    color: var(--mp-accent-hover);
}

/* 주최 · 주관 */
.mp-org-card {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 32px 36px;
    background: #fff;
    border: 1px solid var(--mp-line);
    border-radius: 16px;
    box-shadow: 0 10px 36px rgba(14, 74, 134, 0.07);
}
.mp-org-card__info {
    width: 100%;
}
.mp-org-card__row {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 12px 20px;
    align-items: start;
    padding: 20px 0;
    border-bottom: 1px solid var(--mp-line);
}
.mp-org-card__row:first-child {
    padding-top: 0;
}
.mp-org-card__row:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}
.mp-org-card__row strong,
.mp-org-card__sponsor-label strong {
    font-size: 15px;
    font-weight: 650;
    letter-spacing: 0;
    color: var(--mp-ink-soft);
}
.mp-org-card__row span {
    min-width: 0;
    font-size: 17px;
    font-weight: 650;
    letter-spacing: -0.03em;
    line-height: 1.5;
    color: var(--mp-ink);
    word-break: keep-all;
}
.mp-org-card__sponsor {
    width: 100%;
    padding-top: 24px;
    border-top: 1px solid var(--mp-line);
}
.mp-org-card__sponsor-label {
    margin: 0 0 16px;
    font-size: 15px;
    line-height: 1.5;
}
.mp-org-card__sponsor-slots {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}
.mp-org-card__slot {
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: center;
    min-height: 64px;
    border: 1px dashed rgba(18, 50, 79, 0.18);
    border-radius: 10px;
    background: var(--mp-paper-2);
}
.mp-org-card__slot img {
    max-height:25px;
}

.mp-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s var(--mp-ease), transform 0.7s var(--mp-ease);
}
.mp-reveal.is-in {
    opacity: 1;
    transform: none;
}

@keyframes mpZoom {
    from { transform: scale(1); }
    to { transform: scale(1.08); }
}
@keyframes mpTick {
    from { transform: translateY(4px); opacity: 0.5; }
    to { transform: none; opacity: 1; }
}

@media (max-width: 1024px) {
    .mp-split-row {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    .mp-split-row .mp-notice-card,
    .mp-split-row .mp-quick-grid {
        min-height: 0;
        height: auto;
    }
    .mp-split-row .mp-notice-card {
        display: block;
        padding: 8px 28px;
    }
    .mp-split-row .mp-notice-list {
        display: block;
    }
    .mp-split-row .mp-notice-item {
        flex: none;
        padding: 20px 0;
    }
    .mp-split-row .mp-quick-grid {
        grid-auto-rows: auto;
        height: auto;
    }
    .mp-split-row .mp-quick-card {
        height: auto;
        min-height: 68px;
    }
    .mp-quick-grid {
        grid-template-columns: 1fr 1fr;
    }
    .mp-quick-card,
    .mp-quick-card--wide {
        grid-column: auto;
    }
    .mp-cta-banner {
        flex-direction: column;
        align-items: stretch;
        padding: 32px 28px 24px;
    }
    .mp-cta-banner__visual {
        align-self: center;
        margin: 0;
    }
    .mp-cta-banner__mascot {
        height: 140px;
    }
    .mp-cta-banner__btn {
        width: 100%;
        justify-content: center;
    }
    .mp-org-card {
        flex-direction: column;
        align-items: flex-start;
    }
    .mp-hero__dock-inner {
        flex-wrap: wrap;
        justify-content: center;
    }
    .mp-clock {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .mp-dock-courses,
    .mp-dock-weather {
        flex: 1 1 calc(50% - 6px);
        min-width: 0;
        max-width: none;
    }
    .mp-hero__copy {
        --hero-date-size: clamp(20px, 2.4vw, 26px);
    }
    .mp-hero__title img {
        max-width: min(100%, 680px);
        max-height: min(52vh, 520px);
    }
    .mp-hero__date {
        white-space: nowrap;
    }
    .mp-hero__actions .mp-btn {
        min-height: 58px;
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .page-main .mp-body {
        padding: 48px 0 64px;
    }
    .page-main .mp-section + .mp-section {
        margin-top: 56px;
    }
    .mp-info__row {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 18px 20px;
    }
    .mp-info__actions {
        grid-template-columns: 1fr;
        padding: 16px 20px 20px;
    }
    .mp-quick-grid {
        grid-template-columns: 1fr;
    }
    .mp-split-row .mp-notice-card {
        padding: 4px 18px 18px;
    }
    .mp-split-row .mp-notice-item {
        grid-template-columns: 58px minmax(0, 1fr) 16px;
        gap: 10px;
        padding: 16px 0;
    }
    .mp-notice-item {
        grid-template-columns: 58px minmax(0, 1fr) 16px;
        gap: 10px;
        padding: 16px 0;
    }
    .mp-org-card__sponsor-slots {
        grid-template-columns: repeat(2, 1fr);
    }
    .mp-org-card {
        padding: 24px 20px;
    }
    .mp-org-card__row {
        grid-template-columns: 56px minmax(0, 1fr);
        gap: 10px 12px;
        padding: 16px 0;
    }
    .mp-org-card__row strong {
        font-size: 14px;
    }
    .mp-org-card__row span {
        font-size: 15px;
        line-height: 1.45;
    }
    .mp-org-card__sponsor {
        padding-top: 20px;
    }
    .mp-cta-banner__mascot {
        height: 120px;
    }
    .mp-hero {
        min-height: 100dvh;
        display: flex;
        flex-direction: column;
    }
    .mp-hero__inner {
        flex: 0 0 auto;
        min-height: 0;
        align-items: center;
        justify-content: flex-start;
        padding: 72px 0 0;
    }
    .mp-hero__copy {
        --hero-date-size: clamp(16px, 4.2vw, 22px);
        position: relative;
        z-index: 6;
    }
    .mp-hero__title img {
        max-width: 100%;
        max-height: min(48vh, 420px);
    }
    .mp-hero__date {
        letter-spacing: 0.05em;
        white-space: nowrap;
    }
    .mp-hero__cta {
        margin-top: 20px;
        padding-bottom: 8px;
    }
    .mp-hero__actions {
        flex-direction: column;
    }
    .mp-hero__actions .mp-btn {
        flex: 1 1 auto;
        width: 100%;
        min-height: 56px;
        font-size: 17px;
    }
    .mp-hero__dock {
        position: relative;
        flex: 0 0 auto;
        margin-top: auto;
        padding-top: 28px;
        z-index: 5;
    }
    .mp-hero__dock-inner {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            "clock clock"
            "weather course";
        gap: 10px;
        padding: 0 0 16px;
    }
    .mp-clock {
        grid-area: clock;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    .mp-dock-courses {
        grid-area: course;
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        padding: 10px 12px;
    }
    .mp-dock-courses__lead {
        padding-right: 0;
        border-right: 0;
        width: 100%;
    }
    .mp-dock-courses__line {
        flex-wrap: wrap;
        white-space: normal;
    }
    .mp-dock-courses__grid {
        width: 100%;
        flex: none;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 6px;
    }
    .mp-dock-weather {
        grid-area: weather;
        flex: none;
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }
    .mp-dock-weather__head {
        flex-direction: row;
        align-items: baseline;
        gap: 8px;
        padding-right: 0;
        border-right: 0;
    }
    .mp-dock-weather__body {
        grid-template-columns: auto 1fr;
        row-gap: 4px;
    }
    .mp-dock-weather__meta {
        grid-column: 2;
        text-align: left;
        white-space: normal;
    }
    .mp-clock__lead {
        flex-direction: row;
        align-items: baseline;
        gap: 10px;
        padding-right: 0;
        border-right: 0;
    }
    .mp-dock-courses__grid .mp-clock__dot {
        display: none;
    }
    .mp-dock-course-unit {
        flex: 0 0 auto;
        padding: 5px 8px;
    }
    .mp-clock__grid {
        width: 100%;
        justify-content: space-between;
        gap: 6px;
    }
    .mp-clock__dot {
        display: none;
    }
    .mp-clock__unit {
        flex: 1;
        min-width: 0;
        min-height: 52px;
        padding: 8px 4px 6px;
    }
    .mp-clock__unit--days {
        min-width: 0;
    }
    .mp-clock__unit strong {
        font-size: 22px;
    }
    .mp-btn,
    .mp-textlink { min-height: 44px; }
}

@media (prefers-reduced-motion: reduce) {
    .mp-hero__bg img,
    .mp-btn,
    .mp-reveal,
    .mp-clock__unit strong {
        animation: none !important;
        transition: none !important;
        transform: none !important;
        opacity: 1 !important;
    }
}
