.menu{position:fixed;top:1.5rem;left:50%;transform:translateX(-50%);width:50%;max-width:600px;z-index:1000;transition:transform .4s ease}.menu.hidden{transform:translateX(-50%) translateY(-200%)}.menu-header{position:relative;padding:1rem 1.5rem 1rem 1.75rem;display:flex;justify-content:space-between;align-items:center;background-color:var(--base-300);border:2px solid rgba(249,244,235,.35);border-radius:8px;z-index:2;cursor:pointer}.menu-logo{font-size:1.25rem;cursor:pointer}.menu-logo img{width:1.25rem;transition:transform .5s ease}.menu-logo img.rotated{transform:rotate(180deg)}.menu-toggle{position:relative;background:none;border:none;cursor:pointer;padding:.5rem;display:flex;justify-content:center;align-items:center;width:28px;height:28px}.menu-hamburger-icon{width:20px;height:25px;position:absolute;top:10px;right:0;cursor:pointer}.menu-item{transition:all .2s ease;display:block;width:20px;height:2px;margin:0 0 4px;border-radius:1px}.menu-hamburger-icon.open .menu-item,.menu-item{background:var(--base-100)}.menu-hamburger-icon.open .menu-item:first-child{transform:rotate(45deg);transform-origin:5px}.menu-hamburger-icon.open .menu-item:nth-child(2){transform:rotate(-45deg);transform-origin:6px}.menu-overlay{position:absolute;top:100%;left:0;right:0;background-color:var(--base-300);border:2px solid rgba(249,244,235,.35);border-top:none;border-radius:0 0 8px 8px;margin-top:-8px;padding-top:8px;transform-origin:top;transform:scaleY(0);overflow:hidden;will-change:transform}.menu-nav{padding:2rem 0 3rem}.menu-nav ul{list-style:none;margin:0;padding:0}.menu-nav li{margin:-4px 0;opacity:0}.menu-nav a{display:block;padding:.5rem 1.75rem;position:relative;text-transform:uppercase;text-decoration:none;color:var(--base-100);font-family:Barlow Condensed;font-size:3.5rem;letter-spacing:-.02rem;font-weight:900;line-height:.85;overflow:hidden}.menu-nav a div div{position:relative;will-change:transform}.menu-footer{padding:1rem 1.75rem 1.5rem;opacity:0;display:flex;justify-content:space-between;align-items:center}.menu-social{display:flex;gap:1rem;justify-content:center}.menu-social a,.menu-time{color:var(--base-100);font-size:.9rem;text-decoration:none;transition:all .3s ease;text-transform:uppercase;font-family:DM Mono;font-size:.85rem;font-weight:500}.menu-time{width:max-content;color:var(--base-secondary-dark)}@media (max-width:1000px){.menu{width:90%;max-width:none}.menu-header{padding:1rem 1.5rem}.menu-nav a{font-size:3rem;letter-spacing:0;padding:.75rem 1.5rem}.menu-footer{padding:2rem 1.75rem;flex-direction:column;align-items:flex-start}.menu-social{flex-wrap:wrap;gap:.5rem}.menu-time{right:1.5rem}}.hero{position:relative;width:100%;height:100svh;overflow:hidden}.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:15svh}.hero .hero-content .hero-header h1{font-size:12vw;white-space:nowrap}.hero .hero-content .hero-footer{display:flex;justify-content:space-between;align-items:flex-end;z-index:2}.hero .hero-content .hero-footer-copy{width:35%}.hero .hero-content .hero-footer-tags{display:flex;gap:2rem}.hero .hero-cards{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:35%;display:flex;justify-content:center;gap:1rem}.hero .hero-cards .card{flex:1 1;position:relative;aspect-ratio:5/7;opacity:0}.hero .hero-cards .card .hero-card-inner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) translateZ(0);width:100%;height:100%;padding:1rem;border-radius:8px;animation:floating 2s ease-in-out infinite;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;z-index:1;border:2px solid var(--base-secondary-dark);will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden}.hero .hero-cards .card .hero-card-inner .card-bg-img{position:absolute;top:6px;left:6px;width:calc(100% - 12px);height:calc(100% - 12px);z-index:-1;border-radius:4px}.hero .hero-cards .card .hero-card-inner .card-bg-img img{width:100%;height:100%;object-fit:fill;opacity:1;image-rendering:auto;will-change:transform,opacity;transform:translateZ(0)}.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:1rem;color:#ffffff;text-shadow:0 3px 6px rgba(0,0,0,1),0 2px 4px rgba(0,0,0,.9),0 1px 2px rgba(0,0,0,.8);font-weight:700;letter-spacing:.1em}.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:100%;height:100svh;background-color:var(--base-300);color:var(--base-100);overflow:hidden}.home-about .container{display:flex;gap:2rem;position:relative;z-index:2}.home-about .home-about-col:first-child{flex:4 1}.home-about-preview{z-index:0;pointer-events:none;overflow:hidden}.home-about-preview,.home-about-preview .preview-img{position:absolute;top:0;left:0;width:100%;height:100%}.home-about-preview .preview-img{object-fit:fill;opacity:0;transition:opacity .15s ease-out;will-change:opacity;transform:translateZ(0)}.home-about-preview .preview-img.active{opacity:1}.home-about-preview-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.4);z-index:1}.home-about .home-about-col:first-child .home-about-header{width:90%;height:100%;display:flex;flex-direction:column;justify-content:flex-end;gap:2rem;padding-bottom:1rem;position:relative;z-index:2}.home-about .home-about-col:nth-child(2){flex:3 1;display:flex;flex-direction:column;justify-content:flex-end;gap:2rem;width:100%}.home-about .home-about-col-row{display:flex;flex:1 1;gap:2rem;width:100%}.home-about .home-about-card{position:relative;flex:1 1;display:flex;flex-direction:column;justify-content:space-between;height:100%;border:4px solid rgba(255,255,255,.3);border-radius:16px;padding:1.5rem;overflow:hidden;z-index:1;cursor:pointer;background-color:var(--base-300);box-shadow:0 10px 30px rgba(0,0,0,.5);transition:transform .25s cubic-bezier(.25,.46,.45,.94),opacity .25s cubic-bezier(.25,.46,.45,.94),filter .25s cubic-bezier(.25,.46,.45,.94),border-color .25s cubic-bezier(.25,.46,.45,.94),box-shadow .25s cubic-bezier(.25,.46,.45,.94);will-change:transform,opacity,filter;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.home-about .home-about-card:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:60%;background:linear-gradient(0deg,rgba(0,0,0,.9),transparent);z-index:-1;pointer-events:none}.home-about .home-about-col:nth-child(2):hover .home-about-card{opacity:.4;filter:grayscale(1) blur(2px);transform:scale(.95) translateZ(0)}.home-about .home-about-col:nth-child(2) .home-about-card:hover{opacity:1;filter:grayscale(0) blur(0);border-color:#ffffff;transform:scale(1.05) translateZ(0);box-shadow:0 30px 60px rgba(0,0,0,.9),0 0 20px rgba(255,255,255,.2);z-index:10}.home-about-card-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.home-about-card-bg img{width:100%;height:100%;object-fit:cover;opacity:.4;transition:transform .3s ease-out,opacity .3s ease-out;will-change:transform,opacity;transform:translateZ(0)}.home-about .home-about-card:hover .home-about-card-bg img{transform:scale(1.05);opacity:.8}.home-about .home-about-card p.mono{color:var(--base-100);text-shadow:0 2px 4px rgba(0,0,0,.5)}.home-services{position:relative;width:100%;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-bottom-bar .container,.home-services-top-bar .container{display:flex;justify-content:space-between}.home-services-header{position:absolute;top:4rem;left:0;width:100%;text-align:center;z-index:10}.home-services .cards{position:fixed;top:0;left:0;width:100%;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 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 ease-in-out infinite}.home-services .card .card-title{width:100%;display:flex;justify-content:space-between}.home-services .card p{font-size:.8rem;color:inherit;text-shadow:none}.home-services .flip-card-front p{color:#fff;font-size:1rem;text-shadow:0 3px 6px rgba(0,0,0,1),0 2px 4px rgba(0,0,0,.9),0 1px 2px rgba(0,0,0,.8);font-weight:700;letter-spacing:.1em}@keyframes floating{0%{transform:translate(-50%,-50%) translateZ(0)}50%{transform:translate(-50%,-55%) translateZ(0)}to{transform:translate(-50%,-50%) translateZ(0)}}.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-back,.home-services .flip-card-front{position:absolute;width:100%;height:100%;border-radius:8px;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;z-index:1;border:1px solid var(--base-secondary-dark)}.home-services .flip-card-front .card-bg-img{position:absolute;top:6px;left:6px;width:calc(100% - 12px);height:calc(100% - 12px);z-index:-1;border-radius:4px}.home-services .flip-card-front .card-bg-img img{width:100%;height:100%;object-fit:cover;opacity:.9;will-change:transform;transform:translateZ(0)}.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 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:translateX(100%) translateY(-100%) rotate(-5deg) scale(.25);z-index:2}.home-services .cards #card-2{transform:translateX(0) translateY(-100%) rotate(0deg) scale(.25);z-index:1}.home-services .cards #card-3{transform:translateX(-100%) translateY(-100%) rotate(5deg) scale(.25);z-index:0}.home-services .cards .cards-container .card{opacity:0}.home-spotlight{position:relative;width:100%;height:100svh;background-color:var(--base-300);color:var(--base-100);overflow:hidden}.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:100%;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 1;aspect-ratio:5/7;border-radius:8px;overflow:hidden}.home-spotlight .home-spotlight-image.image-holder{opacity:.75;will-change:transform,opacity;transform:translateZ(0)}.home-spotlight .home-spotlight-image.image-holder img{will-change:transform;transform:translateZ(0)}.home-spotlight .spotlight-mask-image-container{position:absolute;top:0;left:0;width:100%;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;will-change:transform;transform:translateZ(0)}.home-spotlight .spotlight-mask-image-container:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,rgba(10,10,10,1),rgba(10,10,10,1) 0,rgba(10,10,10,0));pointer-events:none}.home-spotlight .spotlight-mask-header{position:absolute;top:auto;bottom:5vh;left:50%;transform:translate(-50%);width:100%;text-align:center;color:var(--base-100);text-shadow:0 2px 8px rgba(0,0,0,.8);padding:0 2rem;z-index:11;font-weight:700}.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-bottom-bar .container,.home-spotlight-top-bar .container{display:flex;justify-content:space-between}.outro{position:relative;width:100%;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:translateX(-50%);width:150vw;height:100svh;overflow:hidden;flex-direction:column}.outro .outro-strip,.outro .outro-strips{display:flex;justify-content:space-around}.outro .outro-strip{position:relative;transform:translateX(0);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 (min-width:2800px){.hero .hero-content .hero-header{width:100%}.hero .hero-content .hero-header h1{font-size:11vw}.hero .hero-cards{width:30%}}@media (max-width:1200px){.hero .hero-content .hero-header{width:100%}.hero .hero-content .hero-header h1{font-size:11vw}.hero .hero-cards{width:50%}}@media (max-width:1000px){.hero .hero-content .hero-header h1{font-size:10vw}.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}.home-about{height:max-content}.home-about .container{flex-direction:column}.home-about .symbols-container{margin-bottom:8rem}.home-about .home-about-col:first-child .home-about-header{width:100%}.home-about .home-about-col-row,.home-about .home-about-col:nth-child(2){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)}.home-spotlight .spotlight-intro-header,.home-spotlight .spotlight-mask-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}}@media (max-width:800px){.hero .hero-cards{width:65%}}@media (max-width:600px){.hero .hero-content .hero-header h1{font-size:9vw}.hero .hero-cards{top:65%;width:75%}}@media (max-width:500px){.hero .hero-content .hero-header h1{font-size:8.5vw}.hero .hero-cards{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}.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 .cards-container .card .card-wrapper,.home-services .flip-card-inner{animation:none}.home-services .flip-card-front{display:none}.home-services .flip-card-back{transform:none!important;position:relative}}.about-hero{position:relative;width:100%;height:100svh;overflow:hidden}.about-hero .about-hero-img{position:absolute;top:0;left:0;width:100%;height:100%}.about-hero .about-hero-img img{width:100%;height:100%;object-fit:fill}.about-hero .about-hero-img:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,rgba(10,10,10,1),rgba(10,10,10,1) 0,rgba(10,10,10,0))}.about-hero .about-header{position:absolute;bottom:2.75rem;left:50%;transform:translateX(-50%);width:60%;text-align:center;color:var(--base-100);text-shadow:0 2px 8px rgba(0,0,0,.8);font-weight:700;z-index:1}.about-hero .about-header h2{opacity:0}.anime-text-container{position:relative;width:100%;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.exploration:before,.anime-text-container .anime-text .word span.keyword.nature:before,.anime-text-container .anime-text .word span.keyword.outpost:before,.anime-text-container .anime-text .word span.keyword.perspective:before,.anime-text-container .anime-text .word span.keyword.precision:before,.anime-text-container .anime-text .word span.keyword.systems:before{background-color:var(--accent-1)}.anime-text-container .anime-text .word span.keyword.bandwidth:before,.anime-text-container .anime-text .word span.keyword.field-tested:before,.anime-text-container .anime-text .word span.keyword.horizon:before,.anime-text-container .anime-text .word span.keyword.rhythm:before,.anime-text-container .anime-text .word span.keyword.storm:before{background-color:var(--accent-2)}.anime-text-container .anime-text .word span.keyword.altitude:before,.anime-text-container .anime-text .word span.keyword.command:before,.anime-text-container .anime-text .word span.keyword.machine:before,.anime-text-container .anime-text .word span.keyword.signals: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:100%;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 1;width:100%;height:100%;border-radius:16px}.about-skills .about-skills-col:first-child{display:flex;flex-direction:column;justify-content:space-between}.about-skills .about-skills-col:first-child 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;-moz-user-select:none;user-select:none;pointer-events:auto;z-index:2;border:2px solid #101010;cursor:-webkit-grab;cursor:grab}.about-skills .object-container .object:active{cursor:-webkit-grabbing;cursor:grabbing}.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:100%;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;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}.slider-images,.slider-images:after{position:absolute;width:100%;height:100%}.slider-images:after{content:"";top:0;left:0;background:linear-gradient(90deg,rgba(0,0,0,.7),rgba(0,0,0,.4) 50%,rgba(0,0,0,.6))}.slider-images img{position:absolute;width:100%;height:100%;transform-origin:center;will-change:transform,opacity;object-fit:fill;object-position:center}.slider-title{position:absolute;top:50%;left:2.75rem;transform:translateY(-50%);width:55%;color:var(--base-100);z-index:1}.slider-title h1{font-family:Barlow Condensed,sans-serif;font-size:3.5rem;font-weight:600;text-transform:uppercase;letter-spacing:.02rem;line-height:1.05;color:var(--base-100);text-shadow:0 4px 20px rgba(0,0,0,.8)}.slider-indicator{position:absolute;top:50%;right:2.75rem;transform:translateY(-50%);z-index:1}.slider-indices{display:flex;flex-direction:column;gap:.75rem;padding-right:1.5rem}.slider-indices p{display:flex;align-items:center;gap:.75rem;color:rgba(255,255,255,.5);font-family:DM Mono,monospace;font-size:1rem;font-weight:500;transition:color .3s ease}.slider-indices .index{position:relative;width:1.5rem;display:flex;justify-content:flex-end;will-change:opacity}.slider-indices .marker{position:relative;width:2rem;height:2px;background-color:var(--base-100);transform-origin:right;will-change:transform;transform:scaleX(0)}.slider-progress-bar{position:absolute;top:0;right:0;width:2px;height:100%;background-color:rgba(255,255,255,.3)}.slider-progress{position:absolute;top:0;left:50%;transform:translateX(-50%) scaleY(0);width:3px;height:100%;background-color:var(--base-100);transform-origin:top;will-change:transform}.slider .line{position:relative;display:block;will-change:transform;overflow:hidden}.slider .line-inner{display:block}@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:first-child h3{width:100%}.about-skills .container{flex-direction:column}.about-skills .about-skills-col:first-child{justify-content:flex-start;gap:4rem}.skills-playground{flex:2 1!important}.about-skills .object-container .object{font-size:.75rem;font-weight:500;padding:.75rem 1.5rem;border-radius:8px;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:auto;z-index:2;border:2px solid #101010}.about-sticky-cards .gallery-card{top:50%;width:50%;height:25svh}.about-sticky-cards .sticky-cards-header{width:90%}.slider-title{top:5rem;left:0;transform:none;width:100%;padding:2rem}.slider-title h1{font-size:2rem;letter-spacing:0}.slider-indicator{top:unset;transform:none;bottom:2rem;right:1.5rem}}.slider{position:relative;width:100%;height:100svh;background-color:var(--base-100);color:var(--base-100);overflow:hidden}.slide-initial .slide-header,.slide-initial .slide-info{visibility:hidden}.slide{position:absolute;top:0;left:0;width:100%;height:100svh;will-change:transform}.slide-img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:calc(100% - 1.75rem);height:calc(100svh - 1.75rem);border-radius:12px;overflow:hidden;border:1px dashed var(--base-300)}.slide-img img{will-change:transform;width:100%;height:100%;object-fit:fill;object-position:center}.slide-img:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#000000;background:linear-gradient(0deg,rgba(10,10,10,1),rgba(10,10,10,1) 0,rgba(10,10,10,0))}.slide-header{position:absolute;bottom:4rem;left:50%;transform:translate(-50%);width:90%;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.25rem;z-index:1}.slide-header h2{line-height:1}.slide-description{width:60%;text-align:center;margin-bottom:3rem}.slide-link a,.slide-link a .line{text-decoration:none}.slide-link a .line{display:inline-block;text-transform:uppercase;color:var(--base-100);font-family:DM Mono;font-size:.875rem;font-weight:500;letter-spacing:.1em;padding:.875rem 1.75rem;background-color:rgba(255,255,255,.08);border:1px dashed var(--base-100);border-radius:6px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background-color .3s ease,border-color .3s ease}.slide-link a:hover .line{background-color:rgba(255,255,255,.15);border-color:var(--base-100)}.slide-info{position:absolute;left:0;bottom:4rem;width:100%;padding:0 4rem;display:flex;justify-content:space-between;align-items:flex-end}.slide-tags{flex-direction:column}.slide-index-wrapper,.slide-tags{display:flex}.slide-index-wrapper p{text-align:center;width:2rem}.slide-tags p:first-child{margin-bottom:1rem}.line,.word{position:relative;display:inline-block;will-change:transform}@media (max-width:1000px){.slide-header{top:50%;bottom:unset;transform:translate(-50%,-50%);width:90%}.slide-description{width:85%}.slide-title h2{font-size:3rem}.slide-info{padding:0 3rem;bottom:3rem}}.scroll-indicator{position:fixed;right:2rem;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;align-items:center;gap:1rem;z-index:10;cursor:pointer;padding:1.5rem 1rem;background:rgba(0,0,0,.3);border:1px solid rgba(249,244,235,.2);border-radius:50px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.scroll-indicator:hover{background:rgba(0,0,0,.5);border-color:rgba(249,244,235,.4);transform:translateY(-50%) scale(1.05)}.scroll-indicator span{writing-mode:vertical-rl;-webkit-text-orientation:mixed;text-orientation:mixed;color:var(--base-100);font-family:DM Mono;font-size:.9rem;font-weight:700;letter-spacing:.3em;opacity:1;transition:all .3s ease;text-shadow:0 2px 8px rgba(0,0,0,.8)}.scroll-indicator:before{content:"↓";font-size:1.5rem;color:var(--base-100);opacity:.9;animation:arrowBounce 2s ease-in-out infinite}.scroll-indicator:after{content:"";width:2px;height:40px;background:linear-gradient(to bottom,var(--base-100),transparent);opacity:.7;animation:scrollLineDown 2s ease-in-out infinite;box-shadow:0 0 10px rgba(249,244,235,.5)}.scroll-indicator-prev{position:fixed;left:2rem;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;align-items:center;gap:1rem;z-index:10;cursor:pointer;padding:1.5rem 1rem;background:rgba(0,0,0,.3);border:1px solid rgba(249,244,235,.2);border-radius:50px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.scroll-indicator-prev:hover{background:rgba(0,0,0,.5);border-color:rgba(249,244,235,.4);transform:translateY(-50%) scale(1.05)}.scroll-indicator-prev span{writing-mode:vertical-rl;-webkit-text-orientation:mixed;text-orientation:mixed;color:var(--base-100);font-family:DM Mono;font-size:.9rem;font-weight:700;letter-spacing:.3em;opacity:1;transition:all .3s ease;text-shadow:0 2px 8px rgba(0,0,0,.8)}.scroll-indicator-prev:before{content:"";width:2px;height:40px;background:linear-gradient(to bottom,transparent,var(--base-100));opacity:.7;animation:scrollLineUp 2s ease-in-out infinite;box-shadow:0 0 10px rgba(249,244,235,.5)}.scroll-indicator-prev:after{content:"↑";font-size:1.5rem;color:var(--base-100);opacity:.9;animation:arrowBounceUp 2s ease-in-out infinite}@keyframes arrowBounce{0%,to{transform:translateY(0);opacity:.9}50%{transform:translateY(8px);opacity:1}}@keyframes arrowBounceUp{0%,to{transform:translateY(0);opacity:.9}50%{transform:translateY(-8px);opacity:1}}@keyframes scrollLineDown{0%,to{opacity:.3;transform:scaleY(.8)}50%{opacity:1;transform:scaleY(1.2)}}@keyframes scrollLineUp{0%,to{opacity:.3;transform:scaleY(.8)}50%{opacity:1;transform:scaleY(1.2)}}.story-hero,.story-page{position:relative;background-color:#0a0a0a}.story-hero{width:100%;height:100svh;overflow:hidden}.story-hero-img{position:absolute;bottom:0;width:100%;height:200svh;--overlay-opacity:0.7;will-change:transform}.story-hero-img:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0a0a0a;opacity:var(--overlay-opacity);will-change:opacity}.story-hero-img img{will-change:filter;filter:grayscale(.5) brightness(.7);width:100%;height:100%;object-fit:cover}.story-hero-mask{position:fixed;top:0;left:0;width:100%;height:100svh;background-color:#0a0a0a;mask:linear-gradient(#0a0a0a,#0a0a0a),url(/mask.svg) center/50% no-repeat;-webkit-mask:linear-gradient(#0a0a0a,#0a0a0a),url(/mask.svg) center/50% no-repeat;mask-composite:subtract;-webkit-mask-composite:subtract;will-change:transform;pointer-events:none}.story-hero-grid-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:55%;aspect-ratio:1;will-change:opacity}.story-hero-grid-overlay img{opacity:.3;filter:invert(0)}.story-marker{position:absolute;transform:translate(-50%,-50%);display:flex;align-items:center;gap:.75rem;will-change:opacity;cursor:pointer;pointer-events:auto;z-index:100}.story-marker:hover .story-marker-icon{transform:scale(1.3);transition:transform .3s ease;box-shadow:0 0 0 6px rgba(255,255,255,.3),0 6px 20px rgba(0,0,0,.7)}.story-marker:hover .story-marker-label{transform:scale(1.08);transition:transform .3s ease;box-shadow:0 6px 24px rgba(0,0,0,.8),0 0 0 2px rgba(255,255,255,.15)}.story-marker-1{top:40svh;left:44vw}.story-marker-2{top:25svh;left:65vw}.story-marker-3{top:55svh;left:35vw}.story-marker-4{top:75svh;left:40vw}.story-marker-5{top:60svh;left:45vw}.story-marker-6{top:28svh;left:38vw}.story-marker-7{top:68svh;left:62vw}.story-marker-8{top:52svh;left:67vw}.story-marker-9{top:38svh;left:62vw}.story-marker .story-marker-label{text-transform:uppercase;font-family:DM Mono;font-size:.85rem;font-weight:600;padding:.65rem 1rem;border-radius:.5rem;background:rgba(10,10,10,.9);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1.5px solid;box-shadow:0 4px 16px rgba(0,0,0,.6),0 0 0 1px rgba(255,255,255,.1);white-space:nowrap;letter-spacing:.08em;transition:all .3s ease}.story-marker .story-marker-icon{position:relative;width:14px;height:14px;border-radius:50%;border:2.5px solid #ffffff;box-shadow:0 0 0 4px rgba(255,255,255,.25),0 4px 20px rgba(0,0,0,.6),0 0 30px rgba(255,255,255,.2);transition:all .3s ease}.story-marker .story-marker-icon:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:7px;height:7px;border-radius:50%;box-shadow:0 0 8px rgba(255,255,255,.8)}.story-marker .story-marker-icon:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;border-radius:100%;border:2px solid;animation:pulse-ring 2s cubic-bezier(.2,.6,.35,1) infinite}.story-marker.story-marker-1 .story-marker-icon{background-color:var(--accent-1);border-color:var(--accent-1)}.story-marker.story-marker-1 .story-marker-icon:after{background-color:#ffffff}.story-marker.story-marker-1 .story-marker-icon:before{border-color:var(--accent-1)}.story-marker.story-marker-1 .story-marker-label{color:var(--accent-1);border-left:3px solid var(--accent-1)}.story-marker.story-marker-2 .story-marker-icon{background-color:var(--accent-2);border-color:var(--accent-2)}.story-marker.story-marker-2 .story-marker-icon:after{background-color:#ffffff}.story-marker.story-marker-2 .story-marker-icon:before{border-color:var(--accent-2)}.story-marker.story-marker-2 .story-marker-label{color:var(--accent-2);border-left:3px solid var(--accent-2)}.story-marker.story-marker-3 .story-marker-icon{background-color:var(--accent-3);border-color:var(--accent-3)}.story-marker.story-marker-3 .story-marker-icon:after{background-color:#ffffff}.story-marker.story-marker-3 .story-marker-icon:before{border-color:var(--accent-3)}.story-marker.story-marker-3 .story-marker-label{color:var(--accent-3);border-left:3px solid var(--accent-3)}.story-marker.story-marker-4 .story-marker-icon{background-color:var(--accent-1);border-color:var(--accent-1)}.story-marker.story-marker-4 .story-marker-icon:after{background-color:#ffffff}.story-marker.story-marker-4 .story-marker-icon:before{border-color:var(--accent-1)}.story-marker.story-marker-4 .story-marker-label{color:var(--accent-1);border-left:3px solid var(--accent-1)}.story-marker.story-marker-5 .story-marker-icon{background-color:var(--accent-2);border-color:var(--accent-2)}.story-marker.story-marker-5 .story-marker-icon:after{background-color:#ffffff}.story-marker.story-marker-5 .story-marker-icon:before{border-color:var(--accent-2)}.story-marker.story-marker-5 .story-marker-label{color:var(--accent-2);border-left:3px solid var(--accent-2)}.story-marker.story-marker-6 .story-marker-icon{background-color:var(--accent-3);border-color:var(--accent-3)}.story-marker.story-marker-6 .story-marker-icon:after{background-color:#ffffff}.story-marker.story-marker-6 .story-marker-icon:before{border-color:var(--accent-3)}.story-marker.story-marker-6 .story-marker-label{color:var(--accent-3);border-left:3px solid var(--accent-3)}.story-marker.story-marker-7 .story-marker-icon{background-color:var(--accent-1);border-color:var(--accent-1)}.story-marker.story-marker-7 .story-marker-icon:after{background-color:#ffffff}.story-marker.story-marker-7 .story-marker-icon:before{border-color:var(--accent-1)}.story-marker.story-marker-7 .story-marker-label{color:var(--accent-1);border-left:3px solid var(--accent-1)}.story-marker.story-marker-8 .story-marker-icon{background-color:var(--accent-2);border-color:var(--accent-2)}.story-marker.story-marker-8 .story-marker-icon:after{background-color:#ffffff}.story-marker.story-marker-8 .story-marker-icon:before{border-color:var(--accent-2)}.story-marker.story-marker-8 .story-marker-label{color:var(--accent-2);border-left:3px solid var(--accent-2)}.story-marker.story-marker-9 .story-marker-icon{background-color:var(--accent-1);border-color:var(--accent-1)}.story-marker.story-marker-9 .story-marker-icon:after{background-color:#ffffff}.story-marker.story-marker-9 .story-marker-icon:before{border-color:var(--accent-1)}.story-marker.story-marker-9 .story-marker-label{color:var(--accent-1);border-left:3px solid var(--accent-1)}@keyframes pulse-ring{0%{transform:translate(-50%,-50%) scale(.5);opacity:1}80%,to{transform:translate(-50%,-50%) scale(2);opacity:0}}.story-hero-content{position:absolute;top:0;left:0;width:100%;height:400svh;display:flex;flex-direction:column;will-change:transform}.story-hero-content .story-hero-content-block{width:100%;height:100svh;padding:4rem;display:flex}.story-hero-content .story-hero-content-copy{width:35%;display:flex;flex-direction:column;gap:.75rem;max-width:500px}.story-hero-content .story-hero-content-block:nth-child(2) .story-hero-content-copy,.story-hero-content .story-hero-content-block:nth-child(4) .story-hero-content-copy{align-items:flex-end;text-align:right}.story-hero-content .story-hero-content-block:nth-child(2) .story-hero-content-copy h2,.story-hero-content .story-hero-content-block:nth-child(4) .story-hero-content-copy h2{text-align:right;width:100%}.story-hero-content .story-hero-content-block:nth-child(2) .story-hero-content-copy .story-label,.story-hero-content .story-hero-content-block:nth-child(4) .story-hero-content-copy .story-label{padding-left:0;padding-right:1.5rem}.story-hero-content .story-hero-content-block:nth-child(2) .story-hero-content-copy .story-label:before,.story-hero-content .story-hero-content-block:nth-child(4) .story-hero-content-copy .story-label:before{left:auto;right:0}.story-hero-content .story-hero-content-copy h1{font-size:clamp(4rem,8vw,10rem);line-height:.85;color:var(--base-100);text-shadow:0 2px 8px rgba(0,0,0,.8);letter-spacing:-.03em;overflow:visible;font-weight:700}.story-hero-content .story-hero-content-copy h1 .word{display:inline-block;overflow:hidden;vertical-align:top;margin-right:.2em}.story-label{color:var(--base-100);margin-bottom:.75rem;letter-spacing:.05em;position:relative;padding-left:1.5rem;opacity:.8;text-shadow:0 2px 8px rgba(0,0,0,.8)}.story-label:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:1rem;height:1px;background:var(--base-100);opacity:.6}.story-hero-content .story-hero-content-copy h2{font-size:clamp(2.5rem,5vw,6rem);line-height:.9;color:var(--base-100);margin-bottom:1.25rem;text-shadow:0 2px 8px rgba(0,0,0,.8);letter-spacing:-.02em;font-weight:700}.story-hero-content .story-hero-content-copy p.md{font-size:1.25rem;line-height:1.7;color:var(--base-100);text-shadow:0 2px 8px rgba(0,0,0,.8);max-width:90%;font-weight:400}.story-hero-content .story-hero-content-block:first-child{align-items:flex-end}.story-hero-content .story-hero-content-block:nth-child(2),.story-hero-content .story-hero-content-block:nth-child(4){justify-content:flex-end;align-items:center;padding-right:4rem}.story-hero-content .story-hero-content-block:nth-child(3){align-items:center}.story-hero-scroll-progress-bar{position:absolute;bottom:1rem;left:50%;transform:translateX(-50%);width:10rem;height:2px;background-color:rgba(249,244,235,.3);--progress:0;z-index:200}.story-hero-scroll-progress-bar:after{content:"";position:absolute;width:100%;height:100%;background-color:rgba(249,244,235,1);transform-origin:left;transform:scaleX(var(--progress));will-change:transform;box-shadow:0 0 8px rgba(249,244,235,.4)}.story-instruction{position:absolute;bottom:2.5rem;left:50%;transform:translateX(-50%);padding:.6rem 1.2rem;background:rgba(10,10,10,.85);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:rgba(249,244,235,1);border:1px solid rgba(249,244,235,.25);border-radius:4px;font-family:DM Mono;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;opacity:0;pointer-events:none;white-space:nowrap;z-index:200;box-shadow:0 4px 12px rgba(0,0,0,.5)}.story-instruction:before{content:"▸";margin-right:.5rem;color:rgba(249,244,235,.8);font-size:.7rem}.story-outro{position:relative;width:100%;height:100svh;background-color:var(--base-100);overflow:hidden;z-index:1}.story-outro .container{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.story-outro .container,.story-outro h3{position:relative;z-index:10;pointer-events:none}.story-outro h3{width:50%;text-align:center;overflow:visible}.story-outro .outro-word{display:inline-block;margin-right:.25em;overflow:hidden;vertical-align:top}.story-outro .outro-strips{position:absolute;top:0;left:50%;transform:translateX(-50%);width:150vw;height:100svh;overflow:hidden;display:flex;flex-direction:column;justify-content:space-around}.story-outro .outro-strip{position:relative;transform:translateX(0);display:flex;justify-content:space-around;will-change:transform}.story-outro .skill{width:max-content;padding:4px 8px;border-radius:6px}.story-outro .skill p{font-size:.8rem}.story-outro .os-1{margin-top:10rem}.story-outro .os-2{margin-top:-2rem}.story-outro .os-3{margin-top:16rem}.story-outro .os-4{margin-top:-2rem}.story-outro .os-5{margin-top:1rem}.story-outro .os-6{margin-top:2rem}.story-outro .skill.skill-var-1{background-color:var(--accent-1);color:var(--base-300)}.story-outro .skill.skill-var-2{background-color:var(--accent-2);color:var(--base-300)}.story-outro .skill.skill-var-3{background-color:var(--accent-3);color:var(--base-300)}.location-card-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.9);display:none;justify-content:center;align-items:center;z-index:10000;opacity:0;will-change:opacity}.location-card,.location-card-overlay{backface-visibility:hidden;-webkit-backface-visibility:hidden}.location-card{position:relative;width:90%;max-width:700px;background:#f9f4eb;border-radius:1.5rem;overflow:hidden;box-shadow:0 30px 80px rgba(0,0,0,.6);will-change:transform,opacity;transform:translateZ(0)}.location-card-close{position:absolute;top:1.5rem;right:1.5rem;width:44px;height:44px;background:rgba(10,10,10,.8);border:none;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;z-index:10;transition:all .3s ease;color:#f9f4eb}.location-card-close:hover{background:rgba(10,10,10,1);transform:rotate(90deg)}.location-card-image{position:relative;width:100%;height:350px;overflow:hidden;will-change:transform,opacity;backface-visibility:hidden;-webkit-backface-visibility:hidden;transform:translateZ(0)}.location-card-image:after{content:"";position:absolute;bottom:0;left:0;right:0;height:100px;background:linear-gradient(180deg,transparent,#f9f4eb);pointer-events:none;z-index:1}.location-card-image img{width:100%;height:100%;object-fit:cover;will-change:transform,opacity}.location-card-content,.location-card-image img{backface-visibility:hidden;-webkit-backface-visibility:hidden;transform:translateZ(0)}.location-card-content{padding:2.5rem;display:flex;flex-direction:column;gap:1rem;background:#f9f4eb}.location-card-label{color:rgba(10,10,10,.5);margin-bottom:.25rem;will-change:transform,opacity;backface-visibility:hidden;-webkit-backface-visibility:hidden}.location-card-label,.location-card-status{text-transform:uppercase;letter-spacing:.05em;display:inline-flex;align-items:center;gap:.5rem}.location-card-status{padding:.35rem .75rem;background:rgba(10,10,10,.05);border-radius:2rem;font-size:.75rem;color:rgba(10,10,10,.6);margin-top:.5rem}.location-card-status:before{content:"▶";font-size:.6rem}.location-card-content h3{font-size:clamp(2.5rem,5vw,4rem);color:#0a0a0a;line-height:.9;margin-bottom:.75rem;letter-spacing:-.02em;overflow:visible;will-change:transform,opacity;backface-visibility:hidden;-webkit-backface-visibility:hidden}.location-card-content h3 .word{display:inline-block;overflow:hidden;vertical-align:top;margin-right:.15em}.location-card-content p.md{font-size:1.125rem;line-height:1.7;color:rgba(10,10,10,.8);margin-bottom:1rem;will-change:transform,opacity;backface-visibility:hidden;-webkit-backface-visibility:hidden}.location-card-coordinates{padding-top:1.5rem;border-top:1px solid rgba(10,10,10,.1)}.location-card-coordinates p{font-family:DM Mono;font-size:.85rem;text-transform:uppercase;color:rgba(10,10,10,.4);margin-bottom:.5rem;letter-spacing:.05em}.location-card-coordinates h4{font-family:DM Mono;font-size:1rem;color:#0a0a0a;font-weight:500;letter-spacing:.02em}.featured-work{position:relative;width:100%;height:100svh;overflow:hidden}.featured-work .featured-titles{position:relative;width:500vw;height:100vh;display:flex;will-change:transform}.featured-work .featured-title-wrapper{flex:1 1;display:flex;flex-direction:column;justify-content:center;align-items:center}.featured-title-img{position:relative;top:0;width:calc(100% - 4em);height:150px;border:.2em solid var(--base-300);border-radius:1em;overflow:hidden;display:none}.featured-title-img img{width:100%;height:100%;object-fit:cover}.featured-work .featured-title-wrapper h1{text-align:center;transform:translateY(-.5em)}.featured-work .featured-images{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:200vw;height:200vh;transform-style:preserve-3d;perspective:500px}.featured-work .featured-img-card{position:absolute;width:400px;height:400px;border-radius:2em;overflow:hidden}.featured-work .featured-img-card img{width:100%;height:100%;object-fit:cover}.featured-work .featured-work-indicator{position:absolute;top:50%;right:2.75rem;transform:translateY(-50%);width:2rem;height:max-content;padding:1.25rem .65rem;background-color:var(--base-300);color:var(--base-100);border-radius:40px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.35rem;z-index:10}.featured-work .featured-work-indicator .indicator{width:100%;height:1.5px;background-color:var(--base-100);opacity:.2}.featured-work .featured-work-footer{position:absolute;bottom:0;justify-content:space-between;z-index:2}.featured-work .featured-work-footer,.services-header{width:100%;padding:2.75rem;display:flex;align-items:center}.services-header{position:relative;height:100vh;justify-content:center;text-align:center}.services-header .services-profile-icon{position:relative;width:250px;height:250px;border-radius:1em;margin-bottom:2em;outline:.25rem solid var(--accent-1);border:.25rem solid var(--base-300);overflow:hidden}.services-header .services-profile-icon img{width:100%;height:100%;object-fit:cover}.services-header .services-header-content{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1em}.services-header .services-header-title{margin-bottom:6em}.services .service-card{position:relative;min-height:400px}.services .service-card-inner{position:relative;will-change:transform;width:calc(100% - 5.5rem);height:100%;margin:0 auto;padding:4rem;display:flex;justify-content:space-between;align-items:flex-start;gap:4em;border-radius:2em;min-height:650px;border:2px solid rgba(0,0,0,.1);box-shadow:0 10px 30px rgba(0,0,0,.05)}.services .service-card-content{flex:1.2 1;display:flex;flex-direction:column;gap:1.5em;justify-content:flex-start;padding-top:2rem}.services .service-card-content h1{font-size:5rem;line-height:.9;margin-bottom:.2em;color:var(--base-300)}.services .service-card-content p.md{max-width:500px;font-size:1.25rem;line-height:1.4;opacity:.8}.services .service-card-img{flex:0.8 1;aspect-ratio:1/1;width:100%;max-width:500px;border-radius:1.5em;overflow:hidden;border:2px solid rgba(0,0,0,.1)}.services .service-card-img img{height:100%;width:100%;object-fit:cover}.services #service-card-1 .service-card-inner{background-color:#C9D6C7}.services #service-card-2 .service-card-inner{background-color:#E6DCC3}.services #service-card-3 .service-card-inner{background-color:#B4C5CB}.services #service-card-4 .service-card-inner{background-color:#DFB49C}.services-spacer{height:20vh}@media (max-width:1000px){.story-hero-mask{mask:linear-gradient(#0a0a0a,#0a0a0a),url(/mask.svg) center/75% no-repeat;-webkit-mask:linear-gradient(#0a0a0a,#0a0a0a),url(/mask.svg) center/75% no-repeat;mask-composite:subtract;-webkit-mask-composite:subtract}.story-hero-grid-overlay{width:100%}.story-marker-1{top:50svh;left:50vw}.story-marker-2{top:25svh;left:78vw}.story-marker-3{top:40svh;left:12vw}.story-marker-4{top:72svh;left:22vw}.story-marker-5{top:62svh;left:85vw}.story-marker-6{top:32svh;left:35vw}.story-marker-7{top:68svh;left:65vw}.story-marker-8{top:45svh;left:88vw}.story-marker-9{top:35svh;left:70vw}.story-hero-content .story-hero-content-block{padding:2rem}.story-hero-content .story-hero-content-block:first-child,.story-hero-content .story-hero-content-block:nth-child(2),.story-hero-content .story-hero-content-block:nth-child(4){padding-right:2rem}.story-hero-content .story-hero-content-copy{width:85%;max-width:none}.story-hero-content .story-hero-content-copy h1{font-size:clamp(3rem,12vw,6rem)}.story-hero-content .story-hero-content-copy h2{font-size:clamp(2rem,8vw,4rem);margin-bottom:1rem}.story-hero-content .story-hero-content-copy p.md{font-size:1.1rem;max-width:100%;line-height:1.6}.story-label{font-size:.7rem;padding-left:1.2rem}.story-label:before{width:.75rem}.story-hero-scroll-progress-bar{width:8rem;bottom:.75rem}.story-instruction{bottom:2rem;font-size:.7rem;padding:.5rem 1rem}.story-outro h3{font-size:clamp(2rem,8vw,4rem);padding:0 1rem;width:80%}.story-outro .outro-strips{width:300vw}.story-outro .skill p{font-size:.7rem}.location-card{width:95%;max-width:none;border-radius:1rem}.location-card-image{height:250px}.location-card-content{padding:2rem 1.5rem}.location-card-content h3{font-size:clamp(2rem,8vw,3rem)}.location-card-content p.md{font-size:1rem}.location-card-close{top:1rem;right:1rem;width:40px;height:40px}.location-card-coordinates h4{font-size:.9rem}.featured-work{padding:4em 0}.featured-work,.featured-work .featured-titles{height:max-content}.featured-work .featured-title-wrapper{gap:1em}.featured-work .featured-title-wrapper:first-child{margin-bottom:2em}.featured-work .featured-title-wrapper h1{transform:translateY(0);width:75%}.featured-work .featured-work-footer{position:relative;margin-top:4em;justify-content:center}.featured-work .featured-images,.featured-work .featured-work-footer p:first-child,.featured-work .featured-work-footer p:nth-child(2),.featured-work .featured-work-indicator{display:none}.featured-title-img{display:block}.featured-work .featured-titles{width:100%;flex-direction:column;gap:2em}.services-header{height:max-content}.services{display:flex;flex-direction:column;gap:2em}.services .service-card-inner{min-height:0;flex-direction:column;justify-content:center;gap:1em;text-align:center;border:.2em solid var(--base-300);border-radius:1em}.services .service-card-img{aspect-ratio:5/3;border:.2em solid var(--base-300);border-radius:1em}}