body.cv2-student-life-child {
    background:
        radial-gradient(circle at top right, rgba(244, 205, 44, 0.08), transparent 30%),
        radial-gradient(circle at bottom left, rgba(52, 98, 123, 0.12), transparent 30%),
        linear-gradient(180deg, #f8fafc 0%, #eef4f8 52%, #f6f9fb 100%);
}

.cv2-student-life-child .cv2-about-page-main {
    padding-bottom: var(--cv2-space-16);
}

.cv2-student-life-child .cv2-about-page-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(3.2rem, 7vw, 5.1rem) 0 var(--cv2-space-8);
    color: var(--cv2-color-white);
    background:
        linear-gradient(136deg, rgba(12, 26, 34, 0.98) 0%, rgba(25, 59, 76, 0.96) 48%, rgba(66, 112, 133, 0.9) 100%);
}

.cv2-student-life-child .cv2-about-page-hero::before,
.cv2-student-life-child .cv2-about-page-hero::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.cv2-student-life-child .cv2-about-page-hero::before {
    top: -90px;
    right: -60px;
    width: 340px;
    height: 340px;
    background: radial-gradient(circle, rgba(244, 205, 44, 0.14) 0%, transparent 70%);
}

.cv2-student-life-child .cv2-about-page-hero::after {
    left: -100px;
    bottom: -150px;
    width: 320px;
    height: 320px;
    background: rgba(109, 166, 187, 0.1);
}

.cv2-student-life-child .cv2-about-page-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    gap: var(--cv2-space-6);
    align-items: end;
}

@media (min-width: 960px) {
    .cv2-student-life-child .cv2-about-page-hero__grid {
        grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.88fr);
    }
}

.cv2-student-life-child .cv2-about-page-hero__eyebrow {
    margin: 0 0 var(--cv2-space-3);
    font-size: var(--cv2-text-xs);
    font-weight: var(--cv2-font-bold);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(244, 205, 44, 0.82);
}

.cv2-student-life-child .cv2-about-page-hero__title {
    margin: 0;
    max-width: 18ch;
    color: var(--cv2-color-white);
}

.cv2-student-life-child .cv2-about-page-hero__lead {
    margin: var(--cv2-space-4) 0 0;
    max-width: 60ch;
    color: rgba(255, 255, 255, 0.84);
    line-height: 1.72;
}

.cv2-student-life-child .cv2-about-page-hero__stat-grid {
    display: grid;
    gap: var(--cv2-space-3);
    margin-top: var(--cv2-space-6);
}

@media (min-width: 640px) {
    .cv2-student-life-child .cv2-about-page-hero__stat-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.cv2-student-life-child .cv2-about-page-hero__stat {
    padding: var(--cv2-space-4);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--cv2-radius-lg);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.cv2-student-life-child .cv2-about-page-hero__stat strong {
    display: block;
    margin-bottom: var(--cv2-space-1);
    font-family: var(--cv2-font-heading);
    font-size: var(--cv2-text-2xl);
    line-height: 1;
    color: var(--cv2-color-white);
}

.cv2-student-life-child .cv2-about-page-hero__stat span {
    display: block;
    font-size: var(--cv2-text-sm);
    line-height: 1.68;
    color: rgba(255, 255, 255, 0.72);
}

.cv2-student-life-child .cv2-about-page-hero__panel {
    display: grid;
    gap: var(--cv2-space-4);
}

.cv2-student-life-child .cv2-about-page-hero__panel-card {
    padding: var(--cv2-space-6);
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(52, 98, 123, 0.12);
    border-radius: var(--cv2-radius-xl);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
    color: var(--cv2-color-gray-900);
}

.cv2-student-life-child .cv2-about-page-hero__panel-label {
    margin: 0 0 var(--cv2-space-2);
    font-size: var(--cv2-text-xs);
    font-weight: var(--cv2-font-bold);
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--cv2-color-primary);
}

.cv2-student-life-child .cv2-about-page-hero__panel-title {
    margin: 0;
    font-family: var(--cv2-font-heading);
    font-size: clamp(1.1rem, 1.2vw, 1.4rem);
    font-weight: var(--cv2-font-semibold);
    line-height: 1.18;
    color: var(--cv2-color-gray-900);
}

.cv2-student-life-child .cv2-about-page-hero__panel-text {
    margin: var(--cv2-space-3) 0 0;
    font-size: var(--cv2-text-sm);
    line-height: 1.72;
    color: var(--cv2-color-gray-600);
}

.cv2-student-life-child .cv2-about-local-nav-wrap {
    position: sticky;
    top: calc(var(--cv2-header-height, 84px) + 0.75rem);
    z-index: calc(var(--cv2-z-sticky) - 1);
    margin-top: calc(var(--cv2-space-7) * -1);
}

.cv2-student-life-child .cv2-about-local-nav {
    display: flex;
    gap: var(--cv2-space-2);
    padding: var(--cv2-space-3);
    overflow-x: auto;
    border: 1px solid rgba(52, 98, 123, 0.12);
    border-radius: var(--cv2-radius-lg);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: var(--cv2-shadow-lg);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    transition:
        transform var(--cv2-transition-base),
        opacity var(--cv2-transition-base),
        box-shadow var(--cv2-transition-base);
    will-change: transform, opacity;
}

.cv2-student-life-child .cv2-about-local-nav-wrap.is-sticky-visible .cv2-about-local-nav {
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--cv2-shadow-xl);
}

.cv2-student-life-child .cv2-about-local-nav-wrap.is-sticky-hidden .cv2-about-local-nav {
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(-100% - 0.85rem));
}

.cv2-student-life-child .cv2-about-local-nav__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-height: 44px;
    padding: 0 var(--cv2-space-4);
    border-radius: var(--cv2-radius-full);
    color: var(--cv2-color-gray-700);
    font-size: var(--cv2-text-sm);
    text-decoration: none;
    white-space: nowrap;
    transition:
        color var(--cv2-transition-base),
        background-color var(--cv2-transition-base),
        transform var(--cv2-transition-base);
}

.cv2-student-life-child .cv2-about-local-nav__link:hover,
.cv2-student-life-child .cv2-about-local-nav__link:focus-visible {
    color: var(--cv2-color-primary-dark);
    background: rgba(52, 98, 123, 0.08);
    transform: translateY(-1px);
}

.cv2-student-life-child .cv2-about-local-nav__link.is-current {
    color: var(--cv2-color-white);
    background: linear-gradient(135deg, var(--cv2-color-primary) 0%, var(--cv2-color-primary-dark) 100%);
    box-shadow: var(--cv2-shadow-md);
}

.cv2-student-life-child .cv2-about-page-section {
    padding-top: var(--cv2-space-12);
}

.cv2-student-life-child .cv2-about-page-section-head {
    max-width: 760px;
    margin-bottom: var(--cv2-space-7);
}

.cv2-student-life-child .cv2-about-page-prose {
    display: grid;
    gap: var(--cv2-space-4);
    margin-top: var(--cv2-space-4);
    color: var(--cv2-color-gray-700);
}

.cv2-student-life-child .cv2-about-page-prose p,
.cv2-student-life-child .cv2-about-page-prose li {
    margin: 0;
    font-size: var(--cv2-text-base);
    line-height: 1.72;
}

.cv2-student-life-child .cv2-about-page-card-grid {
    display: grid;
    gap: var(--cv2-space-4);
}

@media (min-width: 720px) {
    .cv2-student-life-child .cv2-about-page-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1080px) {
    .cv2-student-life-child .cv2-about-page-card-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.cv2-student-life-child .cv2-about-page-card .cv2-card-body {
    height: 100%;
    padding: var(--cv2-space-6);
    border: 1px solid rgba(52, 98, 123, 0.1);
    border-radius: var(--cv2-radius-xl);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 20px 48px rgba(32, 61, 79, 0.08);
}

.cv2-student-life-child .cv2-about-page-card__eyebrow {
    margin: 0 0 var(--cv2-space-2);
    font-size: var(--cv2-text-xs);
    font-weight: var(--cv2-font-bold);
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--cv2-color-primary);
}

.cv2-student-life-child .cv2-about-page-card__title {
    margin: 0;
    font-family: var(--cv2-font-heading);
    font-size: clamp(1.2rem, 1.4vw, 1.45rem);
    line-height: 1.2;
    color: var(--cv2-color-gray-900);
}

.cv2-student-life-child .cv2-student-life-club-card__schedule {
    margin: 0 0 var(--cv2-space-3);
    font-size: 0.8rem;
    font-weight: var(--cv2-font-semibold);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(52, 98, 123, 0.82);
}

.cv2-student-life-child .cv2-about-page-card__text {
    margin: var(--cv2-space-3) 0 0;
    color: var(--cv2-color-gray-600);
    line-height: 1.72;
}

.cv2-student-life-child .cv2-residential-essentials-board,
.cv2-student-life-child .cv2-residential-supervision-board,
.cv2-student-life-child .cv2-residential-policy-board {
    position: relative;
    padding: clamp(1.5rem, 2.8vw, 2rem);
    border: 1px solid rgba(52, 98, 123, 0.12);
    border-radius: calc(var(--cv2-radius-xl) + 8px);
    box-shadow: 0 24px 56px rgba(21, 45, 61, 0.07);
    overflow: hidden;
}

.cv2-student-life-child .cv2-residential-essentials-board {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 249, 252, 0.96) 100%);
}

.cv2-student-life-child .cv2-residential-supervision-board {
    background: linear-gradient(180deg, rgba(248, 251, 253, 0.98) 0%, rgba(239, 246, 250, 0.96) 100%);
}

.cv2-student-life-child .cv2-residential-policy-board {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(252, 249, 241, 0.96) 100%);
}

.cv2-student-life-child .cv2-residential-essentials-board::before,
.cv2-student-life-child .cv2-residential-supervision-board::before,
.cv2-student-life-child .cv2-residential-policy-board::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
}

.cv2-student-life-child .cv2-residential-essentials-board::before,
.cv2-student-life-child .cv2-residential-supervision-board::before {
    background: linear-gradient(90deg, rgba(52, 98, 123, 0.95) 0%, rgba(52, 98, 123, 0.08) 100%);
}

.cv2-student-life-child .cv2-residential-policy-board::before {
    background: linear-gradient(90deg, var(--cv2-color-accent) 0%, rgba(244, 205, 44, 0.08) 100%);
}

.cv2-student-life-child .cv2-residential-essentials-grid .cv2-about-page-card .cv2-card-body {
    display: flex;
    flex-direction: column;
    padding: clamp(1.35rem, 2.2vw, 1.75rem);
    border-color: rgba(52, 98, 123, 0.1);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 251, 253, 0.96) 100%);
    box-shadow: 0 16px 34px rgba(21, 45, 61, 0.06);
}

.cv2-student-life-child .cv2-residential-essentials-card .cv2-about-page-card__eyebrow {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 0.32rem 0.68rem;
    border-radius: var(--cv2-radius-full);
    background: rgba(52, 98, 123, 0.08);
}

.cv2-student-life-child .cv2-residential-essentials-card__meta {
    margin: auto 0 0;
    padding-top: var(--cv2-space-3);
    font-size: 0.76rem;
    font-weight: var(--cv2-font-semibold);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(52, 98, 123, 0.88);
}

.cv2-student-life-child .cv2-residential-photo-banner,
.cv2-student-life-child .cv2-residential-photo-card {
    position: relative;
    margin: 0 0 var(--cv2-space-6);
    border-radius: calc(var(--cv2-radius-xl) + 4px);
    overflow: hidden;
    background: rgba(18, 39, 51, 0.9);
    box-shadow: 0 22px 48px rgba(21, 45, 61, 0.12);
}

.cv2-student-life-child .cv2-residential-photo-banner {
    aspect-ratio: 16 / 6;
}

.cv2-student-life-child .cv2-residential-photo-card {
    aspect-ratio: 16 / 9;
    margin: 0;
}

.cv2-student-life-child .cv2-residential-photo-banner img,
.cv2-student-life-child .cv2-residential-photo-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cv2-student-life-child .cv2-residential-photo-banner::after,
.cv2-student-life-child .cv2-residential-photo-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(13, 28, 37, 0.08) 0%, rgba(13, 28, 37, 0.28) 42%, rgba(13, 28, 37, 0.78) 100%);
}

.cv2-student-life-child .cv2-residential-photo-banner figcaption,
.cv2-student-life-child .cv2-residential-photo-card figcaption {
    position: absolute;
    left: clamp(1.1rem, 2vw, 1.55rem);
    right: clamp(1.1rem, 2vw, 1.55rem);
    bottom: clamp(1rem, 2vw, 1.45rem);
    z-index: 1;
    display: grid;
    gap: 0.35rem;
}

.cv2-student-life-child .cv2-residential-photo-banner__eyebrow {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 0.34rem 0.72rem;
    border-radius: var(--cv2-radius-full);
    background: rgba(244, 205, 44, 0.18);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    font-size: 0.74rem;
    font-weight: var(--cv2-font-semibold);
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 250, 225, 0.96);
}

.cv2-student-life-child .cv2-residential-photo-banner__text {
    max-width: 38ch;
    color: rgba(255, 255, 255, 0.94);
    line-height: 1.6;
}

@media (max-width: 719px) {
    .cv2-student-life-child .cv2-residential-photo-banner {
        aspect-ratio: 5 / 4;
    }
}

.cv2-student-life-child .cv2-about-page-split {
    display: grid;
    gap: var(--cv2-space-5);
    align-items: start;
}

@media (min-width: 960px) {
    .cv2-student-life-child .cv2-about-page-split {
        grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.82fr);
    }
}

.cv2-student-life-child .cv2-about-page-stack {
    display: grid;
    gap: var(--cv2-space-4);
}

.cv2-student-life-child .cv2-about-page-list {
    display: grid;
    gap: var(--cv2-space-3);
    margin: 0;
    padding: 0;
    list-style: none;
}

.cv2-student-life-child .cv2-about-page-list__item {
    position: relative;
    padding-left: 1.1rem;
    color: var(--cv2-color-gray-700);
    line-height: 1.72;
}

.cv2-student-life-child .cv2-about-page-list__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55rem;
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 50%;
    background: var(--cv2-color-accent);
}

.cv2-student-life-child .cv2-about-page-callout {
    padding: var(--cv2-space-6);
    border: 1px solid rgba(52, 98, 123, 0.12);
    border-radius: var(--cv2-radius-xl);
    background:
        linear-gradient(145deg, rgba(24, 60, 77, 0.98) 0%, rgba(37, 86, 109, 0.96) 100%);
    box-shadow: 0 20px 50px rgba(23, 47, 63, 0.16);
    color: var(--cv2-color-white);
}

.cv2-student-life-child .cv2-about-page-callout__title {
    margin: 0;
    font-family: var(--cv2-font-heading);
    font-size: clamp(1.25rem, 1.5vw, 1.6rem);
    line-height: 1.2;
}

.cv2-student-life-child .cv2-about-page-callout__text {
    margin: var(--cv2-space-3) 0 0;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.72;
}

.cv2-student-life-child .cv2-residential-checklist {
    gap: var(--cv2-space-3);
    margin-top: var(--cv2-space-6);
}

@media (min-width: 720px) {
    .cv2-student-life-child .cv2-residential-checklist {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1200px) {
    .cv2-student-life-child .cv2-residential-checklist {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.cv2-student-life-child .cv2-residential-checklist .cv2-about-page-list__item {
    min-height: 100%;
    padding: 1rem 1rem 1rem 1.7rem;
    border: 1px solid rgba(52, 98, 123, 0.1);
    border-radius: var(--cv2-radius-lg);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 12px 28px rgba(21, 45, 61, 0.05);
}

.cv2-student-life-child .cv2-residential-checklist .cv2-about-page-list__item::before {
    left: 0.95rem;
    top: calc(1rem + 0.86em);
    transform: translateY(-50%);
    width: 0.46rem;
    height: 0.46rem;
}

.cv2-student-life-child .cv2-residential-supervision-top {
    display: grid;
    gap: var(--cv2-space-5);
    align-items: start;
}

@media (min-width: 960px) {
    .cv2-student-life-child .cv2-residential-supervision-top {
        grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
    }
}

.cv2-student-life-child .cv2-residential-supervision-intro {
    display: grid;
    gap: var(--cv2-space-5);
}

.cv2-student-life-child .cv2-residential-supervision-board .cv2-about-page-section-head {
    max-width: none;
    margin-bottom: 0;
}

.cv2-student-life-child .cv2-residential-supervision-callout {
    position: relative;
    padding: clamp(1.35rem, 2.4vw, 1.75rem);
    border-radius: calc(var(--cv2-radius-xl) + 2px);
    box-shadow: 0 18px 40px rgba(23, 47, 63, 0.12);
    overflow: hidden;
}

.cv2-student-life-child .cv2-residential-supervision-callout::before {
    content: "";
    position: absolute;
    inset: auto -2.2rem -2.4rem auto;
    width: 7rem;
    height: 7rem;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(244, 205, 44, 0.2) 0%, rgba(244, 205, 44, 0) 70%);
}

.cv2-student-life-child .cv2-residential-supervision-callout::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 44%);
    pointer-events: none;
}

.cv2-student-life-child .cv2-residential-supervision-callout__eyebrow {
    margin: 0 0 var(--cv2-space-2);
    font-size: 0.76rem;
    font-weight: var(--cv2-font-semibold);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(244, 205, 44, 0.86);
}

.cv2-student-life-child .cv2-residential-supervision-callout .cv2-about-page-callout__title {
    max-width: 14ch;
    font-size: clamp(1.2rem, 1.4vw, 1.45rem);
}

.cv2-student-life-child .cv2-residential-supervision-callout .cv2-about-page-callout__text {
    max-width: 34ch;
}

.cv2-student-life-child .cv2-residential-policy-grid .cv2-about-page-card .cv2-card-body {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: clamp(1.35rem, 2.2vw, 1.65rem);
    border-color: rgba(52, 98, 123, 0.1);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 14px 30px rgba(21, 45, 61, 0.05);
    overflow: hidden;
}

.cv2-student-life-child .cv2-residential-policy-grid .cv2-about-page-card .cv2-card-body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--cv2-color-accent) 0%, rgba(244, 205, 44, 0.08) 100%);
}

.cv2-student-life-child .cv2-residential-policy-card .cv2-about-page-card__eyebrow {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 0.28rem 0.62rem;
    border-radius: var(--cv2-radius-full);
    background: rgba(244, 205, 44, 0.18);
    color: rgba(68, 55, 11, 0.86);
}

.cv2-student-life-child .cv2-residential-policy-card .cv2-about-page-card__title {
    max-width: 18ch;
}

.cv2-student-life-child .cv2-student-life-schedule-section {
    position: relative;
}

.cv2-student-life-child .cv2-student-life-schedule-board {
    position: relative;
    padding: clamp(1.5rem, 2.8vw, 2rem);
    border: 1px solid rgba(52, 98, 123, 0.12);
    border-radius: calc(var(--cv2-radius-xl) + 8px);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 249, 252, 0.96) 100%);
    box-shadow: 0 24px 56px rgba(21, 45, 61, 0.08);
    overflow: hidden;
}

.cv2-student-life-child .cv2-student-life-schedule-board::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--cv2-color-accent) 0%, rgba(244, 205, 44, 0.1) 100%);
}

.cv2-student-life-child .cv2-student-life-schedule-board__intro {
    display: grid;
    gap: var(--cv2-space-2);
    margin-bottom: var(--cv2-space-5);
}

.cv2-student-life-child .cv2-student-life-schedule-board__label {
    margin: 0;
    font-size: 0.82rem;
    font-weight: var(--cv2-font-semibold);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--cv2-color-primary);
}

.cv2-student-life-child .cv2-student-life-schedule-board__summary {
    margin: 0;
    max-width: 52rem;
    color: var(--cv2-color-gray-600);
    line-height: 1.7;
}

.cv2-student-life-child .cv2-student-life-schedule-table-wrap {
    overflow-x: auto;
}

.cv2-student-life-child .cv2-student-life-schedule-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
    border: 1px solid rgba(52, 98, 123, 0.14);
    border-radius: calc(var(--cv2-radius-xl) + 2px);
    background: rgba(255, 255, 255, 0.96);
    overflow: hidden;
}

.cv2-student-life-child .cv2-student-life-schedule-table th,
.cv2-student-life-child .cv2-student-life-schedule-table td {
    padding: 1.2rem 1.25rem;
    vertical-align: top;
    border-right: 1px solid rgba(52, 98, 123, 0.12);
    border-bottom: 1px solid rgba(52, 98, 123, 0.12);
}

.cv2-student-life-child .cv2-student-life-schedule-table th:last-child,
.cv2-student-life-child .cv2-student-life-schedule-table td:last-child {
    border-right: 0;
}

.cv2-student-life-child .cv2-student-life-schedule-table tbody tr:last-child td {
    border-bottom: 0;
}

.cv2-student-life-child .cv2-student-life-schedule-table th {
    font-family: var(--cv2-font-heading);
    font-size: 0.95rem;
    font-weight: var(--cv2-font-semibold);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-align: left;
}

.cv2-student-life-child .cv2-student-life-schedule-table th:nth-child(1) {
    width: 20%;
    color: var(--cv2-color-primary);
    background: rgba(52, 98, 123, 0.14);
}

.cv2-student-life-child .cv2-student-life-schedule-table th:nth-child(2) {
    width: 34%;
    color: #fff;
    background: linear-gradient(135deg, #34627b 0%, #203d4f 100%);
}

.cv2-student-life-child .cv2-student-life-schedule-table th:nth-child(3) {
    width: 46%;
    color: var(--cv2-color-gray-900);
    background: rgba(244, 205, 44, 0.26);
}

.cv2-student-life-child .cv2-student-life-schedule-table td {
    font-size: 1rem;
    line-height: 1.68;
    color: var(--cv2-color-gray-600);
    background: rgba(255, 255, 255, 0.94);
}

.cv2-student-life-child .cv2-student-life-schedule-table tbody tr:nth-child(even) td {
    background: rgba(248, 251, 253, 0.96);
}

.cv2-student-life-child .cv2-student-life-schedule-table td:nth-child(1) {
    font-family: var(--cv2-font-heading);
    font-size: clamp(1.02rem, 1.1vw, 1.15rem);
    font-weight: var(--cv2-font-semibold);
    line-height: 1.2;
    letter-spacing: -0.02em;
    font-variant-numeric: tabular-nums;
    color: var(--cv2-color-gray-900);
}

.cv2-student-life-child .cv2-student-life-schedule-table td:nth-child(2) {
    font-family: var(--cv2-font-heading);
    font-size: clamp(1.15rem, 1.3vw, 1.35rem);
    font-weight: var(--cv2-font-semibold);
    line-height: 1.18;
    color: var(--cv2-color-gray-900);
}

.cv2-student-life-child .cv2-student-life-schedule-table td::before {
    content: none;
}

@media (max-width: 900px) {
    .cv2-student-life-child .cv2-student-life-schedule-table,
    .cv2-student-life-child .cv2-student-life-schedule-table thead,
    .cv2-student-life-child .cv2-student-life-schedule-table tbody,
    .cv2-student-life-child .cv2-student-life-schedule-table tr,
    .cv2-student-life-child .cv2-student-life-schedule-table th,
    .cv2-student-life-child .cv2-student-life-schedule-table td {
        display: block;
        width: 100%;
    }

    .cv2-student-life-child .cv2-student-life-schedule-table {
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    .cv2-student-life-child .cv2-student-life-schedule-table thead {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }

    .cv2-student-life-child .cv2-student-life-schedule-table tbody {
        display: grid;
        gap: var(--cv2-space-4);
    }

    .cv2-student-life-child .cv2-student-life-schedule-table tbody tr {
        border: 1px solid rgba(52, 98, 123, 0.12);
        border-radius: var(--cv2-radius-xl);
        background: rgba(255, 255, 255, 0.96);
        box-shadow: 0 16px 36px rgba(21, 45, 61, 0.08);
        overflow: hidden;
    }

    .cv2-student-life-child .cv2-student-life-schedule-table tbody tr:nth-child(even) td {
        background: transparent;
    }

    .cv2-student-life-child .cv2-student-life-schedule-table td {
        display: grid;
        grid-template-columns: minmax(5.4rem, 6.2rem) minmax(0, 1fr);
        gap: 0.9rem;
        padding: 0.95rem 1rem;
        border-right: 0;
        border-bottom: 1px solid rgba(52, 98, 123, 0.1);
        background: transparent;
    }

    .cv2-student-life-child .cv2-student-life-schedule-table tbody tr td:last-child {
        border-bottom: 0;
    }

    .cv2-student-life-child .cv2-student-life-schedule-table td::before {
        content: attr(data-label);
        display: block;
        font-size: 0.76rem;
        font-weight: var(--cv2-font-semibold);
        letter-spacing: 0.14em;
        text-transform: uppercase;
        color: var(--cv2-color-primary);
    }

    .cv2-student-life-child .cv2-student-life-schedule-table td:nth-child(1),
    .cv2-student-life-child .cv2-student-life-schedule-table td:nth-child(2) {
        font-size: 1rem;
    }
}

.cv2-clubs-page .cv2-clubs-board {
    position: relative;
    padding: clamp(1.5rem, 2.8vw, 2rem);
    border: 1px solid rgba(52, 98, 123, 0.12);
    border-radius: calc(var(--cv2-radius-xl) + 8px);
    overflow: hidden;
    box-shadow: 0 24px 56px rgba(21, 45, 61, 0.07);
}

.cv2-clubs-page .cv2-clubs-board--pathways,
.cv2-clubs-page .cv2-clubs-board--directory {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 249, 252, 0.96) 100%);
}

.cv2-clubs-page .cv2-clubs-board--creative {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(252, 249, 241, 0.96) 100%);
}

.cv2-clubs-page .cv2-clubs-board::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, rgba(52, 98, 123, 0.95) 0%, rgba(52, 98, 123, 0.08) 100%);
}

.cv2-clubs-page .cv2-clubs-board--creative::before {
    background: linear-gradient(90deg, var(--cv2-color-accent) 0%, rgba(244, 205, 44, 0.08) 100%);
}

.cv2-clubs-page .cv2-clubs-photo-banner {
    position: relative;
    margin: 0 0 var(--cv2-space-6);
    aspect-ratio: 16 / 6;
    border-radius: calc(var(--cv2-radius-xl) + 4px);
    overflow: hidden;
    background: rgba(18, 39, 51, 0.9);
    box-shadow: 0 22px 48px rgba(21, 45, 61, 0.12);
}

.cv2-clubs-page .cv2-clubs-photo-banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cv2-clubs-page .cv2-clubs-photo-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(13, 28, 37, 0.08) 0%, rgba(13, 28, 37, 0.26) 42%, rgba(13, 28, 37, 0.76) 100%);
}

.cv2-clubs-page .cv2-clubs-photo-banner figcaption {
    position: absolute;
    left: clamp(1.1rem, 2vw, 1.55rem);
    right: clamp(1.1rem, 2vw, 1.55rem);
    bottom: clamp(1rem, 2vw, 1.45rem);
    z-index: 1;
    display: grid;
    gap: 0.35rem;
}

.cv2-clubs-page .cv2-clubs-photo-banner__eyebrow {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 0.34rem 0.72rem;
    border-radius: var(--cv2-radius-full);
    background: rgba(244, 205, 44, 0.18);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    font-size: 0.74rem;
    font-weight: var(--cv2-font-semibold);
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 250, 225, 0.96);
}

.cv2-clubs-page .cv2-clubs-photo-banner__text {
    max-width: 40ch;
    color: rgba(255, 255, 255, 0.94);
    line-height: 1.62;
}

.cv2-clubs-page .cv2-clubs-pathway-grid .cv2-about-page-card .cv2-card-body {
    height: 100%;
    padding: clamp(1.35rem, 2.2vw, 1.75rem);
    border-color: rgba(52, 98, 123, 0.1);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 251, 253, 0.96) 100%);
    box-shadow: 0 16px 34px rgba(21, 45, 61, 0.06);
}

.cv2-clubs-page .cv2-clubs-pathway-card .cv2-about-page-card__eyebrow {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 0.32rem 0.68rem;
    border-radius: var(--cv2-radius-full);
    background: rgba(52, 98, 123, 0.08);
}

.cv2-clubs-page .cv2-clubs-directory-grid .cv2-about-page-card .cv2-card-body {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: clamp(1.35rem, 2.1vw, 1.7rem);
    border-color: rgba(52, 98, 123, 0.1);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 16px 34px rgba(21, 45, 61, 0.06);
    transition:
        transform var(--cv2-transition-base),
        box-shadow var(--cv2-transition-base),
        border-color var(--cv2-transition-base);
}

.cv2-clubs-page .cv2-clubs-directory-card .cv2-card-body:hover {
    transform: translateY(-4px);
    border-color: rgba(52, 98, 123, 0.18);
    box-shadow: 0 22px 42px rgba(21, 45, 61, 0.1);
}

.cv2-clubs-page .cv2-clubs-directory-card .cv2-about-page-card__eyebrow {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 0.28rem 0.62rem;
    border-radius: var(--cv2-radius-full);
    background: rgba(52, 98, 123, 0.08);
}

.cv2-clubs-page .cv2-student-life-club-card__schedule {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin: 0 0 var(--cv2-space-3);
    padding: 0.38rem 0.72rem;
    border-radius: var(--cv2-radius-full);
    background: rgba(244, 205, 44, 0.16);
    color: rgba(63, 54, 19, 0.9);
    font-size: 0.74rem;
    font-weight: var(--cv2-font-semibold);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cv2-clubs-page .cv2-clubs-directory-card .cv2-about-page-card__text {
    margin-top: var(--cv2-space-3);
}

.cv2-arts-page .cv2-about-page-hero__panel {
    align-self: stretch;
}

.cv2-arts-page .cv2-arts-hero-media {
    position: relative;
    height: 100%;
    min-height: clamp(24rem, 36vw, 33rem);
    border-radius: calc(var(--cv2-radius-xl) + 8px);
    overflow: hidden;
    background: rgba(18, 39, 51, 0.92);
    box-shadow: 0 28px 62px rgba(21, 45, 61, 0.16);
}

.cv2-arts-page .cv2-arts-hero-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cv2-arts-page .cv2-arts-hero-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(15, 31, 41, 0.12) 0%, rgba(15, 31, 41, 0.18) 24%, rgba(15, 31, 41, 0.82) 100%),
        linear-gradient(135deg, rgba(52, 98, 123, 0.08) 0%, rgba(244, 205, 44, 0.12) 100%);
}

.cv2-arts-page .cv2-arts-hero-media figcaption {
    position: absolute;
    right: clamp(1.2rem, 2.2vw, 1.8rem);
    bottom: clamp(1.2rem, 2.4vw, 1.8rem);
    left: clamp(1.2rem, 2.2vw, 1.8rem);
    z-index: 1;
    display: grid;
    gap: 0.75rem;
}

.cv2-arts-page .cv2-arts-hero-media__eyebrow,
.cv2-arts-page .cv2-arts-photo-banner__eyebrow,
.cv2-arts-page .cv2-arts-feature__eyebrow,
.cv2-arts-page .cv2-arts-pathways-media__eyebrow {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 0.34rem 0.72rem;
    border-radius: var(--cv2-radius-full);
    background: rgba(244, 205, 44, 0.18);
    color: rgba(255, 249, 223, 0.98);
    font-size: 0.74rem;
    font-weight: var(--cv2-font-semibold);
    letter-spacing: 0.16em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.cv2-arts-page .cv2-arts-hero-media__title {
    margin: 0;
    max-width: 12ch;
    color: #fff;
    font-size: clamp(1.7rem, 3vw, 2.4rem);
    line-height: 1.08;
}

.cv2-arts-page .cv2-arts-hero-media__text {
    max-width: 39ch;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.68;
}

.cv2-arts-page .cv2-arts-hero-media__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.cv2-arts-page .cv2-arts-hero-media__tags span {
    display: inline-flex;
    align-items: center;
    padding: 0.42rem 0.82rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--cv2-radius-full);
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.82rem;
    font-weight: var(--cv2-font-medium);
}

.cv2-arts-page .cv2-arts-board,
.cv2-arts-page .cv2-arts-pathways-board {
    position: relative;
    padding: clamp(1.5rem, 2.8vw, 2rem);
    border: 1px solid rgba(52, 98, 123, 0.12);
    border-radius: calc(var(--cv2-radius-xl) + 8px);
    overflow: hidden;
    box-shadow: 0 24px 56px rgba(21, 45, 61, 0.07);
}

.cv2-arts-page .cv2-arts-board::before,
.cv2-arts-page .cv2-arts-pathways-board::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
}

.cv2-arts-page .cv2-arts-board--arts,
.cv2-arts-page .cv2-arts-pathways-board {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.985) 0%, rgba(247, 250, 253, 0.965) 100%);
}

.cv2-arts-page .cv2-arts-board--athletics {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.985) 0%, rgba(243, 248, 250, 0.965) 100%);
}

.cv2-arts-page .cv2-arts-board--arts::before,
.cv2-arts-page .cv2-arts-pathways-board::before {
    background: linear-gradient(90deg, var(--cv2-color-accent) 0%, rgba(244, 205, 44, 0.08) 100%);
}

.cv2-arts-page .cv2-arts-board--athletics::before {
    background: linear-gradient(90deg, rgba(52, 98, 123, 0.95) 0%, rgba(52, 98, 123, 0.08) 100%);
}

.cv2-arts-page .cv2-arts-photo-banner,
.cv2-arts-page .cv2-arts-feature__media,
.cv2-arts-page .cv2-arts-pathways-media {
    position: relative;
    overflow: hidden;
    border-radius: calc(var(--cv2-radius-xl) + 4px);
    background: rgba(18, 39, 51, 0.92);
    box-shadow: 0 22px 48px rgba(21, 45, 61, 0.12);
}

.cv2-arts-page .cv2-arts-photo-banner {
    margin: 0 0 var(--cv2-space-6);
    aspect-ratio: 16 / 6;
}

.cv2-arts-page .cv2-arts-feature {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.85fr);
    gap: clamp(1rem, 2vw, 1.4rem);
    margin-bottom: var(--cv2-space-6);
}

.cv2-arts-page .cv2-arts-feature__media {
    min-height: 18rem;
}

.cv2-arts-page .cv2-arts-pathways-board {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(1.2rem, 2.2vw, 1.8rem);
    align-items: stretch;
}

.cv2-arts-page .cv2-arts-pathways-media {
    min-height: 100%;
}

.cv2-arts-page .cv2-arts-photo-banner img,
.cv2-arts-page .cv2-arts-feature__media img,
.cv2-arts-page .cv2-arts-pathways-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cv2-arts-page .cv2-arts-photo-banner::after,
.cv2-arts-page .cv2-arts-feature__media::after,
.cv2-arts-page .cv2-arts-pathways-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(13, 28, 37, 0.08) 0%, rgba(13, 28, 37, 0.26) 42%, rgba(13, 28, 37, 0.78) 100%);
}

.cv2-arts-page .cv2-arts-photo-banner figcaption,
.cv2-arts-page .cv2-arts-feature__media figcaption,
.cv2-arts-page .cv2-arts-pathways-media figcaption {
    position: absolute;
    right: clamp(1rem, 2vw, 1.5rem);
    bottom: clamp(1rem, 2vw, 1.45rem);
    left: clamp(1rem, 2vw, 1.5rem);
    z-index: 1;
    display: grid;
    gap: 0.35rem;
}

.cv2-arts-page .cv2-arts-photo-banner__text,
.cv2-arts-page .cv2-arts-feature__caption,
.cv2-arts-page .cv2-arts-pathways-media__text {
    max-width: 40ch;
    color: rgba(255, 255, 255, 0.94);
    line-height: 1.62;
}

.cv2-arts-page .cv2-arts-track-grid .cv2-about-page-card .cv2-card-body,
.cv2-arts-page .cv2-arts-athletics-grid .cv2-about-page-card .cv2-card-body,
.cv2-arts-page .cv2-arts-outcomes-grid .cv2-about-page-card .cv2-card-body {
    height: 100%;
    border-color: rgba(52, 98, 123, 0.1);
    box-shadow: 0 16px 34px rgba(21, 45, 61, 0.06);
}

.cv2-arts-page .cv2-arts-track-grid .cv2-about-page-card .cv2-card-body {
    padding: clamp(1.35rem, 2.2vw, 1.75rem);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(252, 249, 241, 0.95) 100%);
}

.cv2-arts-page .cv2-arts-athletics-grid .cv2-about-page-card .cv2-card-body {
    padding: clamp(1.35rem, 2.2vw, 1.75rem);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.985) 0%, rgba(245, 249, 252, 0.955) 100%);
}

.cv2-arts-page .cv2-arts-track-card .cv2-about-page-card__eyebrow,
.cv2-arts-page .cv2-arts-athletics-card .cv2-about-page-card__eyebrow,
.cv2-arts-page .cv2-arts-outcome-card .cv2-about-page-card__eyebrow {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 0.3rem 0.68rem;
    border-radius: var(--cv2-radius-full);
}

.cv2-arts-page .cv2-arts-track-card .cv2-about-page-card__eyebrow,
.cv2-arts-page .cv2-arts-outcome-card .cv2-about-page-card__eyebrow {
    background: rgba(244, 205, 44, 0.14);
}

.cv2-arts-page .cv2-arts-athletics-card .cv2-about-page-card__eyebrow {
    background: rgba(52, 98, 123, 0.08);
}

.cv2-arts-page .cv2-arts-feature__panel {
    display: grid;
    align-content: start;
    gap: 1rem;
    padding: clamp(1.2rem, 2vw, 1.55rem);
    border: 1px solid rgba(52, 98, 123, 0.12);
    border-radius: calc(var(--cv2-radius-xl) + 2px);
    background: linear-gradient(180deg, rgba(16, 40, 54, 0.98) 0%, rgba(43, 92, 118, 0.96) 100%);
    color: rgba(255, 255, 255, 0.94);
    box-shadow: 0 20px 44px rgba(21, 45, 61, 0.12);
}

.cv2-arts-page .cv2-arts-feature__panel-eyebrow {
    margin: 0;
    color: rgba(244, 205, 44, 0.9);
    font-size: 0.8rem;
    font-weight: var(--cv2-font-semibold);
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.cv2-arts-page .cv2-arts-feature__panel-title {
    margin: 0;
    font-size: clamp(1.4rem, 2vw, 1.85rem);
    line-height: 1.16;
    color: #fff;
}

.cv2-arts-page .cv2-arts-feature__list {
    display: grid;
    gap: 0.9rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cv2-arts-page .cv2-arts-feature__list li {
    position: relative;
    padding-left: 1.2rem;
    line-height: 1.68;
    color: rgba(255, 255, 255, 0.9);
}

.cv2-arts-page .cv2-arts-feature__list li::before {
    content: "";
    position: absolute;
    top: 0.72rem;
    left: 0;
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 50%;
    background: var(--cv2-color-accent);
    transform: translateY(-50%);
}

.cv2-arts-page .cv2-arts-pathways-panel {
    display: grid;
    align-content: start;
    gap: var(--cv2-space-6);
}

.cv2-arts-page .cv2-arts-pathways-panel .cv2-about-page-section-head {
    margin-bottom: 0;
}

.cv2-arts-page .cv2-arts-pathways-steps {
    display: grid;
    gap: 1rem;
}

.cv2-arts-page .cv2-arts-pathways-step {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
    padding: 1rem 1.05rem;
    border: 1px solid rgba(52, 98, 123, 0.1);
    border-radius: calc(var(--cv2-radius-lg) + 2px);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 14px 32px rgba(21, 45, 61, 0.05);
}

.cv2-arts-page .cv2-arts-pathways-step__index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    background: rgba(244, 205, 44, 0.18);
    color: var(--cv2-color-primary);
    font-size: 0.88rem;
    font-weight: var(--cv2-font-semibold);
    letter-spacing: 0.08em;
}

.cv2-arts-page .cv2-arts-pathways-step__title {
    margin: 0 0 0.35rem;
    font-size: 1.08rem;
    line-height: 1.34;
}

.cv2-arts-page .cv2-arts-pathways-step__text {
    margin: 0;
    line-height: 1.68;
}

.cv2-arts-page .cv2-arts-pathways-callout {
    background: linear-gradient(135deg, rgba(16, 40, 54, 0.96) 0%, rgba(44, 94, 119, 0.94) 100%);
    box-shadow: 0 20px 44px rgba(21, 45, 61, 0.12);
}

.cv2-arts-page .cv2-arts-outcomes-grid .cv2-about-page-card .cv2-card-body {
    position: relative;
    padding: clamp(1.45rem, 2.4vw, 1.85rem);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.985) 0%, rgba(248, 251, 253, 0.96) 100%);
}

.cv2-arts-page .cv2-arts-outcomes-grid .cv2-about-page-card .cv2-card-body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--cv2-color-accent) 0%, rgba(52, 98, 123, 0.42) 100%);
}

@media (max-width: 719px) {
    .cv2-clubs-page .cv2-clubs-photo-banner {
        aspect-ratio: 5 / 4;
    }

    .cv2-arts-page .cv2-arts-photo-banner,
    .cv2-arts-page .cv2-arts-feature__media,
    .cv2-arts-page .cv2-arts-pathways-media,
    .cv2-arts-page .cv2-arts-hero-media {
        min-height: 0;
        aspect-ratio: 5 / 4;
    }

    .cv2-arts-page .cv2-arts-hero-media__title {
        max-width: 100%;
    }
}

@media (max-width: 959px) {
    .cv2-arts-page .cv2-arts-feature,
    .cv2-arts-page .cv2-arts-pathways-board {
        grid-template-columns: 1fr;
    }

    .cv2-student-life-child .cv2-about-local-nav-wrap {
        position: static;
        margin-top: 0;
        padding-top: var(--cv2-space-6);
    }
}
