*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;background-color:#fff}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}*{scrollbar-width:thin;scrollbar-color:#333 #f1f1f1}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid #eee}.nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;max-width:1200px;margin:0 auto}.nav-brand h1{font-size:1.5rem;font-weight:700;letter-spacing:2px;color:#333}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-menu a{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease}.nav-menu a:hover{color:#666}.hero{display:flex;align-items:center;min-height:100vh;padding:120px 2rem 2rem;max-width:1200px;margin:0 auto;gap:4rem}.hero-content{flex:1}.hero-content h2{font-size:3.5rem;font-weight:300;line-height:1.2;margin-bottom:1.5rem;color:#333}.hero-content p{font-size:1.2rem;color:#666;margin-bottom:2.5rem;font-weight:400}.cta-button{display:inline-block;padding:1rem 2.5rem;background:#333;color:#fff;text-decoration:none;font-weight:500;letter-spacing:1px;transition:all .3s ease;border:2px solid #333}.cta-button:hover{background:transparent;color:#333}.hero-image{flex:1;text-align:center}.hero-image img{max-width:100%;height:600px;object-fit:cover;border-radius:2px}.gallery{padding:6rem 0;background:#fafafa}.gallery h2{text-align:center;font-size:2.5rem;font-weight:300;margin-bottom:1rem;color:#333}.section-subtitle{text-align:center;font-size:1.1rem;color:#666;margin-bottom:4rem}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.gallery-item{position:relative;overflow:hidden;aspect-ratio:3/4;border-radius:2px;transition:transform .3s ease}.gallery-item:hover{transform:translateY(-5px)}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.gallery-item:hover img{transform:scale(1.05)}.about{padding:6rem 0;background:#fff}.about-content h2{font-size:2.5rem;font-weight:300;margin-bottom:2rem;color:#333}.about-content p{font-size:1.1rem;color:#666;margin-bottom:1.5rem;line-height:1.8}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-top:4rem}.feature h3{font-size:1.3rem;font-weight:600;margin-bottom:1rem;color:#333}.feature p{color:#666;line-height:1.6}.contact{padding:6rem 0;background:#fafafa}.contact h2{text-align:center;font-size:2.5rem;font-weight:300;margin-bottom:1rem;color:#333}.contact-form{max-width:600px;margin:0 auto 4rem}.form-group{margin-bottom:2rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#333}.form-group input,.form-group textarea{width:100%;padding:1rem;border:1px solid #ddd;border-radius:2px;font-size:1rem;font-family:inherit;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#333}.submit-button{width:100%;padding:1rem 2rem;background:#333;color:#fff;border:none;border-radius:2px;font-size:1rem;font-weight:500;letter-spacing:1px;cursor:pointer;transition:background .3s ease}.submit-button:hover{background:#555}.contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-top:4rem}.contact-item h3{font-size:1.3rem;font-weight:600;margin-bottom:1rem;color:#333}.contact-item p{color:#666;line-height:1.6}.location{padding:6rem 0;background:#fff}.location h2{text-align:center;font-size:2.5rem;font-weight:300;margin-bottom:1rem;color:#333}.location-content{display:grid;grid-template-columns:1fr 2fr;gap:4rem;margin-top:3rem}.location-info h3{font-size:1.3rem;font-weight:600;margin-bottom:1rem;margin-top:2rem;color:#333}.location-info h3:first-child{margin-top:0}.location-info p{color:#666;line-height:1.6}.map-container{border-radius:2px;overflow:hidden;box-shadow:0 4px 20px #0000001a}.footer{background:#333;color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:2rem}.footer-section h3{font-size:1.2rem;font-weight:600;margin-bottom:1rem}.footer-section p{color:#ccc;line-height:1.6}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #555;color:#ccc}@media (max-width: 768px){.nav{flex-direction:column;gap:1rem;padding:1rem}.nav-menu{gap:1rem}.hero{flex-direction:column;text-align:center;padding:100px 1rem 2rem;gap:2rem}.hero-content h2{font-size:2.5rem}.hero-image img{height:400px}.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.location-content{grid-template-columns:1fr;gap:2rem}.container{padding:0 15px}}@media (max-width: 480px){.hero-content h2,.gallery h2,.about h2,.contact h2,.location h2{font-size:2rem}.gallery-grid{grid-template-columns:1fr}}html{scroll-behavior:smooth}.form-success{background:#d4edda;color:#155724;padding:1rem;border-radius:2px;margin-bottom:2rem;text-align:center}.submit-button:disabled{background:#ccc;cursor:not-allowed}
