:root {
    --GRAD-PRIMARY: #280569;
    --GRAD-PRIMARY-DEEP: #160337;
    --GRAD-SECONDARY: #008f87;
    --GRAD-SECONDARY-LIGHT: #dff6f3;
    --GRAD-GOLD: #d5a839;
    --GRAD-GOLD-LIGHT: #fff6dc;
    --GRAD-TEXT: #15202b;
    --GRAD-MUTED: #56616d;
    --GRAD-BORDER: #dce3e8;
    --GRAD-SURFACE: #ffffff;
    --GRAD-BACKGROUND: #f6f8fa;
}

.lcps-graduation-2026,
.lcps-graduation-2026 * {
    box-sizing: border-box;
}

.lcps-graduation-2026 {
    margin-block-start: 0;
    overflow: hidden;
    color: var(--GRAD-TEXT);
    background:
        linear-gradient(180deg, #ffffff 0, var(--GRAD-BACKGROUND) 42%, #ffffff 100%);
}

.lcps-graduation-2026 > * {
    margin-block-start: 0;
}

.lcps-graduation-2026 img {
    display: block;
    max-width: 100%;
}

.lcps-graduation-2026 .grad-eyebrow {
    margin: 0 0 12px;
    color: var(--GRAD-SECONDARY);
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: uppercase;
}

.grad-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 46%) minmax(0, 54%);
    background: linear-gradient(118deg, var(--GRAD-PRIMARY-DEEP) 0%, #28085e 62%, #183a4c 100%);
    isolation: isolate;
}

.grad-hero::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    height: 4px;
    content: "";
    background: linear-gradient(90deg, var(--GRAD-SECONDARY), var(--GRAD-GOLD), var(--GRAD-SECONDARY));
}

.grad-hero .left,
.grad-hero .right {
    min-width: 0;
}

.grad-hero .left {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    min-height: 520px;
    padding: 72px max(40px, calc((100vw - 1320px) / 2)) 72px max(32px, calc((100vw - 1320px) / 2));
    color: #ffffff;
}

.grad-hero .left::before {
    position: absolute;
    top: 56px;
    bottom: 56px;
    left: max(16px, calc((100vw - 1380px) / 2));
    width: 2px;
    content: "";
    background: linear-gradient(180deg, transparent, var(--GRAD-GOLD), var(--GRAD-SECONDARY), transparent);
}

.grad-hero-copy {
    width: 100%;
    max-width: 610px;
}

.grad-hero .grad-eyebrow {
    color: #7ce2dc;
}

.grad-hero h1 {
    margin: 0;
    color: #ffffff;
    font-size: 4.2rem;
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: 0;
}

.grad-hero h1 span {
    display: block;
    margin-bottom: 16px;
    color: #ffffff;
    font-size: 0.4em;
    font-weight: 600;
    line-height: 1.28;
}

.grad-hero-intro {
    max-width: 520px;
    margin: 24px 0 0;
    color: #e8e1f4;
    font-size: 1.08rem;
    line-height: 1.7;
}

.grad-hero .right {
    position: relative;
    min-height: 520px;
    overflow: hidden;
}

.grad-hero .right::after {
    position: absolute;
    inset: 0;
    content: "";
    pointer-events: none;
    background: linear-gradient(90deg, rgba(22, 3, 55, 0.5), transparent 27%);
}

.grad-hero .right picture,
.grad-hero .right img {
    width: 100%;
    height: 100%;
}

.grad-hero .right img {
    object-fit: cover;
    object-position: center 56%;
    transition: transform 700ms ease;
}

.grad-hero:hover .right img {
    transform: scale(1.025);
}

.grad-hero .footer {
    position: relative;
    z-index: 3;
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    width: 100%;
    padding: 0 max(24px, calc((100vw - 1320px) / 2));
    color: #ffffff;
    background: rgba(9, 2, 27, 0.86);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
}

.grad-hero .grad-hero-footer-card {
    position: relative;
    padding: 24px 32px;
}

.grad-hero .grad-hero-footer-card + .grad-hero-footer-card {
    border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.grad-hero .grad-hero-footer-card span {
    display: block;
    margin: 0 0 5px;
    color: #7ce2dc;
    font-size: 0.75rem;
    font-weight: 800;
    line-height: 1.4;
    text-transform: uppercase;
}

.grad-hero .grad-hero-footer-card p {
    margin: 0;
    color: #ffffff;
    font-size: 1.08rem;
    font-weight: 600;
    line-height: 1.45;
}

.grad-content {
    width: min(1180px, calc(100% - 48px));
    padding: 88px 0 56px;
    margin: 0 auto;
    text-align: center;
}

.grad-content h2,
.grad-section-heading h2 {
    margin: 0;
    color: var(--GRAD-PRIMARY-DEEP);
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: 0;
}

.grad-content > p:last-child {
    max-width: 850px;
    margin: 22px auto 0;
    color: var(--GRAD-MUTED);
    font-size: 1.08rem;
    line-height: 1.8;
}

.grad-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    width: min(1320px, calc(100% - 64px));
    padding: 0 0 96px;
    margin: 0 auto;
}

.grad-grid > a {
    display: block;
    min-width: 0;
    height: 100%;
    margin: 0 !important;
    color: inherit;
    text-decoration: none;
    outline-offset: 4px;
}

.grad-grid .info-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(220px, 0.95fr);
    min-height: 250px;
    height: 100%;
    overflow: hidden;
    background: var(--GRAD-SURFACE);
    border: 1px solid var(--GRAD-BORDER);
    border-radius: 8px;
    box-shadow: 0 12px 36px rgba(28, 40, 52, 0.07);
    transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.grad-grid .info-card::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 4px;
    content: "";
    background: linear-gradient(180deg, var(--GRAD-SECONDARY), #4edbcf);
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 240ms ease;
}

.grad-grid > a:hover .info-card,
.grad-grid > a:focus-visible .info-card {
    transform: translateY(-6px);
    border-color: #b6dcd8;
    box-shadow: 0 22px 48px rgba(31, 26, 53, 0.14);
}

.grad-grid > a:hover .info-card::before,
.grad-grid > a:focus-visible .info-card::before {
    transform: scaleY(1);
}

.grad-grid .caption {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 34px 30px 36px 36px;
}

.grad-grid .caption::after {
    display: block;
    width: 34px;
    height: 2px;
    margin-top: 22px;
    content: "";
    background: var(--GRAD-SECONDARY);
    transition: width 240ms ease, background-color 240ms ease;
}

.grad-grid > a:hover .caption::after,
.grad-grid > a:focus-visible .caption::after {
    width: 58px;
    background: #4edbcf;
}

.grad-grid .caption h3 {
    margin: 0;
    color: var(--GRAD-PRIMARY-DEEP);
    font-size: 1.42rem !important;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0;
}

.grad-grid .caption p {
    margin: 10px 0 0;
    color: var(--GRAD-MUTED);
    line-height: 1.65;
}

.grad-grid .image-wrapper {
    min-width: 0;
    min-height: 250px;
    overflow: hidden;
    background: var(--GRAD-SECONDARY-LIGHT);
}

.grad-grid .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 450ms ease, filter 450ms ease;
}

.grad-grid > a:hover .image-wrapper img,
.grad-grid > a:focus-visible .image-wrapper img {
    filter: saturate(1.06) contrast(1.03);
    transform: scale(1.055);
}

.grad-videos {
    width: 100%;
    max-width: none;
    padding: 92px max(32px, calc((100vw - 1320px) / 2)) 104px;
    margin: 0;
    background: linear-gradient(135deg, #eef8f7 0%, #ffffff 48%, var(--GRAD-GOLD-LIGHT) 100%);
    border-top: 1px solid #d9eeeb;
}

.grad-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 1.8fr);
    gap: 64px;
    align-items: end;
    max-width: 1320px;
    margin: 0 auto 38px;
}

.grad-section-heading > p {
    margin: 0;
    color: var(--GRAD-MUTED);
    font-size: 1.02rem;
    line-height: 1.75;
}

.grad-videos .container-fluid,
.grad-videos .row {
    max-width: 1320px;
    margin: 0 auto;
}

.grad-videos .row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
}

.grad-videos .col-lg-4 > .row {
    height: 100%;
}

.video-wrapper {
    position: relative;
    height: 600px;
    padding: 0;
    overflow: hidden;
    background: #e9edef;
    border: 1px solid rgba(40, 5, 105, 0.12);
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(31, 26, 53, 0.12);
}

.grad-video-trigger {
    cursor: pointer;
    outline: none;
}

.video-wrapper.mini {
    height: 300px;
}

.video-wrapper::after {
    position: absolute;
    inset: auto 0 0;
    height: 52%;
    content: "";
    pointer-events: none;
    background: linear-gradient(180deg, transparent, rgba(13, 4, 30, 0.68));
    opacity: 0.82;
    transition: opacity 280ms ease;
}

.video-wrapper:hover::after,
.video-wrapper:focus-visible::after {
    opacity: 1;
}

.video-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 500ms ease, filter 500ms ease;
}

.video-wrapper:hover img,
.video-wrapper:focus-visible img {
    filter: saturate(1.07);
    transform: scale(1.035);
}

.grad-video-trigger:focus-visible {
    outline: 3px solid var(--GRAD-SECONDARY);
    outline-offset: 4px;
}

.grad-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    display: grid;
    width: 72px;
    height: 72px;
    place-items: center;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.76);
    border-radius: 50%;
    box-shadow: 0 12px 34px rgba(9, 2, 27, 0.32);
    transform: translate(-50%, -50%);
    transition: background-color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.grad-video-play::before {
    width: 0;
    height: 0;
    margin-left: 5px;
    content: "";
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid var(--GRAD-PRIMARY);
    transition: border-left-color 220ms ease;
}

.video-wrapper.mini .grad-video-play {
    width: 58px;
    height: 58px;
}

.video-wrapper.mini .grad-video-play::before {
    border-top-width: 8px;
    border-bottom-width: 8px;
    border-left-width: 13px;
}

.grad-video-trigger:hover .grad-video-play,
.grad-video-trigger:focus-visible .grad-video-play {
    background: var(--GRAD-SECONDARY);
    box-shadow: 0 16px 38px rgba(0, 143, 135, 0.35);
    transform: translate(-50%, -50%) scale(1.08);
}

.grad-video-trigger:hover .grad-video-play::before,
.grad-video-trigger:focus-visible .grad-video-play::before {
    border-left-color: #ffffff;
}

.grad-video-label {
    position: absolute;
    right: 24px;
    bottom: 20px;
    left: 24px;
    z-index: 3;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.4;
    text-shadow: 0 2px 12px rgba(9, 2, 27, 0.62);
}

.video-wrapper.mini .grad-video-label {
    right: 18px;
    bottom: 15px;
    left: 18px;
    font-size: 0.9rem;
}

body.grad-video-modal-open {
    overflow: hidden;
}

.grad-video-modal[hidden] {
    display: none;
}

.grad-video-modal {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: grid;
    padding: 24px;
    place-items: center;
}

.grad-video-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(7, 3, 17, 0.86);
    backdrop-filter: blur(5px);
}

.grad-video-modal-dialog {
    position: relative;
    z-index: 1;
    width: min(1100px, 100%);
    overflow: hidden;
    background: #090511;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.42);
}

.grad-video-modal-header {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    min-height: 64px;
    padding: 12px 14px 12px 22px;
    color: #ffffff;
    background: var(--GRAD-PRIMARY-DEEP);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.grad-video-modal-header h2 {
    margin: 0;
    color: #ffffff;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0;
}

.grad-video-modal-close {
    display: grid;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    padding: 0;
    place-items: center;
    color: #ffffff;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 180ms ease, border-color 180ms ease;
}

.grad-video-modal-close span {
    display: block;
    font-size: 1.75rem;
    font-weight: 300;
    line-height: 1;
    transform: translateY(-1px);
}

.grad-video-modal-close:hover,
.grad-video-modal-close:focus-visible {
    color: #ffffff;
    background: var(--GRAD-SECONDARY);
    border-color: var(--GRAD-SECONDARY);
    outline: none;
}

.grad-video-modal-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000000;
}

.grad-video-modal-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Graduation 2026 event story */
.grad-story-page {
    background: #ffffff;
}

.grad-story-hero {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: min(610px, calc(100svh - 250px));
    overflow: hidden;
    color: #ffffff;
    background: var(--GRAD-PRIMARY-DEEP);
}

.grad-story-hero picture,
.grad-story-hero picture img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.grad-story-hero picture img {
    object-fit: cover;
    object-position: center 46%;
    transition: transform 900ms ease;
}

.grad-story-hero:hover picture img {
    transform: scale(1.018);
}

.grad-story-hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(15, 2, 38, 0.94) 0%, rgba(23, 4, 53, 0.76) 38%, rgba(15, 15, 29, 0.26) 72%, rgba(15, 15, 29, 0.12) 100%);
}

.grad-story-hero-shade::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 4px;
    content: "";
    background: linear-gradient(90deg, var(--GRAD-SECONDARY), var(--GRAD-GOLD), var(--GRAD-SECONDARY));
}

.grad-story-hero-copy {
    position: relative;
    z-index: 1;
    width: min(1320px, calc(100% - 64px));
    padding: 72px 0;
    margin: 0 auto;
}

.grad-story-back {
    display: inline-flex;
    align-items: center;
    margin-bottom: 32px;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
}

.grad-story-back::before {
    margin-right: 10px;
    content: "\2190";
    color: #7ce2dc;
    font-size: 1.2rem;
    transition: transform 180ms ease;
}

.grad-story-back:hover,
.grad-story-back:focus-visible {
    color: #7ce2dc;
}

.grad-story-back:hover::before,
.grad-story-back:focus-visible::before {
    transform: translateX(-4px);
}

.grad-story-hero-copy .grad-eyebrow {
    color: #7ce2dc;
}

.grad-story-hero-copy h1 {
    max-width: 820px;
    margin: 0;
    color: #ffffff;
    font-size: 4rem;
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: 0;
}

.grad-story-hero-copy > p:last-child {
    max-width: 700px;
    margin: 24px 0 0;
    color: #eee9f6;
    font-size: 1.2rem;
    line-height: 1.7;
}

.grad-story-facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
    padding: 0 max(32px, calc((100% - 1320px) / 2));
    color: #ffffff;
    background: var(--GRAD-PRIMARY-DEEP);
}

.grad-story-facts > div {
    min-width: 0;
    padding: 27px 28px 29px;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.grad-story-facts > div:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.grad-story-facts strong,
.grad-story-facts span {
    display: block;
}

.grad-story-facts strong {
    color: #ffffff;
    font-size: 1.1rem;
    line-height: 1.4;
}

.grad-story-facts span {
    margin-top: 4px;
    color: #93ddd8;
    font-size: 0.83rem;
    line-height: 1.45;
}

.grad-story-article {
    width: min(1240px, calc(100% - 64px));
    margin: 0 auto;
}

.grad-story-intro {
    max-width: 920px;
    padding: 104px 0 76px;
    margin: 0 auto;
    text-align: center;
}

.grad-story-intro h2,
.grad-story-copy h2,
.grad-story-graduate-voice h2,
.grad-story-about h2 {
    margin: 0;
    color: var(--GRAD-PRIMARY-DEEP);
    font-size: 2.75rem;
    font-weight: 800;
    line-height: 1.14;
    letter-spacing: 0;
}

.grad-story-intro .grad-story-lead {
    margin: 26px auto 0;
    color: #293744;
    font-size: 1.24rem;
    line-height: 1.78;
}

.grad-story-intro > p:last-child {
    margin: 22px auto 0;
    color: var(--GRAD-MUTED);
    font-size: 1.04rem;
    line-height: 1.82;
}

.grad-story-wide-image {
    margin: 0;
}

.grad-story-wide-image img,
.grad-story-image img {
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.grad-story-wide-image img {
    height: clamp(420px, 50vw, 680px);
    object-position: center 62%;
}

.grad-story-wide-image figcaption {
    padding: 12px 4px 0;
    color: var(--GRAD-MUTED);
    font-size: 0.84rem;
    line-height: 1.5;
}

.grad-story-section {
    padding: 110px 0;
    border-bottom: 1px solid var(--GRAD-BORDER);
}

.grad-story-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.82fr);
    gap: 84px;
    align-items: center;
}

.grad-story-copy > p {
    margin: 22px 0 0;
    color: var(--GRAD-MUTED);
    font-size: 1.02rem;
    line-height: 1.82;
}

.grad-story-copy > .grad-eyebrow {
    margin: 0 0 12px;
}

.grad-story-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 24px;
    padding: 0;
    margin: 26px 0 0;
    list-style: none;
}

.grad-story-fields li {
    position: relative;
    padding: 10px 0 10px 22px;
    color: #253441;
    font-weight: 650;
    line-height: 1.45;
    border-bottom: 1px solid #e5eaed;
}

.grad-story-fields li::before {
    position: absolute;
    top: 17px;
    left: 0;
    width: 8px;
    height: 8px;
    content: "";
    background: var(--GRAD-SECONDARY);
    border-radius: 50%;
}

.grad-story-quote {
    margin: 0;
}

.grad-story-quote-dark {
    position: relative;
    padding: 50px 46px 46px;
    color: #ffffff;
    background: linear-gradient(145deg, var(--GRAD-PRIMARY-DEEP), #30106a 66%, #17434f);
    border-left: 4px solid var(--GRAD-GOLD);
    border-radius: 0 8px 8px 0;
    box-shadow: 0 24px 56px rgba(31, 26, 53, 0.17);
}

.grad-story-quote-dark::before {
    position: absolute;
    top: 20px;
    left: 30px;
    content: "\201C";
    color: rgba(124, 226, 220, 0.44);
    font-family: Georgia, serif;
    font-size: 5rem;
    line-height: 1;
}

.grad-story-quote-dark p {
    position: relative;
    margin: 0;
    color: #ffffff;
    font-family: Georgia, serif;
    font-size: 1.42rem;
    line-height: 1.65;
}

.grad-story-quote cite,
.grad-story-quote cite span {
    display: block;
}

.grad-story-quote cite {
    margin-top: 28px;
    color: #ffffff;
    font-style: normal;
}

.grad-story-quote cite span {
    margin-top: 4px;
    color: #9cded9;
    font-size: 0.85rem;
    line-height: 1.45;
}

.grad-story-split-media {
    grid-template-columns: minmax(380px, 0.92fr) minmax(0, 1fr);
}

.grad-story-image {
    height: 100%;
    min-height: 560px;
    margin: 0;
    overflow: hidden;
    border-radius: 8px;
}

.grad-story-image img {
    height: 100%;
    min-height: 560px;
}

.grad-story-inline-quote {
    padding: 25px 0 2px 28px;
    margin: 28px 0 0;
    border-left: 3px solid var(--GRAD-SECONDARY);
}

.grad-story-inline-quote p {
    margin: 0;
    color: #293744;
    font-family: Georgia, serif;
    font-size: 1.1rem;
    line-height: 1.74;
}

.grad-story-inline-quote cite {
    display: block;
    margin-top: 13px;
    color: var(--GRAD-SECONDARY);
    font-size: 0.84rem;
    font-style: normal;
    font-weight: 800;
}

.grad-story-media-right {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.92fr);
}

.grad-story-graduate-voice {
    display: grid;
    grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1fr);
    gap: 70px;
    align-items: start;
    padding: 96px 0;
}

.grad-story-graduate-voice blockquote {
    padding: 0 0 0 34px;
    margin: 0;
    border-left: 3px solid var(--GRAD-GOLD);
}

.grad-story-graduate-voice blockquote p {
    margin: 0;
    color: #293744;
    font-family: Georgia, serif;
    font-size: 1.42rem;
    line-height: 1.7;
}

.grad-story-graduate-voice cite {
    display: block;
    margin-top: 20px;
    color: var(--GRAD-SECONDARY);
    font-size: 0.85rem;
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
}

.grad-story-closing-image img {
    object-position: center 54%;
}

.grad-story-looking-ahead {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
    border-bottom: 0;
}

.grad-story-next-step {
    padding: 34px;
    background: linear-gradient(135deg, var(--GRAD-SECONDARY-LIGHT), #ffffff 72%);
    border: 1px solid #c9e8e4;
    border-radius: 8px;
}

.grad-story-next-step strong {
    color: var(--GRAD-PRIMARY-DEEP);
    font-size: 1.2rem;
}

.grad-story-next-step p {
    margin: 12px 0 22px;
    color: var(--GRAD-MUTED);
    line-height: 1.7;
}

.grad-story-next-step a {
    display: inline-flex;
    align-items: center;
    color: var(--GRAD-SECONDARY);
    font-weight: 800;
    text-decoration: none;
}

.grad-story-next-step a::after {
    margin-left: 9px;
    content: "\2192";
    transition: transform 180ms ease;
}

.grad-story-next-step a:hover::after,
.grad-story-next-step a:focus-visible::after {
    transform: translateX(4px);
}

.grad-story-about {
    display: grid;
    grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1fr);
    gap: 88px;
    padding: 90px max(32px, calc((100% - 1240px) / 2));
    background: linear-gradient(135deg, #edf8f6 0%, #ffffff 52%, var(--GRAD-GOLD-LIGHT) 100%);
    border-top: 1px solid #d6ebe8;
}

.grad-story-about > div:last-child p {
    margin: 0;
    color: var(--GRAD-MUTED);
    font-size: 1.02rem;
    line-height: 1.8;
}

.grad-story-about > div:last-child p + p {
    margin-top: 18px;
}

@media (max-width: 1050px) {
    .grad-story-hero-copy h1 {
        font-size: 3.35rem;
    }

    .grad-story-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .grad-story-facts > div:nth-child(3) {
        border-left: 1px solid rgba(255, 255, 255, 0.14);
    }

    .grad-story-split,
    .grad-story-split-media,
    .grad-story-media-right {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .grad-story-media-right .grad-story-image {
        order: -1;
    }

    .grad-story-image,
    .grad-story-image img {
        min-height: 0;
    }

    .grad-story-image img {
        aspect-ratio: 16 / 9;
    }
}

@media (max-width: 760px) {
    .grad-story-hero {
        min-height: min(590px, calc(100svh - 235px));
    }

    .grad-story-hero picture img {
        object-position: 58% center;
    }

    .grad-story-hero-shade {
        background: linear-gradient(180deg, rgba(15, 2, 38, 0.3), rgba(15, 2, 38, 0.9) 72%, rgba(15, 2, 38, 0.97));
    }

    .grad-story-hero-copy {
        width: min(100% - 40px, 620px);
        padding: 48px 0;
    }

    .grad-story-back {
        margin-bottom: 24px;
    }

    .grad-story-hero-copy h1 {
        font-size: 2.55rem;
    }

    .grad-story-hero-copy > p:last-child {
        margin-top: 18px;
        font-size: 1rem;
        line-height: 1.62;
    }

    .grad-story-facts {
        grid-template-columns: 1fr;
        padding: 0 20px;
    }

    .grad-story-facts > div,
    .grad-story-facts > div:first-child,
    .grad-story-facts > div:nth-child(3) {
        padding: 20px 4px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
        border-left: 0;
    }

    .grad-story-facts > div:last-child {
        border-bottom: 0;
    }

    .grad-story-article {
        width: min(100% - 40px, 620px);
    }

    .grad-story-intro {
        padding: 76px 0 58px;
        text-align: left;
    }

    .grad-story-intro h2,
    .grad-story-copy h2,
    .grad-story-graduate-voice h2,
    .grad-story-about h2 {
        font-size: 2.1rem;
    }

    .grad-story-intro .grad-story-lead {
        font-size: 1.08rem;
    }

    .grad-story-wide-image img {
        height: 320px;
    }

    .grad-story-wide-image figcaption {
        font-size: 0.78rem;
    }

    .grad-story-section {
        padding: 76px 0;
    }

    .grad-story-split,
    .grad-story-split-media,
    .grad-story-media-right {
        gap: 36px;
    }

    .grad-story-fields {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .grad-story-quote-dark {
        padding: 44px 28px 34px;
    }

    .grad-story-quote-dark p,
    .grad-story-graduate-voice blockquote p {
        font-size: 1.2rem;
    }

    .grad-story-image img {
        aspect-ratio: 4 / 3;
    }

    .grad-story-graduate-voice,
    .grad-story-about {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .grad-story-graduate-voice {
        padding: 76px 0;
    }

    .grad-story-graduate-voice blockquote {
        padding-left: 24px;
    }

    .grad-story-about {
        padding: 70px 20px;
    }
}

/* Graduation support */
.grad-support-page {
    background: #ffffff;
}

.grad-support-hero picture img {
    object-position: center 46%;
}

.grad-support-main {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
    gap: 96px;
    align-items: start;
    width: min(1240px, calc(100% - 64px));
    padding: 112px 0;
    margin: 0 auto;
}

.grad-support-copy {
    padding-top: 34px;
}

.grad-support-copy h2,
.grad-support-form-heading h2,
.grad-support-faq-cta h2 {
    margin: 0;
    color: var(--GRAD-PRIMARY-DEEP);
    font-size: 2.75rem;
    font-weight: 800;
    line-height: 1.14;
    letter-spacing: 0;
}

.grad-support-lead {
    margin: 24px 0 0;
    color: var(--GRAD-MUTED);
    font-size: 1.08rem;
    line-height: 1.82;
}

.grad-support-divider {
    width: 72px;
    height: 3px;
    margin: 38px 0;
    background: linear-gradient(90deg, var(--GRAD-SECONDARY), var(--GRAD-GOLD));
}

.grad-support-copy h3 {
    margin: 0;
    color: var(--GRAD-PRIMARY-DEEP);
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.4;
}

.grad-support-topics {
    padding: 0;
    margin: 20px 0 0;
    list-style: none;
}

.grad-support-topics li {
    position: relative;
    padding: 13px 0 13px 26px;
    color: var(--GRAD-MUTED);
    line-height: 1.55;
    border-bottom: 1px solid #e7ecef;
}

.grad-support-topics li::before {
    position: absolute;
    top: 20px;
    left: 2px;
    width: 8px;
    height: 8px;
    content: "";
    background: var(--GRAD-SECONDARY);
    border-radius: 50%;
}

.grad-support-email {
    padding: 24px 0 0;
    margin-top: 30px;
    border-top: 1px solid var(--GRAD-BORDER);
}

.grad-support-email span,
.grad-support-email a {
    display: block;
}

.grad-support-email span {
    color: var(--GRAD-MUTED);
    font-size: 0.83rem;
    font-weight: 700;
}

.grad-support-email a {
    margin-top: 5px;
    color: var(--GRAD-SECONDARY);
    font-size: 1.18rem;
    font-weight: 800;
    text-decoration: none;
}

.grad-support-email a:hover,
.grad-support-email a:focus-visible {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.grad-support-form-shell {
    min-width: 0;
}

.grad-support-form {
    position: relative;
    padding: 48px;
    background: #ffffff;
    border: 1px solid #d7e1e5;
    border-top: 4px solid var(--GRAD-SECONDARY);
    border-radius: 6px;
    box-shadow: 0 24px 58px rgba(28, 40, 51, 0.12);
}

.grad-support-form-heading {
    margin-bottom: 34px;
}

.grad-support-form-heading h2 {
    font-size: 2.15rem;
}

.grad-support-form-heading > p:last-child {
    margin: 14px 0 0;
    color: var(--GRAD-MUTED);
    line-height: 1.7;
}

.grad-support-field-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.grad-support-field {
    min-width: 0;
    margin-top: 20px;
}

.grad-support-field label {
    display: block;
    margin-bottom: 9px;
    color: var(--GRAD-PRIMARY-DEEP);
    font-size: 0.93rem;
    font-weight: 800;
    line-height: 1.4;
}

.grad-support-field label > span {
    color: #b2243d;
}

.grad-support-field label small {
    margin-left: 5px;
    color: var(--GRAD-MUTED);
    font-size: 0.75rem;
    font-weight: 650;
}

.grad-support-field input,
.grad-support-field textarea {
    display: block;
    width: 100%;
    color: var(--GRAD-TEXT);
    font: inherit;
    background: #ffffff;
    border: 1px solid #bdc9cf;
    border-radius: 5px;
    outline: 0;
    transition: border-color 180ms ease, box-shadow 180ms ease;
}

.grad-support-field input {
    min-height: 52px;
    padding: 12px 14px;
}

.grad-support-field textarea {
    min-height: 176px;
    padding: 14px;
    line-height: 1.65;
    resize: vertical;
}

.grad-support-field input:focus,
.grad-support-field textarea:focus {
    border-color: var(--GRAD-SECONDARY);
    box-shadow: 0 0 0 3px rgba(0, 143, 135, 0.13);
}

.grad-support-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.grad-support-form-status {
    min-height: 24px;
    margin-top: 20px;
    color: var(--GRAD-MUTED);
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.55;
}

.grad-support-form-status.is-success,
.grad-support-form-status.is-error {
    padding: 12px 14px;
    border-radius: 5px;
}

.grad-support-form-status.is-success {
    color: #075e55;
    background: #e2f5f1;
    border: 1px solid #addfd7;
}

.grad-support-form-status.is-error {
    color: #8f1d32;
    background: #fff0f2;
    border: 1px solid #efc4cc;
}

.grad-support-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 190px;
    min-height: 52px;
    padding: 13px 24px;
    margin-top: 10px;
    color: #ffffff;
    font: inherit;
    font-weight: 800;
    background: var(--GRAD-SECONDARY);
    border: 0;
    border-radius: 6px;
    cursor: pointer;
    transition: box-shadow 180ms ease, transform 180ms ease;
}

.grad-support-submit:hover,
.grad-support-submit:focus-visible {
    color: #ffffff;
    box-shadow: 0 12px 28px rgba(0, 143, 135, 0.24);
    transform: translateY(-2px);
}

.grad-support-submit:disabled {
    cursor: wait;
    opacity: 0.7;
    transform: none;
}

.grad-support-faq-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 72px;
    align-items: center;
    padding: 82px max(32px, calc((100% - 1240px) / 2));
    background: linear-gradient(135deg, #edf8f6 0%, #ffffff 52%, var(--GRAD-GOLD-LIGHT) 100%);
    border-top: 1px solid #d6ebe8;
}

.grad-support-faq-cta > div {
    max-width: 800px;
}

.grad-support-faq-cta h2 {
    font-size: 2.35rem;
}

.grad-support-faq-cta > div > p:last-child {
    margin: 18px 0 0;
    color: var(--GRAD-MUTED);
    font-size: 1.02rem;
    line-height: 1.75;
}

.grad-support-faq-cta > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 14px 22px;
    color: var(--GRAD-PRIMARY-DEEP);
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
    background: #ffffff;
    border: 1px solid #cbd8dc;
    border-radius: 6px;
    transition: box-shadow 180ms ease, transform 180ms ease;
}

.grad-support-faq-cta > a:hover,
.grad-support-faq-cta > a:focus-visible {
    color: var(--GRAD-PRIMARY-DEEP);
    box-shadow: 0 12px 28px rgba(31, 26, 53, 0.1);
    transform: translateY(-2px);
}

@media (max-width: 1000px) {
    .grad-support-main {
        grid-template-columns: 1fr;
        gap: 64px;
    }

    .grad-support-copy {
        padding-top: 0;
    }

    .grad-support-faq-cta {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .grad-support-faq-cta > a {
        justify-self: start;
    }
}

@media (max-width: 760px) {
    .grad-support-hero picture img {
        object-position: 58% center;
    }

    .grad-support-main {
        width: min(100% - 40px, 620px);
        gap: 54px;
        padding: 78px 0;
    }

    .grad-support-copy h2,
    .grad-support-form-heading h2,
    .grad-support-faq-cta h2 {
        font-size: 2.1rem;
    }

    .grad-support-form {
        padding: 34px 24px;
    }

    .grad-support-field-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .grad-support-submit {
        width: 100%;
    }

    .grad-support-faq-cta {
        padding: 70px 20px;
    }

    .grad-support-faq-cta > a {
        width: 100%;
    }
}

/* Graduation FAQs */
.grad-faq-page {
    background: #ffffff;
}

.grad-faq-hero picture img {
    object-position: center 43%;
}

.grad-faq-intro {
    width: min(920px, calc(100% - 40px));
    padding-bottom: 92px;
}

.grad-faq-layout {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 82px;
    width: min(1240px, calc(100% - 64px));
    padding-bottom: 112px;
    margin: 0 auto;
}

.grad-faq-nav {
    position: sticky;
    top: 28px;
    align-self: start;
    padding: 26px 0;
    border-top: 3px solid var(--GRAD-SECONDARY);
    border-bottom: 1px solid var(--GRAD-BORDER);
}

.grad-faq-nav > p {
    margin: 0 0 18px;
    color: var(--GRAD-PRIMARY-DEEP);
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
}

.grad-faq-nav a {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 8px;
    align-items: baseline;
    padding: 12px 0;
    color: var(--GRAD-MUTED);
    font-size: 0.93rem;
    font-weight: 700;
    line-height: 1.45;
    text-decoration: none;
    border-top: 1px solid #edf0f2;
    transition: color 180ms ease, padding-left 180ms ease;
}

.grad-faq-nav a span {
    color: var(--GRAD-SECONDARY);
    font-size: 0.75rem;
}

.grad-faq-nav a:hover,
.grad-faq-nav a:focus-visible {
    padding-left: 5px;
    color: var(--GRAD-PRIMARY-DEEP);
}

.grad-faq-groups {
    min-width: 0;
}

.grad-faq-group {
    scroll-margin-top: 30px;
}

.grad-faq-group + .grad-faq-group {
    padding-top: 104px;
}

.grad-faq-group > header {
    max-width: 780px;
    margin-bottom: 34px;
}

.grad-faq-group h2,
.grad-faq-contact h2 {
    margin: 0;
    color: var(--GRAD-PRIMARY-DEEP);
    font-size: 2.55rem;
    font-weight: 800;
    line-height: 1.14;
    letter-spacing: 0;
}

.grad-faq-group > header > p:last-child {
    margin: 18px 0 0;
    color: var(--GRAD-MUTED);
    font-size: 1rem;
    line-height: 1.75;
}

.grad-faq-list {
    border-top: 1px solid #bdc8ce;
}

.grad-faq-list details {
    border-bottom: 1px solid var(--GRAD-BORDER);
}

.grad-faq-list summary {
    position: relative;
    padding: 27px 64px 27px 0;
    color: var(--GRAD-PRIMARY-DEEP);
    font-size: 1.12rem;
    font-weight: 800;
    line-height: 1.5;
    list-style: none;
    cursor: pointer;
    transition: color 180ms ease;
}

.grad-faq-list summary::-webkit-details-marker {
    display: none;
}

.grad-faq-list summary::before,
.grad-faq-list summary::after {
    position: absolute;
    top: 50%;
    right: 17px;
    width: 18px;
    height: 2px;
    content: "";
    background: var(--GRAD-SECONDARY);
    transition: transform 220ms ease;
}

.grad-faq-list summary::after {
    transform: rotate(90deg);
}

.grad-faq-list details[open] summary::after {
    transform: rotate(0deg);
}

.grad-faq-list summary:hover,
.grad-faq-list summary:focus-visible,
.grad-faq-list details[open] summary {
    color: var(--GRAD-SECONDARY);
}

.grad-faq-list details > div {
    max-width: 780px;
    padding: 0 58px 28px 0;
}

.grad-faq-list details > div p {
    margin: 0;
    color: var(--GRAD-MUTED);
    font-size: 1rem;
    line-height: 1.82;
}

.grad-faq-list details > div a {
    color: var(--GRAD-SECONDARY);
    font-weight: 750;
    text-underline-offset: 3px;
}

.grad-faq-contact {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 80px;
    align-items: center;
    padding: 88px max(32px, calc((100% - 1240px) / 2));
    background: linear-gradient(135deg, #edf8f6 0%, #ffffff 52%, var(--GRAD-GOLD-LIGHT) 100%);
    border-top: 1px solid #d6ebe8;
}

.grad-faq-contact > div:first-child {
    max-width: 760px;
}

.grad-faq-contact > div:first-child > p:last-child {
    margin: 20px 0 0;
    color: var(--GRAD-MUTED);
    font-size: 1.03rem;
    line-height: 1.75;
}

.grad-faq-contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
}

.grad-faq-contact-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 14px 22px;
    font-weight: 800;
    text-decoration: none;
    border-radius: 6px;
    transition: box-shadow 180ms ease, transform 180ms ease;
}

.grad-faq-primary-link {
    color: #ffffff;
    background: var(--GRAD-SECONDARY);
}

.grad-faq-primary-link:hover,
.grad-faq-primary-link:focus-visible {
    color: #ffffff;
    box-shadow: 0 12px 28px rgba(0, 143, 135, 0.2);
    transform: translateY(-2px);
}

.grad-faq-secondary-link {
    color: var(--GRAD-PRIMARY-DEEP);
    background: #ffffff;
    border: 1px solid #cbd8dc;
}

.grad-faq-secondary-link:hover,
.grad-faq-secondary-link:focus-visible {
    color: var(--GRAD-PRIMARY-DEEP);
    box-shadow: 0 12px 28px rgba(31, 26, 53, 0.1);
    transform: translateY(-2px);
}

@media (max-width: 960px) {
    .grad-faq-layout {
        grid-template-columns: 1fr;
        gap: 62px;
    }

    .grad-faq-nav {
        position: static;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0 28px;
    }

    .grad-faq-nav > p {
        grid-column: 1 / -1;
    }

    .grad-faq-contact {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .grad-faq-contact-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 760px) {
    .grad-faq-hero picture img {
        object-position: 55% center;
    }

    .grad-faq-intro {
        padding-bottom: 68px;
    }

    .grad-faq-layout {
        width: min(100% - 40px, 620px);
        gap: 54px;
        padding-bottom: 80px;
    }

    .grad-faq-nav {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .grad-faq-group + .grad-faq-group {
        padding-top: 78px;
    }

    .grad-faq-group h2,
    .grad-faq-contact h2 {
        font-size: 2.1rem;
    }

    .grad-faq-list summary {
        padding: 23px 48px 23px 0;
        font-size: 1.03rem;
    }

    .grad-faq-list summary::before,
    .grad-faq-list summary::after {
        right: 8px;
        width: 16px;
    }

    .grad-faq-list details > div {
        padding: 0 24px 24px 0;
    }

    .grad-faq-contact {
        padding: 72px 20px;
    }

    .grad-faq-contact-actions,
    .grad-faq-contact-actions a {
        width: 100%;
    }
}

@media (max-width: 1100px) {
    .grad-hero .left {
        padding-right: 32px;
        padding-left: 44px;
    }

    .grad-hero h1 {
        font-size: 3.3rem;
    }

    .grad-content h2,
    .grad-section-heading h2 {
        font-size: 2.55rem;
    }

    .grad-grid {
        width: min(100% - 40px, 960px);
        gap: 18px;
    }

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

    .grad-grid .image-wrapper {
        order: -1;
        min-height: 210px;
        aspect-ratio: 16 / 9;
    }

    .grad-grid .caption {
        min-height: 220px;
    }
}

@media (max-width: 991px) {
    .grad-videos .container-fluid > .row,
    .grad-videos .col-lg-4 > .row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        width: 100%;
        height: auto;
    }

    .grad-videos .col-lg-8,
    .grad-videos .col-lg-4,
    .grad-videos .col-12 {
        width: 100%;
        max-width: none;
        padding: 0;
    }

    .video-wrapper,
    .video-wrapper.mini {
        height: auto;
        aspect-ratio: 3 / 2;
    }
}

@media (max-width: 760px) {
    .grad-hero {
        grid-template-columns: 1fr;
    }

    .grad-hero .left {
        min-height: 0;
        padding: 54px 24px 50px 34px;
    }

    .grad-hero .left::before {
        top: 42px;
        bottom: 42px;
        left: 18px;
    }

    .grad-hero h1 {
        font-size: 2.65rem;
    }

    .grad-hero h1 span {
        max-width: 320px;
        font-size: 0.42em;
    }

    .grad-hero-intro {
        font-size: 1rem;
    }

    .grad-hero .right {
        min-height: 340px;
    }

    .grad-hero .right::after {
        background: linear-gradient(180deg, rgba(22, 3, 55, 0.18), transparent 35%);
    }

    .grad-hero .footer {
        grid-template-columns: 1fr;
        padding: 0 20px;
    }

    .grad-hero .grad-hero-footer-card {
        padding: 20px 4px;
    }

    .grad-hero .grad-hero-footer-card + .grad-hero-footer-card {
        border-top: 1px solid rgba(255, 255, 255, 0.16);
        border-left: 0;
    }

    .grad-content {
        width: min(100% - 40px, 660px);
        padding: 68px 0 42px;
        text-align: left;
    }

    .grad-content h2,
    .grad-section-heading h2 {
        font-size: 2.15rem;
    }

    .grad-content > p:last-child {
        font-size: 1rem;
    }

    .grad-grid {
        grid-template-columns: 1fr;
        width: min(100% - 32px, 600px);
        padding-bottom: 72px;
        justify-items: center;
    }

    .grad-grid .info-card {
        grid-template-columns: minmax(0, 1.1fr) minmax(140px, 0.9fr);
        min-height: 220px;
    }

    .grad-grid .caption {
        min-height: 220px;
        padding: 26px 22px 28px 26px;
    }

    .grad-grid .caption h3 {
        font-size: 1.22rem !important;
    }

    .grad-grid .caption p {
        font-size: 0.93rem;
    }

    .grad-grid .image-wrapper {
        order: initial;
        min-height: 220px;
        aspect-ratio: auto;
    }

    .grad-videos {
        padding: 70px 16px 78px;
    }

    .grad-section-heading {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-bottom: 30px;
    }

    .grad-video-play,
    .video-wrapper.mini .grad-video-play {
        width: 58px;
        height: 58px;
    }

    .grad-video-modal {
        padding: 14px;
    }

    .grad-video-modal-header {
        min-height: 58px;
        padding-left: 16px;
    }

    .grad-video-modal-header h2 {
        font-size: 1rem;
    }

}

@media (max-width: 460px) {
    .grad-hero h1 {
        font-size: 2.25rem;
    }

    .grad-hero .right {
        min-height: 280px;
    }

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

    .grad-grid .image-wrapper {
        order: -1;
        min-height: 0;
        aspect-ratio: 16 / 10;
    }

    .grad-grid .caption {
        min-height: 190px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .lcps-graduation-2026 *,
    .lcps-graduation-2026 *::before,
    .lcps-graduation-2026 *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

/* Graduation 2026 photography access */
.grad-photo-page {
    background: #ffffff;
}

.grad-photo-hero picture img {
    object-position: center 39%;
}

.grad-photo-content {
    width: min(1240px, calc(100% - 64px));
    margin: 0 auto;
}

.grad-photo-intro {
    padding-bottom: 88px;
}

.grad-photo-access {
    display: grid;
    grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
    gap: 96px;
    align-items: start;
    padding: 104px 0;
    border-top: 1px solid var(--GRAD-BORDER);
}

.grad-photo-guide-intro h2,
.grad-photo-preview h2,
.grad-photo-offer h2,
.grad-photo-youtube h2,
.grad-photo-reviews h2 {
    margin: 0;
    color: var(--GRAD-PRIMARY-DEEP);
    font-size: 2.75rem;
    font-weight: 800;
    line-height: 1.14;
    letter-spacing: 0;
}

.grad-photo-guide-intro > p:not(.grad-eyebrow) {
    margin: 24px 0 0;
    color: var(--GRAD-MUTED);
    font-size: 1.04rem;
    line-height: 1.8;
}

.grad-photo-text-link {
    display: inline-flex;
    align-items: center;
    margin-top: 28px;
    color: var(--GRAD-SECONDARY);
    font-weight: 800;
    text-decoration: none;
}

.grad-photo-text-link::after,
.grad-photo-youtube-link::after,
.grad-photo-review-card::after {
    margin-left: 9px;
    content: "\2192";
    transition: transform 180ms ease;
}

.grad-photo-text-link:hover::after,
.grad-photo-text-link:focus-visible::after,
.grad-photo-youtube-link:hover::after,
.grad-photo-youtube-link:focus-visible::after,
.grad-photo-review-card:hover::after,
.grad-photo-review-card:focus-visible::after {
    transform: translateX(4px);
}

.grad-photo-steps {
    padding: 0;
    margin: 0;
    list-style: none;
}

.grad-photo-steps li {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 24px;
    padding: 0 0 30px;
    border-bottom: 1px solid var(--GRAD-BORDER);
}

.grad-photo-steps li + li {
    padding-top: 30px;
}

.grad-photo-step-number {
    display: grid;
    place-items: center;
    width: 68px;
    height: 68px;
    color: var(--GRAD-PRIMARY-DEEP);
    font-size: 1.05rem;
    font-weight: 800;
    background: var(--GRAD-GOLD-LIGHT);
    border: 1px solid #ead58d;
    border-radius: 50%;
}

.grad-photo-steps h3 {
    margin: 2px 0 0;
    color: var(--GRAD-PRIMARY-DEEP);
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0;
}

.grad-photo-optional {
    display: inline-block;
    padding: 4px 7px;
    margin-left: 7px;
    color: var(--GRAD-SECONDARY);
    font-size: 0.68rem;
    font-weight: 800;
    line-height: 1.2;
    vertical-align: 0.18em;
    background: var(--GRAD-SECONDARY-LIGHT);
    border-radius: 4px;
    text-transform: uppercase;
}

.grad-photo-steps p {
    margin: 10px 0 0;
    color: var(--GRAD-MUTED);
    font-size: 1rem;
    line-height: 1.72;
}

.grad-photo-offer {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 64px;
    align-items: center;
    padding: 54px 60px;
    overflow: hidden;
    color: #ffffff;
    background: linear-gradient(125deg, var(--GRAD-PRIMARY-DEEP), #33136c 58%, #15505a);
    border-left: 5px solid var(--GRAD-GOLD);
    border-radius: 0 8px 8px 0;
}

.grad-photo-offer::after {
    position: absolute;
    top: -90px;
    right: 24%;
    width: 230px;
    height: 230px;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 50%;
}

.grad-photo-offer .grad-eyebrow {
    color: #8ce1dc;
}

.grad-photo-offer h2 {
    max-width: 720px;
    color: #ffffff;
}

.grad-photo-offer p:last-child {
    margin: 16px 0 0;
    color: #e7e3ef;
    font-size: 1rem;
    line-height: 1.65;
}

.grad-photo-code-wrap {
    position: relative;
    z-index: 1;
    min-width: 210px;
    padding: 22px 26px;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 8px;
}

.grad-photo-code-wrap span,
.grad-photo-code-wrap strong {
    display: block;
}

.grad-photo-code-wrap span {
    color: #d7d2e4;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.grad-photo-code {
    margin-top: 7px;
    color: #ffffff;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: 0;
}

.grad-photo-preview {
    padding: 0 0 112px;
}

.grad-photo-preview > header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 1.8fr);
    gap: 80px;
    align-items: end;
    margin-bottom: 48px;
}

.grad-photo-preview > header > p {
    margin: 0;
    color: var(--GRAD-MUTED);
    font-size: 1.02rem;
    line-height: 1.78;
}

.grad-photo-preview-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.28fr) minmax(320px, 0.72fr);
    gap: 22px;
    align-items: end;
}

.grad-photo-preview-grid figure {
    margin: 0;
    overflow: hidden;
    border-radius: 8px;
}

.grad-photo-preview-grid img {
    width: 100%;
    height: 560px;
    object-fit: cover;
    transition: transform 650ms ease;
}

.grad-photo-preview-grid figure:last-child img {
    height: 455px;
    object-position: center 58%;
}

.grad-photo-preview-grid figure:hover img {
    transform: scale(1.025);
}

.grad-photo-youtube {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 54px;
    align-items: center;
    padding: 82px max(32px, calc((100% - 1240px) / 2));
    color: #ffffff;
    background: linear-gradient(112deg, #132e3a 0%, var(--GRAD-PRIMARY-DEEP) 57%, #321265 100%);
}

.grad-photo-youtube .grad-eyebrow {
    color: #7ce2dc;
}

.grad-photo-youtube h2 {
    max-width: 780px;
    color: #ffffff;
}

.grad-photo-youtube p:not(.grad-eyebrow) {
    max-width: 760px;
    margin: 18px 0 0;
    color: #ddd9e8;
    font-size: 1.04rem;
    line-height: 1.7;
}

.grad-photo-youtube ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
    padding: 0;
    margin: 24px 0 0;
    list-style: none;
}

.grad-photo-youtube li {
    position: relative;
    padding-left: 15px;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 700;
}

.grad-photo-youtube li::before {
    position: absolute;
    top: 0.52em;
    left: 0;
    width: 6px;
    height: 6px;
    content: "";
    background: var(--GRAD-GOLD);
    border-radius: 50%;
}

.grad-photo-youtube-mark {
    display: grid;
    place-items: center;
    width: 94px;
    height: 94px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 50%;
}

.grad-photo-youtube-mark span {
    width: 0;
    height: 0;
    margin-left: 7px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 23px solid #ffffff;
}

.grad-photo-youtube-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 14px 22px;
    color: var(--GRAD-PRIMARY-DEEP);
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
    background: #ffffff;
    border-radius: 6px;
    transition: box-shadow 180ms ease, transform 180ms ease;
}

.grad-photo-youtube-link:hover,
.grad-photo-youtube-link:focus-visible {
    color: var(--GRAD-PRIMARY-DEEP);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

.grad-photo-reviews {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(480px, 1.18fr);
    gap: 90px;
    align-items: center;
    padding: 104px max(32px, calc((100% - 1240px) / 2));
    background: linear-gradient(135deg, #edf8f6 0%, #ffffff 52%, var(--GRAD-GOLD-LIGHT) 100%);
    border-bottom: 1px solid #d6ebe8;
}

.grad-photo-review-copy > p:last-child {
    margin: 24px 0 0;
    color: var(--GRAD-MUTED);
    font-size: 1.05rem;
    line-height: 1.8;
}

.grad-photo-review-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.grad-photo-review-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 220px;
    padding: 32px;
    color: var(--GRAD-TEXT);
    text-decoration: none;
    background: #ffffff;
    border: 1px solid var(--GRAD-BORDER);
    border-top: 4px solid var(--GRAD-SECONDARY);
    border-radius: 6px;
    box-shadow: 0 14px 34px rgba(24, 35, 45, 0.08);
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.grad-photo-review-card::after {
    position: absolute;
    right: 28px;
    bottom: 26px;
    color: var(--GRAD-SECONDARY);
    font-size: 1.35rem;
}

.grad-photo-review-card > span {
    color: var(--GRAD-MUTED);
    font-size: 0.88rem;
    font-weight: 700;
}

.grad-photo-review-card strong {
    margin-top: 8px;
    color: var(--GRAD-PRIMARY-DEEP);
    font-size: 1.65rem;
    line-height: 1.2;
}

.grad-photo-review-card small {
    max-width: 190px;
    margin-top: 24px;
    color: var(--GRAD-MUTED);
    font-size: 0.86rem;
    line-height: 1.55;
}

.grad-photo-review-card:hover,
.grad-photo-review-card:focus-visible {
    color: var(--GRAD-TEXT);
    border-color: #b9dcd8;
    box-shadow: 0 20px 42px rgba(24, 35, 45, 0.13);
    transform: translateY(-4px);
}

.grad-photo-review-trustpilot {
    border-top-color: #00a878;
}

.grad-photo-review-google {
    border-top-color: #4285f4;
}

@media (max-width: 1050px) {
    .grad-photo-access,
    .grad-photo-reviews {
        grid-template-columns: 1fr;
        gap: 54px;
    }

    .grad-photo-preview > header {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .grad-photo-youtube {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .grad-photo-youtube-link {
        grid-column: 2;
        justify-self: start;
    }
}

@media (max-width: 760px) {
    .grad-photo-hero picture img {
        object-position: 58% center;
    }

    .grad-photo-content {
        width: min(100% - 40px, 620px);
    }

    .grad-photo-intro {
        padding-bottom: 64px;
    }

    .grad-photo-access {
        gap: 48px;
        padding: 76px 0;
    }

    .grad-photo-guide-intro h2,
    .grad-photo-preview h2,
    .grad-photo-offer h2,
    .grad-photo-youtube h2,
    .grad-photo-reviews h2 {
        font-size: 2.1rem;
    }

    .grad-photo-steps li {
        grid-template-columns: 52px minmax(0, 1fr);
        gap: 18px;
    }

    .grad-photo-step-number {
        width: 52px;
        height: 52px;
        font-size: 0.9rem;
    }

    .grad-photo-steps h3 {
        font-size: 1.18rem;
    }

    .grad-photo-offer {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 42px 28px;
    }

    .grad-photo-code-wrap {
        min-width: 0;
        width: 100%;
    }

    .grad-photo-preview {
        padding: 82px 0;
    }

    .grad-photo-preview-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .grad-photo-preview-grid img,
    .grad-photo-preview-grid figure:last-child img {
        height: auto;
        aspect-ratio: 4 / 3;
    }

    .grad-photo-youtube {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 68px 20px;
    }

    .grad-photo-youtube-mark {
        width: 72px;
        height: 72px;
    }

    .grad-photo-youtube-link {
        grid-column: 1;
        justify-self: stretch;
    }

    .grad-photo-reviews {
        gap: 42px;
        padding: 76px 20px;
    }

    .grad-photo-review-options {
        grid-template-columns: 1fr;
    }

    .grad-photo-review-card {
        min-height: 195px;
        padding: 28px;
    }
}
