/* =========================================================
   POGAU.CO — POTRET
   EDITORIAL PHOTO STORY
   "LENSA YANG BICARA"
   ========================================================= */


/* =========================================================
   1. PAGE
   ========================================================= */

.pogau-potret {
    background: #fff;
    color: #111;
}

.pogau-potret *,
.pogau-potret *::before,
.pogau-potret *::after {
    box-sizing: border-box;
}

.pogau-potret a {
    color: inherit;
    text-decoration: none;
}


/* =========================================================
   2. HERO
   ========================================================= */

.pogau-potret .potret-hero {
    display: block;
    width: 100%;
    margin: 0 0 72px;
    
}

.pogau-potret .potret-hero {
    background: #fff;
    color: #111;
}

.pogau-potret .potret-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(260px, .7fr);
    gap: 80px;
    align-items: end;

    padding: 0 0 38px;

    border-bottom: 1px solid #0e0d0d;
}

.pogau-potret .potret-hero-copy {
    max-width: 820px;
}

.pogau-potret .potret-kicker {
    display: block;
    margin: 0 0 16px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .18em;

    color: #a72d24;
}

.pogau-potret .potret-hero h1 {
    display: block;

    margin: 0 0 22px;

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(52px, 6vw, 78px);
    font-weight: 700;
    line-height: .94;
    letter-spacing: -.045em;

    color: #070707 !important;
}



.pogau-potret .potret-hero-copy > p {
    display: block;

    max-width: 690px;
    margin: 0;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.8;

    color: #111111;
}

.pogau-potret .potret-hero-quote {
    position: relative;

    padding: 10px 0 8px 30px;

    border-left: 1px solid #cfcfcf;
}

.pogau-potret .potret-hero-quote {
    background: transparent;
}

.pogau-potret .potret-hero-quote p {
    margin: 0;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 21px;
    font-style: italic;
    line-height: 1.55;

    color: #666;
}

.pogau-potret .potret-quote-mark {
    position: absolute;

    top: -17px;
    left: -8px;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 58px;
    line-height: 1;

    color: #131212;
}


/* =========================================================
   3. FEATURED PHOTO
   ========================================================= */

.pogau-potret .potret-featured {
    display: grid;

    grid-template-columns: minmax(0, 1.65fr) minmax(300px, .75fr);
    gap: 54px;

    align-items: center;

    width: 100%;
    margin: 0 0 82px;
}

.pogau-potret .potret-featured {
    background: #fff;
    color: #111;
}


.pogau-potret .potret-featured-image {
    display: block;

    width: 100%;
    overflow: hidden;

    background: #eee;
}

.pogau-potret .potret-featured-image a {
    display: block;
}

.pogau-potret .potret-featured-image img {
    display: block;

    width: 100%;
    height: auto;

    aspect-ratio: 16 / 10;
    object-fit: cover;

    transition: transform .5s ease;
}

.pogau-potret .potret-featured-image a:hover img {
    transform: scale(1.025);
}

.pogau-potret .potret-featured-content {
    display: block;

    padding: 0;
}
.pogau-potret .potret-featured-content {
    background: #fff;
}

.pogau-potret .potret-featured-label {
    display: block;

    margin: 0 0 14px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .17em;

    color: #a72d24;
}

.pogau-potret .potret-featured-content h2 {
    margin: 0 0 19px;

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 3.6vw, 51px);
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: -.035em;

    color: #111;
}

.pogau-potret .potret-featured-content h2 {
    color: #111;
}



.pogau-potret .potret-featured-content h2 a {
    transition: color .2s ease;
}

.pogau-potret .potret-featured-content h2 a:hover {
    color: #a72d24;
}

.pogau-potret .potret-featured-content p {
    max-width: 480px;

    margin: 0 0 23px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.75;

    color: #555;
}



.pogau-potret .potret-featured {
    background: #fff;
    color: #111;
}

.pogau-potret .potret-featured-content {
    background: #fff;
}

.pogau-potret .potret-featured-content h2 {
    color: #111;
}

.pogau-potret .potret-featured-content p {
    color: #555;
}

/* =========================================================
   4. META
   ========================================================= */

.pogau-potret .potret-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 1.4;

    color: #888;
}

.pogau-potret .potret-meta-separator,
.pogau-potret .potret-card-separator {
    display: inline-block;

    width: 3px;
    height: 3px;

    border-radius: 50%;

    background: #080808;
}


/* =========================================================
   5. ALL POTRET HEADER
   ========================================================= */

.pogau-potret .potret-grid-section {
    display: block;

    width: 100%;
    margin: 0 0 76px;
}

.pogau-potret .potret-grid-header {
    display: flex;
    align-items: center;

    width: 100%;
    margin: 0 0 27px;

    gap: 18px;
}

.pogau-potret .potret-grid-heading {
    display: flex;
    align-items: center;

    flex: 1;
    gap: 18px;
}

.pogau-potret .potret-grid-heading h2 {
    flex: 0 0 auto;

    margin: 0;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .16em;

    color: #111;
}

.pogau-potret .potret-grid-line {
    display: block;

    flex: 1;

    height: 1px;

    background: #0f0f0f;
}


/* =========================================================
   6. PHOTO GRID
   ========================================================= */

.pogau-potret .potret-grid {
    display: grid;

    grid-template-columns: repeat(3, minmax(0, 1fr));

    column-gap: 28px;
    row-gap: 46px;

    width: 100%;
}

.pogau-potret .potret-card {
    display: block;

    min-width: 0;

    border: 0;
    background: transparent;

    transition: transform .25s ease;
}

.pogau-potret .potret-card:hover {
    transform: translateY(-3px);
    box-shadow: none;
}

.pogau-potret .potret-card-image {
    display: block;

    width: 100%;
    overflow: hidden;

    background: #eee;
}

.pogau-potret .potret-card-image img {
    display: block;

    width: 100%;
    height: auto;

    aspect-ratio: 16 / 10;
    object-fit: cover;

    transition: transform .5s ease;
}

.pogau-potret .potret-card:hover .potret-card-image img {
    transform: scale(1.035);
}

.pogau-potret .potret-card-content {
    display: block;

    padding: 16px 2px 0;
}

.pogau-potret .potret-card-tag {
    display: block;

    margin: 0 0 8px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .15em;
    text-transform: uppercase;

    color: #a72d24;
}

.pogau-potret .potret-card-title {
    margin: 0;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -.02em;

    color: #151515;
}

.pogau-potret .potret-card-title a {
    transition: color .2s ease;
}

.pogau-potret .potret-card-title a:hover {
    color: #a72d24;
}

.pogau-potret .potret-card-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;

    margin-top: 13px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 1.4;

    color: #888;
}


/* =========================================================
   7. SUBMIT
   ========================================================= */

.pogau-potret .potret-submit {
    display: block;

    width: 100%;

    margin: 0 0 72px;

    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}

.pogau-potret .potret-submit-inner {
    display: grid;

    grid-template-columns: 70px minmax(0, 1fr) auto;

    align-items: center;
    gap: 28px;

    padding: 34px 0;
}

.pogau-potret .potret-submit-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 58px;
    height: 58px;

    border: 1px solid #d0d0d0;
    border-radius: 50%;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 27px;

    color: #555;
}

.pogau-potret .potret-submit-kicker {
    display: block;

    margin: 0 0 7px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .16em;

    color: #a72d24;
}

.pogau-potret .potret-submit-copy h2 {
    margin: 0 0 7px;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 27px;
    line-height: 1.15;

    color: #111;
}

.pogau-potret .potret-submit-copy p {
    margin: 0;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.6;

    color: #666;
}

.pogau-potret .potret-submit-email {
    display: inline-block;

    margin-top: 7px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;

    color: #444;
}

.pogau-potret .potret-submit-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 165px;

    padding: 14px 21px;

    border: 0;
    border-radius: 2px;

    background: #111;
    color: #fff;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .02em;

    transition:
        background .2s ease,
        transform .2s ease;
}

.pogau-potret .potret-submit-button:hover {
    background: #333;
    transform: translateY(-2px);
}


/* =========================================================
   8. TABLET
   ========================================================= */

@media (max-width: 900px) {

    .pogau-potret {
        padding: 55px 28px 0;
    }

    .pogau-potret .potret-hero-inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .pogau-potret .potret-hero-quote {
        max-width: 620px;
    }

    .pogau-potret .potret-featured {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .pogau-potret .potret-featured-content {
        padding: 0;
    }

    .pogau-potret .potret-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 24px;
        row-gap: 40px;
    }

    .pogau-potret .potret-submit-inner {
        grid-template-columns: 65px minmax(0, 1fr);
    }

    .pogau-potret .potret-submit-action {
        grid-column: 2;
        justify-self: start;
    }
}


/* =========================================================
   9. MOBILE
   ========================================================= */

@media (max-width: 640px) {

    .pogau-potret {
        padding: 42px 18px 0;
    }

    .pogau-potret .potret-hero {
        margin-bottom: 48px;
    }

    .pogau-potret .potret-hero-inner {
        gap: 28px;
        padding-bottom: 30px;
    }

    .pogau-potret .potret-kicker {
        margin-bottom: 13px;
        font-size: 10px;
    }

    .pogau-potret .potret-hero h1 {
        margin-bottom: 17px;
        font-size: 45px;
    }

    .pogau-potret .potret-hero-copy > p {
        font-size: 14px;
        line-height: 1.75;
    }

    .pogau-potret .potret-hero-quote {
        padding-left: 23px;
    }

    .pogau-potret .potret-hero-quote p {
        font-size: 19px;
    }

    .pogau-potret .potret-featured {
        gap: 27px;
        margin-bottom: 58px;
    }

    .pogau-potret .potret-featured-image img {
        aspect-ratio: 4 / 3;
    }

    .pogau-potret .potret-featured-content h2 {
        font-size: 34px;
    }

    .pogau-potret .potret-featured-content p {
        font-size: 14px;
        line-height: 1.7;
    }

    .pogau-potret .potret-grid-section {
        margin-bottom: 52px;
    }

    .pogau-potret .potret-grid-header {
        margin-bottom: 20px;
    }

    .pogau-potret .potret-grid {
        grid-template-columns: 1fr;
        row-gap: 34px;
    }

    .pogau-potret .potret-card-title {
        font-size: 24px;
    }

    .pogau-potret .potret-card-content {
        padding-top: 14px;
    }

    .pogau-potret .potret-submit-inner {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 28px 0;
    }

    .pogau-potret .potret-submit-action {
        grid-column: auto;
        width: 100%;
    }

    .pogau-potret .potret-submit-button {
        width: 100%;
    }
}


/* =========================================================
   10. VERY SMALL MOBILE
   ========================================================= */

@media (max-width: 390px) {

    .pogau-potret {
        padding-left: 15px;
        padding-right: 15px;
    }

    .pogau-potret .potret-hero h1 {
        font-size: 41px;
    }

    .pogau-potret .potret-featured-content h2 {
        font-size: 31px;
    }
}


/* =========================================================
   POTRET PAGE — TEXT OVERRIDE
   ========================================================= */

.pogau-potret .potret-hero h1 {
    color: #ffffff !important;
}

.pogau-potret .potret-hero-copy > p {
    color: #ffffff !important;
}

.pogau-potret .potret-hero-quote p {
    color: #ffffff !important;
}

.pogau-potret .potret-quote-mark {
    color: #ffffff !important;
}

/* POTRET HERO — WHITE TEXT */

.pogau-potret .potret-hero h1 {
    color: #fff !important;
}

.pogau-potret .potret-hero-copy > p {
    color: #fff !important;
}

.pogau-potret .potret-hero-quote p {
    color: #fff !important;
}

/* =========================================
   POTRET PAGINATION
   ========================================= */
.potret-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 24px 0 32px;
}

.potret-pagination-prev,
.potret-pagination-next {
    display: inline-block;
    padding: 8px 14px;
    background: #111;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 12px;
    line-height: 1.2;
    white-space: nowrap;
}

.potret-pagination-prev:hover,
.potret-pagination-next:hover {
    opacity: .75;
}

/* =====================================================
   POTRET — BATASI LEBAR & PUSATKAN KONTEN
   ===================================================== */

.pogau-potret {
    width: min(1200px, calc(100% - 80px)) !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* =========================================================
   POTRET — LENSA YANG BICARA
   PANEL EDITORIAL DI RUANG KOSONG
   ========================================================= */

.potret-editorial-card {
    min-width: 0;
    background: #f8f7f3;
    border: 0;
    display: flex;
    align-items: stretch;
}

.potret-editorial-inner {
    width: 100%;
    min-height: 100%;
    padding: 34px 30px 30px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.potret-editorial-label {
    margin-bottom: 20px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #777;
}

.potret-editorial-title {
    margin: 0;

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(38px, 3.2vw, 52px);
    line-height: .98;
    font-weight: 700;
    letter-spacing: -1.8px;
    color: #111;
}

.potret-editorial-line {
    width: 78px;
    height: 1px;

    margin: 28px 0 24px;

    background: #222;
}

.potret-editorial-text {
    max-width: 330px;

    margin: 0;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 17px;
    line-height: 1.5;
    font-style: italic;
    color: #555;
}

.potret-editorial-arrow {
    display: block;

    margin-top: 28px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 34px;
    line-height: 1;
    color: #111 !important;
    text-decoration: none !important;
}

.potret-editorial-arrow:hover {
    opacity: .55;
}