.homepage{background:#f5f5f5}.hero-section{min-height:80vh;background:linear-gradient(135deg,#2c2c2c,#1a1a1a);display:flex;align-items:center;justify-content:space-around;position:relative;overflow:hidden;padding:0 3rem;gap:3rem}.hero-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse 800px 600px at 55% 50%,rgba(196,30,58,.12) 0,transparent 60%);pointer-events:none;z-index:1}.homepage .hero-content{max-width:1000px;padding:0 1rem;z-index:2;position:relative;flex:0 0 auto}.hero-title{font-size:3.5rem;font-weight:900;color:#f0f0f0;text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.7)}.hero-subtitle{display:block;font-size:2.2rem;color:#c41e3a;margin-top:.5rem}.hero-description{font-size:1.2rem;color:#b0b0b0;margin-bottom:2rem;max-width:700px;line-height:1.6}.user-welcome{text-align:left}.user-welcome h2{font-size:2rem;color:#f0f0f0;margin-bottom:1rem}.auth-note{margin-top:1rem;font-size:.9rem;color:#7a7a7a;font-style:italic}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-background{position:relative;width:420px;height:75vh;z-index:2;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-right:0}.cta-primary{background:linear-gradient(45deg,#c41e3a,#8b1538);border:2px solid #7a7a7a;color:#f0f0f0;padding:12px 30px;font-weight:700;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .3s ease;border-radius:4px}.cta-primary:hover{background:linear-gradient(45deg,#8b1538,#6b0f2a);border-color:#f0f0f0;transform:translateY(-2px);box-shadow:0 6px 12px rgba(0,0,0,.4)}.homepage .cta-secondary{background:transparent;border:2px solid #7a7a7a;color:#f0f0f0;padding:12px 30px;font-weight:700;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .3s ease;border-radius:4px}.homepage .cta-secondary:hover{background:rgba(196,30,58,.1);border-color:#c41e3a;color:#c41e3a}.large{padding:15px 35px;font-size:1.1rem}section{padding:4rem 0}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-title{font-size:2.5rem;font-weight:900;text-transform:uppercase;text-align:center;margin-bottom:3rem;color:#2c2c2c;letter-spacing:2px}.text-center{text-align:center;margin-top:2rem}.artists-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:2rem}.homepage .artist-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.1);transition:transform .3s ease;max-width:500px}.artist-card:hover{transform:translateY(-5px)}.artist-image{height:200px;background:#f0f0f0}.artist-photo{width:100%!important;height:200px!important;object-fit:cover;object-position:center center;border-radius:8px}.image-placeholder{height:100%;display:flex;align-items:center;justify-content:center;color:#999;border:2px dashed #ddd}.artist-info{padding:1.5rem;text-align:center;display:block}.artist-info h3{font-size:1.3rem;font-weight:700;margin-bottom:.5rem;color:#2c2c2c}.specialty{color:#c41e3a;font-weight:600;margin-bottom:1rem;text-transform:uppercase;font-size:.9rem}.view-artist-btn{background:#2c2c2c;color:#fff;border:none;padding:8px 20px;border-radius:4px;cursor:pointer;transition:background .3s ease}.view-artist-btn:hover{background:#c41e3a}.home-portfolio-grid{display:flex;justify-content:center;flex-wrap:wrap;gap:2rem}.portfolio-item{height:300px;width:300px;position:relative;overflow:hidden;border-radius:8px}.portfolio-placeholder{width:300px;height:300px;background:#f0f0f0;border:2px dashed #ddd;color:#999}.portfolio-overlay,.portfolio-placeholder{display:flex;align-items:center;justify-content:center}.portfolio-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(196,30,58,.9);opacity:0;transition:opacity .3s ease}.portfolio-item:hover .portfolio-overlay{opacity:1}.view-btn{background:#fff;color:#c41e3a;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-weight:600}.services{background:#2c2c2c}.services .section-title{color:#f0f0f0}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem}.homepage .service-card{background:#3c3c3c;padding:2rem;border-radius:8px;text-align:center;border:1px solid #555}.service-icon{font-size:3rem;margin-bottom:1rem}.homepage .service-card h3{color:#f0f0f0;margin-bottom:1rem;text-transform:uppercase;font-weight:700;font-size:20px}.homepage .service-card p{color:#b0b0b0;line-height:1.6}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.testimonial-card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);text-align:center}.stars{margin-bottom:1rem}.star{color:#c41e3a;font-size:1.2rem}.testimonial-text{font-style:italic;margin-bottom:1rem;color:#2c2c2c;line-height:1.6}.testimonial-name{font-weight:600;color:#c41e3a}.contact-cta{background:linear-gradient(135deg,#2c2c2c,#1a1a1a);text-align:center;color:#f0f0f0}.contact-cta h2{font-size:2.5rem;font-weight:900;margin-bottom:1rem;text-transform:uppercase}.contact-cta p{font-size:1.2rem;margin-bottom:2rem;color:#b0b0b0}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media (max-width:1400px){.hero-section{padding:0 2rem}.hero-title{font-size:3rem}.hero-subtitle{font-size:2rem}.hero-background{width:350px}}@media (max-width:1200px){.hero-section{flex-direction:column;justify-content:center;gap:2rem;padding:3rem 2rem}.hero-section:before{display:none}.hero-content{text-align:center}.hero-content,.hero-description{max-width:100%}.hero-buttons{justify-content:center}.hero-background{position:relative;width:100%;max-width:400px;height:70vh}}@media (max-width:768px){.hero-content{margin:0 auto}.hero-content,.user-welcome{text-align:center}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.8rem}.hero-description{font-size:1.1rem}.hero-buttons{flex-direction:column;align-items:center}.hero-background{display:none}.section-title{font-size:2rem}}.video-carousel{position:relative;width:100%;margin:0 auto;background:linear-gradient(135deg,#1e1e1e,#2d2d2d);border-radius:20px;overflow:hidden;box-shadow:0 20px 60px rgba(196,30,58,.3),0 10px 30px rgba(0,0,0,.5);height:100%}.video-carousel.horizontal{max-width:1200px}.video-carousel.horizontal .video-container{position:relative;width:100%;height:0;padding-bottom:56.25%;overflow:hidden}.video-carousel.vertical{max-width:420px;height:100%;margin:0 auto}.video-carousel.vertical .video-container{position:relative;width:100%;height:100%;overflow:hidden}.carousel-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;background:#000;transition:opacity .5s ease;border:none}.carousel-video:focus{outline:3px solid #c41e3a;outline-offset:2px}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:rgba(196,30,58,.8);color:#fff;border:2px solid hsla(0,0%,100%,.2);width:45px;height:45px;border-radius:50%;font-size:22px;font-weight:700;cursor:pointer;transition:all .3s ease;z-index:100;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);pointer-events:auto}.carousel-btn:hover{background:#c41e3a;border-color:hsla(0,0%,100%,.5);transform:translateY(-50%) scale(1.15);box-shadow:0 5px 20px rgba(196,30,58,.6)}.carousel-btn:focus{outline:2px solid #c41e3a;outline-offset:2px}.carousel-btn-next{right:15px}.video-carousel.vertical .carousel-btn{width:40px;height:40px;font-size:20px}.video-carousel.vertical .carousel-btn-next{right:12px}.video-info{position:absolute;bottom:50px;left:0;right:0;background:linear-gradient(0deg,rgba(0,0,0,.95) 0,rgba(0,0,0,.7) 50%,transparent);color:#fff;padding:50px 20px 20px;transform:translateY(100%);transition:transform .3s ease;pointer-events:none}.video-carousel:hover .video-info{transform:translateY(0)}.video-title{font-size:1.3rem;font-weight:700;margin-bottom:.4rem;color:#fff}.video-description{font-size:.95rem;color:#ccc;margin-bottom:.4rem;line-height:1.4}.video-artist{font-size:.85rem;color:#c41e3a;font-weight:600;margin:0}.video-carousel.vertical .video-info{padding:40px 15px 15px}.video-carousel.vertical .video-title{font-size:1.1rem}.video-carousel.vertical .video-description{font-size:.85rem}.carousel-dots{position:absolute;bottom:15px;left:50%;transform:translateX(-50%);display:flex;justify-content:center;gap:8px;padding:10px 15px;background:rgba(0,0,0,.5);border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10}.video-carousel.vertical .carousel-dots{bottom:12px;gap:6px;padding:8px 12px}.carousel-dot{width:8px;height:8px;border-radius:50%;border:none;background:hsla(0,0%,100%,.4);cursor:pointer;transition:all .3s ease}.carousel-dot:hover{background:hsla(0,0%,100%,.7);transform:scale(1.3)}.carousel-dot.active{background:#c41e3a;box-shadow:0 0 10px rgba(196,30,58,.8);width:24px;border-radius:4px}.carousel-dot:focus{outline:2px solid #c41e3a;outline-offset:2px}.video-counter{position:absolute;top:15px;right:15px;background:rgba(0,0,0,.7);color:#fff;padding:6px 10px;border-radius:12px;font-size:.85rem;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10;border:1px solid rgba(196,30,58,.3)}.video-carousel-placeholder{display:flex;align-items:center;justify-content:center;height:400px;background:linear-gradient(135deg,#1e1e1e,#2d2d2d);color:#fff;border-radius:20px;font-size:1.2rem}@media (max-width:1200px){.video-carousel.vertical{max-width:400px}}@media (max-width:768px){.video-carousel{border-radius:15px}.video-carousel.horizontal{max-width:100%}.video-carousel.vertical{max-width:350px}.carousel-btn{width:38px;height:38px;font-size:18px}.carousel-btn-next{right:10px}.video-carousel.vertical .carousel-btn{width:35px;height:35px;font-size:16px}.video-info{padding:30px 12px 12px}.video-title{font-size:1rem}.video-description{font-size:.8rem}.video-counter{top:12px;right:12px;font-size:.75rem;padding:5px 8px}.carousel-dots{bottom:10px;padding:6px 10px;gap:5px}.carousel-dot{width:6px;height:6px}.carousel-dot.active{width:18px}}@media (max-width:480px){.video-carousel.vertical{max-width:300px}.carousel-btn{width:32px;height:32px;font-size:16px}.video-carousel.vertical .carousel-btn{width:28px;height:28px;font-size:14px}.video-info{padding:25px 10px 10px}.video-title{font-size:.95rem}.video-description{font-size:.75rem}.video-artist{font-size:.7rem}}.video-carousel.loading .carousel-video{opacity:.5}.video-carousel.loading:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;border:3px solid hsla(0,0%,100%,.3);border-top-color:#c41e3a;border-radius:50%;animation:spin 1s linear infinite;z-index:20}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}@media (prefers-reduced-motion:reduce){.carousel-btn,.carousel-dot,.carousel-video,.video-info{transition:none}.video-carousel.loading:after{animation:none}}