*{margin:0;padding:0;box-sizing:border-box}a{text-decoration:none}ul{list-style:none}body{font-family:Inter,system-ui,-apple-system,sans-serif;color:#262a2d;background-color:#f9f9f9;line-height:1.6;display:flex;flex-direction:column;min-height:100vh}.navbar{display:flex;align-items:center;justify-content:space-between;background-color:#47617a;padding:1rem 2rem;border-bottom:2px solid #262A2D;position:relative}.navbar .logo img{height:48px}.navbar nav ul{display:flex;gap:2rem}.navbar nav ul li a{color:#f9f9f9;font-weight:500;transition:color .3s}.navbar nav ul li a:hover{color:#262a2d}.navbar .hamburger{display:none;flex-direction:column;cursor:pointer;gap:5px}.navbar .hamburger div{width:25px;height:3px;background-color:#f9f9f9}.hero{background:linear-gradient(#262a2dd9,#262a2dd9),url(/mountains-bg.jpg) center/cover no-repeat;text-align:center;padding:8rem 1rem;display:flex;align-items:center;justify-content:center}.hero-content{max-width:700px}.hero-logo{height:120px;margin-bottom:2rem}.hero h1{color:#f9f9f9;font-size:2.8rem;margin-bottom:1.25rem;line-height:1.3}.hero p{font-size:1.2rem;margin-bottom:2rem;color:#f9f9f9}main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:6rem 1rem;max-width:900px;margin:0 auto;text-align:center}h1,h2,h3{color:#262a2d;margin-bottom:1rem}p{color:#262a2d;margin-bottom:1.25rem;font-size:1.1rem;max-width:700px}button,.btn{background-color:#47617a;color:#f9f9f9;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-weight:600;transition:background-color .3s,transform .2s,box-shadow .2s;display:inline-block}button:hover,.btn:hover{background-color:#262a2d;transform:translateY(-3px);box-shadow:0 4px 8px #0003}ul li{margin-bottom:1rem;transition:transform .2s,color .2s}ul li:hover{transform:translateY(-2px);color:#92903b}.project-card{background-color:#f9f9f9;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;transition:transform .3s,box-shadow .3s}.project-card:hover{transform:translateY(-4px);box-shadow:0 6px 12px #00000026}form input,form textarea{width:100%;padding:.75rem;margin-bottom:1rem;border:1px solid #262A2D;border-radius:6px;font-size:1rem}.footer{background-color:#f9f9f9;color:#000;text-align:center;padding:2rem 1rem;border-top:2px solid #92903B}.footer a{color:#000}.footer a:hover{color:#92903b}@media(max-width:768px){.navbar nav ul{flex-direction:column;position:absolute;top:100%;left:0;right:0;background-color:#262a2d;display:none;gap:1rem;padding:1rem 0;z-index:1000}.navbar nav ul.active{display:flex}.navbar .hamburger{display:flex}.hero h1{font-size:2rem}main{padding:4rem 1rem}}
