    .home-feature-shell {
        width: min(92vw, 1380px);
        margin-left: auto;
        margin-right: auto;
    }

    .home-admission-tiles {
        margin-top: 0.5rem;
    }

    .home-year-strip {
        margin-top: 0.75rem;
        --home-year-poster-space: 320px;
    }

    .home-poster-frame {
        margin-top: 0.75rem;
    }

    .cms-category-title {
        word-break: keep-all;
        overflow-wrap: break-word;
        line-height: 1.4;
    }

    .cms-post-card {
        border-radius: 12px;
        overflow: hidden;
    }

    .cms-post-metrics {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 0.45rem 0.9rem;
        color: #6b7280;
        font-weight: 600;
        position: relative;
        z-index: 2;
    }

    .cms-post-metric {
        display: inline-flex;
        align-items: center;
        gap: 0.35rem;
        white-space: nowrap;
    }

    .cms-post-share-actions {
        display: inline-flex;
        align-items: center;
        gap: 0.25rem;
        flex-wrap: wrap;
    }

    .cms-post-share-btn {
        border: 1px solid #dbe3ef;
        background: #fff;
        color: #2563eb;
        border-radius: 999px;
        width: 30px;
        height: 30px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        transition: .15s ease;
    }

    .cms-post-share-btn:hover {
        color: #1d4ed8;
        border-color: #bfdbfe;
        background: #eff6ff;
        text-decoration: none;
    }

    .cms-post-share-btn[data-platform="line"] {
        color: #06c755;
        border-color: rgba(6, 199, 85, .28);
    }

    .cms-post-share-btn[data-platform="line"]:hover {
        color: #05b54d;
        border-color: rgba(6, 199, 85, .45);
        background: rgba(6, 199, 85, .08);
    }

    .cms-post-share-btn[data-platform="facebook"] {
        color: #1877f2;
        border-color: rgba(24, 119, 242, .28);
    }

    .cms-post-share-btn[data-platform="facebook"]:hover {
        color: #1666cf;
        border-color: rgba(24, 119, 242, .45);
        background: rgba(24, 119, 242, .08);
    }

    .cms-post-share-btn[data-platform="x"] {
        color: #111827;
        border-color: rgba(17, 24, 39, .22);
    }

    .cms-post-share-btn[data-platform="x"]:hover {
        color: #000;
        border-color: rgba(17, 24, 39, .4);
        background: rgba(17, 24, 39, .06);
    }

    .cms-post-share-btn[data-platform="copy"] {
        color: #7c3aed;
        border-color: rgba(124, 58, 237, .25);
    }

    .cms-post-share-btn[data-platform="copy"]:hover {
        color: #6d28d9;
        border-color: rgba(124, 58, 237, .42);
        background: rgba(124, 58, 237, .08);
    }

    .cms-posts-shell {
        width: min(96vw, 1640px);
        max-width: none;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .cms-post-media {
        position: relative;
    }

    .cms-post-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        min-height: 220px;
        display: block;
    }

    @media (min-width: 576px) {
        .cms-post-card .card-title {
            font-size: 1.42rem !important;
            line-height: 1.3 !important;
        }

        .cms-post-card .card-text {
            font-size: 1.08rem !important;
            line-height: 1.46 !important;
            -webkit-line-clamp: 3 !important;
        }

        .cms-post-card .mt-3 small {
            font-size: 1.05rem !important;
        }

        .cms-post-card .mt-3 .d-flex.align-items-center {
            font-size: 1.03rem !important;
        }

        .cms-post-card .cms-post-metrics {
            font-size: 1rem;
        }
    }

    @media (min-width: 992px) {
        #cms-data-grid.row {
            display: flex !important;
            flex-wrap: wrap !important;
            align-items: stretch;
            margin-left: -0.5rem !important;
            margin-right: -0.5rem !important;
        }

        #cms-data-grid>.col-12.col-lg-6.mb-4 {
            width: 50% !important;
            max-width: 50% !important;
            flex: 0 0 50% !important;
            margin: 0 0 1rem 0 !important;
            padding-left: 0.5rem !important;
            padding-right: 0.5rem !important;
            min-width: 0;
        }

        .cms-post-card {
            border-radius: 18px;
            box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08) !important;
            height: 100%;
            width: 100%;
        }

        .cms-post-card .row.no-gutters {
            display: grid;
            grid-template-columns: minmax(180px, 40%) minmax(0, 1fr);
            align-items: stretch;
            min-height: 230px;
        }

        .cms-post-card .cms-post-media,
        .cms-post-card .col-md-7 {
            width: auto;
            max-width: none;
            flex: unset;
        }

        .cms-post-card .col-md-7 {
            min-width: 0;
        }

        .cms-post-card .cms-post-media {
            background: #f6f7fb;
        }

        .cms-post-card .cms-post-image {
            min-height: 230px;
            height: 100%;
            object-fit: cover;
        }

        .cms-post-card .card-body {
            padding: 1rem 1.05rem 0.95rem;
        }

        .cms-post-card .card-title {
            font-size: 1.34rem !important;
            line-height: 1.28 !important;
            margin-bottom: 0.45rem !important;
            word-break: break-word;
        }

        .cms-post-card .card-text {
            font-size: 1.03rem !important;
            line-height: 1.44 !important;
            -webkit-line-clamp: 3 !important;
            overflow-wrap: anywhere;
        }

        .cms-post-card .mt-3 {
            margin-top: 0.55rem !important;
        }

        .cms-post-card .mt-3 small {
            font-size: 0.98rem !important;
            margin-bottom: 0.45rem !important;
        }

        .cms-post-card .mt-3 .d-flex.align-items-center {
            font-size: 0.98rem !important;
            flex-wrap: wrap;
            gap: 0.15rem 0.6rem;
        }

        .cms-post-card .cms-post-metrics {
            font-size: 0.95rem;
        }
    }

    .home-admission-tiles .ku-sides>div {
        height: 23vw;
        min-height: 210px;
        max-height: 300px;
    }

    .home-year-strip .around-uni.bus-station {
        border-radius: 14px;
        overflow: hidden;
        box-shadow: 0 10px 28px rgba(0, 0, 0, 0.14);
    }

    .home-year-strip .around-uni.bus-station .section-heading {
        width: calc(100% - var(--home-year-poster-space));
        left: 0;
        transform: translateX(26px);
        max-width: none;
        padding: 0.75rem 1.25rem;
    }

    .home-year-strip .around-uni.bus-station.aos-animate .section-heading {
        left: 0 !important;
        transform: translateX(0) !important;
    }

    .home-year-strip .around-uni.bus-station .section-heading>div:last-child {
        display: none !important;
    }

    .home-year-strip .around-uni.bus-station .section-heading>.ku {
        margin: 0;
        line-height: 0.95;
        font-size: clamp(3.4rem, 11vw, 8.3rem);
        text-shadow: 4px 4px #000;
    }

    .home-year-strip .year-badge {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: clamp(0.05rem, 0.35vw, 0.2rem);
        padding: clamp(0.2rem, 0.8vw, 0.5rem) clamp(0.75rem, 1.8vw, 1.25rem);
        background: transparent;
        border-radius: 0;
        backdrop-filter: none;
        transition: transform 1s ease .6s, opacity .8s ease .6s;
        transform: translateX(0);
    }

    .home-year-strip .year-badge-label {
        color: #fff;
        font-weight: 700;
        font-size: var(--year-label-font-desktop);
        text-shadow: 2px 2px #000;
        white-space: nowrap;
        letter-spacing: 0.02em;
        line-height: 1;
        opacity: 0.98;
    }

    .home-year-strip .year-badge .ku {
        display: block;
        font-size: var(--year-number-font-desktop);
        line-height: .84;
        margin-top: 0;
        letter-spacing: -0.02em;
    }

    .home-year-strip .year-badge.year-only {
        gap: 0;
        padding-top: 0.1rem;
        padding-bottom: 0.15rem;
    }

    .home-year-strip .around-uni.bus-station:not(.aos-animate) .year-badge {
        transform: translateX(18px);
        opacity: .96;
    }

    .home-year-strip .around-uni.bus-station.aos-animate .year-badge {
        transform: translateX(0);
        opacity: 1;
    }

    .home-year-strip .year-badge.inline-label-year {
        flex-direction: row;
        align-items: baseline;
        gap: clamp(0.35rem, 1vw, 0.9rem);
        padding-top: 0.25rem;
        padding-bottom: 0.3rem;
    }

    .home-year-strip .year-badge.inline-label-year .year-badge-label {
        font-size: var(--year-label-inline-font-desktop);
        line-height: 1;
        transform: translateY(-0.03em);
    }

    .home-year-strip .year-badge.inline-label-year .ku {
        font-size: var(--year-number-inline-font-desktop);
        line-height: .84;
    }

    .home-poster-frame .hero-poster-wrap {
        padding-left: 0;
        padding-right: 0;
    }

    .home-poster-frame .hero-poster-image {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 14px;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
        background: #fff;
    }

    @media (max-width: 991.98px) {
        .home-feature-shell {
            width: min(95vw, 1380px);
        }

        .home-admission-tiles .ku-sides>div {
            min-height: 180px;
            max-height: 240px;
        }

        .home-year-strip .around-uni.bus-station .section-heading {
            width: calc(100% - 250px);
            padding: 0.5rem 1rem;
            transform: translateX(18px);
        }
    }

    @media (max-width: 575.98px) {
        .cms-posts-shell {
            width: 100%;
            padding-left: 0.35rem;
            padding-right: 0.35rem;
        }

        #cms-data-grid.row {
            margin-left: -0.2rem !important;
            margin-right: -0.2rem !important;
        }

        #cms-data-grid>.col-12.col-lg-6.mb-4 {
            padding-left: 0.2rem !important;
            padding-right: 0.2rem !important;
            margin-bottom: 0.75rem !important;
        }

        .home-admission-tiles .ku-sides>div {
            min-height: 150px;
            max-height: 200px;
        }

        .home-year-strip .around-uni.bus-station {
            border-radius: 10px;
        }

        /* Mobile-only: make leaf background fill the frame, hide right-side overlay image */
        .home-year-strip .around-uni.bus-station .bg-wrapper,
        .home-year-strip .around-uni.bus-station .bg-wrapper-2 {
            width: 100% !important;
            left: 0 !important;
            right: 0 !important;
            background-position: center center !important;
        }

        .home-year-strip .around-uni.bus-station .bg-wrapper-2 {
            display: none !important;
        }

        .home-year-strip .around-uni.bus-station.aos-animate .bg-wrapper,
        .home-year-strip .around-uni.bus-station.aos-animate .bg-wrapper-2 {
            left: 0 !important;
            right: 0 !important;
            width: 100% !important;
            transform: none !important;
        }

        .home-year-strip {
            --home-year-poster-space: 0px;
        }

        .home-year-strip .around-uni.bus-station .section-heading {
            width: 100%;
            left: 0;
            transform: translateX(0);
            padding-left: 0.5rem;
            padding-right: 0.5rem;
        }

        .home-year-strip .year-badge {
            gap: 0.1rem;
            padding: 0.2rem 0.4rem 0.25rem;
        }

        .home-year-strip .year-badge-label {
            font-size: var(--year-label-font-mobile);
        }

        .home-year-strip .year-badge .ku {
            font-size: var(--year-number-font-mobile);
        }

        .home-year-strip .year-badge.inline-label-year {
            flex-direction: row;
            align-items: center;
            gap: 0.28rem;
            padding-top: 0.15rem;
            padding-bottom: 0.15rem;
        }

        .home-year-strip .year-badge.inline-label-year .year-badge-label {
            font-size: var(--year-label-inline-font-mobile);
            transform: none;
        }

        .home-year-strip .year-badge.inline-label-year .ku {
            font-size: var(--year-number-inline-font-mobile);
        }

        .home-poster-frame .hero-poster-image {
            border-radius: 10px;
        }

        .cms-category-title {
            font-size: 1.9rem !important;
            line-height: 1.2 !important;
            margin-top: 1rem !important;
            margin-bottom: 0.8rem !important;
            padding-left: 0.35rem;
            padding-right: 0.35rem;
        }

        .cms-post-card .row.no-gutters {
            display: flex;
            flex-wrap: nowrap;
            align-items: flex-start;
            height: auto !important;
        }

        .cms-post-card .cms-post-media {
            width: 40%;
            flex: 0 0 40%;
            border-right: 0;
            background: transparent;
            padding: 0 0 0 0.35rem;
            display: flex;
            align-items: flex-start;
        }

        .cms-post-card .col-md-7 {
            width: 60%;
            flex: 0 0 60%;
            max-width: 60%;
        }

        .cms-post-card .cms-post-image {
            width: 100%;
            height: 100%;
            min-height: 128px;
            aspect-ratio: 4 / 3;
            object-fit: cover;
            object-position: center top;
            background: #fff;
            padding: 0;
            border-radius: 8px;
            display: block;
        }

        .cms-post-card .card-body {
            padding: 0.6rem 0.65rem 0.7rem;
            justify-content: flex-start !important;
            height: auto !important;
            min-height: 0 !important;
        }

        .cms-post-card .card-title {
            font-size: 1.22rem !important;
            line-height: 1.26 !important;
            margin-bottom: 0.35rem;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            font-weight: 700 !important;
        }

        .cms-post-card .card-text {
            font-size: 1.05rem !important;
            -webkit-line-clamp: 2 !important;
            line-height: 1.34 !important;
            margin-bottom: 0.25rem !important;
        }

        .cms-post-card .card-text.mb-auto {
            margin-bottom: 0.35rem !important;
        }

        .cms-post-card .mt-3 {
            margin-top: 0.5rem !important;
        }

        .cms-post-card .mt-3 small {
            font-size: 1.02rem;
            margin-bottom: 0.25rem !important;
        }

        .cms-post-card .mt-3 .d-flex.align-items-center {
            font-size: 1rem !important;
            flex-wrap: wrap;
            gap: 0.2rem 0.5rem;
        }

        .cms-post-card .mt-3 .text-info,
        .cms-post-card .mt-3 .text-primary {
            margin-right: 0 !important;
        }

        .cms-post-card .cms-post-metrics {
            gap: 0.35rem 0.6rem;
            font-size: 0.95rem;
        }

        .cms-post-share-btn {
            width: 28px;
            height: 28px;
        }

        .cms-post-card .cms-post-share-actions,
        .cms-post-card .cms-post-file-actions {
            display: none !important;
        }

    }
