.hero{position:relative;width:100vw;height:100svh;overflow:hidden;background-image:url(/global/hero.png);background-size:cover;background-position:center}.hero .hero-content{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between}.hero .hero-content .hero-header{width:90%;margin:0 auto;text-align:center;padding-top:9svh}.hero .hero-content .hero-header h1{font-size:16vw;display:flex;flex-direction:column;gap:0}.hero-name-first{display:block;font-family:Sidewalk,serif;font-style:normal;font-weight:400;font-size:12vw;text-transform:none;letter-spacing:.01em;line-height:.88;color:var(--base-100);max-width:100%;overflow-wrap:break-word}.hero-name-last{display:block;font-family:RansomCutoutsV1,sans-serif;font-style:normal;font-weight:400;font-size:11vw;text-transform:uppercase;letter-spacing:-.02em;line-height:.85;color:var(--base-100);max-width:100%;overflow-wrap:break-word}.hero .hero-content .hero-footer{display:flex;justify-content:space-between;align-items:flex-end;z-index:2;color:var(--base-100)}.hero .hero-content .hero-footer-copy{width:35%}.hero .hero-content .hero-footer-tags{display:flex;gap:2rem}.hero .hero-cards{position:absolute;top:62%;left:50%;transform:translate(-50%,-50%);width:35%;display:flex;justify-content:center;gap:1rem}.hero .hero-cards .card{flex:1;position:relative;aspect-ratio:5/7;transform:scale(0)}.hero .hero-cards .card .hero-card-inner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;padding:1rem;border-radius:8px;animation:floating 2s infinite ease-in-out;display:flex;flex-direction:column;justify-content:space-between}.hero .hero-cards .card#hero-card-1 .hero-card-inner{animation-delay:0}.hero .hero-cards .card#hero-card-2 .hero-card-inner{animation-delay:.25s}.hero .hero-cards .card#hero-card-3 .hero-card-inner{animation-delay:.5s}.hero .hero-cards .card .card-title{width:100%;display:flex;justify-content:space-between}.hero .hero-cards .card p{font-size:.8rem}.hero .hero-cards .card#hero-card-1{z-index:2}.hero .hero-cards .card#hero-card-2{z-index:1}.hero .hero-cards .card#hero-card-3{z-index:0}.hero .hero-cards .card#hero-card-1 .hero-card-inner{background-color:var(--accent-1)}.hero .hero-cards .card#hero-card-2 .hero-card-inner{background-color:var(--accent-2)}.hero .hero-cards .card#hero-card-3 .hero-card-inner{background-color:var(--accent-3)}.home-about{position:relative;width:100vw;height:auto;padding:6rem 0;background-color:var(--base-300);color:var(--base-100);overflow:hidden}.home-about .container{display:flex;flex-direction:column;gap:2rem}.home-about .home-about-col:nth-child(1){flex:none}.home-about .home-about-col:nth-child(1) .home-about-header{width:100%;display:flex;flex-direction:column;gap:2rem}.home-about .home-about-col:nth-child(2){flex:none;display:flex;flex-direction:column;gap:2rem;width:100%}.home-about .home-about-col-row{display:flex;flex:1;gap:2rem;width:100%}.home-about .home-about-card{flex:1;display:flex;flex-direction:column;justify-content:space-between;height:100%;border:1px dashed var(--base-secondary-fade);border-radius:16px;padding:1.5rem}.home-about .home-about-card p.mono{color:var(--base-secondary-dark)}.stacked-logos{--mouse-x: 50%;--mouse-y: 50%;position:relative;display:grid;grid-template-columns:repeat(3,1fr);height:140px;width:100%}.stacked-logos-cell{position:relative;display:flex;align-items:center;justify-content:center;padding:1.5rem;border-right:1px dashed var(--base-secondary-fade);border-top:1px dashed var(--base-secondary-fade);border-bottom:1px dashed var(--base-secondary-fade)}.stacked-logos-cell:first-child{border-left:1px dashed var(--base-secondary-fade)}.stacked-logos-logo{width:auto;height:6rem;max-width:70%;object-fit:contain;opacity:0;transform:translateY(8px);transition:opacity .4s ease,transform .4s ease}.stacked-logos-logo.is-svg{height:2.5rem}.stacked-logos-logo.is-visible{opacity:.9;transform:translateY(0)}.stacked-logos-glow,.stacked-logos-border-glow{position:absolute;inset:0;pointer-events:none;opacity:0;transition:opacity .3s;z-index:1}.stacked-logos-glow{background:radial-gradient(500px circle at var(--mouse-x) var(--mouse-y),rgba(251,191,36,.1),transparent 70%)}.stacked-logos-border-glow{background:radial-gradient(600px circle at var(--mouse-x) var(--mouse-y),rgba(251,191,36,.8),transparent 40%);mask-image:repeating-linear-gradient(to right,black 0,black 1px,transparent 1px,transparent calc(33.333% - 1px),black calc(33.333% - 1px),black 33.333%);-webkit-mask-image:repeating-linear-gradient(to right,black 0,black 1px,transparent 1px,transparent calc(33.333% - 1px),black calc(33.333% - 1px),black 33.333%)}.stacked-logos:hover .stacked-logos-glow,.stacked-logos:hover .stacked-logos-border-glow{opacity:1}.home-services{position:relative;width:100vw;height:100svh;padding:8rem 2rem;overflow:hidden}.home-services-top-bar{position:absolute;top:0;left:0;width:100%}.home-services-bottom-bar{position:absolute;bottom:0;left:0;width:100%}.home-services-top-bar .container,.home-services-bottom-bar .container{display:flex;justify-content:space-between}.home-services-header{position:relative;width:100%;text-align:center;transform:translateY(300%);will-change:transform}.home-services .cards{position:fixed;top:0;left:0;width:100vw;height:100svh;display:flex;justify-content:center;z-index:-1;background-color:var(--base-100);overflow:hidden}.services-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.home-services .cards-container{position:relative;width:75%;height:100%;margin-top:4rem;display:flex;justify-content:center;align-items:center;gap:4rem;z-index:1}.home-services .cards-container .card{flex:1;position:relative;aspect-ratio:5/7;perspective:1000px}.home-services .cards-container .card .card-wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;animation:floating 2s infinite ease-in-out}.home-services .card .card-title{width:100%;display:flex;justify-content:space-between}.home-services .card p{font-size:.8rem}@keyframes floating{0%{transform:translate(-50%,-50%)}50%{transform:translate(-50%,-55%)}to{transform:translate(-50%,-50%)}}.home-services #card-1 .card-wrapper{animation-delay:0}.home-services #card-2 .card-wrapper{animation-delay:.25s}.home-services #card-3 .card-wrapper{animation-delay:.5s}.home-services .flip-card-inner{position:relative;width:100%;height:100%;transform-style:preserve-3d}.home-services .flip-card-front,.home-services .flip-card-back{position:absolute;width:100%;height:100%;border-radius:8px;backface-visibility:hidden;overflow:hidden}.home-services .flip-card-front{padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.home-services #card-1 .flip-card-front{background-color:var(--accent-1)}.home-services #card-2 .flip-card-front{background-color:var(--accent-2)}.home-services #card-3 .flip-card-front{background-color:var(--accent-3)}.home-services .flip-card-back{padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between;gap:2rem;background-color:#fff;transform:rotateY(180deg)}.home-services .card-copy{width:100%;height:100%;display:flex;flex-direction:column;gap:.5rem}.home-services .card-copy p{flex:1;display:flex;justify-content:center;align-items:center;font-size:1rem;background-color:var(--base-200);border-radius:8px}.home-services .cards #card-1{transform:translate(100%) translateY(-100%) rotate(-5deg) scale(.25);z-index:2}.home-services .cards #card-2{transform:translate(0) translateY(-100%) rotate(0) scale(.25);z-index:1}.home-services .cards #card-3{transform:translate(-100%) translateY(-100%) rotate(5deg) scale(.25);z-index:0}.home-services .cards .cards-container .card{opacity:0}.cardswap-section{position:relative;width:100vw;height:auto;padding:6rem 0 10rem;background-color:var(--base-300);color:var(--base-100);overflow:hidden}.cardswap-section .container{position:relative;min-height:640px;display:flex;align-items:center}.cardswap-header{max-width:40%;display:flex;flex-direction:column;gap:1.5rem}.cardswap-header p.mono{color:var(--base-secondary-dark)}.cardswap-actions{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin-top:1rem}.cardswap-btn{display:inline-flex;align-items:center;justify-content:center;padding:.9rem 1.75rem;border-radius:100px;border:1px solid var(--base-secondary-fade);font-family:Rinter;font-size:.85rem;text-transform:uppercase;letter-spacing:.02em;color:var(--base-100);transition:background-color .3s ease,color .3s ease}.cardswap-btn:hover,.cardswap-btn--primary{background-color:var(--base-100);color:var(--base-300)}.cardswap-btn--primary:hover{background-color:transparent;color:var(--base-100)}.cardswap-btn--disabled{color:var(--base-secondary-dark);border-color:var(--base-secondary-fade);cursor:not-allowed;pointer-events:none}.cardswap-note{color:var(--base-secondary-dark);font-style:italic}.cardswap-stage{position:absolute;bottom:0;right:0;width:620px;height:480px;transform:translate(5%,15%);transform-origin:bottom right;perspective:1400px;overflow:visible}.cardswap-stage .card{position:absolute;top:50%;left:50%;width:100%;height:100%;display:flex;flex-direction:column;border-radius:12px;border:1px solid var(--base-secondary-fade);background:#141414;overflow:hidden;cursor:pointer;transform-style:preserve-3d;will-change:transform;backface-visibility:hidden;-webkit-backface-visibility:hidden}.cardswap-stage .card img{width:100%;height:65%;object-fit:cover}.cardswap-stage .card-info{padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:.25rem}.cardswap-stage .card-info h4{font-size:1.75rem}.cardswap-stage .card-info p.mono{color:var(--base-secondary-dark)}@media(max-width:1000px){.cardswap-header{max-width:100%}.cardswap-section .container{min-height:500px}.cardswap-stage{width:380px;height:320px;transform:scale(.85) translate(15%,25%)}}@media(max-width:700px){.cardswap-stage{transform:scale(.6) translate(20%,30%)}}.home-spotlight-top-bar{position:absolute;top:0;left:0;width:100%}.home-spotlight-bottom-bar{position:absolute;bottom:0;left:0;width:100%}.home-spotlight-top-bar .container,.home-spotlight-bottom-bar .container{display:flex;justify-content:space-between}.magnetic-spotlight{position:relative;width:100vw;height:100svh;min-height:800px;overflow:hidden;background-color:var(--base-300);color:var(--base-100);mix-blend-mode:normal}.magnetic-spotlight-marquee{position:absolute;top:0;left:0;width:100%;height:180px;overflow:hidden;z-index:20;pointer-events:none}.magnetic-spotlight-marquee-track{position:absolute;top:0;left:0;display:flex;align-items:center;gap:1rem;height:100%;will-change:transform}.magnetic-spotlight-marquee-item{flex-shrink:0;width:160px;height:160px;border-radius:20px;overflow:hidden;background-color:var(--base-secondary-fade)}.magnetic-spotlight-marquee-item img{width:100%;height:100%;object-fit:cover}.magnetic-spotlight-content{position:relative;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 6rem;z-index:30;mix-blend-mode:difference;pointer-events:none}.magnetic-spotlight-title{font-family:Orientir,serif;font-style:normal;font-weight:400;text-transform:none;font-size:10rem;line-height:.85;letter-spacing:-.02em;text-align:center;margin-bottom:4rem}.magnetic-spotlight-row{width:100%;max-width:1600px;display:flex;justify-content:space-between;align-items:flex-start;gap:3rem;padding:0 2rem}.magnetic-spotlight-subtitle{flex:1;max-width:360px;text-align:right;text-transform:uppercase;font-size:2.5rem;letter-spacing:-.01em;line-height:1.1}.magnetic-spotlight-paragraphs{flex:1;display:flex;gap:3rem;font-family:Rinter,monospace;font-size:1rem;line-height:1.6}.magnetic-spotlight-paragraph{flex:1;display:flex;flex-direction:column}.outro{position:relative;width:100vw;height:100svh;overflow:hidden;z-index:1}.outro .container{display:flex;justify-content:center;align-items:center}.outro h3{width:50%;text-align:center}.outro .outro-strips{position:absolute;top:0;left:50%;transform:translate(-50%);width:150vw;height:100svh;overflow:hidden;display:flex;flex-direction:column;justify-content:space-around}.outro .outro-strip{position:relative;transform:translate(0);display:flex;justify-content:space-around;will-change:transform}.outro .skill{width:max-content;padding:4px 8px;border-radius:6px}.outro .skill p{font-size:.8rem}.outro .os-1{margin-top:10rem}.outro .os-2{margin-top:-2rem}.outro .os-3{margin-top:16rem}.outro .os-4{margin-top:-2rem}.outro .os-5{margin-top:1rem}.outro .os-6{margin-top:2rem}.outro .skill.skill-var-1{background-color:var(--accent-1);color:var(--base-100)}.outro .skill.skill-var-2{background-color:var(--accent-2);color:var(--base-100)}.outro .skill.skill-var-3{background-color:var(--accent-3);color:var(--base-100)}@media(min-width:2800px){.hero .hero-content .hero-header{width:100%}.hero .hero-content .hero-header h1{font-size:15vw}.hero .hero-cards{width:30%}}@media(max-width:1200px){.hero .hero-content .hero-header{width:100%;padding-top:6svh}.hero .hero-content .hero-header h1{font-size:20vw}.hero-name-first{font-size:14vw}.hero-name-last{font-size:10vw}.hero .hero-cards{top:64%;width:50%}}@media(max-width:1000px){.hero .hero-content .hero-header h1{font-size:22.5vw}.hero .hero-content .hero-footer-copy{display:none}.hero .hero-content .hero-footer-tags{width:100%;justify-content:space-between}.hero .hero-cards .card p{font-size:.7rem}.hero-name-first{font-size:17vw}.hero-name-last{font-size:11vw}.hero .hero-content .hero-header{padding-top:12svh}.hero .hero-cards{top:67%}.home-about{height:max-content}.home-about .container{flex-direction:column}.home-about .symbols-container{margin-bottom:8rem}.home-about .home-about-col:nth-child(1) .home-about-header{width:100%}.home-about .home-about-col:nth-child(2),.home-about .home-about-col-row{flex-direction:column}.home-about .home-about-card{aspect-ratio:1;max-height:400px}.home-services-bottom-bar .container{flex-direction:column;justify-content:center;align-items:center;text-align:center}.home-services-header{transform:translateY(0)}.magnetic-spotlight-title{font-size:5rem}.magnetic-spotlight-row{flex-direction:column;align-items:center;text-align:center;gap:1.5rem}.magnetic-spotlight-subtitle{text-align:center;max-width:100%}.magnetic-spotlight-paragraphs{flex-direction:column;gap:1rem;text-align:center}.outro h3{width:90%}.outro .outro-strips{width:300vw}.outro .os-1{margin-top:2.5rem}.outro .os-3{margin-top:10rem}}@media(max-width:800px){.hero .hero-cards{top:68%;width:65%}.hero-name-first{font-size:22vw}.hero-name-last{font-size:12vw}.hero .hero-content .hero-header{padding-top:16svh}}@media(max-width:600px){.hero .hero-content .hero-header h1{font-size:25vw}.hero-name-first{font-size:22vw}.hero-name-last{font-size:11vw}.hero .hero-content .hero-header{padding-top:22svh}.hero .hero-cards{top:68%;width:75%}}@media(max-width:500px){.hero .hero-content .hero-header h1{font-size:30vw}.hero-name-first{font-size:22vw}.hero-name-last{font-size:11vw}.hero .hero-content .hero-header{padding-top:22svh}.hero .hero-cards{top:68%;width:85%}}@media(max-width:1000px){.home-services{height:max-content}.home-services .cards{position:relative;background-color:var(--base-100);width:100%;height:max-content;z-index:1}.home-services .cards-container{flex-direction:column;gap:2rem;width:100%;display:block;margin:0}.home-services .card{opacity:1!important;transform:none!important;max-width:400px;width:100%;margin:2rem auto}.home-services .flip-card-inner,.home-services .cards-container .card .card-wrapper{animation:none}.home-services .flip-card-front{display:none}.home-services .flip-card-back{transform:none!important;position:relative}}
