
/* =========================================================
   POGAU.CO — LOKALAN
   FINAL LAYOUT
========================================================= */

.lokalan-page {
    width: 100%;
}

.lokalan-container {
    width: min(1400px, calc(100% - 60px));
    margin: 0 auto;
    padding: 70px 0 90px;
}


/* =========================================================
   HEADER
========================================================= */

.lokalan-header {
    margin-bottom: 45px;
}

.lokalan-kicker {
    display: block;
    margin-bottom: 10px;

    font-family: Inter, Arial, sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;

    color: #777;
}

.lokalan-header-line {
    display: flex;
    align-items: center;
    gap: 25px;
}

.lokalan-header-line h1 {
    margin: 0;

    font-family: "Libre Baskerville", Georgia, serif;
    font-size: 44px;
    line-height: 1;
    font-weight: 700;

    color: #111;

    white-space: nowrap;
}

.lokalan-header-line > span {
    flex: 1;

    height: 2px;

    background: #111;
}


/* =========================================================
   HERO
   FOTO KIRI — TEKS KANAN
========================================================= */

.lokalan-hero {
    display: grid;

    grid-template-columns: minmax(0, 1.65fr) minmax(320px, .8fr);

    gap: 50px;

    align-items: center;

    padding-bottom: 70px;

    border-bottom: 1px solid #d8d8d8;
}

.lokalan-hero-image {
    display: block;

    overflow: hidden;

    background: #eee;
}

.lokalan-hero-image img {
    display: block;

    width: 100%;
    aspect-ratio: 16 / 9;

    object-fit: cover;

    transition: transform .45s ease;
}

.lokalan-hero-image:hover img {
    transform: scale(1.025);
}

.lokalan-hero-content {
    padding-right: 20px;
}

.lokalan-label {
    display: block;

    margin-bottom: 17px;

    font-family: Inter, Arial, sans-serif;
    font-size: 11px;
    font-weight: 800;

    letter-spacing: .16em;
    text-transform: uppercase;

    color: #777;
}

.lokalan-hero-content h2 {
    margin: 0 0 20px;

    font-family: "Libre Baskerville", Georgia, serif;
    font-size: 40px;
    line-height: 1.16;
    font-weight: 700;

    letter-spacing: -.025em;
}

.lokalan-hero-content h2 a {
    color: #111;
    text-decoration: none;
}

.lokalan-hero-content h2 a:hover {
    color: #a51d1d;
}

.lokalan-hero-content p {
    margin: 0 0 25px;

    font-family: Georgia, serif;
    font-size: 17px;
    line-height: 1.65;

    color: #555;
}

.lokalan-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;

    font-family: Inter, Arial, sans-serif;
    font-size: 11px;
    font-weight: 500;

    color: #777;
}


/* =========================================================
   ARTIKEL 2
   TEKS KIRI — FOTO KANAN
========================================================= */

.lokalan-second {
    display: grid;

    grid-template-columns: minmax(280px, .8fr) minmax(0, 1.65fr);

    gap: 50px;

    align-items: center;

    padding: 70px 0;

    border-bottom: 1px solid #d8d8d8;
}

.lokalan-second-content {
    padding-left: 25px;
}

.lokalan-second-content h2 {
    margin: 0 0 18px;

    font-family: "Libre Baskerville", Georgia, serif;
    font-size: 34px;
    line-height: 1.18;
    font-weight: 700;

    letter-spacing: -.02em;
}

.lokalan-second-content h2 a {
    color: #111;
    text-decoration: none;
}

.lokalan-second-content h2 a:hover {
    color: #a51d1d;
}

.lokalan-second-content p {
    margin: 0 0 22px;

    font-family: Georgia, serif;
    font-size: 17px;
    line-height: 1.65;

    color: #555;
}

.lokalan-second-image {
    display: block;

    overflow: hidden;

    background: #eee;
}

.lokalan-second-image img {
    display: block;

    width: 100%;
    aspect-ratio: 16 / 9;

    object-fit: cover;

    transition: transform .45s ease;
}

.lokalan-second-image:hover img {
    transform: scale(1.025);
}


/* =========================================================
   CERITA LAINNYA
========================================================= */

.lokalan-more {
    padding-top: 55px;
}

.lokalan-more-header {
    display: flex;
    align-items: center;

    gap: 20px;

    margin-bottom: 28px;
}

.lokalan-more-header::after {
    content: "";

    flex: 1;

    height: 2px;

    background: #111;
}

.lokalan-more-header span {
    font-family: Inter, Arial, sans-serif;

    font-size: 13px;
    font-weight: 800;

    letter-spacing: .16em;
    text-transform: uppercase;

    color: #111;
}


/* =========================================================
   GRID 4 ARTIKEL
========================================================= */

.lokalan-grid {
    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 25px;
}

.lokalan-card {
    min-width: 0;
}

.lokalan-card-image {
    display: block;

    overflow: hidden;

    background: #eee;
}

.lokalan-card-image img {
    display: block;

    width: 100%;

    aspect-ratio: 4 / 3;

    object-fit: cover;

    transition: transform .4s ease;
}

.lokalan-card-image:hover img {
    transform: scale(1.035);
}

.lokalan-card-content {
    padding-top: 15px;
}

.lokalan-card-label {
    display: block;

    margin-bottom: 9px;

    font-family: Inter, Arial, sans-serif;

    font-size: 10px;
    font-weight: 800;

    letter-spacing: .15em;
    text-transform: uppercase;

    color: #777;
}

.lokalan-card h3 {
    margin: 0 0 12px;

    font-family: "Libre Baskerville", Georgia, serif;

    font-size: 21px;
    line-height: 1.25;
    font-weight: 700;

    letter-spacing: -.015em;
}

.lokalan-card h3 a {
    color: #111;
    text-decoration: none;
}

.lokalan-card h3 a:hover {
    color: #a51d1d;
}

.lokalan-card p {
    margin: 0 0 14px;

    font-family: Georgia, serif;

    font-size: 14px;
    line-height: 1.55;

    color: #666;
}

.lokalan-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;

    font-family: Inter, Arial, sans-serif;

    font-size: 10px;

    color: #777;
}


/* =========================================================
   PAGINATION
========================================================= */

.lokalan-pagination {
    display: flex;

    justify-content: center;

    margin-top: 70px;
    padding-top: 30px;

    border-top: 1px solid #d8d8d8;
}

.lokalan-pagination .pagination {
    display: flex;
    align-items: center;
    gap: 10px;
}

.lokalan-pagination a,
.lokalan-pagination span {
    font-family: Inter, Arial, sans-serif;

    font-size: 13px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .lokalan-container {
        width: min(100% - 40px, 850px);
    }

    .lokalan-hero {
        grid-template-columns: 1.4fr .9fr;
        gap: 30px;
    }

    .lokalan-hero-content h2 {
        font-size: 32px;
    }

    .lokalan-second {
        grid-template-columns: .9fr 1.4fr;
        gap: 30px;
    }

    .lokalan-second-content h2 {
        font-size: 29px;
    }

    .lokalan-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 40px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .lokalan-container {
        width: calc(100% - 36px);

        padding: 45px 0 60px;
    }

    .lokalan-header {
        margin-bottom: 30px;
    }

    .lokalan-header-line {
        gap: 15px;
    }

    .lokalan-header-line h1 {
        font-size: 32px;
    }

    .lokalan-header-line > span {
        height: 1px;
    }


    /* HERO */

    .lokalan-hero {
        grid-template-columns: 1fr;

        gap: 25px;

        padding-bottom: 45px;
    }

    .lokalan-hero-content {
        padding-right: 0;
    }

    .lokalan-hero-content h2 {
        font-size: 30px;
    }

    .lokalan-hero-content p {
        font-size: 16px;
    }


    /* ARTIKEL 2 */

    .lokalan-second {
        grid-template-columns: 1fr;

        gap: 25px;

        padding: 45px 0;
    }

    .lokalan-second-image {
        order: 1;
    }

    .lokalan-second-content {
        order: 2;

        padding-left: 0;
    }

    .lokalan-second-content h2 {
        font-size: 28px;
    }


    /* GRID */

    .lokalan-more {
        padding-top: 40px;
    }

    .lokalan-grid {
        grid-template-columns: 1fr;

        gap: 38px;
    }

    .lokalan-card h3 {
        font-size: 23px;
    }


    /* PAGINATION */

    .lokalan-pagination {
        margin-top: 50px;
    }
}
