/* His Beauty v0.5.3 – Premium related blog guides for service pages */
.hb-related-guides{
  padding:74px 0 86px;
  background:linear-gradient(180deg,#fffaf7 0%,#fff 100%);
  border-top:1px solid rgba(205,121,87,.14);
}
.hb-related-shell{max-width:1240px;margin-inline:auto}
.hb-related-head{max-width:760px;margin:0 auto 34px;text-align:center}
.hb-related-kicker{margin:0 0 8px;color:#b66d51;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.hb-related-head h2{margin:0;color:#2b201c;font-family:Georgia,'Times New Roman',serif;font-size:clamp(29px,2.6vw,40px);line-height:1.08;text-wrap:balance}
.hb-related-head>p:last-child{max-width:660px;margin:14px auto 0;color:#74645d;font-size:16px;line-height:1.7}
.hb-related-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.hb-related-card{min-width:0;overflow:hidden;background:#fff;border:1px solid #ecd9d0;border-radius:22px;box-shadow:0 16px 44px rgba(80,48,37,.07);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.hb-related-card:hover{transform:translateY(-4px);border-color:#e1b8a7;box-shadow:0 22px 52px rgba(80,48,37,.11)}
.hb-related-image{display:block;aspect-ratio:16/10;overflow:hidden;background:#f8e7df}
.hb-related-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.hb-related-card:hover .hb-related-image img{transform:scale(1.035)}
.hb-related-content{display:flex;flex-direction:column;min-height:245px;padding:20px 20px 22px}
.hb-related-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px;color:#a16750;font-size:12px;font-weight:700}
.hb-related-meta span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.hb-related-meta time{flex:0 0 auto;color:#9a8c85;font-weight:600}
.hb-related-content h3{margin:0 0 11px!important;font-family:inherit!important;font-size:19px!important;line-height:1.3!important;font-weight:800!important;text-wrap:balance}
.hb-related-content h3 a{color:#2b201c;text-decoration:none}
.hb-related-content h3 a:hover{color:#b96648}
.hb-related-content>p{margin:0 0 18px;color:#76675f;font-size:14px;line-height:1.65}
.hb-related-link{display:inline-flex;align-items:center;gap:7px;margin-top:auto;color:#b96648;font-size:14px;font-weight:800;text-decoration:none}
.hb-related-link span{transition:transform .2s ease}.hb-related-link:hover span{transform:translateX(4px)}
@media(min-width:901px){
  .hb-related-grid.hb-related-count-3{grid-template-columns:repeat(3,minmax(0,1fr));max-width:930px;margin-inline:auto}
  .hb-related-grid.hb-related-count-2{grid-template-columns:repeat(2,minmax(0,1fr));max-width:720px;margin-inline:auto}
  .hb-related-grid.hb-related-count-1{grid-template-columns:minmax(0,520px);justify-content:center}
}
@media(max-width:1000px){.hb-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){
  .hb-related-guides{padding:54px 0 62px}
  .hb-related-shell{padding-inline:18px}
  .hb-related-head{margin-bottom:26px}
  .hb-related-head h2{font-size:29px}
  .hb-related-grid{grid-template-columns:1fr;gap:18px}
  .hb-related-content{min-height:0;padding:18px}
  .hb-related-content h3{font-size:18px!important}
}
