.ll-home {
    background: var(--ll-color-paper);
    color: var(--ll-color-ink);
}

.ll-home a {
    transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.ll-hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: min(760px, calc(100svh - 104px));
    overflow: hidden;
    padding: 72px 0 42px;
    background: var(--ll-color-ink);
    isolation: isolate;
}

.ll-hero-media,
.ll-hero-media img,
.ll-hero-overlay {
    position: absolute;
    inset: 0;
}

.ll-hero-media {
    z-index: -3;
    margin: 0;
}

.ll-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 42%;
}

.ll-hero-overlay {
    z-index: -2;
    background: rgba(9, 19, 34, 0.58);
}

.ll-hero-content {
    max-width: 840px;
    color: var(--ll-color-white);
}

.ll-hero-mark {
    display: inline-flex;
    align-items: center;
    max-width: min(100%, 500px);
    margin-bottom: 28px;
    gap: 14px;
}

.ll-hero-mark img {
    flex: 0 0 auto;
    width: 64px;
    height: auto;
    background: var(--ll-color-white);
    border-radius: 6px;
    padding: 6px;
}

.ll-hero-mark span {
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
}

.ll-hero .ll-eyebrow {
    color: #F0C66A;
}

.ll-hero h1 {
    max-width: 760px;
    margin: 0;
    color: var(--ll-color-white);
    font-size: clamp(46px, 7vw, 86px);
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: 0;
}

.ll-hero-copy {
    max-width: 710px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.55;
}

.ll-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.ll-proof-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    max-width: 1000px;
    margin: 52px 0 0;
    padding: 22px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.32);
}

.ll-proof-list div {
    min-width: 0;
    padding: 0 24px;
    border-left: 1px solid rgba(255, 255, 255, 0.24);
}

.ll-proof-list div:first-child {
    padding-left: 0;
    border-left: 0;
}

.ll-proof-list dt {
    margin-bottom: 6px;
    color: var(--ll-color-white);
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
}

.ll-proof-list dd {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    line-height: 20px;
}

.ll-section {
    padding: 92px 0;
}

.ll-section-heading {
    max-width: 760px;
    margin-bottom: 42px;
}

.ll-section-heading h2,
.ll-editorial-copy h2,
.ll-life-copy h2,
.ll-admissions-panel h2 {
    margin: 0;
    color: var(--ll-color-ink);
    font-size: clamp(34px, 4vw, 54px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: 0;
}

.ll-section-heading p,
.ll-editorial-copy p,
.ll-life-copy p,
.ll-admissions-panel p {
    margin: 18px 0 0;
    color: var(--ll-color-muted);
    font-size: 18px;
    line-height: 1.7;
}

.ll-pathways {
    background: var(--ll-color-paper);
}

.ll-pathway-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.ll-pathway-card {
    display: flex;
    min-height: 290px;
    flex-direction: column;
    align-items: flex-start;
    padding: 26px;
    border: 1px solid var(--ll-color-border);
    border-radius: 8px;
    background: var(--ll-color-white);
}

.ll-pathway-card-wide {
    grid-column: span 4;
    min-height: 220px;
    background: var(--ll-color-blue-soft);
}

.ll-pathway-age {
    display: block;
    margin-bottom: 20px;
    color: var(--ll-color-blue);
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.ll-pathway-card h3 {
    margin: 0;
    color: var(--ll-color-ink);
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}

.ll-pathway-card p {
    margin: 16px 0 24px;
    color: var(--ll-color-muted);
    font-size: 16px;
    line-height: 1.62;
}

.ll-pathway-card a {
    margin-top: auto;
    color: var(--ll-color-green);
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-decoration: none;
}

.ll-pathway-card a:hover,
.ll-pathway-card a:focus {
    color: var(--ll-color-green-dark);
    text-decoration: underline;
    text-underline-offset: 4px;
}

.ll-ib-section {
    background: var(--ll-color-blue-soft);
}

.ll-editorial-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
    gap: 72px;
    align-items: center;
}

.ll-editorial-copy {
    max-width: 660px;
}

.ll-editorial-copy .ll-text-link,
.ll-life-copy .ll-text-link {
    margin-top: 28px;
}

.ll-editorial-media picture,
.ll-life-media picture {
    display: block;
    width: 100%;
}

.ll-editorial-media img {
    display: block;
    width: 100%;
    max-height: 640px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: var(--ll-shadow-soft);
}

.ll-life-section {
    background: var(--ll-color-white);
}

.ll-life-layout {
    display: grid;
    grid-template-columns: minmax(320px, 0.9fr) minmax(0, 0.85fr);
    gap: 72px;
    align-items: center;
}

.ll-life-media {
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 0.42fr);
    gap: 16px;
    align-items: end;
}

.ll-life-media img {
    display: block;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.ll-life-image-large {
    aspect-ratio: 4 / 5;
}

.ll-life-image-small {
    aspect-ratio: 1 / 1;
    margin-bottom: 36px;
}

.ll-check-list {
    display: grid;
    gap: 14px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.ll-check-list li {
    position: relative;
    padding-left: 28px;
    color: var(--ll-color-ink);
    font-size: 17px;
    line-height: 1.5;
}

.ll-check-list li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--ll-color-gold);
}

.ll-admissions-section {
    background: var(--ll-color-paper);
}

.ll-admissions-panel {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.95fr);
    gap: 48px;
    align-items: start;
    padding: 48px;
    border: 1px solid var(--ll-color-border);
    border-radius: 8px;
    background: var(--ll-color-white);
    box-shadow: 0 12px 36px rgba(23, 34, 51, 0.08);
}

.ll-admissions-steps {
    display: grid;
    gap: 16px;
    margin: 4px 0 0;
    padding: 0;
    list-style: none;
}

.ll-admissions-steps li {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
}

.ll-admissions-steps span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--ll-color-blue-soft);
    color: var(--ll-color-blue);
    font-weight: 700;
}

.ll-admissions-steps p {
    margin: 6px 0 0;
    color: var(--ll-color-ink);
    font-size: 16px;
    line-height: 1.55;
}

.ll-admissions-actions {
    display: flex;
    flex-wrap: wrap;
    grid-column: 1 / -1;
    gap: 14px;
    padding-top: 8px;
}

@media (max-width: 1200px) {
    .ll-proof-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px 0;
    }

    .ll-proof-list div:nth-child(odd) {
        padding-left: 0;
        border-left: 0;
    }

    .ll-pathway-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ll-pathway-card-wide {
        grid-column: span 2;
    }
}

@media (max-width: 992px) {
    .ll-hero {
        min-height: min(720px, calc(100svh - 132px));
        padding: 58px 0 34px;
    }

    .ll-hero h1 {
        max-width: 620px;
    }

    .ll-section {
        padding: 68px 0;
    }

    .ll-editorial-grid,
    .ll-life-layout,
    .ll-admissions-panel {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .ll-editorial-copy {
        max-width: none;
    }

    .ll-editorial-media {
        max-width: 560px;
    }

    .ll-life-media {
        max-width: 650px;
    }
}

@media (max-width: 768px) {
    .ll-hero {
        min-height: auto;
        padding: 48px 0 34px;
    }

    .ll-hero-overlay {
        background: rgba(9, 19, 34, 0.66);
    }

    .ll-hero-mark {
        align-items: flex-start;
        margin-bottom: 24px;
    }

    .ll-hero-mark img {
        width: 54px;
    }

    .ll-hero h1 {
        font-size: 44px;
        line-height: 1.04;
    }

    .ll-hero-copy {
        font-size: 17px;
        line-height: 1.55;
    }

    .ll-proof-list {
        grid-template-columns: 1fr;
        margin-top: 34px;
        gap: 18px;
    }

    .ll-proof-list div,
    .ll-proof-list div:nth-child(odd) {
        padding: 0;
        border-left: 0;
    }

    .ll-pathway-grid {
        grid-template-columns: 1fr;
    }

    .ll-pathway-card,
    .ll-pathway-card-wide {
        grid-column: auto;
        min-height: 0;
    }

    .ll-life-media {
        grid-template-columns: 1fr;
    }

    .ll-life-image-small {
        margin-bottom: 0;
    }

    .ll-admissions-panel {
        padding: 28px;
    }
}

@media (max-width: 576px) {
    .ll-hero h1 {
        font-size: 38px;
    }

    .ll-section {
        padding: 54px 0;
    }

    .ll-section-heading {
        margin-bottom: 30px;
    }

    .ll-section-heading h2,
    .ll-editorial-copy h2,
    .ll-life-copy h2,
    .ll-admissions-panel h2 {
        font-size: 31px;
        line-height: 1.12;
    }

    .ll-section-heading p,
    .ll-editorial-copy p,
    .ll-life-copy p,
    .ll-admissions-panel p {
        font-size: 16px;
        line-height: 1.6;
    }

    .ll-pathway-card {
        padding: 22px;
    }

    .ll-admissions-panel {
        padding: 24px;
    }
}
