/* ============================================================
   GOOD PATH ENTERTAINMENT — page.css
   ============================================================ */

:root {
    --maxpage-width: 700px;
}


/* ----- page global ----- */

.page-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    height: 48px;
    background: var(--brand-yellow);
    color: var(--charcoal);
    font-family: var(--font-primary);
    font-weight: 500;
    border-radius: 4px;
    text-transform: uppercase;
    flex-shrink: 0;
    transition: opacity 0.2s ease;
    margin: 0 auto;
}

.page-btn:hover {opacity: 0.8}

.fa-reply, .fa-list {
   padding-right: 10px !important;
}
.fa-forward {
    padding-left: 10px;
}

.sf-container {
   display: grid;
   grid-template-columns: 1fr;
   margin: 75px auto;
   width: var(--maxpage-width);
}


/* ----- title & call out ----- */

#page_title {
   max-width: var(--maxpage-width);
   margin: 0 auto;
   margin-top: 150px;
}

.page_title_text {
    font-family: var(--font-secondary);
    font-size: 56px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--text-white);
    line-height: 0.95;
    letter-spacing: -0.9px;
}

#page_header {
   max-width: var(--maxpage-width);
   margin: 0 auto;
}

.page_creation_date {
    font-family: var(--font-primary);
    font-size: 22px;
    font-weight: 200;
    color: var(--text-medium);
    text-transform: uppercase;
    margin: 20px 0;
}

.page_image_container {
   width: 100%;
   height: 150px;
   overflow: hidden;
   margin-top: 10px;
   margin-bottom: 50px;
}

.page_header_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* - call out - */

.page_callout_text {
   font-family: var(--font-primary);
   font-size: 34px;
   font-weight: 500;
   color: var(--text-white);
   line-height: 0.95;
   letter-spacing: -0.9px;
   margin: 75px 0;
}

/* ----- page text ----- */


.section_text_container {
   margin: 0 auto;
   max-width: var(--maxpage-width);
}

.section_text_title {
   font-family: var(--font-primary);
   font-size: 22px;
   font-weight: 500;
   color: var(--text-light);
   text-transform: uppercase;
   line-height: 1;
   letter-spacing: 1.2px;
   margin-bottom: 40px;
}

.section_text {
   font-family: var(--font-primary);
   font-size: 22px;
   font-weight: 300;
   color: var(--text-offwhite);
   line-height: 1.2;
   margin-bottom: 40px;
}

.section_text p {
   margin-top: 30px;
}

.section_text ul {
    margin: 1.5em 0;
    padding-left: 2.5em;
}

.article-body ul {
    list-style-type: disc;
}

.article-body ol {
    list-style-type: decimal;
}

.article-body li {
    margin-bottom: 0.8em;
    line-height: 1.8;
}

.section_text a {
   color: var(--text-light-medium);
   text-decoration: none;
}

.section_text a:hover {
   color: var(--brand-yellow);
}

/* ----- page buttons ----- */

#page_button_navigation{
}

.page-bottom-btns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 700px;
    justify-content: flex-start;
    margin: 100px auto;
}


/* ════════════════════════════════════════════════════════════
   RESPONSIVE — MOBILE (max-width: 767px)
════════════════════════════════════════════════════════════ */
@media (max-width: 767px) {

    /* Title */
    #page_title {
        max-width: 100%;
        padding: 0 var(--content-pad);
    }

    .page_title_text {
        font-size: 48px;
        letter-spacing: -0.5px;
        text-align: center;
    }

    /* Header / callout */
    #page_header {
        max-width: 100%;
        padding: 0 var(--content-pad);
        text-align: center;
    }

    .page_callout_text {
        font-size: 26px;
        line-height: 1.2;
        letter-spacing: -0.3px;
    }

    .page_header_image {
        width: 100%;
        height: auto;
    }

    /* Sections */
    .sf-container {
        width: 100%;
        margin: 40px auto;
        padding: 0;
    }

    .section_text_container {
        max-width: 100%;
        padding: 0 var(--content-pad);
    }

    .section_text_title {
        font-size: 20px;
        text-align: center;
    }

    .section_text {
        text-align: center;
    }

    /* Bottom buttons — stack vertically */
    #page_button_navigation {
        margin: 60px 0;
        padding: 0 var(--content-pad);
    }

    .page-bottom-btns {
        flex-direction: column;
        align-items: center;
        gap: 16px;
        min-width: unset;
        width: 100%;
    }

    .page-btn {
        width: 100%;
        font-size: 18px;
    }

}
/* ── Intro text ──────────────────────────────────────────── */
#updates-intro {
    max-width: var(--maxpage-width);
    margin: 20px auto 60px;
}

.updates-intro-text {
    font-family: var(--font-primary);
    font-size: 18px;
    font-weight: 300;
    color: var(--text-medium);
    line-height: 1.5;
}


/* ── Articles list ───────────────────────────────────────── */
#updates-list {
    max-width: var(--maxpage-width);
    margin: 0 auto;
}

.updates-article-item {
    margin-bottom: 70px;
}

.updates-article-title {
    font-family: var(--font-secondary);
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--text-white);
    line-height: 1;
    letter-spacing: -0.3px;
    margin-bottom: 16px;
}

.updates-article-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.updates-article-title a:hover {
    color: var(--brand-yellow);
}

.updates-article-image {
    width: 100%;
    margin-bottom: 14px;
    overflow: hidden;
}

.updates-article-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: opacity 0.2s ease;
}

.updates-article-image img:hover {
    opacity: 0.88;
}

.updates-article-excerpt {
    font-family: var(--font-primary);
    font-size: 18px;
    font-weight: 300;
    color: var(--text-offwhite);
    line-height: 1.5;
}

.updates-read-more {
    color: var(--brand-yellow);
    text-decoration: none;
    font-weight: 400;
    transition: opacity 0.2s ease;
}

.updates-read-more:hover {
    opacity: 0.8;
}

.updates-empty {
    font-family: var(--font-primary);
    font-size: 18px;
    font-weight: 300;
    color: var(--text-medium);
    text-align: center;
    padding: 60px 0;
}



/* ── Pagination ──────────────────────────────────────────── */
#updates-pagination {
    max-width: var(--maxpage-width);
    margin: 20px auto 100px;
}

.updates-pagination-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.updates-page-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 22px;
    height: 44px;
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-decoration: none;
    border-radius: 3px;
    transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.updates-page-btn--prev {
    background: transparent;
    color: var(--text-offwhite);
    border: 1px solid var(--text-dark);
}

.updates-page-btn--prev:hover {
    border-color: var(--text-medium);
    color: var(--text-white);
}

.updates-page-btn--next {
    background: var(--brand-yellow);
    color: var(--charcoal);
    border: 1px solid transparent;
}

.updates-page-btn--next:hover {
    opacity: 0.88;
}

.updates-page-btn--disabled {
    opacity: 0.35;
    cursor: default;
    pointer-events: none;
}

.updates-page-numbers {
    display: flex;
    align-items: center;
    gap: 6px;
}

.updates-page-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 400;
    color: var(--text-offwhite);
    text-decoration: none;
    border: 1px solid var(--text-dark);
    border-radius: 3px;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.updates-page-num:hover {
    border-color: var(--text-medium);
    color: var(--text-white);
}

.updates-page-num.active {
    background: var(--brand-yellow);
    color: var(--charcoal);
    border-color: var(--brand-yellow);
    font-weight: 600;
}

.next_article_preview {
    max-width: 250px;
    margin: 25px 0;
    text-align: left;
}

.next_article_title {
    font-size: 12px;
    color: var(--text-medium);
    font-style: italic;
}

/* ════════════════════════════════════════════════════════════
   RESPONSIVE — MOBILE (max-width: 767px)
════════════════════════════════════════════════════════════ */
@media (max-width: 767px) {

    #updates-intro {
        padding: 0 var(--content-pad);
        margin-bottom: 40px;
    }

    #updates-list {
        padding: 0 var(--content-pad);
    }

    .updates-article-title {
        font-size: 24px;
    }

    .updates-article-excerpt {
        font-size: 16px;
    }

    #updates-pagination {
        padding: 0 var(--content-pad);
        margin-bottom: 60px;
    }

    .updates-page-btn {
        padding: 0 14px;
        font-size: 12px;
    }

    .updates-page-num {
        width: 36px;
        height: 36px;
        font-size: 13px;
    }

    .page-bottom-btns {
        grid-template-columns: 1fr;
        flex-direction: column;
        width: 100%;
    }


}
