/* An enamel lapel pin built around the original, unaltered club crest. */
#app #view-home .hero-lapel-pin {
  position: absolute;
  right: 24%;
  bottom: 21%;
  z-index: 4;
  width: clamp(210px, 17vw, 260px);
  aspect-ratio: 1;
  padding: 7px;
  border-radius: 50%;
  background: conic-gradient(from 135deg, #344156, #eaf1f9 12%, #909eac 22%, #fdfefe 32%, #6d7a89 43%, #e4edf8 56%, #576474 69%, #fff 81%, #586373 94%, #344156);
  box-shadow: 0 3px 0 #566070, 0 8px 0 #202b3a, 0 16px 18px rgba(0, 0, 0, .60), 0 25px 44px rgba(0, 0, 0, .55), -5px -6px 20px rgba(212, 232, 255, .28);
  transform: perspective(600px) rotateY(-9deg) rotateZ(-10deg);
  pointer-events: none;
}
#app #view-home .hero-lapel-pin-face {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
  background: #ff2446;
  box-shadow: 0 0 0 2px #263143, inset 3px 6px 12px rgba(255, 255, 255, .3), inset -6px -9px 15px rgba(0, 0, 0, .5);
}
#app #view-home .hero-lapel-pin-face img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}
#app #view-home .hero-lapel-pin-face::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: linear-gradient(146deg, rgba(255, 255, 255, .48) 0%, rgba(255, 255, 255, .20) 16%, transparent 34%, transparent 57%, rgba(3, 8, 20, .16) 77%, rgba(3, 8, 20, .43) 100%);
  box-shadow: inset 3px 4px 8px rgba(255, 255, 255, .18), inset -5px -8px 11px rgba(0, 0, 0, .25);
}
#app #view-home .hero-copy #heroSubline { max-width: 560px!important; }
@media (max-width: 1100px) {
  #app #view-home .hero-lapel-pin { right: 21%; bottom: 16%; width: 185px; }
  #app #view-home .hero-copy #heroSubline { max-width: 490px!important; }
}
@media (max-width: 820px) {
  #app #view-home .hero-inner { min-height: 0!important; }
  #app #view-home .hero-copy { padding-bottom: 18px!important; }
  #app #view-home .hero-copy #heroSubline { max-width: 100%!important; }
  #app #view-home .hero-lapel-pin {
    position: relative;
    right: auto;
    bottom: auto;
    justify-self: end;
    width: 150px;
    margin: 0 12px 34px 0;
  }
}
@media (max-width: 560px) {
  #app #view-home .hero-lapel-pin { width: 132px; margin-bottom: 28px; }
}
