.hero{background-color:var(--base-100);width:100%;height:100svh;position:relative;overflow:hidden}.hero .container{justify-content:center;align-items:center;height:100%;display:flex}.hero .container .hero-content-main{text-align:left;flex-direction:row;justify-content:center;align-items:center;gap:4rem;width:70%;height:100%;display:flex}.hero-left{flex-direction:column;flex:1.5;gap:4rem;display:flex}.hero-header{flex-direction:column;gap:1rem;display:flex}.hero-right{flex-direction:column;flex:1;gap:2rem;display:flex}.hero-right .hero-description .lg{text-transform:uppercase;letter-spacing:.225rem;flex-direction:column;gap:3px;font-family:Big Shoulders Display;font-weight:500;line-height:1;display:flex}.hero-image-container{aspect-ratio:1;opacity:0;border-radius:1.5rem;width:70%;animation:.8s cubic-bezier(.76,0,.24,1) forwards fadeInHeroImg;overflow:hidden;transform:translateY(30px)}@keyframes fadeInHeroImg{to{opacity:1;transform:translateY(0)}}.hero-image-container img{object-fit:cover;width:100%;height:100%}.hero-cta{align-items:center;gap:1.5rem;display:flex}.hero-theme-toggle{opacity:0;animation:.5s forwards fadeInHeroToggle}@keyframes fadeInHeroToggle{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.hero .container .hero-footer-outer{width:100%;padding:2rem;position:absolute;bottom:0;left:0}.hero-footer-copy{justify-content:space-between;align-items:flex-end;display:flex}.featured-work{background-color:var(--base-100);width:100%;height:100%;padding:8rem 0 6rem;position:relative;overflow:hidden}.featured-work .featured-work-header-content{text-align:center;flex-direction:column;justify-content:space-between;align-items:center;gap:5rem;width:65%;height:100%;margin:0 auto;display:flex}.featured-work .featured-work-header{width:60%}.featured-work .featured-work-header-content .arrow{width:3rem}.featured-work .featured-work-header-content .featured-work-header-copy{width:50%}.services-header-container{background-color:var(--base-100);width:100%;height:100%;position:relative;overflow:hidden}.services-header-container .services-header-content{text-align:center;flex-direction:column;justify-content:space-between;align-items:center;gap:5rem;width:100%;height:100%;margin:0 auto;display:flex}.services-header-container .services-header{width:50%}.services-header-container .services-header-content .arrow{width:3rem}.services-header-container .services-header-content .services-header-copy{width:50%}@media (max-width:1000px){.hero{height:auto;min-height:100svh}.hero .container .hero-content-main{text-align:center;flex-direction:column;justify-content:center;gap:4rem;padding:8rem 0 6rem}.hero-header h2{justify-content:center;align-items:center;display:flex}.hero-left,.hero-right{flex-direction:column;flex:none;align-items:center;width:100%;display:flex}.hero-image-container{width:100%;max-width:400px}.hero .container .hero-footer-outer{margin-top:2rem;padding:2rem 0;position:relative}.hero-footer-copy{text-align:center;flex-direction:column;align-items:center;gap:1rem}.featured-work .featured-work-header,.featured-work .featured-work-header-content,.featured-work .featured-work-header-content .featured-work-header-copy,.services-header-container .services-header,.services-header-container .services-header-content,.services-header-container .services-header-content .services-header-copy{width:100%}.featured-work-list{padding:4rem 0!important}.featured-work-list .row{flex-direction:column;gap:3rem;width:100%!important}.featured-work .featured-work-header-content,.services-header-container .services-header-content{gap:3rem}}.section-divider{background:linear-gradient(90deg, transparent 0%, var(--base-300) 50%, transparent 100%);width:95%;max-width:1400px;height:2px;margin:0 auto}[data-theme=dark] .section-divider{background:linear-gradient(90deg,#0000 0%,#121212 50%,#0000 100%)}
