/* Minimal styling for Bastion Exteriors */
body{margin:0;font-family:sans-serif;color:#333}header{background:#333;color:#fff;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}header .logo{font-family:serif;font-size:1.8rem;letter-spacing:2px}nav a{margin-left:1.5rem;color:#fff;text-transform:uppercase}nav a:hover{color:#bbb}.hero{background:#555;height:60vh;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:0 2rem}.hero h1{font-size:3rem;margin-bottom:.5rem}.hero p{font-size:1.2rem;margin-bottom:1rem;max-width:700px}.btn{display:inline-block;background:#333;color:#fff;padding:.75rem 1.5rem;text-transform:uppercase;font-weight:700;letter-spacing:1px;transition:.3s}.btn:hover{background:#555}section{padding:4rem 2rem;max-width:1200px;margin:0 auto}.features{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between}.feature{flex:1;min-width:250px;text-align:center}.feature h3{margin-bottom:.5rem;font-size:1.2rem}.feature p{font-size:.95rem;color:#555}.portfolio-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}.portfolio-item{position:relative}.portfolio-item img{width:100%;height:250px;object-fit:cover}.portfolio-item .caption{position:absolute;bottom:0;background:rgba(0,0,0,.6);color:#fff;width:100%;padding:.5rem;font-size:.85rem;text-align:center}.about img{width:300px;float:left;margin-right:2rem;margin-bottom:1rem}.about p{margin-bottom:1rem}.services{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.service h3{margin-bottom:.5rem}.service p{font-size:.95rem;color:#555}.contact form{display:flex;flex-direction:column;max-width:500px}.contact input,.contact textarea{padding:.75rem;margin-bottom:1rem;border:1px solid #ccc;border-radius:3px;font-size:.95rem}.contact button{width:fit-content}.contact p{margin-top:1rem}.footer{background:#333;color:#fff;text-align:center;padding:2rem 1rem;font-size:.85rem}.footer a{color:#fff;margin:0 .5rem;font-weight:500}.footer a:hover{color:#bbb}@media(max-width:768px){header{flex-direction:column;align-items:flex-start}nav{margin-top:1rem}.about img{float:none;margin:0 auto 1rem;display:block}}