.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.95);z-index:1000;opacity:0;transition:opacity .3s ease}.modal.active{display:flex;opacity:1}.modal-content{background:#1a1a1a;margin:2rem auto;width:95%;max-width:1200px;max-height:85vh;border-radius:20px;overflow:hidden;transform:translateY(-50px);opacity:0;transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid #333;display:flex;flex-direction:column}.modal.active .modal-content{transform:translateY(0);opacity:1}.modal-header{background:#222;padding:1.5rem 2rem;border-bottom:1px solid #333;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.modal-body{display:flex;flex:1;overflow:hidden}.modal-close{background:#333;border:none;color:#f5f5f5;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;font-size:1.5rem}.modal-close:hover{background:#d4a574;color:#000;transform:rotate(90deg)}.gallery-section{width:45%;background:#222;padding:2rem;overflow-y:auto;border-right:1px solid #333}.gallery-main{width:100%;height:300px;border-radius:12px;overflow:hidden;margin-bottom:1.5rem;border:2px solid #333}.gallery-main img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.gallery-main img:hover{transform:scale(1.05)}.gallery-thumbnails{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.thumbnail{width:100%;height:100px;border-radius:8px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:all .3s ease}.thumbnail.active{transform:scale(1.05)}.thumbnail.active,.thumbnail:hover{border-color:#d4a574}.thumbnail img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.info-section{width:55%;padding:2rem;overflow-y:auto;position:relative}.gallery-section::-webkit-scrollbar,.info-section::-webkit-scrollbar{width:6px}.gallery-section::-webkit-scrollbar-track,.info-section::-webkit-scrollbar-track{background:#222}.gallery-section::-webkit-scrollbar-thumb,.info-section::-webkit-scrollbar-thumb{background:#d4a574;border-radius:3px}.info-block{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #333}.info-block:last-child{border-bottom:none;margin-bottom:0}.info-tag{display:inline-block;background:#d4a57420;color:#d4a574;padding:.25rem .75rem;border-radius:20px;font-size:.875rem;margin-right:.5rem;margin-bottom:.5rem;border:1px solid #d4a57440}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin:1.5rem 0}.stat-item{background:#222;padding:1rem;border-radius:8px;border:1px solid #333}.stat-label{font-size:.875rem;color:#b0b0b0;margin-bottom:.25rem}.stat-value{font-weight:600;color:#d4a574}.quote-box{background:#222;border-left:4px solid #d4a574;padding:1.5rem;margin:1.5rem 0;border-radius:0 8px 8px 0}@media (max-width:768px){.modal-content{width:98%;margin:1rem auto;max-height:90vh}.modal-body{flex-direction:column;height:auto}.gallery-section,.info-section{width:100%;height:auto;border-right:none}.gallery-section{border-bottom:1px solid #333;padding:1.5rem;max-height:50vh}.gallery-main{height:200px}.thumbnail{height:80px}.gallery-thumbnails{grid-template-columns:repeat(3,1fr)}.info-section{padding:1.5rem;max-height:50vh}.stats-grid{grid-template-columns:1fr}}@media (max-width:480px){.gallery-thumbnails{grid-template-columns:repeat(2,1fr)}.thumbnail{height:70px}}