.hero{position:relative;width:100vw;height:100svh;overflow:hidden}.hero-profile-picture{position:absolute;top:15svh;right:2.75rem;width:200px;height:32vw;max-height:400px;z-index:10;border-radius:12px;overflow:hidden;border:3px solid var(--accent-3);box-shadow:0 4px 12px #00000014;transition:transform .3s cubic-bezier(.4,0,.2,1)}.hero-profile-picture:hover{transform:scale(1.05)}.hero-profile-picture img{width:100%;height:100%;object-fit:cover;object-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:15svh}.hero .hero-content .hero-header h1{font-size:16vw}.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;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:100svh;background-color:var(--base-300);color:var(--base-100);overflow:hidden}.home-about .container{display:flex;gap:2rem}.home-about .home-about-col:nth-child(1){flex:4}.home-about .home-about-col:nth-child(1) .home-about-header{width:90%;height:100%;display:flex;flex-direction:column;justify-content:flex-end;gap:2rem;padding-bottom:1rem}.home-about .home-about-col:nth-child(2){flex:3;display:flex;flex-direction:column;justify-content:flex-end;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)}.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)}.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{position:relative;width:100vw;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: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 .home-spotlight-image .rampensau-container{margin:0 auto;display:flex;align-items:center;justify-content:center}.rampensau-container{-webkit-user-select:none;user-select:none}.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}.home-featured-work{position:relative;width:100vw;min-height:100svh;background-color:var(--base-300);color:var(--base-100);padding:8rem 0 10rem}.home-featured-work-top-bar{position:absolute;top:0;left:0;width:100%}.home-featured-work-bottom-bar{position:absolute;bottom:0;left:0;width:100%}.home-featured-work-top-bar .container,.home-featured-work-bottom-bar .container{display:flex;justify-content:space-between}.home-featured-work .container{max-width:1400px;margin:0 auto}.home-featured-work .featured-work-header{margin-bottom:5rem;margin-top:6rem;text-align:center}.home-featured-work .featured-work-header h2{text-transform:uppercase;letter-spacing:-.02em;font-size:8rem;line-height:.85}.featured-work-title-animate{opacity:0;transform:translateY(40px);will-change:transform,opacity}.home-featured-work .featured-projects-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;margin-bottom:3rem}.home-featured-work .featured-project-card{position:relative;opacity:0;transform:translateY(60px);will-change:transform,opacity}.home-featured-work .featured-project-link-wrapper{display:block;text-decoration:none;color:inherit;background:var(--base-300);border:1px dashed rgba(249,244,235,.2);border-radius:12px;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #00000026}.home-featured-work .featured-project-link-wrapper:hover{transform:translateY(-4px);box-shadow:0 8px 30px #00000040;border-color:#f9f4eb4d}.home-featured-work .featured-project-image-wrapper{position:relative;width:100%;aspect-ratio:16 / 10;overflow:hidden;border-radius:12px}.home-featured-work .featured-project-bg-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;transform:scale(1.05);transition:transform .5s cubic-bezier(.4,0,.2,1)}.home-featured-work .featured-project-link-wrapper:hover .featured-project-bg-image{transform:scale(1)}.home-featured-work .featured-project-overlay{position:absolute;inset:0;background:#0000004d;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);opacity:0;transition:opacity .5s cubic-bezier(.4,0,.2,1);z-index:10}.home-featured-work .featured-project-link-wrapper:hover .featured-project-overlay{opacity:1}.home-featured-work .featured-project-video{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;height:90%;object-fit:contain;border-radius:8px;z-index:20;clip-path:polygon(50% 50%,50% 50%,50% 50%,50% 50%);transition:clip-path .7s cubic-bezier(.87,0,.13,1),transform .7s cubic-bezier(.87,0,.13,1),width .7s cubic-bezier(.87,0,.13,1),height .7s cubic-bezier(.87,0,.13,1)}.home-featured-work .featured-project-link-wrapper:hover .featured-project-video{clip-path:polygon(0 100%,100% 100%,100% 0,0 0);transform:translate(-50%,-50%);width:96%;height:96%}.home-featured-work .featured-project-content{padding:1.75rem 2rem 2rem}.home-featured-work .featured-project-title{font-size:2.25rem;font-weight:700;color:var(--base-100);margin-bottom:.75rem;letter-spacing:-.01em;transition:color .3s ease}.home-featured-work .featured-project-link-wrapper:hover .featured-project-title{color:#f9f4ebe6}.home-featured-work .project-metadata{display:flex;align-items:center;gap:.75rem;font-family:DM Mono;font-size:.8rem;color:#f9f4eb80;text-transform:uppercase;letter-spacing:.05em}.home-featured-work .project-role{color:#f9f4eb99}.home-featured-work .project-divider{color:#f9f4eb4d}.home-featured-work .project-year{color:#f9f4eb80}.home-featured-work .featured-work-link{display:flex;justify-content:center;margin-top:4rem;margin-bottom:2rem}.home-featured-work .see-all-link{font-family:DM Mono;font-size:.85rem;color:#f9f4eb99;text-decoration:none;letter-spacing:.05em;transition:color .3s ease}.home-featured-work .see-all-link:hover{color:var(--base-100)}.contact-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:none;align-items:center;justify-content:center;padding:2rem}.contact-modal.active{display:flex}.modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;transition:opacity .3s ease}.contact-modal.active .modal-overlay{opacity:1}.modal-window{position:relative;width:100%;max-width:700px;max-height:90vh;background:#2a2a2a;border-radius:16px;box-shadow:0 20px 60px #00000080;border:1px solid rgba(255,255,255,.05);overflow:hidden;opacity:0;transform:scale(.95);transition:all .4s cubic-bezier(.34,1.56,.64,1)}.contact-modal.active .modal-window{opacity:1;transform:scale(1)}.contact-modal.maximized .modal-window{max-width:95vw;max-height:95vh}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:.9rem 1.1rem;background:#1e1e1e;border-bottom:1px solid rgba(255,255,255,.03)}.window-controls{display:flex;gap:.5rem;align-items:center}.window-dot{width:12px;height:12px;border-radius:50%;border:none;cursor:pointer;transition:all .2s ease;position:relative;padding:0}.window-dot:hover{transform:scale(1.1)}.dot-red{background:#ff5f57}.dot-red:hover:before{content:"✕";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:8px;color:#4a0000;font-weight:700}.modal-header h3{font-size:.75rem;color:#f9f4ebb3;font-family:DM Mono;text-transform:uppercase;letter-spacing:.08em;flex:1;text-align:center;font-weight:500}.modal-body{padding:1.75rem 2rem 2rem;max-height:calc(90vh - 60px);overflow-y:auto}.contact-form{width:100%}.form-row{display:flex;gap:1.5rem;margin-bottom:1.5rem}.form-group{flex:1;display:flex;flex-direction:column}.form-group-full{flex:1 1 100%}.form-group label{display:block;margin-bottom:.5rem;color:#f9f4ebcc;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.9rem 1rem;background:#0000004d;border:1px solid rgba(249,244,235,.1);border-radius:8px;color:var(--base-100);font-family:Host Grotesk;font-size:.95rem;transition:all .3s ease;outline:none}.form-group input::placeholder,.form-group textarea::placeholder{color:#f9f4eb4d}.form-group input:hover,.form-group select:hover,.form-group textarea:hover{border-color:#f9f4eb33}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#f9f4eb59;background:#0006}.form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23f9f4eb' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.form-group textarea{resize:vertical;min-height:120px;font-family:Host Grotesk;line-height:1.6}.form-group input.error,.form-group select.error,.form-group textarea.error{border-color:var(--accent-2)}.form-error{display:none;color:var(--accent-2);font-size:.75rem;margin-top:.4rem;font-family:DM Mono}.form-error.visible{display:block}.form-submit{display:flex;justify-content:center;margin-top:2rem}.contact-form-button{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:.9rem 2.5rem;background:var(--base-100);border:none;border-radius:50px;color:var(--base-300);font-family:DM Mono;font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-weight:500}.contact-form-button:hover{transform:translateY(-1px);box-shadow:0 6px 12px #f9f4eb26}.contact-form-button:disabled{opacity:.5;cursor:not-allowed}.contact-form-button.loading .button-text:after{content:"...";animation:loading-dots 1.5s infinite}@keyframes loading-dots{0%,20%{content:"."}40%{content:".."}60%,to{content:"..."}}.form-feedback{margin-top:1.5rem;padding:1rem;border-radius:8px;text-align:center;display:none;font-family:DM Mono;font-size:.85rem;animation:slideDown .3s ease}.form-feedback.visible{display:block}.form-feedback.success{background:#b1c1ef26;border:1px solid var(--accent-1);color:var(--accent-1)}.form-feedback.error{background:#f2acac26;border:1px solid var(--accent-2);color:var(--accent-2)}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.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(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%}.hero .hero-content .hero-header h1{font-size:20vw}.hero .hero-cards{width:50%}}@media(max-width:1000px){.hero-profile-picture{width:160px;height:45vw;max-height:350px}.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}.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)}.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}.home-featured-work{padding:6rem 0 8rem}.home-featured-work .featured-work-header{margin-top:4rem;margin-bottom:4rem}.home-featured-work .featured-work-header h2{font-size:4.5rem}.home-featured-work .featured-projects-grid{grid-template-columns:1fr;gap:2.5rem}.home-featured-work .featured-project-content{padding:1.5rem 1.75rem 1.75rem}.home-featured-work .featured-project-title{font-size:2rem}.home-featured-work .project-metadata{font-size:.75rem;gap:.5rem}.contact-modal{padding:1rem}.modal-window{max-width:100%;max-height:95vh}.modal-body{padding:1.5rem}.form-row{flex-direction:column;gap:1.25rem;margin-bottom:1.25rem}.modal-header h3{font-size:.75rem}.window-dot{width:10px;height:10px}.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-profile-picture{width:120px;height:50vw;max-height:280px;top:15svh;right:2rem}.hero .hero-content .hero-header h1{font-size:25vw}.hero .hero-cards{top:65%;width:75%}}@media(max-width:500px){.hero-profile-picture{width:110px;height:60vw;max-height:250px}.hero .hero-content .hero-header h1{font-size:30vw}.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 .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}}
