/* =========================================================
   AKSARA KAWI - BERANDA
   ========================================================= */

:root {
    --aks-bg: #f8f5ef;
    --aks-panel: #f1ebe1;
    --aks-dark: #1e1511;
    --aks-text: #2b211b;
    --aks-maroon: #4b0d0d;
    --aks-gold: #b8871b;
    --aks-gold-light: #e5c76d;
    --aks-border: #ded5c8;
    --aks-white: #fff9ee;
}


/* =========================================================
   HERO + PILIHAN REDAKSI
   ========================================================= */

.aks-home-editorial {
    width: 100%;
    padding: 10px 16px 18px;
    box-sizing: border-box;
}

.aks-home-editorial__grid {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;

    display: grid;
    grid-template-columns:
        minmax(0, 2.15fr)
        minmax(280px, 0.85fr);

    gap: 18px;
    align-items: stretch;
}

/* =========================================================
   PENYELARASAN TINGGI HERO + PILIHAN REDAKSI
   ========================================================= */

@media (min-width: 961px) {

    .aks-home-editorial__grid {
        align-items: stretch;
    }

    .aks-home-hero {
        display: flex;
        min-width: 0;
    }

    .aks-hero-swiper {
        width: 100%;
        height: 100%;
        min-height: 500px;
    }

    .aks-editor-picks {
        height: 100%;
        margin: 0;
        box-sizing: border-box;

        display: flex;
        flex-direction: column;
    }

    .aks-editor-feature__media {
        aspect-ratio: 16 / 8.2;
    }

    .aks-editor-feature h3 {
        margin: 8px 0 4px !important;
        font-size: 15px !important;
        line-height: 1.22;
    }

    .aks-editor-small {
        padding: 9px 0;
    }

    .aks-editor-small__media {
        width: 88px;
        height: 58px;
    }

    .aks-editor-small {
        grid-template-columns: 88px minmax(0, 1fr);
    }

    .aks-editor-small h4 {
        font-size: 12px !important;
        line-height: 1.22;
    }
}
@media (min-width: 961px) {

    .aks-editor-feature__media {
        aspect-ratio: 16 / 7.8;
    }

    .aks-editor-feature h3 {
        margin: 7px 0 3px !important;
        font-size: 14px !important;
        line-height: 1.20;
    }

    .aks-editor-small {
        grid-template-columns: 76px minmax(0, 1fr);
        gap: 8px;
        padding: 7px 0;
    }

    .aks-editor-small__media {
        width: 76px;
        height: 50px;
    }

    .aks-editor-small h4 {
        font-size: 11px !important;
        line-height: 1.20;
    }
}
/* =========================================================
   HERO
   ========================================================= */

.aks-home-hero {
    min-width: 0;
}

.aks-hero-swiper {
    position: relative;

    width: 100%;
    height: 500px;

    overflow: hidden;

    border-radius: 14px;

    background: var(--aks-dark);

    box-shadow:
        0 8px 28px rgba(35, 22, 15, 0.10);
}

.aks-hero-slide {
    position: relative;
    width: 100%;
    height: 100%;
}

.aks-hero-slide__link {
    position: relative;
    display: block;

    width: 100%;
    height: 100%;

    color: inherit;
    text-decoration: none;
}

.aks-hero-slide__image {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;
}

.aks-hero-slide__shade {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(15, 10, 8, 0.90) 0%,
            rgba(15, 10, 8, 0.69) 35%,
            rgba(15, 10, 8, 0.27) 69%,
            rgba(15, 10, 8, 0.08) 100%
        );
}

.aks-hero-slide__content {
    position: absolute;
    z-index: 4;

    left: clamp(28px, 4.5vw, 54px);
    bottom: 48px;

    width: min(560px, 58%);
}

.aks-chip {
    display: inline-flex;

    margin-bottom: 13px;
    padding: 6px 10px;

    border-radius: 4px;

    background: var(--aks-gold);
    color: #fff;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 1;
    font-weight: 700;

    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.aks-hero-slide__title {
    margin: 0 0 9px 0 !important;

    max-width: 620px !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: clamp(30px, 3vw, 41px) !important;
    line-height: 1.08 !important;
    font-weight: 700;

    text-align: left !important;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

    overflow: hidden;
}

    text-shadow:
        0 2px 7px rgba(0, 0, 0, 0.35);
}

.aks-hero-slide__excerpt {
    max-width: 570px;
    margin: 0 0 12px 0;


    color: rgba(255, 249, 238, 0.90);

    font-family: Arial, Helvetica, sans-serif;
    font-size: 12.5px;
    line-height: 1.42;
}

.aks-hero-button {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    padding: 10px 15px;

    border-radius: 5px;

    background: var(--aks-gold);
    color: #fff;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;

    transition:
        transform .2s ease,
        background .2s ease;
}

.aks-hero-slide__link:hover
.aks-hero-button {
    background: #9c7114;
    transform: translateY(-1px);
}


/* Pagination bernomor */

.aks-hero-pagination {
    position: absolute !important;
    z-index: 20;

    left: clamp(26px, 5vw, 58px) !important;
    bottom: 19px !important;

    display: flex;
    gap: 9px;

    width: auto !important;
}

.aks-hero-pagination
.swiper-pagination-bullet {
    width: auto;
    height: auto;

    margin: 0 !important;

    border-radius: 0;

    background: transparent;

    color: rgba(255,255,255,.65);

    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;

    opacity: 1;
}

.aks-hero-pagination
.swiper-pagination-bullet-active {
    color: var(--aks-gold-light);
}


/* Tombol slider */

.aks-hero-prev,
.aks-hero-next {
    position: absolute;
    z-index: 25;

    top: 50%;
    transform: translateY(-50%);

    width: 38px;
    height: 38px;

    padding: 0;

    border: 1px solid rgba(255,255,255,.36);
    border-radius: 50%;

    background: rgba(15,10,8,.30);
    color: #fff;

    font-size: 24px;
    line-height: 1;

    cursor: pointer;

    backdrop-filter: blur(4px);
}

.aks-hero-prev {
    left: 14px;
}

.aks-hero-next {
    right: 14px;
}


/* =========================================================
   PILIHAN REDAKSI
   ========================================================= */

.aks-editor-picks {
    min-width: 0;

    padding: 15px;

    border: 1px solid var(--aks-border);
    border-radius: 14px;

    background: #fffdfa;
    overflow: hidden;
}

.aks-section-heading {
    display: flex;
    align-items: center;
    gap: 12px;

    margin-bottom: 13px;
}

.aks-section-heading h2 {
    margin: 0 !important;

    color: var(--aks-text) !important;

    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 15px !important;
    font-weight: 700;

    text-transform: uppercase;
}

.aks-section-heading__line {
    flex: 1;
    height: 1px;
    background: var(--aks-gold);
    opacity: .60;
}


/* Artikel utama sidebar */

.aks-editor-feature {
    display: block;

    padding-bottom: 13px;

    color: inherit;
    text-decoration: none;
}

.aks-editor-feature__media {
    position: relative;

    width: 100%;
    aspect-ratio: 16 / 9;

    overflow: hidden;

    border-radius: 9px;

    background: var(--aks-dark);
}

.aks-editor-feature__media img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform .3s ease;
}

.aks-editor-feature:hover img {
    transform: scale(1.025);
}

.aks-editor-feature__chip {
    position: absolute;
    left: 9px;
    top: 9px;

    margin: 0;
}

.aks-editor-feature h3 {
    margin: 10px 0 5px !important;

    color: var(--aks-text) !important;

    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 17px !important;
    line-height: 1.28;
    font-weight: 700;
}

.aks-editor-feature time {
    color: #81756c;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}


/* Artikel kecil sidebar */

.aks-editor-small {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);

    gap: 10px;
    align-items: center;

    padding: 11px 0;

    border-top: 1px solid var(--aks-border);

    color: inherit;
    text-decoration: none;
}

.aks-editor-small__media {
    width: 96px;
    height: 67px;

    overflow: hidden;

    border-radius: 7px;

    background: var(--aks-dark);
}

.aks-editor-small__media img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.aks-editor-small__category {
    display: block;

    margin-bottom: 4px;

    color: #986d14;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    line-height: 1.1;
    font-weight: 700;

    text-transform: uppercase;
}

.aks-editor-small h4 {
    margin: 0 !important;

    color: var(--aks-text) !important;

    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 13px !important;
    line-height: 1.28;
    font-weight: 700;
}


/* =========================================================
   TABLET
   ========================================================= */

.aks-hero-slide__title {
    font-size: clamp(27px, 3.4vw, 36px);
}

    .aks-home-editorial__grid {
        grid-template-columns:
            minmax(0, 1.7fr)
            minmax(250px, .8fr);

        gap: 14px;
    }

    .aks-hero-swiper {
        height: 440px;
    }

    .aks-hero-slide__title {
        font-size: clamp(30px, 4.6vw, 44px);
    }

    .aks-hero-slide__excerpt {
        font-size: 13px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {

    .aks-home-editorial {
        padding:
            8px
            10px
            16px;
    }

    .aks-home-editorial__grid {
        display: block;
    }

    .aks-hero-swiper {
        height: 410px;
        border-radius: 11px;
    }

    .aks-hero-slide__shade {
        background:
            linear-gradient(
                to top,
                rgba(15,10,8,.96) 0%,
                rgba(15,10,8,.76) 43%,
                rgba(15,10,8,.20) 77%,
                rgba(15,10,8,.07) 100%
            );
    }

    .aks-hero-slide__content {
        left: 20px;
        right: 20px;
        bottom: 52px;

        width: auto;
    }

    .aks-hero-slide__title {
    margin-bottom: 9px !important;
    font-size: 22px;
    line-height: 1.12;
    -webkit-line-clamp: 3;
    }

        font-size: 27px;
        line-height: 1.08;
    }

    .aks-hero-slide__excerpt {
        display: -webkit-box;
        overflow: hidden;

        margin-bottom: 13px;

        font-size: 12px;
        line-height: 1.45;

        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .aks-hero-prev,
    .aks-hero-next {
        width: 34px;
        height: 34px;

        font-size: 21px;
    }

    .aks-hero-prev {
        left: 8px;
    }

    .aks-hero-next {
        right: 8px;
    }

    .aks-editor-picks {
        margin-top: 15px;

        padding: 13px;
    }

}
.aks-support-slot {
    margin-top: 12px;
}

.aks-support-slot__placeholder {
    min-height: 90px;
}
@media (max-width: 700px) {

    .aks-support-slot {
        margin-top: 12px;
    }

    .aks-support-slot__media {
        width: 100%;
        height: auto;
        min-height: 0;
        max-height: none;

        aspect-ratio: 3.24 / 1;
    }

    .aks-support-slot__media img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

/* =========================================================
   MOBILE KECIL
   ========================================================= */

@media (max-width: 420px) {

    .aks-hero-swiper {
        height: 390px;
    }

    .aks-hero-slide__title {
        font-size: 23px;
    }

    .aks-chip {
        margin-bottom: 9px;
        font-size: 9px;
    }

}
/* =========================================================
   FINAL FIX — HERO + PILIHAN REDAKSI
   Desktop rata, Mobile bertumpuk
   ========================================================= */


/* =========================
   DESKTOP BESAR
   ========================= */

@media (min-width: 961px) {

    .aks-home-editorial__grid {
        display: grid !important;

        grid-template-columns:
            minmax(0, 2.15fr)
            minmax(280px, 0.85fr) !important;

        gap: 18px !important;

        align-items: stretch !important;
    }


    .aks-home-hero {
        display: flex !important;

        width: 100%;
        min-width: 0;

        height: 540px !important;

        margin: 0 !important;
        padding: 0 !important;
    }


    .aks-hero-swiper {
        width: 100% !important;
        height: 540px !important;
        min-height: 540px !important;

        margin: 0 !important;
    }


    .aks-editor-picks {
        width: 100%;

        height: 540px !important;
        min-height: 540px !important;
        max-height: 540px !important;

        margin: 0 !important;

        box-sizing: border-box;

        display: flex;
        flex-direction: column;

        overflow: hidden;
    }


    /*
     * Sedikit padatkan isi sidebar
     * agar nyaman di tinggi 500px
     */

    .aks-editor-feature__media {
        aspect-ratio: 16 / 8.1;
    }

    .aks-editor-feature h3 {
        margin: 8px 0 4px !important;

        font-size: 15px !important;
        line-height: 1.22;
    }

    .aks-editor-feature time {
        font-size: 10px;
    }

    .aks-editor-small {
        grid-template-columns:
            82px minmax(0, 1fr);

        gap: 9px;

        padding: 8px 0;
    }

    .aks-editor-small__media {
        width: 82px;
        height: 55px;
    }

    .aks-editor-small h4 {
        font-size: 11.5px !important;
        line-height: 1.22;
    }

}



/* =========================
   TABLET
   ========================= */

@media (min-width: 701px) and (max-width: 960px) {

    .aks-home-editorial__grid {
        display: grid !important;

        grid-template-columns:
            minmax(0, 1.65fr)
            minmax(240px, .85fr) !important;

        gap: 14px !important;

        align-items: stretch !important;
    }


    .aks-home-hero,
    .aks-hero-swiper,
    .aks-editor-picks {

        height: 440px !important;
        min-height: 440px !important;
        max-height: 440px !important;

    }


    .aks-editor-picks {
        margin: 0 !important;
        overflow: hidden;
    }

}



/* =========================
   MOBILE
   Hero DI ATAS
   Pilihan Redaksi DI BAWAH
   ========================= */

@media (max-width: 700px) {

    .aks-home-editorial {
        width: 100% !important;

        padding:
            10px
            12px
            18px !important;

        box-sizing: border-box;
    }


    .aks-home-editorial__grid {
        display: grid !important;

        grid-template-columns:
            minmax(0, 1fr) !important;

        grid-template-areas:
            "hero"
            "redaksi" !important;

        gap: 16px !important;

        width: 100% !important;
    }


    .aks-home-hero {
        grid-area: hero;

        display: block !important;

        width: 100% !important;

        height: auto !important;
        min-height: 0 !important;

        margin: 0 !important;
        padding: 0 !important;
    }


    .aks-hero-swiper {
        width: 100% !important;

        height: 390px !important;
        min-height: 390px !important;
        max-height: none !important;

        margin: 0 !important;
    }


    .aks-editor-picks {
        grid-area: redaksi;

        display: block !important;

        width: 100% !important;

        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;

        margin: 0 !important;

        overflow: visible !important;
    }


    /*
     * Pilihan Redaksi utama
     */

    .aks-editor-feature__media {
        aspect-ratio: 16 / 9;
    }

    .aks-editor-feature h3 {
        font-size: 17px !important;
        line-height: 1.28;
    }


    /*
     * Dua artikel kecil tetap horizontal
     */

    .aks-editor-small {
        grid-template-columns:
            96px minmax(0, 1fr);

        gap: 11px;

        padding: 11px 0;
    }

    .aks-editor-small__media {
        width: 96px;
        height: 66px;
    }

    .aks-editor-small h4 {
        font-size: 13px !important;
        line-height: 1.27;
    }

}



/* =========================
   MOBILE KECIL
   ========================= */

@media (max-width: 420px) {

    .aks-home-editorial {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }


    .aks-hero-swiper {
        height: 370px !important;
        min-height: 370px !important;
    }

}
/* =========================================================
   BAR KANAL EDITORIAL
   ========================================================= */

.aks-channel-bar {
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;

    background: #f8f5ef;
}

.aks-channel-bar__inner {
    width: 100%;
    max-width: 1180px;

    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow-x: auto;
    scrollbar-width: none;

    border-top: 1px solid #ded5c8;
    border-bottom: 1px solid #ded5c8;

    background: #f3eee5;
}

.aks-channel-bar__inner::-webkit-scrollbar {
    display: none;
}

.aks-channel-bar__link {
    position: relative;

    flex: 1 0 auto;

    min-width: 0;

    padding: 13px 20px;

    color: #342018;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;

    letter-spacing: .035em;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;

    white-space: nowrap;

    transition:
        color .2s ease,
        background .2s ease;
}

.aks-channel-bar__link + .aks-channel-bar__link::before {
    content: '';

    position: absolute;
    left: 0;
    top: 50%;

    width: 1px;
    height: 18px;

    transform: translateY(-50%);

    background: #d6ccbd;
}

.aks-channel-bar__link:hover,
.aks-channel-bar__link:focus-visible {
    background: #4b0d0d;
    color: #fff9ee;
    outline: none;
}


/* TABLET */

@media (max-width: 960px) {

    .aks-channel-bar__link {
        padding: 12px 16px;
        font-size: 11px;
    }

}


/* MOBILE */

@media (max-width: 700px) {

    .aks-channel-bar {
        padding: 0 8px;
    }

    .aks-channel-bar__inner {
        display: grid;
        grid-template-columns: repeat(6, minmax(0, 1fr));

        width: 100%;
        overflow: visible;

        border-left: 0;
        border-right: 0;
    }

    .aks-channel-bar__link {
        display: flex;
        align-items: center;
        justify-content: center;

        min-width: 0;
        width: 100%;

        padding: 9px 4px;

        font-size: 8.5px;
        line-height: 1.15;

        white-space: normal;
        text-align: center;

        letter-spacing: 0;
    }

    .aks-channel-bar__link + .aks-channel-bar__link::before {
        height: 28px;
    }
}
/* =========================================================
   SLOT MITRA / IKLAN DI SIDEBAR HERO
   ========================================================= */

.aks-support-slot {
    margin-top: auto;
    padding-top: 10px;
    border-top: 1px solid var(--aks-border);
}

.aks-support-slot__label {
    display: block;
    margin-bottom: 7px;

    color: #86631c;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    line-height: 1;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: .08em;
}

.aks-support-slot__placeholder {
    width: 100%;
    min-height: 105px;

    display: flex;
    align-items: center;
    justify-content: center;

    box-sizing: border-box;

    border: 1px dashed #c7b17b;
    border-radius: 8px;

    background:
        linear-gradient(
            135deg,
            #f4ecd9,
            #eee0bf
        );

    color: #77571a;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 700;

    text-align: center;
}
/* =========================================================
   MITRA / IKLAN HERO
   Cocok untuk banner horizontal ±3.2 : 1
   ========================================================= */

.aks-support-slot {
    margin-top: auto;
    padding-top: 9px;

    border-top: 1px solid var(--aks-border);
}

.aks-support-slot__label {
    display: block;

    margin-bottom: 6px;

    color: #85631d;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    line-height: 1;
    font-weight: 700;

    letter-spacing: .08em;
    text-transform: uppercase;
}


/*
 * Wadah mengikuti rasio banner.
 */
.aks-support-slot__media {
    display: flex;

    width: 100%;
    aspect-ratio: 3.24 / 1;

    align-items: center;
    justify-content: center;

    overflow: hidden;

    box-sizing: border-box;

    border: 1px solid #e0d5c1;
    border-radius: 8px;

    background: #ffffff;

    text-decoration: none;
}


/*
 * PNG tampil utuh.
 */
.aks-support-slot__media img {
    display: block;

    width: 100%;
    height: 100%;

    padding: 6px;

    box-sizing: border-box;

    object-fit: contain;
    object-position: center;
}


.aks-support-slot__name {
    display: block;

    margin-top: 5px;

    color: #6e6259;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    line-height: 1.2;
}


/* Desktop */
@media (min-width: 961px) {

    .aks-support-slot__media {
        min-height: 82px;
        max-height: 105px;
    }

}


/* Mobile */
@media (max-width: 700px) {

    .aks-support-slot {
        margin-top: 14px;
        padding-top: 11px;
    }

    .aks-support-slot__media {
        width: 100%;
        aspect-ratio: 3.24 / 1;
        min-height: 0;
        max-height: none;
    }

    .aks-support-slot__media img {
        padding: 8px;
    }

}
/* =========================================================
   FINAL SIDEBAR HERO + MITRA
   ========================================================= */

@media (min-width: 961px) {

    .aks-home-hero,
    .aks-hero-swiper,
    .aks-editor-picks {
        height: 540px !important;
        min-height: 540px !important;
        max-height: 540px !important;
    }

    .aks-editor-picks {
        display: flex !important;
        flex-direction: column;
        box-sizing: border-box;

        padding: 12px !important;
        overflow: hidden;
    }

    .aks-section-heading {
        margin-bottom: 9px;
    }

    .aks-section-heading h2 {
        font-size: 13px !important;
    }

    /* Artikel utama */
    .aks-editor-feature {
        padding-bottom: 8px;
    }

    .aks-editor-feature__media {
        aspect-ratio: 16 / 7.6;
        border-radius: 7px;
    }

    .aks-editor-feature h3 {
        margin: 6px 0 3px !important;
        font-size: 13px !important;
        line-height: 1.20;
    }

    .aks-editor-feature time {
        font-size: 9px;
    }

    /* Artikel kecil */
    .aks-editor-small {
        grid-template-columns: 72px minmax(0, 1fr);
        gap: 7px;
        padding: 6px 0;
    }

    .aks-editor-small__media {
        width: 72px;
        height: 46px;
    }

    .aks-editor-small__category {
        font-size: 8px;
    }

    .aks-editor-small h4 {
        font-size: 10.5px !important;
        line-height: 1.18;
    }

    /* Mitra didorong ke bagian paling bawah */
    .aks-support-slot {
        margin-top: auto;
        padding-top: 7px;
        border-top: 1px solid var(--aks-border);
    }

    .aks-support-slot__label {
        margin-bottom: 5px;
        font-size: 8px;
    }

    .aks-support-slot__media {
        width: 100%;
        height: 92px;
        min-height: 92px;
        max-height: 92px;

        display: flex;
        align-items: center;
        justify-content: center;

        overflow: hidden;

        border: 1px solid #ded4c0;
        border-radius: 7px;

        background: #fff;
    }

    .aks-support-slot__media img {
        display: block;

        width: 100%;
        height: 100%;

        padding: 5px;

        box-sizing: border-box;

        object-fit: contain;
        object-position: center;
    }
}
/* =========================================================
   HERO FINAL — AKSARA KAWI
   Judul + lead kanan bawah
   Sidebar + mitra setara hero
   ========================================================= */


/* =========================================================
   DESKTOP
   ========================================================= */

@media (min-width: 961px) {

    .aks-home-editorial__grid {
        display: grid !important;

        grid-template-columns:
            minmax(0, 2.25fr)
            minmax(260px, .75fr) !important;

        gap: 14px !important;

        align-items: stretch !important;
    }


    .aks-home-hero,
    .aks-hero-swiper,
    .aks-editor-picks {
        height: 540px !important;
        min-height: 540px !important;
        max-height: 540px !important;
    }


    /* =====================================================
       HERO
       ===================================================== */

    .aks-hero-slide__shade {
        background:
            linear-gradient(
                to top,
                rgba(12, 8, 6, .88) 0%,
                rgba(12, 8, 6, .50) 28%,
                rgba(12, 8, 6, .08) 58%,
                rgba(12, 8, 6, 0) 100%
            ) !important;
    }


    /*
     * Judul dan lead berada kanan bawah.
     */

 .aks-hero-slide__content {
    position: absolute;

    left: 34px !important;
    right: auto !important;

    bottom: 37px !important;

    width: min(620px, 68%) !important;

    text-align: left !important;
}


    .aks-hero-slide__title {
        margin:
            0
            0
            9px
            auto !important;

        max-width: 620px !important;

        font-family:
            Arial,
            Helvetica,
            sans-serif !important;

        font-size:
            clamp(
                30px,
                3vw,
                41px
            ) !important;

        line-height: 1.08 !important;

        font-weight: 700;

        text-align: right;

        display: -webkit-box;

        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;

        overflow: hidden;
    }


    .aks-hero-slide__excerpt {
        max-width: 570px !important;

        margin:
            0
            0
            12px
            auto !important;

        font-size: 12.5px !important;
        line-height: 1.42 !important;

        text-align: left;

        display: -webkit-box;

        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;

        overflow: hidden;
    }


    /*
     * Kategori ikut rata kanan.
     */

    .aks-chip {
        margin-left: 0;
        margin-right: auto;
    }


    /*
     * Tombol ikut kanan.
     */

    .aks-hero-button {
        margin-left: 0;
        margin-right: auto;
    }


    /*
     * Pagination tetap kiri bawah
     * agar tidak menumpuk dengan teks.
     */

    .aks-hero-pagination {
        left: 28px !important;
        right: auto !important;

        bottom: 18px !important;
    }


    /* =====================================================
       SIDEBAR
       ===================================================== */

    .aks-editor-picks {
        display: flex !important;
        flex-direction: column;

        padding: 11px !important;

        box-sizing: border-box;

        overflow: hidden;
    }


    .aks-section-heading {
        margin-bottom: 8px !important;
    }


    .aks-section-heading h2 {
        font-size: 13px !important;
    }


    /* Artikel utama */

    .aks-editor-feature {
        padding-bottom: 7px !important;
    }


    .aks-editor-feature__media {
        aspect-ratio: 16 / 7.3 !important;
        border-radius: 7px;
    }


    .aks-editor-feature h3 {
        margin:
            6px
            0
            3px !important;

        font-size: 13px !important;
        line-height: 1.18 !important;
    }


    .aks-editor-feature time {
        font-size: 8.5px !important;
    }


    /* Artikel kecil */

    .aks-editor-small {
        grid-template-columns:
            67px
            minmax(0, 1fr) !important;

        gap: 7px !important;

        padding:
            5px
            0 !important;
    }


    .aks-editor-small__media {
        width: 67px !important;
        height: 43px !important;
    }


    .aks-editor-small__category {
        margin-bottom: 2px !important;

        font-size: 7.5px !important;
    }


    .aks-editor-small h4 {
        font-size: 10px !important;
        line-height: 1.17 !important;
    }


    /* =====================================================
       MITRA
       ===================================================== */

    .aks-support-slot {
        margin-top: auto !important;

        padding-top: 7px;

        border-top:
            1px
            solid
            var(--aks-border);
    }


    .aks-support-slot__label {
        display: block;

        margin-bottom: 5px;

        color: #80611c;

        font-family:
            Arial,
            Helvetica,
            sans-serif;

        font-size: 8px;
        line-height: 1;

        font-weight: 700;

        letter-spacing: .07em;

        text-transform: uppercase;
    }


    .aks-support-slot__media {
        display: flex;

        width: 100%;

        height: 82px !important;
        min-height: 82px !important;
        max-height: 82px !important;

        align-items: center;
        justify-content: center;

        overflow: hidden;

        box-sizing: border-box;

        border:
            1px
            solid
            #ded4c1;

        border-radius: 7px;

        background: #ffffff;

        text-decoration: none;
    }


    .aks-support-slot__media img {
        display: block;

        width: 100%;
        height: 100%;

        padding: 5px;

        box-sizing: border-box;

        object-fit: contain;
        object-position: center;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {

    .aks-home-editorial__grid {
        display: grid !important;

        grid-template-columns:
            minmax(0, 1fr) !important;

        grid-template-areas:
            "hero"
            "redaksi" !important;

        gap: 15px !important;
    }


    .aks-home-hero {
        grid-area: hero;
    }


    .aks-editor-picks {
        grid-area: redaksi;

        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;

        overflow: visible !important;
    }


    .aks-hero-swiper {
        height: 405px !important;
        min-height: 405px !important;
    }


    /*
     * Pada mobile tetap kanan bawah,
     * tetapi lebar diperbesar.
     */

    .aks-hero-slide__content {
        left: 20px !important;
        right: 20px !important;

        bottom: 43px !important;

        width: auto !important;

        text-align: right !important;
    }


    .aks-hero-slide__title {
        margin:
            0
            0
            8px
            auto !important;

        max-width: 92% !important;

        font-size: 22px !important;
        line-height: 1.11 !important;

        text-align: right;

        -webkit-line-clamp: 3;
    }


    .aks-hero-slide__excerpt {
        max-width: 94% !important;

        margin:
            0
            0
            10px
            auto !important;

        font-size: 11px !important;
        line-height: 1.35 !important;

        text-align: right;

        -webkit-line-clamp: 2;
    }


    .aks-chip {
        margin-left: auto;
        margin-right: 0;
    }


    .aks-hero-button {
        margin-left: auto;
    }


    /*
     * Mitra mobile
     */

    .aks-support-slot {
        margin-top: 12px !important;
    }


    .aks-support-slot__media {
        width: 100%;

        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;

        aspect-ratio: 3.24 / 1;

        background: #ffffff;
    }


    .aks-support-slot__media img {
        width: 100%;
        height: 100%;

        padding: 6px;

        object-fit: contain;
    }

}
@media (min-width: 961px) {

    .aks-editor-picks {
        display: flex !important;
        flex-direction: column;

        height: 540px !important;

        padding: 11px !important;

        box-sizing: border-box;
        overflow: hidden;
    }

    .aks-section-heading {
        flex: 0 0 auto;
        margin-bottom: 8px !important;
    }

    /* Artikel utama dibuat sedikit lebih tinggi */
    .aks-editor-feature {
        flex: 0 0 212px;

        padding-bottom: 8px !important;
        overflow: hidden;
    }

    .aks-editor-feature__media {
        height: 122px !important;
        aspect-ratio: auto !important;
    }

    .aks-editor-feature h3 {
        margin: 7px 0 4px !important;

        font-size: 13.5px !important;
        line-height: 1.22 !important;

        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .aks-editor-feature time {
        font-size: 8.5px !important;
    }

    /* Dua artikel kecil dibuat sedikit lebih besar */
    .aks-editor-small {
        flex: 0 0 67px;

        grid-template-columns:
            80px minmax(0, 1fr) !important;

        gap: 8px !important;

        padding: 7px 0 !important;
    }

    .aks-editor-small__media {
        width: 80px !important;
        height: 52px !important;
    }

    .aks-editor-small h4 {
        font-size: 10.5px !important;
        line-height: 1.20 !important;

        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    /* Mitra tetap di bawah */
    .aks-support-slot {
        margin-top: auto !important;

        padding-top: 8px;
    }

    .aks-support-slot__media {
        height: 86px !important;
        min-height: 86px !important;
        max-height: 86px !important;
    }
}
/* Pastikan judul hero selalu putih */
.aks-hero-slide__title {
    color: #ffffff !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

/* Lead/ringkasan juga dibuat terang */
.aks-hero-slide__excerpt {
    color: rgba(255, 255, 255, 0.92) !important;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}
/* =========================================================
   BERITA TERKINI + IKUTI KAMI
   ========================================================= */

.aks-latest-section {
    width: 100%;
    padding: 24px 16px 28px;
    box-sizing: border-box;
}

.aks-latest-layout {
    width: 100%;
    max-width: 1180px;

    margin: 0 auto;

    display: grid;
    grid-template-columns:
        minmax(0, 3.25fr)
        minmax(220px, .85fr);

    gap: 24px;

    align-items: start;
}


/* Heading */

.aks-home-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    margin-bottom: 14px;

    border-bottom: 1px solid #ded5c8;
}

.aks-home-heading h2 {
    margin: 0 !important;

    color: #342018 !important;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 19px !important;
    line-height: 1.2;

    font-weight: 700;
    text-transform: uppercase;
}

.aks-home-heading__underline {
    display: block;

    width: 38px;
    height: 2px;

    margin-top: 7px;

    background: #b8871b;
}

.aks-home-heading__more {
    padding-bottom: 8px;

    color: #a57513;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 700;

    text-decoration: none;
    text-transform: uppercase;
}


/* =========================================================
   GRID BERITA
   ========================================================= */

.aks-latest-grid {
    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 13px;
}


.aks-news-card {
    overflow: hidden;

    border: 1px solid #e1d9cd;
    border-radius: 8px;

    background: #fff;

    transition:
        transform .2s ease,
        box-shadow .2s ease;
}


.aks-news-card:hover {
    transform: translateY(-2px);

    box-shadow:
        0 6px 18px
        rgba(40, 26, 16, .08);
}


.aks-news-card__image {
    position: relative;

    display: block;

    width: 100%;
    aspect-ratio: 16 / 9;

    overflow: hidden;

    background: #2a2019;
}


.aks-news-card__image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
        transform .3s ease;
}


.aks-news-card:hover
.aks-news-card__image img {
    transform: scale(1.035);
}


.aks-news-card__category {
    position: absolute;

    left: 8px;
    top: 8px;

    padding: 4px 7px;

    border-radius: 3px;

    background: #a87816;
    color: #fff;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 8px;
    line-height: 1;

    font-weight: 700;

    text-transform: uppercase;
}


.aks-news-card__body {
    padding: 10px;
}


.aks-news-card__body h3 {
    min-height: 50px;

    margin: 0 0 7px !important;

    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
    line-height: 1.28;

    font-weight: 700;

    display: -webkit-box;

    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

    overflow: hidden;
}


.aks-news-card__body h3 a {
    color: #34261e;
    text-decoration: none;
}


.aks-news-card__body time {
    display: block;

    margin-bottom: 9px;

    color: #92877e;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
}


.aks-news-card__more {
    color: #95670f;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: 700;

    text-decoration: none;
}


/* =========================================================
   SOSIAL MEDIA
   ========================================================= */

.aks-social-panel {
    padding-left: 18px;

    border-left:
        1px dashed
        #d7cec0;
}


.aks-social-list {
    display: flex;
    flex-direction: column;

    gap: 8px;
}


.aks-social-link {
    display: flex;

    align-items: center;
    justify-content: space-between;

    padding: 10px 13px;

    border-radius: 6px;

    color: #fff !important;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 700;

    text-decoration: none;

    transition:
        opacity .2s ease,
        transform .2s ease;
}


.aks-social-link:hover {
    opacity: .92;
    transform: translateX(2px);
}


.aks-social-link--instagram {
    background:
        linear-gradient(
            90deg,
            #a63ab8,
            #e65253,
            #f6b84d
        );
}

.aks-social-link--facebook {
    background: #4267a9;
}

.aks-social-link--youtube {
    background: #c9322c;
}

.aks-social-link--tiktok {
    background: #080808;
}

.aks-social-link--twitter {
    background: #17191b;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 960px) {

    .aks-latest-layout {
        grid-template-columns:
            minmax(0, 1fr)
            210px;

        gap: 17px;
    }

    .aks-latest-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {

    .aks-latest-section {
        padding:
            20px
            10px
            24px;
    }

    .aks-latest-layout {
        display: block;
    }

    .aks-latest-grid {
        grid-template-columns: 1fr;
        gap: 11px;
    }


    /*
     * Mobile dibuat kartu horizontal
     * agar halaman tidak terlalu panjang.
     */

    .aks-news-card {
        display: grid;

        grid-template-columns:
            130px
            minmax(0, 1fr);
    }

    .aks-news-card__image {
        height: 100%;
        aspect-ratio: auto;
    }

    .aks-news-card__body {
        padding: 10px;
    }

    .aks-news-card__body h3 {
        min-height: 0;

        font-size: 13px !important;

        -webkit-line-clamp: 3;
    }


    .aks-social-panel {
        margin-top: 22px;
        padding-left: 0;

        border-left: 0;
    }

}
/* =========================================================
   BANNER MITRA PROGRAM
   ========================================================= */

.aks-partner-banner-section {
    width: 100%;

    padding:
        8px
        16px
        12px;

    box-sizing: border-box;
}


.aks-partner-banner {
    position: relative;

    width: 100%;
    max-width: 1180px;

    height: 135px;

    margin: 0 auto;

    overflow: hidden;

    border-radius: 9px;

    background: #381007;
}


.aks-partner-banner__image {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;
}


.aks-partner-banner__overlay {
    display: none;
}


.aks-partner-banner__content {
    position: absolute;
    z-index: 2;

    left: 34px;
    top: 50%;

    transform: translateY(-50%);

    max-width: 460px;

    color: #fff;
}


.aks-partner-banner__label {
    display: block;

    margin-bottom: 4px;

    color: #e5bd55;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: 700;

    text-transform: uppercase;
}


.aks-partner-banner__content h2 {
    margin:
        0
        0
        9px !important;

    color: #fff !important;

    font-family:
        Georgia,
        "Times New Roman",
        serif !important;

    font-size: 21px !important;
    line-height: 1.12;

    font-weight: 700;
}


.aks-partner-banner__button {
    display: inline-flex;

    align-items: center;
    gap: 6px;

    padding:
        7px
        11px;

    border-radius: 5px;

    background: #b8871b;

    color: #fff !important;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 10px;
    font-weight: 700;

    text-decoration: none;
}


/* MOBILE */

@media (max-width: 700px) {

    .aks-partner-banner-section {
        padding:
            8px
            10px
            12px;
    }


    .aks-partner-banner {
        height: 160px;
    }


    .aks-partner-banner__content {
        left: 20px;
        right: 20px;

        max-width: none;
    }


    .aks-partner-banner__content h2 {
        max-width: 90%;

        font-size:
            18px !important;
    }

}
/* =========================================================
   FINAL FIX MOBILE
   BERITA TERKINI + IKUTI KAMI
   ========================================================= */

@media screen and (max-width: 700px) {

    /* Area utama */
    .aks-latest-section {
        width: 100% !important;
        padding: 18px 12px 24px !important;
        box-sizing: border-box !important;
    }

    .aks-latest-layout {
        display: block !important;
        width: 100% !important;
    }


    /* =========================================
       BERITA TERKINI
       ========================================= */

    .aks-latest-main {
        width: 100% !important;
    }

    .aks-latest-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 12px !important;
        width: 100% !important;
    }

    .aks-news-card {
        display: grid !important;
        grid-template-columns: 120px minmax(0, 1fr) !important;

        width: 100% !important;

        overflow: hidden !important;

        border: 1px solid #e1d9cd !important;
        border-radius: 8px !important;

        background: #ffffff !important;
    }

    .aks-news-card__image {
        display: block !important;

        width: 120px !important;
        height: 100% !important;
        min-height: 115px !important;

        overflow: hidden !important;
    }

    .aks-news-card__image img {
        display: block !important;

        width: 100% !important;
        height: 100% !important;

        object-fit: cover !important;
    }

    .aks-news-card__category {
        position: absolute !important;

        left: 6px !important;
        top: 6px !important;

        padding: 3px 5px !important;

        font-size: 7px !important;
        line-height: 1 !important;
    }

    .aks-news-card__body {
        display: flex !important;
        flex-direction: column !important;

        padding: 10px !important;

        min-width: 0 !important;
    }

    .aks-news-card__body h3 {
        margin: 0 0 6px !important;

        min-height: 0 !important;

        font-size: 13px !important;
        line-height: 1.25 !important;

        display: -webkit-box !important;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;

        overflow: hidden !important;
    }

    .aks-news-card__body time {
        margin-bottom: 7px !important;

        font-size: 9px !important;
    }

    .aks-news-card__more {
        margin-top: auto !important;

        font-size: 9px !important;
    }


    /* =========================================
       IKUTI KAMI
       ========================================= */

    .aks-social-panel {
        display: block !important;

        width: 100% !important;

        margin-top: 24px !important;
        padding: 0 !important;

        border-left: 0 !important;
    }

    .aks-social-list {
        display: flex !important;
        flex-direction: column !important;

        width: 100% !important;

        gap: 8px !important;
    }

    .aks-social-link {
        display: flex !important;

        width: 100% !important;
        min-height: 42px !important;

        align-items: center !important;
        justify-content: space-between !important;

        padding: 10px 13px !important;

        box-sizing: border-box !important;

        border-radius: 6px !important;

        color: #ffffff !important;

        font-family: Arial, Helvetica, sans-serif !important;
        font-size: 12px !important;
        font-weight: 700 !important;

        text-decoration: none !important;
    }

    .aks-social-link span,
    .aks-social-link strong {
        color: #ffffff !important;
    }

    .aks-social-link--instagram {
        background:
            linear-gradient(
                90deg,
                #a63ab8,
                #e65253,
                #f6b84d
            ) !important;
    }

    .aks-social-link--facebook {
        background: #4267a9 !important;
    }

    .aks-social-link--youtube {
        background: #c9322c !important;
    }

    .aks-social-link--tiktok {
        background: #080808 !important;
    }

    .aks-social-link--twitter {
        background: #17191b !important;
    }
}
/* FIX RESPONSIVE YOUTUBE */

iframe[src*="youtube.com"],
iframe[src*="youtube-nocookie.com"],
iframe[src*="youtu.be"] {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
    display: block !important;
}

.wp-block-embed,
.wp-block-embed-youtube,
.wp-block-embed__wrapper,
figure.wp-block-embed {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
}

.wp-block-embed iframe,
.wp-block-embed__wrapper iframe,
.wp-block-embed-youtube iframe {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
}