:root{--navy-950:#0a1128;--navy-900:#10193c;--navy-800:#182453;--navy-700:#22306b;--gold-200:#f1e0b8;--gold-300:#e6c98a;--gold-400:#d4af6a;--gold-500:#c39a4b;--gold-600:#a37f38;--cream-50:#fdfbf5;--cream-100:#f6f0e2;--cream-200:#efe5cf;--ink:#1b2140;--muted:#5c6280;--muted-light:#8891ab;--green-deep:#1f4b3a;--font-serif:"Playfair Display", "Georgia", serif;--font-sans:"Inter", system-ui, "Segoe UI", Roboto, sans-serif;--container:1180px;--radius:14px;--shadow-soft:0 10px 30px -12px #10193c40;--shadow-card:0 4px 18px #10193c14;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:var(--font-sans);color:var(--ink);background:var(--cream-50);line-height:1.6;overflow-x:hidden}#root{flex-direction:column;min-height:100svh;display:flex}main{flex:auto}h1,h2,h3,h4{font-family:var(--font-serif);color:var(--navy-900);margin:0 0 .5em;font-weight:600;line-height:1.15}p{margin:0 0 1em}a{color:inherit}img{max-width:100%;display:block}ul{margin:0;padding:0;list-style:none}button{font-family:inherit}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 24px}.eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--gold-600);align-items:center;gap:10px;font-size:.82rem;font-weight:600;display:inline-flex}.eyebrow:before,.eyebrow:after{content:"";background:var(--gold-500);width:26px;height:1px}.section{padding:72px 0}@media (width<=720px){.section{padding:48px 0}}.btn{font-family:var(--font-sans);cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:13px 28px;font-size:.95rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn-gold{background:linear-gradient(135deg, var(--gold-300), var(--gold-500));color:var(--navy-950);box-shadow:0 8px 20px -6px #c39a4b99}.btn-outline{color:var(--cream-50);background:0 0;border-color:#faf7f066}.btn-outline:hover{background:#faf7f01a}.btn-navy{background:var(--navy-900);color:var(--cream-50)}.qr-frame{background:var(--cream-50);box-shadow:var(--shadow-card);border-radius:20px;flex-shrink:0;padding:14px;display:inline-flex}.qr-frame img{border-radius:12px;width:140px;height:auto;display:block}.site-header{z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fdfbf5d9;border-bottom:1px solid #0000;transition:border-color .25s,box-shadow .25s;position:sticky;top:0}.site-header.is-scrolled{border-color:var(--cream-200);box-shadow:0 4px 20px #10193c0f}.site-header__bar{justify-content:space-between;align-items:center;gap:16px;height:76px;display:flex}.site-header__brand{color:var(--navy-900);align-items:center;gap:12px;min-width:0;text-decoration:none;display:flex}.site-header__brand img{object-fit:contain;flex-shrink:0;width:48px;height:48px}.site-header__brand span{flex-direction:column;min-width:0;line-height:1.2;display:flex}.site-header__brand strong{font-family:var(--font-serif);white-space:nowrap;font-size:1.05rem}.site-header__brand em{letter-spacing:.14em;text-transform:uppercase;color:var(--gold-600);font-size:.72rem;font-style:normal}.site-header__nav--desktop{align-items:center;gap:30px;display:flex}.site-header__nav--desktop a{color:var(--muted);white-space:nowrap;padding:6px 0;font-size:.92rem;font-weight:500;text-decoration:none;position:relative}.site-header__nav--desktop a:after{content:"";background:var(--gold-500);height:2px;transition:transform .2s;position:absolute;bottom:-2px;left:0;right:0;transform:scaleX(0)}.site-header__nav--desktop a:hover{color:var(--navy-900)}.site-header__nav--desktop a.is-active{color:var(--navy-900);font-weight:600}.site-header__nav--desktop a.is-active:after{transform:scaleX(1)}.site-header__toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:0;display:none}.site-header__toggle span{background:var(--navy-900);border-radius:2px;height:2px;transition:transform .2s,opacity .2s;display:block}.site-header__nav--mobile{display:none}@media (width<=860px){.site-header__nav--desktop{display:none}.site-header__toggle{display:flex}.site-header__nav--mobile{z-index:40;background:var(--cream-50);opacity:0;pointer-events:none;flex-direction:column;justify-content:center;gap:4px;padding:20px 24px 40px;transition:transform .22s,opacity .22s;display:flex;position:fixed;inset:76px 0 0;overflow-y:auto;transform:translateY(-8px)}.site-header__nav--mobile.is-open{opacity:1;pointer-events:auto;transform:translateY(0)}.site-header__nav--mobile a{font-size:1.15rem;font-family:var(--font-serif);color:var(--navy-900);border-bottom:1px solid var(--cream-200);padding:16px 4px;text-decoration:none}.site-header__nav--mobile a.is-active{color:var(--gold-600)}}.site-footer{background:var(--navy-950);color:#fdfbf5d1;margin-top:40px}.site-footer__grid{grid-template-columns:1.6fr 1fr 1fr;gap:40px;padding:56px 24px 40px;display:grid}.site-footer__brand{align-items:center;gap:14px;display:flex}.site-footer__brand img{object-fit:contain;flex-shrink:0;width:56px;height:56px}.site-footer__brand strong{font-family:var(--font-serif);color:var(--cream-50);font-size:1.1rem;display:block}.site-footer__brand p{color:var(--gold-300);margin:4px 0 0;font-size:.85rem;font-style:italic}.site-footer__col{flex-direction:column;gap:10px;display:flex}.site-footer__col h4{font-family:var(--font-sans);color:var(--cream-50);letter-spacing:.12em;text-transform:uppercase;margin-bottom:6px;font-size:.78rem}.site-footer__col a{color:#fdfbf5bf;font-size:.92rem;text-decoration:none;transition:color .2s}.site-footer__col a:hover{color:var(--gold-300)}.site-footer__note{margin:0;font-size:.92rem}.site-footer__note span{color:var(--gold-300);font-weight:600}.site-footer__note--muted{color:#fdfbf58c;margin-top:4px;font-size:.82rem}.site-footer__bottom{border-top:1px solid #fdfbf51f}.site-footer__bottom-inner{color:#fdfbf58c;flex-wrap:wrap;justify-content:space-between;gap:8px;padding:18px 24px;font-size:.8rem;display:flex}@media (width<=860px){.site-footer__grid{grid-template-columns:1fr 1fr}.site-footer__brand{grid-column:1/-1}}@media (width<=520px){.site-footer__grid{grid-template-columns:1fr;gap:32px;padding:44px 20px 32px}.site-footer__bottom-inner{flex-direction:column}}.countdown{flex-wrap:wrap;gap:14px;display:flex}.countdown__unit{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#fdfbf514;border:1px solid #d4af6a59;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;min-width:76px;padding:14px 10px;display:flex}.countdown__value{font-family:var(--font-serif);color:var(--gold-300);font-size:2rem;font-weight:700;line-height:1}.countdown__label{letter-spacing:.14em;text-transform:uppercase;color:#fdfbf5b3;margin-top:6px;font-size:.68rem}.countdown--over{color:var(--gold-300);font-family:var(--font-serif);font-size:1.1rem}@media (width<=520px){.countdown__unit{min-width:64px;padding:10px 6px}.countdown__value{font-size:1.5rem}}.vatican-news{background:var(--cream-100)}.vatican-news__head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:32px;display:flex}.vatican-news__head h2{margin-bottom:0}.vatican-news__all{color:var(--gold-600);white-space:nowrap;font-size:.9rem;font-weight:600;text-decoration:none}.vatican-news__all:hover{color:var(--navy-900)}.vatican-news__grid{grid-template-columns:repeat(4,1fr);gap:22px;display:grid}.vatican-news__card{background:var(--cream-50);border-radius:var(--radius);box-shadow:var(--shadow-card);color:inherit;flex-direction:column;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.vatican-news__card:hover{box-shadow:var(--shadow-soft);transform:translateY(-3px)}.vatican-news__thumb{aspect-ratio:16/9;background:var(--cream-200)}.vatican-news__thumb img{object-fit:cover;width:100%;height:100%}.vatican-news__body{flex-direction:column;gap:6px;padding:18px 20px 22px;display:flex}.vatican-news__date{letter-spacing:.08em;text-transform:uppercase;color:var(--gold-600);font-size:.7rem;font-weight:600}.vatican-news__body h3{font-size:1rem;font-family:var(--font-sans);color:var(--navy-900);margin:0;font-weight:700;line-height:1.35}.vatican-news__body p{color:var(--muted);margin:0;font-size:.85rem}.vatican-news__card--loading{pointer-events:none}.vatican-news__card--loading .vatican-news__thumb{animation:1.4s ease-in-out infinite vatican-pulse}.vatican-news__card--loading .vatican-news__body:before{content:"";background:var(--cream-200);border-radius:4px;width:70%;height:14px;animation:1.4s ease-in-out infinite vatican-pulse;display:block}@keyframes vatican-pulse{0%,to{opacity:1}50%{opacity:.5}}.vatican-news__fallback{text-align:center;flex-direction:column;align-items:center;gap:14px;max-width:520px;margin:0 auto;display:flex}@media (width<=1024px){.vatican-news__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=520px){.vatican-news__grid{grid-template-columns:1fr}}.hero{min-height:92svh;color:var(--cream-50);align-items:center;display:flex;position:relative;overflow:hidden}.hero__bg{filter:saturate(.9);background-position:50%;background-size:cover;position:absolute;inset:0}.hero__overlay{background:linear-gradient(#0a1128e0 0%,#0a1128d1 45%,#0a1128f0 100%);position:absolute;inset:0}.hero__content{z-index:1;flex-direction:column;align-items:flex-start;max-width:760px;padding:140px 24px 80px;display:flex;position:relative}.hero__logo{object-fit:contain;width:92px;height:92px;margin-bottom:22px}.eyebrow--light{color:var(--gold-300)}.eyebrow--light:before,.eyebrow--light:after{background:var(--gold-400)}.hero__title{color:var(--cream-50);margin:14px 0 4px;font-size:clamp(2.6rem,6vw,4.4rem);font-style:italic}.hero__dates{font-family:var(--font-serif);color:var(--gold-300);letter-spacing:.04em;margin-bottom:18px;font-size:clamp(1.3rem,3vw,1.8rem)}.hero__theme{color:#fdfbf5e6;max-width:560px;margin-bottom:30px;font-size:1.05rem;font-weight:500}.hero__theme span{color:#fdfbf5a6;margin-top:4px;font-size:.92rem;font-weight:400;display:block}.hero__content .countdown{margin-bottom:34px}.hero__actions{flex-wrap:wrap;gap:16px;display:flex}.welcome__grid{grid-template-columns:.9fr 1.1fr;align-items:center;gap:56px;display:grid}.welcome__image img{border-radius:var(--radius);width:100%;box-shadow:var(--shadow-soft)}.welcome__copy em{color:var(--gold-600);font-style:italic}.welcome__motto{font-family:var(--font-serif);color:var(--navy-900);margin-top:20px;font-size:1.2rem;font-style:italic}.offerings{background:var(--navy-950);color:var(--cream-50)}.offerings .eyebrow{color:var(--gold-400)}.offerings .eyebrow:before,.offerings .eyebrow:after{background:var(--gold-500)}.offerings__grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:56px;display:grid}.offerings__copy h2{color:var(--cream-50)}.offerings__copy p{color:#fdfbf5c7}.offerings__ta{font-size:.92rem;color:#fdfbf599!important}.offerings__panel{border-radius:var(--radius);text-align:center;background:#fdfbf50d;border:1px solid #d4af6a40;flex-direction:column;align-items:center;gap:20px;padding:32px;display:flex}.offerings__bank{background:#fdfbf514;border:1px solid #d4af6a59;border-radius:999px;align-items:center;gap:10px;padding:10px 22px;display:inline-flex}.offerings__bank span{color:#fdfbf5b3;font-size:.85rem}.offerings__bank strong{color:var(--gold-300);letter-spacing:.03em}.cta-band{background:linear-gradient(135deg, var(--gold-200), var(--gold-300))}.cta-band__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;display:flex}.cta-band h2{margin-bottom:6px}.cta-band p{color:var(--navy-800);max-width:480px;margin:0}@media (width<=860px){.welcome__grid,.offerings__grid{grid-template-columns:1fr;gap:32px}.offerings__panel{order:-1}}@media (width<=520px){.hero__content{padding:120px 20px 60px}.cta-band__inner{flex-direction:column;align-items:flex-start}}.bulletin-viewer{border-radius:var(--radius);max-width:900px;box-shadow:var(--shadow-soft);border:1px solid var(--cream-200);background:var(--cream-100);margin:0 auto;overflow:hidden}.bulletin-viewer iframe{border:0;width:100%;height:82vh;min-height:480px;display:block}.bulletin-actions{text-align:center;flex-direction:column;align-items:center;gap:10px;max-width:900px;margin:28px auto 0;display:flex}.bulletin-note{color:var(--muted-light);margin:0;font-size:.85rem}@media (width<=620px){.bulletin-viewer iframe{height:70vh;min-height:380px}}.page-hero{background:var(--navy-950);color:var(--cream-50);text-align:center;padding:130px 0 60px}.page-hero h1{color:var(--cream-50);margin:10px 0;font-size:clamp(2.4rem,5vw,3.4rem);font-style:italic}.page-hero__theme{color:#fdfbf5e6;font-weight:500}.page-hero__theme span{color:#fdfbf599;margin-top:6px;font-size:.92rem;font-weight:400;display:block}.page-hero .eyebrow{justify-content:center}.page-hero__cta{margin-top:28px}.timeline{flex-direction:column;gap:0;max-width:820px;margin:0 auto;display:flex}.timeline__item{grid-template-columns:96px 1fr;gap:28px;display:grid}.timeline__marker{flex-direction:column;align-items:center;display:flex;position:relative}.timeline__date{font-family:var(--font-serif);color:var(--navy-900);font-size:2.2rem;font-weight:700;line-height:1}.timeline__month{letter-spacing:.14em;text-transform:uppercase;color:var(--gold-600);margin-top:4px;font-size:.72rem}.timeline__line{background:var(--gold-300);flex:1;width:2px;min-height:40px;margin-top:14px}.timeline__card{background:var(--cream-100);border-radius:var(--radius);box-shadow:var(--shadow-card);margin-bottom:36px;padding:28px 30px;position:relative}.timeline__tag{background:linear-gradient(135deg, var(--gold-300), var(--gold-500));color:var(--navy-950);letter-spacing:.08em;text-transform:uppercase;border-radius:999px;padding:5px 14px;font-size:.68rem;font-weight:700;position:absolute;top:-12px;right:24px}.timeline__meta{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:12px;display:flex}.timeline__day{color:var(--navy-900);font-weight:600}.timeline__day em{color:var(--muted);font-style:normal;font-weight:400}.timeline__time{font-family:var(--font-serif);color:var(--gold-600);font-weight:600}.timeline__reflection{margin-bottom:16px;font-size:1.15rem;font-style:italic}.timeline__reflection span{color:var(--muted);font-size:.85rem;font-style:normal;font-weight:400;font-family:var(--font-sans);margin-top:4px;display:block}.timeline__events{flex-direction:column;gap:8px;display:flex}.timeline__events li{border-top:1px dashed var(--cream-200);justify-content:space-between;gap:12px;padding:8px 0;font-weight:500;display:flex}.timeline__events li em{color:var(--muted);text-align:right;font-style:normal;font-weight:400}@media (width<=620px){.timeline__item{grid-template-columns:60px 1fr;gap:16px}.timeline__date{font-size:1.6rem}.timeline__card{padding:22px 18px}.timeline__events li{flex-direction:column;gap:2px}.timeline__events li em{text-align:left}}.page-hero--about{text-align:left;padding:130px 0 56px}.page-hero--about h1{color:var(--cream-50);margin:10px 0 0;font-size:clamp(2.2rem,5vw,3.2rem);font-style:italic}.about-intro__grid{grid-template-columns:1fr 1.1fr;align-items:center;gap:56px;display:grid}.about-intro__image img{border-radius:var(--radius);width:100%;box-shadow:var(--shadow-soft)}.about-intro__copy em{color:var(--gold-600);font-style:italic}.history{background:var(--cream-100)}.history h2{margin-bottom:36px}.history__grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.history__card{margin:0}.history__frame{aspect-ratio:4/3;background:var(--cream-50);border-radius:var(--radius);box-shadow:var(--shadow-card);justify-content:center;align-items:center;margin-bottom:14px;display:flex;overflow:hidden}.history__frame img{object-fit:contain;width:100%;height:100%}.history__card figcaption{color:var(--muted);font-size:.88rem;line-height:1.5}.priests h2{margin-bottom:32px}.priest-current{background:var(--cream-100);border:1px solid var(--cream-200);border-radius:var(--radius);align-items:center;gap:22px;margin-bottom:44px;padding:22px 28px;display:flex}.priest-current__frame{width:96px;height:96px;box-shadow:var(--shadow-card);border:3px solid var(--gold-300);border-radius:50%;flex-shrink:0;overflow:hidden}.priest-current__frame img{object-fit:cover;width:100%;height:100%}.priest-current__label{letter-spacing:.1em;text-transform:uppercase;color:var(--gold-600);margin-bottom:4px;font-size:.72rem;font-weight:600;display:block}.priest-current h3{margin:0;font-size:1.3rem}.priest-current p{color:var(--muted);margin:2px 0 0}.priest-history__title{font-size:1.05rem;font-family:var(--font-sans);color:var(--navy-900);margin-bottom:18px;font-weight:700}.priest-history{column-count:2;column-gap:48px}.priest-history__item{break-inside:avoid;border-bottom:1px solid var(--cream-200);gap:14px;margin-bottom:2px;padding:10px 0;display:flex}.priest-history__years{width:96px;color:var(--gold-600);flex-shrink:0;font-size:.85rem;font-weight:700}.priest-history__names{color:var(--navy-900);font-size:.9rem}.priest-history__names em{color:var(--muted-light);margin-top:2px;font-size:.78rem;font-style:normal;display:block}.gallery{background:var(--cream-100)}.gallery h2{margin-bottom:32px}.gallery__grid{column-count:3;column-gap:20px}.gallery__item{break-inside:avoid;border-radius:var(--radius);box-shadow:var(--shadow-card);background:var(--cream-50);margin-bottom:20px;overflow:hidden}.gallery__item img{width:100%;height:auto;display:block}@media (width<=860px){.about-intro__grid{grid-template-columns:1fr;gap:32px}.history__grid{grid-template-columns:repeat(2,1fr)}.priest-history{column-count:1}.gallery__grid{column-count:2}}@media (width<=560px){.history__grid{grid-template-columns:1fr}.priest-current{text-align:center;flex-direction:column}.gallery__grid{column-count:1}}.contact-grid{grid-template-columns:.9fr 1.1fr;align-items:stretch;gap:40px;display:grid}.contact-card{background:var(--cream-100);border-radius:var(--radius);padding:36px 34px}.contact-card h2{font-size:1.5rem}.contact-card__address{color:var(--muted);margin-bottom:24px}.contact-card__note{color:var(--muted-light);font-size:.85rem}.contact-list{flex-direction:column;gap:16px;margin-bottom:20px;display:flex}.contact-list li{border-bottom:1px solid var(--cream-200);flex-direction:column;gap:2px;padding-bottom:14px;display:flex}.contact-list span{letter-spacing:.1em;text-transform:uppercase;color:var(--gold-600);font-size:.72rem}.contact-list a{color:var(--navy-900);font-weight:600;text-decoration:none}.contact-list a:hover{color:var(--gold-600)}.contact-list__phones{gap:10px}.phone-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.phone-row__label{min-width:92px;font-weight:600;letter-spacing:.04em!important;text-transform:none!important;color:var(--muted-light)!important;font-size:.68rem!important}.contact-list a.whatsapp-btn{color:#fff;background:#25d366;border-radius:999px;align-items:center;gap:6px;padding:6px 13px;font-size:.76rem;font-weight:600;transition:transform .15s,box-shadow .15s;display:inline-flex;box-shadow:0 4px 12px -4px #25d366a6}.contact-list a.whatsapp-btn:hover{color:#fff;transform:translateY(-1px);box-shadow:0 6px 16px -4px #25d366cc}.whatsapp-btn__icon{flex-shrink:0;width:14px;height:14px}.offering-qr{border-top:1px solid var(--cream-200);align-items:center;gap:18px;margin-top:4px;padding-top:20px;display:flex}.offering-qr .qr-frame{padding:10px}.offering-qr .qr-frame img{width:100px}.offering-qr .contact-card__note{margin:0}.contact-map{border-radius:var(--radius);box-shadow:var(--shadow-card);min-height:380px;overflow:hidden}.contact-map iframe{border:0;width:100%;height:100%;min-height:380px;display:block}@media (width<=860px){.contact-grid{grid-template-columns:1fr}.contact-map,.contact-map iframe{min-height:320px}}
