/* HumanlyYou Blog v2 — cleaned and de-duplicated */

.hyu-blog-wrapper{
  max-width:1200px;
  margin:auto;
  padding:40px 20px;
}

.hyu-breadcrumb{
  margin-bottom:22px;
  font-size:14px;
  color:#6b6b6b;
}

.hyu-blog-layout{
  display:grid;
  grid-template-columns:2fr 1fr;
  gap:40px;
  align-items:start;
}

.hyu-blog-main{
  font-size:18px;
  line-height:1.7;
  min-width:0;
}

.hyu-article-header h1{
  font-size:42px;
  margin-bottom:10px;
  line-height:1.15;
}

.hyu-article-meta{
  color:#777;
  font-size:14px;
  margin-bottom:24px;
}

.hyu-featured-image{
  margin:24px 0 28px;
}

.hyu-featured-image img{
  display:block;
  width:100%;
  height:auto;
  border-radius:18px;
  box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.hyu-article-content > * + *{
  margin-top:20px;
}

/* Sidebar */
.hyu-blog-sidebar{
  position:sticky;
  top:30px;
  align-self:start;
  display:grid;
  gap:20px;
}

.hyu-widget{
  border:1px solid #eee;
  padding:20px;
  border-radius:10px;
  background:#fff;
}

.hyu-blog-sidebar .hyu-widget,
.hyu-blog-sidebar .hyu-surface-card,
.hyu-blog-sidebar .hyu-toc{
  margin:0 !important;
  position:relative;
  z-index:auto;
}

.hyu-widget h3,
.hyu-related-reading h3,
.hyu-newsletter-box h3,
.hyu-author-box h3{
  margin-top:0;
}

.hyu-widget ul,
.hyu-related-reading ul{
  padding-left:20px;
}

.hyu-sidebar-toc{
  margin:0;
  padding-left:20px;
}

.hyu-sidebar-toc li + li{
  margin-top:8px;
}

/* Search / newsletter forms */
.hyu-search-form,
.hyu-newsletter-form{
  display:flex;
  flex-direction:column;
  gap:10px;
  margin-top:12px;
}

.hyu-search-form input,
.hyu-newsletter-form input{
  width:100%;
  padding:14px 16px;
  border:1px solid #e5e5e5;
  border-radius:10px;
  background:#fff;
}

.hyu-search-form button,
.hyu-newsletter-form button{
  width:120px;
  padding:10px 14px;
  border-radius:8px;
  border:1px solid #ddd;
  background:#fff;
  cursor:pointer;
}

/* Author / related / newsletter sections */
.hyu-author-box{
  margin-top:46px;
  padding:22px 22px 24px;
  border-top:none;
}

.hyu-author-label{
  margin:0 0 8px;
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#666;
  font-weight:700;
}

.hyu-author-links{
  margin-top:0;
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.hyu-related-reading{
  margin-top:42px;
}

.hyu-newsletter-box{
  margin-top:40px;
  padding:25px;
  background:#f7f6f2;
  border-radius:12px;
}

/* Visual polish */
.hyu-surface-card{
  border:1px solid rgba(34,48,40,.08);
  border-radius:22px;
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(247,246,242,.96));
  box-shadow:0 14px 36px rgba(34,48,40,.06);
}

.hyu-section-head{
  margin-bottom:18px;
}

.hyu-section-kicker{
  display:inline-flex;
  align-items:center;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(95,127,107,.10);
  color:#4E6A59;
  font-size:12px;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
  margin-bottom:10px;
}

.hyu-section-head h3{
  margin:0 0 8px;
}

.hyu-section-head p{
  margin:0;
  color:#59645d;
}

/* Related reading cards */
.hyu-related-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}

.hyu-related-card{
  display:block;
  padding:18px;
  border:1px solid rgba(34,48,40,.10);
  border-radius:18px;
  background:#fff;
  box-shadow:0 8px 24px rgba(34,48,40,.04);
  text-decoration:none;
  color:inherit;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.hyu-related-card:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 30px rgba(34,48,40,.08);
  border-color:rgba(95,127,107,.24);
}

.hyu-related-card strong,
.hyu-related-card span{
  display:block;
}

.hyu-related-card strong{
  margin:4px 0 8px;
  font-size:20px;
  line-height:1.25;
}

.hyu-related-card span:last-child{
  color:#5D6B63;
  line-height:1.55;
}

.hyu-related-pill{
  display:inline-flex !important;
  align-items:center;
  width:auto !important;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(95,127,107,.10);
  color:#4E6A59 !important;
  font-size:12px;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
}

/* Author card */
.hyu-author-box__top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:16px;
}

.hyu-author-badge{
  display:inline-flex;
  align-items:center;
  padding:7px 11px;
  border-radius:999px;
  background:rgba(95,127,107,.10);
  color:#4E6A59;
  font-size:12px;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.hyu-author-avatar{
  width:52px;
  height:52px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#5F7F6B,#7c9987);
  color:#fff;
  font-weight:800;
  font-size:18px;
  box-shadow:0 10px 18px rgba(95,127,107,.25);
}

.hyu-author-box__body h3{
  margin:0 0 6px;
  font-size:32px;
  line-height:1.15;
}

.hyu-author-role{
  margin:0 0 14px;
  color:#5D6B63;
  font-weight:600;
}

.hyu-author-tags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:18px 0 20px;
}

.hyu-pill{
  display:inline-flex;
  align-items:center;
  padding:8px 12px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(34,48,40,.10);
  color:#223028;
  font-size:13px;
  font-weight:600;
}

.hyu-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 16px;
  border-radius:14px;
  border:1px solid rgba(34,48,40,.12);
  text-decoration:none;
  font-weight:700;
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.hyu-btn:hover{
  transform:translateY(-1px);
}

.hyu-btn-soft{
  background:#fff;
  color:#223028;
  box-shadow:0 6px 18px rgba(34,48,40,.04);
}

.hyu-btn-primary{
  background:linear-gradient(135deg,#5F7F6B,#4E6A59);
  color:#fff;
  border-color:rgba(95,127,107,.35);
  box-shadow:0 10px 24px rgba(95,127,107,.20);
}

/* Internal links */
.hyu-auto-link{
  text-decoration:underline;
  text-decoration-thickness:1.5px;
  text-underline-offset:2px;
  color:inherit;
  transition:opacity .18s ease;
}

.hyu-auto-link:hover{
  opacity:.78;
}

/* Responsive */
@media (max-width:900px){
  .hyu-blog-layout{
    grid-template-columns:1fr;
  }

  .hyu-blog-sidebar{
    position:static;
    top:auto;
    display:block;
  }

  .hyu-blog-sidebar .hyu-widget,
  .hyu-blog-sidebar .hyu-surface-card,
  .hyu-blog-sidebar .hyu-toc{
    margin-bottom:20px !important;
  }

  .hyu-related-grid{
    grid-template-columns:1fr;
  }

  .hyu-author-box__body h3{
    font-size:28px;
  }

  .hyu-article-header h1{
    font-size:34px;
  }
}
