body { margin: 0; font-family: 'Roboto', sans-serif; color: #333; background: #f5f3ef; }
header { background: #52BE80; color: #fff; padding: 1rem 2rem; display: flex; justify-content: space-between; align-items: center; }
nav a { color: #fff; margin-left: 1.5rem; text-decoration: none; }
.hero { background: url('https://source.unsplash.com/1600x600/?wood,engraving') center/cover no-repeat; color: #fff; text-align: center; padding: 5rem 2rem; }
.hero h1 { font-family: 'Libre Baskerville', serif; font-size: 3rem; margin-bottom: 1rem; }
.btn { background: #d9a066; color: #fff; padding: 0.75rem 1.5rem; text-decoration: none; border-radius: 4px; }
section { padding: 4rem 2rem; max-width: 1000px; margin: auto; }
.services, .gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; }
.services div, .gallery img { background: #fff; padding: 1.5rem; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
.gallery img { width: 100%; height: auto; }
footer { background: #4d382d; color: #fff; text-align: center; padding: 2rem 1rem; margin-top: 2rem; }
form input, form textarea { width: 100%; padding: 0.75rem; margin-bottom: 1rem; border: 1px solid #ccc; border-radius: 4px; }
form button { background: #d9a066; color: #fff; padding: 0.75rem 1.5rem; border: none; border-radius: 4px; cursor: pointer; }

.events { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.events div { background: #fff; padding: 1.5rem; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
.events h3 { margin-top: 0; }

#newsletter { background: #e9e5dc; text-align: center; padding: 3rem 2rem; border-radius: 8px; margin: 3rem auto; max-width: 600px; }
#newsletter form { margin-top: 1rem; display: flex; flex-direction: column; gap: 1rem; align-items: center; }
#newsletter input[type="email"] { padding: 0.75rem; width: 100%; max-width: 400px; border: 1px solid #ccc; border-radius: 4px; }
#newsletter button { background: #d9a066; color: #fff; padding: 0.75rem 1.5rem; border: none; border-radius: 4px; cursor: pointer; }
