body {
  margin: 0;
  font-family: Georgia, serif;
  background-color: #f4f1ea;
  color: #1a1a1a;
  line-height: 1.7;
}

.hero {
  height: 80vh;
  background-image: url('images/brenta-hero.jpg');
  background-size: cover;
  background-position: 58% center;
  position: relative;
}

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  text-align: center;
  color: white;
  padding: 20px;
}

h1 {
  font-size: 5rem;
  letter-spacing: 0.2rem;
  margin-bottom: 20px;
}

.tagline {
  font-size: 1.4rem;
  max-width: 700px;
}

.content {
  max-width: 900px;
  margin: auto;
  padding: 60px 30px;
}

h2 {
  margin-top: 50px;
  font-size: 1.8rem;
}

.lang-switch {
  text-align: right;
  margin-bottom: 40px;
}

.lang-switch a {
  text-decoration: none;
  color: #444;
  font-weight: bold;
}

ul {
  padding-left: 20px;
}

hr {
  margin: 80px 0;
  border: none;
  border-top: 1px solid #ccc;
}

p {
  margin-bottom: 20px;
}

@media (max-width: 700px) {
  .hero {
    height: 75vh;
    background-position: 68% center;
  }

  h1 {
    font-size: 3.6rem;
    letter-spacing: 0.14rem;
  }

  .tagline {
    font-size: 1.05rem;
    max-width: 90%;
  }
}

.event-card {
  background: #fffaf0;
  border: 1px solid #d8c9aa;
  padding: 36px;
  margin-bottom: 60px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12rem;
  font-size: 0.8rem;
  color: #7a5c2e;
  margin-bottom: 8px;
}

.event-lead {
  font-size: 1.25rem;
  line-height: 1.5;
}

.button {
  display: inline-block;
  margin-top: 18px;
  padding: 12px 20px;
  background: #1a1a1a;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.button:hover {
  background: #4a3820;
}
