.mendalam{
    max-width:1280px;
    margin:0 auto;
    padding-top:12px;
}

.mendalam-header{
    text-align:left;
    margin:-10px 0 20px;
}

.mendalam-header h1{
    font-size:45px;
    margin:0;
    line-height:1;
}

.mendalam-header p{
    margin-top:6px;
    font-size:13px;
    letter-spacing:3px;
    text-transform:uppercase;
    color:#777;
}
/* =========================================
   MENDALAM — TOP LAYOUT
   ========================================= */

.top-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 35px;
    align-items: start;
    margin-top: 30px;
    margin-bottom: 250px;
}


/* =========================================
   HERO
   ========================================= */

.hero {
    position: relative;
}

.hero img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}


/* =========================================
   HERO OVERLAY
   ========================================= */

.hero-overlay {
    position: absolute;
    left: 40px;
    right: 0;
    top: calc(100% - 55px);

    background: #111;
    color: #fff;

    padding: 40px 45px;

    z-index: 20;
}

.hero-overlay h2 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.hero-overlay p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 20px;
}


/* =========================================
   ARTIKEL 2 — SISI KANAN
   ========================================= */

.side {
    position: relative;
}

.side img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
    margin-bottom: 20px;
}

.side h3 {
    font-size: 34px;
    line-height: 1.3;
    margin-bottom: 15px;
}

.side p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 15px;
}


/* =========================================
   ARTIKEL 3–5
   ========================================= */

.bottom-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;

    width: 100%;

    margin-top: 0;

    clear: both;
}

.grid-post {
    display: block;
}

.grid-image {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    margin-bottom: 18px;
}

.grid-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .35s;
}

.grid-post:hover img {
    transform: scale(1.05);
}

.grid-content h3 {
    font-size: 26px;
    line-height: 1.2;
    margin: 0 0 14px;

    overflow: visible;
    height: auto;
    max-height: none;

    display: block;
}

.grid-content h3 a {
    color: #111;
    text-decoration: none;
}

.grid-content p {
    color: #666;
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 18px;
}

.grid-meta {
    border-top: 1px solid #ddd;
    padding-top: 12px;

    display: flex;
    flex-direction: column;
    gap: 4px;

    font-size: 13px;
    color: #888;
}

.bottom-card{
    display:flex;
    flex-direction:column;
    height:100%;
}

.bottom-meta{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:8px;

    margin-top:18px;
    padding-bottom:14px;

    font-size:.75rem;
    color:#666;

}

.bottom-meta{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:8px;

    margin-top:18px;
    padding-bottom:14px;

    font-size:.80rem;
    color:#666;

    border-bottom:1px solid #d9d9d9;
}

.bottom-card .meta{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:8px;

    margin-top:12px;
    margin-bottom:10px;

    font-size:13px;
    font-weight:500;
    color:#666;
    line-height:1;
}

.bottom-meta span{
    display:inline-flex;
    align-items:center;
}

.bottom-meta .dot{
    font-size:16px;
    color:#999;
}

.bottom-card .meta .dot{
    font-size:14px;
    color:#888;
}

.bottom-card .meta time{
    font-weight:700;
}

.bottom-card img{
    width:100%;
    height:180px;
    object-fit:cover;
    display:block;
}

.bottom-card img{
    transition:.4s;
}

.bottom-card:hover img{
    transform:scale(1.05);
}

.bottom-thumb{
    display:block;
    aspect-ratio:16/9;
    overflow:hidden;
    margin-bottom:18px;
}

.bottom-thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.35s;
}

.bottom-card:hover img{
    transform:scale(1.04);
}

.bottom-card h3 {
    font-size: 26px;
    line-height: 1.2;
    margin: 0 0 14px;

    height: auto;
    max-height: none;
    overflow: visible;

    display: block;
    -webkit-line-clamp: unset;
    line-clamp: unset;
    -webkit-box-orient: initial;
}

.bottom-card h3,
.bottom-card p,
.bottom-card .meta{
    padding:0 16px;
}

.bottom-card h3 a{
    color:#111;
    text-decoration:none;
}

.bottom-card p{
    font-size:18px;
    line-height:1.75;
    color:#666;

    height:95px;
    overflow:hidden;

    margin-bottom:18px;
}
.bottom-card p{
    font-size:17px;
    line-height:1.6;
    color:#666;

    margin:15px 0 18px;      /* sebelumnya terlalu jauh */
    min-height:108px;        /* sekitar 4 baris */
}


.mendalam-more{
    text-align:center;
    margin:18px 0 25px;
}

.mendalam-more a{
    display:inline-block;
    padding:14px 30px;

    border:1px solid #111;
    border-radius:999px;

    font-size:15px;
    font-weight:700;
    letter-spacing:.5px;

    text-decoration:none;
    color:#111;

    transition:.25s;
}

.mendalam-more a:hover{
    background:#111;
    color:#fff;
}

.bottom-card time{
    font-weight:700;
}

.bottom-card .meta span{
    color:#666;
}

.bottom-card .card-divider{
    width:100%;
    border-top:1px solid #d9d9d9;

    margin:0 0 18px;
}

.read-next{
    display:flex;
    justify-content:center;
    align-items:center;

    margin-top:40px;

    font-size:.95rem;
    font-weight:600;
}

.read-next:hover{
    opacity:.7;
}

.bottom-card h3,
.bottom-card h3 a {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    display: block !important;

    -webkit-line-clamp: unset !important;
    line-clamp: unset !important;
    -webkit-box-orient: initial !important;
}

/* Jarak header rubrik Mendalam */
.mendalam {
    padding-top: 45px;
}