/* SGH motion: progressive enhancement, no content is hidden by this stylesheet. */
@media (prefers-reduced-motion:no-preference){
  html.sgh-motion-enabled{scroll-behavior:smooth}
  .sgh-site .sgh-button,.sgh-site .sgh-search button,.sgh-site .sgh-language button,.sgh-site .sgh-brands a{transition:background-color .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease}
  .sgh-site .sgh-nav a,.sgh-site .sgh-textlink{transition:color .2s ease,border-color .2s ease}
  .sgh-site .sgh-card{transition:box-shadow .28s ease,border-color .28s ease}
  .sgh-site .sgh-card-image{overflow:hidden}
  .sgh-site .sgh-card-image img{transition:transform .45s cubic-bezier(.22,.61,.36,1)}
  .sgh-site .sgh-arrow-icon{transition:transform .2s ease}
  .sgh-site .sgh-button:focus-visible .sgh-arrow-icon,.sgh-site .sgh-textlink:focus-visible .sgh-arrow-icon{transform:translate(2px,-2px)}
  @media (hover:hover) and (pointer:fine){
    .sgh-site .sgh-card:hover{box-shadow:0 10px 24px rgba(24,27,29,.1);border-color:#afb4b6}
    .sgh-site .sgh-card:hover .sgh-card-image img{transform:scale(1.025)}
    .sgh-site .sgh-button:hover .sgh-arrow-icon,.sgh-site .sgh-textlink:hover .sgh-arrow-icon,.sgh-site .sgh-spotlight:hover .sgh-arrow-icon{transform:translate(2px,-2px)}
  }
}
@media (prefers-reduced-motion:reduce){
  html.sgh-motion-enabled{scroll-behavior:auto}
  .sgh-site .sgh-card-image img,.sgh-site .sgh-arrow-icon{transition:none!important;transform:none!important}
}
