{"id":1031,"date":"2026-06-16T11:08:33","date_gmt":"2026-06-16T03:08:33","guid":{"rendered":"https:\/\/demo4.yinwoodweb.com\/tiniguiban\/?page_id=1031"},"modified":"2026-06-17T13:34:45","modified_gmt":"2026-06-17T05:34:45","slug":"about-us","status":"publish","type":"page","link":"https:\/\/demo4.yinwoodweb.com\/tiniguiban\/about-us\/","title":{"rendered":"About Us"},"content":{"rendered":"\n<div class=\"wp-block-uagb-container uagb-block-086aa45d alignfull uagb-is-root-container\">\n<style data-wp-block-html=\"css\">\n\/* ========================================\n   ROOT TOKENS \u2014 Stronger palette\n   ======================================== *\/\n:root {\n    --bg: #f5f0e7;\n    --bg-alt: #ece5d8;\n    --surface: #ffffff;\n    --gold: #8b6914;\n    --gold-soft: #b89550;\n    --gold-faint: rgba(139, 105, 20, 0.1);\n    --navy: #0f1b33;\n    --navy-deep: #091225;\n    --wine: #6b1a2a;\n    --wine-soft: #8a2d40;\n    --text: #1a1410;\n    --text-body: #2e2620;\n    --text-muted: #6b5d4a;\n    --border: #d8ceba;\n    --border-light: #e5ddd0;\n    --shadow-sm: 0 2px 12px rgba(15, 27, 51, 0.06);\n    --shadow-md: 0 8px 32px rgba(15, 27, 51, 0.1);\n    --shadow-lg: 0 16px 48px rgba(15, 27, 51, 0.14);\n}\n\n\/* ========================================\n   RESET & BASE\n   ======================================== *\/\n*,\n*::before,\n*::after {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box;\n}\n\nhtml {\n    scroll-behavior: smooth;\n}\n\nbody {\n    font-family: 'Lora', Georgia, serif;\n    background: var(--bg);\n    color: var(--text-body);\n    line-height: 1.8;\n    font-size: 16.5px;\n    -webkit-font-smoothing: antialiased;\n    -moz-osx-font-smoothing: grayscale;\n    overflow-x: hidden;\n}\n\nbody::after {\n    content: '';\n    position: fixed;\n    inset: 0;\n    pointer-events: none;\n    z-index: 10000;\n    opacity: 0.02;\n    background-image: url(\"data:image\/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'\/%3E%3C\/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'\/%3E%3C\/svg%3E\");\n}\n\nimg {\n    max-width: 100%;\n    display: block;\n}\n\na {\n    color: var(--wine);\n    text-decoration: none;\n}\n\n\/* ========================================\n   PAGE WRAPPER\n   ======================================== *\/\n.page-wrap {\n    max-width: 1100px;\n    margin: 0 auto;\n    padding: 0 2rem;\n}\n\n\/* ========================================\n   HERO\n   ======================================== *\/\n.hero {\n    position: relative;\n    min-height: 92vh;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    text-align: center;\n    padding: 4rem 2rem;\n    background:\n        radial-gradient(ellipse at 50% 0%, rgba(139, 105, 20, 0.08) 0%, transparent 55%),\n        radial-gradient(ellipse at 20% 100%, rgba(107, 26, 42, 0.05) 0%, transparent 50%),\n        radial-gradient(ellipse at 80% 80%, rgba(15, 27, 51, 0.05) 0%, transparent 50%),\n        var(--bg);\n    overflow: hidden;\n}\n\n.hero::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    height: 3px;\n    background: linear-gradient(90deg, transparent, var(--gold), transparent);\n}\n\n.hero-watermark {\n    position: absolute;\n    top: 50%;\n    left: 50%;\n    transform: translate(-50%, -50%);\n    font-size: 32rem;\n    font-family: 'Playfair Display', serif;\n    color: var(--gold);\n    opacity: 0.08;\n    pointer-events: none;\n    line-height: 1;\n    user-select: none;\n}\n\n.hero-dove {\n    font-size: 2.2rem;\n    color: var(--gold);\n    margin-bottom: 1.5rem;\n    opacity: 0.7;\n    animation: bob 5s ease-in-out infinite;\n}\n\n@keyframes bob {\n    0%, 100% { transform: translateY(0); }\n    50% { transform: translateY(-8px); }\n}\n\n.hero-eyebrow {\n    font-family: 'Lora', serif;\n    font-size: 0.72rem;\n    letter-spacing: 0.35em;\n    text-transform: uppercase;\n    color: var(--gold);\n    font-weight: 500;\n    margin-bottom: 1.5rem;\n}\n\n.hero h1 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(2.6rem, 6.5vw, 5rem);\n    font-weight: 400;\n    line-height: 1.08;\n    color: var(--navy);\n    margin-bottom: 0.6rem;\n    letter-spacing: -0.015em;\n}\n\n.hero h1 em {\n    font-style: italic;\n    color: var(--wine);\n}\n\n.hero-sub {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(1rem, 2vw, 1.3rem);\n    font-weight: 400;\n    font-style: italic;\n    color: var(--text-muted);\n    max-width: 520px;\n    margin: 0.5rem auto 0;\n    line-height: 1.6;\n}\n\n\/* ornament *\/\n.ornament {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 0.8rem;\n    margin: 2.5rem 0;\n}\n\n.ornament-line {\n    width: 48px;\n    height: 1px;\n    background: var(--gold);\n    opacity: 0.5;\n}\n\n.ornament-dot {\n    width: 5px;\n    height: 5px;\n    background: var(--gold);\n    border-radius: 50%;\n    opacity: 0.6;\n}\n\n\/* hero facts *\/\n.hero-facts {\n    display: flex;\n    gap: 3rem;\n    margin-top: 1rem;\n    flex-wrap: wrap;\n    justify-content: center;\n}\n\n.hero-fact {\n    text-align: center;\n}\n\n.hero-fact dt {\n    font-size: 0.65rem;\n    letter-spacing: 0.25em;\n    text-transform: uppercase;\n    color: var(--text-muted);\n    margin-bottom: 0.25rem;\n}\n\n.hero-fact dd {\n    font-family: 'Playfair Display', serif;\n    font-size: 1.05rem;\n    font-weight: 600;\n    color: var(--navy);\n}\n\n\/* ========================================\n   NAVIGATION\n   ======================================== *\/\n.site-nav {\n    background: rgba(245, 240, 231, 0.96);\n    border-bottom: 1px solid var(--border-light);\n    backdrop-filter: blur(8px);\n    -webkit-backdrop-filter: blur(8px);\n}\n\n.site-nav .inner {\n    max-width: 1100px;\n    margin: 0 auto;\n    padding: 0.7rem 2rem;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n}\n\n.site-nav .brand {\n    font-family: 'Playfair Display', serif;\n    font-size: 1rem;\n    font-weight: 600;\n    color: var(--navy);\n}\n\n.site-nav ul {\n    list-style: none;\n    display: flex;\n    gap: 2rem;\n}\n\n.site-nav a {\n    font-family: 'Lora', serif;\n    font-size: 0.72rem;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    color: var(--text-muted);\n    font-weight: 500;\n    transition: color 0.3s;\n    text-decoration: none;\n    position: relative;\n}\n\n.site-nav a::after {\n    content: '';\n    position: absolute;\n    bottom: -3px;\n    left: 0;\n    width: 0;\n    height: 1px;\n    background: var(--gold);\n    transition: width 0.3s ease;\n}\n\n.site-nav a:hover {\n    color: var(--wine);\n}\n\n.site-nav a:hover::after {\n    width: 100%;\n}\n\n\/* ========================================\n   SECTION COMMON\n   ======================================== *\/\n.section {\n    padding: 5.5rem 0;\n}\n\n.section--alt {\n    background: var(--bg-alt);\n    margin-left: -2rem;\n    margin-right: -2rem;\n    padding-left: 2rem;\n    padding-right: 2rem;\n}\n\n.section-label {\n    font-size: 0.68rem;\n    letter-spacing: 0.3em;\n    text-transform: uppercase;\n    color: var(--gold);\n    font-weight: 500;\n    display: block;\n    margin-bottom: 0.75rem;\n}\n\n.section-title {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(1.8rem, 4vw, 2.8rem);\n    font-weight: 400;\n    color: var(--navy);\n    line-height: 1.15;\n}\n\n.section-title em {\n    font-style: italic;\n    color: var(--wine);\n}\n\n.section-lead {\n    font-family: 'Playfair Display', serif;\n    font-size: 1.1rem;\n    font-style: italic;\n    font-weight: 400;\n    color: var(--wine-soft);\n    margin-top: 0.4rem;\n}\n\n.section-divider {\n    width: 44px;\n    height: 1px;\n    background: var(--gold);\n    margin: 1.5rem 0 0;\n    position: relative;\n}\n\n.section-divider::after {\n    content: '';\n    position: absolute;\n    top: -2.5px;\n    left: 19.5px;\n    width: 5px;\n    height: 5px;\n    background: var(--gold);\n    border-radius: 50%;\n}\n\n\/* ========================================\n   SECTION 1 \u2014 HISTORY\n   ======================================== *\/\n.history-header {\n    margin-bottom: 3rem;\n}\n\n.history-grid {\n    display: grid;\n    grid-template-columns: 1.15fr 0.85fr;\n    gap: 3.5rem;\n    align-items: start;\n}\n\n.history-body p {\n    margin-bottom: 1.5rem;\n    font-size: 1rem;\n    line-height: 1.9;\n}\n\n.history-body p:first-of-type::first-letter {\n    font-family: 'Playfair Display', serif;\n    float: left;\n    font-size: 3.6rem;\n    line-height: 0.78;\n    margin: 0.08em 0.55em 0 0;\n    color: var(--wine);\n    font-weight: 700;\n}\n\n\/* sidebar cards *\/\n.history-aside {\n    position: sticky;\n    top: 1.5rem;\n    display: flex;\n    flex-direction: column;\n    gap: 1.5rem;\n}\n\n.aside-card {\n    background: var(--surface);\n    border: 1px solid var(--border);\n    padding: 2rem;\n    position: relative;\n    box-shadow: var(--shadow-sm);\n    transition: box-shadow 0.3s, transform 0.3s;\n}\n\n.aside-card:hover {\n    box-shadow: var(--shadow-md);\n    transform: translateY(-2px);\n}\n\n.aside-card::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    bottom: 0;\n    width: 3px;\n    background: linear-gradient(to bottom, var(--gold), var(--wine));\n}\n\n.aside-card .badge {\n    display: inline-block;\n    background: var(--navy);\n    color: var(--gold-soft);\n    font-family: 'Playfair Display', serif;\n    font-size: 0.88rem;\n    font-weight: 600;\n    letter-spacing: 0.08em;\n    padding: 0.3rem 1rem;\n    margin-bottom: 0.9rem;\n}\n\n.aside-card h3 {\n    font-family: 'Playfair Display', serif;\n    font-size: 1.15rem;\n    font-weight: 600;\n    color: var(--navy);\n    margin-bottom: 0.7rem;\n}\n\n.aside-card p {\n    font-size: 0.88rem;\n    color: var(--text-muted);\n    line-height: 1.7;\n}\n\n\/* ========================================\n   SECTION 2 \u2014 BACKGROUND\n   ======================================== *\/\n.bg-header {\n    margin-bottom: 3rem;\n}\n\n.bg-grid {\n    display: grid;\n    grid-template-columns: 0.85fr 1.15fr;\n    gap: 3.5rem;\n    align-items: start;\n}\n\n.bg-visual {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    text-align: center;\n    padding: 3rem 1.5rem;\n}\n\n\/* sacred flame *\/\n.flame {\n    position: relative;\n    width: 60px;\n    height: 90px;\n    margin-bottom: 2.5rem;\n}\n\n.flame-layer {\n    position: absolute;\n    bottom: 0;\n    left: 50%;\n    border-radius: 50% 50% 35% 35%;\n}\n\n.flame-layer--outer {\n    width: 44px;\n    height: 68px;\n    transform: translateX(-50%);\n    background: radial-gradient(ellipse at 50% 85%, var(--gold) 0%, var(--wine) 45%, transparent 70%);\n    animation: flicker 3.5s ease-in-out infinite;\n    opacity: 0.7;\n}\n\n.flame-layer--inner {\n    width: 22px;\n    height: 44px;\n    transform: translateX(-50%);\n    background: radial-gradient(ellipse at 50% 85%, #fff 0%, var(--gold-soft) 50%, transparent 80%);\n    animation: flicker 3.5s ease-in-out 0.4s infinite;\n    opacity: 0.5;\n}\n\n@keyframes flicker {\n    0%, 100% { transform: translateX(-50%) scaleX(1) scaleY(1); }\n    30% { transform: translateX(-50%) scaleX(0.96) scaleY(1.03); }\n    60% { transform: translateX(-50%) scaleX(1.02) scaleY(0.97); }\n}\n\n.bg-quote {\n    font-family: 'Playfair Display', serif;\n    font-size: 1.25rem;\n    font-style: italic;\n    font-weight: 400;\n    color: var(--navy);\n    line-height: 1.6;\n    max-width: 300px;\n}\n\n.bg-quote cite {\n    display: block;\n    font-family: 'Lora', serif;\n    font-size: 0.72rem;\n    font-style: normal;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    color: var(--gold);\n    margin-top: 1rem;\n}\n\n.bg-body p {\n    margin-bottom: 1.5rem;\n    font-size: 1rem;\n    line-height: 1.9;\n}\n\n.callout {\n    border-left: 2px solid var(--gold);\n    padding: 1.1rem 1.5rem;\n    background: var(--gold-faint);\n    margin: 2rem 0;\n}\n\n.callout p {\n    font-family: 'Playfair Display', serif;\n    font-size: 1.08rem;\n    font-style: italic;\n    font-weight: 400;\n    color: var(--navy);\n    line-height: 1.65;\n    margin: 0;\n}\n\n\/* ========================================\n   SECTION 3 \u2014 LITURGICAL LIFE\n   ======================================== *\/\n.lit-header {\n    margin-bottom: 2.5rem;\n}\n\n.lit-intro {\n    max-width: 680px;\n    margin-bottom: 3rem;\n}\n\n.lit-intro p {\n    font-size: 1rem;\n    line-height: 1.9;\n    margin-bottom: 1.2rem;\n}\n\n.sub-heading {\n    display: flex;\n    align-items: center;\n    gap: 1.2rem;\n    margin-bottom: 2rem;\n}\n\n.sub-heading h3 {\n    font-family: 'Playfair Display', serif;\n    font-size: 1.3rem;\n    font-weight: 500;\n    color: var(--navy);\n    white-space: nowrap;\n}\n\n.sub-heading .bar {\n    flex: 1;\n    height: 1px;\n    background: var(--border);\n}\n\n\/* sacrament grid *\/\n.sacrament-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));\n    gap: 0.75rem;\n    margin-bottom: 3rem;\n}\n\n.sac-item {\n    display: flex;\n    align-items: center;\n    gap: 0.9rem;\n    padding: 1rem 1.2rem;\n    background: var(--surface);\n    border: 1px solid var(--border-light);\n    transition: all 0.35s ease;\n    position: relative;\n    overflow: hidden;\n}\n\n.sac-item::after {\n    content: '';\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 0;\n    height: 2px;\n    background: linear-gradient(90deg, var(--gold), var(--wine));\n    transition: width 0.4s ease;\n}\n\n.sac-item:hover {\n    border-color: var(--gold-soft);\n    transform: translateY(-1px);\n    box-shadow: var(--shadow-sm);\n}\n\n.sac-item:hover::after {\n    width: 100%;\n}\n\n.sac-icon {\n    width: 32px;\n    height: 32px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n    background: linear-gradient(135deg, var(--gold-faint), rgba(107, 26, 42, 0.05));\n    border: 1px solid var(--border-light);\n    font-size: 0.85rem;\n    color: var(--gold);\n}\n\n.sac-name {\n    font-family: 'Lora', serif;\n    font-size: 0.88rem;\n    font-weight: 500;\n    color: var(--text);\n    line-height: 1.35;\n}\n\n\/* ========================================\n   CLOSING\n   ======================================== *\/\n.closing {\n    text-align: center;\n    padding: 5rem 2rem;\n    background:\n        radial-gradient(ellipse at 50% 80%, rgba(139, 105, 20, 0.08) 0%, transparent 55%),\n        var(--bg);\n}\n\n.closing .cross {\n    font-size: 1.3rem;\n    color: var(--gold);\n    opacity: 0.6;\n    margin-bottom: 1.8rem;\n}\n\n.closing blockquote {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(1rem, 2vw, 1.25rem);\n    font-weight: 400;\n    font-style: italic;\n    color: var(--text-muted);\n    max-width: 580px;\n    margin: 0 auto 1.5rem;\n    line-height: 1.75;\n}\n\n.closing .latin {\n    font-family: 'Lora', serif;\n    font-size: 0.7rem;\n    letter-spacing: 0.3em;\n    text-transform: uppercase;\n    color: var(--gold);\n    font-weight: 500;\n}\n\n\/* ========================================\n   SCROLL REVEAL\n   ======================================== *\/\n.reveal {\n    opacity: 0;\n    transform: translateY(28px);\n    transition: opacity 0.7s ease, transform 0.7s ease;\n}\n\n.reveal.visible {\n    opacity: 1;\n    transform: translateY(0);\n}\n\n.reveal-delay-1 { transition-delay: 0.1s; }\n.reveal-delay-2 { transition-delay: 0.2s; }\n.reveal-delay-3 { transition-delay: 0.3s; }\n\n\/* ========================================\n   RESPONSIVE\n   ======================================== *\/\n@media (max-width: 960px) {\n    .history-grid,\n    .bg-grid {\n        grid-template-columns: 1fr;\n        gap: 2.5rem;\n    }\n\n    .history-aside {\n        position: static;\n        flex-direction: row;\n        flex-wrap: wrap;\n    }\n\n    .aside-card {\n        flex: 1 1 260px;\n    }\n\n    .site-nav ul {\n        gap: 1.2rem;\n    }\n\n    .site-nav a {\n        font-size: 0.65rem;\n    }\n}\n\n@media (max-width: 640px) {\n    .hero {\n        min-height: 80vh;\n        padding: 3rem 1.5rem;\n    }\n\n    .hero-facts {\n        flex-direction: column;\n        gap: 1.2rem;\n    }\n\n    .hero-watermark {\n        font-size: 18rem;\n    }\n\n    .section {\n        padding: 3.5rem 0;\n    }\n\n    .site-nav .inner {\n        flex-direction: column;\n        gap: 0.4rem;\n        padding: 0.5rem 1.5rem;\n    }\n\n    .site-nav ul {\n        gap: 1rem;\n    }\n\n    .history-aside {\n        flex-direction: column;\n    }\n\n    .sacrament-grid {\n        grid-template-columns: 1fr;\n    }\n}\n<\/style>\n\n<script data-wp-block-html=\"js\">\ndocument.addEventListener('DOMContentLoaded', function () {\n    var els = document.querySelectorAll('.reveal');\n\n    \/\/ Cancel the CSS autoReveal animation so JS takes over\n    els.forEach(function (el) {\n        el.style.animation = 'none';\n    });\n\n    \/\/ If IntersectionObserver not supported, show everything\n    if (!('IntersectionObserver' in window)) {\n        els.forEach(function (el) {\n            el.classList.add('visible');\n        });\n        return;\n    }\n\n    var observer = new IntersectionObserver(\n        function (entries) {\n            entries.forEach(function (entry) {\n                if (entry.isIntersecting) {\n                    entry.target.classList.add('visible');\n                    observer.unobserve(entry.target);\n                }\n            });\n        },\n        { threshold: 0.12, rootMargin: '0px 0px -40px 0px' }\n    );\n\n    els.forEach(function (el) {\n        observer.observe(el);\n    });\n});\n<\/script>\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>About \u2014 Banal na Espiritu Parish<\/title>\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&#038;family=Lora:ital,wght@0,400;0,500;0,600;1,400;1,500&#038;display=swap\" rel=\"stylesheet\">\n    <link rel=\"stylesheet\" href=\"about.css\">\n<\/head>\n<body>\n\n    <!-- ===================== HERO ===================== -->\n    <header class=\"hero\">\n        <div class=\"hero-watermark\">\u271d<\/div>\n\n        <div class=\"hero-dove\">\ud83d\udd4a<\/div>\n        <div class=\"ornament\">\n            <span class=\"ornament-line\"><\/span>\n            <span class=\"ornament-dot\"><\/span>\n            <span class=\"ornament-line\"><\/span>\n        <\/div>\n\n        <p class=\"hero-eyebrow\">Roman Catholic Diocese of Gumaca<\/p>\n\n        <h1>Banal na Espiritu<br><em>Parish<\/em><\/h1>\n\n        <p class=\"hero-sub\">\n            Guided by the Holy Spirit \u2014 a community of faith, hope,\n            and charity in Calauag, Quezon\n        <\/p>\n\n        <div class=\"ornament\">\n            <span class=\"ornament-line\"><\/span>\n            <span class=\"ornament-dot\"><\/span>\n            <span class=\"ornament-line\"><\/span>\n        <\/div>\n\n        <dl class=\"hero-facts\">\n            <div class=\"hero-fact\">\n                <dt>Established<\/dt>\n                <dd>2007<\/dd>\n            <\/div>\n            <div class=\"hero-fact\">\n                <dt>Dedication<\/dt>\n                <dd>The Holy Spirit<\/dd>\n            <\/div>\n            <div class=\"hero-fact\">\n                <dt>Location<\/dt>\n                <dd>Brgy. Tiniguiban, Calauag<\/dd>\n            <\/div>\n        <\/dl>\n    <\/header>\n\n    <!-- ===================== NAV ===================== -->\n    <nav class=\"site-nav\">\n        <div class=\"inner\">\n            <span class=\"brand\">Banal na Espiritu Parish<\/span>\n            <ul>\n                <li><a href=\"#history\">History<\/a><\/li>\n                <li><a href=\"#background\">Background<\/a><\/li>\n                <li><a href=\"#liturgical\">Liturgical Life<\/a><\/li>\n            <\/ul>\n        <\/div>\n    <\/nav>\n\n    <!-- ===================== MAIN ===================== -->\n    <main>\n\n        <!-- ====== SECTION 1 \u2014 HISTORY ====== -->\n        <div class=\"page-wrap\">\n            <section class=\"section\" id=\"history\">\n                <div class=\"history-header reveal\">\n                    <span class=\"section-label\">01 \u2014 Our Story<\/span>\n                    <h2 class=\"section-title\">History<\/h2>\n                    <p class=\"section-lead\">Guided by the Holy Spirit<\/p>\n                    <div class=\"section-divider\"><\/div>\n                <\/div>\n\n                <div class=\"history-grid\">\n                    <div class=\"history-body reveal reveal-delay-1\">\n                        <p>Banal na Espiritu Parish was canonically established in 2007 to serve the growing spiritual needs of the faithful in Barangay Tiniguiban and neighboring communities in Calauag, Quezon. As part of the Roman Catholic Diocese of Gumaca, the parish was founded to bring the sacraments, pastoral care, and evangelizing mission of the Church closer to the people.<\/p>\n\n                        <p>Dedicated to the Holy Spirit, the parish draws inspiration from the Spirit&#8217;s guidance, wisdom, and transforming presence in the lives of believers. Since its establishment, the parish has become a center of worship, faith formation, and community service, fostering spiritual growth among its parishioners through the celebration of the Holy Eucharist, the sacraments, and various pastoral ministries.<\/p>\n\n                        <p>Over the years, Banal na Espiritu Parish has continued to strengthen its mission of building a vibrant and Christ-centered community. Guided by the gifts of the Holy Spirit, the parish remains committed to proclaiming the Gospel, nurturing discipleship, and serving as a beacon of faith, hope, and charity for all.<\/p>\n                    <\/div>\n\n                    <aside class=\"history-aside reveal reveal-delay-2\">\n                        <div class=\"aside-card\">\n                            <span class=\"badge\">Est. 2007<\/span>\n                            <h3>Canonical Establishment<\/h3>\n                            <p>Officially established as a parish of the Roman Catholic Diocese of Gumaca, serving Barangay Tiniguiban and surrounding communities in Calauag, Quezon.<\/p>\n                        <\/div>\n                        <div class=\"aside-card\">\n                            <h3>Parish Dedication<\/h3>\n                            <p>Dedicated to the Holy Spirit \u2014 the source of wisdom, strength, and divine guidance that animates the life and mission of the parish community.<\/p>\n                        <\/div>\n                    <\/aside>\n                <\/div>\n            <\/section>\n        <\/div>\n\n        <!-- ====== SECTION 2 \u2014 BACKGROUND ====== -->\n        <section class=\"section section--alt\" id=\"background\">\n            <div class=\"page-wrap\">\n                <div class=\"bg-header reveal\">\n                    <span class=\"section-label\">02 \u2014 Who We Are<\/span>\n                    <h2 class=\"section-title\">Background<\/h2>\n                    <p class=\"section-lead\">The Story of Banal na Espiritu Parish<\/p>\n                    <div class=\"section-divider\"><\/div>\n                <\/div>\n\n                <div class=\"bg-grid\">\n                    <div class=\"bg-visual reveal reveal-delay-1\">\n                        <div class=\"flame\">\n                            <div class=\"flame-layer flame-layer--outer\"><\/div>\n                            <div class=\"flame-layer flame-layer--inner\"><\/div>\n                        <\/div>\n                        <blockquote class=\"bg-quote\">\n                            &#8220;Come, Holy Spirit, fill the hearts of Your faithful and enkindle in them the fire of Your love.&#8221;\n                            <cite>\u2014 Veni Sancte Spiritus<\/cite>\n                        <\/blockquote>\n                    <\/div>\n\n                    <div class=\"bg-body reveal reveal-delay-2\">\n                        <p>The name Banal na Espiritu Parish reflects the parish&#8217;s devotion to the Holy Spirit, the source of wisdom, strength, and guidance in the Christian life. As a community of faith, the parish seeks to inspire its members to live according to the teachings of Christ through prayer, worship, and service.<\/p>\n\n                        <div class=\"callout\">\n                            <p>The Holy Spirit plays a vital role in the life of the Church, empowering believers to grow in faith and to use their gifts for the good of others.<\/p>\n                        <\/div>\n\n                        <p>Inspired by this mission, the parish fosters spiritual formation, active participation in the sacraments, and a commitment to building a compassionate and united community.<\/p>\n\n                        <p>Through its various ministries and pastoral programs, Banal na Espiritu Parish continues to nurture a spirit of faith, hope, and charity, encouraging all parishioners to become instruments of God&#8217;s love in their families and communities.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- ====== SECTION 3 \u2014 LITURGICAL LIFE ====== -->\n        <div class=\"page-wrap\">\n            <section class=\"section\" id=\"liturgical\">\n                <div class=\"lit-header reveal\">\n                    <span class=\"section-label\">03 \u2014 Worship<\/span>\n                    <h2 class=\"section-title\">Liturgical <em>Life<\/em><\/h2>\n                    <p class=\"section-lead\">Celebrating Faith Through Worship<\/p>\n                    <div class=\"section-divider\"><\/div>\n                <\/div>\n\n                <div class=\"lit-intro reveal reveal-delay-1\">\n                    <p>The liturgical life of Banal na Espiritu Parish is centered on the Holy Eucharist, the source and summit of Christian life. Through the celebration of the Mass, the sacraments, and communal prayer, the faithful are nourished spiritually and strengthened in their relationship with God.<\/p>\n                    <p>As a parish dedicated to the Holy Spirit, special devotion is given to Pentecost, commemorating the descent of the Holy Spirit upon the Apostles and the birth of the Church. Parishioners are encouraged to live out the gifts and fruits of the Holy Spirit through active participation in worship, ministry, and service.<\/p>\n                <\/div>\n\n                <div class=\"sub-heading reveal reveal-delay-2\">\n                    <h3>Sacraments &amp; Celebrations<\/h3>\n                    <span class=\"bar\"><\/span>\n                <\/div>\n\n                <div class=\"sacrament-grid reveal reveal-delay-3\">\n                    <div class=\"sac-item\">\n                        <span class=\"sac-icon\">\u271d<\/span>\n                        <span class=\"sac-name\">Daily and Sunday Holy Masses<\/span>\n                    <\/div>\n                    <div class=\"sac-item\">\n                        <span class=\"sac-icon\">\ud83d\udd25<\/span>\n                        <span class=\"sac-name\">Pentecost Sunday Celebrations<\/span>\n                    <\/div>\n                    <div class=\"sac-item\">\n                        <span class=\"sac-icon\">\ud83d\udca7<\/span>\n                        <span class=\"sac-name\">Baptisms<\/span>\n                    <\/div>\n                    <div class=\"sac-item\">\n                        <span class=\"sac-icon\">\ud83d\udd4a<\/span>\n                        <span class=\"sac-name\">Confirmations<\/span>\n                    <\/div>\n                    <div class=\"sac-item\">\n                        <span class=\"sac-icon\">\ud83d\udc8d<\/span>\n                        <span class=\"sac-name\">Holy Matrimony (Weddings)<\/span>\n                    <\/div>\n                    <div class=\"sac-item\">\n                        <span class=\"sac-icon\">\ud83d\ude4f<\/span>\n                        <span class=\"sac-name\">Sacrament of Reconciliation (Confession)<\/span>\n                    <\/div>\n                    <div class=\"sac-item\">\n                        <span class=\"sac-icon\">\ud83c\udf5e<\/span>\n                        <span class=\"sac-name\">First Holy Communion<\/span>\n                    <\/div>\n                    <div class=\"sac-item\">\n                        <span class=\"sac-icon\">\u2695<\/span>\n                        <span class=\"sac-name\">Anointing of the Sick<\/span>\n                    <\/div>\n                    <div class=\"sac-item\">\n                        <span class=\"sac-icon\">\ud83d\udd6f<\/span>\n                        <span class=\"sac-name\">Funeral Masses<\/span>\n                    <\/div>\n                    <div class=\"sac-item\">\n                        <span class=\"sac-icon\">\u2600<\/span>\n                        <span class=\"sac-name\">Eucharistic Adoration and Benediction<\/span>\n                    <\/div>\n                    <div class=\"sac-item\">\n                        <span class=\"sac-icon\">\ud83d\udcff<\/span>\n                        <span class=\"sac-name\">Novenas and Devotional Prayers<\/span>\n                    <\/div>\n                    <div class=\"sac-item\">\n                        <span class=\"sac-icon\">\u271f<\/span>\n                        <span class=\"sac-name\">Holy Week Observances<\/span>\n                    <\/div>\n                    <div class=\"sac-item\">\n                        <span class=\"sac-icon\">\u2b50<\/span>\n                        <span class=\"sac-name\">Christmas and Easter Celebrations<\/span>\n                    <\/div>\n                    <div class=\"sac-item\">\n                        <span class=\"sac-icon\">\u26ea<\/span>\n                        <span class=\"sac-name\">Parish Fiesta and Patronal Feast Activities<\/span>\n                    <\/div>\n                <\/div>\n\n                <div class=\"callout reveal\" style=\"max-width: 780px;\">\n                    <p>Through these sacred celebrations, Banal na Espiritu Parish continues to foster a vibrant faith community, guiding the faithful toward a deeper encounter with Christ and a greater openness to the work of the Holy Spirit in their daily lives.<\/p>\n                <\/div>\n            <\/section>\n        <\/div>\n\n    <\/main>\n\n    <!-- ===================== CLOSING ===================== -->\n    <section class=\"closing\">\n        <div class=\"cross\">\u271d<\/div>\n        <blockquote>\n            Come, Holy Spirit, fill the hearts of Your faithful and enkindle in them the fire of Your love. Send forth Your Spirit and they shall be created, and You shall renew the face of the earth.\n        <\/blockquote>\n        <p class=\"latin\">Veni Sancte Spiritus<\/p>\n    <\/section>\n\n    <script src=\"about.js\"><\/script>\n<\/body>\n<\/html>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>About \u2014 Banal na Espiritu Parish \u271d \ud83d\udd4a Roman Catholic Diocese of Gumaca Banal na EspirituParish Guided by the Holy [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"slim_seo":{"title":"About Us - Holy Spirit Parish","description":"About \u2014 Banal na Espiritu Parish \u271d \ud83d\udd4a Roman Catholic Diocese of Gumaca Banal na Espiritu Parish Guided by the Holy Spirit \u2014 a community of faith, hope, and chari"},"footnotes":""},"class_list":["post-1031","page","type-page","status-publish","hentry"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"phwpywadsa623","author_link":"https:\/\/demo4.yinwoodweb.com\/tiniguiban\/blog\/author\/phwpywadsa623\/"},"uagb_comment_info":0,"uagb_excerpt":"About \u2014 Banal na Espiritu Parish \u271d \ud83d\udd4a Roman Catholic Diocese of Gumaca Banal na EspirituParish Guided by the Holy [&hellip;]","_links":{"self":[{"href":"https:\/\/demo4.yinwoodweb.com\/tiniguiban\/wp-json\/wp\/v2\/pages\/1031","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/demo4.yinwoodweb.com\/tiniguiban\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/demo4.yinwoodweb.com\/tiniguiban\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/demo4.yinwoodweb.com\/tiniguiban\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/demo4.yinwoodweb.com\/tiniguiban\/wp-json\/wp\/v2\/comments?post=1031"}],"version-history":[{"count":20,"href":"https:\/\/demo4.yinwoodweb.com\/tiniguiban\/wp-json\/wp\/v2\/pages\/1031\/revisions"}],"predecessor-version":[{"id":1114,"href":"https:\/\/demo4.yinwoodweb.com\/tiniguiban\/wp-json\/wp\/v2\/pages\/1031\/revisions\/1114"}],"wp:attachment":[{"href":"https:\/\/demo4.yinwoodweb.com\/tiniguiban\/wp-json\/wp\/v2\/media?parent=1031"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}