.HeroSection_hero__ouStu{position:relative;min-height:calc(100vh - 6rem);display:flex;align-items:center;padding:1rem 0;margin-top:6rem;overflow:hidden}.HeroSection_hero__background__a2MDK{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0}.HeroSection_hero__background_image__Uxoec{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:50%;background-repeat:no-repeat;opacity:0;transition:opacity 2s ease-in-out}.HeroSection_hero__background_image__Uxoec.HeroSection_active__dK5ZK{opacity:1}.HeroSection_hero__background_image__Uxoec:first-child{background-image:url(/assets/backgrounds/home-s1-1.jpg)}.HeroSection_hero__background_image__Uxoec:nth-child(2){background-image:url(/assets/backgrounds/home-s1-2.jpg)}.HeroSection_hero__background_image__Uxoec:nth-child(3){background-image:url(/assets/backgrounds/home-s1-3.jpg)}.HeroSection_hero__ouStu:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,hsla(0,0%,100%,.92),hsla(0,0%,100%,.85) 40%,rgba(107,142,90,.2));z-index:1;pointer-events:none}.HeroSection_hero__container__P8buJ{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1.2fr .8fr;gap:3rem;align-items:center;position:relative;z-index:2;height:100%}.HeroSection_hero__content__zAkGm{display:flex;flex-direction:column;gap:1rem}.HeroSection_hero__badge__oawms{display:inline-flex;align-items:center;gap:.4rem;background:linear-gradient(135deg,hsla(0,0%,100%,.95),hsla(0,0%,100%,.85));border:1px solid rgba(107,142,90,.3);border-radius:50px;padding:.4rem .8rem;font-size:.8rem;font-weight:500;color:var(--primary-sage-dark);width:-moz-fit-content;width:fit-content;font-family:var(--font-secondary);box-shadow:0 2px 8px rgba(0,0,0,.1)}.HeroSection_hero__badge_icon__C58gO{color:var(--accent-gold)}.HeroSection_hero__title__o7V_n{font-size:clamp(2rem,4.5vw,3.5rem);font-weight:800;line-height:1.1;color:var(--primary-navy-dark);font-family:var(--font-primary);margin:0;text-shadow:1px 1px 2px hsla(0,0%,100%,.8),0 0 4px hsla(0,0%,100%,.6)}.HeroSection_hero__title__o7V_n span{color:var(--primary-sage)}.HeroSection_hero__title_highlight__hbXLK{background:linear-gradient(135deg,var(--primary-sage) 0,var(--primary-sage-dark) 100%);-webkit-background-clip:text;background-clip:text}.HeroSection_hero__subtitle__bZZGm{font-size:1rem;line-height:1.5;color:var(--text-gray);max-width:480px;font-family:var(--font-body);margin:0;text-shadow:1px 1px 2px hsla(0,0%,100%,.9),0 0 3px hsla(0,0%,100%,.7)}.HeroSection_hero__features__B5NTD{display:flex;flex-wrap:wrap;gap:1rem;margin:.5rem 0}.HeroSection_hero__feature__jbz_G{display:flex;align-items:center;gap:.4rem;color:var(--primary-navy);font-weight:500;font-family:var(--font-secondary);font-size:.9rem;text-shadow:1px 1px 2px hsla(0,0%,100%,.8),0 0 3px hsla(0,0%,100%,.6)}.HeroSection_hero__feature_icon__T4ULs{color:var(--primary-sage);flex-shrink:0;filter:drop-shadow(1px 1px 2px rgba(255,255,255,.8))}.HeroSection_hero__feature_text__9S48J{color:var(--primary-navy);font-weight:500;font-family:var(--font-secondary);font-size:.9rem;text-shadow:1px 1px 2px hsla(0,0%,100%,.8),0 0 3px hsla(0,0%,100%,.6)}.HeroSection_hero__actions__KTiCv{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:.5rem}.HeroSection_hero__visual____nOe{display:flex;justify-content:center;align-items:center;position:relative}.HeroSection_hero__image_container__RSHXi{position:relative;width:100%;max-width:280px}.HeroSection_hero__image_placeholder___RyHW{background:linear-gradient(135deg,var(--white) 0,var(--primary-cream) 100%);border:2px solid var(--primary-sage);border-radius:var(--border-radius-xl);aspect-ratio:4/5;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;box-shadow:0 15px 30px rgba(107,142,90,.12);position:relative;overflow:hidden;cursor:pointer;transition:all .3s ease}.HeroSection_hero__image_placeholder___RyHW:hover{transform:translateY(-2px);box-shadow:0 25px 50px rgba(107,142,90,.2)}.HeroSection_hero__image_placeholder___RyHW:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--primary-sage) 0,var(--primary-sage-dark) 100%)}.HeroSection_hero__image__6Ptro{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:var(--border-radius-xl);cursor:pointer;transition:transform .3s ease}.HeroSection_hero__image__6Ptro:hover{transform:scale(1.02)}.HeroSection_hero__zoom_overlay__HG_P4{position:absolute;top:1rem;right:1rem;background:hsla(0,0%,100%,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(107,142,90,.2);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;opacity:0;transform:scale(.8);color:var(--primary-sage)}.HeroSection_hero__image_placeholder___RyHW:hover .HeroSection_hero__zoom_overlay__HG_P4{opacity:1;transform:scale(1)}.HeroSection_hero__zoom_overlay__HG_P4:hover{background:var(--white);box-shadow:0 4px 12px rgba(107,142,90,.3);transform:scale(1.1)}.HeroSection_hero__placeholder_icon__XRaow{color:var(--primary-sage);opacity:.7}.HeroSection_hero__placeholder_text__wwlFE{text-align:center;color:var(--text-gray);font-style:italic;font-size:.85rem;margin:0;line-height:1.3}.HeroSection_hero__credentials__tCJuQ{display:flex;gap:.75rem;margin-top:1rem;justify-content:center}.HeroSection_hero__credential__7l0FW{background:var(--white);border:1px solid rgba(107,142,90,.2);border-radius:var(--border-radius-md);padding:.75rem 1rem;display:flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:500;color:var(--primary-navy);box-shadow:0 4px 12px rgba(0,0,0,.05);font-family:var(--font-secondary)}.HeroSection_hero__credential__7l0FW svg{color:var(--primary-sage);flex-shrink:0}.HeroSection_lightbox__ojx0V{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.9);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:2rem;cursor:pointer;opacity:0;animation:HeroSection_lightboxFadeIn__yxUwI .3s ease-out forwards;min-height:100vh;overflow-y:auto}@keyframes HeroSection_lightboxFadeIn__yxUwI{0%{opacity:0;-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}to{opacity:1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}}.HeroSection_lightbox__content__lqtx6{position:relative;max-width:min(90vw,500px);max-height:calc(100vh - 4rem);width:100%;cursor:default;transform:scale(.9);animation:HeroSection_lightboxScaleIn__0H4HL .3s ease-out .1s forwards;display:flex;flex-direction:column;align-items:center}@keyframes HeroSection_lightboxScaleIn__0H4HL{0%{transform:scale(.9)}to{transform:scale(1)}}.HeroSection_lightbox__close__ZCTp_{position:absolute;top:-3rem;right:0;background:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2);border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#fff;z-index:10}.HeroSection_lightbox__close__ZCTp_:hover{background:hsla(0,0%,100%,.2);transform:scale(1.1)}.HeroSection_lightbox__image_container___AO_N{background:linear-gradient(135deg,var(--white) 0,var(--primary-cream) 100%);border:3px solid var(--primary-sage);border-radius:var(--border-radius-xl);overflow:hidden;box-shadow:0 25px 50px rgba(0,0,0,.5);position:relative;width:100%;max-width:500px;max-height:calc(70vh - 6rem);display:flex;align-items:center;justify-content:center}.HeroSection_lightbox__image_container___AO_N:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-sage) 0,var(--accent-coral) 100%);z-index:1}.HeroSection_lightbox__image__JFWzY{width:100%;height:auto;max-height:calc(70vh - 6rem);-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;display:block;border-radius:var(--border-radius-xl)}.HeroSection_lightbox__caption__4qZa_{background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(107,142,90,.2);border-radius:var(--border-radius-lg);padding:1.5rem;margin-top:1rem;text-align:center;box-shadow:0 8px 32px rgba(0,0,0,.2);width:100%;max-width:500px;flex-shrink:0}.HeroSection_lightbox__caption__4qZa_ h3{font-size:1.5rem;font-weight:700;color:var(--primary-navy-dark);font-family:var(--font-primary);margin:0 0 .5rem}.HeroSection_lightbox__caption__4qZa_ p{font-size:1rem;font-weight:500;color:var(--accent-coral);font-family:var(--font-secondary);margin:0}@media (max-width:1275px){.HeroSection_hero__ouStu{margin-top:5rem;min-height:calc(100vh - 5rem)}}@media (max-width:1024px){.HeroSection_hero__ouStu{min-height:calc(100vh - 5rem);padding:1rem 0}.HeroSection_hero__container__P8buJ{grid-template-columns:1fr;gap:2rem;text-align:center}.HeroSection_hero__content__zAkGm{display:flex;justify-content:center;align-items:center;flex-direction:column}.HeroSection_hero__visual____nOe{order:-1}.HeroSection_hero__image_container__RSHXi{max-width:240px}.HeroSection_hero__actions__KTiCv{justify-content:center}.HeroSection_hero__credentials__tCJuQ{flex-direction:column;gap:.4rem}.HeroSection_hero__credential__7l0FW{padding:.5rem .7rem;font-size:.7rem}}@media (max-width:768px){.HeroSection_hero__ouStu{margin-top:4.5rem;min-height:calc(100vh - 4.5rem);padding:1rem 0}.HeroSection_hero__container__P8buJ{padding:0 1.5rem;gap:1.5rem}.HeroSection_hero__features__B5NTD{justify-content:center;gap:.75rem}.HeroSection_hero__feature__jbz_G{font-size:.85rem}.HeroSection_hero__image_container__RSHXi{max-width:200px}.HeroSection_hero__content__zAkGm{gap:.875rem}.HeroSection_lightbox__ojx0V{padding:1rem;min-height:100vh}.HeroSection_lightbox__content__lqtx6{max-height:calc(100vh - 2rem)}.HeroSection_lightbox__image_container___AO_N{max-height:calc(60vh - 4rem)}.HeroSection_lightbox__image__JFWzY{max-height:calc(60vh - 4rem);-o-object-fit:contain;object-fit:contain}.HeroSection_lightbox__close__ZCTp_{top:-2.5rem;width:40px;height:40px}.HeroSection_lightbox__caption__4qZa_{padding:1rem;margin-top:.75rem}.HeroSection_lightbox__caption__4qZa_ h3{font-size:1.25rem}.HeroSection_lightbox__caption__4qZa_ p{font-size:.9rem}}@media (max-width:480px){.HeroSection_hero__ouStu{margin-top:4rem;min-height:calc(100vh - 4rem);padding:.75rem 0}.HeroSection_hero__container__P8buJ{padding:0 1rem;gap:1.25rem}.HeroSection_hero__actions__KTiCv{flex-direction:column;align-items:center;gap:.5rem}.HeroSection_hero__actions__KTiCv a,.HeroSection_hero__actions__KTiCv button{width:100%;max-width:280px}.HeroSection_hero__features__B5NTD{flex-direction:column;align-items:center;gap:.5rem}.HeroSection_hero__image_container__RSHXi{max-width:180px}.HeroSection_hero__content__zAkGm{gap:.75rem}.HeroSection_hero__credential__7l0FW{padding:.4rem .6rem;font-size:.65rem}.HeroSection_hero__zoom_overlay__HG_P4{width:36px;height:36px;top:.75rem;right:.75rem}.HeroSection_lightbox__ojx0V{padding:.5rem;min-height:100vh}.HeroSection_lightbox__content__lqtx6{max-height:calc(100vh - 1rem)}.HeroSection_lightbox__image_container___AO_N{max-height:calc(50vh - 3rem)}.HeroSection_lightbox__image__JFWzY{max-height:calc(50vh - 3rem);-o-object-fit:contain;object-fit:contain}.HeroSection_lightbox__close__ZCTp_{top:-2rem;width:36px;height:36px}.HeroSection_lightbox__close__ZCTp_ svg{width:20px;height:20px}.HeroSection_lightbox__caption__4qZa_{padding:.75rem;margin-top:.5rem}.HeroSection_lightbox__caption__4qZa_ h3{font-size:1.1rem}.HeroSection_lightbox__caption__4qZa_ p{font-size:.8rem}}