.about_aboutPage__nsI4j{min-height:100vh;background-color:var(--color-bg)}.about_heroSection__DMlyn{position:relative;min-height:50vh;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}.about_heroSection__DMlyn.about_heroOffscreen__4ndx_ .about_imageFull__DuXS4,.about_heroSection__DMlyn.about_heroOffscreen__4ndx_ .about_imageHalf__CYGGt{animation-play-state:paused}.about_heroBackground__TYkg4{inset:0}.about_heroImage__wXteP{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:50%;background-repeat:no-repeat;transition:opacity 1s ease-in-out;will-change:opacity;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0);contain:strict}.about_imageEmpty__2DHgC{z-index:0}.about_imageHalf__CYGGt{z-index:1;opacity:0;animation:about_cycleHalf__CPKEW 6s ease-in-out infinite}.about_imageFull__DuXS4{z-index:2;opacity:0;animation:about_cycleFull__Gi0j5 6s ease-in-out infinite}@keyframes about_cycleHalf__CPKEW{0%,15%{opacity:0}25%,85%{opacity:1}95%,to{opacity:0}}@keyframes about_cycleFull__Gi0j5{0%,45%{opacity:0}55%,85%{opacity:1}95%,to{opacity:0}}.about_heroOverlay___8rQv{position:absolute;inset:0;background:linear-gradient(135deg,rgba(44,62,45,.92),rgba(44,62,45,.85) 50%,rgba(32,48,33,.9));z-index:1}.about_heroContent__XW_d_{position:relative;z-index:2;max-width:700px;padding:0 2rem}.about_heroInvite__FNd59{font-family:var(--font-body);font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;color:var(--color-accent);margin-bottom:1rem}.about_heroInvite__FNd59,.about_heroTitle__BLevU{font-weight:600;opacity:0;animation:about_fadeInUp__zfuVb .8s ease forwards;animation-delay:.1s}.about_heroTitle__BLevU{font-family:var(--font-heading);font-size:clamp(2.5rem,6vw,4rem);color:white;margin-bottom:1.5rem;letter-spacing:-.02em;contain:content}.about_heroTagline__659e_{font-size:1.15rem;color:rgba(255,255,255,.85);line-height:1.6;max-width:500px;margin:0 auto 3rem;opacity:0;animation:about_fadeInUp__zfuVb 1s ease forwards;animation-delay:.6s}@keyframes about_fadeInUp__zfuVb{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.about_missionSection___fRKk{min-height:60vh;display:flex;align-items:center;padding:4rem 2rem;background:var(--color-surface)}.about_missionContainer__UkwAJ{max-width:1000px;margin:0 auto;text-align:center}.about_missionStatement__eU3ab{font-family:var(--font-heading);font-size:clamp(2rem,5vw,3.5rem);font-weight:600;color:var(--color-text);line-height:1.1;margin-bottom:1.5rem}.about_missionPart__HdEf8{opacity:0;transform:translateY(20px);display:inline;transition:all .8s cubic-bezier(.4,0,.2,1)}.about_missionPart__HdEf8.about_missionPartVisible__DAw5N{opacity:1;transform:translateY(0)}.about_missionContext__jB9sM{font-family:var(--font-body);font-size:1.15rem;color:var(--color-text-light);line-height:1.8;max-width:700px;margin:0 auto;opacity:0;transform:translateY(20px);transition:all .8s ease 1.6s}.about_missionSection___fRKk.about_visible__Yh_Zf .about_missionContext__jB9sM{opacity:1;transform:translateY(0)}.about_visitUsWrapper__eTEA1{position:relative;display:inline-block;margin-top:1.5rem;width:200px;height:50px;opacity:0;transform:translateY(20px)}.about_missionSection___fRKk.about_visible__Yh_Zf .about_visitUsWrapper__eTEA1{opacity:1;transform:translateY(0);transition:opacity .8s ease 2s,transform .8s ease 2s}.about_visitUsDefault__iGFUM{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:0 1rem;font-family:var(--font-body);font-size:1rem;font-weight:600;color:white;background:var(--color-primary);border-radius:50px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);opacity:1;transform:translateY(0)}.about_visitUsWrapper__eTEA1:hover .about_visitUsDefault__iGFUM{opacity:0;transform:translateY(-10px);pointer-events:none}.about_visitUsOptions__b6rnx{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:24px;opacity:0;transform:translateY(10px);transition:all .3s cubic-bezier(.4,0,.2,1);pointer-events:none}.about_visitUsWrapper__eTEA1:hover .about_visitUsOptions__b6rnx{opacity:1;transform:translateY(0);pointer-events:auto}.about_visitOptionBtn__jdMNr{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;color:var(--color-primary);background:white;border:1px solid var(--color-border);font-size:1.25rem;transition:all .2s ease;text-decoration:none;box-shadow:0 4px 12px rgba(0,0,0,.1)}.about_visitOptionBtn__jdMNr:hover{transform:scale(1.1);border-color:var(--color-accent);color:var(--color-accent)}.about_valuesSection__iJrrr{padding:8rem 2rem;background:var(--color-bg)}.about_valuesContainer__X6vLl{max-width:1200px;margin:0 auto}.about_valuesHeading__wHoDZ{font-family:var(--font-heading);font-size:clamp(2rem,4vw,3rem);font-weight:600;color:var(--color-text);text-align:center;margin-bottom:4rem}.about_scenarioGrid__2HbUU{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem}.about_scenarioCard__jd_Ka{background:var(--color-surface);border-radius:16px;padding:2.5rem;border:1px solid var(--color-border);opacity:0;transform:translate3d(0,30px,0);will-change:transform,opacity;transition:opacity .8s ease,transform .8s ease,box-shadow .4s ease,border-color .4s ease}.about_valuesSection__iJrrr.about_visible__Yh_Zf .about_scenarioCard__jd_Ka{opacity:1;transform:translateZ(0)}.about_scenarioCard__jd_Ka:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.08);border-color:var(--color-accent)}.about_timelineHeading__ow1Tz{font-family:var(--font-heading);font-size:3.5rem;font-weight:500;color:var(--color-accent);margin-bottom:2rem;line-height:1.1}.about_scenarioTrigger___pZds{font-family:var(--font-heading);font-size:1.25rem;font-weight:600;color:var(--color-accent);margin-bottom:1rem;font-style:italic}.about_scenarioReveal__vRXXU{font-family:var(--font-body);font-size:1.05rem;color:var(--color-text-light);line-height:1.7}.about_timelineSection__teXxF{position:relative;min-height:650vh;background-color:var(--color-primary);color:white}.about_timelineSticky__9GSEd{position:-webkit-sticky;position:sticky;top:0;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 2rem;overflow:hidden;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.about_timelineContainer__7oEoA{width:100%;max-width:1200px;margin:0 auto;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:5rem;text-align:left}.about_timelineLeft__aiLr_{flex:0 0 auto;display:flex;flex-direction:column;align-items:center}.about_timelineRight__6npCZ{flex:0 1 auto;display:flex;flex-direction:row;align-items:flex-start;gap:3rem}.about_timelineTrack__adMDe{position:relative;width:4px;height:50vh;background:rgba(255,255,255,.2);border-radius:2px}.about_heroBackground__TYkg4{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;transform:translateZ(0);will-change:opacity;overflow:hidden}.about_timelineProgress__0r30s{position:absolute;top:0;left:0;width:100%;height:0;background:var(--color-accent);border-radius:2px;will-change:height;z-index:1}.about_timelineMarker__4Ro66{position:absolute;left:50%;transform:translate(-50%,-50%);width:12px;height:12px;background:rgba(255,255,255,.3);border-radius:50%;transition:all .3s ease}.about_timelineMarkerActive__xcs2f{background:var(--color-accent);box-shadow:0 0 0 4px rgba(212,175,55,.2)}.about_timelineMarker__4Ro66:hover{cursor:pointer;transform:translate(-50%,-50%) scale(1.5);box-shadow:0 0 0 6px rgba(255,255,255,.1)}.about_timelineThumb__QJyUr{display:none}.about_milestoneDisplay__Td90P{display:flex;gap:4rem;align-items:center;margin-bottom:2rem;animation:about_fadeIn__g4WiE .3s ease;contain:layout style}.about_milestoneContent__hCCFB{flex:0 0 320px;width:320px}.about_milestoneGallery__tHmE2{position:relative;width:500px;height:350px;flex:0 0 500px}.about_galleryImageWrapper__4nBnS{position:absolute;width:280px;height:200px;border-radius:8px;overflow:hidden;box-shadow:0 12px 32px rgba(0,0,0,.5);border:3px solid rgba(255,255,255,.2);transition:transform .4s ease;background:rgba(88,100,87,.2);-webkit-backface-visibility:hidden;backface-visibility:hidden;transform-style:preserve-3d}.about_galleryImageWrapper__4nBnS:first-child{top:10px;left:20px;transform:rotate(-6deg);z-index:4}.about_galleryImageWrapper__4nBnS:nth-child(2){top:20px;left:220px;transform:rotate(4deg);z-index:3}.about_galleryImageWrapper__4nBnS:nth-child(3){top:130px;left:100px;transform:rotate(-3deg);z-index:5}.about_galleryImageWrapper__4nBnS:nth-child(4){top:150px;left:280px;transform:rotate(5deg);z-index:2}.about_galleryImageWrapper__4nBnS:hover{transform:rotate(0deg) scale(1.1);z-index:10;box-shadow:0 20px 50px rgba(0,0,0,.6)}@keyframes about_fadeIn__g4WiE{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.about_milestoneStat__l_bK3{font-family:var(--font-heading);font-size:clamp(4rem,10vw,7rem);font-weight:700;color:var(--color-accent);line-height:1;margin-bottom:.5rem}.about_milestoneLabel__KDqBh{font-family:var(--font-body);font-size:1.25rem;font-weight:600;color:rgba(255,255,255,.9);margin-bottom:1rem;text-transform:uppercase;letter-spacing:2px}.about_milestoneMoment__tq40H{font-family:var(--font-body);font-size:1.1rem;color:rgba(255,255,255,.7);font-style:italic}.about_timelineScrollIndicator__NxIhE{position:absolute;bottom:5vh;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:rgba(255,255,255,.6);pointer-events:none;z-index:10;transition:opacity .3s ease}.about_timelineScrollIndicator__NxIhE span{font-family:var(--font-body);font-size:.85rem;text-transform:uppercase;letter-spacing:2px}.about_scrollArrow__Yxn90{width:1px;height:40px;background:linear-gradient(180deg,rgba(255,255,255,.8),transparent);position:relative;overflow:hidden}.about_scrollArrow__Yxn90:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,transparent,#fff,transparent);animation:about_scrollDown__0zdnQ 1.5s infinite}@keyframes about_scrollDown__0zdnQ{0%{transform:translateY(-100%)}to{transform:translateY(100%)}}.about_timelineHint__wUIRG{font-size:.85rem;color:rgba(255,255,255,.5)}.about_scholarSection__zwI1E{padding:8rem 2rem;background:#faf9f6;content-visibility:auto;contain-intrinsic-size:0 500px}.about_scholarContainer__rPq80{max-width:1200px;margin:0 auto}.about_scholarHeading__ikMiJ{font-family:var(--font-heading);font-size:clamp(2rem,4vw,3rem);font-weight:600;color:var(--color-text);text-align:center;margin-bottom:4rem}.about_quotesGrid__3VRyq{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.about_quoteCard__dQEn3{background:var(--color-bg);border-radius:16px;padding:2.5rem;border:1px solid var(--color-border);position:relative;opacity:0;transform:translateY(30px);text-align:center;display:flex;flex-direction:column;height:100%}.about_scholarAvatar__WIiy6{position:relative;width:80px;height:80px;border-radius:50%;overflow:hidden;margin:0 auto 1.5rem;border:3px solid var(--color-accent);box-shadow:0 4px 12px rgba(0,0,0,.15)}.about_scholarSection__zwI1E.about_visible__Yh_Zf .about_quoteCard__dQEn3{animation:about_fadeInUp__zfuVb .8s ease forwards}.about_quoteCard__dQEn3:before{content:'"';position:absolute;top:1rem;left:1.5rem;font-family:Georgia,serif;font-size:5rem;color:var(--color-accent);opacity:.15;line-height:1}.about_quoteText__yWcec{font-family:var(--font-body);font-size:1.1rem;color:var(--color-text);line-height:1.5;margin-bottom:2rem;position:relative;z-index:1;font-style:italic}.about_quoteAuthor__PrhSq{display:flex;flex-direction:column;gap:.25rem;margin-top:auto}.about_authorName__jPYx4{font-family:var(--font-heading);font-size:1rem;font-weight:600;color:var(--color-text)}.about_authorRole___pdnr{font-size:.9rem;color:var(--color-accent)}.about_residentSection__doTSY{padding:8rem 2rem;background:white;contain:content}.about_residentContainer__7A_Ek{max-width:1000px;margin:0 auto}.about_residentHeading__PpIwD{font-family:var(--font-heading);font-size:clamp(2rem,4vw,3rem);font-weight:600;color:var(--color-olive-dark);text-align:center;margin-bottom:4rem}.about_residentCard__PzbWe{background:white;border-radius:24px;opacity:0;transform:translateY(30px);animation:about_fadeInUp__zfuVb .8s ease forwards}.about_residentSection__doTSY.about_visible__Yh_Zf .about_residentCard__PzbWe{opacity:1;transform:translateY(0)}.about_residentCouple__Ozlwr{display:grid;grid-template-columns:350px 1fr;grid-gap:4rem;gap:4rem;align-items:start}.about_residentImageWrapper___lJ51{position:relative;width:100%;aspect-ratio:4/5;border-radius:20px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.15)}.about_residentContent__tdfR9{padding-top:1rem}.about_residentName__7VMpc{font-family:var(--font-heading);font-size:2.5rem;font-weight:700;color:var(--color-primary);margin-bottom:.5rem;line-height:1.2}.about_residentTitle__KHyEi{font-size:1.1rem;font-weight:600;color:#7A895F;text-transform:uppercase;letter-spacing:1px;margin-bottom:2rem;display:block}.about_residentBio__6fk2n{font-family:var(--font-body);font-size:1.1rem;color:var(--color-text);line-height:1.8;white-space:pre-line}@media (max-width:900px){.about_residentCouple__Ozlwr{grid-template-columns:1fr;gap:3rem}.about_residentImageWrapper___lJ51{width:280px;margin:0 auto}.about_residentContent__tdfR9{text-align:center;padding-top:0}}@media (max-width:992px){.about_quotesGrid__3VRyq,.about_scenarioGrid__2HbUU{grid-template-columns:1fr}.about_quotesGrid__3VRyq{max-width:500px;margin:0 auto}}@media (max-width:768px){.about_heroSection__DMlyn{background-attachment:scroll}.about_missionSection___fRKk{min-height:auto;padding:5rem 1.5rem}.about_scholarSection__zwI1E,.about_valuesSection__iJrrr{padding:5rem 1.5rem}.about_timelineSection__teXxF{min-height:600vh}.about_timelineSticky__9GSEd{padding:120px 1rem 0;justify-content:flex-start}.about_timelineContainer__7oEoA{flex-direction:column;gap:2rem;max-width:100%}.about_timelineLeft__aiLr_{display:flex;position:fixed;left:.5rem;top:50%;transform:translateY(-50%);z-index:10;height:25vh;align-items:center;opacity:0;pointer-events:none;transition:opacity .4s ease}.about_timelineLeftVisible__iybDe{opacity:.4;pointer-events:none}.about_timelineTrack__adMDe{width:1px;height:100%;background:rgba(255,255,255,.1)}.about_timelineProgress__0r30s{width:100%;background:rgba(212,175,55,.5)}.about_timelineMarker__4Ro66{width:4px;height:4px;left:50%;transition:all .4s cubic-bezier(.4,0,.2,1);background:rgba(255,255,255,.2)}.about_timelineMarkerActive__xcs2f{width:6px;height:6px;background:var(--color-accent);box-shadow:0 0 0 2px rgba(212,175,55,.15)}.about_timelineRight__6npCZ{flex-direction:column;align-items:center;width:100%}.about_milestoneWrapper__ySjfY{width:100%;text-align:center}.about_timelineHeading__ow1Tz{text-align:center!important;font-size:1.75rem}.about_milestoneDisplay__Td90P{flex-direction:column;align-items:center;gap:2rem}.about_milestoneContent__hCCFB{flex:none;width:100%;max-width:100%;text-align:center}.about_milestoneGallery__tHmE2{width:100%;max-width:none;height:420px;flex:none;margin:0 auto}.about_galleryImageWrapper__4nBnS{width:65vw;max-width:340px;height:240px;border-width:4px;box-shadow:0 10px 30px rgba(0,0,0,.3)}.about_milestoneGallery__tHmE2:has(.about_galleryImageWrapper__4nBnS:nth-child(3)) .about_galleryImageWrapper__4nBnS{width:48vw;height:160px}.about_milestoneGallery__tHmE2:has(.about_galleryImageWrapper__4nBnS:nth-child(3)){height:380px}.about_milestoneGallery__tHmE2:has(.about_galleryImageWrapper__4nBnS:nth-child(3)):not(:has(.about_galleryImageWrapper__4nBnS:nth-child(4))) .about_galleryImageWrapper__4nBnS:first-child{top:5px;left:2%}.about_milestoneGallery__tHmE2:has(.about_galleryImageWrapper__4nBnS:nth-child(3)):not(:has(.about_galleryImageWrapper__4nBnS:nth-child(4))) .about_galleryImageWrapper__4nBnS:nth-child(2){top:5px;right:2%;left:auto}.about_milestoneGallery__tHmE2:has(.about_galleryImageWrapper__4nBnS:nth-child(3)):not(:has(.about_galleryImageWrapper__4nBnS:nth-child(4))) .about_galleryImageWrapper__4nBnS:nth-child(3){top:150px;left:50%;transform:translateX(-50%) rotate(-3deg)}.about_milestoneGallery__tHmE2:has(.about_galleryImageWrapper__4nBnS:nth-child(4)) .about_galleryImageWrapper__4nBnS{width:48vw;height:160px}.about_milestoneGallery__tHmE2:has(.about_galleryImageWrapper__4nBnS:nth-child(4)){height:380px}.about_galleryImageWrapper__4nBnS:first-child{top:5px;left:2%}.about_galleryImageWrapper__4nBnS:nth-child(2){top:60px;right:2%;left:auto}.about_milestoneGallery__tHmE2:has(.about_galleryImageWrapper__4nBnS:nth-child(4)) .about_galleryImageWrapper__4nBnS:first-child{top:10px;left:2%}.about_milestoneGallery__tHmE2:has(.about_galleryImageWrapper__4nBnS:nth-child(4)) .about_galleryImageWrapper__4nBnS:nth-child(2){top:10px;right:2%;left:auto}.about_milestoneGallery__tHmE2:has(.about_galleryImageWrapper__4nBnS:nth-child(4)) .about_galleryImageWrapper__4nBnS:nth-child(3){top:180px;left:8%}.about_milestoneGallery__tHmE2:has(.about_galleryImageWrapper__4nBnS:nth-child(4)) .about_galleryImageWrapper__4nBnS:nth-child(4){top:180px;right:8%;left:auto}.about_milestoneStat__l_bK3{font-size:clamp(3rem,15vw,5rem)}}@media (max-width:480px){.about_milestoneGallery__tHmE2{width:100%;height:360px}.about_galleryImageWrapper__4nBnS{width:75vw;height:200px}.about_milestoneGallery__tHmE2:has(.about_galleryImageWrapper__4nBnS:nth-child(3)){height:320px}.about_milestoneGallery__tHmE2:has(.about_galleryImageWrapper__4nBnS:nth-child(3)) .about_galleryImageWrapper__4nBnS{width:48vw;height:130px}.about_milestoneGallery__tHmE2:has(.about_galleryImageWrapper__4nBnS:nth-child(3)):not(:has(.about_galleryImageWrapper__4nBnS:nth-child(4))) .about_galleryImageWrapper__4nBnS:first-child{top:5px;left:2%}.about_milestoneGallery__tHmE2:has(.about_galleryImageWrapper__4nBnS:nth-child(3)):not(:has(.about_galleryImageWrapper__4nBnS:nth-child(4))) .about_galleryImageWrapper__4nBnS:nth-child(2){top:5px;right:2%;left:auto}.about_milestoneGallery__tHmE2:has(.about_galleryImageWrapper__4nBnS:nth-child(3)):not(:has(.about_galleryImageWrapper__4nBnS:nth-child(4))) .about_galleryImageWrapper__4nBnS:nth-child(3){top:125px;left:50%;transform:translateX(-50%) rotate(-3deg)}.about_milestoneGallery__tHmE2:has(.about_galleryImageWrapper__4nBnS:nth-child(4)){height:320px}.about_milestoneGallery__tHmE2:has(.about_galleryImageWrapper__4nBnS:nth-child(4)) .about_galleryImageWrapper__4nBnS{width:46vw;height:130px}.about_galleryImageWrapper__4nBnS:first-child{top:5px;left:2%}.about_galleryImageWrapper__4nBnS:nth-child(2){top:80px;right:2%;left:auto}.about_milestoneGallery__tHmE2:has(.about_galleryImageWrapper__4nBnS:nth-child(4)) .about_galleryImageWrapper__4nBnS:first-child{top:5px;left:2%}.about_milestoneGallery__tHmE2:has(.about_galleryImageWrapper__4nBnS:nth-child(4)) .about_galleryImageWrapper__4nBnS:nth-child(2){top:35px;right:2%;left:auto}.about_milestoneGallery__tHmE2:has(.about_galleryImageWrapper__4nBnS:nth-child(4)) .about_galleryImageWrapper__4nBnS:nth-child(3){top:145px;left:8%}.about_milestoneGallery__tHmE2:has(.about_galleryImageWrapper__4nBnS:nth-child(4)) .about_galleryImageWrapper__4nBnS:nth-child(4){top:175px;right:8%;left:auto}}