@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Merriweather:wght@300;400;700&display=swap");.upcoming-exhibition-page{min-height:100vh;background-color:#fff}.container{max-width:1400px;margin:0 auto;padding:0 1.5rem}.exhibition-hero{position:relative;height:80vh;min-height:600px;max-height:900px;color:#fff;margin-bottom:4rem}.hero-image{position:relative;width:100%;height:100%}.hero-overlay{top:0;bottom:0;background:linear-gradient(180deg,rgba(0,0,0,.2),rgba(0,0,0,.5) 50%,rgba(0,0,0,.8))}.hero-content,.hero-overlay{position:absolute;left:0;right:0}.hero-content{bottom:4rem;padding:0 2rem;z-index:2;opacity:0;transform:translateY(20px);animation:fadeInUp .8s ease forwards}.hero-title{font-family:Playfair Display,serif;font-size:5rem;font-weight:700;margin-bottom:1.5rem;text-shadow:2px 4px 8px rgba(0,0,0,.5);line-height:1.2;letter-spacing:-.02em;max-width:800px}.hero-title.full-width{max-width:100%!important}.white{color:#fff}.hero-meta{display:flex;gap:2rem;font-size:1.2rem;opacity:.95;text-shadow:1px 2px 4px rgba(0,0,0,.4)}.meta-item{display:flex;align-items:center;gap:.8rem;padding:.5rem 1.5rem;background:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:30px;transition:all .3s ease}.meta-item:hover{background:hsla(0,0%,100%,.2)}.meta-item i{font-size:1.2em}.exhibition-content-section{padding:4rem 0;background-color:#fff}.content-wrapper{max-width:1200px;margin:0 auto}.exhibition-description{margin-bottom:4rem;opacity:0;transform:translateY(20px);animation:fadeInUp .8s ease .2s forwards}.section-title{font-family:Playfair Display,serif;font-size:3rem;color:#1a1a1a;margin-bottom:2rem;position:relative;padding-bottom:1rem}.section-title:after{content:"";position:absolute;bottom:0;left:0;width:80px;height:4px;background:linear-gradient(90deg,#1a1a1a,rgba(26,26,26,.2))}.description-content{font-family:Merriweather,serif;font-size:1.1rem;line-height:1.8;color:#444}.description-content p{margin-bottom:1.5rem}.description-content ol,.description-content ul{margin:1.5rem 0;padding-left:1.5rem}.description-content ol li,.description-content ul li{margin-bottom:1rem;padding-left:.5rem;line-height:1.6}.description-content ul li{list-style-type:none;position:relative}.description-content ul li:before{content:"";position:absolute;left:-1.5rem;top:.7rem;width:6px;height:6px;background:#1a1a1a;border-radius:50%}.description-content ol{list-style-type:decimal;counter-reset:item}.description-content ol li{counter-increment:item}.gallery-section{margin-top:4rem;opacity:0;transform:translateY(20px);animation:fadeInUp .8s ease .4s forwards}.slider-container{position:relative;margin-top:2rem;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.1)}.slider-image-container{position:relative;width:100%;height:0;padding-bottom:56.25%;background:#f8f9fa}.slider-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.swiper-button-next,.swiper-button-prev{color:#fff;background:rgba(0,0,0,.3);width:50px;height:50px;border-radius:50%;transition:all .3s ease}.swiper-button-next:hover,.swiper-button-prev:hover{background:rgba(0,0,0,.5)}.swiper-button-next:after,.swiper-button-prev:after{font-size:1.5rem}.swiper-pagination-bullet{width:10px;height:10px;background:#fff;opacity:.5}.swiper-pagination-bullet-active{opacity:1;background:#fff}.error-container{text-align:center;padding:6rem 2rem;max-width:600px;margin:0 auto}.error-container h1{font-family:Playfair Display,serif;font-size:3rem;color:#1a1a1a;margin-bottom:1.5rem}.error-container p{font-size:1.2rem;color:#666;margin-bottom:2rem;line-height:1.6}.thm-btn{display:inline-block;padding:1rem 2rem;font-size:1.1rem;color:#fff;background:#1a1a1a;border-radius:30px;text-decoration:none;transition:all .3s ease}.thm-btn:hover{background:#333;transform:translateY(-2px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1200px){.container{max-width:1000px}.hero-title{font-size:4rem}.section-title{font-size:2.5rem}}@media (max-width:992px){.hero-title{font-size:3.5rem}.meta-item{padding:.4rem 1.2rem}}@media (max-width:768px){.exhibition-hero{height:60vh;min-height:400px}.hero-title{font-size:3rem}.hero-content{bottom:3rem}.hero-meta{flex-direction:column;gap:1rem}.section-title{font-size:2rem}.description-content{font-size:1rem}.description-content ol,.description-content ul{padding-left:1.2rem}.description-content ul li:before{left:-1.2rem;width:5px;height:5px}}@media (max-width:480px){.exhibition-hero{height:50vh;min-height:300px}.hero-title{font-size:2.5rem}.hero-content{bottom:2rem}.meta-item{width:100%;justify-content:center}.section-title{font-size:1.75rem}.description-content ol,.description-content ul{padding-left:1rem}}.gallery-details{padding:80px 0;background-color:var(--background-light,#f8f9fa)}.loading-spinner{display:inline-block;width:50px;height:50px;border-radius:50%;border:3px solid rgba(0,0,0,.1);border-top:3px solid var(--primary-color,#e0a965);animation:spin 1s ease-in-out infinite;margin:2rem auto}@keyframes spin{to{transform:rotate(1turn)}}.gallery-details__top{text-align:center;margin-bottom:50px}.gallery-details__top h3{font-size:3rem;color:var(--secondary-color,#1a1a1a);font-weight:700;margin:0;line-height:1.2}.gallery-details__main{background-color:var(--white,#fff);border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,.05);overflow:hidden}.gallery-details__images{position:relative;width:100%;height:500px;overflow:hidden}.gallery-details__images img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.gallery-details__images:hover img{transform:scale(1.05)}.gallery-details__content{padding:40px}.gallery-details__content p{font-size:1.1rem;color:var(--primary-color,#e0a965);margin-bottom:20px;font-weight:500}.gallery-details__content h3{font-size:2rem;color:var(--secondary-color,#1a1a1a);margin-bottom:25px;font-weight:600}.gallery-details__description{color:var(--text-color,#666);font-size:1.1rem;line-height:1.8}.gallery-details__description p{color:var(--text-color,#666);margin-bottom:15px}.gallery-details__description ul{list-style:disc;padding-left:20px;margin-bottom:20px}.gallery-details__description li{margin-bottom:10px}.gallery-details__description strong{color:var(--secondary-color,#1a1a1a);font-weight:600}.gallery-details__gallery{margin-top:60px;padding-top:60px;border-top:1px solid var(--border-color,#eee)}.gallery-details__gallery h3{text-align:center;font-size:2.5rem;color:var(--secondary-color,#1a1a1a);margin-bottom:40px;font-weight:600}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:30px;gap:30px;margin-bottom:60px}.gallery-item{background:var(--white,#fff);border-radius:12px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.05);transition:transform .3s ease,box-shadow .3s ease}.gallery-item:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,.1)}.gallery-item__image{position:relative;aspect-ratio:1;overflow:hidden}.gallery-item__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.gallery-item:hover .gallery-item__image img{transform:scale(1.05)}.gallery-item__info{padding:20px;text-align:center}.gallery-item__info h4{font-size:1.1rem;color:var(--secondary-color,#1a1a1a);margin-bottom:10px;font-weight:600}.gallery-item__info .price{color:var(--primary-color,#e0a965);font-size:1.1rem;font-weight:600;margin:0}.gallery-item__info .sold-out{color:#dc3545;font-size:1rem;font-weight:500;margin:0}@media (max-width:991px){.gallery-details{padding:60px 0}.gallery-details__top h3{font-size:2.5rem}.gallery-details__images{height:400px}.gallery-details__gallery{margin-top:40px;padding-top:40px}.gallery-details__gallery h3{font-size:2rem;margin-bottom:30px}.gallery-grid{gap:20px}}@media (max-width:767px){.gallery-details{padding:40px 0}.gallery-details__top h3{font-size:2rem}.gallery-details__images{height:300px}.gallery-details__content{padding:30px 20px}.gallery-details__content h3{font-size:1.75rem}.gallery-details__gallery{margin-top:30px;padding-top:30px}.gallery-details__gallery h3{font-size:1.75rem;margin-bottom:25px}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:15px}}.exhibitions-list{padding:80px 0;background-color:var(--background-light,#f8f9fa)}.exhibitions-list__header{text-align:center;margin-bottom:60px}.exhibitions-list__header h1{font-size:3.5rem;color:var(--secondary-color,#1a1a1a);font-weight:700;margin-bottom:15px}.exhibitions-list__header p{font-size:1.2rem;color:var(--text-color,#666);max-width:600px;margin:0 auto}.exhibition-card{margin-bottom:30px;background:var(--white,#fff);border-radius:15px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.05);transition:transform .3s ease,box-shadow .3s ease}.exhibition-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,.1)}.exhibition-card a{text-decoration:none;color:inherit}.exhibition-card__image{position:relative;width:100%;padding-top:75%;overflow:hidden}.exhibition-card__image img{position:absolute;top:0;left:0;width:100%!important;height:100%!important;object-fit:cover;transition:transform .5s ease}.exhibition-card:hover .exhibition-card__image img{transform:scale(1.05)}.exhibition-card__content{padding:25px}.exhibition-card__content h3{font-size:1.5rem;color:var(--secondary-color,#1a1a1a);margin-bottom:10px;font-weight:600;line-height:1.3}.exhibition-card__author{color:var(--primary-color,#e0a965);font-size:1.1rem;font-weight:500;margin-bottom:5px}.exhibition-card__date{color:var(--text-light,#888);font-size:.95rem;margin-bottom:15px}.exhibition-card__description{color:var(--text-color,#666);font-size:1rem;line-height:1.6;margin-bottom:20px}.exhibition-card__link{color:var(--primary-color,#e0a965);font-weight:600;font-size:1rem;transition:color .3s ease}.exhibition-card:hover .exhibition-card__link{color:var(--secondary-color,#1a1a1a)}@media (max-width:991px){.exhibitions-list{padding:60px 0}.exhibitions-list__header{margin-bottom:40px}.exhibitions-list__header h1{font-size:2.8rem}}@media (max-width:767px){.exhibitions-list{padding:40px 0}.exhibitions-list__header h1{font-size:2.2rem}.exhibitions-list__header p{font-size:1.1rem}.exhibition-card__image{padding-top:75%}.exhibition-card{margin-bottom:20px}.exhibition-card__content{padding:15px}}.previous-exhibitions{background-color:var(--background-light,#f8f9fa);padding-top:80px;margin-top:40px;border-top:1px solid var(--border-color,#eee)}.previous-exhibitions .exhibitions-list__header{margin-bottom:50px}.previous-exhibitions .exhibitions-list__header h2{font-size:2.5rem;color:var(--secondary-color,#1a1a1a);margin-bottom:15px;font-weight:600}.no-exhibitions{text-align:center;color:var(--text-color,#666);font-size:1.1rem;padding:30px;background:var(--white,#fff);border-radius:8px;margin:20px 0}.p50{padding:28px 14px}@media (max-width:991px){.p50{padding:28px 14px}.previous-exhibitions{padding-top:60px;margin-top:30px}.previous-exhibitions .exhibitions-list__header h2{font-size:2rem}}@media (max-width:767px){.previous-exhibitions{padding-top:40px;margin-top:20px}.previous-exhibitions .exhibitions-list__header h2{font-size:1.75rem}.no-exhibitions{font-size:1rem;padding:20px}}