.about_section___Q4CN{padding:3rem 2rem;background:var(--dark-blue);color:var(--text-inverse);scroll-margin-top:4rem}.about_content__YkQsg{display:flex;flex-direction:column;gap:2rem;align-items:center;max-width:1024px;margin:0 auto}.about_imageWrapper__TEW7_{position:relative;flex-shrink:0;border-radius:16px;overflow:hidden;width:100%;max-width:320px;aspect-ratio:3/4;background:linear-gradient(145deg,rgba(255,255,255,.05),rgba(255,255,255,.02));box-shadow:0 8px 24px rgba(0,0,0,.3);transition:transform .3s ease,box-shadow .3s ease}.about_imageWrapper__TEW7_:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.35)}.about_image__pIjqr{width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.3)}.about_text__OmCD6{flex:1;text-align:left}.about_heading__niqsz{display:flex;flex-direction:column;margin:0 auto 2rem;text-align:center;max-width:48rem}.about_heading__niqsz:after{content:"";display:block;width:60px;height:3px;background:var(--blue);margin:12px auto 0;border-radius:2px}.about_subtitle__fpxZK{font-weight:600;font-family:var(--font-heading,"Raleway"),sans-serif}.about_body__vZuIE{margin-top:.25rem;font-size:1rem;line-height:1.6;color:var(--soft-white)}@media (min-width:768px){.about_content__YkQsg{flex-direction:row;align-items:center}.about_text__OmCD6{padding-left:1.5rem}}.contact_section__AIv12{padding:3rem 2rem 2rem;background:linear-gradient(135deg,var(--blue) 0,var(--midnight-blue) 100%);scroll-margin-top:calc(var(--nav-height, 64px) + var(--anchor-offset, 16px));box-sizing:border-box;color:var(--text-inverse)}.contact_heading__cWw4p{text-align:center;margin-bottom:2rem;text-shadow:0 2px 4px rgba(0,0,0,.2);font-family:var(--font-heading,"Raleway"),sans-serif}.contact_heading__cWw4p:after{content:"";display:block;width:60px;height:3px;background:var(--baby-blue);margin:12px auto 0;border-radius:2px}.contact_subtitle__5_LwH{font-weight:600}.contact_body__GewnR{max-width:48rem;margin:.25rem auto 0}.contact_contactList___9tfR{list-style:none;margin:2rem auto 0;padding:0;max-width:32rem;display:flex;flex-direction:column;align-items:center;gap:.5rem}.contact_contactItem__HVRx1{display:flex;align-items:center;gap:.75rem;font-size:1rem}.contact_icon__u3GjK{width:20px;height:20px;color:var(--text-inverse);flex-shrink:0}.contact_link__S8uNL{color:var(--text-inverse);text-decoration:none;transition:color .18s ease}.contact_link__S8uNL:hover{color:var(--baby-blue)}.contact_copy__0FNfa{margin-top:2rem}.contact_copy__0FNfa,.contact_legal__GbaNE{text-align:center;font-size:.8rem;opacity:.8}.contact_legal__GbaNE{margin-top:.5rem;color:var(--text-inverse)}.contact_legalLink__lVXKz{text-decoration:none;margin:0 .25rem;color:var(--text-inverse)}.contact_legalLink__lVXKz:hover{text-decoration:underline;color:var(--white);opacity:1}.contact_separator__BZgqZ{margin:0 .25rem;color:var(--text-inverse);opacity:.8}.hero_section__rd29f{position:relative;min-height:100svh;isolation:isolate;color:var(--white);overflow-x:hidden;padding-top:clamp(5rem,7vw,7rem);padding-bottom:var(--space-4);box-sizing:border-box}.hero_bg___lZqC{position:absolute;inset:0;z-index:-2;overflow:hidden}.hero_bgImg__8Pwf9{width:100%;height:100%;object-fit:cover;object-position:center}.hero_center__cgde6{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left;padding:0 var(--space-3);color:var(--white);max-width:800px;margin:var(--space-6) clamp(1rem,6vw,5rem);position:relative;z-index:2;gap:var(--space-3)}.hero_title__LtUv0{display:flex;flex-direction:column;gap:var(--space-1);margin-bottom:var(--space-2)}.hero_titleText__exg_E{font-size:clamp(1.6rem,8vw,4.5rem);font-weight:800;color:var(--white);line-height:.9;text-shadow:0 2px 4px rgba(0,0,0,.3);opacity:0}.hero_bodyText___TCdq{line-height:1.6;max-width:60ch;font-size:clamp(.95rem,3.2vw,1.25rem)}.hero_bodyText___TCdq,.hero_logoName__h6K69{color:var(--white);margin-bottom:var(--space-2);text-shadow:0 2px 4px rgba(0,0,0,.1);opacity:0}.hero_logoName__h6K69{font-weight:600;text-transform:uppercase;font-size:clamp(.85rem,2.8vw,1.25rem)}.hero_logoDescription__rxyVG{font-weight:300}.hero_actions__Lc_ob{display:flex;gap:var(--space-3);flex-wrap:wrap;opacity:0}.hero_actions__Lc_ob a,.hero_actions__Lc_ob button{padding:clamp(.55rem,2.2vw,.9rem) clamp(.9rem,3vw,1.25rem);font-size:clamp(.9rem,2.8vw,1rem);transition:transform .2s ease,box-shadow .2s ease}.hero_buttonText__qub7K{display:flex;gap:var(--space-2);align-items:center}.hero_arrow__t08Bj{display:inline-block}@keyframes hero_fadeSlideUp__ERZgx{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes hero_popIn__XJZEz{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.hero_animate__CgM_O .hero_logoName__h6K69{animation:hero_fadeSlideUp__ERZgx .8s ease-out forwards}.hero_animate__CgM_O .hero_titleText__exg_E:first-child{animation:hero_fadeSlideUp__ERZgx 1s ease-out forwards;animation-delay:.4s}.hero_animate__CgM_O .hero_titleText__exg_E:nth-child(2){animation:hero_fadeSlideUp__ERZgx 1s ease-out forwards;animation-delay:.8s}.hero_animate__CgM_O .hero_bodyText___TCdq{animation:hero_fadeSlideUp__ERZgx 1s ease-out forwards;animation-delay:1.2s}.hero_animate__CgM_O .hero_actions__Lc_ob{animation:hero_popIn__XJZEz .6s ease-out forwards;animation-delay:1.6s}.hero_buttonText__qub7K:hover .hero_arrow__t08Bj{animation:hero_bounceRight__LoKud .4s forwards}.hero_buttonText__qub7K:not(:hover) .hero_arrow__t08Bj{animation:hero_bounceLeft__5COT3 .4s forwards}@keyframes hero_bounceRight__LoKud{0%{transform:translateX(0)}50%{transform:translateX(8px)}70%{transform:translateX(5px)}to{transform:translateX(6px)}}@keyframes hero_bounceLeft__5COT3{0%{transform:translateX(6px)}50%{transform:translateX(-3px)}70%{transform:translateX(2px)}to{transform:translateX(0)}}@media (prefers-reduced-motion:reduce){.hero_animate__CgM_O .hero_actions__Lc_ob,.hero_animate__CgM_O .hero_bodyText___TCdq,.hero_animate__CgM_O .hero_logoName__h6K69,.hero_animate__CgM_O .hero_titleText__exg_E:first-child,.hero_animate__CgM_O .hero_titleText__exg_E:nth-child(2){animation:none!important;opacity:1!important;transform:none!important}.hero_actions__Lc_ob a,.hero_actions__Lc_ob button{transition:none}.hero_animate__CgM_O .hero_aside__9m2MF{animation:none!important;opacity:1!important;transform:none!important}}.hero_aside__9m2MF{position:absolute;bottom:0;left:0;right:0;padding:var(--space-4) var(--space-4) var(--space-3) var(--space-3);margin:0 clamp(1rem,6vw,5rem);color:var(--text-inverse);font-size:clamp(.8rem,2.4vw,.95rem);font-style:italic;opacity:0}.hero_animate__CgM_O .hero_aside__9m2MF{animation:hero_fadeSlideUp__ERZgx .8s ease-out forwards;animation-delay:1.9s}.hero_asideContent__TkFDV>*{opacity:0}.hero_animate__CgM_O .hero_asideContent__TkFDV>*{animation:hero_fadeSlideUp__ERZgx .6s ease-out forwards}.hero_animate__CgM_O .hero_asideContent__TkFDV>:first-child{animation-delay:2.05s}.hero_animate__CgM_O .hero_asideContent__TkFDV>:nth-child(2){animation-delay:2.15s}.hero_animate__CgM_O .hero_asideContent__TkFDV>:nth-child(3){animation-delay:2.25s}.hero_asideContent__TkFDV{display:flex;gap:var(--space-2);flex-wrap:wrap}@media (max-width:768px){.hero_center__cgde6{align-items:center;text-align:center;margin:var(--space-6) var(--space-3)}.hero_title__LtUv0{align-items:center}.hero_aside__9m2MF{position:static;padding:var(--space-2);margin:0}.hero_asideContent__TkFDV{flex-direction:column;align-items:center;gap:var(--space-1)}}@media (max-width:480px){.hero_center__cgde6{gap:var(--space-2)}.hero_bodyText___TCdq{max-width:50ch}.hero_actions__Lc_ob a,.hero_actions__Lc_ob button{padding:.55rem .9rem}}@media (max-width:360px){.hero_center__cgde6{margin:var(--space-5) var(--space-2)}.hero_actions__Lc_ob{gap:var(--space-2)}}.typography_body__7xu8v,.typography_caption__wimNE,.typography_heading__dPGpR,.typography_quote__BFrOF,.typography_sectionHeader__fjHNx,.typography_subheading__Ae4Go,.typography_subtitleItalic__0j6z6,.typography_subtitle__szn1D,.typography_title__UV1kB{color:var(--text);margin:0 0 .5rem}.typography_title__UV1kB{font-family:var(--tw-serif),serif;font-weight:700;font-size:56px;line-height:1.05;letter-spacing:-.2px}@media (max-width:600px){.typography_title__UV1kB{font-size:36px}}.typography_subtitle__szn1D{font-family:var(--tw-serif),serif;font-weight:400;font-size:32px;line-height:1.2}@media (max-width:600px){.typography_subtitle__szn1D{font-size:24px}}.typography_subtitleItalic__0j6z6{font-family:var(--tw-serif),serif;font-style:italic;font-weight:400;font-size:32px;line-height:1.2}@media (max-width:600px){.typography_subtitleItalic__0j6z6{font-size:24px}}.typography_heading__dPGpR{font-family:var(--tw-serif),serif;font-weight:600;font-size:28px;line-height:1.25;letter-spacing:0}@media (max-width:600px){.typography_heading__dPGpR{font-size:22px}}.typography_subheading__Ae4Go{font-family:var(--tw-sans),sans-serif;font-weight:500;font-size:20px;line-height:1.4}@media (max-width:600px){.typography_subheading__Ae4Go{font-size:18px}}.typography_sectionHeader__fjHNx{font-family:var(--tw-sans),sans-serif;font-weight:600;font-size:18px;line-height:1.4;letter-spacing:.3px;text-transform:uppercase}.typography_body__7xu8v{font-family:var(--tw-sans),sans-serif;font-weight:400;font-size:16px;line-height:1.65;letter-spacing:.1px;margin-bottom:1rem}.typography_quote__BFrOF{font-family:var(--tw-serif),serif;font-style:italic;font-weight:400;font-size:20px;line-height:1.5}.typography_caption__wimNE{font-family:var(--tw-sans),sans-serif;font-weight:400;font-size:14px;line-height:1.4;opacity:.9}.typography_center__C5j65{text-align:center}.typography_right__X3_lf{text-align:right}.typography_muted__dtd2w{color:rgba(18,38,32,.7)}.typography_gold__QGiZQ{color:var(--gold,#d6ad60)}.typography_em__0Xv4k{font-style:italic}.typography_tight__yDrO6{letter-spacing:-.3px}.typography_wide__UrDts{letter-spacing:.6px}.typography_mb0__n7bOo{margin-bottom:0}.typography_mb8__wPtZe{margin-bottom:.5rem}.typography_mb12__Txi2v{margin-bottom:.75rem}.typography_mb16__utS77{margin-bottom:1rem}