/* UP Lions Club — 공통 헤더 (전 페이지 통일, sticky) */
.uplc-header{
  position:sticky; top:0; z-index:100;
  display:flex; align-items:center; gap:13px;
  padding:12px clamp(18px,4vw,40px);
  background:rgba(249,246,238,.85);
  -webkit-backdrop-filter:blur(10px); backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(191,155,48,.3);
}
.uplc-header .uplc-brandlink{display:flex;align-items:center;gap:13px;text-decoration:none}
.uplc-header .uplc-logo{width:42px;height:42px;object-fit:contain;flex:none}
.uplc-header .uplc-brand b{display:block;font:600 14px/1.3 "Cinzel",serif;letter-spacing:.3em;color:#bf9b30}
.uplc-header .uplc-brand span{display:block;font:500 9.5px/1.5 "Noto Sans JP",sans-serif;letter-spacing:.24em;color:#8b93a8}
.uplc-header .uplc-actions{margin-left:auto;text-align:right;font-size:11.5px;color:#4c5872}
.uplc-header .uplc-actions a{color:#8b93a8;text-decoration:none;border-bottom:1px solid rgba(191,155,48,.3)}
.uplc-header .uplc-actions a:hover{color:#bf9b30}
@media(max-width:480px){
  .uplc-header .uplc-brand b{font-size:12px;letter-spacing:.22em}
  .uplc-header .uplc-logo{width:36px;height:36px}
}
