@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap";:root{--primary-color: #b10000;--dark-bg: #121212;--light-text: #ffffff;--gray-text: #b3b3b3;--heading-font: "Bebas Neue", sans-serif;--body-font: "Inter", "Helvetica Neue", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,Helvetica Neue,sans-serif;background-color:var(--dark-bg);color:var(--light-text);line-height:1.6;margin:0;min-width:320px;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%}.app{min-height:100vh;display:flex;flex-direction:column;width:100%;align-items:center}main{flex:1;padding-top:80px;width:100%;display:flex;flex-direction:column;align-items:center}.primary-btn,.secondary-btn{display:inline-block;padding:.8rem 1.5rem;border-radius:30px;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer}.primary-btn{background-color:var(--primary-color);color:#fff}.primary-btn:hover{background-color:#fff;transform:translateY(-2px)}.secondary-btn{background-color:transparent;color:#fff;border:2px solid white}.secondary-btn:hover{background-color:#ffffff1a;transform:translateY(-2px)}.container{max-width:1200px;margin:0 auto;padding:0 2rem;width:100%}@media (max-width: 768px){.container{padding:0 1rem}}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#000}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:var(--heading-font);letter-spacing:1px}body{font-family:var(--body-font);background-color:var(--dark-bg);color:var(--light-text);line-height:1.6;margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.home-container{width:100%;display:flex;flex-direction:column;align-items:center;position:relative;overflow:hidden}.video-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;object-fit:cover;filter:blur(10px)}.video-background:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);z-index:1}.hero-section,.featured-section,.recent-projects-section{width:100%;display:flex;justify-content:center;text-align:center;margin-top:4rem}.container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;filter:drop-shadow(0 0 10px rgba(0,0,0,.8))}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;width:100%;justify-items:center}.project-card{width:100%;max-width:300px}.spotify-embed-container{width:100%;max-width:800px;margin:0 auto;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #0003}@media (max-width: 768px){.spotify-embed-container{max-width:100%}}.hero-section{height:80vh;display:flex;align-items:center;background-image:url(/assets/hero-D5HDMYbo.jpg);background-size:cover;background-position:center;text-align:center;position:relative;transition:transform .5s ease;overflow:hidden}.hero-section:hover{transform:scale(1.02)}.hero-parallax-bg{position:absolute;top:-20px;left:-20px;right:-20px;bottom:-20px;background-image:url(/assets/hero-D5HDMYbo.jpg);background-size:cover;background-position:center;z-index:0;transition:transform .1s ease-out}.hero-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,#000c,#0000);z-index:1}.hero-section .container{position:relative;z-index:2}.hero-section h1{font-size:5rem;margin-top:20rem;margin-bottom:1rem;text-transform:uppercase;letter-spacing:2px;background:linear-gradient(90deg,#02994d,#01aa77);-webkit-background-clip:text;-webkit-text-fill-color:transparent;transition:transform .3s ease}.hero-section h1:hover{transform:scale(1.05)}.featured-section h2,.recent-projects-section h2{font-size:3rem;text-transform:uppercase;letter-spacing:1.5px}.project-card h3{font-size:2rem;letter-spacing:3px}.project-card h4{margin-top:-1rem;font-size:1rem;letter-spacing:0px;font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif;color:#cacaca;font-weight:100}.tagline{font-size:1.5rem;margin-bottom:2rem;color:var(--gray-text)}.cta-buttons{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.featured-section{padding:1rem 0;background-color:#18181800}.featured-section h2{text-align:center;margin-bottom:2rem;font-size:2rem}.recent-projects-section{padding:1rem 0}.recent-projects-section h2{text-align:center;margin-bottom:3rem;font-size:2rem}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.project-card{background-color:#181818;border-radius:10px;overflow:hidden;transition:transform .3s ease}.project-card-link{text-decoration:none;color:inherit;display:block;width:100%;max-width:300px}.project-card-link:hover{color:#02994d;text-decoration:none}.project-card{cursor:pointer;position:relative}.project-card:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#02994d00;transition:background-color .3s ease;pointer-events:none;z-index:1}.project-card:hover:after{background-color:#02994d1a}.project-image{height:200px;background-color:#333;background-size:cover;background-position:center}.project-card h3{padding:1rem;font-size:1.5rem}.project-card p{padding:0 1rem 1rem;color:var(--gray-text)}@media (max-width: 768px){.hero-section h1{font-size:2.5rem}.tagline{font-size:1.2rem}.cta-buttons{flex-direction:column;align-items:center}.cta-buttons a{width:80%}}.hero-section .primary-btn{background-color:#02994d;color:#fff;border:none;transition:all .3s ease}.hero-section .primary-btn:hover{background-color:#01aa77;transform:translateY(-3px);box-shadow:0 5px 15px #01aa7766}.hero-section .secondary-btn{background-color:transparent;color:#fff;border:2px solid #02994d;transition:all .3s ease}.hero-section .secondary-btn:hover{background-color:#02994d33;border-color:#01aa77;transform:translateY(-3px);box-shadow:0 5px 15px #01aa7733}.video-background:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.project-video{height:200px;width:100%;object-fit:cover;background-color:#333;transition:transform .5s ease}.project-card:hover .project-video{transform:scale(1.2)}.footer{width:100%;padding:2rem 0;text-align:center;color:#cacaca;font-size:.9rem;letter-spacing:1px}.footer p{margin:0}html{scroll-behavior:smooth}#portfolio{scroll-margin-top:80px}.header{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem 2rem;position:absolute;top:0;left:0;right:0;background-color:#0000;z-index:1000}.logo-container{display:flex;justify-content:center;width:100%;margin-bottom:1rem}.logo{height:80px;width:auto;filter:invert(1) drop-shadow(0 0 10px rgba(0,0,0,.8));transition:transform .3s ease}.logo:hover{transform:scale(1.1)}.navbar{flex:1;display:flex;justify-content:center;margin-top:-1.5rem}.nav-links{display:flex;list-style:none;margin:0;padding:0;gap:2rem;filter:drop-shadow(0 0 10px rgba(0,0,0,.8))}.nav-links li a{color:#fff;text-decoration:none;font-size:1.4rem;font-weight:500;transition:color .3s ease;padding:.5rem 0;position:relative}.nav-links li a:hover{color:#1db954}.nav-links li a:after{content:"";position:absolute;width:0;height:2px;bottom:0;left:0;background-color:#1db954;transition:width .3s ease}.nav-links li a:hover:after{width:100%}@media (max-width: 768px){.header{flex-direction:column;padding:1rem}.logo-container{margin-right:0;margin-bottom:1rem}.nav-links{gap:1rem}}
