/* 2026 Women in AEC Feature */
  #womens-day {
    background-color: #fdf5e9;
	  margin-top:1rem;
    padding:.2rem .5rem;
    text-align: center;
  }
  #womens-day img {
    margin: .2rem;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
  }
  #womens-day img:hover {
    transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
  }
.article-bio-box {
  float: right;
  width: clamp(240px, 28%, 320px);
  margin: 0 0 1.5rem 2rem;
  padding: 1.5rem;
  border-radius: 18px;
  font-family: 'Nunito Sans', sans-serif;
  color: #404144;
  background: linear-gradient(
    145deg,
    #ffffff 0%,
    #F4F5F6 100%
  );
  border: 1px solid #EAF1F7;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}


.article-bio-box h4 {
  margin: .75rem 0 0.75rem;
  font-weight: 700;
  font-size: 1.45rem!important;
  width: 100%;
  display: block;
}

.article-bio-box .title {
  font-weight: 600;
  font-size: 0.9rem;
  color: #6D6860;
}

.article-bio-box p {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 1rem;
}

.article-bio-box .experience {
  position: relative;
  margin-top: 1.25rem;
  padding-top: 0.5rem;
  min-height: 3.5rem;
}

.article-bio-box .experience .years {
  font-size: clamp(2.9rem, 6vw, 4rem);
  font-weight: 700;
  line-height: .7;
  color: #F58220;
  opacity: 0.82; /* subtle overlay feel */
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}

.article-bio-box .experience .label {
  position: relative;
  font-size: 0.95rem;
  font-weight: 400;
  color: #6D6B60;
  text-transform:uppercase;
  padding-left: 0.2rem;
  display: inline-block;
  transform: translateY(1.4rem);
}

/* Mobile behavior */
@media (max-width: 768px) {
  .article-bio-box {
    float: none;
    width: 100%;
    margin: 1rem 0;
  }
  
  .article-bio-box .experience .years {
    left:0;
  }
}
