:root{--slide-width:min(25vw,300px);--slide-aspect:2/3;--slide-transition-duration:800ms;--slide-transition-easing:ease;--font-montserrat:"Montserrat",sans-serif;--accent:#c1121f}*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%;width:100%}html{background:#f5f5f5}html:before{background:#ffffffb3;content:"";inset:0;position:fixed;z-index:-1}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0000;font-family:Montserrat,sans-serif;font-family:var(--font-montserrat);margin:0;overflow-x:hidden;position:relative}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.section{padding:80px 0}.text-center{text-align:center}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes typingDot{0%,60%,to{opacity:0}30%{opacity:1}}@media (max-width:768px){.section{padding:60px 0}.container{padding:0 16px}}.hamburger{position:relative;z-index:2001}@media (max-width:768px){.navbar-inner{align-items:center;flex-direction:column;justify-content:center;padding:0 20px}.logo{height:70px;margin-top:8px;position:relative;transform:scale(.88);z-index:6}.hamburger{display:flex}.navbar ul{background:#fffffff7;border-bottom:1px solid #0000000d;display:none;flex-direction:column;gap:20px;left:0;padding:50px 0;position:absolute;right:0;text-align:center;top:70px}.navbar ul.active{animation:fadeIn .4s ease forwards;display:flex}.navbar ul li a{font-size:1.1rem;font-weight:700}}.hero-slider{align-items:center;display:flex;height:85vh;justify-content:center;margin:120px 0 80px;min-height:700px;overflow:hidden;position:relative;width:100%}.slider-container{height:100%;margin:0 auto;max-width:1200px;padding:0 20px;position:relative;width:100%}.slider-nav{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #0000001a;border-radius:50%;cursor:pointer;display:flex;height:50px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:50px;z-index:10}.slider-nav:hover{background:#fff;box-shadow:0 8px 25px #00000026;transform:translateY(-50%) scale(1.1)}.slider-nav--prev{left:20px}.slider-nav--next{right:20px}.slider-nav svg{color:#333;transition:color .3s ease}.slider-nav:hover svg{color:var(--accent)}.slider-content{height:calc(100% - 80px);margin-top:-40px}.slide,.slider-content{align-items:center;display:flex;justify-content:center;position:relative;width:100%}.slide{gap:60px;height:100%;padding:0 80px}.slide-image-container{align-items:center;background:#f8f8f8;border-radius:20px;box-shadow:0 20px 60px #0000001a;display:flex;flex:0 0 auto;height:550px;justify-content:center;overflow:hidden;position:relative;width:450px}.slide-image{object-position:center;transition:transform .6s ease}.slide:hover .slide-image{transform:scale(1.05)}.slide-overlay{background:linear-gradient(135deg,#0000001a,#0000004d);bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.slide:hover .slide-overlay{opacity:1}.slide-info{flex:0 0 auto;max-width:450px;padding:40px 0;width:450px}.slide-title{color:#111;font-family:var(--font-clash-display);font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:16px}.slide-subtitle{color:var(--accent);font-size:1.2rem;font-weight:600;letter-spacing:1px;margin-bottom:20px;text-transform:uppercase}.slide-description{color:#666;font-size:1.1rem;font-weight:300;line-height:1.6}.slider-dots{display:none}.slider-dot{background:#64646466;border:2px solid #0000004d;border-radius:50%;cursor:pointer;height:12px;transition:all .3s ease;width:12px}.slider-dot:hover{background:#0009;border-color:#00000080;transform:scale(1.2)}.slider-dot.active{background:var(--accent);border-color:var(--accent);transform:scale(1.3)}.slider-loader{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}.slider-loader-content{text-align:center}.slider-loader-spinner{animation:spin 1s linear infinite;border:3px solid #c1121f33;border-radius:50%;border-top:3px solid var(--accent);height:40px;margin:0 auto 20px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.slider-loader-content p{color:#666;font-size:1.1rem;font-weight:300}.mobile-gallery{display:none}@media (max-width:768px){.hero-slider{display:none}.mobile-gallery{display:block;margin-top:0;padding:90px 20px 60px;position:relative;z-index:1}.gallery-header{margin-bottom:40px;text-align:center}.gallery-header h2{color:#2c2c2c;font-size:2.5rem;font-weight:300;margin-bottom:15px}.gallery-header p{color:#666;font-size:1.1rem;font-weight:300}.gallery-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));max-width:100%}.gallery-item{background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000001a;cursor:pointer;overflow:hidden;transition:all .3s ease}.gallery-item:hover{box-shadow:0 8px 30px #00000026;transform:translateY(-5px)}.gallery-image-container{align-items:center;background:#f8f8f8;display:flex;height:200px;justify-content:center;overflow:hidden;width:100%}.gallery-image{height:100%;object-fit:contain;transition:transform .3s ease;width:100%}.gallery-item:hover .gallery-image{transform:scale(1.05)}.gallery-info{padding:15px;text-align:center}.gallery-title{color:#2c2c2c;font-size:.9rem;font-weight:600;line-height:1.3;margin:0}.slider-content{height:auto;margin-top:0;padding:0}.slide{flex-direction:column;gap:0;height:auto;justify-content:center;padding:0;text-align:center}.slide-image-container{aspect-ratio:auto;background:#f8f8f8;box-shadow:0 4px 20px #0000001a;margin:0;max-width:100%;min-width:auto;overflow:hidden;transform:scale(1.4);transform-origin:center}.slide-image,.slide-image-container{border-radius:16px;display:block;height:auto;width:100%}.slide-image{max-height:700px;object-fit:contain;object-position:center}.slide-info{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:0 0 16px 16px;box-shadow:0 10px 30px #0000001a;display:block;margin-top:-5px;max-width:100%;padding:20px;text-align:center;width:100%}.slide-title{color:#2c2c2c;font-size:1.8rem;font-weight:600;line-height:1.2;margin-bottom:0}.slide-description,.slide-subtitle{display:none}.slide-subtitle{font-size:.85rem;margin-bottom:10px}.slide-description{color:#555;font-size:.85rem;line-height:1.5}.slider-dots,.slider-nav{display:none}.slide{animation:mobileZoomIn .8s ease-out}}@keyframes mobileZoomIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){.artist-intro{font-size:1.1rem;margin:0 auto 20px;padding:0 40px}.gallery-item{height:340px;width:260px}.gallery-title{display:none!important}.gallery-section{margin:20px 0;padding:20px 0}}.chatbot-intro p{font-weight:400}.message-content{font-weight:400;line-height:1.6;white-space:pre-line}.message-content strong{color:var(--accent);font-weight:600}.artwork-name{color:var(--accent);font-size:1.05rem}.whatsapp-link{color:#25d366;display:inline;font-size:.95rem;font-weight:500;transition:all .2s ease}.whatsapp-link:hover{color:#128c7e;text-decoration:underline}.chatbot-send:hover:not(:disabled){box-shadow:0 2px 8px #c1121f4d;transform:scale(1.05)}.chatbot-send:active:not(:disabled){transform:scale(.98)}@media (max-width:480px){.chatbot-section{padding:0 10px}.chatbot-header{padding:14px 16px}.chatbot-header h3{font-size:1.1rem}.chatbot-header p{font-size:.8rem}.chatbot-messages{gap:12px;padding:12px}.message{gap:0;max-width:100%}.message-avatar{display:none}.message.bot .message-content{margin-right:auto}.message.user .message-content{margin-left:auto}.message-content{font-size:.85rem;line-height:1.5;padding:10px 12px}.artwork-name{font-size:.95rem}.whatsapp-link{font-size:.9rem}.chatbot-input-area{gap:8px;padding:10px 12px}.chatbot-input{font-size:.9rem;padding:10px 14px}}.artworks-page{color:#2c2c2c;min-height:100vh;padding:120px 20px 80px}.artworks-header{margin-bottom:60px;margin-left:auto;margin-right:auto;max-width:800px;text-align:center}.artworks-header h1{color:#2c2c2c;font-size:3.5rem;font-weight:300;margin-bottom:20px;text-shadow:none}.artworks-header p{color:#666;font-size:1.2rem;font-weight:300;line-height:1.6;text-shadow:none}.artworks-grid{display:flex;flex-direction:column;gap:60px;margin:0 auto;max-width:1000px;padding:0 20px}.artwork-card{grid-gap:60px;align-items:center;background:#0000;border:none;border-radius:0;box-shadow:none;display:grid;gap:60px;grid-template-columns:1fr 1fr;min-height:700px;overflow:visible;padding:40px 0;transition:all .3s ease}.artwork-card:hover{transform:translateY(-5px)}.artwork-image-container{align-items:center;background:#0000;border-radius:0;display:flex;height:600px;justify-content:center;overflow:hidden;position:relative;width:100%}.artwork-image{height:auto;max-height:100%;max-width:100%;object-fit:contain;transition:transform .3s ease;width:auto}.artwork-card:hover .artwork-image{transform:scale(1.05)}.artwork-overlay{align-items:center;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.artwork-card:hover .artwork-overlay{opacity:1}.chatbot-button{border:none;border-radius:25px;cursor:pointer;font-size:.9rem;font-weight:600;padding:12px 24px;transition:all .3s ease}.chatbot-button:hover{box-shadow:0 4px 15px #dc262666}.artwork-info{-webkit-backdrop-filter:none;backdrop-filter:none;background:#0000;border-radius:0;box-shadow:none;display:flex;flex-direction:column;height:100%;justify-content:center;padding:40px}.artwork-name{color:#2c2c2c;font-size:1.9rem;font-weight:600;margin-bottom:20px}.artwork-size{color:#dc2626;font-size:1.24rem;font-weight:600;margin-bottom:12px}.artwork-technique{color:#888;font-size:1.05rem;font-weight:300;margin-bottom:25px}.artwork-description{color:#555;font-size:1.11rem;font-weight:300;line-height:1.7;margin-bottom:20px}.artwork-actions{gap:15px;margin-top:0}.chatbot-btn,.view-details-btn{border:none;border-radius:30px;cursor:pointer;flex:1 1;font-size:.816rem;font-weight:600;min-width:112.8px;padding:10.8px 19.2px;transition:all .3s ease}.view-details-btn{background:#0000;border:1px solid #dc2626;color:#dc2626}.view-details-btn:hover{background:#dc2626;color:#fff}.chatbot-btn:hover{transform:scale(1.02)}.artwork-modal-overlay{align-items:center;background:#000000e6;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.artwork-modal-content{align-items:center;background:#fff;border-radius:20px;box-shadow:0 20px 60px #00000080;display:flex;flex-direction:column;max-height:90vh;max-width:90vw;overflow:hidden;padding:20px;position:relative}.modal-close-btn{align-items:center;background:#00000080;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:24px;font-weight:700;height:40px;justify-content:center;position:absolute;right:15px;top:15px;transition:all .3s ease;width:40px;z-index:1001}.modal-close-btn:hover{background:#000c;transform:scale(1.1)}.modal-artwork-image{border-radius:15px;margin-bottom:20px;max-height:70vh;max-width:100%;object-fit:contain}.modal-artwork-info{padding:0 20px;text-align:center}.modal-artwork-info h3{color:#2c2c2c;font-size:1.8rem;font-weight:600;margin-bottom:10px}.modal-artwork-info p{color:#666;font-size:1rem;margin-bottom:5px}@media (max-width:768px){.artworks-page{align-items:center;display:flex;flex-direction:column;padding:100px 15px 60px;text-align:center}.artworks-header{max-width:100%;text-align:center;width:100%}.artworks-header h1{font-size:2.5rem;text-align:center}.artworks-header p{font-size:1rem;text-align:center}.artworks-grid{align-items:center;display:flex;flex-direction:column;max-width:100%;padding:0;width:100%}.artwork-card{gap:30px;grid-template-columns:1fr;justify-items:center;max-width:100%;min-height:auto;padding:20px 0;text-align:center;width:100%}.artwork-image-container{background:#0000;border-radius:0;height:400px;justify-content:center}.artwork-image-container,.artwork-info{align-items:center;display:flex;max-width:100%;width:100%}.artwork-info{flex-direction:column;padding:25px;text-align:center}.artwork-name{font-size:1.6rem}.artwork-description,.artwork-name,.artwork-size,.artwork-technique{text-align:center;width:100%}.artwork-actions{align-items:center;flex-direction:column;max-width:100%;width:100%}.chatbot-btn,.view-details-btn{flex:none;max-width:300px;width:100%}#chatbot-section,.other-artworks-section{margin-top:60px;padding:0 15px;text-align:center;width:100%}.other-artworks-header{text-align:center;width:100%}.other-artworks-header h2{font-size:2rem;text-align:center}.other-artworks-header p{font-size:1rem;text-align:center}.artwork-modal-overlay{padding:10px}.artwork-modal-content{max-height:95vh;max-width:95vw;padding:15px}.modal-close-btn{font-size:20px;height:35px;right:10px;top:10px;width:35px}.modal-artwork-image{margin-bottom:15px;max-height:60vh}.modal-artwork-info h3{font-size:1.5rem}.modal-artwork-info p{font-size:.9rem}}@media (max-width:480px){.artworks-page{align-items:center;display:flex;flex-direction:column;padding:80px 10px 40px;text-align:center}.artworks-header h1{font-size:2rem;text-align:center}.artwork-image-container{background:#0000;border-radius:0;height:350px;justify-content:center}.artwork-image-container,.artwork-info{align-items:center;display:flex;width:100%}.artwork-info{flex-direction:column;padding:20px;text-align:center}.artwork-name{font-size:1.4rem;text-align:center;width:100%}.artwork-description{font-size:.98rem;text-align:center;width:100%}.artwork-actions{align-items:center;width:100%}.chatbot-btn,.view-details-btn{max-width:250px;width:100%}.artwork-modal-content{max-height:98vh;max-width:98vw;padding:10px}.modal-close-btn{font-size:18px;height:30px;right:5px;top:5px;width:30px}.modal-artwork-image{margin-bottom:10px;max-height:50vh}.modal-artwork-info h3{font-size:1.3rem}.modal-artwork-info p{font-size:.85rem}}.artwork-detail-page{color:#2c2c2c;min-height:100vh;padding:120px 20px 80px}.artwork-detail-container{margin:0 auto;max-width:1200px}.artwork-main{grid-gap:60px;align-items:start;display:grid;gap:60px;grid-template-columns:1fr 1fr;margin-bottom:80px}.artwork-image-section{position:relative}.artwork-detail-image{background:#f8f9fa;border-radius:20px;box-shadow:0 20px 60px #0006;height:auto;max-height:600px;max-width:100%;object-fit:contain;padding:20px;transition:transform .3s ease;width:auto}.artwork-detail-image:hover{transform:scale(1.02)}.artwork-info-section{padding:20px 0}.artwork-title{color:#2c2c2c;font-size:3rem;font-weight:300;line-height:1.2;margin-bottom:30px}.artwork-specs{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:15px;margin-bottom:30px;padding:25px}.spec-item{align-items:center;border-bottom:1px solid #ffffff1a;display:flex;justify-content:space-between;padding:12px 0}.spec-item:last-child{border-bottom:none}.spec-label{color:#2c2c2c;font-size:.95rem;font-weight:600}.spec-value{color:#666;font-size:.9rem;line-height:1.4;max-width:60%;text-align:right}.artwork-description,.artwork-story{margin-bottom:30px}.artwork-description h3,.artwork-story h3{color:#2c2c2c;font-size:1.4rem;font-weight:600;margin-bottom:15px}.artwork-description p,.artwork-story p{color:#555;font-size:1rem;font-weight:300;line-height:1.7}.artwork-actions{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-top:40px}.chatbot-button,.whatsapp-button{border-radius:25px;flex:1 1;min-width:180px;padding:15px 25px}.chatbot-button{background:#25d366}.chatbot-button:hover{background:#128c7e;box-shadow:0 8px 25px #25d36666}.whatsapp-button{background:#dc2626;color:#fff}.whatsapp-button:hover{background:#b91c1c}.other-artworks{margin-top:60px}.other-artworks h2{color:#2c2c2c;font-size:2.5rem;font-weight:300;margin-bottom:40px;text-align:center}.other-artworks-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.other-artwork-item{border:1px solid #e0e0e0;box-shadow:0 4px 16px #0000001a}.other-artwork-item:hover{box-shadow:0 16px 48px #0006;transform:translateY(-8px)}.other-artwork-image{background:#f8f9fa;height:200px}.other-artwork-item h4{color:#2c2c2c;font-size:1.1rem;font-weight:600;margin:15px 0 5px;padding:0 15px}.other-artwork-item p{color:#666;font-size:.9rem;margin:0;padding:0 15px 15px}.artwork-not-found{color:#2c2c2c;padding:100px 20px;text-align:center}.artwork-not-found h2{color:#2c2c2c;font-size:2.5rem;margin-bottom:20px}.artwork-not-found p{color:#666;font-size:1.2rem}#chatbot-section,.other-artworks-section{margin-top:80px;padding:0 20px}.other-artworks-header{margin-bottom:60px;margin-left:auto;margin-right:auto;max-width:800px;text-align:center}.other-artworks-header h2{color:#2c2c2c;font-size:2.5rem;font-weight:300;margin-bottom:20px}.other-artworks-header p{color:#666;font-size:1.1rem;font-weight:300;line-height:1.6}.other-artworks-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1200px}.other-artwork-item{background:#fff;border-radius:15px;box-shadow:0 4px 20px #0000001a;cursor:pointer;overflow:hidden;transition:all .3s ease}.other-artwork-item:hover{box-shadow:0 8px 30px #00000026;transform:translateY(-5px)}.other-artwork-image-container{align-items:center;background:#f8f9fa;display:flex;height:250px;justify-content:center;overflow:hidden;width:100%}.other-artwork-image{height:100%;object-fit:contain;transition:transform .3s ease;width:100%}.other-artwork-item:hover .other-artwork-image{transform:scale(1.05)}.other-artwork-info{padding:20px;text-align:center}.other-artwork-info h4{color:#2c2c2c;font-size:1.2rem;font-weight:600;margin-bottom:8px}.other-artwork-info p{color:#666;font-size:.9rem;font-weight:300;line-height:1.4}@media (max-width:1024px){.artwork-main{gap:40px;grid-template-columns:1fr}.artwork-title{font-size:2.5rem}}@media (max-width:768px){.artwork-detail-page{align-items:center;display:flex;flex-direction:column;padding:100px 15px 60px;text-align:center}.artwork-detail-container,.artwork-main{align-items:center;display:flex;flex-direction:column;max-width:100%;width:100%}.artwork-image-section{align-items:center;display:flex;justify-content:center;width:100%}.artwork-info-section{align-items:center;display:flex;flex-direction:column;text-align:center;width:100%}.artwork-title{font-size:2rem;text-align:center;width:100%}.artwork-specs{max-width:100%;padding:20px;width:100%}.spec-item{align-items:center;flex-direction:column;gap:5px;text-align:center}.spec-label,.spec-value{text-align:center;width:100%}.spec-value{max-width:100%}.artwork-description,.artwork-description h3,.artwork-description p,.artwork-story,.artwork-story h3,.artwork-story p{text-align:center;width:100%}.artwork-actions{align-items:center;flex-direction:column;gap:15px;width:100%}.chatbot-button,.whatsapp-button{flex:none;max-width:300px;width:100%}.other-artworks{text-align:center;width:100%}.other-artworks h2{font-size:2rem;text-align:center}.other-artworks-grid{gap:20px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));width:100%}.other-artwork-image{height:150px}.chatbot-modal-content{margin:10px;max-height:90vh}.chatbot-container{height:350px}#chatbot-section,.other-artworks-header,.other-artworks-section{text-align:center;width:100%}.other-artworks-header h2,.other-artworks-header p{text-align:center}}@media (max-width:480px){.artwork-detail-page{padding:80px 10px 40px;text-align:center}.artwork-detail-container,.artwork-detail-page{align-items:center;display:flex;flex-direction:column}.artwork-detail-container{width:100%}.artwork-title{font-size:1.8rem;text-align:center;width:100%}.artwork-specs{padding:15px;text-align:center;width:100%}.artwork-description h3,.artwork-story h3{font-size:1.2rem;text-align:center;width:100%}.artwork-description p,.artwork-story p{font-size:.9rem;text-align:center;width:100%}.artwork-actions{align-items:center;width:100%}.chatbot-button,.whatsapp-button{max-width:250px;width:100%}.other-artworks-section{margin-top:60px;padding:0 15px}.other-artworks-header,.other-artworks-section{text-align:center;width:100%}.other-artworks-header h2{font-size:2rem;text-align:center}.other-artworks-header p{font-size:1rem;text-align:center}.other-artworks-grid{gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));width:100%}.other-artwork-image-container{height:200px}.other-artwork-info{padding:15px;text-align:center}.other-artwork-info h4{font-size:1.1rem;text-align:center}.other-artwork-info p{font-size:.85rem;text-align:center}}.artist-page{color:#2c2c2c;min-height:100vh;padding:120px 20px 80px}.artist-hero{grid-gap:60px;align-items:flex-start;display:grid;gap:60px;grid-template-columns:1fr 1fr;margin:0 auto 80px;max-width:1200px}.artist-image-section{position:relative;transform:scale(1.5) translateY(-50px);transform-origin:top center}.artist-image{border-radius:20px;box-shadow:0 20px 60px #0000001a;height:auto;transition:transform .3s ease;width:100%}.artist-image:hover{transform:scale(1.02)}.artist-info-section{padding:20px 0}.artist-name{color:#2c2c2c;font-size:3.5rem;font-weight:300;line-height:1.2;margin-bottom:10px}.artist-title{color:#666;font-size:1.5rem;font-weight:300;margin-bottom:30px}.artist-description{margin-bottom:40px}.artist-description p{color:#555;font-size:1.1rem;font-weight:300;line-height:1.7;margin-bottom:20px}.artist-stats-section{margin:0 auto;max-width:1200px;padding:30px 20px 60px;text-align:center}.artist-stats{display:flex;gap:40px;justify-content:center;margin-bottom:40px;width:100%}.stat-item{text-align:center}.stat-item h3{color:#dc2626;font-size:2.5rem;font-weight:600;margin-bottom:5px}.stat-item p{color:#666;font-size:1rem;font-weight:300}.artist-actions{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.chatbot-button,.whatsapp-button{border:none;border-radius:6px;cursor:pointer;font-size:1rem;font-weight:600;padding:15px 20px;transition:all .3s ease;width:150px}.chatbot-button{background:#dc2626;color:#fff}.chatbot-button:hover{background:#b91c1c;box-shadow:0 8px 25px #dc262666;transform:scale(1.05)}.whatsapp-button{background:#fff;border:1px solid #dc2626;color:#dc2626}.whatsapp-button:hover{background:#dc2626;box-shadow:0 8px 25px #dc262666;color:#fff;transform:scale(1.05)}.artist-philosophy{margin:0 auto 80px;max-width:1200px;text-align:center}.artist-philosophy h2{color:#dc2626;font-size:2.5rem;font-weight:300;margin-bottom:50px}.philosophy-content{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.philosophy-item{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:15px;padding:30px;transition:all .3s ease}.philosophy-item:hover{box-shadow:0 16px 48px #0000001a;transform:translateY(-5px)}.philosophy-item h3{color:#dc2626;font-size:1.4rem;font-weight:600;margin-bottom:15px}.philosophy-item p{color:#555;font-size:1rem;font-weight:300;line-height:1.6}.artist-techniques{margin:0 auto;max-width:1200px}.artist-techniques h2{color:#dc2626;font-size:2.5rem;font-weight:300;margin-bottom:50px;text-align:center}.techniques-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.technique-item{background:#fff;border:1px solid #e0e0e0;border-radius:15px;box-shadow:0 4px 16px #0000000d;padding:30px;text-align:center;transition:all .3s ease}.technique-item:hover{box-shadow:0 16px 48px #0000001a;transform:translateY(-5px)}.technique-item h3{color:#dc2626;font-size:1.3rem;font-weight:600;margin-bottom:15px}.technique-item p{color:#666;font-size:.95rem;font-weight:300;line-height:1.5}.chatbot-modal{align-items:center;background:#dc2626e6;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.chatbot-modal-content{background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;max-height:80vh;max-width:500px;overflow:hidden;width:100%}.chatbot-header{background:#dc2626;color:#fff;justify-content:space-between;padding:20px}.chatbot-header h3{font-size:1.2rem;margin:0}.close-chatbot{align-items:center;background:none;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:24px;height:30px;justify-content:center;padding:0;transition:background .3s ease;width:30px}.close-chatbot:hover{background:#ffffff1a}.chatbot-container{height:400px;max-height:500px;overflow-x:hidden;overflow-y:auto;padding:0}@media (max-width:1024px){.artist-hero{gap:40px;grid-template-columns:1fr}.artist-name{font-size:2.5rem}}@media (max-width:768px){.artist-page{padding:100px 15px 60px}.artist-hero,.artist-info-section,.artist-page{text-align:center}.artist-name{font-size:2rem}.artist-title{font-size:1.2rem}.artist-description{text-align:center}.artist-stats{gap:20px;justify-content:center}.stat-item h3{font-size:2rem}.artist-actions{align-items:center;flex-direction:column;gap:15px}.chatbot-button,.whatsapp-button{flex:none;max-width:300px;width:100%}.artist-philosophy{text-align:center}.artist-philosophy h2,.artist-techniques h2{font-size:2rem}.philosophy-content{gap:20px;grid-template-columns:1fr}.philosophy-item{text-align:center}.techniques-grid{gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.technique-item{text-align:center}.chatbot-modal-content{margin:10px;max-height:90vh}.chatbot-container{height:350px}}@media (max-width:480px){.artist-page{padding:80px 10px 40px}.artist-name{font-size:1.8rem}.artist-description p{font-size:1rem}.artist-stats{flex-direction:column;gap:15px}.philosophy-item,.technique-item{padding:20px}.artist-philosophy h2,.artist-techniques h2{font-size:1.8rem}}.contact-page{color:#2c2c2c;min-height:100vh;padding:120px 20px 80px}.contact-header{margin-bottom:80px;margin-left:auto;margin-right:auto;max-width:800px;text-align:center}.contact-header h1{color:#2c2c2c;font-size:3.5rem;font-weight:300;margin-bottom:20px;text-shadow:none}.contact-header p{color:#666;font-size:1.2rem;font-weight:300;line-height:1.6;text-shadow:none}.contact-content{margin:0 auto;max-width:1200px;padding:0 20px}.contact-info{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:80px}.contact-card{background:#fff;border:1px solid #fff3;border-radius:20px;box-shadow:0 8px 32px #0000001a;padding:40px;text-align:center;transition:all .3s ease}.contact-card:hover{box-shadow:0 16px 48px #00000026;transform:translateY(-10px)}.contact-icon{align-items:center;background:#dc2626;border-radius:50%;color:#fff;display:flex;height:60px;justify-content:center;margin:0 auto 20px;width:60px}.contact-card h3{color:#2c2c2c;font-size:1.5rem;font-weight:600;margin-bottom:15px}.contact-card p{color:#666;font-size:1.1rem;line-height:1.6;margin-bottom:20px}.location-detail{color:#888!important;font-size:.9rem!important;font-style:italic}.whatsapp-link{border:2px solid #dc2626;border-radius:25px;color:#dc2626;display:inline-block;font-size:1rem;font-weight:600;padding:12px 24px;text-decoration:none;transition:all .3s ease}.whatsapp-link:hover{background:#dc2626;color:#fff;transform:scale(1.05)}.email-link{border:2px solid #dc2626;border-radius:25px;color:#dc2626;display:inline-block;font-size:1rem;font-weight:600;padding:12px 24px;text-decoration:none;transition:all .3s ease}.email-link:hover{background:#dc2626;color:#fff;transform:scale(1.05)}.social-media{background:#fff;border-radius:20px;box-shadow:0 8px 32px #0000001a;margin-bottom:40px;padding:40px;text-align:center}.social-media h3{color:#2c2c2c;font-size:2rem;font-weight:600;margin-bottom:15px}.social-media p{color:#666;font-size:1.1rem;line-height:1.6;margin-bottom:30px}.social-links{display:flex;flex-wrap:wrap;gap:30px;justify-content:center}.social-link{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;color:#2c2c2c;display:flex;font-size:1rem;font-weight:500;gap:8px;padding:8px 16px;text-decoration:none;transition:all .3s ease}.social-link:hover{background:#dc26261a;box-shadow:0 4px 15px #dc262633;color:#dc2626;transform:translateY(-2px)}.social-link svg{transition:all .3s ease}.social-link:hover svg{color:#dc2626}.contact-note{background:#fff;border-radius:20px;box-shadow:0 8px 32px #0000001a;padding:40px;text-align:center}.contact-note h3{color:#2c2c2c;font-size:1.8rem;font-weight:600;margin-bottom:20px}.contact-note p{color:#666;font-size:1.1rem;line-height:1.7;margin:0 auto;max-width:600px}@media (max-width:768px){.contact-page{padding:100px 15px 60px}.contact-header h1{font-size:2.5rem}.contact-header p{font-size:1rem}.contact-info{gap:30px;grid-template-columns:1fr;margin-bottom:60px}.contact-card,.social-media{padding:30px 20px}.social-links{align-items:center;flex-direction:column}.social-btn{max-width:200px;width:100%}.contact-note{padding:30px 20px}.contact-note h3{font-size:1.5rem}.contact-note p{font-size:1rem}}@media (max-width:480px){.contact-page{padding:80px 10px 40px}.contact-header h1{font-size:2rem}.contact-card{padding:25px 15px}.contact-card h3{font-size:1.3rem}.contact-card p{font-size:1rem}.contact-note,.social-media{padding:25px 15px}}.blog-page{color:#2c2c2c;min-height:100vh;padding:120px 20px 80px}.blog-header{margin-bottom:80px;margin-left:auto;margin-right:auto;max-width:800px;text-align:center}.blog-header h1{color:#2c2c2c;font-size:2.5rem;margin-bottom:20px}.blog-header h1,.blog-header p{font-weight:300;text-shadow:none}.blog-header p{color:#666;font-size:1.2rem;line-height:1.6}.blog-content{margin:0 auto;max-width:1200px;padding:0 20px}.blog-posts{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:80px}.blog-post{background:#fff;border:1px solid #fff3;border-radius:20px;box-shadow:0 8px 32px #0000001a;overflow:hidden;transition:all .3s ease}.blog-post:hover{box-shadow:0 16px 48px #00000026;transform:translateY(-10px)}.post-image{height:250px}.post-image img{height:100%;object-fit:cover;width:100%}.blog-post:hover .post-image img{transform:scale(1.05)}.post-category{background:#dc2626;border-radius:15px;color:#fff;font-size:.8rem;font-weight:600;left:20px;letter-spacing:.5px;padding:6px 12px;position:absolute;text-transform:uppercase;top:20px}.post-content{padding:30px}.post-meta{color:#888;font-size:.9rem;justify-content:space-between;margin-bottom:15px}.post-title{color:#2c2c2c!important;font-size:1.125rem!important;line-height:1.4;margin-bottom:15px}.post-excerpt{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#666;display:-webkit-box;font-size:1rem;line-height:1.6;margin-bottom:25px;overflow:hidden}.post-actions{display:flex;justify-content:flex-end}.read-more-btn{background:#0000;border:2px solid #dc2626;border-radius:25px;color:#dc2626;cursor:pointer;font-size:.9rem;font-weight:600;padding:10px 20px;transition:all .3s ease}.read-more-btn:hover{background:#dc2626;color:#fff;transform:scale(1.05)}.gallery-item{align-items:center;background:#f8f8f8;display:flex;justify-content:center}.gallery-item img{object-fit:contain;object-position:center}@media (max-width:768px){.blog-page{padding:100px 15px 60px}.blog-header h1{font-size:2rem}.blog-header p{font-size:1rem}.blog-posts{gap:30px;grid-template-columns:1fr;margin-bottom:60px}.blog-post{margin-bottom:20px}.post-content{padding:25px 20px}.post-title{color:#2c2c2c!important;font-size:1.125rem!important}.post-excerpt{font-size:.9rem}.gallery-item{height:340px;width:260px}.desktop-title{display:none}.gallery-section{margin:20px 0;padding:20px 0}}@media (max-width:480px){.blog-page{padding:80px 10px 40px}.blog-header h1{font-size:1.8rem}.post-image{height:200px}.post-content{padding:20px 15px}.post-title{color:#2c2c2c!important;font-size:1.125rem!important}}.blog-detail{box-sizing:border-box;color:#2c2c2c;margin-top:0;min-height:100vh;padding:80px 20px;position:relative;z-index:1}.blog-detail-header{margin:0 auto 40px;max-width:800px;padding:0 20px}.back-btn{align-items:center;background:#0000;border:2px solid #dc2626;color:#dc2626;display:inline-flex;font-size:.9rem;gap:8px;margin-bottom:20px;padding:10px 20px;position:relative;z-index:10}.back-btn:hover{background:#dc2626;color:#fff;transform:translateX(-5px)}.post-meta{align-items:center;display:flex;flex-wrap:wrap;gap:20px;margin-bottom:30px}.post-date{color:#666;font-weight:500}.post-read-time{color:#888;font-style:italic}.blog-detail-content{background:#fff;border:1px solid #fff3;border-radius:20px;box-shadow:0 8px 32px #0000001a;margin:0 auto;max-width:800px;overflow:hidden}.post-image{align-items:center;background:#f8f8f8;display:flex;height:500px;justify-content:center;overflow:hidden;position:relative;width:100%}.post-image img{height:auto;max-height:100%;max-width:100%;object-fit:contain;transition:transform .3s ease;width:auto}.post-text{padding:40px}.post-title{color:#2c2c2c;font-size:2.5rem;font-weight:600;line-height:1.3;margin-bottom:20px}.post-author{border-bottom:1px solid #e5e5e5;margin-bottom:30px;padding-bottom:20px}.post-author span{color:#666;font-weight:500}.post-content-text{color:#444;font-size:1.1rem;line-height:1.8}.content-heading{border-left:4px solid #dc2626;color:#2c2c2c;font-size:1.8rem;font-weight:600;margin:40px 0 20px;padding-left:20px}.content-paragraph{margin-bottom:20px;text-align:justify}.content-paragraph:first-child{color:#555;font-size:1.2rem;font-weight:500}.blog-detail-footer{margin:60px auto 0;max-width:800px;padding:0 20px}.related-posts{background:#fff;border:1px solid #fff3;border-radius:20px;box-shadow:0 8px 32px #0000001a;padding:40px}.related-posts h3{color:#2c2c2c;font-size:1.8rem;font-weight:600;margin-bottom:25px;text-align:center}.related-links{display:flex;flex-direction:column;gap:15px}.related-link{background:#0000;border:2px solid #dc2626;border-radius:25px;color:#dc2626;cursor:pointer;font-size:.9rem;font-weight:500;line-height:1.4;padding:12px 20px;text-align:left;transition:all .3s ease}.related-link:hover{background:#dc2626;color:#fff;transform:translateX(5px)}.error-message{background:#fff;border-radius:20px;box-shadow:0 8px 32px #0000001a;margin:0 auto;max-width:600px;padding:60px 40px;text-align:center}.error-message h2{color:#2c2c2c;font-size:2rem;font-weight:600;margin-bottom:30px}@media (max-width:768px){.blog-detail{padding:70px 15px 60px}.blog-detail-header{padding:0 15px}.post-meta{align-items:flex-start;flex-direction:column;gap:10px}.post-text{padding:30px 20px}.post-title{font-size:2rem}.post-image{height:300px}.content-heading{font-size:1.5rem;margin:30px 0 15px}.content-paragraph{font-size:1rem}.content-paragraph:first-child{font-size:1.1rem}.blog-detail-footer{padding:0 15px}.related-posts{padding:30px 20px}.related-posts h3{font-size:1.5rem}}@media (max-width:480px){.blog-detail{padding:60px 10px 40px}.blog-detail-header{padding:0 10px}.post-text{padding:25px 15px}.post-title{font-size:1.8rem}.post-image{height:250px}.content-heading{font-size:1.3rem;margin:25px 0 10px;padding-left:15px}.blog-detail-footer{padding:0 10px}.related-posts{padding:25px 15px}.related-posts h3{font-size:1.3rem}.error-message{padding:40px 20px}.error-message h2{font-size:1.5rem}}.events-page{color:#2c2c2c;min-height:100vh;padding:120px 20px 80px}.events-header{margin-bottom:80px;margin-left:auto;margin-right:auto;max-width:800px;text-align:center}.events-header h1{color:#2c2c2c;font-size:2.5rem;font-weight:300;margin-bottom:20px;text-shadow:none}.events-header p{color:#666;font-size:1.2rem;font-weight:300;line-height:1.6;text-shadow:none}.events-content{margin:0 auto;max-width:1200px;padding:0 20px}.events-filters{display:flex;flex-wrap:wrap;gap:15px;justify-content:center;margin-bottom:60px}.filter-btn{align-items:center;background:#fff;border:2px solid #e5e5e5;border-radius:25px;color:#666;cursor:pointer;display:flex;font-size:.95rem;font-weight:500;gap:8px;padding:12px 20px;transition:all .3s ease}.filter-btn:hover{border-color:#dc2626;color:#dc2626;transform:translateY(-2px)}.filter-btn.active{background:#dc2626;border-color:#dc2626;color:#fff}.filter-name{font-weight:600}.filter-count{font-size:.85rem;opacity:.8}.events-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:80px}.event-card{background:#fff;border:1px solid #fff3;border-radius:20px;box-shadow:0 8px 32px #0000001a;display:flex;flex-direction:column;height:100%;overflow:hidden;transition:all .3s ease}.event-card:hover{box-shadow:0 16px 48px #00000026;transform:translateY(-10px)}.event-image{align-items:center;background:#f8f8f8;display:flex;height:250px;justify-content:center;overflow:hidden;position:relative;width:100%}.event-image img{height:auto;max-height:100%;max-width:100%;object-fit:contain;transition:transform .3s ease;width:auto}.event-card:hover .event-image img{transform:scale(1.05)}.event-category{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border-radius:15px;color:#333;display:flex;font-size:.8rem;font-weight:600;gap:6px;left:20px;padding:8px 12px;position:absolute;top:20px}.event-content{display:flex;flex-direction:column;flex-grow:1;padding:30px 40px!important}.event-meta{align-items:center;color:#888;display:flex;font-size:.9rem;justify-content:space-between;margin-bottom:15px}.event-date{font-weight:500}.event-time{font-style:italic}.event-title{color:#2c2c2c;font-size:1.3rem;font-weight:600;line-height:1.4;margin-bottom:15px}.event-description{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#666;display:-webkit-box;font-size:1rem;line-height:1.6;margin-bottom:25px;overflow:hidden}.event-details{margin-bottom:25px;margin-top:auto}.event-detail{align-items:center;color:#666;display:flex;font-size:.9rem;gap:8px;margin-bottom:8px}.detail-icon{color:#dc2626;font-size:.8rem;font-weight:700;text-align:center;width:20px}.detail-text{font-weight:500}.event-actions{display:flex;gap:10px}.register-btn{background:#0000;border:2px solid #dc2626;border-radius:25px;color:#dc2626;cursor:pointer;flex:1 1;font-size:.9rem;font-weight:600;padding:10px 20px;transition:all .3s ease}.register-btn:hover{background:#dc2626;color:#fff;transform:scale(1.05)}.chatbot-btn{background:#dc2626;border:none;border-radius:25px;color:#fff;cursor:pointer;flex:1 1;font-size:.9rem;font-weight:600;padding:10px 20px;transition:all .3s ease}.chatbot-btn:hover{background:#b91c1c;box-shadow:0 4px 15px #dc26264d;transform:scale(1.05)}.gallery-title{margin-bottom:60px}.gallery-title h2{color:#2c2c2c;font-size:2.2rem;font-weight:300;margin-bottom:15px;text-shadow:none}.gallery-title p{font-size:1.1rem;text-shadow:none}.gallery-track{gap:20px;width:2800px}.gallery-item{border-radius:15px;box-shadow:0 8px 25px #00000026;cursor:pointer;height:250px;transition:all .3s ease;width:200px}.gallery-item:hover{box-shadow:0 12px 35px #0003;transform:scale(1.05)}.gallery-item img{transition:transform .3s ease}.gallery-item:hover img{transform:scale(1.1)}.desktop-title{display:block}@media (max-width:768px){.gallery-section{margin:60px 0;padding:30px 0}.gallery-title h2{font-size:1.8rem}.gallery-title p{font-size:1rem}.gallery-track{gap:15px;width:2100px}.gallery-item{height:180px;width:150px}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-1050px)}}}@media (max-width:480px){.gallery-section{margin:40px 0;padding:20px 0}.gallery-title h2{font-size:1.5rem}.gallery-track{gap:10px;width:1680px}.gallery-item{height:150px;width:120px}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-840px)}}}@media (max-width:768px){.events-page{padding:100px 15px 60px}.events-header h1{font-size:2rem}.events-header p{font-size:1rem}.events-filters{gap:10px;margin-bottom:40px}.filter-btn{font-size:.9rem;padding:10px 16px}.events-grid{gap:30px;grid-template-columns:1fr;margin-bottom:60px}.event-card{margin-bottom:20px}.event-content{padding:30px 50px!important}.event-title{font-size:1.2rem}.event-description{font-size:.9rem}.event-actions{flex-direction:column}.chatbot-btn,.register-btn{width:100%}}@media (max-width:480px){.events-page{padding:80px 10px 40px}.events-header h1{font-size:1.8rem}.event-image{height:200px}.event-content{padding:25px 45px!important}.event-title{font-size:1.1rem}}.event-detail-page{color:#2c2c2c;min-height:100vh}.event-not-found{align-items:center;display:flex;justify-content:center;min-height:80vh;padding:20px;text-align:center}.event-not-found h1{color:#2c2c2c;font-size:2.5rem;font-weight:300;margin-bottom:20px}.event-not-found p{color:#666;font-size:1.2rem;line-height:1.6;margin-bottom:30px}.back-btn{background:#dc2626;border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:15px 30px;transition:all .3s ease}.back-btn:hover{background:#b91c1c;box-shadow:0 4px 15px #dc26264d;transform:translateY(-2px)}.event-hero{height:70vh;margin-top:80px;min-height:500px;overflow:hidden;position:relative}.event-hero-image{height:100%;position:relative;width:100%}.event-hero-image img{height:100%;object-fit:cover;width:100%}.event-hero-overlay{align-items:flex-end;background:linear-gradient(180deg,#0000004d 0,#00000080 70%,#000000b3);bottom:0;display:flex;left:0;padding:60px;position:absolute;right:0;top:0}.event-hero-content{color:#fff;max-width:800px}.event-category-badge{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:1px solid #ffffff4d;border-radius:20px;display:inline-flex;font-size:.9rem;font-weight:600;gap:8px;margin-bottom:20px;padding:8px 16px}.category-icon{font-size:1.1rem}.event-hero h1{font-size:3rem;font-weight:300;line-height:1.2;margin-bottom:25px;text-shadow:2px 2px 4px #0000004d}.event-meta-hero{display:flex;flex-wrap:wrap;gap:30px}.meta-item{align-items:center;display:flex;font-size:1rem;font-weight:500;gap:8px}.meta-icon{font-size:1.1rem}.event-content{padding:80px 0}.event-gallery{padding:20px 0 80px}.event-gallery .gallery-header h3{color:#2c2c2c;font-size:1.6rem;font-weight:600;margin-bottom:20px}.lightbox-overlay{align-items:center;background:#000c;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:9999}.lightbox-content{background:#111;border-radius:10px;box-shadow:0 20px 60px #00000080;max-height:90vh;max-width:90vw;overflow:hidden;position:relative}.lightbox-image{display:block;height:auto;max-height:90vh;max-width:90vw;object-fit:contain;width:auto}.lightbox-close{background:#ffffff26;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:22px;height:36px;line-height:36px;position:absolute;right:10px;text-align:center;top:10px;transition:background .2s ease;width:36px}.lightbox-close:hover{background:#ffffff4d}.event-gallery .gallery-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.event-gallery .gallery-thumb{align-items:center;background:#f8f8f8;border-radius:12px;box-shadow:0 6px 18px #00000014;display:flex;height:200px;justify-content:center;overflow:hidden}.event-gallery .gallery-thumb img{height:auto;max-height:100%;max-width:100%;object-fit:contain;transition:transform .3s ease;width:auto}.event-gallery .gallery-thumb:hover img{transform:scale(1.03)}@media (max-width:480px){.event-gallery .gallery-grid{gap:10px;grid-template-columns:repeat(2,1fr)}.event-gallery .gallery-thumb{height:140px}}.container{margin:0 auto;max-width:1200px;padding:0 20px}.event-layout{grid-gap:60px;align-items:start;display:grid;gap:60px;grid-template-columns:2fr 1fr}.event-main{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:20px;box-shadow:0 8px 32px #0000001a;padding:40px}.content-section{margin-bottom:40px}.content-section:last-child{margin-bottom:0}.content-section h2{border-bottom:2px solid #dc2626;color:#2c2c2c;font-size:2rem;font-weight:300;margin-bottom:20px;padding-bottom:10px}.content-section h3{color:#2c2c2c;font-size:1.4rem;font-weight:500;margin-bottom:15px}.event-description-full{color:#444;font-size:1.1rem;line-height:1.8;text-align:justify}.highlights-list{list-style:none;padding:0}.highlights-list li{color:#555;font-size:1rem;line-height:1.6;padding:8px 0 8px 25px;position:relative}.highlights-list li:before{color:#dc2626;content:"●";font-size:1.1rem;font-weight:700;left:0;position:absolute}.event-sidebar{position:-webkit-sticky;position:sticky;top:100px}.event-info-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:20px;box-shadow:0 8px 32px #0000001a;overflow:hidden}.info-header{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;padding:25px;text-align:center}.info-header h3{font-size:1.3rem;font-weight:600;margin:0}.info-content{padding:30px}.info-item{align-items:flex-start;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:12px 0}.info-item:last-child{border-bottom:none}.info-label{color:#666;font-size:.9rem;font-weight:600;min-width:100px}.info-value{color:#2c2c2c;flex:1 1;font-size:.95rem;font-weight:500;line-height:1.4;text-align:right}.info-value.price{color:#dc2626;font-size:1.1rem;font-weight:700}.info-actions{background:#f8f9fa;display:flex;flex-direction:column;gap:12px;padding:25px}.register-btn-main{background:#dc2626;border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;overflow:hidden;padding:15px 20px;position:relative;transition:all .3s ease}.register-btn-main:hover:not(:disabled){background:#b91c1c;box-shadow:0 6px 20px #dc26264d;transform:translateY(-2px)}.register-btn-main.registering{background:#999;cursor:not-allowed}.register-btn-main:disabled{cursor:not-allowed;opacity:.7}.back-btn-secondary{background:#0000;border:2px solid #ddd;border-radius:25px;color:#666;cursor:pointer;font-size:.95rem;font-weight:500;padding:12px 20px;transition:all .3s ease}.back-btn-secondary:hover{border-color:#dc2626;color:#dc2626;transform:translateY(-1px)}@media (max-width:768px){.event-hero{height:50vh;margin-top:70px;min-height:400px}.event-hero-overlay{padding:30px 20px}.event-hero h1{font-size:2rem;margin-bottom:20px}.event-meta-hero{gap:20px}.meta-item{font-size:.9rem}.event-layout{gap:40px;grid-template-columns:1fr}.event-main{padding:30px 20px}.content-section h2{font-size:1.6rem}.content-section h3{font-size:1.2rem}.event-description-full{font-size:1rem}.event-sidebar{position:static}.info-content{padding:20px}.info-item{align-items:flex-start;flex-direction:column;gap:5px}.info-label{min-width:auto}.info-value{text-align:left}.info-actions{padding:20px}}@media (max-width:480px){.event-hero{height:40vh;margin-top:60px;min-height:300px}.event-hero-overlay{padding:20px 15px}.event-hero h1{font-size:1.6rem}.event-meta-hero{flex-direction:column;gap:10px}.meta-item{font-size:.85rem}.event-main{padding:20px 15px}.content-section{margin-bottom:30px}.content-section h2{font-size:1.4rem}.highlights-list li{font-size:.9rem}.info-actions,.info-content{padding:15px}.back-btn-secondary,.register-btn-main{font-size:.9rem;padding:12px 15px}}.event-content{animation:fadeIn .6s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.event-info-card:hover{box-shadow:0 12px 40px #00000026;transform:translateY(-5px);transition:all .3s ease}.content-section:hover{transform:translateY(-2px);transition:all .3s ease}.event-main::-webkit-scrollbar{width:6px}.event-main::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.event-main::-webkit-scrollbar-thumb{background:#dc2626;border-radius:3px}.event-main::-webkit-scrollbar-thumb:hover{background:#b91c1c}footer .social a{align-items:center;display:inline-flex;gap:8px;transition:color .3s ease}footer .social a:hover{color:#8b0e1a}footer .social a svg{height:20px;transition:transform .3s ease;width:20px}footer .social a:hover svg{transform:scale(1.1)}.App{display:flex;flex-direction:column;min-height:100vh}body,html{scroll-behavior:auto}main{flex:1 1}.navbar{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff4d;border-bottom:1px solid #0000000d;height:70px;left:0;position:fixed;top:0;transition:background .4s ease;width:100%;z-index:2000}.navbar.scrolled{background:#ffffffd9}.navbar-inner{align-items:center;display:flex;height:100%;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 40px;position:relative}.logo{display:block;height:45px;transition:transform .3s ease;width:auto;z-index:5}.navbar ul{display:flex;gap:32px;list-style:none}.navbar ul li a{color:#000;font-size:15px;font-weight:600;letter-spacing:.3px;text-decoration:none;transition:color .25s ease}.navbar ul li a:hover{color:var(--accent)}.hamburger{align-items:center;background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:5px;height:28px;justify-content:center;position:absolute;right:25px;top:20px;width:35px;z-index:10}.hamburger span{background:#000;border-radius:2px;display:block;height:3px;transition:all .3s ease;width:100%}.hamburger:hover span{background:var(--accent)}.hamburger.active span:first-child{transform:rotate(45deg) translateY(8px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translateY(-8px)}@media (max-width:768px){.navbar-inner{align-items:center;flex-direction:column;justify-content:center;padding:0 20px}.logo{height:70px;margin-top:8px;position:relative;transform:scale(.88);z-index:6}.hamburger{display:flex}.navbar ul{background:#fffffff7;border-bottom:1px solid #0000000d;display:none;flex-direction:column;gap:20px;left:0;padding:50px 0;position:absolute;right:0;text-align:center;top:70px}.navbar ul.active{animation:fadeIn .4s ease forwards;display:flex}.navbar ul li a{font-size:1.1rem;font-weight:700}.desktop-hero{display:none}.mobile-hero{display:block}.desktop-gallery,.desktop-intro{display:none}.mobile-quote{background:#0000;border-radius:0;box-shadow:none;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;padding:0;text-align:center}.mobile-quote p{color:#2c2c2c;font-size:1.2rem;font-style:normal;font-weight:700;margin-bottom:10px}.mobile-quote span{color:#dc2626;font-size:1rem;font-weight:700;letter-spacing:1px}}@media (min-width:769px){.desktop-hero{display:block}.mobile-hero{display:none}.desktop-gallery,.desktop-intro{display:block}.mobile-quote{display:none}}.slider{align-items:center;display:flex;height:calc(var(--slide-height)*2);margin:120px auto 0;width:calc(var(--slide-width)*3)}.slider-btn{--size:40px;align-items:center;background:none;border:none;cursor:pointer;display:inline-flex;justify-content:center;opacity:.6;transition:opacity .25s ease;z-index:999}.slider-btn svg{stroke:#000;height:var(--size);width:var(--size)}.slider-btn:hover{opacity:1}.slides-wrapper{display:grid;height:100%;place-items:center;width:100%}.slides-wrapper>*{grid-area:1/-1}.slides,.slides-infos{display:grid;height:100%;place-items:center;pointer-events:none;width:100%}.slides-infos>*,.slides>*{grid-area:1/-1}.slide{--slide-tx:0px;aspect-ratio:var(--slide-aspect);perspective:800px;transform:perspective(1000px) translate3d(var(--slide-tx),0,0) rotateY(var(--slide-rotY)) scale(var(--slide-scale));transform:perspective(1000px) translate3d(var(--slide-tx),0,var(--slide-tz,0)) rotateY(var(--slide-rotY)) scale(var(--slide-scale));transition:transform var(--slide-transition-duration) var(--slide-transition-easing);-webkit-user-select:none;user-select:none;width:var(--slide-width)}.slide[data-current]{--slide-scale:1.2;pointer-events:auto}.slide[data-next]{--slide-tx:calc(var(--slide-width)*1*1.07);--slide-rotY:-45deg}.slide[data-previous]{--slide-tx:calc(var(--slide-width)*-1*1.07);--slide-rotY:45deg}.slide:not([data-current]){--slide-scale:1;pointer-events:none}.slide-image-wrapper,.slide-inner{height:100%;position:relative;width:100%}.slide-image-wrapper{border-radius:12px;box-shadow:0 8px 20px #0000001a;overflow:hidden}.slide-image{filter:brightness(.85);height:100%;object-fit:cover;transition:filter var(--slide-transition-duration) var(--slide-transition-easing);width:100%}.slide[data-current] .slide-image{filter:brightness(1)}.slide-info{aspect-ratio:var(--slide-aspect);perspective:800px;-webkit-user-select:none;user-select:none;width:var(--slide-width);z-index:100}.slide-info-inner{height:100%;position:relative;width:100%}.slide-info-text-wrapper{bottom:15%;left:-10%;position:absolute}.slide-info-text{color:#111;font-family:var(--font-clash-display);overflow:hidden;text-shadow:none}.slide-info-text span{display:block;transition:opacity var(--slide-transition-duration),transform var(--slide-transition-duration)}.slide-info[data-current] .slide-info-text span{opacity:1;transform:translateY(0)}.slide-info:not([data-current]) .slide-info-text span{opacity:0;transform:translateY(100%)}.slide-info-text[data-title]{font-size:1.6rem;font-weight:800;text-transform:uppercase}.slide-info-text[data-subtitle]{color:var(--accent);font-size:1.1rem;font-weight:600;margin-top:4px}.slide-info-text[data-description]{color:#333;font-size:.9rem;font-weight:400;margin-top:6px}.loader{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#fffc;display:grid;inset:0;opacity:1;place-items:center;position:fixed;transition:opacity .5s ease-out;z-index:1000}.loader-text{color:#000;font-size:2rem;font-weight:800}.artist-intro,.loader-text{font-family:var(--font-clash-display)}.artist-intro{color:#111;font-size:1.2rem;line-height:1.6;margin:120px auto;max-width:800px;text-align:center}.artist-intro span{color:var(--accent);display:block;font-weight:700;margin-top:16px}.gallery-section{background:#ffffff4d;border-bottom:1px solid #0000000a;border-top:1px solid #0000000a;margin:100px 0;overflow:hidden;padding:40px 0}.gallery-title{margin-bottom:40px;text-align:center}.gallery-title h2{color:#111;font-family:var(--font-clash-display);font-size:2rem;font-weight:600;margin-bottom:8px}.gallery-title p{color:#666;font-size:.95rem;font-weight:300}.gallery-track{animation:scroll 30s linear infinite;display:flex;gap:30px;width:-webkit-max-content;width:max-content}.gallery-track:hover{animation-play-state:paused}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.gallery-item{border-radius:12px;box-shadow:0 4px 12px #00000014;flex-shrink:0;height:400px;overflow:hidden;position:relative;transition:all .4s ease;width:320px}.gallery-item:hover{box-shadow:0 12px 30px #00000026;transform:translateY(-8px) scale(1.02)}.gallery-item img{height:100%;object-fit:cover;transition:all .4s ease;width:100%}.gallery-item:hover img{filter:brightness(1.05)}@media (max-width:768px){.gallery-item{height:340px;width:260px}.gallery-title h2{font-size:1.6rem}}.chatbot-section{font-family:var(--font-archivo);margin:80px auto 120px;max-width:900px;padding:0 20px}.chatbot-intro{margin-bottom:32px;text-align:center}.chatbot-intro h2{color:#111;font-family:var(--font-clash-display);font-size:2.2rem;font-weight:600;margin-bottom:10px}.chatbot-intro p{color:#666;font-size:1rem;font-weight:300;line-height:1.6}.chatbot-intro .accent-text{color:var(--accent);font-weight:500}.chatbot-container{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fff9;border:1px solid #0000000f;border-radius:16px;box-shadow:0 1px 3px #0000000d;display:flex;flex-direction:column;height:550px;overflow:hidden}.chatbot-header{align-items:center;background:#fff6;border-bottom:1px solid #0000000a;display:flex;flex-direction:column;justify-content:center;padding:20px 24px;position:relative;text-align:center}.chatbot-header:before{animation:float 3s ease-in-out infinite;content:"🎨";display:block;font-size:2rem;margin-bottom:8px}.chatbot-header h3{color:#111;font-family:var(--font-clash-display);font-size:1.3rem;font-weight:600;letter-spacing:.3px;margin-bottom:4px}.chatbot-header p{color:#666;font-size:.85rem;font-weight:300}.chatbot-messages{background:#0000;display:flex;flex:1 1;flex-direction:column;gap:16px;overflow-y:auto;padding:24px}.chatbot-messages::-webkit-scrollbar{width:4px}.chatbot-messages::-webkit-scrollbar-track{background:#0000}.chatbot-messages::-webkit-scrollbar-thumb{background:#0000001a;border-radius:2px}.chatbot-messages::-webkit-scrollbar-thumb:hover{background:#0003}.message{align-items:flex-start;animation:messageIn .3s ease;display:flex;gap:12px;max-width:80%}@keyframes messageIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message.user{align-self:flex-end;flex-direction:row-reverse}.message.bot{align-self:flex-start}.message-avatar{align-items:center;border-radius:50%;box-shadow:0 1px 3px #00000014;display:flex;flex-shrink:0;font-size:18px;height:36px;justify-content:center;width:36px}.message.bot .message-avatar{background:linear-gradient(135deg,var(--accent) 0,#8b0e1a 100%);color:#fff}.message.user .message-avatar{background:#333;color:#fff}.message-content{border-radius:16px;box-shadow:0 1px 2px #0000000d;font-size:.95rem;font-weight:300;line-height:1.5;padding:12px 16px;text-align:left}.message.bot .message-content{background:#fffc;border:1px solid #0000000a;border-bottom-left-radius:4px;color:#333}.message.user .message-content{background:var(--accent);border-bottom-right-radius:4px;color:#fff}.chatbot-input-area{background:#ffffff4d;border-top:1px solid #0000000a;display:flex;gap:10px;padding:16px 20px}.chatbot-input{background:#fffc;border:1px solid #00000014;border-radius:24px;flex:1 1;font-family:var(--font-archivo);font-size:.95rem;font-weight:300;outline:none;padding:12px 18px;transition:all .2s ease}.chatbot-input:focus{background:#fff;border-color:var(--accent);box-shadow:0 0 0 2px #c1121f14}.chatbot-send{align-items:center;background:var(--accent);border:none;border-radius:50%;box-shadow:0 1px 3px #c1121f33;cursor:pointer;display:flex;height:44px;justify-content:center;transition:all .2s ease;width:44px}.chatbot-send:hover{box-shadow:0 2px 8px #c1121f4d;transform:scale(1.05)}.chatbot-send:active{transform:scale(.98)}.chatbot-send:disabled{cursor:not-allowed;opacity:.4;transform:scale(1)}.chatbot-send svg{fill:#fff;height:20px;width:20px}.typing-dots{display:inline-flex;gap:4px}.typing-dots span{animation:typingDot 1.4s infinite;opacity:0}.typing-dots span:first-child{animation-delay:0s}.typing-dots span:nth-child(2){animation-delay:.2s}.typing-dots span:nth-child(3){animation-delay:.4s}@media (max-width:768px){.chatbot-intro h2{font-size:1.8rem}.chatbot-container{height:480px}.chatbot-messages{padding:16px}.message{max-width:88%}.chatbot-input-area{padding:12px 16px}}@media (max-width:480px){.chatbot-section{padding:0 10px}.chatbot-header{padding:14px 16px}.chatbot-header h3{font-size:1.1rem}.chatbot-header p{font-size:.8rem}.chatbot-messages{gap:12px;padding:12px}.message{gap:0;max-width:100%}.message-avatar{display:none}.message.bot .message-content{margin-right:auto}.message.user .message-content{margin-left:auto}.message-content{font-size:.85rem;line-height:1.5;padding:10px 12px}.chatbot-input-area{gap:8px;padding:10px 12px}.chatbot-input{font-size:.9rem;padding:10px 14px}}footer{background:#0000;border-top:1px solid #0000000a;padding:60px 20px;text-align:center}footer h3{color:#000;font-family:var(--font-clash-display);font-size:1.4rem;margin-bottom:10px}footer p{color:#333;font-size:.95rem;line-height:1.6}footer .social{margin-top:16px}footer .social a{color:var(--accent);font-weight:600;margin:0 8px;text-decoration:none}
/*# sourceMappingURL=main.7d995926.css.map*/