body{margin:0;font-family:Segoe UI,sans-serif;background:var(--cream);--brown-900: #3b2b1b;--brown-700: #654321;--red-700: #a23a26;--cream: #fffaf4;color:var(--brown-900)}.header{position:sticky;top:0;z-index:999;background:#fff;box-shadow:0 3px 10px #00000014}.topbar{background:var(--brown-900);color:#fff;font-size:.85rem;text-align:center;padding:5px 0}.nav-container{display:flex;flex-direction:column;align-items:center;padding:10px 0 6px}.logo{text-decoration:none;font-weight:700;color:var(--brown-900);margin-bottom:6px}.nav-links a{margin:0 8px;padding:6px 12px;border-radius:6px;color:var(--brown-900);text-decoration:none;font-weight:600;transition:all .25s ease}.nav-links a:hover{background:var(--brown-700);color:#fff}.nested-submenu{position:static!important;box-shadow:none!important;background:transparent!important;padding-left:1.5rem;margin-top:.3rem}.nested-submenu li{padding:4px 0}.has-submenu .submenu .nested-submenu{display:block!important}.hero-split{display:grid;grid-template-columns:65% 35%;max-width:1400px;margin:0 auto;min-height:75vh;background:var(--cream);box-shadow:0 6px 20px #0000000d;border-radius:12px;overflow:hidden}.hero-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transform:scale(1.03);transition:opacity 1.5s ease,transform 8s linear}.hero-slide.active{opacity:1;transform:scale(1.05)}.hero-text{position:relative;z-index:3;color:#fff;text-align:center;top:50%;transform:translateY(-50%);text-shadow:0 3px 10px rgba(0,0,0,.6)}.hero-text h1{font-size:clamp(2.2rem,4vw,3rem);margin:0 0 8px}.hero-text p{margin-bottom:20px}.btn{background:var(--red-700);border:none;color:#fff;padding:10px 20px;border-radius:8px;cursor:pointer;font-weight:600;transition:background .3s ease}.news-side{background:linear-gradient(180deg,#fffdf8,#fff7ef);padding:60px 50px;box-shadow:inset 10px 0 20px #0000000d}.news-head{margin-bottom:18px;font-size:1.6rem;font-weight:800}.news-item{position:absolute;opacity:0;transition:all .8s ease}.news-item.active{opacity:1}.news-item .news-date{color:var(--red-700);font-weight:700}.quicklinks{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;padding:60px 8%;background:var(--cream)}.q-card{position:relative;height:220px;border-radius:16px;background-size:cover;background-position:center;overflow:hidden;cursor:pointer;box-shadow:0 6px 20px #0000001a;transition:transform .4s ease}.q-card span{position:absolute;bottom:20px;left:0;right:0;text-align:center;color:#fff;font-weight:700;font-size:1.1rem;z-index:2}.mass-section{background:#fff;overflow:hidden;transition:all .4s ease;padding:0;max-height:0}.mass-section.open{padding:60px 0;max-height:600px}.table{width:90%;margin:0 auto;border-collapse:collapse}.table th,.table td{border:1px solid #ddd;padding:8px}.clergy-section{background:var(--cream);padding:80px 8%;text-align:center}.clergy-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;margin-top:30px}.clergy-card{background:#fff;border-radius:16px;box-shadow:0 6px 16px #00000014;padding:20px}.clergy-card img{width:150px;height:200px;object-fit:cover;border-radius:10px}.contact-section{padding:60px 8%;background:#fff;text-align:center}.footer{background:var(--brown-900);color:#fff;text-align:center;padding:20px}.scrollTop{position:fixed;right:20px;bottom:25px;background:var(--red-700);color:#fff;border:none;border-radius:50%;width:42px;height:42px;font-size:1.3rem;cursor:pointer;box-shadow:0 4px 10px #0003;transition:background .3s ease}.reveal{opacity:0;transform:translateY(40px);transition:all 1s ease}.reveal:nth-child(2){transition-delay:.15s}.reveal:nth-child(3){transition-delay:.3s}.reveal:nth-child(4){transition-delay:.45s}@media(max-width:900px){.hero-split{grid-template-columns:1fr}.news-side{padding:40px 20px}.quicklinks{grid-template-columns:1fr}}.hero-side{position:relative;overflow:hidden;border-right:2px solid #f3e9e1}:root{--brown-900:#3b2b1b;--brown-700:#654321;--brown-100:#f3ece7;--red-700:#a23a26;--cream:#fffaf4}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Poppins,sans-serif;color:var(--brown-900);background:var(--cream)}.topbar{background:var(--brown-900);color:#fff;text-align:center;padding:6px 0;font-size:.9rem}.banner{display:flex;justify-content:center;max-width:1200px;margin:18px auto 12px;border-radius:16px;overflow:hidden;box-shadow:0 4px 15px #00000014}.banner-image{position:relative;width:100%;height:250px;background-size:cover;background-position:center}.banner-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#3b2b1b59,#3b2b1b1a)}.banner-text{position:absolute;inset:0;display:grid;place-items:center;color:#fff;text-align:center;text-shadow:0 2px 8px rgba(0,0,0,.5)}.banner-text h1{margin:0;font-weight:700;font-size:2rem}.banner-text p{margin:6px 0 0}.navbar{position:sticky;top:0;z-index:999;background:#fff;box-shadow:0 3px 12px #00000014;animation:fadeUp .9s ease forwards}.nav-links{list-style:none;margin:0;padding:12px 0;display:flex;justify-content:center;align-items:center;gap:22px}.nav-links a,.nav-links button{background:none;border:0;font:inherit;cursor:pointer;color:var(--brown-900);font-weight:600;position:relative;padding:6px 10px;text-decoration:none;transition:color .25s ease}.nav-links a:after,.nav-links button:after{content:"";position:absolute;left:0;bottom:0;height:2px;width:0;background:var(--red-700);transition:width .25s ease}.nav-links a:hover:after,.nav-links button:hover:after{width:100%}.nav-links a:hover,.nav-links button:hover{color:var(--red-700)}.has-submenu{position:relative}.chevron{font-size:.75rem;margin-left:4px}.submenu{position:absolute;top:120%;left:50%;transform:translate(-50%) translateY(10px);background:#fff;border-radius:10px;box-shadow:0 6px 18px #0000001f;opacity:0;visibility:hidden;transition:all .3s ease;min-width:200px;padding:8px 0;list-style:none;margin:0;z-index:1000}.submenu li a,.submenu .submenu-link{display:block;padding:10px 14px;text-decoration:none;color:var(--brown-900);background:#fff;border:0;width:100%;text-align:left;cursor:pointer;font:inherit}.submenu li a:hover,.submenu .submenu-link:hover{background:var(--cream);color:var(--red-700)}.has-submenu.open .submenu{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.hero-split{display:grid;grid-template-columns:65% 35%;max-width:1200px;margin:32px auto;min-height:70vh;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0000000d}.hero-side{position:relative;overflow:hidden}.hero-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transition:opacity 1s ease}.hero-slide.active{opacity:1}.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#00000040,#0009)}.hero-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;text-align:center;text-shadow:0 3px 10px rgba(0,0,0,.6)}.hero-text h2{margin:0 0 6px}.btn{background:var(--red-700);border:0;color:#fff;padding:10px 18px;border-radius:10px;cursor:pointer;font-weight:700}.btn:hover{background:var(--brown-700)}.btn-chip{background:#fff;border:1px solid var(--brown-100);color:var(--brown-900);padding:8px 12px;border-radius:999px;font-weight:700}.btn-chip:hover{background:var(--brown-100)}.news-side{background:linear-gradient(180deg,#fffdf8,#fff7ef);padding:40px 30px;box-shadow:inset 8px 0 20px #0000000a}.news-head{margin:0 0 14px;font-size:1.4rem}.news-date{color:var(--red-700);font-weight:700;text-transform:uppercase;font-size:.9rem}.quicklinks{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;max-width:1200px;margin:0 auto;padding:28px 0}.q-card{position:relative;height:220px;border-radius:16px;overflow:hidden;background-size:cover;background-position:center;box-shadow:0 6px 20px #0000001a;cursor:pointer;transition:transform .35s ease}.q-card:hover{transform:translateY(-6px)}.q-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#0003,#00000080)}.q-card span{position:absolute;left:0;right:0;bottom:18px;text-align:center;color:#fff;font-weight:700;font-size:1.05rem;z-index:2}.mass-section{background:#fff;overflow:hidden;transition:all .4s ease;max-height:0;padding:0}.mass-section.open{max-height:640px;padding:40px 0}.container{max-width:1100px;margin:0 auto;padding:0 16px}.mass-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:12px;border:1px solid #e8e2dc;text-align:left}.clergy-section{background:var(--cream);padding:64px 16px;text-align:center}.clergy-section h2{margin:0}.clergy-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;max-width:1100px;margin:24px auto 0}.clergy-card{background:#fff;border-radius:16px;box-shadow:0 6px 16px #00000014;padding:18px}.clergy-card img{width:150px;height:200px;object-fit:cover;border-radius:10px;margin-bottom:8px}.contact-section{background:#fff;padding:52px 16px;text-align:center}.contact-section h2{margin-top:0}.footer{background:var(--brown-900);color:#fff;text-align:center;padding:18px}.scrollTop{position:fixed;right:20px;bottom:24px;z-index:1000;width:44px;height:44px;border-radius:50%;border:0;cursor:pointer;background:var(--red-700);color:#fff;font-size:1.2rem;box-shadow:0 4px 10px #0003}.scrollTop:hover{background:var(--brown-700)}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.reveal{opacity:0;transform:translateY(30px);transition:opacity .9s ease,transform .9s ease}.reveal.active{opacity:1;transform:translateY(0)}.quicklinks.reveal{transition-delay:.12s}.mass-section.reveal{transition-delay:.22s}.clergy-section.reveal{transition-delay:.32s}.contact-section.reveal{transition-delay:.42s}@media(max-width:980px){.hero-split{grid-template-columns:1fr;min-height:60vh}.news-side{padding:28px 18px;box-shadow:none}.nav-links{gap:14px;flex-wrap:wrap}.submenu{left:auto;right:0;transform:translateY(10px)}.has-submenu.open .submenu{transform:translateY(0)}}.header-box{position:relative;width:80%;margin:0 auto;border-radius:20px;overflow:hidden;box-shadow:0 4px 12px #00000026;animation:fadeIn 1.5s ease-in-out;background:#fff}.header-box:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/st1.jpeg);background-size:cover;background-position:center center;background-repeat:no-repeat;filter:brightness(.75);transition:transform 8s ease,filter 1.5s ease-in-out;z-index:0}.header-box:hover:before{transform:scale(1.05);filter:brightness(.85)}.header-content{position:relative;z-index:1;color:#fff;text-align:center;padding:4rem 1rem;font-family:Poppins,sans-serif}.header-content h1{font-size:2.2rem;font-weight:700;letter-spacing:.5px}.header-content p{margin-top:.5rem;font-size:1.1rem;font-weight:400}.header-banner-split{display:flex;align-items:center;justify-content:space-between;width:90%;max-width:1300px;margin:1.5rem auto;background:#fdf8f3;border-radius:20px;box-shadow:0 6px 15px #00000026;overflow:hidden;animation:fadeIn 1.2s ease-in-out}.header-text{flex:1;padding:2rem 3rem;color:#4a2e1f;font-family:Poppins,sans-serif}.header-text h1{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:#4a2e1f}.header-text p{font-size:1.1rem;color:#7b5c4a}.header-image{flex:1;display:flex;align-items:center;justify-content:flex-end;background:transparent}.header-image img{width:100%;height:auto;object-fit:cover;border-top-right-radius:20px;border-bottom-right-radius:20px}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:100px){.header-banner-split{flex-direction:column;text-align:center}.header-text{padding:1.5rem}.header-image{justify-content:center}.header-image img{width:10%;border-radius:15px;margin-bottom:1rem}}.header-banner-split{position:relative}.header-banner-split:before{content:"";position:absolute;right:320px;top:0;bottom:0;width:1px;background:linear-gradient(to bottom,transparent,#d4bda3,transparent);opacity:.4}.header-text{flex:1;padding:2rem 3rem;color:#4a2e1f;font-family:Poppins,sans-serif;display:flex;flex-direction:column;justify-content:center}.header-image img{width:80%;height:auto;max-width:320px;object-fit:contain;border-top-right-radius:20px;border-bottom-right-radius:20px;margin-right:2rem;transition:transform .4s ease}.header-image img:hover{transform:scale(1.03)}.page-container{padding:2rem;background:#fdf8f2;color:#4a2e1f;font-family:Poppins,sans-serif}.subpage-header{text-align:center;margin-bottom:2.5rem}.subpage-header h1{font-size:2rem;color:#4a2e1f;margin-bottom:.5rem}.subpage-header p{color:#7a5b42;font-size:1rem}.mass-timing-section{display:flex;flex-direction:column;align-items:center;gap:2rem}.mass-card{background:#fffaf4;border:1px solid #e8d8c4;border-radius:12px;box-shadow:0 3px 8px #00000014;padding:1.5rem 2rem;width:90%;max-width:750px;transition:transform .3s ease,box-shadow .3s ease}.mass-card:hover{transform:translateY(-3px);box-shadow:0 5px 12px #0000001f}.mass-card h2{font-size:1.3rem;color:#4a2e1f;text-align:center;margin-bottom:1rem;border-bottom:1px solid #e2cdb4;padding-bottom:.5rem}.mass-table{width:100%;border-collapse:collapse;text-align:center;font-size:1rem}.mass-table th{background:#f0e0d0;color:#4a2e1f;font-weight:600;padding:.75rem}.mass-table td{padding:.75rem;border-bottom:1px solid #ecd8c3}.mass-note{font-size:.95rem;text-align:center;color:#7a5b42;margin-top:1rem}.fade-in{animation:fadeInUp .8s ease forwards;opacity:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.submenu-link{display:block;padding:8px 16px;color:#4a2e1f;font-size:.95rem;text-decoration:none;transition:color .3s ease,background .3s ease}.submenu-link:hover{background:#f0e0d0;color:#3b2418;border-radius:6px}.login-page{display:flex;justify-content:center;align-items:center;height:80vh;background:#fdf9f3}.login-box{background:#fffaf5;border:1px solid #e6d7c3;box-shadow:0 4px 10px #0000001a;padding:2.5rem 3rem;border-radius:15px;text-align:center;width:380px;font-family:Poppins,sans-serif}.login-box h2{color:#5a3218;margin-bottom:1rem}.login-box label{display:block;text-align:left;color:#5a3218;margin-top:1rem;font-weight:600}.login-box input{width:100%;padding:.7rem;margin-top:.3rem;border:1px solid #c8a97e;border-radius:8px;background-color:#fff}.login-box button{width:100%;margin-top:1.5rem;background:#5a3218;color:#fff;border:none;padding:.8rem;border-radius:8px;cursor:pointer;transition:background .3s}.login-box button:hover{background:#7b4a26}.login-message{margin-top:1rem;color:#5a3218}.events-container{padding:3rem 2rem;background-color:#fdf9f4;min-height:100vh;display:flex;flex-direction:column;align-items:center;animation:fadeIn .8s ease}.events-form{background:#fffaf3;padding:2rem 2.5rem;border-radius:20px;box-shadow:0 5px 15px #00000014;width:100%;max-width:500px;text-align:center;margin-bottom:3rem}.events-form h2{color:#5b3b1e;margin-bottom:1.5rem}.events-form input{width:100%;padding:.8rem;margin-bottom:1rem;border-radius:10px;border:1px solid #d6bfa3;background-color:#fffaf3;font-size:1rem}.events-form button{width:100%;padding:.8rem;border:none;border-radius:10px;background-color:#7a4b2f;color:#fff;font-weight:600;cursor:pointer;transition:background .3s ease}.events-form button:hover{background-color:#5b3b1e}.events-list{width:100%;max-width:1000px}.events-list h2{color:#5b3b1e;text-align:center;margin-bottom:1.5rem}.no-events{text-align:center;color:#8b6f50;font-style:italic}.events-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.event-card{background:#fffaf3;padding:1.5rem;border-radius:15px;box-shadow:0 2px 10px #0000000d;text-align:center;transition:transform .2s ease}.event-card:hover{transform:translateY(-5px)}.event-card h3{color:#7a4b2f;margin-bottom:.5rem}.event-card p{color:#8b6f50;font-size:.95rem}.logout-btn{background:none;border:none;color:#4a2b1a;font-family:Poppins,sans-serif;font-weight:500;cursor:pointer;transition:color .3s ease}.logout-btn:hover{color:#b33a2f}.event-card{background:#fffaf4;border-radius:12px;padding:15px 25px;margin:15px auto;max-width:600px;box-shadow:0 2px 8px #0000000d;transition:transform .2s ease}.event-actions button{margin-right:10px;border:none;background:#7b4b26;color:#fff;padding:5px 12px;border-radius:6px;cursor:pointer}.event-actions button:hover{opacity:.85}.events-page{background-color:#fffaf4;padding:60px 0;font-family:Poppins,sans-serif;min-height:100vh;text-align:center;color:#4b2e1e}.add-event-container{background:#fff7ef;padding:25px 40px;border-radius:16px;box-shadow:0 4px 12px #0000000d;max-width:600px;margin:0 auto 40px;text-align:center;transition:all .3s ease-in-out}.add-event-container h2{font-weight:600;font-size:1.8rem;color:#4b2e1e;margin-bottom:20px}.add-event-container input{width:90%;padding:12px;margin:8px 0;border:1px solid #decdbf;border-radius:8px;font-size:1rem;background:#fff}.add-event-container button{background:#7b4b26;color:#fff;border:none;padding:12px 24px;border-radius:10px;font-size:1rem;cursor:pointer;margin-top:15px;transition:all .3s ease-in-out}.add-event-container button:hover{background:#60391a}.upcoming-title{font-size:1.6rem;color:#4b2e1e;margin:30px 0 15px;font-weight:600}.events-list{display:flex;flex-direction:column;align-items:center;gap:15px}.event-card{background:#fffaf4;border-radius:14px;padding:20px 30px;width:85%;max-width:600px;box-shadow:0 4px 10px #00000012;transition:transform .2s ease}.event-card:hover{transform:translateY(-3px)}.event-card h4{font-size:1.2rem;font-weight:600;color:#4b2e1e}.event-card p{color:#5c4b3b;font-size:1rem;margin-top:5px}.event-actions{margin-top:15px}.event-actions button{background:#7b4b26;color:#fff;border:none;padding:8px 16px;margin:0 6px;border-radius:8px;cursor:pointer;font-size:.95rem;transition:.3s ease}.event-actions button:hover{background:#60391a}.event-card input{width:80%;margin:8px 0;padding:8px;border:1px solid #d7c7b8;border-radius:8px}.events-page{background-color:#fff9f2;color:#4b2e0e;font-family:Poppins,sans-serif;padding:2rem 0;min-height:100vh}.event-form{background:#fff7ef;max-width:600px;margin:2rem auto;padding:2rem;border-radius:20px;box-shadow:0 4px 12px #503c141a;text-align:center}.event-form h2{font-size:1.8rem;font-weight:700;margin-bottom:1rem;color:#4b2e0e}.event-form input{display:block;width:100%;margin:.6rem 0;padding:.8rem;border-radius:10px;border:1px solid #d6bfa6;background-color:#fff;font-size:1rem;color:#4b2e0e}.event-form button{background-color:#704214;color:#fffaf5;border:none;border-radius:10px;padding:.7rem 1.4rem;font-size:1rem;margin-top:.6rem;cursor:pointer;transition:all .3s ease}.event-form button:hover{background-color:#a66a38}.events-page h3{text-align:center;font-size:1.5rem;font-weight:600;margin-top:3rem;color:#4b2e0e}.event-card{background:#fffaf3;max-width:800px;margin:1.5rem auto;padding:1.5rem;border-radius:20px;text-align:center;box-shadow:0 6px 12px #3c1e0a14;transition:transform .2s ease}.event-card:hover{transform:translateY(-4px)}.event-card h4{font-size:1.3rem;font-weight:700;margin-bottom:.4rem;color:#4b2e0e}.event-card p{color:#5e4225;font-size:1rem;margin-bottom:1rem}.event-card .buttons{display:flex;justify-content:center;gap:1rem}.event-card button{border:none;background-color:#704214;color:#fff;border-radius:8px;padding:.4rem 1rem;font-size:.9rem;cursor:pointer;transition:all .3s ease}.event-card button:hover{background-color:#a66a38}.news-group{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(0,0,0,.1)}.month-title{font-weight:700;font-size:1.2rem;color:#5a3510;margin-bottom:.5rem}.news-item{margin-left:1rem;margin-bottom:.4rem}.news-date{color:#a56a33;font-weight:500;margin-right:.4rem}.news-box{margin-top:20px;background-color:#fff8f3;padding:15px;border-radius:12px;box-shadow:0 4px 12px #0000000d}.news-group{margin-bottom:25px}.month-title{font-size:1.25rem;font-weight:700;color:#5b3210;margin-bottom:10px}.news-card{background:#fffaf5;padding:15px 20px;border-radius:10px;margin-bottom:12px;transition:all .3s ease;box-shadow:0 1px 3px #00000014}.news-card:hover{transform:translateY(-3px);box-shadow:0 4px 10px #0000001a}.news-date{font-size:.9rem;color:#9a6b3d;margin-bottom:5px}.news-header{font-size:1.1rem;font-weight:600;color:#4b2a0c;margin-bottom:4px}.news-subheader{font-size:.95rem;color:#704c2b;margin:0}.news-box{margin-top:20px;display:flex;flex-direction:column;gap:1.5rem}.news-group{padding:10px 0;border-bottom:1px solid #e6d8c2}.month-title{font-size:1.25rem;font-weight:700;color:#5a2f0c;margin-bottom:.75rem}.news-item{background:#fff7f0;padding:1rem;margin-bottom:1rem;border-radius:12px;box-shadow:0 2px 6px #0000000d}.news-date{font-weight:600;color:#a86b2c}.news-header{font-size:1.1rem;color:#4b2c10;margin:.25rem 0}.news-subheader{color:#5f4634;font-size:.95rem;white-space:normal;word-wrap:break-word}.news-box{position:relative;height:180px;overflow:hidden}.news-item{position:absolute;inset:0;opacity:0;transform:translateY(10px);transition:all .8s ease}.month-title{opacity:0;transition:opacity .8s ease}.month-title.active{opacity:1}.news-title{font-size:1.1rem;font-weight:700;color:#5a3218;margin-bottom:5px}.news-desc{color:#6b4c33;font-size:.95rem}.news-date{font-weight:600;font-size:.9rem;color:#a23a26;margin-top:5px}.news-box{position:relative;height:200px;overflow:hidden}.news-item{position:absolute;inset:0;opacity:0;transform:translateY(10px);transition:opacity 1s ease-in-out,transform 1s ease}.news-item.active{opacity:1;transform:translateY(0)}.news-box{position:relative;height:260px;overflow:hidden;padding:10px 0}.news-item{position:absolute;inset:0;opacity:0;transform:translateY(15px);transition:opacity 1s ease-in-out,transform 1s ease-in-out;pointer-events:none;background-color:#fff8f2;padding:1rem 1.25rem;border-radius:12px;box-shadow:0 4px 10px #00000014}.news-item.active{opacity:1;transform:translateY(0);pointer-events:auto}.month-title{font-size:1.1rem;font-weight:600;color:#7a3e10;margin-bottom:.75rem}.news-title{font-size:1.3rem;font-weight:700;color:#5a2b0f;margin-bottom:.5rem}.news-desc{font-size:1rem;line-height:1.5;color:#4b3a2b;margin-bottom:.8rem}.news-date{font-weight:600;font-size:.95rem;color:#a23a26;margin-top:.5rem}.contact-section{background:#fffaf5;padding:2rem;border-radius:16px;box-shadow:0 4px 10px #0000000d;font-family:Poppins,sans-serif;color:#4b3a2b;line-height:1.6}.section-title{font-size:1.4rem;font-weight:700;color:#5a2b0f;margin-bottom:1rem}ul{margin-left:1.5rem;margin-bottom:1.5rem}.timing-table{width:100%;border-collapse:collapse;margin:1rem 0}.timing-table td{padding:.6rem .8rem;border-bottom:1px solid #f3e7d4}.label-cell{background:#f7ecd4;font-weight:600;width:160px}.map-container{margin-top:1.5rem;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.gallery-admin{padding:2rem;background:#fff8f2;min-height:100vh}.gallery-title{font-size:2rem;font-weight:700;color:#5a2d0c;margin-bottom:1.5rem}.album-create{display:flex;gap:.5rem;margin-bottom:1rem}.album-create input{padding:.5rem;border-radius:6px;border:1px solid #ccc}.album-create button{background:#a35d2c;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer}.album-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.album-card{background:#fff;border:1px solid #ddd;padding:.6rem 1rem;border-radius:8px;cursor:pointer;transition:.3s}.album-card:hover{background:#ffe8cc}.album-card.active{background:#ffd5a0;border-color:#a35d2c}.upload-section{background:#fff5e1;padding:1rem;border-radius:10px;margin-bottom:1.5rem}.upload-section button{margin-left:1rem;background:#a35d2c;color:#fff;border:none;border-radius:6px;padding:.5rem 1rem;cursor:pointer}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}.gallery-card{position:relative;overflow:hidden;border-radius:10px;box-shadow:0 4px 10px #00000026;background:#fff}.gallery-img,.gallery-video{width:100%;height:200px;object-fit:cover}.delete-btn{position:absolute;top:8px;right:8px;background:#ff0000bf;border:none;color:#fff;border-radius:50%;width:28px;height:28px;cursor:pointer;opacity:0;transition:opacity .3s}.gallery-card:hover .delete-btn{opacity:1}/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-border-style:solid;--tw-gradient-position:initial;--tw-gradient-from:#0000;--tw-gradient-via:#0000;--tw-gradient-to:#0000;--tw-gradient-stops:initial;--tw-gradient-via-stops:initial;--tw-gradient-from-position:0%;--tw-gradient-via-position:50%;--tw-gradient-to-position:100%;--tw-tracking:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-duration:initial}}}.pointer-events-none{pointer-events:none}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.left-1\/2{left:50%}.container{width:100%}.mx-auto{margin-inline:auto}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline-flex{display:inline-flex}.table{display:table}.h-\[320px\]{height:320px}.max-h-full{max-height:100%}.min-h-screen{min-height:100vh}.max-w-full{max-width:100%}.shrink-0{flex-shrink:0}.-translate-x-1\/2{--tw-translate-x: -50% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.list-decimal{list-style-type:decimal}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.items-center{align-items:center}.justify-center{justify-content:center}.overflow-hidden{overflow:hidden}.rounded-\[28px\]{border-radius:28px}.rounded-full{border-radius:3.40282e38px}.border{border-style:var(--tw-border-style);border-width:1px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-b-2{border-bottom-style:var(--tw-border-style);border-bottom-width:2px}.border-\[\#e0d4c5\]{border-color:#e0d4c5}.border-\[\#e5c7a3\]{border-color:#e5c7a3}.border-\[\#e9d8c6\]{border-color:#e9d8c6}.border-\[\#ead8c6\]{border-color:#ead8c6}.border-\[\#eadcc9\]{border-color:#eadcc9}.border-\[\#f1e2d0\]{border-color:#f1e2d0}.bg-\[\#2f2519\]{background-color:#2f2519}.bg-\[\#5a3c1a\]{background-color:#5a3c1a}.bg-\[\#c08b4a\]{background-color:#c08b4a}.bg-\[\#d7b187\]{background-color:#d7b187}.bg-\[\#f4d1a8\]{background-color:#f4d1a8}.bg-\[\#fcf8f3\]{background-color:#fcf8f3}.bg-\[\#fff4e7\]{background-color:#fff4e7}.bg-\[\#fff7ef\]{background-color:#fff7ef}.bg-\[\#fffaf5\]{background-color:#fffaf5}.bg-gradient-to-b{--tw-gradient-position:to bottom in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.bg-\[linear-gradient\(135deg\,rgba\(255\,255\,255\,0\.05\)\,rgba\(255\,255\,255\,0\)\)\]{background-image:linear-gradient(135deg,#ffffff0d,#fff0)}.from-\[\#f8efe4\]{--tw-gradient-from:#f8efe4;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-\[\#fffaf5\]{--tw-gradient-from:#fffaf5;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-\[\#f2e2cf\]{--tw-gradient-to:#f2e2cf;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-\[\#fff3e6\]{--tw-gradient-to:#fff3e6;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.object-contain{object-fit:contain}.text-center{text-align:center}.text-\[1\.02rem\]{font-size:1.02rem}.text-\[1\.03rem\]{font-size:1.03rem}.text-\[1\.05rem\]{font-size:1.05rem}.text-\[15px\]{font-size:15px}.tracking-\[0\.08em\]{--tw-tracking:.08em;letter-spacing:.08em}.tracking-\[0\.18em\]{--tw-tracking:.18em;letter-spacing:.18em}.text-\[\#2f2519\]{color:#2f2519}.text-\[\#3a2b1f\]{color:#3a2b1f}.text-\[\#3a2d20\]{color:#3a2d20}.text-\[\#5a3c1a\]{color:#5a3c1a}.text-\[\#6b4c2b\]{color:#6b4c2b}.text-\[\#6c5843\]{color:#6c5843}.text-\[\#7a5a36\]{color:#7a5a36}.text-\[\#9a6a38\]{color:#9a6a38}.text-\[\#a25c23\]{color:#a25c23}.text-\[\#f3e4cf\]{color:#f3e4cf}.text-\[\#fff4e7\]{color:#fff4e7}.uppercase{text-transform:uppercase}.italic{font-style:italic}.opacity-30{opacity:.3}.shadow-\[0_12px_30px_rgba\(47\,37\,25\,0\.08\)\]{--tw-shadow:0 12px 30px var(--tw-shadow-color,#2f251914);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.duration-300{--tw-duration:.3s;transition-duration:.3s}@media(hover:hover){.hover\:opacity-90:hover{opacity:.9}.hover\:shadow-\[0_18px_40px_rgba\(47\,37\,25\,0\.12\)\]:hover{--tw-shadow:0 18px 40px var(--tw-shadow-color,#2f25191f);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}}body{color:#4a2c2a;background-color:#fffaf3}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-gradient-position{syntax:"*";inherits:false}@property --tw-gradient-from{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-via{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-to{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-stops{syntax:"*";inherits:false}@property --tw-gradient-via-stops{syntax:"*";inherits:false}@property --tw-gradient-from-position{syntax:"<length-percentage>";inherits:false;initial-value:0%}@property --tw-gradient-via-position{syntax:"<length-percentage>";inherits:false;initial-value:50%}@property --tw-gradient-to-position{syntax:"<length-percentage>";inherits:false;initial-value:100%}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-duration{syntax:"*";inherits:false}.events-container{min-height:100vh;background-color:#fffaf5;font-family:Poppins,sans-serif;display:flex;flex-direction:column;align-items:center;padding:3rem 1rem}.event-form{background-color:#fff2e6;border-radius:20px;box-shadow:0 6px 15px #0000001a;padding:2rem 2.5rem;width:100%;max-width:845px;text-align:center;margin-bottom:3rem;transition:transform .2s ease-in-out,box-shadow .3s ease-in-out}.event-form:hover{transform:translateY(-3px);box-shadow:0 8px 20px #00000026}.event-form h2{color:#6b2e06;font-size:1.7rem;font-weight:700;margin-bottom:1.8rem}.event-form input,.event-form textarea{width:100%;padding:.85rem;margin-bottom:1rem;border-radius:10px;border:1px solid #d4a373;background-color:#fff;font-family:inherit;font-size:.95rem;box-shadow:inset 0 1px 3px #0000000d;outline:none;transition:all .2s ease}.event-form input:focus,.event-form textarea:focus{border-color:#a86b2d;box-shadow:0 0 4px #a86b2d4d}.date-inputs{display:flex;justify-content:space-between;gap:.8rem}.event-form button{background-color:#7b2f00;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:10px;cursor:pointer;font-weight:600;font-size:1rem;transition:background-color .3s ease,transform .2s ease}.upcoming-header{color:#5b2a00;font-size:1.6rem;font-weight:700;margin-bottom:1.5rem}.event-list{display:flex;flex-direction:column;align-items:center;width:100%;max-width:750px}.event-card{background-color:#fff;border-radius:16px;padding:1.8rem;width:100%;box-shadow:0 4px 15px #00000014;margin-bottom:1.5rem;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.event-card:hover{transform:translateY(-3px);box-shadow:0 8px 22px #0000001f}.event-card h3{color:#7b2f00;font-weight:700;margin-bottom:.5rem;font-size:1.2rem}.event-card p{color:#4a3a2a;margin-bottom:.6rem;font-size:.95rem}.event-date{font-weight:600;color:#a86b2d;font-size:.9rem;margin-top:.5rem}.event-actions{display:flex;justify-content:center;gap:1rem;margin-top:1rem}.edit-btn,.delete-btn{border:none;padding:.55rem 1.2rem;border-radius:8px;cursor:pointer;font-weight:600;transition:all .2s ease;font-size:.95rem}.edit-btn{background-color:#ffcf8c;color:#4a2a00}.delete-btn{background-color:#f99;color:#4a2a00}.edit-btn:hover{background-color:#fbbf6a;transform:scale(1.05)}.delete-btn:hover{background-color:#ff7b7b;transform:scale(1.05)}.no-events{color:#8a6f52;font-style:italic;margin-top:2rem;font-size:1rem}.events-container{min-height:100vh;background-color:#fff8f2;font-family:Poppins,sans-serif;display:flex;justify-content:center;align-items:center;padding:0}.event-form{background-color:#fed;border-radius:24px;box-shadow:0 8px 24px #00000026;padding:3rem 3.5rem;width:100%;max-width:845px;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.event-form:hover{transform:translateY(-4px);box-shadow:0 10px 28px #0000002e}.event-form h2{color:#6b2e06;font-size:1.8rem;font-weight:700;margin-bottom:2rem}.event-form input,.event-form textarea{width:100%;padding:.9rem;margin-bottom:1rem;border-radius:10px;border:1px solid #d6b79b;background-color:#fffdfb;font-size:1rem;transition:all .2s ease}.event-form input:focus,.event-form textarea:focus{border-color:#b86b2d;box-shadow:0 0 5px #b86b2d4d}.date-inputs{display:flex;justify-content:space-between;gap:1rem}.event-form button{background-color:#7b2f00;color:#fff;border:none;padding:.9rem 2rem;border-radius:12px;cursor:pointer;font-weight:600;font-size:1rem;transition:all .3s ease}.event-form button:hover{background-color:#9c3d00;transform:scale(1.05)}.news-side{flex:1;background-color:#fff7f0;border-radius:20px;padding:1rem 1.5rem;box-shadow:0 2px 10px #0000001a;overflow-y:auto;max-height:80vh}.news-group{background-color:#fff7f0;border-radius:12px;padding:.8rem 1rem;box-shadow:0 1px 4px #00000014}.news-title{font-weight:600;color:#630}.news-desc{color:#8a6f52;font-style:italic}.news-group{background-color:#fff8f2;border-radius:12px;padding:1rem 1.2rem;margin-bottom:1rem;box-shadow:0 2px 6px #0000001a}.news-item{padding:.6rem 0;border-bottom:1px solid #eee}.news-title{color:#6b2e06;font-weight:600;margin-bottom:.2rem}.news-desc{color:#7a5533;font-size:.95rem;margin:0}.news-box{display:flex;flex-direction:column;gap:1rem}.month-title{color:#5b2a00;font-weight:700;margin-bottom:.4rem}.news-side{background:#fffaf5;padding:1.2rem;border-radius:12px;box-shadow:0 4px 10px #0000000d}.section-title{font-size:1.6rem;font-weight:700;color:#5b2a00;margin-bottom:1rem}.news-group{background:#fff5ec;border-radius:10px;padding:1rem;margin-bottom:1rem;box-shadow:0 2px 5px #0000000d}.month-title{font-size:1.2rem;font-weight:700;color:#5b2a00;margin-bottom:.5rem}.news-item{border-bottom:1px solid #e0d0c0;padding:.6rem 0}.news-title{color:#733c0b;font-weight:600}.news-desc{color:#855e3a;margin:.2rem 0}.news-date{color:#a47b53;font-size:.85rem}.news-section{padding:2rem;background:#fff8f2}.news-title{font-size:1.8rem;font-weight:700;color:#4b2e05}.month-group{background:#fff5ee;border-radius:12px;padding:1rem;margin-bottom:1.5rem;box-shadow:0 2px 6px #0000001a}.event-card{padding:.8rem;margin-top:.5rem;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000000d}.events-page{padding:3rem 2rem;background-color:#fff7f0;min-height:100vh;font-family:Poppins,sans-serif}.events-title{font-size:2rem;font-weight:700;color:#5c2e00;margin-bottom:1.5rem;align-items:center;gap:.6rem}.month-section{background-color:#fff4eb;border-radius:16px;padding:1.5rem 2rem;margin-bottom:2rem;box-shadow:0 4px 12px #00000014;transition:transform .2s ease,box-shadow .2s ease}.month-section:hover{transform:translateY(-3px);box-shadow:0 8px 18px #0000001f}.month-heading{font-size:1.4rem;font-weight:600;color:#59300c;margin-bottom:.8rem}.divider{border:none;border-bottom:2px solid #d6b79b;margin-bottom:1.2rem}.event-card{background:#fff;border-radius:12px;padding:1.5rem;text-align:center;box-shadow:0 2px 10px #0000000f;margin-bottom:1.2rem}.event-title{font-size:1.2rem;color:#7b2f00;font-weight:600;margin-bottom:.5rem}.event-description{color:#4d4d4d;font-size:.95rem;margin-bottom:.8rem}.event-date{font-size:.9rem;color:#944b00;font-weight:500}.no-events{text-align:center;font-style:italic;color:#777;margin-top:2rem}.gallery-page{background-color:#fff8f3;min-height:100vh;padding:2rem;font-family:Poppins,sans-serif}.gallery-title{font-size:2.2rem;color:#5a2d0c;font-weight:700;text-align:center;margin-bottom:1rem}.gallery-subtitle{color:#6b3b12;font-size:1.4rem;text-align:center;margin-bottom:1.5rem}.album-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;justify-content:center;max-width:900px;margin:0 auto}.album-card{background:linear-gradient(145deg,#fffdfb,#fff6eb);border-radius:16px;text-align:center;box-shadow:0 4px 10px #00000014;transition:all .3s ease;cursor:pointer;padding:1.5rem .5rem}.album-card:hover{transform:translateY(-4px);box-shadow:0 6px 20px #0000001f}.folder-icon{font-size:3rem;color:#d48a00;transition:transform .3s ease}.album-card:hover .folder-icon{transform:scale(1.15)}.album-name{margin-top:.5rem;font-weight:600;color:#4b2c0b}.media-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:.7rem;justify-content:center;margin-top:1.5rem;padding:.5rem;max-width:950px;margin-left:auto;margin-right:auto}.media-card{position:relative;overflow:hidden;border-radius:12px;background:#fff;box-shadow:0 3px 10px #0000001a;transition:transform .25s ease,box-shadow .25s ease;cursor:pointer}.media-card:hover{transform:scale(1.04);box-shadow:0 8px 18px #0003}.media-card img,.media-card video{width:100%;height:150px;object-fit:cover;border-radius:12px;transition:transform .3s ease}.media-card:hover img{transform:scale(1.05);filter:brightness(1.05)}.media-name{text-align:center;padding:.5rem;font-size:.9rem;font-weight:500;color:#5a2d0c}.back-btn{background-color:#6b3b12;color:#fff;border:none;padding:.6rem 1rem;border-radius:6px;cursor:pointer;margin-bottom:1rem;display:block;margin-left:auto;margin-right:auto;transition:background .2s ease}.back-btn:hover{background-color:#864b1a}.modal{position:fixed;inset:0;background:#000c;display:flex;justify-content:center;align-items:center;z-index:9999}.modal-content{max-width:85%;max-height:85%;position:relative}.modal-content img,.modal-content video{width:100%;height:auto;border-radius:10px;box-shadow:0 4px 25px #fff3}.modal-close{position:absolute;top:-35px;right:0;background:#fff;border:none;color:#222;font-size:1.2rem;font-weight:700;padding:.4rem .7rem;border-radius:50%;cursor:pointer;transition:background .3s}.modal-close:hover{background:#ffcc80}.gallery-container{padding:30px 60px;background-color:#fff6ef;min-height:100vh;color:#4b2e05;font-family:Poppins,sans-serif}.gallery-container h2{font-size:2rem;color:#4b2e05;display:flex;align-items:center;gap:10px;font-weight:700}.back-button{background-color:#6b3e09;color:#fff;border:none;padding:8px 18px;border-radius:8px;cursor:pointer;margin-bottom:20px;font-size:.95rem;transition:all .2s ease-in-out}.back-button:hover{background-color:#8b5112}.album-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:40px;margin-top:25px}.album-card{background:#fff;border-radius:16px;box-shadow:0 4px 10px #0000001a;width:200px;height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:transform .25s ease,box-shadow .25s ease;cursor:pointer}.album-card:hover{transform:scale(1.05);box-shadow:0 6px 14px #00000026}.album-card img{width:60px;height:auto;margin-bottom:12px}.album-card h3{color:#5a3204;font-size:1rem;text-align:center}.media-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:25px;margin-top:40px;justify-items:center}.media-item{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 4px 10px #0000001a;transition:transform .25s ease,box-shadow .25s ease;max-width:240px}.media-item:hover{transform:scale(1.03);box-shadow:0 6px 14px #00000026}.media-item img,.media-item video{width:100%;height:auto;display:block;border-bottom:3px solid #f4d2a4;border-radius:15px}.media-caption{padding:8px;text-align:center;font-size:.9rem;color:#5c3a08}.lightbox{position:fixed;inset:0;background:#000000e6;display:flex;justify-content:center;align-items:center;z-index:9999;animation:fadeIn .3s ease}.lightbox-content{max-width:85%;max-height:85%}.lightbox-content img,.lightbox-content video{width:100%;height:auto;border-radius:10px;box-shadow:0 0 25px #fff3}.lightbox-close{position:absolute;top:20px;right:40px;font-size:36px;color:#fff;background:none;border:none;cursor:pointer;z-index:1000;transition:color .3s}.lightbox-close:hover{color:#ffcc80}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);color:#fff;font-size:40px;font-weight:700;background:none;border:none;cursor:pointer;z-index:1000;transition:color .3s}.lightbox-nav:hover{color:#ffcc80}.lightbox-nav.prev{left:60px}.lightbox-nav.next{right:60px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.media-grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:25px;margin:30px auto;padding:0 10px;max-width:1300px}.media-card{width:280px;height:220px;overflow:hidden;border-radius:12px;background:#fff;box-shadow:0 4px 10px #00000026;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease}.media-card:hover{transform:scale(1.05);box-shadow:0 6px 15px #00000040}.media-card img,.media-card video{width:100%;height:100%;object-fit:cover;border-radius:12px}.media-grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:20px;margin:20px auto;padding:0 10px;max-width:1300px}.media-card{width:280px;border-radius:12px;background:#fff;box-shadow:0 4px 12px #00000026;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease;overflow:hidden}.media-card:hover{transform:scale(1.05);box-shadow:0 6px 18px #0000004d}.media-card img,.media-card video{width:100%;height:auto;border-radius:12px;display:block;object-fit:contain;background-color:#f9f9f9;padding:5px;transition:transform .3s ease}.media-card img:hover,.media-card video:hover{transform:scale(1.03)}.album-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px;margin-bottom:2rem}.album-card{position:relative;background:linear-gradient(135deg,#fff7ed,#ffe9d6);border-radius:16px;padding:20px;text-align:center;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 20px #00000014;border:2px solid transparent}.album-card:hover{transform:translateY(-6px) scale(1.03);box-shadow:0 12px 25px #00000026}.album-card.active{border:2px solid #c56a2d;background:linear-gradient(135deg,#fff2e5,#ffd8b5)}.album-card:before{content:"📁";font-size:2.5rem;display:block;margin-bottom:10px;transition:transform .3s}.album-card:hover:before{transform:scale(1.2) rotate(-5deg)}.album-card p{font-weight:600;font-size:.95rem;color:#5a2b0c;line-height:1.3}.delete-album-btn{position:absolute;top:8px;right:8px;background:#ff0000d9;color:#fff;border:none;border-radius:50%;width:32px;height:32px;font-size:.9rem;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .3s ease}.album-card:hover .delete-album-btn{opacity:1;transform:scale(1.1)}.delete-album-btn:hover{background:#8b0000}.album-create{display:flex;gap:10px;margin-bottom:2rem}.album-create input{padding:10px 14px;border-radius:10px;border:1px solid #ccc;flex:1;font-size:.95rem}.album-create button{background:#a35d2c;color:#fff;border:none;padding:10px 18px;border-radius:10px;cursor:pointer;font-weight:600;transition:.3s}.album-create button:hover{background:#7b3f14}.page-container{background-color:#fffaf5;padding:3rem 2rem;border-radius:16px;box-shadow:0 6px 18px #0000000d;max-width:950px;margin:3rem auto;font-family:Poppins,sans-serif;color:#3b2612;line-height:1.6}.section-title{font-size:1.8rem;font-weight:700;color:#5a2b0f;text-align:center;margin-bottom:1.5rem;letter-spacing:.5px}.contact-section p{font-size:1rem;text-align:justify;margin:.8rem 0}.contact-section ul{list-style-type:disc;margin:1rem 0 1.5rem 2rem;padding:0;font-size:1rem}.contact-section li{margin-bottom:.4rem;color:#3a2610}h4{font-size:1.1rem;font-weight:600;color:#5a2b0f;margin-top:2rem;margin-bottom:.8rem}.timing-table{width:100%;border-collapse:collapse;margin:1rem 0 2rem;border-radius:8px;overflow:hidden}.timing-table td{padding:.8rem 1rem;border-bottom:1px solid #f0e4d0;font-size:.95rem}.label-cell{background-color:#f7ead3;font-weight:600;width:160px}.map-container{margin-top:2rem;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000001a}.map-container iframe{width:100%;height:320px;border:none;display:block}.scrollTop{position:fixed;bottom:20px;right:20px;background-color:#8b4513;color:#fff;border:none;border-radius:50%;width:40px;height:40px;font-size:1.2rem;cursor:pointer;box-shadow:0 4px 8px #0000004d;transition:all .3s ease}.scrollTop:hover{background-color:#a15627}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.page-container{padding:1.5rem}.section-title{font-size:1.5rem}.timing-table td{font-size:.9rem;padding:.6rem}}.contact-section ul{list-style-position:inside;text-align:left;margin:1rem auto;padding-left:0;display:inline-block}.contact-section li{margin-bottom:.4rem;font-size:1rem;color:#3a2610;line-height:1.5}.about-container{background-color:#fff7f0;padding:60px 20px;font-family:Poppins,sans-serif;color:#4b2e0e;line-height:1.8}.about-header{text-align:center;margin-bottom:40px}.about-header h1{font-size:2.2rem;color:#5a3105;font-weight:700}.subtitle{font-size:1.1rem;color:#8b5a2b;margin-top:10px}.about-content{max-width:900px;margin:0 auto;background-color:#fffdfb;border-radius:12px;box-shadow:0 4px 15px #0000001a;padding:30px}.about-section h2{font-size:1.6rem;color:#6b3d0c;margin-bottom:20px;border-left:5px solid #c68642;padding-left:10px}.about-section p{font-size:1rem;color:#3e2c1c;margin-bottom:15px;text-align:justify}.about-section strong{color:#6b3d0c}.adoration-page{background-color:#fffaf5;color:#3b2a1a;font-family:Segoe UI,Helvetica Neue,sans-serif;min-height:100vh;display:flex;flex-direction:column}.adoration-header{background-color:#fff3e2;text-align:center;padding:2.5rem 1rem;border-bottom:1px solid #e8d4b8}.adoration-header h1{font-size:2.25rem;color:#4a2c0a;font-weight:700;margin-bottom:.5rem}.adoration-header p{font-style:italic;color:#6b4c2b;font-size:1.1rem}.adoration-content{background-color:#fffaf7;border-top:1px solid #e6d5be;border-bottom:1px solid #e6d5be;padding:1.5rem;text-align:center;font-size:1.05rem;line-height:1.8;color:#38220f}.adoration-content strong{color:#241103}.adoration-quote{background-color:#fff5ec;padding:1.5rem;text-align:center;font-style:italic;font-size:1rem;color:#6e4d2e;border-top:1px solid #e6d5be;border-bottom:5px solid #7b5220;letter-spacing:.3px}.adoration-footer{text-align:center;font-size:.9rem;color:#6a4b2b;background-color:#fff3e0;border-top:1px solid #e0c9a6;padding:1rem;margin-top:auto}.confession-page{background-color:#fffaf5;color:#3b2a1a;font-family:Segoe UI,Helvetica Neue,sans-serif;min-height:100vh;display:flex;flex-direction:column}.confession-header{background-color:#fff3e2;text-align:center;padding:2.5rem 1rem;border-bottom:1px solid #e8d4b8}.confession-header h1{font-size:2.25rem;color:#4a2c0a;font-weight:700;margin-bottom:.5rem}.confession-header p{font-style:italic;color:#6b4c2b;font-size:1.1rem}.confession-content{max-width:800px;margin:2rem auto;background-color:#fffdfb;padding:2rem;border-radius:12px;box-shadow:0 4px 10px #00000014}.confession-content h2{font-size:1.5rem;color:#5a3c1a;border-bottom:2px solid #e5c7a3;padding-bottom:.5rem;margin-bottom:1rem}.confession-content ul{list-style-type:none;padding-left:0;margin-top:1rem}.confession-content li{margin:.5rem 0;font-size:1.05rem}.confession-content strong{color:#7b5220}.confession-content .note{margin-top:1.5rem;font-style:italic;color:#6a4b2b}.confession-quote{background-color:#fff5ec;padding:1.5rem;text-align:center;font-style:italic;font-size:1rem;color:#6e4d2e;border-top:1px solid #e6d5be;border-bottom:5px solid #7b5220;letter-spacing:.3px}.confession-footer{text-align:center;font-size:.9rem;color:#6a4b2b;background-color:#fff3e0;border-top:1px solid #e0c9a6;padding:1rem;margin-top:auto}.religious-page{background-color:#fffaf5;color:#3b2a1a;font-family:Segoe UI,Helvetica Neue,sans-serif;min-height:100vh;display:flex;flex-direction:column}.religious-header{background-color:#fff4e6;text-align:center;padding:2.5rem 1rem;border-bottom:2px solid #e0c9a6}.religious-header h1{font-size:2.25rem;color:#4a2c0a;font-weight:700;margin-bottom:.5rem}.subtitle{font-style:italic;color:#6a4b2b;font-size:1.1rem}.religious-section{max-width:850px;margin:2rem auto;background-color:#fffdfb;padding:1.8rem 2rem;border-left:5px solid #a47c48;border-radius:8px;box-shadow:0 4px 10px #0000000f}.religious-section h2{font-size:1.3rem;color:#5a3c1a;font-weight:600;margin-bottom:.8rem;border-bottom:1px solid #e5c7a3;padding-bottom:.4rem}.religious-section p{font-size:1rem;line-height:1.6;color:#443321}.religious-section ul{margin-top:.8rem;padding-left:1.2rem;list-style-type:disc;color:#3a2b1a}.religious-section li{margin-bottom:.5rem}.note{font-style:italic;color:#7a5a36;margin-top:1rem}.religious-footer{text-align:center;background-color:#fff3e2;color:#6b4c2b;font-size:.9rem;border-top:1px solid #e0c9a6;padding:1rem;margin-top:auto}.sacraments-page{background-color:#faf9f6;min-height:100vh;padding:3rem 2rem;text-align:center;font-family:Georgia,serif}.sacraments-header h1{font-size:2.5rem;color:#4a2a00;margin-bottom:.5rem}.sacraments-header p{color:#6b4e2d;font-style:italic;margin-bottom:2rem}.sacraments-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;max-width:900px;margin:0 auto}.sacrament-card{background-color:#f3ece3;color:#4a2a00;padding:1rem;border-radius:10px;font-weight:600;box-shadow:0 4px 8px #00000014;text-decoration:none;transition:all .2s ease-in-out}.sacrament-card:hover{background-color:#e3d3c3;transform:translateY(-3px)}.sacrament-card{background:#fff7ef;padding:1.5rem;border-radius:16px;border:1px solid #e9d8c6;text-align:center;font-weight:600;color:#5a3c1a;font-size:1.15rem;box-shadow:0 4px 10px #0000000a;transition:all .25s ease;display:block}.sacrament-card:hover{box-shadow:0 8px 18px #0000001f;transform:translateY(-4px);background:#ffefdf;border-color:#d8c0a8}
