:root{--primary: #be034d;--primary-dark: #9a0340;--primary-soft: #faf0f4;--ink: #141416;--muted: #73737a;--line: #ececee;--bg: #ffffff;--surface: #fafafa;--card: #ffffff;--error: #b42318;--success: #1b7a45;--header-bg: rgba(255, 255, 255, .92);--nav-bg: rgba(255, 255, 255, .94);--btn-fg: #ffffff;--btn-bg: #141416;--btn-hover: #2a2a2e;--ok-bg: #e8f6ee;--nav-shadow: 0 10px 32px rgba(20, 20, 22, .12);--card-shadow: 0 16px 40px rgba(20, 20, 22, .1);--font: "Manrope", "Segoe UI", system-ui, sans-serif;--header-h: calc(4.75rem + env(safe-area-inset-top, 0px)) ;--nav-h: 62px;--safe-b: env(safe-area-inset-bottom, 0px)}@media(prefers-color-scheme:dark){:root{color-scheme:dark;--primary: #ef4b7e;--primary-dark: #be034d;--primary-soft: #3a1524;--ink: #f3f3f5;--muted: #a8a8b0;--line: #2c2c32;--bg: #121214;--surface: #1c1c21;--card: #1c1c21;--error: #f97066;--success: #3ecf8e;--header-bg: rgba(18, 18, 20, .92);--nav-bg: rgba(18, 18, 20, .94);--btn-fg: #ffffff;--btn-bg: #be034d;--btn-hover: #ef4b7e;--ok-bg: #163326;--nav-shadow: 0 10px 32px rgba(0, 0, 0, .45);--card-shadow: 0 16px 40px rgba(0, 0, 0, .45)}}*{box-sizing:border-box}html,body,#root{min-height:100%;overflow-x:clip}html{scroll-behavior:auto;scrollbar-width:none;-ms-overflow-style:none;color-scheme:light dark}html::-webkit-scrollbar{display:none}html.smooth-scroll-active{overscroll-behavior-y:none}body{margin:0;color:var(--ink);background:var(--bg);font-family:var(--font);font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased;scrollbar-width:none;-ms-overflow-style:none}body::-webkit-scrollbar{display:none}a,button{-webkit-tap-highlight-color:transparent;touch-action:manipulation}h1,h2,h3{margin:0;font-weight:650;letter-spacing:-.02em;line-height:1.2}p{margin:0}a{color:var(--ink);text-decoration:none}a:hover{color:var(--primary)}.app-shell{padding-top:var(--header-h)}.site-header{position:fixed;top:0;left:0;right:0;z-index:30;min-height:0;height:auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;gap:.4rem .6rem;padding:max(.45rem,env(safe-area-inset-top)) max(.9rem,env(safe-area-inset-right)) .5rem max(.9rem,env(safe-area-inset-left));background:var(--header-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}.brand-row{display:flex;align-items:center;gap:.55rem;min-width:0;flex:1 1 auto;max-width:none;color:inherit}.brand-row:hover{color:inherit}.brand-row picture,.vitrine-hero picture{display:contents}.brand-logo{height:42px;width:auto;max-width:100%;object-fit:contain;display:block}.brand-logo.hero{height:auto;width:min(100%,18rem);max-height:88px;object-fit:contain}.site-nav{display:none;flex:1 1 auto;flex-wrap:wrap;gap:.1rem}.site-nav a{color:var(--muted);font-weight:550;font-size:.8rem;padding:.38rem .55rem;border-radius:8px}.site-nav a:hover,.site-nav a.active{color:var(--ink);background:var(--surface)}.lang-switch{display:inline-flex;border:1px solid var(--line);border-radius:8px;padding:.1rem;background:var(--bg);flex-shrink:0}.lang-switch button{border:0;background:transparent;color:var(--muted);font-size:.75rem;font-weight:700;letter-spacing:.04em;padding:.4rem .65rem;border-radius:6px;cursor:pointer;transition:background .15s ease,color .15s ease}.lang-switch button.active{background:var(--ink);color:var(--bg)}.lang-switch button:hover:not(.active){color:var(--ink)}.header-end{display:flex;align-items:center;gap:.25rem;flex-shrink:0;margin-left:auto}.header-auth{font-weight:600;font-size:.8rem;padding:.35rem .5rem;border-radius:8px;border:0;background:transparent;color:var(--ink);cursor:pointer;white-space:nowrap}.header-auth:hover{background:var(--surface);color:var(--ink)}.page{max-width:40rem;margin:0 auto;padding:0 max(1rem,env(safe-area-inset-right)) calc(3.75rem + var(--nav-h) + var(--safe-b)) max(1rem,env(safe-area-inset-left));min-width:0}.page--home{max-width:none;margin:0;padding:0}.home-section,.screen-section{min-height:100dvh;min-height:100svh;scroll-margin-top:var(--header-h);display:flex;align-items:center;justify-content:center;padding:calc(var(--header-h) + 1.25rem) max(1rem,env(safe-area-inset-right)) calc(1.25rem + var(--nav-h) + var(--safe-b)) max(1rem,env(safe-area-inset-left));border-bottom:1px solid var(--line)}.home-section-inner,.screen-section-inner{width:min(100%,40rem);margin:0 auto;display:grid;gap:.85rem;min-width:0}.home-section-inner--wide,.screen-section-inner--wide{width:min(100%,56rem)}.screen-section-inner--fill{align-content:center}.screen-section-inner--stack{align-content:start}.screen-section--fill-grid{width:100%}.home-section h2,.screen-section h2{font-size:clamp(1.35rem,4.5vw,2rem)}.home-eyebrow,.screen-eyebrow{margin:0;text-transform:uppercase;letter-spacing:.08em;font-size:.72rem;font-weight:700;color:var(--primary)}.home-body{margin:0;color:var(--muted);font-size:clamp(.95rem,2.2vw,1.05rem);line-height:1.65;max-width:36rem}.home-section--hero{--hero-fg: #ffffff;--hero-muted: rgba(255, 255, 255, .84);color:var(--hero-fg);background:linear-gradient(180deg,#08080c94,#08080ce6),linear-gradient(135deg,#be034d2e,#08080ca6),url(/hero-bg.png) center / cover no-repeat;border-bottom-color:#ffffff1f}.home-section--hero .home-eyebrow{color:color-mix(in srgb,#ffffff 88%,var(--primary))}.home-section--hero .lede,.home-section--hero .home-scroll-hint{color:var(--hero-muted)}.home-section--hero .home-scroll-hint:hover{color:#fff}.screen-section--hero{background:radial-gradient(ellipse 80% 60% at 50% 0%,color-mix(in srgb,var(--primary) 22%,transparent),transparent 70%),linear-gradient(165deg,color-mix(in srgb,var(--primary) 8%,var(--bg)),var(--bg));border-bottom-color:color-mix(in srgb,var(--primary) 18%,var(--line))}.home-hero,.screen-hero{text-align:center;justify-items:center;gap:1rem}.home-hero h1,.screen-hero h1{font-size:clamp(1.65rem,7vw,2.75rem);max-width:16ch}.home-hero .lede,.screen-hero .lede{max-width:32rem}.btn-on-hero{background:var(--primary);color:#fff}.btn-on-hero:hover{background:var(--primary-dark);color:#fff}.btn-on-hero-outline{border-color:color-mix(in srgb,var(--primary) 35%,var(--line));background:color-mix(in srgb,var(--bg) 80%,transparent)}.home-scroll-hint{display:inline-flex;flex-direction:column;align-items:center;gap:.15rem;margin-top:.75rem;color:var(--muted);font-size:.72rem;font-weight:650;letter-spacing:.06em;text-transform:uppercase;animation:home-bob 2.4s ease-in-out infinite}.home-scroll-hint:hover{color:var(--primary)}@keyframes home-bob{0%,to{transform:translateY(0)}50%{transform:translateY(.35rem)}}.home-section--alt,.screen-section--alt{background:var(--surface)}.screen-section--events,.screen-section--donate{align-items:stretch}.mission-motto{margin:0;font-size:clamp(1.35rem,4.5vw,1.85rem);font-weight:650;line-height:1.25;letter-spacing:-.02em;color:var(--primary)}.mission-list{list-style:none;margin:1.25rem 0 0;padding:0;display:grid;gap:0;border-top:1px solid var(--line)}.mission-item{display:grid;gap:.4rem;padding:1.15rem 0;border-bottom:1px solid var(--line)}.mission-item:last-child{border-bottom:0;padding-bottom:0}.mission-item h3{margin:0;font-size:.74rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--primary)}.mission-item p{margin:0;color:var(--muted);font-size:.95rem;line-height:1.6;max-width:36rem}.home-pillars{display:grid;gap:.85rem;margin-top:.35rem}.home-pillar{display:grid;grid-template-columns:auto 1fr;gap:.75rem;align-items:start;padding:1rem 1.05rem;border:1px solid var(--line);border-radius:12px;background:var(--card)}.home-pillar-dot{width:10px;height:10px;border-radius:50%;background:var(--primary);margin-top:.35rem}.home-pillar h3{font-size:1rem;margin-bottom:.25rem}.home-pillar p{margin:0;color:var(--muted);font-size:.92rem;line-height:1.55}.home-gallery{display:grid;gap:.65rem;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:.35rem}.home-gallery-item{margin:0;border-radius:12px;overflow:hidden;border:1px solid var(--line);background:var(--surface);min-height:7.5rem}.home-gallery-item img{width:100%;height:100%;min-height:7.5rem;object-fit:cover;display:block}.home-gallery-item figcaption{padding:.55rem .65rem;font-size:.78rem;font-weight:600;color:var(--muted);border-top:1px solid var(--line)}.home-gallery-item--placeholder{display:flex;align-items:center;justify-content:center;padding:1rem;text-align:center;background:linear-gradient(145deg,color-mix(in srgb,var(--primary) 12%,var(--surface)),var(--surface))}.home-gallery-item--placeholder span{font-size:.78rem;font-weight:650;color:var(--muted);line-height:1.35}.home-gallery-item--1{grid-row:span 2;min-height:15.5rem}.home-gallery-item--1 img{min-height:15.5rem}.home-postulant{display:grid;gap:1.25rem;margin-top:.35rem}.home-postulant-flyer{width:100%;max-height:min(68vh,30rem);object-fit:contain;display:block}.home-postulant-details{display:grid;gap:.5rem}.home-postulant-facts{display:grid;gap:.65rem;margin-top:.65rem;padding-top:1rem;border-top:1px solid var(--line);font-size:.95rem;line-height:1.5}.home-postulant-facts span{display:block;margin-bottom:.15rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--muted)}.home-empty{margin:0;color:var(--muted);font-size:.95rem}.home-postulant-period{margin:0;color:var(--primary);font-size:.95rem;font-weight:650;text-transform:capitalize}.home-postulant-name{margin:0;font-size:clamp(1.15rem,3vw,1.45rem);font-weight:650;letter-spacing:-.02em}.home-postulant-meta{margin:0;color:var(--muted);font-size:.92rem}.home-postulant-quote{margin:.35rem 0 0;color:var(--ink);font-size:.98rem;line-height:1.6}.site-footer{border-top:1px solid var(--line);background:var(--surface);padding:2rem max(1rem,env(safe-area-inset-right)) calc(1.25rem + var(--nav-h) + var(--safe-b) + .85rem) max(1rem,env(safe-area-inset-left))}.site-footer-inner{max-width:56rem;margin:0 auto;display:grid;gap:1.5rem}.site-footer-brand{display:grid;gap:.35rem}.site-footer-name{margin:0;font-size:1rem;font-weight:700;letter-spacing:-.02em}.site-footer-motto{margin:0;color:var(--primary);font-size:.88rem;font-weight:650}.site-footer-campus{margin:0;color:var(--muted);font-size:.85rem;line-height:1.5;max-width:22rem}.site-footer-nav,.site-footer-contact{display:grid;gap:.45rem;align-content:start}.site-footer-label{margin:0 0 .15rem;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.site-footer-nav a,.site-footer-contact a{color:var(--ink);font-size:.92rem;font-weight:550;width:fit-content}.site-footer-nav a:hover,.site-footer-contact a:hover{color:var(--primary)}.site-footer-copy{margin:.25rem 0 0;padding-top:1.25rem;border-top:1px solid var(--line);color:var(--muted);font-size:.8rem;line-height:1.5}.vitrine-hero{display:grid;justify-items:center;text-align:center;gap:.75rem;padding:1.75rem 0 1.5rem;border-bottom:1px solid var(--line);min-width:0}.vitrine-hero h1{font-size:clamp(1.4rem,7vw,2.5rem);overflow-wrap:anywhere}.lede{color:var(--muted);font-size:clamp(.95rem,2.2vw,1.05rem);max-width:28rem;width:100%;line-height:1.55}.section{padding:2.25rem 0;display:grid;gap:.75rem;border-bottom:1px solid var(--line);scroll-margin-top:calc(var(--header-h) + .75rem)}.section h2{font-size:clamp(1.15rem,3vw,1.35rem)}.section>p{color:var(--muted);line-height:1.65}.eyebrow{text-transform:uppercase;letter-spacing:.06em;font-size:.72rem;font-weight:650;color:var(--muted)}.brand-dot{width:10px;height:10px;border-radius:50%;background:var(--primary);flex-shrink:0}.brand-dot.lg{width:14px;height:14px}.fact-list{margin:.35rem 0 0;display:grid;gap:0}.fact{display:grid;gap:.15rem;padding:.9rem 0;border-bottom:1px solid var(--line)}.fact:last-child{border-bottom:0}.fact dt{font-size:.72rem;font-weight:650;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.fact dd{margin:0;font-weight:600;font-size:1rem}.pillar{padding:1.15rem 0;border-bottom:1px solid var(--line)}.pillar:last-child{border-bottom:0}.pillar h3{font-size:.95rem;margin-bottom:.3rem}.pillar p{color:var(--muted);font-size:.92rem}.pillar-grid{display:grid;gap:0;margin-top:.5rem}.cta-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.35rem}.cta-row.center{justify-content:center}.btn-primary,.btn-outline{border:0;border-radius:8px;padding:.65rem 1rem;cursor:pointer;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;text-decoration:none;transition:background .22s ease,color .22s ease,border-color .22s ease,transform .16s cubic-bezier(.22,1,.36,1)}.btn-primary:active:not(:disabled),.btn-outline:active:not(:disabled){transform:scale(.97)}.btn-primary{background:var(--btn-bg);color:var(--btn-fg)}.btn-primary:hover{background:var(--btn-hover);color:var(--btn-fg)}.btn-outline{background:transparent;color:var(--ink);border:1px solid var(--line)}.btn-outline:hover{background:var(--surface);color:var(--ink)}.btn-block{width:100%}.pay-label{display:inline-flex;align-items:center;gap:.45rem}button,input,select,textarea{font:inherit}input,select,textarea{width:100%;padding:.7rem .85rem;border:1px solid var(--line);border-radius:8px;background:var(--bg);color:var(--ink)}input:focus,select:focus,textarea:focus{outline:none;border-color:#c9c9cf}label{display:grid;gap:.3rem;font-weight:600;font-size:.82rem;color:var(--muted)}.donate-form{display:grid;gap:.85rem;margin-top:.85rem}.receipt-picker{display:grid;gap:.35rem}.receipt-picker-box{position:relative;display:grid;place-items:center;min-height:8.5rem;padding:.85rem;border:1px dashed var(--line);border-radius:12px;background:var(--surface);text-align:center}.receipt-picker input[type=file]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.receipt-preview{max-width:100%;max-height:12rem;border-radius:8px;object-fit:contain}.receipt-picker-hint,.receipt-file-name{color:var(--muted);font-size:.88rem;font-weight:600;line-height:1.45}.form-error{margin:0;color:var(--error);font-size:.88rem;font-weight:600}.form-ok{margin:.5rem 0 0;color:var(--success);font-size:.95rem;font-weight:600}.field-hint{margin:-.35rem 0 0;color:var(--muted);font-size:.82rem;font-weight:500}.badge{font-size:.72rem;padding:.15rem .45rem;border-radius:999px;background:var(--primary-soft);color:var(--primary);font-weight:650;white-space:nowrap}.badge.ok{background:var(--ok-bg);color:var(--success)}.badge.wait{background:var(--surface);color:var(--muted)}.event-grid{display:grid;gap:1rem;margin-top:.35rem}.event-card{border:1px solid var(--line);border-radius:12px;padding:1rem 1.1rem 1.05rem;display:grid;gap:.45rem;background:var(--card);transition:transform .22s cubic-bezier(.22,1,.36,1),box-shadow .22s ease}.event-card:hover{transform:translateY(-2px);box-shadow:0 10px 28px color-mix(in srgb,var(--ink) 8%,transparent)}.event-card-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.55rem}.event-date{margin:0;font-size:.72rem;font-weight:650;text-transform:uppercase;letter-spacing:.06em;color:var(--primary)}.event-card h3{font-size:1.05rem}.event-card p{color:var(--muted);font-size:.92rem;line-height:1.55}.event-card-flyer{width:100%;aspect-ratio:16 / 9;object-fit:cover;border-radius:8px;background:var(--surface)}.event-meta{font-size:.86rem!important;font-weight:600}.muted{color:var(--muted)}.event-detail-hero{gap:.75rem}.event-detail-flyer{width:min(100%,720px);max-height:70vh;object-fit:contain;border-radius:12px;background:var(--surface);margin:0 auto}.event-body{white-space:pre-wrap;color:var(--ink);font-size:1.02rem;line-height:1.7}.event-gallery{display:grid;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));margin-top:.75rem}.event-gallery img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:10px}.back-link{font-size:.88rem;font-weight:650;color:var(--primary)}.vitrine-foot{text-align:center;padding:2rem 0 calc(1.5rem + var(--safe-b));font-size:.82rem;color:var(--muted)}.vitrine-foot a{color:var(--muted);font-weight:600}.vitrine-foot a:hover{color:var(--ink)}.bottom-nav{position:fixed;bottom:calc(.85rem + var(--safe-b));left:.85rem;right:.85rem;z-index:40;display:grid;grid-template-columns:repeat(6,1fr);height:var(--nav-h);background:var(--nav-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--line);border-radius:22px;box-shadow:var(--nav-shadow);overflow:hidden}.bottom-nav.nav-4{grid-template-columns:repeat(4,1fr)}.bottom-nav.nav-5{grid-template-columns:repeat(5,1fr)}.bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.12rem;color:var(--muted);font-weight:600;font-size:.6rem;text-align:center;padding:.28rem .12rem;line-height:1.1}.bottom-nav .nav-icon{width:1.15rem;height:1.15rem;flex-shrink:0}.bottom-nav a.active{color:var(--ink);background:transparent}.bottom-nav a:hover{color:var(--ink)}.hide-mobile{display:none!important}@media(min-width:768px){.fact-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem 2rem}.fact{border-bottom:0;padding:.65rem 0}.pillar-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}.pillar{border-bottom:0;padding:0}.vitrine-hero{padding:clamp(3rem,10vw,5rem) 0 2.5rem}.home-section,.screen-section{padding:calc(var(--header-h) + 2rem) 2rem 2rem}.mission-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.75rem;border-top:0;margin-top:1.75rem}.mission-item{padding:0;border-bottom:0;border-left:1px solid var(--line);padding-left:1.35rem}.mission-item:first-child{border-left:0;padding-left:0}.home-pillars{grid-template-columns:repeat(3,minmax(0,1fr))}.home-gallery{grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.home-gallery-item,.home-gallery-item img{min-height:9rem}.home-gallery-item--1{grid-row:span 2;min-height:18.75rem}.home-gallery-item--1 img{min-height:18.75rem}.home-postulant{grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:2rem;align-items:start}}@media(min-width:900px){.hide-mobile:not(.site-footer){display:flex!important}.hide-mobile.site-footer{display:block!important}.show-mobile{display:none!important}.site-header{flex-wrap:nowrap;padding:.5rem 2rem}.brand-row{flex:0 1 auto;max-width:none}.brand-logo{height:56px;max-width:280px}.brand-logo.hero{height:112px;width:auto;max-width:100%}.site-nav{display:flex;flex:1 1 auto;flex-wrap:nowrap;justify-content:center}.site-nav a{font-size:.9rem;padding:.45rem .75rem}.header-end{margin-left:0}.header-auth{font-size:.88rem;padding:.4rem .7rem}.page{padding:0 1.5rem 3rem}.site-footer{padding:2.5rem 2rem calc(2rem + var(--safe-b))}.site-footer-inner{grid-template-columns:1.35fr 1fr 1fr;gap:2rem}.site-footer-copy{grid-column:1 / -1}}.scroll-rail{pointer-events:none;position:fixed;right:1.5rem;z-index:25;width:1.5rem;display:none}.scroll-rail-track{pointer-events:auto;position:relative;margin:0 auto;height:100%;width:1.5rem;cursor:pointer}.scroll-rail-line{position:absolute;top:0;left:50%;height:100%;width:1px;transform:translate(-50%);background:color-mix(in srgb,var(--ink) 15%,transparent);transition:background .5s cubic-bezier(.16,1,.3,1)}.scroll-rail-line--dark{background:color-mix(in srgb,#ffffff 25%,transparent)}.scroll-rail-dot{position:absolute;left:50%;width:8px;height:8px;transform:translate(-50%);border-radius:999px;background:color-mix(in srgb,var(--ink) 55%,transparent);cursor:grab;transition:background .5s cubic-bezier(.16,1,.3,1)}.scroll-rail-dot--dark{background:color-mix(in srgb,#ffffff 90%,transparent)}.scroll-rail-dot:active{cursor:grabbing}@media(min-width:768px){.scroll-rail{display:block}}.reveal-section:not(.is-visible) .home-section-inner>*,.reveal-section:not(.is-visible) .screen-section-inner>*{opacity:0;transform:translateY(.85rem)}.reveal-section.is-visible .home-section-inner>*,.reveal-section.is-visible .screen-section-inner>*{animation:appear-up 1.05s cubic-bezier(.22,.61,.36,1) both}.reveal-section.is-visible .home-section-inner>*:nth-child(1),.reveal-section.is-visible .screen-section-inner>*:nth-child(1){animation-delay:.08s}.reveal-section.is-visible .home-section-inner>*:nth-child(2),.reveal-section.is-visible .screen-section-inner>*:nth-child(2){animation-delay:.18s}.reveal-section.is-visible .home-section-inner>*:nth-child(3),.reveal-section.is-visible .screen-section-inner>*:nth-child(3){animation-delay:.28s}.reveal-section.is-visible .home-section-inner>*:nth-child(4),.reveal-section.is-visible .screen-section-inner>*:nth-child(4){animation-delay:.38s}.reveal-section.is-visible .home-section-inner>*:nth-child(5),.reveal-section.is-visible .screen-section-inner>*:nth-child(5){animation-delay:.48s}.reveal-section.is-visible .home-section-inner>*:nth-child(n+6),.reveal-section.is-visible .screen-section-inner>*:nth-child(n+6){animation-delay:.58s}.reveal-section.is-visible .mission-list .mission-item,.reveal-section.is-visible .home-gallery .home-gallery-item,.reveal-section.is-visible .home-postulant>*,.reveal-section.is-visible .event-grid>*,.reveal-section.is-visible .home-pillars>*,.reveal-section.is-visible .donate-form>*{animation:appear-up .92s cubic-bezier(.22,.61,.36,1) both}.reveal-section.is-visible .mission-list .mission-item:nth-child(1),.reveal-section.is-visible .home-gallery .home-gallery-item:nth-child(1),.reveal-section.is-visible .home-postulant>*:nth-child(1),.reveal-section.is-visible .event-grid>*:nth-child(1),.reveal-section.is-visible .home-pillars>*:nth-child(1),.reveal-section.is-visible .donate-form>*:nth-child(1){animation-delay:.2s}.reveal-section.is-visible .mission-list .mission-item:nth-child(2),.reveal-section.is-visible .home-gallery .home-gallery-item:nth-child(2),.reveal-section.is-visible .home-postulant>*:nth-child(2),.reveal-section.is-visible .event-grid>*:nth-child(2),.reveal-section.is-visible .home-pillars>*:nth-child(2),.reveal-section.is-visible .donate-form>*:nth-child(2){animation-delay:.32s}.reveal-section.is-visible .mission-list .mission-item:nth-child(3),.reveal-section.is-visible .home-gallery .home-gallery-item:nth-child(3),.reveal-section.is-visible .home-postulant>*:nth-child(3),.reveal-section.is-visible .event-grid>*:nth-child(3),.reveal-section.is-visible .donate-form>*:nth-child(3){animation-delay:.44s}.reveal-section.is-visible .mission-list .mission-item:nth-child(4),.reveal-section.is-visible .home-gallery .home-gallery-item:nth-child(4),.reveal-section.is-visible .event-grid>*:nth-child(4),.reveal-section.is-visible .donate-form>*:nth-child(4){animation-delay:.56s}.reveal-section.is-visible .home-gallery .home-gallery-item:nth-child(5),.reveal-section.is-visible .event-grid>*:nth-child(5),.reveal-section.is-visible .donate-form>*:nth-child(5){animation-delay:.68s}.reveal-section.is-visible .home-gallery .home-gallery-item:nth-child(6),.reveal-section.is-visible .event-grid>*:nth-child(6),.reveal-section.is-visible .donate-form>*:nth-child(6){animation-delay:.8s}.reveal-section.is-visible .home-gallery .home-gallery-item:nth-child(n+7),.reveal-section.is-visible .event-grid>*:nth-child(n+7),.reveal-section.is-visible .donate-form>*:nth-child(n+7){animation-delay:.92s}.page-appear>*{animation:appear-up .88s cubic-bezier(.22,.61,.36,1) both}.page-appear>*:nth-child(1){animation-delay:.06s}.page-appear>*:nth-child(2){animation-delay:.16s}.page-appear>*:nth-child(3){animation-delay:.26s}.page-appear>*:nth-child(4){animation-delay:.36s}.page-appear>*:nth-child(5){animation-delay:.46s}.page-appear>*:nth-child(n+6){animation-delay:.56s}@keyframes appear-up{0%{opacity:0;transform:translateY(.85rem)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal-section:not(.is-visible) .home-section-inner>*,.reveal-section:not(.is-visible) .screen-section-inner>*{opacity:1;transform:none}.reveal-section.is-visible .home-section-inner>*,.reveal-section.is-visible .screen-section-inner>*,.reveal-section.is-visible .mission-list .mission-item,.reveal-section.is-visible .home-gallery .home-gallery-item,.reveal-section.is-visible .home-postulant>*,.reveal-section.is-visible .event-grid>*,.reveal-section.is-visible .home-pillars>*,.reveal-section.is-visible .donate-form>*{animation:none}.page-appear>*{animation:none}.event-card{transition:none}.event-card:hover{transform:none;box-shadow:none}.btn-primary,.btn-outline{transition:none}.home-scroll-hint{animation:none}}
