#whoWeAre {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #111; /* fallback */
  color: white;
  padding: 40px;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 5;
}

.who-container {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 30px;
  align-items: center;
  width: 100%;
  max-width: 1400px;
}

.twin {
  position: relative;
  text-align: center;
}

.twin video {
  width: 100%;
  max-width: 350px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.6);
}

.twin h3 {
  font-family: 'Roboto Condensed', sans-serif;
  margin-top: 15px;
  font-size: 1.2rem;
  font-weight: bold;
}

.bio {
  text-align: center;
  padding: 20px 40px;
}

.bio h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2.5rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.bio p {
  font-size: 1.2rem;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}
