/* Site-wide brand corrections layered over Soledad. Loaded on every page. */
.penci-mainlogo,.penci-mainlogo-mb{width:auto!important;height:auto!important}
#sidebar-nav-logo img{max-width:200px;width:auto;height:auto}

/* Social links are unset via theme mods (they defaulted to the THEME AUTHOR's own
   Facebook/X accounts). Soledad still prints the empty wrappers, and :empty does
   not match them because they contain whitespace - so hide them outright. If real
   social accounts are ever configured, delete these three rules. */
.header-social,.inner-header-social{display:none!important}
.footer-socials-section,.footer-socials{display:none!important}
.header-slogan{display:none!important}
/* HEADER: compact sticky rail. header-10 splits the menu around the logo, so the
   wordmark sits INSIDE the nav row rather than above it - kept and centred. */
.penci-header-wrap{background:#fff;border-bottom:1px solid #ddd8ee;position:sticky;top:0;z-index:999}
#header.header-header-10{background:transparent;border:0}
#navigation{background:transparent;border:0}
.penci-menu-wrap{display:flex;align-items:center;justify-content:center;gap:clamp(16px,3.4vw,40px)}
.penci-menu-wrap .menu{display:flex;gap:clamp(16px,3vw,34px);float:none;margin:0}
.penci-menu-wrap #logo{float:none;margin:0;padding:0;order:0}
.penci-menu-wrap #logo .penci-mainlogo{max-width:min(210px,42vw)!important}
.penci-menu-wrap .menu>li>a{color:#4a3b8c;font-size:.76rem;font-weight:700;letter-spacing:.14em;
  text-transform:uppercase;padding:22px 0;position:relative}
.penci-menu-wrap .menu>li>a:before{content:"";position:absolute;left:0;right:0;bottom:16px;height:2px;
  background:#e8705a;transform:scaleX(0);transform-origin:left;transition:transform .18s ease}
.penci-menu-wrap .menu>li:hover>a:before,.penci-menu-wrap .menu>li.current-menu-item>a:before{transform:scaleX(1)}
.penci-menu-wrap .menu>li>a:hover{color:#352a68}
.penci-header-extra{display:flex;align-items:center}
@media(max-width:820px){.penci-menu-wrap{gap:14px}.penci-menu-wrap .menu>li>a{font-size:.68rem;padding:14px 0;letter-spacing:.08em}
  .penci-menu-wrap .menu>li>a:before{bottom:8px}}

/* Subscribe form picks up the site palette (wiz-subscribe.php reads these). */
:root{--wiz-accent:#4a3b8c;--wiz-primary:#1b1930;--wiz-on-accent:#fff}
