body,html{background:var(--background)}.hero-section{width:100%;height:calc(55vh - 74px);position:relative;overflow:hidden;background-color:#fff}.hero-image{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,rgba(0,0,0,.3),rgba(0,0,0,.5));display:flex;align-items:center;justify-content:center;color:white}.hero-content{text-align:center;z-index:1;padding-top:5rem}.hero-title{font-size:3.5vw;font-weight:700;margin-bottom:1rem;letter-spacing:-1px}.hero-subtitle{font-size:1.2vw;font-weight:300;opacity:.95}.about-section{max-width:1400px;margin:0 auto;padding:50px 60px;display:flex;align-items:center;gap:80px;background:var(--background)}.about-image-container{flex:1;min-width:400px;min-height:450px}.about-image{width:100%;height:450px;object-fit:cover;border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,.15)}.about-content{flex:1}.about-title{font-size:3rem;font-weight:700;margin-bottom:1rem;color:#1a1a1a}.about-para-top{margin-top:.5rem}.about-text{font-size:1.125rem;line-height:1.8;color:#4a4a4a;margin-bottom:.5rem}.gallery-section{background:var(--background);padding:80px 0 0}.gallery-title-wrapper{width:100%;text-align:center;display:flex;justify-content:center;align-items:center;margin-bottom:60px}.gallery-title{text-align:center;font-size:3rem;font-weight:700;margin-bottom:60px;color:#1a1a1a}.slider-container{max-width:1600px;margin:0 auto;height:500px}.slider-container,.slider-wrapper{position:relative;display:flex;align-items:center;justify-content:center}.slider-wrapper{width:100%;height:100%;overflow:hidden}.slide{position:absolute;border-radius:12px;overflow:hidden;box-shadow:0 10px 40px rgba(0,0,0,.2);top:50%;transition:all 1s cubic-bezier(.34,1.56,.64,1);will-change:transform,opacity,width,height;transform:translateZ(0);backface-visibility:hidden;perspective:1000px}.slide-image{width:100%;height:100%;object-fit:cover;display:block;transition:all 1s ease-in-out}.slide-left{left:10%;width:300px;height:330px;z-index:1;opacity:.6;transform:translateY(-50%)}.slide-center{left:50%;transform:translate(-50%,-50%);width:600px;height:400px;z-index:3;opacity:1}.slide-right{right:10%;width:300px;height:330px;z-index:1;opacity:.6;transform:translateY(-50%)}.slider-button{position:absolute;z-index:4;background:white;border:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 20px rgba(0,0,0,.15);transition:all .3s ease}.slider-button:hover{transform:scale(1.1);box-shadow:0 6px 30px rgba(0,0,0,.25)}.slider-button:active{transform:scale(.95)}.slider-button-prev{left:40px}.slider-button-next{right:40px}.arrow{width:14px;height:14px;border-top:3px solid #1a1a1a;border-right:3px solid #1a1a1a}.arrow-left{transform:rotate(-135deg);margin-left:6px}.arrow-right{transform:rotate(45deg);margin-right:6px}@media (max-width:1024px){.about-section{flex-direction:column;padding:60px 30px 30px;gap:40px}.about-image-container{min-width:100%}.slide-center{width:450px;height:380px}.slide-left,.slide-right{width:200px;height:280px}}@media (max-width:768px){.hero-title{font-size:2rem;line-height:1.3}.hero-subtitle{font-size:1rem}.about-title,.gallery-title{font-size:2rem}.slide-center{width:320px;height:300px}.slide-left,.slide-right{width:120px;height:200px}.slider-button{width:45px;height:45px}.slider-button-prev{left:20px}.slider-button-next{right:20px}.arrow{width:18px;height:18px}.gallery-title-wrapper{margin-bottom:0}.slider-container{height:400px}.gallery-section{padding:40px 0 0}.section-para{font-size:1rem}}