*{box-sizing:border-box;margin:0;padding:0}:root{font-family:Josefin Sans,system-ui,Avenir,Helvetica,Arial,sans-serif;--primary-font: "Josefin Sans";--primary-color: #000000;--secondary-color: #0F1B27;--accent-color: #00E7FF;--light-color: #FFFFFF;--header-height: 80px;--home-arrow-travel-distance: 40px}body{margin:0;width:100%;min-height:100vh;font-family:inherit}a{text-decoration:none;color:inherit}.header{position:sticky;top:0;z-index:1000}.header-container{margin:0 auto;padding:1rem 2rem 0;display:flex;justify-content:space-between;align-items:center}.header-left,.header-right{flex:1;display:flex;justify-content:center}.header-center{flex:0 1 auto;display:flex;justify-content:center}@media(max-width:1200px){.header-container-mobile{flex-direction:column;gap:1rem;padding:1rem;background:var(--secondary-color);box-shadow:var(--accent-color) 0 5px 10px;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1);will-change:transform,opacity}.header-container-mobile.hide-on-scroll{transform:translateY(-100%);opacity:0;pointer-events:none}.header-top-mobile-bar{width:100%;display:flex;justify-content:space-between;align-items:center}.header-logo-mobile{width:150px;fill:var(--light-color)}.header-menu-icon{width:30px;height:30px;fill:var(--light-color);cursor:pointer}.mobile-menu-overlay{position:fixed;inset:0;z-index:2000;display:flex;justify-content:flex-end;align-items:stretch;width:100vw;height:100vh;overflow:hidden;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility 0s linear .25s}.mobile-menu-overlay.open{opacity:1;visibility:visible;transition:opacity .25s ease,visibility 0s linear 0s}.mobile-menu-backdrop{flex:0 0 40%;background:#0006;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);transition:opacity .25s ease;opacity:0}.mobile-menu-overlay.open .mobile-menu-backdrop{opacity:1;transition-delay:.3s}.mobile-menu-drawer{flex:0 0 60%;max-width:640px;height:100vh;height:100svh;height:100dvh;background:var(--primary-color);color:var(--light-color);display:flex;flex-direction:column;gap:1.5rem;box-sizing:border-box;padding:1rem 1.25rem calc(2rem + env(safe-area-inset-bottom,0px)) 1.25rem;overflow-y:auto;-webkit-overflow-scrolling:touch;box-shadow:0 0 20px #00000059;transform:translate(100%);transition:transform .3s ease-in-out}.mobile-menu-drawer.open,.mobile-menu-overlay.open .mobile-menu-drawer{transform:translate(0)}.mobile-menu-closer{background:none;border:none;color:var(--light-color);font-size:1.75rem;line-height:1;align-self:flex-end;cursor:pointer}.header-top-mobile{flex-grow:1}.header-middle-mobile,.header-bottom-mobile{display:flex;align-items:center;justify-content:center}.header-middle-mobile{flex-direction:column;gap:1.5rem;margin-top:2rem}.mobile-menu-socials{display:flex;flex-direction:row;gap:2rem}.mobile-menu-social-icon{width:40px;height:40px;fill:var(--light-color);transition:fill .3s ease}}.language-selector{display:flex;gap:.5rem}.language-selector button{background-color:transparent;border:0px;color:var(--accent-color);padding:.2rem;cursor:pointer;font-family:var(--primary-font);font-size:large;font-weight:300;transition:font-weight .2s ease,border-bottom .2s ease}.language-selector button.active{font-weight:700;border-bottom:2px solid var(--accent-color)}.language-selector p.language-divider{padding:.2rem 0;color:var(--accent-color)}.navbar-menu{background:var(--primary-color);display:flex;flex-direction:row;align-items:center;justify-content:space-between;list-style:none;margin:0;padding:15px 20px;gap:4rem;border-radius:16px;box-shadow:var(--accent-color) 0 5px 10px}.navbar-item{margin:0;padding:0;border-radius:8px;display:flex;align-items:center;justify-content:center;background-color:transparent;transition:background-color .3s ease-in}.navbar-link{color:var(--light-color);text-decoration:none;font-size:large;font-weight:500;transition:color .3s ease;display:inline-flex;align-items:center;justify-content:center;padding:10px 12px 6px}.navbar-link.active{color:var(--accent-color)}.navbar-item:hover{background-color:var(--secondary-color)}@media(max-width:1200px){.navbar-menu{flex-direction:column;background:none;box-shadow:none;justify-content:center;gap:1rem;padding:0}.navbar-item{width:100%;justify-content:flex-start}}.contact-button{position:relative;background-color:var(--secondary-color);color:var(--light-color);border:none;border-radius:8px 0 8px 8px;box-shadow:var(--accent-color) 0 5px 10px;padding:1rem 1.4rem;font-size:1.3rem;font-family:var(--primary-font);font-weight:500;cursor:pointer;transition:background-color .3s ease,color .3s ease}.contact-button:hover{background-color:var(--accent-color);color:var(--primary-color)}.contact-button.is-active{background-color:var(--accent-color);color:var(--primary-color);cursor:default;box-shadow:var(--light-color) 0 5px 10px}.contact-button:after{content:"";position:absolute;top:6px;right:6px;width:9px;height:9px;border-top:2px solid var(--light-color);border-right:2px solid var(--light-color);border-radius:0;pointer-events:none;transition:border-top .3s ease,border-right .3s ease}.contact-button:hover:after{border-top:2px solid var(--primary-color);border-right:2px solid var(--primary-color)}.contact-button.is-active:after{border-top:2px solid var(--primary-color);border-right:2px solid var(--primary-color)}.page{display:flex;flex-direction:column;align-items:center;margin:0 auto;padding:0;min-height:calc(100vh - 200px)}.page-header{width:100%;text-align:center;color:var(--light-color);margin:2rem 0;line-height:1.5;animation:pageFadeUp .5s ease forwards}.page-header h1{margin:0;font-size:3rem;font-weight:300}.page-content{max-width:2000px;width:100%;display:flex;flex-direction:column;align-items:center;color:var(--light-color);animation:pageFadeUp .5s ease forwards}.page-content .about_us_text_wrapper{max-width:60%;width:100%;display:flex;flex-direction:column;align-items:center}.page-content .about_us_text{font-size:2.2rem;font-weight:300;line-height:1.5}@keyframes pageFadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.page{padding:1rem}}@media(max-width:1200px){.page-header h1{font-size:2.2rem}.page-content .about_us_text_wrapper{max-width:90%}.page-content .about_us_text{font-size:1.6rem}}.page-banner{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:0;height:900px}.page-banner h1{font-family:var(--primary-font);font-size:4rem;font-weight:100;margin:4rem 0 0;color:var(--light-color)}.banner-logo{width:min(800px,80%);height:auto;margin:6rem 0;fill:var(--light-color)}.banner-subtitle{display:flex;flex-wrap:wrap;gap:1rem;font-family:var(--primary-font);font-size:4rem;font-weight:300;margin-bottom:1.5rem;color:var(--accent-color);justify-content:center;align-items:center}.banner-subtitle-part{display:inline-block}.page-banner p{font-family:var(--primary-font);font-size:2.3rem;font-weight:300;color:var(--light-color)}@keyframes arrowDrift{0%{transform:translateY(0);animation-timing-function:ease-in-out}50%{transform:translateY(var(--home-arrow-travel-distance, 40px));animation-timing-function:ease-in-out}to{transform:translateY(0)}}.banner-arrow-down{width:50px;height:50px;margin-top:3rem;fill:var(--light-color);display:inline-block;transform:translateY(0);transform-origin:center;will-change:transform;opacity:0;animation:arrowReveal 1.5s linear forwards 2s,arrowDrift 4s ease-in-out infinite}@keyframes bannerFadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes arrowReveal{0%{opacity:0}70%{opacity:0}to{opacity:1}}.page-banner>*:not(.banner-arrow-down){opacity:0;animation-name:bannerFadeUp;animation-duration:.42s;animation-timing-function:ease;animation-fill-mode:forwards}.page-banner>:nth-child(1){animation-delay:.15s}.page-banner>:nth-child(2){animation-delay:.3s}.page-banner>:nth-child(3){animation-delay:.6s}.page-banner>:nth-child(4){animation-delay:.9s}.page-banner>:nth-child(5){animation-delay:.9s}@media(prefers-reduced-motion:reduce){.page-banner>*{animation:none!important;opacity:1;transform:none}}@media(max-width:1200px){.page-banner{height:auto;padding:0}.page-banner h1{font-size:3rem;margin:2rem 0 0}.banner-logo{width:90%;margin:4rem 0}.banner-subtitle{flex-direction:column;gap:.1rem;font-size:2rem;margin-bottom:4rem}.banner-subtitle-part{width:100%;text-align:center}.page-banner p{font-size:1.8rem}}.home-portfolio{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:2rem;width:100%;height:700px;--hp-card-height: 180px;--hp-gap: 4rem}.home-portfolio_inner{width:100%;display:flex;flex-direction:column;align-items:center;margin-bottom:3.5rem}.home-portfolio_header{display:flex;flex-direction:row;text-align:center;margin-bottom:1rem;color:var(--light-color);font:var(--primary-font);gap:.5rem}.home-portfolio_title{font-size:2.5rem;font-weight:300}.home-portfolio_title.text_highlighted{color:var(--accent-color)}.home-portfolio_scroller{width:100%;overflow-x:hidden;overflow-y:visible;padding-block:2rem}.home-portfolio_track{display:flex;align-items:stretch;width:max-content;animation:hp-scroll 40s linear infinite}.home-portfolio_group{display:flex;align-items:stretch;gap:var(--hp-gap)}.home-portfolio_group>.home-portfolio_card:last-child{margin-right:var(--hp-gap)}.home-portfolio_scroller:hover .home-portfolio_track{animation-play-state:paused}.home-portfolio_card{background:var(--primary-color);border:1px solid rgba(255,255,255,.08);border-radius:8px;overflow:hidden;height:var(--hp-card-height);width:var(--hp-card-width, 320px);display:flex;will-change:transform,opacity;transition:transform .2s ease,box-shadow .4s ease,border-color .2s ease}.home-portfolio_card:hover{transform:translateY(-3px) scale(1.01);border-color:#ffffff29;box-shadow:var(--accent-color) 0 0 20px}.home-portfolio_media{width:100%;height:100%}.home-portfolio_media img{width:100%;height:100%;object-fit:cover;display:block}.home-portfolio_textBlock{padding:1rem;display:flex;flex-direction:column;justify-content:center;height:100%}.home-portfolio_cardTitle{margin:0 0 .5rem;color:var(--accent-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-portfolio_cardText{margin:0;color:var(--light-color);opacity:.9;line-height:1.5;display:-webkit-box;line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:1024px){:root{--hp-card-width: 300px}}@media(max-width:640px){:root{--hp-card-width: 260px}}@media(prefers-reduced-motion:reduce){.home-portfolio{animation:none!important;opacity:1;transform:none}.home-portfolio_track{animation:none!important}}@keyframes hp-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:1200px){.home-portfolio .home-portfolio_inner .home-portfolio_header{flex-direction:column;gap:.25rem}.home-portfolio .home-portfolio_inner .home-portfolio_header h2{font-size:2rem}}.cta-button{position:relative;background-color:var(--secondary-color);color:var(--light-color);padding:.75rem 1.5rem;border-radius:8px 0 8px 8px;transition:background-color .3s ease,color .3s ease;border:none}.cta-button:hover{background-color:var(--accent-color);color:var(--primary-color)}.cta-button:after{content:"";position:absolute;top:6px;right:6px;width:9px;height:9px;border-top:2px solid var(--light-color);border-right:2px solid var(--light-color);border-radius:0;pointer-events:none;transition:border-top .3s ease,border-right .3s ease}.cta-button:hover:after{border-top:2px solid var(--primary-color);border-right:2px solid var(--primary-color)}.cta-button.is-disabled,.cta-button.is-disabled:hover,.cta-button[disabled],.cta-button[disabled]:hover{background-color:#4b5563;color:#d1d5db;cursor:not-allowed}.cta-button.is-disabled:after,.cta-button.is-disabled:hover:after,.cta-button[disabled]:after,.cta-button[disabled]:hover:after{border-top:2px solid #d1d5db;border-right:2px solid #d1d5db}.home-contact{display:flex;flex-direction:column;align-items:center;text-align:center;padding:4rem 1rem;color:var(--light-color)}.home-contact h2{font:var(--primary-font);font-size:3rem}.home-contact_spacer{height:3rem}.home-contact_subtitle{display:flex;gap:.25rem;align-items:center;flex-wrap:wrap;line-height:1.2;min-height:1.2em;margin-top:.75rem}.subtitle-start{margin-right:1rem}.subtitle-dynamic{position:relative;display:inline-flex;align-items:center;height:1em;color:var(--accent-color)}.cursor-block{display:inline-block;width:.6ch;height:1em;margin-left:.1ch;background:var(--light-color);opacity:1;animation:blink 1s steps(1,end) infinite}.cursor-block.fast{animation-duration:.6s}@keyframes blink{0%,50%{opacity:1}50.01%,to{opacity:0}}@media(min-width:640px){.home-contact_subtitle{white-space:nowrap}}@media(max-width:1200px){.home-contact h2{font-size:1.6rem}}.home-services{display:flex;flex-direction:column;align-items:center;text-align:center;padding:4rem 1rem;color:var(--light-color)}.home-services h2{font:var(--primary-font);font-size:2.5rem;font-weight:300}.home-services_divider{display:flex;flex-direction:row;align-items:baseline;gap:.5rem;margin-bottom:3rem}#home-services-text_highlighted{color:var(--accent-color)}@media(max-width:1200px){.home-services{padding:8rem 0 0}.home-services_inner{display:flex;flex-direction:column}.home-services_divider{flex-direction:column;align-items:center;gap:0}.home-services h2{font-size:2rem}}.home-about{display:flex;flex-direction:column;align-items:center;text-align:center;padding:4rem 1rem;color:var(--light-color)}.home-about_inner{display:flex;flex-direction:column;align-items:center;width:80%;margin-bottom:3rem}.home-about_header{display:flex;flex-direction:row;text-align:center;margin-bottom:1rem;color:var(--light-color);font:var(--primary-font);gap:.5rem}.home-about_title{font-size:2.5rem;font-weight:300}.home-about_title.title_highlighted{color:var(--accent-color)}.home-about_illustration{width:100%;max-width:min(850px,80%);height:auto;border-radius:16px;transition:box-shadow .4s ease}.home-about_illustration:hover{box-shadow:var(--accent-color) 0 0 35px}.home-about_names{margin-top:1rem;display:flex;flex-direction:row;justify-content:space-between;width:100%;max-width:min(850px,80%)}.name_jeremy,.name_samuel{display:flex;flex-direction:column;font:var(--primary-font);font-size:2rem;font-weight:300}.name_jeremy{align-items:flex-start}.name_samuel{align-items:flex-end}.name_first{font-weight:600}.name_last{display:flex;flex-direction:row;gap:.5rem}.name_last_last{font-weight:600;color:var(--accent-color)}@media(prefers-reduced-motion:reduce){.home-about_illustration:hover{box-shadow:none;transition:none}}@media(max-width:1200px){.home-about{padding:2rem 0}.home-about_inner{width:100%}.home-about_header{flex-direction:column;align-items:center;gap:0}.home-about_title{font-size:2rem}.home-about_names{gap:1rem}.home-about_names .name_last{flex-direction:column}.home-about_names .name_last .name_last_last{align-self:flex-start}.name_samuel .name_last .name_last_last{align-self:flex-end}.name_jeremy,.name_samuel{font-size:1.5rem}}.service-info-table{max-width:2500px;width:100%;display:flex;justify-content:center}.service-info-table_inner{width:80%}.service-info-table_title{color:var(--accent-color);margin:1rem 0 1.5rem}.service-info-table_layout{display:grid;grid-template-columns:minmax(220px,28%) 1fr;gap:2rem;align-items:start}.service-info-table_sidebar{position:sticky;top:var(--sticky-top, 6rem)}.service-info-table_menu{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.service-info-table_menuItemWrapper{margin:0;padding:0;display:flex;align-items:center;justify-content:space-between}.service-info-table_title{color:var(--light-color);font-size:1.5rem;padding:.625rem .75rem;margin:0}.service-info-table_menuItem{font-family:var(--primary-font);font-size:1.3rem;font-weight:300;text-align:left;background:transparent;color:var(--light-color);border:none;border-radius:8px;padding:.625rem .75rem;cursor:pointer;transition:background-color .3s ease,color .3s ease,font-weight .3s ease}.service-info-table_menuItem:hover{background:var(--secondary-color)}.service-info-table_menuItem.is-active{color:var(--accent-color);font-weight:500}.service-info-table_detail{min-height:8rem;animation:informationFadeUp .4s ease forwards}.service-info-table_detailPlaceholder{margin:0;color:var(--light-color);opacity:.7}.service-info-table_detailContent{display:flex;flex-direction:column;gap:.75rem;max-width:750px;margin-left:auto}.service-info-table_paragraph{margin:0;color:var(--light-color);opacity:.9;line-height:1.7;text-align:right;font-size:1.3rem}.service-info-table_blockImage{display:block;width:100%;height:auto;object-fit:contain;border-radius:40px}.service-info-table_imageRow{display:flex;gap:.5rem;align-items:stretch;width:100%;max-width:100%;min-width:0;overflow-x:hidden}.service-info-table_blockImage--inline{flex:1 1 0;width:100%;max-width:100%;min-width:0;border-radius:16px}.service-info-table_imageFallback{display:flex;align-items:center;justify-content:center;background:transparent;color:var(--light-color);opacity:.6;border:1px dashed rgba(255,255,255,.25);aspect-ratio:16 / 9;border-radius:16px;padding:.5rem;text-align:center}.service-info-table_tokenFallback{opacity:.6}@keyframes informationFadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.service-info-table_layout{grid-template-columns:minmax(200px,34%) 1fr;gap:1.25rem}}@media(max-width:768px){.service-info-table_inner{width:90%}.service-info-table_layout{grid-template-columns:1fr}.service-info-table_sidebar{position:static}}.services_selector{display:flex;gap:1rem;justify-content:center}.selector_option{background:transparent;border:none;cursor:pointer;padding:.5rem 1rem;color:var(--light-color);font-size:4rem;font-family:var(--primary-font);font-weight:200;transition:color .3s ease,font-weight .3s ease}.selector_option:hover{font-weight:350}.selector_option.is-active{color:var(--accent-color);font-weight:600}.selector_divider{align-self:center;color:var(--light-color);font-size:3rem}@media(max-width:1200px){.services_selector{gap:.5rem;margin-bottom:1rem}.selector_option{font-size:2.2rem;padding:.25rem .5rem}.selector_divider{font-size:2rem}}.selector-subtitle-row{display:flex;align-items:baseline;width:100%;margin-bottom:5rem;padding:0 1rem}.selector-subtitle_title{font-size:2.5rem;color:var(--accent-color);font-weight:300;white-space:nowrap}.selector-subtitle_spacer{flex-basis:0px;flex-grow:1;transition:flex-grow .28s ease}.design .selector-subtitle_spacer--left{flex-grow:0}.design .selector-subtitle_spacer--right,.development .selector-subtitle_spacer--left{flex-grow:1}.development .selector-subtitle_spacer--right{flex-grow:0}@media(max-width:1200px){.selector-subtitle_title{font-size:1.5rem}}.about-intro{display:flex;width:60%;align-items:center;justify-content:space-between;margin-bottom:6rem}.about-intro--image-right{flex-direction:row-reverse}.about-intro--image-left{flex-direction:row}.about-intro__media{flex:0 0 auto}.about-intro__image{width:clamp(200px,25vw,360px);height:auto;display:block;border-radius:20%}.about-intro__content{display:flex;flex-direction:column;gap:.5rem;max-width:40ch}.about-intro--image-left .about-intro__content{text-align:right;align-items:flex-end}.about-intro--image-right .about-intro__content{text-align:left;align-items:flex-start}.about-intro__name{color:var(--light-color);font-size:4rem;font-weight:300;margin:0}.about-intro__role{color:var(--accent-color);font-size:2.5rem;font-weight:100;margin:0}.about-intro__bio{color:var(--light-color);font-size:1.8rem;font-weight:200;line-height:1.6;margin:.25rem 0 0}@media(max-width:1200px){.about-intro{width:70%;margin-bottom:2rem}.about-intro__name{font-size:3rem}.about-intro__role{font-size:2rem}.about-intro__bio{font-size:1.6rem}}@media(max-width:600px){.about-intro{width:100%}}.contact-container{display:flex;flex-direction:column;align-items:center;padding:2rem;width:100%}.contact-form{display:grid;gap:1rem;width:100%;max-width:720px}.contact-form .call-to-action{justify-self:end;margin-top:1rem}.form-group{display:grid;gap:.5rem}.form-label{color:var(--light-color);font-weight:600}.required{color:var(--accent-color)}.form-input,.form-textarea{width:100%;border:1px solid var(--light-color);border-radius:.5rem;background:#0b0b0b;color:var(--light-color);padding:.75rem .875rem;font-family:var(--primary-font)}.form-textarea{resize:vertical}.form-input:focus,.form-textarea:focus{outline:none;border-color:var(--accent-color)}.form-note{font-size:.875rem;font-weight:300;color:var(--light-color);opacity:.8;justify-self:center}.input-error{border-color:#ef4444}.error-text{color:#ef4444;font-size:.875rem}.form-status{font-size:.95rem;padding:.75rem 1rem;border-radius:.5rem}.status-success{background:#22c55e1f;color:#16a34a;border:1px solid rgba(34,197,94,.4)}.status-error{background:#ef44441f;color:#ef4444;border:1px solid rgba(239,68,68,.4)}.form-action button{font-family:var(--primary-font);font-size:1.2rem}@media(max-width:1200px){.contact-container{padding:2rem 0;width:90%}.contact-form{width:100%}.form-group .form-textarea{min-height:140px}}.contact-page{display:flex;flex-direction:column;align-items:center;color:var(--light-color);gap:1rem;margin-top:3rem}.app{width:100%;background:linear-gradient(0deg,var(--accent-color) 0%,var(--primary-color) 20%,var(--primary-color) 60%,var(--secondary-color) 100%);position:relative}.app-overlay{position:fixed;inset:0;pointer-events:none;z-index:0}.app-content{position:relative;z-index:1}@media(max-width:899px){.app-overlay{display:none!important}}.cursor-light-canvas{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.background-wave-canvas{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;opacity:.55}@media(max-width:899px){.background-wave-canvas{display:none}}.site-footer{display:flex;flex-direction:column;align-items:center;color:#fff;text-align:center;padding:2rem 1rem}.footer-logo-link{display:inline-block}.footer-logo{display:block;width:clamp(180px,80vw,600px);height:auto;margin:2.5rem 0 2rem;fill:var(--light-color);transition:fill .3s ease}.footer-logo:hover{fill:var(--secondary-color)}.footer-nav ul{display:flex;flex-direction:row;flex-wrap:wrap;list-style:none;padding:0}.footer-nav li{font-size:1.3rem;font-weight:400;margin:0 1.2rem;display:flex;align-items:center;position:relative;transition:color .3s ease}.footer-nav li:hover{color:var(--secondary-color)}.footer-nav li+li:before{content:"";position:absolute;left:-1.2rem;top:50%;transform:translateY(-50%);width:1px;height:1em;background:var(--light-color);opacity:.7}.footer-info{display:flex;flex-direction:row;gap:1.5rem;margin-top:2.5rem}.footer-info p{font-size:1.3rem;font-weight:200;margin:.2rem 0}.footer-socials{display:flex;flex-direction:row;gap:2rem;margin-bottom:2rem}.footer-social-icon{width:50px;height:50px;fill:var(--light-color);transition:fill .3s ease}.footer-social-icon:hover{fill:var(--secondary-color)}@media(max-width:1200px){.footer-nav ul{flex-direction:column;justify-content:center;align-items:center;gap:.7rem}.footer-nav li+li:before{display:none}.footer-info{flex-direction:column;align-items:center;gap:1rem}}
