
body{margin:0;font-family:Poppins,Arial;background:#faf8f5;color:#333;line-height:1.7}
header{background:#fff;padding:15px 40px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 4px 20px rgba(0,0,0,.08)}
header img{height:65px}
nav a{margin-left:22px;text-decoration:none;color:#333;font-weight:500}
section{padding:90px 40px;max-width:1200px;margin:auto}
h1,h2{font-family:'Playfair Display',serif;color:#7a4a1d}
.gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:15px;margin-top:30px}
.gallery img{width:100%;border-radius:12px;object-fit:cover}
footer{text-align:center;background:#111;color:#aaa;padding:30px;margin-top:40px}
