.Cursor-module__72TD2W__cursor{border:2px solid var(--color-text);pointer-events:none;z-index:9999;border-radius:50%;width:20px;height:20px;transition:transform .15s,background .15s,border-color .15s;position:fixed}.Cursor-module__72TD2W__cursor.Cursor-module__72TD2W__hover{background:var(--color-coral);border-color:var(--color-coral);transform:scale(2)}.Cursor-module__72TD2W__cursorDot{background:var(--color-coral);pointer-events:none;z-index:9999;border-radius:50%;width:4px;height:4px;position:fixed}@media (pointer:coarse){.Cursor-module__72TD2W__cursor,.Cursor-module__72TD2W__cursorDot{display:none}}
.Navigation-module__eB08ka__nav{z-index:100;justify-content:space-between;align-items:center;padding:2rem 4rem;transition:padding .3s,background .3s;display:flex;position:fixed;top:0;left:0;right:0}.Navigation-module__eB08ka__nav.Navigation-module__eB08ka__scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fafaf8e6;padding:1.5rem 4rem}.Navigation-module__eB08ka__logo{font-family:var(--font-display);letter-spacing:-.02em;font-size:1.5rem;font-style:italic}.Navigation-module__eB08ka__links{gap:3rem;list-style:none;display:flex}.Navigation-module__eB08ka__links a{color:var(--color-text);letter-spacing:.1em;text-transform:uppercase;font-size:.85rem;font-weight:500;text-decoration:none;position:relative}.Navigation-module__eB08ka__links a:after{content:"";background:var(--color-coral);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.Navigation-module__eB08ka__links a:hover:after{width:100%}@media (max-width:768px){.Navigation-module__eB08ka__nav{padding:1.5rem 2rem}.Navigation-module__eB08ka__links{display:none}}
.Hero-module__ZARIfG__hero{grid-template-columns:1fr 1fr;min-height:100vh;display:grid;position:relative;overflow:hidden}.Hero-module__ZARIfG__content{z-index:2;flex-direction:column;justify-content:center;padding:8rem 4rem 4rem;display:flex;position:relative}.Hero-module__ZARIfG__title{font-family:var(--font-display);letter-spacing:-.03em;margin-bottom:2rem;font-size:clamp(4rem,10vw,9rem);font-weight:400;line-height:.9}.Hero-module__ZARIfG__title span{display:block;overflow:hidden}.Hero-module__ZARIfG__line{opacity:0;display:block;transform:translateY(100%)}.Hero-module__ZARIfG__hero.Hero-module__ZARIfG__ready .Hero-module__ZARIfG__line{animation:1s cubic-bezier(.16,1,.3,1) forwards Hero-module__ZARIfG__slideUp}.Hero-module__ZARIfG__hero.Hero-module__ZARIfG__ready .Hero-module__ZARIfG__title span:first-child .Hero-module__ZARIfG__line{animation-delay:.2s}.Hero-module__ZARIfG__hero.Hero-module__ZARIfG__ready .Hero-module__ZARIfG__title span:nth-child(2) .Hero-module__ZARIfG__line{animation-delay:.35s}.Hero-module__ZARIfG__accent{color:var(--color-coral);font-style:italic}@keyframes Hero-module__ZARIfG__slideUp{to{opacity:1;transform:translateY(0)}}.Hero-module__ZARIfG__subtitle{color:var(--color-muted);opacity:0;max-width:400px;font-size:1.1rem;line-height:1.7}.Hero-module__ZARIfG__hero.Hero-module__ZARIfG__ready .Hero-module__ZARIfG__subtitle{animation:1s .6s forwards Hero-module__ZARIfG__fadeIn}@keyframes Hero-module__ZARIfG__fadeIn{to{opacity:1}}.Hero-module__ZARIfG__visual{opacity:0;justify-content:center;align-items:center;display:flex;position:relative}.Hero-module__ZARIfG__hero.Hero-module__ZARIfG__ready .Hero-module__ZARIfG__visual{animation:1.2s cubic-bezier(.16,1,.3,1) .3s forwards Hero-module__ZARIfG__visualReveal}@keyframes Hero-module__ZARIfG__visualReveal{to{opacity:1}}.Hero-module__ZARIfG__shapeAccent{aspect-ratio:3/4;background:linear-gradient(135deg,var(--color-blush)0%,var(--color-lavender)50%,var(--color-mint)100%);clip-path:polygon(25% 0%,100% 0%,75% 100%,0% 100%);z-index:0;width:75%;position:absolute;top:50%;left:55%;transform:translate(-50%,-50%)}.Hero-module__ZARIfG__photoContainer{aspect-ratio:3/4;z-index:1;border-radius:200px 200px 20px 20px;width:65%;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000026}.Hero-module__ZARIfG__photo{object-fit:cover;object-position:center top}.Hero-module__ZARIfG__floatingText{font-family:var(--font-display);writing-mode:vertical-rl;letter-spacing:.2em;color:var(--color-muted);font-size:1rem;font-style:italic;position:absolute;top:50%;right:4rem;transform:translateY(-50%)}.Hero-module__ZARIfG__scrollIndicator{opacity:0;align-items:center;gap:1rem;display:flex;position:absolute;bottom:3rem;left:4rem}.Hero-module__ZARIfG__hero.Hero-module__ZARIfG__ready .Hero-module__ZARIfG__scrollIndicator{animation:1s 1s forwards Hero-module__ZARIfG__fadeIn}.Hero-module__ZARIfG__scrollLine{background:var(--color-muted);width:60px;height:1px;position:relative;overflow:hidden}.Hero-module__ZARIfG__scrollLine:after{content:"";background:var(--color-coral);width:100%;height:100%;animation:2s infinite Hero-module__ZARIfG__scrollPulse;position:absolute;left:-100%}@keyframes Hero-module__ZARIfG__scrollPulse{0%{left:-100%}to{left:100%}}.Hero-module__ZARIfG__scrollText{letter-spacing:.15em;text-transform:uppercase;color:var(--color-muted);font-size:.75rem}@media (max-width:1024px){.Hero-module__ZARIfG__hero{grid-template-rows:auto 1fr;grid-template-columns:1fr;min-height:100vh;padding-bottom:5rem}.Hero-module__ZARIfG__content{justify-content:flex-start;padding:7rem 1.5rem 2rem}.Hero-module__ZARIfG__title{margin-bottom:1.25rem}.Hero-module__ZARIfG__subtitle{margin-bottom:0;font-size:1rem}.Hero-module__ZARIfG__visual{padding:0 1.5rem;display:flex}.Hero-module__ZARIfG__shapeAccent{width:85%;top:45%;left:50%}.Hero-module__ZARIfG__photoContainer{border-radius:140px 140px 16px 16px;width:70%;max-width:280px}.Hero-module__ZARIfG__floatingText{display:none}.Hero-module__ZARIfG__scrollIndicator{bottom:1.5rem;left:1.5rem}}
.Marquee-module__m6z8XG__marquee{background:var(--color-cream);border-top:1px solid #00000014;border-bottom:1px solid #00000014;padding:1.5rem 0;overflow:hidden}.Marquee-module__m6z8XG__content{animation:25s linear infinite Marquee-module__m6z8XG__marquee;display:flex}.Marquee-module__m6z8XG__item{font-family:var(--font-display);white-space:nowrap;color:var(--color-muted);font-size:clamp(1rem,3vw,1.5rem);font-style:italic}.Marquee-module__m6z8XG__dot{color:var(--color-coral);margin:0 .75rem}@keyframes Marquee-module__m6z8XG__marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width:768px){.Marquee-module__m6z8XG__marquee{padding:1rem 0}.Marquee-module__m6z8XG__content{animation-duration:15s}.Marquee-module__m6z8XG__dot{margin:0 .5rem}}
.Projects-module__2BoJ-q__projects{padding:6rem 1.5rem}.Projects-module__2BoJ-q__header{flex-direction:column;gap:.75rem;margin-bottom:3rem;display:flex}.Projects-module__2BoJ-q__title{font-family:var(--font-display);letter-spacing:-.02em;font-size:clamp(2.5rem,8vw,6rem);font-weight:400}.Projects-module__2BoJ-q__number{font-family:var(--font-body);color:var(--color-coral);vertical-align:super;margin-right:.5rem;font-size:.875rem}.Projects-module__2BoJ-q__subtitle{color:var(--color-muted);letter-spacing:.1em;text-transform:uppercase;font-size:.75rem}.Projects-module__2BoJ-q__grid{grid-template-columns:1fr;gap:1.25rem;display:grid}.Projects-module__2BoJ-q__card{cursor:pointer;opacity:0;transition:opacity .8s,transform .8s;transition-delay:var(--delay);aspect-ratio:4/3;border-radius:12px;position:relative;overflow:hidden;transform:translateY(40px)}.Projects-module__2BoJ-q__card.Projects-module__2BoJ-q__visible{opacity:1;transform:translateY(0)}.Projects-module__2BoJ-q__image{object-fit:cover;width:100%;height:100%;transition:transform .8s cubic-bezier(.16,1,.3,1)}.Projects-module__2BoJ-q__card:hover .Projects-module__2BoJ-q__image,.Projects-module__2BoJ-q__card:active .Projects-module__2BoJ-q__image{transform:scale(1.05)}.Projects-module__2BoJ-q__overlay{opacity:1;background:linear-gradient(#0000 0%,#0003 60%,#000000b3 100%);flex-direction:column;justify-content:flex-end;padding:1.5rem;display:flex;position:absolute;inset:0}.Projects-module__2BoJ-q__category{letter-spacing:.15em;text-transform:uppercase;color:var(--color-coral);margin-bottom:.35rem;font-size:.7rem}.Projects-module__2BoJ-q__name{font-family:var(--font-display);color:#fff;font-size:clamp(1.25rem,4vw,1.8rem);font-style:italic;font-weight:400}@media (min-width:640px){.Projects-module__2BoJ-q__projects{padding:8rem 3rem}.Projects-module__2BoJ-q__header{flex-direction:row;justify-content:space-between;align-items:flex-end;margin-bottom:4rem}.Projects-module__2BoJ-q__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.Projects-module__2BoJ-q__card{aspect-ratio:3/4}.Projects-module__2BoJ-q__overlay{opacity:0;transition:opacity .4s}.Projects-module__2BoJ-q__card:hover .Projects-module__2BoJ-q__overlay{opacity:1}}@media (min-width:1024px){.Projects-module__2BoJ-q__projects{padding:10rem 4rem}.Projects-module__2BoJ-q__header{margin-bottom:6rem}.Projects-module__2BoJ-q__grid{grid-template-columns:repeat(3,1fr);gap:2rem}.Projects-module__2BoJ-q__card{aspect-ratio:4/5}.Projects-module__2BoJ-q__overlay{padding:2rem}}
.About-module__vAULUW__about{flex-direction:column;gap:3rem;padding:6rem 1.5rem;display:flex;position:relative}.About-module__vAULUW__visual{opacity:0;justify-content:center;align-items:center;min-height:350px;transition:opacity .8s,transform .8s;display:flex;position:relative;transform:translateY(30px)}.About-module__vAULUW__about.About-module__vAULUW__visible .About-module__vAULUW__visual{opacity:1;transform:translateY(0)}.About-module__vAULUW__shape{aspect-ratio:1;background:linear-gradient(225deg,var(--color-mint)0%,var(--color-lavender)50%,var(--color-blush)100%);z-index:0;border-radius:50% 50% 0;width:80%;max-width:320px;position:absolute;top:50%;left:50%;transform:translate(-40%,-45%)}.About-module__vAULUW__shape:after{content:"";border-radius:inherit;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.1'/%3E%3C/svg%3E");position:absolute;inset:0}.About-module__vAULUW__photoContainer{aspect-ratio:3/4;z-index:2;border-radius:20px;width:85%;max-width:280px;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 20px 40px #0000001a}.About-module__vAULUW__photo{object-fit:cover;object-position:center}.About-module__vAULUW__badge{background:var(--color-bg);z-index:3;border:1px solid #00000014;padding:1rem 1.25rem;position:absolute;bottom:-1rem;right:10%;box-shadow:0 4px 20px #0000000d}.About-module__vAULUW__badgeNumber{font-family:var(--font-display);color:var(--color-coral);font-size:2rem}.About-module__vAULUW__badgeText{letter-spacing:.12em;text-transform:uppercase;color:var(--color-muted);font-size:.65rem}.About-module__vAULUW__content{opacity:0;flex-direction:column;transition:opacity .8s .2s,transform .8s .2s;display:flex;transform:translateY(30px)}.About-module__vAULUW__about.About-module__vAULUW__visible .About-module__vAULUW__content{opacity:1;transform:translateY(0)}.About-module__vAULUW__eyebrow{letter-spacing:.15em;text-transform:uppercase;color:var(--color-coral);margin-bottom:1.25rem;font-size:.75rem}.About-module__vAULUW__title{font-family:var(--font-display);margin-bottom:1.5rem;font-size:clamp(1.75rem,6vw,4rem);font-weight:400;line-height:1.15}.About-module__vAULUW__title em{color:var(--color-coral);font-style:italic}.About-module__vAULUW__text{color:var(--color-muted);margin-bottom:2.5rem;font-size:1rem;line-height:1.75}.About-module__vAULUW__stats{flex-wrap:wrap;gap:2rem;display:flex}.About-module__vAULUW__stat{flex-direction:column;display:flex}.About-module__vAULUW__statNumber{font-family:var(--font-display);color:var(--color-text);font-size:clamp(1.75rem,5vw,2.5rem)}.About-module__vAULUW__statLabel{letter-spacing:.1em;text-transform:uppercase;color:var(--color-muted);font-size:.7rem}@media (min-width:640px){.About-module__vAULUW__about{flex-direction:row;align-items:center;gap:4rem;padding:8rem 3rem}.About-module__vAULUW__visual{flex:1}.About-module__vAULUW__shape{width:80%;max-width:none}.About-module__vAULUW__badge{padding:1.25rem 1.5rem;right:0}.About-module__vAULUW__content{flex:1}.About-module__vAULUW__stats{gap:3rem}}@media (min-width:1024px){.About-module__vAULUW__about{gap:8rem;padding:10rem 4rem}.About-module__vAULUW__about:before{content:"";background:linear-gradient(to bottom,transparent,var(--color-muted),transparent);width:1px;height:100%;position:absolute;top:0;left:50%}.About-module__vAULUW__badge{padding:1.5rem 2rem}.About-module__vAULUW__badgeNumber{font-size:3rem}.About-module__vAULUW__badgeText{font-size:.75rem}.About-module__vAULUW__stats{gap:4rem}}
.Services-module__dpHhBa__services{background:linear-gradient(180deg,var(--color-bg)0%,var(--color-lavender)100%);padding:6rem 1.5rem}.Services-module__dpHhBa__header{flex-direction:column;gap:.75rem;margin-bottom:3rem;display:flex}.Services-module__dpHhBa__title{font-family:var(--font-display);letter-spacing:-.02em;font-size:clamp(2.5rem,8vw,6rem);font-weight:400}.Services-module__dpHhBa__number{font-family:var(--font-body);color:var(--color-coral);vertical-align:super;margin-right:.5rem;font-size:.875rem}.Services-module__dpHhBa__subtitle{color:var(--color-muted);letter-spacing:.1em;text-transform:uppercase;font-size:.75rem}.Services-module__dpHhBa__grid{flex-direction:column;gap:1.25rem;display:flex}.Services-module__dpHhBa__card{opacity:0;transition:all .4s,opacity .8s,transform .8s;transition-delay:var(--delay);background:#ffffffb3;border:1px solid #0000000f;border-radius:12px;padding:2rem;position:relative;overflow:hidden;transform:translateY(30px);box-shadow:0 4px 20px #00000008}.Services-module__dpHhBa__card.Services-module__dpHhBa__visible{opacity:1;transform:translateY(0)}.Services-module__dpHhBa__card:before{content:"";background:linear-gradient(135deg,var(--accent)0%,transparent 100%);opacity:0;transition:opacity .4s;position:absolute;inset:0}.Services-module__dpHhBa__card:hover:before,.Services-module__dpHhBa__card:active:before{opacity:.1}.Services-module__dpHhBa__card[data-icon=triangle]{--accent:var(--color-coral)}.Services-module__dpHhBa__card[data-icon=circle]{--accent:var(--color-electric)}.Services-module__dpHhBa__card[data-icon=square]{--accent:var(--color-azure)}.Services-module__dpHhBa__icon{width:48px;height:48px;margin-bottom:1.5rem;position:relative}.Services-module__dpHhBa__icon.Services-module__dpHhBa__triangle:before{content:"";border:2px solid var(--color-coral);clip-path:polygon(50% 0%,100% 100%,0% 100%);width:100%;height:100%;position:absolute}.Services-module__dpHhBa__icon.Services-module__dpHhBa__circle:before{content:"";border:2px solid var(--color-electric);border-radius:50%;width:100%;height:100%;position:absolute}.Services-module__dpHhBa__icon.Services-module__dpHhBa__square:before{content:"";border:2px solid var(--color-azure);width:100%;height:100%;position:absolute}.Services-module__dpHhBa__cardTitle{font-family:var(--font-display);margin-bottom:.75rem;font-size:1.5rem;font-style:italic;font-weight:400}.Services-module__dpHhBa__cardDescription{color:var(--color-muted);font-size:.9rem;line-height:1.65}@media (min-width:640px){.Services-module__dpHhBa__services{padding:8rem 3rem}.Services-module__dpHhBa__header{flex-direction:row;justify-content:space-between;align-items:flex-end;margin-bottom:4rem}.Services-module__dpHhBa__grid{flex-direction:row;gap:1.5rem}.Services-module__dpHhBa__card{flex:1;padding:2.5rem}}@media (min-width:1024px){.Services-module__dpHhBa__services{padding:10rem 4rem}.Services-module__dpHhBa__header{margin-bottom:6rem}.Services-module__dpHhBa__grid{gap:2rem}.Services-module__dpHhBa__card{padding:3rem}.Services-module__dpHhBa__icon{width:60px;height:60px;margin-bottom:2rem}.Services-module__dpHhBa__cardTitle{margin-bottom:1rem;font-size:1.8rem}.Services-module__dpHhBa__cardDescription{font-size:.95rem;line-height:1.7}}
.Contact-module__hcVmEa__contact{padding:6rem 1.5rem;position:relative;overflow:hidden}.Contact-module__hcVmEa__wrapper{z-index:1;flex-direction:column;gap:3rem;display:flex;position:relative}.Contact-module__hcVmEa__bg{aspect-ratio:1;background:radial-gradient(circle,var(--color-blush)0%,transparent 70%);opacity:.6;filter:blur(80px);width:100%;position:absolute;top:-30%;right:-40%}.Contact-module__hcVmEa__content{z-index:1;opacity:0;transition:opacity .8s,transform .8s;position:relative;transform:translateY(30px)}.Contact-module__hcVmEa__contact.Contact-module__hcVmEa__visible .Contact-module__hcVmEa__content{opacity:1;transform:translateY(0)}.Contact-module__hcVmEa__title{font-family:var(--font-display);margin-bottom:2rem;font-size:clamp(2rem,8vw,8rem);font-weight:400;line-height:1}.Contact-module__hcVmEa__title em{background:linear-gradient(90deg,var(--color-coral),var(--color-amber));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:italic;display:block}.Contact-module__hcVmEa__link{color:var(--color-text);border:1px solid var(--color-text);align-items:center;gap:.75rem;margin-bottom:3rem;padding:1.25rem 2rem;font-size:1rem;text-decoration:none;transition:all .4s;display:inline-flex}.Contact-module__hcVmEa__link:hover,.Contact-module__hcVmEa__link:active{background:var(--color-text);color:var(--color-bg)}.Contact-module__hcVmEa__link svg{width:18px;height:18px;transition:transform .4s}.Contact-module__hcVmEa__link:hover svg,.Contact-module__hcVmEa__link:active svg{transform:translate(5px)}.Contact-module__hcVmEa__details{flex-direction:column;gap:1.5rem;display:flex}.Contact-module__hcVmEa__item{flex-direction:column;gap:.35rem;display:flex}.Contact-module__hcVmEa__label{letter-spacing:.15em;text-transform:uppercase;color:var(--color-muted);font-size:.7rem}.Contact-module__hcVmEa__value{font-family:var(--font-display);font-size:1rem;font-style:italic}.Contact-module__hcVmEa__value a{color:var(--color-text);text-decoration:none;transition:color .3s}.Contact-module__hcVmEa__value a:hover,.Contact-module__hcVmEa__value a:active{color:var(--color-coral)}.Contact-module__hcVmEa__visual{opacity:0;justify-content:center;align-items:center;min-height:300px;transition:opacity .8s .2s,transform .8s .2s;display:flex;position:relative;transform:translateY(30px)}.Contact-module__hcVmEa__contact.Contact-module__hcVmEa__visible .Contact-module__hcVmEa__visual{opacity:1;transform:translateY(0)}.Contact-module__hcVmEa__shape{aspect-ratio:1;background:linear-gradient(135deg,var(--color-mint)0%,var(--color-cream)50%,var(--color-blush)100%);z-index:0;border-radius:50% 0 50% 50%;width:85%;max-width:280px;position:absolute;top:50%;left:50%;transform:translate(-55%,-45%)}.Contact-module__hcVmEa__photoContainer{aspect-ratio:3/4;z-index:1;border-radius:120px 120px 16px 16px;width:75%;max-width:240px;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000001a}.Contact-module__hcVmEa__photo{object-fit:cover;object-position:center}@media (min-width:640px){.Contact-module__hcVmEa__contact{padding:8rem 3rem}.Contact-module__hcVmEa__wrapper{flex-direction:row;align-items:center;gap:4rem}.Contact-module__hcVmEa__bg{right:-20%}.Contact-module__hcVmEa__content{flex:1}.Contact-module__hcVmEa__title{margin-bottom:2.5rem}.Contact-module__hcVmEa__title em{display:inline}.Contact-module__hcVmEa__link{margin-bottom:4rem;padding:1.5rem 2.5rem;font-size:1.1rem}.Contact-module__hcVmEa__details{flex-direction:row;gap:3rem}.Contact-module__hcVmEa__value{font-size:1.1rem}.Contact-module__hcVmEa__visual{flex:.8;min-height:400px}.Contact-module__hcVmEa__shape{max-width:320px}.Contact-module__hcVmEa__photoContainer{max-width:280px}}@media (min-width:1024px){.Contact-module__hcVmEa__contact{padding:10rem 4rem}.Contact-module__hcVmEa__wrapper{gap:6rem}.Contact-module__hcVmEa__content{max-width:none}.Contact-module__hcVmEa__title{margin-bottom:3rem}.Contact-module__hcVmEa__link{padding:1.5rem 3rem;font-size:1.2rem}.Contact-module__hcVmEa__link svg{width:20px;height:20px}.Contact-module__hcVmEa__details{gap:4rem}.Contact-module__hcVmEa__value{font-size:1.2rem}.Contact-module__hcVmEa__visual{min-height:450px}.Contact-module__hcVmEa__shape{max-width:380px}.Contact-module__hcVmEa__photoContainer{max-width:320px}}
.Footer-module__S6Hkya__footer{text-align:center;border-top:1px solid #00000014;flex-direction:column;align-items:center;gap:1.5rem;padding:2rem 1.5rem;display:flex}.Footer-module__S6Hkya__logo{font-family:var(--font-display);font-size:1rem;font-style:italic}.Footer-module__S6Hkya__social{gap:1.5rem;display:flex}.Footer-module__S6Hkya__social a{color:var(--color-muted);letter-spacing:.1em;text-transform:uppercase;font-size:.8rem;text-decoration:none;transition:color .3s}.Footer-module__S6Hkya__social a:hover,.Footer-module__S6Hkya__social a:active{color:var(--color-coral)}.Footer-module__S6Hkya__copy{color:var(--color-muted);font-size:.75rem}@media (min-width:640px){.Footer-module__S6Hkya__footer{flex-direction:row;justify-content:space-between;padding:2rem 3rem}.Footer-module__S6Hkya__logo{font-size:1.1rem}.Footer-module__S6Hkya__social{gap:2rem}}@media (min-width:1024px){.Footer-module__S6Hkya__footer{padding:3rem 4rem}.Footer-module__S6Hkya__logo{font-size:1.2rem}.Footer-module__S6Hkya__social a{font-size:.85rem}.Footer-module__S6Hkya__copy{font-size:.8rem}}
.Intro-module__5pWlIa__intro{z-index:1000;background:var(--color-bg);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.Intro-module__5pWlIa__intro.Intro-module__5pWlIa__exiting{animation:.6s cubic-bezier(.16,1,.3,1) forwards Intro-module__5pWlIa__fadeOut}@keyframes Intro-module__5pWlIa__fadeOut{to{opacity:0}}.Intro-module__5pWlIa__logoContainer{flex-direction:column;align-items:center;gap:.75rem;display:flex}.Intro-module__5pWlIa__logo{font-family:var(--font-display);letter-spacing:-.02em;color:var(--color-text);clip-path:inset(100% 0 0);font-size:clamp(4rem,15vw,8rem);font-style:italic;animation:.6s cubic-bezier(.16,1,.3,1) .2s forwards Intro-module__5pWlIa__revealLogo}@keyframes Intro-module__5pWlIa__revealLogo{to{clip-path:inset(0)}}.Intro-module__5pWlIa__accentLine{background:var(--color-coral);transform-origin:0;width:60px;height:2px;animation:.3s cubic-bezier(.16,1,.3,1) .6s forwards Intro-module__5pWlIa__drawLine;transform:scaleX(0)}@keyframes Intro-module__5pWlIa__drawLine{to{transform:scaleX(1)}}@media (max-width:640px){.Intro-module__5pWlIa__accentLine{width:40px}}@media (prefers-reduced-motion:reduce){.Intro-module__5pWlIa__logo{clip-path:inset(0);animation:none}.Intro-module__5pWlIa__accentLine{animation:none;transform:scaleX(1)}.Intro-module__5pWlIa__intro.Intro-module__5pWlIa__exiting{animation:.3s forwards Intro-module__5pWlIa__fadeOut}}
.ThemeSwitcher-module__qPAEQG__switcher{z-index:999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffe6;border-radius:2rem;gap:.5rem;padding:.5rem;display:flex;position:fixed;bottom:1.5rem;right:1.5rem;box-shadow:0 4px 12px #00000026}.ThemeSwitcher-module__qPAEQG__button{cursor:pointer;border:2px solid #0000;border-radius:50%;width:24px;height:24px;transition:transform .2s,border-color .2s}.ThemeSwitcher-module__qPAEQG__button:hover{transform:scale(1.15)}.ThemeSwitcher-module__qPAEQG__button.ThemeSwitcher-module__qPAEQG__active{border-color:var(--color-text);transform:scale(1.1)}@media (max-width:640px){.ThemeSwitcher-module__qPAEQG__switcher{bottom:1rem;right:1rem}.ThemeSwitcher-module__qPAEQG__button{width:20px;height:20px}}
