/*
Theme Name: Kadence Child - Hosanna
Template: kadence
Description: 몬트리올호산나교회 커스텀 차일드 테마
Version: 1.1
*/
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/packages/pretendard/dist/web/variable/pretendardvariable.min.css');

body, p, h1, h2, h3, h4, h5, h6, li, a, span, div, input, textarea, button {
    font-family: 'Pretendard Variable', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', sans-serif;
}
/* ================================================
   카테고리 안내글 스타일 (GnuBoard 원본 레이아웃 반응형 개선)
   ================================================ */

/* 카테고리 안내글 컨테이너 */
.category-intro-description {
    margin-bottom: 40px;
    padding: 25px 0;
    border-bottom: 2px solid #eee;
    line-height: 1.7;
}
.category-intro-description h3 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin: 25px 0 12px;
    line-height: 1.4;
}
.category-intro-description h3:first-child {
    margin-top: 0;
}

/* 기본 텍스트 스타일 (원본 .sec) */
.category-intro-description p.sec,
.category-intro-description div.sec {
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 1.8;
    color: #555;
}

/* ---- 공통 인트로 2컬럼 레이아웃 (flexbox) ---- */
#infant_intro, #child_intro, #youth_intro,
#koreanshcool_intro, #praise_intro,
#housechurch_intro, #street_intro,
#montrealministry_intro, #ews_intro,
#mission_intro {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 30px;
    align-items: flex-start;
}
#infant_intro .desc, #child_intro .desc, #youth_intro .desc,
#koreanshcool_intro .desc, #praise_intro .desc,
#housechurch_intro .desc, #street_intro .desc,
#montrealministry_intro .desc {
    flex: 1;
    min-width: 280px;
}
#infant_intro .photo, #child_intro .photo, #youth_intro .photo,
#koreanshcool_intro .photo, #praise_intro .photo,
#housechurch_intro .photo, #street_intro .photo,
#montrealministry_intro .photo {
    flex: 0 0 auto;
    max-width: 380px;
    width: 45%;
}
#infant_intro .photo img, #child_intro .photo img, #youth_intro .photo img,
#koreanshcool_intro .photo img, #praise_intro .photo img,
#housechurch_intro .photo img, #street_intro .photo img,
#montrealministry_intro .photo img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* 선교대회 캡션 */
#montrealministry_intro .photo p {
    margin: 8px 0 0;
    font-size: 13px;
    color: #7e7e7e;
    text-align: center;
}

/* 한국어학교 인사말 */
#koreanschool_greetings {
    margin-bottom: 30px;
}

/* ---- 포토 그리드 (2열) ---- */
#infant_photo, #montrealministry_photo, #street_photo,
#mission_photo {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}
#infant_photo li, #montrealministry_photo li, #street_photo li {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
}
#infant_photo img, #montrealministry_photo img, #street_photo img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* ---- 포토 그리드 (2x2) ---- */
#child_photo, #praise_photo, #joyensemble_photo {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}
#child_photo li, #praise_photo li, #joyensemble_photo li {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
}
#child_photo img, #praise_photo img, #joyensemble_photo img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* ---- 포토 그리드 (3열) ---- */
#youth_photo, #youth_photo_2 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}
#youth_photo li, #youth_photo_2 li {
    flex: 0 0 calc(33.333% - 10px);
    max-width: calc(33.333% - 10px);
}
#youth_photo img, #youth_photo_2 img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* ---- 학생부 포토 (3x2 그리드) ---- */
.youth-photo-half {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}
.youth-photo-half li {
    flex: 0 0 calc(33.333% - 10px);
    max-width: calc(33.333% - 10px);
}
.youth-photo-half img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* 학생부 교육목적 리스트 */
.youth-decimal {
    padding-left: 25px;
    list-style: decimal outside;
    margin: 15px 0;
}
.youth-decimal li {
    margin-bottom: 8px;
}

/* ---- 선교사역 포토 그리드 ---- */
#mission_photo {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}
#mission_photo li {
    flex: 0 0 calc(33.333% - 14px);
    max-width: calc(33.333% - 14px);
    text-align: center;
}
#mission_photo img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 8px;
}
#mission_photo .local {
    margin: 5px 0 2px;
    color: #d46820;
    font-size: 14px;
    line-height: 1.3;
}
#mission_photo p {
    line-height: 1.3;
    font-size: 14px;
}

/* ---- 테이블 스타일 ---- */
.category-intro-description table,
.gnu-table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0 25px;
}
.category-intro-description table th,
.category-intro-description table td,
.gnu-table th, .gnu-table td {
    border: 1px solid #ddd;
    padding: 10px 15px;
    text-align: left;
    font-size: 14px;
}
.category-intro-description table th,
.gnu-table th {
    background-color: #f4f4f4;
    font-weight: 600;
}

/* ================================================
   반응형 (모바일)
   ================================================ */
@media (max-width: 768px) {
    /* 인트로 섹션: 1컬럼으로 전환 */
    #infant_intro, #child_intro, #youth_intro,
    #koreanshcool_intro, #praise_intro,
    #housechurch_intro, #street_intro,
    #montrealministry_intro {
        flex-direction: column;
    }
    #infant_intro .photo, #child_intro .photo, #youth_intro .photo,
    #koreanshcool_intro .photo, #praise_intro .photo,
    #housechurch_intro .photo, #street_intro .photo,
    #montrealministry_intro .photo {
        width: 100%;
        max-width: 100%;
    }

    /* 포토 그리드 2열 → 1열 */
    #infant_photo li, #montrealministry_photo li, #street_photo li,
    #child_photo li, #praise_photo li, #joyensemble_photo li {
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* 3열 → 2열 */
    #youth_photo li, #youth_photo_2 li,
    .youth-photo-half li {
        flex: 0 0 calc(50% - 8px);
        max-width: calc(50% - 8px);
    }

    /* 선교사 그리드 → 2열 */
    #mission_photo li {
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}


/* Fix: Header visible above Smart Slider */
.transparent-header #masthead,
.mobile-transparent-header #masthead {
    position: relative !important;
    background: var(--global-palette4, #ffffff) !important;
}

/* Responsive YouTube iframes */
.entry-content iframe[src*='youtube'],
.entry-content iframe[src*='youtu.be'] {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

/* Teacher profile cards */
.teacher-profiles {
    display: flex !important;
    gap: 30px;
    margin: 15px 0 20px;
}
.teacher-card {
    text-align: center;
}
.teacher-card img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}
.teacher-card .teacher-name {
    margin: 6px 0 0;
    font-weight: 600;
    font-size: 15px;
}
.teacher-card .teacher-role {
    margin: 2px 0 0;
    font-size: 13px;
    color: #666;
}


/* Homepage dynamic grid */
.hosanna-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
    max-width: 1250px;
    margin: 0 auto;
    padding: 60px 20px;
}
.hosanna-grid-item {
    border-radius: 8px;
    overflow: hidden;
}

/* Sermon video - top left */
.hosanna-grid-item.sermon-video {
    background: #000;
    border-radius: 8px;
    aspect-ratio: 16 / 9;
}
.hosanna-grid-item.sermon-video iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 8px;
    display: block;
}

/* English Worship - top right */
.hosanna-grid-item.ews-link {
    aspect-ratio: 16 / 9;
}
.hosanna-grid-item.ews-link a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.hosanna-grid-item.ews-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.ews-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.35);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    transition: background 0.3s;
    padding-bottom: 15px;
}
.ews-overlay:hover {
    background: rgba(0,0,0,0.5);
}
.ews-btn {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    padding: 12px 30px;
    border: 2px solid #fff;
    border-radius: 6px;
    text-transform: none;
    letter-spacing: 0.5px;
}

/* Gallery photos - bottom left */
.hosanna-grid-item.gallery-photos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}
.gallery-thumb {
    display: block;
    overflow: hidden;
    border-radius: 6px;
    aspect-ratio: 4 / 3;
}
.gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}
.gallery-thumb:hover img {
    transform: scale(1.05);
}

/* Church news - bottom right */
.hosanna-grid-item.church-news {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    border-radius: 8px;
    padding: 30px;
    display: flex;
    flex-direction: column;
}
.news-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 20px;
}
.news-header h3 {
    color: #fff;
    margin: 0;
    font-size: 22px;
}
.news-header a {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
}
.news-header a:hover {
    color: #fff;
}
.news-list {
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news-list li {
    border-bottom: 1px solid rgba(255,255,255,0.15);
    padding: 10px 0;
}
.news-list li:last-child {
    border-bottom: none;
}
.news-list a {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    color: #eee;
    text-decoration: none;
}
.news-list a:hover {
    color: #fff;
}
.news-title {
    font-size: 15px;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 15px;
}
.news-date {
    font-size: 13px;
    color: #aaa;
    white-space: nowrap;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .hosanna-grid {
        grid-template-columns: 1fr;
        padding: 30px 15px;
    }
    .ews-btn {
        font-size: 18px;
        padding: 10px 20px;
    }
    .hosanna-grid-item.church-news {
        padding: 20px;
    }
}

/* 3x3 Navigation Grid */
.hosanna-nav-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    max-width: 1250px;
    margin: 0 auto;
    padding: 20px;
}
.nav-grid-item {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    aspect-ratio: 3 / 2;
    text-decoration: none;
}
.nav-grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.nav-grid-item:hover img {
    transform: scale(1.05);
}
.nav-grid-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: rgba(0,0,0,0.15);
    transition: background 0.3s;
    padding-bottom: 15px;
}
.nav-grid-item:hover .nav-grid-overlay {
    background: rgba(0,0,0,0.35);
}
.nav-grid-btn {
    display: inline-flex;
    align-items: flex-end;
    gap: 8px;
    background: rgba(255,255,255,0.9);
    color: #333;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 22px;
    border-radius: 30px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    transition: all 0.3s;
    white-space: nowrap;
}
.nav-grid-item:hover .nav-grid-btn {
    background: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}
.nav-grid-btn small {
    font-size: 12px;
    font-weight: 400;
    color: #888;
}
@media (max-width: 768px) {
    .hosanna-nav-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
        padding: 15px;
    }
    .nav-grid-btn {
        font-size: 13px;
        padding: 8px 14px;
    }
    .nav-grid-btn small {
        font-size: 10px;
    }
}
@media (max-width: 480px) {
    .hosanna-nav-grid {
        grid-template-columns: 1fr;
    }
}
/* Instagram links bar */
.hosanna-insta-bar {
    display: flex;
    justify-content: center;
    gap: 40px;
    max-width: 1250px;
    margin: 0 auto;
    padding: 25px 20px;
}
.insta-link {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #333;
    padding: 10px 20px;
    border-radius: 30px;
    background: #f8f8f8;
    transition: all 0.3s;
}
.insta-link:hover {
    background: #e8e8e8;
    color: #333;
    transform: translateY(-2px);
}
.insta-icon {
    width: 24px;
    height: 24px;
}
.insta-name {
    font-weight: 700;
    font-size: 15px;
}
.insta-handle {
    font-size: 13px;
    color: #888;
}
@media (max-width: 768px) {
    .hosanna-insta-bar {
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }
}
/* Instagram section v2 */
.hosanna-insta-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    max-width: 1250px;
    margin: 0 auto;
    padding: 20px 20px 30px;
}
.insta-logo {
    flex-shrink: 0;
}
.insta-logo img {
    height: 44px;
    width: auto;
    display: block;
}
.insta-btn-v2 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 44px;
    padding: 0 22px;
    background: linear-gradient(135deg, #833ab4 0%, #fd1d1d 50%, #fcb045 100%);
    color: #fff;
    text-decoration: none;
    border-radius: 22px;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    transition: all 0.3s;
}
.insta-btn-v2:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(131, 58, 180, 0.4);
}
.insta-svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}
.insta-btn-text {
    font-weight: 700;
}
.insta-btn-handle {
    font-weight: 400;
    opacity: 0.85;
    font-size: 14px;
}
@media (max-width: 768px) {
    .hosanna-insta-section {
        flex-wrap: wrap;
        gap: 10px;
    }
    .insta-logo {
        width: 100%;
        text-align: center;
    }
    .insta-btn-v2 {
        font-size: 14px;
        height: 38px;
        padding: 0 16px;
    }
}

.insta-btn-large {
    height: 52px;
    padding: 0 30px;
    font-size: 18px;
    border-radius: 26px;
    box-shadow: 0 4px 15px rgba(131, 58, 180, 0.3);
}
.insta-btn-large .insta-svg {
    width: 24px;
    height: 24px;
}
.insta-btn-large .insta-btn-handle {
    font-size: 16px;
}
@media (max-width: 768px) {
    .insta-btn-large {
        height: 46px;
        padding: 0 20px;
        font-size: 15px;
    }
    .insta-btn-large .insta-btn-handle {
        font-size: 13px;
    }
}
/* Instagram top CTA button */
.insta-page-cta-top {
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 0 0 35px;
}
.insta-btn-top {
    height: 30px;
    padding: 0 16px;
    font-size: 13px;
    border-radius: 15px;
}
.insta-btn-top .insta-svg {
    width: 16px;
    height: 16px;
}
.insta-btn-top .insta-btn-handle {
    font-size: 12px;
}
/* Header fix */
.site-header {
    position: relative;
    z-index: 100;
    background: #1a1a2e;
}
.site-header .main-navigation .primary-menu-container > ul > li > a,
.site-header .main-navigation .primary-menu-container > ul > li > .nav-drop-title-wrap > a {
    color: #ffffff;
}
.site-header .main-navigation .primary-menu-container > ul > li > a:hover,
.site-header .main-navigation .primary-menu-container > ul > li > .nav-drop-title-wrap > a:hover {
    color: #e0c080;
}
.site-header .main-navigation .primary-menu-container > ul > li.current-menu-item > a,
.site-header .main-navigation .primary-menu-container > ul > li.current-menu-item > .nav-drop-title-wrap > a {
    color: #e0c080;
}
.site-header .kadence-svg-icon {
    color: #ffffff;
}
.site-header .sub-menu {
    background: #1a1a2e;
}
.site-header .sub-menu li a {
    color: #cccccc;
}
.site-header .sub-menu li a:hover {
    color: #e0c080;
}

/* Staff page */
.staff-page { max-width: 960px; margin: 0 auto; }
.staff-hero { display: flex; gap: 40px; background: #fff; border-radius: 12px; box-shadow: 0 2px 20px rgba(0,0,0,0.08); padding: 35px; margin-bottom: 40px; }
.staff-hero-photo { flex-shrink: 0; width: 220px; }
.staff-hero-photo img { width: 100%; border-radius: 10px; display: block; }
.staff-badge { display: inline-block; background: #1a1a2e; color: #e0c080; font-size: 12px; font-weight: 700; padding: 4px 14px; border-radius: 20px; letter-spacing: 1px; margin-bottom: 10px; }
.staff-hero-name { font-size: 28px; font-weight: 800; margin: 0 0 20px; color: #1a1a2e; }
.staff-hero-name span { font-weight: 400; font-size: 20px; color: #666; }
.staff-career h4 { font-size: 14px; color: #1a1a2e; margin: 18px 0 8px; padding-bottom: 6px; border-bottom: 2px solid #e0c080; display: inline-block; }
.staff-career ul { list-style: none; padding: 0; margin: 0; }
.staff-career li { font-size: 14px; color: #555; padding: 3px 0 3px 16px; position: relative; }
.staff-career li::before { content: ""; position: absolute; left: 0; top: 11px; width: 6px; height: 6px; border-radius: 50%; background: #e0c080; }
.staff-greeting { background: linear-gradient(135deg, #f8f6f0 0%, #f0ece4 100%); border-radius: 12px; padding: 35px 40px; margin-bottom: 40px; border-left: 4px solid #e0c080; }
.staff-greeting h3 { font-size: 20px; color: #1a1a2e; margin: 0 0 15px; }
.staff-greeting p { font-size: 15px; color: #444; line-height: 1.8; margin: 0 0 10px; }
.staff-section { margin-bottom: 40px; }
.staff-section-title { font-size: 22px; color: #1a1a2e; margin: 0 0 20px; padding-bottom: 10px; border-bottom: 2px solid #eee; }
.staff-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.staff-card { display: flex; gap: 20px; background: #fff; border-radius: 10px; box-shadow: 0 2px 15px rgba(0,0,0,0.06); padding: 25px; transition: transform 0.3s; }
.staff-card:hover { transform: translateY(-3px); }
.staff-card-photo { flex-shrink: 0; width: 100px; }
.staff-card-photo img { width: 100%; border-radius: 8px; display: block; }
.staff-card-info { display: flex; flex-direction: column; justify-content: center; }
.staff-card-name { font-size: 18px; font-weight: 700; color: #1a1a2e; margin: 0 0 6px; }
.staff-card-name span { font-weight: 400; font-size: 14px; color: #888; }
.staff-card-role { font-size: 14px; color: #666; margin: 0; }
.staff-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.staff-grid-item { text-align: center; background: #fff; border-radius: 10px; box-shadow: 0 2px 15px rgba(0,0,0,0.06); padding: 25px 15px; transition: transform 0.3s; }
.staff-grid-item:hover { transform: translateY(-3px); }
.staff-grid-item img { width: 110px; height: 110px; border-radius: 50%; object-fit: cover; margin-bottom: 12px; border: 3px solid #f0ece4; }
.staff-grid-name { font-size: 17px; font-weight: 700; color: #1a1a2e; margin: 0 0 4px; }
.staff-grid-role { font-size: 13px; color: #888; margin: 0 0 8px; }
.staff-grid-email { font-size: 12px; color: #1a73e8; text-decoration: none; word-break: break-all; }
.staff-grid-email:hover { text-decoration: underline; }
@media (max-width: 768px) { .staff-hero { flex-direction: column; padding: 25px; gap: 20px; } .staff-hero-photo { width: 160px; margin: 0 auto; } .staff-cards { grid-template-columns: 1fr; } .staff-grid { grid-template-columns: 1fr 1fr; } .staff-greeting { padding: 25px; } }

/* Worship page */
.worship-page { max-width: 960px; margin: 0 auto; }
.worship-hero { position: relative; border-radius: 12px; overflow: hidden; margin-bottom: 40px; }
.worship-hero img { width: 100%; height: 300px; object-fit: cover; display: block; }
.worship-hero-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(26,26,46,0.6); display: flex; flex-direction: column; align-items: center; justify-content: center; }
.worship-hero-overlay h1 { color: #fff; font-size: 36px; margin: 0 0 8px; font-weight: 800; }
.worship-hero-overlay p { color: #e0c080; font-size: 16px; margin: 0; letter-spacing: 2px; }
.worship-section { margin-bottom: 50px; }
.worship-section-title { font-size: 24px; color: #1a1a2e; text-align: center; margin: 0 0 30px; }
.worship-section-title span { position: relative; padding: 0 20px; }
.worship-section-title span::before, .worship-section-title span::after { content: ""; position: absolute; top: 50%; width: 60px; height: 2px; background: #e0c080; }
.worship-section-title span::before { right: 100%; }
.worship-section-title span::after { left: 100%; }
.worship-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.worship-card { display: flex; align-items: center; gap: 14px; background: #fff; border-radius: 10px; box-shadow: 0 2px 12px rgba(0,0,0,0.06); padding: 18px 20px; transition: transform 0.3s, box-shadow 0.3s; }
.worship-card:hover { transform: translateY(-2px); box-shadow: 0 4px 20px rgba(0,0,0,0.1); }
.worship-card-icon { font-size: 28px; flex-shrink: 0; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; background: #f8f6f0; border-radius: 10px; }
.worship-card-name { font-size: 15px; font-weight: 700; color: #1a1a2e; margin: 0 0 3px; }
.worship-card-time { font-size: 13px; color: #e0a040; font-weight: 600; margin: 0; }
.meeting-list { background: #fff; border-radius: 12px; box-shadow: 0 2px 12px rgba(0,0,0,0.06); overflow: hidden; }
.meeting-row { display: flex; justify-content: space-between; align-items: center; padding: 16px 25px; border-bottom: 1px solid #f0f0f0; transition: background 0.2s; }
.meeting-row:last-child { border-bottom: none; }
.meeting-row:hover { background: #faf8f4; }
.meeting-name { font-size: 15px; font-weight: 600; color: #1a1a2e; }
.meeting-time { font-size: 14px; color: #666; text-align: right; }
@media (max-width: 768px) { .worship-grid { grid-template-columns: 1fr 1fr; } .worship-hero img { height: 200px; } .worship-hero-overlay h1 { font-size: 26px; } .meeting-row { flex-direction: column; align-items: flex-start; gap: 4px; } .meeting-time { text-align: left; } }
@media (max-width: 480px) { .worship-grid { grid-template-columns: 1fr; } }

/* About page */
.about-page { max-width: 960px; margin: 0 auto; }
.about-hero { position: relative; border-radius: 12px; overflow: hidden; margin-bottom: 40px; }
.about-hero img { width: 100%; height: 350px; object-fit: cover; display: block; }
.about-hero-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(26,26,46,0.55); display: flex; flex-direction: column; align-items: center; justify-content: center; }
.about-hero-overlay h1 { color: #fff; font-size: 38px; margin: 0 0 8px; font-weight: 800; letter-spacing: 2px; }
.about-hero-overlay p { color: #e0c080; font-size: 16px; margin: 0; letter-spacing: 3px; font-weight: 500; }
.about-mission { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 45px; }
.about-mission-item { text-align: center; background: #fff; border-radius: 12px; box-shadow: 0 2px 15px rgba(0,0,0,0.06); padding: 30px 20px; transition: transform 0.3s, box-shadow 0.3s; }
.about-mission-item:hover { transform: translateY(-3px); box-shadow: 0 4px 20px rgba(0,0,0,0.1); }
.about-mission-icon { font-size: 32px; margin-bottom: 12px; width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; background: #f8f6f0; border-radius: 50%; margin: 0 auto 15px; }
.about-mission-item h3 { font-size: 18px; font-weight: 700; color: #1a1a2e; margin: 0 0 10px; }
.about-mission-item p { font-size: 14px; color: #555; line-height: 1.7; margin: 0; }
.about-greeting { display: flex; gap: 40px; background: #fff; border-radius: 12px; box-shadow: 0 2px 20px rgba(0,0,0,0.08); padding: 40px; margin-bottom: 45px; }
.about-greeting-photo { flex-shrink: 0; width: 200px; text-align: center; }
.about-greeting-photo img { width: 100%; border-radius: 10px; display: block; margin-bottom: 12px; }
.about-greeting-pastor-name { font-size: 15px; font-weight: 700; color: #1a1a2e; margin: 0; }
.about-greeting-text { flex: 1; }
.about-greeting-text h2 { font-size: 24px; font-weight: 800; color: #1a1a2e; margin: 0 0 20px; padding-bottom: 12px; border-bottom: 3px solid #e0c080; display: inline-block; }
.about-greeting-text p { font-size: 15px; color: #444; line-height: 1.9; margin: 0 0 12px; }
.about-greeting-sign { font-weight: 700; color: #1a1a2e; font-style: italic; margin-top: 20px !important; }
.about-section-title { font-size: 24px; color: #1a1a2e; text-align: center; margin: 0 0 25px; }
.about-section-title span { position: relative; padding: 0 20px; }
.about-section-title span::before, .about-section-title span::after { content: ""; position: absolute; top: 50%; width: 60px; height: 2px; background: #e0c080; }
.about-section-title span::before { right: 100%; }
.about-section-title span::after { left: 100%; }
.about-church-photo { border-radius: 12px; overflow: hidden; box-shadow: 0 2px 20px rgba(0,0,0,0.08); }
.about-church-photo img { width: 100%; display: block; }
.about-photo-section { margin-bottom: 40px; }
@media (max-width: 768px) { .about-mission { grid-template-columns: 1fr; } .about-greeting { flex-direction: column; padding: 25px; gap: 20px; } .about-greeting-photo { width: 160px; margin: 0 auto; } .about-hero img { height: 220px; } .about-hero-overlay h1 { font-size: 28px; } }

/* English Worship page */
.ew-page { max-width: 960px; margin: 0 auto; }
.ew-hero { position: relative; border-radius: 12px; overflow: hidden; margin-bottom: 40px; }
.ew-hero img { width: 100%; height: 320px; object-fit: cover; display: block; }
.ew-hero-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(26,26,46,0.55); display: flex; flex-direction: column; align-items: center; justify-content: center; }
.ew-hero-overlay h1 { color: #fff; font-size: 36px; margin: 0 0 8px; font-weight: 800; letter-spacing: 2px; }
.ew-hero-overlay p { color: #e0c080; font-size: 16px; margin: 0; letter-spacing: 3px; font-weight: 500; }
.ew-intro { background: #fff; border-radius: 12px; box-shadow: 0 2px 20px rgba(0,0,0,0.08); padding: 40px; margin-bottom: 45px; border-top: 4px solid #e0c080; }
.ew-intro-title { font-size: 22px; font-weight: 800; color: #1a1a2e; margin: 0 0 20px; }
.ew-intro p { font-size: 15px; color: #444; line-height: 1.9; margin: 0 0 12px; }
.ew-info-row { display: flex; gap: 20px; margin-top: 25px; padding-top: 20px; border-top: 1px solid #eee; }
.ew-info-item { flex: 1; background: #f8f6f0; border-radius: 8px; padding: 18px 22px; }
.ew-info-item strong { display: block; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; color: #999; margin-bottom: 6px; }
.ew-info-item span { font-size: 17px; font-weight: 700; color: #1a1a2e; }
.ew-section-title { font-size: 24px; color: #1a1a2e; text-align: center; margin: 0 0 25px; }
.ew-section-title span { position: relative; padding: 0 20px; }
.ew-section-title span::before, .ew-section-title span::after { content: ""; position: absolute; top: 50%; width: 60px; height: 2px; background: #e0c080; }
.ew-section-title span::before { right: 100%; }
.ew-section-title span::after { left: 100%; }
.ew-wp-gallery { max-width: 960px; margin: 0 auto 40px !important; }
.ew-wp-gallery .wp-block-image { border-radius: 10px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.06); }
.ew-wp-gallery .wp-block-image img { transition: transform 0.4s; }
.ew-wp-gallery .wp-block-image:hover img { transform: scale(1.03); }
@media (max-width: 768px) { .ew-hero img { height: 200px; } .ew-hero-overlay h1 { font-size: 26px; } .ew-intro { padding: 25px; } .ew-info-row { flex-direction: column; gap: 10px; } }

/* Praise & Worship page */
.praise-page { max-width: 960px; margin: 0 auto; }
.praise-hero { position: relative; border-radius: 12px; overflow: hidden; margin-bottom: 40px; }
.praise-hero img { width: 100%; height: 320px; object-fit: cover; display: block; }
.praise-hero-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(26,26,46,0.55); display: flex; flex-direction: column; align-items: center; justify-content: center; }
.praise-hero-overlay h1 { color: #fff; font-size: 36px; margin: 0 0 8px; font-weight: 800; letter-spacing: 2px; }
.praise-hero-overlay p { color: #e0c080; font-size: 16px; margin: 0; letter-spacing: 3px; font-weight: 500; }
.praise-intro { background: #fff; border-radius: 12px; box-shadow: 0 2px 20px rgba(0,0,0,0.08); padding: 40px; margin-bottom: 45px; border-top: 4px solid #e0c080; }
.praise-intro-title { font-size: 22px; font-weight: 800; color: #1a1a2e; margin: 0 0 20px; }
.praise-intro p { font-size: 15px; color: #444; line-height: 1.9; margin: 0 0 12px; }
.praise-info-row { display: flex; gap: 20px; margin-top: 25px; padding-top: 20px; border-top: 1px solid #eee; }
.praise-info-item { flex: 1; background: #f8f6f0; border-radius: 8px; padding: 18px 22px; }
.praise-info-item strong { display: block; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; color: #999; margin-bottom: 6px; }
.praise-info-item span { font-size: 17px; font-weight: 700; color: #1a1a2e; }
.praise-section-title { font-size: 24px; color: #1a1a2e; text-align: center; margin: 0 0 25px; }
.praise-section-title span { position: relative; padding: 0 20px; }
.praise-section-title span::before, .praise-section-title span::after { content: ""; position: absolute; top: 50%; width: 60px; height: 2px; background: #e0c080; }
.praise-section-title span::before { right: 100%; }
.praise-section-title span::after { left: 100%; }
.praise-wp-gallery { max-width: 960px; margin: 0 auto 40px !important; }
.praise-wp-gallery .wp-block-image { border-radius: 10px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.06); }
.praise-wp-gallery .wp-block-image img { transition: transform 0.4s; }
.praise-wp-gallery .wp-block-image:hover img { transform: scale(1.03); }
@media (max-width: 768px) { .praise-hero img { height: 200px; } .praise-hero-overlay h1 { font-size: 26px; } .praise-intro { padding: 25px; } .praise-info-row { flex-direction: column; gap: 10px; } }

/* Department pages */
.dept-page { max-width: 960px; margin: 0 auto; }
.dept-hero { position: relative; border-radius: 12px; overflow: hidden; margin-bottom: 40px; }
.dept-hero img { width: 100%; height: 320px; object-fit: cover; display: block; }
.dept-hero-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(26,26,46,0.55); display: flex; flex-direction: column; align-items: center; justify-content: center; }
.dept-hero-overlay h1 { color: #fff; font-size: 36px; margin: 0 0 8px; font-weight: 800; letter-spacing: 2px; }
.dept-hero-overlay p { color: #e0c080; font-size: 16px; margin: 0; letter-spacing: 3px; font-weight: 500; }
.dept-intro { background: #fff; border-radius: 12px; box-shadow: 0 2px 20px rgba(0,0,0,0.08); padding: 40px; margin-bottom: 40px; border-top: 4px solid #e0c080; }
.dept-intro-title { font-size: 22px; font-weight: 800; color: #1a1a2e; margin: 0 0 20px; }
.dept-intro p { font-size: 15px; color: #444; line-height: 1.9; margin: 0 0 12px; }
.dept-info-row { display: flex; gap: 15px; margin-top: 25px; padding-top: 20px; border-top: 1px solid #eee; }
.dept-info-item { flex: 1; background: #f8f6f0; border-radius: 8px; padding: 18px 22px; }
.dept-info-item strong { display: block; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; color: #999; margin-bottom: 6px; }
.dept-info-item span { font-size: 16px; font-weight: 700; color: #1a1a2e; }
.dept-section-title { font-size: 24px; color: #1a1a2e; text-align: center; margin: 0 0 25px; }
.dept-section-title span { position: relative; padding: 0 20px; }
.dept-section-title span::before, .dept-section-title span::after { content: ""; position: absolute; top: 50%; width: 60px; height: 2px; background: #e0c080; }
.dept-section-title span::before { right: 100%; }
.dept-section-title span::after { left: 100%; }
.dept-staff { margin-bottom: 40px; }
.dept-staff-grid { display: flex; gap: 25px; justify-content: center; }
.dept-staff-card { text-align: center; background: #fff; border-radius: 10px; box-shadow: 0 2px 15px rgba(0,0,0,0.06); padding: 25px 30px; width: 180px; }
.dept-staff-card img { width: 120px; height: 120px; border-radius: 50%; object-fit: cover; border: 3px solid #f0ece4; margin-bottom: 12px; }
.dept-staff-name { font-size: 16px; font-weight: 700; color: #1a1a2e; margin: 0 0 4px; }
.dept-staff-role { font-size: 13px; color: #888; margin: 0; }
.dept-table-wrap { max-width: 500px; margin: 0 auto; }
.dept-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 15px rgba(0,0,0,0.06); }
.dept-table th { background: #1a1a2e; color: #e0c080; font-size: 14px; font-weight: 600; padding: 12px 20px; text-align: left; }
.dept-table td { font-size: 15px; color: #444; padding: 12px 20px; border-bottom: 1px solid #f0f0f0; }
.dept-table tr:last-child td { border-bottom: none; }
.dept-plan { margin-bottom: 40px; }
.dept-plan-card { background: #fff; border-radius: 12px; box-shadow: 0 2px 15px rgba(0,0,0,0.06); padding: 30px 35px; }
.dept-plan-card p { font-size: 15px; color: #444; line-height: 1.8; margin: 0 0 10px; }
.dept-goals { display: flex; gap: 15px; margin-top: 20px; padding-top: 15px; border-top: 1px solid #eee; }
.dept-goal { flex: 1; background: #f8f6f0; border-radius: 8px; padding: 18px; text-align: center; }
.dept-goal strong { display: block; font-size: 15px; color: #1a1a2e; margin-bottom: 6px; }
.dept-goal span { font-size: 13px; color: #888; }
.dept-greeting { margin-bottom: 40px; }
.dept-greeting-card { background: linear-gradient(135deg, #f8f6f0 0%, #f0ece4 100%); border-radius: 12px; padding: 35px 40px; border-left: 4px solid #e0c080; }
.dept-greeting-card p { font-size: 15px; color: #444; line-height: 1.9; margin: 0 0 12px; }
.dept-wp-gallery { max-width: 960px; margin: 0 auto 40px !important; }
.dept-wp-gallery .wp-block-image { border-radius: 10px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.06); }
.dept-wp-gallery .wp-block-image img { transition: transform 0.4s; }
.dept-wp-gallery .wp-block-image:hover img { transform: scale(1.03); }
@media (max-width: 768px) { .dept-hero img { height: 200px; } .dept-hero-overlay h1 { font-size: 26px; } .dept-intro { padding: 25px; } .dept-info-row { flex-direction: column; gap: 10px; } .dept-staff-grid { flex-direction: column; align-items: center; } .dept-goals { flex-direction: column; } .dept-greeting-card { padding: 25px; } }

/* Category posts list */
.cat-posts-section { max-width: 960px; margin: 40px auto 0; }
.cat-posts-title { font-size: 24px; color: #1a1a2e; text-align: center; margin: 0 0 25px; }
.cat-posts-title span { position: relative; padding: 0 20px; }
.cat-posts-title span::before, .cat-posts-title span::after { content: ""; position: absolute; top: 50%; width: 60px; height: 2px; background: #e0c080; }
.cat-posts-title span::before { right: 100%; }
.cat-posts-title span::after { left: 100%; }
.cat-posts-list { background: #fff; border-radius: 12px; box-shadow: 0 2px 15px rgba(0,0,0,0.06); overflow: hidden; }
.cat-post-item { display: flex; align-items: center; gap: 15px; padding: 14px 20px; border-bottom: 1px solid #f0f0f0; text-decoration: none; transition: background 0.2s; }
.cat-post-item:last-child { border-bottom: none; }
.cat-post-item:hover { background: #faf8f4; }
.cat-post-thumb { flex-shrink: 0; width: 50px; height: 50px; border-radius: 6px; overflow: hidden; }
.cat-post-thumb img { width: 100%; height: 100%; object-fit: cover; }
.cat-post-info { flex: 1; display: flex; justify-content: space-between; align-items: center; min-width: 0; }
.cat-post-title { font-size: 15px; font-weight: 600; color: #1a1a2e; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-right: 15px; }
.cat-post-date { font-size: 13px; color: #999; flex-shrink: 0; }
.cat-posts-pagination { text-align: center; margin-top: 20px; }
.cat-posts-pagination .page-numbers { display: inline-block; padding: 6px 12px; margin: 0 3px; border-radius: 6px; font-size: 14px; color: #1a1a2e; text-decoration: none; background: #f0f0f0; }
.cat-posts-pagination .page-numbers.current { background: #1a1a2e; color: #e0c080; }
.cat-posts-pagination .page-numbers:hover { background: #e0c080; color: #1a1a2e; }
.cat-posts-more { text-align: center; margin-top: 15px; margin-bottom: 40px; }
.cat-posts-more a { font-size: 14px; color: #1a1a2e; text-decoration: none; font-weight: 600; padding: 8px 20px; border: 2px solid #e0c080; border-radius: 6px; transition: all 0.2s; }
.cat-posts-more a:hover { background: #e0c080; color: #1a1a2e; }
@media (max-width: 768px) { .cat-post-info { flex-direction: column; align-items: flex-start; gap: 3px; } .cat-post-title { white-space: normal; margin-right: 0; } }
