{"id":11,"date":"2026-05-03T06:36:46","date_gmt":"2026-05-03T06:36:46","guid":{"rendered":"https:\/\/demo5.yinwoodweb.com\/mondagua\/?page_id=11"},"modified":"2026-07-22T14:36:08","modified_gmt":"2026-07-22T06:36:08","slug":"home","status":"publish","type":"page","link":"https:\/\/demo5.yinwoodweb.com\/hondagua\/","title":{"rendered":"Home"},"content":{"rendered":"\n<div class=\"wp-block-uagb-container uagb-block-9aac9aaf alignfull uagb-is-root-container\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400&#038;family=Crimson+Pro:wght@300;400;500&#038;display=swap\" rel=\"stylesheet\">\n\n<style>\n\nhtml,\nbody {\n    margin: 0;\n    padding: 0;\n    overflow-x: hidden;\n}\n\n.site,\n.site-content,\n.content-area,\n.entry-content,\n.wp-site-blocks,\n.wp-block-group {\n    margin: 0 !important;\n    padding: 0 !important;\n    max-width: 100% !important;\n}\n\n\/* -----------------------------\nFULL WIDTH HERO\n------------------------------ *\/\n\n.parish-hero {\n    position: relative;\n    width: 100vw;\n    margin-left: calc(50% - 50vw);\n    min-height: 100vh;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    overflow: hidden;\n    background:\n        radial-gradient(ellipse at 30% 80%, rgba(34, 60, 20, 0.6) 0%, transparent 50%),\n        radial-gradient(ellipse at 70% 20%, rgba(90, 65, 15, 0.4) 0%, transparent 50%),\n        linear-gradient(160deg, #1a1207 0%, #2a1f0e 30%, #1e2a12 60%, #0f1a0a 100%);\n}\n\n\/* -----------------------------\nPARTICLE CANVAS\n------------------------------ *\/\n\n#particleCanvas {\n    position: absolute;\n    inset: 0;\n    width: 100%;\n    height: 100%;\n    z-index: 1;\n    pointer-events: none;\n}\n\n\/* -----------------------------\nOVERLAY\n------------------------------ *\/\n\n.overlay {\n    position: absolute;\n    inset: 0;\n    z-index: 2;\n    background:\n        radial-gradient(ellipse at 50% 100%, rgba(30, 50, 18, 0.5) 0%, transparent 60%),\n        linear-gradient(\n            170deg,\n            rgba(18, 12, 5, 0.88) 0%,\n            rgba(35, 55, 20, 0.72) 50%,\n            rgba(60, 42, 10, 0.65) 100%\n        );\n}\n\n\/* -----------------------------\nWHEAT SCATTER LAYER\n------------------------------ *\/\n\n.wheat-scatter {\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    right: 0;\n    height: 38%;\n    z-index: 2;\n    pointer-events: none;\n    overflow: hidden;\n}\n\n.wheat-scatter .w {\n    position: absolute;\n    display: block;\n    line-height: 1;\n    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));\n    will-change: transform;\n}\n\n\/* Different float animations for variety *\/\n.wheat-scatter .w.wa {\n    animation: wheatSwayA 6s ease-in-out infinite;\n}\n.wheat-scatter .w.wb {\n    animation: wheatSwayB 7s ease-in-out infinite;\n}\n.wheat-scatter .w.wc {\n    animation: wheatSwayC 8s ease-in-out infinite;\n}\n.wheat-scatter .w.wd {\n    animation: wheatSwayD 5.5s ease-in-out infinite;\n}\n\n@keyframes wheatSwayA {\n    0%, 100% { transform: rotate(var(--rot)) translateY(0); }\n    50%      { transform: rotate(calc(var(--rot) + 4deg)) translateY(-3px); }\n}\n@keyframes wheatSwayB {\n    0%, 100% { transform: rotate(var(--rot)) translateY(0); }\n    50%      { transform: rotate(calc(var(--rot) - 3deg)) translateY(-5px); }\n}\n@keyframes wheatSwayC {\n    0%, 100% { transform: rotate(var(--rot)) translateY(0); }\n    50%      { transform: rotate(calc(var(--rot) + 5deg)) translateY(-2px); }\n}\n@keyframes wheatSwayD {\n    0%, 100% { transform: rotate(var(--rot)) translateY(0); }\n    50%      { transform: rotate(calc(var(--rot) - 4deg)) translateY(-4px); }\n}\n\n\/* -----------------------------\nCONTAINER\n------------------------------ *\/\n\n.hero-container {\n    width: 100%;\n    max-width: 1280px;\n    padding: 100px 40px;\n    position: relative;\n    z-index: 3;\n}\n\n\/* -----------------------------\nCONTENT\n------------------------------ *\/\n\n.hero-content {\n    text-align: center;\n    animation: fadeUp 1.2s cubic-bezier(0.22, 1, 0.36, 1);\n    padding-top: 100px;\n}\n\n\/* -----------------------------\nTAG\n------------------------------ *\/\n\n.parish-tag {\n    display: inline-flex;\n    padding: 12px 30px;\n    background: rgba(212, 175, 55, 0.10);\n    backdrop-filter: blur(18px);\n    border-radius: 999px;\n    border: 1px solid rgba(212, 175, 55, 0.25);\n    color: #D4AF37;\n    font-family: 'Crimson Pro', serif;\n    font-size: 13px;\n    font-weight: 500;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    margin-bottom: 40px;\n    animation: fadeUp 1s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both;\n}\n\n\/* -----------------------------\nLIFTED TITLE WITH GRADIENT\n------------------------------ *\/\n\n.hero-content h1 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(58px, 8vw, 115px);\n    line-height: .92;\n    margin-bottom: 28px;\n    font-weight: 700;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    perspective: 800px;\n    animation: fadeUp 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.4s both;\n}\n\n.hero-content h1 .line-top {\n    display: block;\n    background: linear-gradient(\n        135deg,\n        #f5eed6 0%,\n        #f5eed6 30%,\n        #D4AF37 60%,\n        #e8c54a 100%\n    );\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n    filter: drop-shadow(0 2px 2px rgba(0,0,0,0.35))\n            drop-shadow(0 6px 12px rgba(0,0,0,0.25))\n            drop-shadow(0 18px 40px rgba(0,0,0,0.18));\n    transform: rotateX(3deg) translateZ(20px);\n    transform-origin: center bottom;\n    text-shadow: none;\n    position: relative;\n    letter-spacing: 6px;\n    animation: fadeUp 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.4s both,\n               liftBreathe 5s ease-in-out 1.6s infinite;\n}\n\n.hero-content h1 .line-bottom {\n    display: block;\n    background: linear-gradient(\n        135deg,\n        #D4AF37 0%,\n        #e8c54a 30%,\n        #f5eed6 60%,\n        #f5eed6 100%\n    );\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n    filter: drop-shadow(0 2px 2px rgba(0,0,0,0.35))\n            drop-shadow(0 6px 12px rgba(0,0,0,0.25))\n            drop-shadow(0 18px 40px rgba(0,0,0,0.18));\n    transform: rotateX(3deg) translateZ(10px);\n    transform-origin: center bottom;\n    text-shadow: none;\n    position: relative;\n    font-style: italic;\n    letter-spacing: 8px;\n    font-size: 0.85em;\n    animation: fadeUp 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.55s both,\n               liftBreathe2 5s ease-in-out 1.8s infinite;\n}\n\n.hero-content h1::after {\n    content: '';\n    display: block;\n    width: 80%;\n    max-width: 500px;\n    height: 40px;\n    margin: 12px auto 0;\n    background: radial-gradient(ellipse at 50% 0%, rgba(212,175,55,0.12) 0%, transparent 70%);\n    filter: blur(10px);\n    border-radius: 50%;\n}\n\n\/* -----------------------------\nLINE\n------------------------------ *\/\n\n.gold-line {\n    width: 120px;\n    height: 3px;\n    margin: 0 auto 35px;\n    border-radius: 999px;\n    background: linear-gradient(to right, transparent, #D4AF37, #a88520, #D4AF37, transparent);\n    animation: fadeUp 1s cubic-bezier(0.22, 1, 0.36, 1) 0.6s both, shimmer 3s ease-in-out infinite;\n}\n\n@keyframes shimmer {\n    0%, 100% { opacity: 0.7; }\n    50% { opacity: 1; }\n}\n\n\/* -----------------------------\nTEXT\n------------------------------ *\/\n\n.hero-content p {\n    max-width: 700px;\n    margin: auto;\n    font-family: 'Crimson Pro', serif;\n    font-size: 21px;\n    font-weight: 300;\n    line-height: 2;\n    color: rgba(235, 228, 200, 0.88);\n    font-style: italic;\n    animation: fadeUp 1s cubic-bezier(0.22, 1, 0.36, 1) 0.7s both;\n}\n\n\/* -----------------------------\nANIMATIONS\n------------------------------ *\/\n\n@keyframes fadeUp {\n    from {\n        opacity: 0;\n        transform: translateY(35px);\n    }\n    to {\n        opacity: 1;\n        transform: translateY(0);\n    }\n}\n\n@keyframes liftBreathe {\n    0%, 100% { transform: rotateX(3deg) translateZ(20px); }\n    50%      { transform: rotateX(2deg) translateZ(26px); }\n}\n\n@keyframes liftBreathe2 {\n    0%, 100% { transform: rotateX(3deg) translateZ(10px); }\n    50%      { transform: rotateX(2deg) translateZ(16px); }\n}\n\n\/* -----------------------------\nSCROLL HINT\n------------------------------ *\/\n\n.scroll-hint {\n    position: absolute;\n    bottom: 40px;\n    left: 50%;\n    transform: translateX(-50%);\n    z-index: 3;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 10px;\n    animation: fadeUp 1s cubic-bezier(0.22, 1, 0.36, 1) 1.2s both;\n}\n\n.scroll-hint span {\n    font-family: 'Crimson Pro', serif;\n    font-size: 12px;\n    font-weight: 400;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: rgba(212, 175, 55, 0.5);\n}\n\n.scroll-line {\n    width: 1px;\n    height: 40px;\n    background: linear-gradient(to bottom, rgba(212, 175, 55, 0.5), transparent);\n    animation: scrollPulse 2s ease-in-out infinite;\n}\n\n@keyframes scrollPulse {\n    0%, 100% { opacity: 0.3; transform: scaleY(0.7); }\n    50% { opacity: 1; transform: scaleY(1); }\n}\n\n\/* -----------------------------\nTABLET\n------------------------------ *\/\n\n@media (max-width: 1024px) {\n    .hero-container {\n        padding: 80px 35px;\n    }\n    .hero-content h1 {\n        font-size: 72px;\n    }\n    .hero-content h1 .line-bottom {\n        font-size: 0.85em;\n    }\n    .hero-content p {\n        font-size: 18px;\n    }\n    .wheat-scatter .w { font-size: calc(var(--sz) * 0.8) !important; }\n}\n\n\/* -----------------------------\nMOBILE\n------------------------------ *\/\n\n@media (max-width: 768px) {\n    .hero-container {\n        padding: 70px 20px;\n    }\n    .hero-content h1 {\n        font-size: 44px;\n        letter-spacing: 2px;\n    }\n    .hero-content h1 .line-top {\n        letter-spacing: 3px;\n        transform: rotateX(2deg) translateZ(12px);\n    }\n    .hero-content h1 .line-bottom {\n        letter-spacing: 4px;\n        transform: rotateX(2deg) translateZ(6px);\n    }\n    .hero-content p {\n        font-size: 16px;\n    }\n    .scroll-hint {\n        bottom: 25px;\n    }\n    .wheat-scatter {\n        height: 28%;\n    }\n    .wheat-scatter .w { font-size: calc(var(--sz) * 0.65) !important; }\n}\n\n\/* -----------------------------\nSMALL MOBILE\n------------------------------ *\/\n\n@media (max-width: 480px) {\n    .hero-container {\n        padding: 60px 15px;\n    }\n    .hero-content h1 {\n        font-size: 36px;\n    }\n    .hero-content h1 .line-top {\n        letter-spacing: 2px;\n        transform: rotateX(1deg) translateZ(8px);\n    }\n    .hero-content h1 .line-bottom {\n        letter-spacing: 3px;\n        transform: rotateX(1deg) translateZ(4px);\n    }\n    .parish-tag {\n        font-size: 11px;\n        padding: 10px 18px;\n    }\n    .hero-content p {\n        font-size: 15px;\n    }\n    .wheat-scatter {\n        height: 22%;\n    }\n    .wheat-scatter .w { font-size: calc(var(--sz) * 0.5) !important; }\n}\n\n<\/style>\n\n<section class=\"parish-hero\">\n\n    <!-- PARTICLE CANVAS -->\n    <canvas id=\"particleCanvas\"><\/canvas>\n\n    <div class=\"overlay\"><\/div>\n\n    <!-- WHEAT SCATTER -->\n    <div class=\"wheat-scatter\" id=\"wheatScatter\"><\/div>\n\n    <div class=\"hero-container\">\n\n        <div class=\"hero-content\">\n\n            <span class=\"parish-tag\">\n                Diocese of Gumaca\n            <\/span>\n\n            <h1>\n                <span class=\"line-top\">ST. ISIDORE<\/span>\n                <span class=\"line-bottom\">THE FARMER<\/span>\n            <\/h1>\n\n            <div class=\"gold-line\"><\/div>\n\n            <p>\n                Patron of Farmers &amp; Rural Communities<br>\n                A humble laborer whose faith moved heaven to tend the earth alongside him.\n            <\/p>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n<script>\n(function () {\n\n    \/* --------------------------------\n    WHEAT SCATTER GENERATOR\n    -------------------------------- *\/\n    (function () {\n        var container = document.getElementById('wheatScatter');\n        if (!container) return;\n\n        var emojis = ['\ud83c\udf3e', '\ud83c\udf3e', '\ud83c\udf3e', '\ud83c\udf3e', '\ud83c\udf3e', '\ud83c\udf3e', '\ud83c\udf3e', '\ud83c\udf3e', '\ud83c\udf3e', '\ud83c\udf3f', '\ud83c\udf3f', '\ud83c\udf43'];\n        var sways  = ['wa', 'wb', 'wc', 'wd'];\n\n        \/* Generate 40 scattered wheat elements *\/\n        for (var i = 0; i < 40; i++) {\n            var span = document.createElement('span');\n            span.className = 'w ' + sways[i % sways.length];\n\n            \/* Random position across the bottom strip *\/\n            var x = Math.random() * 100;\n            \/* Y: spread across bottom 38% \u2014 cluster more toward bottom *\/\n            var y = 30 + Math.random() * 70;\n\n            var size = 20 + Math.random() * 32;\n            var rot  = (Math.random() - 0.5) * 60;\n            var delay = (Math.random() * 6).toFixed(2);\n            var opacity = 0.55 + Math.random() * 0.45;\n\n            span.textContent = emojis[Math.floor(Math.random() * emojis.length)];\n            span.style.left     = x + '%';\n            span.style.bottom   = (y * 0.38) + '%';\n            span.style.setProperty('--sz', size + 'px');\n            span.style.fontSize  = size + 'px';\n            span.style.setProperty('--rot', rot + 'deg');\n            span.style.transform = 'rotate(' + rot + 'deg)';\n            span.style.animationDelay = delay + 's';\n            span.style.opacity   = opacity;\n\n            container.appendChild(span);\n        }\n    })();\n\n    \/* --------------------------------\n    PARTICLE CANVAS\n    -------------------------------- *\/\n    var canvas = document.getElementById('particleCanvas');\n    var ctx = canvas.getContext('2d');\n\n    var W, H;\n    var particles = [];\n\n    function resize() {\n        var hero = canvas.parentElement;\n        W = canvas.width = hero.offsetWidth;\n        H = canvas.height = hero.offsetHeight;\n    }\n\n    \/* --------------------------------\n    WHEAT STALK PARTICLE (canvas)\n    -------------------------------- *\/\n    function Wheat() { this.reset(true); }\n    Wheat.prototype.reset = function (initial) {\n        this.x = Math.random() * W;\n        this.y = initial ? Math.random() * H : H + 60 + Math.random() * 120;\n        this.size = 30 + Math.random() * 50;\n        this.speedY = 0.2 + Math.random() * 0.4;\n        this.speedX = (Math.random() - 0.5) * 0.15;\n        this.opacity = 0.06 + Math.random() * 0.1;\n        this.swayAmp = 8 + Math.random() * 15;\n        this.swaySpeed = 0.002 + Math.random() * 0.004;\n        this.phase = Math.random() * Math.PI * 2;\n        this.rotation = (Math.random() - 0.5) * 0.3;\n    };\n    Wheat.prototype.draw = function (t) {\n        var sway = Math.sin(t * this.swaySpeed + this.phase) * this.swayAmp;\n        var cx = this.x + sway;\n        var cy = this.y;\n        var s = this.size;\n        var rot = this.rotation + Math.sin(t * this.swaySpeed + this.phase) * 0.05;\n        ctx.save();\n        ctx.globalAlpha = this.opacity;\n        ctx.translate(cx, cy);\n        ctx.rotate(rot);\n        ctx.strokeStyle = 'rgba(180, 155, 60, 0.7)';\n        ctx.lineWidth = 1.5;\n        ctx.beginPath();\n        ctx.moveTo(0, s * 0.5);\n        ctx.quadraticCurveTo(2, 0, 0, -s * 0.5);\n        ctx.stroke();\n        ctx.fillStyle = 'rgba(212, 175, 55, 0.6)';\n        for (var i = 0; i < 5; i++) {\n            var ky = -s * 0.3 - i * s * 0.08;\n            var kx = Math.sin(i * 0.9) * s * 0.03;\n            ctx.beginPath();\n            ctx.ellipse(kx, ky, s * 0.06, s * 0.04, (i % 2 === 0 ? 0.3 : -0.3), 0, Math.PI * 2);\n            ctx.fill();\n        }\n        ctx.strokeStyle = 'rgba(212, 175, 55, 0.4)';\n        ctx.lineWidth = 0.7;\n        for (var j = 0; j < 4; j++) {\n            var ay = -s * 0.35 - j * s * 0.07;\n            var dir = j % 2 === 0 ? 1 : -1;\n            ctx.beginPath();\n            ctx.moveTo(0, ay);\n            ctx.quadraticCurveTo(dir * s * 0.15, ay - s * 0.12, dir * s * 0.2, ay - s * 0.18);\n            ctx.stroke();\n        }\n        ctx.restore();\n    };\n    Wheat.prototype.update = function (t) {\n        this.y -= this.speedY;\n        this.x += this.speedX;\n        if (this.y < -this.size * 1.5) this.reset(false);\n        this.draw(t);\n    };\n\n    \/* --------------------------------\n    SUNLIGHT RAY\n    -------------------------------- *\/\n    function SunRay() { this.reset(true); }\n    SunRay.prototype.reset = function (initial) {\n        this.opacity = 0;\n        this.targetOpacity = 0.03 + Math.random() * 0.04;\n        this.x = Math.random() * W * 0.8 + W * 0.1;\n        this.y = -20;\n        this.width = 40 + Math.random() * 100;\n        this.height = H * (0.6 + Math.random() * 0.5);\n        this.speedY = 0.08 + Math.random() * 0.15;\n        this.drift = (Math.random() - 0.5) * 0.1;\n        this.pulseSpeed = 0.001 + Math.random() * 0.002;\n        this.phase = Math.random() * Math.PI * 2;\n        this.lifetime = 0;\n        this.maxLife = 4000 + Math.random() * 3000;\n    };\n    SunRay.prototype.draw = function (t) {\n        var pulse = Math.sin(t * this.pulseSpeed + this.phase);\n        var alpha = this.opacity * (0.6 + pulse * 0.4);\n        ctx.save();\n        ctx.globalAlpha = alpha;\n        var gradient = ctx.createLinearGradient(this.x, this.y, this.x, this.y + this.height);\n        gradient.addColorStop(0, 'rgba(212, 175, 55, 0.5)');\n        gradient.addColorStop(0.4, 'rgba(212, 175, 55, 0.2)');\n        gradient.addColorStop(1, 'rgba(212, 175, 55, 0)');\n        ctx.fillStyle = gradient;\n        ctx.beginPath();\n        ctx.moveTo(this.x - this.width * 0.3, this.y);\n        ctx.lineTo(this.x + this.width * 0.3, this.y);\n        ctx.lineTo(this.x + this.width * 0.6, this.y + this.height);\n        ctx.lineTo(this.x - this.width * 0.6, this.y + this.height);\n        ctx.closePath();\n        ctx.fill();\n        ctx.restore();\n    };\n    SunRay.prototype.update = function (t) {\n        this.y += this.speedY;\n        this.x += this.drift;\n        this.lifetime++;\n        if (this.lifetime < 100) this.opacity = (this.lifetime \/ 100) * this.targetOpacity;\n        else if (this.lifetime > this.maxLife - 200) this.opacity *= 0.97;\n        else this.opacity = this.targetOpacity;\n        if (this.y > H + 100 || this.opacity < 0.001) this.reset(false);\n        this.draw(t);\n    };\n\n    \/* --------------------------------\n    FIREFLY\n    -------------------------------- *\/\n    function Firefly() { this.reset(true); }\n    Firefly.prototype.reset = function (initial) {\n        this.x = Math.random() * W;\n        this.y = initial ? Math.random() * H : H + 20;\n        this.size = 1.5 + Math.random() * 3;\n        this.speedY = 0.15 + Math.random() * 0.35;\n        this.speedX = (Math.random() - 0.5) * 0.3;\n        this.opacity = 0;\n        this.targetOpacity = 0.3 + Math.random() * 0.5;\n        this.pulseSpeed = 0.003 + Math.random() * 0.008;\n        this.phase = Math.random() * Math.PI * 2;\n        this.wobbleAmp = 20 + Math.random() * 30;\n        this.wobbleSpeed = 0.002 + Math.random() * 0.004;\n        this.life = 0;\n    };\n    Firefly.prototype.draw = function (t) {\n        var pulse = Math.sin(t * this.pulseSpeed + this.phase);\n        var alpha = this.opacity * (0.4 + pulse * 0.6);\n        var wobbleX = Math.sin(t * this.wobbleSpeed + this.phase) * this.wobbleAmp;\n        var cx = this.x + wobbleX;\n        var cy = this.y;\n        ctx.save();\n        ctx.globalAlpha = alpha;\n        var glow = ctx.createRadialGradient(cx, cy, 0, cx, cy, this.size * 4);\n        glow.addColorStop(0, 'rgba(212, 175, 55, 0.4)');\n        glow.addColorStop(0.5, 'rgba(212, 175, 55, 0.1)');\n        glow.addColorStop(1, 'rgba(212, 175, 55, 0)');\n        ctx.fillStyle = glow;\n        ctx.beginPath();\n        ctx.arc(cx, cy, this.size * 4, 0, Math.PI * 2);\n        ctx.fill();\n        ctx.globalAlpha = alpha * 1.2;\n        ctx.fillStyle = '#e8d370';\n        ctx.shadowColor = '#D4AF37';\n        ctx.shadowBlur = 8;\n        ctx.beginPath();\n        ctx.arc(cx, cy, this.size, 0, Math.PI * 2);\n        ctx.fill();\n        ctx.restore();\n    };\n    Firefly.prototype.update = function (t) {\n        this.y -= this.speedY;\n        this.x += this.speedX;\n        this.life++;\n        if (this.life < 80) this.opacity = (this.life \/ 80) * this.targetOpacity;\n        else if (this.life > 600) this.opacity *= 0.98;\n        else this.opacity = this.targetOpacity;\n        if (this.y < -20 || this.opacity < 0.01) this.reset(false);\n        this.draw(t);\n    };\n\n    \/* --------------------------------\n    DUST MOTE\n    -------------------------------- *\/\n    function DustMote() { this.reset(true); }\n    DustMote.prototype.reset = function (initial) {\n        this.x = Math.random() * W;\n        this.y = initial ? Math.random() * H : H + 10;\n        this.size = 0.8 + Math.random() * 1.5;\n        this.speedY = 0.08 + Math.random() * 0.2;\n        this.opacity = 0.15 + Math.random() * 0.25;\n        this.phase = Math.random() * Math.PI * 2;\n        this.pulseSpeed = 0.004 + Math.random() * 0.006;\n        this.drift = (Math.random() - 0.5) * 0.15;\n    };\n    DustMote.prototype.draw = function (t) {\n        var pulse = Math.sin(t * this.pulseSpeed + this.phase);\n        var alpha = this.opacity * (0.5 + pulse * 0.5);\n        ctx.save();\n        ctx.globalAlpha = alpha;\n        ctx.fillStyle = 'rgba(235, 220, 160, 0.8)';\n        ctx.beginPath();\n        ctx.arc(this.x, this.y, this.size, 0, Math.PI * 2);\n        ctx.fill();\n        ctx.restore();\n    };\n    DustMote.prototype.update = function (t) {\n        this.y -= this.speedY;\n        this.x += this.drift;\n        if (this.y < -10) this.reset(false);\n        this.draw(t);\n    };\n\n    \/* --------------------------------\n    INIT\n    -------------------------------- *\/\n    function init() {\n        resize();\n        particles = [];\n\n        var wheatCount = Math.max(6, Math.floor(W \/ 180));\n        var rayCount = Math.max(3, Math.floor(W \/ 350));\n        var fireflyCount = Math.max(10, Math.floor(W \/ 80));\n        var dustCount = Math.max(30, Math.floor(W \/ 20));\n\n        for (var i = 0; i < wheatCount; i++) particles.push(new Wheat());\n        for (var i = 0; i < rayCount; i++) particles.push(new SunRay());\n        for (var i = 0; i < fireflyCount; i++) particles.push(new Firefly());\n        for (var i = 0; i < dustCount; i++) particles.push(new DustMote());\n    }\n\n    \/* --------------------------------\n    ANIMATE\n    -------------------------------- *\/\n    function animate(t) {\n        ctx.clearRect(0, 0, W, H);\n        for (var i = 0; i < particles.length; i++) particles[i].update(t);\n        requestAnimationFrame(animate);\n    }\n\n    window.addEventListener('resize', function () {\n        resize();\n        for (var i = 0; i < particles.length; i++) {\n            if (particles[i].x > W) particles[i].x = Math.random() * W;\n        }\n    });\n\n    init();\n    animate(0);\n})();\n<\/script>\n<\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-layout-flex uagb-block-0c5b1599 alignfull uagb-is-root-container\">\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>St. Isidore the Farmer 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=Source+Serif+4:ital,opsz,wght@0,8..60,300;0,8..60,400;0,8..60,500;1,8..60,300;1,8..60,400&#038;family=DM+Mono:wght@300;400;500&#038;family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200\" rel=\"stylesheet\">\n\n<style>\n    .sip-wrapper {\n        position: relative;\n        box-sizing: border-box;\n    }\n\n    .sip-wrapper {\n        --soil-deep: #2A1A0E;\n        --soil-dark: #3E2518;\n        --soil-mid: #5C3A24;\n        --soil-warm: #7A5038;\n        --harvest-gold: #C9982E;\n        --harvest-bright: #E2B840;\n        --harvest-light: #F5DA7A;\n        --wheat: #EDE0C0;\n        --wheat-cream: #F6F0E0;\n        --wheat-white: #FAF7EE;\n        --pasture-deep: #2C4A1E;\n        --pasture: #3D6B2C;\n        --pasture-mid: #5A8C45;\n        --pasture-light: #8BB874;\n        --pasture-mist: #C2DBB2;\n        --sky: #D6E8CC;\n        --text-dark: #1A1008;\n        --text-body: #4A3D2E;\n        --text-muted: #7D6E5C;\n        --text-light: #B0A28F;\n        --white: #FEFBF4;\n        --shadow-sm: 0 2px 8px rgba(42,26,14,0.08);\n        --shadow-md: 0 8px 30px rgba(42,26,14,0.12);\n        --shadow-lg: 0 20px 60px rgba(42,26,14,0.18);\n        --section-pad-y: 7rem;\n        --section-pad-x: 6rem;\n        --content-max: 1320px;\n        --hero-pad-y: 8rem;\n        --hero-pad-x: 6rem;\n        --feast-pad-y: 7rem;\n        --feast-pad-x: 6rem;\n        --diocese-pad-y: 2.8rem;\n        --diocese-pad-x: 6rem;\n        --grid-gap: 5rem;\n        --card-pad: 3rem;\n        --timeline-pl: 5rem;\n        font-family: 'Source Serif 4', Georgia, serif;\n        background: var(--wheat-white);\n        color: var(--text-dark);\n        line-height: 1.75;\n        -webkit-font-smoothing: antialiased;\n    }\n\n    .sip-wrapper * { margin: 0; padding: 0; box-sizing: border-box; }\n\n    .sip-wrapper .material-symbols-outlined {\n        font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;\n        vertical-align: middle;\n    }\n    .sip-wrapper .icon-filled {\n        font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;\n    }\n\n    \/* \u2550\u2550\u2550 HERO \u2550\u2550\u2550 *\/\n    .sip-hero {\n        min-height: 100vh; position: relative;\n        display: flex; align-items: center; overflow: hidden;\n        background: linear-gradient(165deg, var(--soil-deep) 0%, var(--soil-dark) 30%, var(--pasture-deep) 70%, var(--pasture) 100%);\n    }\n    .sip-hero::before {\n        content: ''; position: absolute; inset: 0;\n        background:\n            radial-gradient(ellipse at 15% 85%, rgba(201,152,46,0.12) 0%, transparent 50%),\n            radial-gradient(ellipse at 85% 15%, rgba(61,107,44,0.2) 0%, transparent 50%),\n            radial-gradient(ellipse at 50% 50%, rgba(226,184,64,0.04) 0%, transparent 70%);\n        z-index: 1;\n    }\n    .sip-hero-bg { position: absolute; inset: 0; z-index: 0; }\n    .sip-hero-bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.15; }\n    .sip-hero-image {\n        position: absolute; right: 0; top: 0;\n        width: 42%; height: 100%; z-index: 1; overflow: hidden;\n    }\n    .sip-hero-image::before {\n        content: ''; position: absolute; inset: 0;\n        background: linear-gradient(to right, var(--soil-deep) 0%, transparent 50%);\n        z-index: 2;\n    }\n    .sip-hero-image img { width: 100%; height: 100%; object-fit: cover; opacity: 0.4; }\n    .sip-hero-content {\n        position: relative; z-index: 2;\n        padding: var(--hero-pad-y) var(--hero-pad-x);\n        max-width: 780px;\n    }\n    .sip-hero-eyebrow {\n        font-family: 'DM Mono', monospace;\n        font-size: 0.68rem; font-weight: 400;\n        text-transform: uppercase; letter-spacing: 0.28em;\n        color: var(--harvest-bright); margin-bottom: 2rem;\n        display: flex; align-items: center; gap: 0.75rem;\n        opacity: 0; animation: sipFadeUp 0.8s ease forwards 0.2s;\n    }\n    .sip-hero-eyebrow .material-symbols-outlined { font-size: 18px; }\n    .sip-hero-title {\n        font-family: 'Playfair Display', Georgia, serif;\n        font-size: clamp(3rem, 6.5vw, 5.5rem);\n        font-weight: 400; line-height: 1.02;\n        color: var(--wheat-cream); margin-bottom: 1.8rem;\n        opacity: 0; animation: sipFadeUp 0.8s ease forwards 0.4s;\n    }\n    .sip-hero-title em { font-style: italic; color: var(--harvest-bright); }\n    .sip-hero-subtitle {\n        font-family: 'Source Serif 4', serif;\n        font-size: 1.2rem; font-weight: 300;\n        color: rgba(240,230,200,0.65);\n        max-width: 500px; margin-bottom: 3rem;\n        opacity: 0; animation: sipFadeUp 0.8s ease forwards 0.6s;\n    }\n    .sip-hero-meta {\n        display: flex; gap: 2.8rem; flex-wrap: wrap;\n        opacity: 0; animation: sipFadeUp 0.8s ease forwards 0.8s;\n    }\n    .sip-hero-meta-item { text-align: left; }\n    .sip-hero-meta-label {\n        font-family: 'DM Mono', monospace;\n        font-size: 0.58rem; text-transform: uppercase;\n        letter-spacing: 0.18em; color: var(--pasture-light);\n        margin-bottom: 0.35rem;\n    }\n    .sip-hero-meta-value {\n        font-family: 'Playfair Display', serif;\n        font-size: 1.15rem; color: var(--wheat-cream); font-weight: 500;\n    }\n    @keyframes sipFadeUp {\n        from { opacity: 0; transform: translateY(28px); }\n        to   { opacity: 1; transform: translateY(0); }\n    }\n\n    \/* \u2550\u2550\u2550 SHARED SECTION \u2550\u2550\u2550 *\/\n    .sip-section { padding: var(--section-pad-y) var(--section-pad-x); position: relative; }\n    .sip-section-inner { max-width: var(--content-max); margin: 0 auto; }\n    .sip-label {\n        font-family: 'DM Mono', monospace;\n        font-size: 0.63rem; font-weight: 400;\n        text-transform: uppercase; letter-spacing: 0.22em;\n        color: var(--pasture-mid); margin-bottom: 1rem;\n        display: flex; align-items: center; gap: 0.8rem;\n    }\n    .sip-label::before { content: ''; width: 28px; height: 1.5px; background: var(--pasture-mid); }\n    .sip-label .material-symbols-outlined { font-size: 16px; }\n    .sip-heading {\n        font-family: 'Playfair Display', Georgia, serif;\n        font-size: clamp(2.1rem, 4.5vw, 3.6rem);\n        font-weight: 500; line-height: 1.12;\n        color: var(--soil-deep); margin-bottom: 1.2rem;\n    }\n    .sip-heading em { font-style: italic; color: var(--pasture); font-weight: 400; }\n    .sip-text {\n        font-family: 'Source Serif 4', serif;\n        font-size: 1.1rem; font-weight: 300;\n        color: var(--text-muted); max-width: 600px; line-height: 1.9;\n        text-align: justify;\n    }\n    .sip-fade {\n        opacity: 0; transform: translateY(35px);\n        transition: opacity 0.8s cubic-bezier(0.16,1,0.3,1), transform 0.8s cubic-bezier(0.16,1,0.3,1);\n    }\n    .sip-fade.sip-visible { opacity: 1; transform: translateY(0); }\n\n    \/* \u2550\u2550\u2550 SAINT \u2550\u2550\u2550 *\/\n    .sip-saint { background: var(--white); }\n    .sip-saint-grid {\n        display: grid; grid-template-columns: 1fr 1.2fr;\n        gap: var(--grid-gap); margin-top: 3.5rem; align-items: start;\n    }\n    .sip-saint-portrait {\n        position: relative; aspect-ratio: 3\/4;\n        overflow: hidden; border-radius: 3px;\n        box-shadow: var(--shadow-lg);\n        transition: transform 0.5s cubic-bezier(0.16,1,0.3,1), box-shadow 0.5s ease;\n    }\n    .sip-saint-portrait:hover { transform: translateY(-6px); box-shadow: 0 28px 70px rgba(42,26,14,0.22); }\n    .sip-saint-portrait::before {\n        content: ''; position: absolute; inset: 10px;\n        border: 1px solid rgba(201,152,46,0.25);\n        border-radius: 2px; z-index: 3; pointer-events: none;\n    }\n    .sip-saint-portrait::after {\n        content: ''; position: absolute; inset: 0;\n        background: linear-gradient(to top, rgba(42,26,14,0.7) 0%, transparent 50%); z-index: 2;\n    }\n    .sip-saint-portrait img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s cubic-bezier(0.16,1,0.3,1); }\n    .sip-saint-portrait:hover img { transform: scale(1.04); }\n    .sip-saint-portrait-caption {\n        position: absolute; bottom: 1.5rem; left: 1.5rem; right: 1.5rem;\n        z-index: 4; font-family: 'Playfair Display', serif;\n        font-size: 1.4rem; color: var(--wheat-cream); font-weight: 500;\n    }\n    .sip-saint-portrait-caption span {\n        display: block; font-family: 'DM Mono', monospace;\n        font-size: 0.6rem; letter-spacing: 0.15em;\n        color: var(--harvest-bright); text-transform: uppercase; margin-top: 0.3rem;\n    }\n    .sip-saint-details { padding-top: 0.5rem; }\n    .sip-saint-quote {\n        font-family: 'Playfair Display', serif;\n        font-style: italic; font-size: 1.45rem; font-weight: 400;\n        color: var(--pasture); border-left: 3px solid var(--harvest-gold);\n        padding-left: 1.8rem; margin-bottom: 2.2rem; line-height: 1.55; position: relative;\n    }\n    .sip-saint-quote .material-symbols-outlined {\n        position: absolute; left: -1.8rem; top: -2rem;\n        font-size: 40px; color: var(--harvest-light); opacity: 0.3;\n    }\n    .sip-saint-bio {\n        font-family: 'Source Serif 4', serif;\n        font-size: 1.08rem; font-weight: 300;\n        color: var(--text-muted); line-height: 1.95; margin-bottom: 1.4rem;\n        text-align: justify;\n    }\n    .sip-saint-bio strong { font-weight: 500; color: var(--text-body); }\n    .sip-saint-stats {\n        display: grid; grid-template-columns: repeat(3, 1fr);\n        gap: 1.5rem; margin-top: 2.5rem; padding-top: 2.2rem;\n        border-top: 1px solid rgba(201,152,46,0.15);\n    }\n    .sip-stat {\n        text-align: center; padding: 1.2rem 0.5rem; border-radius: 3px;\n        transition: background 0.3s, transform 0.3s;\n    }\n    .sip-stat:hover { background: rgba(201,152,46,0.06); transform: translateY(-3px); }\n    .sip-stat .material-symbols-outlined { font-size: 22px; color: var(--harvest-gold); margin-bottom: 0.5rem; display: block; }\n    .sip-stat-number { font-family: 'Playfair Display', serif; font-size: 1.9rem; font-weight: 600; color: var(--pasture); line-height: 1; }\n    .sip-stat-label { font-family: 'DM Mono', monospace; font-size: 0.58rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--text-light); margin-top: 0.4rem; }\n\n    \/* \u2550\u2550\u2550 MIRACLES \u2550\u2550\u2550 *\/\n    .sip-miracles { background: linear-gradient(180deg, var(--wheat-white), var(--sky)); overflow: hidden; }\n    .sip-miracles::before {\n        content: ''; position: absolute; top: -120px; right: -120px;\n        width: 450px; height: 450px; border-radius: 50%;\n        background: radial-gradient(circle, rgba(194,219,178,0.25) 0%, transparent 70%);\n        pointer-events: none;\n    }\n    .sip-timeline { margin-top: 3.5rem; position: relative; padding-left: var(--timeline-pl); }\n    .sip-timeline::before {\n        content: ''; position: absolute; left: 28px; top: 0; bottom: 0;\n        width: 2px; background: linear-gradient(to bottom, var(--harvest-gold), var(--pasture-mid), transparent);\n    }\n    .sip-timeline-item {\n        position: relative; padding-bottom: 3.5rem;\n        display: flex; align-items: flex-start; gap: 2.5rem;\n        opacity: 0; transform: translateX(25px);\n        transition: opacity 0.6s, transform 0.6s;\n    }\n    .sip-timeline-item.sip-visible { opacity: 1; transform: translateX(0); }\n    .sip-timeline-circle { position: relative; flex-shrink: 0; width: 56px; height: 56px; }\n    .sip-timeline-circle::before {\n        content: ''; position: absolute;\n        left: -5rem; top: 50%;\n        transform: translate(-50%, -50%) translateX(28px);\n        width: 14px; height: 14px; background: var(--harvest-gold);\n        border: 3px solid var(--wheat-white); border-radius: 50%;\n        box-shadow: 0 0 0 5px rgba(201,152,46,0.15);\n        z-index: 3; transition: box-shadow 0.3s, transform 0.3s;\n    }\n    .sip-timeline-item:hover .sip-timeline-circle::before {\n        box-shadow: 0 0 0 8px rgba(201,152,46,0.25);\n        transform: translate(-50%, -50%) translateX(28px) scale(1.2);\n    }\n    .sip-timeline-avatar {\n        width: 56px; height: 56px; border-radius: 50%;\n        overflow: hidden; border: 2px solid var(--harvest-gold);\n        box-shadow: 0 3px 12px rgba(42,26,14,0.12);\n        transition: transform 0.4s cubic-bezier(0.16,1,0.3,1), box-shadow 0.4s;\n        position: absolute; left: -5rem; top: 50%;\n        transform: translate(-50%, -50%) translateX(28px);\n        z-index: 4; background: linear-gradient(135deg, var(--pasture-deep), var(--pasture));\n        display: flex; align-items: center; justify-content: center;\n    }\n    .sip-timeline-item:hover .sip-timeline-avatar {\n        transform: translate(-50%, -50%) translateX(28px) scale(1.08);\n        box-shadow: 0 6px 20px rgba(42,26,14,0.2);\n    }\n    .sip-timeline-avatar .material-symbols-outlined { font-size: 24px; color: var(--harvest-bright); }\n    .sip-timeline-avatar img { width: 100%; height: 100%; object-fit: cover; }\n    .sip-timeline-content {\n        flex: 1; background: var(--white); border-radius: 4px;\n        padding: 2rem 2.2rem; border: 1px solid rgba(201,152,46,0.1);\n        box-shadow: var(--shadow-sm);\n        transition: transform 0.4s cubic-bezier(0.16,1,0.3,1), box-shadow 0.4s, border-color 0.3s;\n    }\n    .sip-timeline-item:hover .sip-timeline-content {\n        transform: translateX(6px); box-shadow: var(--shadow-md); border-color: rgba(201,152,46,0.25);\n    }\n    .sip-timeline-title {\n        font-family: 'Playfair Display', serif;\n        font-size: 1.35rem; font-weight: 500;\n        color: var(--soil-deep); margin-bottom: 0.5rem; transition: color 0.3s;\n    }\n    .sip-timeline-item:hover .sip-timeline-title { color: var(--pasture); }\n    .sip-timeline-text { font-family: 'Source Serif 4', serif; font-size: 1.02rem; font-weight: 300; color: var(--text-muted); line-height: 1.85; text-align: justify; }\n\n    \/* \u2550\u2550\u2550 PRIEST \u2550\u2550\u2550 *\/\n    .sip-priest {\n        background: linear-gradient(170deg, var(--soil-deep) 0%, var(--soil-dark) 60%, var(--pasture-deep) 100%);\n        color: var(--wheat-cream); overflow: hidden;\n    }\n    .sip-priest::before {\n        content: ''; position: absolute; inset: 0;\n        background:\n            radial-gradient(ellipse at 80% 40%, rgba(61,107,44,0.12) 0%, transparent 55%),\n            radial-gradient(ellipse at 15% 80%, rgba(201,152,46,0.06) 0%, transparent 50%);\n        pointer-events: none;\n    }\n    .sip-priest .sip-label { color: var(--pasture-light); }\n    .sip-priest .sip-label::before { background: var(--pasture-light); }\n    .sip-priest .sip-heading { color: var(--wheat-cream); }\n    .sip-priest .sip-heading em { color: var(--harvest-bright); }\n    .sip-priest-card {\n        position: relative; z-index: 2;\n        display: grid; grid-template-columns: auto 1fr;\n        gap: 3.5rem; margin-top: 3.5rem;\n        background: rgba(255,255,255,0.03);\n        border: 1px solid rgba(201,152,46,0.12); border-radius: 4px;\n        padding: var(--card-pad);\n        backdrop-filter: blur(12px);\n        transition: transform 0.5s cubic-bezier(0.16,1,0.3,1), box-shadow 0.5s, border-color 0.4s;\n    }\n    .sip-priest-card:hover { transform: translateY(-5px); box-shadow: 0 20px 60px rgba(0,0,0,0.2); border-color: rgba(201,152,46,0.25); }\n    .sip-priest-portrait {\n        width: 200px; height: 260px; flex-shrink: 0;\n        border-radius: 3px; overflow: hidden;\n        border: 1px solid rgba(201,152,46,0.2);\n        background: linear-gradient(135deg, var(--pasture-deep), var(--soil-mid));\n        transition: transform 0.5s cubic-bezier(0.16,1,0.3,1);\n    }\n    .sip-priest-card:hover .sip-priest-portrait { transform: scale(1.02); }\n    .sip-priest-portrait img { width: 100%; height: 100%; object-fit: cover; }\n    .sip-priest-info h3 { font-family: 'Playfair Display', serif; font-size: 1.9rem; font-weight: 500; color: var(--wheat-cream); margin-bottom: 0.3rem; }\n    .sip-priest-role { font-family: 'DM Mono', monospace; font-size: 0.62rem; text-transform: uppercase; letter-spacing: 0.18em; color: var(--harvest-bright); margin-bottom: 1.5rem; }\n    .sip-priest-desc { font-family: 'Source Serif 4', serif; font-size: 1.05rem; font-weight: 300; color: rgba(240,230,200,0.55); line-height: 1.9; margin-bottom: 1.5rem; text-align: justify; }\n    .sip-priest-contacts { display: flex; gap: 2.2rem; flex-wrap: wrap; margin-top: 1.5rem; padding-top: 1.5rem; border-top: 1px solid rgba(201,152,46,0.1); }\n    .sip-priest-contact { display: flex; align-items: center; gap: 0.7rem; transition: transform 0.3s; }\n    .sip-priest-contact:hover { transform: translateX(3px); }\n    .sip-priest-contact-icon {\n        width: 36px; height: 36px; background: rgba(201,152,46,0.12);\n        border-radius: 50%; display: flex; align-items: center; justify-content: center;\n        transition: background 0.3s;\n    }\n    .sip-priest-contact:hover .sip-priest-contact-icon { background: rgba(201,152,46,0.22); }\n    .sip-priest-contact-icon .material-symbols-outlined { font-size: 18px; color: var(--harvest-bright); }\n    .sip-priest-contact-text { font-family: 'DM Mono', monospace; font-size: 0.72rem; color: rgba(240,230,200,0.45); }\n\n    \/* \u2550\u2550\u2550 LOPEZ \u2550\u2550\u2550 *\/\n    .sip-lopez { background: var(--white); overflow: hidden; }\n    .sip-lopez-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: var(--grid-gap); margin-top: 3.5rem; align-items: start; }\n    .sip-lopez-story p { font-family: 'Source Serif 4', serif; font-size: 1.08rem; font-weight: 300; color: var(--text-muted); line-height: 1.95; margin-bottom: 1.5rem; text-align: justify; }\n    .sip-lopez-story p strong { font-weight: 500; color: var(--text-body); }\n    .sip-lopez-story p:first-of-type::first-letter {\n        font-family: 'Playfair Display', serif; font-size: 3.8rem;\n        float: left; line-height: 0.78; margin-right: 0.6rem;\n        margin-top: 0.1rem; color: var(--pasture); font-weight: 600;\n    }\n    .sip-lopez-aside { position: sticky; top: 120px; }\n    .sip-lopez-card {\n        background: linear-gradient(135deg, var(--wheat-cream), var(--sky));\n        border-radius: 4px; padding: 2.2rem 2rem; margin-bottom: 1.5rem;\n        border: 1px solid rgba(194,219,178,0.3);\n        transition: transform 0.4s cubic-bezier(0.16,1,0.3,1), box-shadow 0.4s, border-color 0.3s;\n    }\n    .sip-lopez-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: rgba(201,152,46,0.3); }\n    .sip-lopez-card-label {\n        font-family: 'DM Mono', monospace; font-size: 0.58rem;\n        text-transform: uppercase; letter-spacing: 0.18em;\n        color: var(--pasture-mid); margin-bottom: 0.6rem;\n        display: flex; align-items: center; gap: 0.5rem;\n    }\n    .sip-lopez-card-label .material-symbols-outlined { font-size: 16px; }\n    .sip-lopez-card-value { font-family: 'Playfair Display', serif; font-size: 2.6rem; font-weight: 600; color: var(--soil-deep); line-height: 1.1; }\n    .sip-lopez-card-note { font-family: 'Source Serif 4', serif; font-size: 0.92rem; font-weight: 300; color: var(--text-muted); margin-top: 0.4rem; }\n    .sip-milestone {\n        display: flex; gap: 1.2rem; align-items: flex-start;\n        padding: 1.1rem 0; border-bottom: 1px solid rgba(201,152,46,0.08);\n        transition: transform 0.3s, padding-left 0.3s;\n    }\n    .sip-milestone:last-child { border-bottom: none; }\n    .sip-milestone:hover { transform: translateX(4px); padding-left: 0.3rem; }\n    .sip-milestone-year { font-family: 'DM Mono', monospace; font-size: 0.68rem; font-weight: 500; color: var(--harvest-gold); white-space: nowrap; padding-top: 0.15rem; }\n    .sip-milestone-text { font-family: 'Source Serif 4', serif; font-size: 0.98rem; font-weight: 300; color: var(--text-muted); line-height: 1.65; }\n    .sip-lopez-image-card {\n        margin-top: 1.5rem; border-radius: 4px; overflow: hidden;\n        position: relative; aspect-ratio: 16\/10; box-shadow: var(--shadow-md);\n        transition: transform 0.5s cubic-bezier(0.16,1,0.3,1), box-shadow 0.5s;\n    }\n    .sip-lopez-image-card:hover { transform: translateY(-4px) scale(1.01); box-shadow: var(--shadow-lg); }\n    .sip-lopez-image-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s; }\n    .sip-lopez-image-card:hover img { transform: scale(1.05); }\n    .sip-lopez-image-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(42,26,14,0.5) 0%, transparent 60%); }\n    .sip-lopez-image-card-caption {\n        position: absolute; bottom: 1rem; left: 1.2rem; z-index: 2;\n        font-family: 'DM Mono', monospace; font-size: 0.6rem;\n        text-transform: uppercase; letter-spacing: 0.12em; color: var(--wheat-cream);\n    }\n\n    \/* \u2550\u2550\u2550 MASS \u2550\u2550\u2550 *\/\n    .sip-mass { background: var(--white); }\n    .sip-mass-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }\n    .sip-mass-card {\n        background: var(--wheat-white); border: 1px solid rgba(201,152,46,0.12);\n        border-radius: 5px; overflow: hidden;\n        transition: transform 0.4s cubic-bezier(0.16,1,0.3,1), box-shadow 0.4s, border-color 0.3s;\n    }\n    .sip-mass-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: rgba(201,152,46,0.3); }\n    .sip-mass-card-header {\n        display: flex; align-items: center; gap: 1rem;\n        padding: 1.5rem 1.8rem;\n        background: linear-gradient(135deg, var(--wheat-cream), var(--wheat-white));\n        border-bottom: 1px solid rgba(201,152,46,0.1);\n    }\n    .sip-mass-card-icon {\n        width: 44px; height: 44px;\n        background: linear-gradient(135deg, var(--pasture), var(--pasture-mid));\n        border-radius: 50%; display: flex; align-items: center; justify-content: center;\n        flex-shrink: 0; transition: transform 0.3s;\n    }\n    .sip-mass-card:hover .sip-mass-card-icon { transform: scale(1.08); }\n    .sip-mass-card-icon--accent { background: linear-gradient(135deg, var(--harvest-gold), var(--harvest-bright)); }\n    .sip-mass-card-icon .material-symbols-outlined { font-size: 22px; color: var(--white); }\n    .sip-mass-card-title { font-family: 'Playfair Display', serif; font-size: 1.2rem; font-weight: 600; color: var(--soil-deep); }\n    .sip-mass-card-sub { font-family: 'DM Mono', monospace; font-size: 0.58rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--text-light); }\n    .sip-mass-card-body { padding: 1.2rem 1.8rem 1.5rem; }\n    .sip-mass-row {\n        display: flex; align-items: flex-start; gap: 1.2rem;\n        padding: 0.65rem 0; border-bottom: 1px solid rgba(201,152,46,0.06);\n        transition: padding-left 0.3s;\n    }\n    .sip-mass-row:last-child { border-bottom: none; }\n    .sip-mass-card:hover .sip-mass-row { padding-left: 0.2rem; }\n    .sip-mass-time { font-family: 'DM Mono', monospace; font-size: 0.72rem; font-weight: 500; color: var(--harvest-gold); white-space: nowrap; min-width: 85px; }\n    .sip-mass-note { font-family: 'Source Serif 4', serif; font-size: 0.95rem; font-weight: 300; color: var(--text-muted); }\n    .sip-office-bar {\n        margin-top: 2.5rem; display: flex; align-items: center; gap: 1rem;\n        background: linear-gradient(135deg, rgba(201,152,46,0.08), rgba(139,193,116,0.06));\n        border: 1px solid rgba(201,152,46,0.15); border-radius: 4px;\n        padding: 1.3rem 2rem; transition: transform 0.3s, box-shadow 0.3s;\n    }\n    .sip-office-bar:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); }\n    .sip-office-bar-icon {\n        width: 40px; height: 40px; background: var(--harvest-gold);\n        border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0;\n    }\n    .sip-office-bar-icon .material-symbols-outlined { font-size: 20px; color: var(--white); }\n    .sip-office-bar-text { font-family: 'Source Serif 4', serif; font-size: 0.95rem; font-weight: 300; color: var(--text-muted); }\n    .sip-office-bar-text strong { font-weight: 500; color: var(--text-body); }\n\n    \/* \u2550\u2550\u2550 GALLERY \u2550\u2550\u2550 *\/\n    .sip-gallery { background: var(--soil-deep); }\n    .sip-gallery .sip-label { color: var(--pasture-light); }\n    .sip-gallery .sip-label::before { background: var(--pasture-light); }\n    .sip-gallery .sip-heading { color: var(--wheat-cream); }\n    .sip-gallery .sip-heading em { color: var(--harvest-bright); }\n    .sip-gallery .sip-text { color: rgba(240,230,200,0.5); }\n    .sip-gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 240px; gap: 1rem; }\n    .sip-gallery-item { position: relative; border-radius: 4px; overflow: hidden; cursor: pointer; }\n    .sip-gallery-item--large { grid-column: span 2; grid-row: span 2; }\n    .sip-gallery-item--wide { grid-column: span 3; }\n    .sip-gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s cubic-bezier(0.16,1,0.3,1); }\n    .sip-gallery-item:hover img { transform: scale(1.08); }\n    .sip-gallery-overlay {\n        position: absolute; inset: 0;\n        background: linear-gradient(to top, rgba(42,26,14,0.85) 0%, rgba(42,26,14,0.3) 40%, transparent 70%);\n        display: flex; flex-direction: column; justify-content: flex-end;\n        padding: 1.5rem; opacity: 0; transition: opacity 0.4s;\n    }\n    .sip-gallery-item:hover .sip-gallery-overlay { opacity: 1; }\n    .sip-gallery-overlay > .material-symbols-outlined {\n        position: absolute; top: 50%; left: 50%;\n        transform: translate(-50%, -50%) scale(0.7);\n        font-size: 36px; color: var(--harvest-bright);\n        opacity: 0; transition: opacity 0.4s, transform 0.4s;\n    }\n    .sip-gallery-item:hover .sip-gallery-overlay > .material-symbols-outlined { opacity: 1; transform: translate(-50%, -50%) scale(1); }\n    .sip-gallery-caption-title { font-family: 'Playfair Display', serif; font-size: 1.1rem; font-weight: 500; color: var(--wheat-cream); }\n    .sip-gallery-caption-sub { font-family: 'DM Mono', monospace; font-size: 0.58rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--harvest-bright); margin-top: 0.2rem; }\n\n    \/* \u2550\u2550\u2550 MINISTRIES \u2550\u2550\u2550 *\/\n    .sip-ministry { background: linear-gradient(180deg, var(--wheat-white), var(--sky), var(--wheat-white)); }\n    .sip-ministry-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.8rem; }\n    .sip-ministry-card {\n        background: var(--white); border: 1px solid rgba(201,152,46,0.1);\n        border-radius: 5px; padding: 2.2rem 2rem;\n        transition: transform 0.4s cubic-bezier(0.16,1,0.3,1), box-shadow 0.4s, border-color 0.3s;\n        position: relative; overflow: hidden;\n    }\n    .sip-ministry-card::before {\n        content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;\n        background: linear-gradient(90deg, var(--pasture), var(--harvest-gold));\n        transform: scaleX(0); transform-origin: left;\n        transition: transform 0.4s cubic-bezier(0.16,1,0.3,1);\n    }\n    .sip-ministry-card:hover::before { transform: scaleX(1); }\n    .sip-ministry-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: rgba(201,152,46,0.25); }\n    .sip-ministry-icon {\n        width: 52px; height: 52px;\n        background: linear-gradient(135deg, rgba(61,107,44,0.1), rgba(201,152,46,0.08));\n        border-radius: 50%; display: flex; align-items: center; justify-content: center;\n        margin-bottom: 1.3rem; transition: transform 0.4s, background 0.3s;\n    }\n    .sip-ministry-card:hover .sip-ministry-icon { transform: scale(1.1); background: linear-gradient(135deg, rgba(61,107,44,0.18), rgba(201,152,46,0.15)); }\n    .sip-ministry-icon .material-symbols-outlined { font-size: 26px; color: var(--pasture); }\n    .sip-ministry-title { font-family: 'Playfair Display', serif; font-size: 1.2rem; font-weight: 600; color: var(--soil-deep); margin-bottom: 0.7rem; transition: color 0.3s; }\n    .sip-ministry-card:hover .sip-ministry-title { color: var(--pasture); }\n    .sip-ministry-desc { font-family: 'Source Serif 4', serif; font-size: 0.95rem; font-weight: 300; color: var(--text-muted); line-height: 1.75; margin-bottom: 1.3rem; text-align: justify; }\n    .sip-ministry-link { font-family: 'DM Mono', monospace; font-size: 0.62rem; text-transform: uppercase; letter-spacing: 0.15em; color: var(--harvest-gold); display: flex; align-items: center; gap: 0.4rem; transition: color 0.3s, gap 0.3s; }\n    .sip-ministry-card:hover .sip-ministry-link { color: var(--pasture); gap: 0.7rem; }\n    .sip-ministry-link .material-symbols-outlined { font-size: 16px; transition: transform 0.3s; }\n    .sip-ministry-card:hover .sip-ministry-link .material-symbols-outlined { transform: translateX(2px); }\n\n    \/* \u2550\u2550\u2550 FEAST CTA \u2550\u2550\u2550 *\/\n    .sip-feast {\n        background: linear-gradient(160deg, var(--pasture) 0%, var(--pasture-deep) 40%, var(--soil-deep) 100%);\n        text-align: center; padding: var(--feast-pad-y) var(--feast-pad-x);\n        position: relative; overflow: hidden;\n    }\n    .sip-feast::before {\n        content: ''; position: absolute; inset: 0;\n        background:\n            radial-gradient(circle at 25% 50%, rgba(201,152,46,0.1) 0%, transparent 50%),\n            radial-gradient(circle at 75% 30%, rgba(139,193,116,0.08) 0%, transparent 40%);\n        pointer-events: none;\n    }\n    .sip-feast-content { position: relative; z-index: 2; max-width: 640px; margin: 0 auto; }\n    .sip-feast-icon { margin-bottom: 1.5rem; }\n    .sip-feast-icon .material-symbols-outlined { font-size: 48px; color: var(--harvest-bright); opacity: 0.6; }\n    .sip-feast-date { font-family: 'DM Mono', monospace; font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.28em; color: var(--harvest-bright); margin-bottom: 1.5rem; }\n    .sip-feast-title { font-family: 'Playfair Display', serif; font-size: clamp(2.4rem, 5vw, 4.2rem); font-weight: 500; color: var(--wheat-cream); margin-bottom: 1rem; line-height: 1.08; }\n    .sip-feast-title em { font-style: italic; color: var(--harvest-bright); font-weight: 400; }\n    .sip-feast-subtitle { font-family: 'Source Serif 4', serif; font-size: 1.15rem; font-weight: 300; color: rgba(240,230,200,0.55); margin: 0 auto 3rem; line-height: 1.75; }\n    .sip-feast-btn {\n        display: inline-flex; align-items: center; gap: 0.6rem;\n        font-family: 'DM Mono', monospace; font-size: 0.7rem;\n        text-transform: uppercase; letter-spacing: 0.16em;\n        color: var(--soil-deep); background: var(--harvest-bright);\n        padding: 1.1rem 2.8rem; border: none; border-radius: 3px;\n        text-decoration: none !important; cursor: pointer;\n        transition: all 0.35s cubic-bezier(0.16,1,0.3,1);\n    }\n    .sip-feast-btn:hover { background: var(--wheat-cream); letter-spacing: 0.22em; box-shadow: 0 10px 35px rgba(201,152,46,0.3); transform: translateY(-2px); }\n    .sip-feast-btn .material-symbols-outlined { font-size: 18px; transition: transform 0.3s; }\n    .sip-feast-btn:hover .material-symbols-outlined { transform: translateX(3px); }\n\n    \/* \u2550\u2550\u2550 EVENTS \u2550\u2550\u2550 *\/\n    .sip-events { background: var(--white); overflow: hidden; }\n    .sip-events-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.8rem; }\n    .sip-event-card {\n        display: flex; gap: 1.8rem; align-items: flex-start;\n        background: var(--wheat-white); border: 1px solid rgba(201,152,46,0.1);\n        border-radius: 5px; padding: 2rem;\n        transition: transform 0.4s cubic-bezier(0.16,1,0.3,1), box-shadow 0.4s, border-color 0.3s;\n        position: relative;\n    }\n    .sip-event-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: rgba(201,152,46,0.3); }\n    .sip-event-card--featured {\n        grid-column: span 2;\n        background: linear-gradient(135deg, rgba(61,107,44,0.06), rgba(201,152,46,0.08));\n        border-color: rgba(201,152,46,0.2);\n    }\n    .sip-event-card-badge {\n        position: absolute; top: -1px; right: 1.5rem;\n        background: var(--harvest-gold); color: var(--white);\n        font-family: 'DM Mono', monospace; font-size: 0.55rem;\n        text-transform: uppercase; letter-spacing: 0.12em;\n        padding: 0.4rem 0.9rem; border-radius: 0 0 4px 4px;\n        display: flex; align-items: center; gap: 0.35rem;\n    }\n    .sip-event-card-badge .material-symbols-outlined { font-size: 14px; }\n    .sip-event-card-date {\n        flex-shrink: 0; width: 72px; text-align: center;\n        background: linear-gradient(135deg, var(--pasture), var(--pasture-mid));\n        border-radius: 4px; padding: 1rem 0.6rem;\n        transition: transform 0.3s;\n    }\n    .sip-event-card:hover .sip-event-card-date { transform: scale(1.04); }\n    .sip-event-date-month { font-family: 'DM Mono', monospace; font-size: 0.6rem; text-transform: uppercase; letter-spacing: 0.15em; color: var(--pasture-mist); }\n    .sip-event-date-day { font-family: 'Playfair Display', serif; font-size: 2.2rem; font-weight: 600; color: var(--white); line-height: 1.1; margin: 0.15rem 0; }\n    .sip-event-date-year { font-family: 'DM Mono', monospace; font-size: 0.55rem; color: rgba(255,255,255,0.5); }\n    .sip-event-card-body { flex: 1; min-width: 0; }\n    .sip-event-card-tag {\n        display: inline-block; font-family: 'DM Mono', monospace;\n        font-size: 0.55rem; text-transform: uppercase; letter-spacing: 0.15em;\n        color: var(--harvest-gold); background: rgba(201,152,46,0.1);\n        padding: 0.25rem 0.7rem; border-radius: 2px; margin-bottom: 0.6rem;\n    }\n    .sip-event-card-title {\n        font-family: 'Playfair Display', serif; font-size: 1.25rem;\n        font-weight: 600; color: var(--soil-deep); margin-bottom: 0.5rem;\n        transition: color 0.3s;\n    }\n    .sip-event-card:hover .sip-event-card-title { color: var(--pasture); }\n    .sip-event-card--featured .sip-event-card-title { font-size: 1.5rem; }\n    .sip-event-card-desc {\n        font-family: 'Source Serif 4', serif; font-size: 0.98rem;\n        font-weight: 300; color: var(--text-muted); line-height: 1.8;\n        margin-bottom: 1rem; text-align: justify;\n    }\n    .sip-event-card-meta { display: flex; gap: 1.8rem; flex-wrap: wrap; }\n    .sip-event-meta-item {\n        display: flex; align-items: center; gap: 0.4rem;\n        font-family: 'DM Mono', monospace; font-size: 0.62rem;\n        color: var(--text-light); text-transform: uppercase; letter-spacing: 0.08em;\n    }\n    .sip-event-meta-item .material-symbols-outlined { font-size: 16px; color: var(--pasture-mid); }\n\n    .sip-announce-bar {\n        margin-top: 2.5rem; display: flex; align-items: center; gap: 1.5rem;\n        background: linear-gradient(135deg, rgba(201,152,46,0.06), rgba(139,193,116,0.05));\n        border: 1px solid rgba(201,152,46,0.15); border-radius: 5px;\n        padding: 1.5rem 2rem;\n        transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;\n        cursor: default;\n    }\n    .sip-announce-bar:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); border-color: rgba(201,152,46,0.3); }\n    .sip-announce-icon {\n        width: 48px; height: 48px; flex-shrink: 0;\n        background: linear-gradient(135deg, var(--harvest-gold), var(--harvest-bright));\n        border-radius: 50%; display: flex; align-items: center; justify-content: center;\n        transition: transform 0.3s;\n    }\n    .sip-announce-bar:hover .sip-announce-icon { transform: scale(1.08); }\n    .sip-announce-icon .material-symbols-outlined { font-size: 22px; color: var(--white); }\n    .sip-announce-content { flex: 1; }\n    .sip-announce-label { font-family: 'DM Mono', monospace; font-size: 0.55rem; text-transform: uppercase; letter-spacing: 0.18em; color: var(--harvest-gold); margin-bottom: 0.25rem; }\n    .sip-announce-text { font-family: 'Source Serif 4', serif; font-size: 0.95rem; font-weight: 300; color: var(--text-muted); line-height: 1.65; }\n    .sip-announce-text strong { font-weight: 500; color: var(--text-body); }\n    .sip-announce-action {\n        flex-shrink: 0; width: 36px; height: 36px;\n        background: rgba(201,152,46,0.1); border-radius: 50%;\n        display: flex; align-items: center; justify-content: center;\n        transition: background 0.3s, transform 0.3s;\n    }\n    .sip-announce-bar:hover .sip-announce-action { background: rgba(201,152,46,0.2); transform: translateX(3px); }\n    .sip-announce-action .material-symbols-outlined { font-size: 18px; color: var(--harvest-gold); }\n\n    \/* \u2550\u2550\u2550 DIOCESE BAR \u2550\u2550\u2550 *\/\n    .sip-diocese {\n        background: var(--soil-dark);\n        padding: var(--diocese-pad-y) var(--diocese-pad-x);\n        display: grid;\n        grid-template-columns: repeat(5, 1fr);\n        gap: 2rem;\n        justify-items: center;\n    }\n    .sip-diocese-item {\n        text-align: center; transition: transform 0.3s;\n        padding: 0.6rem 0.4rem;\n    }\n    .sip-diocese-item:hover { transform: translateY(-2px); }\n    .sip-diocese-item .material-symbols-outlined { font-size: 20px; color: var(--harvest-gold); margin-bottom: 0.3rem; display: block; }\n    .sip-diocese-label { font-family: 'DM Mono', monospace; font-size: 0.52rem; text-transform: uppercase; letter-spacing: 0.18em; color: var(--pasture-light); margin-bottom: 0.35rem; }\n    .sip-diocese-value { font-family: 'Playfair Display', serif; font-size: 1rem; font-weight: 500; color: var(--wheat-cream); }\n\n    \/* \u2550\u2550\u2550 BACK TO TOP \u2550\u2550\u2550 *\/\n    .sip-top-btn {\n        position: fixed; bottom: 2rem; right: 2rem;\n        width: 48px; height: 48px; background: var(--harvest-gold);\n        color: var(--white); border: none; border-radius: 50%;\n        cursor: pointer; display: flex; align-items: center; justify-content: center;\n        z-index: 999; opacity: 0; visibility: hidden; transform: translateY(10px);\n        transition: opacity 0.4s, visibility 0.4s, transform 0.4s, background 0.3s, box-shadow 0.3s;\n        box-shadow: 0 4px 20px rgba(201,152,46,0.3);\n    }\n    .sip-top-btn.sip-top-visible { opacity: 1; visibility: visible; transform: translateY(0); }\n    .sip-top-btn:hover { background: var(--pasture); box-shadow: 0 6px 25px rgba(61,107,44,0.35); transform: translateY(-3px); }\n    .sip-top-btn .material-symbols-outlined { font-size: 24px; transition: transform 0.3s; }\n    .sip-top-btn:hover .material-symbols-outlined { transform: translateY(-2px); }\n\n    \/* \u2550\u2550\u2550 LIGHTBOX \u2550\u2550\u2550 *\/\n    .sip-lightbox { position: fixed; inset: 0; z-index: 10000; display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: opacity 0.4s, visibility 0.4s; }\n    .sip-lightbox.sip-lb-open { opacity: 1; visibility: visible; }\n    .sip-lightbox-backdrop { position: absolute; inset: 0; background: rgba(26,16,8,0.92); backdrop-filter: blur(8px); }\n    .sip-lightbox-inner { position: relative; z-index: 2; max-width: 90vw; max-height: 85vh; display: flex; flex-direction: column; align-items: center; }\n    .sip-lightbox-img-wrap { max-width: 90vw; max-height: 78vh; overflow: hidden; border-radius: 4px; box-shadow: 0 20px 80px rgba(0,0,0,0.5); }\n    .sip-lightbox-img-wrap img { max-width: 90vw; max-height: 78vh; object-fit: contain; display: block; transform: scale(0.95); transition: transform 0.4s cubic-bezier(0.16,1,0.3,1); }\n    .sip-lightbox.sip-lb-open .sip-lightbox-img-wrap img { transform: scale(1); }\n    .sip-lightbox-caption { font-family: 'Playfair Display', serif; font-size: 1.1rem; color: rgba(240,230,200,0.7); margin-top: 1rem; text-align: center; }\n    .sip-lightbox-close, .sip-lightbox-prev, .sip-lightbox-next {\n        position: absolute; background: rgba(255,255,255,0.08);\n        border: 1px solid rgba(255,255,255,0.12); border-radius: 50%;\n        width: 44px; height: 44px; display: flex; align-items: center; justify-content: center;\n        cursor: pointer; color: rgba(240,230,200,0.7);\n        transition: background 0.3s, color 0.3s, transform 0.3s; z-index: 5;\n    }\n    .sip-lightbox-close:hover, .sip-lightbox-prev:hover, .sip-lightbox-next:hover { background: rgba(201,152,46,0.25); color: #E2B840; }\n    .sip-lightbox-close { top: -3.5rem; right: 0; }\n    .sip-lightbox-prev { left: -4rem; top: 50%; transform: translateY(-50%); }\n    .sip-lightbox-next { right: -4rem; top: 50%; transform: translateY(-50%); }\n    .sip-lightbox-prev:hover { transform: translateY(-50%) translateX(-2px); }\n    .sip-lightbox-next:hover { transform: translateY(-50%) translateX(2px); }\n    .sip-lightbox-close .material-symbols-outlined, .sip-lightbox-prev .material-symbols-outlined, .sip-lightbox-next .material-symbols-outlined { font-size: 22px; }\n\n    \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n       RESPONSIVE\n    \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n    @media (min-width: 1600px) {\n        .sip-wrapper {\n            --section-pad-x: 8rem; --hero-pad-x: 8rem;\n            --feast-pad-x: 8rem; --diocese-pad-x: 8rem;\n            --grid-gap: 6rem; --content-max: 1440px;\n        }\n        .sip-gallery-grid { grid-auto-rows: 280px; }\n    }\n\n    @media (max-width: 1200px) {\n        .sip-wrapper {\n            --section-pad-y: 6rem; --section-pad-x: 4rem;\n            --hero-pad-y: 7rem; --hero-pad-x: 4rem;\n            --feast-pad-y: 6rem; --feast-pad-x: 4rem;\n            --diocese-pad-y: 2.5rem; --diocese-pad-x: 4rem;\n            --grid-gap: 4rem; --card-pad: 2.5rem; --timeline-pl: 4.5rem;\n        }\n        .sip-timeline-avatar, .sip-timeline-circle::before { left: -4.5rem; }\n        .sip-mass-grid { gap: 1.5rem; }\n        .sip-ministry-grid { gap: 1.5rem; }\n        .sip-gallery-grid { grid-auto-rows: 200px; }\n        .sip-events-grid { gap: 1.5rem; }\n    }\n\n    @media (max-width: 1024px) {\n        .sip-wrapper {\n            --section-pad-y: 5rem; --section-pad-x: 3rem;\n            --hero-pad-y: 6rem; --hero-pad-x: 3rem;\n            --feast-pad-y: 5rem; --feast-pad-x: 3rem;\n            --diocese-pad-y: 2.2rem; --diocese-pad-x: 3rem;\n            --grid-gap: 3rem; --card-pad: 2.2rem; --timeline-pl: 4rem;\n        }\n        .sip-hero-image { width: 35%; }\n        .sip-saint-grid, .sip-lopez-grid { grid-template-columns: 1fr; gap: 2.5rem; }\n        .sip-priest-card { grid-template-columns: 1fr; text-align: center; }\n        .sip-priest-portrait { width: 180px; height: 220px; margin: 0 auto; }\n        .sip-priest-contacts { justify-content: center; }\n        .sip-timeline-avatar, .sip-timeline-circle::before { left: -4rem; }\n        .sip-timeline-item { flex-direction: column; gap: 1rem; }\n        .sip-mass-grid { grid-template-columns: 1fr 1fr; }\n        .sip-mass-grid .sip-mass-card:last-child { grid-column: span 2; }\n        .sip-ministry-grid { grid-template-columns: 1fr 1fr; }\n        .sip-gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 200px; }\n        .sip-gallery-item--large { grid-column: span 2; grid-row: span 1; }\n        .sip-gallery-item--wide { grid-column: span 2; }\n        .sip-events-grid { grid-template-columns: 1fr 1fr; }\n        .sip-event-card--featured { grid-column: span 2; }\n        .sip-lightbox-prev { left: 0.5rem; top: auto; bottom: -3.5rem; transform: none; }\n        .sip-lightbox-next { right: 0.5rem; top: auto; bottom: -3.5rem; transform: none; }\n        .sip-lightbox-close { top: -3rem; }\n    }\n\n    @media (max-width: 768px) {\n        .sip-wrapper {\n            --section-pad-y: 4rem; --section-pad-x: 2rem;\n            --hero-pad-y: 5.5rem; --hero-pad-x: 2rem;\n            --feast-pad-y: 4rem; --feast-pad-x: 2rem;\n            --diocese-pad-y: 2rem; --diocese-pad-x: 2rem;\n            --grid-gap: 2.5rem; --card-pad: 1.8rem; --timeline-pl: 3.5rem;\n        }\n        .sip-hero-image { display: none; }\n        .sip-saint-stats { gap: 1rem; }\n        .sip-stat-number { font-size: 1.6rem; }\n        .sip-priest-card { gap: 2rem; }\n        .sip-priest-info h3 { font-size: 1.6rem; }\n        .sip-timeline-avatar { width: 48px; height: 48px; }\n        .sip-timeline-avatar, .sip-timeline-circle::before { left: -3.5rem; }\n        .sip-mass-grid { grid-template-columns: 1fr; }\n        .sip-mass-grid .sip-mass-card:last-child { grid-column: span 1; }\n        .sip-ministry-grid { grid-template-columns: 1fr; gap: 1.2rem; }\n        .sip-gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 180px; }\n        .sip-gallery-item--large { grid-column: span 2; }\n        .sip-gallery-item--wide { grid-column: span 2; }\n        .sip-event-card { flex-direction: column; gap: 1.2rem; }\n        .sip-event-card-date { width: 100%; display: flex; align-items: center; justify-content: center; gap: 0.8rem; padding: 0.8rem 1rem; }\n        .sip-event-date-day { font-size: 1.6rem; margin: 0; }\n        .sip-event-card--featured .sip-event-card-title { font-size: 1.3rem; }\n        .sip-announce-bar { flex-direction: column; text-align: center; gap: 1rem; }\n\n        \/* DIOCESE \u2192 single column *\/\n        .sip-diocese {\n            grid-template-columns: 1fr;\n            gap: 1.2rem;\n            max-width: 340px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n        .sip-diocese-item {\n            display: flex;\n            align-items: center;\n            gap: 14px;\n            text-align: left;\n            padding: 0.7rem 0;\n            border-bottom: 1px solid rgba(201,152,46,0.08);\n        }\n        .sip-diocese-item:last-child { border-bottom: none; }\n        .sip-diocese-item .material-symbols-outlined {\n            margin-bottom: 0;\n            min-width: 20px;\n        }\n        .sip-diocese-label { margin-bottom: 0.1rem; }\n    }\n\n    @media (max-width: 600px) {\n        .sip-wrapper {\n            --section-pad-y: 3.5rem; --section-pad-x: 1.5rem;\n            --hero-pad-y: 5rem; --hero-pad-x: 1.5rem;\n            --feast-pad-y: 3.5rem; --feast-pad-x: 1.5rem;\n            --diocese-pad-y: 1.8rem; --diocese-pad-x: 1.5rem;\n            --grid-gap: 2rem; --card-pad: 1.5rem; --timeline-pl: 3rem;\n        }\n        .sip-hero-meta { flex-direction: column; gap: 1.2rem; }\n        .sip-heading { font-size: clamp(1.8rem, 6vw, 2.4rem); }\n        .sip-saint-quote { font-size: 1.2rem; }\n        .sip-saint-portrait-caption { font-size: 1.1rem; bottom: 1rem; left: 1rem; right: 1rem; }\n        .sip-lopez-story p:first-of-type::first-letter { font-size: 3rem; }\n        .sip-priest-portrait { width: 160px; height: 200px; }\n        .sip-priest-contacts { flex-direction: column; align-items: center; gap: 1rem; }\n        .sip-feast-title { font-size: clamp(2rem, 8vw, 2.8rem); }\n        .sip-feast-btn { padding: 1rem 2rem; font-size: 0.65rem; }\n        .sip-timeline-avatar { width: 44px; height: 44px; }\n        .sip-timeline-avatar, .sip-timeline-circle::before { left: -3rem; }\n        .sip-timeline-content { padding: 1.5rem; }\n        .sip-timeline-title { font-size: 1.2rem; }\n        .sip-timeline-text { font-size: 0.95rem; }\n        .sip-gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 220px; }\n        .sip-gallery-item--large, .sip-gallery-item--wide { grid-column: span 1; }\n        .sip-mass-card-header { padding: 1.2rem 1.3rem; }\n        .sip-mass-card-body { padding: 1rem 1.3rem 1.2rem; }\n        .sip-ministry-card { padding: 1.8rem 1.5rem; }\n        .sip-events-grid { grid-template-columns: 1fr; }\n        .sip-event-card--featured { grid-column: span 1; }\n        .sip-event-card { padding: 1.5rem; }\n        .sip-event-card-meta { flex-direction: column; gap: 0.5rem; }\n        .sip-top-btn { width: 42px; height: 42px; bottom: 1.5rem; right: 1.5rem; }\n    }\n\n    @media (max-width: 480px) {\n        .sip-wrapper {\n            --section-pad-y: 3rem; --section-pad-x: 1.2rem;\n            --hero-pad-y: 4.5rem; --hero-pad-x: 1.2rem;\n            --feast-pad-y: 3rem; --feast-pad-x: 1.2rem;\n            --diocese-pad-y: 1.5rem; --diocese-pad-x: 1.2rem;\n            --grid-gap: 1.8rem; --card-pad: 1.3rem; --timeline-pl: 2.8rem;\n        }\n        .sip-hero-eyebrow { font-size: 0.58rem; }\n        .sip-hero-title { font-size: clamp(2.2rem, 10vw, 3rem); }\n        .sip-hero-subtitle { font-size: 1rem; }\n        .sip-hero-meta-label { font-size: 0.52rem; }\n        .sip-hero-meta-value { font-size: 1rem; }\n        .sip-saint-grid { gap: 2rem; }\n        .sip-saint-stats { grid-template-columns: 1fr; gap: 0.8rem; }\n        .sip-stat { display: flex; align-items: center; gap: 1rem; text-align: left; padding: 0.8rem 1rem; }\n        .sip-stat .material-symbols-outlined { margin-bottom: 0; }\n        .sip-lopez-grid { gap: 1.8rem; }\n        .sip-lopez-card { padding: 1.5rem 1.3rem; }\n        .sip-lopez-card-value { font-size: 2.2rem; }\n        .sip-milestone { gap: 0.8rem; }\n        .sip-milestone-year { font-size: 0.6rem; }\n        .sip-milestone-text { font-size: 0.9rem; }\n        .sip-priest-card { padding: 1.3rem; gap: 1.5rem; }\n        .sip-priest-portrait { width: 140px; height: 180px; }\n        .sip-priest-info h3 { font-size: 1.4rem; }\n        .sip-priest-role { font-size: 0.55rem; }\n        .sip-priest-desc { font-size: 0.95rem; }\n        .sip-timeline-avatar { width: 40px; height: 40px; }\n        .sip-timeline-avatar .material-symbols-outlined { font-size: 20px; }\n        .sip-timeline-avatar, .sip-timeline-circle::before { left: -2.8rem; }\n        .sip-timeline-circle::before { width: 10px; height: 10px; }\n        .sip-mass-row { flex-direction: column; gap: 0.2rem; }\n        .sip-mass-time { min-width: auto; }\n        .sip-gallery-grid { grid-auto-rows: 200px; }\n        .sip-event-card-title { font-size: 1.1rem; }\n        .sip-event-card-desc { font-size: 0.92rem; }\n        .sip-announce-text { font-size: 0.88rem; }\n        .sip-top-btn { width: 38px; height: 38px; bottom: 1rem; right: 1rem; }\n        .sip-top-btn .material-symbols-outlined { font-size: 20px; }\n    }\n\n    @media (max-width: 360px) {\n        .sip-wrapper {\n            --section-pad-y: 2.5rem; --section-pad-x: 1rem;\n            --hero-pad-y: 4rem; --hero-pad-x: 1rem;\n            --feast-pad-y: 2.5rem; --feast-pad-x: 1rem;\n            --diocese-pad-y: 1.3rem; --diocese-pad-x: 1rem;\n            --grid-gap: 1.5rem; --card-pad: 1.1rem; --timeline-pl: 2.5rem;\n        }\n        .sip-hero-title { font-size: 2rem; }\n        .sip-hero-subtitle { font-size: 0.95rem; }\n        .sip-heading { font-size: 1.7rem; }\n        .sip-saint-quote { font-size: 1.1rem; padding-left: 1.2rem; }\n        .sip-feast-title { font-size: 1.9rem; }\n        .sip-feast-btn { padding: 0.9rem 1.6rem; font-size: 0.6rem; width: 100%; justify-content: center; }\n        .sip-timeline-avatar { width: 36px; height: 36px; }\n        .sip-timeline-avatar .material-symbols-outlined { font-size: 18px; }\n        .sip-timeline-avatar, .sip-timeline-circle::before { left: -2.5rem; }\n        .sip-lopez-aside { position: static; }\n        .sip-mass-card-icon { width: 38px; height: 38px; }\n        .sip-mass-card-icon .material-symbols-outlined { font-size: 18px; }\n        .sip-mass-card-title { font-size: 1.05rem; }\n        .sip-mass-time { font-size: 0.65rem; }\n        .sip-mass-note { font-size: 0.88rem; }\n        .sip-ministry-icon { width: 44px; height: 44px; }\n        .sip-ministry-title { font-size: 1.05rem; }\n        .sip-ministry-desc { font-size: 0.9rem; }\n        .sip-gallery-grid { grid-auto-rows: 180px; }\n        .sip-gallery-caption-title { font-size: 0.95rem; }\n        .sip-event-card-date { padding: 0.7rem 0.5rem; }\n        .sip-event-date-day { font-size: 1.4rem; }\n        .sip-event-card-title { font-size: 1rem; }\n        .sip-top-btn { width: 38px; height: 38px; bottom: 1rem; right: 1rem; }\n    }\n<\/style>\n<\/head>\n<body>\n\n<div class=\"sip-wrapper\">\n\n    <!-- HERO -->\n    <section class=\"sip-hero\">\n        <div class=\"sip-hero-bg\"><img decoding=\"async\" src=\"https:\/\/demo5.yinwoodweb.com\/hondagua\/wp-content\/uploads\/sites\/7\/2026\/05\/470568900_547686168093186_8820022012145451440_n.jpg\" alt=\"Parish Background\"><\/div>\n        <div class=\"sip-hero-image\"><img decoding=\"async\" src=\"https:\/\/demo5.yinwoodweb.com\/hondagua\/wp-content\/uploads\/sites\/7\/2026\/06\/475140841_1000225212136015_6755081858314208359_n.jpg\" alt=\"Parish Church\"><\/div>\n        <div class=\"sip-hero-content\">\n            <p class=\"sip-hero-eyebrow\"><span class=\"material-symbols-outlined\">church<\/span> Diocese of Gumaca &middot; Vicariate of St. Peter<\/p>\n            <h1 class=\"sip-hero-title\">St. Isidore<br>the <em>Farmer<\/em><\/h1>\n            <p class=\"sip-hero-subtitle\">A parish rooted in faith and the land &mdash; serving the faithful of Hondagua, Lopez, Quezon since 1961.<\/p>\n            <div class=\"sip-hero-meta\">\n                <div class=\"sip-hero-meta-item\"><div class=\"sip-hero-meta-label\">Established<\/div><div class=\"sip-hero-meta-value\">1961<\/div><\/div>\n                <div class=\"sip-hero-meta-item\"><div class=\"sip-hero-meta-label\">Feast Day<\/div><div class=\"sip-hero-meta-value\">May 15<\/div><\/div>\n                <div class=\"sip-hero-meta-item\"><div class=\"sip-hero-meta-label\">Location<\/div><div class=\"sip-hero-meta-value\">Hondagua, Lopez, Quezon<\/div><\/div>\n                <div class=\"sip-hero-meta-item\"><div class=\"sip-hero-meta-label\">Vicariate<\/div><div class=\"sip-hero-meta-value\">St. Peter<\/div><\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- SAINT -->\n    <section class=\"sip-section sip-saint\" id=\"saint\">\n        <div class=\"sip-section-inner\">\n            <div class=\"sip-label\"><span class=\"material-symbols-outlined\">self_improvement<\/span> The Patron Saint<\/div>\n            <h2 class=\"sip-heading\">Who Was <em>St. Isidore<\/em> the Farmer?<\/h2>\n            <div class=\"sip-saint-grid\">\n                <div class=\"sip-saint-portrait sip-fade\">\n                    <img decoding=\"async\" src=\"https:\/\/demo5.yinwoodweb.com\/hondagua\/wp-content\/uploads\/sites\/7\/2026\/06\/St.-Isidore-the-Farmer-patron-saint-of-farmers-in-a-peaceful-agricultural-setting-with-farming-elements.png\" alt=\"St. Isidore\">\n                    <div class=\"sip-saint-portrait-caption\">San Isidro Labrador<span>c. 1070 &ndash; 1130 AD &middot; Patron Saint of Farmers<\/span><\/div>\n                <\/div>\n                <div class=\"sip-saint-details sip-fade\">\n                    <blockquote class=\"sip-saint-quote\"><span class=\"material-symbols-outlined\">format_quote<\/span> He shared what he had &mdash; even his meals &mdash; with the poor and with the birds that suffered from the lack of food in winter.<\/blockquote>\n                    <p class=\"sip-saint-bio\">Isidore was born in Madrid around 1070&ndash;1082 to poor, devout parents. As a young boy, he went to work on the estate of John de Vargas, a wealthy landowner, and labored there for the remainder of his life. Known as a <strong>Mozarab<\/strong> &mdash; a Christian living under Muslim rule &mdash; his family kept their faith even before Madrid returned to Christian hands in 1085.<\/p>\n                    <p class=\"sip-saint-bio\">He married <strong>Maria Torribia<\/strong>, herself later canonized as Santa Mar&iacute;a de la Cabeza. Together they had one son, who tragically died young. In gratitude after a miraculous rescue of their child from a deep well, the couple vowed abstinence and lived in separate houses devoted to prayer and charity.<\/p>\n                    <p class=\"sip-saint-bio\">Isidore is venerated alongside Saints Ignatius of Loyola, Francis Xavier, Teresa of &Aacute;vila, and Philip Neri as one of the <strong>&ldquo;Five Saints&rdquo; of Spain<\/strong>. He was canonized on 12 March 1622 by Pope Gregory XV.<\/p>\n                    <div class=\"sip-saint-stats\">\n                        <div class=\"sip-stat\"><span class=\"material-symbols-outlined\">calendar_month<\/span><div class=\"sip-stat-number\">1130<\/div><div class=\"sip-stat-label\">Year of Death<\/div><\/div>\n                        <div class=\"sip-stat\"><span class=\"material-symbols-outlined\">star<\/span><div class=\"sip-stat-number\">1622<\/div><div class=\"sip-stat-label\">Canonized<\/div><\/div>\n                        <div class=\"sip-stat\"><span class=\"material-symbols-outlined\">event<\/span><div class=\"sip-stat-number\">May 15<\/div><div class=\"sip-stat-label\">Feast Day<\/div><\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- MIRACLES -->\n    <section class=\"sip-section sip-miracles\" id=\"miracles\">\n        <div class=\"sip-section-inner\">\n            <div class=\"sip-label\"><span class=\"material-symbols-outlined\">auto_awesome<\/span> The Miracles<\/div>\n            <h2 class=\"sip-heading\">A Life of <em>Divine<\/em> Grace<\/h2>\n            <p class=\"sip-text\">The life and miracles of St. Isidore are preserved in the <em>Codex of Saint Isidore<\/em>, a 13th-century manuscript testifying to his extraordinary union with God.<\/p>\n            <div class=\"sip-timeline\">\n                <div class=\"sip-timeline-item sip-fade\"><div class=\"sip-timeline-circle\"><div class=\"sip-timeline-avatar\"><span class=\"material-symbols-outlined icon-filled\">agriculture<\/span><\/div><\/div><div class=\"sip-timeline-content\"><div class=\"sip-timeline-title\">The Angel at the Plough<\/div><div class=\"sip-timeline-text\">His fellow workers complained that Isidore was always late for work because he spent too long at morning Mass. When the master investigated, he found Isidore deep in prayer while an angel plowed the fields in his stead.<\/div><\/div><\/div>\n                <div class=\"sip-timeline-item sip-fade\"><div class=\"sip-timeline-circle\"><div class=\"sip-timeline-avatar\"><span class=\"material-symbols-outlined icon-filled\">water_drop<\/span><\/div><\/div><div class=\"sip-timeline-content\"><div class=\"sip-timeline-title\">The Miracle of the Fountain<\/div><div class=\"sip-timeline-text\">One summer day, his lord was thirsty. Using his farming tool, Isidore struck the ground and a fountain of fresh water sprang forth &mdash; earning him patronage over those who seek water and rain.<\/div><\/div><\/div>\n                <div class=\"sip-timeline-item sip-fade\"><div class=\"sip-timeline-circle\"><div class=\"sip-timeline-avatar\"><span class=\"material-symbols-outlined icon-filled\">restaurant<\/span><\/div><\/div><div class=\"sip-timeline-content\"><div class=\"sip-timeline-title\">Multiplication of Food<\/div><div class=\"sip-timeline-text\">Isidore would miraculously multiply food for the poor, for his fellow field workers, and for birds that suffered from hunger in winter. His generosity knew no bounds.<\/div><\/div><\/div>\n                <div class=\"sip-timeline-item sip-fade\"><div class=\"sip-timeline-circle\"><div class=\"sip-timeline-avatar\"><span class=\"material-symbols-outlined icon-filled\">diversity_3<\/span><\/div><\/div><div class=\"sip-timeline-content\"><div class=\"sip-timeline-title\">The Rescue of His Son<\/div><div class=\"sip-timeline-text\">Their only son fell into a deep well. At the fervent prayers of Isidore and Maria, the water rose miraculously to ground level, bringing the child safely with it.<\/div><\/div><\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- PRIEST -->\n    <section class=\"sip-section sip-priest\" id=\"priest\">\n        <div class=\"sip-section-inner\">\n            <div class=\"sip-label\"><span class=\"material-symbols-outlined\">person<\/span> Parish Leadership<\/div>\n            <h2 class=\"sip-heading\">Our <em>Parish Priest<\/em><\/h2>\n            <div class=\"sip-priest-card sip-fade\">\n                <div class=\"sip-priest-portrait\"><img decoding=\"async\" src=\"https:\/\/demo5.yinwoodweb.com\/hondagua\/wp-content\/uploads\/sites\/7\/2026\/06\/Screenshot-2026-06-09-135106.png\" alt=\"Rev. Fr. Genaro De Castro\"><\/div>\n                <div class=\"sip-priest-info\">\n                    <h3>Rev. Fr. Genaro De Castro<\/h3>\n                    <div class=\"sip-priest-role\">Parish Priest &middot; St. Isidore the Farmer, Hondagua<\/div>\n                    <p class=\"sip-priest-desc\">Rev. Fr. Genaro De Castro shepherds the faithful of St. Isidore the Farmer Parish in Hondagua, Lopez, Quezon. Under his pastoral care, the parish continues its mission of building a vibrant Catholic community rooted in prayer, service, and devotion to the patron saint of farmers.<\/p>\n                    <p class=\"sip-priest-desc\">The parish falls under the Vicariate of St. Peter, led by Vicar General Rev. Fr. Ramon D. Uriarte, MA, SThL, and the episcopal leadership of Bishop Euginius Ca&ntilde;ete of the Diocese of Gumaca.<\/p>\n                    <div class=\"sip-priest-contacts\">\n                        <div class=\"sip-priest-contact\"><div class=\"sip-priest-contact-icon\"><span class=\"material-symbols-outlined\">mail<\/span><\/div><div class=\"sip-priest-contact-text\">Diocese of Gumaca<\/div><\/div>\n                        <div class=\"sip-priest-contact\"><div class=\"sip-priest-contact-icon\"><span class=\"material-symbols-outlined\">call<\/span><\/div><div class=\"sip-priest-contact-text\">(042) 317-6214<\/div><\/div>\n                        <div class=\"sip-priest-contact\"><div class=\"sip-priest-contact-icon\"><span class=\"material-symbols-outlined\">location_on<\/span><\/div><div class=\"sip-priest-contact-text\">Hondagua, Lopez, 4317 Quezon<\/div><\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- LOPEZ -->\n    <section class=\"sip-section sip-lopez\" id=\"lopez\">\n        <div class=\"sip-section-inner\">\n            <div class=\"sip-label\"><span class=\"material-symbols-outlined\">landscape<\/span> Our Heritage<\/div>\n            <h2 class=\"sip-heading\">The History of <em>Lopez<\/em>, Quezon<\/h2>\n            <div class=\"sip-lopez-grid\">\n                <div class=\"sip-lopez-story sip-fade\">\n                    <p>Long before it bore the name Lopez, this land was known as <strong>Talolong<\/strong> &mdash; a flourishing coastal settlement in the southern part of Gumaca, named after the river that traversed the place. Founded by descendants of Datu Dumangsil and Datu Balinsusa of the Kalilayan kingdom, the original settlement sat at the marshy mouth of a quiet river.<\/p>\n                    <p>Plagued by the frequent plundering and terrorism of pirates, the colony was forced to relocate to higher ground. In 1756, people from the town of Mayoboc (present-day Pitogo) sought refuge in the settlement after a devastating Moro raid burned their town to the ground.<\/p>\n                    <p>After 45 years of persistent petitions, Governor General Fernando Norzagaray approved the separation of Talolong from Gumaca on <strong>June 30, 1857<\/strong>. The new municipality was named in honor of Alcalde Mayor Don Candido Lopez y Diaz, with Don Antonio Olivarez serving as its first gobernadorcillo.<\/p>\n                    <p>The town endured the American arrival in 1900, the Japanese occupation beginning December 24, 1941, and a heroic liberation on March 12, 1945, achieved by the combined forces of Vera&rsquo;s Party guerrillas and American soldiers. Out of the entire town, only one house remained standing &mdash; that of Ramon Mopera.<\/p>\n                    <p>Today, Lopez is a vibrant municipality of over 96,000 people, carrying forward centuries of resilience, faith, and community spirit.<\/p>\n                <\/div>\n                <div class=\"sip-lopez-aside sip-fade\">\n                    <div class=\"sip-lopez-card\">\n                        <div class=\"sip-lopez-card-label\"><span class=\"material-symbols-outlined\">group<\/span> Population (2024 Census)<\/div>\n                        <div class=\"sip-lopez-card-value\">96,006<\/div>\n                        <div class=\"sip-lopez-card-note\">Residents of Lopez, Quezon Province<\/div>\n                    <\/div>\n                    <div class=\"sip-lopez-image-card\"><img decoding=\"async\" src=\"https:\/\/demo5.yinwoodweb.com\/hondagua\/wp-content\/uploads\/sites\/7\/2026\/06\/Hondagua_December_Sunset.jpg\" alt=\"Lopez, Quezon\"><div class=\"sip-lopez-image-card-caption\"><span class=\"material-symbols-outlined\" style=\"font-size:14px;\">location_on<\/span> Lopez, Quezon Province<\/div><\/div>\n                    <div class=\"sip-lopez-card\" style=\"margin-top:1.5rem;\">\n                        <div class=\"sip-lopez-card-label\"><span class=\"material-symbols-outlined\">history<\/span> Key Milestones<\/div>\n                        <div class=\"sip-milestone\"><div class=\"sip-milestone-year\">1726<\/div><div class=\"sip-milestone-text\">Earliest parish in the region &mdash; San Diego de Alcala Cathedral, Gumaca<\/div><\/div>\n                        <div class=\"sip-milestone\"><div class=\"sip-milestone-year\">1857<\/div><div class=\"sip-milestone-text\">Talolong separated from Gumaca; renamed Lopez<\/div><\/div>\n                        <div class=\"sip-milestone\"><div class=\"sip-milestone-year\">1861<\/div><div class=\"sip-milestone-text\">Our Lady of the Most Holy Rosary Parish established<\/div><\/div>\n                        <div class=\"sip-milestone\"><div class=\"sip-milestone-year\">1945<\/div><div class=\"sip-milestone-text\">Liberation from Japanese occupation<\/div><\/div>\n                        <div class=\"sip-milestone\"><div class=\"sip-milestone-year\">1961<\/div><div class=\"sip-milestone-text\">St. Isidore the Farmer Parish, Hondagua established<\/div><\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- MASS -->\n    <section class=\"sip-section sip-mass\" id=\"mass\">\n        <div class=\"sip-section-inner\">\n            <div class=\"sip-label\"><span class=\"material-symbols-outlined\">schedule<\/span> Worship With Us<\/div>\n            <h2 class=\"sip-heading\">Mass <em>Schedule<\/em><\/h2>\n            <p class=\"sip-text\" style=\"margin-bottom:2.5rem;\">We invite you to join us in the celebration of the Holy Eucharist. All are welcome in the house of the Lord.<\/p>\n            <div class=\"sip-mass-grid\">\n                <div class=\"sip-mass-card sip-fade\"><div class=\"sip-mass-card-header\"><div class=\"sip-mass-card-icon\"><span class=\"material-symbols-outlined\">calendar_today<\/span><\/div><div><div class=\"sip-mass-card-title\">Weekday Masses<\/div><div class=\"sip-mass-card-sub\">Monday &ndash; Saturday<\/div><\/div><\/div><div class=\"sip-mass-card-body\"><div class=\"sip-mass-row\"><div class=\"sip-mass-time\">6:00 AM<\/div><div class=\"sip-mass-note\">Holy Mass (Filipino)<\/div><\/div><div class=\"sip-mass-row\"><div class=\"sip-mass-time\">5:30 PM<\/div><div class=\"sip-mass-note\">Anticipated Mass (Saturday)<\/div><\/div><\/div><\/div>\n                <div class=\"sip-mass-card sip-fade\"><div class=\"sip-mass-card-header\"><div class=\"sip-mass-card-icon sip-mass-card-icon--accent\"><span class=\"material-symbols-outlined icon-filled\">church<\/span><\/div><div><div class=\"sip-mass-card-title\">Sunday Masses<\/div><div class=\"sip-mass-card-sub\">The Lord&rsquo;s Day<\/div><\/div><\/div><div class=\"sip-mass-card-body\"><div class=\"sip-mass-row\"><div class=\"sip-mass-time\">6:00 AM<\/div><div class=\"sip-mass-note\">First Mass (Filipino)<\/div><\/div><div class=\"sip-mass-row\"><div class=\"sip-mass-time\">8:00 AM<\/div><div class=\"sip-mass-note\">Second Mass (Filipino)<\/div><\/div><div class=\"sip-mass-row\"><div class=\"sip-mass-time\">10:00 AM<\/div><div class=\"sip-mass-note\">Main Mass (Filipino)<\/div><\/div><div class=\"sip-mass-row\"><div class=\"sip-mass-time\">5:00 PM<\/div><div class=\"sip-mass-note\">Evening Mass (Filipino)<\/div><\/div><\/div><\/div>\n                <div class=\"sip-mass-card sip-fade\"><div class=\"sip-mass-card-header\"><div class=\"sip-mass-card-icon\"><span class=\"material-symbols-outlined\">auto_awesome<\/span><\/div><div><div class=\"sip-mass-card-title\">Special Services<\/div><div class=\"sip-mass-card-sub\">Sacraments &amp; Devotions<\/div><\/div><\/div><div class=\"sip-mass-card-body\"><div class=\"sip-mass-row\"><div class=\"sip-mass-time\">Confession<\/div><div class=\"sip-mass-note\">Saturday 4:00 &ndash; 5:00 PM<\/div><\/div><div class=\"sip-mass-row\"><div class=\"sip-mass-time\">Baptism<\/div><div class=\"sip-mass-note\">Sunday after 10:00 AM Mass<\/div><\/div><div class=\"sip-mass-row\"><div class=\"sip-mass-time\">Wedding<\/div><div class=\"sip-mass-note\">By appointment at the parish office<\/div><\/div><div class=\"sip-mass-row\"><div class=\"sip-mass-time\">Anointing<\/div><div class=\"sip-mass-note\">Contact the parish office<\/div><\/div><\/div><\/div>\n            <\/div>\n            <div class=\"sip-office-bar sip-fade\"><div class=\"sip-office-bar-icon\"><span class=\"material-symbols-outlined\">meeting_room<\/span><\/div><div class=\"sip-office-bar-text\"><strong>Parish Office Hours:<\/strong> Monday &ndash; Saturday, 8:00 AM &ndash; 12:00 PM &amp; 1:00 PM &ndash; 5:00 PM<\/div><\/div>\n        <\/div>\n    <\/section>\n\n    <!-- GALLERY -->\n    <section class=\"sip-section sip-gallery\" id=\"gallery\">\n        <div class=\"sip-section-inner\">\n            <div class=\"sip-label\"><span class=\"material-symbols-outlined\">photo_library<\/span> Parish Life<\/div>\n            <h2 class=\"sip-heading\">Our <em>Community<\/em> in Pictures<\/h2>\n            <p class=\"sip-text\" style=\"margin-bottom:2.5rem;\">Moments of faith, fellowship, and celebration captured through the years at St. Isidore the Farmer Parish.<\/p>\n            <div class=\"sip-gallery-grid\">\n                <div class=\"sip-gallery-item sip-gallery-item--large sip-fade\"><img decoding=\"async\" src=\"https:\/\/demo5.yinwoodweb.com\/hondagua\/wp-content\/uploads\/sites\/7\/2026\/04\/349572436_1399732827531906_7762976422731666546_n.jpg\" alt=\"Church Interior\"><div class=\"sip-gallery-overlay\"><span class=\"material-symbols-outlined\">zoom_in<\/span><div class=\"sip-gallery-caption\"><div class=\"sip-gallery-caption-title\">Parish Church Interior<\/div><div class=\"sip-gallery-caption-sub\">St. Isidore the Farmer<\/div><\/div><\/div><\/div>\n                <div class=\"sip-gallery-item sip-fade\"><img decoding=\"async\" src=\"https:\/\/demo5.yinwoodweb.com\/hondagua\/wp-content\/uploads\/sites\/7\/2026\/06\/710827620_122216302424364788_4695486616334798495_n.jpg\" alt=\"Fiesta\"><div class=\"sip-gallery-overlay\"><span class=\"material-symbols-outlined\">zoom_in<\/span><div class=\"sip-gallery-caption\"><div class=\"sip-gallery-caption-title\">Feast Day Celebration<\/div><div class=\"sip-gallery-caption-sub\">May 15 Fiesta<\/div><\/div><\/div><\/div>\n                <div class=\"sip-gallery-item sip-fade\"><img decoding=\"async\" src=\"https:\/\/demo5.yinwoodweb.com\/hondagua\/wp-content\/uploads\/sites\/7\/2026\/06\/481997425_1031258569032679_2246916827756953668_n.jpg\" alt=\"Procession\"><div class=\"sip-gallery-overlay\"><span class=\"material-symbols-outlined\">zoom_in<\/span><div class=\"sip-gallery-caption\"><div class=\"sip-gallery-caption-title\">Religious Procession<\/div><div class=\"sip-gallery-caption-sub\">Community Devotion<\/div><\/div><\/div><\/div>\n                <div class=\"sip-gallery-item sip-fade\"><img decoding=\"async\" src=\"https:\/\/demo5.yinwoodweb.com\/hondagua\/wp-content\/uploads\/sites\/7\/2026\/06\/481822343_9374076036044674_3400877392859525516_n.jpg\" alt=\"Baptism\"><div class=\"sip-gallery-overlay\"><span class=\"material-symbols-outlined\">zoom_in<\/span><div class=\"sip-gallery-caption\"><div class=\"sip-gallery-caption-title\">Holy Sacraments<\/div><div class=\"sip-gallery-caption-sub\">Baptism &amp; Confirmation<\/div><\/div><\/div><\/div>\n                <div class=\"sip-gallery-item sip-fade\"><img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1625246333195-78d9c38ad449?w=600&#038;q=80\" alt=\"Farmers\"><div class=\"sip-gallery-overlay\"><span class=\"material-symbols-outlined\">zoom_in<\/span><div class=\"sip-gallery-caption\"><div class=\"sip-gallery-caption-title\">Our Farmers<\/div><div class=\"sip-gallery-caption-sub\">Rooted in the Land<\/div><\/div><\/div><\/div>\n                <div class=\"sip-gallery-item sip-gallery-item--wide sip-fade\"><img decoding=\"async\" src=\"https:\/\/demo5.yinwoodweb.com\/hondagua\/wp-content\/uploads\/sites\/7\/2026\/06\/Hondagua_December_Sunset.jpg\" alt=\"Landscape\"><div class=\"sip-gallery-overlay\"><span class=\"material-symbols-outlined\">zoom_in<\/span><div class=\"sip-gallery-caption\"><div class=\"sip-gallery-caption-title\">Hondagua, Lopez, Quezon<\/div><div class=\"sip-gallery-caption-sub\">Our Beloved Home<\/div><\/div><\/div><\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- MINISTRIES -->\n    <section class=\"sip-section sip-ministry\" id=\"ministry\">\n        <div class=\"sip-section-inner\">\n            <div class=\"sip-label\"><span class=\"material-symbols-outlined\">groups<\/span> Get Involved<\/div>\n            <h2 class=\"sip-heading\">Parish <em>Ministries<\/em><\/h2>\n            <p class=\"sip-text\" style=\"margin-bottom:3rem;\">Our parish is alive because of the dedicated men and women who serve in our various ministries.<\/p>\n            <div class=\"sip-ministry-grid\">\n                <div class=\"sip-ministry-card sip-fade\"><div class=\"sip-ministry-icon\"><span class=\"material-symbols-outlined icon-filled\">menu_book<\/span><\/div><h3 class=\"sip-ministry-title\">Lectors &amp; Commentators<\/h3><p class=\"sip-ministry-desc\">Proclaiming the Word of God during the celebration of the Holy Eucharist with clarity and devotion.<\/p><div class=\"sip-ministry-link\">Join Ministry <span class=\"material-symbols-outlined\">arrow_forward<\/span><\/div><\/div>\n                <div class=\"sip-ministry-card sip-fade\"><div class=\"sip-ministry-icon\"><span class=\"material-symbols-outlined icon-filled\">music_note<\/span><\/div><h3 class=\"sip-ministry-title\">Music Ministry<\/h3><p class=\"sip-ministry-desc\">Leading the congregation in praise and worship through hymns and sacred music.<\/p><div class=\"sip-ministry-link\">Join Ministry <span class=\"material-symbols-outlined\">arrow_forward<\/span><\/div><\/div>\n                <div class=\"sip-ministry-card sip-fade\"><div class=\"sip-ministry-icon\"><span class=\"material-symbols-outlined icon-filled\">volunteer_activism<\/span><\/div><h3 class=\"sip-ministry-title\">Social Services<\/h3><p class=\"sip-ministry-desc\">Extending Christ&rsquo;s love through outreach programs and care for the less fortunate.<\/p><div class=\"sip-ministry-link\">Join Ministry <span class=\"material-symbols-outlined\">arrow_forward<\/span><\/div><\/div>\n                <div class=\"sip-ministry-card sip-fade\"><div class=\"sip-ministry-icon\"><span class=\"material-symbols-outlined icon-filled\">diversity_3<\/span><\/div><h3 class=\"sip-ministry-title\">Youth Ministry<\/h3><p class=\"sip-ministry-desc\">Nurturing the faith of the next generation through catechesis, retreats, and activities.<\/p><div class=\"sip-ministry-link\">Join Ministry <span class=\"material-symbols-outlined\">arrow_forward<\/span><\/div><\/div>\n                <div class=\"sip-ministry-card sip-fade\"><div class=\"sip-ministry-icon\"><span class=\"material-symbols-outlined icon-filled\">eco<\/span><\/div><h3 class=\"sip-ministry-title\">Altar Servers<\/h3><p class=\"sip-ministry-desc\">Assisting the priest during liturgical services with reverence and dedication.<\/p><div class=\"sip-ministry-link\">Join Ministry <span class=\"material-symbols-outlined\">arrow_forward<\/span><\/div><\/div>\n                <div class=\"sip-ministry-card sip-fade\"><div class=\"sip-ministry-icon\"><span class=\"material-symbols-outlined icon-filled\">local_florist<\/span><\/div><h3 class=\"sip-ministry-title\">Floral &amp; Environment<\/h3><p class=\"sip-ministry-desc\">Beautifying our sacred space with floral arrangements for reverent worship.<\/p><div class=\"sip-ministry-link\">Join Ministry <span class=\"material-symbols-outlined\">arrow_forward<\/span><\/div><\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- FEAST CTA -->\n    <section class=\"sip-feast\" id=\"feast\">\n        <div class=\"sip-feast-content\">\n            <div class=\"sip-feast-icon\"><span class=\"material-symbols-outlined icon-filled\">local_florist<\/span><\/div>\n            <div class=\"sip-feast-date\">Every Year &middot; May 15<\/div>\n            <h2 class=\"sip-feast-title\">The Feast of<br><em>St. Isidore<\/em><\/h2>\n            <p class=\"sip-feast-subtitle\">Join our community in celebrating the patron saint of farmers, laborers, and all who work the land.<\/p>\n            <a href=\"#priest\" class=\"sip-feast-btn\">Visit Our Parish <span class=\"material-symbols-outlined\">arrow_forward<\/span><\/a>\n        <\/div>\n    <\/section>\n\n    <!-- EVENTS -->\n    <section class=\"sip-section sip-events\" id=\"events\">\n        <div class=\"sip-section-inner\">\n            <div class=\"sip-label\"><span class=\"material-symbols-outlined\">event_note<\/span> What&#8217;s Happening<\/div>\n            <h2 class=\"sip-heading\">Parish <em>Events<\/em> &amp; Announcements<\/h2>\n            <p class=\"sip-text\" style=\"margin-bottom:3rem;\">Stay connected with our parish community. Here are the latest happenings and upcoming gatherings at St. Isidore the Farmer.<\/p>\n            <div class=\"sip-events-grid\">\n                <div class=\"sip-event-card sip-event-card--featured sip-fade\">\n                    <div class=\"sip-event-card-badge\"><span class=\"material-symbols-outlined icon-filled\">star<\/span> Featured<\/div>\n                    <div class=\"sip-event-card-date\"><div class=\"sip-event-date-month\">May<\/div><div class=\"sip-event-date-day\">15<\/div><div class=\"sip-event-date-year\">2026<\/div><\/div>\n                    <div class=\"sip-event-card-body\">\n                        <div class=\"sip-event-card-tag\">Feast Day<\/div>\n                        <h3 class=\"sip-event-card-title\">Feast of St. Isidore the Farmer<\/h3>\n                        <p class=\"sip-event-card-desc\">The annual fiesta celebration honoring our patron saint with a solemn High Mass, grand procession through the barangays, traditional pabitin, and community agape.<\/p>\n                        <div class=\"sip-event-card-meta\"><div class=\"sip-event-meta-item\"><span class=\"material-symbols-outlined\">schedule<\/span> 6:00 AM &ndash; 9:00 PM<\/div><div class=\"sip-event-meta-item\"><span class=\"material-symbols-outlined\">location_on<\/span> Parish Grounds<\/div><\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"sip-event-card sip-fade\">\n                    <div class=\"sip-event-card-date\"><div class=\"sip-event-date-month\">Jun<\/div><div class=\"sip-event-date-day\">29<\/div><div class=\"sip-event-date-year\">2026<\/div><\/div>\n                    <div class=\"sip-event-card-body\">\n                        <div class=\"sip-event-card-tag\">Novena<\/div>\n                        <h3 class=\"sip-event-card-title\">Nine-Day Novena to the Sacred Heart<\/h3>\n                        <p class=\"sip-event-card-desc\">Join us for nine consecutive days of prayer and devotion to the Sacred Heart of Jesus.<\/p>\n                        <div class=\"sip-event-card-meta\"><div class=\"sip-event-meta-item\"><span class=\"material-symbols-outlined\">schedule<\/span> 5:30 PM Daily<\/div><div class=\"sip-event-meta-item\"><span class=\"material-symbols-outlined\">location_on<\/span> Main Church<\/div><\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"sip-event-card sip-fade\">\n                    <div class=\"sip-event-card-date\"><div class=\"sip-event-date-month\">Jul<\/div><div class=\"sip-event-date-day\">12<\/div><div class=\"sip-event-date-year\">2026<\/div><\/div>\n                    <div class=\"sip-event-card-body\">\n                        <div class=\"sip-event-card-tag\">Community<\/div>\n                        <h3 class=\"sip-event-card-title\">Parish Family Day &amp; Fellowship<\/h3>\n                        <p class=\"sip-event-card-desc\">A day of fun, games, and fellowship for all parish families.<\/p>\n                        <div class=\"sip-event-card-meta\"><div class=\"sip-event-meta-item\"><span class=\"material-symbols-outlined\">schedule<\/span> 8:00 AM &ndash; 6:00 PM<\/div><div class=\"sip-event-meta-item\"><span class=\"material-symbols-outlined\">location_on<\/span> Parish Courtyard<\/div><\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"sip-event-card sip-fade\">\n                    <div class=\"sip-event-card-date\"><div class=\"sip-event-date-month\">Aug<\/div><div class=\"sip-event-date-day\">03<\/div><div class=\"sip-event-date-year\">2026<\/div><\/div>\n                    <div class=\"sip-event-card-body\">\n                        <div class=\"sip-event-card-tag\">Formation<\/div>\n                        <h3 class=\"sip-event-card-title\">Youth Faith Formation Retreat<\/h3>\n                        <p class=\"sip-event-card-desc\">A weekend retreat for young parishioners aged 13&ndash;25.<\/p>\n                        <div class=\"sip-event-card-meta\"><div class=\"sip-event-meta-item\"><span class=\"material-symbols-outlined\">schedule<\/span> Sat &ndash; Sun<\/div><div class=\"sip-event-meta-item\"><span class=\"material-symbols-outlined\">location_on<\/span> Parish Hall<\/div><\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            <div class=\"sip-announce-bar sip-fade\">\n                <div class=\"sip-announce-icon\"><span class=\"material-symbols-outlined\">campaign<\/span><\/div>\n                <div class=\"sip-announce-content\">\n                    <div class=\"sip-announce-label\">Parish Bulletin<\/div>\n                    <p class=\"sip-announce-text\"><strong>Weekly announcements<\/strong> are posted every Sunday after the 10:00 AM Main Mass.<\/p>\n                <\/div>\n                <div class=\"sip-announce-action\"><span class=\"material-symbols-outlined\">arrow_forward<\/span><\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- DIOCESE BAR -->\n    <div class=\"sip-diocese\">\n        <div class=\"sip-diocese-item\"><span class=\"material-symbols-outlined\">account_balance<\/span><div class=\"sip-diocese-label\">Diocese<\/div><div class=\"sip-diocese-value\">Gumaca<\/div><\/div>\n        <div class=\"sip-diocese-item\"><span class=\"material-symbols-outlined\">domain<\/span><div class=\"sip-diocese-label\">Metropolitan<\/div><div class=\"sip-diocese-value\">Archdiocese of Lipa<\/div><\/div>\n        <div class=\"sip-diocese-item\"><span class=\"material-symbols-outlined\">person<\/span><div class=\"sip-diocese-label\">Bishop<\/div><div class=\"sip-diocese-value\">Euginius Ca&ntilde;ete, M.J.<\/div><\/div>\n        <div class=\"sip-diocese-item\"><span class=\"material-symbols-outlined\">public<\/span><div class=\"sip-diocese-label\">Met. Archbishop<\/div><div class=\"sip-diocese-value\">Gilbert A. Garcera<\/div><\/div>\n        <div class=\"sip-diocese-item\"><span class=\"material-symbols-outlined\">groups<\/span><div class=\"sip-diocese-label\">Vicar General<\/div><div class=\"sip-diocese-value\">Ramon D. Uriarte<\/div><\/div>\n    <\/div>\n\n    <button class=\"sip-top-btn\" id=\"sipTopBtn\" title=\"Back to Top\"><span class=\"material-symbols-outlined\">keyboard_arrow_up<\/span><\/button>\n\n<\/div>\n\n<script>\n(function(){\n    var w = document.querySelector('.sip-wrapper');\n    if (!w) return;\n    function fullBleed() {\n        w.style.marginLeft = ''; w.style.marginRight = '';\n        w.style.width = ''; w.style.maxWidth = '';\n        var left = w.getBoundingClientRect().left;\n        var vw   = window.innerWidth;\n        w.style.marginLeft  = (-left) + 'px';\n        w.style.width       = vw + 'px';\n        w.style.maxWidth    = vw + 'px';\n        w.style.overflowX   = 'hidden';\n        w.style.boxSizing   = 'border-box';\n    }\n    fullBleed();\n    var t;\n    window.addEventListener('resize', function(){ clearTimeout(t); t = setTimeout(fullBleed, 80); });\n\n    var fo=new IntersectionObserver(function(es){\n        es.forEach(function(e){\n            if(e.isIntersecting){\n                var p=e.target.parentElement,s=p.querySelectorAll('.sip-fade'),d=0,f=false;\n                s.forEach(function(x){if(x===e.target)f=true;if(f&&!x.classList.contains('sip-visible')){setTimeout(function(){x.classList.add('sip-visible');},d);d+=150;}});\n                if(!f)e.target.classList.add('sip-visible');\n                fo.unobserve(e.target);\n            }\n        });\n    },{threshold:0.1,rootMargin:'0px 0px -50px 0px'});\n    document.querySelectorAll('.sip-fade').forEach(function(el){fo.observe(el);});\n\n    document.querySelectorAll('.sip-wrapper a[href^=\"#\"]').forEach(function(a){\n        a.addEventListener('click',function(ev){\n            ev.preventDefault();\n            var t=document.querySelector(this.getAttribute('href'));\n            if(t)t.scrollIntoView({behavior:'smooth',block:'start'});\n        });\n    });\n\n    var tb=document.getElementById('sipTopBtn');\n    if(tb){\n        window.addEventListener('scroll',function(){tb.classList.toggle('sip-top-visible',window.scrollY>600);});\n        tb.addEventListener('click',function(){window.scrollTo({top:0,behavior:'smooth'});});\n    }\n\n    var gi=document.querySelectorAll('.sip-gallery-item');\n    if(gi.length){\n        var lb=document.createElement('div');\n        lb.className='sip-lightbox';\n        lb.innerHTML='<div class=\"sip-lightbox-backdrop\"><\/div><div class=\"sip-lightbox-inner\"><button class=\"sip-lightbox-close\"><span class=\"material-symbols-outlined\">close<\/span><\/button><button class=\"sip-lightbox-prev\"><span class=\"material-symbols-outlined\">chevron_left<\/span><\/button><button class=\"sip-lightbox-next\"><span class=\"material-symbols-outlined\">chevron_right<\/span><\/button><div class=\"sip-lightbox-img-wrap\"><img decoding=\"async\" src=\"\" alt=\"\"><\/div><div class=\"sip-lightbox-caption\"><\/div><\/div>';\n        document.querySelector('.sip-wrapper').appendChild(lb);\n        var ci=0,ims=[];\n        gi.forEach(function(it,i){\n            var img=it.querySelector('img'),ct=it.querySelector('.sip-gallery-caption-title'),cs=it.querySelector('.sip-gallery-caption-sub');\n            if(img)ims.push({src:img.src,alt:img.alt,t:ct?ct.textContent:'',s:cs?cs.textContent:''});\n            it.addEventListener('click',function(){ci=i;oli(ci);});\n        });\n        function oli(i){var li=lb.querySelector('img'),lc=lb.querySelector('.sip-lightbox-caption'),d=ims[i];li.src=d.src;li.alt=d.alt;lc.textContent=d.t+(d.s?' \\u2014 '+d.s:'');lb.classList.add('sip-lb-open');document.body.style.overflow='hidden';}\n        function cl(){lb.classList.remove('sip-lb-open');document.body.style.overflow='';}\n        lb.querySelector('.sip-lightbox-close').addEventListener('click',cl);\n        lb.querySelector('.sip-lightbox-backdrop').addEventListener('click',cl);\n        lb.querySelector('.sip-lightbox-prev').addEventListener('click',function(){ci=(ci-1+ims.length)%ims.length;oli(ci);});\n        lb.querySelector('.sip-lightbox-next').addEventListener('click',function(){ci=(ci+1)%ims.length;oli(ci);});\n        document.addEventListener('keydown',function(e){\n            if(!lb.classList.contains('sip-lb-open'))return;\n            if(e.key==='Escape')cl();\n            if(e.key==='ArrowLeft'){ci=(ci-1+ims.length)%ims.length;oli(ci);}\n            if(e.key==='ArrowRight'){ci=(ci+1)%ims.length;oli(ci);}\n        });\n    }\n})();\n<\/script>\n<\/div>\n\n\n\n\n\n\n\n\n\n\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-9752aff6 alignfull uagb-is-root-container\"><div class=\"wp-block-bplugins-custom-html\" id='bPluginsCustomHtml-2'>\n<!-- wp:html -->\n<!-- wp:html -->\n<!-- wp:html -->\n<style>\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,700;1,400&family=Lato:wght@300;400&display=swap');\n\n.updates-section{background:#FEFBF4;padding:90px 40px;font-family:'Lato',sans-serif;position:relative;}\n.updates-section::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(201,168,76,0.4),transparent);}\n.updates-inner{max-width:1100px;margin:0 auto;}\n\n.updates-header{text-align:center;margin-bottom:52px;}\n\n.updates-eyebrow{font-size:9px;letter-spacing:5px;text-transform:uppercase;color:#c9a84c;margin-bottom:14px;display:flex;align-items:center;justify-content:center;gap:14px;}\n.updates-eyebrow::before,.updates-eyebrow::after{content:'';display:block;width:30px;height:1px;background:rgba(201,168,76,0.5);}\n\n.updates-title{font-family:'Playfair Display',serif;font-size:clamp(26px,3.5vw,44px);font-weight:700;color:#2A1A0E;line-height:1.15;margin-bottom:14px;}\n.updates-title em{font-style:italic;color:#c9a84c;}\n\n.updates-desc{font-size:14px;color:#7D6E5C;line-height:1.8;max-width:580px;margin:0 auto 0;font-weight:300;}\n\n.updates-tabs-wrap{display:flex;justify-content:center;margin-bottom:40px;}\n.updates-tabs{display:flex;gap:1px;background:rgba(201,168,76,0.12);flex-wrap:wrap;}\n.updates-tab{padding:10px 20px;font-size:9px;letter-spacing:3px;text-transform:uppercase;color:#B0A28F;font-family:'Lato',sans-serif;background:#FEFBF4;cursor:pointer;border:none;transition:all 0.3s;white-space:nowrap;}\n.updates-tab.active{background:rgba(201,168,76,0.1);color:#c9a84c;}\n.updates-tab:hover{color:#c9a84c;}\n\n.updates-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;min-height:200px;}\n\n.update-card{background:#FFFFFF;border:1px solid rgba(201,168,76,0.1);border-radius:6px;transition:transform 0.4s,box-shadow 0.4s,border-color 0.3s,opacity 0.4s;overflow:hidden;}\n.update-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px rgba(42,26,14,0.1);border-color:rgba(201,168,76,0.25);}\n.update-card a{text-decoration:none !important;color:inherit;display:flex;flex-direction:column;height:100%;}\n\n.update-card-img{width:100%;aspect-ratio:16\/9;background:rgba(201,168,76,0.04);border-bottom:1px solid rgba(201,168,76,0.08);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;}\n.update-card-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.6s cubic-bezier(0.16,1,0.3,1);}\n.update-card:hover .update-card-img img{transform:scale(1.06);}\n.update-card-img svg{width:32px;height:32px;stroke:rgba(201,168,76,0.25);fill:none;stroke-width:1.5;}\n.update-card-cat{position:absolute;top:12px;left:12px;font-size:8px;letter-spacing:2px;text-transform:uppercase;background:rgba(254,251,244,0.95);color:#c9a84c;border:1px solid rgba(201,168,76,0.25);padding:4px 10px;font-family:'Lato',sans-serif;}\n\n.update-card-body{padding:24px;flex:1;display:flex;flex-direction:column;}\n.update-card-date{font-size:9px;letter-spacing:2px;text-transform:uppercase;color:#B0A28F;margin-bottom:12px;}\n.update-card-title{font-family:'Playfair Display',serif;font-size:17px;font-weight:700;color:#2A1A0E;line-height:1.4;margin-bottom:10px;flex:1;transition:color 0.3s;}\n.update-card:hover .update-card-title{color:#c9a84c;}\n.update-card-excerpt{font-size:12px;color:#7D6E5C;line-height:1.7;}\n\n\/* PAGINATION *\/\n.updates-pagination{display:flex;align-items:center;justify-content:center;gap:4px;margin-top:40px;flex-wrap:wrap;}\n.updates-page-btn{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 14px;font-family:'Lato',sans-serif;font-size:11px;letter-spacing:1px;color:#B0A28F;background:#FFFFFF;border:1px solid rgba(201,168,76,0.12);border-radius:4px;cursor:pointer;transition:all 0.3s;text-decoration:none !important;}\n.updates-page-btn:hover:not(.disabled):not(.active){color:#c9a84c;border-color:rgba(201,168,76,0.35);background:rgba(201,168,76,0.04);}\n.updates-page-btn.active{color:#FEFBF4;background:linear-gradient(135deg,#c9a84c,#e8d08a);border-color:transparent;box-shadow:0 3px 12px rgba(201,168,76,0.2);cursor:default;}\n.updates-page-btn.disabled{opacity:0.3;cursor:default;pointer-events:none;}\n.updates-page-btn svg{width:12px;height:12px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}\n\n.updates-footer{margin-top:20px;background:#FFFFFF;border:1px solid rgba(201,168,76,0.12);border-radius:6px;padding:20px 28px;display:flex;align-items:center;justify-content:space-between;}\n.updates-footer span{font-size:9px;letter-spacing:3px;text-transform:uppercase;color:#B0A28F;}\n.updates-all-link{display:inline-flex;align-items:center;gap:8px;font-size:9px;letter-spacing:3px;text-transform:uppercase;color:#c9a84c;text-decoration:none !important;border-bottom:1px solid rgba(201,168,76,0.3);padding-bottom:3px;font-family:'Lato',sans-serif;transition:color 0.3s;}\n.updates-all-link:hover{color:#2A1A0E !important;}\n.updates-all-link svg{width:11px;height:11px;stroke:#c9a84c;fill:none;stroke-width:2;}\n\n.updates-loading{grid-column:1\/-1;padding:60px;text-align:center;color:#B0A28F;font-size:10px;letter-spacing:3px;text-transform:uppercase;}\n.updates-grid.is-loading{opacity:0.4;pointer-events:none;transition:opacity 0.25s;}\n\n@media(max-width:900px){.updates-grid{grid-template-columns:repeat(2,1fr);}.updates-section{padding:60px 24px;}}\n@media(max-width:540px){.updates-grid{grid-template-columns:1fr;}.updates-page-btn{min-width:36px;height:36px;font-size:10px;padding:0 10px;}.updates-desc{font-size:13px;}}\n<\/style>\n\n<section class=\"updates-section\">\n  <div class=\"updates-inner\">\n\n    <div class=\"updates-header\">\n      <p class=\"updates-eyebrow\">Parish News &amp; Announcements<\/p>\n      <h2 class=\"updates-title\">Hondagua Parish <em>Latest Updates<\/em><\/h2>\n      <p class=\"updates-desc\">Stay connected with the latest news, upcoming events, spiritual reflections, and important announcements from our beloved Hondagua Parish community.<\/p>\n    <\/div>\n\n    <div class=\"updates-tabs-wrap\">\n      <div class=\"updates-tabs\" id=\"updatesTabs\"><\/div>\n    <\/div>\n\n    <div class=\"updates-grid\" id=\"updatesGrid\">\n      <div class=\"updates-loading\">Loading posts&#8230;<\/div>\n    <\/div>\n\n    <div class=\"updates-pagination\" id=\"updatesPagination\"><\/div>\n\n    <div class=\"updates-footer\">\n      <span id=\"updatesCount\"><\/span>\n      <a class=\"updates-all-link\" id=\"updatesAllLink\" href=\"https:\/\/demo5.yinwoodweb.com\/hondagua\/updates\/\">\n        View All Posts\n        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\/><polyline points=\"12 5 19 12 12 19\"\/><\/svg>\n      <\/a>\n    <\/div>\n\n  <\/div>\n<\/section>\n\n<script>\n(function(){\n\n  var SITE_URL = 'https:\/\/demo5.yinwoodweb.com\/hondagua';\n  var API_URL  = SITE_URL + '\/wp-json\/wp\/v2';\n  var BLOG_URL = 'https:\/\/demo5.yinwoodweb.com\/hondagua\/updates\/';\n  var PER_PAGE = 6;\n\n  var grid      = document.getElementById('updatesGrid');\n  var tabsEl    = document.getElementById('updatesTabs');\n  var countEl   = document.getElementById('updatesCount');\n  var paginEl   = document.getElementById('updatesPagination');\n\n  var currentPage    = 1;\n  var totalPages     = 1;\n  var currentCatId   = '';\n  var currentCatSlug = '';\n\n  function formatDate(str){\n    return new Date(str).toLocaleDateString('en-PH',{year:'numeric',month:'short',day:'numeric'});\n  }\n\n  function stripHtml(html){\n    var div = document.createElement('div');\n    div.innerHTML = html;\n    return (div.textContent || div.innerText || '').trim();\n  }\n\n  function getCategory(embedded){\n    var cat = 'General';\n    if(!embedded || !embedded['wp:term']) return cat;\n    var found = false;\n    embedded['wp:term'].forEach(function(group){\n      if(found) return;\n      group.forEach(function(term){\n        if(!found && term.taxonomy === 'category' && term.name){\n          cat = term.name;\n          found = true;\n        }\n      });\n    });\n    return cat;\n  }\n\n  function getThumb(embedded, title){\n    if(\n      embedded &&\n      embedded['wp:featuredmedia'] &&\n      embedded['wp:featuredmedia'][0] &&\n      embedded['wp:featuredmedia'][0].source_url\n    ){\n      return '<img decoding=\"async\" src=\"'+embedded['wp:featuredmedia'][0].source_url+'\" alt=\"'+title+'\" loading=\"lazy\">';\n    }\n    return '<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"1\"\/><circle cx=\"8.5\" cy=\"8.5\" r=\"1.5\"\/><polyline points=\"21 15 16 10 5 21\"\/><\/svg>';\n  }\n\n  function render(posts){\n    grid.innerHTML = '';\n    if(!posts || !posts.length){\n      grid.innerHTML = '<div class=\"updates-loading\">No posts found.<\/div>';\n      countEl.textContent = '0 posts';\n      paginEl.innerHTML = '';\n      return;\n    }\n    posts.forEach(function(p, idx){\n      var cat     = getCategory(p._embedded);\n      var thumb   = getThumb(p._embedded, p.title.rendered);\n      var excerpt = stripHtml(p.excerpt.rendered)\n                      .replace(\/$$(&hellip;|[\\u2026\\u2026])$$\/g,'')\n                      .trim();\n      if(excerpt.length > 110) excerpt = excerpt.substring(0,110) + '\\u2026';\n\n      var card = document.createElement('div');\n      card.className = 'update-card';\n      card.style.opacity = '0';\n      card.innerHTML =\n        '<a href=\"'+BLOG_URL+'\">'+\n          '<div class=\"update-card-img\">'+\n            thumb+\n            '<span class=\"update-card-cat\">'+cat+'<\/span>'+\n          '<\/div>'+\n          '<div class=\"update-card-body\">'+\n            '<div class=\"update-card-date\">'+formatDate(p.date)+'<\/div>'+\n            '<h3 class=\"update-card-title\">'+p.title.rendered+'<\/h3>'+\n            '<p class=\"update-card-excerpt\">'+excerpt+'<\/p>'+\n          '<\/div>'+\n        '<\/a>';\n      grid.appendChild(card);\n      setTimeout(function(){ card.style.opacity = '1'; }, 50 + idx * 60);\n    });\n    countEl.textContent = 'Page '+currentPage+' of '+totalPages+' \\u00B7 Showing '+posts.length+' post'+(posts.length !== 1 ? 's' : '');\n  }\n\n  function renderPagination(){\n    paginEl.innerHTML = '';\n    if(totalPages <= 1) return;\n\n    var prevBtn = document.createElement('button');\n    prevBtn.className = 'updates-page-btn' + (currentPage <= 1 ? ' disabled' : '');\n    prevBtn.innerHTML = '<svg viewBox=\"0 0 24 24\"><polyline points=\"15 18 9 12 15 6\"\/><\/svg>';\n    prevBtn.title = 'Previous page';\n    if(currentPage > 1){ prevBtn.onclick = function(){ goToPage(currentPage - 1); }; }\n    paginEl.appendChild(prevBtn);\n\n    var pages = getPagesToShow(currentPage, totalPages);\n    pages.forEach(function(p){\n      if(p === '...'){\n        var dots = document.createElement('span');\n        dots.className = 'updates-page-btn disabled';\n        dots.textContent = '\\u2026';\n        dots.style.cursor = 'default';\n        dots.style.border = 'none';\n        dots.style.background = 'transparent';\n        paginEl.appendChild(dots);\n      } else {\n        var btn = document.createElement('button');\n        btn.className = 'updates-page-btn' + (p === currentPage ? ' active' : '');\n        btn.textContent = p;\n        if(p !== currentPage){ btn.onclick = (function(pg){ return function(){ goToPage(pg); }; })(p); }\n        paginEl.appendChild(btn);\n      }\n    });\n\n    var nextBtn = document.createElement('button');\n    nextBtn.className = 'updates-page-btn' + (currentPage >= totalPages ? ' disabled' : '');\n    nextBtn.innerHTML = '<svg viewBox=\"0 0 24 24\"><polyline points=\"9 18 15 12 9 6\"\/><\/svg>';\n    nextBtn.title = 'Next page';\n    if(currentPage < totalPages){ nextBtn.onclick = function(){ goToPage(currentPage + 1); }; }\n    paginEl.appendChild(nextBtn);\n  }\n\n  function getPagesToShow(current, total){\n    var pages = [];\n    if(total <= 7){ for(var i=1;i<=total;i++) pages.push(i); return pages; }\n    pages.push(1);\n    if(current > 3) pages.push('...');\n    var start = Math.max(2, current - 1);\n    var end   = Math.min(total - 1, current + 1);\n    for(var j = start; j <= end; j++) pages.push(j);\n    if(current < total - 2) pages.push('...');\n    pages.push(total);\n    return pages;\n  }\n\n  function goToPage(page){\n    if(page < 1 || page > totalPages || page === currentPage) return;\n    currentPage = page;\n    fetchPosts(currentCatId, currentCatSlug);\n    var section = document.querySelector('.updates-section');\n    if(section){\n      var y = section.getBoundingClientRect().top + window.pageYOffset - 20;\n      window.scrollTo({top: y, behavior: 'smooth'});\n    }\n  }\n\n  function setActiveTab(btn){\n    tabsEl.querySelectorAll('.updates-tab').forEach(function(t){ t.classList.remove('active'); });\n    btn.classList.add('active');\n  }\n\n  function fetchPosts(catId, catSlug){\n    grid.classList.add('is-loading');\n    grid.innerHTML = '<div class=\"updates-loading\">Loading...<\/div>';\n    paginEl.innerHTML = '';\n\n    currentCatId   = catId || '';\n    currentCatSlug = catSlug || '';\n\n    var url = API_URL+'\/posts?per_page='+PER_PAGE+'&page='+currentPage+'&_embed=1&orderby=date&order=desc';\n    if(catId){ url += '&categories='+catId; }\n\n    fetch(url)\n      .then(function(r){\n        totalPages = parseInt(r.headers.get('X-WP-TotalPages')) || 1;\n        if(currentPage > totalPages && totalPages > 0){\n          currentPage = totalPages;\n          return fetchPosts(currentCatId, currentCatSlug);\n        }\n        return r.json().then(function(posts){\n          grid.classList.remove('is-loading');\n          render(posts);\n          renderPagination();\n        });\n      })\n      .catch(function(){\n        grid.classList.remove('is-loading');\n        grid.innerHTML = '<div class=\"updates-loading\">Could not load posts.<\/div>';\n      });\n  }\n\n  function buildTabs(categories){\n    tabsEl.innerHTML = '';\n\n    var allBtn = document.createElement('button');\n    allBtn.className = 'updates-tab active';\n    allBtn.textContent = 'All';\n    allBtn.onclick = function(){\n      setActiveTab(allBtn);\n      currentPage = 1;\n      fetchPosts('', '');\n    };\n    tabsEl.appendChild(allBtn);\n\n    categories\n      .filter(function(c){ return c.slug !== 'uncategorized' && c.count > 0; })\n      .forEach(function(c){\n        var btn = document.createElement('button');\n        btn.className = 'updates-tab';\n        btn.textContent = c.name;\n        btn.onclick = function(){\n          setActiveTab(btn);\n          currentPage = 1;\n          fetchPosts(c.id, c.slug);\n        };\n        tabsEl.appendChild(btn);\n      });\n  }\n\n  fetch(API_URL+'\/categories?per_page=100&orderby=name&order=asc')\n    .then(function(r){ return r.json(); })\n    .then(function(cats){\n      buildTabs(cats);\n      fetchPosts('', '');\n    })\n    .catch(function(){\n      tabsEl.innerHTML = '';\n      var allBtn = document.createElement('button');\n      allBtn.className = 'updates-tab active';\n      allBtn.textContent = 'All';\n      allBtn.onclick = function(){ currentPage=1; fetchPosts('',''); };\n      tabsEl.appendChild(allBtn);\n      fetchPosts('', '');\n    });\n\n})();\n<\/script>\n<!-- \/wp:html --><\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Diocese of Gumaca ST. ISIDORE THE FARMER Patron of Farmers &amp; Rural Communities A humble laborer whose faith moved heaven [&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":"","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":"St. Isidore the Farmer Parish - Lopez, Quezon Province","description":"St. Isidore the Farmer Parish is a roman church located at Barangay Hondagua, Lopez, Quezon Province under the Diocese of Gumaca.","facebook_image":"https:\/\/demo5.yinwoodweb.com\/mondagua\/wp-content\/uploads\/sites\/7\/2026\/05\/st.-isidore-the-farmer-parish.png"},"footnotes":""},"class_list":["post-11","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":"Diocese of Gumaca","author_link":"https:\/\/demo5.yinwoodweb.com\/hondagua\/author\/phwpywadsa623\/"},"uagb_comment_info":0,"uagb_excerpt":"Diocese of Gumaca ST. ISIDORE THE FARMER Patron of Farmers &amp; Rural Communities A humble laborer whose faith moved heaven [&hellip;]","_links":{"self":[{"href":"https:\/\/demo5.yinwoodweb.com\/hondagua\/wp-json\/wp\/v2\/pages\/11","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/demo5.yinwoodweb.com\/hondagua\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/demo5.yinwoodweb.com\/hondagua\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/demo5.yinwoodweb.com\/hondagua\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/demo5.yinwoodweb.com\/hondagua\/wp-json\/wp\/v2\/comments?post=11"}],"version-history":[{"count":149,"href":"https:\/\/demo5.yinwoodweb.com\/hondagua\/wp-json\/wp\/v2\/pages\/11\/revisions"}],"predecessor-version":[{"id":890,"href":"https:\/\/demo5.yinwoodweb.com\/hondagua\/wp-json\/wp\/v2\/pages\/11\/revisions\/890"}],"wp:attachment":[{"href":"https:\/\/demo5.yinwoodweb.com\/hondagua\/wp-json\/wp\/v2\/media?parent=11"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}