:root{
  --asher-social-orange:#f47a14;
  --asher-social-teal:#16d5d2;
  --asher-social-sand:#f4ead8;
  --asher-social-black:#050505;
  --asher-social-border:rgba(244,122,20,.52);
}

.asher-social-dock { display:none !important; }
.asher-hero .wp-block-cover__inner-container { position:relative; }

.asher-social-dock-plugin{
  position:absolute;
  z-index:8;
  right:clamp(20px,3.3vw,52px);
  top:50%;
  transform:translateY(-50%);
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:18px;
  pointer-events:auto;
}

.asher-social-dock-plugin.is-manual{
  position:relative;
  right:auto;
  top:auto;
  transform:none;
}

.asher-social-dock-plugin__icons{
  display:flex;
  flex-direction:column;
  gap:0;
  border:1px solid rgba(244,234,216,.24);
  background:linear-gradient(180deg, rgba(0,0,0,.58), rgba(0,0,0,.22));
  box-shadow:0 0 26px rgba(244,122,20,.12);
  backdrop-filter:blur(8px);
}

.asher-social-dock-plugin__icon{
  width:42px;
  height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--asher-social-sand);
  border-bottom:1px solid rgba(244,234,216,.18);
  text-decoration:none;
  transition:transform .18s ease, color .18s ease, background .18s ease, box-shadow .18s ease;
}
.asher-social-dock-plugin__icon:last-child{ border-bottom:0; }
.asher-social-dock-plugin__icon svg{ width:20px; height:20px; fill:currentColor; display:block; }
.asher-social-dock-plugin__icon:hover,
.asher-social-dock-plugin__icon:focus-visible{
  color:var(--asher-social-orange);
  background:rgba(244,122,20,.12);
  box-shadow:inset 0 0 0 1px rgba(244,122,20,.36), 0 0 18px rgba(244,122,20,.22);
  transform:translateX(-2px);
  outline:none;
}

.asher-social-dock-plugin__rail{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:14px;
  color:var(--asher-social-sand);
  opacity:.95;
}
.asher-social-dock-plugin__rail span{
  display:block;
  width:1px;
  height:48px;
  background:linear-gradient(180deg, transparent, var(--asher-social-orange), transparent);
}
.asher-social-dock-plugin__rail strong{
  writing-mode:vertical-rl;
  transform:rotate(180deg);
  text-transform:uppercase;
  letter-spacing:.34em;
  font-size:12px;
  line-height:1;
  font-weight:900;
  color:var(--asher-social-sand);
  text-shadow:0 2px 10px rgba(0,0,0,.7);
}

body:not(.wp-admin) .asher-hero .asher-social-dock-plugin + .asher-social-dock-plugin{ display:none; }

@media (max-width: 960px){
  .asher-social-dock-plugin{
    right:18px;
    gap:12px;
  }
  .asher-social-dock-plugin__icon{ width:38px; height:38px; }
  .asher-social-dock-plugin__rail strong{ font-size:10px; letter-spacing:.25em; }
  .asher-social-dock-plugin__rail span{ height:34px; }
}

@media (max-width: 720px){
  .asher-social-dock-plugin{
    position:absolute;
    top:auto;
    right:18px;
    bottom:18px;
    transform:none;
  }
  .asher-social-dock-plugin__icons{
    flex-direction:row;
  }
  .asher-social-dock-plugin__icon{
    border-bottom:0;
    border-right:1px solid rgba(244,234,216,.18);
  }
  .asher-social-dock-plugin__icon:last-child{ border-right:0; }
  .asher-social-dock-plugin__rail{ display:none; }
}
