/* Global Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-weight: normal;
}

body {
    font-family: 'Franklin Gothic Medium', Arial, sans-serif;
    background-image: url('src/img/Background.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: block;
    min-height: 100vh;
    overflow-x: hidden;
    font-size: 16px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
    display: flex;
    flex-direction: column;
}

html {
    height: 100%;
}

footer {
    margin-top: auto;
}

header {
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 5px 10px 30px #b971046b;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    background-image: url('src/img/PWB Header BGP.png');
    background-size: cover;
    background-position: center;
    padding: 10px 0;
    height: 100px;
    gap: 20px;
}

.logo img {
    width: 80px;
    margin: 0;
}

.wrapper {
    min-height: 100vh;
    overflow: auto;
}

nav {
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    background: transparent;
    display: flex;
    justify-content: center;
    z-index: 999;
}

.nav-inner {
    width: 100%;
    max-width: 1000px;
    background: #545454;
    display: flex;
    justify-content: center;
}

.nav-links {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    z-index: 1000;
}

.nav-links ul {
    margin-top: 10px;
}

.nav-links li {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    font-size: clamp(17px, 1.5vw, 19px);
}

.nav-links a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    transition: color 0.3s, background-color 0.3s;
    padding: clamp(8px, 1vw, 12px) clamp(10px, 2vw, 31.50px);
    display: flex;
    width: 100%;
    box-sizing: border-box;
}

.nav-links a:hover {
    color: #f1c40f;

}

.nav-links i {
    margin-right: 5px;
}

.nav-links .nav-active {
    color: #f1c40f;
    background-color: #00000000;
}

.mobile-menu-cta {
    display: none !important;
}

.header-text {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header-line {
    width: 2px;
    height: 55px;
    background: #d4af37;
    /* gold accent */
    display: block;
}

.header-title {
    display: flex;
    flex-direction: column;
}

.left-header {
    font-family: 'Times New Roman', serif;
    font-size: 32px;
    font-style: italic;
    color: black;
    position: absolute;
    top: 18px;
    left: 28px;
}

.down-header {
    font-family: 'Times New Roman', serif;
    font-size: 32px;
    font-style: italic;
    color: black;
    margin: 30px 0 0;
}

.separator-video {
    width: 100%;
    border: 0;
    border-top: 2px solid black;
}

.black-container {
    width: 100%;
    max-width: 1000px;
    margin: 130px auto -30px auto;
    padding: 20px 20px 0px 20px;
    background: rgba(255, 255, 255, 0.25);
}

.content-container {
    width: 100%;
    box-sizing: border-box;
}

.scroll-down-btn {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 20px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: white;
    background-color: #545454;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.scroll-down-btn:hover {
    background-color: #333;
}

/* ========================= */
/*           HOME            */
/* ========================= */

.home-welcome {
    width: 100%;
    max-width: 1000px;
    margin: 100px auto 0;
    padding: 10px 30px 52px;
    text-align: center;
}

.home-welcome-content {
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
}

.home-welcome-location {
    margin: 0 0 18px;
    color: #c89237;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.home-welcome h1 {
    margin: 0;
    color: #000000;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(44px, 6vw, 64px);
    line-height: 1;
    letter-spacing: -1px;
}

.home-welcome-quote {
    max-width: 720px;
    margin: 25px auto 0;
    color: #000000d9;
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(16px, 2vw, 19px);
    line-height: 1.5;
}

.gathering-countdown {
    width: 100%;
    max-width: 680px;
    min-height: 88px;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(290px, 1fr);
    align-items: center;
    gap: 22px;
    margin: 80px auto 0;
    padding: 18px 22px;
    color: #ffffff;
    background: rgba(42, 44, 50, 0.94);
    border: 1px solid #656871;
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.16);
    text-align: left;
}

.gathering-countdown-info {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 13px;
}

.gathering-countdown-icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: grid;
    place-items: center;
    color: #161a21;
    background: #d1a14d;
    border-radius: 50%;
    font-size: 19px;
}

.gathering-countdown-info p {
    margin: 0 0 3px;
    color: #aeb2ba;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.gathering-countdown-info h2 {
    margin: 0;
    color: #ffffff;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.25;
}

.gathering-countdown-time {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    align-items: center;
    gap: 8px;
    text-align: center;
}

.gathering-countdown-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gathering-countdown-unit strong {
    color: #ffffff;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
}

.gathering-countdown-unit span {
    margin-top: 7px;
    color: #a8abb3;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.gathering-countdown-divider {
    color: #747780;
}

/* Keep the existing Home content directly below the new welcome block. */
.home-welcome~.black-container {
    margin-top: 24px;
}


/* ========================= */
/*       PRAYER PORTAL       */
/* ========================= */

.prayer-portal {
    width: 100%;
    margin-top: 40px;
    padding: 20px 55px;
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 65px;
    align-items: center;

    background: rgba(255, 255, 255, 0.92);
    border-radius: 16px;
}


/* LEFT SIDE */

.prayer-info {
    padding: 10px 0;
}

.prayer-label {
    margin-bottom: 15px;

    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    letter-spacing: 4px;

    color: #c99a4b;
}

.prayer-info h2 {
    margin: 0 0 20px;

    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(42px, 5vw, 56px);
    line-height: 1;

    color: #111827;
}

.prayer-description {
    max-width: 500px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 1.7;

    color: #626873;
}


/* CONTACT DETAILS */

.prayer-contact {
    margin-top: 38px;
}

.prayer-contact-item {
    display: flex;
    align-items: center;
    gap: 16px;

    margin-bottom: 20px;
}

.prayer-icon {
    width: 45px;
    height: 45px;
    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #eef0f4;
    color: #d3a148;

    font-size: 16px;
}

.prayer-contact-item span {
    display: block;
    margin-bottom: 4px;

    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    letter-spacing: 1.5px;

    color: #9da1a8;
}

.prayer-contact-item p {
    margin: 0;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;

    color: #484d56;
}


/* FORM */


.prayer-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.prayer-field {
    margin-bottom: 20px;
}

.prayer-field label {
    display: block;
    margin-bottom: 9px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;

    color: #111827;
}

.prayer-field input,
.prayer-field textarea {
    width: 100%;

    padding: 16px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;

    color: #333;

    background: #fcfbf8;

    border: 1px solid #d6dce5;
    border-radius: 3px;

    outline: none;

    transition: border-color 0.2s ease;
}

.prayer-field input:focus,
.prayer-field textarea:focus {
    border-color: #d0a251;
}

.prayer-field textarea {
    height: 150px;
    resize: vertical;
}


/* SEND BUTTON */

.prayer-submit {
    width: 100%;

    padding: 16px 20px;
    margin-top: 5px;

    border: none;
    border-radius: 30px;

    background: #cda453;
    color: #10151d;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;

    cursor: pointer;

    transition: 0.25s ease;
}

.prayer-submit i {
    margin-left: 10px;
}

.prayer-submit:hover {
    background: #b98d3d;
    transform: translateY(-1px);
}


/* MOBILE */

@media (max-width: 800px) {

    .prayer-portal {
        grid-template-columns: 1fr;

        padding: 45px 25px;
        gap: 40px;
    }

    .prayer-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .prayer-form {
        padding: 30px 22px;
    }
}

@media (max-width: 480px) {

    .prayer-portal {
        padding: 40px 15px;
    }

    .prayer-info h2 {
        font-size: 40px;
    }

    .prayer-description {
        font-size: 15px;
    }

    .prayer-contact-item p {
        font-size: 14px;
    }
}









@media (max-width: 760px) {
    .home-welcome {
        padding: 54px 20px 42px;
    }

    .gathering-countdown {
        grid-template-columns: 1fr;
        gap: 17px;
    }

    .gathering-countdown-time {
        padding-top: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
    }
}

@media (max-width: 420px) {
    .home-welcome {
        padding-inline: 14px;
    }

    .home-welcome-location {
        letter-spacing: 2.5px;
    }

    .gathering-countdown {
        padding: 17px 14px;
    }
}

.title {
    background-color: white;
    font-family: 'Times New Roman', serif;

    font-size: clamp(14px, 4vw, 20px);
    background-color: white;
    padding: clamp(6px, 2vw, 10px);
    padding-left: clamp(10px, 3vw, 20px);
    max-width: 865px;
    margin: 20px auto 0;
}

.title span {
    font-family: 'Courier New', Courier, monospace;
    font-style: normal;
    font-weight: bold;
}

.home-center-video {
    width: 100%;
    max-width: 865px;
    aspect-ratio: 16 / 9;
    height: auto;
    display: block;
    margin: 0 auto;
}

.album-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.album-link:hover .image-container img {
    transform: scale(1.05);
}

.album-set-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 20px;
}

.album {
    width: 100%;
    max-width: 100%;
}

.image-container {
    width: 100%;
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 8px;
    background-color: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0%;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

.image-container img:hover {
    transform: scale(1.1);
}

.album h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 10px;
    margin-top: 10px;

}

.album p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #555;
}


/* ========================= */
/*        FOOTER             */
/* ========================= */
/* FULL WIDTH FOOTER BACKGROUND */
.site-footer {
    width: 100%;
    max-width: 1000px;
    margin: 30px auto 10px auto;
    background: #393939;
    color: white;
    box-sizing: border-box;
    border-radius: 0;
}



.footer-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 20px;
    row-gap: 15px;
    padding: 10px 10px 5px 10px;
}

.footer-about {
    max-width: 190px;
}

.footer-verse {
    flex: 2;
    max-width: 530px;
}

.footer-contact {
    flex: 1;
    text-align: right;
    max-width: 220px;
}


.footer-contact {
    text-align: right;
    padding-right: 20px;
}

.church-name {
    font-family: 'Cormorant Garamond', 'Times New Roman', serif;
    font-weight: 600;
    font-size: clamp(22px, 3.2vw, 34px);
    color: #ffffff;
    margin: 0;
    line-height: 1.1;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

.church-subtitle {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    font-size: clamp(12px, 1.6vw, 16px);
    letter-spacing: 5px;
    color: #f5ecd7;
    margin: 4px 0 0;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}

.church-paragraph {
    font-size: 14px;
    line-height: 1.6;
}

.bible-verse {
    margin-bottom: 12px;
}

.bible-verse-content {
    font-size: 13px;
    line-height: 1.5;
    text-align: justify;
}

.church-address,
.phone-number {
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 5px;
}


.church-address1,
.phone-number1 {
    margin: 0 0 15px 0;
    font-size: 13px;
    line-height: 1.4;
}


.church-paragraph-credits {
    width: 100%;
    text-align: center;
    margin-top: -5px;
    font-size: 12px;
    opacity: 0.6;
}


.hamburger {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    color: white;
    z-index: 1001;
}

.hamburger-lines {
    display: flex;
    width: 29px;
    height: 22px;
    flex-direction: column;
    justify-content: space-between;
}

.hamburger-lines span {
    display: block;
    width: 100%;
    height: 3px;
    background: currentColor;
    border-radius: 999px;
    transform-origin: center;
    transition: transform 0.3s ease, opacity 0.2s ease;
}

.hamburger.active .hamburger-lines span:nth-child(1) {
    transform: translateY(9.5px) rotate(45deg);
}

.hamburger.active .hamburger-lines span:nth-child(2) {
    opacity: 0;
}

.hamburger.active .hamburger-lines span:nth-child(3) {
    transform: translateY(-9.5px) rotate(-45deg);
}

/* ========================= */
/*        SERVICE            */
/* ========================= */
.title-service {
    background-color: white;
    font-family: 'Times New Roman', serif;
    font-size: 20px;
    max-width: 959px;
    margin: 20px auto 0;
    padding: 10px 0 10px 10px;

}

.center-video-service {
    width: 100%;
    max-width: 959px;
    aspect-ratio: 16 / 9;
    height: auto;
    display: block;
    margin: 0 auto;
}

.title-service span {
    font-family: 'Times New Roman', serif;
    font-style: normal;
    font-weight: bold;
}

.search-bar {
    width: 100%;
    max-width: 959px;
    margin: 0 auto;
    padding: 15px;
    background-color: #545454;
    display: flex;
    justify-content: flex-start;
}

.search-bar input {
    padding: 5px;
    border: 2px solid #ddd;
    outline: none;
    transition: border-color 0.3s ease;
    font-size: 12px;
    text-transform: none;
    width: 100%;
    max-width: 500px;
}

.vid {
    align-items: center;
    cursor: pointer;
}

table.video-list {
    border-collapse: collapse;
    font-size: 13px;
    cursor: pointer;
    width: 100%;
    max-width: 959px;
    margin: 0 auto;
}

table.video-list th,
table.video-list td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
}

table.video-list th {
    background-color: #545454;
    color: white;
}

table.video-list tr:nth-child(even) {
    background-color: #f2f2f2;
}

table.video-list,
table.video-list th,
table.video-list td {
    border-left: none;
    border-right: none;
}

.video-container {
    width: 100%;
    max-width: 800px;
    margin: 20px auto;
}

#videoPlayer {
    width: 100%;
    height: 400px;
    display: none;
}

.video-list {
    background-color: white;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
}

.pagination {
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 20px 0;
    margin-bottom: 25px;
}

.page-btn,
.page-number {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    background: #f1c40f;
    color: black;
}

.page-btn:hover,
.page-number:hover {
    background: #d4ac0d;
}

.page-number.active {
    background: #555;
    color: white;
}

#pageNumbers {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

/* ========================= */
/*        MISSION            */
/* ========================= */
.mission-stories {
    --mission-ink: #111827;
    --mission-copy: #565d68;
    --mission-gold: #cc993f;
    --mission-border: #e8ddcb;
    width: 100%;
    margin: 20px auto 45px;
    overflow: hidden;
    background: rgba(248, 249, 250, 0.9);
    border: 1px solid var(--mission-border);
    border-radius: 16px;
}

.mission-story {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: clamp(38px, 6vw, 64px);
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 28px;
}

.mission-story+.mission-story {
    padding-top: 42px;
    border-top: 1px solid var(--mission-border);
}

.mission-story__photo-card {
    padding: 14px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid var(--mission-border);
    border-radius: 15px;
}

.mission-story__photo {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
    border-radius: 11px;
}

.mission-story__content {
    text-align: left;
}

.mission-story--reverse .mission-story__photo-card {
    grid-column: 2;
    grid-row: 1;
}

.mission-story--reverse .mission-story__content {
    grid-column: 1;
    grid-row: 1;
}

.mission-story__eyebrow {
    margin: 0 0 16px;
    color: var(--mission-gold);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 4px;
    line-height: 1.4;
}

.mission-story__content h1,
.mission-story__content h2 {
    margin: 0 0 25px;
    color: var(--mission-ink);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(36px, 4vw, 48px);
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -1.5px;
}

.mission-story__body {
    margin: 0;
    color: var(--mission-copy);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.65;
}

.mission-story__body+.mission-story__body {
    margin-top: 19px;
}

@media (max-width: 820px) {
    .mission-story {
        grid-template-columns: 1fr;
        gap: 38px;
        padding: 22px;
    }

    .mission-story+.mission-story {
        padding-top: 32px;
    }

    .mission-story--reverse .mission-story__photo-card,
    .mission-story--reverse .mission-story__content {
        grid-column: auto;
        grid-row: auto;
    }

    .mission-story__photo-card {
        width: min(100%, 560px);
        margin: 0 auto;
    }

    .mission-story__content {
        padding: 0 6px 8px;
    }
}

@media (max-width: 480px) {
    .mission-stories {
        margin-top: 10px;
    }

    .mission-story {
        padding: 13px;
    }

    .mission-story+.mission-story {
        padding-top: 25px;
    }

    .mission-story__photo-card {
        padding: 8px;
    }

    .mission-story__content h1,
    .mission-story__content h2 {
        font-size: 35px;
    }

    .mission-story__body {
        font-size: 15px;
    }
}

.left-header-gonzaga {
    font-family: "Times New Roman", serif;
    font-size: clamp(28px, 4vw, 55px);
    font-style: italic;
    text-align: center;
    margin: 20px 0;
    position: static;
}

.mission-intro {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.pwb-gonzaga {
    width: 100%;
    max-width: 480px;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.paragraph1-missions {
    font-family: 'Arial', serif;
    flex: 1;
    width: 100%;
    max-width: 500px;
    background: #fdf6ec;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
    padding: 20px;
    margin: 0;
    border-radius: 6px;
}

.mission-kubo {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 30px;
}

.gonzaga-kubo {
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 6px;
}

.paragraph2-missions {
    font-family: 'Arial', serif;
    flex: 1;
    width: 100%;
    max-width: 400px;
    background: #fdf6ec;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
    padding: 20px;
    margin: 0;
    border-radius: 6px;
}

.paragraph1-missions,
.paragraph2-missions {
    font-size: clamp(11px, 1.5vw, 17px);
    line-height: 1.6;
}

.mark-bible-verse,
.John-bible-verse {
    font-size: clamp(16px, 2vw, 22px);
}

.mark-bible-verse {
    margin: 30px auto 0;
    text-align: center;
    padding: 0;
}

.mark16 {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 20px;
    font-size: clamp(11px, 1.5vw, 15px);
    line-height: 1.6;
}

.gonzaga-preaching,
.Gonzaga-song {
    width: 100%;
    max-width: 700px;
    height: auto;
    display: block;
    margin: 20px auto;
}

.Gonzaga-song-text {
    width: 100%;
    max-width: 650px;
    margin: 20px auto;
    font-size: clamp(11px, 1.5vw, 15px);
    line-height: 1.6;
    padding: 0 15px;
}

.Gonzaga-song-text span {
    font-weight: bold;
    margin-left: 10px;
}

.baptism-photo-row {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin: 30px auto;
    flex-wrap: wrap;
}

.baptism-photo {
    width: 100%;
    max-width: 420px;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}

.bro-jeff-baptism1,
.bro-jeff-baptism2 {
    width: 100%;
    max-width: 500px;
    height: auto;
    display: block;
    margin: 15px auto;
}

.bro-jeff-baptized,
.bro-dj-baptized {
    font-family: Arial, sans-serif;
    font-size: clamp(11px, 1.6vw, 15px);
    padding: 0;
    margin: 10px auto 25px;
    text-align: center;
    max-width: 700px;
}

.bro-dj-baptism-vid,
.bro-jeff-baptism-vid,
.bro-baptism-vid {
    width: 95%;
    max-width: 700px;
    aspect-ratio: 16/9;
    height: auto;
    display: block;
    margin: 20px auto;
    box-sizing: border-box;
}

.John-bible-verse {
    text-align: center;
    margin: 30px auto 10px;
    padding: 0;
}

.John3-5 {
    width: 100%;
    max-width: 650px;
    margin: 0 auto 0px;
    padding: 0 15px;
    line-height: 1.6;
    font-size: clamp(11px, 1.5vw, 15px);
}

.header-dj-baptism,
.header-jeff-baptism,
.photo-album-missions {
    font-size: clamp(28px, 5vw, 55px);
    text-align: center;
    margin: 10px auto 0;
    font-family: "Times New Roman", Times, serif;
}

.baptism-slider {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.fullscreen-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 5px;
    border-radius: 50%;
    cursor: pointer;
    display: none !important;
}

.image-wrapper-gonzaga:hover .fullscreen-icon {
    display: block !important;
}

.img-gonzaga-album.expanded .fullscreen-icon {
    display: none !important;
}

.nav-button-missions {
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    cursor: pointer;
    font-size: 28px;
    z-index: 999;
    display: none;
}

.prev-btn-missions {
    left: 15px;
    z-index: auto;
}

.next-btn-missions {
    right: 15px;
    z-index: auto;
}

.img-gonzaga-album {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 10px;
    position: relative;
    margin-bottom: 20px;
}

.image-wrapper-gonzaga {
    position: relative;
    transition: transform 0.3s ease, opacity 0.3s ease;
    cursor: pointer;
}

.image-wrapper-gonzaga img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.img-gonzaga-album.expanded .image-wrapper-gonzaga {
    opacity: 0.3;
    transform: scale(0.8);
}

.image-wrapper-gonzaga.clicked {
    grid-column: 1 / -1;
    grid-row: 1 / -1;
    z-index: 10;
    opacity: 1;
    transform: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-wrapper-gonzaga.clicked img {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.img-gonzaga-album.expanded .image-wrapper-gonzaga.clicked {
    opacity: 1;
    z-index: auto;
}

.image-container-missions img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

.album-missions h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 10px;
    margin-top: 10px;

}

.album-missions p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #555;
}

.title-missions {
    background-color: white;
    font-family: Arial, sans-serif;
    font-size: 15px;
    background-color: white;
    padding: 10px;
    padding-left: 20px;
    width: 60.10%;
}

.title-missions span {
    font-family: 'Courier New', Courier, monospace;
    font-style: normal;
    font-weight: bold;
}

.video-list-missions {
    background-color: none;
    padding-bottom: 40px;
    width: 60.10%;
}

.bar {
    height: 4px;
    width: 30px;
    background-color: white;
    margin: 5px 0;
    border-radius: 2px;
}

/* ========================= */
/*          WATCH            */
/* ========================= */

.main-video {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.video-wrapper {
    width: 100%;
    aspect-ratio: 16 / 9;
    background: black;
    border-radius: 12px;
    overflow: hidden;
}

.video-wrapper iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.main-video .title {
    margin-top: 15px;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
}


.video-wrapper {
    width: 100%;
    max-width: 800px;
    aspect-ratio: 16 / 9;
    margin: 0 auto;
}

.watch-video {
    width: 100%;
    height: 100%;
    border: none;
}

.container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}


.container .main-video {
    width: 100%;
    max-width: 800px;
    padding: 10px;
    margin-top: 10px;
}

.title-song-offering {
    font-family: 'Montserrat', sans-serif;
    padding: 10px;
    background-color: white;
    margin-top: -3px;
}

.title-song-offering span {
    font-family: 'Montserrat', sans-serif;
    padding: 10px;
    background-color: white;
    margin-top: -3px;
    font-weight: bold;
}

.video-description {
    font-family: 'Arial', sans-serif;
    font-size: 13px;
    background-color: white;
    padding: 10px;
    padding-top: 0%;
    color: #666;
}

.container .main-video video {
    width: 100%;
}

.container .main-video .title {
    color: #333;
    font-size: 23px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.videolist-watch-thumbnail {
    width: 100px;
    height: 70px;
    border-radius: 5px;
    object-fit: cover;
}

.video-list-watch::-webkit-scrollbar {
    width: 7px;
}

.video-list-watch::-webkit-scrollbar-track {
    background: #ccc;
    border-radius: 50px;
}

.video-list-watch::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 50px;
}

.video-list-watch::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.15);
}


.title-service span {
    font-family: 'Times New Roman', serif;
    font-style: normal;
    font-weight: bold;
}

.vid {
    align-items: center;
    cursor: pointer;
}

.title-service {
    font-family: 'Times New Roman', serif;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 20px;
}

.video-container {
    width: 100%;
    max-width: 800px;
    margin: 20px auto;
}

#videoPlayer {
    width: 100%;
    height: 400px;
    display: none;
}

.video-list-watch {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 20px;
    background: white;
    border-radius: 12px;
    padding: 10px;
    max-height: 400px;
    overflow-y: auto;
    position: relative;
    padding-top: 2rem;
    margin-top: 1rem;
}

.video-list-watch .vid {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #f7f7f7;
    border-radius: 8px;
    margin: 10px;
    padding: 12px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: 0.2s;
}

.video-list-watch .vid:hover {
    background: #eee;
}

.video-list-watch .vid.active1 {
    background: #2980b9;
}

.video-list-watch .vid.active1 .vtitle {
    color: white;
}

.video-list-watch img {
    width: 100px;
    height: 70px;
    border-radius: 6px;
    object-fit: cover;
}

.video-list-watch .vtitle {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    color: #333;
}

/* ========================= */
/*          ABOUT US         */
/* ========================= */
.pwb-welcome {
    position: absolute;
    font-family: Georgia, 'Times New Roman', serif;
    ;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: clamp(20px, 4vw, 55px);
    text-align: center;
    color: white;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.6);
    width: 90%;
    max-width: 900px;
}

.section-line {
    width: 80px;
    border: none;
    border-top: 2px solid rgb(5, 13, 37);
    margin: 0 auto 5px;
}

.hero-banner {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.about-left,
.about-right {
    flex: 1 1 400px;
}

.about-us-mission {
    text-align: center;
    font-size: 26px;
    color: rgb(1, 38, 70);
}

.about-us-mission-p {
    font-family: 'Canva Sans', sans-serif;
    font-size: 20px;
    line-height: 1.3;
    text-align: justify;
    color: rgb(71, 69, 69);
    text-align: justify;
    margin: 0 auto;
}

.about-us-mission-p span {
    font-weight: bold;
    color: #000000;
}

.history-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
    margin: 40px auto;
    max-width: 1000px;
    flex-wrap: wrap;
}

.history-text,
.pwb-church-img {
    flex: 1;
    max-width: 450px;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    min-width: 300px;
}

.about-us-history {
    text-align: center;
    font-size: 26px;
    color: rgb(1, 38, 70);
}

.section-line-history {
    margin-left: 0;
    width: 80px;
    border: none;
    border-top: 2px solid rgb(5, 13, 37);
    margin: 0 auto 5px;
}

.about-us-history-p {
    width: 100%;
    font-size: 16px;
    line-height: 1.7;
    color: #444;
    text-align: justify;
}

/* ========================= */
/*    MISSION AND HISTORY    */
/* ========================= */
.about-stories {
    --story-ink: #111827;
    --story-copy: #565d68;
    --story-gold: #cc993f;
    --story-border: #e8ddcb;
    width: 100%;
    margin: 55px auto 35px;
    overflow: hidden;
    background: rgba(248, 249, 250, 0.9);
    border: 1px solid var(--story-border);
    border-radius: 16px;
}

.about-story {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: clamp(38px, 6vw, 64px);
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 28px;
    background: transparent;
    border: 0;
    border-radius: 0;
}

.about-story+.about-story {
    margin-top: 0;
    padding-top: 42px;
    border-top: 1px solid var(--story-border);
}

.about-story__photo-card {
    padding: 14px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid var(--story-border);
    border-radius: 15px;
}

.about-story__photo {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
    border-radius: 11px;
}

.about-story__content {
    text-align: left;
}

/* History: text on the left, church image on the right. */
.about-story--history .about-story__photo-card {
    grid-column: 2;
    grid-row: 1;
}

.about-story--history .about-story__content {
    grid-column: 1;
    grid-row: 1;
}

.about-story__eyebrow {
    margin: 0 0 16px;
    color: var(--story-gold);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 4px;
    line-height: 1.4;
}

.about-story__content h2 {
    margin: 0 0 25px;
    color: var(--story-ink);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(36px, 4vw, 48px);
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -1.5px;
}

.about-story__lead,
.about-story__body {
    margin: 0;
    color: var(--story-copy);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.65;
}

.about-story__lead {
    margin-bottom: 19px;
    color: #3f4650;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 19px;
    line-height: 1.55;
}

@media (max-width: 820px) {
    .about-stories {
        margin-top: 38px;
    }

    .about-story {
        grid-template-columns: 1fr;
        gap: 38px;
        padding: 22px;
    }

    .about-story+.about-story {
        padding-top: 32px;
    }

    .about-story--history .about-story__photo-card,
    .about-story--history .about-story__content {
        grid-column: auto;
        grid-row: auto;
    }

    .about-story__photo-card {
        width: min(100%, 560px);
        margin: 0 auto;
    }

    .about-story__content {
        padding: 0 6px 8px;
    }
}

@media (max-width: 480px) {
    .about-story {
        padding: 13px;
    }

    .about-story+.about-story {
        margin-top: 0;
        padding-top: 25px;
    }

    .about-story__photo-card {
        padding: 8px;
    }

    .about-story__content h2 {
        font-size: 35px;
    }

    .about-story__lead {
        font-size: 17px;
    }

    .about-story__body {
        font-size: 15px;
    }
}

/* ========================= */
/*       MEET OUR PASTOR     */
/* ========================= */
.pastor-feature {
    --pastor-ink: #111827;
    --pastor-copy: #565d68;
    --pastor-gold: #cc993f;
    --pastor-border: #e8ddcb;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: clamp(38px, 6vw, 64px);
    align-items: center;
    width: 100%;
    margin: 55px auto 35px;
    padding: 28px;
    background: rgba(248, 249, 250, 0.88);
    border: 1px solid var(--pastor-border);
    border-radius: 16px;
}

.pastor-feature__photo-card {
    position: relative;
    padding: 14px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid var(--pastor-border);
    border-radius: 15px;
}

.pastor-feature__photo {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    object-position: center;
    border-radius: 11px;
}

.pastor-feature__badge {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 130px;
    padding: 13px 18px;
    color: #111827;
    background: var(--pastor-gold);
    border-radius: 7px 0 14px 0;
    box-shadow: 0 5px 12px rgba(17, 24, 39, 0.14);
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 600;
}

.pastor-feature__content {
    text-align: left;
}

.pastor-feature__eyebrow {
    margin: 0 0 16px;
    color: var(--pastor-gold);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 4px;
    line-height: 1.4;
}

.pastor-feature__content h2 {
    margin: 0;
    color: var(--pastor-ink);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(36px, 4vw, 48px);
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -1.5px;
}

.pastor-feature__name {
    margin: 24px 0 25px;
    color: var(--pastor-gold);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(28px, 3.2vw, 39px);
    font-style: italic;
    line-height: 1.15;
}

.pastor-feature__welcome,
.pastor-feature__bio {
    margin: 0;
    color: var(--pastor-copy);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.65;
}

.pastor-feature__welcome {
    margin-bottom: 19px;
}

.pastor-feature__bio+.pastor-feature__bio {
    margin-top: 19px;
}

.pastor-feature__signoff {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 27px;
}

.pastor-feature__signoff span {
    width: 48px;
    height: 1px;
    flex: 0 0 48px;
    background: var(--pastor-gold);
}

.pastor-feature__signoff p {
    margin: 0;
    color: #3f4650;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 21px;
    font-style: italic;
}

@media (max-width: 820px) {
    .pastor-feature {
        grid-template-columns: 1fr;
        gap: 38px;
        padding: 22px;
    }

    .pastor-feature__photo-card {
        width: min(100%, 560px);
        margin: 0 auto;
    }

    .pastor-feature__content {
        padding: 0 6px 8px;
    }
}

@media (max-width: 480px) {
    .pastor-feature {
        margin-top: 38px;
        padding: 13px;
    }

    .pastor-feature__photo-card {
        padding: 8px;
    }

    .pastor-feature__content h2 {
        font-size: 35px;
    }

    .pastor-feature__name {
        font-size: 27px;
    }

    .pastor-feature__welcome,
    .pastor-feature__bio {
        font-size: 15px;
    }
}

.team-container {
    text-align: center;
    padding: 50px 5px;
}

.team-title {
    font-size: 32px;
    color: #cc993f;
    letter-spacing: 0.2em;
    font-family: Georgia, 'Times New Roman', serif;
}

.separator-team {
    width: 180px;
    border: 0;
    border-top: 0.03em solid rgb(5, 13, 37);
    margin: 10px auto;
}

.team-member-info {
    text-align: left;
}

.team-member h3 {
    font-size: 22px;
    font-family: Helvetica, Arial, sans-serif;
    color: #222;
    margin: 0;
    letter-spacing: 0.1em;
}

.team-member p {
    font-size: 20px;
    font-family: eb garamond, serif;
    color: #cc993f;
    margin: 5px 0 0;
}

.team-member,
.musician-member {
    display: flex;
    align-items: center;
    gap: 15px;
    background: rgba(248, 249, 250, 0.88);
    padding: 5px;
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.team-members,
.musician-members {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 25px;
}

.musician-container {
    text-align: center;
    padding: 50px 5px;
}

.musician-title {
    font-size: 32px;
    color: #cc993f;
    letter-spacing: 0.2em;
    font-family: Georgia, 'Times New Roman', serif;
}

.separator-musician {
    width: 180px;
    border: 0;
    border-top: 0.03em solid rgb(5, 13, 37);
    margin: 10px auto;
}

.team-member img,
.musician-member img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
}

.musician-member-info {
    text-align: left;
}

.musician-member h3 {
    font-size: 22px;
    font-family: Helvetica, Arial, sans-serif;
    color: #222;
    margin: 0;
}

.musician-member p {
    font-size: 20px;
    font-family: eb garamond, serif;
    color: #cc993f;
    margin: 5px 0 0;
}

/* About Us: schedule below the map.
   Everything is scoped to this component so it cannot affect the rest of the site. */
.about-schedule {
    --schedule-bg: #fbfaf7;
    --schedule-card-bg: #ffffff;
    --schedule-ink: #111827;
    --schedule-copy: #666b73;
    --schedule-muted: #9da1a8;
    --schedule-gold: #cf993d;
    --schedule-icon-bg: #edf0f6;
    --schedule-border: #e9dfcf;
    width: 100%;
    margin: 10px auto 50px;
    padding: 64px 24px 0px;
    background: var(--schedule-bg);
    border-radius: 16px;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid var(--schedule-border);
}

.about-schedule__inner {
    width: min(100%, 896px);
    margin: 0 auto;
}

.about-schedule__header {
    text-align: center;
}

.about-schedule__eyebrow {
    margin: 0 0 17px;
    color: var(--schedule-gold);
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 4px;
    line-height: 1.3;
}

.about-schedule__header h1 {
    margin: 0;
    color: var(--schedule-ink);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(38px, 4.1vw, 52px);
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -1.8px;
}

.about-schedule__subtitle {
    margin: 20px auto 0;
    color: #5f646d;
    font-size: 18px;
    line-height: 1.6;
}

.about-schedule__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-top: 52px;
}

.about-schedule__card {
    min-height: 278px;
    padding: 32px;
    background: var(--schedule-card-bg);
    border: 1px solid var(--schedule-border);
    border-radius: 15px;
}

.about-schedule__card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.about-schedule__icon {
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    display: grid;
    place-items: center;
    background: var(--schedule-icon-bg);
    border-radius: 50%;
    color: var(--schedule-gold);
}

.about-schedule__icon svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.about-schedule__day {
    margin-top: 3px;
    color: var(--schedule-muted);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 1.4;
}

.about-schedule__card h2 {
    margin: 26px 0 9px;
    color: var(--schedule-ink);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.2;
}

.about-schedule__time {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    color: var(--schedule-gold);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}

.about-schedule__time svg {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.about-schedule__description {
    margin: 19px 0 0;
    color: var(--schedule-copy);
    font-size: 16px;
    line-height: 1.6;
}

.about-schedule__note {
    margin: 49px 0 0;
    color: #000000;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
}

@media (max-width: 720px) {
    .about-schedule {
        margin-bottom: 35px;
        padding: 52px 20px 56px;
    }

    .about-schedule__eyebrow {
        letter-spacing: 3px;
    }

    .about-schedule__header h1 {
        font-size: clamp(35px, 10vw, 44px);
        letter-spacing: -1px;
    }

    .about-schedule__subtitle {
        max-width: 520px;
        font-size: 16px;
    }

    .about-schedule__grid {
        grid-template-columns: 1fr;
        margin-top: 46px;
    }

    .about-schedule__card {
        min-height: 0;
    }

    .about-schedule__note {
        margin-top: 38px;
    }
}

@media (max-width: 420px) {
    .about-schedule {
        padding-inline: 14px;
    }

    .about-schedule__card {
        padding: 26px 24px;
    }

    .about-schedule__icon {
        width: 50px;
        height: 50px;
        flex-basis: 50px;
    }

    .about-schedule__card h2 {
        font-size: 23px;
    }
}

/* About Us: church location below the schedule.
   Scoped class names keep this section independent from the older map styles. */
.about-location {
    --location-bg: ##fbfaf73b;
    --location-card-bg: #ffffff;
    --location-ink: #111827;
    --location-copy: #666b73;
    --location-gold: #cf993d;
    --location-icon-bg: #edf0f6;
    --location-border: #e7dfd2;
    width: 100%;
    margin: 0 auto 0px;
    padding: 10px 24px 70px;
    background: var(--location-bg);
    border-radius: 16px;
    font-family: Arial, Helvetica, sans-serif;
}

.about-location__inner {
    width: min(100%, 896px);
    margin: 0 auto;
}

.about-location__header {
    text-align: center;
}

.about-location__eyebrow {
    margin: 20px 0 0px;
    color: var(--location-gold);
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 4px;
    line-height: 1.3;
}

.about-location__header h1 {
    margin: 0;
    color: var(--location-ink);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(38px, 4.1vw, 52px);
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -1.8px;
}

.about-location__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(300px, 1fr);
    gap: 28px;
    align-items: stretch;
    margin-top: 20px;
}

.about-location__map-frame {
    min-height: 430px;
    overflow: hidden;
    background: #e8e8e8;
    border: 1px solid var(--location-border);
    border-radius: 15px;
    box-shadow: 0 5px 14px rgba(17, 24, 39, 0.08);
}

.about-location__map {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 430px;
    border: 0;
    filter: grayscale(1) contrast(0.92) brightness(1.05);
}

.about-location__card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 32px;
    background: var(--location-card-bg);
    border: 1px solid var(--location-border);
    border-radius: 15px;
}

.about-location__title-row {
    display: flex;
    align-items: center;
    gap: 14px;
}

.about-location__icon {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: grid;
    place-items: center;
    color: var(--location-gold);
    background: var(--location-icon-bg);
    border-radius: 50%;
}

.about-location__icon svg,
.about-location__directions-icon svg,
.about-location__button svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.about-location__icon svg {
    width: 22px;
    height: 22px;
}

.about-location__title-row h2 {
    margin: 0;
    color: var(--location-ink);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.2;
}

.about-location__address {
    margin-top: 27px;
}

.about-location__address h3,
.about-location__directions h3 {
    margin: 0;
    color: var(--location-ink);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45;
}

.about-location__address h3 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 19px;
    font-weight: 400;
}

.about-location__address p {
    margin: 5px 0 0;
    color: #4f5560;
    font-size: 16px;
    line-height: 1.6;
}

.about-location__divider {
    height: 1px;
    margin: 25px 0 26px;
    background: #e7e1d8;
}

.about-location__directions {
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 12px;
}

.about-location__directions-icon {
    color: var(--location-gold);
}

.about-location__directions-icon svg {
    width: 19px;
    height: 19px;
}

.about-location__directions p {
    margin: 5px 0 0;
    color: var(--location-copy);
    font-size: 14px;
    line-height: 1.65;
}

.about-location__button {
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-top: auto;
    padding: 13px 20px;
    color: #111827;
    background: var(--location-gold);
    border-radius: 999px;
    box-shadow: 0 3px 7px rgba(17, 24, 39, 0.14);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.about-location__button:hover {
    background: #bc8732;
    transform: translateY(-1px);
}

.about-location__button svg {
    width: 18px;
    height: 18px;
}

@media (max-width: 800px) {
    .about-location {
        padding: 52px 20px 56px;
    }

    .about-location__grid {
        grid-template-columns: 1fr;
        margin-top: 46px;
    }

    .about-location__map-frame,
    .about-location__map {
        min-height: 390px;
    }

    .about-location__card {
        min-height: 410px;
    }
}

@media (max-width: 420px) {
    .about-location {
        padding-inline: 14px;
    }

    .about-location__header h1 {
        font-size: 36px;
        letter-spacing: -1px;
    }

    .about-location__map-frame,
    .about-location__map {
        min-height: 320px;
    }

    .about-location__card {
        min-height: 0;
        padding: 26px 24px;
    }

    .about-location__button {
        margin-top: 28px;
    }
}

/* ========================= */
/*         DONATIONS         */
/* ========================= */

.donation-message {
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    padding: 2rem;
    text-align: center;
    max-width: 800px;
    margin: 70px auto 0 auto;
    border-radius: 8px;
}

.donation-message h2 {
    margin-bottom: 1rem;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(42px, 5vw, 56px);
    line-height: 1;
    color: #111827;
}

.donation-message p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 1.7;
    color: #626873;
}

.donate-box {
    text-align: center;
    padding: 2rem 1rem;
    max-width: 500px;
    font-family: 'Montserrat', sans-serif;
}

.church-logo {
    max-width: 100px;
    margin-bottom: -5px;
}

.donate-title {
    font-size: 16px;
    margin-bottom: 1.5rem;
    color: #222;
    letter-spacing: 0.5px;
    line-height: 20px;
}

.donate-button {
    background-color: #cda453;
    color: rgb(0, 0, 0);
    text-decoration: none;
    padding: 0.75rem 1.5rem;
    border-radius: 3px;
    font-weight: 600;
    margin-top: -12px;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.donate-button:hover {
    background-color: #404f52;
}

.donate-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
    margin: 10px 0 10px 0;
}


.payment-info {
    max-width: 400px;
    text-align: center;
}

.payment-icons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.payment-icons img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: contain;
    background-color: white;
    padding: 8px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.payment-text {
    font-size: 15px;
    color: #222;
    line-height: 1.5;
}

.donate-divider {
    border: none;
    height: 1px;
    background-color: #888181;
    margin: 1rem 0;
    width: 100%;
    margin-top: 50px;
}





.bro-dj-baptism-vid,
.bro-jeff-baptism-vid {
    width: 100%;
    max-width: 700px;
    aspect-ratio: 16/9;
    height: auto;
    display: block;
    margin: 20px auto;
    box-sizing: border-box;
}

.baptism-photo-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.baptism-photo {
    width: 300px;
    height: 220px;
    object-fit: cover;
    border-radius: 16px;
    padding: 6px;
    background: linear-gradient(135deg, #f6d365, #fda085, #c98d5f);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.baptism-nav {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 20px;
}

.baptism-nav-btn {
    padding: 0.6rem 2rem;
    cursor: pointer;
    border-radius: 20px;
    background-color: hsl(39 48% 56%);
    border: none;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.25rem;
}


.baptism-nav-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.header-baptism {
    font-size: 2.5rem;
    font-weight: 700;
    margin-top: 3rem;
    margin-bottom: 0.5rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* ABOUT US */
.about-us-container {
    display: flex;
    gap: 3rem;
    align-items: flex-start;
    padding: 3rem 2rem;
    flex-wrap: wrap;
}

.section-divider {
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    width: 90%;
    max-width: 1000px;
    margin: 2rem auto;
}

.about-left {
    flex: 1;
    min-width: 300px;
}

.pwb-family-image {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    display: block;
    margin-top: 5rem;
}

.about-pwb {
    font-size: 2.2rem;
    color: #000000;
    margin-top: 1rem;
    font-weight: 500;
}

.about-right {
    flex: 1;
    min-width: 300px;
}

.about-us-mission,
.about-us-history {
    font-size: 1.8rem;
    letter-spacing: 2px;
    color: #000000;
    text-align: center;
    margin-bottom: 0.3rem;
}

.section-line,
.section-line-history {
    width: 80px;
    height: 3px;
    background: #1c2f4d;
    border: none;
    margin: 0 auto 1.5rem auto;
    border-radius: 2px;
}

.about-us-mission-p,
.about-us-history-p {
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(3px);
    padding: 1.5rem 2rem;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    line-height: 1.8;
    font-size: 1.15rem;
    color: #2b2b2b;
    text-align: justify;
}

.about-us-mission-p span,
.about-us-history-p span {
    font-weight: 700;
    color: #1c2f4d;
}

.history-container {
    display: flex;
    gap: 3rem;
    align-items: flex-start;
    padding: 2rem 2rem 3rem 2rem;
    flex-wrap: wrap;
}

.history-text {
    flex: 1;
    min-width: 300px;
}

.pwb-church-img {
    flex: 1;
    min-width: 300px;
    max-width: 500px;
    border-radius: 16px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    object-fit: cover;
    margin-top: 5rem;
}


.img-gonzaga-album {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.image-wrapper-gonzaga {
    position: relative;
    width: 200px;
    height: 150px;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
}

.image-wrapper-gonzaga img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.image-wrapper-gonzaga:hover img {
    transform: scale(1.08);
}

/* Lightbox overlay */
.lightbox-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.lightbox-overlay.active {
    display: flex;
}

.lightbox-img {
    max-width: 85%;
    max-height: 85%;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.lightbox-close {
    position: absolute;
    top: 25px;
    right: 35px;
    color: #fff;
    font-size: 2.5rem;
    cursor: pointer;
}

.lightbox-prev,
.lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 2.5rem;
    cursor: pointer;
    padding: 0 20px;
    user-select: none;
}

.lightbox-prev {
    left: 10px;
}

.lightbox-next {
    right: 10px;
}

/*About Us Map*/
.service-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4rem;
    padding: 3rem 2rem;
    flex-wrap: wrap;
}

.map-container {
    flex: 1;
    min-width: 300px;
    max-width: 550px;
}

.google-map {
    width: 100%;
    height: 400px;
    border-radius: 16px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

.service-times {
    flex: 1;
    min-width: 280px;
    text-align: center;
}

.service-times h2 {
    font-size: 1.8rem;
    letter-spacing: 6px;
    color: #1c2f4d;
    margin-bottom: 2rem;
}

.service-title {
    font-size: 1.5rem;
    letter-spacing: 3px;
    color: #1c2f4d;
    font-weight: 600;
    margin-bottom: 0.3rem;
}

.service-details {
    font-size: 1.2rem;
    color: #2b2b2b;
    margin-bottom: 2rem;
    letter-spacing: 1px;
}

.service-details:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {

    body.menu-open {
        overflow: hidden;
    }

    .hamburger {
        display: grid;
        width: 52px;
        height: 50px;
        place-items: center;
        margin-left: auto;
        margin-right: 12px;
        padding: 0;
    }

    .nav-links {
        position: fixed;
        top: var(--mobile-menu-top, 150px);
        left: 0;
        right: auto;
        display: flex;
        width: 100%;
        max-width: none;
        height: 0;
        max-height: 0;
        flex-direction: column;
        gap: 0;
        margin: 0;
        padding: 0 22px;
        overflow: hidden;
        visibility: hidden;
        opacity: 0;
        background: #fbfaf7;
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
        transform: translateY(-10px);
        transition:
            height 0.38s cubic-bezier(0.22, 1, 0.36, 1),
            max-height 0.38s cubic-bezier(0.22, 1, 0.36, 1),
            opacity 0.22s ease,
            transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
            visibility 0s linear 0.38s;
        overscroll-behavior: contain;
    }

    .nav-links.active {
        height: min(320px, calc(100vh - var(--mobile-menu-top, 150px)));
        height: min(320px, calc(100dvh - var(--mobile-menu-top, 150px)));
        max-height: min(320px, calc(100vh - var(--mobile-menu-top, 150px)));
        max-height: min(320px, calc(100dvh - var(--mobile-menu-top, 150px)));
        padding: 18px 22px 24px;
        overflow-y: auto;
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
        transition-delay: 0s;
    }

    .nav-links li {
        display: block;
        width: 100%;
        border: 0;
    }

    .nav-links a {
        display: block;
        width: 100%;
        padding: 13px 12px;
        color: #41454e;
        font-family: 'Montserrat', Arial, sans-serif;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 1.4;
        text-transform: none;
        border-radius: 8px;
        transition: background-color 0.2s ease, color 0.2s ease;
    }

    .nav-links i {
        display: none;
    }

    .nav-links a:hover,
    .nav-links a:focus-visible {
        color: #111827;
        background: #f1ede5;
        outline: none;
    }

    .nav-links .nav-active {
        color: #c08c32;
        background: transparent;
    }

    .nav-links .mobile-menu-cta a {
        padding: 13px 18px;
        color: #111827;
        background: #cda453;
        border-radius: 999px;
        text-align: center;
        font-weight: 700;
    }

    .nav-links .mobile-menu-cta a:hover,
    .nav-links .mobile-menu-cta a:focus-visible {
        color: #111827;
        background: #b98d3d;
    }

    .nav-inner {
        flex-direction: column;
        align-items: flex-start;
        position: relative;
        width: 100%;
        max-width: 100%;
        background-color: #545454;
    }

    body {
        padding: 0;
    }

    .gonzaga-kubo {
        width: 100%;
        max-width: 380px;
        height: auto;
        border-radius: 6px;
    }

    /* Mission intro (image + paragraph) */
    .mission-intro {
        flex-direction: column;
    }

    .pwb-gonzaga,
    .paragraph1-missions {
        width: 100%;
        max-width: 100%;
    }

    .mission-kubo {
        flex-direction: column;
    }

    .gonzaga-kubo,
    .paragraph2-missions {
        width: 100%;
        max-width: 100%;
    }

    /* About Us: mission + history */
    .about-us-container,
    .history-container {
        flex-direction: column;
        padding: 2rem 1rem;
        gap: 2rem;
    }

    .about-left,
    .about-right,
    .history-text,
    .pwb-church-img {
        min-width: 100%;
        max-width: 100%;
    }

    .pwb-family-image,
    .pwb-church-img {
        margin-top: 0;
    }

    /* Church album grid */
    .image-wrapper-gonzaga {
        width: 45%;
        height: 120px;
    }

    /* Service Times section (About Us Map) */
    .service-container {
        flex-direction: column;
        align-items: center;
        gap: 25px;
        padding: 2rem 1rem;
    }

    .map-container {
        width: 100%;
        max-width: 500px;
    }

    .google-map {
        width: 100%;
        max-width: 500px;
    }

    .service-times {
        margin: 0;
        text-align: center;
    }

    .nav-button-missions {
        top: 20%;
    }

    .prev-btn-missions {
        left: 15px;
    }

    .next-btn-missions {
        right: 15px;
    }

    .bro-dj-baptism-vid,
    .bro-jeff-baptism-vid {
        width: 100%;
        max-width: 100%;
        padding: 0 10px;
    }

    .footer-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 30px;
        padding: 30px 20px;

    }


    .footer-about,
    .footer-verse,
    .footer-contact {
        max-width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
    }

    .footer-contact {
        text-align: center;
        padding-right: 0;
    }

    .footer-about,
    .footer-verse {
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        padding-bottom: 25px;
    }

    .bible-verse-content {
        text-align: left;
        line-height: 1.7;
    }

    .church-paragraph-credits {
        order: 99;
        margin-top: -15px;
    }

}



@media (max-width: 480px) {

    .nav-button-missions {
        top: clamp(11%, 70vw, 21%);
    }

    .footer-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
    }

    .footer-about,
    .footer-verse,
    .footer-contact {
        max-width: 100%;
        text-align: center;
    }

    .footer-contact {
        padding-right: 0;
    }

    .church-paragraph-credits {
        margin-top: 15px;
    }

    .album-set-container {
        grid-template-columns: 1fr;
    }

    .album {
        width: 100%;
    }

    .image-wrapper-gonzaga {
        width: 100%;
        height: 180px;
    }
}