:root {
    --updates-primary: #3b82f6;
    --updates-secondary: #f59e0b;
    --updates-surface: #ffffff;
    --updates-ink: #1e293b;
    --updates-bg: #eef3f9;
    --updates-line: rgba(30, 41, 59, 0.12);
    --updates-muted: #5b6578;
    --updates-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Trebuchet MS", "Gill Sans", Verdana, sans-serif;
    color: var(--updates-ink);
    background:
        radial-gradient(circle at top left, rgba(59, 130, 246, 0.18), transparent 36%),
        radial-gradient(circle at top right, rgba(245, 158, 11, 0.16), transparent 30%),
        linear-gradient(180deg, #f8fbff 0%, var(--updates-bg) 55%, #e8eef6 100%);
}

img {
    max-width: 100%;
}

.updates-header,
.updates-main {
    width: calc(100% - 2rem);
    max-width: 1180px;
    margin: 0 auto;
}

.updates-header {
    padding: 2.5rem 0 1.4rem;
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    align-items: flex-start;
}

.updates-brand-shell {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.brand-lockup {
    display: grid;
    gap: 0.2rem;
    min-width: 0;
}

.updates-brand-mark {
    width: 4.35rem;
    height: 4.35rem;
    flex: 0 0 4.35rem;
    display: block;
}

.eyebrow {
    margin: 0 0 0.45rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.74rem;
    color: var(--updates-muted);
}

.updates-header h1,
.hero-card h2,
.section-heading h2,
.info-card h3,
.date-copy h3,
.schedule-day h3,
.hero-panel h3 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
}

.updates-header h1 {
    font-size: 3.1rem;
    margin-bottom: 0.5rem;
}

.header-copy {
    margin: 0;
    max-width: 64ch;
    line-height: 1.6;
}

.header-copy,
.hero-summary,
.hero-list,
.info-card p,
.date-copy p,
.muted-copy {
    color: var(--updates-muted);
}

.header-actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.button-primary,
.button-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.9rem 1.2rem;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.button-primary:hover,
.button-secondary:hover {
    transform: translateY(-1px);
}

.button-primary {
    background: var(--updates-primary);
    color: white;
    box-shadow: 0 12px 24px rgba(59, 130, 246, 0.22);
}

.button-secondary {
    background: rgba(245, 158, 11, 0.16);
    color: #915e00;
}

.button-download {
    background: rgba(30, 41, 59, 0.08);
    color: var(--updates-ink);
}

.updates-main {
    padding-bottom: 3rem;
    display: grid;
    gap: 1.7rem;
}

.hero-card,
.content-section,
.info-card,
.date-card,
.schedule-day {
    border: 1px solid var(--updates-line);
    border-radius: 26px;
    background: var(--updates-surface);
    box-shadow: var(--updates-shadow);
}

.hero-card {
    padding: 1.7rem;
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.9fr);
    gap: 1.4rem;
}

.hero-issue {
    margin: 0.5rem 0 0;
    font-size: 1.15rem;
    font-weight: 700;
}

.hero-summary {
    margin: 1rem 0 0;
    max-width: 64ch;
    line-height: 1.6;
}

.header-meta,
.hero-meta {
    margin-top: 1rem;
    display: flex;
    gap: 0.65rem;
    flex-wrap: wrap;
}

.header-meta span,
.hero-meta span,
.tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0.33rem 0.72rem;
    background: rgba(59, 130, 246, 0.1);
    color: var(--updates-primary);
    font-size: 0.84rem;
    font-weight: 700;
}

.tag.muted {
    background: rgba(30, 41, 59, 0.08);
    color: var(--updates-muted);
}

.hero-panel {
    padding: 1.25rem;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(59, 130, 246, 0.08) 0%, rgba(255, 255, 255, 0.9) 100%);
    border: 1px solid rgba(59, 130, 246, 0.12);
}

.hero-panel h3 {
    margin-bottom: 0.85rem;
}

.hero-list {
    margin: 0;
    padding-left: 1.2rem;
    line-height: 1.6;
}

.content-section {
    padding: 1.75rem;
}

.section-heading {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-end;
    margin-bottom: 1.15rem;
    padding-bottom: 0.9rem;
    border-bottom: 1px solid rgba(30, 41, 59, 0.08);
}

.section-heading h2 {
    font-size: 1.9rem;
}

.section-subtitle {
    margin: 0;
    color: var(--updates-muted);
    font-size: 0.95rem;
    max-width: 22rem;
}

.section-meta-block {
    margin: -0.1rem 0 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem 0.9rem;
    align-items: center;
}

.section-detail {
    margin: 0;
    color: var(--updates-muted);
    font-size: 0.98rem;
    line-height: 1.5;
}

.section-detail-primary {
    color: var(--updates-ink);
    font-weight: 700;
}

.section-detail-notes {
    flex-basis: 100%;
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 1rem;
}

.section-grid-two-up {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.1rem;
}

.cycle-highlights-grid .info-card {
    min-height: 100%;
}

.cycle-highlights-grid .info-card-feature {
    grid-column: auto;
    grid-template-columns: 1fr;
}

.cycle-highlights-grid .info-media {
    min-height: 210px;
}

.standards-stack {
    display: grid;
    gap: 0.95rem;
}

.board-breaking-session-grid-updates {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.board-breakdown-block {
    margin-top: 1rem;
}

.board-breakdown-section-heading {
    margin-bottom: 0.8rem;
}

.board-breakdown-grid-updates {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.photo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
}

.photo-card {
    overflow: hidden;
    border: 1px solid var(--updates-line);
    border-radius: 24px;
    background: var(--updates-surface);
    box-shadow: var(--updates-shadow);
}

.photo-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
}

.photo-copy {
    padding: 0.9rem 1rem 1rem;
}

.photo-copy p {
    margin: 0;
    line-height: 1.5;
    color: var(--updates-muted);
}

.info-card,
.date-card,
.schedule-day {
    padding: 1.1rem;
}

.info-card {
    display: grid;
    gap: 0.7rem;
}

.info-card-standard {
    gap: 0;
    padding: 0;
    overflow: hidden;
    border-left: none;
    background: #ffffff;
}

.info-card-standard > h3 {
    padding: 1rem 1.35rem;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, rgba(245, 158, 11, 0.08) 100%);
    border-bottom: 1px solid rgba(30, 41, 59, 0.1);
}

.info-card-standard .info-copy {
    display: grid;
    gap: 0.45rem;
    padding: 1rem 1.35rem 1.15rem;
}

.event-card-grid .info-card,
.board-breaking-session-grid-updates .info-card,
.board-breakdown-grid-updates .info-card {
    min-height: 100%;
}

.info-card-feature {
    grid-column: span 2;
    grid-template-columns: minmax(220px, 0.95fr) minmax(0, 1.2fr);
    padding: 0;
    overflow: hidden;
    gap: 0;
}

.info-card-feature .info-copy {
    display: grid;
    gap: 0.7rem;
    padding: 1.15rem;
}

.info-media {
    min-height: 220px;
    background: #edf3fa;
}

.info-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.info-card h3,
.date-copy h3 {
    font-size: 1.15rem;
    line-height: 1.3;
}

.info-card p,
.date-copy p,
.session-item {
    line-height: 1.55;
}

.board-octagon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.board-octagon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.board-breakdown-card-updates {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.85rem;
    align-items: center;
}

.board-breakdown-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    flex-wrap: wrap;
    min-width: 58px;
}

.board-breakdown-icon.has-secondary-board {
    justify-content: flex-start;
    min-width: 98px;
}

.board-breakdown-gender {
    color: var(--updates-muted);
    font-weight: 600;
}

.board-breakdown-notes {
    color: var(--updates-muted);
}

.dates-list {
    display: grid;
    gap: 0.9rem;
}

.date-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
}

.date-card-feature {
    grid-template-columns: auto minmax(0, 1fr) minmax(180px, 240px);
}

.date-box {
    width: 76px;
    border-radius: 18px;
    background: linear-gradient(180deg, var(--updates-primary), #1d4ed8);
    color: white;
    display: grid;
    place-items: center;
    padding: 0.8rem 0.4rem;
    gap: 0.1rem;
}

.date-day {
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 800;
}

.date-month {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.78rem;
}

.date-meta {
    margin: 0.45rem 0 0.7rem;
}

.date-media {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid var(--updates-line);
    background: #edf3fa;
    min-height: 150px;
}

.date-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.testing-marker-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.testing-marker-card {
    display: grid;
    gap: 0.25rem;
    justify-items: center;
}

.testing-marker-card.testing-marker-belt {
    align-content: start;
    gap: 0;
}

.testing-marker-art {
    width: 4.6rem;
    height: 3.15rem;
    padding: 0.32rem;
    border-radius: 1rem;
    border: 1px solid var(--updates-line);
    background: linear-gradient(180deg, #ffffff 0%, #f4f8fc 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.testing-marker-art img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 1px 1px rgba(15, 23, 42, 0.18));
}

.testing-marker-card.testing-marker-belt .testing-marker-art {
    width: 5.5rem;
    height: 2.15rem;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.testing-marker-card.testing-marker-belt .testing-marker-art img {
    width: 100%;
    height: auto;
    filter: none;
}

.testing-marker-card.testing-marker-belt .testing-marker-label {
    display: none;
}

.testing-marker-card.testing-marker-mascot .testing-marker-art {
    width: 4.2rem;
    height: 4.2rem;
    padding: 0.18rem;
    border-radius: 1rem;
    background: linear-gradient(180deg, #fffdf8 0%, #fff0d8 100%);
}

.testing-marker-card.testing-marker-mascot .testing-marker-art img {
    width: 88%;
    height: 88%;
    object-fit: contain;
    filter: drop-shadow(0 2px 3px rgba(15, 23, 42, 0.16));
}

.testing-marker-label {
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--updates-muted);
    text-align: center;
}

.testing-marker-card.testing-marker-mascot .testing-marker-label {
    display: none;
}

.testing-marker-strip-updates {
    margin: 0.8rem 0 0.15rem;
    justify-content: flex-start;
}

.testing-marker-strip-updates .testing-marker-art {
    width: 4rem;
    height: 2.7rem;
}

.testing-marker-strip-updates .testing-marker-card.testing-marker-belt .testing-marker-art {
    width: 6.2rem;
    height: 2.35rem;
}

.testing-marker-strip-updates .testing-marker-card.testing-marker-mascot .testing-marker-art {
    width: 3.9rem;
    height: 3.9rem;
}

.testing-marker-strip-updates .testing-marker-label {
    font-size: 0.68rem;
}

.testing-marker-strip-updates.is-compact {
    gap: 0.45rem;
}

.schedule-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}

.schedule-day {
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.schedule-day.today {
    border-color: rgba(59, 130, 246, 0.35);
    box-shadow: 0 18px 34px rgba(59, 130, 246, 0.12);
}

.schedule-day h3 {
    margin-bottom: 0.85rem;
}

.session-list {
    display: grid;
    gap: 0.8rem;
}

.session-item {
    padding-top: 0.75rem;
    border-top: 1px solid rgba(30, 41, 59, 0.08);
}

.session-item:first-child {
    padding-top: 0;
    border-top: none;
}

.session-time {
    font-weight: 700;
    margin-bottom: 0.35rem;
}

.session-groups {
    display: grid;
    gap: 0.2rem;
    color: var(--updates-muted);
}

.empty-card {
    background: linear-gradient(180deg, #fffdfa 0%, #f7f8fb 100%);
}

@page {
    size: letter portrait;
    margin: 0.45in;
}

@media print {
    body {
        background: #ffffff;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    .updates-header,
    .updates-main {
        width: 100%;
    }

    .updates-header {
        padding: 0 0 1rem;
    }

    .header-actions {
        display: none;
    }

    .updates-main {
        gap: 1rem;
        padding-bottom: 0;
    }

    .hero-card {
        grid-template-columns: minmax(0, 1.45fr) minmax(220px, 0.85fr);
    }

    .card-grid,
    .photo-grid,
    .schedule-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .board-breaking-session-grid-updates,
    .board-breakdown-grid-updates {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .info-card-feature {
        grid-column: span 2;
        grid-template-columns: minmax(180px, 0.9fr) minmax(0, 1.15fr);
    }

    .date-card-feature {
        grid-template-columns: auto minmax(0, 1fr) 210px;
    }

    .date-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .photo-card img {
        height: 180px;
    }

    .hero-card,
    .content-section,
    .info-card,
    .date-card,
    .schedule-day,
    .photo-card {
        break-inside: avoid;
        page-break-inside: avoid;
        box-shadow: none;
    }

    .hero-card,
    .content-section {
        border-radius: 22px;
    }

    .content-section {
        padding: 1.2rem;
    }

    .photo-card {
        box-shadow: none;
    }

    .updates-brand-shell {
        align-items: center;
    }

    .updates-brand-mark {
        width: 3.4rem;
        height: 3.4rem;
        flex-basis: 3.4rem;
    }

    .testing-marker-strip-updates {
        margin-top: 0.6rem;
    }
}

body.pdf-mode {
    background: #ffffff;
}

body.pdf-mode .updates-header,
body.pdf-mode .updates-main {
    width: 100%;
    max-width: none;
}

body.pdf-mode .updates-header {
    padding: 0 0 1rem;
}

body.pdf-mode .updates-main {
    display: block;
    gap: 1rem;
    padding-bottom: 0;
}

body.pdf-mode .updates-header h1 {
    font-size: 2.7rem;
}

body.pdf-mode .hero-card {
    display: block;
}

body.pdf-mode .hero-panel,
body.pdf-mode .info-card,
body.pdf-mode .photo-card,
body.pdf-mode .date-card,
body.pdf-mode .schedule-day {
    margin: 0 0 0.8rem;
}

body.pdf-mode .info-card-feature {
    display: block;
    grid-column: auto;
}

body.pdf-mode .date-card-feature {
    display: block;
}

body.pdf-mode .date-box {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 76px;
    margin-bottom: 0.85rem;
}

body.pdf-mode .info-media,
body.pdf-mode .date-media {
    min-height: 0;
    margin-bottom: 0.85rem;
}

body.pdf-mode .photo-card img,
body.pdf-mode .info-media img,
body.pdf-mode .date-media img {
    height: auto;
    max-height: 280px;
    object-fit: cover;
}

body.pdf-mode .hero-card,
body.pdf-mode .info-card,
body.pdf-mode .date-card,
body.pdf-mode .schedule-day,
body.pdf-mode .photo-card {
    box-shadow: none;
    break-inside: avoid;
    page-break-inside: avoid;
}

body.pdf-mode .content-section {
    border: none;
    background: transparent;
    border-radius: 0;
    padding: 0;
    margin-bottom: 1.1rem;
    break-inside: auto;
    page-break-inside: auto;
}

body.pdf-mode .card-grid > *:first-child,
body.pdf-mode .photo-grid > *:first-child,
body.pdf-mode .dates-list > *:first-child,
body.pdf-mode .schedule-grid > *:first-child {
    margin-top: 0;
}

body.pdf-mode .session-item {
    break-inside: avoid;
    page-break-inside: avoid;
}

body.pdf-mode .hero-meta {
    display: flex;
    flex-wrap: wrap;
}

body.pdf-mode .section-heading {
    margin-bottom: 0.65rem;
    padding-bottom: 0.45rem;
    border-bottom: 1px solid rgba(30, 41, 59, 0.12);
}

body.pdf-mode .pdf-grid-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 0.8rem;
    table-layout: fixed;
}

body.pdf-mode .pdf-grid-table tr {
    break-inside: avoid;
    page-break-inside: avoid;
}

body.pdf-mode .pdf-grid-table td {
    width: 50%;
    padding: 0 0.4rem;
    vertical-align: top;
    break-inside: avoid;
    page-break-inside: avoid;
}

body.pdf-mode .pdf-grid-table td:first-child {
    padding-left: 0;
}

body.pdf-mode .pdf-grid-table td:last-child {
    padding-right: 0;
}

body.pdf-mode .pdf-grid-table td.empty-cell {
    padding: 0;
}

body.pdf-mode .info-card,
body.pdf-mode .date-card,
body.pdf-mode .schedule-day,
body.pdf-mode .photo-card {
    border-radius: 18px;
}

body.pdf-mode .info-card,
body.pdf-mode .date-card,
body.pdf-mode .schedule-day {
    padding: 0.95rem;
}

body.pdf-mode .photo-card {
    padding: 0;
}

body.pdf-mode .photo-copy {
    padding: 0.7rem 0.85rem 0.8rem;
}

body.pdf-mode .date-card {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 0.8rem;
    align-items: start;
    width: 100%;
}

body.pdf-mode .date-media,
body.pdf-mode .info-media {
    border-radius: 14px;
}

body.pdf-mode .date-media {
    margin-top: 0.1rem;
    grid-column: 1 / -1;
}

body.pdf-mode .date-copy,
body.pdf-mode .info-copy,
body.pdf-mode .session-item,
body.pdf-mode .session-groups {
    min-width: 0;
    overflow-wrap: anywhere;
}

body.pdf-mode .date-box {
    background: #e8f0ff;
    color: #2457c6;
    border: none;
}

body.pdf-mode .date-month {
    color: rgba(36, 87, 198, 0.78);
}

body.pdf-mode .tag {
    background: rgba(59, 130, 246, 0.09);
}

body.pdf-mode .tag.muted {
    background: rgba(30, 41, 59, 0.06);
}

body.pdf-mode .hero-card {
    margin-bottom: 1rem;
}

body.pdf-mode .info-card-standard {
    grid-template-columns: 1fr;
}

body.pdf-mode #schedule {
    page-break-before: always;
}

body.pdf-mode .pdf-schedule-grid-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0.55rem 0.55rem;
    table-layout: fixed;
}

body.pdf-mode .pdf-schedule-grid-table tr {
    break-inside: avoid;
    page-break-inside: avoid;
}

body.pdf-mode .pdf-schedule-grid-table td {
    width: 50%;
    padding: 0;
    vertical-align: top;
    break-inside: avoid;
    page-break-inside: avoid;
}

body.pdf-mode .pdf-schedule-session-list {
    display: grid;
    gap: 0.35rem;
}

body.pdf-mode .pdf-schedule-session {
    break-inside: avoid;
    page-break-inside: avoid;
}

body.pdf-mode .pdf-schedule-session + .pdf-schedule-session {
    padding-top: 0.32rem;
    border-top: 1px solid rgba(30, 41, 59, 0.08);
}

body.pdf-mode .pdf-schedule-day {
    border: 1px solid rgba(30, 41, 59, 0.12);
    border-radius: 16px;
    padding: 0.5rem 0.62rem 0.55rem;
    background: #ffffff;
    break-inside: avoid;
    page-break-inside: avoid;
}

body.pdf-mode .pdf-schedule-day.today {
    border-color: rgba(59, 130, 246, 0.3);
    background: #f7fbff;
}

body.pdf-mode .pdf-schedule-day h3 {
    margin: 0 0 0.38rem;
    font-size: 0.96rem;
}

body.pdf-mode .pdf-schedule-day.today h3 {
    color: var(--updates-primary);
}

body.pdf-mode .pdf-schedule-day .session-time {
    font-size: 0.82rem;
    margin-bottom: 0.12rem;
}

body.pdf-mode .pdf-schedule-day .session-groups {
    gap: 0.1rem;
    font-size: 0.79rem;
    line-height: 1.22;
}

body.pdf-mode .pdf-schedule-footer {
    margin-top: 0.12rem;
    padding-top: 0.45rem;
    border-top: 1px solid rgba(30, 41, 59, 0.1);
    break-inside: avoid;
    page-break-inside: avoid;
}

body.pdf-mode .pdf-schedule-footer h3 {
    margin: 0 0 0.15rem;
    font-size: 0.92rem;
    font-family: Georgia, "Times New Roman", serif;
}

body.pdf-mode .pdf-schedule-footer.today h3 {
    color: var(--updates-primary);
}

body.pdf-mode .pdf-schedule-inline-list {
    display: grid;
    gap: 0.2rem;
}

body.pdf-mode .pdf-schedule-inline-item {
    font-size: 0.78rem;
    line-height: 1.2;
    color: var(--updates-muted);
}

body.pdf-mode .pdf-inline-sep {
    margin: 0 0.2rem;
}

@media screen and (max-width: 1080px) {
    .board-breakdown-grid-updates {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 900px) {
    .updates-header,
    .hero-card {
        grid-template-columns: 1fr;
    }

    .updates-header {
        display: grid;
    }

    .header-actions {
        justify-content: flex-start;
    }

    .date-card-feature {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .info-card-feature {
        grid-column: auto;
        grid-template-columns: 1fr;
    }

    .section-grid-two-up,
    .board-breaking-session-grid-updates {
        grid-template-columns: 1fr;
    }

    .info-card-standard {
        grid-template-columns: 1fr;
    }

    .section-heading {
        display: grid;
        align-items: start;
    }

    .section-subtitle {
        max-width: none;
    }
}

@media screen and (max-width: 640px) {
    .updates-header,
    .updates-main {
        width: min(100%, calc(100% - 1rem));
    }

    .updates-header {
        padding-top: 1.4rem;
    }

    .hero-card,
    .content-section,
    .info-card,
    .date-card,
    .schedule-day {
        border-radius: 22px;
    }

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

    .date-card-feature {
        grid-template-columns: 1fr;
    }

    .date-box {
        width: 100%;
        grid-template-columns: repeat(2, auto);
        display: inline-grid;
        justify-content: center;
        align-items: center;
        gap: 0.5rem;
    }

    .info-media {
        min-height: 190px;
    }

    .info-card-feature {
        grid-column: auto;
    }

    .board-breakdown-grid-updates {
        grid-template-columns: 1fr;
    }
}
