@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Great+Vibes&display=swap";:root{--bg-color:#050305;--text-primary:#fff;--text-secondary:#a3a3a3;--gold-primary:#dcb36d;--gold-secondary:#97743a;--crimson-primary:#a31c44;--crimson-gradient:linear-gradient(135deg, #a31c44 0%, #70112c 100%);--gold-gradient:linear-gradient(135deg, #eed08c 0%, #c1964f 100%);--header-bg:#050305}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-primary);font-family:Outfit,sans-serif;line-height:1.5;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif}.text-gold{color:var(--gold-primary)}.text-crimson{color:var(--crimson-primary)}.handwriting{font-family:Great Vibes,cursive}.container{max-width:1440px;margin:0 auto;padding:0 40px}.btn{letter-spacing:.5px;cursor:pointer;border:none;border-radius:50px;justify-content:center;align-items:center;padding:12px 28px;font-size:14px;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.btn-crimson{background:var(--crimson-gradient);color:#fff;box-shadow:0 4px 15px #a31c444d}.btn-crimson:hover{transform:translateY(-2px);box-shadow:0 6px 20px #a31c4466}.divider{background:linear-gradient(90deg, transparent, var(--gold-secondary), transparent);width:100%;height:1px;margin:20px 0}.wave-bg{pointer-events:none;z-index:0;background:radial-gradient(at bottom,#a31c4433 0%,#0000 70%);width:100%;height:250px;position:absolute;bottom:0;left:0}.wave-line{pointer-events:none;z-index:1;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='none' stroke='%23dcb36d' stroke-opacity='0.2' stroke-width='2' d='M0,192L48,197.3C96,203,192,213,288,202.7C384,192,480,160,576,144C672,128,768,128,864,144C960,160,1056,192,1152,197.3C1248,203,1344,181,1392,170.7L1440,160'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:cover;width:100%;height:150px;position:absolute;bottom:0;left:0}.header{z-index:1000;background:linear-gradient(#050305b3,#0000);border-bottom:none;width:100%;padding:17px 0 21px;position:fixed;top:38px;left:0}.announcement-bar{z-index:1100;color:#170f0d;letter-spacing:.2px;background:#dcb36df0;justify-content:center;align-items:center;gap:8px;width:100%;min-height:38px;padding:8px 20px;font-size:12px;display:flex;position:fixed;top:0;left:0}.announcement-bar a{color:inherit;text-underline-offset:3px;align-items:center;gap:4px;font-weight:700;text-decoration:underline;display:inline-flex}.header .container{justify-content:space-between;align-items:center;display:flex}.logo{align-items:center;gap:15px;text-decoration:none;display:flex}.logo-icon-img{object-fit:contain;width:50px;height:auto}.logo-text h2{color:#fff;letter-spacing:1px;margin:0;font-family:Playfair Display,serif;font-size:24px;font-weight:600}.logo-text p{color:var(--gold-primary);letter-spacing:2px;text-transform:uppercase;margin:0;font-size:10px}.nav{gap:30px;display:flex}.nav a{color:#fff;letter-spacing:1px;text-transform:uppercase;font-size:13px;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.nav a:hover,.nav a.active{color:var(--gold-primary)}.nav a.active:after{content:"";background:var(--gold-gradient);width:100%;height:2px;position:absolute;bottom:-5px;left:0}.contact-btn{background:var(--crimson-gradient);color:#fff;border-radius:50px;align-items:center;gap:8px;padding:10px 24px;font-weight:500;text-decoration:none;transition:all .3s;display:flex}.contact-btn:hover{transform:scale(1.05);box-shadow:0 0 15px #dcb36d66}.marquee-container{background:var(--gold-gradient);color:#050305;white-space:nowrap;padding:12px 0;display:flex;position:relative;overflow:hidden}.marquee-content{letter-spacing:2px;width:max-content;font-size:14px;font-weight:700;animation:25s linear infinite marquee;display:flex}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee-item{align-items:center;margin-right:50px;display:inline-flex}.hero{background-image:url(/image/ch.png);background-position:50%;background-size:cover;align-items:center;min-height:calc(100vh - 76px);margin-top:114px;padding-top:40px;padding-bottom:40px;display:flex;position:relative}.hero-video{object-fit:cover;filter:brightness(1.12)contrast(.96)saturate(1.08);z-index:0;width:100%;height:100%;position:absolute;inset:0}.hero:before{content:"";pointer-events:none;z-index:1;background:linear-gradient(#0503051f,#0503053d);position:absolute;inset:0}.hero .container{z-index:2;justify-content:space-between;align-items:center;gap:50px;width:100%;display:flex}.hero-content{text-align:center;flex:1;max-width:650px;margin:0 auto}.hero-subtitle{color:var(--gold-primary);letter-spacing:3px;text-transform:uppercase;margin-bottom:20px;font-size:12px;font-weight:500}.hero-subtitle span{color:#fff9;margin:0 7px}.hero-title{margin-bottom:25px;font-size:64px;font-weight:700;line-height:1.1}.hero-title-line{white-space:nowrap;width:fit-content;max-width:100%;animation:.75s steps(18,end) both hero-title-type;display:block;overflow:hidden}.hero-title-line:first-child{animation-delay:.2s}.hero-title-line:nth-child(2){animation-delay:.95s}.hero-title-line:nth-child(3){animation-delay:1.7s}.hero-title-line:nth-child(4){animation-delay:2.45s}@keyframes hero-title-type{0%{width:0}to{width:100%}}.hero-description{color:var(--text-secondary);max-width:480px;margin-bottom:40px;margin-left:auto;margin-right:auto;font-size:16px}.features{gap:30px;margin-bottom:40px;display:flex}.feature{align-items:flex-start;gap:12px;display:flex}.feature-icon{width:40px;height:40px;color:var(--crimson-primary);border:1px solid #dcb36d4d;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.feature-text h4{color:#fff;letter-spacing:1px;margin-bottom:5px;font-family:Outfit,sans-serif;font-size:12px}.feature-text p{color:var(--text-secondary);font-size:12px;line-height:1.4}.hero-image-wrapper{flex:1;justify-content:flex-end;align-items:center;height:600px;display:flex;position:relative}.image-container{border:2px solid #dcb36d4d;border-radius:30px 100px 30px 30px;width:100%;height:100%;position:relative;overflow:hidden;box-shadow:0 20px 50px #00000080,0 0 40px #a31c441a}.image-container img{object-fit:cover;width:100%;height:100%;transition:transform .7s}.image-container:hover img{transform:scale(1.05)}.badge{background:var(--bg-color);border:2px dashed var(--gold-primary);text-align:center;z-index:10;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:140px;height:140px;padding:15px;display:flex;position:absolute;top:40px;right:-20px;box-shadow:0 10px 20px #00000080}.badge:before{content:"";border:1px solid var(--gold-primary);border-radius:50%;position:absolute;inset:5px}.badge h5{color:var(--gold-primary);letter-spacing:1px;margin-bottom:5px;font-family:Outfit,sans-serif;font-size:10px}.footer-bar{z-index:2;background-color:#050305;border-top:1px solid #ffffff0d;padding:40px 0;position:relative}.stats-container{justify-content:space-between;align-items:center;display:flex}.stat-item{align-items:center;gap:15px;display:flex}.stat-icon{width:45px;height:45px;color:var(--gold-primary);border:1px solid #dcb36d66;border-radius:10px;justify-content:center;align-items:center;display:flex}.stat-text h3{color:#fff;margin:0 0 2px;font-family:Outfit,sans-serif;font-size:28px;font-weight:700}.stat-text p{color:#888;text-transform:capitalize;margin:0;font-size:11px}.vision-text{color:#dcb36d;flex-direction:column;align-items:flex-end;font-family:Great Vibes,cursive;font-size:46px;line-height:1.1;display:flex;transform:rotate(-3deg)}.vision-text-row2{align-items:center;gap:10px;display:flex}@media (width<=1024px){.container{padding-left:28px;padding-right:28px}.hero{background-position:62%;min-height:auto;padding-top:56px;padding-bottom:56px}.hero .container{flex-direction:column;padding-top:20px}.hero-content{text-align:center;max-width:100%}.hero-title{font-size:56px}.hero-description{margin:0 auto 40px}.features{flex-wrap:wrap;justify-content:center}.hero-image-wrapper{justify-content:center;width:100%;height:400px}.badge{right:20px}.stats-container{flex-wrap:wrap;justify-content:center;gap:20px}.nav{display:none}}@media (width<=768px){.container{padding-left:20px;padding-right:20px}.header{padding:10px 0}.logo{gap:9px}.logo-icon-img{width:40px}.logo-text h2{font-size:20px}.logo-text p{letter-spacing:1.2px;font-size:8px}.contact-btn{display:none}.hero{background-position:65%;min-height:calc(100vh - 102px);margin-top:102px;padding-top:42px;padding-bottom:42px}.hero:before{background:linear-gradient(#05030533,#05030552)}.hero .container{padding-top:0}.hero-subtitle{letter-spacing:2px;margin-bottom:16px;font-size:10px}.hero-title{margin-bottom:20px;font-size:clamp(36px,11vw,48px);line-height:1.08}.hero-title-line{margin-left:auto;margin-right:auto}.divider{margin:22px 0!important}.hero-description{margin-bottom:28px;font-size:14px}.features{text-align:left;flex-direction:column;align-items:stretch;gap:18px;margin-bottom:28px}.feature{width:100%}.hero-content>.btn{width:100%;max-width:360px;padding-left:16px;padding-right:16px;font-size:12px}.hero-image-wrapper{height:280px}.badge{width:105px;height:105px;top:20px;right:0}.stat-item{width:45%}.vision-text{text-align:center;width:100%;margin-top:20px}}.services-section{z-index:1;background-color:#0000;padding:120px 0;position:relative;overflow:hidden}.video-background{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.bg-video{object-fit:cover;opacity:1;width:100%;height:100%}.video-overlay{z-index:1;background:#03000880;width:100%;height:100%;position:absolute;top:0;left:0}.services-section:before{content:"";pointer-events:none;z-index:-1;filter:blur(80px);background:linear-gradient(135deg,#e6781e26 0%,#0000 50%);width:50%;height:140%;position:absolute;top:-20%;left:-10%;transform:rotate(20deg)}.services-section:after{content:"";pointer-events:none;z-index:-1;filter:blur(80px);background:linear-gradient(-45deg,#8228c826 0%,#0000 50%);width:50%;height:140%;position:absolute;bottom:-20%;right:-10%;transform:rotate(-20deg)}.services-header{text-align:center;margin-bottom:90px}.services-header,.services-grid{z-index:2;position:relative}.section-subtitle{color:var(--gold-primary);letter-spacing:6px;text-transform:uppercase;justify-content:center;align-items:center;gap:20px;margin-bottom:25px;font-size:13px;display:flex}.section-subtitle .line{background:linear-gradient(90deg, transparent, var(--gold-primary), transparent);width:60px;height:1px}.section-title{margin-bottom:25px;font-size:46px;font-weight:700;line-height:1.2}.gradient-text{background:linear-gradient(90deg,#00b4db 0%,#8e44ad 50%,#e74c3c 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.section-desc{color:var(--text-secondary);max-width:650px;margin:0 auto;font-size:15px;line-height:1.6}.services-grid{grid-template-columns:repeat(4,1fr);gap:30px;margin-bottom:70px;display:grid}.service-card{border:1px solid #ffffff0d;border-top:2px solid var(--accent);box-shadow:0 -5px 20px calc(var(--accent) * .1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a050fb3;border-radius:12px;flex-direction:column;margin-top:35px;padding:30px 20px 20px;transition:all .4s;display:flex;position:relative}.service-card:before{content:"";box-shadow:0 0 15px var(--accent), inset 0 0 20px var(--accent);opacity:.15;pointer-events:none;z-index:0;background:0 0;border-radius:12px;transition:opacity .4s;position:absolute;inset:-2px -1px -1px}.service-card:hover:before{opacity:.4}.service-card:hover{border-color:var(--accent);transform:translateY(-5px)}.service-icon-wrapper{border:2px solid var(--accent);width:60px;height:60px;color:var(--accent);z-index:2;box-shadow:0 0 20px var(--accent), inset 0 0 10px var(--accent);background:#030008;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:-30px;left:50%;transform:translate(-50%)}.service-icon-wrapper svg{width:28px;height:28px}.service-image{z-index:1;border:1px solid #ffffff1a;border-radius:8px;height:160px;margin-bottom:25px;position:relative;overflow:hidden}.service-image img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.service-card:hover .service-image img{transform:scale(1.08)}.service-content{z-index:1;flex-direction:column;flex-grow:1;display:flex;position:relative}.service-title{text-transform:uppercase;letter-spacing:1.5px;margin-bottom:20px;font-size:16px;font-weight:600}.service-features{margin-bottom:20px;padding-left:0;list-style:none}.service-features li{color:#d0d0d0;margin-bottom:10px;padding-left:15px;font-size:13px;line-height:1.4;position:relative}.service-features li:before{content:"•";color:#fff;font-size:16px;line-height:1;position:absolute;top:-1px;left:0}.service-number{color:#ffffff0d;z-index:0;pointer-events:none;letter-spacing:-3px;font-family:Outfit,sans-serif;font-size:80px;font-weight:300;line-height:1;position:absolute;bottom:-15px;right:-5px}.services-footer{z-index:1;background:linear-gradient(90deg,#1e0a1966,#14050fcc,#1e0a1966);border:1px solid #a31c444d;border-radius:10px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:25px;padding:25px 40px;display:flex;position:relative;box-shadow:0 10px 40px #00000080}.footer-feature{align-items:center;gap:15px;display:flex}.footer-feature .icon{flex-shrink:0}.footer-feature:first-child .icon{color:#a31c44}.footer-feature:nth-child(2) .icon{color:#dcb36d}.footer-feature:nth-child(3) .icon{color:#a31c44}.footer-feature:nth-child(4) .icon{color:#dcb36d}.footer-feature:nth-child(5) .icon{color:#a31c44}.footer-feature .text h4{color:#fff;letter-spacing:1px;text-transform:uppercase;margin-bottom:5px;font-family:Outfit,sans-serif;font-size:13px}.footer-feature .text p{color:#999;font-size:11px}@media (width<=1300px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.services-grid{grid-template-columns:1fr}.services-footer{flex-direction:column;align-items:flex-start}.section-title{font-size:30px}}.why-us-section{background-color:var(--bg-color);z-index:1;padding:120px 0;position:relative;overflow:hidden}.why-us-bg{opacity:.3;z-index:-2;background-image:url(/image/hero.png);background-position:50%;background-size:cover;width:70%;height:100%;position:absolute;top:0;right:-10%;-webkit-mask-image:linear-gradient(270deg,#000 0%,#0000 100%);mask-image:linear-gradient(270deg,#000 0%,#0000 100%)}.why-us-gradient{z-index:-1;background:linear-gradient(90deg,#050305 40%,#0000 100%);width:100%;height:100%;position:absolute;top:0;left:0}.why-us-trails{z-index:-1;pointer-events:none;background-image:radial-gradient(at bottom,#a31c4426 0%,#0000 70%);width:100%;height:200px;position:absolute;bottom:0;left:0}.why-header{text-align:center;flex-direction:column;align-items:center;margin-bottom:60px;display:flex}.why-subtitle{color:var(--gold-primary);letter-spacing:5px;text-transform:uppercase;margin-bottom:10px;font-size:14px}.why-title{text-transform:uppercase;margin-bottom:20px;font-family:Outfit,sans-serif;font-size:80px;font-weight:800;line-height:1}.why-desc{letter-spacing:3px;color:#fff;margin-bottom:20px;font-size:20px}.why-divider{background:linear-gradient(90deg, transparent, var(--gold-primary), transparent);width:150px;height:2px}.why-grid{grid-template-columns:repeat(2,1fr);gap:30px 50px;max-width:900px;margin:0 auto;display:grid}.why-item{align-items:center;display:flex;position:relative}.why-item:after{content:"";background:var(--gold-primary);width:4px;height:4px;box-shadow:0 0 10px var(--gold-primary);border-radius:50%;position:absolute;top:50%;right:-25px;transform:translateY(-50%)}.why-grid>div:nth-child(2n):after{display:none}.why-grid>div:nth-child(odd):before{content:"";background:#dcb36d66;width:25px;height:1px;position:absolute;top:50%;right:-25px}.why-icon-box{border:1px solid var(--gold-primary);width:80px;height:80px;color:var(--gold-primary);z-index:2;background:#0a050acc;border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative;box-shadow:0 0 20px #a31c4466,inset 0 0 15px #a31c444d}.why-icon-box:before{content:"";border:1px solid #dcb36d4d;border-radius:50%;position:absolute;inset:4px}.why-content-box{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:linear-gradient(90deg,#14050f99 0%,#0a050a33 100%);border:1px solid #dcb36d4d;border-left:none;border-radius:0 20px 20px 0;flex-direction:column;flex-grow:1;justify-content:center;min-height:80px;margin-left:-40px;padding:20px 20px 20px 60px;display:flex;position:relative;box-shadow:inset 0 10px 20px -10px #a31c444d,inset -10px 0 20px -10px #dcb36d33}.why-content-box:before{content:"";background:linear-gradient(90deg, transparent, #f36, var(--gold-primary));height:1px;position:absolute;top:-1px;left:40px;right:20px}.why-content-box:after{content:"";background:linear-gradient(90deg, transparent, var(--gold-primary), transparent);height:1px;position:absolute;bottom:-1px;left:40px;right:20px}.why-content-box h4{color:var(--gold-primary);margin-bottom:4px;font-size:18px;font-weight:600}.why-content-box p{color:#ccc;margin:0;font-size:14px;line-height:1.4}@media (width<=992px){.why-grid{grid-template-columns:1fr}.why-grid>div:nth-child(odd):before,.why-item:after{display:none}.why-title{font-size:60px}}@media (width<=768px){.why-title{font-size:50px}.why-desc{font-size:16px}}.portfolio-section{color:#fff;background-color:#050305;padding:100px 0 0;font-family:Inter,sans-serif;position:relative;overflow:hidden}.portfolio-container{max-width:1400px;margin:0 auto;padding:0 40px}.portfolio-header{text-align:center;margin-bottom:60px;position:relative}.portfolio-subtitle{color:#a0a0a0;letter-spacing:4px;text-transform:uppercase;margin-bottom:20px;font-size:14px}.portfolio-title{text-transform:uppercase;margin-bottom:20px;font-family:Outfit,sans-serif;font-size:64px;font-weight:800;line-height:1.1}.portfolio-title .highlight{color:#e62020}.portfolio-desc{color:#a0a0a0;max-width:500px;margin:0 auto;font-size:16px;line-height:1.5}.explore-btn{color:#fff;letter-spacing:2px;cursor:pointer;background:0 0;border:1px solid #e62020;border-radius:30px;align-items:center;gap:10px;padding:12px 30px;font-size:12px;transition:all .3s;display:flex;position:absolute;top:20px;right:0}.explore-btn:hover{background:#e62020}.portfolio-content{gap:30px;margin-bottom:60px;display:flex}.portfolio-left{background-image:url(/image/exhibitions.jpg);background-position:50%;background-size:cover;border-radius:20px;flex:0 0 40%;min-height:600px;position:relative;overflow:hidden}.portfolio-left:after{content:"";background:linear-gradient(#0000 40%,#000000e6 100%);position:absolute;inset:0}.portfolio-left-card{z-index:2;border-left:2px solid #e62020;padding-left:20px;position:absolute;bottom:40px;left:40px;right:40px}.portfolio-left-header{align-items:center;gap:15px;margin-bottom:20px;display:flex}.portfolio-left-icon{border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.portfolio-left-card h3{margin:0;font-size:28px;font-weight:600}.portfolio-left-card p{color:#b0b0b0;margin-bottom:20px;font-size:15px;line-height:1.6}.learn-more-btn{color:#fff;letter-spacing:2px;text-transform:uppercase;align-items:center;gap:10px;font-size:13px;text-decoration:none;display:flex}.learn-more-btn .arrow{color:#e62020}.portfolio-grid{flex:1;grid-template-columns:1fr 1fr;gap:20px;display:grid}.portfolio-card{cursor:pointer;background:#111;border:1px solid #ffffff0d;border-radius:20px;height:290px;position:relative;overflow:hidden}.portfolio-card img{object-fit:cover;width:100%;height:100%;transition:all .5s}.portfolio-card:hover img{transform:scale(1.05)}.portfolio-card-content{background:linear-gradient(#0000 0%,#0a050acc 50%,#0a050af2 100%);align-items:center;gap:15px;padding:25px;display:flex;position:absolute;bottom:0;left:0;right:0}.portfolio-card-icon{color:#e62020;border:1px solid #e6202066;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:45px;height:45px;display:flex}.portfolio-card-text{flex:1}.portfolio-card-text h4{margin-bottom:5px;font-size:18px;font-weight:600}.portfolio-card-text p{color:#999;margin:0;font-size:12px;line-height:1.4}.portfolio-card-arrow{color:#fff;opacity:.5;transition:all .3s}.portfolio-card:hover .portfolio-card-arrow{opacity:1;transform:translate(5px)}.portfolio-footer{background:#0a0a0a;border-top:1px solid #ffffff1a;padding:40px 0}.portfolio-footer-grid{grid-template-columns:repeat(4,1fr);gap:30px;max-width:1400px;margin:0 auto;padding:0 40px;display:grid}.portfolio-footer-item{align-items:flex-start;gap:15px;display:flex}.portfolio-footer-icon{color:#e62020}.portfolio-footer-text h5{letter-spacing:1px;text-transform:uppercase;margin-bottom:5px;font-size:13px;font-weight:600}.portfolio-footer-text p{color:#777;margin:0;font-size:13px;line-height:1.5}@media (width<=1200px){.portfolio-content{flex-direction:column}.portfolio-left{min-height:400px}.explore-btn{width:fit-content;margin:20px auto 0;position:static}.portfolio-footer-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.portfolio-grid{grid-template-columns:1fr}.portfolio-title{font-size:40px}.portfolio-footer-grid{grid-template-columns:1fr}}.presence-section{color:#fff;background-color:#050505;padding:100px 0;font-family:Inter,sans-serif;position:relative;overflow:hidden}.presence-container{max-width:1200px;margin:0 auto;padding:0 40px}.presence-header{text-align:center;z-index:2;margin-bottom:50px;position:relative}.presence-subtitle{color:#e62020;letter-spacing:5px;text-transform:uppercase;margin-bottom:10px;font-size:14px}.presence-title{text-transform:uppercase;justify-content:center;align-items:center;gap:15px;margin-bottom:25px;font-family:Outfit,sans-serif;font-size:60px;font-weight:800;line-height:1;display:flex}.presence-title .highlight{color:#e62020;position:relative}.presence-title .highlight:after{content:"";background:#e62020;width:50%;height:4px;position:absolute;bottom:-10px;left:0}.presence-desc{color:#a0a0a0;max-width:500px;margin:0 auto;font-size:16px;line-height:1.6}.presence-map-container{width:100%;max-width:1000px;height:500px;margin:0 auto;position:relative}.presence-map-img{object-fit:contain;opacity:.8;width:100%;height:100%;-webkit-mask-image:radial-gradient(circle,#000 50%,#0000 100%);mask-image:radial-gradient(circle,#000 50%,#0000 100%)}.map-pin-wrapper{z-index:3;align-items:center;display:flex;position:absolute;transform:translate(-50%,-50%)}.map-pin{color:#f36;filter:drop-shadow(0 0 10px #e62020cc);cursor:pointer;animation:2s infinite pulse;position:relative}.map-pin:after{content:"";background:#e62020cc;border-radius:50%;width:8px;height:4px;position:absolute;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 0 15px 5px #e6202099}@keyframes pulse{0%{filter:drop-shadow(0 0 5px #e6202080);transform:scale(1)}50%{filter:drop-shadow(0 0 20px #e62020e6);transform:scale(1.1)}to{filter:drop-shadow(0 0 5px #e6202080);transform:scale(1)}}.map-tooltip{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);white-space:nowrap;background:#0f0a0fcc;border:1px solid #ffffff1a;border-radius:8px;flex-direction:column;padding:12px 20px;display:flex;position:absolute}.map-tooltip:before{content:"";background:#ffffff4d;width:40px;height:1px;position:absolute}.map-tooltip h4{color:#fff;align-items:center;gap:8px;margin:0 0 4px;font-size:14px;display:flex}.map-tooltip h4:before{content:"";background:#e62020;border-radius:50%;width:6px;height:6px}.map-tooltip p{color:#888;margin:0;padding-left:14px;font-size:12px}.pin-usa{top:40%;left:20%}.pin-usa .map-tooltip{top:10px;right:40px}.pin-usa .map-tooltip:before{top:50%;right:-40px}.pin-poland{top:30%;left:55%}.pin-poland .map-tooltip{top:-10px;left:40px}.pin-poland .map-tooltip:before{top:50%;left:-40px}.pin-india{top:55%;left:70%}.pin-india .map-tooltip{top:20px;right:40px}.pin-india .map-tooltip:before{top:50%;right:-40px}.presence-stats-container{z-index:5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f0f1499;border:1px solid #ffffff0d;border-radius:20px;justify-content:space-between;margin-top:-30px;padding:30px 40px;display:flex;position:relative;box-shadow:0 20px 40px #00000080}.presence-stat-item{align-items:center;gap:20px;display:flex}.presence-stat-icon{color:#e62020;background:#e620200d;border:1px solid #e6202066;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.presence-stat-text{flex-direction:column;display:flex}.presence-stat-text .stat-num{color:#fff;margin-bottom:2px;font-size:18px;font-weight:700}.presence-stat-text .stat-label{color:#e62020;letter-spacing:1px;text-transform:uppercase;margin-bottom:2px;font-size:11px;font-weight:600}.presence-stat-text .stat-sub{color:#777;font-size:13px}@media (width<=992px){.presence-stats-container{flex-wrap:wrap;gap:30px}.presence-stat-item{width:45%}}@media (width<=768px){.presence-title{font-size:40px}.presence-stat-item{width:100%}.map-tooltip{display:none}}.testimonials-section{color:#fff;background-color:#030005;padding:100px 0;font-family:Inter,sans-serif;position:relative;overflow:hidden}.testimonials-section:before{content:"";pointer-events:none;z-index:1;background:radial-gradient(#a31c4426 0%,#0000 70%);width:70%;height:140%;position:absolute;top:-20%;left:-20%;transform:rotate(30deg)}.testimonials-section:after{content:"";pointer-events:none;z-index:1;background:radial-gradient(#8a2be226 0%,#0000 70%);width:70%;height:140%;position:absolute;bottom:-20%;right:-20%;transform:rotate(-30deg)}.testimonials-container{z-index:2;max-width:1200px;margin:0 auto;padding:0 40px;position:relative}.test-header{text-align:center;margin-bottom:60px}.test-subtitle{color:#a31c44;letter-spacing:4px;text-transform:uppercase;justify-content:center;align-items:center;gap:15px;margin-bottom:15px;font-size:14px;display:flex}.test-subtitle:before,.test-subtitle:after{content:"";background:#a31c4480;width:40px;height:1px}.test-title{margin-bottom:20px;font-family:Outfit,sans-serif;font-size:48px;font-weight:800;line-height:1.2}.test-title .gradient-text{background:linear-gradient(90deg,#d32f8f,#f39c12);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.test-desc{color:#a0a0a0;font-size:16px}.test-carousel-wrapper{align-items:center;gap:30px;margin-bottom:40px;display:flex}.test-nav-btn{color:#fff;cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex}.test-nav-btn:hover{background:#ffffff1a;border-color:#ffffff80}.test-cards{flex:1;gap:20px;display:flex}.test-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f0a1499;border:1px solid #8a2be24d;border-radius:20px;flex:1;padding:40px 30px;transition:all .3s;position:relative}.test-card.active{z-index:2;background:#140a0fcc;border-color:#f39c12;transform:scale(1.05);box-shadow:0 10px 40px #f39c121a}.test-card-header{justify-content:space-between;align-items:center;margin-bottom:25px;display:flex}.quote-icon{color:#a31c44;background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.test-card.active .quote-icon{color:#f39c12}.stars{color:#8e44ad;gap:4px;display:flex}.test-card.active .stars{color:#f39c12}.test-text{color:#d0d0d0;min-height:120px;margin-bottom:30px;font-size:14px;line-height:1.6}.test-client{align-items:center;gap:15px;display:flex}.client-img{object-fit:cover;border:2px solid #ffffff1a;border-radius:50%;width:50px;height:50px}.test-card.active .client-img{border-color:#f39c12}.client-info h4{color:#8e44ad;margin-bottom:4px;font-size:15px}.test-card.active .client-info h4{color:#f39c12}.client-info p{color:#888;font-size:13px}.test-dots{justify-content:center;gap:10px;margin-bottom:60px;display:flex}.dot{cursor:pointer;background:#fff3;border-radius:50%;width:8px;height:8px}.dot.active{background:#a31c44}.test-footer{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f0f1499;border:1px solid #ffffff0d;border-radius:20px;justify-content:space-between;padding:30px 40px;display:flex}.test-footer-item{align-items:center;gap:20px;display:flex}.test-footer-icon{color:#a31c44}.test-footer-icon.orange{color:#f39c12}.test-footer-text h5{color:#fff;margin-bottom:5px;font-size:13px;font-weight:600}.test-footer-text p{color:#888;font-size:12px}@media (width<=1024px){.test-cards{flex-direction:column}.test-card.active{transform:none}.test-footer{flex-wrap:wrap;gap:30px}.test-footer-item{width:45%}}@media (width<=768px){.test-nav-btn{display:none}.test-footer-item{width:100%}}.exhibitions-section{color:#fff;background-color:#030005;padding:100px 0;font-family:Inter,sans-serif;position:relative;overflow:hidden}.exhibitions-header{text-align:center;margin-bottom:70px}.exh-subtitle{color:#a31c44;letter-spacing:4px;text-transform:uppercase;justify-content:center;align-items:center;gap:15px;margin-bottom:15px;font-size:14px;display:flex}.exh-subtitle:before,.exh-subtitle:after{content:"";background:#a31c4480;width:40px;height:1px}.exh-title{text-transform:uppercase;margin-bottom:15px;font-family:Outfit,sans-serif;font-size:48px;font-weight:800;line-height:1.2}.exh-title .gradient-text{background:linear-gradient(90deg,#d32f8f,#f39c12);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.exh-desc{color:#a0a0a0;max-width:600px;margin:0 auto;font-size:16px}.exh-track-container{max-width:1400px;margin:0 auto;padding:0 40px;position:relative}.exh-divider{background:linear-gradient(90deg,#0000,#dcb36d4d,#0000);height:1px;margin:60px 0;position:relative}.exh-divider:after{content:"◆";color:#dcb36d;font-size:10px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.exh-track{align-items:center;gap:30px;display:flex;position:relative}.exh-track:before{content:"";z-index:0;background-image:linear-gradient(90deg,#fff3 50%,#0000 50%);background-repeat:repeat-x;background-size:15px 2px;height:2px;position:absolute;top:110px;left:100px;right:100px}.exh-control{z-index:2;flex-direction:column;flex-shrink:0;align-items:center;gap:15px;width:100px;display:flex}.exh-nav-btn{color:#fff;cursor:pointer;background:#050305;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex}.exh-nav-btn:hover{background:#ffffff1a;border-color:#d32f8f}.exh-nav-btn.purple-glow{border-color:#d32f8f;box-shadow:0 0 15px #d32f8f80}.exh-nav-btn.orange-glow{border-color:#f39c12;box-shadow:0 0 15px #f39c1280}.exh-nav-btn.cyan-glow{border-color:#0ff;box-shadow:0 0 15px #00ffff80}.exh-control p{text-align:center;letter-spacing:1px;font-size:11px;font-weight:600;line-height:1.4}.exh-control .color-pink{color:#d32f8f}.exh-control .color-cyan{color:#0ff}.exh-cards{z-index:1;flex:1;justify-content:space-between;gap:20px;display:flex}.exh-card{text-align:center;cursor:pointer;flex-direction:column;align-items:center;width:220px;display:flex}.exh-circle{border-radius:50%;width:200px;height:200px;margin-bottom:25px;padding:4px;transition:all .4s;position:relative}.exh-card:hover .exh-circle{transform:translateY(-10px)}.exh-circle img{object-fit:cover;background:#111;border-radius:50%;width:100%;height:100%}.glow-pink{background:linear-gradient(135deg,#d32f8f,#0000);box-shadow:0 0 30px #d32f8f4d}.glow-blue{background:linear-gradient(135deg,#2f80ed,#0000);box-shadow:0 0 30px #2f80ed4d}.glow-purple{background:linear-gradient(135deg,#8e44ad,#0000);box-shadow:0 0 30px #8e44ad4d}.glow-orange{background:linear-gradient(135deg,#f39c12,#0000);box-shadow:0 0 30px #f39c124d}.glow-cyan{background:linear-gradient(135deg,#0ff,#0000);box-shadow:0 0 30px #00ffff4d}.glow-green{background:linear-gradient(135deg,#27ae60,#0000);box-shadow:0 0 30px #27ae604d}.exh-number{background:#050305;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:14px;font-weight:700;display:flex;position:absolute;bottom:-15px;left:50%;transform:translate(-50%)}.exh-info h4{text-transform:uppercase;margin-bottom:8px;font-size:14px;font-weight:600}.exh-info p{color:#888;justify-content:center;align-items:center;gap:5px;font-size:12px;display:flex}.text-pink{color:#d32f8f}.text-blue{color:#2f80ed}.text-purple{color:#8e44ad}.text-orange{color:#f39c12}.text-cyan{color:#0ff}.text-green{color:#27ae60}@media (width<=1200px){.exh-track{flex-wrap:nowrap;padding-bottom:20px;overflow-x:auto}.exh-cards{flex:none;width:max-content}.exh-track:before{display:none}}.contact-section{color:#fff;background-color:#030005;padding:100px 0;font-family:Inter,sans-serif;position:relative;overflow:hidden}.contact-bg-image{opacity:.15;z-index:1;background-image:url(/image/exhibitions.jpg);background-position:50%;background-size:cover;width:50%;height:100%;position:absolute;top:0;left:0;-webkit-mask-image:linear-gradient(90deg,#000 0%,#0000 100%);mask-image:linear-gradient(90deg,#000 0%,#0000 100%)}.contact-container{z-index:2;gap:50px;max-width:1300px;margin:0 auto;padding:0 40px;display:flex;position:relative}.contact-info{flex:1}.contact-subtitle{color:#a0a0a0;letter-spacing:4px;text-transform:uppercase;align-items:center;gap:15px;margin-bottom:20px;font-size:13px;display:flex}.contact-subtitle:before,.contact-subtitle:after{content:"";background:#dcb36d;width:30px;height:1px}.contact-title{text-transform:uppercase;margin-bottom:20px;font-family:Outfit,sans-serif;font-size:50px;font-weight:800;line-height:1.1}.contact-title .gradient-text{background:linear-gradient(90deg,#d32f8f,#f39c12);-webkit-text-fill-color:transparent;-webkit-background-clip:text;display:block}.contact-title .cursive{text-transform:none;color:#fff;margin-top:-10px;font-family:Great Vibes,cursive;font-size:64px;font-weight:400;display:block}.contact-desc{color:#a0a0a0;max-width:450px;margin-bottom:40px;font-size:15px;line-height:1.6}.contact-cards{grid-template-columns:repeat(4,1fr);gap:15px;display:grid}.c-card{text-align:center;clip-path:polygon(20px 0,100% 0,100% calc(100% - 20px),calc(100% - 20px) 100%,0 100%,0 20px);background:#0f0a1480;border:1px solid #ffffff1a;flex-direction:column;align-items:center;padding:25px 10px;transition:all .3s;display:flex;position:relative}.c-card:hover{transform:translateY(-5px)}.c-card.glow-pink{border-color:#d32f8f80;box-shadow:0 0 20px #d32f8f33}.c-card.glow-orange{border-color:#f39c1280;box-shadow:0 0 20px #f39c1233}.c-card.glow-purple{border-color:#8e44ad80;box-shadow:0 0 20px #8e44ad33}.c-card.glow-gold{border-color:#dcb36d80;box-shadow:0 0 20px #dcb36d33}.c-icon-wrapper{border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:15px;display:flex}.c-card.glow-pink .c-icon-wrapper{color:#d32f8f;border-color:#d32f8f4d}.c-card.glow-orange .c-icon-wrapper{color:#f39c12;border-color:#f39c124d}.c-card.glow-purple .c-icon-wrapper{color:#8e44ad;border-color:#8e44ad4d}.c-card.glow-gold .c-icon-wrapper{color:#dcb36d;border-color:#dcb36d4d}.c-card h4{text-transform:uppercase;letter-spacing:1px;margin-bottom:8px;font-size:11px}.c-card.glow-pink h4{color:#d32f8f}.c-card.glow-orange h4{color:#f39c12}.c-card.glow-purple h4{color:#8e44ad}.c-card.glow-gold h4{color:#dcb36d}.c-card p{color:#aaa;font-size:11px;line-height:1.4}.contact-form-wrapper{clip-path:polygon(30px 0,100% 0,100% calc(100% - 30px),calc(100% - 30px) 100%,0 100%,0 30px);background:#0a050fb3;border:2px solid;border-image:linear-gradient(135deg,#d32f8f,#f39c12) 1;flex:1;padding:40px;position:relative;box-shadow:inset 0 0 30px #d32f8f1a,0 0 30px #f39c121a}.form-header{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.form-header h3{letter-spacing:2px;text-transform:uppercase;font-size:16px}.form-header:after{content:"";background:#f39c12;width:40px;height:2px;position:absolute;top:70px;left:40px}.paper-plane{color:#f39c12;opacity:.8}.form-row{gap:20px;margin-bottom:20px;display:flex}.form-group{flex:1;margin-bottom:20px;position:relative}.form-group.full{width:100%}.form-input{color:#fff;background:0 0;border:1px solid #ffffff1a;border-radius:6px;outline:none;width:100%;padding:15px 45px 15px 15px;font-family:Inter,sans-serif;font-size:14px;transition:all .3s}.form-input:focus{background:#ffffff05;border-color:#d32f8f}textarea.form-input{resize:vertical;min-height:120px}.input-icon{color:#666;pointer-events:none;position:absolute;top:15px;right:15px}.form-footer{align-items:center;gap:20px;display:flex}.submit-btn{color:#fff;letter-spacing:1px;cursor:pointer;background:linear-gradient(90deg,#d32f8f,#f39c12);border:none;border-radius:6px;align-items:center;gap:10px;padding:15px 35px;font-size:14px;font-weight:600;transition:all .3s;display:flex}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 0 20px #d32f8f66}.cursive-note{color:#ccc;font-family:Great Vibes,cursive;font-size:24px}@media (width<=1100px){.contact-container{flex-direction:column}.contact-bg-image{opacity:.05;width:100%}}@media (width<=768px){.contact-cards{grid-template-columns:repeat(2,1fr)}.form-row{flex-direction:column;gap:0}.form-footer{flex-direction:column;align-items:flex-start}}.main-footer{color:#a0a0a0;background-color:#020003;border-top:1px solid #ffffff0d;padding:80px 0 30px;font-family:Inter,sans-serif;position:relative;overflow:hidden}.main-footer:before{content:"";background:linear-gradient(90deg,#0000,#d32f8f80,#f39c1280,#0000);height:1px;position:absolute;top:0;left:20%;right:20%;box-shadow:0 0 20px #d32f8f80}.footer-container{grid-template-columns:2fr 1fr 1.5fr 1.5fr;gap:60px;max-width:1300px;margin:0 auto 60px;padding:0 40px;display:grid}.footer-brand .logo-img{width:60px;margin-bottom:15px}.footer-brand h2{color:#fff;letter-spacing:2px;margin-bottom:5px;font-family:Playfair Display,serif;font-size:24px}.footer-brand h4{color:#dcb36d;letter-spacing:2px;text-transform:uppercase;margin-bottom:25px;font-size:10px}.footer-brand p{margin-bottom:25px;font-size:14px;line-height:1.6}.social-links{gap:15px;display:flex}.social-icon{color:#fff;cursor:pointer;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex}.social-icon:hover{background:linear-gradient(135deg,#d32f8f,#f39c12);border-color:#0000;transform:translateY(-3px)}.footer-col h3{color:#fff;margin-bottom:25px;padding-bottom:10px;font-family:Outfit,sans-serif;font-size:18px;font-weight:600;position:relative}.footer-col h3:after{content:"";background:linear-gradient(90deg,#d32f8f,#f39c12);width:40px;height:2px;position:absolute;bottom:0;left:0}.footer-links{margin:0;padding:0;list-style:none}.footer-links li{margin-bottom:12px}.footer-links a{color:#a0a0a0;align-items:center;gap:8px;font-size:14px;text-decoration:none;transition:all .3s;display:flex}.footer-links a:hover{color:#dcb36d;transform:translate(5px)}.footer-contact-item{gap:15px;margin-bottom:20px;display:flex}.footer-contact-icon{color:#f39c12;margin-top:3px}.footer-contact-text h5{color:#fff;margin-bottom:5px;font-size:14px}.footer-contact-text p{font-size:13px;line-height:1.5}.footer-bottom{border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;max-width:1300px;margin:0 auto;padding:25px 40px 0;display:flex}.footer-bottom p{margin:0;font-size:13px}.footer-bottom-links{gap:20px;display:flex}.footer-bottom-links a{color:#a0a0a0;font-size:13px;text-decoration:none;transition:all .3s}.footer-bottom-links a:hover{color:#fff}@media (width<=1024px){.footer-container{grid-template-columns:1fr 1fr}}@media (width<=768px){.footer-container{grid-template-columns:1fr}.footer-bottom{text-align:center;flex-direction:column;gap:15px}}
