.han-bw-wrap,
.han-bw-wrap *{
  box-sizing:border-box;
}
.han-bw-wrap{
  --han-bw-bg:#efefec;
  --han-bw-accent:#dce64f;
  width:100%;
  background:var(--han-bw-bg);
  padding:34px 24px;
  overflow:hidden;
  font-family:"Inter","Segoe UI",Arial,sans-serif;
}
.han-bw-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:30px;
  margin-bottom:36px;
}
.han-bw-heading{
  max-width:55%;
}
.han-bw-mini-badge{
  display:inline-flex;
  align-items:center;
  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-bw-title{
  margin:0;
  color:#090909;
  font-size:clamp(42px,5vw,78px);
  line-height:.96;
  font-weight:800;
  letter-spacing:-.05em;
}
.han-bw-top-btn{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  gap:16px;
  padding:6px 6px 6px 24px;
  min-height:54px;
  border-radius:999px;
  background:#fff;
  color:#111;
  text-decoration:none;
  border:1px solid rgba(0,0,0,.12);
  transition:transform .25s ease, box-shadow .25s ease;
}
.han-bw-top-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 30px rgba(0,0,0,.08);
}
.han-bw-top-btn-text{
  font-size:16px;
  font-weight:700;
  line-height:1;
}
.han-bw-top-btn-icon{
  width:42px;
  height:42px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:var(--han-bw-accent);
  color:#111;
}
.han-bw-top-btn-icon svg{
  width:18px;
  height:18px;
}
.han-bw-cards{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:28px;
}
.han-bw-card{
  min-width:0;
}
.han-bw-card-thumb{
  display:block;
  border-radius:28px;
  overflow:hidden;
  background:#ddd;
  text-decoration:none;
}
.han-bw-card-thumb img{
  width:100%;
  height:280px;
  display:block;
  object-fit:cover;
  transition:transform .35s ease, filter .35s ease;
}
.han-bw-card:hover .han-bw-card-thumb img{
  transform:scale(1.04);
  filter:brightness(1.03);
}
.han-bw-card-meta-row{
  display:flex;
  align-items:center;
  gap:14px;
  margin-top:18px;
}
.han-bw-card-badge{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:7px 18px;
  border-radius:999px;
  background:var(--han-bw-accent);
  color:#111;
  font-size:14px;
  font-weight:700;
  line-height:1;
  white-space:nowrap;
}
.han-bw-card-line{
  flex:1 1 auto;
  min-width:20px;
  height:1px;
  background:#d1d1d1;
}
.han-bw-card-meta{
  flex:0 0 auto;
  color:#8a8a8a;
  font-size:14px;
  font-weight:600;
  line-height:1;
  white-space:nowrap;
}
.han-bw-card-title{
  margin:20px 0 0;
  font-size:24px;
  line-height:1.18;
  font-weight:800;
  letter-spacing:-.04em;
}
.han-bw-card-title a{
  color:#090909;
  text-decoration:none;
}
.han-bw-card-excerpt{
  margin-top:12px;
  font-size:15px;
  line-height:1.6;
}
.han-bw-card-excerpt a{
  color:#5a5a5a;
  text-decoration:none;
}
.han-bw-pagination{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px;
  margin-top:34px;
}
.han-bw-pagination .page-numbers{
  min-width:42px;
  height:42px;
  padding:0 14px;
  border:1px solid #d7d7d7;
  border-radius:10px;
  background:#fff;
  color:#111;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  font-weight:700;
  line-height:1;
}
.han-bw-pagination .page-numbers.current{
  background:var(--han-bw-accent);
}
@media (max-width: 1024px){
  .han-bw-top{
    flex-direction:column;
    align-items:flex-start;
  }
  .han-bw-heading{
    max-width:100%;
  }
  .han-bw-cards{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width: 767px){
  .han-bw-wrap{
    padding:22px 16px 28px;
  }
  .han-bw-top{
    gap:18px;
    margin-bottom:26px;
  }
  .han-bw-heading{
    max-width:100% !important;
  }
  .han-bw-title{
    font-size:38px;
    line-height:1.02;
    text-align:left;
  }
  .han-bw-top-btn{
    min-height:48px;
    padding:5px 5px 5px 18px;
  }
  .han-bw-top-btn-text{
    font-size:14px;
  }
  .han-bw-top-btn-icon{
    width:38px;
    height:38px;
  }
  .han-bw-cards{
    display:flex;
    gap:16px;
    overflow-x:auto;
    overflow-y:hidden;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
    padding-bottom:8px;
  }
  .han-bw-cards::-webkit-scrollbar{
    height:5px;
  }
  .han-bw-cards::-webkit-scrollbar-thumb{
    background:rgba(0,0,0,.18);
    border-radius:999px;
  }
  .han-bw-card{
    min-width:100%;
    width:100%;
    flex:0 0 auto;
    scroll-snap-align:start;
  }
  .han-bw-card-thumb img{
    height:220px;
  }
  .han-bw-card-badge{
    font-size:12px;
    padding:6px 14px;
    min-height:30px;
  }
  .han-bw-card-meta{
    font-size:12px;
  }
  .han-bw-card-title{
    font-size:22px;
  }
  .han-bw-card-excerpt{
    font-size:14px;
  }
  .han-bw-pagination{
    margin-top:24px;
    gap:8px;
  }
  .han-bw-pagination .page-numbers{
    min-width:38px;
    height:38px;
    padding:0 12px;
    font-size:13px;
  }
}
