
.duclsaty-about{
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}
.duclsaty-about *{
  box-sizing:border-box;
  margin:0;
  padding:0;
}

.duclsaty-about-banner{
  width:100%;
  min-height:520px;
  background:#f8f9fa url('//ueeshop.ly200-cdn.com/u_file/UPBF/UPBF225/2511/21/photo/DSC01272.jpg') center/cover no-repeat;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  padding:88px 24px;
}

.duclsaty-about-banner .subtitle{
  font-size:clamp(22px,1.8vw,26px); /* ✅ 提升存在感 */
  font-weight:600;
  line-height:1.3;
  letter-spacing:0.12em;
  text-transform:uppercase;
  color:#ffffff;
  opacity:0.95;
  margin-bottom:22px;
}


/* Main Title — FORCE ONE LINE */
.duclsaty-about-banner .title{
  font-size:clamp(52px,4.2vw,68px);
  font-weight:600;
  line-height:1.12;
  letter-spacing:-0.015em;
  color:#fff;
  white-space:nowrap; /* ✅ 明确单行 */
  text-shadow:0 2px 8px rgba(0,0,0,.35);
}

/* Mobile */
@media (max-width:768px){
  .duclsaty-about-banner{
    min-height:420px;
    padding:64px 20px;
  }
  .duclsaty-about-banner .title{
    font-size:clamp(36px,7vw,44px);
    white-space:normal; /* ✅ 移动端允许自然换行 */
  }
  .duclsaty-about-banner .subtitle{
    font-size:16px;
    margin-bottom:14px;
  }
}
