.about-section{padding:2.1rem 3rem;max-width:100%;margin:0 auto;color:#f5f5f5;background-color:#262626}.about-top{display:flex;flex-wrap:wrap;gap:2rem;align-items:center;justify-content:space-between}.about-header{text-align:center}.about-text{flex:1 1 50%;min-width:300px;padding:2rem 10rem}.about-text h1{font-size:2.5rem;margin-bottom:1rem}.about-text p{margin-bottom:1.25rem;line-height:1.8;font-size:1.3rem}.about-video{flex:1 1 45%;min-width:300px;border-radius:1rem;overflow:hidden;box-shadow:0 0 20px rgba(0,0,0,.8)}.about-video video{width:100%;height:auto;object-fit:cover;display:block;filter:brightness(.85)}.about-gallery{padding:3rem 2rem;text-align:center;background:#1f1f1f}.gallery-title{color:#f5f5f5;font-size:2rem;font-weight:600;margin-bottom:2rem;text-shadow:0 0 6px rgba(0,0,0,.4)}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}.gallery-grid img{width:100%;height:250px;object-fit:cover;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.5);transition:transform .3s ease}.gallery-grid img:hover{transform:scale(1.03)}@media (max-width:960px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.gallery-grid{grid-template-columns:1fr}.gallery-grid img{height:200px}}.about-map{text-align:center;padding:2rem 5rem}.about-map iframe{border:none;border-radius:1rem;max-width:100%;height:350px;margin-top:2.4rem}.map-link{display:inline-block;margin-top:.5rem;color:#f54e5e;font-weight:600;text-decoration:none}@media (max-width:768px){.about-top{flex-direction:column}.about-text{padding:1rem .8rem}.about-text,.about-video{width:100%;font-size:1rem}.about-video{margin-bottom:2rem}.about-text h1{text-align:center}.about-map{padding:0;margin-top:1.2rem}}