*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:Georgia,Times New Roman,serif;background:#fafafa;color:#333}a{color:inherit;text-decoration:none}.header{background:#8b0000;color:#fff;padding:1rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700}nav{display:flex;gap:2rem}nav a{color:#fff;font-size:1rem;transition:opacity .2s}nav a:hover{opacity:.8}.hero{background:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)),url(/images/cebu-cathedral.jpg);background-size:cover;background-position:50%;height:400px;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff}.hero h1{font-size:3rem;margin-bottom:1rem}.hero p{font-size:1.25rem}.container{max-width:1200px;margin:0 auto;padding:3rem 2rem}.section-title{font-size:2rem;color:#8b0000;margin-bottom:2rem;text-align:center}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.card h3{color:#8b0000;margin-bottom:1rem}.card p{line-height:1.6;color:#666}.footer{background:#333;padding:2rem;margin-top:3rem}.footer,.page-header{color:#fff;text-align:center}.page-header{background:#8b0000;padding:3rem 2rem}.page-header h1{font-size:2.5rem}.page-content{max-width:800px;margin:0 auto;padding:3rem 2rem;line-height:1.8}.page-content h2{color:#8b0000;margin:2rem 0 1rem}.page-content p{margin-bottom:1rem}.contact-form{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);max-width:600px;margin:2rem auto}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:700}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.form-group textarea{min-height:150px;resize:vertical}.btn{background:#8b0000;color:#fff;padding:.75rem 2rem;border:none;border-radius:4px;cursor:pointer;font-size:1rem}.btn:hover{background:#6b0000}.mass-schedule{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);margin-bottom:2rem}.mass-schedule h3{color:#8b0000;margin-bottom:1rem}.mass-schedule ul{list-style:none}.mass-schedule li{padding:.5rem 0;border-bottom:1px solid #eee}.news-item{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);margin-bottom:1.5rem}.news-item h3{color:#8b0000;margin-bottom:.5rem}.news-item .date{color:#999;font-size:.875rem;margin-bottom:1rem}