.Hero-module__PgAKtG__hero{padding-top:calc(var(--nav-h) + var(--nav-top) + clamp(32px, 6vh, 72px));align-items:center;min-height:min(860px,92vh);padding-bottom:clamp(48px,7vw,96px);display:flex;position:relative;overflow:hidden}.Hero-module__PgAKtG__glowGreen,.Hero-module__PgAKtG__glowAmber{filter:blur(90px);pointer-events:none;border-radius:50%;position:absolute;transform:translateZ(0)}.Hero-module__PgAKtG__glowGreen{background:#6ca23c1f;width:30vw;height:30vw;top:-10%;right:-6%}.Hero-module__PgAKtG__glowAmber{background:#f5b53a1a;width:26vw;height:26vw;bottom:-14%;left:-8%}.Hero-module__PgAKtG__grid{z-index:1;grid-template-columns:1.05fr .95fr;align-items:center;gap:clamp(32px,5vw,72px);width:100%;display:grid;position:relative}@media (max-width:1024px){.Hero-module__PgAKtG__grid{grid-template-columns:1fr;gap:40px}.Hero-module__PgAKtG__hero{min-height:auto}}.Hero-module__PgAKtG__content{max-width:580px}.Hero-module__PgAKtG__label{border-radius:var(--radius-pill);background:var(--white);border:1px solid var(--border-light);box-shadow:var(--shadow-sm);letter-spacing:.4px;color:var(--text-secondary);margin-bottom:var(--sp-6);align-items:center;gap:10px;padding:8px 18px;font-size:13px;font-weight:600;display:inline-flex}.Hero-module__PgAKtG__labelDot{background:var(--green);border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 4px #6ca23c2e}.Hero-module__PgAKtG__title{font-family:var(--font-heading), sans-serif;letter-spacing:-.025em;color:var(--blue-deep);margin-bottom:var(--sp-6);text-transform:uppercase;font-size:clamp(40px,6.4vw,78px);font-weight:700;line-height:1.04}.Hero-module__PgAKtG__titleAccent{color:var(--green)}.Hero-module__PgAKtG__subtitle{color:var(--text-secondary);max-width:460px;margin-bottom:var(--sp-8);font-size:clamp(16px,1.3vw,19px);line-height:1.7}.Hero-module__PgAKtG__actions{margin-bottom:var(--sp-5);flex-wrap:wrap;gap:14px;display:flex}.Hero-module__PgAKtG__tertiary{margin-bottom:var(--sp-8)}.Hero-module__PgAKtG__tertiaryLink{font-family:var(--font-heading), sans-serif;color:var(--teal);align-items:center;gap:10px;font-size:15px;font-weight:600;display:inline-flex}.Hero-module__PgAKtG__tertiaryArrow{transition:transform .4s var(--ease);display:inline-block}.Hero-module__PgAKtG__tertiaryLink:hover .Hero-module__PgAKtG__tertiaryArrow{transform:translate(6px)}.Hero-module__PgAKtG__ornament{gap:10px;display:flex}.Hero-module__PgAKtG__ornament span{border-radius:2px;width:9px;height:9px;transform:rotate(45deg)}.Hero-module__PgAKtG__ornament span:first-child{background:var(--blue-deep)}.Hero-module__PgAKtG__ornament span:nth-child(2){background:var(--green)}.Hero-module__PgAKtG__ornament span:nth-child(3){background:var(--amber)}.Hero-module__PgAKtG__ornament span:nth-child(4){background:var(--teal)}.Hero-module__PgAKtG__ornament span:nth-child(5){background:var(--accent-orange)}.Hero-module__PgAKtG__visual{justify-content:center;display:flex;position:relative}.Hero-module__PgAKtG__archFrame{aspect-ratio:4/5;width:min(100%,460px);position:relative;box-shadow:0 30px 60px #0f25472e}.Hero-module__PgAKtG__archImage{object-fit:cover;object-position:center top}.Hero-module__PgAKtG__archShadow{aspect-ratio:4/5;border-radius:999px 999px var(--radius-sm) var(--radius-sm);z-index:-1;border:2px solid #6ca23c59;width:min(100%,460px);margin:auto;position:absolute;inset:0;transform:translate(16px,16px)}@media (max-width:1024px){.Hero-module__PgAKtG__visual{order:-1}.Hero-module__PgAKtG__archFrame,.Hero-module__PgAKtG__archShadow{aspect-ratio:4/4.4;width:min(80%,380px)}}@media (max-width:640px){.Hero-module__PgAKtG__archFrame,.Hero-module__PgAKtG__archShadow{width:92%}.Hero-module__PgAKtG__actions{flex-direction:column;align-items:stretch}}
.Events-module__9cMyKa__events{padding:var(--section-y) 0;background:0 0;position:relative}.Events-module__9cMyKa__header{margin-bottom:var(--sp-12);justify-content:space-between;align-items:flex-end;gap:var(--sp-4);flex-wrap:wrap;display:flex}.Events-module__9cMyKa__grid{gap:var(--sp-6);grid-template-columns:repeat(3,1fr);display:grid}@media (max-width:1024px){.Events-module__9cMyKa__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Events-module__9cMyKa__grid{grid-template-columns:1fr}}.Events-module__9cMyKa__card{height:100%;color:inherit;background:var(--white);border:1px solid var(--border-light);border-radius:var(--radius);box-shadow:var(--shadow-sm);transition:transform .6s var(--ease-reveal), box-shadow .6s var(--ease-reveal);flex-direction:column;padding:14px 14px 22px;text-decoration:none;display:flex}.Events-module__9cMyKa__card:hover{box-shadow:var(--shadow-xl);transform:translateY(-6px)}.Events-module__9cMyKa__imageWrapper{aspect-ratio:16/10;border-radius:var(--radius-xs);background:var(--bg-gray);width:100%;position:relative;overflow:hidden}.Events-module__9cMyKa__image{object-fit:cover;filter:saturate(.94);transition:transform 1s var(--ease-reveal), filter .5s ease-in-out}.Events-module__9cMyKa__card:hover .Events-module__9cMyKa__image{filter:saturate(1.08)brightness(1.02);transform:scale(1.04)}.Events-module__9cMyKa__dateBadge{background:var(--white);color:var(--blue-deep);border-radius:var(--radius-xs);box-shadow:var(--shadow-md);flex-direction:column;justify-content:center;align-items:center;min-width:64px;padding:8px 12px;display:flex;position:absolute;top:16px;right:16px}.Events-module__9cMyKa__dateDay{font-size:20px;font-weight:800;line-height:1;font-family:var(--font-heading)}.Events-module__9cMyKa__dateMonth{text-transform:uppercase;letter-spacing:.5px;color:var(--accent-orange);margin-top:4px;font-size:11px;font-weight:600}.Events-module__9cMyKa__content{flex-direction:column;flex-grow:1;padding:16px 6px 0;display:flex}.Events-module__9cMyKa__meta{color:var(--text-muted);align-items:center;gap:16px;margin-bottom:12px;font-size:13px;display:flex}.Events-module__9cMyKa__metaItem{align-items:center;gap:6px;display:flex}.Events-module__9cMyKa__title{font-family:var(--font-heading);font-size:var(--fs-lg);color:var(--blue-deep);margin-bottom:12px;font-weight:700;line-height:1.3}.Events-module__9cMyKa__desc{color:var(--text-secondary);flex-grow:1;margin-bottom:24px;font-size:14px;line-height:1.6}.Events-module__9cMyKa__action{color:var(--blue);align-items:center;gap:8px;margin-top:auto;font-size:14px;font-weight:600;display:flex}.Events-module__9cMyKa__action i{transition:transform .3s var(--ease)}.Events-module__9cMyKa__card:hover .Events-module__9cMyKa__action i{transform:translate(4px)}
.About-module__OtWT4W__about{padding:clamp(60px, 6vw, 100px) 0 var(--section-y) 0;background:0 0}.About-module__OtWT4W__splitLayout{grid-template-columns:1.2fr 1fr;align-items:start;gap:clamp(40px,6vw,80px);display:grid}.About-module__OtWT4W__leftCol{flex-direction:column;display:flex;position:sticky;top:clamp(100px,15vh,160px)}.About-module__OtWT4W__introText{font-family:var(--font-heading), sans-serif;color:var(--blue-deep);letter-spacing:-.02em;text-wrap:pretty;margin:0;font-size:clamp(28px,3.4vw,48px);font-weight:800;line-height:1.2}.About-module__OtWT4W__highlight{color:var(--green)}.About-module__OtWT4W__rightCol{position:relative}.About-module__OtWT4W__list{border-top:2px solid var(--text);flex-direction:column;gap:0;display:flex}.About-module__OtWT4W__listItem{border-bottom:1px solid var(--border);flex-direction:column;gap:16px;padding:32px 0;transition:all .5s cubic-bezier(.25,1,.5,1);display:flex}.About-module__OtWT4W__listItem:hover{background:#0d3b6605;padding-left:16px;padding-right:16px}.About-module__OtWT4W__itemHeader{align-items:baseline;gap:24px;display:flex}.About-module__OtWT4W__itemNumber{font-family:var(--font-heading);color:var(--accent-orange);font-size:16px;font-weight:700}.About-module__OtWT4W__itemTitle{font-family:var(--font-heading);color:var(--blue-deep);margin:0;font-size:24px;font-weight:700}.About-module__OtWT4W__itemDesc{color:var(--text-secondary);margin:0;padding-left:44px;font-size:16px;line-height:1.6}@media (max-width:1024px){.About-module__OtWT4W__splitLayout{grid-template-columns:1fr}}@media (max-width:768px){.About-module__OtWT4W__introText{font-size:clamp(24px,6vw,32px)}.About-module__OtWT4W__itemHeader{gap:16px}.About-module__OtWT4W__itemDesc{padding-left:36px}.About-module__OtWT4W__imageWrapper{aspect-ratio:16/9}}
.Projects-module__HGIySG__projects{padding:var(--section-y) 0;background:0 0;position:relative}.Projects-module__HGIySG__header{justify-content:space-between;align-items:flex-end;gap:clamp(20px,3vw,40px);margin-bottom:clamp(36px,5vw,64px);display:flex}.Projects-module__HGIySG__grid{grid-template-columns:repeat(3,1fr);gap:clamp(20px,2.5vw,32px);display:grid}.Projects-module__HGIySG__cardWrapper{height:100%}.Projects-module__HGIySG__card{background:var(--white);border:1px solid var(--border-light);border-radius:var(--radius);height:100%;box-shadow:var(--shadow-sm);transition:transform .6s var(--ease-reveal), box-shadow .6s var(--ease-reveal);flex-direction:column;padding:14px 14px 22px;text-decoration:none;display:flex}.Projects-module__HGIySG__card:hover{box-shadow:var(--shadow-xl);transform:translateY(-6px)}.Projects-module__HGIySG__imageWrap{aspect-ratio:4/3;border-radius:var(--radius-xs);background:var(--bg-gray);width:100%;margin-bottom:16px;position:relative;overflow:hidden}.Projects-module__HGIySG__image{object-fit:cover;filter:saturate(.94);transition:transform 1s var(--ease-reveal), filter .5s ease-in-out}.Projects-module__HGIySG__card:hover .Projects-module__HGIySG__image{filter:saturate(1.08)brightness(1.02);transform:scale(1.04)}.Projects-module__HGIySG__status{border-radius:var(--radius-pill);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:var(--blue-deep);text-transform:uppercase;letter-spacing:.6px;background:#ffffffeb;padding:7px 14px;font-size:11px;font-weight:700;position:absolute;top:14px;left:14px}.Projects-module__HGIySG__meta{align-items:center;gap:12px;margin-bottom:10px;padding:0 6px;display:flex}.Projects-module__HGIySG__category{text-transform:uppercase;letter-spacing:1.2px;color:var(--green);white-space:nowrap;font-size:12px;font-weight:700}.Projects-module__HGIySG__title{font-family:var(--font-heading), sans-serif;font-size:var(--fs-xl);color:var(--blue-deep);margin-bottom:8px;padding:0 6px;font-weight:700;line-height:1.25;transition:color .3s}.Projects-module__HGIySG__card:hover .Projects-module__HGIySG__title{color:var(--teal)}.Projects-module__HGIySG__desc{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;flex-grow:1;margin-bottom:16px;padding:0 6px;font-size:14px;line-height:1.65;display:-webkit-box;overflow:hidden}.Projects-module__HGIySG__action{font-family:var(--font-heading), sans-serif;color:var(--teal);align-items:center;gap:8px;margin-top:auto;padding:0 6px;font-size:14px;font-weight:600;display:inline-flex}.Projects-module__HGIySG__arrow{transition:transform .4s var(--ease);display:inline-block}.Projects-module__HGIySG__card:hover .Projects-module__HGIySG__arrow{transform:translate(6px)}@media (max-width:1024px){.Projects-module__HGIySG__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Projects-module__HGIySG__header{flex-direction:column;align-items:flex-start}}@media (max-width:640px){.Projects-module__HGIySG__grid{grid-template-columns:1fr;gap:36px}}
.News-module__5bfARq__news{padding:var(--section-y) 0;background:0 0;position:relative}.News-module__5bfARq__header{justify-content:space-between;align-items:flex-end;gap:clamp(20px,3vw,40px);margin-bottom:clamp(36px,5vw,64px);display:flex}.News-module__5bfARq__layout{grid-template-columns:1.25fr 1fr;align-items:stretch;gap:clamp(20px,2.5vw,32px);display:grid}.News-module__5bfARq__featured{background:var(--white);border:1px solid var(--border-light);border-radius:var(--radius);height:100%;box-shadow:var(--shadow-sm);transition:transform .6s var(--ease-reveal), box-shadow .6s var(--ease-reveal);flex-direction:column;padding:14px;text-decoration:none;display:flex;position:relative}.News-module__5bfARq__featuredInner{flex-direction:column;flex-grow:1;display:flex}.News-module__5bfARq__dots{z-index:2;gap:7px;margin:14px;display:flex;position:absolute;top:14px;right:14px}.News-module__5bfARq__dot{cursor:pointer;background:#ffffff8c;border:none;border-radius:50%;width:9px;height:9px;padding:0;transition:background-color .3s,width .3s}.News-module__5bfARq__dot:hover{background:#ffffffd9}.News-module__5bfARq__dotActive{background:var(--white);border-radius:5px;width:22px}.News-module__5bfARq__featured:hover{box-shadow:var(--shadow-xl);transform:translateY(-6px)}.News-module__5bfARq__featuredImageWrap{aspect-ratio:16/9;border-radius:var(--radius-xs);background:var(--bg-gray);width:100%;position:relative;overflow:hidden}.News-module__5bfARq__image{object-fit:cover;filter:saturate(.94);transition:transform 1s var(--ease-reveal), filter .5s ease-in-out}.News-module__5bfARq__featured:hover .News-module__5bfARq__image,.News-module__5bfARq__row:hover .News-module__5bfARq__image{filter:saturate(1.08)brightness(1.02);transform:scale(1.04)}.News-module__5bfARq__tag{border-radius:var(--radius-pill);letter-spacing:.6px;text-transform:uppercase;padding:7px 14px;font-size:11px;font-weight:700;position:absolute;top:14px;left:14px}.News-module__5bfARq__featuredBody{flex-direction:column;flex-grow:1;padding:18px 8px 8px;display:flex}.News-module__5bfARq__date{color:var(--text-muted);font-size:12.5px;font-weight:500}.News-module__5bfARq__featuredBody .News-module__5bfARq__date{margin-bottom:8px}.News-module__5bfARq__featuredTitle{font-family:var(--font-heading), sans-serif;font-size:var(--fs-2xl);color:var(--blue-deep);letter-spacing:-.01em;margin-bottom:10px;font-weight:700;line-height:1.22;transition:color .3s}.News-module__5bfARq__featured:hover .News-module__5bfARq__featuredTitle{color:var(--teal)}.News-module__5bfARq__excerpt{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:16px;font-size:14.5px;line-height:1.7;display:-webkit-box;overflow:hidden}.News-module__5bfARq__readMore{font-family:var(--font-heading), sans-serif;color:var(--teal);align-items:center;gap:8px;margin-top:auto;font-size:14px;font-weight:600;display:inline-flex}.News-module__5bfARq__arrow{transition:transform .4s var(--ease);display:inline-block}.News-module__5bfARq__featured:hover .News-module__5bfARq__arrow{transform:translate(6px)}.News-module__5bfARq__list{flex-direction:column;gap:clamp(12px,1.5vw,16px);height:100%;display:flex}.News-module__5bfARq__row{background:var(--white);border:1px solid var(--border-light);border-radius:var(--radius-sm);box-shadow:var(--shadow-sm);transition:transform .6s var(--ease-reveal), box-shadow .6s var(--ease-reveal);flex:1;align-items:center;gap:16px;padding:12px;text-decoration:none;display:flex}.News-module__5bfARq__row:hover{box-shadow:var(--shadow-lg);transform:translate(6px)}.News-module__5bfARq__thumb{border-radius:var(--radius-xs);background:var(--bg-gray);flex-shrink:0;width:104px;height:84px;position:relative;overflow:hidden}.News-module__5bfARq__rowBody{flex-direction:column;gap:6px;min-width:0;display:flex}.News-module__5bfARq__rowMeta{align-items:center;gap:10px;display:flex}.News-module__5bfARq__rowTag{text-transform:uppercase;letter-spacing:.8px;color:var(--green);font-size:11px;font-weight:700}.News-module__5bfARq__rowTitle{font-family:var(--font-heading), sans-serif;color:var(--blue-deep);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:15.5px;font-weight:600;line-height:1.35;transition:color .3s;display:-webkit-box;overflow:hidden}.News-module__5bfARq__row:hover .News-module__5bfARq__rowTitle{color:var(--teal)}@media (max-width:1024px){.News-module__5bfARq__layout{grid-template-columns:1fr}.News-module__5bfARq__list{height:auto}.News-module__5bfARq__row{flex:none}}@media (max-width:768px){.News-module__5bfARq__header{flex-direction:column;align-items:flex-start}}@media (max-width:480px){.News-module__5bfARq__thumb{width:88px;height:76px}.News-module__5bfARq__rowTitle{font-size:14.5px}}
.Stats-module__K5P46q__stats{z-index:1;background:0 0;padding:clamp(60px,8vw,100px) 0;position:relative}.Stats-module__K5P46q__splitLayout{align-items:stretch;gap:clamp(32px,4vw,60px);display:flex}.Stats-module__K5P46q__statsLeft{flex-direction:column;flex:1.2;justify-content:center;display:flex}.Stats-module__K5P46q__statsRight{flex-direction:column;flex:1;max-width:500px;display:flex}.Stats-module__K5P46q__statsRight>div,.Stats-module__K5P46q__revealWrapper{flex-direction:column;flex:1;height:100%;display:flex}.Stats-module__K5P46q__sectionTitle{font-family:var(--font-heading), sans-serif;color:var(--blue-deep);letter-spacing:-.02em;margin-bottom:20px;font-size:clamp(32px,4vw,48px);font-weight:800;line-height:1.15}.Stats-module__K5P46q__sectionDesc{color:var(--text-secondary);margin-bottom:clamp(32px,4vw,48px);font-size:16px;line-height:1.6}.Stats-module__K5P46q__grid{grid-template-columns:repeat(2,1fr);gap:clamp(16px,2vw,24px);display:grid}.Stats-module__K5P46q__item{text-align:left;background:var(--white);border:1px solid var(--border);border-radius:24px;flex-direction:column;justify-content:center;padding:clamp(24px,3vw,32px);transition:transform .5s cubic-bezier(.25,1,.5,1),box-shadow .5s cubic-bezier(.25,1,.5,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #0d3b6608}.Stats-module__K5P46q__item:first-child,.Stats-module__K5P46q__item:nth-child(4){grid-column:span 2}.Stats-module__K5P46q__item:hover{border-color:#0000;transform:translateY(-6px);box-shadow:0 16px 36px #0d3b6614}.Stats-module__K5P46q__number{font-family:var(--font-heading), sans-serif;color:var(--blue-deep);letter-spacing:-.02em;white-space:nowrap;margin-bottom:12px;font-size:clamp(36px,4vw,56px);font-weight:800;line-height:1}.Stats-module__K5P46q__label{color:var(--text-secondary);letter-spacing:.5px;font-size:14px;font-weight:600;line-height:1.4}.Stats-module__K5P46q__item:hover .Stats-module__K5P46q__label{color:var(--blue)}.Stats-module__K5P46q__imageCard{border:1px solid var(--border-light);border-radius:28px;flex:1;width:100%;height:100%;position:relative;overflow:hidden;box-shadow:0 10px 30px #0d3b661a}.Stats-module__K5P46q__mainImage{object-fit:cover;width:100%;height:100%;transition:transform .8s cubic-bezier(.25,1,.5,1)}.Stats-module__K5P46q__imageCard:hover .Stats-module__K5P46q__mainImage{transform:scale(1.05)}.Stats-module__K5P46q__overlay{color:#fff;background:linear-gradient(#0000 0%,#0928471a 40%,#092847cc 100%);flex-direction:column;justify-content:flex-end;align-items:center;padding:40px;transition:opacity .5s;display:flex;position:absolute;inset:0}.Stats-module__K5P46q__imageCard:hover .Stats-module__K5P46q__overlay{background:linear-gradient(#0000 0%,#0928474d 40%,#092847e6 100%)}.Stats-module__K5P46q__overlayPlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);width:72px;height:72px;color:var(--white);cursor:pointer;background:#fff3;border:1px solid #fff6;border-radius:50%;justify-content:center;align-items:center;margin-bottom:24px;font-size:24px;transition:transform .4s cubic-bezier(.25,1,.5,1),background .4s;display:flex}.Stats-module__K5P46q__overlayPlay:hover{background:var(--white);color:var(--blue-deep);transform:scale(1.1)}.Stats-module__K5P46q__overlayPlay i{margin-left:4px}.Stats-module__K5P46q__overlay h3{color:var(--white);text-shadow:0 2px 10px #0000004d;margin:0;font-size:24px;font-weight:700}@media (max-width:1024px){.Stats-module__K5P46q__splitLayout{flex-direction:column}.Stats-module__K5P46q__statsRight{width:100%;max-width:100%}.Stats-module__K5P46q__imageCard{aspect-ratio:16/9;height:auto}}@media (max-width:768px){.Stats-module__K5P46q__grid{grid-template-columns:1fr}.Stats-module__K5P46q__item:first-child,.Stats-module__K5P46q__item:nth-child(4){grid-column:span 1}.Stats-module__K5P46q__imageCard{aspect-ratio:4/3;border-radius:20px}.Stats-module__K5P46q__overlay{padding:24px}.Stats-module__K5P46q__overlay h3{font-size:var(--fs-xl);text-align:center}.Stats-module__K5P46q__overlayPlay{width:60px;height:60px;margin-bottom:16px;font-size:20px}}
