#main-content.degree-landing {
    --degree-dark-surface: oklch(0.273 0.053 227);
    --degree-dark-heading: oklch(0.98 0.006 205);
    --degree-dark-body: oklch(0.88 0.016 210);
    --degree-dark-accent: oklch(0.86 0.105 88);
    --degree-dark-rule: oklch(0.98 0.006 205 / .2);

    color: var(--degree-dark-body);
    background: var(--degree-dark-surface);
    padding-bottom: 0;
}

#main-content.degree-landing::before {
    pointer-events: none;
}

.degree-hero {
    padding: clamp(110px, 14vw, 190px) 0 clamp(72px, 9vw, 118px);
    color: oklch(0.97 0.01 200);
    background: oklch(0.31 0.067 213);
}

.degree-hero__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
    gap: clamp(48px, 8vw, 118px);
    align-items: end;
}

.degree-hero__copy {
    max-width: 820px;
}

.degree-eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    color: oklch(0.86 0.105 88);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .06em;
}

.degree-eyebrow--dark {
    color: oklch(0.45 0.08 213);
}

.degree-hero h1 {
    max-width: 17ch;
    margin: 0 0 24px;
    color: oklch(0.98 0.006 205);
    font-size: clamp(38px, 6vw, 74px);
    line-height: 1.2;
    letter-spacing: -.025em;
}

.degree-hero__copy > p {
    max-width: 66ch;
    margin: 0;
    color: oklch(0.91 0.02 210);
    font-size: clamp(17px, 2vw, 21px);
    line-height: 1.9;
}

.degree-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.degree-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border: 1px solid oklch(0.86 0.105 88);
    border-radius: 999px;
    font-weight: 800;
    transition: color .2s ease, background-color .2s ease;
}

.degree-button--primary,
.degree-button--secondary:hover,
.degree-button--secondary:focus-visible {
    color: oklch(0.27 0.06 213);
    background: oklch(0.86 0.105 88);
}

.degree-button--secondary,
.degree-button--primary:hover,
.degree-button--primary:focus-visible {
    color: oklch(0.98 0.006 205);
    background: transparent;
}

.degree-hero__guide {
    padding-top: 24px;
    border-block-start: 1px solid oklch(0.98 0.006 205 / .24);
}

.degree-hero__guide > span {
    color: oklch(0.86 0.105 88);
    font-size: 13px;
    font-weight: 800;
}

.degree-hero__guide h2 {
    margin: 12px 0 22px;
    color: oklch(0.98 0.006 205);
    font-size: clamp(22px, 2.5vw, 30px);
    line-height: 1.45;
}

.degree-hero__guide ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.degree-hero__guide li {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px;
    padding: 15px 0;
    border-block-start: 1px solid oklch(0.98 0.006 205 / .13);
    color: oklch(0.9 0.018 210);
    line-height: 1.7;
}

.degree-hero__guide li span {
    color: oklch(0.86 0.105 88);
    font-weight: 800;
}

.degree-overview,
.degree-fit,
.degree-faq {
    padding: clamp(72px, 9vw, 120px) 0;
}

.degree-overview__layout {
    display: grid;
    grid-template-columns: minmax(240px, .65fr) minmax(0, 1.35fr);
    gap: clamp(40px, 8vw, 128px);
}

.degree-overview h2,
.degree-section-heading h2,
.degree-faq h2,
.degree-final h2 {
    margin: 0;
    color: oklch(0.28 0.05 220);
    font-size: clamp(30px, 4.4vw, 52px);
    line-height: 1.3;
    letter-spacing: -.02em;
}

.degree-overview__body {
    max-width: 74ch;
}

.degree-overview__body p,
.degree-section-heading p,
.degree-final p {
    margin: 0;
    color: oklch(0.45 0.025 220);
    font-size: 17px;
    line-height: 2;
}

.degree-overview__body p + p {
    margin-top: 22px;
}

.degree-fit {
    background: oklch(0.935 0.025 88);
}

.degree-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, .8fr);
    gap: 16px clamp(32px, 7vw, 100px);
    align-items: end;
    margin-bottom: 42px;
}

.degree-section-heading .degree-eyebrow {
    grid-column: 1 / -1;
    margin-bottom: 0;
}

.degree-fit__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    border-block: 1px solid oklch(0.52 0.035 215 / .25);
    list-style: none;
}

.degree-fit__list li {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 16px;
    padding: 28px clamp(18px, 3vw, 36px);
}

.degree-fit__list li:nth-child(even) {
    border-inline-start: 1px solid oklch(0.52 0.035 215 / .25);
}

.degree-fit__list li:nth-child(n + 3) {
    border-block-start: 1px solid oklch(0.52 0.035 215 / .25);
}

.degree-fit__list span {
    color: oklch(0.45 0.08 213);
    font-weight: 800;
}

.degree-fit__list p {
    margin: 0;
    color: oklch(0.36 0.03 220);
    line-height: 1.85;
}

.degree-path {
    padding: clamp(78px, 10vw, 132px) 0;
    color: oklch(0.96 0.009 205);
    background: oklch(0.26 0.055 213);
}

.degree-path__layout {
    display: grid;
    grid-template-columns: minmax(240px, .72fr) minmax(0, 1.28fr);
    gap: clamp(42px, 8vw, 124px);
}

.degree-path h2 {
    margin: 0 0 20px;
    color: oklch(0.98 0.006 205);
    font-size: clamp(30px, 4.4vw, 52px);
    line-height: 1.3;
}

.degree-path header p {
    max-width: 58ch;
    margin: 0;
    color: oklch(0.88 0.016 210);
    line-height: 1.9;
}

.degree-path ol {
    margin: 0;
    padding: 0;
    border-block-start: 1px solid oklch(0.98 0.006 205 / .2);
    list-style: none;
}

.degree-path li {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 20px;
    padding: 25px 0;
    border-block-end: 1px solid oklch(0.98 0.006 205 / .2);
}

.degree-path li > span {
    color: oklch(0.86 0.105 88);
    font-weight: 800;
}

.degree-path h3 {
    margin: 0 0 7px;
    color: oklch(0.98 0.006 205);
    font-size: 21px;
}

.degree-path li p {
    margin: 0;
    color: oklch(0.87 0.016 210);
    line-height: 1.8;
}

.degree-faq__layout {
    display: grid;
    grid-template-columns: minmax(240px, .7fr) minmax(0, 1.3fr);
    gap: clamp(40px, 8vw, 120px);
}

.degree-faq__list {
    border-block-start: 1px solid oklch(0.48 0.03 215 / .28);
}

.degree-faq details {
    border-block-end: 1px solid oklch(0.48 0.03 215 / .28);
}

.degree-faq summary {
    padding: 23px 0;
    color: oklch(0.29 0.045 220);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.7;
    cursor: pointer;
}

.degree-faq summary::marker {
    color: oklch(0.48 0.085 213);
}

.degree-faq details p {
    max-width: 70ch;
    margin: 0;
    padding: 0 0 24px;
    color: oklch(0.45 0.025 220);
    line-height: 1.9;
}

.degree-overview .degree-eyebrow--dark,
.degree-faq .degree-eyebrow--dark {
    color: var(--degree-dark-accent);
}

.degree-overview h2,
.degree-faq h2,
.degree-faq summary {
    color: var(--degree-dark-heading);
}

.degree-overview__body p,
.degree-faq details p {
    color: var(--degree-dark-body);
}

.degree-faq__list,
.degree-faq details {
    border-color: var(--degree-dark-rule);
}

.degree-faq summary::marker {
    color: var(--degree-dark-accent);
}

.degree-faq summary:focus-visible {
    outline: 2px solid var(--degree-dark-accent);
    outline-offset: 6px;
}

.degree-related {
    border-block: 1px solid oklch(0.48 0.03 215 / .22);
    background: oklch(0.95 0.015 88);
}

.degree-related .container {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 26px;
    align-items: center;
    padding-block: 26px;
}

.degree-related span {
    color: oklch(0.43 0.025 220);
    font-weight: 700;
}

.degree-related a {
    color: oklch(0.4 0.08 213);
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.degree-final {
    padding: clamp(68px, 8vw, 100px) 0;
    color: oklch(0.97 0.01 205);
    background: oklch(0.35 0.073 213);
}

.degree-final__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
    gap: clamp(36px, 8vw, 110px);
    align-items: end;
}

.degree-final h2 {
    color: oklch(0.98 0.006 205);
}

.degree-final p {
    max-width: 66ch;
    margin-top: 18px;
    color: oklch(0.9 0.016 210);
}

.degree-final .degree-actions {
    justify-content: flex-end;
}

@media (max-width: 991px) {
    .degree-hero__layout,
    .degree-overview__layout,
    .degree-section-heading,
    .degree-path__layout,
    .degree-faq__layout,
    .degree-final__layout {
        grid-template-columns: 1fr;
    }

    .degree-final .degree-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 575px) {
    .degree-hero {
        padding-top: 96px;
    }

    .degree-actions {
        flex-direction: column;
    }

    .degree-fit__list {
        grid-template-columns: 1fr;
    }

    .degree-fit__list li:nth-child(even) {
        border-inline-start: 0;
    }

    .degree-fit__list li:nth-child(n + 2) {
        border-block-start: 1px solid oklch(0.52 0.035 215 / .25);
    }
}

@media (prefers-reduced-motion: reduce) {
    .degree-button {
        transition: none;
    }
}
