/* dent.hand masthead: product identity large, current view small. */
.social-header > div > .eyebrow{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}
.social-header h1{
  margin:24px 0 0!important;
  color:#b8c889!important;
  font:850 .76rem/1.2 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  letter-spacing:.16em!important;
  text-transform:uppercase!important;
  text-shadow:none!important;
}
.social-header h1::before{
  content:"●";
  display:inline-block;
  margin-right:.62em;
  color:#839a42;
  font-size:.62em;
  vertical-align:.18em;
  text-shadow:1.05em .2em 0 #8f161a,1.85em -.12em 0 #8ca6e8;
}
.social-header h1::after{
  content:"";
  display:block;
  width:min(610px,78vw);
  height:150px;
  margin:9px 0 -10px;
  background:url('/dent-hand-wordmark.svg') left center/contain no-repeat;
}
@media(max-width:760px){
  .social-header h1{margin-top:22px!important;font-size:.72rem!important}
  .social-header h1::after{width:min(520px,92vw);height:118px;margin-top:5px}
}
