
.han-eow-wrap,
.han-eow-wrap *{
  box-sizing:border-box;
}
.han-eow-wrap{
  --han-eow-bg:#efefec;
  --han-eow-accent:#dce64f;
  --han-eow-score-bg1:#96745f;
  --han-eow-score-bg2:#b8b8b8;
  width:100%;
  background:var(--han-eow-bg);
  padding:32px;
  overflow:hidden;
  font-family:"Inter","Segoe UI",Arial,sans-serif;
}
.han-eow-grid{
  display:grid;
  grid-template-columns:38% 1fr;
  gap:56px;
  align-items:center;
}
.han-eow-media{
  position:relative;
  min-width:0;
}
.han-eow-main-image{
  position:relative;
  width:100%;
  min-height:720px;
  border-radius:38px;
  overflow:hidden;
  background:#ddd;
}
.han-eow-main-image::after{
  content:"";
  position:absolute;
  top:0;
  right:0;
  width:44%;
  height:58px;
  background:var(--han-eow-bg);
  border-bottom-left-radius:26px;
  z-index:2;
}
.han-eow-main-image img{
  width:100%;
  height:100%;
  min-height:720px;
  object-fit:cover;
  display:block;
}
.han-eow-score-card{
  position:absolute;
  left:28px;
  bottom:-18px;
  width:260px;
  max-width:calc(100% - 56px);
  padding:28px 22px;
  border-radius:28px;
  background:linear-gradient(180deg, var(--han-eow-score-bg1) 0%, var(--han-eow-score-bg2) 100%);
  color:#fff;
  box-shadow:0 24px 50px rgba(0,0,0,.18);
  z-index:4;
}
.han-eow-score{
  font-size:58px;
  line-height:1;
  font-weight:800;
  text-align:center;
  color:var(--han-eow-accent);
  margin-bottom:16px;
  letter-spacing:-2px;
}
.han-eow-avatars{
  display:flex;
  justify-content:center;
  margin-bottom:14px;
}
.han-eow-avatars span{
  width:50px;
  height:50px;
  border-radius:50%;
  overflow:hidden;
  border:3px solid #fff;
  margin-left:-8px;
  background:#ddd;
}
.han-eow-avatars span:first-child{
  margin-left:0;
}
.han-eow-avatars img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.han-eow-stars{
  text-align:center;
  font-size:24px;
  line-height:1;
  color:#ff9c48;
  letter-spacing:2px;
  margin-bottom:10px;
}
.han-eow-score-text{
  text-align:center;
  font-size:14px;
  line-height:1.4;
  font-weight:700;
}
.han-eow-content{
  min-width:0;
}
.han-eow-mini-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:36px;
  padding:8px 18px;
  border:1px solid #cfd64a;
  border-radius:999px;
  color:#2a2a2a;
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.03em;
  margin-bottom:26px;
  background:rgba(255,255,255,.35);
}
.han-eow-title{
  margin:0;
  color:#090909;
  font-size:clamp(42px,5vw,82px);
  line-height:.96;
  font-weight:800;
  letter-spacing:-.05em;
}
.han-eow-desc{
  margin-top:26px;
  color:#666;
  font-size:18px;
  line-height:1.6;
  max-width:760px;
}
.han-eow-items{
  margin-top:34px;
  border-top:1px solid #d8d8d4;
}
.han-eow-item{
  display:grid;
  grid-template-columns:88px minmax(180px,260px) 1fr;
  gap:22px;
  align-items:center;
  padding:34px 0;
  border-bottom:1px solid #d8d8d4;
}
.han-eow-icon{
  width:82px;
  height:82px;
  border-radius:50%;
  background:var(--han-eow-accent);
  color:#141414;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
}
.han-eow-icon svg{
  width:34px;
  height:34px;
}
.han-eow-item-title{
  color:#090909;
  font-size:24px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:-.03em;
}
.han-eow-item-text{
  color:#777;
  font-size:17px;
  line-height:1.5;
}
@media (max-width:1100px){
  .han-eow-grid{
    grid-template-columns:1fr !important;
    gap:34px;
  }
  .han-eow-main-image,
  .han-eow-main-image img{
    min-height:620px;
  }
}
@media (max-width:767px){
  .han-eow-wrap{
    padding:18px 16px 26px;
  }
  .han-eow-main-image,
  .han-eow-main-image img{
    min-height:420px !important;
  }
  .han-eow-main-image{
    border-radius:26px;
  }
  .han-eow-main-image::after{
    height:42px;
    width:38%;
  }
  .han-eow-score-card{
    left:16px;
    bottom:-12px;
    max-width:calc(100% - 32px);
    padding:20px 16px;
  }
  .han-eow-score{
    font-size:42px;
  }
  .han-eow-mini-badge{
    margin-bottom:18px;
  }
  .han-eow-title{
    font-size:38px;
    line-height:1.02;
  }
  .han-eow-desc{
    margin-top:16px;
    font-size:15px;
    line-height:1.6;
  }
  .han-eow-items{
    margin-top:24px;
  }
  .han-eow-item{
    grid-template-columns:64px 1fr;
    gap:16px 14px;
    align-items:start;
    padding:22px 0;
  }
  .han-eow-icon{
    width:58px;
    height:58px;
  }
  .han-eow-icon svg{
    width:24px;
    height:24px;
  }
  .han-eow-item-title{
    font-size:22px;
    line-height:1.2;
    margin-top:4px;
  }
  .han-eow-item-text{
    grid-column:2 / 3;
    font-size:14px;
    line-height:1.55;
  }
}
