.hero{position:relative;width:100vw;height:100svh;overflow:hidden;color:var(--base-100)}.hero .hero-media{position:absolute;inset:0;z-index:0}.hero .hero-media img{width:100%;height:100%;object-fit:cover;transform:scale(1.04);animation:hero-drift 18s ease-in-out infinite alternate}.hero .hero-media-fade{position:absolute;inset:0;background:linear-gradient(180deg,#0a0a0a8c,#0a0a0a59 40%,#0a0a0ab8),radial-gradient(ellipse at 70% 20%,rgba(177,193,239,.22),transparent 55%)}.hero .container{position:relative;z-index:1}.hero .hero-content{width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding-top:6rem;padding-bottom:2.5rem}.hero .hero-content .hero-header{width:min(100%,56rem);display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.hero .hero-handle{opacity:.85}.hero .hero-content .hero-header h1{font-size:clamp(3.75rem,10vw,9rem);max-width:12ch}.hero .hero-lede{max-width:28rem;opacity:.92}.hero .hero-cta{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.35rem}.hero .hero-btn{display:inline-flex;align-items:center;justify-content:center;min-height:2.75rem;padding:.7rem 1.35rem;border-radius:6px;font-family:DM Mono;font-size:.8rem;font-weight:500;text-transform:uppercase;letter-spacing:.02em;transition:transform .25s ease,background-color .25s ease,color .25s ease,border-color .25s ease}.hero .hero-btn:hover{transform:translateY(-2px)}.hero .hero-btn-primary{background-color:var(--base-100);color:var(--base-300)}.hero .hero-btn-ghost{background-color:transparent;color:var(--base-100);border:1px solid rgba(249,244,235,.35)}.hero .hero-btn-ghost:hover{border-color:#f9f4ebcc}@keyframes hero-drift{0%{transform:scale(1.04) translateZ(0)}to{transform:scale(1.1) translate3d(-1.5%,-1%,0)}}.home-about{position:relative;width:100vw;min-height:100svh;background-color:var(--base-300);color:var(--base-100);overflow-x:clip;overflow-y:visible;display:flex;align-items:stretch}.home-about .container{display:flex;flex-direction:column;justify-content:space-between;gap:3rem;padding-top:7rem;padding-bottom:3rem}.home-about-top{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem}.home-about-header{display:flex;flex-direction:column;gap:1rem;flex:1;min-width:0;max-width:min(100%,48rem)}.home-about-header h3{font-weight:500;font-size:clamp(2.25rem,5.5vw,4.25rem);line-height:.98;max-width:11em}.home-about-lede{max-width:32rem;color:var(--base-secondary-dark);line-height:1.45}.home-about-link{color:var(--base-100);opacity:.7;border-bottom:1px solid rgba(249,244,235,.3);padding-bottom:.2rem;transition:opacity .25s ease;flex-shrink:0}.home-about-link:hover{opacity:1}.home-about-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;flex:1;min-height:0}.home-about-card{display:flex;flex-direction:column;justify-content:space-between;gap:1.25rem;min-height:14rem;border:1px dashed var(--base-secondary-fade);border-radius:12px;padding:1.35rem;color:var(--base-100);text-align:center;transition:background-color .25s ease,border-color .25s ease,transform .25s ease}.home-about-card:hover{background-color:#f9f4eb0a;border-color:#f9f4eb59;transform:translateY(-3px)}.home-about-index{color:var(--base-secondary-dark);font-size:.8rem}.home-about-card-body{display:flex;flex-direction:column;align-items:center;gap:.65rem;flex:1}.home-about-card h4{font-size:clamp(1.35rem,2.2vw,2rem);font-weight:500;line-height:1.05}.home-about-desc{font-size:.9rem;line-height:1.45;color:var(--base-secondary-dark);max-width:18rem}.home-about-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:.4rem;margin-top:auto;padding-top:.5rem}.home-about-tag{font-size:.62rem;letter-spacing:.05em;text-transform:uppercase;padding:.35rem .65rem;border:1px dashed rgba(249,244,235,.25);border-radius:999px;background-color:#f9f4eb0a}.home-about-tag-role{border-color:#f9f4eb8c;background-color:#f9f4eb1a}.home-services{display:none}.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)}.home-services .cards-container{position:relative;width:75%;height:100%;margin-top:4rem;display:flex;justify-content:center;align-items:center;gap:4rem}.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}.home-spotlight{display:none}.home-spotlight .spotlight-intro-header{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;width:50%}.home-spotlight .home-spotlight-images{position:absolute;top:0;left:0;width:100vw;height:300svh;display:flex;flex-direction:column;justify-content:space-between;transform:translateY(5%);will-change:transform;z-index:-1}.home-spotlight .home-spotlight-images-row{width:100%;padding:2rem;display:flex;gap:2rem}.home-spotlight .home-spotlight-image{flex:1;aspect-ratio:5/7;border-radius:8px;overflow:hidden}.home-spotlight .home-spotlight-image.image-holder{opacity:.75}.home-spotlight .spotlight-mask-image-container{position:absolute;top:0;left:0;width:100vw;height:100svh;overflow:hidden;z-index:10;-webkit-mask:url(/global/spotlight-mask.svg) center/contain no-repeat;mask:url(/global/spotlight-mask.svg) center/contain no-repeat;-webkit-mask-size:0%;mask-size:0%}.home-spotlight .spotlight-mask-image-container .spotlight-mask-image{width:100%;height:100%}.home-spotlight .spotlight-mask-image-container .spotlight-mask-image img{width:100%;height:100%;object-fit:cover;object-position:center}.home-spotlight .spotlight-mask-header{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40%;text-align:center;color:var(--base-100)}.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}.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-300)}.outro .skill.skill-var-2{background-color:var(--accent-2);color:var(--base-300)}.outro .skill.skill-var-3{background-color:var(--accent-3);color:var(--base-300)}@media (max-width: 1000px){.hero .hero-content{justify-content:flex-end;padding-bottom:1rem}.hero .hero-content .hero-header{width:100%;gap:1rem}.hero .hero-lede{max-width:100%}.home-about{height:max-content;min-height:auto}.home-about .container{padding-top:6rem}.home-about-top{flex-direction:column;align-items:flex-start}.home-about-header{max-width:100%}.home-about-grid{grid-template-columns:1fr 1fr}.home-about-card{min-height:12rem;text-align:left}.home-about-card-body{align-items:flex-start}.home-about-tags{justify-content:flex-start}.home-about-desc{max-width:100%}.home-services-bottom-bar .container{flex-direction:column;justify-content:center;align-items:center;text-align:center}.home-services-header{transform:translateY(0)}.home-spotlight .spotlight-mask-header,.home-spotlight .spotlight-intro-header{width:90%;text-align:center}.home-spotlight .home-spotlight-images{position:absolute;left:-75vw;width:250vw}.home-spotlight .home-spotlight-images-row{gap:1rem}.outro h3{width:90%}.outro .outro-strips{width:300vw}.outro .os-1{margin-top:2.5rem}.outro .os-3{margin-top:10rem}.home-services{height:max-content}.home-services .cards{position:relative;background-color:var(--base-100);width:100%;height:max-content}.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}}@media (max-width: 600px){.home-about-grid{grid-template-columns:1fr}}.about-hero{position:relative;width:100vw;height:100svh;overflow:hidden}.about-hero .about-hero-img{position:absolute;top:0;left:0;width:100%;height:100%}.about-hero .about-header{position:absolute;bottom:2.75rem;left:50%;transform:translate(-50%);width:60%;text-align:center;color:var(--base-100)}.anime-text-container{position:relative;width:100vw;height:100svh;overflow:hidden}.anime-text-container .copy-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.anime-text-container .anime-text{width:60%}.anime-text-container .anime-text p{color:var(--base-300);text-align:center;margin-bottom:2rem;font-size:2rem;font-weight:900;line-height:1}.anime-text-container .anime-text .word{display:inline-block;position:relative;margin-right:.2rem;margin-bottom:.2rem;padding:.1rem .2rem;border-radius:8px;will-change:background-color,opacity}.anime-text-container .anime-text .word.keyword-wrapper{margin:0 .4rem .2rem .2rem}.anime-text-container .anime-text .word span{position:relative}.anime-text-container .anime-text .word span.keyword{border-radius:2rem;display:inline-block;width:100%;height:100%;padding:.1rem 0;color:var(--base-300)}.anime-text-container .anime-text .word span.keyword:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:calc(100% + 1rem);height:calc(100% + .1rem);background-color:var(--base-300);border-radius:8px;z-index:-1;border:1px dashed var(--base-300)}.anime-text-container .anime-text .word span.keyword.startups:before,.anime-text-container .anime-text .word span.keyword.venture-capital:before{background-color:var(--accent-1)}.anime-text-container .anime-text .word span.keyword.building:before,.anime-text-container .anime-text .word span.keyword.founders:before{background-color:var(--accent-2)}.anime-text-container .anime-text .word span.keyword.investment:before{background-color:var(--accent-3)}.anime-text-container .anime-text .word,.anime-text-container .anime-text .word span{opacity:0}.about-skills{position:relative;width:100vw;height:100svh;overflow:hidden;background-color:var(--base-300);color:var(--base-100)}.about-skills .container{display:flex;gap:2rem}.about-skills .about-skills-col{position:relative;flex:1;width:100%;height:100%;border-radius:16px}.about-skills .about-skills-col:nth-child(1){display:flex;flex-direction:column;justify-content:space-between}.about-skills .about-skills-col:nth-child(1) h3{width:80%}.about-skills .about-skills-col .object-container{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#101010;border:1px dashed var(--base-secondary-fade);border-radius:16px}.about-skills .object-container{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.about-skills .object-container .object{position:absolute;width:max-content;font-size:2rem;font-weight:500;background-color:var(--base-100);color:var(--base-300);padding:2rem 4rem;border-radius:10px;-webkit-user-select:none;user-select:none;pointer-events:auto;z-index:2;border:2px solid #101010}.about-skills .object-container .os-1{background-color:var(--accent-1)}.about-skills .object-container .os-2{background-color:var(--accent-2)}.about-skills .object-container .os-3{background-color:var(--accent-3)}.about-skills-copy-wrapper{display:flex;flex-direction:column;gap:2rem}.about-sticky-cards{position:relative;width:100vw;height:100svh;overflow:hidden;background-color:var(--base-100);color:var(--base-300)}.about-sticky-cards .sticky-cards-header{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40%;text-align:center}.about-sticky-cards .gallery-card{position:absolute;top:25%;left:50%;transform:translate(-50%,-50%);will-change:transform;width:25%;height:50%;padding:.5em;display:flex;flex-direction:column;gap:.5em;border-radius:12px;background-color:var(--base-300);color:var(--base-100)}.about-sticky-cards .gallery-card-img{flex:1 1 0;min-height:0;width:100%;border-radius:8px;overflow:hidden}.about-sticky-cards .gallery-card-content{flex:0 0 12px;display:flex;align-items:center}.about-sticky-cards .gallery-card-content p.mono{font-size:.8rem}@media (max-width: 1000px){.about-sticky-cards .gallery-card{width:75%}}@media (max-width: 1000px){.anime-text-container .copy-container h1{width:90%;font-size:2rem}.anime-text-container .anime-text{width:100%}.anime-text-container .anime-text p{font-size:1.3rem}.anime-text-container .anime-text .word{margin-right:.1rem;margin-bottom:.15rem;padding:.05rem .125rem}.anime-text-container .anime-text .word.keyword-wrapper{margin:0 .2rem .1rem .1rem}.anime-text-container .anime-text .word span.keyword:before{width:calc(100% + .35rem);height:calc(100% + .075rem)}.about-hero .about-header{width:90%;top:50%;bottom:unset;transform:translate(-50%,-50%)}.about-skills{height:100svh}.about-skills .about-skills-col:nth-child(1) h3{width:100%}.about-skills .container{flex-direction:column}.about-skills .about-skills-col:nth-child(1){justify-content:flex-start;gap:4rem}.skills-playground{flex:2!important}.about-skills .object-container .object{font-size:.75rem;font-weight:500;padding:.75rem 1.5rem;border-radius:8px;-webkit-user-select:none;user-select:none;pointer-events:auto;z-index:2;border:2px solid #101010}.about-sticky-cards .gallery-card{top:50%}.about-sticky-cards .gallery-card{width:50%;height:25svh}.about-sticky-cards .sticky-cards-header{width:90%}}
