*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:#fff;box-shadow:0 2px 10px #0000001a;position:fixed;top:0;left:0;right:0;z-index:1000}.nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;max-width:1200px;margin:0 auto}.nav-brand h1{color:#8b4513;font-size:1.5rem;font-weight:700}.nav-links{display:flex;list-style:none;gap:2rem}.nav-links a{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease}.nav-links a:hover{color:#8b4513}.cta-button{background:#8b4513;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:5px;font-weight:700;cursor:pointer;transition:background .3s ease}.cta-button:hover{background:sienna}.hero{display:flex;align-items:center;min-height:100vh;padding:6rem 2rem 2rem;background:linear-gradient(135deg,#f5f5f5,#e8e8e8)}.hero-content{flex:1;max-width:600px}.hero h1{font-size:3rem;color:#8b4513;margin-bottom:1rem;line-height:1.2}.hero p{font-size:1.25rem;color:#666;margin-bottom:2rem}.hero-cta{background:#8b4513;color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;border-radius:5px;cursor:pointer;transition:background .3s ease}.hero-cta:hover{background:sienna}.hero-image{flex:1;text-align:center;margin-left:2rem}.hero-image img{max-width:100%;height:auto;border-radius:10px;box-shadow:0 10px 30px #0003}.services{padding:4rem 0;background:#fff}.services h2{text-align:center;font-size:2.5rem;color:#8b4513;margin-bottom:3rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-card{background:#f9f9f9;padding:2rem;border-radius:10px;text-align:center;box-shadow:0 5px 15px #0000001a;transition:transform .3s ease}.service-card:hover{transform:translateY(-5px)}.service-card img{width:100%;height:200px;object-fit:cover;border-radius:8px;margin-bottom:1rem}.service-card h3{color:#8b4513;margin-bottom:1rem;font-size:1.5rem}.service-card ul{list-style:none;text-align:left}.service-card li{padding:.5rem 0;border-bottom:1px solid #eee}.service-card li:before{content:"✓ ";color:#8b4513;font-weight:700}.why-choose-us{padding:4rem 0;background:#f5f5f5}.why-choose-us h2{text-align:center;font-size:2.5rem;color:#8b4513;margin-bottom:3rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature{text-align:center;padding:2rem}.feature h3{color:#8b4513;margin-bottom:1rem;font-size:1.3rem}.feature p{color:#666;line-height:1.6}.gallery{padding:4rem 0;background:#fff}.gallery h2{text-align:center;font-size:2.5rem;color:#8b4513;margin-bottom:3rem}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.gallery-grid img{width:100%;height:250px;object-fit:cover;border-radius:10px;box-shadow:0 5px 15px #0000001a;transition:transform .3s ease}.gallery-grid img:hover{transform:scale(1.05)}.about{padding:4rem 0;background:#f5f5f5}.about h2{text-align:center;font-size:2.5rem;color:#8b4513;margin-bottom:3rem}.about p{font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem;color:#555;max-width:800px;margin-left:auto;margin-right:auto}.contact{padding:4rem 0;background:#fff}.contact h2{text-align:center;font-size:2.5rem;color:#8b4513;margin-bottom:3rem}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.contact-info h3,.contact-form h3{color:#8b4513;margin-bottom:1.5rem;font-size:1.5rem}.contact-info p{margin-bottom:1rem;font-size:1.1rem}.contact-form form{display:flex;flex-direction:column;gap:1rem}.contact-form input,.contact-form select,.contact-form textarea{padding:.75rem;border:2px solid #ddd;border-radius:5px;font-size:1rem;transition:border-color .3s ease}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{outline:none;border-color:#8b4513}.contact-form button{background:#8b4513;color:#fff;border:none;padding:1rem;border-radius:5px;font-size:1.1rem;cursor:pointer;transition:background .3s ease}.contact-form button:hover{background:sienna}.footer{background:#333;color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{color:#8b4513;margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section li{padding:.25rem 0}.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}.nav-links{gap:1rem}.hero{flex-direction:column;text-align:center;padding:4rem 1rem 2rem}.hero-image{margin-left:0;margin-top:2rem}.hero h1{font-size:2rem}.contact-content,.services-grid,.features-grid,.gallery-grid{grid-template-columns:1fr}}@media (max-width: 480px){.container{padding:0 15px}.nav{padding:1rem}.hero h1{font-size:1.75rem}.services h2,.why-choose-us h2,.gallery h2,.about h2,.contact h2{font-size:2rem}}
