@media (max-width:1024px){.about-content{gap:50px}.about-features{grid-template-columns:1fr}.services-grid{grid-template-columns:repeat(2,1fr)}.gallery-grid{grid-template-columns:repeat(3,1fr)}.team-grid{grid-template-columns:repeat(2,1fr)}.booking-container{gap:50px}.footer-content{grid-template-columns:1fr 1fr;gap:40px}.footer-brand{grid-column:1/-1}}@media (max-width:768px){h1{font-size:clamp(3rem, 8vw, 6rem)}h2{font-size:clamp(2rem, 4vw, 3rem)}.nav-menu{position:fixed;top:0;right:-100%;width:300px;height:100vh;background-color:var(--color-secondary);flex-direction:column;justify-content:center;gap:30px;transition:right .4s;box-shadow:var(--shadow-lg)}.nav-menu.active{right:0}.menu-toggle{display:flex;z-index:1001}.hero-section{min-height:600px}.hero-cta{flex-direction:column;align-items:center}.about-content{grid-template-columns:1fr;gap:40px}.about-text{order:1}.about-image-wrapper{order:2}.about-image{height:400px}.services-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(2,1fr)}.booking-container,.team-grid{grid-template-columns:1fr}.booking-form{padding:40px 30px}.footer-content,.form-row{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:20px;text-align:center}}@media (max-width:480px){section{padding:60px 0}.hero-section{min-height:500px}.hero-title{font-size:3rem}.hero-title span{font-size:2.5rem}.btn{padding:15px 35px;font-size:12px}.service-card{padding:40px 25px}.gallery-grid{grid-template-columns:1fr}.testimonial-card{padding:40px 25px}.testimonial-text{font-size:1.1rem}.booking-form{padding:30px 20px}.back-to-top{bottom:20px;right:20px;width:40px;height:40px;font-size:16px}}