:root{--navy:#071b45;--blue:#124db5;--cobalt:#0757d9;--gold:#c99a37;--ink:#081a3a;--cream:#f4f1e9;--white:#fff;--muted:#657087}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Arial,Helvetica,sans-serif;background:#fff}.container{width:min(1180px,calc(100% - 48px));margin:auto}.site-header{height:100px;background:rgba(255,255,255,.96);position:sticky;top:0;z-index:20;border-bottom:1px solid #e8ebf1}.nav-wrap{height:100%;display:flex;align-items:center;justify-content:space-between}.brand img{width:235px;max-height:82px;object-fit:contain}.nav{display:flex;gap:34px}.nav a{text-decoration:none;color:var(--ink);font-weight:700;font-size:14px}.menu-toggle{display:none;background:none;border:0;font-size:26px}.hero{min-height:780px;position:relative;display:flex;align-items:center;overflow:hidden;background:#081c45;color:#fff}.hero-bg{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,18,48,.95) 0%,rgba(4,18,48,.77) 46%,rgba(4,18,48,.18) 74%),url('../images/pastores-jardin.jpg') center 35%/cover no-repeat;transform:scale(1.01)}.hero-inner{position:relative;z-index:2;display:flex;align-items:flex-end;justify-content:space-between}.hero-copy{max-width:690px;padding:70px 0}.eyebrow{font-size:12px;font-weight:900;letter-spacing:.25em;color:#e2b858}.eyebrow.dark{color:var(--cobalt)}.eyebrow.light{color:#d9b45f}.hero h1,.manifesto h2,.pastors h2,.heading h2,.casa-copy h2,.cta h2{font-family:Georgia,'Times New Roman',serif;font-weight:500;letter-spacing:-.045em;margin:.2em 0}.hero h1{font-size:86px;line-height:.94}.hero h1 em,.manifesto i,.heading i,.casa-copy i{color:#2f75ee;font-weight:400}.hero-copy>p{font-size:20px;line-height:1.6;max-width:590px;color:#e4e9f3}.hero-actions{display:flex;gap:14px;margin-top:35px}.btn{display:inline-block;padding:17px 24px;border-radius:2px;text-decoration:none;font-size:12px;font-weight:900;letter-spacing:.08em}.primary{background:#1760dc;color:#fff}.outline{border:1px solid rgba(255,255,255,.65);color:#fff}.white{background:#fff;color:var(--navy)}.hero-side{border-left:1px solid rgba(255,255,255,.45);padding-left:25px;margin-bottom:80px}.hero-side span{font-size:11px;letter-spacing:.18em}.hero-side strong{display:block;font:400 28px/1.15 Georgia;margin-top:10px}.scroll{position:absolute;bottom:25px;left:50%;z-index:2;font-size:10px;letter-spacing:.25em}.manifesto{padding:120px 0;background:var(--cream)}.manifesto-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:100px}.manifesto h2{font-size:70px;line-height:.95}.manifesto-copy{padding-top:35px}.manifesto-copy .big{font:400 27px/1.45 Georgia}.manifesto-copy p{font-size:17px;line-height:1.8;color:#4c586d}.pillars{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}.pillars span{border:1px solid #c8cdd7;padding:10px 13px;font-size:10px;font-weight:900;letter-spacing:.1em}.pastors{background:var(--navy);color:#fff;padding:100px 0}.pastors-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:80px;align-items:center}.pastors-photo img{width:100%;height:620px;object-fit:cover}.pastors h2{font-size:66px}.pastors-copy>p{font-size:19px;line-height:1.7;color:#d8dfec}.pastors blockquote{margin:45px 0 0;border-left:2px solid var(--gold);padding:10px 0 10px 25px;font:400 20px/1.55 Georgia;color:#edf1f8}.pastors blockquote b{display:block;margin-top:15px;font:900 10px Arial;letter-spacing:.2em;color:#d9b45f}.meetings{padding:120px 0}.heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:50px}.heading h2{font-size:70px;line-height:.95}.cards{display:grid;grid-template-columns:1fr 1fr;gap:22px}.event-card{height:650px;position:relative;overflow:hidden;background:#111}.event-card img{width:100%;height:100%;object-fit:cover;transition:transform .7s}.event-card:hover img{transform:scale(1.035)}.shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(2,14,39,.92),rgba(2,14,39,.03) 70%)}.event-copy{position:absolute;left:38px;right:38px;bottom:38px;color:#fff}.event-copy span{font-size:11px;font-weight:900;letter-spacing:.18em;color:#e2b858}.event-copy h3{font:400 55px/.95 Georgia;margin:12px 0}.event-copy p{font-size:18px}.event-copy b{font-size:12px;letter-spacing:.03em}.casa-feature{padding:110px 0;background:#eef3fb}.casa-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;align-items:center}.casa-copy h2{font-size:60px;line-height:1}.casa-copy p{font-size:18px;line-height:1.8;color:#536079}.text-link{display:inline-block;margin-top:20px;color:var(--cobalt);font-weight:900;font-size:12px;letter-spacing:.08em;text-decoration:none}.casa-photo img{width:100%;height:500px;object-fit:cover}.cta{padding:110px 0;background:linear-gradient(125deg,#0a2e73,#0757d9);color:#fff;text-align:center}.cta-inner>span{font-size:11px;font-weight:900;letter-spacing:.25em;color:#d9b45f}.cta h2{font-size:66px;line-height:1.05;margin:25px 0 35px}footer{padding:40px 0;background:#fff}.footer-grid{display:flex;align-items:center;justify-content:space-between}.footer-grid img{width:190px}.footer-grid p{font-size:12px;color:#778094}.reveal{opacity:0;transform:translateY(20px);transition:.8s}.reveal.visible{opacity:1;transform:none}@media(max-width:800px){.container{width:min(100% - 28px,1180px)}.site-header{height:82px}.brand img{width:180px}.menu-toggle{display:block}.nav{display:none;position:absolute;top:82px;left:0;right:0;background:#fff;padding:25px;flex-direction:column}.nav.open{display:flex}.hero{min-height:690px}.hero-bg{background:linear-gradient(0deg,rgba(4,18,48,.95) 0%,rgba(4,18,48,.45) 100%),url('../images/pastores-jardin.jpg') 60% center/cover}.hero-inner{display:block}.hero-copy{padding:250px 0 70px}.hero h1{font-size:54px}.hero-side,.scroll{display:none}.hero-actions{flex-direction:column;align-items:flex-start}.manifesto,.meetings,.casa-feature{padding:80px 0}.manifesto-grid,.pastors-grid,.cards,.casa-grid{grid-template-columns:1fr;gap:35px}.manifesto h2,.heading h2,.pastors h2,.casa-copy h2,.cta h2{font-size:48px}.pastors{padding:70px 0}.pastors-photo img{height:430px}.event-card{height:540px}.event-copy{left:25px;right:25px;bottom:25px}.event-copy h3{font-size:46px}.casa-photo img{height:350px}.footer-grid{flex-direction:column;gap:20px;text-align:center}}
