
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background-color: #fff;
  color: #333;
  line-height: 1.6;
}

.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  text-shadow: 0 0 8px rgba(0,0,0,0.5);
}

section {
  padding: 3rem 1rem;
  max-width: 900px;
  margin: 0 auto;
}

h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.values ul {
  padding-left: 1.5rem;
}

.brand-card {
  background-color: #f4f1ed;
  border-left: 4px solid #bfa46f;
  padding: 1rem;
  margin-top: 1rem;
}

.brand-card a {
  color: #3d5c54;
  font-weight: bold;
  text-decoration: none;
}

.brand-card a:hover {
  text-decoration: underline;
}

footer.footer {
  background-color: #222;
  color: #fff;
  text-align: center;
  padding: 1rem;
}
