.Navbar-module__5Hk3bq__nav{z-index:100;transition:background .4s var(--ease-out), padding .4s var(--ease-out);padding:1.5rem 0;position:fixed;top:0;left:0;right:0}.Navbar-module__5Hk3bq__nav.Navbar-module__5Hk3bq__scrolled{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-light);background:#f8f7f2eb;padding:1rem 0}.Navbar-module__5Hk3bq__inner{justify-content:space-between;align-items:center;display:flex}.Navbar-module__5Hk3bq__logo{font-family:var(--font-serif);letter-spacing:.02em;color:var(--rich-black);cursor:pointer;font-size:1.1rem;font-weight:500}.Navbar-module__5Hk3bq__logo span{color:var(--muted-gray);font-style:italic;font-weight:300}.Navbar-module__5Hk3bq__links{align-items:center;gap:2.5rem;list-style:none;display:flex}.Navbar-module__5Hk3bq__links a{letter-spacing:.1em;text-transform:uppercase;color:var(--muted-gray);font-size:.8rem;font-weight:400;transition:color .2s;position:relative}.Navbar-module__5Hk3bq__links a:after{content:"";background:var(--rich-black);width:0;height:1px;transition:width .3s var(--ease-out);position:absolute;bottom:-2px;left:0}.Navbar-module__5Hk3bq__links a:hover{color:var(--rich-black)}.Navbar-module__5Hk3bq__links a:hover:after{width:100%}.Navbar-module__5Hk3bq__cta{letter-spacing:.08em;text-transform:uppercase;background:var(--rich-black);border-radius:100px;padding:.6rem 1.4rem;font-size:.78rem;font-weight:400;color:var(--off-white)!important;transition:background .2s,color .2s!important}.Navbar-module__5Hk3bq__cta:after{display:none!important}.Navbar-module__5Hk3bq__cta:hover{background:var(--navy)!important;color:var(--off-white)!important}.Navbar-module__5Hk3bq__menuBtn{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.Navbar-module__5Hk3bq__menuBtn span{background:var(--rich-black);width:24px;height:1.5px;transition:transform .3s,opacity .3s;display:block}.Navbar-module__5Hk3bq__menuBtn.Navbar-module__5Hk3bq__open span:first-child{transform:rotate(45deg)translate(4.5px,4.5px)}.Navbar-module__5Hk3bq__menuBtn.Navbar-module__5Hk3bq__open span:nth-child(2){opacity:0}.Navbar-module__5Hk3bq__menuBtn.Navbar-module__5Hk3bq__open span:nth-child(3){transform:rotate(-45deg)translate(4.5px,-4.5px)}@media (max-width:768px){.Navbar-module__5Hk3bq__links{display:none}.Navbar-module__5Hk3bq__menuBtn{display:flex}.Navbar-module__5Hk3bq__nav.Navbar-module__5Hk3bq__mobileOpen .Navbar-module__5Hk3bq__links{background:var(--off-white);z-index:-1;flex-direction:column;justify-content:center;align-items:center;gap:2rem;display:flex;position:fixed;inset:0}.Navbar-module__5Hk3bq__nav.Navbar-module__5Hk3bq__mobileOpen .Navbar-module__5Hk3bq__links a{font-size:1.2rem}}
.Hero-module__p31CLq__hero{align-items:center;min-height:100svh;padding:8rem 0 5rem;display:flex;position:relative;overflow:hidden}.Hero-module__p31CLq__hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#0596690a 0%,#0000 70%);border-radius:50%;width:60vw;height:60vw;position:absolute;top:-20%;right:-10%}.Hero-module__p31CLq__grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.Hero-module__p31CLq__left{flex-direction:column;display:flex}.Hero-module__p31CLq__badge{align-items:center;gap:.5rem;margin-bottom:2.5rem;display:inline-flex}.Hero-module__p31CLq__badgeDot{background:var(--emerald);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite Hero-module__p31CLq__pulse}@keyframes Hero-module__p31CLq__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.Hero-module__p31CLq__badgeText{letter-spacing:.15em;text-transform:uppercase;color:var(--muted-gray);font-size:.72rem;font-weight:400}.Hero-module__p31CLq__headline{font-family:var(--font-serif);letter-spacing:-.02em;color:var(--rich-black);margin-bottom:.5rem;font-size:clamp(3.5rem,7vw,7.5rem);font-weight:300;line-height:.92}.Hero-module__p31CLq__headlineItalic{color:var(--muted-gray);font-style:italic;font-weight:300}.Hero-module__p31CLq__subHeadline{font-family:var(--font-serif);color:var(--muted-gray);letter-spacing:.01em;margin-top:1.2rem;margin-bottom:2rem;font-size:clamp(1rem,2vw,1.4rem);font-style:italic;font-weight:300;line-height:1.4}.Hero-module__p31CLq__divider{background:var(--border);width:40px;height:1px;margin-bottom:2rem}.Hero-module__p31CLq__description{color:var(--muted-gray);max-width:420px;margin-bottom:3rem;font-size:.95rem;font-weight:300;line-height:1.8}.Hero-module__p31CLq__actions{align-items:center;gap:1.25rem;display:flex}.Hero-module__p31CLq__btnPrimary{background:var(--rich-black);color:var(--off-white);letter-spacing:.08em;text-transform:uppercase;cursor:pointer;border:none;border-radius:100px;align-items:center;gap:.5rem;padding:.85rem 2rem;font-size:.78rem;font-weight:400;text-decoration:none;transition:background .25s,transform .2s;display:inline-flex}.Hero-module__p31CLq__btnPrimary:hover{background:var(--navy);transform:translateY(-1px)}.Hero-module__p31CLq__btnSecondary{color:var(--rich-black);letter-spacing:.08em;text-transform:uppercase;border:1px solid var(--border);cursor:pointer;border-radius:100px;align-items:center;gap:.5rem;padding:.85rem 1.5rem;font-size:.78rem;font-weight:400;text-decoration:none;transition:border-color .25s,background .25s;display:inline-flex}.Hero-module__p31CLq__btnSecondary:hover{background:#1111110a;border-color:#1111114d}.Hero-module__p31CLq__right{justify-content:center;align-items:center;height:500px;display:flex;position:relative}.Hero-module__p31CLq__portrait{z-index:2;position:relative}.Hero-module__p31CLq__portraitFrame{border:1px solid var(--border);background:url(../media/pott.0hc7oykt6t_xn.jpg) 50%/cover;border-radius:2px;width:320px;height:420px;position:relative;overflow:hidden}.Hero-module__p31CLq__portraitFrame:before{content:"";background:linear-gradient(160deg,#ffffff4d 0%,#0000 60%);position:absolute;inset:0}.Hero-module__p31CLq__portraitInitials{position:absolute;bottom:2rem;left:2rem;right:2rem}.Hero-module__p31CLq__portraitInitialsBig{font-family:var(--font-serif);color:#11111126;letter-spacing:-.04em;font-size:5rem;font-weight:300;line-height:1}.Hero-module__p31CLq__portraitLabel{letter-spacing:.15em;text-transform:uppercase;color:var(--muted-gray);margin-top:.75rem;font-size:.7rem}.Hero-module__p31CLq__floatingTag{background:var(--off-white);border:1px solid var(--border);z-index:3;border-radius:8px;padding:.75rem 1rem;position:absolute;box-shadow:0 8px 32px #0000000f}.Hero-module__p31CLq__floatingTag1{top:40px;right:-20px}.Hero-module__p31CLq__floatingTag2{bottom:60px;left:-30px}.Hero-module__p31CLq__floatingTagLabel{letter-spacing:.1em;text-transform:uppercase;color:var(--muted-gray);margin-bottom:.2rem;font-size:.65rem;display:block}.Hero-module__p31CLq__floatingTagValue{font-family:var(--font-serif);color:var(--rich-black);font-size:1.1rem;font-weight:500}.Hero-module__p31CLq__scrollIndicator{flex-direction:column;align-items:center;gap:.5rem;display:flex;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}.Hero-module__p31CLq__scrollLine{background:linear-gradient(to bottom, var(--rich-black), transparent);width:1px;height:50px;animation:1.5s ease-in-out infinite Hero-module__p31CLq__scrollDown}@keyframes Hero-module__p31CLq__scrollDown{0%{transform-origin:top;opacity:1;transform:scaleY(0)}50%{transform-origin:top;opacity:1;transform:scaleY(1)}to{transform-origin:bottom;opacity:0;transform:scaleY(1)}}.Hero-module__p31CLq__scrollText{letter-spacing:.15em;text-transform:uppercase;color:var(--muted-gray);font-size:.62rem}@media (max-width:900px){.Hero-module__p31CLq__grid{grid-template-columns:1fr;gap:3rem}.Hero-module__p31CLq__right{order:-1;height:350px}.Hero-module__p31CLq__portraitFrame{width:220px;height:280px}.Hero-module__p31CLq__description{max-width:100%}}@media (max-width:600px){.Hero-module__p31CLq__hero{padding:7rem 0 4rem}.Hero-module__p31CLq__actions{flex-direction:column;align-items:flex-start}.Hero-module__p31CLq__right{display:none}}
.Stats-module__F5MxJq__stats{border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light);padding:5rem 0}.Stats-module__F5MxJq__grid{grid-template-columns:repeat(4,1fr);gap:0;display:grid}.Stats-module__F5MxJq__item{border-right:1px solid var(--border-light);padding:2.5rem 2rem;position:relative;overflow:hidden}.Stats-module__F5MxJq__item:last-child{border-right:none}.Stats-module__F5MxJq__item:before{content:"";background:var(--rich-black);width:0;height:2px;transition:width .6s var(--ease-out);position:absolute;bottom:0;left:0}.Stats-module__F5MxJq__item:hover:before{width:100%}.Stats-module__F5MxJq__number{font-family:var(--font-serif);color:var(--rich-black);letter-spacing:-.02em;margin-bottom:.5rem;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:300;line-height:1}.Stats-module__F5MxJq__label{letter-spacing:.1em;text-transform:uppercase;color:var(--muted-gray);font-size:.75rem;font-weight:400;line-height:1.5}@media (max-width:768px){.Stats-module__F5MxJq__grid{grid-template-columns:repeat(2,1fr)}.Stats-module__F5MxJq__item{border-bottom:1px solid var(--border-light);padding:2rem 1.5rem}.Stats-module__F5MxJq__item:nth-child(2n){border-right:none}.Stats-module__F5MxJq__item:nth-last-child(-n+2){border-bottom:none}}@media (max-width:480px){.Stats-module__F5MxJq__grid{grid-template-columns:1fr 1fr}}
.About-module__6X5ema__about{padding:var(--spacing-xl) 0}.About-module__6X5ema__inner{grid-template-columns:1fr 1fr;align-items:start;gap:6rem;display:grid}.About-module__6X5ema__left{position:sticky;top:8rem}.About-module__6X5ema__sectionLabel{letter-spacing:.2em;text-transform:uppercase;color:var(--muted-gray);align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:.7rem;font-weight:400;display:flex}.About-module__6X5ema__sectionLabel:before{content:"";background:var(--muted-gray);width:24px;height:1px;display:inline-block}.About-module__6X5ema__title{font-family:var(--font-serif);letter-spacing:-.02em;color:var(--rich-black);margin-bottom:2rem;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:300;line-height:1.05}.About-module__6X5ema__titleItalic{color:var(--muted-gray);font-style:italic}.About-module__6X5ema__tagline{font-family:var(--font-serif);color:var(--muted-gray);border-left:2px solid var(--rich-black);margin-top:2rem;padding:1.25rem 1.5rem;font-size:1rem;font-style:italic;line-height:1.6}.About-module__6X5ema__right{flex-direction:column;gap:1.5rem;padding-top:3rem;display:flex}.About-module__6X5ema__paragraph{color:var(--muted-gray);font-size:1.05rem;font-weight:300;line-height:1.9}.About-module__6X5ema__paragraph strong{color:var(--rich-black);font-weight:400}.About-module__6X5ema__divider{background:var(--border-light);width:100%;height:1px}.About-module__6X5ema__values{grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:1rem;display:grid}.About-module__6X5ema__valueItem{flex-direction:column;gap:.4rem;display:flex}.About-module__6X5ema__valueLabel{letter-spacing:.15em;text-transform:uppercase;color:var(--muted-gray);font-size:.65rem;font-weight:400}.About-module__6X5ema__valueText{color:var(--rich-black);font-size:.9rem;font-weight:400}@media (max-width:900px){.About-module__6X5ema__inner{grid-template-columns:1fr;gap:3rem}.About-module__6X5ema__left{position:static}}
.Skills-module__xIZuPG__skills{padding:var(--spacing-xl) 0;background:var(--rich-black);position:relative;overflow:hidden}.Skills-module__xIZuPG__skills:before{content:"";pointer-events:none;background:radial-gradient(circle,#05966914 0%,#0000 70%);border-radius:50%;width:60vw;height:60vw;position:absolute;top:-50%;left:-20%}.Skills-module__xIZuPG__header{justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:4rem;display:flex}.Skills-module__xIZuPG__sectionLabel{letter-spacing:.2em;text-transform:uppercase;color:#f8f7f24d;align-items:center;gap:.75rem;margin-bottom:1rem;font-size:.7rem;font-weight:400;display:flex}.Skills-module__xIZuPG__sectionLabel:before{content:"";background:#f8f7f24d;width:24px;height:1px;display:inline-block}.Skills-module__xIZuPG__title{font-family:var(--font-serif);letter-spacing:-.02em;color:var(--off-white);font-size:clamp(2rem,4vw,3.5rem);font-weight:300;line-height:1.1}.Skills-module__xIZuPG__titleItalic{color:#f8f7f266;font-style:italic}.Skills-module__xIZuPG__subtitle{color:#f8f7f259;text-align:right;max-width:320px;font-size:.85rem;font-weight:300;line-height:1.7}.Skills-module__xIZuPG__grid{background:#f8f7f212;border:1px solid #f8f7f212;grid-template-columns:repeat(5,1fr);gap:1px;display:grid}.Skills-module__xIZuPG__card{background:var(--rich-black);cursor:default;flex-direction:column;align-items:flex-start;gap:1.25rem;padding:2.5rem 2rem;transition:background .35s;display:flex;position:relative;overflow:hidden}.Skills-module__xIZuPG__card:before{content:"";height:0;transition:height .4s var(--ease-out);background:linear-gradient(135deg,#0596691f 0%,#0000 100%);position:absolute;top:0;left:0;right:0}.Skills-module__xIZuPG__card:hover{background:#f8f7f208}.Skills-module__xIZuPG__card:hover:before{height:100%}.Skills-module__xIZuPG__icon{background:#f8f7f20a;border:1px solid #f8f7f21a;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.4rem;transition:border-color .3s,transform .3s;display:flex}.Skills-module__xIZuPG__card:hover .Skills-module__xIZuPG__icon{border-color:#05966966;transform:translateY(-2px)}.Skills-module__xIZuPG__info{flex-direction:column;gap:.3rem;display:flex}.Skills-module__xIZuPG__skillName{color:var(--off-white);letter-spacing:.02em;font-size:.85rem;font-weight:400}.Skills-module__xIZuPG__skillCategory{letter-spacing:.1em;text-transform:uppercase;color:#f8f7f24d;font-size:.65rem;font-weight:300}.Skills-module__xIZuPG__corner{opacity:0;width:16px;height:16px;transition:opacity .3s;position:absolute;bottom:1rem;right:1rem}.Skills-module__xIZuPG__corner:before,.Skills-module__xIZuPG__corner:after{content:"";background:#05966999;position:absolute}.Skills-module__xIZuPG__corner:before{width:100%;height:1px;bottom:0;right:0}.Skills-module__xIZuPG__corner:after{width:1px;height:100%;bottom:0;right:0}.Skills-module__xIZuPG__card:hover .Skills-module__xIZuPG__corner{opacity:1}@media (max-width:900px){.Skills-module__xIZuPG__grid{grid-template-columns:repeat(3,1fr)}.Skills-module__xIZuPG__header{flex-direction:column;align-items:flex-start}.Skills-module__xIZuPG__subtitle{text-align:left}}@media (max-width:580px){.Skills-module__xIZuPG__grid{grid-template-columns:repeat(2,1fr)}}
.Projects-module__br0fkq__projects{padding:var(--spacing-xl) 0}.Projects-module__br0fkq__header{margin-bottom:5rem}.Projects-module__br0fkq__sectionLabel{letter-spacing:.2em;text-transform:uppercase;color:var(--muted-gray);align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:.7rem;font-weight:400;display:flex}.Projects-module__br0fkq__sectionLabel:before{content:"";background:var(--muted-gray);width:24px;height:1px;display:inline-block}.Projects-module__br0fkq__titleRow{justify-content:space-between;align-items:flex-end;gap:2rem;display:flex}.Projects-module__br0fkq__title{font-family:var(--font-serif);letter-spacing:-.02em;color:var(--rich-black);font-size:clamp(2.5rem,5vw,4.5rem);font-weight:300;line-height:1.05}.Projects-module__br0fkq__titleItalic{color:var(--muted-gray);font-style:italic}.Projects-module__br0fkq__count{font-family:var(--font-serif);color:var(--border);letter-spacing:-.04em;flex-shrink:0;font-size:4rem;font-weight:300;line-height:1}.Projects-module__br0fkq__featured{margin-bottom:3rem}.Projects-module__br0fkq__featuredCard{border:1px solid var(--border-light);cursor:pointer;color:inherit;grid-template-columns:1.2fr 1fr;gap:0;text-decoration:none;transition:border-color .3s;display:grid;overflow:hidden}.Projects-module__br0fkq__featuredCard:hover{border-color:#11111140}.Projects-module__br0fkq__featuredImage{aspect-ratio:16/10;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#0f3460 100%);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.Projects-module__br0fkq__featuredImage:before{content:"";background:radial-gradient(circle at 30%,#05966926 0%,#0000 60%);position:absolute;inset:0}.Projects-module__br0fkq__projectInitials{font-family:var(--font-serif);color:#ffffff14;letter-spacing:-.04em;z-index:1;font-size:5rem;font-weight:300}.Projects-module__br0fkq__featuredContent{background:#fff;flex-direction:column;justify-content:space-between;padding:3rem;display:flex}.Projects-module__br0fkq__projectNum{letter-spacing:.2em;text-transform:uppercase;color:var(--muted-gray);font-size:.65rem}.Projects-module__br0fkq__projectInfo{flex-direction:column;gap:1rem;display:flex}.Projects-module__br0fkq__projectCategory{letter-spacing:.15em;text-transform:uppercase;color:var(--emerald);font-size:.65rem;font-weight:400}.Projects-module__br0fkq__featuredTitle{font-family:var(--font-serif);color:var(--rich-black);font-size:2rem;font-weight:400;line-height:1.2}.Projects-module__br0fkq__projectDesc{color:var(--muted-gray);font-size:.9rem;font-weight:300;line-height:1.7}.Projects-module__br0fkq__projectLink{letter-spacing:.08em;text-transform:uppercase;color:var(--rich-black);align-items:center;gap:.4rem;font-size:.75rem;font-weight:400;transition:gap .2s;display:inline-flex}.Projects-module__br0fkq__projectLink:hover{gap:.7rem}.Projects-module__br0fkq__grid{background:var(--border-light);border:1px solid var(--border-light);grid-template-columns:repeat(4,1fr);gap:1px;display:grid}.Projects-module__br0fkq__card{background:var(--off-white);color:inherit;flex-direction:column;gap:1.25rem;padding:2rem;text-decoration:none;transition:background .3s;display:flex;position:relative;overflow:hidden}.Projects-module__br0fkq__card:hover{background:#fff}.Projects-module__br0fkq__cardImage{aspect-ratio:16/9;background:linear-gradient(135deg,#1e293b 0%,#334155 100%);border-radius:2px;justify-content:center;align-items:center;margin-bottom:.25rem;display:flex;position:relative;overflow:hidden}.Projects-module__br0fkq__cardImageInner{font-family:var(--font-serif);color:#ffffff1a;letter-spacing:-.04em;font-size:2rem;font-weight:300}.Projects-module__br0fkq__cardBottom{flex-direction:column;gap:.5rem;display:flex}.Projects-module__br0fkq__cardCategory{letter-spacing:.15em;text-transform:uppercase;color:var(--emerald);font-size:.62rem;font-weight:400}.Projects-module__br0fkq__cardTitle{font-family:var(--font-serif);color:var(--rich-black);font-size:1.15rem;font-weight:400;line-height:1.3}.Projects-module__br0fkq__cardDesc{color:var(--muted-gray);font-size:.78rem;font-weight:300;line-height:1.6}.Projects-module__br0fkq__arrowIcon{border:1px solid var(--border);border-radius:50%;justify-content:center;align-self:flex-start;align-items:center;width:28px;height:28px;margin-top:auto;transition:background .2s,border-color .2s,transform .2s;display:flex}.Projects-module__br0fkq__card:hover .Projects-module__br0fkq__arrowIcon{background:var(--rich-black);border-color:var(--rich-black);transform:rotate(45deg)}.Projects-module__br0fkq__card:hover .Projects-module__br0fkq__arrowIcon svg{stroke:var(--off-white)}@media (max-width:1024px){.Projects-module__br0fkq__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Projects-module__br0fkq__featuredCard{grid-template-columns:1fr}.Projects-module__br0fkq__titleRow{flex-direction:column;align-items:flex-start}.Projects-module__br0fkq__count{display:none}.Projects-module__br0fkq__featuredContent{gap:2rem;padding:2rem}}@media (max-width:580px){.Projects-module__br0fkq__grid{grid-template-columns:1fr}}
.Contact-module__9mzY5G__contact{padding:var(--spacing-xl) 0;background:var(--rich-black);position:relative;overflow:hidden}.Contact-module__9mzY5G__contact:before{content:"";pointer-events:none;background:radial-gradient(circle,#0596690f 0%,#0000 70%);border-radius:50%;width:50vw;height:50vw;position:absolute;bottom:-30%;right:-10%}.Contact-module__9mzY5G__inner{grid-template-columns:1fr 1fr;align-items:center;gap:8rem;display:grid}.Contact-module__9mzY5G__left{flex-direction:column;display:flex}.Contact-module__9mzY5G__sectionLabel{letter-spacing:.2em;text-transform:uppercase;color:#f8f7f240;align-items:center;gap:.75rem;margin-bottom:2rem;font-size:.7rem;font-weight:400;display:flex}.Contact-module__9mzY5G__sectionLabel:before{content:"";background:#f8f7f240;width:24px;height:1px;display:inline-block}.Contact-module__9mzY5G__headline{font-family:var(--font-serif);letter-spacing:-.02em;color:var(--off-white);margin-bottom:2rem;font-size:clamp(2.5rem,5vw,5rem);font-weight:300;line-height:1.05}.Contact-module__9mzY5G__headlineItalic{color:#f8f7f259;font-style:italic}.Contact-module__9mzY5G__sub{color:#f8f7f266;max-width:340px;font-size:.9rem;font-weight:300;line-height:1.7}.Contact-module__9mzY5G__right{flex-direction:column;gap:1rem;display:flex}.Contact-module__9mzY5G__contactLink{color:var(--off-white);cursor:pointer;border:1px solid #f8f7f214;border-radius:4px;justify-content:space-between;align-items:center;padding:1.5rem 2rem;text-decoration:none;transition:background .3s,border-color .3s;display:flex;position:relative;overflow:hidden}.Contact-module__9mzY5G__contactLink:before{content:"";transition:transform .4s var(--ease-out);background:#f8f7f20a;position:absolute;inset:0;transform:translate(-100%)}.Contact-module__9mzY5G__contactLink:hover:before{transform:translate(0)}.Contact-module__9mzY5G__contactLink:hover{border-color:#f8f7f233}.Contact-module__9mzY5G__linkLeft{z-index:1;flex-direction:column;gap:.25rem;display:flex}.Contact-module__9mzY5G__linkPlatform{letter-spacing:.15em;text-transform:uppercase;color:#f8f7f24d;font-size:.62rem}.Contact-module__9mzY5G__linkValue{color:var(--off-white);font-size:.9rem;font-weight:300}.Contact-module__9mzY5G__linkArrow{z-index:1;border:1px solid #f8f7f21f;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:border-color .2s,transform .2s;display:flex}.Contact-module__9mzY5G__contactLink:hover .Contact-module__9mzY5G__linkArrow{border-color:#f8f7f266;transform:rotate(45deg)}.Contact-module__9mzY5G__footer{border-top:1px solid #f8f7f212;justify-content:space-between;align-items:center;margin-top:5rem;padding-top:2.5rem;display:flex}.Contact-module__9mzY5G__footerLeft{font-family:var(--font-serif);color:#f8f7f266;font-size:1rem;font-weight:400}.Contact-module__9mzY5G__footerLeft strong{color:#f8f7f2b3;font-weight:500}.Contact-module__9mzY5G__footerRight{letter-spacing:.1em;text-transform:uppercase;color:#f8f7f233;font-size:.7rem}@media (max-width:900px){.Contact-module__9mzY5G__inner{grid-template-columns:1fr;gap:3rem}.Contact-module__9mzY5G__footer{flex-direction:column;align-items:flex-start;gap:1rem}}
