
.hero {
  position: relative;
  min-height: 100vh;
  padding: 3rem 3.75rem;        
  overflow: hidden;
  color: white;
}

.hero__container {
  position: relative;
  width: 100%;
  max-width: 90rem;             
  margin: 0 auto;
  height: calc(100vh - 6rem);  
}

.hero__left {
  position: absolute;
  left: 7.5rem;                 
  top: 4.375rem;                
  z-index: 10;
  pointer-events: none;
}

.hero__name {
  margin: 0;
  line-height: 0.88;
  display: block;
  white-space: nowrap;
}

.hero__first {
  display: block;
  font-size: 10rem;            
  letter-spacing: -0.125rem;    
}

.hero__last {
  display: block;
  font-size: 10rem;             
  margin-top: 1.375rem;         
  margin-left: 13.75rem;        
  letter-spacing: -0.1875rem;   
}

.hero__role {
  margin-top: -1.5rem;          
  margin-left: -7.5rem;         
  font-size: 0.8125rem;         
  letter-spacing: 0.1875rem;    
  text-transform: uppercase;
  color: var(--muted);
  font-family: 'Inter', sans-serif;
}

.hero__center {
  position: absolute;
  left: 32.5rem;                
  top: 50%;
  transform: translateY(50%);
  display: flex;
  align-items: flex-start;
  gap: 3rem;                    
  z-index: 5;
}

.hero__image-box {
  width: 13.125rem;             
  height: 13.125rem;            
  flex: 0 0 13.125rem;
  position: relative;
  background: transparent;
  overflow: hidden;
  box-shadow: none;
}

.hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(100%);
}

.hero__text {
  width: 32.3125rem;               
  color: var(--text);
  font-size: 1.5rem;              
  line-height: 1.8;
  font-weight: 400;
  font-family: "Nunito Sans"; 
}
.about-button {
  position: absolute;
  right: 0; 
  top: 50%;
  transform: translateY(-50%);
  width: 8.125rem;
  height: 8.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
