.about-us-page{color:#111;background:#f5f5f5}.hero-section{position:relative;width:100%;height:400px;display:flex;align-items:flex-end;justify-content:flex-start;overflow:hidden}.hero-section .overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.72) 0,rgba(0,0,0,.25) 50%,rgba(0,0,0,.05));z-index:1}.hero-text{position:relative;z-index:2;color:#fff;font-size:2.8rem;font-weight:700;letter-spacing:-.04em;text-align:left;padding:0 6% 6%;margin:0;text-shadow:0 2px 12px rgba(0,0,0,.4)}.about-content{max-width:820px;margin:0 auto;padding:56px 28px;line-height:1.85;color:#222}.about-content h2{font-size:1.5rem;font-weight:700;letter-spacing:-.03em;margin-bottom:20px;color:#0f0f0f;text-align:left}.about-content p{font-size:1rem;color:rgba(15,23,42,.78);margin-bottom:1.2rem}.gallery-section{max-width:1100px;margin:0 auto 64px;padding:0 28px}.gallery-section h2{font-size:1.5rem;font-weight:700;letter-spacing:-.03em;margin-bottom:24px;color:#0f0f0f;text-align:left}.gallery-section h2:before{content:"";display:block;width:28px;height:3px;background:#0f0f0f;margin-bottom:14px;border-radius:2px}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:16px;gap:16px}.gallery-grid img{width:100%;height:240px;object-fit:cover;border-radius:16px;display:block;transition:transform .3s ease,box-shadow .3s ease}.gallery-grid img:hover{transform:scale(1.02);box-shadow:0 16px 40px rgba(0,0,0,.15)}@media (max-width:768px){.hero-section{height:280px}.hero-text{font-size:2rem;padding:0 5% 8%}.about-content{padding:36px 20px}.gallery-section{padding:0 16px}.gallery-grid{grid-template-columns:1fr 1fr;gap:10px}.gallery-grid img{height:160px;border-radius:12px}}