.home{min-height:calc(100vh - 200px);@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.9}}}.home .hero{background:linear-gradient(135deg,var(--bg-black) 0%,var(--bg-dark-gray-1) 100%);padding:0rem 2rem 12rem;text-align:center;position:relative;overflow:visible;display:flex;align-items:center;flex-direction:column;justify-content:center;min-height:100vh}.home .hero-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;filter:grayscale(100%);opacity:.3;z-index:0}.home .hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 50%,rgba(106,13,173,.1) 0%,transparent 70%);pointer-events:none;z-index:1}.home .hero:after{content:"";position:absolute;bottom:0;left:0;right:0;height:12rem;background:linear-gradient(to bottom,transparent 0%,var(--bg-dark-gray-1) 100%);pointer-events:none;z-index:1}.home .hero-content{max-width:900px;margin:0 auto;position:relative;z-index:1;margin-bottom:2rem}.home .hero-title{font-family:Bleeding Cowboys,serif;font-size:4rem;margin-bottom:2.5rem;text-shadow:0 0 30px var(--accent-red-dark)}.home .hero-subtitle{font-size:1.8rem;color:var(--accent-golden);margin-bottom:1.5rem;font-weight:300}.home .hero-description{font-size:1.2rem;color:var(--text-light-gray);line-height:1.8;max-width:600px;margin:0 auto}.home .social-media{display:flex;justify-content:space-around;align-items:center;gap:2rem;margin-top:2rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:900px;width:100%;position:relative;z-index:1}.home .social-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:var(--text-white);filter:grayscale(100%) brightness(.8);transition:all .3s ease;text-decoration:none}.home .social-icon svg{width:100%;height:100%}.home .social-icon:hover{filter:grayscale(0%);transform:translateY(-3px) scale(1.1)}.home .social-icon.social-spotify:hover{color:#1db954}.home .social-icon.social-youtube:hover{color:red}.home .social-icon.social-instagram:hover{color:#e4405f}.home .social-icon.social-facebook:hover{color:#1877f2}.home .videos{padding:0 2rem 2rem;background-color:var(--bg-dark-gray-1);margin-top:-8rem;position:relative;z-index:2;box-shadow:0 -10px 40px #0000004d}.home .container{max-width:1200px;margin:0 auto}.home .section-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:var(--text-white);position:relative;padding-bottom:1rem}.home .section-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:100px;height:3px;background:linear-gradient(90deg,var(--accent-red),var(--accent-purple),var(--accent-golden))}.home .videos-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:0;padding-top:2rem}.home .video-card{background-color:var(--bg-dark-gray-2);padding:1rem;border-radius:8px;text-align:center;transition:transform .3s ease,box-shadow .3s ease;border:1px solid transparent;position:relative;transform:translateY(-100px);z-index:3}.home .video-card:hover{box-shadow:0 10px 30px #00000080;transform:translateY(-100px) scale(1.02)}.home .video-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:8px;margin-bottom:1rem}.home .video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:8px}.home .preview-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:8px;filter:brightness(.7)}.home .preview-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#0000004d}.home .preview-badge{background:linear-gradient(135deg,var(--accent-red),var(--accent-purple));color:var(--text-white);padding:.75rem 1.5rem;border-radius:25px;font-weight:600;font-size:1rem;text-transform:uppercase;letter-spacing:1px;box-shadow:0 4px 15px #00000080;animation:pulse 2s ease-in-out infinite}.home .preview-card{opacity:.95}.home .preview-card:hover{opacity:1}.home .video-title{color:var(--text-white);margin:0;font-size:1.2rem}@media(max-width:768px){.home .hero-title{font-size:2.5rem}.home .hero-subtitle{font-size:1.4rem}.home .hero-description{font-size:1rem}.home .social-media{gap:1.5rem;margin-top:1.5rem}.home .social-icon{width:35px;height:35px}.home .videos{padding:4rem 1rem}.home .videos-grid{grid-template-columns:1fr}}.home .about{padding:6rem 2rem;background-color:var(--bg-black);position:relative}.home .about .section-title{font-family:Bleeding Cowboys,serif;font-size:2.5rem;margin-bottom:3rem;color:var(--text-white);position:relative;padding-bottom:1rem}.home .about-content{display:flex;flex-direction:column;gap:3rem}.home .about-text{font-size:1.1rem;line-height:1.8;color:var(--text-light-gray);max-width:900px;margin:0 auto;text-align:center}.home .about-text p{margin-bottom:1.5rem}.home .about-text p:last-child{margin-bottom:0}.home .about-features{display:flex;flex-direction:row;gap:1.5rem;justify-content:center;flex-wrap:wrap}.home .about-feature{background-color:var(--bg-dark-gray-1);padding:1.5rem;border-radius:8px;border-top:3px solid transparent;transition:all .3s ease;flex:1;min-width:200px;max-width:280px;text-align:center}.home .about-feature:hover{transform:translateY(-5px);box-shadow:0 5px 20px #0000004d}.home .about-feature:nth-child(1){border-top-color:var(--accent-red)}.home .about-feature:nth-child(2){border-top-color:var(--accent-purple)}.home .about-feature:nth-child(3){border-top-color:var(--accent-golden)}.home .about-feature .feature-icon{font-size:2rem;margin-bottom:.75rem;display:inline-block;filter:drop-shadow(0 0 10px currentColor)}.home .about-feature h3{font-size:1.2rem;color:var(--text-white);margin-bottom:.5rem;font-weight:600}.home .about-feature p{color:var(--text-light-gray);line-height:1.5;margin:0;font-size:.95rem}@media(max-width:768px){.home .about-features{flex-direction:column;align-items:center}.home .about-feature{max-width:100%;width:100%}}@media(max-width:768px){.home .hero-title{font-size:2.5rem}.home .hero-subtitle{font-size:1.4rem}.home .hero-description{font-size:1rem}.home .videos{padding:4rem 1rem}.home .videos-grid{grid-template-columns:1fr}.home .about{padding:4rem 1rem}.home .section-title{font-size:2rem;margin-bottom:2rem}.home .about-feature{padding:1.25rem}.home .about-feature .feature-icon{font-size:1.75rem}.home .about-feature h3{font-size:1.1rem}.home .about-feature p{font-size:.9rem}}.home .contact-content{display:flex;flex-direction:column;gap:3rem;align-items:center;text-align:center;margin-top:4rem;padding:3rem 2rem;position:relative;background:linear-gradient(135deg,#1a1a1a99,#2d2d2d66);border-radius:12px;border:1px solid transparent;background-clip:padding-box;box-shadow:0 8px 32px #0006;max-width:1200px;width:100%;margin:0 auto}.home .contact-content:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,var(--accent-red) 20%,var(--accent-purple) 50%,var(--accent-golden) 80%,transparent 100%);border-radius:12px 12px 0 0}.home .contact-content:after{content:"";position:absolute;inset:0;border-radius:12px;padding:1px;background:linear-gradient(135deg,var(--accent-red) 0%,var(--accent-purple) 50%,var(--accent-golden) 100%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:.3;pointer-events:none}.home .contact-questions{display:flex;flex-direction:column;gap:1.8rem;width:100%}.home .contact-question{font-size:1.3rem;color:var(--text-white);margin:0;line-height:1.7;font-weight:300;position:relative;padding-left:2rem;text-align:left;transition:all .3s ease}.home .contact-question:before{content:"→";position:absolute;left:0;color:transparent;background:linear-gradient(135deg,var(--accent-red),var(--accent-purple),var(--accent-golden));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700;font-size:1.5rem;transition:all .3s ease;filter:drop-shadow(0 0 8px rgba(196,30,58,.5))}.home .contact-question:hover{transform:translate(5px);color:var(--text-light-gray)}.home .contact-question:hover:before{transform:translate(3px);filter:drop-shadow(0 0 12px rgba(196,30,58,.8))}.home .contact-email{margin-top:1rem;position:relative;width:100%;overflow:hidden}.home .email-link{font-size:1.6rem;color:var(--accent-golden);text-decoration:none;transition:all .4s ease;display:inline-block;font-weight:600;padding:.8rem 2rem;position:relative;background:linear-gradient(135deg,#c41e3a1a,#6a0dad1a,#d8b04a1a);border-radius:8px;border:1px solid rgba(216,176,74,.3);box-shadow:0 4px 15px #0000004d;max-width:100%;word-break:break-word;overflow-wrap:break-word;box-sizing:border-box}.home .email-link:before{content:"";position:absolute;inset:0;border-radius:8px;padding:1px;background:linear-gradient(135deg,var(--accent-red) 0%,var(--accent-purple) 50%,var(--accent-golden) 100%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .4s ease}.home .email-link:hover{color:var(--text-white);transform:translateY(-3px) scale(1.02);text-shadow:0 0 20px rgba(216,176,74,.6);box-shadow:0 8px 25px #00000080,0 0 30px #6a0dad66;background:linear-gradient(135deg,#c41e3a33,#6a0dad33,#d8b04a33)}.home .email-link:hover:before{opacity:1}@media(max-width:768px){.home .contact-content{margin-top:3rem;padding:2rem 1rem;overflow:hidden}.home .contact-question{font-size:1.1rem;padding-left:1.5rem}.home .contact-question:before{font-size:1.3rem}.home .contact-email{width:100%;padding:0 .5rem;box-sizing:border-box}.home .email-link{font-size:1.1rem;padding:.6rem 1rem;max-width:100%;word-break:break-word;overflow-wrap:break-word;white-space:normal}}
