body.landing-body{font-family:var(--font-outfit),"Outfit",system-ui,sans-serif!important}.cta-banner h2,.footer-brand-name,.nav-brand-name,.nav-mobile-links a,.section-heading,.upcoming-header h3,h1,h2,h3,h4,h5,h6{font-family:var(--font-cormorant),"Cormorant Garamond",serif!important}:root{--coffee:#5C3D2E;--coffee-light:#8B6F5A;--mocha:#7A5C47;--beige:#F5F0E8;--cream:#FAF7F2;--white:#FFFFFF;--gold:#C5944E;--gold-hover:#a0783c;--purple:#6B4C8A;--purple-soft:#8E6DB0;--purple-bg:#F3EFF8;--text-dark:#2D1B0E;--text-body:#5A4636;--text-light:#8C7B6B;--border-subtle:rgba(92,61,46,0.1);--shadow-sm:0 2px 8px rgba(92,61,46,0.06);--shadow-md:0 8px 24px rgba(92,61,46,0.1);--shadow-lg:0 16px 48px rgba(92,61,46,0.12);--radius:16px;--radius-sm:12px;--radius-xs:8px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body.landing-body{font-family:Outfit,system-ui,sans-serif;background:var(--cream);color:var(--text-body);overflow-x:hidden;-webkit-font-smoothing:antialiased}.nav{position:fixed;top:0;width:100%;z-index:100;padding:.75rem 2rem;justify-content:space-between;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-subtle);transition:all .3s ease}.nav,.nav-left{display:flex;align-items:center}.nav-left{gap:.75rem}.nav-logo-icon{width:36px;height:36px;object-fit:contain}.nav-brand{display:flex;flex-direction:column;line-height:1.2}.nav-brand-name{font-family:Cormorant Garamond,serif;font-weight:700;font-size:1.1rem;color:var(--text-dark)}.nav-brand-sub{font-size:.7rem;color:var(--text-light);letter-spacing:.5px}.nav-links{display:flex;gap:2rem;list-style:none;align-items:center}.nav-links a{text-decoration:none;color:var(--text-body);font-weight:500;font-size:.9rem;transition:color .3s}.nav-links a:hover{color:var(--gold)}.nav-cta-wa{display:inline-flex;align-items:center;gap:.5rem;background:var(--coffee);color:var(--white)!important;padding:.5rem 1.2rem;border-radius:99px;font-weight:600!important;font-size:.85rem!important;transition:all .3s!important}.nav-cta-wa:hover{background:var(--gold)!important;transform:translateY(-1px)}.nav-mobile-btn{display:none;background:none;border:none;cursor:pointer;width:24px;height:18px;position:relative;z-index:110;flex-direction:column;justify-content:space-between}.nav-mobile-btn .bar{display:block;width:100%;height:2px;background-color:var(--text-dark);border-radius:99px;transition:all .3s cubic-bezier(.25,.8,.25,1)}.nav-mobile-btn.active .bar:first-child{transform:translateY(8px) rotate(45deg)}.nav-mobile-btn.active .bar:nth-child(2){opacity:0;transform:translateX(-10px)}.nav-mobile-btn.active .bar:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.nav-mobile-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(250,247,242,.98);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:95;display:flex;justify-content:center;align-items:center;opacity:0;pointer-events:none;transform:translateY(-100%);transition:all .45s cubic-bezier(.16,1,.3,1)}.nav-mobile-overlay.open{opacity:1;pointer-events:auto;transform:translateY(0)}.nav-mobile-links{list-style:none;display:flex;flex-direction:column;align-items:center;gap:2rem;width:100%;padding:2rem}.nav-mobile-links a{text-decoration:none;font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:700;color:var(--text-dark);transition:all .3s}.nav-mobile-links a:hover{color:var(--gold)}.nav-mobile-cta-wa{display:inline-flex!important;align-items:center;justify-content:center;gap:.5rem;background:var(--coffee)!important;color:var(--white)!important;padding:.8rem 2.2rem!important;border-radius:99px!important;font-size:1.1rem!important;font-family:Outfit,sans-serif!important;font-weight:600!important;box-shadow:0 4px 12px rgba(92,61,46,.15)}.nav-mobile-cta-wa:hover{background:var(--gold)!important;transform:scale(1.03)}.landing-main{max-width:1200px;margin:0 auto;padding:5rem 2rem 0}.hero-grid{display:grid;grid-template-columns:1.25fr 1fr;grid-gap:2rem;gap:2rem;margin-top:2rem;align-items:stretch}.hero-left-column{display:flex;flex-direction:column;gap:2rem}.hero-left-column .info-card{height:auto}.info-card{background:var(--white);border:1px solid var(--border-subtle);border-radius:var(--radius);padding:2.5rem;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;height:100%}.info-card h1{font-family:Cormorant Garamond,serif;font-size:2.4rem;font-weight:700;color:var(--text-dark);line-height:1.2;margin-bottom:1rem}.info-card>p{font-size:.95rem;line-height:1.7;color:var(--text-body);margin-bottom:1.5rem}.info-buttons{display:flex;gap:.75rem;margin-bottom:2rem;flex-wrap:wrap}.btn-insta{display:inline-flex;align-items:center;gap:.5rem;background:var(--gold);color:var(--white);padding:.65rem 1.4rem;border-radius:var(--radius-xs);text-decoration:none;font-weight:600;font-size:.9rem;transition:all .3s;border:none;cursor:pointer}.btn-insta:hover{background:var(--gold-hover);transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-wa{display:inline-flex;align-items:center;gap:.5rem;background:var(--coffee);color:var(--white);padding:.65rem 1.4rem;border-radius:var(--radius-xs);text-decoration:none;font-weight:600;font-size:.9rem;transition:all .3s;border:none;cursor:pointer}.btn-wa:hover{background:var(--gold);transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-ver-eventos{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:transparent;color:var(--text-body);padding:.65rem 1.4rem;border-radius:var(--radius-xs);text-decoration:none;font-weight:500;font-size:.9rem;border:1px solid var(--border-subtle);transition:all .3s;cursor:pointer}.btn-ver-eventos:hover{border-color:var(--gold);color:var(--gold);background:rgba(197,148,78,.05)}.contact-grid{display:grid;grid-template-columns:1fr;grid-gap:1.25rem;gap:1.25rem;margin-top:auto}.contact-item{display:flex;align-items:flex-start;gap:.6rem}.contact-icon{width:20px;height:20px;flex-shrink:0;margin-top:2px;color:var(--gold)}.contact-label{font-weight:600;font-size:.85rem;color:var(--text-dark);margin-bottom:.15rem}.contact-value{font-size:.82rem;color:var(--text-light);line-height:1.4}.upcoming-card{background:var(--white);border:1px solid var(--border-subtle);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;height:100%}.week-events-list{flex:1 1;overflow-y:auto;padding-right:.5rem}.week-events-list::-webkit-scrollbar{width:6px}.week-events-list::-webkit-scrollbar-track{background:transparent}.week-events-list::-webkit-scrollbar-thumb{background:var(--border-subtle);border-radius:99px}.week-events-list::-webkit-scrollbar-thumb:hover{background:var(--gold)}.upcoming-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.upcoming-title-group h3{font-family:Cormorant Garamond,serif;font-size:1.25rem;font-weight:700;color:var(--text-dark)}.upcoming-title-group p{font-size:.78rem;color:var(--text-light)}.btn-ver-calendar{display:inline-flex;align-items:center;gap:.4rem;background:var(--gold);color:var(--white);padding:.45rem 1rem;border-radius:var(--radius-xs);text-decoration:none;font-weight:600;font-size:.78rem;transition:all .3s;border:none;cursor:pointer}.btn-ver-calendar:hover{background:var(--gold-hover)}.event-day-section{padding:1rem;border-radius:var(--radius-sm);background:var(--cream);border:1px solid var(--border-subtle);transition:all .3s}.event-day-section.day-today{background:rgba(37,211,102,.05);border-color:rgba(37,211,102,.2)}.event-day-section.day-tomorrow{background:rgba(197,148,78,.07);border-color:rgba(197,148,78,.2)}.event-day-section.day-week{background:var(--white)}.event-day-section h4{font-family:Outfit,sans-serif;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.event-day-section.day-today h4{color:#20ba5a}.event-day-section.day-tomorrow h4{color:var(--gold)}.event-day-section.day-week h4{color:var(--text-dark);border-bottom:1px solid var(--border-subtle);padding-bottom:.25rem}.event-day-item{padding:.4rem 0}.event-day-item:not(:last-child){border-bottom:1px dashed var(--border-subtle)}.event-day-info h5{font-size:.88rem;font-weight:600;color:var(--text-dark);margin-bottom:.15rem}.event-day-info p{font-size:.78rem;color:var(--text-light);line-height:1.3}.event-day-empty{font-size:.8rem;color:var(--text-light);font-style:italic}.events-empty{background:var(--cream);font-style:italic;font-size:.85rem}.templo-card{height:100%}.dynamic-buttons-row{display:flex;gap:.5rem;width:100%;margin-top:1.5rem}.dynamic-btn{flex:1 1;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.75rem .5rem;border-radius:var(--radius-sm);color:var(--white)!important;font-weight:600;font-size:.8rem;text-decoration:none;min-width:0;overflow:hidden;white-space:nowrap;transition:all .4s cubic-bezier(.25,.8,.25,1);box-shadow:var(--shadow-sm);border:none;cursor:pointer}.dynamic-btn.btn-instagram,.dynamic-btn.btn-whatsapp{background:var(--gold)}.dynamic-btn.btn-events{background:var(--coffee);border:1px solid var(--border-subtle)}.dynamic-btn:hover{flex:2.2 1;box-shadow:var(--shadow-md);transform:translateY(-2px)}.dynamic-buttons-row:hover .dynamic-btn:not(:hover){flex:0.8 1;opacity:.85}.events-section{margin-top:3rem;padding-bottom:3rem}.events-section-header{margin-bottom:.5rem}.events-section-header h2{font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:700;color:var(--text-dark);padding-bottom:.5rem;border-bottom:1px solid var(--border-subtle)}.events-section-header p{font-size:.9rem;color:var(--text-light);margin-top:.5rem;margin-bottom:1.5rem}.events-layout{display:grid;grid-template-columns:1fr 380px;grid-gap:2rem;gap:2rem;align-items:start}.calendar-embed-wrapper{background:var(--white);border:1px solid var(--border-subtle);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);height:550px}.calendar-embed-wrapper iframe{width:100%;height:100%;border:0}.event-sidebar{display:flex;flex-direction:column;gap:1rem}.filter-pills{display:flex;gap:.5rem;flex-wrap:wrap}.filter-pill{padding:.4rem 1rem;border-radius:99px;font-size:.8rem;font-weight:500;border:1px solid var(--border-subtle);background:var(--white);color:var(--text-body);cursor:pointer;transition:all .2s}.filter-pill:hover{border-color:var(--gold);color:var(--gold)}.filter-pill.active{background:var(--text-dark);color:var(--white);border-color:var(--text-dark)}.event-detail-card{background:var(--beige);border-radius:var(--radius-sm);padding:1.25rem;transition:all .3s}.event-detail-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.event-detail-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:.6rem}.event-type-badge{font-size:.7rem;font-weight:600;padding:.2rem .6rem;border-radius:4px;text-transform:uppercase;letter-spacing:.5px}.event-type-badge.retiro{background:rgba(107,76,138,.12);color:var(--purple)}.event-type-badge.misa{background:rgba(197,148,78,.12);color:var(--gold)}.event-type-badge.oración{background:rgba(107,76,138,.12);color:var(--purple)}.event-type-badge.misión{background:rgba(92,61,46,.12);color:var(--coffee)}.event-type-badge.reunión{background:rgba(197,148,78,.12);color:var(--gold)}.event-type-badge.colecta{background:rgba(139,111,90,.12);color:var(--coffee-light)}.event-type-badge.otro{background:rgba(92,61,46,.08);color:var(--text-light)}.event-detail-time{display:flex;align-items:center;gap:.3rem;font-size:.78rem;color:var(--text-light)}.event-detail-time svg{width:14px;height:14px}.event-detail-card h4{font-size:.95rem;font-weight:600;color:var(--text-dark);margin-bottom:.3rem}.event-detail-location{display:flex;align-items:center;gap:.3rem;font-size:.78rem;color:var(--text-light);margin-bottom:.75rem}.event-detail-location svg{width:14px;height:14px;color:var(--gold);flex-shrink:0}.event-detail-actions{display:flex;gap:.5rem}.btn-agendar{flex:1 1;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.5rem .75rem;border-radius:var(--radius-xs);font-size:.78rem;font-weight:500;border:1px solid var(--border-subtle);background:var(--white);color:var(--text-body);cursor:pointer;text-decoration:none;transition:all .2s}.btn-agendar:hover{border-color:var(--gold);color:var(--gold)}.btn-agendar svg{width:14px;height:14px}.btn-luma-sm{flex:1 1;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.5rem .75rem;border-radius:var(--radius-xs);font-size:.78rem;font-weight:600;background:var(--purple);color:var(--white);border:none;cursor:pointer;text-decoration:none;transition:all .2s}.btn-luma-sm:hover{background:#5a3d73}.btn-luma-sm svg{width:12px;height:12px}.events-empty{flex:1 1;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem;color:var(--text-light);background:var(--beige);border-radius:var(--radius-sm)}.about-section{margin-top:4rem;padding:3rem 0}.about-header{text-align:center;margin-bottom:3rem}.section-badge{display:inline-block;background:var(--purple-bg);color:var(--purple);padding:.35rem 1.1rem;border-radius:99px;font-size:.75rem;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:1rem}.section-heading{font-family:Cormorant Garamond,serif;font-size:2.6rem;font-weight:700;color:var(--text-dark);margin-bottom:.75rem;line-height:1.2}.section-subheading{font-size:1rem;color:var(--text-light);max-width:600px;margin:0 auto;line-height:1.6}.pillars-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;margin-bottom:2.5rem}.pillar-card{background:var(--white);border:1px solid var(--border-subtle);border-radius:var(--radius);padding:2rem;text-align:center;transition:all .4s ease;box-shadow:var(--shadow-sm)}.pillar-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-md);border-color:var(--gold)}.pillar-icon-wrap{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;font-size:1.5rem}.pillar-icon-purple{background:rgba(107,76,138,.12)}.pillar-icon-gold{background:rgba(197,148,78,.15)}.pillar-card h3{font-family:Cormorant Garamond,serif;font-size:1.35rem;font-weight:700;color:var(--text-dark);margin-bottom:.75rem}.pillar-card p{font-size:.88rem;color:var(--text-light);line-height:1.65}.stats-row{display:flex;justify-content:center;align-items:center;gap:2rem;background:var(--white);border:1px solid var(--border-subtle);border-radius:var(--radius);padding:2rem 3rem;box-shadow:var(--shadow-sm)}.stat-item{text-align:center;flex:1 1}.stat-number{font-family:Cormorant Garamond,serif;font-size:2.4rem;font-weight:700;color:var(--gold);display:block;line-height:1;margin-bottom:.3rem}.stat-label{font-size:.75rem;color:var(--text-light);text-transform:uppercase;letter-spacing:.8px;font-weight:500}.stat-divider{width:1px;height:40px;background:var(--border-subtle)}.verse-banner{margin:3.5rem 0;background:linear-gradient(135deg,var(--coffee) 0,#3B2517 100%);border-radius:var(--radius);padding:3rem 2.5rem;text-align:center}.verse-text{font-family:Cormorant Garamond,serif;font-size:1.8rem;font-style:italic;font-weight:400;color:var(--beige);line-height:1.4;max-width:700px;margin:0 auto 1rem}.verse-ref{font-size:.9rem;font-weight:600;color:var(--gold);letter-spacing:1.5px}.faq-section{padding:2rem 0 1rem}.faq-list{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:0}.faq-item{border-bottom:1px solid var(--border-subtle)}.faq-item:first-child{border-top:1px solid var(--border-subtle)}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.25rem .5rem;background:none;border:none;cursor:pointer;text-align:left;font-family:inherit;font-size:.95rem;font-weight:600;color:var(--text-dark);transition:color .3s;gap:1rem}.faq-question:hover{color:var(--gold)}.faq-chevron{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;border-radius:50%;background:var(--beige);color:var(--text-light);transition:all .3s ease}.faq-chevron-open{transform:rotate(180deg);background:var(--gold);color:var(--white)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s ease;padding:0 .5rem}.faq-open .faq-answer{max-height:200px;padding:0 .5rem 1.25rem}.faq-answer p{font-size:.9rem;line-height:1.7;color:var(--text-body)}.cta-banner{background:var(--purple-bg);border-radius:var(--radius);padding:3rem 2rem;text-align:center;margin:2rem 0 3rem}.cta-banner h2{font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:700;color:var(--purple);margin-bottom:.75rem}.cta-banner p{font-size:1rem;color:var(--text-light);margin-bottom:1.5rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.landing-footer{background:var(--white);position:relative;padding:4rem 2rem 2rem;margin-top:5rem;border-top:none}.landing-footer:before{content:"";position:absolute;top:0;left:10%;width:80%;height:1.5px;background:linear-gradient(90deg,transparent,rgba(197,148,78,.4),var(--gold),rgba(197,148,78,.4),transparent);z-index:5}.footer-sparkles-container{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;pointer-events:none;z-index:1}.sparkle{color:var(--gold);font-family:serif;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:0;transform:scale(.5);filter:drop-shadow(0 0 4px rgba(197,148,78,.25))}.bubble,.sparkle{position:absolute}.bubble{background:radial-gradient(circle,rgba(197,148,78,.06) 0,rgba(92,61,46,0) 70%);border-radius:50%;pointer-events:none;opacity:.5}.sparkle-1{left:8%;top:20%;font-size:1.2rem;animation:float-and-twinkle 8s ease-in-out infinite}.sparkle-2{left:22%;top:60%;font-size:.8rem;animation:float-and-twinkle 12s ease-in-out 1.5s infinite}.sparkle-3{left:35%;top:15%;font-size:1.1rem;animation:float-and-twinkle 10s ease-in-out 3s infinite}.sparkle-4{left:48%;top:50%;font-size:1.4rem;color:var(--coffee-light);opacity:.15;animation:float-and-twinkle 14s ease-in-out .5s infinite}.sparkle-5{left:60%;top:25%;font-size:.9rem;animation:float-and-twinkle 9s ease-in-out 4s infinite}.sparkle-6{left:74%;top:70%;font-size:1.3rem;animation:float-and-twinkle 11s ease-in-out 2s infinite}.sparkle-7{left:88%;top:30%;font-size:1rem;animation:float-and-twinkle 13s ease-in-out 5s infinite}.sparkle-8{left:15%;top:40%;font-size:1rem;animation:float-and-twinkle 10s ease-in-out 2.5s infinite}.sparkle-9{left:55%;top:75%;font-size:1.2rem;animation:float-and-twinkle 15s ease-in-out 1s infinite}.sparkle-10{left:82%;top:55%;font-size:.8rem;animation:float-and-twinkle 7s ease-in-out 3.5s infinite}.bubble-1{left:5%;bottom:-10%;width:40px;height:40px;animation:float-upward 16s linear infinite}.bubble-2{left:30%;bottom:-15%;width:60px;height:60px;animation:float-upward 20s linear 2s infinite}.bubble-3{left:58%;bottom:-12%;width:50px;height:50px;animation:float-upward 18s linear 5s infinite}.bubble-4{left:78%;bottom:-8%;width:35px;height:35px;animation:float-upward 15s linear 1s infinite}.bubble-5{left:90%;bottom:-20%;width:70px;height:70px;animation:float-upward 24s linear 8s infinite}@keyframes float-and-twinkle{0%{transform:translateY(10px) scale(.6) rotate(0deg);opacity:0}30%{opacity:.6}60%{opacity:.3;transform:translateY(-20px) scale(1.1) rotate(45deg)}80%{opacity:.8}to{transform:translateY(-45px) scale(.6) rotate(90deg);opacity:0}}@keyframes float-upward{0%{transform:translateY(0) translateX(0) scale(1);opacity:0}10%{opacity:.4}50%{transform:translateY(-100px) translateX(15px) scale(1.1);opacity:.6}90%{opacity:.2}to{transform:translateY(-200px) translateX(-10px) scale(.9);opacity:0}}.landing-footer:hover .sparkle{color:var(--gold);filter:drop-shadow(0 0 8px rgba(197,148,78,.7))}.footer-inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;z-index:2}.footer-brand-container{margin-bottom:1rem}.footer-brand-name{font-family:Cormorant Garamond,serif;font-weight:700;font-size:1.6rem;color:var(--text-dark);letter-spacing:.5px;margin-bottom:.4rem;transition:all .5s cubic-bezier(.16,1,.3,1);cursor:default}.footer-brand-name:hover{letter-spacing:2.5px;color:var(--gold);text-shadow:0 4px 12px rgba(197,148,78,.15)}.footer-brand-sub{font-size:.8rem;color:var(--text-light);font-weight:500;letter-spacing:.25px;transition:color .3s ease}.landing-footer:hover .footer-brand-sub{color:var(--coffee-light)}.footer-divider{width:100%;max-width:60px;height:2px;background:var(--gold);opacity:.3;margin:1.5rem 0;transition:max-width .6s cubic-bezier(.16,1,.3,1),opacity .6s ease}.landing-footer:hover .footer-divider{max-width:120px;opacity:.85}.footer-meta-container{display:flex;justify-content:space-between;align-items:center;width:100%;padding-top:1rem}.footer-copy{font-size:.75rem;color:var(--text-light);font-weight:400}.footer-links{display:flex;gap:2rem;list-style:none}.footer-links a{font-size:.78rem;color:var(--text-body);text-decoration:none;font-weight:500;letter-spacing:.25px;position:relative;padding:.2rem 0;transition:color .3s ease}.footer-links a:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1.5px;background:var(--gold);transform:scaleX(0);transform-origin:right;transition:transform .4s cubic-bezier(.16,1,.3,1)}.footer-links a:hover{color:var(--gold)}.footer-links a:hover:after{transform:scaleX(1);transform-origin:left}@media (max-width:768px){.footer-meta-container{flex-direction:column;gap:1.25rem;align-items:center;text-align:center}.footer-links{gap:1.5rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.anim-fadeup{animation:fadeInUp .7s ease-out both}.anim-delay-1{animation-delay:.1s}.anim-delay-2{animation-delay:.2s}.anim-delay-3{animation-delay:.3s}.anim-delay-4{animation-delay:.4s}.fade-in{opacity:0;transform:translateY(24px);transition:all .7s ease-out}.fade-in.visible{opacity:1;transform:translateY(0)}@media (max-width:1024px){.nav-links{display:none}.nav-mobile-btn{display:flex}.hero-grid{grid-template-columns:1fr;gap:1.5rem}.hero-left-column{gap:1.5rem}.upcoming-card{max-height:720px}.events-layout{grid-template-columns:1fr}.event-sidebar{order:-1}.pillars-grid{grid-template-columns:1fr 1fr;gap:1.5rem}.landing-main{padding:5rem 1.5rem 0}}@media (max-width:768px){.landing-main{padding:4.5rem 1rem 0}.info-card{padding:2rem 1.25rem}.info-card h1{font-size:2rem;line-height:1.25}.info-card>p{font-size:.9rem;line-height:1.6}.contact-grid{grid-template-columns:1fr;gap:1rem}.footer-inner{flex-direction:column;gap:1rem;text-align:center}.footer-right{flex-direction:column;gap:.75rem}.calendar-embed-wrapper{height:420px}.pillars-grid{grid-template-columns:1fr;gap:1.25rem}.stats-row{flex-direction:column;gap:1.5rem;padding:2rem 1.5rem}.stat-divider{width:60px;height:1px;background:var(--border-subtle)}.section-badge{margin-bottom:.75rem}.section-heading{font-size:2.1rem}.section-subheading{font-size:.95rem}.verse-text{font-size:1.4rem;line-height:1.5}.verse-banner{padding:2.5rem 1.5rem;margin:2.5rem 0}.cta-banner{padding:2.5rem 1.5rem;margin:2rem 0}.cta-banner h2{font-size:1.8rem}.cta-banner p{font-size:.95rem}.dynamic-buttons-row{flex-direction:column;gap:.75rem}.dynamic-btn{width:100%;padding:.8rem 1rem;font-size:.85rem}.dynamic-btn:hover{flex:none;transform:translateY(-2px)}.dynamic-buttons-row:hover .dynamic-btn:not(:hover){flex:none;opacity:1}}@media (max-width:480px){.info-card h1,.section-heading{font-size:1.8rem}.verse-text{font-size:1.25rem}.cta-banner h2{font-size:1.5rem}.calendar-embed-wrapper{height:350px}}.calendar-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(45,27,14,.45);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;display:flex;justify-content:center;align-items:center;animation:fadeInModal .25s cubic-bezier(.16,1,.3,1);padding:1rem}.calendar-modal-card{background:var(--white);border:1px solid var(--border-subtle);border-radius:24px;width:100%;max-width:400px;padding:2.25rem 2rem;box-shadow:var(--shadow-lg);position:relative;text-align:center;animation:scaleInModal .3s cubic-bezier(.34,1.56,.64,1)}.calendar-modal-close-btn{position:absolute;top:1.25rem;right:1.25rem;background:transparent;border:none;color:var(--text-light);cursor:pointer;padding:6px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s}.calendar-modal-close-btn:hover{background:var(--cream);color:var(--text-dark)}.calendar-modal-icon-wrap{width:64px;height:64px;border-radius:50%;background:var(--cream);display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;color:var(--gold)}.calendar-modal-icon-wrap svg{width:32px;height:32px}.calendar-modal-title{font-family:Cormorant Garamond,serif;font-size:1.6rem;font-weight:700;color:var(--text-dark);margin-bottom:.5rem}.calendar-modal-desc{font-size:.88rem;color:var(--text-light);line-height:1.5;margin-bottom:1.75rem;padding:0 .5rem}.calendar-modal-buttons{display:flex;flex-direction:column;gap:.75rem}.calendar-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:.85rem 1.5rem;border-radius:12px;font-size:.9rem;font-weight:600;text-decoration:none;cursor:pointer;border:none;transition:all .2s ease;box-shadow:0 2px 4px rgba(0,0,0,.04);font-family:Outfit,system-ui,sans-serif}.calendar-btn-google{background:#3B82F6;color:var(--white)}.calendar-btn-google:hover{background:#2563EB;transform:translateY(-1px);box-shadow:0 4px 12px rgba(59,130,246,.25)}.calendar-btn-outlook{background:#0086F0;color:var(--white)}.calendar-btn-outlook:hover{background:#0072CC;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,134,240,.25)}.calendar-btn-ical{background:#E5E7EB;color:#374151}.calendar-btn-ical:hover{background:#D1D5DB;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.06)}.calendar-btn-cancel{background:transparent;color:var(--text-light);border:1px solid var(--border-subtle);margin-top:.5rem}.calendar-btn-cancel:hover{background:var(--cream);color:var(--text-dark)}@keyframes fadeInModal{0%{opacity:0}to{opacity:1}}@keyframes scaleInModal{0%{transform:scale(.92);opacity:0}to{transform:scale(1);opacity:1}}.side-index-bar{position:fixed;left:2rem;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:1.25rem;z-index:90;background:rgba(250,247,242,.65);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);padding:1.75rem .65rem;border-radius:99px;border:1px solid var(--border-subtle);box-shadow:var(--shadow-sm)}.side-index-dot{display:flex;align-items:center;gap:1rem;text-decoration:none;cursor:pointer;position:relative;height:24px}.dot-line{width:5px;height:14px;background:var(--border-subtle);border-radius:99px;transition:all .4s cubic-bezier(.25,.8,.25,1);display:inline-block;margin:0 auto}.side-index-dot:hover .dot-line{background:var(--gold-hover);height:22px}.side-index-dot.active .dot-line{background:var(--gold);height:30px}.dot-title{font-family:Outfit,sans-serif;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--text-dark);opacity:0;transform:translateX(-15px);transition:all .4s cubic-bezier(.25,.8,.25,1);pointer-events:none;background:rgba(250,247,242,.95);padding:.35rem .75rem;border-radius:var(--radius-xs);border:1px solid var(--border-subtle);box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);white-space:nowrap;position:absolute;left:2rem}.side-index-dot:hover .dot-title{opacity:1;transform:translateX(0)}.side-index-dot.active .dot-title{color:var(--gold)}@media (max-width:1024px){.side-index-bar{display:none}}@font-face{font-family:Outfit;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/98848575513c9742-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Outfit;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/7b0b24f36b1a6d0b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Outfit Fallback;src:local("Arial");ascent-override:100.18%;descent-override:26.05%;line-gap-override:0.00%;size-adjust:99.82%}.__className_ed3508{font-family:Outfit,Outfit Fallback;font-style:normal}.__variable_ed3508{--font-outfit:"Outfit","Outfit Fallback"}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/fd3893c623c32b6d-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/ea896c3885e026c1-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/024ead497118aa23-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/e74f24ed7f0e4323-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/e18f83c737786aa7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/fd3893c623c32b6d-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/ea896c3885e026c1-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/024ead497118aa23-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/e74f24ed7f0e4323-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/e18f83c737786aa7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/fd3893c623c32b6d-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/ea896c3885e026c1-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/024ead497118aa23-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/e74f24ed7f0e4323-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/e18f83c737786aa7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond Fallback;src:local("Times New Roman");ascent-override:95.27%;descent-override:29.59%;line-gap-override:0.00%;size-adjust:96.98%}.__className_5df062{font-family:Cormorant Garamond,Cormorant Garamond Fallback}.__variable_5df062{--font-cormorant:"Cormorant Garamond","Cormorant Garamond Fallback"}