/* v2.1.1 — live brand wording + conversion copy refinement */
.site-header .brand-live{
  display:flex;
  align-items:center;
  gap:11px;
  min-width:220px;
  line-height:1;
}
.site-header .brand-mark-logo{
  display:block;
  width:52px;
  height:52px;
  flex:0 0 52px;
}
.site-header .brand-wording{
  display:flex;
  flex-direction:column;
  gap:5px;
  min-width:0;
}
.site-header .brand-wording strong{
  display:block;
  font-family:Georgia,'Times New Roman',serif;
  font-size:1.02rem;
  line-height:1;
  letter-spacing:.055em;
  color:var(--brand-deep-teal,#0A3D3E);
  white-space:nowrap;
}
.site-header .brand-dotorg{color:var(--brand-champagne,#C6A46B)}
.site-header .brand-wording small{
  display:block;
  font-size:.54rem;
  line-height:1.2;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-weight:800;
  color:#66736e;
  white-space:nowrap;
}

.site-footer .footer-brand-live{
  display:inline-flex!important;
  align-items:center!important;
  gap:14px!important;
  width:auto!important;
  max-width:none!important;
  margin:0 0 22px!important;
  line-height:1!important;
}
.site-footer .footer-brand-live img{
  display:block!important;
  width:74px!important;
  max-width:74px!important;
  height:74px!important;
  flex:0 0 74px!important;
}
.footer-brand-wording{display:flex;flex-direction:column;gap:6px;min-width:0}
.footer-brand-wording strong{
  font-family:Georgia,'Times New Roman',serif;
  font-size:1.28rem;
  line-height:1;
  letter-spacing:.06em;
  color:#fff;
  white-space:nowrap;
}
.footer-brand-wording strong span{color:var(--brand-champagne,#C6A46B)}
.footer-brand-wording small{
  font-size:.62rem;
  line-height:1.2;
  letter-spacing:.13em;
  text-transform:uppercase;
  font-weight:800;
  color:#d2dfd9;
  white-space:nowrap;
}

@media(max-width:1120px){
  .site-header .brand-live{min-width:190px;gap:9px}
  .site-header .brand-mark-logo{width:46px;height:46px;flex-basis:46px}
  .site-header .brand-wording strong{font-size:.9rem}
  .site-header .brand-wording small{font-size:.48rem;letter-spacing:.09em}
}
@media(max-width:960px){
  .site-header .brand-live{min-width:0}
  .site-header .brand-mark-logo{width:50px;height:50px;flex-basis:50px}
  .site-header .brand-wording strong{font-size:1rem}
  .site-header .brand-wording small{font-size:.52rem}
}
@media(max-width:560px){
  .site-header .brand-live{gap:8px}
  .site-header .brand-mark-logo{width:46px;height:46px;flex-basis:46px}
  .site-header .brand-wording strong{font-size:.82rem;letter-spacing:.035em}
  .site-header .brand-wording small{display:none}
  .site-footer .footer-brand-live{width:auto!important;max-width:none!important}
  .site-footer .footer-brand-live img{width:62px!important;max-width:62px!important;height:62px!important;flex-basis:62px!important}
  .footer-brand-wording strong{font-size:1rem;letter-spacing:.04em}
  .footer-brand-wording small{font-size:.52rem;letter-spacing:.08em;white-space:normal}
}
